]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(vc-hg-dir-state): Pass the dir argument to
[gnu-emacs] / lisp / ChangeLog
1 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * vc-hg.el (vc-hg-dir-state): Pass the dir argument to
4 vc-hg-command.
5
6 2008-01-07 Glenn Morris <rgm@gnu.org>
7
8 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
9
10 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
11
12 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
13 on menu bar.
14
15 2008-01-06 Michael Albinus <michael.albinus@gmx.de>
16
17 * ffap.el (ffap-read-file-or-url): Let-bind
18 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
19
20 2008-01-05 Sven Joachim <svenjoac@gmx.de>
21
22 * vc-bzr.el: Fix typo in header.
23
24 2008-01-05 Eli Zaretskii <eliz@gnu.org>
25
26 * Makefile.in (custom-deps, finder-data): Depend on autoloads
27 instead of loaddefs.el.
28
29 2008-01-05 Glenn Morris <rgm@gnu.org>
30
31 * progmodes/verilog-mode.el: Replace all instances of
32 string-to-int with string-to-number, insert-string with insert,
33 and read-input with read-string.
34 (top-level): No need to require imenu, reporter, dinotrace, vc,
35 font-lock when compiling. Always require compile. Relegate remaining
36 compatibility cruft to XEmacs. Don't require font-lock.
37 (verilog-version): Remove superfluous concat.
38 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
39 No need to define.
40 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
41 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
42 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
43 (verilog-startup-message-displayed): These are variables, not constants.
44 (verilog-batch-execute-func, verilog-auto-inst)
45 (verilog-auto-inst-param): Use mapc rather than mapcar.
46 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
47 actually defining.
48 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
49 (verilog-modi-get-outputs, verilog-modi-get-inouts)
50 (verilog-modi-get-inputs, verilog-modi-get-wires)
51 (verilog-modi-get-regs, verilog-modi-get-assigns)
52 (verilog-modi-get-consts, verilog-modi-get-gparams)
53 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
54 (verilog-modi-get-sub-inputs): Move inline functions earlier in
55 the file.
56 (sigs-in, sigs-out): Don't declare multiple times.
57 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
58 `defvar'.
59 (verilog-auto): Call dinotrace-unannotate-all only if bound.
60 (verilog-module-inside-filename-p): No need to wrap fboundp test
61 in condition-case.
62 (reporter-submit-bug-report): Autoload it.
63 (verilog-mark-defun): Call zmacs-activate-region only if bound.
64 (verilog-font-customize): Call customize-apropos only if bound.
65 (verilog-getopt-flags, verilog-auto-reeval-locals):
66 Use make-local-variable rather than make-variable-buffer-local.
67 (verilog-company, verilog-project, verilog-modi-cache-list):
68 Move make-variable-buffer-local calls to top-level.
69 (font-lock-defaults-alist): Don't define it.
70 (verilog-need-fld): Remove.
71 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
72 (verilog-mode): Only call make-local-hook on XEmacs.
73 Set font-lock-defaults rather than using verilog-font-lock-init.
74
75 * progmodes/verilog-mode.el (top-level): Don't require compile.
76 (compilation-error-regexp-alist, compilation-last-buffer):
77 Define for compiler.
78 (verilog-insert-1): New function.
79 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
80 Use verilog-insert-1.
81 (verilog-surelint-off): Use next-error-last-buffer if bound.
82 Check compile buffer is live.
83
84 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
85
86 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
87 gets inserted out-of-order.
88
89 2008-01-04 Riccardo Murri <riccardo.murri@gmail.com>
90
91 * vc-bzr.el: Copyright and version headers update.
92 Remove some outdated comments through the whole file.
93 (vc-bzr-program-args): Remove because unused.
94 (vc-bzr-log-switches): New customization option.
95 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
96 use `vc-bzr-program-args'.
97 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
98 `vc-find-root' (patch by Andreas Hoenen).
99 (vc-bzr-status): Update regex to match latest Bzr output.
100 Remove redundant test.
101 (vc-bzr-init-version): New function.
102 (vc-bzr-unregister): Must not delete file.
103 (vc-bzr-find-version): New function.
104 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
105 a non-empty string, otherwise take head revision.
106 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
107 (vc-bzr-diff): Simpler build of the revision spec string.
108 (vc-annotate-convert-time, vc-bzr-annotate-difference):
109 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
110 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
111 (vc-bzr-dired-state-info): Only provide custom strings for
112 overloaded VC state 'edited; otherwise fallback to
113 `vc-default-dired-state-info'.
114
115 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
116
117 * vc-git.el (vc-git-dir-state):
118 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
119
120 2008-01-04 Richard Stallman <rms@gnu.org>
121
122 * delsel.el (delete-selection-mode): Doc fix.
123
124 2008-01-04 Glenn Morris <rgm@gnu.org>
125
126 * version.el (emacs-copyright): Update to 2008.
127
128 2008-01-03 Nick Roberts <nickrob@snap.net.nz>
129
130 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
131 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
132
133 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
134 of watch expressions (only works fully with GDB 6.7 or later).
135
136 2008-01-03 Dan Nicolaescu <dann@ics.uci.edu>
137
138 * time-stamp.el (time-stamp-time-zone):
139 * whitespace.el (whitespace-check-buffer-leading)
140 (whitespace-check-buffer-trailing)
141 (whitespace-check-buffer-indent)
142 (whitespace-check-buffer-spacetab)
143 (whitespace-check-buffer-ateol):
144 * progmodes/sh-script.el (sh-indentation):
145 * textmodes/ispell.el (ispell-local-pdict):
146 Add safe-local-variable properties.
147
148 2007-12-31 Richard Stallman <rms@gnu.org>
149
150 * cus-edit.el (custom-add-parent-links): New arg DOC-INITIAL-STRING.
151 Defaults for INITIAL-STRING and DOC-INITIAL-STRING do not include
152 `parent'.
153 (custom-group-value-create): Pass two args to custom-add-parent-links.
154
155 2007-12-29 Richard Stallman <rms@gnu.org>
156
157 * font-lock.el (font-lock-prepend-text-property)
158 (font-lock-append-text-property): Canonicalize the face and
159 font-lock-face properties.
160
161 * faces.el (facep): Doc fix.
162
163 * startup.el (fancy-startup-tail, fancy-about-text)
164 (fancy-startup-text): Regularize format of face property.
165
166 * facemenu.el (list-colors-print): Use :background and :foreground
167 instead of background-color and foreground-color.
168
169 2007-12-29 Drew Adams <drew.adams@oracle.com>
170
171 * cus-edit.el (custom-add-parent-links):
172 Fill the "Parent documentation" text.
173
174 2007-12-29 Eli Zaretskii <eliz@gnu.org>
175
176 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
177 MS-Windows and MS-DOS.
178 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
179
180 2007-12-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
181
182 * progmodes/grep.el (rgrep): Fix last change.
183
184 2007-12-27 Richard Stallman <rms@gnu.org>
185
186 * progmodes/compile.el (compilation-start): Set initial visible
187 point properly even when compilation buffer already current.
188
189 2007-12-26 Richard Stallman <rms@gnu.org>
190
191 * files.el (conf-mode-maybe): New function.
192 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
193
194 2007-12-26 Martin Rudalics <rudalics@gmx.at>
195
196 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
197
198 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
199
200 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
201
202 2007-12-25 Richard Stallman <rms@gnu.org>
203
204 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
205 so they never do EOF.
206
207 2007-12-23 Richard Stallman <rms@gnu.org>
208
209 * dired-aux.el: Load dired.el at run time too.
210
211 * faces.el (copy-face): Create the new face explicitly if it
212 does not exist already.
213
214 2007-12-23 Andreas Schwab <schwab@suse.de>
215
216 * files.el (switch-to-buffer-other-frame): Return the buffer
217 switched to.
218
219 2007-12-23 Juri Linkov <juri@jurta.org>
220
221 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
222 item to about-emacs instead of display-splash-screen.
223
224 2007-12-22 Eli Zaretskii <eliz@gnu.org>
225
226 * simple.el (minibuffer-history, shell-command-history)
227 (set-variable-value-history):
228 * replace.el (regexp-history):
229 * international/mule-cmds.el (input-method-history):
230 * files.el (file-name-history): Add reference to history-length in
231 the doc string.
232
233 2007-12-22 Richard Stallman <rms@gnu.org>
234
235 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
236
237 2007-12-21 Jason Rumney <jasonr@gnu.org>
238
239 * find-dired.el (find-name-arg): New custom variable.
240 (find-name-dired): Use it.
241 (find-dired-find-program): Remove.
242 (find-dired): Use find-program.
243 (find-grep-dired): Use grep-program.
244
245 * progmodes/grep.el (rgrep): Use find-name-arg.
246
247 2007-12-21 Martin Rudalics <rudalics@gmx.at>
248
249 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
250 specifier from format-string. Reported by Ye Wenbin.
251
252 2007-12-19 Martin Rudalics <rudalics@gmx.at>
253
254 * cus-start.el: Use correct group name for members of mode-line group.
255
256 2007-12-17 Thien-Thi Nguyen <ttn@gnuvola.org>
257
258 * progmodes/cc-vars.el (defcustom-c-stylevar):
259 Revert to pre-2007-12-12 version.
260
261 2007-12-15 Richard Stallman <rms@gnu.org>
262
263 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
264
265 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
266 Use changed.
267
268 * startup.el (fancy-splash-help-echo): Var deleted.
269 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
270 (fancy-about-screen): Don't display fancy-splash-help-echo.
271
272 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
273
274 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
275
276 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
277
278 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
279
280 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
281 function.
282 (add-submenu): Only define for XEmacs.
283 (verilog-regexp-words): Revert previous change, keep the other
284 definition.
285
286 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
287
288 * progmodes/perl-mode.el (perl-continued-statement-offset)
289 (perl-continued-brace-offset, perl-brace-offset)
290 (perl-brace-imaginary-offset, perl-label-offset):
291 * progmodes/cperl-mode.el (cperl-brace-offset)
292 (cperl-continued-brace-offset, cperl-label-offset)
293 (cperl-continued-statement-offset)
294 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
295 Add safe-local-variable properties.
296
297 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
298
299 * progmodes/verilog-mode.el (verilog-mode-map)
300 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
301 (verilog-colorize-include-files): Use only overlay functions so
302 that it can work on both emacs and XEmacs.
303 (set-extent-keymap): Remove unused defun.
304 (verilog-kill-existing-comment, verilog-insert-date)
305 (verilog-insert-year): Rename in order not to pollute the global
306 namespace from kill-existing-comment, insert-date and
307 insert-year, respectively.
308 (verilog-set-auto-endcomments, verilog-header): Update callers.
309
310 * files.el (auto-mode-alist): Recognize verilog files.
311
312 * progmodes/verilog-mode.el (verilog-string-replace-matches)
313 (verilog-string-remove-spaces, verilog-re-search-forward)
314 (verilog-re-search-backward, verilog-re-search-forward-quick)
315 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
316 (verilog-get-end-of-line, verilog-within-string): Move definitions
317 before first use. No code changes.
318
319 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
320
321 * progmodes/verilog-mode.el (verilog-mode-version)
322 (verilog-mode-release-date): Don't use expanding keywords.
323 (provide): Move to the end of file.
324 (fboundp): Don't check if eval-when-compile is bound, it is used
325 later in the file without checking.
326 (when, unless): Copy definitions from subr.el.
327 (char-before, defcustom, defface, customize-group)
328 (verilog-batch-error-wrapper): Don't use old style backquotes.
329 (verilog-regexp-opt): Avoid using the cl function case.
330 (verilog-regexp-words): Remove duplicated definition.
331 (verilog-mode-abbrev-table): Remove, duplicate.
332 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
333 Declare and initialize in one step.
334 (verilog-declaration-prefix-re, verilog-declaration-re)
335 (verilog-end-of-statement, verilog-indent-declaration)
336 (verilog-get-lineup-indent): Remove trailing whitespace.
337 (verilog-mode): Fix autoload cookie.
338 Set beginning-of-defun-function and end-of-defun-function.
339 Use when instead of if.
340 (verilog-emacs-features, verilog-auto-ascii-enum)
341 (verilog-insert-indices): Escape braces in doc strings.
342
343 2007-12-08 Michael McNamara <mac@verilog.com>
344 Wilson Snyder <wsnyder@wsnyder.org>
345
346 * progmodes/verilog-mode.el: New file.
347
348 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
349
350 * international/latexenc.el (latexenc-find-file-coding-system):
351 If both coding-system-for-write and buffer-file-coding-system of
352 latex-main-file are nil, use `undecided'.
353
354 2007-12-06 Jason Rumney <jasonr@gnu.org>
355
356 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
357
358 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
359
360 * ido.el (ido-save-history): Use emacs-mule coding system
361 instead of utf-8 to save filenames (it's safer in Emacs 22).
362 Set the `coding' local variable on the first line of the file.
363
364 2007-12-04 Karl Fogel <kfogel@red-bean.com>
365
366 * saveplace.el (save-place-alist-to-file): Save with 'emacs-mule'
367 coding system. This ports revisions 1.40 and 1.41 over to the
368 EMACS_22_BASE branch, but with the right coding system for Emacs
369 22 to reliably record filenames. Suggested by Eli Zaretskii.
370
371 2007-12-01 Richard Stallman <rms@gnu.org>
372
373 * wid-edit.el (widget-type): Doc fix.
374
375 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
376
377 * emacs-lisp/byte-run.el (declare-function): Change to a macro.
378
379 2007-12-01 Alexandre Julliard <julliard@winehq.org>
380
381 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
382
383 2007-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
384
385 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
386 Don't match "sub { (...) ... }".
387
388 2007-11-29 Richard Stallman <rms@gnu.org>
389
390 * international/mule-cmds.el (toggle-input-method-active): New var.
391 (toggle-input-method): Bind toggle-input-method-active to t.
392 Error if it was already non-nil.
393
394 2007-11-29 Glenn Morris <rgm@gnu.org>
395
396 * calendar/time-date.el (with-decoded-time-value): Doc fix.
397
398 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
399
400 * calendar/time-date.el (encode-time-value): Doc fix.
401
402 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
403
404 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
405
406 2007-11-24 Kenichi Handa <handa@m17n.org>
407
408 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
409
410 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
411
412 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
413
414 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
415
416 * textmodes/paragraphs.el (forward-sentence): Doc fix.
417 Reported by Drew Adams <drew.adams@oracle.com>.
418
419 2007-11-20 Glenn Morris <rgm@gnu.org>
420
421 * emacs-lisp/byte-run.el (declare-function): Define as a no-op,
422 for compatibility with Emacs 23.
423
424 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
425
426 * replace.el (map-query-replace-regexp): Doc fix (revert part of
427 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
428
429 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
430
431 * progmodes/gdb-ui.el: Update commentary.
432
433 2007-11-16 Eli Zaretskii <eliz@gnu.org>
434
435 * international/mule-cmds.el (set-locale-environment):
436 Set default-file-name-coding-system _after_ keyboard and terminal
437 coding systems. This fixes last change.
438
439 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
440 one space after "Subject:".
441
442 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
443
444 * subr.el (make-variable-frame-local):
445 Fix typo in obsolescence declaration.
446
447 2007-11-16 Glenn Morris <rgm@gnu.org>
448
449 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
450
451 2007-11-16 Rob Riepel <riepel@Stanford.EDU>
452
453 * emulation/tpu-extras.el (tpu-next-line, tpu-previous-line)
454 (tpu-forward-line, tpu-backward-line, tpu-scroll-window-down)
455 (tpu-scroll-window-up): Replace next-line-internal -> line-move.
456
457 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
458
459 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
460 in order to determine if there's a conflict.
461
462 2007-11-16 Juri Linkov <juri@jurta.org>
463
464 * man.el (Man-heading-regexp): Add 0-9.
465 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
466
467 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
468
469 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
470 Fix typo in docstring.
471
472 * emulation/cua-base.el (cua-paste-pop): Fix typo in docstring.
473 (cua-highlight-region-shift-only): Doc fix.
474
475 2007-11-15 Richard Stallman <rms@gnu.org>
476
477 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
478
479 * reposition.el (reposition-window):
480 Binding C-M-l moved to bindings.el.
481
482 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
483
484 * add-log.el (add-change-log-entry-other-window):
485 Key binding C-x 4 a moved to bindings.el.
486
487 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
488 from filecache.el.
489
490 * filecache.el: Minibuffer map bindings moved to bindings.el.
491
492 2007-11-14 Jason Rumney <jasonr@gnu.org>
493
494 * international/mule-cmds.el (set-locale-environment):
495 Set default-file-name-coding-system from system defaults on Windows.
496
497 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
498
499 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
500 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
501 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
502 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
503 locations.
504 (gdb-info-breakpoints-custom, gdb-assembler-custom)
505 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
506 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
507
508 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
509
510 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
511 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
512 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
513 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
514 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
515 Rewrite in active voice.
516
517 2007-11-10 Juri Linkov <juri@jurta.org>
518
519 * startup.el: Backport startup screen related changes from the trunk.
520 (initialization): Change group to `environment'.
521 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
522 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
523 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
524 (initial-scratch-message): Fix docstring.
525 (startup-screen-inhibit-startup-screen)
526 (pure-space-overflow-message): New variables.
527 (command-line): Rename `inhibit-startup-message' to
528 `inhibit-startup-screen'.
529 (initial-scratch-message): Doc fix.
530 (fancy-splash-text): Remove variable.
531 (fancy-startup-text, fancy-about-text, splash-screen-keymap):
532 New variables.
533 (fancy-splash-delay, fancy-splash-max-time)
534 (fancy-current-text, fancy-splash-stop-time)
535 (fancy-splash-outer-buffer, fancy-splash-last-input-event):
536 Remove variables.
537 (fancy-splash-insert): Use help-echo from the 3rd element of the
538 link specification list, or "Follow this link" if it's nil. Doc fix.
539 Allow functions for face and link specs.
540 (fancy-splash-tail): Remove function.
541 (fancy-startup-tail): New function.
542 (fancy-splash-default-action, fancy-splash-special-event-action)
543 (fancy-splash-screens): Remove functions.
544 (fancy-about-screen): New function.
545 (normal-splash-screen): Rename argument `hide-on-input' to `startup'.
546 Fix docstring. Use argument `startup' to conditionally display
547 different texts for Startup and About screens. Don't display Help
548 commands on the About screen. Remove `unwind-protect' `sit-for'
549 delay and `kill-buffer' after it.
550 (normal-mouse-startup-screen, normal-splash-screen)
551 (normal-no-mouse-startup-screen): New functions.
552 (startup-echo-area-message): Change text of the echo area.
553 (display-splash-screen): Remove function.
554 (display-startup-screen, display-about-screen): New functions.
555 (about-emacs): Make alias to `display-about-screen'.
556 (display-splash-screen): Make alias to `display-startup-screen'.
557 (command-line-1): Rename `inhibit-startup-message' to
558 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
559 started with command line options "-f", "-funcall", "-e", "-eval",
560 "-execute", "-insert", "-find-file", "-file", "-visit".
561 Inhibit startup screen when Emacs is started with a file name only
562 on tty (i.e. don't inhibit it when started with a file name like
563 "emacs FILE..." on a window system).
564 Comment out unused code for coping with the old sit-for behavior.
565 If file-count > 0, then display the concise version in another
566 window, otherwise display full version in the same window.
567 * loadup.el: Add `button'. Move up `startup'.
568 * help.el (help-map, help-for-help-internal): Add `C-h C-a'.
569 * version.el (emacs-copyright): Add emacs-copyright.
570 * menu-bar.el (menu-bar-help-menu):
571 Move "About Emacs" and "About GNU" to the end of the Help menu.
572 Move "Emacs Psychotherapist" after "Send Bug Report...".
573 Move "External Packages" after "Find Emacs Packages".
574
575 2007-11-10 Jason Rumney <jasonr@gnu.org>
576
577 * w32-fns.el: Sync charset names with setup-default-fontset.
578 Append "-1" where second part missing.
579
580 * term/w32-win.el: Enable SJIS fonts before creating any fontsets.
581
582 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
583
584 * ido.el (ido-save-history): Write the history file in UTF-8,
585 and add `coding' file-local variable.
586
587 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
588
589 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
590 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
591 (iso-iso2duden-trans-tab): Add docstring.
592
593 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
594
595 * faces.el (face-normalize-spec): Remove function.
596 (frame-set-background-mode): Undo last change.
597
598 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
599
600 * files.el (enable-local-variables): Doc fix.
601
602 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
603
604 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
605 match dir like "a...b".
606
607 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
608
609 * eshell/esh-mode.el (eshell-output-filter):
610 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
611 Use `with-current-buffer'.
612
613 2007-11-05 Nick Roberts <nickrob@snap.net.nz>
614
615 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
616
617 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
618
619 * net/tls.el: Require rx when compiling.
620 (tls-end-of-info): New variable.
621 (open-tls-stream): Keep reading input until `tls-end-of-info' is
622 matched.
623
624 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
625
626 * simple.el (bad-packages-alist): Anchor semantic regexp.
627
628 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
629
630 * files.el (hack-local-variables): Fix membership tests to avoid
631 treating all variables as safe if `enable-local-variables' is
632 set to :safe (CVE-2007-5795).
633
634 2007-11-02 Glenn Morris <rgm@gnu.org>
635
636 * progmodes/etags.el (tags-table-mode): Disable undo.
637
638 * simple.el (bad-packages-alist): Revert previous change.
639
640 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
641
642 * printing.el (printing): Fix :version, printing.el was included
643 in emacs-22.1.
644 (pr-path-style, pr-path-alist, pr-txt-name)
645 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
646 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
647 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
648 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
649 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
650 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
651 (pr-setting-database, pr-visible-entry-list)
652 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
653 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
654 :version.
655
656 2007-11-01 Glenn Morris <rgm@gnu.org>
657
658 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
659
660 * mail/footnote.el (footnote-numeric-regexp)
661 (footnote-english-upper-regexp, footnote-english-lower-regexp)
662 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
663 Match multi-character footnotes.
664
665 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
666 (nroff-indent-line-function): New function.
667 (nroff-count-text-lines): Use nroff-forward-text-line rather than
668 obsolete alias.
669
670 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
671
672 * net/tramp.el (tramp-open-connection-telnet)
673 (tramp-open-connection-rsh, tramp-open-connection-su)
674 (tramp-open-connection-multi): Set $LC_ALL to "C".
675
676 2007-10-31 Sven Joachim <svenjoac@gmx.de>
677
678 * dired-aux.el (dired-copy-file-recursive):
679 Preserve directory permissions.
680
681 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
682
683 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
684 (whitespace-unload-function): New-style unload function. When run,
685 unintern `whitespace-unload-hook' and call `unload-feature' recursively
686 to stop the old hook from messing with the unloading.
687
688 * strokes.el (strokes-alphabetic-lessp): Doc fix.
689
690 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
691
692 * emacs-lisp/find-func.el (find-library): Use library at
693 point as default interactive argument.
694
695 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
696
697 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
698 (elp-unset-master, elp-results): Fix typos.
699 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
700 Doc fixes.
701
702 * msb.el (msb--many-menus): Remove variable.
703 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
704 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
705 (msb--toggle-menu-type): Fix typos in docstrings.
706
707 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
708 (shadow-insert-var): Doc fixes.
709 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
710 Reflow docstrings.
711 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
712
713 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
714
715 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
716 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
717 Fix typos in autoload docstrings.
718
719 * loadhist.el (unload-feature): Remove redundant check.
720
721 2007-10-30 Richard Stallman <rms@gnu.org>
722
723 * savehist.el (savehist-save): Obey savehist-ignored-variables.
724
725 2007-10-30 Nick Roberts <nickrob@snap.net.nz>
726
727 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
728 (gdb-var-update-handler-1): Use it.
729
730 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
731
732 * loadhist.el (unload-feature): Remove erroneous check for the
733 FEATURE-unload-function variable; check the existence of the
734 function (that's what the docstring says, and it makes more sense).
735
736 * follow.el (follow-unload-function): Add docstring.
737 (follow-unload-function): Remove variable.
738
739 * server.el (server-unload-function): Remove variable.
740 (server-unload-function): Unbind `server-edit' from `C-x #'.
741
742 * uniquify.el (uniquify-unload-function): Add docstring.
743 (uniquify-unload-function): Remove variable.
744
745 * ses.el (ses-unload-function): New function.
746
747 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
748
749 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
750 (unsafep-progn, unsafep-let): Fix typos in docstrings.
751
752 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
753 before use to avoid a warning in packages that require uniquify.
754 (uniquify-unload-function): New function and var.
755
756 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
757
758 * loadhist.el (unload-feature-special-hooks):
759 Add `delete-frame-functions'.
760
761 * server.el (server-unload-function): Rename from `server-unload-hook'
762 and adapt to new `unload-feature' functionality. Remove hook from
763 `kill-buffer-hook' buffer-locally.
764 (server-unload-hook): Remove.
765 (server-unload-function): New var; replaces `server-unload-hook'.
766
767 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
768
769 * desktop.el (uniquify-managed): Pacify byte compiler.
770 (desktop-buffer-info): If the buffer name is managed by uniquify,
771 save the base name, not the uniquified one.
772 (desktop-create-buffer): Allow `rename-buffer' to generate a new
773 name in case of conflict.
774
775 2007-10-26 Glenn Morris <rgm@gnu.org>
776
777 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
778 safe-local-variable property.
779
780 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
781
782 * net/browse-url.el (browse-url-browser-function): Delete grail.
783 (browse-url-grail): Function and variable deleted.
784 (browse-url-browser-function): Delete IXI Mosaic.
785 (browse-url-default-browser): Don't try IXI Mosaic.
786 (browse-url-iximosaic): Function deleted.
787 (browse-url-browser-function): Delete MMM.
788 (browse-url-default-browser): Don't try MMM.
789 (browse-url-mmm): Function deleted.
790
791 2007-10-25 Glenn Morris <rgm@gnu.org>
792
793 * progmodes/f90.el (f90-indented-comment-re)
794 (f90-directive-comment-re, f90-break-delimiters):
795 * progmodes/fortran.el (fortran-comment-line-start-skip)
796 (fortran-directive-re):
797 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
798 as safe if they are strings.
799
800 2007-10-25 Richard Stallman <rms@gnu.org>
801
802 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
803
804 2007-10-24 Richard Stallman <rms@gnu.org>
805
806 * savehist.el (savehist-save): Omit unreadable elements.
807
808 * loadhist.el (unload-function-defs-list): Renamed from
809 unload-function-features-list.
810 (unload-feature-special-hooks, unload-feature): Doc fixes.
811
812 * indent.el (indent-to-left-margin): If point's in the indentation,
813 move to the end of the indentation.
814
815 * cus-edit.el (customize-changed-options): Make arg optional.
816
817 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
818
819 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
820
821 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
822
823 * textmodes/css-mode.el: Require CL.
824 (comment-continue): Declare.
825
826 * subr.el (make-variable-frame-localizable): Remove.
827 (make-variable-frame-local): Mark obsolete.
828
829 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
830
831 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
832 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
833
834 2007-10-23 Chris Moore <christopher.ian.moore@gmail.com>
835
836 * comint.el (comint-password-prompt-regexp):
837 Handle `[sudo] password'-style prompt.
838
839 2007-10-23 Glenn Morris <rgm@gnu.org>
840
841 * progmodes/f90.el (f90-do-indent, f90-if-indent)
842 (f90-type-indent, f90-program-indent)
843 (f90-continuation-indent, f90-comment-region)
844 (f90-beginning-ampersand, f90-smart-end)
845 (f90-break-before-delimiters, f90-auto-keyword-case)
846 (f90-leave-line-no, f90-mode-hook):
847 Give an appropriate safe-local-variable property.
848 (f90-font-lock-keywords-2): Fix `go to' regexp.
849
850 * progmodes/fortran.el (fortran-tab-mode-default)
851 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
852 (fortran-structure-indent, fortran-continuation-indent)
853 (fortran-comment-indent, fortran-comment-line-extra-indent)
854 (fortran-comment-line-start)
855 (fortran-minimum-statement-indent-fixed)
856 (fortran-minimum-statement-indent-tab)
857 (fortran-comment-indent-char, fortran-line-number-indent)
858 (fortran-check-all-num-for-matching-do)
859 (fortran-blink-matching-if, fortran-continuation-string)
860 (fortran-comment-region, fortran-electric-line-number)
861 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
862 (fortran-analyze-depth, fortran-break-before-delimiters):
863 Give an appropriate safe-local-variable property.
864
865 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
866
867 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
868 of the subdirs is unreadable.
869
870 2007-10-22 Martin Rudalics <rudalics@gmx.at>
871
872 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
873 Use window-full-width-p.
874
875 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
876
877 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
878 (tpu-edt-off): Use it.
879 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
880 the global-map before adding it to global-map.
881
882 * menu-bar.el (global-buffers-menu-map): New var.
883 (global-map, menu-bar-update-buffers): Use it.
884 * msb.el (msb-menu-bar-update-buffers): Use it.
885 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
886 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
887 Use with-current-buffer.
888
889 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
890
891 * hexl.el (hexl-menu): New major mode menu.
892
893 2007-10-20 Glenn Morris <rgm@gnu.org>
894
895 * progmodes/f90.el (f90-font-lock-keywords-2)
896 (f90-looking-at-type-like): Fix regexp typos.
897
898 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
899
900 * bs.el (bs-mode): Add mode name (accidentally left out
901 in the 2007-10-16 change).
902
903 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
904
905 * bs.el (bs--track-window-changes): Don't refresh the whole list.
906 (bs-mode): Set mode-class property to special.
907
908 * follow.el (follow-unload-function): New function.
909
910 * loadhist.el (unload-function-features-list):
911 Rename from `unload-hook-features-list'.
912 (unload-hook-features-list): Add as obsolete alias.
913 (unload-feature): Use `unload-function-features-list'
914 and new FEATURE-unload-function.
915
916 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
917
918 * loadhist.el (unload-feature-special-hooks):
919 Update list of special hooks.
920
921 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
922 (adaptive-fill-function): Doc fix. Remove * from docstring.
923
924 2007-10-18 Glenn Morris <rgm@gnu.org>
925
926 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
927
928 2007-10-17 Aaron Hawley <aaronh@garden.org>
929
930 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
931 position is not saved.
932
933 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
934
935 * longlines.el (longlines-wrap-follows-window-size): Integer value
936 specifies wrapping margin.
937 (longlines-mode, longlines-window-change-function):
938 Set window-specific wrapping margin based on the above.
939
940 2007-10-17 John Wiegley <johnw@newartisans.com>
941
942 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
943
944 2007-10-17 Glenn Morris <rgm@gnu.org>
945
946 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
947 Tweak regexp to avoid stack overflow.
948
949 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
950
951 * simple.el (reindent-then-newline-and-indent): Don't assume that
952 indent-according-to-mode preserves point.
953
954 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
955
956 * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
957 (bs--restore-window-config): Keep the selected frame.
958 (bs--track-window-changes, bs--remove-hooks): New functions.
959 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
960 (bs--show-with-configuration): Revert 2006-11-09 change.
961 Don't reuse window unless it is visible on the selected frame.
962 Restore window configuration (possibly in a different frame)
963 before creating any window.
964
965 2007-10-16 Richard Stallman <rms@gnu.org>
966
967 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
968 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
969 (ad-is-advised, ad-get-advice-info-field)
970 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
971
972 2007-10-16 Glenn Morris <rgm@gnu.org>
973
974 * simple.el (blink-matching-open): Don't report false errors with
975 the `$' syntax class.
976
977 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
978
979 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
980 (filesets-ormap, filesets-sort-case-sensitive-flag)
981 (filesets-remake-shortcut, filesets-ingroup-collect-files):
982 Fix typos in docstrings.
983 (filesets-data-get-name, filesets-data-get-data)
984 (filesets-data-set, filesets-cmd-query-replace-getargs)
985 (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
986
987 2007-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
988
989 * term/mac-win.el: Don't require url when compiling, as url-type is
990 no longer a macro.
991
992 2007-10-14 Glenn Morris <rgm@gnu.org>
993
994 * progmodes/etags.el (select-tags-table): Disable undo in the
995 `*Tags Table List*' buffer.
996
997 2007-10-13 Eli Zaretskii <eliz@gnu.org>
998
999 * dired.el (dired-warn-writable): New face.
1000 (dired-warn-writable-face): New variable.
1001 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
1002 of dired-warning-face, for group- and world-writable files.
1003
1004 2007-10-13 Glenn Morris <rgm@gnu.org>
1005
1006 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
1007 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1008 Add doc string, and an explicit COUNT argument.
1009 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
1010 `inc' to search functions.
1011
1012 2007-10-13 John W. Eaton <jwe@octave.org>
1013
1014 * progmodes/octave-mod.el (octave-looking-at-kw)
1015 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1016 New functions.
1017 (octave-in-defun-p, calculate-octave-indent)
1018 (octave-blink-matching-block-open, octave-beginning-of-defun)
1019 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
1020 to search for regexps that contain case-sensitive keywords.
1021 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
1022 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
1023
1024 2007-10-13 Richard Stallman <rms@gnu.org>
1025
1026 * files.el (directory-abbrev-alist): Doc fix.
1027
1028 2007-10-13 Jari Aalto <jari.aalto@cante.net>
1029
1030 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
1031
1032 2007-10-12 Martin Rudalics <rudalics@gmx.at>
1033
1034 * frame.el (set-frame-configuration): Assign name parameter only
1035 if it has been set explicitly before.
1036
1037 * window.el (handle-select-window): Revert part of 2007-10-06
1038 change setting the input focus.
1039
1040 2007-10-12 Glenn Morris <rgm@gnu.org>
1041
1042 * cus-edit.el (custom-variable-menu, custom-face-menu)
1043 (custom-group-menu): Check init-file-user rather than
1044 user-init-file, in case cus-edit is loaded by site-run-file.
1045
1046 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
1047
1048 * follow.el (follow-stop-intercept-process-output):
1049 Use `follow-call-process-filter' rather than `process-filter'.
1050
1051 2007-10-11 Tom Tromey <tromey@redhat.com>
1052
1053 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
1054 frame is visible.
1055
1056 2007-10-10 Richard Stallman <rms@gnu.org>
1057
1058 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
1059 in *Backtrace*.
1060
1061 * faces.el (face-font-selection-order): Doc fix.
1062
1063 * loadhist.el (unload-feature): Doc fix.
1064
1065 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1066
1067 * ps-print.el: Fix the usage of :foreground and :background face
1068 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
1069 (ps-print-version): New version 6.7.6.
1070 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
1071 Fix code.
1072 (ps-face-foreground-color-p, ps-face-background-color-p)
1073 (ps-face-color-p): New inline funs.
1074
1075 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
1076
1077 * follow.el: Change all instances of "Follow Mode" to "Follow
1078 mode" in docstrings and messages.
1079
1080 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
1081
1082 * faces.el (face-font-selection-order): Doc fix.
1083
1084 * follow.el (follow-mode-hook, follow-mode): Doc fixes.
1085 (follow-mode-off-hook): Mark as obsolete.
1086
1087 2007-10-08 Richard Stallman <rms@gnu.org>
1088
1089 * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
1090 (edebug-install-custom-print, edebug-reset-print-funcs)
1091 (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
1092 Functions deleted.
1093 (edebug-prin1, edebug-print, edebug-prin1-to-string)
1094 (edebug-format, edebug-message): Define directly as aliases.
1095
1096 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
1097
1098 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
1099
1100 2007-10-07 Glenn Morris <rgm@gnu.org>
1101
1102 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
1103 version numbers.
1104
1105 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
1106
1107 * net/tramp.el (tramp-completion-mode): Extend doc-string.
1108 (tramp-completion-mode-p): Revert change from 2007-09-24.
1109 Checking for `return' etc as last character is not sufficient, for
1110 example in dired-mode when entering <g> (revert-buffer) or
1111 <s> (dired-sort).
1112
1113 2007-10-06 Martin Rudalics <rudalics@gmx.at>
1114
1115 * window.el (mouse-autoselect-window-cancel): Don't cancel for
1116 select-window or select-frame events.
1117 (handle-select-window): When autoselecting window set input
1118 focus. Restructure.
1119
1120 * frame.el (focus-follows-mouse): Moved to frame.c.
1121 * cus-start.el (all): Add focus-follows-mouse.
1122
1123 2007-10-05 Chris Moore <dooglus@gmail.com>
1124
1125 * server.el (server-kill-new-buffers): Doc fix.
1126
1127 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
1128
1129 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
1130 activate font-locking in the *buffer-selection* buffer.
1131 (bs-show-sorted): Doc fix.
1132
1133 * bs.el (bs--get-marked-string, bs--get-modified-string)
1134 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
1135 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
1136 (bs--format-aux): Doc fix.
1137
1138 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
1139
1140 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
1141
1142 2007-10-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1143
1144 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
1145
1146 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
1147
1148 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
1149 (gud-gdb): New function for old M-x gdb (text command mode).
1150 (gud-gdb-command-name, gdb): Move to...
1151
1152 * progmodes/gdb-ui.el: ...here and adapt doc string.
1153 (gud-gdba-command-name, gdba): Delete.
1154
1155 2007-10-03 Juanma Barranquero <lekktu@gmail.com>
1156
1157 * bs.el: Don't defvar `font-lock-verbose'.
1158 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
1159 (bs--get-file-name): Fix typos in docstrings.
1160 (bs--show-header): Use `dolist' instead of `mapcar'.
1161 (bs-mode): Set `show-trailing-whitespace' to nil.
1162 (bs-buffer-sort-function, bs-mouse-select-other-frame)
1163 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
1164 Doc fixes.
1165
1166 2007-10-02 Adam Hupp <adam@hupp.org> (tiny change)
1167
1168 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
1169
1170 2007-10-02 Nick Roberts <nickrob@snap.net.nz>
1171
1172 * progmodes/gud.el (gdb): Make graphical mode the default and
1173 switch to text command mode if appropriate, i.e., reverse previous
1174 arrangement.
1175 (gud-gdb-marker-filter): Adapt for above change.
1176
1177 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
1178 gud-minor-mode and gud-marker-filter.
1179 (gdb-fullname-regexp): New variable.
1180 (gud-gdba-marker-filter): Use it to switch to text command
1181 mode if appropriate.
1182
1183 2007-10-02 Richard Stallman <rms@gnu.org>
1184
1185 * frame.el (cursor-in-non-selected-windows): Doc fix.
1186
1187 2007-10-01 Nick Roberts <nickrob@snap.net.nz>
1188
1189 * progmodes/gud.el (gud-display-line): Find source buffer even when
1190 GUD buffer has its own frame.
1191
1192 2007-10-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1193
1194 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
1195
1196 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1197
1198 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
1199
1200 2007-09-29 Martin Rudalics <rudalics@gmx.at>
1201
1202 * allout.el (allout-before-change-handler): Replace got-char by
1203 goto-char.
1204
1205 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1206
1207 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
1208 Used to try and automatically enabled smerge-mode in the presence of
1209 conflicts and to call `svn resolved' when the conflicts are gone.
1210 (vc-svn-parse-status): Remember the svn-specific status.
1211
1212 * newcomment.el (comment-choose-indent): New function extracted
1213 from comment-indent. Improve the alignment algorithm.
1214 (comment-indent): Use it.
1215
1216 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
1217
1218 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
1219 (eldoc-message-commands, eldoc-current-idle-delay):
1220 Fix typos in docstrings.
1221
1222 * progmodes/python.el (python-eldoc-function): Doc fix.
1223
1224 2007-09-26 Eli Zaretskii <eliz@gnu.org>
1225
1226 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
1227 menu-bar-apropos-menu. All users changed.
1228 (menu-bar-help-menu): Change menu symbols to better match the text
1229 displayed by the menu.
1230
1231 2007-09-25 Glenn Morris <rgm@gnu.org>
1232
1233 * view.el (view-search-no-match-lines): Add a doc string.
1234 Rewrite to simplify and work better.
1235
1236 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
1237
1238 * net/tramp.el (tramp-completion-mode-p): Rename from
1239 `tramp-completion-mode'. Revert logic, check `return', `newline'
1240 and such alike. Packages like Icicles tend to use other completion
1241 characters but `tab' and `space' only.
1242 (top): Require cl.el, when `copy-tree' is not available otherwise.
1243
1244 * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
1245 `ad-get-arg'.
1246
1247 2007-09-24 Ville Skytt\e,Ad\e(B <scop@xemacs.org> (tiny change)
1248
1249 * net/tramp-vc.el (tramp-vc-user-login-name):
1250 Use `vc-find-version' instead of `process-file' to check whether we
1251 have a new enough vc that doesn't need the defadvice.
1252
1253 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
1254
1255 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
1256 #, @, : and ^.
1257
1258 2007-09-23 Glenn Morris <rgm@gnu.org>
1259
1260 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
1261
1262 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
1263
1264 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
1265
1266 * log-view.el (log-view-mode-map): Likewise.
1267
1268 * diff-mode.el (diff-mode-shared-map): Likewise.
1269
1270 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
1271
1272 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
1273 add inferior-octave-directory-tracker to the buffer-local value
1274 of comint-input-filter-functions.
1275
1276 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
1277
1278 * files.el (file-name-sans-versions): Also allow `A-Z'.
1279
1280 * vc.el: Mention all supported VC backends.
1281
1282 2007-09-22 Richard Stallman <rms@gnu.org>
1283
1284 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
1285 neighbouring buttons.
1286
1287 2007-09-22 Andreas Schwab <schwab@suse.de>
1288
1289 * files.el (file-name-sans-versions): Also allow `_'.
1290
1291 2007-09-22 Glenn Morris <rgm@gnu.org>
1292
1293 * eshell/esh-mode.el (eshell-output-filter-functions):
1294 Add eshell-postoutput-scroll-to-bottom.
1295
1296 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1297
1298 * files.el (file-name-sans-versions): Allow - and a-z in version names.
1299
1300 * log-view.el (log-view-mode-map, log-view-mode-menu):
1301 Bind log-view-annotate-version.
1302 (log-view-beginning-of-defun, log-view-end-of-defun)
1303 (log-view-annotate-version): New functions.
1304 (log-view-mode): Use log-view-beginning-of-defun and
1305 log-view-end-of-defun.
1306
1307 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1308
1309 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
1310
1311 2007-09-21 Kevin Ryde <user42@zip.com.au>
1312
1313 * international/mule.el (sgml-html-meta-auto-coding-function):
1314 Bind `case-fold-search' to t.
1315
1316 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1317
1318 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
1319 neighbouring buttons.
1320
1321 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1322 Recognize gcc's use of "note" for informational messages.
1323
1324 2007-09-20 Glenn Morris <rgm@gnu.org>
1325
1326 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
1327 motion functions, rather than hard-coding "\n\n".
1328 (tex-validate-region): Check for eobp, to speed up.
1329 (tex-next-unmatched-end): Doc fix.
1330
1331 2007-09-19 Glenn Morris <rgm@gnu.org>
1332
1333 * textmodes/tex-mode.el (tex-terminate-paragraph):
1334 Use backward-paragraph.
1335
1336 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1337
1338 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
1339 (css-mode): Update correspondingly.
1340
1341 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1342
1343 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
1344
1345 * vc-hooks.el (vc-menu-entry): New var.
1346 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
1347 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
1348 (vc-menu-map): Declare and initialize in one step.
1349
1350 * menu-bar.el (vc-menu-map): Don't setup any more.
1351 Instead, just create the proper spot in the menu.
1352
1353 2007-09-18 Dan Nicolaescu <dann@ics.uci.edu>
1354 Stefan Monnier <monnier@iro.umontreal.ca>
1355
1356 * vc.el: Document new VC operation `extra-menu'.
1357
1358 * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
1359
1360 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
1361
1362 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
1363 Signed-off-by, Acked-by and Merge.
1364
1365 2007-09-17 Glenn Morris <rgm@gnu.org>
1366
1367 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
1368 filename from `--file-line-error', if it is available.
1369
1370 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
1371
1372 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
1373 TeX `--file-line-error' format.
1374
1375 2007-09-17 Glenn Morris <rgm@gnu.org>
1376
1377 * textmodes/tex-mode.el (tex-region): Simplify previous change,
1378 handling the case where the region is not in `tex-main-file'.
1379 (tex-region-1): Delete.
1380 (tex-region-header): New function, doing the header part of the
1381 old tex-region-1.
1382
1383 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1384
1385 * ediff-init.el (ediff-verbose-p): This var is not a constant.
1386
1387 2007-09-16 Drew Adams <drew.adams@oracle.com>
1388
1389 * cus-edit.el (custom-face-edit-activate): Doc fix.
1390
1391 2007-09-16 Glenn Morris <rgm@gnu.org>
1392
1393 * textmodes/tex-mode.el (tex-region): Handle the case where the
1394 region is not in `tex-main-file'. Move the old code that applies
1395 to both cases...
1396 (tex-region-1): ...to this new function.
1397
1398 2007-09-15 Martin Rudalics <rudalics@gmx.at>
1399
1400 * simple.el (blink-matching-open): Don't display message when no
1401 paren is found within blink-matching-paren-distance characters.
1402 Don't search prompt in blink-matching-paren-distance nil case.
1403
1404 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
1405
1406 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
1407
1408 2007-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1409
1410 * vc-mtn.el: New file.
1411
1412 * vc-hooks.el (vc-handled-backends): Add Mtn.
1413
1414 2007-09-13 Eli Zaretskii <eliz@gnu.org>
1415
1416 * files.el (find-file, find-file-other-window)
1417 (find-file-other-frame, find-file-existing, find-file-read-only)
1418 (find-file-read-only-other-window)
1419 (find-file-read-only-other-frame)
1420 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
1421
1422 2007-09-13 Jari Aalto <jari.aalto@cante.net>
1423
1424 * man.el (Man-default-man-entry): At end of line, continue looking
1425 to the next line for possible end of hyphenated command.
1426
1427 2007-09-13 Chris Moore <dooglus@gmail.com>
1428
1429 * shell.el (shell-resync-dirs): Don't move the cursor relative to
1430 the command being edited.
1431
1432 2007-09-13 Nick Roberts <nickrob@snap.net.nz>
1433
1434 * progmodes/gud.el (gdb-ready): New variable.
1435 (gdb): Set it to nil. Set gud-running to nil here...
1436 (gud-common-init): ...instead of here.
1437
1438 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
1439 Use gdb-ready. Discard input until GDB is ready to accept it.
1440
1441 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
1442
1443 * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
1444 C-M-S- keys.
1445
1446 2007-09-12 Martin Rudalics <rudalics@gmx.at>
1447
1448 * dired.el (dired-warning): Inherit from font-lock-warning-face to
1449 make it show up with eight colors.
1450
1451 2007-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1452
1453 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
1454 diffs are concatenated with no intervening line.
1455
1456 2007-09-10 Dave Love <fx@gnu.org>
1457
1458 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
1459 (python-font-lock-keywords): Update to the 2.5 version of the language.
1460 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
1461 (python-backspace): Only behave funny in code.
1462 (python-compilation-regexp-alist): Add PDB stack trace regexp.
1463 (inferior-python-mode): Add PDB prompt regexp.
1464 (python-fill-paragraph): Refine the fenced-string regexp.
1465 (python-find-imports): Handle imports spanning several lines.
1466 (python-mode): Add `class' to hideshow support.
1467
1468 2007-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1469
1470 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
1471 add-log-buffer-file-name-function rather than bind buffer-file-name,
1472 so we dont end up calling change-log-mode in *cvs* when `fi' is the
1473 ChangeLog file itself.
1474
1475 * outline.el (outline-flag-region): Use front-advance.
1476
1477 2007-09-07 Ilya Zakharevich <ilyaz@cpan.org>
1478
1479 * progmodes/cperl-mode.el: Merge upstream 5.23.
1480 (cperl-where-am-i): Remove function.
1481 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
1482 (cperl-sniff-for-indent): De-invert [string] and [comment].
1483 When looking for label, skip s:m:y:tr.
1484 (cperl-indent-line): Likewise.
1485 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
1486 (cperl-windowed-init): Wrong `ps-print' handling.
1487 Both thanks to Chong Yidong.
1488 (cperl-look-at-leading-count): Could fail with unfinished RExen.
1489 (cperl-find-pods-heres): If the second part of s()[] is missing,
1490 don't try to highlight delimiters...
1491
1492 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1493
1494 * progmodes/compile.el (compilation-get-file-structure): Complete last
1495 change by also using spec-directory in the puthash.
1496
1497 2007-09-07 Riccardo Murri <riccardo.murri@gmail.com>
1498
1499 * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
1500 (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
1501 (vc-bzr-status): Fix shadowing of variable 'status'.
1502 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
1503 Use `expand-file-name' instead of `concat'.
1504 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
1505 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
1506
1507 2007-09-05 Jason Rumney <jasonr@gnu.org>
1508
1509 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
1510
1511 2007-09-02 Richard Stallman <rms@gnu.org>
1512
1513 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
1514 Add `safe-local-variable' property.
1515 (lisp-body-indent): Likewise.
1516
1517 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1518
1519 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
1520 prev/next-node.
1521
1522 * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
1523 (x-gtk-map-stock): New function.
1524
1525 2007-09-02 Glenn Morris <rgm@gnu.org>
1526
1527 * comint.el (comint-mode): Don't set scroll-conservatively.
1528
1529 * eshell/em-unix.el (eshell/time): Stringify and flatten the
1530 non-command arguments.
1531
1532 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
1533
1534 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1535 Fix bug: Don't expand top-level file name more than once.
1536 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
1537
1538 2007-09-01 Richard Stallman <rms@gnu.org>
1539
1540 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
1541 Add doc string.
1542
1543 2007-08-30 Richard Stallman <rms@gnu.org>
1544
1545 * speedbar.el (speedbar-frame-reposition-smartly)
1546 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
1547 (speedbar-check-vc): Don't use dframe-xemacsp.
1548
1549 2007-08-30 Martin Rudalics <rudalics@gmx.at>
1550
1551 * files.el (backup-buffer-copy): Try to overwrite old backup first.
1552
1553 2007-08-29 Martin Rudalics <rudalics@gmx.at>
1554
1555 * repeat.el (repeat): Use last-repeatable-command instead of
1556 real-last-command. Run pre- and post-command hooks for
1557 self-insertion. Update doc-string.
1558
1559 2007-08-28 Glenn Morris <rgm@gnu.org>
1560
1561 * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
1562
1563 2007-08-27 Alexandre Julliard <julliard@winehq.org>
1564
1565 * vc-git.el (vc-git-state): Call git-add --refresh to update the
1566 state of the file.
1567 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
1568 (vc-git-create-repo): Fix invalid command.
1569
1570 2007-08-27 Richard Stallman <rms@gnu.org>
1571
1572 * textmodes/flyspell.el (flyspell-mode):
1573 Catch errors in flyspell-mode-on.
1574
1575 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
1576
1577 * progmodes/modula2.el (m2-definition, m2-module):
1578 Don't use previous-line. Reported by T. V. Raman.
1579
1580 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1581
1582 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
1583 argument to tool-bar-mode call.
1584
1585 2007-08-27 Glenn Morris <rgm@gnu.org>
1586
1587 * diff-mode.el (diff-find-file-name): Only accept regular files,
1588 to rule out /dev/null, directories, etc.
1589
1590 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
1591
1592 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
1593 safe-local-variable setting.
1594 * progmodes/perl-mode.el (perl-indent-level): Likewise.
1595
1596 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
1597
1598 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
1599 of buffers in uniquify-managed.
1600
1601 * simple.el (invisible-p): Rename from text-invisible-p.
1602 Update callers.
1603
1604 2007-08-25 Alan Mackenzie <acm@muc.de>
1605
1606 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
1607 new language variable.
1608
1609 * progmodes/cc-engine.el (c-brace-anchor-point): New function.
1610 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
1611 "extern" etc., rather than BOI. Fix addition of spurious
1612 syntactic-symbol 'defun-block-intro, replacing it with
1613 'innamespace, etc.
1614
1615 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
1616
1617 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
1618 Don't behave differently when executed via M-x. Add doc string.
1619
1620 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1621
1622 * files.el (backup-buffer-copy): Don't wrap delete in
1623 condition-case, only try to delete if file exists.
1624
1625 2007-08-24 Glenn Morris <rgm@gnu.org>
1626
1627 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
1628
1629 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1630
1631 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
1632 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
1633 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
1634 (cperl-etags-goto-tag-location): Use new style backquotes.
1635
1636 * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
1637 (dynamic-completion-table): Use it it.
1638
1639 * net/browse-url.el: Remove spurious * in custom docstrings.
1640 (browse-url-filename-alist): Use new-style backquote.
1641
1642 * emacs-lisp/backquote.el (backquote-unquote-symbol)
1643 (backquote-splice-symbol): Clarify they're not new-style unquotes.
1644
1645 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
1646 (\,@): Backslash the , and ,@ which are not new-style unquotes.
1647
1648 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
1649
1650 * net/socks.el (socks-username/password-auth-filter):
1651 Remove unused vars `state' and `desired-len'.
1652 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
1653 (socks-wait-for-state-change): Use new-style backquotes.
1654
1655 * pcvs.el (cvs-mode-status): Fix long-standing typo.
1656
1657 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
1658 backquotes after each `read' rather than once per buffer.
1659
1660 * dframe.el: Remove spurious * in custom docstrings.
1661 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
1662 (dframe-xemacs20p): Remove, inline at the sole use point.
1663 (defface): Don't defvar the face, don't use old-style backquote.
1664 (defcustom): Don't use old-style backquote.
1665 (dframe-frame-parameter, dframe-mouse-event-p):
1666 Make it obvious that it's always defined.
1667 (dframe-popup-kludge): New function to replace
1668 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
1669 (dframe-frame-mode, dframe-set-timer-internal)
1670 (dframe-mouse-set-point): Remove use of with-no-warnings from
1671 XEmacs-specific code.
1672 (dframe-set-timer-internal): Fix very old bug with
1673 post-command-idle-hook.
1674
1675 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
1676
1677 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
1678
1679 * image-mode.el (image-minor-mode): Use image-mode-text-map.
1680
1681 2007-08-22 Reiner Steib <Reiner.Steib@gmx.de>
1682
1683 * sort.el (sort-fold-case, sort-numeric-base): Mark as
1684 safe-local-variable.
1685
1686 2007-08-22 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1687
1688 * net/browse-url.el (browse-url-emacs): New function.
1689
1690 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
1691
1692 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
1693 warning if the file uses old style backquotes.
1694
1695 * emacs-lisp/bytecomp.el (byte-compile-log-file)
1696 (byte-recompile-directory, byte-compile-file)
1697 (byte-compile-from-buffer): Use with-current-buffer.
1698
1699 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
1700 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
1701 (line-move-1, line-move-finish, line-move-to-column)
1702 (move-end-of-line, move-beginning-of-line): Use new name.
1703
1704 2007-08-22 Glenn Morris <rgm@gnu.org>
1705
1706 * files.el (backup-buffer-copy): Check backup directory is
1707 writable, to avoid infloop deleting old backup.
1708
1709 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
1710 movemail related variables.
1711 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
1712 will now be set before this is called.
1713
1714 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1715
1716 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
1717
1718 * progmodes/ada-mode.el: Fix up comment style in header.
1719 (ada-check-emacs-version): Remove.
1720 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
1721 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
1722 to try and quieten the byte-compiler.
1723 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
1724
1725 * vc.el (vc-annotate-warp-version): Don't use previous-line.
1726
1727 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
1728
1729 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
1730 extracted from `eval-last-sexp-1'.
1731 (eval-last-sexp-1): Call `preceding-sexp'.
1732
1733 2007-08-19 Glenn Morris <rgm@gnu.org>
1734
1735 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
1736 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
1737 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
1738 shadow files messing up the compilation.
1739
1740 2007-08-18 Glenn Morris <rgm@gnu.org>
1741
1742 * progmodes/scheme.el (scheme-mode-variables):
1743 Set font-lock-comment-start-skip.
1744
1745 2007-08-18 Martin Rudalics <rudalics@gmx.at>
1746
1747 * progmodes/ada-mode.el (ada-create-syntax-table):
1748 Move set-syntax-table from here to ...
1749 (ada-mode): ... here. Don't change global value of comment-multi-line.
1750 Call new function ada-initialize-syntax-table-properties.
1751 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
1752 (ada-deactivate-properties, ada-initialize-properties):
1753 Replace by new functions ...
1754 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
1755 (ada-initialize-syntax-table-properties): ... to set up syntax-table
1756 properties uniformly, independently from whether font-lock-mode
1757 is enabled or not. Handle read-only buffers and do not change
1758 undo-list when setting syntax-table properties.
1759 (ada-after-change-function): Use ada-set-syntax-table-properties.
1760
1761 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1762
1763 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
1764 (cperl-find-pods-heres): Fix an error when typing expressions like
1765 `s{a}{b}'.
1766
1767 2007-08-17 Glenn Morris <rgm@gnu.org>
1768
1769 * progmodes/compile.el (compilation-get-file-structure): Make use
1770 of the directory part when checking for an existing entry, to
1771 handle files with same basename in different directories.
1772
1773 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1774
1775 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
1776 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
1777 (ps-paragraph-spacing): Docstring fix.
1778
1779 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
1780
1781 * smerge-mode.el (smerge-resolve): New arg `safe'.
1782 (smerge-resolve-all, smerge-batch-resolve): New function.
1783 (smerge-refine): Make sure `diff' returns the expected result.
1784 (smerge-parsep-re): New const.
1785 (smerge-mode): Use it to adjust paragraph-separate.
1786
1787 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1788 Correctly match / regexp matchers as first char on a line when
1789 fontifying only that line.
1790
1791 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
1792
1793 2007-08-16 Glenn Morris <rgm@gnu.org>
1794
1795 * ps-print.el (ps-font-size): Doc fix.
1796
1797 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
1798
1799 * vc-bzr.el: Don't fiddle with vc-handled-backend.
1800 (vc-bzr-registered): Don't redundantly protect against
1801 file-error. Actually use the format-specific code.
1802 (vc-bzr-buffer-nonblank-p): Remove.
1803 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
1804
1805 2007-08-15 Glenn Morris <rgm@gnu.org>
1806
1807 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
1808 sloppier, for the sake of GNU Mailman.
1809 (rmail-digest-rfc1153): Initialize `result' correctly.
1810
1811 2007-08-14 Glenn Morris <rgm@gnu.org>
1812
1813 * simple.el (bad-packages-alist): New constant.
1814 (bad-package-check): New function. Together, these two add
1815 elements to `after-load-alist' to check for problematic external
1816 packages.
1817 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
1818
1819 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
1820
1821 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
1822 optional quotes around files in NEED-UPDATE . REMOVED case.
1823
1824 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
1825 (ada-treat-cmd-string): Improve error message.
1826 (ada-do-file-completion): Call `ada-require-project-file', so
1827 project variables are set properly.
1828 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
1829 (ada-gnatfind-buffer-name): New constant.
1830 (ada-find-any-references): Use new constant. Set buffer name
1831 properly in compilation-start. Toggle read-only properly.
1832 (ada-find-in-src-path): Fix spelling error in docstring.
1833
1834 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
1835 by zero error.
1836
1837 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
1838
1839 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
1840
1841 2007-08-12 Richard Stallman <rms@gnu.org>
1842
1843 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
1844 (cvs-execute-single-file): Use new name split-string-and-unquote.
1845 (cvs-header-msg): Use new name combine-and-quote-strings.
1846
1847 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
1848
1849 * progmodes/gud.el (gud-common-init): Use new name
1850 split-string-and-unquote.
1851
1852 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
1853 in javac regexp.
1854
1855 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
1856 combine-and-quote-strings and split-string-and-unquote.
1857
1858 * subr.el (combine-and-quote-strings): Rename from strings->string.
1859 (split-string-and-unquote): Rename from string->strings.
1860
1861 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1862
1863 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
1864 to buffer-local settings.
1865
1866 * emacs-lisp/backquote.el (backquote-delay-process): New function.
1867 (backquote-process): Add internal arg `level'. Use the two to
1868 correctly handle nested backquotes.
1869
1870 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
1871
1872 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
1873 (vc-bzr-state-words): Add "kind changed" state word.
1874 (vc-bzr-status): New function. Return Bzr idea of file status,
1875 which is different from VC's.
1876 (vc-bzr-state): Use vc-bzr-status.
1877 (vc-workfile-unchanged-p): Use vc-bzr-status.
1878 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
1879 (vc-dired-state): Process "kind changed" state word.
1880
1881 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
1882
1883 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
1884
1885 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
1886 Move from vc-default-find-file-not-found-hook.
1887
1888 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
1889
1890 * url/url-auth.el (url-basic-auth): When prompting for username
1891 and password, default to the username and password in the URL.
1892
1893 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1894
1895 * man.el: Remove spurious * in docstrings.
1896 Merge defvars and toplevel setq-defaults.
1897 (Man-highlight-references0): Limit=nil rather than point-max.
1898 (Man-mode-map): Move initialization into the declaration.
1899 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
1900 (Man-view-header-file): Use expand-file-name rather than concat.
1901 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
1902
1903 * man.el (Man-next-section): Make sure we do not move backward.
1904
1905 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1906
1907 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
1908 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
1909 ps-print-color-p is neither nil nor black-white. Reported by Christian
1910 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1911
1912 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1913
1914 * files.el (auto-mode-alist): Use the purecopied text (duh!).
1915
1916 2007-08-08 Andreas Schwab <schwab@suse.de>
1917
1918 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
1919 self-insert-command, not self-insert.
1920
1921 2007-08-08 Glenn Morris <rgm@gnu.org>
1922
1923 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
1924
1925 * Replace `iff' in doc-strings and comments.
1926
1927 * help-mode.el (help-make-xrefs): Search for symbol constituents,
1928 rather than just `-'.
1929
1930 2007-08-08 Martin Rudalics <rudalics@gmx.at>
1931
1932 * dired.el (dired-pop-to-buffer):
1933 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1934 * calendar/calendar.el (generate-calendar-window):
1935 * progmodes/compile.el (compilation-set-window-height):
1936 * textmodes/two-column.el (2C-two-columns, 2C-merge):
1937 Use window-full-width-p instead of comparing frame-width and
1938 window-width.
1939
1940 * progmodes/compile.el (compilation-find-buffer): Remove extra
1941 argument in call to compilation-buffer-internal-p.
1942
1943 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
1944
1945 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
1946 parameters IDENTIFICATION and CONNECTED.
1947 (tramp-handle-insert-file-contents): VISIT must be handled after
1948 insertion of the local copy. Reported by Peter Gordon
1949 <peter@pg-consultants.com>.
1950 (tramp-file-name-handler): No special handling for
1951 `expand-file-name'. But for `file-name-as-directory'.
1952 (tramp-find-shell, tramp-open-connection-telnet)
1953 (tramp-open-connection-rsh, tramp-open-connection-su)
1954 (tramp-open-connection-multi)
1955 (tramp-open-connection-setup-interactive-shell): Guard against
1956 $PROMPT_COMMAND shell var. Reported by Steve Youngs
1957 <steve@sxemacs.org>.
1958 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
1959 the hint.
1960
1961 * net/trampver.el: Update release number.
1962
1963 2007-08-07 Tom Tromey <tromey@redhat.com>
1964
1965 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
1966 Add safe-local-variable property.
1967
1968 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
1969
1970 * image-mode.el (image-toggle-display): Use image-refresh.
1971
1972 * longlines.el (longlines-decoded): New variable.
1973 (longlines-mode): Avoid encoding or decoding the buffer twice.
1974
1975 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
1976
1977 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
1978 unofficial version.
1979 (vc-bzr-command): Remove redundant setting of process-connection-type.
1980 (vc-bzr-admin-checkout-format-file): Add autoload.
1981 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
1982 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
1983 (vc-bzr-registered): Compare dirstate format tag with known good
1984 value, abort parsing if match fails. Warn user in docstring.
1985 (vc-bzr-workfile-version): Case for different Bzr branch formats.
1986 See bzrlib/branch.py in Bzr sources.
1987 (vc-bzr-diff): First argument FILES may be a string rather than a list.
1988 (vc-bzr-shell-command): Remove in favor of
1989 vc-bzr-command-discarding-stderr.
1990 (vc-bzr-command-discarding-stderr): New function.
1991
1992 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
1993
1994 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
1995 program, and return nil
1996 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
1997 (vc-bzr-state): Look for path names relative to the repository
1998 root after status keyword.
1999 (vc-bzr-file-name-relative): New function.
2000 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
2001 depend on it.
2002 (vc-bzr-admin-dirname, ...-checkout-format-file)
2003 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
2004 files that we now parse directly for speed.
2005 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
2006 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
2007 (vc-bzr-state): "bzr status" successful only if exitcode is 0
2008 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
2009 Bzr warnings, so we must discard it.
2010 (vc-bzr-workfile-version): Speedup counting lines from
2011 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
2012 if that file doesn't exist.
2013 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
2014 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
2015 (not ".bzr"!) to `vc-directory-exclusion-list'
2016 (vc-bzr-shell-command): New function.
2017
2018 2007-08-06 Tom Tromey <tromey@redhat.com>
2019
2020 * diff-mode.el (diff-unified->context, diff-reverse-direction)
2021 (diff-fixup-modifs): Typo in docstring.
2022
2023 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
2024
2025 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
2026 count-screen-lines.
2027 (tpu-edt-off): Disable relevant pieces of advice.
2028
2029 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
2030 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
2031 (newline, newline-and-indent, do-auto-fill): Use advice instead of
2032 redefining the function.
2033 (tpu-set-scroll-margins): Activate the pieces of advice.
2034
2035 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
2036
2037 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
2038 process-filter.
2039
2040 2007-08-06 Martin Rudalics <rudalics@gmx.at>
2041
2042 * help.el (resize-temp-buffer-window): Use window-full-width-p
2043 instead of comparing frame-width and window-width.
2044
2045 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
2046
2047 * term.el: Honor term-default-fg-color and term-default-bg-color
2048 settings when modifying term-current-face.
2049 (term-default-fg-color, term-default-bg-color): Initialize from
2050 default term-current-face.
2051 (term-mode, term-reset-terminal): Set term-current-face with
2052 term-default-fg-color and term-default-bg-color.
2053 (term-handle-colors-array): term-current-face has term-default-fg-color
2054 and term-default-bg-color after reset escape sequence.
2055 (term-handle-colors-array): Set term-current-color with
2056 term-default-fg/bg-color instead of ansi-term-color-vector when the
2057 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
2058
2059 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
2060
2061 * files.el (set-auto-mode): Handle also remote files wrt
2062 `auto-mode-alist'.
2063
2064 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
2065 remote identification.
2066
2067 2007-08-04 Glenn Morris <rgm@gnu.org>
2068
2069 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
2070 zero, not nil, when the library is first loaded. Check for a file
2071 that has been modified on disk.
2072
2073 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
2074 Remove duplicate defvar preventing initialization.
2075 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
2076
2077 2007-08-03 Miles Bader <miles@gnu.org>
2078
2079 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
2080 backend names for new backends to `Git', `Hg', and `Bzr'.
2081 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
2082 not `HG'.
2083 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
2084 name, not `GIT'.
2085 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
2086 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
2087
2088 2007-08-03 Glenn Morris <rgm@gnu.org>
2089
2090 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
2091
2092 2007-08-02 Richard Stallman <rms@gnu.org>
2093
2094 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
2095 to update deleted flag.
2096
2097 * cus-edit.el (customize-apropos, customize-apropos-options)
2098 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
2099
2100 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
2101
2102 * startup.el (fancy-splash-head, startup-echo-area-message):
2103 Change message text.
2104
2105 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
2106 All callers use line-move.
2107
2108 * progmodes/compile.el (compilation-find-buffer): Return current
2109 buffer immediately if suitable.
2110 (compile, compilation-buffer-name, compilation-start): Doc fixes.
2111
2112 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2113
2114 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
2115 Make it more discriminating and more useful.
2116 (vc-bzr-root-dir): Use new name.
2117 (vc-bzr-registered): Use new name and look at the dirstate file to
2118 determine if it's registered or not without running `bzr'.
2119
2120 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
2121
2122 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
2123
2124 2007-07-31 Drew Adams <drew.adams@oracle.com>
2125
2126 * cus-edit.el (custom-group-value-create, custom-goto-parent):
2127 Fix parent groups link.
2128
2129 2007-07-31 Daiki Ueno <ueno@unixuser.org>
2130
2131 * faces.el (face-normalize-spec): New function.
2132 (frame-set-background-mode): Normalize face-spec before calling
2133 face-spec-match-p.
2134
2135 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
2136
2137 * vc-bzr.el: New file (copied from the trunk).
2138
2139 * vc-hooks.el (vc-handled-backends): Add BZR.
2140 (vc-find-file-hook): Failsafe if the backend's `registered'
2141 function burps.
2142
2143 * server.el (server-window): Add switch-to-buffer-other-frame option.
2144
2145 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2146
2147 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
2148 (vc-git-revision-completion-table): Enable.
2149
2150 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
2151
2152 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
2153
2154 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
2155 (vc-hg-registered): Set the vc-state property.
2156
2157 * diff-mode.el (diff-mode-menu): New entries.
2158
2159 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
2160
2161 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
2162 (diff-file-kill): Use it.
2163 (diff-beginning-of-hunk): Add arg `try-harder' using it.
2164 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
2165 Use it so they find the hunk even when we're in the file header.
2166
2167 * vc.el: Add new VC operation `revision-completion-table'.
2168 (vc-default-revision-completion-table): New function.
2169 (vc-version-diff, vc-version-other-window): Use it to provide
2170 completion of revision names if the backend provides it.
2171
2172 * vc-arch.el (vc-arch--version-completion-table)
2173 (vc-arch-revision-completion-table): New functions to provide
2174 completion of revision names.
2175
2176 * vc-cvs.el: Require CL.
2177 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
2178 New functions to provide completion of revision names.
2179
2180 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
2181
2182 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
2183 (copyright-fix-years, copyright): Correctly handle the case where
2184 copyright-limit is nil.
2185
2186 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
2187
2188 * progmodes/python.el (run-python): Fix path separator under w32.
2189
2190 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
2191
2192 * vc-git.el: New File.
2193
2194 2007-07-28 Alan Mackenzie <acm@muc.de>
2195
2196 Fix problem with modes derived from CC Mode:
2197 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
2198 macro to cc-langs.
2199 (c-init-language-vars-for): Remove call to above macro.
2200 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
2201 been moved to here.
2202 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
2203
2204 2007-07-28 Eli Zaretskii <eliz@gnu.org>
2205
2206 * net/trampver.el: Fix the `coding' cookie.
2207
2208 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
2209
2210 * add-log.el (change-log-redate): Remove (not needed anymore and
2211 doesn't appear to work).
2212
2213 2007-07-25 Glenn Morris <rgm@gnu.org>
2214
2215 * Relicense all FSF files to GPLv3 or later.
2216
2217 * COPYING: Switch to GPLv3.
2218
2219 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
2220
2221 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
2222 Replace it with another one which disables undo before calling
2223 erase-buffer and then turns it back on if needed.
2224
2225 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2226
2227 * ps-print.el: Problem with foreground and background color when
2228 printing a buffer with and without faces. Reported by Christian
2229 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2230 (ps-print-version): New version 6.7.5.
2231 (ps-default-fg): Change default value to nil, so black color is used
2232 when a face does not specify a foreground color.
2233 (ps-default-bg): Change default value to nil, so white color is used
2234 for background color.
2235 (ps-begin-job): Fix code.
2236
2237 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
2238
2239 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
2240
2241 2007-07-24 Alan Mackenzie <acm@muc.de>
2242
2243 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
2244 Initialise byte-compile-unresolved-functions before rather than
2245 after a compilation.
2246 (byte-compile-unresolved-functions): Amplify doc string.
2247
2248 2007-07-24 Glenn Morris <rgm@gnu.org>
2249
2250 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
2251 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
2252 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
2253 (cal-tex-cursor-week, cal-tex-cursor-week2)
2254 (cal-tex-cursor-week-iso, cal-tex-week-hours)
2255 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
2256 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2257 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
2258
2259 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
2260
2261 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
2262
2263 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2264
2265 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
2266 underlying file is uptodate.
2267
2268 2007-07-23 Richard Stallman <rms@gnu.org>
2269
2270 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
2271
2272 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2273
2274 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
2275 (sh-font-lock-flush-syntax-ppss-cache): New funs.
2276 (sh-font-lock-syntactic-keywords): Use them to distinguish the
2277 different possible cases for \'.
2278 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
2279
2280 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
2281 `file' from which to start the search and fix case where `file' is the
2282 current directory and the root as well.
2283
2284 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
2285 name for buffer-file-name if it refers to a directory.
2286
2287 2007-07-22 Jason Rumney <jasonr@gnu.org>
2288
2289 * w32-fns.el (set-default-process-coding-system): Use dos line ends
2290 for input to cmdproxy on all versions of Windows.
2291 Use dos line ends for input to plink.
2292
2293 * comint.el (comint-simple-send): Concat newline before sending.
2294 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
2295
2296 2007-07-22 Juri Linkov <juri@jurta.org>
2297
2298 * isearch.el (isearch-edit-string): Save old point and
2299 isearch-other-end to old-point and old-other-end before reading
2300 the search string from minibuffer. After exiting minibuffer set
2301 point to old-other-end if point and the search direction is the
2302 same as before reading the search string.
2303 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
2304 to isearch-other-end. Instead of isearch-search-and-update call
2305 three functions isearch-search, isearch-push-state and isearch-update.
2306
2307 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
2308
2309 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
2310 destroying an existing buffer.
2311
2312 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2313
2314 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
2315
2316 * term/x-win.el (x-handle-no-bitmap-icon): New function.
2317
2318 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
2319
2320 * textmodes/reftex.el (reftex-access-parse-file): Create parse
2321 file in a way that does not interfere with recentf.
2322
2323 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
2324
2325 * image-dired.el (image-dired-sane-db-file): New func.
2326 (image-dired-write-tags, image-dired-remove-tag)
2327 (image-dired-list-tags, image-dired-write-comments)
2328 (image-dired-get-comment, image-dired-mark-tagged-files)
2329 (image-dired-create-gallery-lists): Call new func.
2330 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
2331
2332 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
2333
2334 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
2335 (vc-hg-dir-state): Fix loop.
2336 (vc-hg-print-log): Fix expected return value for vc-hg-command.
2337 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
2338 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
2339 (vc-hg-revert): Likewise.
2340 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
2341
2342 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
2343
2344 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
2345 case of alignment under a constant symbol, find and consider
2346 the sexp actually at indentation to be the "last sexp".
2347
2348 2007-07-20 Eli Zaretskii <eliz@gnu.org>
2349
2350 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2351 (install): Use them to copy all *.el files before *.elc.
2352 (clean): Don't delete *~.
2353
2354 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
2355
2356 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
2357
2358 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
2359
2360 * vc-hg.el (vc-hg-registered): Replace if with when.
2361 (vc-hg-state): Deal with nonexistent files.
2362
2363 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
2364
2365 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
2366 (follow-delete-other-windows-and-split, follow-recenter)
2367 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
2368 (follow-redisplay, follow-estimate-first-window-start)
2369 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
2370 Fix typos in docstrings.
2371
2372 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
2373
2374 * bookmark.el (bookmark-show-all-annotations):
2375 Make sure each inserted annotation ends with newline.
2376
2377 (bookmark-maybe-sort-alist): Don't modify
2378 bookmark-alist. Instead, if not sorting, simply return it.
2379 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
2380 for its return value, not for its side effect.
2381
2382 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
2383
2384 * vc.el: Add more info about the vc-registered function.
2385
2386 2007-07-16 David Kastrup <dak@gnu.org>
2387
2388 * emacs-lisp/advice.el (defadvice): Doc fix.
2389
2390 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
2391
2392 * subr.el (when, unless): Doc fix.
2393
2394 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
2395
2396 * vc-hg.el (vc-hg-state): Handle removed files.
2397 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
2398 (vc-hg-checkout): Re-enable.
2399
2400 2007-07-15 Richard Stallman <rms@gnu.org>
2401
2402 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
2403
2404 * tutorial.el (tutorial--find-changed-keys):
2405 Handle C-x specially like ESC.
2406
2407 2007-07-15 Roland McGrath <roland@frob.com>
2408
2409 * add-log.el (add-change-log-entry): Check add-log-full-name
2410 and add-log-mailing-address later, after change-log-mode-hook.
2411
2412 2007-07-15 Richard Stallman <rms@gnu.org>
2413
2414 * isearch.el (isearch-mode, isearch-done):
2415 Delete unintended code in previous change.
2416
2417 * ps-print.el (ps-default-bg): Change to White.
2418
2419 2007-07-15 Aaron Hawley <aaronh@garden.org>
2420
2421 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
2422
2423 2007-07-15 Martin Rudalics <rudalics@gmx.at>
2424
2425 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
2426 when handling the terminating event.
2427
2428 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
2429
2430 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
2431
2432 2007-07-13 Eli Zaretskii <eliz@gnu.org>
2433
2434 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2435 (install): Use them to copy all *.el files before *.elc.
2436
2437 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
2438
2439 * replace.el (match): Use yellow1 instead of yellow.
2440
2441 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
2442
2443 * pcvs-info.el (cvs-unknown): Likewise.
2444
2445 2007-07-12 Davis Herring <herring@lanl.gov>
2446
2447 * desktop.el (desktop-buffer-info, desktop-save):
2448 Use `desktop-dirname' instead of `dirname'.
2449
2450 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
2451
2452 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
2453
2454 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
2455
2456 2007-07-10 Richard Stallman <rms@gnu.org>
2457
2458 * emacs-lisp/lisp-mode.el (eval-defun):
2459 Explain special handling of `defface'.
2460
2461 2007-07-09 Richard Stallman <rms@gnu.org>
2462
2463 * isearch.el (isearch-edit-string): Call to isearch-push-state
2464 after the search.
2465
2466 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
2467
2468 * cus-start.el (file-coding-system-alist): Fix custom type.
2469
2470 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
2471
2472 * longlines.el (longlines-wrap-region): Avoid marking buffer as
2473 modified.
2474 (longlines-auto-wrap, longlines-window-change-function):
2475 Remove unnecessary calls to set-buffer-modified-p.
2476
2477 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2478
2479 * vc.el (vc-default-log-view-mode): New function.
2480 (vc-print-log): Add new `log-view-mode' VC operation.
2481
2482 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
2483
2484 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
2485 Rename and move to...
2486
2487 * subr.el (strings->string, string->strings): ...here.
2488
2489 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
2490 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
2491
2492 * progmodes/gud.el (gud-common-init): Call string->strings instead
2493 of split-string.
2494
2495 2007-07-07 Eli Zaretskii <eliz@gnu.org>
2496
2497 * term/w32-win.el (menu-bar-open): New function.
2498 Bind <f10> to it.
2499
2500 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2501
2502 * log-view.el (log-view-mode-menu): New menu.
2503
2504 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
2505
2506 * vc-hg.el: New file.
2507
2508 2007-07-06 Andreas Schwab <schwab@suse.de>
2509
2510 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
2511 dynamic bindings around the evaluation of the expression.
2512 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
2513
2514 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
2515
2516 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
2517 file names.
2518
2519 2007-07-02 Martin Rudalics <rudalics@gmx.at>
2520
2521 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
2522
2523 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
2524 event is not a cons cell. Do not unread drag-mouse-1 events.
2525 Select right window in check whether space was stolen from
2526 window above.
2527
2528 2007-07-01 Richard Stallman <rms@gnu.org>
2529
2530 * files.el (find-file-visit-truename): Fix safe-local-variable value.
2531
2532 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
2533
2534 * generic-x.el (generic-define-mswindows-modes)
2535 (generic-define-unix-modes, apache-log-generic-mode)
2536 (bat-generic-mode-keymap, java-manifest-generic-mode)
2537 (show-tabs-generic-mode): Fix typos in docstrings.
2538
2539 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2540
2541 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
2542 replace-regexp-in-string.
2543
2544 2007-06-28 Andreas Schwab <schwab@suse.de>
2545
2546 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
2547 $(lisp)/subdirs.el.
2548
2549 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
2550
2551 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
2552 the speedbar frame if nil; that deletes the current frame or
2553 causes an error if it is the only frame.
2554 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
2555
2556 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
2557
2558 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
2559 directory where the desktop file was found, as the docstring says.
2560 (desktop-kill): Use `read-directory-name'.
2561
2562 * desktop.el (desktop-load-locked-desktop): New option.
2563 (desktop-read): Use it.
2564 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
2565 Use `when'.
2566
2567 2007-06-24 Davis Herring <herring@lanl.gov>
2568
2569 * desktop.el (desktop-save-mode-off): New function.
2570 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
2571 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
2572 (desktop-claim-lock, desktop-release-lock): New functions.
2573 (desktop-kill): Tell `desktop-save' that this is the last save.
2574 Release the lock afterwards.
2575 (desktop-buffer-info): New function.
2576 (desktop-save): Use it. Run `desktop-save-hook' where the doc
2577 says to. Detect conflicts, and manage the lock.
2578 (desktop-read): Detect conflicts. Manage the lock.
2579
2580 2007-06-23 Eli Zaretskii <eliz@gnu.org>
2581
2582 * ls-lisp.el (insert-directory): If an invalid regexp error is
2583 thrown, try using FILE as a literal file name, not a wildcard.
2584 Check for FILE as an existing file, not just a directory.
2585
2586 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
2587
2588 * ruler-mode.el (ruler-mode): Prevent clobbering the original
2589 `header-line-format' when reentering ruler mode.
2590
2591 2007-06-23 Eli Zaretskii <eliz@gnu.org>
2592
2593 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
2594 FILE exists as a directory.
2595
2596 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2597
2598 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
2599 (vera-font-lock-match-item): Fix doc string.
2600 (vera-in-comment-p): Remove unused function.
2601 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
2602 use `syntax-ppss'.
2603 (vera-forward-syntactic-ws): Fix argument order.
2604 (vera-prepare-search): Use `with-syntax-table'.
2605 (vera-indent-line): Fix doc string.
2606 (vera-electric-tab): Fix doc string.
2607 (vera-expand-abbrev): Define alias instead of using `fset'.
2608 (vera-comment-uncomment-region): Use `comment-start-skip'.
2609
2610 2007-06-20 Reto Zimmermann <reto@gnu.org>
2611
2612 * progmodes/vera-mode.el: New file.
2613
2614 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
2615
2616 * ido.el (ido-find-file-in-dir): Don't signal an error for
2617 empty directories.
2618
2619 2007-06-18 Alan Mackenzie <acm@muc.de>
2620
2621 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2622 When removing lines, also remove the \n. Correction of patch of
2623 2007-04-21.
2624
2625 2007-06-17 Glenn Morris <rgm@gnu.org>
2626
2627 * lpr.el (lpr-page-header-switches): Move %s to separate element
2628 for correct quoting. Doc fix.
2629
2630 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2631
2632 * term/xterm.el (terminal-init-xterm): Escape parens in character
2633 constants.
2634
2635 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
2636
2637 * scroll-lock.el (scroll-lock-mode): Doc fix.
2638
2639 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2640
2641 * font-lock.el (font-lock-add-keywords): In case font-lock was only
2642 half-activated, forcefully activate it completely.
2643
2644 2007-06-11 Richard Stallman <rms@gnu.org>
2645
2646 * cus-edit.el (custom-variable-type): Doc fix.
2647
2648 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
2649
2650 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
2651
2652 2007-06-09 Davis Herring <herring@lanl.gov>
2653
2654 * desktop.el (desktop-minor-mode-table): Doc fix.
2655
2656 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
2657
2658 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
2659 (image-next-line, image-previous-line, image-scroll-up)
2660 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
2661 New functions.
2662 (image-mode-map): Remap motion commands.
2663 (image-mode-text-map): New keymap for viewing images as text.
2664 (image-mode): Use image-mode-map.
2665 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
2666
2667 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
2668
2669 Sync with Tramp 2.0.56.
2670
2671 * net/tramp.el:
2672 * net/tramp-ftp.el:
2673 * net/tramp-smb.el:
2674 * net/tramp-util.el:
2675 * net/tramp-vc.el:
2676 Don't load cl.el, because that pollutes the namespace. Replace cl
2677 macros by their implementations where necessary. Requested by
2678 Richard Stallman <rms@gnu.org>.
2679
2680 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
2681 doesn't exist.
2682 (with-parsed-tramp-file-name): Protect debug spec during compilation.
2683 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
2684 (tramp-file-name-p, tramp-file-name-multi-method)
2685 (tramp-file-name-method, tramp-file-name-user)
2686 (tramp-file-name-host, tramp-file-name-localname): New defuns,
2687 replacing defstruct `tramp-file-name'.
2688 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
2689 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
2690 Apply `vector' instead of `make-tramp-file-name'.
2691 (tramp-handle-make-auto-save-file-name):
2692 Apply `tramp-temporary-file-directory' for compatibility reasons.
2693 (tramp-completion-mode): Use `natnump' instead of `wholenump'
2694 because of XEmacs.
2695 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
2696 started.
2697
2698 2007-06-07 David Kastrup <dak@gnu.org>
2699
2700 * dired.el (dired-recursive-deletes, dired-recursive-copies):
2701 Change default to `top'.
2702
2703 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
2704
2705 * dired.el (dired-mode-map): Remove spurious separator.
2706
2707 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2708
2709 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
2710
2711 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2712 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
2713
2714 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
2715
2716 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
2717 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
2718
2719 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2720
2721 * progmodes/ebrowse.el (ebrowse-member-table):
2722 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
2723
2724 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2725
2726 * pgg.el (pgg-sign-region, pgg-sign):
2727 * ses.el (ses-call-printer):
2728 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
2729 * textmodes/org.el (org-cycle): Fix typos in docstrings.
2730
2731 2007-06-06 Eli Zaretskii <eliz@gnu.org>
2732
2733 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
2734 (tar-get-descriptor): Handle type 55, an extended pax header.
2735
2736 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2737
2738 * textmodes/css-mode.el: New file.
2739
2740 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
2741
2742 * net/socks.el: New file, taken from w3 repository.
2743 (top): Update Copyright. Don't load cl.el.
2744 (all): Replace `case' by `cond', `string-to-int' by
2745 `string-to-number', and `process-kill-without-query' by
2746 `set-process-query-on-exit-flag'.
2747 (socks-char-int): Remove defalias and all occurrences.
2748
2749 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2750
2751 * international/mule-cmds.el (toggle-enable-multibyte-characters)
2752 (sort-coding-systems, search-unencodable-char): Doc fixes.
2753 (coding-system-change-eol-conversion, set-default-coding-systems)
2754 (prefer-coding-system, find-multibyte-characters, princ-list)
2755 (leim-list-entry-regexp, set-input-method, locale-language-names)
2756 (input-method-exit-on-first-char, exit-language-environment-hook)
2757 (locale-charset-language-names): Fix typos in docstrings.
2758
2759 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
2760
2761 * bs.el (bs-cycle-previous): Don't modify the cycle list until
2762 `switch-to-buffer' has returned succesfully.
2763 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
2764 window is dedicated (it could iconify the frame).
2765
2766 2007-06-05 Glenn Morris <rgm@gnu.org>
2767
2768 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
2769
2770 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
2771
2772 * files.el (auto-mode-alist): Add lower-priority match for names
2773 like ChangeLog.old.
2774
2775 2007-06-04 Andreas Schwab <schwab@suse.de>
2776
2777 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
2778
2779 2007-06-04 Davis Herring <herring@lanl.gov>
2780
2781 * calendar/timeclock.el: Update version number.
2782 (timeclock-modeline-display): Mention timeclock-use-display-time
2783 in explanatory message.
2784 (timeclock-log): Suppress warnings when finding the log.
2785 Don't check for a nil project twice. Run hooks after killing the
2786 buffer (if applicable).
2787 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
2788 was geometric). All uses changed.
2789 (timeclock-generate-report): Support prefix argument.
2790
2791 2007-06-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2792
2793 * man.el (Man-next-section): Don't consider the last line of the
2794 page as being part of any section.
2795
2796 2007-06-04 Martin Rudalics <rudalics@gmx.at>
2797
2798 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
2799 modified flag of buffer. Use `inhibit-modification-hooks'.
2800
2801 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
2802
2803 * mail/mail-extr.el (mail-extract-address-components):
2804 Recognize non-ASCII characters except for NBSP as words.
2805
2806 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
2807
2808 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
2809
2810 2007-06-04 Michael Olson <mwolson@gnu.org>
2811
2812 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
2813 died and we are trying to send a signal to it.
2814
2815 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
2816
2817 * emacs-lisp/easy-mmode.el (define-minor-mode)
2818 (easy-mmode-define-navigation): Fix typos in docstrings.
2819
2820 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
2821 Fix typos in docstrings.
2822 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
2823 (compilation-finish-function): Fix typo in obsolescence declaration.
2824
2825 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
2826
2827 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
2828
2829 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
2830 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
2831
2832 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
2833
2834 * longlines.el (longlines-mode): Make longlines-auto-wrap
2835 buffer-local. Add hooks unconditionally.
2836 (longlines-auto-wrap): Toggle wrapping.
2837 (longlines-after-change-function)
2838 (longlines-post-command-function): Check longlines-auto-wrap.
2839
2840 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
2841
2842 * Version 22.1 released.
2843
2844 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
2845
2846 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
2847 changes.
2848
2849 2007-05-31 Richard Stallman <rms@gnu.org>
2850
2851 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
2852
2853 2007-05-29 Martin Rudalics <rudalics@gmx.at>
2854
2855 * textmodes/table.el (table--point-entered-cell-function)
2856 (table--point-left-cell-function):
2857 Bind `inhibit-point-motion-hooks' to t.
2858
2859 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2860
2861 * emacs-lisp/rx.el (rx): Doc fix.
2862
2863 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
2864
2865 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
2866
2867 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2868
2869 * log-edit.el (log-edit-changelog-paragraph): Return point-max
2870 as the end of the ChangeLog paragraph when it ends without a line
2871 termination.
2872
2873 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2874
2875 * textmodes/fill.el (canonically-space-region): Make the second arg
2876 a marker if it's not already the case.
2877
2878 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
2879 (xterm-mouse-event): Use it.
2880
2881 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
2882
2883 * vc-hooks.el (vc-find-root): Fix file attribute test.
2884
2885 2007-05-24 Richard Stallman <rms@gnu.org>
2886
2887 * textmodes/flyspell.el (flyspell-correct-word-before-point):
2888 Don't let opoint be nil.
2889 (flyspell-emacs-popup): Explicit error if no dialogs.
2890
2891 2007-05-23 Eli Zaretskii <eliz@gnu.org>
2892
2893 * tar-mode.el (tar-file-name-handler): New function.
2894 (tar-extract): Bind file-name-handler-alist to it to force
2895 find-buffer-file-type-coding-system behave as if the file being
2896 extracted existed. Use last-coding-system-used to force
2897 buffer-file-coding-system to what decode-coding-region actually
2898 used to decode the file.
2899
2900 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2901
2902 * progmodes/compile.el (compilation-handle-exit):
2903 `compilation-finish-function' may change the current buffer.
2904
2905 2007-05-22 Richard Stallman <rms@gnu.org>
2906
2907 * files.el (set-auto-mode): Doc fix.
2908
2909 2007-05-22 Eli Zaretskii <eliz@gnu.org>
2910
2911 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2912
2913 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
2914
2915 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
2916 (rcirc-print): Handle `window-width'.
2917 (rcirc-buffer-maximum-lines): Doc fix.
2918
2919 2007-05-19 Kevin Ryde <user42@zip.com.au>
2920
2921 * info.el (Info-fontify-node): Match https also.
2922
2923 2007-05-18 Richard Stallman <rms@gnu.org>
2924
2925 * simple.el (push-mark): Doc fix.
2926
2927 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
2928
2929 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
2930 tpu-global-map.
2931 (tpu-original-global-map): Delete variable.
2932 (tpu-control-keys-map): New keymap variable.
2933 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
2934 setting keymapping directly.
2935 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
2936 tpu-global-map.
2937 (tpu-edt-on): Activate the tpu-global-map.
2938 (tpu-edt-off): Deactivate the tpu-global-map.
2939
2940 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
2941
2942 * textmodes/ispell.el (ispell-get-word): Return markers
2943 for start and end positions.
2944 (ispell-word): Assume END is a marker.
2945
2946 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2947
2948 * ps-print.el: Use default color when foreground or background color
2949 are unspecified. Reported by Leo <sdl.web@gmail.com>.
2950 (ps-print-version): New version 6.7.4.
2951 (ps-rgb-color): New argument. Use default color when color is
2952 unspecified.
2953 (ps-begin-job): Fix code.
2954
2955 2007-05-17 Martin Rudalics <rudalics@gmx.at>
2956
2957 * textmodes/ispell.el (ispell-start-process): Defend against bad
2958 default-directory.
2959
2960 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2961
2962 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
2963
2964 2007-05-16 Richard Stallman <rms@gnu.org>
2965
2966 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2967
2968 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2969
2970 * files.el (magic-mode-alist, magic-fallback-mode-alist):
2971 Move the *ml, Postscript, and XmCD entries to the fallback part.
2972
2973 * files.el (magic-fallback-mode-alist):
2974 Rename from file-start-mode-alist.
2975
2976 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2977
2978 * progmodes/compile.el (compilation-handle-exit): Quote first
2979 argument of `run-hook-with-args'.
2980
2981 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
2982
2983 * buff-menu.el (Buffer-menu-sort-column):
2984 * dabbrev.el (dabbrev-upcase-means-case-search):
2985 * dired.el (dired-recursive-deletes, dired-recursive-copies):
2986 * info.el (Info-current-subfile):
2987 * ls-lisp.el (ls-lisp-verbosity):
2988 * msb.el (msb-menu-cond):
2989 * pcvs.el (cvs-dired-use-hook):
2990 * simple.el (set-mark-command-repeat-pop):
2991 * time.el (display-time-24hr-format, display-time-mail-file):
2992 Doc fixes.
2993
2994 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
2995 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
2996
2997 * view.el (view-inhibit-help-message): Fix typo in docstring.
2998 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
2999
3000 2007-05-14 Eli Zaretskii <eliz@gnu.org>
3001
3002 * mail/rmail.el (rmail-convert-to-babyl-format):
3003 Check content-transfer-encoding _last_, because we need its position
3004 in base64-header-field-end.
3005
3006 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
3007
3008 * files.el (mode-require-final-newline, require-final-newline)
3009 (enable-local-variables, enable-local-eval): Doc fixes.
3010
3011 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
3012
3013 * progmodes/python.el (python-font-lock-keywords)
3014 (python-open-block-statement-p, python-mode): Add support for the new
3015 "with" keyword.
3016
3017 2007-05-10 Richard Stallman <rms@gnu.org>
3018
3019 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
3020 (iso-cvt-write-only): Likewise.
3021
3022 * emacs-lisp/easy-mmode.el (define-minor-mode):
3023 Fix generated doc string.
3024
3025 * startup.el (fancy-splash-text): Add URL of guided tour.
3026 Adjust horizontal and vertical whitespace.
3027
3028 * progmodes/compile.el (compilation-handle-exit):
3029 Use run-hook-with-args to run compilation-finish-functions.
3030
3031 * files.el (file-start-mode-alist): New variable.
3032 (magic-mode-regexp-match-limit): Doc fix.
3033 (set-auto-mode): Handle file-start-mode-alist.
3034 A little cleanup of structure.
3035
3036 2007-05-10 Davis Herring <herring@lanl.gov>
3037
3038 * calendar/timeclock.el (timeclock-in): Fix non-interactive
3039 workday specifications.
3040 (timeclock-log): Don't kill the log buffer if it already existed.
3041
3042 2007-05-08 Richard Stallman <rms@gnu.org>
3043
3044 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
3045 Don't include non-self-insert commands in the exception for `-'.
3046
3047 2007-05-08 David Reitter <david.reitter@gmail.com>
3048
3049 * progmodes/python.el (python-guess-indent): Check non-nullness
3050 before comparing indent against the 2..8 interval.
3051
3052 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3053
3054 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
3055 available.
3056
3057 2007-05-06 Richard Stallman <rms@gnu.org>
3058
3059 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
3060
3061 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
3062
3063 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
3064 disconnections.
3065
3066 2007-05-01 Romain Francoise <romain@orebokech.com>
3067
3068 * dired-x.el: Revert 2007-04-06 change.
3069
3070 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
3071
3072 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
3073 don't put stop on toolbar.
3074
3075 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
3076
3077 * find-dired.el (find-dired-filter): Propertize all text down to eob.
3078
3079 2007-04-29 Richard Stallman <rms@gnu.org>
3080
3081 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
3082
3083 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3084
3085 * progmodes/cc-mode.el (c-before-change): Use point-min rather
3086 than 1.
3087
3088 2007-04-28 Richard Stallman <rms@gnu.org>
3089
3090 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
3091
3092 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3093
3094 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
3095
3096 2007-04-28 Eli Zaretskii <eliz@gnu.org>
3097
3098 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
3099 instead of $(lisp)/mh-e.
3100
3101 * textmodes/fill.el (fill-paragraph): Doc fix.
3102
3103 2007-04-28 Glenn Morris <rgm@gnu.org>
3104
3105 * image-dired.el (image-dired-cmd-create-thumbnail-options)
3106 (image-dired-cmd-create-temp-image-options): Replace option
3107 +profile "*" with -strip.
3108
3109 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
3110
3111 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
3112 Use window-start and window-end.
3113
3114 2007-04-26 Glenn Morris <rgm@gnu.org>
3115
3116 * progmodes/python.el: Restore file pending consideration of legal
3117 status.
3118
3119 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
3120
3121 * locate.el (locate-in-alternate-database): Doc fix.
3122
3123 2007-04-26 Glenn Morris <rgm@gnu.org>
3124
3125 * button.el (button): Use underline if supported, else fall back
3126 to color.
3127
3128 2007-04-25 Richard Stallman <rms@gnu.org>
3129
3130 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
3131
3132 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
3133
3134 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
3135 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
3136 pushing mark.
3137 (idlwave-current-routine): Don't push mark.
3138
3139 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
3140
3141 * image-dired.el (image-dired-display-image): Derive image-type from
3142 filename rather than assuming jpeg, in case no resizing was needed.
3143
3144 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3145
3146 * custom.el (defface): Doc fix.
3147
3148 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
3149
3150 * progmodes/python.el: Remove due to unclear legal issues.
3151
3152 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
3153
3154 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
3155 Don't re-query for each cleared BP.
3156 (idlwave-shell-clear-bp): Optionally skip BP query.
3157 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
3158 of set-window-buffer, which incorrectly moves displayed region.
3159
3160 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
3161
3162 * calc/calc.el (calc-bug-address): Update maintainer's address.
3163 * calc/*: Update maintainer's address.
3164
3165 2007-04-23 Richard Stallman <rms@gnu.org>
3166
3167 * simple.el (set-mark-command-repeat-pop): Doc fix.
3168 Put in `editing-basics' group.
3169
3170 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
3171
3172 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
3173 New functions.
3174 (Info-mode-line-node-keymap): Bind mouse commands to
3175 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
3176
3177 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
3178
3179 * locate.el (locate-local-prompt): New var.
3180 (locate-prompt-for-command): Doc fix.
3181 (locate-prompt-for-search-string): New function.
3182 (locate): New optional arg. Make locate-local-prompt
3183 buffer-local. Use locate-prompt-for-search-string.
3184 (locate-with-filter): New optional arg.
3185 Use locate-prompt-for-search-string.
3186 (locate-update): Bind locate-prompt-for-command.
3187
3188 2007-04-23 Glenn Morris <rgm@gnu.org>
3189
3190 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
3191
3192 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
3193
3194 * button.el (button): Inherit from link face on a tty.
3195
3196 2007-04-23 Glenn Morris <rgm@gnu.org>
3197
3198 * button.el (button): Use color for this face on a tty.
3199
3200 * files.el (magic-mode-alist): Allow for carriage-returns in
3201 html-mode and sgml-mode entries.
3202
3203 2007-04-22 Richard Stallman <rms@gnu.org>
3204
3205 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3206 Improve doc string of generated command.
3207
3208 * subr.el (read-number): Catch errors.
3209
3210 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
3211
3212 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
3213
3214 * image-dired.el: Rename from thumbnails.el. All instances of
3215 "thumbnails" replaced with "image-dired".
3216
3217 * dired.el (dired-mode-map): Rename "thumbnails" again, to
3218 "image-dired".
3219
3220 2007-04-22 Kim F. Storm <storm@cua.dk>
3221
3222 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
3223 Don't use kill-line.
3224
3225 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
3226
3227 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
3228 error message.
3229
3230 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
3231
3232 * dired.el: Rename "tumme" to "thumbnails".
3233
3234 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
3235 replaced with "thumbnails".
3236
3237 2007-04-22 Glenn Morris <rgm@gnu.org>
3238
3239 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
3240 and give it the risky-local-variable property.
3241
3242 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
3243 before defining it.
3244
3245 2007-04-21 Martin Rudalics <rudalics@gmx.at>
3246
3247 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
3248 Use delete-region instead of kill-line.
3249
3250 2007-04-21 Alan Mackenzie <acm@muc.de>
3251
3252 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
3253 `kill-region' by `delete-region'.
3254
3255 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
3256
3257 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
3258 instead of kill-region.
3259
3260 * progmodes/mantemp.el (mantemp-make-mantemps-region)
3261 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
3262 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
3263 and kill-line.
3264
3265 * progmodes/vhdl-mode.el (vhdl-template-type)
3266 (vhdl-template-record, vhdl-template-nature)
3267 (vhdl-template-configuration-spec, vhdl-template-component-inst)
3268 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
3269 Use delete-region instead of kill-word and kill-line.
3270
3271 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3272
3273 * dired-x.el (dired-virtual-mode): Doc fix.
3274
3275 2007-04-21 Richard Stallman <rms@gnu.org>
3276
3277 * font-lock.el (font-lock-keywords-alist): Mark as risky.
3278
3279 * subr.el (read-number): Doc fix.
3280
3281 * simple.el (pop-to-mark-command): Display message "mark popped"
3282 if point does not move.
3283 (set-mark-command): Doc fix.
3284
3285 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
3286
3287 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
3288 (locate-local-filter, locate-local-search): New vars.
3289 (locate): Make variables local.
3290 (locate-update): Bind locate-buffer-name. Call locate using
3291 locate-local-filter and locate-local-search.
3292
3293 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
3294
3295 * hi-lock.el (hi-lock-file-patterns-policy): New var.
3296 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
3297 (hi-lock-mode): Update docstring.
3298
3299 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3300
3301 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
3302 fill-nobreak-predicate when the break is past fill-column.
3303
3304 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
3305
3306 * locate.el (locate): Output from shell-command should go in the
3307 current buffer rather than *Shell Command Output*.
3308
3309 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
3310
3311 * paren.el (show-paren-function): Fix last fix.
3312
3313 2007-04-19 Kevin Ryde <user42@zip.com.au>
3314
3315 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
3316 (archive-lzh-summarize): Add optional start arg for where to start
3317 looking at the archive.
3318 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
3319
3320 * international/mule.el (auto-coding-alist): no-conversion for .exe
3321 and .EXE.
3322
3323 2007-04-19 Alan Mackenzie <acm@muc.de>
3324
3325 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
3326 function return type contains "struct", "union", etc.
3327 c-end-of-defun goes too far forward.
3328
3329 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
3330
3331 * paren.el (show-paren-function): Reset window-start to avoid
3332 recentering.
3333
3334 2007-04-19 Glenn Morris <rgm@gnu.org>
3335
3336 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
3337
3338 2007-04-18 Glenn Morris <rgm@gnu.org>
3339
3340 * calendar/diary-lib.el (diary-header-line-format): Add a custom
3341 :set function.
3342 (diary-list-entries): Only switch to diary-mode from
3343 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
3344 diary-mode set header-line-format, in case of any customization.
3345
3346 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
3347
3348 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
3349 is less than the length of parse-time-syntax.
3350
3351 2007-04-17 David Kastrup <dak@gnu.org>
3352
3353 * replace.el (query-replace-regexp-eval): Deprecate.
3354
3355 2007-04-17 Alan Mackenzie <acm@muc.de>
3356
3357 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
3358 point too close to EOB, leave point at EOB rather than last `}'.
3359
3360 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3361
3362 * textmodes/bibtex.el (bibtex-include-OPTkey)
3363 (bibtex-user-optional-fields, bibtex-entry-field-alist):
3364 Fix defcustom.
3365
3366 2007-04-17 Glenn Morris <rgm@gnu.org>
3367
3368 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
3369 be encoded, fall back to current year.
3370
3371 2007-04-14 Kevin Ryde <user42@zip.com.au>
3372
3373 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
3374 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
3375 M "MSDOS".
3376
3377 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
3378
3379 * progmodes/python.el (python-end-of-block): Avoid looping forever
3380 if python-next-statement fails.
3381
3382 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3383
3384 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
3385
3386 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3387
3388 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
3389 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
3390
3391 2007-04-15 Jay Belanger <belanger@truman.edu>
3392
3393 * calc/calc.el (calc-version): New function.
3394 (calc-trail-mode): Shorten the title.
3395
3396 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
3397
3398 * mail/footnote.el (footnote-style): Clarify docstring to state
3399 that customizing this only applies to future footnotes.
3400
3401 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3402
3403 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
3404 (bibtex-make-field): Check that INIT is a string. Use functionp.
3405
3406 2007-04-14 Glenn Morris <rgm@gnu.org>
3407
3408 * complete.el (PC-goto-end): New buffer-local variable.
3409 (PC-do-completion-end): Make buffer-local.
3410 (partial-completion-mode) <choose-completion-string-functions>:
3411 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
3412 (PC-do-completion): New optional fourth argument GOTO-END. Add a
3413 doc string. Set PC-goto-end for choose-completion.
3414 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
3415 PC-do-completion.
3416
3417 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
3418 arg to bibtex-make-field.
3419 (bibtex-make-field): Add optional fourth arg NODELIM.
3420 Insert delimiters around INIT unless this arg is non-nil.
3421
3422 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
3423
3424 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
3425 global map isn't modified.
3426
3427 2007-04-14 Glenn Morris <rgm@gnu.org>
3428
3429 * calendar/appt.el (appt-disp-window): Do not split small windows.
3430 Suggested by Jeff Miller <jmiller@cablespeed.com>.
3431
3432 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
3433
3434 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
3435
3436 * files.el: Ditto.
3437
3438 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
3439
3440 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
3441
3442 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
3443 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
3444 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
3445 (term-pager-help): Fix typos in docstrings.
3446
3447 * wid-edit.el (widget-documentation): Fix typo in docstring.
3448
3449 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
3450 Fix typos in error messages.
3451
3452 2007-04-13 Martin Rudalics <rudalics@gmx.at>
3453
3454 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
3455 window marked as dedicated.
3456
3457 * mail/footnote.el (footnote-latin-string): New variable.
3458 (footnote-latin-regexp): Redefine as regexp alternative.
3459 (Footnote-latin): Use footnote-latin-string instead of
3460 footnote-latin-regexp.
3461
3462 2007-04-13 Glenn Morris <rgm@gnu.org>
3463
3464 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
3465 inherited keymaps.
3466
3467 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
3468
3469 * outline.el (outline-get-next-sibling): Clarify docstring.
3470 (outline-get-last-sibling): Handle case where we are at the first
3471 heading. Clarify docstring.
3472
3473 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
3474
3475 * progmodes/gud.el (gud-minor-mode-map): Make go button same
3476 length as stop button to lessen flicker.
3477 (jdb): Add gud-print.
3478 (gud-find-expr): Jdb prints the expression with the value, so
3479 don't insert it in the output.
3480
3481 2007-04-11 Jason Rumney <jasonr@gnu.org>
3482
3483 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
3484 case hex. Do not try to decode non-hex letters.
3485
3486 2007-04-11 Markus Triska <markus.triska@gmx.at>
3487
3488 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
3489 (byte-optimize-backward-word): Remove (move to bytecomp.el).
3490 (byte-optimize-form-code-walker): Evaluate pure function calls if
3491 possible.
3492 (byte-optimize-all-constp): New function.
3493
3494 * emacs-lisp/bytecomp.el (byte-compile-char-before):
3495 Improve numeric argument case.
3496 (byte-compile-backward-char, byte-compile-backward-word):
3497 New functions, performing rewriting previously done in byte-opt.el.
3498 Fix their "Fixme" item (restriction to numeric arguments).
3499
3500 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3501
3502 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
3503 with dolist.
3504 (after-init-hook): Don't quote lambda.
3505 (desktop-first-buffer): Don't wrap it in eval-when-compile.
3506 (desktop-internal-v2s): Remove unused var `el'.
3507 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
3508 desktop-restore-file-buffer.
3509 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
3510 desktop-create-buffer.
3511
3512 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
3513
3514 * woman.el (woman-decode-buffer): Postpone macro-set check...
3515 (woman-decode-region): ...to here.
3516
3517 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
3518
3519 * startup.el (tty-handle-args): Use %S to log ARGS.
3520
3521 2007-04-10 Glenn Morris <rgm@gnu.org>
3522
3523 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
3524 it is obsolete and has no effect.
3525
3526 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
3527 byte-compiler.
3528
3529 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
3530 obsolete function make-local-hook.
3531
3532 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
3533 start to quieten byte-compiler.
3534
3535 2007-04-10 Markus Triska <markus.triska@gmx.at>
3536
3537 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
3538 to bytecomp.el as byte-compile-char-before).
3539 * emacs-lisp/bytecomp.el (byte-compile-char-before):
3540 New function (modified replacement for byte-optimize-char-before in
3541 byte-opt.el).
3542
3543 2007-04-09 Alan Mackenzie <acm@muc.de>
3544
3545 * startup.el (inhibit-splash-screen): Emphatically state that it
3546 can't be set in site-start.el.
3547
3548 2007-04-09 Masatake YAMATO <jet@gyve.org>
3549
3550 * progmodes/cc-subword.el (c-capitalize-subword): More closely
3551 mimic the behavior of `capitalize-word'. Do not move point with a
3552 negative argument. Based on tiny change by Paul Curry.
3553
3554 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
3555
3556 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
3557 Don't move point if ARG is negative.
3558
3559 2007-04-09 Alan Mackenzie <acm@muc.de>
3560
3561 Changes to make `narrow-to-defun' and `mark-defun' work properly
3562 in CC Mode:
3563
3564 * progmodes/cc-defs.el (c-beginning-of-defun-1):
3565 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
3566 Bind beginning/end-of-defun-function to nil around calls to
3567 beginning/end-of-defun.
3568
3569 * progmodes/cc-langs.el (beginning-of-defun-function)
3570 (end-of-defun-function): New c-lang-setvar's.
3571
3572 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
3573 (setq arg 1))" to enable non-interactive call.
3574
3575 2007-04-09 Eli Zaretskii <eliz@gnu.org>
3576
3577 * simple.el (set-mark-command): Doc fix.
3578
3579 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
3580
3581 * progmodes/gud.el (gdb): Restore existing session if user
3582 tries to start a second one in graphical mode.
3583
3584 2007-04-08 Martin Rudalics <rudalics@gmx.at>
3585
3586 * cus-start.el <scroll-preserve-screen-position>: Add choices.
3587
3588 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3589
3590 * term/xterm.el (terminal-init-xterm): Fix key definitions.
3591 Add binding for C-M-SPC.
3592
3593 2007-04-08 Richard Stallman <rms@gnu.org>
3594
3595 * pcomplete.el (pcomplete-read-event): One single definition,
3596 and not a defsubst.
3597
3598 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
3599
3600 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
3601 byte-compiler warning "value unused".
3602
3603 2007-04-08 Andreas Schwab <schwab@suse.de>
3604
3605 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
3606
3607 2007-04-07 Glenn Morris <rgm@gnu.org>
3608
3609 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
3610 Autoload these functions.
3611 (diary-date-forms): Add a custom :set form.
3612
3613 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
3614 before first use.
3615 (diary-font-lock-keywords): New function with old code for
3616 initialization of variable of same name.
3617
3618 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
3619
3620 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
3621 clean-up: only insert space when on identifier, etc.
3622
3623 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
3624
3625 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
3626
3627 * net/tls.el (open-tls-stream): Properly handle case where there
3628 is no associated buffer.
3629
3630 2007-04-07 Glenn Morris <rgm@gnu.org>
3631
3632 * ffap.el (ffap-file-at-point): Lower the priority of the
3633 ffap-ftp-sans-slash-regexp check.
3634
3635 2007-04-06 Alan Mackenzie <acm@muc.de>
3636
3637 Fix fontification of labels, and other things with ":".
3638
3639 * progmodes/cc-engine.el (c-forward-label): The function now
3640 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
3641 the former t.
3642
3643 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
3644 new return code from c-forward-label, fontifying tokens properly.
3645 Add some general comments throughout the file.
3646
3647 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
3648
3649 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
3650 Revert 2006-01-27 change.
3651
3652 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
3653
3654 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
3655
3656 * desktop.el (desktop-create-buffer, desktop-save):
3657 Revert 2004-11-12 change for lack of copyright papers.
3658
3659 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
3660 (dired-guess-default): Respect case.
3661
3662 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
3663
3664 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
3665 was originally checked in as byte-optimize-concat on 1997-11-02.
3666
3667 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
3668 1995-05-19 doc changes.
3669
3670 2007-04-06 Kim F. Storm <storm@cua.dk>
3671
3672 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
3673 (unload-feature): Update interactive spec accordingly.
3674
3675 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
3676
3677 2007-04-06 John Paul Wallington <jpw@pobox.com>
3678
3679 * subr.el (with-case-table): Use `make-symbol' to avoid variable
3680 capture. Restore the table in the same buffer.
3681
3682 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
3683
3684 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
3685
3686 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3687 Print entire form.
3688
3689 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
3690
3691 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
3692 for low-color displays.
3693
3694 2007-04-05 Glenn Morris <rgm@gnu.org>
3695
3696 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
3697 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
3698 Seed random number generator on loading.
3699
3700 * emacs-lisp/authors.el (top-level): Provide self.
3701
3702 * play/animate.el (top-level): Provide self.
3703
3704 2007-04-04 Alan Mackenzie <acm@muc.de>
3705
3706 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
3707 to mention c-syntactic-indentation.
3708
3709 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
3710
3711 * subr.el (with-case-table): New macro.
3712
3713 * international/mule.el (ascii-case-table): New var.
3714
3715 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
3716 downcasing.
3717
3718 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
3719
3720 * progmodes/gud.el (gud-minor-mode-map): Simplify.
3721
3722 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
3723 of the window if we're outside it e.g menu-bar.
3724
3725 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
3726 window if we're outside it e.g menu-bar.
3727
3728 2007-04-03 Eli Zaretskii <eliz@gnu.org>
3729
3730 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
3731 decode base-64 encoded body if its content-type is something other
3732 than text/* or message/*.
3733
3734 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
3735
3736 * simple.el (activate-mark-hook): Fix typo in docstring.
3737
3738 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
3739
3740 * tmm.el (tmm-c-prompt): Initialize.
3741 (tmm-menubar): Deal with extended menu-items at top level.
3742 (tmm-get-keybind): Handle bindings redefined/undefined locally.
3743 (tmm-prompt): Handle visibility of top level menu-items.
3744
3745 * progmodes/gud.el (gud-menu-map): Simplify.
3746 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
3747 menubar.
3748
3749 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
3750
3751 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
3752
3753 * comint.el (comint-send-input): Widen the buffer first.
3754
3755 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
3756
3757 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3758
3759 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
3760 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
3761
3762 * newcomment.el (comment-search-forward): Discard comment starters
3763 before point.
3764
3765 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
3766
3767 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
3768
3769 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
3770
3771 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
3772 when downcasing.
3773
3774 * button.el (previous-button): Rewrite to account for adjacent buttons.
3775
3776 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
3777
3778 * progmodes/idlwave.el (idlwave-auto-fill):
3779 Revert paragraph-separate change.
3780
3781 * progmodes/idlw-shell.el (idlwave-shell-break-in):
3782 Simplify module calc.
3783 (idlwave-shell-set-bp-in-module): Compute module.
3784
3785 2007-03-31 Glenn Morris <rgm@gnu.org>
3786
3787 * emacs-lisp/timer.el (run-at-time): Doc fix.
3788
3789 * emacs-lisp/warnings.el (display-warning): If we create the
3790 buffer displaying the warning, disable undo there.
3791
3792 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
3793
3794 * net/tramp.el (tramp-register-file-name-handler)
3795 (tramp-register-completion-file-name-handler): New defsubst,
3796 derived from `tramp-register-file-name-handlers'. The split is
3797 necessary because Tramp's file name handlers must be registered at
3798 different startup places.
3799
3800 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
3801
3802 * progmodes/hideshow.el (turn-off-hideshow): New function.
3803 (hs-minor-mode): Use it instead of a lambda expression in
3804 change-major-mode-hook.
3805
3806 2007-03-31 David Kastrup <dak@gnu.org>
3807
3808 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
3809 corresponding to MANPATH_MAP entries.
3810 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
3811 (woman-parse-man.conf): Use more discriminating man.conf name.
3812 (woman-parse-man.conf): Parse MANPATH_MAP entries.
3813 (woman-manpath): Doc fix and type fix.
3814 (woman-cached-data): Check for MANPATH_MAP entries.
3815 (woman-expand-directory-path): Treat MANPATH_MAP entries.
3816
3817 2007-03-31 Stuart Herring <herring@lanl.gov>
3818
3819 * emacs-lisp/sregex.el (sregexq): Doc fix.
3820
3821 2007-03-31 Markus Triska <markus.triska@gmx.at>
3822
3823 * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
3824
3825 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
3826
3827 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
3828 Move to the right.
3829
3830 2007-03-30 Alan Mackenzie <acm@muc.de>
3831
3832 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
3833
3834 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
3835
3836 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
3837 Use it, passed in explicitly, instead of from the dynamic binding.
3838 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
3839
3840 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
3841
3842 * simple.el (blink-matching-open): When in minibuffer, don't
3843 search for a match inside the prompt.
3844
3845 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
3846
3847 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
3848 (tmm-prompt): Don't make the mouse user select the first menu
3849 item twice.
3850
3851 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
3852
3853 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
3854 SIGUSR1 and SIGUSR2.
3855
3856 2007-03-29 Kim F. Storm <storm@cua.dk>
3857
3858 * ido.el (ido-read-internal): When reading file or dir, only override
3859 minibuffer-local-filename-completion-map, otherwise only override
3860 minibuffer-local-completion-map.
3861
3862 2007-03-29 Glenn Morris <rgm@gnu.org>
3863
3864 * complete.el (partial-completion-mode): Set PC-do-completion-end
3865 to nil after use.
3866 (PC-lisp-complete-symbol): Create and use a marker at `end',
3867 rather than using point-marker.
3868
3869 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
3870
3871 * simple.el (next-error-highlight): Doc fix.
3872 (compose-mail): Revert 2007-03-19 change.
3873
3874 2007-03-28 Richard Stallman <rms@gnu.org>
3875
3876 * emacs-lisp/edebug.el (edebug-display): Don't go to
3877 edebug-outside-buffer if it is dead.
3878
3879 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
3880
3881 * view.el (view-mode): Fix typos in docstring.
3882
3883 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
3884
3885 * recentf.el (recentf-save-file): Add a custom :set function.
3886
3887 2007-03-28 Glenn Morris <rgm@gnu.org>
3888
3889 * complete.el (PC-do-completion-end): New variable.
3890 (partial-completion-mode) <choose-completion-string-functions>:
3891 Use PC-do-completion-end in the non-minibuffer case to replace the
3892 correct amount of text.
3893 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
3894 (PC-lisp-complete-symbol): Give marker the after-insertion type,
3895 to deal with improvements inserted after point.
3896
3897 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3898
3899 * button.el (make-text-button): Add explicit `button' property.
3900 (default-button): Don't put a `button' property on it.
3901
3902 * progmodes/python.el (python-mode): Skip comments when parsing.
3903
3904 * vc-arch.el (vc-with-current-file-buffer): New macro.
3905 (vc-arch-file-source-p): Use it to avoid infloop.
3906
3907 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
3908
3909 * emacs-lisp/lisp.el (lisp-complete-symbol):
3910 Fix call to get-buffer-window to find windows in other frames.
3911
3912 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3913
3914 * comint.el (comint-proc-query, comint-dynamic-list-completions):
3915 Fix calls to get-buffer-window to find windows in other frames.
3916 Reported by David Hansen <david.hansen@gmx.net>.
3917
3918 2007-03-27 Kevin Ryde <user42@zip.com.au>
3919
3920 * info.el (Info-display-images-node): On a text-only terminal,
3921 show the "text" or "alt" parts of the image blobs.
3922
3923 2007-03-27 Glenn Morris <rgm@gnu.org>
3924
3925 * complete.el (PC-do-completion): Compute completion-base-size in
3926 the non-filename case, rather than setting to nil.
3927 (PC-lisp-complete-end): New variable.
3928 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
3929 original end in a series of consecutive invocations.
3930
3931 * calendar/calendar.el (calendar-mode-hook): Declare it.
3932
3933 * calendar/diary-lib.el (diary-live-p): Do not check for
3934 diary-selective-display.
3935
3936 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3937
3938 * replace.el (occur-next-error): *Occur* might not be displayed in the
3939 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
3940
3941 2007-03-26 Richard Stallman <rms@gnu.org>
3942
3943 * textmodes/flyspell.el (flyspell-large-region):
3944 Use ispell-call-process-region.
3945
3946 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3947
3948 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
3949 Use prin1 instead of princ.
3950
3951 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
3952
3953 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
3954 Merge in X resources before global face.
3955
3956 * progmodes/compile.el (compilation-start): Save compilation-directory
3957 rather than default-directory as local var.
3958 (compilation-directory): Mark as safe local var.
3959
3960 * files.el: Don't mark default-directory as a safe local var.
3961
3962 2007-03-25 Alan Mackenzie <acm@muc.de>
3963
3964 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
3965 * progmodes/cc-engine.el: Fix typo.
3966
3967 2007-03-25 Juri Linkov <juri@jurta.org>
3968
3969 * compare-w.el (compare-windows): Rename customization group
3970 `compare-w' to `compare-windows'.
3971 (compare-windows-whitespace, compare-ignore-whitespace)
3972 (compare-ignore-case, compare-windows-sync)
3973 (compare-windows-sync-string-size, compare-windows-recenter)
3974 (compare-windows-highlight, compare-windows): Change group name in
3975 the `group' tag from `compare-w' to `compare-windows'.
3976 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
3977
3978 2007-03-24 Markus Triska <markus.triska@gmx.at>
3979
3980 * expand.el: Change example to always enable abbrev-mode,
3981 and remove redundant `function'.
3982 (expand-abbrev-hook): Add autoload cookie.
3983
3984 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
3985
3986 * emacs-lisp/testcover.el (testcover-start, testcover-end)
3987 (testcover-mark-all, testcover-unmark-all): Add prompts to
3988 interactive specs.
3989
3990 2007-03-24 Jason Rumney <jasonr@gnu.org>
3991
3992 * autorevert.el (find-file-hook, auto-revert-tail-mode):
3993 Use file size in bytes for auto-revert-tail-pos not characters.
3994
3995 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
3996
3997 * vc-rcs.el (vc-rcs-annotate-command):
3998 Set text property :vc-annotate-prefix on the annotation text.
3999 (vc-rcs-annotate-time): Instead of searching for ": ",
4000 search for end of text propertized with :vc-annotate-prefix.
4001
4002 2007-03-24 Martin Rudalics <rudalics@gmx.at>
4003
4004 * whitespace.el (top level): Remove calls putting
4005 permanent-local nil property since these are no-ops.
4006
4007 * man.el (Man-support-local-filenames): Assure that
4008 default-directory exists when doing call-process.
4009
4010 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
4011
4012 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
4013 Fix omission bug: Use m4-program-options to construct shell command.
4014
4015 2007-03-23 David Kastrup <dak@gnu.org>
4016
4017 * progmodes/cc-mode.el (c-make-emacs-variables-local):
4018 Use `mapcar' rather than `mapcan' to silence compiler warning.
4019
4020 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
4021
4022 * textmodes/reftex.el, textmodes/reftex-vars.el,
4023 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
4024 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
4025 * textmodes/reftex-index.el, textmodes/reftex-global.el,
4026 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
4027 * textmodes/reftex-auc.el: Add maintainer address.
4028
4029 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
4030
4031 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
4032 Make sure that `global-font-lock-mode' does not turn on font-lock
4033 in these buffers.
4034
4035 2007-03-21 Kim F. Storm <storm@cua.dk>
4036
4037 * xt-mouse.el (xt-mouse-epoch): New variable.
4038 (xterm-mouse-event): Use float-time.
4039
4040 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
4041
4042 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
4043 current-time.
4044
4045 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4046
4047 * complete.el (read-file-name-internal): Don't add the final > if the
4048 completion is not finished (re-application of this patch, which was
4049 accidentally undone by Eli).
4050
4051 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
4052
4053 * emulation/viper.el (viper-non-hook-settings): Handle mouse
4054 clicks in describe-key and describe-key-briefly advice a little better.
4055
4056 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
4057
4058 * server.el (server-process-filter): Cancel any pending isearch.
4059
4060 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
4061
4062 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
4063 (icalendar--get-unfolded-buffer): Define actual arguments rather
4064 than just using &rest. Check replace-in-string is fbound.
4065 (icalendar-import-buffer): Doc fix.
4066 (icalendar--convert-ical-to-diary): Set diary-file.
4067 Check diary-file before inserting final newline.
4068 (icalendar--add-diary-entry): Return diary-file.
4069
4070 2007-03-21 Glenn Morris <rgm@gnu.org>
4071
4072 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
4073 (diary-display-hook): Add custom :set function.
4074
4075 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
4076 Add custom :set function.
4077 (diary-header-line-format): Doc fix.
4078 (diary-set-maybe-redraw): New function.
4079 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
4080 (diary-list-entries): Always run diary-mode.
4081
4082 2007-03-20 Kenichi Handa <handa@m17n.org>
4083
4084 * international/quail.el (quail-setup-completion-buf): Make the
4085 completion buffer read-only.
4086 (quail-completion): Adjusted for the above change. Leave the
4087 modified flag nil.
4088
4089 2007-03-20 David Kastrup <dak@gnu.org>
4090
4091 * files.el (magic-mode-alist): Require literal "%!PS" string for
4092 magic postscript file detection.
4093
4094 2007-03-20 Richard Stallman <rms@gnu.org>
4095
4096 * textmodes/ispell.el (ispell-call-process): New function.
4097 Defends against bad `default-directory.'
4098 (ispell-check-version, ispell-find-aspell-dictionaries)
4099 (ispell-get-aspell-config-value, lookup-words): Call it.
4100 (ispell-call-process-region): New function.
4101 (ispell-send-string): Call it.
4102
4103 2007-03-20 Andreas Schwab <schwab@suse.de>
4104
4105 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
4106 (finder-data): Likewise.
4107 (autoloads): Likewise.
4108
4109 2007-03-20 Martin Rudalics <rudalics@gmx.at>
4110
4111 * files.el (basic-save-buffer): Do not set visited filename when
4112 the corresponding directory does not exist or the specified
4113 filename is that of an existing directory.
4114
4115 2007-03-20 Glenn Morris <rgm@gnu.org>
4116
4117 * calendar/diary-lib.el (diary-live-p): New function.
4118 (number-of-diary-entries): Add a :set function to redisplay diary
4119 when necessary.
4120
4121 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
4122
4123 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
4124 from client program, mev, to compute mouse event.
4125
4126 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
4127
4128 * faces.el (momentary): Face removed; unused due to reversion of
4129 2007-01-04 changes by Kevin Rodgers.
4130
4131 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
4132 Suggested by Johan Bockg\e,Ae\e(Brd.
4133
4134 2007-03-19 Martin Rudalics <rudalics@gmx.at>
4135
4136 * font-lock.el (lisp-font-lock-keywords-1):
4137 Highlight define-globalized-minor-mode as a keyword.
4138
4139 2007-03-19 Kim F. Storm <storm@cua.dk>
4140
4141 * calc/calc-forms.el (math-std-daylight-savings)
4142 (math-std-daylight-savings-old): Doc fix.
4143
4144 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
4145
4146 * progmodes/python.el (python-default-template): Doc fix.
4147 (python-buffer): Fix typo in docstring.
4148
4149 * isearchb.el (isearchb-follow-char):
4150 * subr.el (def-edebug-spec): Fix typo in docstring.
4151
4152 2007-03-19 Richard Stallman <rms@gnu.org>
4153
4154 * files.el (default-directory): Mark safe.
4155 (basic-save-buffer-2): Put proper dir name in error message.
4156
4157 * simple.el (compose-mail): Run switch-function after
4158 setting up the mail buffer.
4159
4160 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
4161
4162 2007-03-18 Jay Belanger <belanger@truman.edu>
4163
4164 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
4165 (math-std-daylight-savings-new): Rename from
4166 `math-std-daylight-savings'.
4167 (math-std-daylight-savings-old): Rename from old value of
4168 `math-std-daylight-savings'.
4169 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
4170 `math-std-daylight-savings-old' depending on the year.
4171
4172 2007-03-18 Detlev Zundel <dzu@gnu.org>
4173
4174 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
4175 zero-width regexps as invalid but rather at least count them correctly.
4176
4177 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
4178
4179 * net/tls.el (open-tls-stream): In handshake-waiting loop,
4180 don't wait more if there is output available to process.
4181
4182 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
4183
4184 * progmodes/compile.el (compilation-find-file): Revert change
4185 from 2006-07-18 to allow completion of directory names.
4186 Reported by John Carter <john.carter@tait.co.nz>.
4187
4188 2007-03-18 Kim F. Storm <storm@cua.dk>
4189
4190 * subr.el (when, unless): Doc fix.
4191
4192 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
4193
4194 * net/tls.el (tls-program): Doc fix.
4195
4196 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
4197
4198 * autorevert.el (auto-revert-tail-handler):
4199 Call after-revert-hook.
4200
4201 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
4202
4203 * simple.el (switch-to-completions): No error if search for \n\n fails.
4204
4205 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
4206
4207 * simple.el (line-move-1):
4208 Respect `inhibit-line-move-field-capture' property.
4209
4210 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
4211
4212 * comint.el (comint-arguments): Mark backslash-escaped chars.
4213 (comint-delim-arg): Don't treat them as delimiters.
4214
4215 2007-03-12 Kim F. Storm <storm@cua.dk>
4216 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
4217
4218 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
4219
4220 * tempo.el (tempo-insert): Deal with 'r> if it appears
4221 specified with a prompt argument.
4222
4223 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
4224
4225 * textmodes/org.el (org-set-font-lock-defaults):
4226 Handle narrow table columns correctly.
4227
4228 2007-03-12 Mark A. Hershberger <mah@everybody.org>
4229
4230 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
4231 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
4232 Return to use of the -no-properties variants. There was
4233 consensus on emacs-devel that the speed of these variants was
4234 prefered since we are usually parsing files (from the internet
4235 or on disk) instead of XML created in Emacs.
4236
4237 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
4238 Add customize option.
4239
4240 2007-03-12 Glenn Morris <rgm@gnu.org>
4241
4242 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
4243 North American rule. Replace "daylight savings" with "daylight
4244 saving" in doc.
4245
4246 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
4247 * calendar/lunar.el, solar.el: Replace "daylight savings" with
4248 "daylight saving" in text.
4249
4250 * woman.el (woman-change-fonts): Tweak previous change by using
4251 woman-request-regexp rather than "^\\.".
4252
4253 * startup.el (command-line-1): Make insertion of
4254 initial-scratch-message not depend on scratch being selected.
4255
4256 2007-03-11 Juri Linkov <juri@jurta.org>
4257
4258 * replace.el (match): Use yellow background on light-bg terminals.
4259
4260 2007-03-11 Richard Stallman <rms@gnu.org>
4261
4262 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
4263 Correctly compute line number.
4264
4265 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
4266
4267 * type-break.el (type-break-get-previous-count):
4268 Repeat previous change here.
4269
4270 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
4271
4272 * progmodes/grep.el (grep-find-ignored-directories):
4273 Add .git and .bzr to list.
4274
4275 2007-03-11 Andreas Schwab <schwab@suse.de>
4276
4277 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
4278
4279 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4280
4281 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
4282
4283 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
4284
4285 * faces.el (face-set-after-frame-default): Recalculate face
4286 customizations after applying X resources.
4287
4288 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
4289
4290 * net/rcirc.el (rcirc-timeout-seconds): New variable.
4291 (rcirc-keepalive-seconds): Remove variable.
4292 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
4293 (rcirc-process, rcirc-user-disconnect): New variables.
4294 (rcirc-connect): Initalize new variables.
4295 (rcirc-keepalive): Don't send keepalive pings before connection
4296 is completed.
4297 (rcirc-sentinel): Do mark all channels with activity when
4298 connection is dropped. Run hook with process buffer local.
4299 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
4300 (rcirc-buffer-process): Return value of rcirc-process if
4301 rcirc-server-buffer is nil.
4302 (rcirc-server-name): Return the reported server name.
4303 (rcirc-update-prompt): Simplify computation of the server name.
4304 (rcirc-format-response-string): Likewise.
4305 (rcirc-handler-001): Mark server as connected, record the reported
4306 server name, and schedule a timeout.
4307 (rcirc-track-nick): Add a spec for the tty class.
4308 (rcirc-user-non-nick): Remove function.
4309 (rcirc-nick-prefix-chars): Add variable.
4310 (rcirc-user-nick): Use above variable.
4311
4312 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4313
4314 * icomplete.el (icomplete-tidy, icomplete-exhibit):
4315 Bind deactivate-mark to nil.
4316
4317 2007-03-10 Martin Rudalics <rudalics@gmx.at>
4318
4319 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
4320 that buffer contents get erased during completion.
4321
4322 2007-03-10 Glenn Morris <rgm@gnu.org>
4323
4324 * woman.el (woman-change-fonts): Add a hack to deal with
4325 font-escape followed by "." at start of a line.
4326 (woman2-IP): Add a hack to deal with consecutive requests.
4327 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
4328
4329 2007-03-10 Alan Mackenzie <acm@muc.de>
4330
4331 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
4332
4333 2007-03-09 Richard Stallman <rms@gnu.org>
4334
4335 * abbrev.el (abbrev): Add `provide'.
4336
4337 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
4338
4339 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
4340
4341 2007-03-09 Martin Rudalics <rudalics@gmx.at>
4342
4343 * complete.el (PC-try-completion): New function.
4344 (PC-do-completion, read-file-name-internal): Use it instead of
4345 try-completion.
4346
4347 2007-03-08 Alan Mackenzie <acm@muc.de>
4348
4349 Remove stale tokens from `c-found-types' cache.
4350
4351 * progmodes/cc-mode.el (c-unfind-enclosing-token)
4352 (c-unfind-coalesced-tokens, c-before-change): New functions.
4353 (c-maybe-stale-found-type): New variable.
4354
4355 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
4356 (c-trim-found-types): New functions.
4357
4358 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
4359
4360 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
4361 (debug-ignored-errors): Add entry from smerge-match-conflict.
4362
4363 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
4364
4365 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
4366 special help topics for keywords.
4367 (idlwave-help-assistant-command): Include ".exe" for ms-dos
4368 etc. Assistant command.
4369
4370 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
4371
4372 * replace.el (occur-engine): Move buffer-undo-list binding...
4373 (occur-1): ...to here.
4374
4375 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
4376
4377 * simple.el (minibuffer-completing-symbol): New var.
4378 (eval-expression): Use it.
4379 (completion-setup-function): Don't bind completion-base-size when
4380 completing a symbol in the minibuffer.
4381
4382 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
4383
4384 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
4385 tries to start a second session in graphical mode.
4386
4387 2007-03-07 Miles Bader <miles@gnu.org>
4388
4389 * international/isearch-x.el
4390 (isearch-process-search-multibyte-characters):
4391 Strip text-properties from PROMPT to avoid an error from read-string.
4392
4393 2007-03-07 Kim F. Storm <storm@cua.dk>
4394
4395 * complete.el (PC-bindings): Remap lisp-complete-symbol to
4396 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
4397
4398 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4399
4400 * complete.el (PC-do-completion): Delete duplicates in the list of
4401 possible completions.
4402
4403 2007-03-07 Glenn Morris <rgm@gnu.org>
4404
4405 * ses.el (ses-mode): Doc fix.
4406
4407 2007-03-06 Kim F. Storm <storm@cua.dk>
4408
4409 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
4410
4411 2007-03-06 Kenichi Handa <handa@m17n.org>
4412
4413 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
4414
4415 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4416
4417 * simple.el (completion-setup-function): Improve last fix so it doesn't
4418 set it to a relative directory name either.
4419
4420 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4421
4422 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
4423
4424 2007-03-05 Richard Stallman <rms@gnu.org>
4425
4426 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
4427
4428 * files.el (find-file-noselect): No error if file no longer exists.
4429 Display a message and avoid other questions.
4430
4431 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4432
4433 * pcomplete.el (pcomplete-show-completions): Improve last change, so
4434 as not to use an invisible window and to create a window if none exist.
4435
4436 * progmodes/python.el (python-send-command): Restart proc if necessary.
4437 (python-proc): Simplify.
4438
4439 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
4440
4441 * pcomplete.el (pcomplete-show-completions): Search all frames for
4442 completions buffer.
4443
4444 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
4445
4446 * cus-edit.el (customize-save-variable): Clear customized-value
4447 property (saved values are now put in theme-value property).
4448 (customize-set-variable): Doc fix.
4449
4450 * complete.el (PC-do-completion): If completion-ignore-case is
4451 non-nil, replace field with completion string before exiting.
4452
4453 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
4454
4455 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
4456 Append its extension to the resulting temporary file name.
4457 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
4458
4459 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
4460 (tramp-smb-handle-write-region): Apply it.
4461
4462 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4463
4464 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4465 Redo previous change.
4466
4467 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
4468
4469 * diff-mode.el (diff-mode): Doc fix.
4470
4471 2007-03-05 Kenichi Handa <handa@m17n.org>
4472
4473 * international/characters.el: Set category `l' (latin)
4474 for more characters.
4475
4476 2007-03-04 Kim F. Storm <storm@cua.dk>
4477
4478 * emacs-lisp/authors.el (authors-aliases): Add alias.
4479
4480 2007-03-04 Glenn Morris <rgm@gnu.org>
4481
4482 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
4483 all when switching major mode.
4484 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
4485 (hs-block-start-mdata-select, hs-block-end-regexp)
4486 (hs-forward-sexp-func, hs-adjust-block-beginning):
4487 Do not make these variables permanent-local.
4488
4489 2007-03-04 Richard Stallman <rms@gnu.org>
4490
4491 * progmodes/cperl-mode.el (cperl-mode):
4492 Modify cperl-compilation-error-regexp-alist by appending.
4493
4494 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
4495 (edebug-mode): Add the hook.
4496 (edebug-recursive-edit): Remove the hook on exiting.
4497
4498 * type-break.el (type-break-get-previous-time):
4499 Handle end-of-file errors specially
4500 so they don't get reported wrong in .emacs.
4501
4502 * startup.el (fancy-splash-text): Clarify text.
4503
4504 * simple.el (beginning-of-buffer, end-of-buffer):
4505 Avoid treating plain C-u like numeric arg.
4506
4507 * simple.el (completion-setup-function): Don't set
4508 default-directory to nil.
4509
4510 * shell.el (shell-dirstack-query): Doc fix.
4511
4512 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
4513 Don't select the window -- pass it to primitives instead.
4514
4515 * faces.el (minibuffer-prompt): Use medium blue by default.
4516
4517 2007-03-04 David Kastrup <dak@gnu.org>
4518
4519 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
4520 Preserve 16 as default value for "seconds" when customizing.
4521
4522 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
4523
4524 * textmodes/org.el (org-self-insert-command)
4525 (orgtbl-self-insert-command, org-delete-char)
4526 (org-delete-backward-char): Set the `flyspell-delayed' property.
4527
4528 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
4529
4530 * international/mule.el (find-auto-coding): Don't search for
4531 line-ending characters past the end of the tail.
4532
4533 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
4534
4535 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
4536 Jump to the line where new score has been uploaded.
4537
4538 * play/tetris.el (tetris-move-bottom, tetris-move-left)
4539 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
4540 Do nothing when the game is paused.
4541
4542 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
4543
4544 * textmodes/org.el (org-set-tags): Prevent slipping of point
4545 during completion.
4546
4547 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
4548
4549 * isearch.el (isearch-message-prefix):
4550 Use minibuffer-prompt-properties.
4551
4552 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4553
4554 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
4555 (ps-setup): Print which Emacsen is running ps-print package.
4556
4557 2007-03-01 Stuart Herring <herring@lanl.gov>
4558
4559 * files.el (set-auto-mode-0): Use `indirect-function'.
4560 (hack-one-local-variable): Don't reapply current major mode.
4561
4562 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
4563
4564 * progmodes/python.el (python-quote-syntax): Don't bother with
4565 syntax-ppss-context.
4566 (python-fill-paragraph): Make sure that fenced-string delimiters that
4567 stand on their own line stay there.
4568
4569 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
4570
4571 * replace.el (perform-replace): Propertize message.
4572
4573 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
4574
4575 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
4576 invisible heading.
4577
4578 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
4579
4580 * net/tramp.el (tramp-file-name-handler): Revert last change.
4581
4582 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
4583
4584 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
4585 Correct doc strings.
4586
4587 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
4588
4589 * replace.el (perform-replace): Undo forward-char immediately if
4590 non-adjacent search fails.
4591
4592 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4593
4594 * version.el (emacs-major-version, emacs-minor-version):
4595 string-to-int -> string-to-number.
4596
4597 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
4598
4599 * help.el (where-is): Fail gracefully when not passed a command.
4600
4601 2007-02-28 Stuart Herring <herring@lanl.gov>
4602
4603 * find-lisp.el (find-lisp-default-directory-predicate):
4604 Fix bug: Do symlink check on expanded filename.
4605
4606 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
4607
4608 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
4609 changes during replacement.
4610 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
4611
4612 2007-02-28 Lars Hansen <larsh@soem.dk>
4613
4614 * desktop.el: Delete header line listing me as maintainer.
4615
4616 2007-02-28 Glenn Morris <rgm@gnu.org>
4617
4618 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
4619 the menus case.
4620
4621 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
4622
4623 * net/tramp.el (tramp-file-name-handler): Inhibit modification
4624 hooks to avoid confusion when combining after-change calls.
4625
4626 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
4627
4628 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
4629 now that pgg-gpg-process-region correctly honors passed-in passphrase.
4630 (allout-distinctive-bullets-string): Add info about bullet conventions.
4631 (allout-mode): Add info about distinctive vs plain bullets.
4632
4633 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
4634
4635 * textmodes/org.el (org-archive-subtree): Quote variable name.
4636 (org-agenda-get-todos): Make sure skip properties are checked correctly.
4637
4638 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
4639
4640 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
4641 (gud-bashdb-command-name, bashdb): Remove.
4642 (gud, gud-menu-map): Remove references to bash/bashdb.
4643
4644 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
4645
4646 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
4647 keyword for Python 2.5.
4648
4649 2007-02-26 Romain Francoise <romain@orebokech.com>
4650
4651 * net/net-utils.el (whois-server-tld): Update server for .org.
4652 (whois-server-list): Add whois.publicinterestregistry.net.
4653 (whois-guess-server): Fix formatting in docstring.
4654
4655 2007-02-26 Kim F. Storm <storm@cua.dk>
4656
4657 * mouse.el (mouse-show-mark): Run hooks and perform command
4658 remapping for mouse-region-delete-keys.
4659
4660 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4661
4662 * font-core.el (font-lock-mode): Doc fix.
4663
4664 2007-02-25 Kim F. Storm <storm@cua.dk>
4665
4666 * ido.el (ido-buffer-internal): Set this-command to fallback command.
4667 Add selected buffer to buffer-name-history.
4668 (ido-file-internal): Set this-command to fallback command.
4669 Add file names to file-name-history.
4670
4671 * emacs-lisp/map-ynp.el (map-y-or-n-p):
4672 Apply minibuffer-prompt-properties.
4673
4674 2007-02-25 Andreas Schwab <schwab@suse.de>
4675
4676 * files.el (hack-one-local-variable-eval-safep): Correct handling
4677 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
4678
4679 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
4680
4681 * textmodes/org.el (org-table-overlay-coordinates)
4682 (org-table-toggle-coordinate-overlays): New functions.
4683 (org-table-overlay-coordinates, org-table-coordinate-overlays):
4684 New variables.
4685 (org-startup-with-deadline-check): Remove option.
4686 (org-mode): Remove deadline check on startup.
4687 (org-table-limit-column-width): Remove option.
4688 (org-table-formula-numbers-only): Remove option.
4689 (org-link-style, org-link-format): Remove options.
4690 (org-select-agenda-window, org-fit-agenda-window): Remove options.
4691 (org-export-ascii-show-new-buffer)
4692 (org-export-html-show-new-buffer): Remove options.
4693 (org-activate-links): Remove camel option.
4694 (org-file-link-context-use-camel-case): Remove option.
4695 (org-camel-regexp): Remove variable.
4696 (org-activate-camels): Remove function.
4697 (org-store-link): Remove Camel stuff.
4698 (org-make-org-heading-camel): Remove function.
4699 (org-open-at-point): Remove camel stuff.
4700 (org-link-search): Remove camel stuff.
4701 (org-camel-to-words): Function removed.
4702 (org-get-agenda-file-buffer): Make sure we prepare the base
4703 buffers, not any indirect buffers.
4704 (org-sort-entries): Sort top-level when not on a headline, and no
4705 active region.
4706 (org-in-regexp): New function.
4707 (org-search-not-self): Rename from `org-search-not-link'.
4708 (org-open-link-marker): New variable.
4709 (org-open-at-point): Set `org-open-link-marker'.
4710 (org-print-icalendar-entries): Fixe bug with excluding DONE
4711 entries from the exported list.
4712 (org-edit-formula-lisp-indent): New command.
4713 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
4714 (orgtbl-to-latex, orgtbl-insert-radio-table)
4715 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
4716 (orgtbl-radio-table-templates): New option.
4717 (org-store-link-props):
4718 (org-remember-templates): More possibilities to insert info
4719 into templates.
4720 (org-remember-apply-template): Make use of the extended
4721 template capabilities.
4722 (org-remember-redo-template): New command.
4723 (org-upgrade-old-links)
4724 (org-table-modify-formulas, org-table-replace-in-formulas)
4725 (org-table-find-dataline)
4726 (org-table-get-vertical-vector): Remove functions.
4727 (org-table-remove-rectangle-highlight)
4728 (org-time-stamp-format, org-toggle-log-option)
4729 (org-table-highlight-rectangle)
4730 (org-table-iterate, org-table-make-reference):
4731 (org-translate-time, org-tree-to-indirect-buffer)
4732 (org-table-field-info, org-table-fix-formulas)
4733 (org-table-force-dataline, org-table-get-descriptor-line)
4734 (org-table-get-range)
4735 (org-skip-comments, org-sort)
4736 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
4737 (org-table-current-dline, org-table-current-field-formula)
4738 (org-table-edit-backward-field)
4739 (org-table-edit-formulas-post-command)
4740 (org-table-edit-line-down, org-table-edit-line-up)
4741 (org-agenda-archive)
4742 (org-agenda-clock-cancel)
4743 (org-agenda-clock-out, org-agenda-list-stuck-projects)
4744 (org-agenda-open-link, org-agenda-show-new-time)
4745 (org-agenda-skip-subtree-when-regexp-matches)
4746 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
4747 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
4748 (org-do-sort, org-file-image-p, org-find-overlays)
4749 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
4750 (org-highlight-until-next-command, org-isearch-end)
4751 (org-match-any-p, org-next-link, org-previous-link):
4752 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
4753 (org-rewrite-old-row-references)
4754 (org-isearch-post-command)
4755 (org-table-edit-move, org-table-edit-next-field)
4756 (org-table-edit-scroll, org-table-edit-scroll-down)
4757 (org-set-frame-title, org-show-reference)
4758 (org-unhighlight-once, org-verify-change-for-undo): New functions.
4759 (org-show-variable): Remove command.
4760 (org-add-log-maybe): New arguments STATE, FINDPOS
4761 (org-table-sort-lines): Rewrite from scratch.
4762 (org-link-search): New argument AVOID-POS.
4763 (org-print-icalendar-entries): Remove argument CATEGORY.
4764 (org-run-agenda-series): Remove argument WONDOW.
4765 (org-next-link, org-previous-link): New commands.
4766 (org-agenda-date-format): New option.
4767 (org-table-iterate): New command.
4768 (org-table-modify-formulas)
4769 (org-table-replace-in-formulas): Remove functions.
4770 (org-table-fix-formulas): New function.
4771 (org-table-insert-column, org-table-delete-column)
4772 (org-table-move-column): Use `org-table-fix-formulas'.
4773 (org-follow-gnus-link): Patch from Bastien/Leo.
4774 (org-table-current-field-formula): New function.
4775 (org-file-image-p): New function.
4776 (org-agenda-show-new-time): New function.
4777 (org-agenda-date-later): Call `org-agenda-show-new-time'.
4778 (org-with-remote-undo): New macro.
4779 (org-agenda-undo): New command.
4780 (org-verify-change-for-undo): New function.
4781 (org-time-stamp-format): New function.
4782 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
4783 by user.
4784 (org-match-any-p): New function.
4785 (org-make-tags-matcher): Handle regular expressions for tag and
4786 todo matches.
4787 (org-read-date): Accept "+N" as input for a date relative to the
4788 current date.
4789 (org-remove-subtree-entries-from-agenda): New function.
4790 (org-agenda-archive, org-agenda-kill):
4791 Use `org-remove-subtree-entries-from-agenda'.
4792 (org-do-sort, org-sort-entries): New functions.
4793 (org-sort): New command.
4794 (org-table-sort-lines): Use `org-do-sort'.
4795 (org-fix-decoded-time): New function.
4796 (org-table-number-regexp): Require 0x... to identify as number
4797 in tables.
4798 (org-startup-options): New keywords for note taking.
4799 (org-upgrade-old-links): Remove function.
4800 (org-get-repeat): New function.
4801 (org-show-context): Also show siblings on current level.
4802 (org-show-siblings): New function.
4803 (org-isearch-end, org-isearch-post-command): New functions.
4804 (org-show-siblings): New option.
4805 (org-show-context): Use `org-show-siblings'.
4806 (org-table-maybe-recalculate-line): No longer require `calc-eval'
4807 to be bound, because user may just use elisp.
4808
4809 2007-02-24 Kim F. Storm <storm@cua.dk>
4810
4811 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
4812 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
4813
4814 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
4815
4816 * startup.el (command-line): Also check if the abbrev file is readable.
4817
4818 2007-02-24 John Paul Wallington <jpw@pobox.com>
4819
4820 * net/tls.el (tls-certtool-program): Fix custom type.
4821
4822 * mail/feedmail.el (feedmail-message-id-generator)
4823 (feedmail-date-generator): Fix custom types.
4824
4825 * mail/rmail.el (rmail-message-filter): Fix custom type.
4826
4827 2007-02-24 Eli Zaretskii <eliz@gnu.org>
4828
4829 * startup.el (command-line): If simple.el cannot be found, proceed
4830 with a warning message.
4831
4832 2007-02-24 Kenichi Handa <handa@m17n.org>
4833
4834 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
4835 case that BEG is a string.
4836
4837 2007-02-24 Chris Moore <dooglus@gmail.com>
4838
4839 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
4840 * pgg-pgp.el (pgg-pgp-encrypt-region):
4841 * pgg-gpg.el (pgg-gpg-encrypt-region):
4842 Check pgg-encrypt-for-me if no other recipients.
4843
4844 2007-02-23 Eli Zaretskii <eliz@gnu.org>
4845
4846 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
4847
4848 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
4849 shell-quote-argument.
4850
4851 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4852
4853 * comint.el (comint-read-input-ring): Use comint-input-ring-size
4854 from the comint buffer instead of the temporary one.
4855
4856 2007-02-23 David Reitter <david.reitter@gmail.com>
4857
4858 * cus-edit.el (custom-save-all): Canonicalize custom-file before
4859 storing it in recentf-exclude.
4860
4861 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
4862
4863 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
4864 in splash screen.
4865
4866 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
4867
4868 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
4869 commands, for restart.
4870 (idlwave-shell-current-module): Fix handling of module name by type.
4871 (idlwave-shell-break-in): Update type handling.
4872 (idlwave-shell-bp-get): Encode type in BP structure.
4873 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
4874 (idlwave-shell-module-source-query): Query routine info based on type.
4875 Fix path parsing for non-compiled files.
4876 (idlwave-shell-module-source-filter): Don't signal error in filter
4877 if no source found.
4878 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
4879 filter race.
4880
4881 2007-02-22 Kim F. Storm <storm@cua.dk>
4882
4883 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
4884 (editable-field): Document need to put some text before the %v
4885 escape in :format string.
4886
4887 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
4888
4889 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
4890 (vc-svn-use-edit): Remove unused config var.
4891 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
4892
4893 * outline.el (hide-sublevels): Keep empty last line, if available.
4894
4895 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
4896 rather than the corresponding unicode char, to make the code
4897 more readable.
4898
4899 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
4900
4901 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
4902 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
4903 (speedbar-item-info-tag-helper): Doc fixes.
4904
4905 2007-02-19 Kenichi Handa <handa@m17n.org>
4906
4907 * international/mule-cmds.el (locale-language-names):
4908 Map "eo" to "Esperanto".
4909
4910 * language/european.el ("Esperanto"): New language environment.
4911
4912 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
4913
4914 * simple.el (kill-line): Doc fix.
4915
4916 2007-02-17 Kim F. Storm <storm@cua.dk>
4917
4918 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
4919 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
4920 (bindat--unpack-group, bindat--pack-group):
4921 Handle vectors with optional element type.
4922
4923 2007-02-17 Daiki Ueno <ueno@unixuser.org>
4924
4925 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
4926 if PASSPHRASE is given.
4927
4928 2007-02-17 Chris Moore <dooglus@gmail.com>
4929
4930 * jka-cmpr-hook.el (jka-compr-compression-info-list):
4931 Recognize backups of bz2 compressed files.
4932
4933 2007-02-17 Eli Zaretskii <eliz@gnu.org>
4934
4935 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
4936 to nil to speed up lookup of the symbol in index nodes.
4937
4938 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4939
4940 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4941 Add indentation for the constants of Lisp.
4942
4943 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
4944
4945 * ps-print.el: Use (defvar <foo>) where applicable.
4946 (ps-print-emacs-type): Remove.
4947 (ps-x-frame-property, ps-e-frame-parameter): Remove.
4948 (ps-frame-parameter): Align its call-convention with frame-parameter.
4949 (ps-begin-job): Adjust calls to it appropriately.
4950 (ps-setup): Don't print ps-print-emacs-type.
4951 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
4952 Define in such a way that it's obvious that it's defined.
4953 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
4954 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
4955 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
4956
4957 2007-02-15 Alan Mackenzie <acm@muc.de>
4958
4959 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
4960 an empty one-line C-style comment, post-position point properly.
4961
4962 2007-02-15 Chris Moore <dooglus@gmail.com>
4963
4964 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
4965 (isearch-lazy-highlight-new-loop): Bind it.
4966 (isearch-lazy-highlight-search): Use it.
4967
4968 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
4969
4970 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
4971
4972 * font-lock.el (font-lock-extend-region-wholelines):
4973 Only return non-nil if the region has really been changed.
4974 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
4975
4976 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
4977
4978 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
4979 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
4980 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
4981
4982 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
4983
4984 * faces.el (color-values): Revert changes to docstring from
4985 2007-01-31 and 2000-09-07.
4986
4987 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
4988 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
4989 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
4990 (ispell-help): Fix typos in docstring and output message.
4991
4992 2007-02-14 Kim F. Storm <storm@cua.dk>
4993
4994 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
4995 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
4996 (grep): Fix lgrep reference.
4997
4998 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
4999 (standard-display-underline): Use make-glyph-code.
5000
5001 * descr-text.el (describe-char): Use glyph-char and glyph-face.
5002
5003 * international/latin1-disp.el (latin1-display-char):
5004 Use make-glyph-code.
5005
5006 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
5007
5008 * ehelp.el (with-electric-help, electric-help-exit)
5009 (electric-help-retain): Doc fixes.
5010
5011 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
5012 (byte-compile-file): Doc fixes.
5013
5014 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5015
5016 * term/mac-win.el: Change all uses of
5017 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
5018 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
5019 (mac-ae-get-url): Call select-frame-set-input-focus.
5020 (mac-dnd-handle-drag-n-drop-event): Don't call
5021 select-frame-set-input-focus.
5022
5023 2007-02-13 Kenichi Handa <handa@m17n.org>
5024
5025 * international/characters.el: Fix documentation of category `a'.
5026
5027 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
5028
5029 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
5030
5031 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
5032
5033 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
5034 (tramp-get-remote-ln): Handle error case.
5035 Reported by Chris Moore <dooglus@gmail.com>.
5036
5037 2007-02-11 Kim F. Storm <storm@cua.dk>
5038
5039 * bindings.el (ctl-x-map): Remove register compatibility bindings
5040 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
5041
5042 2007-02-11 Richard Stallman <rms@gnu.org>
5043
5044 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
5045 in load history.
5046
5047 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
5048 condition -- don't fail to stop at endpos.
5049
5050 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
5051
5052 * textmodes/org.el (org-agenda-get-todos)
5053 (org-agenda-get-timestamps, org-agenda-get-closed)
5054 (org-agenda-get-deadlines, org-agenda-get-scheduled)
5055 (org-agenda-get-blocks, org-format-agenda-item)
5056 (org-agenda-change-all-lines, org-scan-tags): Rename text property
5057 from `category' to `org-category'.
5058
5059 2007-02-11 Kenichi Handa <handa@m17n.org>
5060
5061 * international/titdic-cnv.el (titdic-convert): Force files be written
5062 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
5063 (miscdic-convert): Force files be written with Unix-like eol format.
5064
5065 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
5066
5067 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
5068
5069 * calculator.el (calculator-prompt): Doc fix.
5070 (calculator-mode-map): Fix typo in menu entry.
5071
5072 2007-02-10 Jay Belanger <belanger@truman.edu>
5073
5074 * calculator.el (calculator): Do more extensive checking for when
5075 3 lines should be used for the calculator.
5076
5077 2007-02-10 Eli Zaretskii <eliz@gnu.org>
5078
5079 * info-look.el (info-lookup-make-completions):
5080 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
5081 index nodes.
5082
5083 * info.el (Info-fontify-maximum-menu-size): Document the effect
5084 of a nil value.
5085 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
5086 non-nil before using it as size.
5087
5088 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
5089
5090 * subr.el (insert-for-yank-1): Prevent read-only properties from
5091 interfering with text property operations.
5092
5093 * image-mode.el (image-mode): Revert 2007-01-30 changes.
5094
5095 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
5096 (image-type-auto-detected-p): Fail if another match is found in
5097 auto-mode-alist.
5098
5099 * files.el (magic-mode-alist): Call image-mode instead of
5100 image-mode-maybe for autodetected images.
5101
5102 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
5103
5104 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
5105 Fix typos in docstrings.
5106 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
5107
5108 2007-02-09 Kim F. Storm <storm@cua.dk>
5109
5110 * emacs-lisp/float-sup.el: Remove obsolete comment.
5111
5112 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5113
5114 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
5115
5116 2007-02-08 Karl Fogel <kfogel@red-bean.com>
5117
5118 * simple.el: Revert previous change, at request of RMS:
5119 (fundamental-mode-hook): Remove.
5120 (fundamental-mode): Run after-change-major-mode-hooks manually,
5121 and don't run the now-nonexistent fundamental-mode-hook.
5122
5123 2007-02-08 Karl Fogel <kfogel@red-bean.com>
5124
5125 * simple.el (fundamental-mode-hook): Declare new hook.
5126 (fundamental-mode): Run the new dedicated hook, and don't run
5127 after-change-major-mode-hooks manually anymore.
5128
5129 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5130
5131 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
5132 added columns of chars. Remove support for the "no-meta-info" format.
5133 Prompted by Romain Francoise <romain@orebokech.com>.
5134
5135 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
5136
5137 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
5138 (gdb-mouse-until, gdb-mouse-jump): Use it.
5139
5140 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
5141
5142 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
5143 work when there is just an assembler buffer (no source buffer).
5144
5145 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
5146
5147 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
5148 just because the diff was produced using "-p" (--show-c-function).
5149
5150 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
5151
5152 * faces.el (frame-set-background-mode): Use `color-values' and
5153 `display-color-p', not `x-color-values' and `x-display-color-p'.
5154 (face-valid-attribute-values): Use `defined-colors' instead of
5155 `x-defined-colors'.
5156
5157 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5158
5159 * ps-print.el: The ps-print commands without face printing should not
5160 print background color. Reported by Leo <sdl.web@gmail.com>.
5161 (ps-print-version): New version 6.7.3.
5162 (ps-begin-job): New arg. Fix ps-default-background and
5163 ps-default-foreground initialization.
5164 (ps-face-attributes): Fix doc string.
5165 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
5166
5167 * printing.el: Fix ps-print link.
5168
5169 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
5170
5171 * faces.el (face-set-after-frame-default): Compile attributes to
5172 be set by frame parameters before merging in X resources.
5173
5174 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
5175
5176 * simple.el (blink-matching-paren-dont-ignore-comments):
5177 (blink-matching-paren-on-screen): Doc fixes.
5178
5179 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
5180
5181 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
5182
5183 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
5184
5185 * loadhist.el (unload-feature): Silently ignore `load-history' entries
5186 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
5187 entries like `defun'. Return nil.
5188
5189 2007-02-05 Kim F. Storm <storm@cua.dk>
5190
5191 * ido.el: Doc fixes.
5192
5193 2007-02-04 David Kastrup <dak@gnu.org>
5194
5195 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
5196 `mpuz-allow-double-multiplicator' is non-zero, and correct
5197 calculation of `min'.
5198
5199 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
5200
5201 * wid-edit.el (widget-default-create): Insert new text at the
5202 :from marker _after_ the marker, not before it.
5203
5204 2007-02-04 Alan Mackenzie <acm@muc.de>
5205
5206 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
5207 containing it is re-indented.
5208
5209 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
5210
5211 * net/newsticker.el (newsticker--insert-image): Update docstring,
5212 and insert the image directly.
5213 (newsticker--buffer-redraw): Update docstring.
5214
5215 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5216 Rename from define-global-minor-mode.
5217
5218 * progmodes/cwarn.el (global-cwarn-mode):
5219 * emacs-lisp/autoload.el (make-autoload):
5220 * hi-lock.el (global-hi-lock-mode):
5221 * font-core.el (global-font-lock-mode): All callers changed.
5222
5223 2007-02-03 Eli Zaretskii <eliz@gnu.org>
5224
5225 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
5226 Don't copy @ignore lines into menu descriptions.
5227 (texinfo-multi-file-update): Goto the @node line before attempting
5228 to pluck the node name.
5229 (texinfo-multiple-files-update): Reverse the optional arguments'
5230 order, as per the doc string and the `interactive' form.
5231
5232 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
5233
5234 * image-mode.el: Use autoload to avoid overriding disabled setting
5235 applied in .emacs.
5236
5237 2007-02-03 Alan Mackenzie <acm@muc.de>
5238
5239 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
5240 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
5241 adjacent paren groups).
5242
5243 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5244
5245 * progmodes/ebnf2ps.el: Doc fixes.
5246 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
5247
5248 2007-02-02 Eli Zaretskii <eliz@gnu.org>
5249
5250 * dired-x.el (dired-do-relsymlink): Add reference to
5251 dired-do-symlink. Add an autoload cookie.
5252
5253 * dired-aux.el (dired-do-symlink): Add reference to
5254 dired-do-relsymlink.
5255
5256 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
5257
5258 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
5259 <left-fringe mouse-3>: New bindings.
5260
5261 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
5262
5263 * net/newsticker.el (newsticker-version): Changed to "1.10".
5264 (newsticker--set-customvar): Doc string.
5265 (newsticker-new-item-face): Doc string.
5266 (newsticker-mode): Initialize `invisibility-spec' with t.
5267 (newsticker-mode-map): Added
5268 `newsticker-mark-all-items-at-point-as-read'.
5269 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
5270 (newsticker-w3m-show-inline-images): Do not call
5271 `w3m-remove-image'.
5272 (newsticker--buffer-after-w3m-insert-image): New advice for
5273 w3m-insert-image to cache images.
5274 (newsticker-next-item-same-feed): New.
5275 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
5276 (newsticker-mark-all-items-of-feed-as-read): New.
5277 (newsticker-mark-all-items-at-point-as-read): Use new functions.
5278 (newsticker-mark-item-at-point-as-read): Doc string.
5279 (newsticker-mark-item-at-point-as-read): Use new functions.
5280 (newsticker--do-mark-item-at-point-as-read): New, extracted from
5281 `newsticker-mark-item-at-point-as-read'.
5282 (newsticker-hide-entry): Use (t) instead of t for invisibility.
5283 (newsticker--sentinel): Yet another xml-parser workaround.
5284 (newsticker--decode-iso8601-date): Bugfix for datestrings without
5285 days.
5286 (newsticker--buffer-do-insert-text): Fix.
5287 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
5288 (newsticker--buffer-make-item-completely-visible):
5289 `switch-to-buffer' not necessary.
5290
5291 2007-02-02 Eli Zaretskii <eliz@gnu.org>
5292
5293 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
5294 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
5295 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
5296 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
5297 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
5298
5299 2007-02-02 Kenichi Handa <handa@m17n.org>
5300
5301 * international/quail.el (quail-show-key): Fix an error message.
5302
5303 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
5304
5305 * faces.el (set-face-underline-p, modify-face): Rename arg
5306 UNDERLINE-P to UNDERLINE (it is not a flag).
5307
5308 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
5309
5310 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
5311 when adding gdb-speedbar-update to gdb-input-queue.
5312
5313 2007-02-01 Kenichi Handa <handa@m17n.org>
5314
5315 * international/quail.el (quail-show-key): Signal an error if the
5316 current input method is not using Quail.
5317
5318 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
5319
5320 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
5321 Trim leading whitespace in sysvar names.
5322
5323 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
5324
5325 * faces.el (internal-find-face, internal-get-face): Doc fixes.
5326
5327 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
5328
5329 * ido.el (ido-set-common-completion): Use `let', not `let*'.
5330
5331 2007-01-31 Romain Francoise <romain@orebokech.com>
5332
5333 * comint.el: Delete extra copy of `comint-copy-old-input' added in
5334 previous change to this file.
5335
5336 2007-01-31 Jason Rumney <jasonr@gnu.org>
5337
5338 * files.el (magic-mode-alist): Use image-mode-maybe rather than
5339 image-mode.
5340
5341 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
5342 interfering with attempt to set major mode from modified
5343 auto-mode-alist.
5344
5345 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
5346
5347 * faces.el (color-values): Doc fix.
5348 (face-differs-from-default-p): Don't check :foreground twice.
5349
5350 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
5351
5352 * comint.el (comint-mode): Prevent non-keyword fontification by default.
5353
5354 2007-01-31 Kenichi Handa <handa@m17n.org>
5355
5356 * international/quail.el (quail-store-decode-map-key): Store a
5357 translated character too.
5358 (quail-char-equal-p): New function.
5359 (quail-find-key1): Check character equality by quail-char-equal-p.
5360 (quail-decode-map-generated): New variable.
5361 (quail-find-key): Check quail-decode-map-generated and re-generate
5362 a decode map if necessary.
5363
5364 2007-01-30 Richard Stallman <rms@gnu.org>
5365
5366 * tutorial.el (tutorial--detailed-help): Make the list of
5367 changed keys look nicer.
5368
5369 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
5370
5371 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
5372 (gdb-var-delete): Use it.
5373 (gdb-var-update-handler-1): Handle value "invalid" for MI field
5374 `in_scope'.
5375
5376 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
5377
5378 * files.el (get-free-disk-space): Return nil for remote directories.
5379
5380 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
5381 instead of "dir".
5382
5383 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
5384
5385 * type-break.el (type-break-catch-up-event): New function.
5386 (type-break-demo-hanoi, type-break-demo-life)
5387 (type-break-demo-boring): Use it.
5388
5389 * image-mode.el (image-mode): Don't automatically view as image.
5390 (image-toggle-display): Add `disabled' property.
5391
5392 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
5393
5394 * isearchb.el (isearchb-iswitchb):
5395 * ps-print.el (ps-build-face-reference):
5396 * emacs-lisp/shadow.el (list-load-path-shadows):
5397 * eshell/esh-cmd.el (eshell-rewrite-for-command):
5398 * international/mule.el (find-auto-coding):
5399 * mail/supercite.el (sc-attrib-selection-list):
5400 * progmodes/cc-defs.el (c-emacs-features):
5401 * progmodes/cc-vars.el (c-offsets-alist):
5402 * progmodes/flymake.el
5403 (flymake-init-create-temp-source-and-master-buffer-copy):
5404 Fix typos in docstrings (some suggested by Chris Moore).
5405
5406 * progmodes/vhdl-mode.el (vhdl-components-package-name)
5407 (vhdl-get-library-unit, vhdl-corresponding-begin)
5408 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
5409 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
5410 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
5411 (vhdl-font-lock-match-item): Fix typos in docstrings.
5412 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
5413 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
5414 (vhdl-speedbar-insert-project-hierarchy):
5415 Improve argument/docstring consistency.
5416
5417 2007-01-29 Kenichi Handa <handa@m17n.org>
5418
5419 * international/titdic-cnv.el (py-converter): Fix previous change.
5420
5421 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
5422
5423 * jka-compr.el (jka-compr-partial-uncompress)
5424 (jka-compr-call-process): Rebind default-directory if it is
5425 invalid. Suggested by Chris Moore.
5426
5427 * comint.el (comint-insert-input): Handle situation where the
5428 selected buffer is not the clicked buffer.
5429
5430 2007-01-29 Kenichi Handa <handa@m17n.org>
5431
5432 * international/ja-dic-cnv.el (skkdic-convert):
5433 Add byte-compile-disable-print-circle:t at the head.
5434
5435 * international/titdic-cnv.el (tit-process-header):
5436 Add byte-compile-disable-print-circle:t at the head.
5437 (miscdic-convert): Likewise.
5438 (py-converter): Skip the header comments.
5439
5440 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
5441 New variable.
5442 (byte-compile-output-file-form): Bing print-circle to nil if
5443 byte-compile-output-file-form is not nil.
5444 (byte-compile-output-docform): Likewise.
5445
5446 2007-01-28 Kim F. Storm <storm@cua.dk>
5447
5448 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
5449 Declare earlier to avoid byte compiler warnings.
5450
5451 2007-01-28 Markus Triska <markus.triska@gmx.at>
5452
5453 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
5454
5455 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
5456
5457 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
5458 (gamegrid-add-score-with-update-game-score-1): Allow local quits
5459 when calling update-game-score program. Remove unnecessary
5460 save-excursion.
5461
5462 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
5463
5464 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
5465
5466 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
5467 avoid compiler warning.
5468 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
5469 might have values other than "true" or "false".
5470
5471 2007-01-28 Richard Stallman <rms@gnu.org>
5472
5473 * textmodes/fill.el (fill-paragraph-function): Doc fix.
5474 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
5475
5476 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
5477
5478 * image.el (image-type-header-regexps): Make GIF regex more specific.
5479
5480 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
5481 Don't check `backspace'.
5482 (tutorial--find-changed-keys): Look up bindings in a temp buffer
5483 in Fundamental mode.
5484
5485 * startup.el (fancy-splash-text, normal-splash-screen):
5486 Mention C-g.
5487
5488 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
5489 when inserting in buffer.
5490
5491 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
5492 inside the if.
5493
5494 2007-01-27 Richard Stallman <rms@gnu.org>
5495
5496 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
5497
5498 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
5499
5500 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
5501 enum/union/struct/class definition.
5502 Revert change to call `forward-sexp' multiple times.
5503
5504 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
5505
5506 * files.el (hack-local-variables-confirm): Don't keep trying to
5507 read an event from an empty kbd macro.
5508
5509 2007-01-27 Eli Zaretskii <eliz@gnu.org>
5510
5511 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
5512
5513 2007-01-27 Ben North <ben@redfrontdoor.org>
5514
5515 * outline.el (outline-promote, outline-demote): Doc fix. Rename
5516 the arg CHILDREN -> WHICH.
5517
5518 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
5519
5520 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
5521 default-directory to a sane value when calling start-process.
5522
5523 2007-01-27 Eli Zaretskii <eliz@gnu.org>
5524
5525 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
5526 (ls-lisp-format-time-list): Doc fix. Mention
5527 ls-lisp-use-localized-time-format.
5528 (ls-lisp-format-time): Use ls-lisp-format-time-list if
5529 ls-lisp-use-localized-time-format is non-nil, even if a valid
5530 locale is defined.
5531
5532 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
5533
5534 * jka-compr.el (jka-compr-shell): Doc fix.
5535
5536 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
5537
5538 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5539
5540 * ps-print.ps: Fix background height.
5541 (ps-print-version): New version 6.7.2.
5542
5543 2007-01-26 Eli Zaretskii <eliz@gnu.org>
5544
5545 * makefile.w32-in (finder-data, custom-deps): Depend on
5546 $(lisp)/loaddefs.el.
5547
5548 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
5549
5550 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
5551
5552 2007-01-24 Miles Bader <miles@gnu.org>
5553
5554 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
5555 (byte-compile-output-docform): Bind `print-circle' to t.
5556
5557 2007-01-24 Kenichi Handa <handa@m17n.org>
5558
5559 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
5560 file name of the original SKK dictionary file.
5561
5562 2007-01-24 Kim F. Storm <storm@cua.dk>
5563
5564 * ido.el (ido-initial-position): New variable.
5565 (ido-read-internal): Set it if default item is specified.
5566 (ido-minibuffer-setup): Position cursor accordingly if set.
5567 (ido-edit-input): C-e moves to end of input if not already there.
5568 (ido-magic-backward-char): C-b does like M-b if prev char is /.
5569 Don't switch to buffer mode if repeating C-b at start of input.
5570 (ido-toggle-ignore): C-a only toggles ignore at start or end of
5571 input; else it moves to start of input.
5572 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
5573 not at end of input, delete rest of input, rather than normal op.
5574
5575 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
5576
5577 * emulation/viper-keym.el (viper-insert-basic-map):
5578 Delete binding for S-TAB.
5579
5580 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
5581 of message. Activate mark.
5582 (ediff-activate-mark): Set transient-mark-mode to t.
5583
5584 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
5585
5586 2007-01-23 Martin Rudalics <rudalics@gmx.at>
5587
5588 * help-fns.el (describe-variable): Don't suppress display of
5589 buffer local value when the value is "large".
5590
5591 2007-01-22 Kim F. Storm <storm@cua.dk>
5592
5593 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
5594 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
5595 (ido-tidy): Use ido-active.
5596
5597 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
5598
5599 * hexl.el (hexl-mode-exit): Add missing quote.
5600
5601 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5602
5603 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
5604 (mac-ae-keyboard-modifiers): New function.
5605 (mac-handle-toolbar-switch-mode): Use it.
5606 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
5607 if keyboard modifiers on drop contain option key.
5608 (mac-dnd-drop-data): Add optional argument `action'.
5609 (special-event-map): Remove binding for M-drag-n-drop.
5610
5611 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
5612
5613 * add-log.el (add-log-current-defun): Use CC Mode functions to
5614 find the beginning and end of a defun.
5615
5616 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
5617
5618 * progmodes/gdb-ui.el (gdb-var-create-regexp)
5619 (gdb-var-create-handler): Handle value field in GDB output of
5620 -var-create.
5621 (gdb-max-frames): New variable.
5622 (gdb-stack-buffer, gdb-frames-select): Use it.
5623 (gdb-info-stack-custom): Help user customize gdb-max-frames,
5624 if necessary.
5625 (gdb-get-frame-number): Simplify.
5626
5627 2007-01-21 Glenn Morris <rgm@gnu.org>
5628
5629 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
5630 Update copyrights.
5631
5632 2007-01-21 Alan Mackenzie <acm@muc.de>
5633
5634 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
5635 handling of K&R stuff.
5636
5637 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5638
5639 * textmodes/bibtex.el (bibtex-files): Fix customization type.
5640
5641 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5642
5643 * ps-print.el: Handle frame parameters (background and/or foreground
5644 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
5645 (ps-print-version): New version 6.7.1.
5646 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
5647 (ps-frame-parameter): New fun.
5648 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
5649 Fix doc and customization.
5650 (ps-begin-job): Get frame parameters (background and/or foreground
5651 colors).
5652 (ps-do-despool): Ensure ps-printer-name has a valid value.
5653
5654 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
5655
5656 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
5657 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
5658 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
5659 mean unlimited.
5660
5661 2007-01-20 Alan Mackenzie <acm@muc.de>
5662
5663 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
5664 much more rigorous analysis of putative K&R regions.
5665
5666 2007-01-20 Alan Mackenzie <acm@muc.de>
5667
5668 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
5669 New functions.
5670
5671 2007-01-20 Alan Mackenzie <acm@muc.de>
5672
5673 * progmodes/cc-align.el, progmodes/cc-cmds.el,
5674 * progmodes/cc-defs.el, progmodes/cc-engine.el,
5675 * progmodes/cc-langs.el, progmodes/cc-styles.el,
5676 * progmodes/cc-vars.el: Add my name.
5677
5678 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
5679
5680 * files.el (find-alternate-file): Revert query message to Emacs 21
5681 version.
5682
5683 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
5684
5685 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
5686 the doc string how to use personal abbrevs without electric
5687 keywords.
5688
5689 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5690
5691 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
5692 Fixed cursor position when toggle abbreviated display.
5693
5694 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
5695
5696 * t-mouse.el: Update copyright following assignment by
5697 Alessandro Rubini.
5698
5699 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
5700
5701 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
5702 (type-break-demo-boring): Call read-event instead of read-char.
5703
5704 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
5705
5706 * progmodes/compile.el: Add handling for makepplog.
5707
5708 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
5709
5710 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
5711 aspell dictionaries are initialized when called non-interactively.
5712
5713 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
5714
5715 * progmodes/compile.el (compilation-loop): New arg limit.
5716 Handle case where the first error is at point-min.
5717 (compilation-next-error): New arg to compilation-loop call.
5718
5719 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
5720
5721 * info.el (Info-default-dirs): Change default info dir to
5722 share/info.
5723
5724 * paths.el (Info-default-directory-list): Ditto.
5725
5726 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
5727
5728 * hexl.el (hexl-before-revert-hook): New function.
5729 (hexl-mode): Use it.
5730 (hexl-after-revert-hook): Just call hexl-mode.
5731 (hexl-mode-exit): Remove before-revert-hook.
5732
5733 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
5734
5735 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
5736
5737 2007-01-16 Martin Rudalics <rudalics@gmx.at>
5738
5739 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
5740 by "-" in francais7 otherchars entry.
5741 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
5742 otherchars entry.
5743
5744 2007-01-15 Karl Fogel <kfogel@red-bean.com>
5745
5746 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
5747 path. Rewrite function in `cond' style for readability.
5748
5749 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
5750 (The path shortening, that is, not the rearrarangement.)
5751
5752 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5753
5754 * term/mac-win.el (mac-ae-quit-application): New function.
5755 (mac-apple-event-map): Bind "quit application" Apple event to it.
5756
5757 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
5758
5759 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
5760 than the program's output.
5761
5762 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
5763
5764 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
5765 (kmacro-start-macro-or-insert-counter)
5766 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
5767 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
5768
5769 * longlines.el (longlines-show-hard-newlines):
5770 * ruler-mode.el (ruler-mode-ruler):
5771 * emulation/keypad.el (keypad-setup):
5772 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
5773 Fix typo in docstring.
5774
5775 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
5776
5777 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
5778 Remove redirect character ">".
5779
5780 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
5781
5782 * replace.el (perform-replace): Remove leftover code.
5783
5784 2007-01-12 Richard Stallman <rms@gnu.org>
5785
5786 * replace.el (perform-replace): Don't clear NODENT when computing
5787 the replacement string.
5788
5789 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
5790
5791 * net/tramp.el (tramp-handle-file-local-copy):
5792 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
5793 <christopher.ian.moore@gmail.com>.
5794
5795 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
5796
5797 * diff-mode.el (diff-sanity-check-context-hunk-half)
5798 (diff-sanity-check-hunk): New functions.
5799 (diff-find-source-location): Use'em to check the hunks are well-formed.
5800
5801 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
5802 activate undo when undo is not active.
5803 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
5804
5805 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5806
5807 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
5808 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
5809 (ffap-url-at-point): Use char-classes rather than "a-z".
5810
5811 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
5812
5813 * ediff-init.el (ediff-autostore-merges):
5814 * textmodes/fill.el (fill-region): Doc fix.
5815
5816 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5817
5818 * server.el (server-ensure-safe-dir): UIDs may be floats.
5819
5820 2007-01-10 Richard Stallman <rms@gnu.org>
5821
5822 * battery.el (battery-linux-proc-acpi): Use ignore-errors
5823 around calls to directory-files.
5824
5825 * subr.el (momentary-string-display): Use save-excursion.
5826
5827 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
5828 argument, but read it as `X' does.
5829
5830 2007-01-09 Juri Linkov <juri@jurta.org>
5831
5832 * info.el (Info-fontify-node): Don't hide node names of index entries.
5833
5834 * faces.el (momentary): Change :group to basic-faces where all
5835 basic faces belong to. Add :version.
5836
5837 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
5838
5839 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
5840 keybinding is found.
5841 (tutorial--find-changed-keys): Never treat null keybinding as a
5842 remapping.
5843
5844 2007-01-09 Martin Rudalics <rudalics@gmx.at>
5845
5846 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
5847
5848 2007-01-09 Kenichi Handa <handa@m17n.org>
5849
5850 * international/mule-cmds.el
5851 (select-safe-coding-system-interactively): Fix message.
5852
5853 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
5854
5855 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
5856 (tramp-process-actions): Add optional parameter TIMEOUT.
5857 (tramp-open-connection-telnet, tramp-open-connection-rsh)
5858 (tramp-open-connection-su): Add timeout of 60".
5859
5860 2007-01-09 Richard Stallman <rms@gnu.org>
5861
5862 * progmodes/compile.el (compile): Doc fix.
5863
5864 2007-01-09 Markus Triska <markus.triska@gmx.at>
5865
5866 * tumme.el (tumme-display-thumb): Doc fix.
5867
5868 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
5869
5870 * battery.el (battery-search-for-one-match-in-files):
5871 * bindings.el (mode-line-minor-mode-help):
5872 * x-dnd.el (x-dnd-types-alist):
5873 * calendar/icalendar.el (icalendar-import-buffer):
5874 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
5875
5876 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
5877
5878 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
5879
5880 * replace.el (replace-regexp): Fix typo in docstring.
5881
5882 2007-01-07 Alan Mackenzie <acm@muc.de>
5883
5884 * progmodes/cc-langs.el (c-operators, c-filter-ops):
5885 Amend doc-string and comments.
5886
5887 2007-01-06 Eli Zaretskii <eliz@gnu.org>
5888
5889 * files.el (abbreviate-file-name): Doc fix.
5890
5891 2007-01-06 Markus Triska <triska@gmx.at>
5892
5893 * subr.el (split-string): Remove spurious ")" from doc string.
5894
5895 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
5896
5897 * textmodes/table.el (table--warn-incompatibility):
5898 Use display-warning instead of momentary-string-display.
5899
5900 2007-01-05 Richard Stallman <rms@gnu.org>
5901
5902 * image.el (image-type-header-regexps): Recognize xbm more strictly.
5903
5904 * simple.el (backward-kill-word): Doc fix.
5905
5906 2007-01-05 Romain Francoise <romain@orebokech.com>
5907
5908 * international/mule.el (sgml-html-meta-auto-coding-function):
5909 Ensure that the buffer contains a HTML document.
5910
5911 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5912
5913 * faces.el (momentary): Move here ...
5914 * subr.el (momentary): ... from here.
5915
5916 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
5917
5918 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
5919 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
5920 large structures/arrays.
5921
5922 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
5923
5924 * files.el (find-file-noselect-1, set-visited-file-name):
5925 Allow backup-enable-predicate to be nil.
5926
5927 2007-01-04 Andreas Schwab <schwab@suse.de>
5928
5929 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
5930 last change.
5931
5932 2007-01-03 Richard Stallman <rms@gnu.org>
5933
5934 * woman.el (woman-decode-buffer): Clarify error message.
5935
5936 2007-01-03 Alan Mackenzie <acm@muc.de>
5937
5938 * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
5939
5940 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
5941
5942 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
5943
5944 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
5945
5946 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
5947
5948 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
5949
5950 * emulation/viper.el (viper-custom-file-name, viper-mode):
5951 Fix typos in docstrings.
5952
5953 * subr.el (momentary-string-display): After moving point, set POS
5954 variable to it to avoid later errors once the buffer is modified.
5955 Doc fix.
5956
5957 2007-01-02 Alan Mackenzie <acm@muc.de>
5958
5959 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
5960 check that the "*/" is present before trying to manipulate it.
5961
5962 2007-01-02 Richard Stallman <rms@gnu.org>
5963
5964 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
5965
5966 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
5967 Fix format of value.
5968
5969 * cus-edit.el (customize-unsaved): Rename from customize-customized.
5970 Change messages accordingly.
5971 (customize-customized): Now alias.
5972
5973 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
5974
5975 * files.el (version-control): Doc fix.
5976
5977 2007-01-01 Alan Mackenzie <acm@muc.de>
5978
5979 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
5980 Check the format of c-state-cache is valid for an optimisation before
5981 using it.
5982
5983 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
5984 are at a statement within a macro". Other changes so that only
5985 the first continuation line in a macro gets the symbol
5986 `cpp-define-intro', the others getting `statement', or whatever.
5987
5988 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
5989 a string, preserve whitespace. Add a backslash only when also in
5990 a macro.
5991
5992 * progmodes/cc-defs.el: Correct typos.
5993
5994 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
5995 new line after an escaped EOL in a string.
5996
5997 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
5998 label when it directly follows "else", "do", ....
5999
6000 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
6001 angle brackets (as seen in "explicit specialisations" of C++
6002 templates).
6003
6004 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
6005 in the doc-string.
6006
6007 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
6008 when the comment ender looks like "=========*/" and is alone on
6009 its line.
6010
6011 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
6012 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
6013 for the old name.
6014
6015 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
6016 c-\(beginning\|end\)-of-defun by default.
6017
6018 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
6019 New line-up function, for the DEFUN macro in the Emacs C sources.
6020 Only used in "gnu" style.
6021
6022 * progmodes/cc-styles.el (c-style-alist): Use this new function in
6023 the "gnu" style.
6024
6025 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
6026 clean-up comment-close-slash also to work when there's a comment
6027 terminator on the line.
6028 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
6029 these for large arg - only take account of top level {..}, except
6030 for initial and final adjustments. M-- C-M-[ae] now go to the
6031 right defuns when the starting point is between defuns. They use
6032 the four new functions:
6033 (c-in-function-trailer-p, c-where-wrt-brace-construct)
6034 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
6035 support c-\(beginning\|end\)-of-defun.
6036
6037 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
6038 expressions more rigorously, to exclude bit-field specifiers from
6039 being classed as labels.
6040 (c-forward-label): When analyzing a ":" within a macro, be careful
6041 about using c-forward-syntactic-ws at the macro beginning.
6042 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
6043 stmt boundary, check for "operator=", etc.
6044
6045 * progmodes/cc-mode.el (c-postprocess-file-styles):
6046 Bind inhibit-read-only to t, around the call to
6047 c-remove-any-local-eval-or-mode-variables, so that it works on a
6048 RO file.
6049
6050 * progmodes/cc-defs.el (c-version): Update the version number to
6051 "5.31.4".
6052
6053 2007-01-01 Richard Stallman <rms@gnu.org>
6054
6055 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
6056 only if we restored isearch-window-configuration.
6057
6058 2006-12-31 Romain Francoise <romain@orebokech.com>
6059
6060 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
6061
6062 2006-12-31 Kim F. Storm <storm@cua.dk>
6063
6064 * files.el (auto-mode-case-fold): New defcustom.
6065 (set-auto-mode): If non-nil, perform second case-sensitive pass
6066 through auto-mode-alist if first pass failed.
6067
6068 2006-12-30 Richard Stallman <rms@gnu.org>
6069
6070 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
6071
6072 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
6073
6074 * allout.el (allout-encrypt-string): Handle symmetric-key
6075 passphrase caching but leave keypair caching to pgg.
6076
6077 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
6078
6079 Sync with Tramp 2.0.55.
6080
6081 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
6082 `integerp'. `char-equal' could fail else in case of negative
6083 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
6084 (top): Check for `font-lock-add-keywords' before calling; it
6085 doesn't exist under XEmacs.
6086 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
6087 (tramp-completion-mode): Remove clause (not
6088 tramp-unified-filenames), because the function is called in other
6089 context too, where this check results in wrong results in the
6090 XEmacs case on Windows.
6091 (tramp-touch): UTC handling is not possible for XEmacs.
6092
6093 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6094
6095 * scroll-bar.el (previous-scroll-bar-mode): New variable
6096 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
6097 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
6098
6099 * term/x-win.el: Set scroll bar mode to right if set by X resources.
6100
6101 2006-12-30 Richard Stallman <rms@gnu.org>
6102
6103 * files.el (make-backup-file-name-1): Precompute abs name
6104 but don't lose the relative name.
6105
6106 * international/mule-cmds.el (select-safe-coding-system-interactively):
6107 Fix message.
6108
6109 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
6110
6111 * files.el (backup-buffer): Show entire backup file name in msg.
6112
6113 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
6114
6115 * image.el (image-type-header-regexps, image-type-from-data)
6116 (image-type-from-buffer, image-type-from-file-header):
6117 Revert changes from 2006-12-26.
6118 (image-type-auto-detectable): New variable.
6119 (image-type-auto-detected-p): New function.
6120
6121 * files.el (magic-mode-alist): Detect image files with
6122 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
6123
6124 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
6125
6126 * dired.el (dired-sort-other): Move test for dired-mode...
6127 (dired-sort-set-modeline): ...to here.
6128
6129 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6130
6131 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
6132 change. Suggested by Stefan Monnier.
6133
6134 2006-12-29 Kim F. Storm <storm@cua.dk>
6135
6136 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
6137 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
6138
6139 2006-12-27 Kim F. Storm <storm@cua.dk>
6140
6141 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
6142 so it doesn't accidentally match an fsf.org mail address.
6143 (authors-renamed-files-alist): Add tcover-*.el.
6144
6145 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
6146
6147 * vc-arch.el (vc-arch-find-version): New function.
6148
6149 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
6150 composed of arbitrary characters (even /) in some systems.
6151
6152 2006-12-27 Eli Zaretskii <eliz@gnu.org>
6153
6154 * international/mule-cmds.el (select-safe-coding-system-interactively):
6155 Improve the message in the *Warning* buffer.
6156
6157 2006-12-27 Kim F. Storm <storm@cua.dk>
6158
6159 * ido.el (ido-set-matches-1): Fix last change. If default item is
6160 current buffer, it is ok to be first.
6161
6162 2006-12-27 Kenichi Handa <handa@m17n.org>
6163
6164 * international/mule-cmds.el (select-safe-coding-system-interactively):
6165 Use face `link' for problematic chars.
6166
6167 2006-12-27 Kenichi Handa <handa@m17n.org>
6168
6169 * international/mule-cmds.el (select-safe-coding-system-interactively):
6170 Improve the message in *Warning* buffer.
6171
6172 2006-12-27 Kim F. Storm <storm@cua.dk>
6173
6174 * ido.el (ido-set-matches-1): Never put current buffer first if
6175 there are other matches.
6176
6177 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
6178
6179 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
6180 expressions.
6181 (gdb-var-delete): Handle duplicate names. Print message for non
6182 root expressions.
6183 (gdb-partial-output-name): Start buffer name with a space.
6184 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
6185 buffer name.
6186
6187 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6188
6189 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
6190 last footnote when `footnote-spaced-footnotes' is nil.
6191
6192 2006-12-26 Richard Stallman <rms@gnu.org>
6193
6194 * cus-edit.el (custom-browse-sort-alphabetically)
6195 (custom-buffer-sort-alphabetically)
6196 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
6197
6198 * image.el (image-type-header-regexps): Change element format
6199 to include third item NOT-ALWAYS.
6200 (image-type-from-data): Handle new format.
6201 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
6202 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
6203
6204 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
6205
6206 * add-log.el (add-log-current-defun): Call `forward-sexp'
6207 multiple times to pick a member function name defined as
6208 part of nested classes/namespaces.
6209
6210 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6211
6212 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
6213 which keymap should be used to change menu. It does not affect any
6214 existent code.
6215
6216 2006-12-26 Richard Stallman <rms@gnu.org>
6217
6218 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
6219 rather than for being in a minibuffer window.
6220
6221 2006-12-25 Daiki Ueno <ueno@unixuser.org>
6222
6223 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
6224 locale-coding-system.
6225 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
6226 LF.
6227
6228 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
6229
6230 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
6231 (sql-mode-syntax-table): Disable double quoted strings.
6232 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
6233
6234 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6235
6236 * startup.el (fancy-splash-last-input-event): New variable.
6237 (fancy-splash-special-event-action): New function.
6238 (fancy-splash-screens): Temporarily bind special events to it.
6239 Execute command for saved special event before exiting from
6240 recursive editing.
6241
6242 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
6243 New functions.
6244 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
6245 Use mac-unread-string.
6246
6247 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6248
6249 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
6250 an optimized comment regexp if `comment-start-skip' uses a ^.
6251 * bs.el (bs--up): Remove interactive spec.
6252
6253 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
6254
6255 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
6256 Suggested by James Cloos.
6257
6258 2006-12-24 Kevin Ryde <user42@zip.com.au>
6259
6260 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
6261 in March.
6262 (calendar-dst-ends): Default to first Sunday in November.
6263
6264 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
6265
6266 * allout.el (allout-encrypt-string): Inhibit use of agent within
6267 body of let form where encryption happens. Acknowledge non-use of
6268 gpg-agent in docstring.
6269 (allout-toggle-subtree-encryption): Acknowledge non-use of
6270 gpg-agent in docstring.
6271
6272 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
6273
6274 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
6275
6276 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
6277
6278 * ediff-diff.el (ediff-diff-options): Clarify docstring.
6279 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
6280
6281 * emulation/viper-cmd.el (viper-post-command-sentinel):
6282 Protect against errors in hooks.
6283 (viper-add-newline-at-eob-if-necessary): Add newline only if we
6284 actually modify buffer; ignore errors if occur.
6285
6286 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
6287
6288 * calendar/calendar.el (calendar-mode-map): Switch < and >.
6289 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
6290 formatting.
6291
6292 2006-12-23 Richard Stallman <rms@gnu.org>
6293
6294 * simple.el (delete-horizontal-space): Doc fix.
6295
6296 2006-12-23 Eli Zaretskii <eliz@gnu.org>
6297
6298 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
6299 explicitly in a recursive Make, not implicitly through prerequisites,
6300 since the latter is wrong under parallel builds.
6301
6302 2006-12-22 Eli Zaretskii <eliz@gnu.org>
6303
6304 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
6305
6306 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
6307
6308 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
6309 message string.
6310
6311 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
6312
6313 * outline.el (outline-next-visible-heading): Fix the case with a
6314 header at end-of-file with no final newline.
6315
6316 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
6317
6318 * indent.el (tab-always-indent): Doc fix.
6319
6320 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
6321
6322 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
6323 (Info-fontify-node): Do fontify indices.
6324
6325 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
6326 to the Emacs Lisp reference manual.
6327 (tutorial--tab-map): Remove. All callers changed.
6328 (tutorial--find-changed-keys): New elt QUIET, used to...
6329 (tutorial--display-changes): ...ensure that warning messages are
6330 only issued once per changed key.
6331 (tutorial--remove-remarks): Delete unused code-path.
6332 (lang-strings): Remove extraneous formatting.
6333 (tutorial--save-tutorial): Prompt before saving tutorial state.
6334
6335 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
6336
6337 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
6338 Replace '?\ ' by '?\s' throughout.
6339 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
6340 `help' custom group.
6341 (tutorial--key-description): New function.
6342 (tutorial--display-changes): Remove redundant arg. Scan for all
6343 key sequences to avoid false matches. Cleanup.
6344 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
6345 reduce homedir pollution.
6346 (help-with-tutorial): Call tutorial--display-changes with no arg.
6347
6348 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
6349
6350 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
6351
6352 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
6353
6354 * net/tramp.el (tramp-default-method): We still need to check for
6355 `executable-find', because it is not bound under Emacs 20.
6356 (tramp-handle-file-name-completion)
6357 (tramp-completion-handle-file-name-completion): Handle optional
6358 parameter PREDICATE.
6359 (tramp-find-default-method): Add code for default values.
6360
6361 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
6362
6363 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
6364 make gud-go send "continue".
6365
6366 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
6367
6368 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
6369 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
6370
6371 2006-12-19 Kim F. Storm <storm@cua.dk>
6372
6373 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
6374 instead of global-map.
6375
6376 * files.el (magic-mode-alist): Allow matching file type by
6377 calling a function at bob. Check for image types by calling
6378 image-type-from-buffer. Suggested by Juanma Barranquero.
6379 (set-auto-mode): Do it.
6380
6381 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
6382
6383 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
6384 Remove "ControlMaster" option from the other `scp*' methods.
6385 (tramp-default-method): Check for ssh-agent before setting to `scp'.
6386
6387 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
6388
6389 * textmodes/org.el (org-mode): Show context after isearch.
6390 (org-show-siblings): New function.
6391 (org-show-context): Use `org-show-siblings'.
6392
6393 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
6394
6395 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
6396 Use syntax-ppss-toplevel-pos.
6397
6398 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
6399
6400 * textmodes/org.el (org-current-line): Make sure that lines are
6401 counted from beginning of buffer.
6402 (org-table-copy-region, org-table-paste-rectangle): Make sure that
6403 lines are counted from beginning of buffer.
6404
6405 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
6406
6407 * info.el (Info-build-node-completions): Signal error if tag-table
6408 marker is not found.
6409
6410 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6411
6412 2006-12-17 Alan Mackenzie <acm@muc.de>
6413
6414 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
6415 speed) the case when open-paren-in-column-0-is-defun-start is nil.
6416 Based on code by Martin Rudalics.
6417
6418 * progmodes/cc-mode.el (c-basic-common-init): Don't set
6419 open-paren-in-column-0-is-defun-start to nil any more.
6420
6421 2006-12-17 Richard Stallman <rms@gnu.org>
6422
6423 * simple.el (delete-horizontal-space): Use prefix arg.
6424
6425 * help-fns.el (describe-variable): Improve blank separator lines.
6426
6427 * files.el (magic-mode-alist): Mark as risky.
6428
6429 * files.el (make-backup-file-name-1):
6430 Expand backup-directory explicitly.
6431
6432 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
6433
6434 * net/tramp.el (tramp-default-method): Before setting to "pscp",
6435 check whether package password.el is loaded, or Pageant is running.
6436
6437 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
6438
6439 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
6440 (icalendar--rris): First try Emacs, then XEmacs.
6441 (icalendar--convert-ical-to-diary): Doc fix.
6442 Insert newline at end of target file.
6443
6444 2006-12-17 Kim F. Storm <storm@cua.dk>
6445
6446 * outline.el (outline-isearch-open-invisible-function): New defvar.
6447 (outline-flag-region): Use it if non-nil for isearch-open-invisible
6448 overlay property instead of outline-isearch-open-invisible.
6449
6450 2006-12-16 Kim F. Storm <storm@cua.dk>
6451
6452 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
6453 if ido-directory-too-big is set on entry.
6454 (ido-toggle-ignore, ido-completion-help): Print message while
6455 reading big directory.
6456
6457 2006-12-15 Richard Stallman <rms@gnu.org>
6458
6459 * shell.el (shell): Doc fix.
6460
6461 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
6462
6463 * emulation/edt.el (edt-xserver):
6464 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
6465 to fix a problem on Cygwin.
6466
6467 * emulation/edt.el
6468 * emulation/edt-mapper.el
6469 * emulation/edt-lk201.el
6470 * emulation/edt-pc.el
6471 * emulation/edt-vt100.el: Update maintainer's email address.
6472
6473 2006-12-15 Simon Marshall <simon@gnu.org>
6474
6475 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
6476
6477 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6478
6479 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
6480 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
6481 instead of mac-atsu-font-table.
6482 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
6483
6484 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
6485
6486 * align.el (align-match-tex-pattern): Fix a rare bug which
6487 hanged Emacs.
6488
6489 2006-12-14 Richard Stallman <rms@gnu.org>
6490
6491 * startup.el (use-fancy-splash-screens-p): Use frame-height
6492 instead of window-height. Pass frame to image-size.
6493
6494 2006-12-13 Kenichi Handa <handa@m17n.org>
6495
6496 * international/mule-cmds.el (set-locale-environment):
6497 Set default-sendmail-coding-system too.
6498
6499 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
6500
6501 * progmodes/idlw-help.el: Fix copyright notice.
6502
6503 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
6504
6505 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
6506
6507 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
6508
6509 * subr.el (unread-command-char): Reformat obsolescence info.
6510
6511 2006-12-11 Richard Stallman <rms@gnu.org>
6512
6513 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
6514 about calls to cl-struct-setf-expander.
6515
6516 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
6517
6518 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
6519 (ediff-combination-pattern): Fix typo in docstring.
6520
6521 * textmodes/refer.el (refer-find-entry): Doc fix.
6522 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
6523 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
6524 Fix tipos in docstrings.
6525
6526 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
6527
6528 2006-12-10 Kim F. Storm <storm@cua.dk>
6529
6530 * ido.el (ido-init-completion-maps): Remap backward-kill-word
6531 instead of binding M-backspace.
6532
6533 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
6534
6535 * replace.el (replace-match-data, replace-match-maybe-edit):
6536 * calc/calc-aent.el (calc-eval-error):
6537 * emulation/vi.el (vi-char-argument):
6538 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
6539 (c-vsemi-status-unknown-p-fn): Doc fixes.
6540
6541 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
6542
6543 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
6544 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
6545
6546 2006-12-10 Masatake YAMATO <jet@gyve.org>
6547
6548 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
6549
6550 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
6551
6552 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
6553
6554 * man.el (Man-xref-button-action): New function. If the
6555 `Man-target-string' button property is a function, assume it
6556 accepts a position argument.
6557 (Man-abstract-xref-man-page): Use it.
6558 (Man-default-man-entry): New optional arg POS.
6559
6560 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
6561 symlink arrows read-only and non-rear-sticky.
6562
6563 2006-12-09 Martin Rudalics <rudalics@gmx.at>
6564
6565 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
6566 (wdired-search-and-rename): Simplify code.
6567 (wdired-preprocess-files, wdired-preprocess-perms): Make
6568 read-only property of preceding character rear-nonsticky to
6569 avoid that it can be modified. Put old-name and old-link
6570 properties on character preceding name and replace
6571 put-text-property by add-text-properties.
6572 (wdired-get-filename, wdired-get-previous-link): Get old-name
6573 and old-link properties from character preceding name and
6574 simplify code.
6575 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
6576 (wdired-perms-to-number): Make local-map property
6577 rear-nonsticky to avoid that text following permissions may be
6578 modified. Use add-text-properties instead of put-text-property
6579 when changing a permission bit.
6580 (wdired-change-to-dired-mode): Remove stickiness properties.
6581
6582 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
6583
6584 * international/mule-cmds.el (register-input-method): Doc fix.
6585
6586 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
6587
6588 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
6589
6590 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6591
6592 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
6593 Force buffer local defs evaluation on local variables loading.
6594 (flyspell-mode-on, flyspell-mode-off): Use it in
6595 `hack-local-variables-hook'.
6596
6597 2006-12-09 Eli Zaretskii <eliz@gnu.org>
6598
6599 * emacs-lisp/find-func.el (find-variable): Doc fix.
6600
6601 * help-fns.el (variable-at-point): Doc fix.
6602
6603 * w32-fns.el (w32-append-code-lines): New function.
6604
6605 2006-12-09 Romain Francoise <romain@orebokech.com>
6606
6607 * comint.el (comint-insert-input): Delete obsolete comment.
6608
6609 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
6610
6611 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
6612 current frame, in case we're connected to several displays.
6613
6614 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
6615
6616 * frame.el (other-frame): Doc fix.
6617 (set-frame-parameter): Fix typo in docstring.
6618
6619 2006-12-07 Kim F. Storm <storm@cua.dk>
6620
6621 * info.el (Info-index): Strip leading colon from topic.
6622
6623 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
6624
6625 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
6626 to pointers.
6627
6628 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
6629
6630 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
6631 Trim out spurious class inheritance "None" entries.
6632
6633 2006-12-05 Kim F. Storm <storm@cua.dk>
6634
6635 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
6636 (cua-paste-pop): Rework last change for
6637 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
6638 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
6639 text inserted by the last M-y command.
6640
6641 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6642
6643 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
6644 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
6645
6646 * shell.el (shell): Search the start file in ~/.emacs.d as
6647 `init_SHELLNAME.sh' instead.
6648
6649 2006-12-05 Glenn Morris <rgm@gnu.org>
6650
6651 * progmodes/cperl-mode.el (cperl-mode)
6652 * progmodes/f90.el (f90-mode-abbrev-table)
6653 * progmodes/fortran.el (fortran-mode-abbrev-table)
6654 * progmodes/octave-mod.el (octave-abbrev-table)
6655 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
6656 if abbrev-table is non-nil (saved user abbrevs may have been restored).
6657
6658 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
6659 clear abbrev table, else saved abbrevs will not be restored.
6660
6661 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
6662
6663 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
6664 the call to `make-obsolete-variable', not in the docstring.
6665
6666 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
6667
6668 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
6669
6670 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6671
6672 * progmodes/ebnf-abn.el:
6673 * progmodes/ebnf-bnf.el:
6674 * progmodes/ebnf-dtd.el:
6675 * progmodes/ebnf-ebx.el:
6676 * progmodes/ebnf-iso.el:
6677 * progmodes/ebnf-otz.el:
6678 * progmodes/ebnf-yac.el:
6679 * progmodes/ebnf2ps.el:
6680 * delim-col.el:
6681 * printing.el:
6682 * ps-bdf.el:
6683 * ps-mule.el:
6684 * ps-print.el: Remove 'Time-stamp' comment mark.
6685
6686 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
6687 'easy-menu-add-item' when called in Emacs 21 or higher.
6688
6689 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
6690
6691 * progmodes/ada-xref.el (ada-check-current): Doc fix.
6692 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
6693
6694 2006-12-04 Kim F. Storm <storm@cua.dk>
6695
6696 * bindings.el (global-map): Bind [signal t] to ignore, to have
6697 user signals ignored by default.
6698
6699 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
6700
6701 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
6702 Unicode data file pointed to by `describe-char-unicodedata-file'.
6703
6704 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
6705
6706 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
6707 O(n^2) regexp-search by anchoring the search.
6708
6709 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
6710
6711 * whitespace.el (whitespace-cleanup-internal): Use current
6712 argument for recursive call.
6713
6714 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
6715
6716 * net/tramp.el (tramp-methods): Add "ControlPath" and
6717 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
6718 Andreas Schwab <schwab@suse.de>.
6719 (tramp-do-copy-or-rename-file-out-of-band)
6720 (tramp-open-connection-rsh): Compute format spec for ?t.
6721 (tramp-process-actions): Trace command parameters.
6722
6723 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
6724
6725 * simple.el (toggle-truncate-lines): Clarify doc string.
6726
6727 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
6728 (gdb-speedbar-expand-node): Use it.
6729
6730 2006-12-04 Richard Stallman <rms@gnu.org>
6731
6732 * progmodes/python.el (python-indent): Add safe-local-variable prop.
6733
6734 * dired.el (dired-revert): Turn off dired-after-readin-hook
6735 around call to dired-readin.
6736
6737 * menu-bar.el (menu-bar-make-toggle): Add "globally"
6738 to echo area messages.
6739 <indicate-empty-lines, case-fold-search>:
6740 Add "globally" to Help string.
6741 <case-fold-search>: MESSAGE arg need not say "globally".
6742 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
6743
6744 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
6745
6746 * outline.el (outline-end-of-subtree): Don't leave an empty
6747 line hidden as we would a real next heading.
6748
6749 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
6750
6751 * allout.el (allout-ascend): Add an optional argument to preserve
6752 original position of point when unsuccessful. Also, fix a
6753 docstring error.
6754 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
6755 work again, using allout-ascend's new option.
6756 (allout-setup-mode-map): Extract from allout-mode to initialize
6757 allout-mode-map. Call it on file load, so the mode docstring
6758 substitutions work even if allout mode has not yet been invoked.
6759 (allout-mode): Use new allout-setup-mode-map to track any keybinding
6760 customizations since the map was last processed. Also, refine the
6761 docstring so it's ship-shape for release.
6762 (allout-default-layout, allout-beginning-of-line-cycles)
6763 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
6764 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
6765 (allout-version, allout-layout, allout-infer-body-reindent)
6766 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
6767 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
6768 (allout-previous-heading, allout-goto-prefix-doublechecked)
6769 (allout-current-bullet-pos, allout-next-sibling-leap)
6770 (allout-pre-command-business, allout-encrypted-type-prefix)
6771 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
6772 (allout-rebullet-topic, allout-rebullet-topic-grunt)
6773 (allout-flag-region, allout-expose-topic, allout-expose-topic)
6774 (allout-old-expose-topic, allout-listify-exposed)
6775 (allout-process-exposed, allout-latex-verb-quote)
6776 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
6777 (allout-toggle-current-subtree-encryption)
6778 (allout-toggle-subtree-encryption, allout-bullet-isearch):
6779 Remove extraneous open-paren and close paren string escapes.
6780
6781 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
6782
6783 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
6784 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
6785 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
6786 Fix typos in docstrings.
6787
6788 2006-12-03 Glenn Morris <rgm@gnu.org>
6789
6790 * progmodes/cc-align.el
6791 * progmodes/cc-awk.el
6792 * progmodes/cc-cmds.el
6793 * progmodes/cc-compat.el
6794 * progmodes/cc-defs.el
6795 * progmodes/cc-engine.el
6796 * progmodes/cc-langs.el
6797 * progmodes/cc-menus.el
6798 * progmodes/cc-mode.el
6799 * progmodes/cc-styles.el
6800 * progmodes/cc-vars.el
6801 * progmodes/vhdl-mode.el: Fix Copyright format.
6802
6803 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
6804
6805 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
6806 initial down event.
6807
6808 2006-12-02 Kim F. Storm <storm@cua.dk>
6809
6810 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
6811 (cua-repeat-replace-region): Make M-v more robust.
6812 (cua-paste-pop-rotate-temporarily): New defcustom.
6813 (cua-paste-pop): Use it.
6814 (cua-auto-mark-last-change): New defcustom.
6815 (cua-pop-to-last-change): New helper function.
6816 (cua-set-mark): Use them.
6817
6818 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
6819
6820 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
6821 mini-buffer message.
6822
6823 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
6824
6825 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
6826
6827 2006-12-01 Ben North <ben@redfrontdoor.org>
6828
6829 * paren.el: Fix the highlight overlay extension when the user types a
6830 sequence of char very fast just before the open parenthesis.
6831
6832 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6833
6834 * ps-mule.el: Eliminate Emacs 20 compatibility.
6835
6836 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
6837 (ps-print-version): New version 6.7.
6838 (ps-print-quote): Replace '?\ ' by '?\s'.
6839
6840 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
6841
6842 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
6843 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
6844 (hexl-end-of-1k-page): Doc fixes.
6845 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
6846 Fix typos in docstrings.
6847
6848 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6849
6850 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
6851 locally, i.e. without using file name handlers.
6852 (ido-read-internal): Allow mono letter host names, avoiding the
6853 `c:' problem by testing if the file exists locally.
6854 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
6855
6856 2006-11-30 Masatake YAMATO <jet@gyve.org>
6857
6858 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
6859 to avoid bytecomp warnings.
6860 (hexl-mode-old-ruler-function): New variable.
6861 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
6862 and `hl-line-range-function' after `require' hl-line.
6863 Then bind `hl-line-range-function' and `hl-line-face'.
6864 Don't require frame. Don't use `with-no-warnings'.
6865 (hexl-activate-ruler): Store the original value of
6866 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
6867 (hexl-mode-exit): Restore the original value of
6868 `ruler-mode-ruler-function'.
6869
6870 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
6871
6872 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
6873 (hexl-mode-old-hl-line-face): New variable.
6874 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
6875 line when exit from the hexl-mode.
6876
6877 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
6878
6879 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
6880 Doc fixes.
6881
6882 * international/fontset.el (create-fontset-from-ascii-font)
6883 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
6884 (fontset-name-p): Fix typo in docstring.
6885
6886 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
6887
6888 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6889
6890 * ps-bdf.el: Fix maintainer email.
6891
6892 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
6893 compatibility.
6894
6895 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
6896 21 compatibility.
6897 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
6898 Emacs 20 & 21.
6899
6900 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
6901
6902 * progmodes/idlwave.el (idlwave-auto-fill):
6903 Remove paragraph-start let to prevent auto-fill giving up.
6904
6905 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
6906
6907 * vt100-led.el (led-state): Fix typo in previous change.
6908
6909 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6910
6911 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6912 Fix interactive spec of the functions getting defined to make them
6913 work as documented.
6914
6915 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
6916
6917 * startup.el (fancy-splash-screens): Hide initial splash buffer.
6918
6919 2006-11-28 Kim F. Storm <storm@cua.dk>
6920
6921 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
6922 icomplete-mode is enabled.
6923
6924 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
6925
6926 * textmodes/org.el (require): Require gnus-sum during compilation
6927 to avoid problem with a macro call.
6928
6929 2006-11-28 Glenn Morris <rgm@gnu.org>
6930
6931 * emacs-lisp/authors.el (authors-aliases): Add new alias.
6932
6933 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
6934 (fortran-window-create-momentarily): Do not need string-to-char.
6935
6936 2006-11-28 Richard Stallman <rms@gnu.org>
6937
6938 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
6939 Replace incorrect use of assoc-default with a loop.
6940
6941 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
6942
6943 * simple.el (next-error-find-buffer): Improve messages.
6944
6945 * files.el (revert-buffer): Special error message if file
6946 is now not readable.
6947
6948 * facemenu.el (facemenu-add-new-face): Improve doc strings of
6949 constructed commands.
6950
6951 * comint.el (comint-exec-1): Provide Emacs version and `comint'
6952 in INSIDE_EMACS.
6953
6954 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6955
6956 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
6957
6958 * server.el: Remove spurious * in docstrings.
6959 (server-process-filter): Exit from recursive editing before processing
6960 a new request.
6961
6962 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
6963
6964 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
6965 line so hidden blocks will be correctly identified.
6966
6967 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
6968
6969 * ledit.el (ledit-save-defun, ledit-mode):
6970 * resume.el (resume-emacs-args-buffer):
6971 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
6972 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
6973 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
6974 (command-send-input, command-kill-line):
6975 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
6976
6977 * autoarg.el (autoarg-kp-mode): Doc fix.
6978
6979 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
6980 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
6981 (check-emacs-lock): Doc fix. Simplify.
6982
6983 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
6984 (iimage-mode-buffer): Fix typos in docstring.
6985
6986 * misc.el (zap-up-to-char): Doc fix.
6987
6988 * time-stamp.el: Fix comment and obsolescence string for old
6989 functions. Use `dolist' instead of `while'.
6990
6991 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
6992
6993 * disp-table.el (standard-display-8bit, standard-display-default):
6994 * ebuff-menu.el (electric-buffer-list):
6995 * ehelp.el (electric-help-command-loop):
6996 * font-core.el (font-lock-mode):
6997 * help-macro.el (make-help-screen):
6998 * help.el (describe-minor-mode-completion-table-for-indicator)
6999 (lookup-minor-mode-from-indicator):
7000 * indent.el (tab-to-tab-stop, move-to-tab-stop):
7001 * info-look.el (info-lookup-guess-custom-symbol):
7002 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
7003 * longlines.el (longlines-wrap-line):
7004 * macros.el (insert-kbd-macro):
7005 * menu-bar.el (menu-bar-update-buffers):
7006 * misc.el (copy-from-above-command):
7007 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
7008 * newcomment.el (comment-indent):
7009 * novice.el (disabled-command-function):
7010 * sort.el (sort-fields-syntax-table):
7011 * subr.el (momentary-string-display):
7012 * tar-mode.el (tar-header-block-summarize)
7013 (tar-clear-modification-flags):
7014 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
7015 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
7016 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
7017 (te-delete-char, te-down-vertically-or-scroll):
7018 * time-stamp.el (time-stamp-string-preprocess):
7019 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
7020
7021 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
7022
7023 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
7024 in GUD mode.
7025
7026 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
7027 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
7028
7029 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7030
7031 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
7032
7033 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
7034
7035 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
7036 (ada-compile-goto-error): Adapt to new argument profile of
7037 compilation-goto-locus in Emacs 22. Don't check if the various
7038 compile functions are defined; we already do "(require 'compile)".
7039
7040 2006-11-26 Kim F. Storm <storm@cua.dk>
7041
7042 * kmacro.el: Fix commentary.
7043
7044 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
7045
7046 * progmodes/gud.el (gdb): Explain how to run in text command mode
7047 more clearly. Say in error message that multiple debugging
7048 requires restarting GDB.
7049
7050 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
7051
7052 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
7053
7054 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
7055
7056 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
7057 (flymake-popup-menu): Use it instead of posn-at-point.
7058
7059 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7060
7061 * progmodes/cc-vars.el (c-backslash-column):
7062 Mention c-backslash-max-column in documentation for c-backslash-column.
7063
7064 2006-11-24 Lars Hansen <larsh@soem.dk>
7065
7066 * net/tramp.el (tramp-default-method): Under Windows, change from
7067 plink to pscp.
7068 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
7069 (tramp-actions-copy-out-of-band):
7070 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
7071 (tramp-action-out-of-band): Move "Permission denied" handling to
7072 tramp-action-copy-failed.
7073 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
7074 process buffer.
7075
7076 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7077
7078 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7079 strings to a single string. Quote `errors-file-name'.
7080 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7081 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7082 Adjust calls. Use `shell-quote-argument'.
7083
7084 * international/mule.el (load-with-code-conversion)
7085 (with-category-table): Use with-current-buffer.
7086 (after-insert-file-set-coding): Use restore-buffer-modified-p.
7087
7088 2006-11-24 Eli Zaretskii <eliz@gnu.org>
7089
7090 * mail/smtpmail.el (smtpmail-send-it):
7091 Copy buffer-file-coding-system from the mail buffer. Possibly add a
7092 MIME header for the message encoding.
7093 Bind coding-system-for-write around the call to mail-do-fcc.
7094 Use smtpmail-code-conv-from to encode queued mail messages.
7095
7096 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
7097
7098 * tabify.el (tabify-regexp): Doc fix.
7099
7100 * net/rcirc.el (rcirc-buffer-maximum-lines):
7101 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
7102
7103 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
7104 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
7105 Fix typos in output messages.
7106 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
7107
7108 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7109
7110 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
7111 the horse's mouth.
7112 (hexlify-buffer): Don't re-encode an arg that's already encoded.
7113
7114 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
7115
7116 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
7117 Remove condition-case.
7118
7119 2006-11-23 Glenn Morris <rgm@gnu.org>
7120
7121 * progmodes/f90.el (f90-comment-indent): Do not move point in
7122 default case.
7123
7124 2006-11-21 Romain Francoise <romain@orebokech.com>
7125
7126 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
7127 from library name (reverts change of 2005-10-25).
7128
7129 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
7130
7131 * tutorial.el (tutorial--default-keys): Add newline and
7132 delete-backward-char bindings.
7133 (tutorial--detailed-help): Save excursion when finding keys.
7134 Correct warning string for M-x FOO case.
7135 (tutorial--display-changes): Print special keys in tutorial style.
7136 Tweak search regexp for changed keys.
7137
7138 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
7139
7140 * thingatpt.el (thing-at-point-url-at-point): Don't add a
7141 redundant scheme.
7142
7143 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
7144
7145 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
7146 are new to the list at IANA. Also added irc, mms, mmsh.
7147
7148 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
7149
7150 * progmodes/idlw-help.el (idlwave-html-help-location):
7151 Fail gracefully for missing help packages.
7152 (idlwave-help-assistant-open-link): Open full links.
7153 (idlwave-help-assistant-help-with-topic): Direct help link.
7154
7155 * progmodes/idlwave.el (idlwave-mode):
7156 Set add-log-current-defun-function.
7157 (idlwave-current-routine-fullname): Add, to support add-log.
7158 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
7159 to reflect improvements to xml-parse-file.
7160 (idlwave-mode-menu-def): New binding for help-with-topic.
7161
7162 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
7163 Handle extra newlines and spaces.
7164 (idlwave-shell-mode-map): Add help-with-topic.
7165
7166 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
7167
7168 * tutorial.el (tutorial-warning-face): New face.
7169 (tutorial--detailed-help, tutorial--display-changes): Use it.
7170 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
7171 Improve search pattern for occurrences of changed keys.
7172
7173 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7174
7175 * term/x-win.el (x-last-cut-buffer-coding): New variable.
7176 (x-select-text): Set it.
7177 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
7178 when checking for newness.
7179
7180 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
7181
7182 * subr.el (posn-image):
7183 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
7184
7185 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
7186
7187 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7188
7189 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
7190 Exceptions to the rule "add a space between an identifier and an
7191 opening parenthesis". Defaulted to the `#define' problem of cpp.
7192 (glasses-parenthesis-exception-p): New. Check if the region is an
7193 exception regarding to that.
7194 (glasses-make-readable): Use it.
7195 (glasses-convert-to-unreadable): Ditto. Modify the file also if
7196 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
7197
7198 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
7199
7200 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
7201
7202 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
7203
7204 * progmodes/ada-mode.el (ada-make-body): Fix typo.
7205
7206 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
7207 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
7208
7209 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
7210
7211 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
7212 conditions for function or variable bindings.
7213
7214 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
7215
7216 * progmodes/compile.el (compilation-start): Ditto.
7217
7218 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
7219
7220 * net/tramp.el (top): cl and custom are always required.
7221
7222 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7223
7224 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
7225 cut-buffers with next-selection-coding-system if not nil.
7226
7227 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7228
7229 * textmodes/org.el (org-fix-decoded-time): New function.
7230 (org-display-custom-time): Use `org-fix-decoded-time'.
7231
7232 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
7233
7234 * menu-bar.el (menu-bar-games-menu): Remove yow.
7235
7236 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7237
7238 * textmodes/org.el (org-scan-tags): Re-align code fixed.
7239 (org-detach-overlay): Rename from `org-detatch-overlay'.
7240 (org-table-convert-region): Insert space after column separator.
7241 (org-agenda-kill): New command.
7242 (org-metaleft): Call `org-outdent-item' on bullets.
7243 (org-metaright): Call `org-indent-item' on bullets.
7244 (org-timestamp-change): Set `org-last-changed-timestamp'.
7245 (org-current-line): Make sure (bolp) returns correct result.
7246 (org-agenda-change-all-lines): Make sure TODO are highlighted.
7247
7248 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7249
7250 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
7251
7252 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
7253
7254 * mouse.el (global-map): Change 2006-08-16 fix to call
7255 mouse-yank-at-click explicitly, since mouse events are not carried
7256 over into keyboard macros.
7257
7258 2006-11-16 Kim F. Storm <storm@cua.dk>
7259
7260 * ido.el (ido-file-internal): Use current buffer's file name as default
7261 choice for ido-find-alternate-file. Suggested by Matt Hodges.
7262
7263 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
7264
7265 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
7266 (allout-inhibit-aberrance-doublecheck): Rename from
7267 allout-during-yank-processing. All callers changed.
7268 (allout-ascend): Provide for unusual case where some topic after
7269 the first in file is at lower depth than the first.
7270 (allout-shift-in): Ensure the offspring of the new containing
7271 topic are exposed.
7272 (allout-encrypt-string): Preserve the coding-system of the text,
7273 according to that of the containing buffer.
7274 (allout-toggle-subtree-encryption): When the text being encrypted
7275 requires a different coding system, offer to preserve the coding
7276 system using a file local var.
7277
7278 2006-11-15 Simon Marshall <simon@gnu.org>
7279
7280 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
7281 to recognise "T t()" as a function declaration, rather than a
7282 variable instantiation, iff at the top-level or inside a class
7283 declaration. Suggested by Feng Li <fengli@gmail.com>.
7284
7285 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
7286
7287 * progmodes/ada-xref.el (ada-parse-prj-file):
7288 Don't delete project buffer; user may want to edit it.
7289 (ada-xref-set-project-field, ada-xref-current-project-file)
7290 (ada-xref-current-project, ada-show-current-project)
7291 (ada-set-main-compile-application): New functions.
7292 (ada-xref-get-project-field, ada-require-project-file):
7293 Normalize use of ada-prj-default-project-file.
7294 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
7295 Normalize use of ada-require-project-file.
7296 (ada-prj-find-prj-file): Improve doc string, comments.
7297
7298 * progmodes/ada-mode.el (ada-mode-version): Bump version.
7299 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
7300 (ada-create-menu): Add ada-set-main-compile-application,
7301 ada-show-current-main, ada-show-current-project.
7302
7303 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7304
7305 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
7306 (inferior-python-mode): Use it.
7307
7308 2006-11-14 Andreas Schwab <schwab@suse.de>
7309
7310 * term/xterm.el (terminal-init-xterm): Add more key bindings.
7311
7312 2006-11-13 Kim F. Storm <storm@cua.dk>
7313
7314 * ido.el (ido-copy-current-word): C-o copies region if active.
7315
7316 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
7317
7318 * textmodes/org.el (org-emph-face): Fix typo in variable name.
7319
7320 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
7321
7322 * ediff.el (ediff-revision):
7323 * files.el (set-visited-file-name):
7324 * mail/rmailout.el (rmail-output-body-to-file):
7325 Use `format', not `message', in `y-or-n-p' call.
7326
7327 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
7328
7329 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
7330 (org-metaright): Call `org-indent-item' on bullets.
7331 (org-timestamp-change): Set `org-last-changed-timestamp'.
7332 (org-current-line): Make sure (bolp) returns correct result.
7333 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
7334
7335 2006-11-12 Richard Stallman <rms@gnu.org>
7336
7337 * language/european.el (turkish-case-conversion-enable)
7338 (turkish-case-conversion-disable): New functions.
7339 ("Turkish" lang env): Use them.
7340
7341 * international/characters.el (case table):
7342 Do nothing special for i and I.
7343
7344 * subr.el (remove-overlays): Fix last change.
7345
7346 * cus-edit.el (custom-save-all): Use find-file-visit-truename
7347 for visiting the custom file.
7348
7349 2006-11-12 Markus Triska <triska@gmx.at>
7350
7351 * play/handwrite.el (handwrite): Also process lines not ending
7352 with newline. Replace some position-fiddling with different
7353 logic. Improve performance.
7354
7355 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
7356
7357 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
7358 replacing deleted variable `ada-check-switch'.
7359 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
7360 (ada-xref-project-files): Improve doc string.
7361 (ada-find-executable): New function.
7362 (ada-initialize-runtime-library): Use `ada-find-executable'.
7363 (ada-xref-set-default-prj-values): In compile commands, don't need
7364 `ada-cd-command'; `compile' does that more portably.
7365 Use ada-prj-default-check-cmd.
7366 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
7367 properties if not specified in project file.
7368 (ada-goto-declaration): Display useful message for new error
7369 'error-file-not-found.
7370 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
7371 'error-file-not-found.
7372 (ada-get-all-references): Match latest ali syntax. Signal new
7373 error 'error-file-not-found.
7374 (ada-find-in-ali): Match latest ali syntax.
7375 (ada-make-filename-from-adaname): Handle different semantics of
7376 gnatkr in GNAT 3.15p vs later.
7377
7378 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
7379 ada-procedure-start-regexp.
7380 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
7381
7382 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
7383 with defvar.
7384 (ada-language-version): Rename ada05 -> ada2005.
7385 (ada-align-region-separate): Add `eval-when-compile'.
7386 (ada-name-regexp): Remove unneeded escapes in regexp character
7387 alternative.
7388 (ada-compile-goto-error-file-linenr-re): New constant.
7389 (ada-matching-start-re): Handle additional cases `declare',
7390 `procedure', `function'.
7391 (ada-compile-goto-error): Handle "... at line nn".
7392 (ada-mode): Clearer syntax, comments for ff-special-constructs.
7393 Delete support for old versions of `align'.
7394 (ada-search-prev-end-stmt): Handle additional keyword `private'.
7395 (ada-check-defun-name): Simplify handling of `declare'.
7396 (ada-goto-matching-start): Handle nested `begin ... end'.
7397 Handle `declare', `protected', `procedure', `function'.
7398 (ada-create-menu): Presence of arm95 is not conditional on using
7399 GNAT compiler.
7400
7401 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
7402
7403 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
7404 nil in the *RE-Builder* buffer (it causes spurious error messages).
7405
7406 * server.el (server-visit-files): If `minibuffer-auto-raise' has
7407 been set to t, respect it.
7408
7409 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
7410
7411 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
7412 Delete commented out code for old Emacs versions. Autoloading of
7413 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
7414 (ada-mode-version): Bump version number.
7415 (ada-95-string-keywords, ada-2005-string-keywords)
7416 (ada-2005-keywords, ada-name-regexp): New constant.
7417 (ada-language-version, ada-procedure-start-regexp, ada-mode)
7418 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
7419 (ada-package-start-regexp): Support private packages, include package
7420 name (for ada-set-point-accordingly).
7421 (ada-next-procedure, ada-previous-procedure)
7422 (ada-which-function-are-we-in): Match changes to
7423 ada-procedure-start-regexp.
7424 (ada-make-body): Make non-interactive; not a user function.
7425 (ada-make-subprogram-body): Improve doc string.
7426
7427 2006-11-11 Romain Francoise <romain@orebokech.com>
7428
7429 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
7430 `compilation-error-regexp-alist' buffer-local, since we changed
7431 `compilation-error-regexp-alist-alist' locally.
7432
7433 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
7434
7435 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
7436 to the value of `server-raise-frame'.
7437
7438 2006-11-11 Glenn Morris <rgm@gnu.org>
7439
7440 * ido.el (ido-enable-prefix)
7441 * ses.el (ses-call-printer-return)
7442 * net/tramp.el (tramp-unified-filenames)
7443 * progmodes/cc-align.el (c-lineup-string-cont)
7444 * progmodes/compile.el (compilation-directory-matcher)
7445 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
7446 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
7447 (vhdl-clock-rising-edge)
7448 * textmodes/org.el (org-export-with-timestamps)
7449 (org-export-remove-timestamps-from-toc)
7450 (org-export-with-tags): Improve previous doc fixes.
7451
7452 2006-11-11 Richard Stallman <rms@gnu.org>
7453
7454 * textmodes/flyspell.el (flyspell-mode-map):
7455 Bind C-c $ instead of M-RET.
7456
7457 2006-11-10 Simon Marshall <simon@gnu.org>
7458
7459 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
7460 fontification for "case" and "default" keywords.
7461
7462 2006-11-10 Andreas Schwab <schwab@suse.de>
7463
7464 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
7465 Avoid starting sentence with "nil".
7466
7467 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
7468
7469 * server.el (server-raise-frame): New option.
7470 (server-switch-buffer): Use it.
7471
7472 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
7473
7474 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
7475 with a capital.
7476
7477 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
7478
7479 * textmodes/org.el (org-show-hierarchy-above)
7480 (org-show-following-heading): Fix typo in default value.
7481 (org-scan-tags): Make the search case-sensitive.
7482 (org-tags-sparse-tree): Don't overrule
7483 `org-show-following-heading' and `org-show-hierarchy-above'.
7484 (org-reveal): New command.
7485 (org-show-context): Rename from `org-show-hierarchy-above'.
7486 (org-fast-tag-selection-single-key): New option.
7487 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
7488 (org-tags-overlay): New variable.
7489 (org-agenda-todo-ignore-deadlines): New option.
7490 ("session"): Add circular data structure `org-mark-ring' to
7491 exceptions list in session.el.
7492 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
7493 New options.
7494 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
7495 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
7496 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
7497 (org-finalize-agenda): Activate bracket links in agenda.
7498 (org-at-timestamp-p, org-at-date-range-p): Additional argument
7499 INACTIVE-OK.
7500 (org-show-hierarchy-above, org-show-following-heading):
7501 List values allowed for fine-tuned configuration.
7502 (org-show-hierarchy-above): New argument CONTEXT, use the
7503 fine-tuned settings in `org-show-hierarchy-above' and
7504 `org-show-following-heading'.
7505 (org-display-custom-time): New function.
7506 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
7507 (org-display-custom-times, org-time-stamp-custom-formats):
7508 (org-maybe-intangible): New macro.
7509 (org-activate-bracket-links, org-hide-wide-columns):
7510 Use `org-maybe-intangible'.
7511 (org-open-file): Use `shell-quote-argument'.
7512 (org-display-internal-link-with-indirect-buffer): New option.
7513 (org-file-remote-p): Get regexp from list.
7514 (org-link-expand-abbrev): New function.
7515 (org-link-abbrev-alist): New option.
7516 (org-open-at-point, org-cleaned-string-for-export):
7517 Call `org-link-expand-abbrev'.
7518 (org-timeline, org-agenda-list, org-todo-list)
7519 (org-tags-view): Remove the KEEP-MODES argument.
7520 (org-finalize-agenda-hook): New hook.
7521 (org-get-alist-option): New function.
7522 (org-follow-timestamp-link): New function.
7523 (org-open-at-point): Call `org-follow-timestamp-link'.
7524 (org-log-note-marker, org-log-note-purpose)
7525 (org-log-note-window-configuration): New variables.
7526 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
7527 (org-log-note-headings): New option.
7528 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
7529 (org-store-link): Support for dired-mode.
7530 (org-open-file): Substitute environment variables into filename.
7531 (org-last): New defsubst.
7532 (org-agenda-re-align-tags): New function.
7533 (org-agenda-align-tags-to-column): New option.
7534 (org-agenda-timeline): Group removed.
7535 (org-prepare-agenda, org-prepare-agenda-buffers)
7536 (org-run-agenda-series, org-timeline, org-agenda-list)
7537 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
7538 the text property inticating the agenda type.
7539 (org-agenda-post-command-hook): Get agenda type from text property
7540 at point.
7541 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
7542 and obey `org-agenda-overriding-arguments'.
7543 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
7544 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
7545 (org-agenda-week-view, org-agenda-day-view):
7546 Use `org-agenda-overriding-arguments' to make updating work with
7547 multi-block agendas.
7548 (org-agenda-prefix-format): Allow different formats for the
7549 different agenda entry types.
7550 (org-timeline-prefix-format): Option removed, use
7551 `org-agenda-prefix-format' instead.
7552 (org-prepare-agenda): New function.
7553 (org-select-timeline-window): Option removed, use
7554 `org-select-agenda-window' instead.
7555 (org-respect-restriction): Variable removed.
7556 (org-cmp-tag): New function.
7557 (org-agenda-sorting-strategy, org-entries-lessp):
7558 Implement sorting by last tag.
7559 (org-complete): Better completion in in-buffer option lines.
7560 (org-in-item-p): New function.
7561 (org-org-menu): Add entries for checkboxes.
7562 (org-cycle): Extra brouping in outline-regexp, because it is used
7563 in a search with "^" prepended.
7564 (org-provide-checkbox-statistics): New option.
7565 (org-set-font-lock-defaults): Highlight checkbox statistics.
7566 (org-update-checkbox-count-maybe)
7567 (org-get-checkbox-statistics-face): New functions.
7568 (org-update-checkbox-count): New command.
7569 (org-insert-item, org-toggle-checkbox):
7570 Call `org-update-checkbox-count-maybe'.
7571 (org-export-as-html): XEmacs compatibility for coding system.
7572 (org-force-cycle-archived): New command.
7573 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
7574 overrules cycling.
7575 (org-fix-position-after-promote): If the line contains only a todo
7576 keyword, add a final space.
7577 (org-promote-subtree, org-demote-subtree):
7578 Call `org-fix-position-after-promote'.
7579
7580 2006-11-10 Glenn Morris <rgm@gnu.org>
7581
7582 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
7583 date in every year.
7584 (calendar-dst-check-each-year-flag): New customizable variable.
7585 (calendar-dst-find-data): New function, extracted from
7586 calendar-current-time-zone.
7587 (calendar-current-time-zone): Use calendar-dst-find-data.
7588 (calendar-dst-transition-cache): New variable.
7589 (calendar-dst-find-startend, calendar-dst-starts)
7590 (calendar-dst-ends): New functions.
7591 (calendar-daylight-savings-starts)
7592 (calendar-daylight-savings-ends): Change value to use
7593 calendar-dst-starts, calendar-dst-ends; respectively.
7594
7595 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
7596
7597 * ido.el (ido-enable-prefix)
7598 * ses.el (ses-call-printer-return)
7599 * net/tramp.el (tramp-unified-filenames)
7600 * progmodes/cc-align.el (c-lineup-string-cont)
7601 * progmodes/compile.el (compilation-directory-matcher)
7602 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
7603 * progmodes/gdb-ui.el (gdb-many-windows)
7604 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
7605 (vhdl-clock-rising-edge)
7606 * textmodes/org.el (org-export-with-timestamps)
7607 (org-export-remove-timestamps-from-toc, org-export-with-tags)
7608 (org-read-date): Doc fix (Nil -> nil).
7609
7610 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7611
7612 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
7613 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
7614
7615 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
7616
7617 * bs.el (bs--window-for-buffer): Remove.
7618 (bs--show-with-configuration): Use `get-window-with-predicate'
7619 instead of `bs--window-for-buffer'.
7620
7621 2006-11-10 Kenichi Handa <handa@m17n.org>
7622
7623 * files.el (revert-buffer): Fix previous change.
7624
7625 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
7626
7627 * bs.el (bs--redisplay): Fix typo in docstring.
7628 (bs--window-config-coming-from): Make frame-local.
7629 (bs--restore-window-config): New function.
7630 (bs-kill, bs-select, bs-select-other-window)
7631 (bs-select-other-frame): Use it.
7632 (bs--window-for-buffer): Return as soon as a matching buffer is found.
7633 (bs--show-with-configuration): Save the window configuration as a
7634 frame local var, and only if *buffer-selection* is not already
7635 visible on this frame.
7636
7637 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
7638
7639 * vc-svn.el (vc-svn-admin-directory): New var.
7640 (vc-svn-registered, vc-svn-responsible-p)
7641 (vc-svn-repository-hostname): Use it.
7642 Suggested by arit93@yahoo.com.
7643
7644 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
7645
7646 * ldefs-boot.el: Regenerate.
7647
7648 2006-11-08 Alan Mackenzie <acm@muc.de>
7649
7650 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
7651 case (eq open-paren-in-column-0-is-defun-start nil) by searching
7652 for least nested open-paren.
7653
7654 2006-11-08 Romain Francoise <romain@orebokech.com>
7655
7656 * subr.el (remove-overlays): Fix typo in last change.
7657
7658 2006-11-08 Richard Stallman <rms@gnu.org>
7659
7660 * subr.el (remove-overlays): Call overlay-recenter.
7661
7662 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7663
7664 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
7665 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
7666 behaviour.
7667 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
7668 directly.
7669
7670 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
7671
7672 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
7673 (ido-max-dir-file-cache, ido-decorations)
7674 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
7675 (ido-magic-backward-char, ido-enter-dired)
7676 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
7677 (ido-list-directory, ido-first-match, ido-only-match)
7678 (ido-subdir, ido-indicator): Fix typos in docstrings.
7679 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
7680 (ido-read-internal): Fix typo in error message.
7681
7682 2006-11-08 Kenichi Handa <handa@m17n.org>
7683
7684 * international/mule-cmds.el (set-default-coding-systems):
7685 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
7686
7687 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
7688
7689 * makefile.w32-in (setwins): Remove.
7690 (WINS_ALMOST): New macro.
7691 (WINS): Use it.
7692 (autoloads): Don't extract autoloads from files in obsolete/.
7693
7694 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
7695
7696 * whitespace.el (whitespace-buffer): Call remove-overlays after
7697 overlay-recenter for performance. Suggested by Martin Rudalics.
7698
7699 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
7700
7701 * net/tramp.el (tramp-default-method): scp is the default method.
7702
7703 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
7704
7705 * server.el (server-start): Save also the Emacs pid in the server file.
7706
7707 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
7708
7709 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
7710 point when displaying a bibtex cross reference in the echo area.
7711
7712 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
7713
7714 * international/mule.el (make-char): Fix typo in docstring.
7715 (load-with-code-conversion, charsetp): Doc fixes.
7716
7717 * international/ja-dic-cnv.el (skkdic-convert):
7718 * cus-edit.el (hook): Fix typo in docstring.
7719
7720 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
7721
7722 * cus-edit.el (custom-mode-map): Move defvar above code using it.
7723 (custom-mode-link-map): New variable.
7724 (custom-group-link, custom-manual): Use follow-link.
7725
7726 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7727
7728 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
7729 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
7730
7731 2006-11-06 Richard Stallman <rms@gnu.org>
7732
7733 * textmodes/flyspell.el (flyspell-correct-word-before-point):
7734 New function broken out of flyspell-correct-word.
7735 (flyspell-mode-map): Bind it to M-RET.
7736 (flyspell-correct-word): Call it.
7737
7738 * textmodes/fill.el (fill-minibuffer-function): New function.
7739 (fill-paragraph): Bind fill-paragraph-function to
7740 fill-minibuffer-function.
7741
7742 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
7743 so that they aren't undefined.
7744
7745 * dired.el (dired-readin): Locally bind file-name-coding-system.
7746
7747 * bindings.el: Shorten and clarify usual mode line mouse help string.
7748
7749 * Makefile.in (autoloads): Don't include `obsolete'.
7750
7751 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
7752
7753 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
7754 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
7755 Printing menu if it's not initialized.
7756 (pr-menu-bind): Act on menu-bar-file-menu directly.
7757
7758 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
7759
7760 * help.el (view-emacs-news): Fix typo in error message.
7761
7762 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
7763
7764 * shadowfile.el (shadow-define-regexp-group)
7765 (shadow-literal-groups, shadow-insert-var): Doc fixes.
7766 (shadow-read-files): Fix typo in message.
7767 (shadow-inhibit-overload, shadow-find, shadow-suffix)
7768 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
7769 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
7770 (shadow-file-match): Fix typos in docstrings.
7771
7772 * terminal.el (terminal-emulator): Fix typo in message.
7773
7774 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
7775
7776 * emacs-lisp/lselect.el (x-kill-primary-selection)
7777 (x-delete-primary-selection, x-copy-primary-selection):
7778 Fix typos in error messages.
7779
7780 * emulation/edt-mapper.el: Fix typo in interactive message.
7781
7782 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
7783
7784 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
7785 (ispell-help): Fix typos in docstrings.
7786 (ispell-help): Fix typo in output message.
7787
7788 * allout.el (allout-adjust-file-variable)
7789 (allout-passphrase-verifier-string)
7790 (allout-passphrase-hint-string)
7791 (allout-toggle-current-subtree-encryption):
7792 * apropos.el (apropos-synonyms):
7793 * cus-edit.el (hook):
7794 * emacs-lock.el (emacs-lock-from-exiting):
7795 * follow.el (follow-avoid-tail-recenter-p):
7796 * hexl.el (hexl-mode):
7797 * mouse-copy.el (mouse-copy-work-around-drag-bug):
7798 * mouse.el (mouse-set-font):
7799 * resume.el (resume-emacs-args-file):
7800 * rfn-eshadow.el (file-name-shadow-tty-properties):
7801 * t-mouse.el (t-mouse-process, t-mouse-mode):
7802 * emacs-lisp/cust-print.el (custom-print-install)
7803 (custom-print-uninstall, custom-format):
7804 * emacs-lisp/shadow.el (list-load-path-shadows):
7805 * emulation/tpu-edt.el (tpu-help-text)
7806 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
7807 (tpu-reset-control-keys):
7808 * emulation/vip.el (vip-emacs-local-map)
7809 (vip-change-mode-to-emacs):
7810 * emulation/viper.el (viper-mode, viper-set-hooks)
7811 (viper-major-mode-modifier-list):
7812 * emulation/viper-init.el (viper-emacs-state-cursor-color):
7813 * emulation/viper-keym.el (viper-emacs-kbd-map)
7814 (viper-toggle-key):
7815 * mail/feedmail.el (feedmail-queue-reminder)
7816 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
7817 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
7818 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
7819 (feedmail-sender-line, feedmail-force-binary-write)
7820 (feedmail-from-line, feedmail-deduce-envelope-from)
7821 (feedmail-x-mailer-line, feedmail-message-id-generator)
7822 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
7823 (feedmail-enable-spray, feedmail-spray-this-address)
7824 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
7825 (feedmail-queue-runner-confirm-global)
7826 (feedmail-ask-before-queue-prompt)
7827 (feedmail-ask-before-queue-reprompt)
7828 (feedmail-prompt-before-queue-standard-alist)
7829 (feedmail-prompt-before-queue-user-alist)
7830 (feedmail-prompt-before-queue-help-supplement)
7831 (feedmail-queue-use-send-time-for-message-id)
7832 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
7833 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
7834 (feedmail-mail-send-hook-queued)
7835 (feedmail-confirm-addresses-hook-example)
7836 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
7837 (feedmail-queue-runner-mode-setter)
7838 (feedmail-queue-alternative-mail-header-separator)
7839 (feedmail-queue-runner-message-sender)
7840 (feedmail-buffer-eating-function, feedmail-binmail-template)
7841 (feedmail-run-the-queue-no-prompts)
7842 (feedmail-run-the-queue-global-prompt)
7843 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
7844 (feedmail-envelope-deducer, feedmail-fiddle-date)
7845 (feedmail-default-message-id-generator)
7846 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
7847 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
7848 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
7849 (vms-pmail-setup):
7850 * play/dunnet.el (dun-help):
7851 * play/handwrite.el (handwrite):
7852 * play/hanoi.el (hanoi-unix-64):
7853 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
7854 * textmodes/enriched.el (fixed):
7855 * textmodes/org.el (org-file-apps)
7856 (org-emphasis-regexp-components, org-emphasis-alist):
7857 * textmodes/texinfmt.el (batch-texinfo-format):
7858 Fix typos in docstrings.
7859
7860 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
7861
7862 * loadhist.el (read-feature): Don't complete features not loaded
7863 from a file (which make `unload-feature' to fail).
7864
7865 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
7866
7867 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
7868
7869 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
7870
7871 * startup.el (command-line-1): Kill emacs if the last frame is
7872 deleted while evaluating the command-line arguments.
7873
7874 2006-11-05 Richard Stallman <rms@gnu.org>
7875
7876 * startup.el (init-file-had-error): Add doc string.
7877 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
7878 Use fixed-width font for keyboard key descriptions.
7879
7880 * cus-edit.el (custom-save-all): Error if saving in .emacs
7881 and it had an error when loaded.
7882
7883 * dired-aux.el (dired-copy-file-recursive): Catch errors
7884 from recursive copies in the loop, around the recursive call.
7885
7886 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7887
7888 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
7889 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
7890 `/proc/acpi/thermal_zone/*'.
7891 (battery-search-for-one-match-in-files): New. Search a regexp in
7892 the content of some files.
7893
7894 2006-11-05 Martin Rudalics <rudalics@gmx.at>
7895
7896 * window.el (mouse-autoselect-window-now): Remove variable.
7897 (mouse-autoselect-window-state): New variable.
7898 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
7899 (mouse-autoselect-window-select, handle-select-window):
7900 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
7901 Suspend delayed autoselection during menu or popup dialog.
7902
7903 * info-look.el (info-lookup-guess-custom-symbol): New function
7904 for retrieving symbol at point in custom buffers.
7905 (top level) <info-lookup-maybe-add-help>: Add backquote and
7906 comma to ignored characters in regexps of help specifications
7907 for emacs-lisp-mode and lisp-interaction-mode. This permits
7908 looking up symbols in `...' and after a comma. Add help
7909 specifications for custom-mode and help-mode.
7910
7911 2006-11-04 Eli Zaretskii <eliz@gnu.org>
7912
7913 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
7914 Don't encode body if RAW is non-nil, or if the old encoding is
7915 identical to the new encoding, or if the body contains only
7916 eight-bit-* characters.
7917
7918 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7919
7920 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
7921 (faces-sample-overlay): Remove variable.
7922 (describe-face): Insert sample text in the face being described.
7923
7924 2006-11-04 Martin Rudalics <rudalics@gmx.at>
7925
7926 * whitespace.el (whitespace-indent-regexp): Make this match any
7927 multiples of eight spaces near the beginning of a line.
7928 (whitespace-buffer): Use `remove-overlays' instead of
7929 `whitespace-unhighlight-the-space' and `overlay-recenter' to
7930 speed up overlay handling.
7931 (whitespace-buffer-leading, whitespace-buffer-trailing):
7932 Make these functions highlight the text removed by
7933 `whitespace-buffer-leading-cleanup' and
7934 `whitespace-buffer-trailing-cleanup' respectively.
7935 (whitespace-buffer-search): Use `with-local-quit'.
7936 Move `format' out of loop to speed up scanning larger buffers.
7937 (whitespace-unhighlight-the-space): Remove `remove-hook' since
7938 that function is never added to a hook.
7939 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
7940 (whitespace-buffer-leading-cleanup)
7941 (whitespace-refresh-rescan-list): Fix docstrings.
7942
7943 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
7944
7945 * allout.el (allout-during-yank-processing): Cue for inhibiting
7946 aberrance processing during yanks.
7947 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
7948 the amount of yanked topics that can be aberrant.
7949 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
7950 a function, and supplement with inihibition of doublechecking
7951 during yanks.
7952 (allout-beginning-of-line, allout-next-heading)
7953 (allout-previous-heading, allout-goto-prefix-doublechecked)
7954 (allout-back-to-current-heading, allout-next-visible-heading)
7955 (allout-next-sibling): Use new allout-do-doublecheck function.
7956 (allout-next-sibling): Ensure we made progress when returning
7957 other than nil.
7958 (allout-rebullet-heading): Preserve text property annotations
7959 indicating the text was hidden, if it was.
7960 (allout-kill-line): Remove any added was-hidden annotations.
7961 (allout-kill-topic): Remove any added was-hidden annotations.
7962 (allout-annotate-hidden): Inhibit adding was-hidden text
7963 properties to the undo list.
7964 (allout-deannotate-hidden): New function to remove was-hidden
7965 annotation.
7966 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
7967 (allout-remove-exposure-annotation): Replace by
7968 allout-deannotate-hidden.
7969 (allout-yank-processing): Signal that yank processing is happening
7970 with allout-during-yank-processing. Also, wrap
7971 allout-unprotected's closer to the text changes, for easier
7972 debugging. We need to inhibit-field-text-motion explicitly, in
7973 lieu of the encompassing allout-unprotected.
7974 (outlineify-sticky): Adjust criteria for triggering new outline
7975 decorations to presence or absence of any topics, not just a topic
7976 at the beginning of the buffer.
7977
7978 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
7979
7980 * bs.el (bs--show-all, bs--redisplay):
7981 * cus-edit.el (custom-unlispify-menu-entries)
7982 (custom-unlispify-tag-names, custom-prompt-variable):
7983 * expand.el (expand-pos):
7984 * speedbar.el (speedbar-generic-list-tag-p):
7985 * wid-edit.el (widget-image-enable):
7986 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
7987 * emacs-lisp/find-func.el (find-function-noselect)
7988 (find-function, find-variable-noselect, find-variable)
7989 (find-definition-noselect, find-face-definition):
7990 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
7991 * net/eudc-vars.el (eudc-expansion-overwrites-query):
7992 * progmodes/ada-xref.el (ada-find-in-ali):
7993 * textmodes/flyspell.el (flyspell-check-tex-math-command):
7994 * textmodes/org.el (org-copy-subtree):
7995 * textmodes/table.el (table--row-column-insertion-point-p):
7996 Use "non-nil" in docstrings.
7997
7998 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
7999
8000 * sort.el (sort-columns): Set the field separator to tab; on
8001 NetBSD, sort complains if "\n" is used as field separator.
8002
8003 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
8004
8005 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
8006
8007 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8008
8009 * server.el (server-auth-key): Remove. Replace by a process-property.
8010 (server-start): Don't remove the file of the previous process, but
8011 instead clear out the place for the new file.
8012 (server-start): Set the :auth-key property.
8013 (server-process-filter): Use the :auth-key property.
8014
8015 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
8016
8017 * textmodes/org.el (org-mode-map): No longer copy
8018 `outline-mode-map' explicitly - this is already done by
8019 `define-derived-mode'.
8020
8021 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
8022
8023 * server.el (server-visit-files): Use `when'.
8024 (server-process-filter): When authentication fails, send error
8025 message to client. Wrap `process-send-region' in `ignore-errors'
8026 instead of `condition-case', and remove misleading comment.
8027
8028 2006-11-01 Juri Linkov <juri@jurta.org>
8029
8030 * simple.el (yank): Doc fix.
8031
8032 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8033
8034 * server.el: Try and fit within 80 columns.
8035 (server-start): Make the auth file unreadable by other users.
8036
8037 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8038
8039 * battery.el (battery-linux-proc-acpi): Prevent range error when
8040 `full-capacity' is 0.
8041
8042 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
8043
8044 * faces.el (faces-sample-overlay): New defvar.
8045 (faces-sample-overlay): New function to show face sample text.
8046 (describe-face): Use it.
8047
8048 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
8049
8050 * progmodes/ada-stmt.el: Change maintainer, apply
8051 whitespace-cleanup, checkdoc.
8052 (ada-func-or-proc-name): Add doc string.
8053
8054 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
8055 whitespace-cleanup, checkdoc. Minor improvements to many doc
8056 strings and comments.
8057 (ada-prj-display-page): Change buffer name to more accurately
8058 reflect function.
8059
8060 * progmodes/ada-xref.el: Change maintainer, apply
8061 whitespace-cleanup, checkdoc. Minor improvements to many doc
8062 strings and comments. Don't look for `gvd' or `ddd' debuggers.
8063 (ada-compile-current): Don't add newlines to commands.
8064
8065 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
8066
8067 * server.el: Add support for TCP sockets.
8068 (server-use-tcp, server-host, server-auth-dir): New options.
8069 (server-auth-key): New variable.
8070 (server-ensure-safe-dir): Create nonexistent parent dirs.
8071 Ignore Unix-style file modes on Windows.
8072 (server-start): Crete a TCP or Unix socket according to the value
8073 of `server-use-tcp'. For TCP sockets, create the id/auth file in
8074 `server-auth-dir' directory.
8075 (server-process-filter): Delete process if authentication
8076 fails (which never happens for Unix sockets).
8077
8078 2006-10-30 David Kastrup <dak@gnu.org>
8079
8080 * subr.el (add-to-list): Don't continue checking if a match has
8081 been found.
8082
8083 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
8084
8085 * tutorial.el: Move defvars to avoid bytecomp warnings.
8086 (tutorial--find-changed-keys): Check if viper-current-state is
8087 bound before using it.
8088 (help-with-tutorial): Check if viper-tutorial is defined before
8089 using it.
8090
8091 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
8092
8093 * help-fns.el (help-with-tutorial): Move to tutorial.el.
8094
8095 * tutorial.el: New file.
8096 (help-with-tutorial): Move here from help-fns.el. Add help for
8097 rebound keys. Fix resume of tutorial.
8098 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
8099 (tutorial--find-changed-keys, tutorial--display-changes)
8100 (tutorial--saved-dir, tutorial--saved-file)
8101 (tutorial--save-tutorial): New functions to support the changes in
8102 help-with-tutorial.
8103
8104 2006-10-30 Kenichi Handa <handa@m17n.org>
8105
8106 * files.el (revert-buffer): If a unibyte buffer is being reverted
8107 with a coding system for multibyte, set buffer multibyte before
8108 calling insert-file-contents.
8109
8110 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8111
8112 * server.el (server-select-display): Use a dummy buffer to detect when
8113 the frame is later used.
8114 (server-select-display): New function.
8115 (server-process-filter): Use it to detect unused temp frames.
8116
8117 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
8118
8119 * progmodes/ada-mode.el: Change maintainer, apply
8120 whitespace-clean, checkdoc. Minor improvements to many doc strings.
8121 (ada-mode-version): New function.
8122 (ada-create-menu): Menu operations are available for all supported
8123 compilers.
8124
8125 2006-10-29 Lars Hansen <larsh@soem.dk>
8126
8127 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
8128 Highlight as keyword.
8129 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
8130 Don't call tramp-method-out-of-band-p for local files.
8131 (tramp-touch): Quote file name.
8132
8133 2006-10-28 Glenn Morris <rgm@gnu.org>
8134
8135 * calendar/calendar.el (cal-html-cursor-month)
8136 (cal-html-cursor-year): Add autoloads for this new package.
8137 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
8138
8139 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
8140
8141 * calendar/cal-html.el: New file.
8142
8143 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
8144
8145 * emacs-lisp/authors.el (authors-aliases): Update.
8146
8147 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
8148
8149 * version.el (emacs-version): Bump version number to 22.0.90.
8150
8151 2006-10-26 John W. Eaton <jwe@octave.org>
8152
8153 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
8154 New defvar.
8155 (inferior-octave-resync-dirs): Check to see whether Octave has
8156 built-in variables and set inferior-octave-has-built-in-variables.
8157 Check inferior-octave-has-built-in-variables to decide whether to
8158 send commands that set built-in variables or call functions to
8159 change Octave's behavior.
8160 Send "disp (pwd ())" to Octave instead of just "pwd".
8161 (inferior-octave-startup): Send "more off" to Octave instead of
8162 "page_screen_output = 0".
8163
8164 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
8165
8166 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
8167 pattern normally.
8168
8169 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
8170
8171 * bindings.el (mode-line-mode-menu): Remove bindings for global
8172 minor modes (line/column number) as they are on the menubar.
8173
8174 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
8175
8176 * term/w32-win.el (x-handle-name-switch): Doc fix.
8177 (w32-standard-fontset-spec): Fix typo in docstring.
8178
8179 * midnight.el (midnight-buffer-display-time): Doc fix.
8180 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
8181
8182 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
8183
8184 * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
8185
8186 * emulation/viper-ex.el (ex-read): Quote file argument.
8187
8188 * ediff-diff.el (ediff-same-file-contents): Expand file names.
8189
8190 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
8191
8192 2006-10-22 Martin Rudalics <rudalics@gmx.at>
8193
8194 * textmodes/flyspell.el (flyspell-check-region-doublons):
8195 Fix last fix.
8196
8197 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
8198
8199 * bindings.el (mode-line-mode-menu): List global minor modes
8200 before local ones.
8201
8202 2006-10-23 Kim F. Storm <storm@cua.dk>
8203
8204 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
8205 (sit-for): If last command was a prefix arg, add the read-ahead
8206 event to unread-command-events as (t . EVENT) so it will be added
8207 to this-command-keys by read-key-sequence.
8208
8209 2006-10-22 Martin Rudalics <rudalics@gmx.at>
8210
8211 * textmodes/flyspell.el (flyspell-word): Skip past all previous
8212 whitespace when checking doublons.
8213 (flyspell-check-region-doublons): Fix doublon regexp.
8214 (flyspell-highlight-incorrect-region): Highlight doublons using
8215 flyspell-duplicate face.
8216
8217 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
8218
8219 2006-10-22 John Wiegley <johnw@newartisans.com>
8220
8221 * progmodes/python.el (python-use-skeletons): python-mode was
8222 auto-inserting templates (for those with abbrev-mode on), not only
8223 by default -- *but without a configuration variable to disable
8224 it*. This rendered python-mode completely useless for me, so I
8225 have added `python-use-skeletons', which is now off by default.
8226
8227 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
8228
8229 * progmodes/cperl-mode.el (cperl-mode): Don't assume
8230 font-lock-multiline is auto-local (it's not).
8231 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
8232 initialized before calling cperl-init-faces.
8233
8234 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
8235
8236 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
8237 gdb-stack-position a value when there is no fringe.
8238
8239 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
8240 indicator if not visiting a file.
8241
8242 2006-10-20 David Kastrup <dak@gnu.org>
8243
8244 * window.el (kill-buffer-and-window): Fix a bug where an aborted
8245 operation would still cause some window to collapse later.
8246
8247 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8248
8249 * vc.el (vc-switch-backend): Try to be more careful with unwanted
8250 side-effect due to mixing various backends's file properties.
8251
8252 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
8253 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
8254 Return `filename's status if applicable. Update callers.
8255
8256 2006-10-19 Kenichi Handa <handa@m17n.org>
8257
8258 * international/kkc.el (kkc-region): When a key sequence is not
8259 defined, append (this-single-command-raw-keys) to
8260 unread-input-method-events.
8261
8262 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
8263
8264 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
8265
8266 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8267
8268 * version.el (emacs-version): Use mac-carbon-version-string.
8269
8270 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
8271
8272 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8273
8274 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
8275 Kenichi Handa).
8276 (xselect-convert-to-string): Decline requests for UTF8_STRING if
8277 the selection is not UTF-8.
8278
8279 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
8280
8281 * progmodes/ada-mode.el (ada-83-string-keywords)
8282 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
8283 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
8284 (ada-looking-at-semi-private, ada-get-body-name):
8285 Fix typos in docstrings.
8286 (ada-create-case-exception, ada-create-case-exception-substring):
8287 Fix typos in error messages.
8288 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
8289
8290 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8291
8292 * term/x-win.el (res-geometry): Don't set geometry from Xresources
8293 to default-frame-alist if default-frame-alist already contains
8294 width/height.
8295
8296 2006-10-18 Richard Stallman <rms@gnu.org>
8297
8298 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
8299 Non-interactive arg is the value, not the expression.
8300
8301 * simple.el (read-expression-map): Just set it, no defvar.
8302
8303 * subr.el (insert-for-yank-1): If last inserted char has
8304 properties, mark them as rear-nonsticky.
8305
8306 * recentf.el (recentf-mode): Doc fix.
8307
8308 * facemenu.el (facemenu-add-new-face): Defend against symbol
8309 that isn't a face name.
8310
8311 * dired-aux.el (dired-do-copy): Doc fix.
8312
8313 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
8314
8315 * simple.el (line-move-1): Ignore fields when moving to the
8316 beginning of line to avoid getting point stuck.
8317
8318 2006-10-18 Martin Rudalics <rudalics@gmx.at>
8319
8320 * textmodes/flyspell.el (flyspell-word-search-backward):
8321 Set inhibit-point-motion-hooks to avoid looping due to intangibile
8322 text.
8323
8324 2006-10-16 Richard Stallman <rms@gnu.org>
8325
8326 * help-fns.el (describe-function-1): Special case optimization
8327 for self-insert-command.
8328
8329 2006-10-16 Kim F. Storm <storm@cua.dk>
8330
8331 * ido.el (ido-reread-directory): Work in `dir' mode too.
8332
8333 2006-10-15 Martin Rudalics <rudalics@gmx.at>
8334
8335 * textmodes/table.el: Require 'regexp-opt.
8336
8337 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
8338
8339 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
8340 Use shell-quote-argument.
8341
8342 * shell.el (explicit-bash-args): Likewise.
8343
8344 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
8345 Use grep -E rather than egrep.
8346
8347 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8348
8349 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
8350
8351 2006-10-15 Kim F. Storm <storm@cua.dk>
8352
8353 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
8354
8355 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
8356
8357 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
8358 to protect whitespace and metacharacters from the shell.
8359
8360 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8361
8362 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
8363
8364 2006-10-13 Eli Zaretskii <eliz@gnu.org>
8365
8366 * subr.el (start-process-shell-command): Doc fix.
8367
8368 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
8369
8370 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
8371 the regexp for Maxima symbols.
8372
8373 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8374
8375 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
8376 (vc-find-root): Don't walk higher up than ~.
8377
8378 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
8379
8380 * international/utf-8.el (utf-translate-cjk-load-tables):
8381 Avoid clobbering last-coding-system-used during load.
8382
8383 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
8384
8385 * textmodes/reftex-global.el (reftex-create-tags-file):
8386 Quote file arguments.
8387
8388 2006-10-12 Richard Stallman <rms@gnu.org>
8389
8390 * files.el (file-name-history): Add defvar.
8391 (save-some-buffers-action-alist): Improve description strings.
8392
8393 2006-10-12 Andreas Schwab <schwab@suse.de>
8394
8395 * files.el (auto-mode-alist): Match change log file name also with
8396 a dash before a numeric extension.
8397
8398 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
8399
8400 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
8401 After 5.0:
8402 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
8403
8404 After 5.1: Major edit. Summary of most visible changes:
8405
8406 - Multiple <<HERE per line allowed.
8407 - Handles multiline subroutine declaration headers (with comments).
8408 (The exception is `cperl-etags' - but it is not used in the rest
8409 of the mode.)
8410 - Fontifies multiline my/our declarations (even with comments,
8411 and with legacy `font-lock').
8412 - Major speedup of syntaxification, both immediate and postponed
8413 (3.5x to 15x [for different CPUs and versions of Emacs] on the
8414 huge real-life document I tested).
8415 - New bindings, edits to imenu.
8416 - "_" is made into word-char during fontification/syntaxification;
8417 some attempts to recognize non-word "_" during other operations too.
8418 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
8419 - autoload some more perldoc-related stuff
8420 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
8421 - Attempt to incorporate XEmacs edits which reached me.
8422
8423 Fine-grained changelog:
8424 (cperl-hook-after-change): New configuration variable.
8425 (cperl-vc-sccs-header): Likewise.
8426 (cperl-vc-sccs-header): Likewise.
8427 (cperl-vc-header-alist): Default via two preceding variables.
8428 (cperl-invalid-face): Remove double quoting under XEmacs
8429 (still needed under 21.2).
8430 (cperl-tips): Update URLs for resources.
8431 (cperl-problems): Likewise.
8432 (cperl-praise): Mention new features.
8433 New C-c key bindings: for `cperl-find-bad-style',
8434 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
8435 `cperl-perdoc', and `cperl-perldoc-at-point'.
8436 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
8437 moved, new submenu of Tools with Ispell entries and narrowing.
8438 (cperl-after-sub-regexp): New defsubst.
8439 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
8440 Allows heads up to head4.
8441 Allow "package;".
8442 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
8443 (paren-backwards-message): ??? Something for XEmacs???
8444 (cperl-mode): Never auto-switch abbrev-mode off.
8445 Try to allow '_' be non-word char.
8446 Do not use `font-lock-unfontify-region-function' on XEmacs.
8447 Reset syntax cache on mode start.
8448 Support multiline facification (even on legacy `font-lock').
8449 (cperl-facemenu-add-face-function): ??? Some contributed code ???
8450 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
8451 refuse to inform us whether the fontification is due to lazy
8452 calling or due to edit to a buffer, install our own hook
8453 (controlled by `cperl-hook-after-change').
8454 (cperl-electric-pod): =cut may have been recognized as start.
8455 (cperl-block-p): Move, updated for attributes.
8456 (cperl-calculate-indent): Try to allow '_' be non-word char
8457 Support subs with attributes.
8458 (cperl-where-am-i): Quiet (?) a warning.
8459 (cperl-cached-syntax-table): New function.
8460 (cperl-forward-re): Use `cperl-cached-syntax-table'.
8461 (cperl-unwind-to-safe): Recognize `syntax-type' property
8462 changing in a middle of line.
8463 (cperl-find-sub-attrs): New function.
8464 (cperl-find-pods-heres): Allow many <<EOP per line.
8465 Allow subs with attributes.
8466 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
8467 Recognize "extproc " (OS/2) case-folded and only at start.
8468 /x on s///x with empty replacement was not recognized.
8469 Better comments.
8470 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
8471 Allow subs with attributes, labels.
8472 Do not confuse "else::foo" with "else".
8473 Minor optimizations...
8474 (cperl-after-expr-p): Try to allow '_' be non-word char.
8475 (cperl-fill-paragraph): Try to detect a major bug in Emacs
8476 with `looking-at' inside `narrow' and bulk out if found.
8477 (cperl-imenu--create-perl-index): Updates for new
8478 `cperl-imenu--function-name-regexp-perl'.
8479 (cperl-outline-level): Likewise.
8480 (cperl-init-faces): Allow multiline subroutine headers
8481 and my/our declarations, and ones with comments.
8482 Allow subroutine attributes.
8483 (cperl-imenu-on-info): Better docstring.
8484 (cperl-etags): Rudimentary support for attributes.
8485 Support for packages and "package;".
8486 (cperl-add-tags-recurse-noxs): Better (?) docstring.
8487 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
8488 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
8489 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
8490 (cperl-perldoc): Add autoload.
8491 (cperl-perldoc-at-point): Likewise.
8492 (cperl-here-doc-spell): New function.
8493 (cperl-pod-spell): Likewise.
8494 (cperl-map-pods-heres): Likewise.
8495 (cperl-get-here-doc-region): Likewise.
8496 (cperl-font-lock-fontify-region-function): Likewise (backward
8497 compatibility for legacy `font-lock').
8498 (cperl-font-lock-unfontify-region-function): Fix style.
8499 (cperl-fontify-syntaxically): Recognize and optimize away deferred
8500 calls with no-change. Governed by `cperl-hook-after-change'.
8501 (cperl-fontify-update): Recognize that syntaxification region
8502 can be larger than fontification one.
8503 XXXX we leave `cperl-postpone' property, so this is quadratic...
8504 (cperl-fontify-update-bad): Temporary placeholder until
8505 it is clear how to implement `cperl-fontify-update'.
8506 (cperl-time-fontification): New function.
8507 (attrib-group): New text attribute.
8508 (multiline): New value: `syntax-type' text attribute.
8509
8510 After 5.2:
8511 (cperl-emulate-lazy-lock): New function.
8512 (cperl-fontify-syntaxically): Would skip large regions.
8513 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
8514 Some globals were declared, but uninitialized.
8515
8516 After 5.3, 5.4:
8517 (cperl-facemenu-add-face-function): Add docs, fix U<>.
8518 Copyright message updated.
8519 (cperl-init-faces): Work around a bug in `font-lock'. May slow
8520 facification down a bit.
8521 Misprint for my|our|local for old `font-lock'
8522 "our" was not fontified same as "my|local".
8523 Highlight variables after "my" etc even in
8524 a middle of an expression.
8525 Do not facify multiple variables after my etc
8526 unless parentheses are present.
8527
8528 After 5.5, 5.6
8529 (cperl-fontify-syntaxically): after-change hook could reset.
8530 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
8531
8532 After 5.7:
8533 (cperl-init-faces): Allow highlighting of local ($/).
8534 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
8535 (cperl-problems): Remove fixed problems.
8536 (cperl-find-pods-heres): Recognize #-comments in m##x too.
8537 Recognize charclasses (unless delimiter is \).
8538 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
8539 (cperl-regexp-scan): Update docs.
8540 (cperl-beautify-regexp-piece): Use information got from regexp scan.
8541
8542 After 5.8:
8543 Major user visible changes:
8544 Recognition and fontification of character classes in RExen.
8545 Variable indentation of RExen according to groups.
8546
8547 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
8548 Fontify REx charclasses in variable-name face.
8549 Fontify POSIX charclasses in "type" face.
8550 Fontify unmatched "]" in function-name face.
8551 Mark first-char of HERE-doc as `front-sticky'.
8552 Reset `front-sticky' property when needed.
8553 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
8554 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
8555 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
8556 constructs. Support `narrow'ed buffers.
8557 (cperl-praise): Remove a reservation.
8558 (cperl-make-indent): New function.
8559 (cperl-indent-for-comment): Use `cperl-make-indent'.
8560 (cperl-indent-line): Likewise.
8561 (cperl-lineup): Likewise.
8562 (cperl-beautify-regexp-piece): Likewise.
8563 (cperl-contract-level): Likewise.
8564 (cperl-toggle-set-debug-unwind): New function.
8565 New menu entry for this.
8566 (fill-paragraph-function): Use when `boundp'.
8567 (cperl-calculate-indent): Take into account groups when indenting RExen.
8568 (cperl-to-comment-or-eol): Recognize # which end a string.
8569 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
8570 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
8571 (cperl-fontify-syntaxically): More clear debugging message.
8572 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
8573 (cperl-init-faces): More complicated highlight even on XEmacs (new).
8574 Merge cosmetic changes from XEmacs.
8575
8576 After 5.9:
8577 (cperl-1+): Move to before the first use.
8578 (cperl-1-): Likewise.
8579
8580 After 5.10:
8581
8582 This code may lock Emacs hard!!! Use at your own risk!
8583
8584 (cperl-font-locking): New internal variable.
8585 (cperl-beginning-of-property): New function.
8586 (cperl-calculate-indent): Use `cperl-beginning-of-property'
8587 instead of `previous-single-property-change'.
8588 (cperl-unwind-to-safe): Likewise.
8589 (cperl-after-expr-p): Likewise.
8590 (cperl-get-here-doc-region): Likewise.
8591 (cperl-font-lock-fontify-region-function): Likewise.
8592 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
8593 recursively.
8594 Bound `next-single-property-change' via `point-max'.
8595 (cperl-unwind-to-safe): Bound likewise
8596 (cperl-font-lock-fontify-region-function): Likewise.
8597 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
8598 Initialization of `cperl-font-lock-multiline-start' could be
8599 missed if the "main" fontification did not run due to the
8600 keyword being already fontified.
8601 (cperl-pod-spell): Return t from do-one-chunk function.
8602 (cperl-map-pods-heres): Stop when the worker returns nil.
8603 Call `cperl-update-syntaxification'.
8604 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
8605 (cperl-get-here-doc-delim): Remove unused function.
8606
8607 After 5.11:
8608
8609 The possible lockup of Emacs (introduced in 5.10) fixed.
8610
8611 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
8612 (cperl-syntaxify-for-menu): New customization variable.
8613 (cperl-select-this-pod-or-here-doc): New function.
8614 (cperl-get-here-doc-region): Extra argument.
8615 Do not adjust pos by 1.
8616
8617 New menu entries
8618 (Perl/Tools): Selection of current POD or HERE-DOC section.
8619 (Debugging CPerl:) backtrace on fontification.
8620
8621 After 5.12:
8622 (cperl-cached-syntax-table): Use `car-safe'.
8623 (cperl-forward-re): Remove spurious argument SET-ST.
8624 Add documentation.
8625 (cperl-forward-group-in-re): New function.
8626 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
8627 (XXXX Temporary (?) hack is to syntax-mark them as comment).
8628
8629 After 5.13:
8630 (cperl-string-syntax-table): Make { and } not-grouping
8631 (Sometimes they ARE grouping in RExen, but matching them would only
8632 confuse in many situations when they are not)
8633 (beginning-of-buffer): Replace two occurrences with goto-char...
8634 (cperl-calculate-indent): `char-after' could be nil...
8635 (cperl-find-pods-heres): REx can start after "[" too.
8636 Hightlight (??{}) in RExen too.
8637 (cperl-maybe-white-and-comment-rex): New constant
8638 (cperl-white-and-comment-rex): Likewise.
8639 XXXX Not very efficient, but hard to make
8640 better while keeping 1 group.
8641
8642 After 5.13:
8643 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
8644 Likewise for 1 << identifier.
8645
8646 After 5.14:
8647 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
8648 Error-less condition-case could fail.
8649 (cperl-font-lock-fontify-region-function): Likewise.
8650 (cperl-init-faces): Likewise.
8651
8652 After 5.15:
8653 (cperl-find-pods-heres): Support property REx-part2.
8654 (cperl-calculate-indent): Likewise.
8655 Don't special-case REx with non-empty 1st line.
8656 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
8657 Invert highlighting of charclasses:
8658 now the envelop is highlighted.
8659 Highlight many others 0-length builtins.
8660 (cperl-praise): Mention indenting and highlight in RExen.
8661
8662 After 5.15:
8663 (cperl-find-pods-heres): Highlight capturing parens in REx.
8664
8665 After 5.16:
8666 (cperl-find-pods-heres): Highlight '|' for alternation
8667 Initialize `font-lock-warning-face' if not present.
8668 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
8669 `font-lock-function-name-face'.
8670 (cperl-look-at-leading-count): Likewise.
8671 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
8672 `font-lock-keyword-face' (needed for
8673 batch processing), etc...
8674 Use `font-lock-builtin-face' for builtin in REx
8675 Now `font-lock-variable-name-face'
8676 is used for interpolated variables
8677 Use "talking aliases" for faces inside REx
8678 Highlight parts of REx (except in charclasses)
8679 according to the syntax and/or semantic
8680 Syntax-mark a {}-part of (?{}) as "comment"
8681 (it was the ()-part)
8682 Better logic to distinguish what is what in REx
8683 (cperl-tips-faces): Document REx highlighting
8684 (cperl-praise): Mention REx syntax highlight etc.
8685
8686 After 5.17:
8687 (cperl-find-sub-attrs): Would not always manage to print error message.
8688 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
8689
8690 After 5.18:
8691 (cperl-find-pods-heres): Misprint in REx for parsing REx.
8692 Very minor optimization.
8693 `my-cperl-REx-modifiers-face' got quoted.
8694 Recognize "print $foo <<END" as HERE-doc.
8695 Put `REx-interpolated' text attribute if needed.
8696 (cperl-invert-if-unless-modifiers): New function.
8697 (cperl-backward-to-start-of-expr): Likewise.
8698 (cperl-forward-to-end-of-expr): Likewise.
8699 (cperl-invert-if-unless): Works in "the opposite way" too.
8700 Cursor position on return is on the switch-word.
8701 Indents comments better.
8702 (REx-interpolated): New text attribute.
8703 (cperl-next-interpolated-REx): New function.
8704 (cperl-next-interpolated-REx-0): Likewise.
8705 (cperl-next-interpolated-REx-1): Likewise.
8706 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
8707 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
8708 (cperl-praise): Mention finded interpolated RExen.
8709
8710 After 5.19:
8711 (cperl-init-faces): Highlight %$foo, @$foo too.
8712 (cperl-short-docs): Better docs for system, exec.
8713 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
8714 Would not find HERE-doc ended by EOF without NL.
8715 (cperl-short-docs): Correct not-doubled \-escapes.
8716 start block: Put some `defvar' for stuff gone from XEmacs.
8717
8718 After 5.20:
8719 initial comment: Extend copyright, fix email address.
8720 (cperl-indent-comment-at-column-0): New customization variable.
8721 (cperl-comment-indent): Indentation after $#a would increasy by 1.
8722 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
8723 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
8724 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
8725 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
8726 highlight $ in $foo too (UNTESTED).
8727 (cperl-set-style): Docstring missed some available styles.
8728 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
8729 Change "Current" to "Memorize Current".
8730 (cperl-indent-wrt-brace): New customization variable; the default is
8731 as for pre-5.2 version.
8732 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
8733 (cperl-style-alist): Likewise.
8734 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
8735 and `cperl-extra-newline-before-brace' etc
8736 being t
8737 (cperl-indent-exp): Plans B and C to find continuation blocks even
8738 if `cperl-extra-newline-before-brace' is t.
8739
8740 After 5.21:
8741 Improve some docstrings concerning indentation.
8742 (cperl-indent-rules-alist): New variable.
8743 (cperl-sniff-for-indent): New function name
8744 (separated from `cperl-calculate-indent').
8745 (cperl-calculate-indent): Separate the sniffer and the indenter;
8746 uses `cperl-sniff-for-indent' now.
8747 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
8748 was inverted;
8749 Support `comment-column' = 0.
8750
8751 2006-10-11 Martin Rudalics <rudalics@gmx.at>
8752
8753 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
8754 * help-at-pt.el (scan-buf-move-to-region): Likewise.
8755 * longlines.el (longlines-window-change-function): Likewise.
8756 * simple.el (undo-ask-before-discard): Likewise.
8757 * wid-edit.el (widget-field-prompt-internal)
8758 (widget-documentation-link-p): Likewise.
8759
8760 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8761
8762 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
8763 for a keyword.
8764
8765 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
8766
8767 * newcomment.el (comment-valid-prefix-p): Make the check
8768 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
8769 (comment-indent-new-line): Adjust call.
8770
8771 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
8772
8773 * allout.el (allout-back-to-current-heading): Base on lower-level
8774 routines to get proper disqualification of aberrant topics.
8775
8776 2006-10-09 Richard Stallman <rms@gnu.org>
8777
8778 * textmodes/two-column.el (2C-two-columns): Doc fix.
8779
8780 2006-10-09 Kim F. Storm <storm@cua.dk>
8781
8782 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
8783 about implicit use.
8784
8785 2006-10-08 Richard Stallman <rms@gnu.org>
8786
8787 * textmodes/two-column.el (2C-two-columns): Doc fix.
8788
8789 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
8790
8791 * files.el: Mark `buffer-read-only' as safe-local-variable.
8792
8793 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
8794
8795 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
8796 Burp if GUD buffer has been killed.
8797
8798 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8799
8800 * completion.el (add-completions-from-c-buffer):
8801 Don't presume an error's second element is a string.
8802 Use looking-at rather than buffer-substring + member.
8803
8804 2006-10-07 Eli Zaretskii <eliz@gnu.org>
8805
8806 * mail/rmail.el (rmail-redecode-body): If the old encoding is
8807 `undecided', call find-coding-systems-region to find a proper
8808 non-trivial encoding.
8809 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
8810 and "text/plain".
8811
8812 2006-10-07 Kevin Ryde <user42@zip.com.au>
8813
8814 * textmodes/reftex-vars.el (defgroup reftex): Update home page
8815 url-link.
8816
8817 * strokes.el (defgroup strokes): Remove invalid url-link.
8818
8819 2006-10-07 Magnus Henoch <mange@freemail.hu>
8820
8821 * autoinsert.el (auto-insert-alist): Doc fix.
8822
8823 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8824
8825 * mouse-sel.el (mouse-insert-selection-internal):
8826 Use insert-for-yank, so that yank handlers are run.
8827
8828 2006-10-07 Kim F. Storm <storm@cua.dk>
8829
8830 * ido.el (ido-file-extension-aux): Fix comparison.
8831
8832 2006-10-06 Kim F. Storm <storm@cua.dk>
8833
8834 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
8835
8836 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
8837
8838 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
8839 (ad-make-mapped-call): Use `let', not `let*'.
8840
8841 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
8842
8843 * international/mule-cmds.el (coding-system-change-eol-conversion):
8844 Ensure the coding system is initialized before calling
8845 coding-system-eol-type.
8846
8847 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
8848
8849 * textmodes/org.el (org-rm-props, org-activate-plain-links)
8850 (org-activate-angle-links, org-activate-dates)
8851 (org-activate-target-links, org-activate-camels)
8852 (org-activate-tags): Add `rear-nonsticky' text property to avoid
8853 textproperty keymaps from being active beyond the end of a line.
8854 (org-unfontify-region): Also remove `rear-nonsticky' property.
8855
8856 2006-10-04 Kenichi Handa <handa@m17n.org>
8857
8858 * international/code-pages.el (next): Table fixed.
8859
8860 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8861
8862 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
8863 that it's been made unnecessary by removing narrowing.
8864
8865 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8866
8867 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
8868 control flow a bit, simplify another bit, and add comments.
8869
8870 2006-10-03 David Kastrup <dak@gnu.org>
8871
8872 * help.el (describe-mode): For clicks on mode-line, use "@"
8873 interactive argument to get the major mode of the click instead of
8874 the current buffer.
8875
8876 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
8877 in order to better redirect mouse-2 clicks. Also allow default
8878 bindings to apply.
8879
8880 2006-10-03 Kim F. Storm <storm@cua.dk>
8881
8882 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
8883 (pushnew): Fix last change.
8884
8885 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
8886
8887 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
8888 Use the interactive spec of `eval-expression'.
8889
8890 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
8891
8892 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
8893
8894 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
8895
8896 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
8897 2006-09-28 commit.
8898
8899 2006-10-02 Kenichi Handa <handa@m17n.org>
8900
8901 * international/code-pages.el (iso-8859-6): Table fixed.
8902
8903 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
8904
8905 * dired.el (dired-build-subdir-alist): Fix previous change.
8906
8907 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8908
8909 * simple.el (undo-elt-crosses-region): Fix the inequalities.
8910
8911 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8912
8913 * emacs-lisp/find-func.el (find-function-regexp): Don't match
8914 "define-button-type".
8915
8916 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
8917 they don't keep accumulating.
8918
8919 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
8920
8921 * ffap.el (ffap-rfc-path): Change the address of the RFC
8922 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
8923
8924 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
8925
8926 * allout.el (allout-expose-topic): Rectify implementation of "+"
8927 spec, so that bodies are not exposed with headlines.
8928
8929 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
8930
8931 * allout.el (allout-current-depth): Do aberrent check only at or
8932 below doublecheck depth.
8933 (allout-chart-subtree): Make it explicit that LEVELS being nil
8934 means unlimited depth. Drop undocumented support for LEVELS value
8935 t meaning unlimited depth. (This is consistent with
8936 allout-chart-to-reveal, but contrary to allout-show-children,
8937 which needs to use nil to default to depth of 1.)
8938 (allout-goto-prefix-doublechecked): Wrap long docstring line.
8939 (allout-chart-to-reveal): Be explicit in docstring about meaning
8940 of nil LEVELS, and drop support for LEVELS value t.
8941 (allout-show-children): Translate the level spec used by this
8942 routine to that used by allout-chart-subtree and
8943 allout-chart-to-reveal.
8944 (allout-show-to-offshoot): Retry once when stuck, after opening
8945 subtree - improvements in discontinuity handling likely will
8946 enable progress.
8947
8948 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
8949
8950 * wid-edit.el (widget-button-click-moves-point): New variable.
8951 (widget-button-click): If widget-button-click-moves-point is
8952 non-nil, set point after performing the button action.
8953
8954 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
8955
8956 2006-09-30 Martin Rudalics <rudalics@gmx.at>
8957
8958 * files.el (find-file-existing): Modify to not allow wildcards.
8959
8960 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8961
8962 * simple.el (undo-more): When undo information for the region is
8963 exhausted, say "No further undo information FOR REGION".
8964
8965 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
8966
8967 * progmodes/sh-script.el (sh-prev-thing):
8968 Take `sh-leading-keywords' into account.
8969
8970 2006-09-29 Glenn Morris <rgm@gnu.org>
8971
8972 * custom.el (defcustom): Doc fix.
8973
8974 * calendar/calendar.el (european-calendar-style):
8975 Call european-calendar or american-calendar as needed when set.
8976 (diary-view-entries, list-calendar-holidays): Move autoloads
8977 before use.
8978
8979 2006-09-29 Juri Linkov <juri@jurta.org>
8980
8981 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
8982 to nil if there is no previous property change.
8983
8984 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8985
8986 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
8987 saving anything to be sure that `forward-sexp' behaves correctly.
8988
8989 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
8990
8991 * simple.el (line-move-finish): Ignore field boundaries if the
8992 initial and final points have the same `field' property.
8993
8994 2006-09-29 Kim F. Storm <storm@cua.dk>
8995
8996 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
8997 to t while calling ido-read-internal.
8998
8999 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
9000
9001 * textmodes/org.el (org-file-remote-p): Get regexp from list.
9002 (org-archive-subtree): Remove erraneous `]' from character list.
9003
9004 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
9005
9006 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
9007 (ses-reconstruct-all): Make undo of "insert row" work by keeping
9008 markers for data-area and parameters-area.
9009
9010 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9011
9012 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
9013
9014 * font-lock.el (font-lock-after-change-function): Refontify next line
9015 as well if end is at BOL.
9016 (font-lock-extend-jit-lock-region-after-change): Be more careful to
9017 only extend the region as much as needed.
9018
9019 2006-09-28 Richard Stallman <rms@gnu.org>
9020
9021 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
9022
9023 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
9024
9025 * international/mule.el (after-insert-file-set-coding):
9026 If VISIT, don't let set-buffer-multibyte make undo info.
9027
9028 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
9029
9030 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
9031 lines in base64-encoded authentication response.
9032
9033 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9034
9035 * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
9036 (ebnf-version): New version 4.3.
9037 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
9038 (ebnf-prologue): Adjust PostScript programming.
9039 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
9040 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
9041
9042 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
9043
9044 * jit-lock.el (jit-lock-force-redisplay): Rename from
9045 jit-lock-fontify-again, and undo the mistaken change I've just done.
9046
9047 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
9048 (jit-lock-fontify-again): Don't refontify text that's not displayed.
9049
9050 2006-09-26 Kenichi Handa <handa@m17n.org>
9051
9052 * startup.el (display-splash-screen): Allow a prefix argument.
9053
9054 2006-09-25 Jason Rumney <jasonr@gnu.org>
9055
9056 * subr.el (shell-quote-argument): Use DOS logic for Windows
9057 shells with DOS semantics.
9058
9059 2006-09-24 Richard Stallman <rms@gnu.org>
9060
9061 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
9062 (compilation-goto-locus): Use compilation-goto-locus-delete-o
9063 to delete the overlay. Put it on pre-command-hook.
9064
9065 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
9066
9067 * startup.el (fancy-splash-screens, normal-splash-screen):
9068 Call the splash buffer *About GNU Emacs*.
9069
9070 * simple.el (next-error-highlight, next-error-highlight-no-select):
9071 Default to 0.5.
9072 (yank-excluded-properties): Add `fontified'.
9073
9074 * font-lock.el (font-lock-compile-keywords): Allow value of
9075 syntax-begin-function to enable paren-column-0 highlighting.
9076
9077 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
9078
9079 * dired.el (dired-build-subdir-alist): When file ends in colon,
9080 don't exit the loop, just disregard that file.
9081
9082 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
9083
9084 * simple.el (line-move-finish): Handle corner case for fields in
9085 continued lines.
9086 (line-move-1): Remove flawed test for that case.
9087
9088 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
9089
9090 * icomplete.el (icomplete-simple-completing-p): Use the correct
9091 name for the new variable, `icomplete-with-completion-tables'.
9092 (file local variables): Remove superfluous setting.
9093
9094 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
9095
9096 * calendar/appt.el (appt-check): Fix typo for appointments just
9097 after midnight.
9098
9099 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
9100
9101 * help.el (describe-key-briefly, describe-key): Don't expect an
9102 extra up event if a down-event is generated by a popup menu.
9103
9104 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
9105
9106 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
9107 local dictionary when changing the global dictionary.
9108
9109 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
9110
9111 * icomplete.el (icomplete-with-completion-tables): List of
9112 specialized completion tables with which icomplete should
9113 operate. Include the new `internal-complete-buffer', so icomplete
9114 works with interactive buffer-selection.
9115 (icomplete-simple-completing-p): Add acceptance of specialized
9116 completion tables listed in icomplete-with-completion-tables.
9117
9118 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9119
9120 * frame.el (focus-follows-mouse): Set default to nil on Mac.
9121
9122 * startup.el (command-line): Use `custom-reevaluate-setting' for
9123 `focus-follows-mouse'.
9124
9125 2006-09-22 Richard Stallman <rms@gnu.org>
9126
9127 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
9128 explain why Save is not available.
9129
9130 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
9131
9132 * woman.el (woman0-so): Use `let*', not `let'.
9133 (woman-horizontal-line): Remove unbalanced parenthesis.
9134
9135 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
9136
9137 * woman.el: Make sure all the end-of-region markers we use have
9138 a non-nil insertion-type.
9139 (woman0-so): Move things around so we can use copy-marker.
9140 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
9141 Adjust marker type.
9142 (woman2-process-escapes): Check marker type.
9143 (woman-horizontal-line): Dispense with the use of a marker.
9144
9145 2006-09-22 Jay Belanger <belanger@truman.edu>
9146
9147 * calc/calc-lang.el: Add Greek letters to math-variable-table
9148 property of tex.
9149
9150 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
9151
9152 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
9153
9154 2006-09-22 Masatake YAMATO <jet@gyve.org>
9155
9156 * add-log.el (add-log-current-defun): Use `forward-sexp'
9157 instead of `forward-word' to pick c++::symbol.
9158 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
9159
9160 2006-09-22 Kenichi Handa <handa@m17n.org>
9161
9162 * bindings.el: Fix setting self-insert-command for multibyte
9163 characters in global-map.
9164
9165 2006-09-21 David Kastrup <dak@gnu.org>
9166
9167 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
9168 doc string.
9169
9170 2006-09-21 Kenichi Handa <handa@m17n.org>
9171
9172 * language/european.el ("Latin-1"): Add windows-1252 to
9173 coding-priority.
9174 ("German"): Likewise.
9175
9176 2006-09-21 Kim F. Storm <storm@cua.dk>
9177
9178 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
9179 Suggested by Miles Bader.
9180
9181 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
9182 instead of add-to-list in the simple case.
9183
9184 2006-09-20 Kenichi Handa <handa@m17n.org>
9185
9186 * isearch.el (isearch-process-search-char): Cancel the previous change.
9187 (isearch-search-string): New function.
9188 (isearch-search): Use isearch-search-string.
9189 (isearch-lazy-highlight-search): Likewise.
9190
9191 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9192
9193 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
9194 string to become an option.
9195
9196 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9197
9198 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
9199
9200 2006-09-20 Kim F. Storm <storm@cua.dk>
9201
9202 * simple.el (line-move-partial): Call pos-visible-in-window-p with
9203 position t instead of trying both window-end and window-end - 1.
9204
9205 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
9206
9207 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
9208 hidden trees.
9209
9210 2006-09-20 David Kastrup <dak@gnu.org>
9211
9212 * mouse.el (mouse-posn-property): Improve doc string.
9213 (mouse-on-link-p): Change buffers for function calls on links.
9214
9215 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
9216 buffer is read-only.
9217
9218 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
9219
9220 * allout.el (allout-unprotected): Let inhibit-read-only only when
9221 buffer-read-only isn't set.
9222 (allout-annotate-hidden): Enable topic annotation during copies even
9223 when the buffer is read-only, eg for topic copies. Ensure that the loop
9224 advances, even when the span extends beyond the deletion region.
9225 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
9226 rather than allout-exposure-changed-hook, as a stronger assertion.
9227 (allout-keybindings-list): Add bindings for
9228 allout-copy-line-as-kill and allout-copy-topic-as-kill.
9229 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
9230 Copy wrappers for allout-kill-line and allout-kill-topic.
9231 (allout-listify-exposed): Position correctly to accumulate lines.
9232
9233 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
9234
9235 * simple.el (line-move-1): Escape field boundaries occurring
9236 exactly at point. Update goal column if constrained to a field.
9237 (line-move-finish): Escape field boundaries occurring exactly at point.
9238
9239 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9240
9241 * mouse.el (mouse-on-link-p): Tentatively fix last change.
9242 (mouse-drag-vertical-line): Remove unused var `wconfig'.
9243
9244 2006-09-19 Kim F. Storm <storm@cua.dk>
9245
9246 * help.el (describe-key-briefly, describe-key): Simplify printing
9247 of descriptions by using format and %S. Fix "is undefined"
9248 messages to say "at that spot" for mouse events.
9249
9250 * simple.el (line-move-partial): Optimize. Try window-line-height
9251 before posn-at-point to get vpos of current line.
9252
9253 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
9254
9255 * emulation/viper.el: Bump up version/date of update to reflect the
9256 substantial changes done in August 2006.
9257
9258 * emulation/viper-cmd (viper-next-line-at-bol): Make sure button-at,
9259 push-button are defined.
9260
9261 * ediff-util.el (ediff-add-to-history): New function.
9262
9263 * ediff.el: Use ediff-add-to-history instead of add-to-history.
9264
9265 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9266
9267 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
9268 Delete duplicate make-local-variable form.
9269 (conf-space-keywords): Add autoload cookie.
9270 Fix typo (`keywords', not `keyword').
9271
9272 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9273
9274 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
9275 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
9276 to x-gtk-use-old-file-dialog.
9277
9278 2006-09-18 Richard Stallman <rms@gnu.org>
9279
9280 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
9281 that might come in during mouse tracking.
9282
9283 2006-09-18 Kim F. Storm <storm@cua.dk>
9284
9285 * simple.el (line-move-partial): Rework 2006-09-15 change to use
9286 new window-line-height function. Further optimize by not calling
9287 pos-visible-in-window-p for window-end when window-line-height
9288 returns useful information.
9289
9290 2006-09-16 Richard Stallman <rms@gnu.org>
9291
9292 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
9293 (conf-space-mode): Don't handle prefix arg.
9294 Delete conf-space-keywords-override code.
9295 Use add-hook.
9296 (conf-space-keywords): New command.
9297 (conf-space-mode-internal): Be careful with imenu-generic-expression.
9298 Delete conf-space-keywords-override code.
9299 (conf-space-keywords-alist): Doc fix.
9300 (conf-space-font-lock-keywords): Doc fix.
9301 (conf-space-keywords-override): Var deleted.
9302
9303 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
9304
9305 * startup.el (fancy-splash-screens): Don't switch to the scratch
9306 buffer; it may not be the next buffer.
9307
9308 2006-09-16 Romain Francoise <romain@orebokech.com>
9309
9310 * saveplace.el (load-save-place-alist-from-file): Use expanded name
9311 in both messages.
9312
9313 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
9314
9315 * progmodes/python.el (python-preoutput-filter):
9316 Fix arg order to string-match.
9317
9318 2006-09-16 Richard Stallman <rms@gnu.org>
9319
9320 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
9321 font-lock-compile-keywords.
9322
9323 * font-lock.el (font-lock-compile-keywords): Rename optional arg
9324 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
9325
9326 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9327
9328 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
9329
9330 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
9331 and the data doesn't look like UTF8, send STRING instead.
9332
9333 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
9334
9335 * textmodes/flyspell.el (flyspell-check-region-doublons):
9336 New function to detect duplicated words.
9337 (flyspell-large-region): Use it.
9338
9339 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
9340
9341 * simple.el (line-move-to-column): Revert 2006-08-03 change.
9342
9343 2006-09-16 Eli Zaretskii <eliz@gnu.org>
9344
9345 * help.el (describe-prefix-bindings): Use let, not let*.
9346
9347 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
9348
9349 * allout.el (allout-regexp, allout-line-boundary-regexp)
9350 (allout-bob-regexp): Correct grouping and boundaries to fix
9351 backwards traversal.
9352 (allout-depth-specific-regexp, allout-depth-one-regexp):
9353 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
9354 worse time in allout-ascend.
9355 (allout-doublecheck-at-and-shallower): Identify depth threshold
9356 below which topics are checked for and disqualified by containment
9357 discontinuities.
9358 (allout-hotspot-key-handler): Correctly handle multiple-key
9359 strokes. Remove some unused variables.
9360 (allout-mode-leaders): Clarify that mode-specific comment-start
9361 will be used.
9362 (set-allout-regexp): Correctly regexp-quote allout regexps to
9363 properly accept alternative header-leads and primary bullets with
9364 regexp-specific characters (eg, C "/*", mathematica "(*").
9365 Include new regular expressions among those configured.
9366 (allout-infer-header-lead-and-primary-bullet):
9367 Rename allout-infer-header-lead.
9368 (allout-recent-depth): Manifest as a variable as well as a function.
9369 (allout-prefix-data): Simplify into an inline instead of a macro,
9370 assuming current match data rather than being explicitly passed
9371 it. Establish allout-recent-depth value as well as
9372 allout-recent-prefix-beginning and allout-recent-prefix-end.
9373 (allout-aberrant-container-p): True when an item's immediate
9374 offspring discontinuously contained. Useful for disqualifying
9375 unintended topic prefixes, likely at low depths.
9376 (allout-goto-prefix-doublechecked): Elaborate version of
9377 allout-goto-prefix which disqualifies aberrant pseudo-items.
9378 (allout-pre-next-prefix): Layer on top of lower-level routines, to
9379 get disqualification of aberrant containers.
9380 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
9381 containers.
9382 (allout-beginning-of-current-entry): Position at start of buffer
9383 when in container (depth 0) entry.
9384 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
9385 (allout-current-bullet): Strip text properties.
9386 (allout-get-prefix-bullet): Use right match groups.
9387 (allout-beginning-of-line, allout-next-heading):
9388 Disqualify aberrant containers.
9389 (allout-previous-heading): Disqualify aberrant containers, and
9390 change to regular (rather than inline) function, to allow
9391 self-recursion.
9392 (allout-get-invisibility-overlay): Increment so progress is made
9393 when the first overlay is not the sought one.
9394 (allout-end-of-prefix): Disqualify aberrant containers.
9395 (allout-end-of-line): Cycle something like allout-beginning-of-line.
9396 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
9397 outline.el outlines) functional again. Change the primary bullet
9398 along with the header-lead - level 1 new-style bullets now work.
9399 Engage allout-before-change-handler in mainline Emacs, not just
9400 XEmacs, to do undo handling.
9401 (allout-before-change-handler): Expose undo changes occurring in
9402 hidden regions. Use allout-get-invisibility-overlay instead of
9403 reimplementing it inline.
9404 (allout-chart-subtree): Use start rather than end of prefix in
9405 charts. Use allout-recent-depth variable.
9406 (allout-chart-siblings): Disqualify aberrant topics.
9407 (allout-beginning-of-current-entry): Position correctly.
9408 (allout-ascend): Use new allout-depth-specific-regexp and
9409 allout-depth-one-regexp for linear instead of O(N^2) or worse
9410 behavior.
9411 (allout-ascend-to-depth): Depend on allout-ascend, rather than
9412 reimplementing an algorithm.
9413 (allout-up-current-level): Depend on allout-ascend, rather than
9414 reimplementing an algorithm. Return to start-point if we fail.
9415 (allout-descend-to-depth): Use allout-recent-depth variable
9416 instead of function.
9417 (allout-next-sibling): On traversal of numerous intervening
9418 topics, resort to economical allout-next-sibling-leap.
9419 (allout-next-sibling-leap): Specialized version of
9420 allout-next-sibling that uses allout-ascend cleverly, to depend on
9421 a regexp search to leap large numbers of contained topics, rather
9422 than arbitrarily many one-by-one traversals.
9423 (allout-next-visible-heading): Disqualify aberrant topics.
9424 (allout-previous-visible-heading): Position consistently when
9425 interactive.
9426 (allout-forward-current-level): Base on allout-previous-sibling
9427 rather than (differently) reimplmenting the algorithm. Remove some
9428 unused variables.
9429 (allout-solicit-alternate-bullet): Present default choice stripped
9430 of text properties.
9431 (allout-rebullet-heading): Use bullet stripped of text properties.
9432 Register changes using allout-exposure-change-hook.
9433 Disregard aberrant topics.
9434 (allout-shift-in): With universal-argument, make topic a peer of
9435 it's former offspring. Simplify the code by separating out
9436 allout-shift-out functionality.
9437 (allout-shift-out): With universal-argument, make offspring peers
9438 of their former container, and its siblings. Implement the
9439 functionality here, rather than inappropriately muddling the
9440 implementation of allout-shift-in.
9441 (allout-rebullet-topic): Respect additional argument for new
9442 parent-child separation function.
9443 (allout-yank-processing): Use allout-ascend directly.
9444 (allout-show-entry): Disqualify aberrant topics.
9445 (allout-show-children): Handle discontinuous children gracefully,
9446 extending the depth being revealed to expose them and posting a
9447 message indicating the situation.
9448 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
9449 Leave cursor in correct position.
9450 (allout-hide-current-subtree): Use allout-ascend directly.
9451 Disqualify aberrant topics.
9452 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
9453 a way that the yanks can restore it, as used to happen.
9454 (allout-yank-processing): Restore exposure layout as recorded by
9455 allout-kill-*, as used to happen.
9456 (allout-annotate-hidden, allout-hide-by-annotation): New routines
9457 for preseving and restoring exposure layout across kills.
9458 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
9459 (allout-encrypt-string): Strip text properties.
9460 Rearranged order and outline-headings for some of the
9461 miscellaneous functions.
9462 (allout-resolve-xref): No need to quote the error name in the
9463 condition-case handler section.
9464 (allout-flatten): Classic recursive (and recursively intensive,
9465 without tail-recursion) list-flattener, needed by allout-shift-out
9466 when confronted with discontinuous children.
9467
9468 2006-09-16 Jason Rumney <jasonr@gnu.org>
9469
9470 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
9471 on ms-windows.
9472 (dnd-open-unc-file): Remove.
9473 (dnd-open-local-file): Mention in doc string that it also handles
9474 remote files if the system natively supports unc file-names.
9475
9476 2006-09-15 Kim F. Storm <storm@cua.dk>
9477
9478 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
9479 all necessary information about the event before erasing *Help*.
9480
9481 * simple.el (line-move-partial): Use window-line-visiblity to
9482 quickly check whether last line is partially visible, and only do
9483 the hard (and slow) part in that case.
9484
9485 2006-09-15 Jay Belanger <belanger@truman.edu>
9486
9487 * COPYING: Replace "Library Public License" by "Lesser Public
9488 License" throughout.
9489
9490 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9491
9492 * term/x-win.el (x-menu-bar-open): New function for F10.
9493
9494 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
9495
9496 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9497 Disallow filenames containing " -" to avoid confusion with libtool
9498 compilation messages. Suggested by Stefan Monnier.
9499
9500 2006-09-15 David Kastrup <dak@gnu.org>
9501
9502 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
9503 instead of buffer position for `mouse-on-link-p'.
9504
9505 * mouse.el (mouse-posn-property): New function looking up the
9506 properties at a click position in overlays and text properties in
9507 either buffer or strings.
9508 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
9509 of both `follow-link' as well as `mouse-face' properties.
9510 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
9511 buffer position.
9512
9513 * help.el (describe-key-briefly): When reading a down-event on
9514 mode lines or scroll bar, swallow the following up event, too.
9515 Use the new mouse sensitity of `key-binding' for lookup.
9516 (describe-key): The same here.
9517
9518 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
9519
9520 * play/life.el (life-patterns): Add a few more interesting patterns.
9521 (life-setup): Force `show-trailing-whitespace' to nil.
9522
9523 2006-09-14 Richard Stallman <rms@gnu.org>
9524
9525 * startup.el (fancy-splash-text): Change text to improve alignment.
9526 (fancy-splash-screens): Don't set non-standard tab width.
9527 Bind cursor-type temporarily, and make it easy to patch to
9528 preserve the splash buffer.
9529 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
9530 (fancy-splash-screens): Display echo-area message explicitly.
9531 Don't set fancy-splash-help-echo.
9532
9533 * simple.el (line-number-mode): Group mode-line instead of
9534 editing-basics.
9535 (column-number-mode, size-indication-mode): Likewise.
9536
9537 * faces.el (mode-line-faces): Group mode-line instead of modeline.
9538
9539 * time.el (display-time): Group mode-line instead of modeline.
9540
9541 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
9542
9543 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
9544
9545 * startup.el (fancy-splash-text): Move editing instructions to
9546 fancy-splash-head.
9547 (fancy-splash-head): Issue editing instructions.
9548 (fancy-splash-screens): Fixup whitespace.
9549
9550 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9551
9552 * bindings.el (mode-line-buffer-identification-keymap):
9553 Remove duplicate line.
9554
9555 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9556
9557 * ido.el (ido-ignore-item-p): Allow any kind of functions in
9558 ignore lists.
9559
9560 2006-09-14 Kim F. Storm <storm@cua.dk>
9561
9562 * jit-lock.el (jit-lock-fontify-again): New function.
9563 (jit-lock-fontify-now): Use it instead of lambda form.
9564
9565 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
9566
9567 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
9568 (flyspell-auto-correct-word): Make ispell-filter local to these
9569 functions. Check that ispell-filter has new stuff before calling
9570 ispell-parse-output.
9571
9572 2006-09-13 Kim F. Storm <storm@cua.dk>
9573
9574 * simple.el (line-move-partial): Optimize.
9575
9576 2006-09-13 Richard Stallman <rms@gnu.org>
9577
9578 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
9579 Delete spurious backquote.
9580
9581 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
9582
9583 * net/rcirc.el (rcirc-print): Fix last change.
9584
9585 2006-09-12 Jay Belanger <belanger@truman.edu>
9586
9587 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
9588
9589 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
9590
9591 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
9592 rcirc-show-maximum-output.
9593 (rcirc-mode): Remove window-scroll-function hook.
9594 (rcirc-scroll-to-bottom): Remove function.
9595 (rcirc-print): Recenter so point stays at the bottom of the window
9596 if point was already there.
9597
9598 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
9599
9600 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
9601 not to "t".
9602 * progmodes/compile.el (compilation-start): Likewise.
9603 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
9604 Don't use expand-file-name on invocation-directory, since this
9605 might mishandle special characters in invocation-directory.
9606
9607 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9608
9609 * pcvs-defs.el: Remove * in defcustom's docstrings.
9610
9611 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
9612
9613 * progmodes/compile.el (compilation-directory-properties):
9614 Doc fix for help-echo.
9615
9616 2006-09-12 Lars Hansen <larsh@soem.dk>
9617
9618 * desktop.el (desktop-read): Add comment.
9619
9620 2006-09-12 Kim F. Storm <storm@cua.dk>
9621
9622 * simple.el (next-error-highlight, next-error-highlight-no-select):
9623 Fix spelling error.
9624
9625 * subr.el (sit-for): Rework to use input-pending-p and cond.
9626 Return nil input is pending on entry also for SECONDS <= 0.
9627 (while-no-input): Use input-pending-p instead of sit-for.
9628
9629 2006-09-11 Richard Stallman <rms@gnu.org>
9630
9631 * simple.el (next-error-highlight, next-error-highlight-no-select):
9632 Fix custom type and doc strings.
9633
9634 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9635
9636 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
9637 (diff-apply-hunk): Use it to ask for confirmation.
9638
9639 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
9640
9641 * emacs-lisp/cl.el (pushnew): Add missing `,'.
9642
9643 2006-09-11 David Kastrup <dak@gnu.org>
9644
9645 * help.el (string-key-binding, describe-key-briefly)
9646 (describe-key): Remove `string-key-binding' and its callers since
9647 `key-binding' already caters for the proper lookup now.
9648
9649 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9650
9651 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
9652 (cfengine-mode): Use it. Fix \ syntax to be like /.
9653
9654 * bindings.el (mode-line-buffer-identification-keymap):
9655 Move initialization into declaration.
9656
9657 2006-09-10 Kim F. Storm <storm@cua.dk>
9658
9659 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
9660 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
9661 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
9662 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
9663
9664 2006-09-10 Richard Stallman <rms@gnu.org>
9665
9666 * dired-aux.el: Handle errors in recursive copy usefully.
9667 (dired-create-files-failures): New variable.
9668 (dired-copy-file): Remove condition-case.
9669 (dired-copy-file-recursive): Check for errors on all file
9670 operations, and add them to dired-create-files-failures.
9671 Check file file-date-erorr here too.
9672 (dired-create-files): Check dired-create-files-failures
9673 and report those errors too.
9674
9675 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
9676
9677 * subr.el (add-to-list): New argument COMPARE-FN.
9678
9679 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
9680
9681 * filecache.el (file-cache-add-directory)
9682 (file-cache-add-directory-list, file-cache-add-file)
9683 (file-cache-add-directory-using-find)
9684 (file-cache-add-directory-using-locate)
9685 (file-cache-add-directory-recursively): Add autoloads.
9686
9687 2006-09-09 Richard Stallman <rms@gnu.org>
9688
9689 * textmodes/conf-mode.el (conf-space-mode):
9690 Use hack-local-variables-hook instead of calling hack-local-variables.
9691 (conf-space-keywords-override): New variable.
9692 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
9693 (conf-space-mode): Always make conf-space-keywords and
9694 conf-space-keywords-override local.
9695 Call conf-space-mode-internal directly as well as via hook.
9696
9697 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
9698
9699 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
9700 quasi-keywords.
9701
9702 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9703
9704 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
9705 (python-send-string): Be slightly more careful about adding \n.
9706
9707 * startup.el (normal-splash-screen): Don't display the buffer if we'll
9708 kill it right away anyway.
9709
9710 2006-09-09 Eli Zaretskii <eliz@gnu.org>
9711
9712 * international/codepage.el (cp850-decode-table): Fix a few codes.
9713 (cp858-decode-table): New variable.
9714
9715 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
9716
9717 * net/ldap.el (ldap-search-internal): Doc fix.
9718
9719 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9720
9721 * play/life.el (life-display-generation): Test for input manually if
9722 `sleeptime' is negative or null.
9723
9724 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
9725 (print-region-1): Substitute `%s' with the page title.
9726
9727 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
9728
9729 * locate.el (locate-current-search): New variable.
9730 (locate): Set buffer local value. Use current buffer if it is
9731 in Locate mode.
9732 (locate-mode): Disable undo here.
9733 (locate-do-setup): Use locate-current-filter from buffer to be killed.
9734 (locate-update): Use locate-current-search and locate-current-filter.
9735
9736 2006-09-08 David Kastrup <dak@gnu.org>
9737
9738 * desktop.el (desktop-read): When loading a desktop, disable
9739 saving it while the load progresses, and switch off a pending lazy
9740 load by calling `desktop-lazy-abort'.
9741
9742 2006-08-27 Martin Rudalics <rudalics@gmx.at>
9743
9744 * window.el (mouse-autoselect-window-timer)
9745 (mouse-autoselect-window-position)
9746 (mouse-autoselect-window-window)
9747 (mouse-autoselect-window-now): New vars.
9748 (mouse-autoselect-window-cancel)
9749 (mouse-autoselect-window-select)
9750 (mouse-autoselect-window-start): New functions.
9751 (handle-select-window): Call `mouse-autoselect-window-start' when
9752 delayed window autoselection is enabled.
9753
9754 * cus-start.el (mouse-autoselect-window): Handle delayed window
9755 autoselection.
9756
9757 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
9758 commands after which it is allowed to print in the echo area.
9759
9760 2006-09-08 Richard Stallman <rms@gnu.org>
9761
9762 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
9763
9764 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
9765 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
9766
9767 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
9768 (cancel-timer-internal): Add doc string.
9769 (cancel-function-timers): Doc fix.
9770 (with-timeout-handler, timer-event-last*): Add doc strings.
9771
9772 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
9773
9774 * files.el (risky-local-variable-p): Match ...-bindat-spec.
9775
9776 * dired.el (dired-log-summary): Add doc string.
9777
9778 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
9779 (custom-group-menu-create): Not here.
9780
9781 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
9782
9783 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
9784
9785 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9786
9787 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
9788 (mac-apple-event-map): Define its handler.
9789
9790 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
9791
9792 * net/ldap.el (ldap-search-internal): Handle `auth' key.
9793
9794 2006-09-07 Magnus Henoch <mange@freemail.hu>
9795
9796 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
9797 clause.
9798
9799 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9800
9801 * info.el (Info-index): Bind completion-ignore-case.
9802
9803 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9804
9805 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
9806 previous commit.
9807 (inferior-prolog-guess-flavor): New fun left out of previous commit.
9808 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
9809 burp in dedicated windows.
9810 (inferior-prolog-self-insert-command): New command.
9811 (inferior-prolog-mode-map): Use it.
9812
9813 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
9814
9815 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
9816
9817 * international/code-pages.el: Add cp858.
9818
9819 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9820
9821 * dnd.el: Fix bootstrapping.
9822
9823 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9824
9825 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
9826 (dnd-open-remote-url): New function.
9827 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
9828 not windows-nt.
9829
9830 2006-09-07 Jason Rumney <jasonr@gnu.org>
9831
9832 * dnd.el (dnd-open-remote-file-function): New variable.
9833 (dnd-open-unc-file): New function.
9834 (dnd-open-file): Call dnd-open-remote-file-function if set.
9835
9836 2006-09-06 Daiki Ueno <ueno@unixuser.org>
9837
9838 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
9839 pgg-passphrase-coding-system rather than locale-coding-system.
9840 * pgg-def.el (pgg-passphrase-coding-system): New user option.
9841
9842 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9843
9844 * progmodes/prolog.el: Remove * in docstrings.
9845 (prolog-program-name): Add SWI prolog.
9846 (prolog-mode-menu): New menu.
9847 (prolog-mode): Set comment-add.
9848 (prolog-indent-line): Simplify. Use indent-line-to.
9849 (inferior-prolog-buffer): New var.
9850 (inferior-prolog-run, inferior-prolog-process): New funs.
9851 (run-prolog, switch-to-prolog): Rewrite, using them.
9852 (prolog-consult-region): Use inferior-prolog-buffer.
9853 (inferior-prolog-load-file): New function.
9854 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
9855
9856 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
9857 last word, if it's not the end of the paragraph.
9858
9859 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
9860 file name.
9861
9862 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
9863
9864 * frame.el (display-mm-dimensions-alist): New defcustom.
9865 (display-mm-height, display-mm-width): Use it.
9866
9867 2006-09-06 Simon Josefsson <jas@extundo.com>
9868
9869 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
9870
9871 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
9872
9873 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9874 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
9875 string values.
9876
9877 2006-09-06 Kim F. Storm <storm@cua.dk>
9878
9879 * simple.el (line-move-partial): New function to do vscrolling for
9880 partially visible images / tall lines. Rewrite based on code
9881 previously in line-move. Simplify backwards vscrolling.
9882 (line-move): Use it. Simplify.
9883
9884 2006-09-05 Kim F. Storm <storm@cua.dk>
9885
9886 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
9887
9888 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
9889
9890 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9891 Process the `gcc-include' after the `gnu' rule.
9892
9893 2006-09-05 Kim F. Storm <storm@cua.dk>
9894
9895 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
9896
9897 2006-09-05 Daiki Ueno <ueno@unixuser.org>
9898
9899 * pgg.el (pgg-clear-string): Alias to clear-string for backward
9900 compatibility.
9901
9902 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
9903 inhibit-redisplay; encode passphrase with locale-coding-system.
9904
9905 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
9906
9907 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
9908
9909 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
9910
9911 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9912 (gdb-var-list-children-regexp): Make type field optional.
9913
9914 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
9915 e.g public, protected in C++.
9916
9917 2006-09-04 John Paul Wallington <jpw@pobox.com>
9918
9919 * simple.el (completion-show-help): New defcustom.
9920 (completion-setup-function): Heed it.
9921
9922 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
9923
9924 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
9925
9926 2006-09-04 Richard Stallman <rms@gnu.org>
9927
9928 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
9929 (rsf-min-region-to-spam-list): Doc fix.
9930 (rsf-add-content-type-field): Doc fix.
9931
9932 * simple.el (kill-region): Explicitly test there is a region.
9933
9934 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
9935
9936 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
9937 sendmail in several common directories.
9938
9939 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
9940
9941 * paths.el (sendmail-program): Removed.
9942
9943 2006-09-04 Daiki Ueno <ueno@unixuser.org>
9944
9945 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
9946 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
9947 http://article.gmane.org/gmane.emacs.gnus.general/50457
9948
9949 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
9950
9951 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
9952 mark after running the menu filter.
9953
9954 2006-09-03 Juri Linkov <juri@jurta.org>
9955
9956 * international/quail.el (quail-defrule-internal): Add a check
9957 if a key is a vector.
9958
9959 2006-09-02 Juri Linkov <juri@jurta.org>
9960
9961 * man.el (Man-topic-history): New variable.
9962 (man): Use it.
9963
9964 * woman.el (woman-topic-history): Change defvar to defvaralias
9965 for symbol `Man-topic-history'.
9966
9967 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
9968 `comint-last-output-start' is a marker by using `markerp' and
9969 check if it has a position by using `marker-position', and use
9970 this position for `goto-char'.
9971
9972 * international/quail.el (quail-defrule-internal): Add missing
9973 `error' call for null key.
9974
9975 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
9976
9977 * net/rcirc.el (rcirc-keywords): New variable.
9978 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
9979 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
9980 variables.
9981 (rcirc-responses-no-activity): New function.
9982 (rcirc-handler-generic): Check for responses in above.
9983 (rcirc-process-command): Add ?: character to arguments of raw
9984 server commands.
9985 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
9986 `rcirc-dim-nicks'.
9987 (rcirc-gray-toggle): Remove unused variable.
9988 (rcirc-print): Remove some tracking logic, which is moved into
9989 markup functions.
9990 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
9991 types.
9992 (rcirc-activity-string): Look for 'keyword in activity-types.
9993 (rcirc-window-configuration-change): Don't erase overlay-arrow
9994 unnecessarily.
9995 (rcirc-add-or-remove): New function.
9996 (rcirc-cmd-ignore): Use it.
9997 (rcirc-message-leader): Remove unused function.
9998 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
9999 (rcirc-add-face): New function.
10000 (rcirc-facify): Use rcirc-add-face.
10001 (rcirc-url-regexp): Add parens.
10002 (rcirc-map-regexp): Remove function.
10003 (rcirc-mangle-regexp): Remove function.
10004 (rcirc-markup-text-functions): New variable.
10005 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
10006 (rcirc-markup-body-text, rcirc-markup-attributes)
10007 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
10008 (rcirc-markup-bright-nicks): New markup handler functions.
10009 (rcirc-nick-in-message-full-line): New face.
10010 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
10011 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
10012
10013 2006-09-02 Martin Rudalics <rudalics@gmx.at>
10014
10015 * cus-start.el (hscroll-margin, hscroll-step)
10016 (mode-line-in-non-selected-windows, mouse-autoselect-window)
10017 (x-use-underline-position-properties): Change version to "22.1"
10018 since they will appear there for the first time.
10019
10020 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
10021
10022 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
10023
10024 2006-08-31 Richard Stallman <rms@gnu.org>
10025
10026 * cus-edit.el (custom-save-variables): Slight cleanup.
10027 (Custom-no-edit): Renamed from custom-no-edit.
10028 (Custom-newline): Renamed from custom-newline.
10029 (custom-mode-map): Use new names.
10030
10031 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
10032 about customization, rather than M-x customize, in the doc string
10033 made for the defcustom.
10034
10035 * emacs-lisp/trace.el (trace-function-background): Doc fix.
10036
10037 2006-08-31 Romain Francoise <romain@orebokech.com>
10038
10039 * dired-x.el (dired-guess-shell-alist-default): Update.
10040
10041 2006-08-31 Michael Mauger <mmaug@yahoo.com>
10042
10043 * custom.el (custom-theme-set-variables): Autoload packages before
10044 sorting the variables.
10045
10046 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
10047
10048 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
10049 Convert events to chars if XEmacs.
10050 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
10051
10052 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10053
10054 * progmodes/python.el (python-eldoc-function): Re-enable quit while
10055 waiting for process.
10056
10057 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10058
10059 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
10060 results in ASCII-only string, encode original one directly.
10061
10062 2006-08-29 Romain Francoise <romain@orebokech.com>
10063
10064 * startup.el (normal-splash-screen, fancy-splash-screens):
10065 Make buffer read-only and arrange to enter view mode if necessary.
10066
10067 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
10068
10069 * hl-line.el (hl-line): New face.
10070 (hl-line-face): Use it.
10071
10072 * image-mode.el (image-mode): Fix last fix.
10073 Suggested by Kim F. Storm.
10074
10075 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
10076
10077 Sync with Tramp 2.0.54.
10078
10079 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
10080 of `=', because `tramp-get-remote-gid' might not always return an
10081 integer when expected.
10082 (tramp-register-file-name-handlers): `partial-completion-mode' is
10083 unknown to XEmacs.
10084 (tramp-time-diff): Don't use `floor', it might fail for large
10085 differences.
10086 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
10087 `tramp-auto-save-directory' if unset in order to guarantee unique
10088 auto-save file names.
10089
10090 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
10091
10092 * image-mode.el (image-mode): Display image as text on a terminal.
10093
10094 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10095
10096 * progmodes/python.el (python-send-command): Simplify.
10097 (run-python): Don't generate a new buffer unless `new' was specified.
10098 Make sure we send `import emacs' to the proper process.
10099
10100 * progmodes/python.el (python-send-command): Don't wait for the command
10101 to terminate. Don't fiddle with compilation-parsing-end.
10102
10103 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
10104
10105 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
10106 Insert commentary after first line summary.
10107
10108 * woman.el (woman-follow): New function, based on `man-follow'.
10109 (woman-mode-map): Use it.
10110
10111 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
10112 since ibuffer-do-sort-by-recency does not define a sorter.
10113
10114 2006-08-28 Kim F. Storm <storm@cua.dk>
10115
10116 * find-dired.el (find-dired): Use shell-quote-argument to properly
10117 escape ( and ) args. Also use it on {} and ; args in default
10118 value of find-ls-option string.
10119 (find-grep-dired): Use shell-quote-argument on {} and ; args.
10120
10121 2006-08-27 Michael Olson <mwolson@gnu.org>
10122
10123 * emacs-lisp/tq.el: Small grammar fix in comments.
10124 (tq-enqueue): Check for existence of queue rather than the
10125 head queue item's question, which was a no-op.
10126 (tq-filter, tq-process-buffer): Make sure the process buffer
10127 exists before making it the current buffer.
10128
10129 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10130
10131 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
10132 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
10133 (special-event-map): Apply 2006-08-16 change for x-win.el.
10134
10135 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10136
10137 * progmodes/python.el (python-send-receive): Wait in the
10138 process's buffer so as to check the right buffer-local variables.
10139
10140 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
10141
10142 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
10143 (defgroup checkdoc): Move to beginning.
10144
10145 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
10146 (python-preoutput-continuation): Remove.
10147 (python-preoutput-filter): Simplify correspondingly.
10148 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
10149 Loop around to catch embedded _emacs_out output.
10150 (run-python): Send the import&print command on a single line.
10151 (python-send-command): Send command&print on a single line.
10152 (python-send-string): Only add double \n if needed.
10153 (python-send-receive): Loop until the result comes.
10154 (python-mode-running): Defvar it.
10155 (python-setup-brm): Remove unused var `menu'.
10156 Only bind py-mode-map and `features' around brm-init.
10157 (python-calculate-indentation): Remove unused var `point'.
10158 (python-beginning-of-defun): Remove unused var `def-line'.
10159
10160 2006-08-25 Richard Stallman <rms@gnu.org>
10161
10162 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
10163
10164 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
10165
10166 * emulation/viper.el (viper-set-hooks): Use frame bindings for
10167 viper-vi-state-cursor-color.
10168 (viper-non-hook-settings): Don't set default
10169 mode-line-buffer-identification.
10170
10171 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
10172 New fun.
10173 (viper-set-cursor-color-according-to-state)
10174 (viper-get-saved-cursor-color-in-replace-mode)
10175 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
10176 viper-emacs-state-cursor-color.
10177
10178 * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
10179 (viper-undo): Use point if undo-beg-posn is nil.
10180 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
10181 (viper-after-change-undo-hook): Don't use
10182 viper-emacs-state-cursor-color by default.
10183 (viper-undo): More sensible positioning after undo.
10184
10185 * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
10186 (viper-emacs-state-cursor-color): Default to nil, since this feature
10187 doesn't work well yet.
10188
10189 * ediff-mult.el (ediff-intersect-directories)
10190 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
10191 always expand filenames.
10192
10193 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10194
10195 * tumme.el: Remove * in defcustoms's docstrings.
10196
10197 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
10198
10199 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
10200 Accept internal time format for SECS arg.
10201 (timer-relative-time): Doc fix.
10202
10203 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
10204 adapted from Martin Rudalics.
10205 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
10206 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
10207 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
10208 using sit-for.
10209
10210 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
10211
10212 * cus-start.el (all): Add `overline-margin' and
10213 `x-underline-at-descent-line'.
10214
10215 2006-08-24 Kim F. Storm <storm@cua.dk>
10216
10217 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
10218 to mean "use find -exec"; nil now unambiguously means auto-detect.
10219 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
10220 Use shell-quote-argument to build grep-find-command and
10221 grep-find-template.
10222 (rgrep): Use shell-quote-argument to properly quote arguments to find.
10223 Reported by Tom Seddon.
10224
10225 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
10226
10227 * startup.el (fancy-splash-head): Give instructions for dismissing
10228 the splash screen for default startup too.
10229 (display-startup-echo-area-message, fancy-splash-screens)
10230 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
10231 all splash text at once and keep the splash buffer around.
10232 (command-line-1): Give display-startup-echo-area-message a t arg.
10233
10234 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
10235
10236 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
10237 gnus frame is selected.
10238
10239 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
10240
10241 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
10242
10243 2006-08-22 Kim F. Storm <storm@cua.dk>
10244
10245 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
10246 Add suffix matching for subdirs.
10247
10248 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
10249
10250 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
10251 mouse-yank-at-point is non-nil.
10252
10253 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
10254
10255 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
10256 a bit wider and remove fringes to fit initial output on line.
10257
10258 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10259
10260 * frame.el (blink-cursor-end): Only ignore the error we care about.
10261 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
10262
10263 2006-08-21 Richard Stallman <rms@gnu.org>
10264
10265 * whitespace.el (whitespace-cleanup): Doc fix.
10266
10267 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
10268
10269 * net/rcirc.el (rcirc-show-maximum-output): New var.
10270 (rcirc-buffer-process): If no buffer argument is supplied, use
10271 current-buffer.
10272 (rcirc-complete-nick): Complete to the last completed nick first.
10273 (rcirc-mode): Preserve the value of `rcirc-urls' across
10274 connections. Setup scroll function.
10275 (rcirc-scroll-to-bottom): New function.
10276 (rcirc-print): Use nick syntax around regexp work.
10277 Notice dim-nicks speaking only if they say our nick.
10278 (rcirc-update-activity-string): Do not show the modeline indicator
10279 if there are no live rcirc processes.
10280 (rcirc-cmd-ignore): Ignore case.
10281 (rcirc-browse-url-at-point): Fix off-by-one error.
10282
10283 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
10284
10285 * progmodes/python.el: Remove * in defcustom docstrings.
10286 (run-python, python-proc, python-try-complete): Use derived-mode-p.
10287 (python-mode): Set tab-width and indent-tabs-mode.
10288
10289 2006-08-20 Dave Love <fx@gnu.org>
10290
10291 * progmodes/python.el: Update to Dave Love's latest version.
10292 (python-font-lock-keywords, python-mode): Don't use
10293 font-lock-syntax-table, but match symbol elements explicitly instead.
10294 (python-mode-map): Add help, and a few more key bindings.
10295 (python-skip-comments/blanks): Move out of comments as well.
10296 (python-continuation-line-p): Behave better with unbalanced parens.
10297 (python-blank-line-p): New fun.
10298 (python-open-block-statement-p): Don't use a heuristic.
10299 (python-outdent-p): Better handle blocks-in-the-same-line.
10300 (python-calculate-indentation): Misc improvements.
10301 (python-comment-indent): Remove.
10302 (python-block-pairs): New var.
10303 (python-first-word): New fun.
10304 (python-indentation-levels): Handle more common cases.
10305 (python-indent-line-1): Add `leave' argument.
10306 (python-indent-region): New fun.
10307 (python-skip-out): New fun.
10308 (python-beginning-of-statement, python-end-of-statement): Use it.
10309 (python-next-statement): Return correct count even at eob.
10310 (python-end-of-block): Fix paren-typo.
10311 (python-imenu-create-index): Add module variables.
10312 (run-python): Add `new' arg.
10313 Check we're at a prompt before returning.
10314 (python-send-command): Move to end of buffer.
10315 Wait for prompt to return.
10316 (python-set-proc): New fun.
10317 (python-imports): New var.
10318 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
10319 (python-eldoc-function): Try to move out of arg list.
10320 (python-outline-level): Offset by 1.
10321 (python-find-imports): New fun.
10322 (python-symbol-completions): Use python-imports.
10323 (python-module-path, ffap-alist): Add support for ffap.
10324 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
10325 (python-insert-*, python-default-template, python-expand-template):
10326 Add templates/skeletons.
10327 (python-setup-brm): Support for Bicycle Repair Man.
10328 (python-abbrev-syntax-table): New var.
10329 (python-abbrev-pc-hook, python-pea-hook): New funs.
10330
10331 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
10332
10333 * frame.el (blink-cursor-start): Set timer first.
10334 (blink-cursor-end): Ignore timer cancelling errors.
10335 Suggested by Ken Manheimer.
10336
10337 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
10338
10339 * newcomment.el (comment-box): Call `comment-normalize-vars'.
10340 Add autoload cookie.
10341
10342 2006-08-20 Richard Stallman <rms@gnu.org>
10343
10344 * simple.el (line-number-at-pos): Doc fix.
10345
10346 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
10347 timer-activate-when-idle, so timer can run before Emacs becomes
10348 non-idle again.
10349
10350 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
10351
10352 * whitespace.el (whitespace-cleanup-internal): New optional arg
10353 REGION-ONLY. If it's non-nil, modify the message to the user
10354 accordingly.
10355 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
10356 a non-nil argument.
10357
10358 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
10359
10360 * rect.el (spaces-string): Simplify and add doc string.
10361
10362 2006-08-17 Romain Francoise <romain@orebokech.com>
10363
10364 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
10365
10366 2006-08-17 Richard Stallman <rms@gnu.org>
10367
10368 * compare-w.el (compare-windows): lambda's take an arg and pass
10369 it to compare-windows-skip-whitespace.
10370
10371 2006-08-17 Martin Rudalics <rudalics@gmx.at>
10372
10373 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
10374 the right buffer.
10375
10376 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
10377
10378 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
10379 removed files.
10380
10381 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
10382
10383 * progmodes/gdb-ui.el (gdb-locals-watch-map)
10384 (gdb-locals-watch-map-1): Suppress keymap first.
10385 (gdb-edit-locals-map-1): New variable.
10386 (gdb-edit-locals-value): New function.
10387 (gdb-stack-list-locals-handler): Use them.
10388
10389 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10390
10391 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
10392 cursor would normally be drawn in the fringe.
10393
10394 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
10395 Reported by Martin Rudalics <rudalics@gmx.at>.
10396
10397 2006-08-16 Richard Stallman <rms@gnu.org>
10398
10399 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
10400 (special-event-map): Process drag-n-drop events this way.
10401
10402 * simple.el (move-beginning-of-line): Test whether fields
10403 would prevent motion back to line's first visible character.
10404 If so, stop where the fields would stop the motion.
10405
10406 * newcomment.el (comment-indent): Fully update INDENT
10407 before checking to see if it will change the text.
10408
10409 * cus-edit.el (custom-newline): New function.
10410 (custom-mode-map): Bind newline to custom-newline.
10411
10412 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
10413 into ignore-whitespace.
10414 Check each buffer for its skip-function.
10415 Handle compare-windows-skip-whitespace special-case test
10416 by returning t from default skip function.
10417
10418 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
10419
10420 * textmodes/org.el (org-clock-special-range)
10421 (org-clock-update-time-maybe): New functions.
10422 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
10423 not only a-z.
10424 (org-agenda-get-blocks): Allow multiple blocks per headline.
10425 (org-timestamp-change): Call `org-clock-update-time-maybe'.
10426 (org-export-html-title-format)
10427 (org-export-html-toplevel-hlevel): New options.
10428 (org-export-language-setup): Add support for Czech.
10429 (org-mode, org-insert-todo-heading, org-find-visible)
10430 (org-find-invisible, org-invisible-p, org-invisible-p2)
10431 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
10432 (org-show-subtree, org-show-entry, org-make-options-regexp):
10433 Remove compatibility support for old outline-mode.
10434 (org-check-occur-regexp): Funtion removed.
10435 (org-on-heading-p, org-back-to-heading): Made defalias.
10436 (org-set-local): New defsubst.
10437 (org-set-regexps-and-options, org-mode)
10438 (org-set-font-lock-defaults, org-edit-agenda-file-list)
10439 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
10440 (org-remember-apply-template, org-table-edit-field)
10441 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
10442 (org-set-autofill-regexps): Use `org-set-local'.
10443 (org-table-eval-formula): Fix bug with parsing of display flags.
10444
10445 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
10446
10447 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
10448 frame with fringe arrow. Suggested by Simon Marshall
10449 <simon.marshall@misys.com>.
10450 (gdb-stack-position): New variable.
10451 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
10452 (gdb-frames-mode): Set gdb-stack-position to nil.
10453 Add to overlay-arrow-variable-list
10454 (gdb-reset): Delete gdb-stack-position from above list.
10455
10456 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10457
10458 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
10459 read only.
10460
10461 2006-08-13 Romain Francoise <romain@orebokech.com>
10462
10463 * cus-theme.el (customize-create-theme)
10464 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
10465
10466 * filesets.el (filesets-add-buffer): Ditto.
10467
10468 * pcvs.el (cvs-change-cvsroot): Ditto.
10469
10470 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
10471
10472 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
10473 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
10474 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
10475 expressions.
10476 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
10477 Only search till end of line.
10478 Add face to function names in case of no filename.
10479 Add face to variable names of watchpoints.
10480
10481 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
10482
10483 * cus-start.el <indent-tabs-mode>: Move to the `indent'
10484 customization group.
10485
10486 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
10487
10488 * allout.el (allout-prior-bindings, allout-added-bindings):
10489 Remove, after long deprecation.
10490 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
10491 Add customization vars controlling allout-beginning-of-line and
10492 allout-end-of-line conveniences.
10493 (allout-header-prefix, allout-use-mode-specific-leader)
10494 (allout-use-mode-specific-leader, allout-mode-leaders):
10495 Revise docstrings.
10496 (allout-infer-header-lead): Change to be an alias for
10497 allout-infer-header-lead-and-primary-bullet.
10498 (allout-infer-header-lead-and-primary-bullet): New version of
10499 allout-infer-header-lead which assigns the primary bullet to the
10500 same as the header lead, when its being changed.
10501 (allout-infer-body-reindent): Apply regexp-quote instead of
10502 unconditionally prepending "\\", so that all literal
10503 allout-header-prefix and allout-primary-bullet strings are
10504 properly handled.
10505 (allout-add-resumptions): Add optional qualifier for extending or
10506 appending to existing values, rather than replacing them.
10507 (allout-view-change-hook): Clarify docstring.
10508 (allout-exposure-change-hook): Take explicit arguments, via
10509 run-hook-with-args.
10510 (allout-structure-added-hook)
10511 (allout-structure-deleted-hook)
10512 (allout-structure-shifted-hook): New hooks analogous to
10513 allout-exposure-change-hook for other kinds of structural outline
10514 edits.
10515 (allout-encryption-plaintext-sanitization-regexps): New encryption
10516 customization variable, by which cooperating modes can provde
10517 massage of the plaintext without actually being passed it.
10518 (allout-encryption-ciphertext-rejection-regexps)
10519 (allout-encryption-ciphertext-rejection-ceiling): New encryption
10520 customization variables, by which cooperating modes can prohibit
10521 rare but possible ciphertext patterns from fouling their
10522 operation, with actually being passed the ciphertext.
10523 (allout-mode): Run activation and deactivation hooks after the
10524 minor-mode variable has been toggled, to clarify the mode
10525 disposition. The new encryption ciphertext rejection variable is
10526 used to ensure that the ciphertext does not contain text that
10527 would be recognized as outline structural elements by allout.
10528 Substite allout-beginning-of-line and allout-end-of-line for
10529 conventionall beginning-of-line and end-of-line bindings.
10530 If allout-old-style-prefixes is non-nil, don't nullify it on mode
10531 activation!
10532 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
10533 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
10534 (allout-chart-subtree): Implement new mode, charting only the
10535 visible items in the subtree, when new 'visible' parameter is non-nil.
10536 (allout-end-of-subtree): Properly handle the last item in the buffer.
10537 (allout-pre-command-business, allout-command-counter):
10538 Increment an advertised counter so that cooperating enhancements can
10539 track revisions of items.
10540 (allout-open-topic): Run allout-structure-added-hook with suitable
10541 arguments.
10542 (allout-shift-in): Run allout-structure-shifted-hook with suitable
10543 arguments.
10544 (allout-shift-out): Fix doubling for negative args and ensure call
10545 of allout-structure-shifted-hook by solely using allout-shift-in.
10546 (allout-kill-line, allout-kill-topic):
10547 Run allout-structure-deleted-hook with suitable arguments.
10548 (allout-yank-processing): Run allout-structure-added-hook with
10549 proper arguments.
10550 (allout-yank): Enclose activity in allout-unprotected.
10551 (allout-flag-region): Run allout-exposure-change-hook with
10552 suitable arguments, instead of making the callee infer the arguments.
10553 (allout-encrypt-string):
10554 Support allout-encryption-plaintext-sanitization-regexps,
10555 allout-encryption-ciphertext-rejection-regexps, and
10556 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
10557 en/de cryption mode in symmetric encryption failure message.
10558 (allout-obtain-passphrase): Use copy-sequence to get a distinct
10559 copy of the passphrase, and don't zero it or we'll corrupt the
10560 stashed copy.
10561 (allout-create-encryption-passphrase-verifier)
10562 (allout-verify-passphrase): Respect the new signature for
10563 allout-encrypt-string.
10564 (allout-get-configvar-values): Convenience for getting a
10565 configuration variable value and handling its absence gracefully.
10566
10567 2006-08-11 Romain Francoise <romain@orebokech.com>
10568
10569 * obsolete/zone-mode.el: Delete.
10570
10571 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
10572
10573 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
10574
10575 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
10576
10577 * emacs-lisp/bindat.el (bindat-ip-to-string):
10578 Use `format-network-address' if possible.
10579
10580 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10581
10582 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
10583
10584 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
10585
10586 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
10587 restore unread-command-events here.
10588 (edebug-display): Do it here, to detect sit-for interruptions.
10589
10590 2006-08-10 Romain Francoise <romain@orebokech.com>
10591
10592 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
10593 (dns-mode-soa-auto-increment-serial): New user option.
10594 (dns-mode-soa-maybe-increment-serial): New function.
10595 (dns-mode): Add the latter to `write-contents-functions'.
10596
10597 * obsolete/zone-mode.el: Move to obsolete/ from net/.
10598 Delete autoload cookies.
10599
10600 2006-08-10 John Wiegley <johnw@newartisans.com>
10601
10602 * eshell/em-glob.el (eshell-glob-chars-list)
10603 (eshell-glob-translate-alist): Add support for [^g] in character globs.
10604
10605 2006-08-10 Richard Stallman <rms@gnu.org>
10606
10607 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
10608 (facemenu-set-face): Doc fix.
10609 (facemenu-listed-faces): Doc fix.
10610
10611 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
10612
10613 * avoid.el (mouse-avoidance-animating-pointer): New var.
10614 (mouse-avoidance-nudge-mouse): Use it.
10615 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
10616 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
10617 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
10618 Don't activate if currently animating. All callers changed.
10619
10620 2006-08-09 John Wiegley <johnw@newartisans.com>
10621
10622 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
10623 variable, which causes timeclock to report elapsed time worked,
10624 instead of just work remaining.
10625
10626 2006-08-09 Kenichi Handa <handa@m17n.org>
10627
10628 * international/latexenc.el (latexenc-find-file-coding-system):
10629 Fix for the case that the 2nd element of arg-list is a cons.
10630
10631 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
10632
10633 * info.el (Info-fontify-node): Handle preceding `in' for note
10634 reference hiding rules.
10635
10636 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10637
10638 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
10639 mistake a closing " for an opening one.
10640
10641 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10642
10643 * term/xterm.el (terminal-init-xterm): Add more key bindings.
10644
10645 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
10646
10647 * complete.el (PC-do-completion): Filter out completions matching
10648 completion-ignored-extensions before checking whether there are
10649 multiple completions.
10650 Don't use `list' unnecessarily when building completion tables.
10651
10652 2006-08-06 Richard Stallman <rms@gnu.org>
10653
10654 * help.el (describe-mode): Make minor mode list more concise.
10655
10656 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
10657
10658 * bindings.el: Give mode-line-format, mode-line-modes, and
10659 mode-line-position `standard-value' properties.
10660
10661 2006-08-05 Eli Zaretskii <eliz@gnu.org>
10662
10663 * buff-menu.el (list-buffers-noselect): For Info buffers, use
10664 "(file)node" instead of the file name.
10665
10666 2006-08-05 Richard Stallman <rms@gnu.org>
10667
10668 * faces.el (escape-glyph): Doc fix.
10669
10670 2006-08-04 Kenichi Handa <handa@m17n.org>
10671
10672 * international/mule-diag.el (describe-font): Improve docstring
10673 and error message. Use frame-parameter (not frame-parameters).
10674
10675 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10676
10677 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
10678 Correctly mark the end-of-docstring char.
10679
10680 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
10681
10682 * simple.el (line-move-to-column): Constrain move-to-column to
10683 current field.
10684
10685 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10686
10687 * font-lock.el (font-lock-beg, font-lock-end)
10688 (font-lock-extend-region-functions): New vars.
10689 (font-lock-extend-region-multiline)
10690 (font-lock-extend-region-wholelines): New functions.
10691 (font-lock-default-fontify-region): Use them.
10692 (font-lock-extend-jit-lock-region-after-change): Only round up
10693 if font-lock-default-fontify-region will do it as well.
10694
10695 * font-lock.el (font-lock-extend-after-change-region-function):
10696 Rename from font-lock-extend-region-function.
10697 (font-lock-extend-region): Remove by inlining at call sites.
10698 (font-lock-after-change-function): Don't needlessly round up to a whole
10699 number of lines.
10700 (font-lock-extend-jit-lock-region-after-change): Be more careful about
10701 the boundary conditions and the interactions between the various ways
10702 to extend the region.
10703
10704 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10705
10706 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
10707 modification status when forcing the second redisplay.
10708
10709 2006-08-03 Kim F. Storm <storm@cua.dk>
10710
10711 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
10712
10713 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10714
10715 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
10716 doesn't look like a file name.
10717
10718 * complete.el (PC-expand-many-files): Avoid signalling an error when
10719 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
10720
10721 2006-08-02 Andreas Schwab <schwab@suse.de>
10722
10723 * bindings.el (mode-line-format): Simplify reference to vc-mode.
10724
10725 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
10726
10727 * bindings.el (map): Make mode-line-buffer-identification-keymap
10728 before defining propertized-buffer-identification.
10729
10730 2006-08-01 Richard Stallman <rms@gnu.org>
10731
10732 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
10733
10734 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
10735
10736 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
10737 default value.
10738 (gdb-find-source-frame): New function.
10739 (menu): Add to menu bar.
10740
10741 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10742
10743 * font-core.el (font-lock-extend-region-function)
10744 (font-lock-extend-region): Move to font-lock.el.
10745
10746 * font-lock.el (font-lock-extend-region-function)
10747 (font-lock-extend-region): Move from font-core.el. Simplify.
10748
10749 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
10750 if needed.
10751 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
10752 (jit-lock-after-change-extend-region-functions): New hook.
10753 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
10754
10755 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
10756 (font-lock-turn-on-thing-lock): Use it.
10757
10758 * longlines.el (longlines-show-region): Make it work on read-only
10759 buffers as well.
10760
10761 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
10762
10763 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
10764
10765 2006-07-31 Richard Stallman <rms@gnu.org>
10766
10767 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
10768 (vhdl-speedbar-display-projects): Update old obsolete
10769 speedbar variable names.
10770
10771 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
10772
10773 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
10774 (gdb-stopped): Use it.
10775
10776 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
10777
10778 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
10779
10780 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
10781 for load-history elements.
10782
10783 2006-07-29 Eli Zaretskii <eliz@gnu.org>
10784
10785 * files.el (convert-standard-filename): For Cygwin, replace
10786 characters not allowed in Windows file names.
10787 (make-auto-save-file-name): Add Cygwin to the list of systems
10788 where the auto-save file name needs to be run through
10789 convert-standard-filename.
10790
10791 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
10792
10793 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
10794
10795 2006-07-28 Richard Stallman <rms@gnu.org>
10796
10797 * bindings.el (mode-line-frame-identification)
10798 (propertized-buffer-identification): Centralize the code
10799 to initialize the variable.
10800
10801 * progmodes/grep.el (grep-default-command): Catch errors from
10802 wildcard-to-regexp.
10803
10804 2006-07-29 Kim F. Storm <storm@cua.dk>
10805
10806 * progmodes/grep.el (grep-tag-default): New function.
10807 (grep-default-command, grep-read-regexp): Use it.
10808 (grep-read-files): Use car of grep-files-history or grep-files-aliases
10809 as default if nothing else applies.
10810
10811 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
10812
10813 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
10814 Throw error if buffer is not in Dired and Wdired mode, respectively.
10815
10816 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
10817
10818 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
10819 self-insert-command keys don't activate buttons.
10820 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
10821
10822 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
10823
10824 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
10825 faces for enable character.
10826
10827 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
10828
10829 * Makefile.in (recompile): Update comment to reflect change
10830 on 2004-04-21.
10831
10832 2006-07-27 Richard Stallman <rms@gnu.org>
10833
10834 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
10835 (customize-package-emacs-version): Change msg when pkg has no entry.
10836 (custom-no-edit): On a button, do like widget-button-press.
10837
10838 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10839
10840 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
10841 S-tab and C-S-tab.
10842
10843 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
10844
10845 * progmodes/which-func.el (which-function): Fix documentation/
10846 comment typo.
10847
10848 2006-07-26 Richard Stallman <rms@gnu.org>
10849
10850 * textmodes/ispell.el (ispell-word): If we replace the word,
10851 move point to the end. Insert before deleting.
10852
10853 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
10854
10855 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
10856 a timer.
10857
10858 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
10859
10860 * tumme.el (tumme-backward-image): Add prefix argument. Add error
10861 when at first image.
10862 (tumme-forward-image): Add prefix argument. Add error when at last
10863 image.
10864
10865 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
10866
10867 * tabify.el (tabify-regexp): Use more specific regexps.
10868 (tabify): Avoid modifying the buffer unnecessarily.
10869
10870 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
10871
10872 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
10873 (tumme-format-properties-string): Handle empty `buf'.
10874 (tumme-get-comment): Change variable names inside `let'.
10875 Add missing `let' variable that cause font-lock problems.
10876 (tumme-write-comments): Change variable names inside `let'.
10877 Add missing `let' variable that cause font-lock problems.
10878 (tumme-forward-image): Rename from `tumme-forward-char'.
10879 (tumme-backward-image): Rename from `tumme-backward-char'.
10880
10881 2006-07-25 Masatake YAMATO <jet@gyve.org>
10882
10883 * progmodes/ld-script.el (ld-script-keywords)
10884 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
10885 and add comments.
10886
10887 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
10888
10889 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
10890 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
10891 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
10892 for status indicator.
10893
10894 2006-07-24 Richard Stallman <rms@gnu.org>
10895
10896 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
10897
10898 * subr.el (dolist, dotimes): Use interned symbols for locals.
10899 (--dotimes-limit--, --dolist-tail--): New defvars.
10900 (looking-back): Doc fix.
10901
10902 * replace.el (replace-match-string-symbols): Handle dotted lists.
10903
10904 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
10905
10906 * tumme.el (tumme-write-tags): Add.
10907 (tumme-write-comments): Add.
10908 (tumme-tag-files): Change to use `tumme-write-tags'.
10909 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
10910 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
10911 (tumme-save-information-from-widgets): Change to use
10912 `tumme-write-comments' and `tumme-write-tags'.
10913 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
10914 (tumme-write-tag): Remove.
10915 (tumme-write-comment): Remove.
10916 (tumme-display-previous-thumbnail-original): Remove empty line.
10917 (tumme-widget-list): Add punctuation.
10918
10919 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
10920
10921 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
10922
10923 2006-07-24 Daiki Ueno <ueno@unixuser.org>
10924
10925 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10926 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
10927 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
10928
10929 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
10930
10931 * mouse.el (mouse-on-link-p): Doc fix.
10932
10933 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
10934
10935 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10936 Handle "C-h f `".
10937
10938 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10939
10940 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
10941 column.
10942
10943 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
10944
10945 * textmodes/table.el: Add move-beginning-of-line and
10946 move-end-of-line to Point Motion Only Group.
10947
10948 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
10949
10950 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
10951
10952 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10953
10954 * startup.el (user-mail-address): Initialize from the `EMAIL'
10955 environment variable first. Document this.
10956 (command-line): Ditto.
10957
10958 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
10959
10960 * help-mode.el (help-function-def, help-variable-def)
10961 (help-face-def): Print a message in the minibuffer.
10962
10963 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
10964
10965 * term/xterm.el (terminal-init-xterm): Fix key bindings
10966 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
10967
10968 2006-07-21 Eli Zaretskii <eliz@gnu.org>
10969
10970 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
10971 where `(nth 1 command)' is a cons cell. Doc fix.
10972
10973 * textmodes/po.el (po-find-charset): Doc fix.
10974
10975 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
10976
10977 * allout.el (allout-unprotected, allout-e-o-prefix-p)
10978 (allout-beginning-of-current-line, allout-end-of-current-line)
10979 (allout-next-visible-heading, allout-open-topic)
10980 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
10981 (allout-flag-current-subtree, allout-show-to-offshoot)
10982 (allout-hide-current-entry, allout-show-current-branches)
10983 (allout-hide-region-body, allout-old-expose-topic)
10984 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
10985 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
10986 containing `beginning-of-line' and `end-of-line' with
10987 `inhibit-field-text-motion' t.
10988
10989 2006-07-21 Eli Zaretskii <eliz@gnu.org>
10990
10991 * frame.el (focus-follows-mouse): Document that it doesn't have
10992 any effect on MS-Windows.
10993
10994 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
10995
10996 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
10997
10998 2006-07-20 Jay Belanger <belanger@truman.edu>
10999
11000 * calc/calc.el (calc-previous-alg-entry): Remove variable.
11001
11002 * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
11003 New variables.
11004 (calc-alg-entry): Use `calc-alg-entry-history'.
11005 (calc-do-quick-calc): Use `calc-quick-calc-history'.
11006 Remove reference to `calc-previous-alg-entry'.
11007 (calcAlg-edit, calcAlg-enter): Remove reference to
11008 `calc-previous-alg-entry'.
11009 (calcAlg-previous): Use `previous-history-element' instead of
11010 `calc-previous-alg-entry'.
11011 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
11012 Change keybinding for `calcAlg-plus-minus', add keybindings for
11013 `previous-history-element' and `next-history-element'.
11014
11015 * calc/calc-rewr.el (calc-match): Remove reference to
11016 `calc-previous-alg-entry'.
11017
11018 * calc/calc-sel.el (calc-selection-history): New variable.
11019 (calc-enter-selection, calc-sel-mult-both-sides)
11020 (calc-sel-add-both-sides): Use `calc-selection-history'.
11021
11022 * calc/calc-map.el (calc-get-operator-history): New variable.
11023 (calc-get-operator): Use `calc-get-operator-history'.
11024
11025 * calc/calcalg3.el (calc-curve-fit-history): New variable.
11026 (calc-curve-fit): Use `calc-curve-fit-history'.
11027
11028 2006-07-20 Kenichi Handa <handa@m17n.org>
11029
11030 * international/mule-cmds.el (select-safe-coding-system): Fix the
11031 way of deciding eol-type of the coding system.
11032
11033 2006-07-20 Alan Mackenzie <acm@muc.de>
11034
11035 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
11036 (c-lang-setvar): New macro.
11037 (c-make-init-lang-vars-fun): Use the initialization forms in
11038 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
11039 (comment-start, comment-end, comment-start-skip): Change these from
11040 c-lang-defvar's to c-lang-setvar's.
11041
11042 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
11043 which calls make-local-variable on the elements of
11044 c-emacs-variable-inits.
11045 (c-init-language-vars-for): Call this new macro.
11046
11047 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11048
11049 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11050 Try to rule out false positives due to time stamps.
11051 (compilation-mode-font-lock-keywords): Remove rules made redundant
11052 because of the above change. Add `segmentation fault' to the known and
11053 highlighted compilation termination messages.
11054
11055 2006-07-19 Kim F. Storm <storm@cua.dk>
11056
11057 * progmodes/grep.el (grep-find-ignored-directories):
11058 Add .svn and _darcs to list.
11059
11060 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
11061
11062 * dired.el (dired-mode-map): Add key binding `C-te' for
11063 `tumme-dired-edit-comment-and-tags'.
11064
11065 * tumme.el (tumme-display-thumbnail-original-image): Make sure
11066 image display buffer is displayed before call to
11067 `tumme-display-image.
11068 (tumme-dired-display-image): Make sure image display buffer is
11069 displayed before call to `tumme-display-image.
11070 (tumme-mouse-display-image): Make sure image display buffer is
11071 displayed before call to `tumme-display-image.
11072 (tumme-widget-list): Add.
11073 (tumme-dired-edit-comment-and-tags): Add.
11074 (tumme-save-information-from-widgets): Add.
11075
11076 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11077
11078 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
11079
11080 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11081
11082 * progmodes/sh-script.el (sh-font-lock-keywords-1):
11083 Revert inadvertently installed patch hunk.
11084
11085 * progmodes/compile.el (compilation-find-file): Handle the
11086 cases where the user selects a non-existent file.
11087
11088 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11089
11090 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
11091
11092 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
11093
11094 * subr.el (sit-for): Just sleep-for if noninteractive.
11095
11096 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11097
11098 * emacs-lisp/autoload.el (make-autoload): Use new arg.
11099
11100 * custom.el (custom-autoload): Add `noset' argument.
11101 (custom-push-theme): Don't autoload the variable, let callers do it.
11102 (custom-theme-set-variables): Autoload the variable if necessary.
11103
11104 * cus-edit.el (custom-variable-state-set): If the variable was
11105 originally set outside custom, but to the same value as the default,
11106 consider it to be standard.
11107
11108 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
11109 file *before* telling Emacs to add the autoloads, in case it fails.
11110
11111 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
11112 Use `cond', push', and `dolist'.
11113
11114 2006-07-17 Richard Stallman <rms@gnu.org>
11115
11116 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
11117 Add defvars to silence warnings.
11118
11119 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
11120
11121 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11122 Don't highlight "Compiling file" messages as error.
11123
11124 * dired-aux.el (dired-compress-file): Confirm again if gzipped
11125 file already exists.
11126
11127 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
11128
11129 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
11130 entry, don't assign to free var; simply return the extracted filename.
11131 (ff-treat-as-special): Incorporate common preamble from callers.
11132 (ff-other-file-name, ff-find-the-other-file):
11133 Update call to ff-treat-as-special.
11134
11135 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
11136
11137 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
11138
11139 * tumme.el (tumme-get-comment): Fix bug.
11140
11141 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
11142
11143 * files.el: Remove spurious * in docstrings.
11144
11145 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
11146
11147 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
11148 grammar.
11149 (allout-beginning-of-current-line): Beware beginning of buffer.
11150 Also, a comment is simplified.
11151 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
11152 when appropriate. (This fix enables use for other than
11153 bullet-hotspot operation.)
11154 (allout-hide-current-subtree): While escalating to sibling-close,
11155 make sure to situate on a topic.
11156
11157 2006-07-14 Kim F. Storm <storm@cua.dk>
11158
11159 * emulation/cua-base.el (cua-delete-selection)
11160 (cua-toggle-set-mark): New defcustoms.
11161 (cua-rectangle-modifier-key): Add `alt' modifier.
11162 (cua-replace-region): Don't delete if cua-delete-selection is nil.
11163 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
11164 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
11165
11166 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
11167
11168 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
11169
11170 * allout.el: Require 'cl during byte-compilation/interactive load,
11171 for the `assert' macro.
11172 (allout-mode-deactivate-hook): New hook, run when allout mode
11173 deactivates.
11174 (allout-developer): New allout customization subgroup.
11175 (allout-run-unit-tests-on-load): New allout-developer
11176 customization variable, when true allout unit tests are run towards
11177 end of file load/eval.
11178 (allout-inhibit-auto-fill): Disable auto-fill activity even during
11179 auto-fill-mode.
11180 (allout-resumptions): Remove, to be replaced by...
11181 (allout-add-resumptions): Register variable settings to be
11182 reinstated by `allout-do-resumptions'. The settings are made
11183 buffer-local, but the locality/globality of the suspended setting
11184 is restored on resumption.
11185 (allout-do-resumptions): Reinstate all settings suspended using
11186 `allout-add-resumptions'.
11187 (allout-test-resumptions): Unit tests (and intermediate variables)
11188 for resumptions.
11189 (allout-tests-globally-unbound, allout-tests-globally-true)
11190 (allout-tests-locally-true): Intermediate variables for
11191 resumptions unit tests.
11192 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
11193 (allout-exposure-category): Replaces 'allout-overlay-category variable.
11194 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
11195 instead of retired `allout-resumptions'. For hook functions, use
11196 `local' parameter so hook settings are created and removed as
11197 buffer-local settings. Revise (resumptions) setting
11198 auto-fill-function so it is set only if already active. (The
11199 related fill-function settings are all made in either case, so
11200 that activating auto-fill-mode activity will have the custom
11201 allout-mode behaviors (hanging indent on topics, if configured for it).
11202 Remove all allout-exposure-category overlays on mode deactivation.
11203 (allout-hotspot-key-handler): New function extracted from
11204 `allout-pre-command-business', so the functionality can be used
11205 for other purposes, eg as a binding in an overlay.
11206 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
11207 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
11208 customization variable.
11209 (allout-run-unit-tests): Run the (currently quite small)
11210 repertoire of unit tests. Called just before the provide iff user
11211 has customized `allout-run-unit-tests-on-load' non-nil.
11212
11213 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
11214
11215 * emacs-lisp/authors.el (authors-aliases): Update.
11216
11217 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
11218
11219 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
11220 gdb-source-window. Add dedicated argument.
11221 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
11222 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
11223 (gdb-display-threads-buffer, gdb-display-memory-buffer)
11224 (gdb-display-locals-buffer): Use it.
11225
11226 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
11227 Set gdb-source-window.
11228
11229 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
11230
11231 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
11232 minor modes, redundant with the custom-autoload line above.
11233
11234 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
11235
11236 * longlines.el (longlines-post-command-function): Handle open-line too.
11237
11238 2006-07-12 Richard Stallman <rms@gnu.org>
11239
11240 * progmodes/grep.el (grep-last-buffer): Doc fix.
11241
11242 * info.el (Info-try-follow-nearest-node): Doc fix.
11243
11244 * emacs-lisp/edebug.el (edebug-instrument-function):
11245 Err if find-function-noselect gives no position.
11246
11247 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11248 If can't find definition, return nil for position.
11249 (find-function-do-it): Handle new return value
11250 of find-definition-noselect.
11251 (find-definition-noselect, find-variable-noselect): Doc fix.
11252 (find-function-noselect): Doc fix.
11253
11254 * help-mode.el (help-variable-def): Handle find-variable-noselect
11255 returning no position.
11256 (help-function-def): Likewise for find-function-search-for-symbol.
11257 (help-face-def): Likewise.
11258
11259 * help-fns.el (describe-variable): Handle find-variable-noselect
11260 returning no position.
11261
11262 * files.el (locate-file-completion): Avoid duplicates in result.
11263
11264 * cus-edit.el (custom-no-edit): New command.
11265 (custom-mode-map): Remap to custom-no-edit instead of
11266 using suppress-keymap.
11267
11268 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
11269
11270 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
11271 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
11272 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
11273
11274 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
11275
11276 2006-07-11 Kim F. Storm <storm@cua.dk>
11277
11278 * ido.el (ido-copy-current-file-name): Use buffer-name if
11279 buffer-file-name is nil.
11280
11281 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
11282
11283 * simple.el (undo-ask-before-discard): Set to nil.
11284
11285 * vc.el (vc-exec-after): Don't delete process manually.
11286 (vc-print-log): Run log-view-mode in process sentinel inside
11287 inhibit-read-only. Don't shrink window due to timing issues.
11288
11289 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
11290 Avoid using with-output-to-temp-buffer, which clobbers local vars.
11291
11292 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
11293
11294 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11295 Fix ambiguity introduced by last change.
11296 (compilation-find-file): Move save-excursion to where it may
11297 make sense. Fix a left over `find-file'.
11298
11299 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
11300
11301 * textmodes/texinfmt.el (texinfo-format-separate-node):
11302 Insert a string before point, which fits documentation, not after.
11303 (texinfo-multitable-item): In a multitable row, insert any
11304 additional needed @tabs and spaces.
11305
11306 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
11307
11308 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
11309 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
11310 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
11311 instead of shell-command.
11312 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
11313 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
11314 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
11315 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
11316 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
11317 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
11318
11319 2006-07-11 Kim F. Storm <storm@cua.dk>
11320
11321 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
11322 Remove special case for seconds < 0. Use (redisplay t) instead.
11323
11324 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
11325
11326 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
11327 avoid compilation error.
11328
11329 * subr.el (sit-for): New function.
11330
11331 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
11332
11333 2006-07-10 Richard Stallman <rms@gnu.org>
11334
11335 * ldefs-boot.el (edebug): Update page.
11336
11337 2006-07-10 Kim F. Storm <storm@cua.dk>
11338
11339 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
11340 to FOR-RELEASE and TODO.
11341
11342 2006-07-10 Romain Francoise <romain@orebokech.com>
11343
11344 * emacs-lisp/authors.el (authors-aliases): Update.
11345
11346 2006-07-10 Alan Mackenzie <acm@muc.de>
11347
11348 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
11349 * cc-mode.el: Changes to eradicate eval-after-load.
11350
11351 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
11352
11353 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
11354 on non-char events.
11355
11356 2006-07-09 Romain Francoise <romain@orebokech.com>
11357
11358 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11359 Don't highlight start/end markers as compilation messages.
11360
11361 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
11362 to t.
11363
11364 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
11365
11366 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
11367
11368 2006-07-08 Richard Stallman <rms@gnu.org>
11369
11370 * term/x-win.el (x-handle-display): Add doc string.
11371
11372 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11373
11374 * subr.el (def-edebug-spec): Move here.
11375 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
11376
11377 * imenu.el (imenu-choose-buffer-index): Doc fix.
11378
11379 2006-07-08 Romain Francoise <romain@orebokech.com>
11380
11381 * term/x-win.el (x-display-name): Fix typo.
11382
11383 2006-07-08 Eli Zaretskii <eliz@gnu.org>
11384
11385 * hexl.el (hexl-find-file): Doc fix.
11386
11387 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11388
11389 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
11390
11391 * term/x-win.el (x-display-name): Doc fix.
11392
11393 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11394
11395 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
11396 long prefixes.
11397 (fill-region-as-paragraph): Don't round up to a whole line.
11398 (fill-comment-paragraph): Don't include the code-before-the-comment
11399 when calling fill-region-as-paragraph.
11400
11401 * international/mule.el (make-char): Remove redundancy.
11402
11403 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
11404 property may contain an anonymous function rather than a symbol.
11405
11406 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
11407
11408 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11409 Use shy regexp. Fix incorrect backref to potentially unmatched group.
11410
11411 * dirtrack.el (dirtrack-default-directory-function): Remove.
11412 (dirtrack-directory-function): Use file-name-as-directory.
11413 (dirtrack-windows-directory-function): Simplify.
11414 (dirtrack-forward-slash, dirtrack-backward-slash)
11415 (dirtrack-replace-slash): Remove.
11416 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
11417 (dirtrack): Fix wrong parenthesizing; use match-string.
11418
11419 * progmodes/octave-inf.el: Remove spurious * in docstrings.
11420 (inferior-octave-mode): Only change the buffer-local value of
11421 comint-dynamic-complete-functions.
11422 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
11423 Move the initialization to the declaration.
11424 (inferior-octave-complete): Remove unused var `filter'.
11425
11426 * shell.el (shell-mode): Only change the buffer-local value of
11427 comint-dynamic-complete-functions.
11428
11429 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
11430
11431 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
11432 entry is skipped because it has been scheduled.
11433 (org-prepare-agenda-buffers): Don't mark buffers as modified when
11434 changing `:org-archived' and `:org-comment' properties.
11435
11436 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
11437
11438 * server.el (server-select-display): Don't make the temp frame
11439 minibuffer-only, in case it's not a temp frame.
11440 (server-process-filter): Don't delete the temp frame if it's the
11441 only one we have on that display.
11442
11443 * files.el (find-alternate-file): Doc fix.
11444
11445 2006-07-05 Richard Stallman <rms@gnu.org>
11446
11447 * files.el (abbreviate-file-name): Add save-match-data.
11448
11449 2006-07-03 Richard Stallman <rms@gnu.org>
11450
11451 * faces.el (read-face-name): Doc fix.
11452
11453 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
11454
11455 * net/goto-addr.el (goto-address): Mark as safe for local evals.
11456
11457 2006-07-05 Andre Spiegel <spiegel@gnu.org>
11458
11459 * vc.el (vc-diff-internal): Fix prev change.
11460
11461 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
11462
11463 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
11464 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
11465
11466 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11467
11468 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
11469 fails if the symbol contains chars like ( or '.
11470 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
11471 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
11472 `short'.
11473
11474 2006-07-04 Kenichi Handa <handa@m17n.org>
11475
11476 * international/mule-cmds.el (set-language-info): If LANG-ENV is
11477 the current one, don't call set-language-environment, but call one
11478 of set-language-environment-XXX to make INFO effective now.
11479 (set-language-environment): Call set-language-environment-XXX
11480 functions instead of doing the various setups directly.
11481 (set-language-environment-coding-systems): Delete argument eol-type.
11482 (set-language-environment-input-method)
11483 (set-language-environment-nonascii-translation)
11484 (set-language-environment-charset)
11485 (set-language-environment-fontset)
11486 (set-language-environment-unibyte): New functions.
11487
11488 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
11489
11490 * locate.el (locate-update-when-revert): New option.
11491 (locate-update-path): New option (suggested by Michael Albinus).
11492 (locate-prompt-for-command): Whitespace change.
11493 (locate-update): No longer offer to update the locate database by
11494 default. Implement the two new options.
11495
11496 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
11497
11498 * tooltip.el: Move comment about track-mouse...
11499
11500 * progmodes/gud.el: ...to here.
11501
11502 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
11503
11504 * facemenu.el (facemenu-listed-faces): New var.
11505 (facemenu-unlisted-faces): Variable deleted.
11506 (facemenu-add-new-face): Use facemenu-listed-faces.
11507
11508 * emulation/viper-init.el, calendar/calendar.el:
11509 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
11510
11511 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
11512
11513 * textmodes/org.el (org-mode): Remove no invalid settings for
11514 calc embedded mode.
11515 (org-mode-p): New defsubst.
11516 (org-save-all-org-buffers): New function.
11517 (org-first-headline-recenter): Enclose outline-regexp in group
11518 delimiters.
11519 (org-set-tags): Keep single space after stars.
11520
11521 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11522
11523 * window.el (set-window-text-height): Only set window-min-height to
11524 1 if that's the requested size.
11525
11526 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
11527 (diff-unified->context, diff-context->unified)
11528 (diff-reverse-direction): Make sure the end marker stays at the end.
11529 (diff-mode): Add the keymap table at the end of docstring.
11530 Use lexical-let rather than constructing a closure manually.
11531
11532 * files.el (find-file-noselect-1): Remove unused var assignment.
11533 (hack-local-variables-confirm): Print lists of strings as lists of
11534 strings rather than lists of symbols.
11535 (abbreviate-file-name, hack-local-variables-prop-line):
11536 Use match-string.
11537 (hack-one-local-variable): Move `make-local-variable' nearer its use.
11538 (recover-session-finish): Use line-end-position.
11539
11540 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
11541
11542 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
11543
11544 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
11545
11546 * progmodes/make-mode.el (makefile-macroassign-regex):
11547 Accept preceding keyword.
11548 (makefile-gmake-statements): Reorganize, now that makepp has
11549 "override" and also handle forgotten "override define".
11550 (makefile-makepp-statements): Add new "global", "override export"
11551 and "override global".
11552
11553 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
11554
11555 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
11556 (ada-compile-mouse-goto-error, ada-deactivate-properties)
11557 (ada-no-auto-case): Fix typos in docstrings.
11558
11559 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
11560
11561 * info.el (Info-find-node-2): Search for makeinfo version more
11562 carefully.
11563
11564 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
11565
11566 * textmodes/org.el (org-prepare-agenda-buffers):
11567 Use `invisible-OK' argument for `org-end-of-subtree'.
11568 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
11569 (org-beginning-of-item): Fix bug in regular expression for white line.
11570 (org-export-as-html): Enforce space after bullet in plain list items.
11571 (org-set-autofill-regexps): Require space after plain list bullet
11572 for paragraph-start.
11573 (org-ts-regexp3): New constant.
11574 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
11575 (org-timestamp-up-day, org-timestamp-down-day)
11576 (org-timestamp-change): Work with inactive timestamps.
11577 (org-ts-regexp1): Don't allow brackets in time stamps.
11578
11579 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
11580
11581 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
11582 for ignoring links.
11583
11584 * faces.el (read-face-name): Use it.
11585
11586 2006-06-28 Juri Linkov <juri@jurta.org>
11587
11588 * buff-menu.el (list-buffers-noselect): Compare Info file
11589 with the string "dir" to detect Info directory.
11590
11591 * complete.el (partial-completion-mode): In lambda for
11592 `choose-completion-string-functions' use full function signature
11593 with 4 args, and move point to the end of the minibuffer only if arg
11594 `mini-p' is non-nil.
11595
11596 2006-06-28 John Paul Wallington <jpw@pobox.com>
11597
11598 * ibuffer.el (ibuffer-mode): Doc fix.
11599
11600 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
11601
11602 * textmodes/org.el (org-context): New contexts :item-bullet,
11603 :latex-fragment, :latex-preview.
11604 (org-overlays-at, org-overlay-start, org-overlay-end):
11605 New compatibility functions.
11606 (org-inside-LaTeX-fragment-p): More accurate matching, using the
11607 exact regexp that will be used during export.
11608 (org-latex-regexps): New variable.
11609 (org-cdlatex-mode): Improve advice for `texmathp'.
11610 (turn-on-org-cdlatex): New function.
11611
11612 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11613
11614 * term/mac-win.el (mac-handle-font-selection): Change keys of
11615 mac-atsu-font-table from strings to numbers.
11616 (mac-ts-caret-position): Use also when cursor-type is nil.
11617 (mac-ts-update-active-input-area): Add Mac OS Classic support.
11618 Relax condition for using overlay strings.
11619 Use mac-ts-caret-position face when cursor-type is nil.
11620
11621 2006-06-26 Kim F. Storm <storm@cua.dk>
11622
11623 * help.el (view-emacs-news): Declare `res' in the right let* form.
11624
11625 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
11626
11627 * net/rcompile.el (remote-compile): Replace ange-ftp based
11628 implementation by Tramp functions.
11629 Suggested by Marc Abramowitz <msabramo@gmail.com>.
11630
11631 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
11632
11633 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
11634
11635 * international/fontset.el (setup-default-fontset): Fix a typo in
11636 the "Oriya-Akruti" registry name.
11637
11638 2006-06-23 Lars Hansen <larsh@soem.dk>
11639
11640 * desktop.el (desktop-full-file-name): New function.
11641 (desktop-kill, desktop-save, desktop-remove, desktop-read)
11642 (desktop-revert): Use it.
11643 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
11644 (desktop-after-read-hook): Add option list-buffers.
11645 (desktop-locals-to-save): Add tab-width.
11646 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
11647 Fix docstring.
11648
11649 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
11650
11651 * textmodes/org.el (org-cdlatex-mode-map)
11652 (org-cdlatex-texmathp-advice-is-done): New variables.
11653 (org-cdlatex-mode): New minor mode.
11654 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
11655 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
11656 (org-export-with-archived-trees): New option.
11657 (org-open-file): Remove the call to `convert-standard-filename'.
11658 (org-archive-tag, org-agenda-skip-archived-trees)
11659 (org-cycle-open-archived-trees)
11660 (org-sparse-tree-open-archived-trees): New options.
11661 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
11662 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
11663 New functions.
11664 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
11665 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
11666 (org-mode-map): Add binding for `org-toggle-archive-tag'.
11667 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
11668 Call `org-prepare-agenda-buffers'.
11669 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
11670 (org-file-apps, org-file-apps-defaults-gnu)
11671 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
11672 Handle remote files by forcing them to be opened in Emacs.
11673
11674 2006-06-23 Andre Spiegel <spiegel@gnu.org>
11675
11676 * vc.el (vc-diff-knows-L): New variable.
11677 (vc-diff-internal): Use it to handle "diff" programs that don't
11678 understand -L. This works automatically, no user action is necessary.
11679
11680 2006-06-23 Daniel Brockman <daniel@brockman.se>
11681
11682 * net/rcirc.el (rcirc-default-user-full-name): Default to
11683 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
11684 longer exists).
11685 (rcirc-process-list): Check `buffer-live-p' before attempting to
11686 switch to a buffer.
11687
11688 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
11689
11690 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
11691 based on rcirc-coding-system-alist.
11692
11693 2006-06-23 Martin Rudalics <rudalics@gmx.at>
11694
11695 * cus-edit.el (customize-apropos): A better error message.
11696 (top level) <debug-ignored-errors>: Extend and update the list of
11697 ignored error messages.
11698
11699 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
11700
11701 * complete.el (PC-do-completion): Retain capitalization of user
11702 input, when possible, even if completion-ignore-case is set.
11703
11704 2006-06-23 Eli Zaretskii <eliz@gnu.org>
11705
11706 * generic-x.el (bat-generic-mode): Support .cmd files.
11707
11708 * dos-w32.el (top level): Use find-file-not-found-functions
11709 instead of the obsolete find-file-not-found-hooks.
11710
11711 2006-06-22 Kim F. Storm <storm@cua.dk>
11712
11713 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
11714 to recognize mode name containing submodes, such as Grep/lw.
11715
11716 2006-06-21 Kim F. Storm <storm@cua.dk>
11717
11718 * simple.el (line-move-1): Check for move-end-of-line instead of
11719 end-of-line when setting temporary-goal-column.
11720
11721 2006-06-21 Miles Bader <miles@gnu.org>
11722
11723 * play/cookie1.el (cookie): Work properly when there's only one entry.
11724
11725 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
11726
11727 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
11728 (gdb-frame-handler): Generalize frame regexp for templates.
11729
11730 2006-06-20 Glenn Morris <rgm@gnu.org>
11731
11732 * calendar/appt.el (appt-display-format): Default value must be
11733 one of the customize options.
11734
11735 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
11736
11737 * term/xterm.el (terminal-init-xterm): Update key availability info.
11738 Bind C-return.
11739
11740 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
11741
11742 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
11743
11744 * files.el (hack-local-variables): Run `hack-local-variables-hook'
11745 whether or not a local variables list is defined.
11746
11747 * msb.el (msb): Move `sit-for' hack here to handle both
11748 "mouse-down and drag" and "mouse-up and select" situations.
11749 (mouse-select-buffer): Move `sit-for' hack to `msb'.
11750
11751 2006-06-20 Kenichi Handa <handa@m17n.org>
11752
11753 * international/characters.el (word-combining-categories):
11754 Add entries for 2-byte Han characters.
11755
11756 2006-06-19 Richard Stallman <rms@gnu.org>
11757
11758 * bindings.el (mode-line-format): Save some mode line space.
11759
11760 * files.el (find-file-noselect): Improve the question wording.
11761 (basic-save-buffer-2): Mask UMASK against 666.
11762
11763 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
11764 (mouse-drag-vertical-line): Call it.
11765
11766 * cus-edit.el (customize-option, customize-option-other-window):
11767 Error if SYMBOL is nil.
11768
11769 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
11770
11771 * textmodes/org.el: Require noutline, also on XEmacs.
11772 (org-end-of-subtree): Return point.
11773 (org-dblock-start-re, org-dblock-end-re): New constants.
11774 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
11775 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
11776 (org-update-all-dblocks, org-find-dblock): New functions.
11777 (org-collect-clock-time-entries): New function.
11778 (org-html-handle-time-stamps): Never export CLOCK timeranges.
11779 (org-fixup-indentation): Modify to deal correctly with lines
11780 starting with TAB. Only one argument DIFF now.
11781 (org-demote, org-promote): Call `org-fixup-indentation' with just
11782 one argument, DIFF.
11783 (org-mode): Don't mark buffer as modified when aligning tables.
11784 (org-clock-sum): Don't mark buffer modified when adding time sum
11785 properties.
11786 (org-export-as-html): Add support for a link validation function.
11787 (org-archive-all-done): New function.
11788 (org-archive-subtree): New prefix argument. When set, archive all
11789 done subtrees in this buffer.
11790 (org-remove-clock-overlays)
11791 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
11792 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
11793 (org-put-clock-overlay): Don't swallow last headline character
11794 when displaying overlay.
11795 (org-store-link): Link to `image-mode' with just the file name.
11796
11797 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
11798
11799 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
11800 Use read-key-sequence.
11801 (viper-after-change-undo-hook): Misc enhancements.
11802 (viper-after-change-undo-hook): New hook.
11803 (viper-undo): Use viper-after-change-undo-hook.
11804 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
11805 (viper-next-line-at-bol): If point is on a widget or a button, simulate
11806 clicking on that widget/button.
11807
11808 * emulation/viper.el (viper-mode): Allow a separate cursor color
11809 in Emacs state.
11810
11811 * ediff-diff.el (ediff-test-patch-utility): Catch errors.
11812 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
11813 (ediff-set-actual-diff-options): New function.
11814 (ediff-reset-diff-options, ediff-toggle-ignore-case):
11815 Use ediff-set-actual-diff-options.
11816 (ediff-extract-diffs): Catch errors.
11817 (ediff-whitespace): Add non-breakable space.
11818 (ediff-same-file-contents): Catch errors.
11819
11820 * ediff-mult.el (ediff-collect-custom-diffs):
11821 Save coding-system-for-read.
11822
11823 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
11824 (ediff-vc-internal, ediff-vc-merge-internal):
11825 Use ediff-delete-version-file.
11826 (ediff-delete-version-file): New function.
11827
11828 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
11829
11830 * ediff.el (ediff-directories, ediff-directory-revisions)
11831 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
11832 (ediff-directories-internal, ediff-merge-directory-revisions)
11833 (ediff-merge-directory-revisions-with-ancestor)
11834 (ediff-directories3): Use read-directory-name.
11835
11836 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
11837
11838 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
11839 Remove superfluous part of regexp for brace matching which is handled
11840 by `scan-lists' call.
11841
11842 2006-06-16 Richard Stallman <rms@gnu.org>
11843
11844 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
11845
11846 * files.el (basic-save-buffer-2): For a new precious file,
11847 use the default modes in the return value.
11848
11849 * facemenu.el (facemenu-color-alist): Doc fix.
11850
11851 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
11852
11853 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11854
11855 * cus-start.el (all): Add mac-ts-script-language-on-focus.
11856
11857 * term/mac-win.el (mac-text-encoding-ascii): New constant.
11858 (mac-utxt-to-string): Use it.
11859 (mac-ts-update-active-input-area): Use mac-ae-number.
11860
11861 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
11862
11863 * term.el (term-handle-scroll, term-delete-lines)
11864 (term-insert-lines): Fix off by one errors.
11865
11866 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
11867
11868 * net/tramp.el (tramp-touch): Use UTC to express time.
11869
11870 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
11871
11872 * mail/sendmail.el (mail-send): Search explicitly for
11873 mail-header-separator when checking for corrupted header lines.
11874
11875 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
11876
11877 * progmodes/gdb-ui.el (gdb-same-frame): New option.
11878 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
11879 (gdb-init-1): Initialise them.
11880 (gdb-starting): Reset gdb-printing
11881 (gdb-starting): Save value of gud-overlay-arrow-position.
11882 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
11883 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
11884 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
11885 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
11886
11887 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11888
11889 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
11890
11891 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
11892
11893 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
11894 (ldap-search-internal): Keep error messages, and a regexp fix.
11895
11896 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
11897
11898 * files.el (hack-local-variables-confirm):
11899 Display string value using its printed representation.
11900
11901 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
11902
11903 * server.el (server-edit): No-op if no server buffers exist.
11904
11905 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
11906
11907 * textmodes/page-ext.el (pages-directory-for-addresses):
11908 Including `pages-directory-address-mode' in the function results
11909 in the message "Buffer in which pages were found is deleted".
11910
11911 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
11912
11913 * textmodes/org.el (org-agenda-mode-map): Add bindings for
11914 clocking functions.
11915
11916 (org-agenda-clock-in, org-check-running-clock)
11917 (org-clock-out-if-current, org-remove-clock-overlays)
11918 (org-put-clock-overlay): New functions.
11919 (org-clock-marker, org-clock-file-total-minutes)
11920 (org-clock-overlays): New variables.
11921 (org-clock-display, org-clock-sum, org-clock-cancel)
11922 (org-clock-out, org-clock-in): New commands.
11923 (org-export): New function.
11924 (org-emph-re): New constant.
11925 (org-set-emph-re, org-do-emphasis-faces): New functions.
11926 (org-emphasis-regexp-components, org-emphasis-alist): New options.
11927 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
11928 (org-export-html-convert-emphasize): Use the configurable emphasis.
11929 (org-cleaned-string-for-export): Make multiline emphasis visible
11930 to the exporter. New optional argument PARAMETERS.
11931 (org-export-as-html): Specify :emph-multiline parameter to
11932 `org-cleaned-string-for-export'.
11933
11934 2006-06-10 Richard Stallman <rms@gnu.org>
11935
11936 * help.el (help-for-help-internal): Clean up help text.
11937
11938 2006-06-10 Andreas Schwab <schwab@suse.de>
11939
11940 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
11941 in doc string.
11942
11943 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
11944
11945 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
11946
11947 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
11948 spaces after the comment start.
11949
11950 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11951
11952 * play/pong.el (pong-init-buffer):
11953 Fill buffer with spaces instead of ^A.
11954
11955 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
11956 launched asynchronously, delete its process instead of being cool.
11957 (ispell-async-processp): Check for `delete-process' existence
11958 instead of `kill-process' one for consistency.
11959
11960 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
11961
11962 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
11963 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
11964 in mode line at startup.
11965
11966 2006-06-08 Kim F. Storm <storm@cua.dk>
11967
11968 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
11969 (ido-init-completion-maps): Bind them to M-SPC and M-v.
11970 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
11971 (ido-file-internal): Pass full file name to write-file.
11972 (ido-read-internal): Only pop stack elements automatically if they
11973 actually match an existing directory or file name.
11974
11975 2006-06-07 Kenichi Handa <handa@m17n.org>
11976
11977 * international/mule.el (find-auto-coding): Don't handle the short
11978 name `char-trans'.
11979
11980 * files.el (hack-local-variables-prop-line)
11981 (hack-local-variables): Cancel the previous change.
11982
11983 2006-06-06 Jesper Harder <harder@phys.au.dk>
11984
11985 * ediff-diff.el (ediff-test-utility): Protect against file-error.
11986
11987 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
11988
11989 * diff-mode.el (diff-mode): Set buffer-read-only to t when
11990 diff-default-read-only is non-nil.
11991 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
11992 (diff-refine-hunk): Set inhibit-read-only to t.
11993
11994 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
11995 modifying the *Diff* buffer.
11996 (diff-process-filter): New filter function for diff process that
11997 sets inhibit-read-only to t when modifying the *Diff* buffer.
11998
11999 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
12000
12001 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
12002 insertion point and control the number of empty lines.
12003 (org-paste-subtree): Limit the number of empty lines at the end of
12004 the inserted tree.
12005 (org-agenda): Use buffer name of current file for narrowing.
12006 (org-export-as-xml): Command removed.
12007 (org-export-xml-type): Option removed.
12008 (org-mode-map): Call `org-export-as-xoxo' directly.
12009 (org-get-indentation): New optional argument LINE.
12010 (org-fix-indentation, org-remove-tabs): New functions.
12011 (org-export-as-ascii, org-ascii-level-start): Determine and apply
12012 correct indentation for headlines that are converted it items.
12013 (org-skip-comments): Remove table lines that contain narrowing
12014 cookies but no other non-empty fields.
12015 (org-set-tags): Allow groups of mutually exclusive tags.
12016 (org-cmp-time): Sort 24:21 before items without time.
12017 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
12018 (org-open-at-point): Require double colon also for numbers.
12019
12020 2006-06-06 Kim F. Storm <storm@cua.dk>
12021
12022 * ido.el (ido-default-file-method, ido-default-buffer-method):
12023 Make choice values consistent with corresponding command names.
12024 (ido-visit-buffer): Update accordingly. Default to selected-window.
12025
12026 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
12027
12028 * progmodes/gud.el (gud-running): Fix doc string.
12029 (gud-menu-map): Use :visible instead fo :enable for debugger test.
12030 (gud-tooltip-modes): Add python-mode.
12031 (gud-tooltip-print-command): Add pdb. Remove perldb.
12032
12033 2006-06-05 Eli Zaretskii <eliz@gnu.org>
12034
12035 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
12036 Quote $(EMACS).
12037
12038 2006-06-05 Richard Stallman <rms@gnu.org>
12039
12040 * faces.el (defined-colors): Doc fix.
12041
12042 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
12043
12044 * vc.el (vc-process-filter): Inhibit undo info collection around
12045 call to insert.
12046 (vc-setup-buffer): Likewise for call to erase-buffer.
12047 (vc-do-command): Likewise for call to process-file.
12048
12049 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
12050
12051 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
12052 for gud-go.
12053 (gud-common-init): Other debuggers may trigger error.
12054
12055 2006-06-05 Kenichi Handa <handa@m17n.org>
12056
12057 * international/mule.el (find-auto-coding):
12058 Handle enable-character-translation in file header.
12059
12060 2006-06-04 Kim F. Storm <storm@cua.dk>
12061
12062 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
12063 (authors-fixed-entries): Fix spelling.
12064 (authors-canonical-file-name): Don't report error for wildcards.
12065
12066 * help.el (view-emacs-news): Rewrite to support new NEWS,
12067 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
12068 e.g. version 10 matches 1.10, and don't be confused by version 1.1
12069 being a prefix of 1.12 (etc). A numeric prefix arg also works.
12070
12071 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
12072
12073 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
12074 exec constructs like `foo bar`.
12075 (sh-quoted-subshell): New helper function to search for a possibly
12076 nested subshell (like `` or $()) within a "" quoted string.
12077 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
12078 (sh-apply-quoted-subshell): Flag quote characters inside a
12079 subshell, which is itself already in a quoted region, as
12080 punctuation, since this is the closest to what they actually are.
12081 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
12082 sh-apply-quoted-subshell.
12083 (sh-font-lock-syntactic-face-function): Apply the new face for
12084 text inside `` instead of the old font-lock-string-face.
12085
12086 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12087
12088 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
12089 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
12090 (mac-bytes-to-text-range, mac-ae-text-range-array)
12091 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
12092 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
12093 (mac-ts-unicode-for-key-event): New functions.
12094 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
12095 (mac-handle-font-selection): Use mac-ae-number.
12096 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
12097 New variables.
12098 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
12099 (mac-ts-converted-text, mac-ts-selected-converted-text)
12100 (mac-ts-block-fill-text, mac-ts-outline-text)
12101 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
12102 (mac-ts-hilite-style-faces): New constant.
12103 (mac-apple-event-map): Bind text input events.
12104 (mac-dispatch-apple-event): Use command-execute instead of
12105 call-interactively.
12106 (global-map): Don't bind mac-apple-event.
12107 (special-event-map): Bind mac-apple-event.
12108
12109 2006-06-02 Eli Zaretskii <eliz@gnu.org>
12110
12111 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
12112 file name.
12113 (emacs): Enclose the value of $(EMACS) in quotes.
12114
12115 2006-06-02 Juri Linkov <juri@jurta.org>
12116
12117 * international/mule.el (sgml-html-meta-auto-coding-function):
12118 Remove the condition `(search-forward "<html" size t)'.
12119 Replace `\"' with `[\"']?' in `re-search-forward'.
12120
12121 2006-06-02 Kenichi Handa <handa@m17n.org>
12122
12123 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
12124 as well as `coding'.
12125 (hack-local-variables): Likewise.
12126
12127 * international/mule.el (enable-character-translation):
12128 Put permanent-local and safe-local-variable properties.
12129 (find-auto-coding): Handle char-trans: tag.
12130
12131 2006-06-02 Juri Linkov <juri@jurta.org>
12132
12133 * international/mule.el (sgml-html-meta-auto-coding-function):
12134 Limit the search by the end of the HTML header (if any).
12135
12136 2006-06-01 Richard Stallman <rms@gnu.org>
12137
12138 * subr.el (with-current-buffer): Doc fix.
12139
12140 2006-06-02 Masatake YAMATO <jet@gyve.org>
12141
12142 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
12143 Almost rewrite. Underlines over all lines of gcov output are too
12144 uncomfortable to read. Suggested by Dan Nicolaescu.
12145
12146 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
12147
12148 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
12149
12150 * shell.el (shell-mode): Use shell-mode-map in docstring.
12151
12152 * comint.el (comint-send-input): Do not add help-echo and
12153 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
12154
12155 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12156
12157 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
12158
12159 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
12160
12161 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
12162 (gdb-stopped, gdb-info-stack-custom): If there is no source info
12163 look up the stack and pop up GUD buffer if necessary.
12164 (gdb-frames-select): Remove redundant call to gud-display-frame.
12165 (gdb-info-threads-custom): Keep point at start of buffer.
12166 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
12167
12168 2006-05-31 Juri Linkov <juri@jurta.org>
12169
12170 * replace.el (query-replace-read-from, query-replace-read-to):
12171 Bind `history-add-new-input' to nil. Call `add-to-history'.
12172
12173 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
12174
12175 * textmodes/table.el: Convert all HTML tags to lower case for
12176 XHTML compatibility.
12177
12178 2006-05-31 Masatake YAMATO <jet@gyve.org>
12179
12180 * progmodes/compile.el:
12181 (compilation-error-regexp-alist-alist::gcov-called-line):
12182 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
12183
12184 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
12185
12186 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
12187 Revert inadvertent changes made with last commit.
12188
12189 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
12190
12191 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
12192 New functions.
12193
12194 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
12195
12196 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
12197
12198 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
12199 only matches in the right place.
12200 (org-upcoming-deadline): New face.
12201 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
12202 (org-export-ascii-underline): Rename constant `org-ascii-underline'
12203 and make it an option.
12204 (org-export-ascii-bullets): New option.
12205 (org-export-as-html): Many changes to emit valid XHTML.
12206 (org-par-open): New variable.
12207 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
12208 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
12209 (org-timeline): Pass `org-timeline-show-empty-dates' to
12210 `org-get-all-dates'. Interpret empty dates returned by
12211 `org-get-all-dates'.
12212 (org-get-all-dates): New argument EMPTY. Add dates without
12213 entries to the list, mark large ranges of empty dates.
12214 (org-point-in-group, org-context): New functions.
12215
12216 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
12217
12218 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
12219
12220 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
12221 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
12222 to C-mouse-3 (for 2 button mice).
12223 (gdb-send): Do the right thing for C-d.
12224
12225 * speedbar.el (speedbar-detach): Delete.
12226 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
12227 it breaks things.
12228 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
12229
12230 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
12231
12232 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
12233 Makeppfile.
12234
12235 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12236 Add makepp diagnostic.
12237
12238 2006-05-29 Richard Stallman <rms@gnu.org>
12239
12240 * window.el (fit-window-to-buffer): Doc fix.
12241
12242 * help.el (temp-buffer-max-height): Doc fix.
12243
12244 * subr.el (with-current-buffer): Doc fix.
12245
12246 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12247
12248 * term/x-win.el: Bind F10 to menu-bar-start if available.
12249
12250 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
12251
12252 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
12253 uses with a simple test.
12254 (term-set-escape-char, term-mode, term-check-kill-echo-list)
12255 (term-send-raw-string, term-send-raw, term-mouse-paste)
12256 (term-char-mode, term-line-mode, term-exec, term-sentinel)
12257 (term-handle-exit, term-read-input-ring)
12258 (term-previous-matching-input-string)
12259 (term-previous-matching-input-string-position)
12260 (term-previous-matching-input-from-input)
12261 (term-replace-by-expanded-history, term-send-input)
12262 (term-skip-prompt, term-bol, term-send-invisible)
12263 (term-kill-input, term-delchar-or-maybe-eof)
12264 (term-backward-matching-input, term-check-source)
12265 (term-proc-query, term-emulate-terminal)
12266 (term-handle-colors-array, term-process-pager, term-pager-line)
12267 (term-pager-bob, term-unwrap-line, term-word)
12268 (term-dynamic-complete-filename)
12269 (term-dynamic-complete-as-filename)
12270 (term-dynamic-simple-complete): Replace one arm ifs with whens or
12271 unlesses.
12272
12273 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12274
12275 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
12276 during bootstrapping.
12277
12278 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
12279 Basically undo the change of 2006-05-26: use extra arguments instead of
12280 dynamic scoping.
12281 (ewoc-locate): Remove unused var `footer'.
12282
12283 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12284
12285 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
12286
12287 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
12288 (generate-file-autoloads): Obey it. Return whether autoloads were
12289 added at point or not.
12290 (update-file-autoloads): Use this new return value.
12291 Remove redundant test for the presence of an autoload cookie.
12292
12293 * emacs-lisp/autoload.el (autoload-find-file): New fun.
12294 This one calls hack-local-variables.
12295 (generate-file-autoloads, update-file-autoloads): Use it.
12296
12297 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
12298 (bibtex-sort-entry-class): Add safe-local-variable predicate.
12299 (bibtex-sort-entry-class-alist): Don't set the global value.
12300 (bibtex-init-sort-entry-class-alist): New fun.
12301 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
12302 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
12303 of bibtex-init-sort-entry-class.
12304
12305 2006-05-28 Richard Stallman <rms@gnu.org>
12306
12307 * subr.el (load-history-regexp): If FILE is relative, insist
12308 entire last name component must match it.
12309 (load-history-filename-element, load-history-regexp): Doc fixes.
12310
12311 2006-05-29 Kim F. Storm <storm@cua.dk>
12312
12313 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
12314 `pos' and `raw-data' for clarity, as eval forms may access these.
12315
12316 2006-05-28 Kim F. Storm <storm@cua.dk>
12317
12318 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
12319
12320 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12321
12322 * progmodes/make-mode.el (makefile-browser-map)
12323 (makefile-mode-syntax-table): Move initialization inside declaration.
12324 (makefile-fill-paragraph): Use the default comment-filling code.
12325
12326 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
12327
12328 * replace.el (query-replace-defaults): New variable.
12329 (query-replace-read-from): Use `query-replace-defaults' for
12330 default value, instead of history list.
12331 (query-replace-read-to): Update `query-replace-defaults'.
12332
12333 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
12334
12335 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
12336 with no X toolkit.
12337
12338 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
12339
12340 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
12341 (tumme-show-all-from-dir): Add autoload.
12342
12343 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
12344
12345 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
12346 (tumme-remove-tag): Fix bug.
12347
12348 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
12349
12350 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
12351 FOOTER args. Update unique caller.
12352 (ewoc-delete): Compute last node once before looping.
12353 (ewoc--node-branch): Merge into unique caller.
12354 (ewoc--node): Don't define constructor make-ewoc--node for this
12355 structure.
12356 (ewoc): Add member `hf-pp' to this structure.
12357 (ewoc--wrap): New func.
12358 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
12359 header/footer pretty-printers. Save header/footer pretty-printer.
12360 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
12361
12362 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
12363
12364 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
12365
12366 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
12367 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
12368 Tag'. Change "Compare directories..." to "Change Directories...".
12369 Move tumme commands to Operate, Regexp and Immediate menus.
12370 Change "Add Comment" to "Add Image Comment". Change "Add Image
12371 Tag" to "Add Image Tags".
12372
12373 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
12374 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
12375 `tumme-delete-tag'.
12376
12377 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
12378
12379 * shell.el (shell-mode): Call shell-dirtrack-mode after
12380 list-buffers-directory is made a local variable, to avoid setting
12381 the default value.
12382
12383 2006-05-26 Kevin Ryde <user42@zip.com.au>
12384
12385 * info.el (Info-index-next): Use where-is-internal to report
12386 actual binding of Info-index-next, rather than hard-coded `,'.
12387
12388 2006-05-26 Eli Zaretskii <eliz@gnu.org>
12389
12390 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
12391 and "Find Command in Manual" to here.
12392
12393 * buff-menu.el (list-buffers-noselect): For Info buffers, use
12394 Info-current-file as the file name.
12395
12396 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
12397
12398 * ses.el (defadvice undo-more): Delete this defadvice. The undo
12399 overrides will now be done a different way.
12400 (ses-set-parameter): Reapply this function for undo.
12401 (ses-set-header-row): Reconstruct header row during undo.
12402 (ses-widen): New function.
12403 (ses-goto-data, ses-reconstruct-all): Use new function.
12404 (ses-command-hook): Widen buffer during undo, before unupdating
12405 the cells.
12406 (ses-insert-row, ses-delete-row): Widen buffer during undo.
12407 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
12408 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
12409 formula hasn't been executed yet.
12410
12411 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12412
12413 * comint.el (comint-kill-whole-line): Rename arg to count.
12414 Fix doc string.
12415
12416 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
12417
12418 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
12419 to copy-file.
12420
12421 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12422
12423 * simple.el (toggle-truncate-lines): Make arg optional for
12424 backward compatibility.
12425
12426 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
12427
12428 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
12429 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
12430 DLL arg. Instead, use ewoc--current-dll. Update all callers.
12431 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
12432 (ewoc--adjust): Use ewoc--current-dll.
12433 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
12434
12435 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
12436
12437 * textmodes/org.el (org-next-item, org-previous-item): Emit more
12438 compact error message.
12439 (org-tags-view): Refresh category table in each file.
12440 (org-table-justify-field-maybe): Remove superfluous arguments to
12441 `format'.
12442 (org-export-as-html): Insert "<p>" before postamble.
12443 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
12444
12445 2006-05-26 Kenichi Handa <handa@m17n.org>
12446
12447 * textmodes/po.el (po-find-charset): Pay attention to the case
12448 FILENAME is a cons (NAME . BUFFER).
12449 (po-find-file-coding-system-guts): Likewise.
12450
12451 * arc-mode.el (archive-set-buffer-as-visiting-file):
12452 Call find-operation-coding-system with (FILENAME . BUFFER).
12453
12454 * tar-mode.el (tar-extract): Call find-operation-coding-system
12455 with (FILENAME . BUFFER).
12456
12457 * international/mule.el (decode-coding-inserted-region):
12458 Call find-operation-coding-system with (FILENAME . BUFFER).
12459
12460 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
12461
12462 * image-mode.el (image-toggle-display): Use buffer contents to
12463 generate image for a remote file.
12464
12465 2006-05-25 Juri Linkov <juri@jurta.org>
12466
12467 * replace.el (query-replace-read-from, query-replace-read-to):
12468 Remove 8th arg KEEP-ALL in read-from-minibuffer.
12469
12470 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
12471
12472 * whitespace.el (whitespace-cleanup): Change to cleanup
12473 region if one is active.
12474 * whitespace.el (whitespace-cleanup-internal): New internal method.
12475
12476 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12477
12478 * dired.el (dired-mode-map): Add help-echo strings to tumme
12479 commands. Bind `tumme-dired-display-image' to C-t i.
12480
12481 * tumme.el (tumme-display-image): Change documentation string slightly.
12482 (tumme-dired-display-image): Add call to `display-buffer'.
12483
12484 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
12485
12486 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
12487 Signal error if RAW-DATA is a multibyte string.
12488
12489 2006-05-24 Richard Stallman <rms@gnu.org>
12490
12491 * subr.el (with-local-quit): When handling `quit' signal,
12492 make a chance for quit-flag to cause a quit.
12493
12494 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
12495 (ad-disable-advice): Add autoloads.
12496
12497 * subr.el (read-passwd): Copy PROMPT before changing its properties.
12498
12499 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12500
12501 * dired.el (dired-mode-map): Change menu items for tumme as per
12502 suggestions in emacs-devel.
12503
12504 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
12505
12506 * dired.el (dired-mode-map): Fix breakage.
12507
12508 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12509
12510 * tumme.el (tumme-display-dired-image): Rename to...
12511 (tumme-dired-display-image): ...this.
12512 (tumme-track-movement): Change default value to t.
12513 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
12514 used from `tumme-next-line-and-display' and similar commands.
12515
12516 * dired.el (dired-mode-map): Add Thumbnail submenu under the
12517 Immediate menu. Add some tumme commands there.
12518
12519 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
12520
12521 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
12522
12523 2006-05-24 Chong Yidong <cyd@mit.edu>
12524
12525 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
12526 menu entries that open submenus.
12527
12528 2006-05-24 Alan Mackenzie <acm@muc.de>
12529
12530 * startup.el (command-line): For names of preloaded files, don't
12531 append ".elc" (now done in Fload), and call file-truename on the
12532 lisp directory.
12533
12534 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
12535 match ANY loaded file with the right name, not just those in
12536 load-path. Put a regexp matching the file name into
12537 after-load-alist, rather than the name itself.
12538
12539 * subr.el (load-history-regexp, load-history-filename-element)
12540 (do-after-load-evaluation): New functions.
12541
12542 * international/mule.el (load-with-code-conversion): Do the
12543 eval-after-load stuff by calling do-after-load-evaluation.
12544
12545 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
12546
12547 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
12548 has not been killed.
12549
12550 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12551
12552 * term/mac-win.el: Set idle timer to clean up expired Apple events.
12553 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
12554 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
12555 Optionally set error message in reply.
12556
12557 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
12558
12559 * textmodes/org.el (org-open-at-point): Use renamed variable
12560 `org-confirm-shell-link-function'.
12561 (org-confirm-shell-link-function): Rename from
12562 `org-confirm-shell-links'.
12563 (org-export-directory): New function.
12564 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
12565 (org-export-icalendar): Use `org-export-directory'.
12566 (org-indent-item): Keep cursor position.
12567 (org-link-file-path-type): New option.
12568 (org-export-as-html): Fix bug with plain lists starting in
12569 column 0.
12570 (org-export-as-html): Remove deadline formatting, this happens
12571 now already in `org-html-handle-time-stamps'.
12572 (org-export-html-style): Deadline class removed.
12573 (org-insert-labeled-timestamps-at-point): New option.
12574 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
12575 of `hide-sublevels 1', in case the first headline is not level 1.
12576 (org-overview, org-content): New fuction.
12577 (org-cycle-global-status, org-cycle-subtree-status): Make these
12578 variables buffer-local.
12579 (org-global-cycle): New command.
12580 (org-shifttab): Use `org-global-cycle'.
12581 (org-insert-heading, org-insert-item): Go to end of new
12582 headline/item after creating it.
12583 (org-export-visible): Rename from `org-export-copy-visible'.
12584 Now creates a temporary org-file and applies an exporting command
12585 to it.
12586 (org-table-eval-formula): Support for lisp forms.
12587 (org-agenda-todo-ignore-scheduled): New option.
12588 (org-agenda-get-todos): Use new option
12589 `org-agenda-todo-ignore-scheduled'.
12590 (org-export-html-inline-images): New value `maybe'.
12591 (org-export-as-html): Inlining of images dependent on link description.
12592 (org-archive-subtree): Check for end-of-buffer before trying
12593 `kill-line'.
12594 (org-agenda-follow-mode): New option.
12595 (org-export-with-tags, org-export-with-timestamps): New options.
12596 (org-html-handle-time-stamps): New function.
12597 (org-keyword-time-regexp): New variable.
12598 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
12599 (org-agenda-todo-list-sublevels): New option.
12600 (org-html-level-start): When TITLE is nil, just close all levels.
12601 (org-parse-key-lines, org-parse-export-options): Remove functions,
12602 replaced by `org-infile-export-plist'.
12603 (org-combine-plists, org-infile-export-plist)
12604 (org-default-export-plist): New functions.
12605 (org-export-html-preamble, org-export-html-postamble)
12606 (org-export-html-auto-preamble, org-export-html-auto-postamble):
12607 New variables.
12608 (org-export-publishing-directory): New option.
12609 (org-export-as-html, org-export-as-ascii): Use the new property
12610 lists for settings.
12611 (org-export-copy-visible, org-export-as-xoxo):
12612 Respect `org-export-publishing-directory'.
12613 (org-link-search, org-store-link, org-file-apps): Support for
12614 links to BibTeX database entries..
12615 (org-get-current-options, org-set-regexps-and-options):
12616 Implement logging as a startup option.
12617 (org-store-link): Make sure context string is never empty
12618 (org-insert-link): Use relative path when possible.
12619 (org-at-item-checklet-p): New function.
12620 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
12621 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
12622 (org-metaright, org-metaup, org-metadown, org-shiftup)
12623 (org-shiftdown, org-shiftright, org-shiftleft)
12624 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
12625 Dispatch using `call-interactively'.
12626 (org-call-with-arg): New defsubst.
12627 (org-tag-alist, org-use-fast-tag-selection): New options.
12628 (org-complete): Use `org-tag-alist'.
12629 (org-fast-tag-insert, org-fast-tag-selection): New functions.
12630 (org-next-item, org-previous-item): New commands.
12631 (org-beginning-of-item, org-end-of-item): Add (interactive) to
12632 make command.
12633 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
12634
12635 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
12636
12637 * emacs-lisp/ewoc.el (ewoc-delete): New function.
12638 (ewoc-filter): Use `ewoc-delete'.
12639
12640 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
12641
12642 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
12643
12644 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
12645 Signal more user-friendly error messages.
12646
12647 * complete.el (PC-do-completion): Undo the addition of implicit
12648 wildcards if they did not lead to finding any match.
12649 (read-file-name-internal): Don't add the final > if the completion is
12650 not finished.
12651
12652 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
12653
12654 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
12655 Quote safe-local-variable predicate.
12656
12657 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
12658
12659 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
12660
12661 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12662
12663 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
12664
12665 * progmodes/make-mode.el (makefile-special-targets-list)
12666 (makefile-macro-table, makefile-target-table): Mark as risky.
12667 (makefile-query-one-target-method): Make this the alias for the
12668 following variable.
12669 (makefile-query-one-target-method-function): Make this the real name.
12670
12671 * textmodes/artist.el (artist-text-renderer): Make this the alias
12672 for the following variable.
12673 (artist-text-renderer-function): Make this the real name.
12674
12675 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
12676 the alias for the following variable.
12677 (flyspell-generic-check-word-predicate): Make this the real name.
12678
12679 * textmodes/ispell.el (ispell-format-word): Make this the alias
12680 for the following variable.
12681 (ispell-format-word-function): Make this the real name.
12682 (ispell-message-text-end): Mark as risky.
12683
12684 * skeleton.el (skeleton-transformation, skeleton-filter)
12685 (skeleton-pair-filter): Make these the aliases for the following
12686 variables.
12687 (skeleton-transformation-function, skeleton-filter-function)
12688 (skeleton-pair-filter-function): Make these the real names.
12689
12690 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
12691 and skeleton-pair-filter-function.
12692
12693 * textmodes/sgml-mode.el (sgml-transformation): Make this the
12694 alias for the following variable.
12695 (sgml-transformation-function): Make this the real name.
12696 (sgml-tag-alist): Mark as risky.
12697
12698 2006-05-21 Richard Stallman <rms@gnu.org>
12699
12700 * simple.el (kill-region): Interactively, pass point, then mark.
12701
12702 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
12703
12704 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
12705
12706 2006-05-21 Romain Francoise <romain@orebokech.com>
12707
12708 * dired-x.el (dired-mode-map): Don't bind M-g.
12709
12710 2006-05-20 Richard Stallman <rms@gnu.org>
12711
12712 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
12713 (dired-goto-file): Doc fix.
12714
12715 2006-05-21 Kim F. Storm <storm@cua.dk>
12716
12717 * emulation/cua-base.el: Mention customizing cua-mode as alternative
12718 way to enable built-in cua-mode if user loads older CUA-mode package.
12719
12720 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
12721 if default-filename is specified.
12722
12723 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12724
12725 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
12726
12727 * info.el (info-apropos): Make sure current-file and current-node
12728 have non-nil values. Speed up by using add-to-list instead of
12729 manual consing.
12730
12731 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12732
12733 * progmodes/make-mode.el (makefile-mode): Doc fix.
12734
12735 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12736
12737 * dired-aux.el (dired-do-shell-command): Doc fix.
12738
12739 2006-05-20 Kevin Ryde <user42@zip.com.au>
12740
12741 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
12742 ``(custom-manual :tag "Foo" "(foo)Node")''.
12743
12744 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
12745
12746 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
12747 value is an integer.
12748
12749 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12750
12751 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
12752 "format".
12753 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
12754
12755 2006-05-20 Martin Rudalics <rudalics@gmx.at>
12756
12757 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
12758 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
12759
12760 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
12761
12762 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
12763 regexp for keywords.
12764
12765 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
12766
12767 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
12768 replace-regexp-in-string.
12769
12770 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
12771 encode, and escape file name on conversion to URL.
12772
12773 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12774
12775 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
12776 Don't unescape URL.
12777 (dnd-get-local-file-name): Unescape URL on conversion to file name.
12778
12779 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
12780 on conversion to URLs.
12781
12782 * net/browse-url.el (browse-url-file-url): Encode file name on
12783 conversion to URL.
12784
12785 * term/mac-win.el (mac-ae-open-documents): Escape file name on
12786 conversion to URL.
12787
12788 2006-05-19 Eli Zaretskii <eliz@gnu.org>
12789
12790 * progmodes/cc-styles.el (c-style-alist): Doc fix.
12791
12792 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12793
12794 * term/mac-win.el (mac-bytes-to-digits): Remove function.
12795 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
12796
12797 2006-05-19 Glenn Morris <rgm@gnu.org>
12798
12799 * calendar/diary-lib.el (diary-bahai-date)
12800 (list-bahai-diary-entries, mark-bahai-diary-entries)
12801 (mark-bahai-calendar-date-pattern): Not interactive.
12802 (add-to-diary-list): New optional arg LITERAL. Doc fix.
12803 (diary-entries-list): Change format of 4th element in each entry.
12804 (diary-list-entries): Use add-to-diary-list.
12805 (diary-goto-entry): Handle the case where the buffer visiting the
12806 diary has been killed.
12807 (fancy-diary-display): Add 'locator to button rather than 'marker.
12808 Only generate temp-face when there are marks to apply.
12809 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
12810 (diary-fancy-date-pattern): New variable.
12811 (diary-time-regexp): Doc fix.
12812 (diary-anniversary, diary-time): New faces.
12813 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
12814 diary-time-regexp. Add font-lock-multiline property where needed.
12815 Use new faces diary-anniversary and diary-time.
12816 (diary-fancy-font-lock-fontify-region-function): New function, to
12817 handle multiline font-lock pattern in fancy diary.
12818 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
12819 (diary-font-lock-keywords): Tweak time regexp. Use new face
12820 diary-time.
12821
12822 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
12823
12824 * international/code-pages.el (mik): Table corrected.
12825
12826 2006-05-18 Kim F. Storm <storm@cua.dk>
12827
12828 * progmodes/grep.el (grep-find): Don't check grep-find-command
12829 before running command (breaks non-interactive usage).
12830
12831 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
12832
12833 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
12834 (ewoc--insert-new-node): Don't insert trailing newline.
12835 Instead, adjust successor nodes's start markers.
12836 (ewoc--refresh-node): Delete all text from current node's start
12837 marker to the next one's; adjust successor nodes's start markers.
12838 (ewoc--create): Doc fixes.
12839 (ewoc--refresh): Don't insert newline.
12840 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
12841 * pcvs.el (cvs-make-cvs-buffer):
12842 Specify extra newline for ewoc's header and footer.
12843 (cvs-update-header): Update initial header recognition.
12844 Append newline to final header and footer values.
12845 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
12846
12847 2006-05-17 Richard Stallman <rms@gnu.org>
12848
12849 * files.el (file-name-extension): Doc fix.
12850
12851 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12852
12853 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
12854 we can explicitly enable/disable rather than toggle.
12855 (shell-mode): Use it.
12856 (shell-cd): Don't try to reproduce what `cd' does.
12857
12858 2006-05-17 Kim F. Storm <storm@cua.dk>
12859
12860 * ido.el (ido-read-internal): Use only nondirectory part of
12861 default item.
12862
12863 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
12864
12865 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
12866 (ewoc-nth): Doc fix.
12867
12868 (ewoc-map, ewoc-invalidate): Compute PP before looping.
12869
12870 2006-05-16 Eli Zaretskii <eliz@gnu.org>
12871
12872 * international/mule.el (auto-coding-alist): Add .lha to files
12873 read with no-conversion.
12874
12875 * files.el (auto-mode-alist): Add .lha files to archive file
12876 extensions.
12877
12878 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
12879 Convert csize to integer when computing offsets within the
12880 compressed archive file.
12881
12882 2006-05-16 Kim F. Storm <storm@cua.dk>
12883
12884 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
12885 with read-from-minibuffer.
12886
12887 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
12888
12889 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
12890 (byte-compile-warnings): Fix safe-local-variable property.
12891
12892 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
12893
12894 * allout.el (allout-show-bodies, allout-old-style-prefixes)
12895 (allout-stylish-prefixes, allout-numbered-bullet)
12896 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
12897 predicates to qualify `safe-local-variable' property, when
12898 available, else use equivalent lambda.
12899 (allout-current-topic-collapsed-p): Do the right thing regarding
12900 trailing blank lines.
12901
12902 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12903
12904 * server.el (server-start): Only create a directory if needed.
12905 (server-edit, server-unload-hook): server-start => server-mode.
12906 (kill-emacs-hook): Cleanup upon exit.
12907
12908 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12909
12910 * hexl.el (hexlify-buffer): Encode process arguments manually.
12911
12912 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
12913
12914 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
12915 call to gdb-tooltip-print.
12916
12917 2006-05-15 Romain Francoise <romain@orebokech.com>
12918
12919 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
12920 systems, default to "tar" since those systems probably have GNU tar.
12921
12922 2006-05-14 Lars Hansen <larsh@soem.dk>
12923
12924 * desktop.el (desktop-missing-file-warning): Fix docstring.
12925 (desktop-restore-file-buffer): Correct question asked on missing file.
12926
12927 2006-05-14 Kim F. Storm <storm@cua.dk>
12928
12929 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
12930 Add CUA move property.
12931
12932 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
12933
12934 * custom.el (custom-push-theme): Load the variable before checking
12935 its `standard-value'.
12936
12937 2006-05-13 Lars Hansen <larsh@soem.dk>
12938
12939 * desktop.el (desktop-save): Use with-temp-buffer.
12940
12941 2006-05-12 Glenn Morris <rgm@gnu.org>
12942
12943 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
12944 * calendar/calendar.el (calendar-mode-map):
12945 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
12946 * calendar/appt.el (appt-check, appt-make-list): Refer to
12947 diary-view-entries, diary-list-entries, diary-show-all-entries
12948 rather than obsolete aliases.
12949
12950 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
12951
12952 * simple.el (line-move-finish): Avoid calling point motion hooks
12953 while processing intangibility.
12954
12955 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
12956
12957 * term/xterm.el (terminal-init-xterm): Fix typo.
12958
12959 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
12960
12961 * allout.el (allout-view-change-hook): Mark as being deprecated,
12962 to be replaced by `allout-exposure-change-hook'.
12963 (allout-exposure-change-hook): New, replacing
12964 `allout-view-change-hook'.
12965 (allout-flag-region): Run new hook `allout-exposure-change-hook',
12966 in addition to `allout-view-change-hook'.
12967 (allout-show-bodies, allout-old-style-prefixes)
12968 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
12969 lambda forms to prevent their showing up in variable help
12970 presentations as inscrutable byte-compiled code.
12971 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
12972 Use string-or-null-p to qualify safe-local-variable values.
12973 (allout-reindent-bodies): Use memq to qualify matches against
12974 valid safe-local-variable values. Also, quote the lambda as above.
12975 (allout-use-mode-specific-leader): Add missing candidate-value
12976 symbols, use memq, and quote the lambda.
12977 (allout-overlay-interior-modification-handler): Remove unused
12978 variables `msg' and 'opened'.
12979 (allout-hidden-p): Constrain invisibility consideration to allout's
12980 invisibility spec, disregarding invisibility for other reasons.
12981
12982 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
12983
12984 * files.el (version-control): Correct safe values.
12985
12986 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
12987
12988 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
12989
12990 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
12991 (ewoc--insert-new-node): New func.
12992 Update callers of deleted funcs to use it, instead.
12993
12994 2006-05-11 Glenn Morris <rgm@gnu.org>
12995
12996 * calendar/calendar.el (diary-show-all-entries): Do not refer to
12997 obsolete alias `show-all-diary-entries'.
12998 (make-diary-entry): Not interactive.
12999 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
13000 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
13001 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
13002 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
13003 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
13004 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
13005
13006 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13007
13008 * calendar/calendar.el (calendar-french-date-string)
13009 (calendar-mayan-date-string, calendar-chinese-date-string)
13010 (calendar-astro-date-string, calendar-iso-date-string)
13011 (calendar-islamic-date-string, calendar-bahai-date-string)
13012 (calendar-hebrew-date-string, calendar-coptic-date-string)
13013 (calendar-ethiopic-date-string, calendar-persian-date-string):
13014 These functions are not interactive.
13015
13016 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
13017
13018 * files.el: Balance parentheses.
13019
13020 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
13021
13022 * files.el, newcomment.el, outline.el, simple.el,
13023 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
13024 * progmodes/cc-vars.el, progmodes/compile.el:
13025 Move `safe-local-variable' declarations to the respective files.
13026
13027 * help-fns.el (describe-variable): Don't print safe-var if it is
13028 byte-code. Improve wording as suggested by Luc Teirlinck.
13029
13030 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
13031
13032 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
13033 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
13034 Use a token for pending-triggers to ensure gdb-var-update
13035 gets called once per user input again for pre-GDB 6.4.
13036 (gdb-var-delete): Match on more complex expressions.
13037 (gdb-var-list-children-handler, gdb-var-create-handler):
13038 Use a token for consistency.
13039
13040 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
13041
13042 * textmodes/org.el (org-read-date, org-goto-calendar)
13043 (org-agenda-goto-calendar):
13044 Bind `view-calendar-holidays-initially' to nil.
13045
13046 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
13047
13048 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
13049 Update all callers to do it there, instead.
13050
13051 2006-05-10 Glenn Morris <rgm@gnu.org>
13052
13053 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
13054 prefix arg case, to avoid view-diary-entries-initially error.
13055 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
13056 (calendar-date-is-legal-p): Handle dates with no day part.
13057
13058 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
13059
13060 * comint.el (comint-insert-input): Just make it when
13061 comint-use-prompt regexp is nil (default) and with the mouse.
13062 (comint-copy-old-input): Reinstate from 2004-06-23.
13063 (comint-mode-map): Bind C-c C-m to it.
13064
13065 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
13066
13067 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
13068 Remove spurious move to point-max (new comint behavior fixes).
13069
13070 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
13071 compatibility function (Emacs 18/19).
13072 (idlwave-is-continuation-line): Always return point at start of
13073 previous non-blank continuation line.
13074 (keyword-parameters): Fix continued comment font-lock matcher.
13075 (idlwave-font-lock-fontify-region): Written, use as
13076 font-lock-fontify-region-function, to fix continued keyword
13077 fontification issues.
13078
13079 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13080
13081 * term/mac-win.el (mac-font-panel-mode): Doc fix.
13082 (mac-service-selection, mac-service-open-file)
13083 (mac-service-open-selection, mac-service-mail-selection)
13084 (mac-service-mail-to, mac-service-insert-text): Rename from
13085 mac-services-*. All uses changed.
13086 (mac-apple-event-map): Rename event symbol `services' to `service'.
13087
13088 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
13089
13090 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
13091 (ewoc--node-enter-first, ewoc--node-enter-last)
13092 (ewoc--delete-node-internal): Merge funcs into unique callers.
13093
13094 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
13095
13096 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
13097 return value of read-from-minibuffer for empty input.
13098
13099 2006-05-09 Miles Bader <miles@gnu.org>
13100
13101 * comint.el (comint-insert-input): Remove redundant calls to setq
13102 and goto-char.
13103
13104 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
13105
13106 * comint.el (comint-insert-input): Make it work when
13107 comint-use-prompt-regexp is t.
13108
13109 2006-05-10 Miles Bader <miles@gnu.org>
13110
13111 * subr.el (field-at-pos): New function.
13112
13113 * comint.el (comint-insert-input): Use it.
13114
13115 2006-05-09 Juri Linkov <juri@jurta.org>
13116
13117 * battery.el (battery-linux-proc-acpi): Also try
13118 `/proc/acpi/thermal_zone/THR2/temperature'.
13119
13120 * files.el <safe-local-variable>: Remove `eval' and `let' binding
13121 for now unused lambda `string-or-null'.
13122
13123 * add-log.el (change-log-default-name): Put `string-or-null-p'
13124 instead of lambda on `safe-local-variable' property.
13125
13126 * diff-mode.el (diff-context->unified): Use `region-beginning' and
13127 `region-end' instead of `mark' and `point'.
13128 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
13129 Operate on region in Transient Mark mode when the mark is active.
13130 Use `region-beginning' and `region-end' instead of `mark' and
13131 `point'.
13132 (diff-hunk-text, diff-goto-source): Doc fix.
13133
13134 * startup.el (fancy-splash-screens, normal-splash-screen): Use
13135 face `mode-line-buffer-id' for mode-line buffer face instead of
13136 hard-coded `(:weight bold)'.
13137
13138 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
13139 buffer-undo-list to t (undo-ask is reproducible by visiting
13140 nested archives).
13141
13142 2006-05-09 Kim F. Storm <storm@cua.dk>
13143
13144 * progmodes/grep.el (rgrep): Set default directory of *grep*
13145 buffer if we start M-x rgrep in the *grep* buffer and choose
13146 a different base directory.
13147
13148 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
13149
13150 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
13151 completion also when ido is loaded.
13152
13153 2006-05-09 Masatake YAMATO <jet@gyve.org>
13154
13155 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
13156 "warning" and "import".
13157 (cpp-font-lock-keywords): Added "warning".
13158
13159 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
13160
13161 * term/xterm.el (terminal-init-xterm): Add more key bindings.
13162
13163 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13164
13165 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
13166 pages at a time, if we signal the end, we should indeed reach that end.
13167
13168 2006-05-08 David Reitter <david.reitter@gmail.com>
13169
13170 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
13171 output during execution of the body.
13172
13173 2006-05-08 Kim F. Storm <storm@cua.dk>
13174
13175 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
13176
13177 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
13178
13179 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
13180 Use with-current-buffer.
13181
13182 2006-05-07 Kim F. Storm <storm@cua.dk>
13183
13184 * subr.el (add-to-history): Remove keep-dups arg.
13185
13186 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
13187 to nil around call to add-to-history.
13188
13189 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13190
13191 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
13192 than after a buffer modification.
13193
13194 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
13195
13196 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
13197 call to...
13198 (gud-watch): ...here so speedbar is raised for already watched
13199 expressions.
13200 (gdb-speedbar-refresh): Delete function.
13201 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
13202 Use speedbar-timer-fn instead of speedbar-refresh (reverting
13203 earlier change).
13204 (gdb-var-evaluate-expression-handler)
13205 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
13206
13207 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
13208 Update localized contents for all buffers except ignored modes.
13209
13210 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13211
13212 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
13213 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
13214 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
13215 (mac-handle-font-panel-closed, mac-handle-font-selection):
13216 New functions.
13217 (mac-font-panel-mode): New minor mode.
13218 (mac-apple-event-map): Add bindings for toolbar toggle button and
13219 font panel.
13220 (menu-bar-showhide-menu): Add mac-font-panel-mode.
13221
13222 2006-05-07 John Paul Wallington <jpw@pobox.com>
13223
13224 * ibuffer.el (ibuffer-compressed-file-name-regexp):
13225 Avoid `regexp-opt'; simplify regexp for readability.
13226
13227 2006-05-06 Eli Zaretskii <eliz@gnu.org>
13228
13229 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
13230 * files.el (buffer-stale-function):
13231 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13232 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
13233 links to the main manual, not to emacs-xtra.
13234
13235 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13236
13237 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
13238 MacJapanese if text is ASCII-only.
13239
13240 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
13241
13242 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
13243 unless so nil isn't returned.
13244 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
13245
13246 2006-05-06 Kim F. Storm <storm@cua.dk>
13247
13248 * subr.el (add-to-history): New function.
13249
13250 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
13251 (ediff-merge-files-with-ancestor):
13252 * env.el (setenv):
13253 * isearch.el (isearch-update-ring):
13254 * server.el (server-visit-files):
13255 * progmodes/grep.el (lgrep, rgrep):
13256 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
13257 * progmodes/xscheme.el (xscheme-insert-expression):
13258 Use add-to-history.
13259
13260 * kmacro.el (kmacro-push-ring): Use add-to-history.
13261 (kmacro-ring-length): Remove unused defun.
13262 (kmacro-start-macro): Use kmacro-push-ring.
13263
13264 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
13265
13266 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
13267 directly instead of a lambda expression that calls it.
13268
13269 2006-05-06 Kim F. Storm <storm@cua.dk>
13270
13271 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
13272 instead of compute-motion.
13273
13274 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
13275
13276 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
13277 change.
13278
13279 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
13280
13281 * startup.el (command-line-1): Refer to "Pure Storage" on
13282 pure-space-overflow.
13283
13284 2006-05-05 Martin Rudalics <rudalics@gmx.at>
13285
13286 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
13287 provided faces once they all have been used up.
13288
13289 2006-05-05 Eli Zaretskii <eliz@gnu.org>
13290
13291 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
13292 reference to the Lisp manual to the warning about pure space
13293 overflow.
13294
13295 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13296
13297 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
13298 argument to avoid the call to `ispell-internal-change-dictionary'
13299 when not needed.
13300 (ispell-change-dictionary): Use this argument and call
13301 `ispell-internal-change-dictionary' after the possible change
13302 to `ispell-local-dictionary'.
13303 (ispell-internal-change-dictionary): Check for a change in
13304 personal dictionary use too.
13305
13306 2006-05-05 Eli Zaretskii <eliz@gnu.org>
13307
13308 * startup.el (command-line): On MS-Windows, probe "~", not
13309 "~USER", for warning about non-existent home directory.
13310
13311 * arc-mode.el (archive-l-e): New optional argument `float' means
13312 generate a float value.
13313 (archive-arc-summarize, archive-lzh-summarize)
13314 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
13315 with 3rd argument non-nil when file's size is being computed.
13316 Format the file sizes with %8.0f instead of %8d.
13317
13318 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13319
13320 * cus-start.el (all): Add mac-dnd-known-types.
13321
13322 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
13323 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
13324 (mac-TIFF-to-string): New functions.
13325 (x-get-selection, x-selection-value)
13326 (mac-select-convert-to-string): Use them.
13327 (mac-text-encoding-mac-japanese-basic-variant): New constant.
13328 (mac-dnd-types-alist): New customization variable.
13329 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
13330 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
13331 (mac-dnd-handle-drag-n-drop-event): New functions.
13332 (mac-drag-n-drop): Remove function.
13333 (global-map): Bind drag-n-drop and M-drag-n-drop to
13334 mac-dnd-handle-drag-n-drop-event.
13335
13336 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
13337
13338 * progmodes/perl-mode.el (perl-beginning-of-function):
13339 Skip anonymous subs.
13340
13341 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
13342
13343 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
13344 regexp-opt at run time.
13345
13346 * term.el (term-handle-ansi-escape): Fix off by one error.
13347
13348 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
13349
13350 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
13351 (gdb-init-1, gdb-post-prompt): ...and references to it.
13352 (gdb-frame-handler): Strip directory name from filename if present.
13353
13354 * progmodes/gud.el (gdb-force-update): Delete defvar
13355 (gud-speedbar-buttons): ...and references to it. Use window-start
13356 to try to keep positon in watch expression.
13357
13358 2006-05-03 Richard Stallman <rms@gnu.org>
13359
13360 * simple.el (next-history-element, previous-history-element): Doc fix.
13361
13362 * isearch.el (isearch-update-ring): Doc fix.
13363
13364 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
13365
13366 * isearch.el (isearch-update-ring): Take history-delete-duplicates
13367 into consideration. Replace one arm ifs with whens.
13368
13369 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
13370
13371 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
13372 (menu): Fix typo.
13373
13374 2006-05-02 Miles Bader <miles@gnu.org>
13375
13376 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
13377
13378 2006-05-02 Jay Belanger <belanger@truman.edu>
13379
13380 * calc/calc-embed.el (calc-override-minor-modes-map)
13381 (calc-override-minor-modes): New variables.
13382 (calc-do-embedded): Make sure that Calc keystrokes aren't
13383 overwritten by minor modes.
13384
13385 2006-05-02 Chong Yidong <cyd@mit.edu>
13386
13387 * msb.el (msb): If EVENT is a down event, read and discard the up event.
13388
13389 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
13390
13391 * startup.el (command-line-1): Refer to Lisp manual when
13392 pure-space-overflow occurs.
13393
13394 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
13395 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
13396 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
13397 (version-control): Don't use `t' for safe-local-variable declarations.
13398
13399 2006-05-01 Richard Stallman <rms@gnu.org>
13400
13401 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
13402 M-r, M-R, M-A, M-SPC or M-DEL.
13403 (diff-mode-map): diff-refine-hunk now on C-c C-w
13404 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
13405
13406 * help-mode.el (help-mode): view-exit-action calls delete-window
13407 only when it is safe and possible.
13408
13409 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
13410 in messages.
13411
13412 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
13413
13414 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
13415 in the default tool-bar-map.
13416
13417 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
13418
13419 * net/tramp.el (tramp-completion-file-name-handler-alist)
13420 (tramp-run-real-handler, tramp-completion-run-real-handler)
13421 (tramp-completion-handle-file-name-all-completions)
13422 (tramp-completion-handle-file-name-completion): Autoload them.
13423 (tramp-completion-handle-file-exists-p)
13424 (tramp-completion-handle-file-name-directory)
13425 (tramp-completion-handle-file-name-nondirectory)
13426 (tramp-completion-handle-expand-file-name): Remove them.
13427 (tramp-handle-file-name-directory): Return the real directory name.
13428 Returning "/" only doesn't need to be necessary any longer.
13429 (tramp-file-name-handler): Make special attention when in hostname
13430 completion mode.
13431 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
13432 (tramp-register-file-name-handlers):
13433 Register `tramp-completion-file-name-handler' only when
13434 `partial-completion-mode' is enabled.
13435 (tramp-completion-handle-file-name-all-completions):
13436 Delete directory part from results.
13437 (tramp-get-completion-methods, tramp-get-completion-user-host):
13438 Discard deleting "/", it doesn't work after the change of
13439 `tramp-handle-file-name-directory' above.
13440
13441 2006-05-01 Kim F. Storm <storm@cua.dk>
13442
13443 * progmodes/grep.el (grep-expand-template): Use save-match-data
13444 and symbol-value.
13445
13446 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13447
13448 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
13449 Use select-frame-set-input-focus instead of raise-frame.
13450 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
13451
13452 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
13453
13454 * progmodes/gud.el (gud-def): Add %c case.
13455 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
13456 (gud-format-command): Make match case sensitive. Match on %F.
13457
13458 2006-04-30 Glenn Morris <rgm@gnu.org>
13459
13460 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
13461 (cal-tex-preamble): Use cal-tex-preamble-extra.
13462 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
13463 than alias `list-diary-entries'.
13464
13465 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
13466
13467 * help-fns.el (describe-variable): Add info about safe local variables.
13468
13469 2006-04-29 Richard Stallman <rms@gnu.org>
13470
13471 * bindings.el (mode-line-format): help-echo doc fixes.
13472
13473 * net/tramp.el (tramp-file-name-handler-alist): Delete
13474 expand-file-name and other operations that can cause spurious loading.
13475
13476 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13477
13478 * files.el (safe-local-variable-p): Remove support for the special
13479 value t.
13480
13481 * textmodes/paragraphs.el (sentence-end-without-space):
13482 Fix safety predicate.
13483 (sentence-end-double-space, sentence-end-without-period)
13484 (paragraph-ignore-fill-prefix):
13485 * textmodes/fill.el (colon-double-space):
13486 * abbrev.el (abbrev-mode): Tighten the safety predicate.
13487
13488 * subr.el (booleanp): New fun.
13489
13490 * textmodes/reftex-vars.el (reftex-guess-label-type):
13491 Tighten the safety predicate.
13492
13493 2006-04-28 Kim F. Storm <storm@cua.dk>
13494
13495 * progmodes/grep.el (defgroup grep): Doc fix.
13496 (grep-auto-highlight): Remove.
13497 (grep-template): New defcustom.
13498 (grep-find-template): Rename from grep-tree-template.
13499 (grep-files-aliases): Rename from grep-tree-files-aliases.
13500 Remove "all" alias, add "l" alias.
13501 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
13502 (grep-find-ignored-directories): New defcustom to replace
13503 grep-tree-ignore-CVS-directories, to facilitate ignoring
13504 subdirectories for multiple version control systems.
13505 (grep-mode-map): Add Recursive grep item to GREP menu.
13506 (grep-regexp-history, grep-files-history): New defvars.
13507 (grep-probe): New helper function.
13508 (grep-compute-defaults): Use it to simplify code.
13509 Adapt to name changes.
13510 Use `.' as base in grep-find-template rather than <D>.
13511 (grep): Remove superfluous highlight-regexp arg. Fix doc.
13512 Call grep-compute-defaults unconditionally.
13513 (grep-expand-keywords): New defconst.
13514 (grep-expand-template): Rename from grep-expand-command-macros.
13515 Simplify via grep-expand-keywords. Look at case-fold-search instead
13516 of grep-tree-ignore-case to add -i option.
13517 Bind case-fold-search to nil while matching keywords.
13518 (grep-tree-last-regexp, grep-tree-last-files): Remove.
13519 (grep-read-regexp, grep-read-files): New helper functions.
13520 (rgrep): Rename from grep-tree. Rework to use proper histories.
13521 Adapt to changes in defcustoms and functions above.
13522 (lgrep): New command, as grep, but using same interactive UI as rgrep.
13523
13524 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
13525
13526 * net/tramp.el (tramp-completion-file-name-handler):
13527 Disable Tramp's functionality while loading Tramp itself.
13528 (tramp-register-file-name-handlers): That's a defsubst now.
13529 Code from `tramp-repair-jka-compr' moved here. Apply it via
13530 `after-init-hook'.
13531 (tramp-repair-jka-compr): Remove.
13532
13533 2006-04-27 Jay Belanger <belanger@truman.edu>
13534
13535 * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
13536 read expression when `math-read-big-expr' doesn't work.
13537
13538 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
13539
13540 * startup.el (command-line-1): Display warning when
13541 pure-space-overflow is non-nil.
13542
13543 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13544
13545 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
13546 risky.
13547
13548 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13549
13550 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
13551 Return the URL or nil if none can be generated.
13552
13553 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
13554
13555 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
13556 byte compiler warnings.
13557 (gud-basic-call, gud-find-expr): Let user select an expression
13558 for printing. Print expression as well as value in GUD buffer.
13559
13560 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
13561
13562 * allout.el: Remove local autoload declaration for
13563 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
13564 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
13565 (allout-plain-bullets-string, allout-distinctive-bullets-string)
13566 (allout-use-mode-specific-leader, allout-old-style-prefixes)
13567 (allout-stylish-prefixes, allout-numbered-bullet)
13568 (allout-file-xref-bullet, allout-presentation-padding)
13569 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
13570 safe-local-variable with suitable value spec, and add autoload
13571 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
13572 (move-beginning-of-line, move-end-of-line): Repair so these compat
13573 functions now actually resituate the point, when appropriate.
13574
13575 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13576
13577 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
13578
13579 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
13580 (add-log-iso8601-time-string): Fix call to format-time-string.
13581
13582 2006-04-26 Kim F. Storm <storm@cua.dk>
13583
13584 * subr.el (posn-string, posn-image, posn-object): Doc fix.
13585
13586 2006-04-26 Masatake YAMATO <jet@gyve.org>
13587
13588 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
13589 Add support for "//" style comments. Remove `b' flag
13590 from ?* in `asm-mode-syntax-table'.
13591
13592 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13593
13594 * follow.el: Use (featurep 'xemacs) everywhere.
13595 (follow-mode): Use define-minor-mode.
13596 (follow-mode-map): Move initialization into the declaration.
13597 Use command remapping.
13598 (follow-emacs-version-xemacs-p): Remove.
13599 (follow-submit-feedback): Remove.
13600
13601 * allout.el (allout-layout, allout-passphrase-verifier-string)
13602 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
13603
13604 * textmodes/reftex-vars.el (reftex-vref-is-default)
13605 (reftex-fref-is-default, reftex-guess-label-type):
13606 Tighten up a bit the safety predicate.
13607
13608 * textmodes/paragraphs.el (sentence-end-double-space)
13609 (sentence-end-without-period, sentence-end-without-space)
13610 (page-delimiter, paragraph-ignore-fill-prefix):
13611 Tighten up a bit the safety predicate.
13612
13613 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
13614
13615 * progmodes/python.el (python-continuation-line-p)
13616 (python-beginning-of-statement): syntax-ppss may return
13617 a negative depth.
13618 (python-mode): Don't forcefully enable font-lock.
13619
13620 * time-stamp.el (time-stamp-start, time-stamp-end)
13621 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
13622
13623 * add-log.el: Remove spurious * in docstrings.
13624 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
13625 (add-change-log-entry): Use it here, since it's not specific
13626 to iso8601.
13627 (add-log-iso8601-time-string): Don't use it here any more.
13628 (change-log-indent-text, change-log-indent): Rename from add-log-*.
13629
13630 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
13631
13632 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
13633
13634 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
13635 (rcirc-toggle-low-priority): Doc fix.
13636 (rcirc-handler-NOTICE): Remove beginning of line anchor in
13637 ChanServ regexp.
13638 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
13639 #emacs.
13640 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
13641 (rcirc-decode-coding-system): Use utf-8 as the default.
13642 (rcirc-multiline-minor-mode): Set the fill-column.
13643 (rcirc-format-response-string): Display bright and dim nicks.
13644 (rcirc-browse-url): Update interactive spec to fill ARG.
13645 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
13646 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
13647
13648 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
13649
13650 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
13651 case for @Article, etc.
13652
13653 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
13654
13655 * net/tramp.el (tramp-register-file-name-handlers): New defun.
13656 Added with autoload cookie.
13657 (tramp-unload-file-name-handlers): Rename from
13658 `tramp-unload-file-name-handler-alist'.
13659
13660 2006-04-23 Romain Francoise <romain@orebokech.com>
13661
13662 * comint.el (comint-match-partial-filename): Doc fix.
13663
13664 2006-04-21 Glenn Morris <rgm@gnu.org>
13665
13666 * calendar/cal-menu.el (calendar-mode-map): Refer to
13667 `diary-view-entries' rather than alias `view-diary-entries'.
13668 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
13669
13670 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
13671
13672 * progmodes/antlr-mode.el (antlr-default):
13673 * cus-edit.el (custom-documentation):
13674 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
13675 in defface.
13676
13677 2006-04-21 Kim F. Storm <storm@cua.dk>
13678
13679 * image.el (image-type): New defun split out of create-image.
13680 (create-image): Use it.
13681
13682 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
13683
13684 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
13685 (org-open-at-point): Remove the "...done" message to keep output
13686 in the echo area visible.
13687 (org-export-as-xoxo): Fix call to `indent-region'.
13688
13689 2006-04-21 Kevin Ryde <user42@zip.com.au>
13690
13691 * international/mule.el (keyboard-coding-system): defcustom
13692 info-link fixes: "Specify Coding" has been split, keyboard now in
13693 "Terminal Coding", and "Single-Byte Character Support" is now
13694 "Unibyte Mode".
13695
13696 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
13697
13698 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
13699 Use font-lock-warning-face for any errors e.g. no stack.
13700 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
13701
13702 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
13703
13704 * progmodes/sh-script.el (sh-shell): Mark as safe.
13705
13706 * newcomment.el (comment-start, comment-start-skip)
13707 (comment-end-skip, comment-end): Mark as safe.
13708
13709 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
13710
13711 * textmodes/org.el (org-deadline-announce): Face removed.
13712 (org-level-faces, org-n-levels): Convert to constant.
13713 (org-compatible-face): New function.
13714 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
13715 (org-level-5, org-level-6, org-level-7, org-level-8)
13716 (org-special-keyword, org-warning, org-headline-done, org-link)
13717 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
13718 (org-scheduled-today, org-scheduled-previously, org-time-grid):
13719 Face definition revised for better color tty support.
13720 (org-bold-re, org-italic-re, org-underline-re): New constants.
13721 (org-set-font-lock-defaults): Use the new constants.
13722 (org-agenda-highlight-todo): New function.
13723 (org-agenda-todo): Fix bug with point at end of line.
13724 (org-agenda-change-all-lines, org-finalize-agenda-entries):
13725 Fontify TODO keywords.
13726 (org-insert-link): Preserve relative path in ../ links.
13727 (org-export-as-html): Convert links pointing to .org files into
13728 links that will work beteen the exported HTML files.
13729 (org-todo-list): Fix bug when arg=0.
13730 (org-insert-heading): More fine-tuning.
13731
13732 2006-04-19 Romain Francoise <romain@orebokech.com>
13733
13734 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
13735 from `rmail-mime-charset-pattern'.
13736
13737 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
13738
13739 * progmodes/python.el (python-mode): Fix typo.
13740
13741 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
13742
13743 * comint.el (comint-previous-input): Don't clobber input line
13744 when moving off either end of the input history ring.
13745 (comint-delete-input): New function, used by
13746 `comint-previous-input' and others.
13747 (comint-previous-matching-input):
13748 Use `coming-delete-input'. Save the partial input if leaving the
13749 edit line. Goto point-max before deleting input to avoid
13750 partial input fragments hanging around.
13751 (comint-restore-input): New function, used by `comint-previous-input'.
13752
13753 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
13754
13755 * imenu.el (imenu--index-alist): Balance parentheses.
13756
13757 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
13758
13759 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
13760
13761 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
13762
13763 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
13764 file is nil.
13765
13766 2006-04-18 Richard Stallman <rms@gnu.org>
13767
13768 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
13769
13770 * imenu.el (imenu-create-index-function, imenu--index-alist)
13771 (imenu--last-menubar-index-alist, imenu--make-index-alist)
13772 (imenu-default-create-index-function, imenu--generic-function):
13773 Doc fixes.
13774
13775 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
13776
13777 * help-mode.el (help-mode): Set view-exit-action to delete window.
13778
13779 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
13780 now works by passing nil as arg.
13781
13782 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
13783
13784 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
13785 (read-abbrev-file): Provide default when reading filename.
13786
13787 * files.el (enable-local-variables): Allow :all as value.
13788 (hack-local-variables): Implement that value.
13789 (safe-local-variable-values, safe-local-eval-forms)
13790 (enable-local-variables): Mark as risky.
13791 (find-file-visit-truename, kept-old-versions): Mark safe.
13792
13793 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
13794 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
13795 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
13796
13797 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13798
13799 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
13800 Use forward-line so as to get to BOL even in the presence of fields.
13801 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
13802 in return.
13803 (inferior-tcl): Tell tclsh to work in interactive mode.
13804
13805 * complete.el (partial-completion-mode):
13806 Use 'choose-completion-string-functions to make sure that
13807 choose-completion fills the minibuffer properly.
13808
13809 * complete.el (PC-old-read-file-name-internal): Remove.
13810 (PC-read-include-file-name-internal): Remove. Turn it into an advice
13811 of read-file-name-internal.
13812 (partial-completion-mode): Enable/disable this advice.
13813
13814 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
13815
13816 * net/tramp.el (tramp-completion-file-name-handler): Revert change
13817 of 2006-04-17.
13818
13819 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
13820
13821 * textmodes/org.el (org-insert-heading): Insert heading before
13822 current if at beginning of line.
13823 (org-todo, org-date): New faces.
13824 (org-table-align): Make sure tooltip window contains full text.
13825 (org-no-properties): New defsubst.
13826 (org-set-font-lock-defaults): Use new faces.
13827
13828 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
13829
13830 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
13831 for root variables.
13832
13833 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
13834 (gdb-frame-address): Re-use to identify frame for watch expression.
13835 (gdb-var-list, gdb-var-create-handler): Add frame address for root
13836 variables.
13837 (gdb-init-1, gdb-source, gdb-post-prompt)
13838 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
13839 (gdb-frame-handler): Get gdb-frame-address.
13840
13841 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
13842
13843 Sync with Tramp 2.0.53.
13844
13845 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
13846 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
13847 (tramp-completion-file-name-handler): Add autoload cookie for
13848 adding to `file-name-handler-alist'.
13849
13850 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
13851 the prompt. If it returns earlier (when detecting an error
13852 message), the rest of the output will merge accidently with the
13853 output of the next command. Reported by M Jared Finder
13854 <jared@hpalace.com>.
13855
13856 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13857 for `process-file', in order to let it work for older Emacsen too.
13858
13859 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
13860
13861 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
13862 (tex-font-lock-keywords-3): Use it.
13863
13864 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13865
13866 * newcomment.el (comment-add): New function.
13867 (comment-region-default, comment-dwim): Use it.
13868
13869 2006-04-15 Michael Olson <mwolson@gnu.org>
13870
13871 * emacs-lisp/tq.el: Improve comments.
13872 (tq-queue-head-question): New accessor function.
13873 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
13874 Update for modified queue structure.
13875 (tq-queue-add): Accept `question' argument.
13876 (tq-queue-pop): If a question is pending, send it.
13877 (tq-enqueue): Accept new optional argument `delay-question'.
13878 If this is non-nil, and at least one other question is pending a
13879 response, queue the question rather than sending it immediately.
13880
13881 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13882
13883 * calendar/appt.el (appt-add): Check whether an appointment is
13884 already present in appt-time-msg-list. Simplify code.
13885
13886 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13887
13888 * progmodes/cc-langs.el (c-mode-menu):
13889 Don't presume c-subword-mode is bound.
13890
13891 2006-04-13 Bill Wohler <wohler@newt.com>
13892
13893 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
13894 (customize-package-emacs-version): Use cdr instead of cadr now
13895 that alists use dotted pairs.
13896
13897 * custom.el (defcustom): Fix docstring for :package-version.
13898
13899 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
13900
13901 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
13902 (tramp-handle-shell-command): Display output buffer only when
13903 `tramp-display-shell-command-buffer' is true.
13904 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
13905
13906 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13907
13908 * textmodes/org.el (org-set-autofill-regexps): Set only the local
13909 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
13910
13911 2006-04-13 Romain Francoise <romain@orebokech.com>
13912
13913 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
13914 leaving temporary .cvsignore buffers behind.
13915
13916 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13917
13918 * textmodes/org.el (org-set-regexps-and-options)
13919 (org-get-current-options): Better names for the startup folding
13920 options.
13921
13922 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
13923
13924 * vc.el (vc-annotate): Arrange for point to end up at the same
13925 line number as in the original, but only when using a new buffer.
13926
13927 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
13928
13929 * files.el (hack-one-local-variable-eval-safep):
13930 Recognize `edebug-form-spec' for `put', but only if it passes
13931 `edebug-basic-spec'. Generalize `put' handling.
13932
13933 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
13934 vetting file-local form specs.
13935
13936 * allout.el (allout-layout): Autoload its `safe-local-variable'
13937 property.
13938
13939 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13940
13941 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
13942 (org-agenda-mouse-1-follows-link)
13943 (org-mouse-1-follows-link): New options.
13944 (org-format-agenda-item): Fix bug if TAGS is nil.
13945 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
13946
13947 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
13948
13949 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
13950 GDB 6.1+ gives full filename for "info sources" so use
13951 file-name-nondirectory.
13952
13953 2006-04-12 Romain Francoise <romain@orebokech.com>
13954
13955 * subr.el (read-passwd): Bind `message-log-max' to nil.
13956
13957 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13958
13959 * progmodes/perl-mode.el (perl-indent-new-calculate):
13960 Recompute parse-start after jumping backward by a whole sexp.
13961
13962 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13963
13964 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
13965 window configuration.
13966 (vc-annotate-display-select): Select the buffer so that current-buffer
13967 (and selected-window) is the output buffer at the end of vc-annotate.
13968
13969 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
13970
13971 * vc.el (vc-annotate-color-map): Add custom TTY color map for
13972 8-color terminals, to use all of the colors in a sensible order.
13973 256-color terminals work well with the standard map.
13974 (vc-annotate-lines): Only strip the first color character if it
13975 is "#", to allow for terminal-style named colors.
13976 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
13977 the correct buffer is scrolled.
13978
13979 2006-04-11 Richard Stallman <rms@gnu.org>
13980
13981 * emacs-lisp/bytecomp.el (byte-compile-file):
13982 Bind enable-local-variables to :safe, and make normal-mode obey it.
13983
13984 * files.el (enable-local-variables): Allow value :safe.
13985 (normal-mode): Doc fix.
13986 (hack-local-variables): Implement enable-local-variables = :safe.
13987 (hack-local-variables-confirm): Don't prevent quitting.
13988
13989 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13990
13991 * loadhist.el (unload-feature): A bit of sanity check of
13992 load-history entries. Cancel timer-vars before unbinding them.
13993
13994 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
13995 quote special chars, and make the trick work on the hex part of the
13996 buffer as well.
13997 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
13998 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
13999
14000 * startup.el (normal-splash-screen): Fix last change so we don't wait
14001 2 minutes if we don't show the splash screen.
14002
14003 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
14004
14005 * textmodes/org.el (org-export-plain-list-max-depth)
14006 (org-table-spaces-around-separators)
14007 (org-radio-targets, org-activate-camels)
14008 (org-table-spaces-around-invisible-separators): Options removed.
14009 (org-time-stamp-rounding-minutes, org-remember-templates)
14010 (org-ellipsis, org-activate-links, org-descriptive-links):
14011 New options.
14012 (org-remember-apply-template, org-current-time)
14013 (org-finish-edit-table-field)
14014 (org-link-unescape, org-link-escape)
14015 (org-string-width, org-table-clean-line, org-html-do-expand)
14016 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
14017 (org-read-agenda-file-list): New functions.
14018 (org-table-edit-field)
14019 (org-table-create-or-convert-from-region): New commands
14020 (org-table-toggle-vline-visibility): Command removed.
14021 (org-table-convert-region): Made a command.
14022 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
14023 Replace with the normal org- functions.
14024 (org-self-insert-command): Don't trigger realign unnecessarily
14025 when blanking a field that is not full.
14026 (org-mode): `Set buffer-invisibility-spec' for links.
14027 (org-activate-links2): Hide link part and only show descriptive
14028 part of the link.
14029 (org-insert-link): Modify for new linking system.
14030 (org-store-link): Store description separately, for use by
14031 `org-insert-link'.
14032 (org-table-align): Use `org-string-width'.
14033 (defgroup): Completely new group structure for custom variables.
14034 (org-agenda-files): Option: Single file name allowed. Function:
14035 Optional argument unrestrited means ignore any restricitons.
14036 (org-install-agenda-files-menu): Find a buffer in Org-mode before
14037 trying to modify the menu. Use generalized access to
14038 `org-agenda-files.'
14039 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
14040 (org-agenda-file-to-front, org-remove-file, org-diary)
14041 (org-tags-view, org-export-icalendar-all-agenda-files)
14042 (org-export-icalendar-combine-agenda-files): Use generalized
14043 access to `org-agenda-files'.
14044 (org-remember-handler): Correctly preserve heading if present.
14045 (org-table-insert-row, org-table-insert-hline): Deal with
14046 invisible characters.
14047
14048 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
14049
14050 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
14051 (vc-annotate-color-map): New 18 element constant
14052 value/saturation, rotating hue colormap, from red->blue.
14053 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
14054 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
14055 (vc-annotate): To avoid killing the required local variables,
14056 set them before the end of `with-output-to-temp-buffer', and
14057 after first switching to annotate-mode.
14058 (vc-annotate-warp-version): Add buffer argument in goto-line to
14059 ensure annotation, not source, is scrolled.
14060
14061 2006-04-10 Bill Wohler <wohler@newt.com>
14062
14063 * custom.el (defcustom, custom-handle-keyword):
14064 Add :package-version keyword.
14065 (custom-add-package-version): New function. Sets value of new
14066 property 'custom-package-version from :package-version keyword.
14067 (defcustom): Create Common Keywords section in docstring.
14068 (defface, defgroup): Replace definitions of a select few keywords
14069 with a reference to the Common Keywords in defcustom.
14070 (defcustom, defface, defgroup): Replace reference to Customization
14071 chapter in manual with hyperlink.
14072
14073 * cus-edit.el (customize-package-emacs-version-alist): New variable.
14074 (customize-changed-options): Add check for custom-package-version.
14075 (customize-package-emacs-version): New function to look up Emacs
14076 version corresponding to the given package version.
14077
14078 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
14079 defun name, in similar fashion to find-variable-regexp.
14080
14081 2006-04-10 Eli Zaretskii <eliz@gnu.org>
14082
14083 * international/mule-cmds.el (set-locale-environment): Fix last
14084 change for when the locale's preferences don't specify any encoding.
14085
14086 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14087
14088 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
14089 so the defined var/fun doesn't need to be quoted.
14090
14091 2006-04-10 Richard Stallman <rms@gnu.org>
14092
14093 * finder.el (finder-mode-map): Add n and p bindings.
14094
14095 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
14096
14097 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
14098 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
14099 (gdb-setup-windows): Put something in source window if we can't find
14100 the source file.
14101 (gdb-frame-handler): Make it work again with just assembly.
14102 (gdb-data-list-register-values-handler): Make it work when there is
14103 no stack.
14104
14105 2006-04-09 Richard Stallman <rms@gnu.org>
14106
14107 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
14108 specs while looking for charset.
14109
14110 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
14111
14112 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
14113 Make them faces.
14114 (lm-font-lock-keywords): Update appropriately.
14115
14116 2006-04-10 Kim F. Storm <storm@cua.dk>
14117
14118 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
14119 it can also replace buffer-substring-no-properties.
14120
14121 * emulation/cua-base.el (cua-delete-region, cua-paste)
14122 (cua-repeat-replace-region): Use filter-buffer-substring.
14123
14124 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
14125 (cua-cut-region-to-global-mark): Likewise.
14126
14127 * emulation/cua-rect.el (cua--extract-rectangle)
14128 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
14129
14130 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14131
14132 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
14133 entry-type. Add field delimiters to numerical fields if they are
14134 not present.
14135
14136 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14137
14138 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
14139 string-const to return value.
14140 (bibtex-remove-delimiters): Use it.
14141
14142 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14143
14144 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
14145 cl-byte-compile-compiler-macro unless it exists.
14146
14147 2006-04-08 Eli Zaretskii <eliz@gnu.org>
14148
14149 * files.el (hack-local-variables-confirm) <offer-save>:
14150 Clarify message text. Suggested by Ralf Angeli.
14151
14152 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
14153
14154 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
14155 (delete-extract-rectangle-line): Use `filter-buffer-substring'
14156 instead of `buffer-substring' and `delete-region'. (Most of the
14157 code actually copied from `kill-region'.)
14158
14159 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
14160
14161 * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
14162 (rcirc-default-port): Rename from rcirc-port.
14163 (rcirc-default-nick): Rename from rcirc-nick.
14164 (rcirc-default-user-name): Rename from rcirc-user-name.
14165 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
14166 (rcirc-low-priority-flag): New variable.
14167 (rcirc-decode-coding-system): New defcustom.
14168 (rcirc-encode-coding-system): New defcustom.
14169 (rcirc-coding-system-alist): New defcustom.
14170 (rcirc-multiline-major-mode): New defcustom.
14171 (rcirc-nick): New internal variable.
14172 (rcirc-process): Remove variable.
14173 (rcirc-server-buffer): New variable.
14174 (rcirc): Update to use rcirc-default-* variables above.
14175 (rcirc-connect): Do not add window-configuration-hook-here.
14176 (rcirc-server): New internal variable.
14177 (rcirc-connect): Do not send keepalive pings if
14178 rcirc-keepalive-seconds is nil.
14179 (with-rcirc-server-buffer): New macro.
14180 (rcirc-send-string): Encode with rcirc-encode-coding-system.
14181 (rcirc-server-name): Rename from rcirc-server.
14182 (rcirc-buffer-process): New function.
14183 (rcirc-buffer-nick): New function.
14184 (rcirc-buffer-target): Remove function.
14185 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14186 New commands.
14187 (rcirc-mode-map): Change binding of C-c C-l to
14188 rcirc-toggle-low-priority.
14189 (rcirc-mode): Initialize coding system based on
14190 rcirc-coding-system-alist. New change-major-mode-hook to part the
14191 channel on a mode change. Make kill-buffer-hook buffer-local.
14192 (rcirc-change-major-mode-hook): New function.
14193 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
14194 (rcirc-last-post-time): New variable.
14195 (rcirc-process-message): Store the last time user posted a message
14196 to this target.
14197 (rcirc-multiline-minor-mode): New mode.
14198 (rcirc-multiline-minor-mode-map): New mode map.
14199 (rcirc-edit-multiline): Put multiline-edit buffer in
14200 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
14201 (rcirc-print): Ignore any line starting with an ignored nick.
14202 (rcirc-print): Decode using rcirc-decode-coding-system.
14203 (rcirc-track-minor-mode): Update global-mode-string when disabling
14204 this mode.
14205 (minor-mode-alist): Add LowPri indicator.
14206 (rcirc-toggle-low-priority): New function.
14207 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
14208 next lowpriority buffer with activity.
14209 (rcirc-record-activity): Sort buffers in rcirc-activity by the
14210 last time the user posted a message in to the target.
14211 (rcirc-update-activity-string): New formatting for low priority
14212 buffers.
14213 (rcirc-split-activity): New function.
14214 (rcirc-handler-PART, rcirc-handler-KICK)
14215 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
14216 (rcirc-nick-away-alist): New variable.
14217 (rcirc-handler-301): New handler. Away messages are printed once
14218 per change.
14219
14220 2006-04-08 Eli Zaretskii <eliz@gnu.org>
14221
14222 * info.el (Info-follow-nearest-node): Doc fix.
14223
14224 * international/mule-cmds.el (set-locale-environment): Make sure
14225 the coding-system preferred by the locale's language has the same
14226 EOL conversion type as the original buffer-file-coding-system.
14227 (locale-language-names): Add a few MS Windows language codes.
14228
14229 2006-04-07 Richard Stallman <rms@gnu.org>
14230
14231 * simple.el (eval-expression): Doc fix.
14232
14233 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
14234 (eval-defun): Doc fixes.
14235
14236 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
14237
14238 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
14239
14240 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
14241
14242 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
14243 GDB list command without argument for greater generality.
14244
14245 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14246
14247 * subr.el (string-or-null-p): New function.
14248
14249 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
14250
14251 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
14252
14253 * files.el: Update comment about safe-local-variable declarations.
14254
14255 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
14256
14257 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
14258 See idlwave.org.
14259
14260 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
14261 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
14262
14263 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
14264 See idlwave.org.
14265
14266 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
14267 version 6.0 (minimal changes). See idlwave.org.
14268
14269 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
14270 6.0 (minimal changes). See idlwave.org.
14271
14272 * progmodes/idlw-rinfo.el: File obsoleted and removed.
14273
14274 2006-04-06 Romain Francoise <romain@orebokech.com>
14275
14276 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
14277 symmetric encryption features and a new asynchronous interface to
14278 GnuPG. This new version is version 1.4, plus whitespace changes.
14279
14280 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14281
14282 * files.el: Move some `safe-local-variable' declarations to the
14283 respective files.
14284
14285 * textmodes/ispell.el (ispell-check-comments)
14286 (ispell-local-dictionary): Mark as safe.
14287
14288 * abbrev.el (abbrev-mode): Mark as safe.
14289
14290 * add-log.el (change-log-default-name): Mark as safe.
14291
14292 * textmodes/reftex-vars.el (reftex-vref-is-default)
14293 (reftex-fref-is-default, reftex-level-indent)
14294 (reftex-guess-label-type): Mark as safe.
14295
14296 * textmodes/fill.el (colon-double-space): Mark as safe.
14297
14298 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
14299 (sentence-end-double-space, sentence-end-without-period)
14300 (sentence-end-without-space, sentence-end, sentence-end-base)
14301 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
14302
14303 2006-04-06 Kim F. Storm <storm@cua.dk>
14304
14305 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
14306 the :set-after list.
14307 (ido-downcase-unc-hosts): New user option. Default on.
14308 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
14309 when it is set, as regexps are now applied on the fly.
14310 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
14311 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
14312 on the fly, but only when ido-process-ignore-lists is set.
14313 Do case insensitive filtering if ido-downcase-unc-hosts is set.
14314 Only downcase names if ido-downcase-unc-hosts is set.
14315
14316 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
14317
14318 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
14319
14320 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
14321
14322 2006-04-05 Kim F. Storm <storm@cua.dk>
14323
14324 * ido.el (ido-mode): Set after ido-unc-hosts and
14325 ido-ignore-unc-host-regexps.
14326 (ido-save-history): Save ido-unc-hosts-cache.
14327 (ido-load-history): Load ido-unc-hosts-cache.
14328 (ido-reread-directory): Refresh unc hosts cache in // dir.
14329
14330 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
14331 to nil while displaying slash screen.
14332
14333 2006-04-05 Daiki Ueno <ueno@unixuser.org>
14334
14335 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14336 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14337
14338 2006-04-05 Kenichi Handa <handa@m17n.org>
14339
14340 * international/characters.el: Setup cases of Latin, Greek, and
14341 Cyrillic characters in CJK charsets.
14342
14343 2006-03-29 Daiki Ueno <ueno@unixuser.org>
14344
14345 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14346 default-enable-multibyte-characters. This reverts the change from
14347 revision 6.17 which is no longer necessary because the passphrase
14348 is sent separately now. GnuPG messages are unreadable under
14349 multibyte locales with default-enable-multibyte-characters set to nil.
14350
14351 2006-04-04 Andreas Schwab <schwab@suse.de>
14352
14353 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
14354 and `byte-compile-warnings' as `safe-local-variable'.
14355
14356 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
14357
14358 * man.el (Man-mode-map): Restore the \r binding.
14359 (Man-abstract-xref-man-page): If Man-target-string is a function,
14360 call it.
14361 (Man-highlight-references): Use Man-default-man-entry to get the
14362 target. Deal with xrefs too.
14363 (Man-highlight-references0): Don't call the target function.
14364
14365 * woman.el (WoMan-xref-man-page): Strip the section number, woman
14366 cannot deal with it.
14367
14368 2006-04-04 Daiki Ueno <ueno@unixuser.org>
14369
14370 * pgg-gpg.el: Clean up process buffers every time gpg processes
14371 complete.
14372
14373 2006-04-04 Kenichi Handa <handa@m17n.org>
14374
14375 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
14376 here.
14377 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
14378 Temporarily bind inhibit-field-text-motion to t.
14379
14380 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14381
14382 * startup.el (normal-splash-screen): Only set mode-line-format in the
14383 splash buffer, so as not to interfere when debugging the code.
14384 Ignore errors when switching buffer.
14385
14386 2006-04-03 Romain Francoise <romain@orebokech.com>
14387
14388 * dired.el (dired-dnd-protocol-alist): Fix typo.
14389
14390 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
14391
14392 * savehist.el (savehist): Add :version.
14393 (savehist-ignored-variables): New variable.
14394 (savehist-minibuffer-hook): Don't save variables listed in
14395 `savehist-ignored-variables'.
14396
14397 * dired.el (dired-dnd-protocol-alist): Mention that change does
14398 only apply to new buffers in doc string.
14399
14400 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
14401
14402 * recentf.el (recentf-open-files-item): Include newline in button
14403 field, so opening a file will work, when the point is at the end
14404 of the file name. Allow, for example, to [i]search a file by
14405 extension and just push RET to open it.
14406
14407 2006-04-03 Daiki Ueno <ueno@unixuser.org>
14408
14409 * pgg-gpg.el (pgg-gpg-process-filter)
14410 (pgg-gpg-wait-for-completion): Check if buffer is alive.
14411
14412 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14413 lines, temporary fix.
14414
14415 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14416
14417 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
14418
14419 2006-04-02 Richard Stallman <rms@gnu.org>
14420
14421 * progmodes/compile.el (compilation-message-face): Make it defcustom.
14422
14423 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14424
14425 * ibuf-macs.el (define-ibuffer-column): Add a new key:
14426 header-mouse-map.
14427
14428 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
14429 (ibuffer-mode-header-map): New keymaps.
14430 (ibuffer-update-title-and-summary): Enable mouse face highlighting
14431 and keybindings for column headers.
14432 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
14433 property.
14434
14435 2006-04-02 Drew Adams <drew.adams@oracle.com>
14436
14437 * speedbar.el (speedbar-after-create-hook): Doc fix.
14438
14439 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
14440
14441 * shell.el (shell-directory-tracker)
14442 (shell-dynamic-complete-command): Doc fixes.
14443
14444 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
14445
14446 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
14447 terminals.
14448
14449 2006-04-01 Kim F. Storm <storm@cua.dk>
14450
14451 * ido.el (ido-unc-hosts-cache): New defvar.
14452 (ido-unc-hosts): If value of defcustom is a function, call it to
14453 get list of UNC hosts. Add function-item choices to specify
14454 ido-unc-hosts-net-view or user function.
14455 (ido-ignore-unc-host-regexps): New defcustom.
14456 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
14457 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
14458 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
14459
14460 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
14461
14462 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
14463 wwidth.
14464
14465 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
14466
14467 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
14468 (ido-max-work-file-list, ido-switch-buffer)
14469 (ido-read-file-name-as-directory-commands):
14470 Fix typos in docstrings.
14471
14472 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14473
14474 * term/mac-win.el (mac-system-coding-system): Define and use after
14475 Mac-specific coding systems are ready.
14476
14477 2006-03-27 Romain Francoise <romain@orebokech.com>
14478
14479 * net/rcirc.el (rcirc-connect): Add autoload cookie.
14480
14481 * ldefs-boot.el: Update.
14482
14483 2006-03-27 Daiki Ueno <ueno@unixuser.org>
14484
14485 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14486 passphrases when it is not needed.
14487 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14488 passphrase stuff from gpg, should only be necessary when you use
14489 gpg with a smartcard.
14490
14491 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
14492
14493 * comint.el (comint-dynamic-list-completions): Allow user to
14494 select *Completions* buffer.
14495
14496 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
14497
14498 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
14499
14500 2006-03-26 Andreas Schwab <schwab@suse.de>
14501
14502 * progmodes/gud.el (gdb): Only complain about multiple debugging
14503 when the gdb process is still running.
14504
14505 2006-03-25 Eli Zaretskii <eliz@gnu.org>
14506
14507 * mail/rmail.el (tool-bar-map): Defvar it.
14508 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
14509 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
14510
14511 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
14512
14513 * help.el (print-help-return-message): Suggest to use
14514 display-buffer instead of switch-to-buffer-other-window to restore
14515 the previous window without selecting it.
14516
14517 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14518
14519 * frame.el (select-frame-by-name): Call x-focus-frame also when
14520 window-system is mac.
14521
14522 * term/mac-win.el: Adjust Courier font specifications in
14523 x-fixed-font-alist.
14524 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
14525 when directly encoding to UTF-16 in native byte order, no BOM.
14526
14527 2006-03-25 Kim F. Storm <storm@cua.dk>
14528
14529 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
14530 (cua--init-keymaps): Use it instead of fixed C-return.
14531 (cua-mode): Set after it.
14532
14533 * emulation/cua-rect.el (cua--init-rectangles):
14534 Use cua-rectangle-mark-key instead of fixed C-return.
14535
14536 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
14537
14538 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
14539 "run" in .gdbinit.
14540 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
14541
14542 2006-03-24 Romain Francoise <romain@orebokech.com>
14543
14544 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
14545 `display-buffer-other-frame'.
14546
14547 2006-03-24 Kim F. Storm <storm@cua.dk>
14548
14549 * apropos.el (apropos-synonyms): Add selection => region.
14550
14551 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
14552
14553 * progmodes/gdb-ui.el (gdb-var-create-regexp)
14554 (gdb-var-list-children-regexp, gdb-var-update-regexp)
14555 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
14556 (gdb-data-list-register-values-regexp)
14557 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
14558 Future proof against new fields being added to MI output.
14559 (gdb-send): Don't treat backslashes for program input as
14560 continuations.
14561 (gdb-assembler-handler): Don't use window-start for this handler.
14562 (gdb-frame-handler): Don't change to hollow arrow if overlay
14563 arrow doesn't move to new frame.
14564
14565 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
14566
14567 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
14568 prevent compiler warnings.
14569 (gdb-stopped): Check for gud-last-last-frame (case: signal).
14570 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
14571 (gdb-assembler-custom): Use hollow-right-triangle for assembler
14572 buffer too.
14573
14574 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
14575
14576 * pgg-gpg.el (pgg-gpg-update-agent): Check for
14577 make-network-process, so we can use the same code in Gnus v5-10
14578 too and have this file fully synchronized with that release.
14579
14580 2006-03-23 Romain Francoise <romain@orebokech.com>
14581
14582 * ibuf-ext.el (ibuffer-read-filter-group-name):
14583 Use `ibuffer-generate-filter-groups' to make completion list match
14584 the filter groups that are really displayed in the Ibuffer buffer.
14585 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
14586
14587 2006-03-23 Kenichi Handa <handa@m17n.org>
14588
14589 * international/mule-cmds.el (sort-coding-systems): Describe that
14590 the argument is modified in docstring.
14591
14592 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
14593
14594 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14595 (pgg-gpg-update-agent): New function.
14596 (pgg-gpg-use-agent-p): New function.
14597 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14598 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14599 (pgg-gpg-sign-region): Use it.
14600
14601 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
14602
14603 * cus-edit.el (custom-face-set): Call custom-push-theme before
14604 face-spec set so that `changed' theme is correctly saved.
14605 (custom-face-reset-standard): Reset to recalculated face rather
14606 than defface spec.
14607
14608 * custom.el (custom-push-theme): Only save `changed' theme if the
14609 current face does not match the defface specs.
14610
14611 2006-03-21 Simon Josefsson <jas@extundo.com>
14612
14613 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14614 <wilde@sha-bang.de>.
14615 (pgg-gpg-use-agent): New variable.
14616 (pgg-gpg-process-region): Use it.
14617 (pgg-gpg-encrypt-region): Likewise.
14618 (pgg-gpg-encrypt-symmetric-region): Likewise.
14619 (pgg-gpg-decrypt-region): Likewise.
14620 (pgg-gpg-sign-region): Likewise.
14621 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14622
14623 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
14624
14625 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
14626 bracket links.
14627
14628 2006-03-21 Kim F. Storm <storm@cua.dk>
14629
14630 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
14631 fringe-indicator-alist instead of modifying global value.
14632 (gdb-frame-handler): Likewise.
14633
14634 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
14635
14636 * diff-mode.el (diff-function): Make it inherit from diff-header
14637 instead of diff-context.
14638
14639 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
14640 bitmap.
14641 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
14642 change names in macro above for consistency.
14643 (gdb-frame-handler): Use hollow-right-triangle for all selected
14644 frames which except the innermost (where execution has stopped).
14645 (gdb-reset): Reset buffer-local values of overlay-arrow.
14646
14647 2006-03-20 Richard Stallman <rms@gnu.org>
14648
14649 * simple.el (set-mark-command): Doc fix.
14650
14651 * files.el (display-buffer-other-frame): New command.
14652 (ctl-x-4-map): Bind C-x 5 C-o to it.
14653
14654 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14655
14656 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
14657 rather than just defer-time, in case defer-time has been changed but
14658 the timer isn't running yet.
14659 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
14660
14661 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
14662
14663 * help-mode.el (help-follow-symbol): New function.
14664 Essentially identical to the old `help-follow', but do not let
14665 `push-button' do the work when on an xref.
14666 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
14667
14668 2006-03-19 Richard Stallman <rms@gnu.org>
14669
14670 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
14671 preceded by the word `program'.
14672 (help-follow-mouse, help-follow): Throw error if not on xref.
14673 Delete no longer used args.
14674
14675 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
14676
14677 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
14678 annotation ensure gud-overlay-arrow-position is redisplayed.
14679
14680 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14681
14682 * textmodes/bibtex.el (bibtex-include-OPTkey)
14683 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
14684 (bibtex-autokey-name-case-convert)
14685 (bibtex-autokey-titleword-case-convert): Make these the aliases
14686 for the following two variables.
14687 (bibtex-autokey-name-case-convert-function)
14688 (bibtex-autokey-titleword-case-convert-function): Make these the
14689 real names.
14690 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
14691 bibtex-font-lock-crossref sublists.
14692 (bibtex-mode): Revert 2005-12-30 change (which made
14693 completion-ignore-case buffer-local).
14694 (bibtex-url): Simplify.
14695
14696 2006-03-19 Kim F. Storm <storm@cua.dk>
14697
14698 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
14699 cursor property value to 2 (to align with C level change).
14700
14701 2006-03-19 Bill Wohler <wohler@newt.com>
14702
14703 * image.el (image-load-path-for-library): Shorten first line in
14704 docstring.
14705
14706 2006-03-18 Richard Stallman <rms@gnu.org>
14707
14708 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
14709
14710 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
14711
14712 * isearch.el (isearch-other-meta-char): Handle user bindings for
14713 shifted control characters.
14714
14715 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
14716
14717 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
14718 part that matches email addresses, file names, etc.
14719
14720 2006-03-18 Eli Zaretskii <eliz@gnu.org>
14721
14722 * term/w32-win.el (mouse-set-font):
14723 Mention w32-list-proportional-fonts in the doc string.
14724
14725 2006-03-18 Kim F. Storm <storm@cua.dk>
14726
14727 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
14728 (ido-unc-hosts): New user option to explicitly define list of know
14729 UNC-style hosts for completion.
14730 (ido-cache-unc-host-shares-time): New user option.
14731 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
14732 New helper functions for UNC file-name support.
14733 (ido-may-cache-directory): Check for UNC host. Simplify.
14734 (ido-wash-history): Clean out old UNC hosts.
14735 (ido-nonreadable-directory-p): UNC hosts are always readable.
14736 (ido-directory-too-big-p): UNC hosts are never too big.
14737 (ido-set-current-directory): Handle UNC root path.
14738 (ido-file-name-all-completions): Complete UNC host names from
14739 ido-unc-hosts list. Cache UNC host shares.
14740 (ido-make-file-list-1): Don't filter UNC root.
14741 (ido-exhibit): Check for // in root directory, and switch to UNC
14742 mode by setting ido-current-directory to //.
14743
14744 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
14745
14746 * cus-edit.el (customize-changed-options): Mention explicit
14747 version number as default in prompt.
14748
14749 2006-03-17 Bill Wohler <wohler@newt.com>
14750
14751 * image.el (image-load-path-for-library): Minor docstring fix.
14752
14753 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
14754
14755 * textmodes/org.el (org-read-date): Include subgroup 5 into
14756 replacement text.
14757 (org-popup-calendar-for-date-prompt): Fix customization type.
14758
14759 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
14760
14761 * progmodes/gdb-ui.el (gud-watch): Provide completion.
14762 (gdb-continuation): New variable.
14763 (gdb-send): Deal with continuation lines.
14764
14765 * progmodes/gud.el (gud-gdb-complete-command)
14766 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
14767 expressions.
14768 (gud-tooltip-mode): Use buffer-local value.
14769
14770 2006-03-16 Kim F. Storm <storm@cua.dk>
14771
14772 * ido.el (ido-edit-input): Use selected match, if any.
14773
14774 2006-03-16 Bill Wohler <wohler@newt.com>
14775
14776 * image.el (image-load-path-for-library): Prefer user's images in
14777 image-load-path.
14778
14779 2006-03-16 Martin Rudalics <rudalics@gmx.at>
14780
14781 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
14782 when checking for attempt to drag leftmost or rightmost scrollbar.
14783
14784 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
14785
14786 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
14787 (gdb-force-mode-line-update): New function.
14788 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
14789 (gdb-exited): Use them.
14790 (gdb-signal): New function.
14791 (gdb-annotation-rules): Provide a rule for it.
14792
14793 2006-03-16 Kenichi Handa <handa@m17n.org>
14794
14795 * international/mule.el (auto-coding-regexp-alist): Add entries
14796 for Unicode BOM.
14797
14798 * sort.el (sort-build-lists): Temporarily bind
14799 inhibit-field-text-motion to t.
14800
14801 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
14802
14803 * locate.el (locate-command, locate-make-command-line)
14804 (locate-fcodes-file, locate-update-command)
14805 (locate-prompt-for-command, locate, locate-with-filter)
14806 (locate-get-file-positions): Doc fixes.
14807 (locate-buffer-name, locate-header-face): Remove leading `*' in
14808 defcustom.
14809 (locate-filter-output): Use `keep-lines' instead of its alias
14810 `delete-non-matching-lines'.
14811 (locate-get-filename, locate-get-dirname): Add introductory comment.
14812 (locate-find-directory-other-window): Give appropriate error
14813 message if used outside main listing.
14814
14815 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14816
14817 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
14818 the new extend-region feature.
14819 (font-lock-after-change-function): Update correspondingly.
14820 * jit-lock.el (jit-lock-after-change): Update correspondingly.
14821 * progmodes/grep.el (font-lock-lines-before): Don't disable.
14822
14823 2006-03-15 Bill Wohler <wohler@newt.com>
14824
14825 * image.el (image-load-path-for-library): Fix example by not
14826 recommending that one binds image-load-path. Just defvar it to
14827 placate compiler and only use it if previously defined.
14828
14829 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
14830
14831 * textmodes/org.el (org-insert-centered): Use `string-width' to
14832 make underlining work for wide characters.
14833 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
14834 TAB to `org-cycle', to make sure that no binding in
14835 `outline-mode-map' can supercede it.
14836
14837 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
14838
14839 * allout.el: Increment version to 2.2.1 in file commentary.
14840
14841 (allout-version): Increment to 2.2.1.
14842
14843 (allout-default-layout): New customization variable, used when the
14844 file lacks a specific allout-layout. Uses allout-layout-type for
14845 recursively nested definition.
14846
14847 (allout-layout-type): Widget defining allout layouts, necessary for
14848 self-recursive definition.
14849
14850 (allout-mode): Incorporate allout-default-layout as fallback for
14851 allout-layout.
14852
14853 (allout-layout): Mark as 'safe-local-variable', and refer mention
14854 fallback to `allout-default-layout' in absence of a specified value.
14855 (allout-passphrase-verifier-string)
14856 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
14857
14858 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
14859
14860 (allout-get-encryption-passphrase-verifier): Use correct name of
14861 passphrase verifier in docstring.
14862
14863 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
14864
14865 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
14866 elements.
14867 (gdb-find-watch-expression): Make it work for arrays too.
14868 Follow change to gdb-var-list.
14869 (gud-watch): Allow the user to enter variable name with a prexix
14870 arg. Create keybindings.
14871 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14872 (gdb-var-list-children-handler, gdb-var-update-handler)
14873 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
14874 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
14875 Follow change to gdb-var-list.
14876 (gdb-starting): Don't show the overlay arrows when program is running.
14877
14878 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
14879 gdb-var-list.
14880
14881 2006-03-14 Bill Wohler <wohler@newt.com>
14882
14883 * image.el (image-load-path-for-library): Pass value of path
14884 rather than symbol. Always return list of directories.
14885 Guarantee that image directory comes first.
14886
14887 2006-03-14 Alan Mackenzie <acm@muc.de>
14888
14889 * font-core.el (font-lock-extend-region\(-function\)?.):
14890 New function/variable.
14891
14892 * font-lock.el (font-lock-after-change-function):
14893 Call font-lock-extend-region. Obey font-lock-lines-before.
14894 (font-lock-default-fontify-region): Remove reference to
14895 font-lock-lines-before.
14896
14897 * jit-lock.el (jit-lock-after-change):
14898 Call font-lock-extend-region. Obey font-lock-lines-before.
14899
14900 2006-03-14 David Ponce <david@dponce.com>
14901
14902 * tree-widget.el (tree-widget-themes-load-path)
14903 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14904
14905 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
14906
14907 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
14908 (rcirc-print): Mark the start of text at the end of the prompt.
14909 (rcirc-track-minor-mode): Add autoload cookie.
14910 (rcirc-update-activity-string): Add space to front of mode-line
14911 indicator.
14912
14913 2006-03-13 Miles Bader <miles@gnu.org>
14914
14915 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
14916 (rcirc-abbrev-nick): Remove function.
14917 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
14918
14919 2006-03-13 David Ponce <david@dponce.com>
14920
14921 * tree-widget.el: Handle themes across all occurrences of the main
14922 themes sub-directory found in tree-widget-themes-load-path.
14923 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14924 (tree-widget--locate-sub-directory): Return all occurrences.
14925 (tree-widget-themes-path): New function.
14926 Replace tree-widget-themes-directory, and return a list of directories.
14927 (tree-widget-set-parent-theme)
14928 (tree-widget-lookup-image): Use it.
14929
14930 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
14931
14932 * textmodes/org.el (org-link-search): Avoid self-matching of
14933 links, allow target text to be distributed over several lines.
14934 (org-search-not-link): New function.
14935 (org-set-regexps-and-options, org-get-current-options):
14936 New startup options.
14937 (org-export-as-html): Take odd-level setting from local variable.
14938 (org-fontify-emphasized-text): New option.
14939 (org-set-font-lock-defaults): Include emphasized text.
14940 (org-follow-mhe-link): Allow folder-only links, fix folder name.
14941 (org-font-lock): Customize group renamed from `org-faces'.
14942
14943 2006-03-13 John Paul Wallington <jpw@pobox.com>
14944
14945 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
14946 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
14947
14948 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
14949
14950 * cus-start.el (all): Delete :version keyword for members of the
14951 fringe group, since the entire group is new in 22.1.
14952
14953 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
14954
14955 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
14956 map if value is hexadecimal (an address).
14957 (gud-watch): Only search roots for existing watch expressions.
14958 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
14959 prevent caching problems with speedbar-update-directory-contents.
14960
14961 2006-03-12 Juri Linkov <juri@jurta.org>
14962
14963 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
14964 before comparing with `low' and `warn'.
14965
14966 * info.el (Info-dir-remove-duplicates): Move point to the
14967 beginning of the current line after deleting the entries from
14968 redundant heading. Use marker for `limit' and compare it with
14969 point before calling `re-search-forward'.
14970
14971 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
14972
14973 * simple.el (yank): Fix typo in docstring.
14974
14975 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
14976
14977 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
14978 messages, where "D" is the 6th character.
14979
14980 2006-03-11 Eli Zaretskii <eliz@gnu.org>
14981
14982 * simple.el (yank): Fix last change.
14983
14984 2006-03-11 David Ponce <david@dponce.com>
14985
14986 * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
14987 before merging elements from the standard ispell-dictionary-alist.
14988 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
14989 alist, and return the new alist.
14990
14991 2006-03-11 Richard Stallman <rms@gnu.org>
14992
14993 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
14994
14995 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
14996 the way it is implemented is too unclean.
14997
14998 * simple.el (kill-region, yank): Doc fix.
14999
15000 * battery.el (battery-echo-area-format): Doc fix.
15001 (battery-mode-line-format): Likewise.
15002 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
15003 (battery-linux-proc-acpi): Ignore batteries that say "charged".
15004
15005 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
15006
15007 * progmodes/octave-mod.el (octave-indent-for-comment):
15008 Behave according to do string.
15009
15010 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
15011
15012 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
15013 Be visible only if major mode is Mail Mode.
15014
15015 * textmodes/flyspell.el (flyspell-external-point-words)
15016 (flyspell-process-localwords): Fix last changes.
15017
15018 2006-03-11 Eli Zaretskii <eliz@gnu.org>
15019
15020 * calendar/holidays.el (list-holidays): Doc fix.
15021
15022 * international/mule.el (auto-coding-alist): Add .odt
15023 (OpenOffice's open document) files.
15024
15025 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
15026 document) files. Mention in the doc string the need to sync with
15027 auto-coding-alist.
15028
15029 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
15030
15031 * files.el (hack-local-variables-confirm): Don't prompt for ! if
15032 enable-local-variables is set to always query, or there is no
15033 savable variable.
15034
15035 2006-03-10 Bill Wohler <wohler@newt.com>
15036
15037 * image.el (image-load-path-for-library): Merge at least three
15038 functions from Gnus and MH-E into this one function that can now
15039 be shared.
15040
15041 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
15042
15043 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
15044 gdb-remove-mouse-face and remove help-echo too.
15045 (gdb-enqueue-input): Correct conditional clause.
15046
15047 2006-03-10 Glenn Morris <rgm@gnu.org>
15048
15049 * calendar/calendar.el (calendar-holidays): Doc fix.
15050 * calendar/holidays.el (list-holidays): Doc fix.
15051
15052 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
15053
15054 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
15055 it gets called in gdb-prompt anyway.
15056 (gdb-use-separate-io-buffer): Only restore window arrangement for
15057 gdb-many-windows.
15058 (gdb-enqueue-input): Make it harder to send GDB input when program
15059 is running.
15060 (gdb-buffer-list): New variable.
15061 (gdb-remove-mouse-face): New function.
15062 (gdb-starting): Use it when GDB input won't get sent.
15063
15064 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
15065
15066 * help.el (view-lossage): Remove trailing whitespace before
15067 inserting "\n".
15068
15069 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
15070
15071 * files.el (hack-local-variables-confirm):
15072 Set coding-system-for-read to nil before writing to .emacs.
15073
15074 * arc-mode.el (archive-extract): Check if an existing buffer name
15075 comes from a different archive.
15076
15077 * help.el (describe-key-briefly): If KEY is a down event, read and
15078 discard the up event.
15079
15080 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
15081
15082 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
15083 be edited and use font-lock-warning-face for any changes.
15084
15085 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
15086 (gdb-edit-value): Use it to report any errors.
15087
15088 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
15089
15090 * help.el (describe-key): Remove leftover test code.
15091
15092 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
15093
15094 * textmodes/org.el: Move defvars out of eval-when-compile.
15095 Use buffer-file-name variable.
15096 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
15097 arg `file'.
15098 (org-level-faces): Remove startup dependency.
15099 (org-cycle, org-map-tree, org-scan-tags)
15100 (org-remember-handler): Don't call `outline-level' directly.
15101 (org-mhe-search-all-folders): New option.
15102 (org-mhe-get-message-folder-from-index)
15103 (org-mhe-get-message-folder): Fix indexing search.
15104 (org-format-agenda-item): Handle nil TAGS argument.
15105 (org-cleaned-string-for-export, org-activate-target-links)
15106 (org-make-target-link-regexp): Deal with empty radio target list.
15107 (org-tag): New face.
15108 (org-get-level-face): New function.
15109 (org-set-font-lock-defaults): Simplify setup for headlines.
15110 (org-complete): Pass common substring to `display-completion-list'.
15111
15112 2006-03-06 David Ponce <david@dponce.com>
15113
15114 * tree-widget.el: Update Commentary header.
15115 (tree-widget-theme-name): Ignore parent themes.
15116 (tree-widget-set-parent-theme): New function.
15117 (tree-widget-set-theme): Use it.
15118 (tree-widget-set-image-properties): Move definition. Does nothing
15119 if image properties have already been set.
15120 (tree-widget-image-properties): Move definition. Receive an image
15121 name. Set the :pointer property.
15122 (tree-widget-lookup-image): Doc fix. Search in parent themes.
15123 Don't set the :pointer image property.
15124 (tree-widget-convert-widget): New function. Handle :dynargs
15125 compatibility here.
15126 (tree-widget): Use it to :convert-widget. Add the :expander-p
15127 predicate to control when the :expander function is entered.
15128 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
15129 (tree-widget-value-create): Handle :expander-p. widget-apply
15130 :expander.
15131 (tree-widget-expander-p): New function. Default value of the
15132 :expander-p property.
15133
15134 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
15135
15136 * help.el (describe-key): Properly handle the return value of
15137 read-key-sequence when grabbing an up-event. Cleanup mouse-1
15138 remaps. Handle string and vector `follow-link' values.
15139
15140 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
15141
15142 * complete.el (PC-expand-many-files): Try be more careful when parsing
15143 the shell's output.
15144
15145 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
15146
15147 * outline.el (hide-sublevels): Provide better interactive default.
15148
15149 2006-03-06 Kenichi Handa <handa@m17n.org>
15150
15151 * international/fontset.el (create-fontset-from-fontset-spec):
15152 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
15153
15154 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
15155
15156 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
15157 backslashes instead of one in regexp.
15158 (gud-tooltip-dereference): Add missing optional argument.
15159
15160 2006-03-04 John Paul Wallington <jpw@pobox.com>
15161
15162 * wdired.el (toplevel): Require `cl' at compile-time.
15163
15164 2006-03-04 Andreas Schwab <schwab@suse.de>
15165
15166 * server.el (server-process-filter): Handle errors during
15167 evaluation of the argument.
15168
15169 2006-03-03 John Paul Wallington <jpw@pobox.com>
15170
15171 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
15172 escape parentheses at beginning of line.
15173 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
15174 (t-mouse-mode): Remove period from end of error message.
15175
15176 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
15177
15178 * textmodes/flyspell.el (flyspell-process-localwords):
15179 Be case-sensitive.
15180
15181 2006-03-03 Martin Rudalics <rudalics@gmx.at>
15182
15183 * cus-edit.el (custom-quote): Remove function, since it has been
15184 moved to custom.el.
15185
15186 * font-lock.el (lisp-font-lock-keywords-2)
15187 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
15188 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
15189 they have no special meaning.
15190
15191 * midnight.el (clean-buffer-list): Handle case where base-buffer of
15192 indirect buffer gets killed before indirect buffer. Use dolist.
15193
15194 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
15195
15196 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
15197 value instead of a literal constant (1) on more pauses.
15198
15199 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
15200
15201 * textmodes/flyspell.el (flyspell-external-point-words):
15202 Be case-sensitive.
15203
15204 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
15205
15206 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
15207 with "www".
15208
15209 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
15210
15211 * allout.el: Restablish intermediate missing comment header to
15212 preserve outline structure.
15213 (allout-beginning-of-current-entry): Skip invisible text.
15214 (allout-open-topic): Fix opening a topic at end-of-buffer.
15215 (allout-minor-mode): Move nearer to allout-mode function.
15216
15217 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
15218
15219 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
15220
15221 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
15222
15223 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
15224 is nil.
15225
15226 * progmodes/gud.el (gud-speedbar-menu-items):
15227 Use buffer-local-value and add missing :visible keyword.
15228
15229 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
15230
15231 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
15232
15233 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
15234 must be `follow-link'.
15235
15236 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
15237
15238 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
15239 formatting: No nested anchors.
15240 (org-all-targets): Fix bug with XEmacs compatibility.
15241 (org-read-date): Add (require 'parse-time).
15242 (org-set-tags): Fix bug with extra inserted space.
15243 (org-export-html-style): Define a style class for targets.
15244 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
15245 (org-hide-leading-stars): New option.
15246 (org-hide): New face.
15247 (org-set-font-lock-defaults): Allow to hide leading stars.
15248 (org-get-legal-level, org-tr-level): New functions.
15249 (org-odd-levels-only): New option.
15250 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
15251 (org-demote, org-promote): Deal with double-star levels.
15252 (org-convert-to-odd-levels): New command.
15253
15254 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
15255
15256 * speedbar.el (speedbar-update-localized-contents): Try to
15257 preserve window-start.
15258 (speedbar-update-directory-contents): Try to preserve window-start
15259 and window-point.
15260 (speedbar-update-special-contents): Don't move back to start of window.
15261
15262 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
15263 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
15264 speedbar-timer-fn.
15265 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
15266 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
15267 instead of gdb-speedbar-timer-fn.
15268
15269 2006-02-28 Jay Belanger <belanger@truman.edu>
15270
15271 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
15272 (math-compose-expr): Use latex option when calling
15273 `math-compose-tex-matrix' for latex mode.
15274
15275 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
15276
15277 * speedbar.el: Re-instate comments about developing for speedbar
15278 [this is what info and gdb-ui use even if better methods exist now].
15279
15280 * t-mouse.el: New file.
15281 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
15282 (t-mouse-lispy-buffer-posn-from-coords): Remove.
15283 (t-mouse-make-event-element): Use posn-at-x-y instead.
15284 (t-mouse-make-event): Deal with Fedora Core 3.
15285 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
15286 (t-mouse-mouse-position-function): New function. Use it instead
15287 of advising mouse-position.
15288 (t-mouse-mode): New minor mode.
15289 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
15290
15291 2006-02-27 Glenn Morris <rgm@gnu.org>
15292
15293 * calendar/calendar.el (calendar-holidays): Doc fix.
15294
15295 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
15296
15297 * progmodes/gdb-ui.el (gdb-source-window): New variable.
15298 Re-introduce the concept of a source window.
15299 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
15300 consistency with get-buffer-create.
15301 (def-gdb-auto-update-handler, gdb-info-locals-handler)
15302 (gdb-data-list-register-values-handler)
15303 (gdb-stack-list-locals-handler): Try to preserve window-start as
15304 well as window-point.
15305 (gdb-display-source-buffer): New function (old concept).
15306 (gdb-goto-breakpoint): Use it.
15307
15308 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
15309 for gdb-ui/gdb-mi (old concept).
15310
15311 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
15312
15313 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
15314 binding.
15315
15316 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
15317
15318 * textmodes/reftex-sel.el (reftex-select-label-map)
15319 (reftex-select-bib-map): Add `follow-mouse' binding.
15320
15321 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
15322
15323 * jka-cmpr-hook.el (jka-compr-compression-info-list)
15324 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
15325 Give :set functions to provide automatic updating.
15326 Update docstring. Give compiler defvars early in the file
15327 and move the defcustoms to a later spot where all called functions
15328 are defined.
15329 (jka-compr-file-name-handler-entry): Doc fix.
15330 (jka-compr-compression-info-list--internal)
15331 (jka-compr-mode-alist-additions--internal)
15332 (jka-compr-load-suffixes--internal): New variables.
15333 (jka-compr-install): Set the three above variables.
15334 Update `load-file-rep-suffixes' instead of `load-suffixes'.
15335 (jka-compr-update, jka-compr-set): New functions.
15336 (auto-compression-mode): Doc fix.
15337
15338 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
15339 Update `load-file-rep-suffixes' instead of `load-suffixes'.
15340 Use jka-compr-compression-info-list--internal,
15341 jka-compr-mode-alist-additions--internal and
15342 jka-compr-load-suffixes--internal.
15343
15344 * files.el (load-library):
15345 * loadhist.el (file-loadhist-lookup):
15346 * startup.el (command-line):
15347 * subr.el (locate-library):
15348 * emacs-lisp/autoload.el (update-directory-autoloads):
15349 * emacs-lisp/find-func.el (find-library-suffixes):
15350 Use `get-load-suffixes' instead of `load-suffixes'.
15351
15352 * subr.el (locate-library):
15353 * emacs-lisp/find-func.el (find-library-name):
15354 Use `load-file-rep-suffixes' instead of '("").
15355
15356 2006-02-26 Kim F. Storm <storm@cua.dk>
15357
15358 * ido.el (ido-save-history, ido-load-history): Simplify.
15359 Don't use find-file-noselect to avoid interference from other modes.
15360
15361 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
15362
15363 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
15364 to use the default shell if filename is not available.
15365 Reported by Giorgos Keramidas.
15366
15367 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
15368
15369 * progmodes/etags.el (tags-completion-table): Do completion from
15370 all the tables in the current list, as documented in the manual.
15371
15372 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15373
15374 * CC Mode Update to 5.31.3.
15375
15376 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15377
15378 * progmodes/cc-mode.el (c-postprocess-file-styles):
15379 Bind inhibit-read-only to t, around the call to
15380 c-remove-any-local-eval-or-mode-variables, so that it works on a
15381 RO file.
15382
15383 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15384
15385 * progmodes/cc-awk.el: Correct a typo.
15386
15387 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15388
15389 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
15390 c-hungry-delete-backwards, at the request of RMS. Leave the old
15391 name as an alias.
15392
15393 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15394
15395 * progmodes/cc-mode.el: Correct a typo.
15396
15397 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15398
15399 * progmodes/cc-defs.el: Update the version number to 5.31.3.
15400
15401 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15402
15403 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
15404 brace-else-brace (error due to mbeg, mend being undefined).
15405
15406 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15407
15408 * progmodes/cc-mode.el: File Local variables: Solve the problem
15409 where both `mode' and c-file-offsets are specified: `mode' will
15410 overwrite c-f-o's settings:
15411 (c-remove-any-local-eval-or-mode-variables): New function.
15412 (c-postprocess-file-styles): Call the above new function, within
15413 c-tentative-buffer-change, to splat `mode' and `eval' before the
15414 second hack-local-variables.
15415
15416 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15417
15418 * progmodes/cc-mode.el:
15419 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
15420 (c-after-change): Protect the match data with save-match-data.
15421 It was getting corrupted by c-after-change-check-<>-operators.
15422
15423 * progmodes/cc-defs.el: [Supersedes patch V1.38]:
15424 (top level): Check for a buggy font-lock-compile-keywords ONLY in
15425 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
15426
15427 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
15428 with save-match-data. It was being corrupted when Font Lock was
15429 not enabled.
15430
15431 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15432
15433 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
15434 Mode and Subword Mode.
15435
15436 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
15437 real labels ("case 1:" or "foo:") from non-labels ("public:").
15438 (c-forward-objc-directive): Replace c-forward-token-2 with crude
15439 coding; c-f-t-2 doesn't move over a token at EOB.
15440
15441 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
15442
15443 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
15444 (c-update-modeline): Concatenate the minor mode indicators
15445 directly onto mode-name, removing c-submode-indicators.
15446 Sometimes, c-s-i got separated from the mode name on the mode line.
15447
15448 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
15449 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
15450
15451 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15452
15453 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
15454 error message when there's an evaluation error to show whether
15455 it's loaded from source or not.
15456 (c-filter-ops): Make it available at runtime too to work when
15457 `c-make-init-lang-vars-fun' needs to evaluate from source.
15458
15459 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
15460
15461 * help.el (help): Revert last part of 2006-02-23 change (deletion
15462 of the `provide' call).
15463
15464 2006-02-23 Juri Linkov <juri@jurta.org>
15465
15466 * compare-w.el (compare-windows-highlight): Add new value
15467 `persistent' and change :type from `boolean' to `choice'.
15468 (compare-windows-overlays1, compare-windows-overlays2):
15469 New internal variables.
15470 (compare-windows-highlight): If compare-windows-highlight is
15471 `persistent', add current overlays to compare-windows-overlays[12]
15472 instead of adding compare-windows-dehighlight to pre-command-hook.
15473 (compare-windows-dehighlight): Delete all overlays from
15474 compare-windows-overlays[12].
15475
15476 * info.el (Info-search): Don't bind search-spaces-regexp to
15477 Info-search-whitespace-regexp in non-regexp isearch mode.
15478
15479 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15480
15481 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
15482
15483 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
15484
15485 * textmodes/org.el (org-xemacs-p)
15486 (org-export-html-show-new-buffer, org-table-may-need-update)
15487 (org-insert-item, org-mhe-get-message-real-folder)
15488 (org-mhe-get-message-folder-from-index)
15489 (org-mhe-get-message-folder, org-mhe-get-message-num)
15490 (org-mhe-get-header, org-make-org-heading-search-string)
15491 (org-make-org-heading-camel, org-table-sort-lines)
15492 (org-format-org-table-html, org-format-table-table-html):
15493 Fix typos in docstrings.
15494
15495 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
15496
15497 * textmodes/org.el (org-cleaned-string-for-export)
15498 (org-solidify-link-text): New function.
15499 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
15500 XEmacs, just to silence the compiler.
15501 (org-export-as-ascii, org-export-as-html-and-open):
15502 Use `org-cleaned-string-for-export' and create internal links.
15503 (org-follow-mhe-link): Require mh-e, use folder.
15504
15505 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
15506
15507 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
15508
15509 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
15510 gdb-debug-log-length.
15511 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
15512 it a real ring but...
15513 (gud-gdba-marker-filter): ...make it work like mark-ring.
15514 (gdb-enable-debug): Rename from gdb-enable-debug-log.
15515 (gdb-mouse-jump): New function. Add bindings.
15516
15517 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
15518
15519 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
15520 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
15521 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
15522 (gdb-debug-log-length): Customize it's length.
15523 (gud-watch, gdb-var-create-handler): Display function::var format
15524 but don't use to create variable object.
15525 (gdb-var-create-handler): Use message-box in place of message.
15526 (gdb-stopped): Call gdb-exited if signalled.
15527
15528 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
15529
15530 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
15531
15532 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
15533
15534 * textmodes/reftex.el (reftex-locate-file): Search all extensions
15535 if `reftex-try-all-extensions' is set.
15536
15537 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
15538 fail silently when there is no valid argument at point.
15539 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
15540 `fail-silently' argument. From a patch by David Reiter.
15541
15542 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
15543 New commands.
15544 (org-mark-ring): New variable.
15545 (org-mark-ring-length): New option.
15546 (org-open-at-point, org-goto, org-open-file): Push old position
15547 onto the mark ring.
15548 (org-add-hook): New function.
15549 (org-export-table-remove-special-lines): New option.
15550 (org-skip-comments, org-format-org-table-html): Respect new
15551 option `org-export-table-remove-special-lines'.
15552 (org-open-file): Allow special command configuration for
15553 directory link.
15554 (org-file-apps): Fix bugs in customize type, added setting
15555 for directories.
15556 (org-activate-tags, org-format-agenda-item, org-complete)
15557 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
15558 (org-get-tags, org-get-buffer-tags, org-open-at-point)
15559 (org-link-search, org-make-org-heading-search-string)
15560 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
15561 (org-radio-targets, org-file-link-context-use-camel-case)
15562 (org-activate-camels): New options.
15563 (org-update-radio-target-regexp, org-all-targets)
15564 (org-make-target-link-regexp, org-activate-target-links):
15565 New functions.
15566 (org-make-org-heading-search-string): New function.
15567 (org-store-link, org-insert-link): Use new option
15568 `org-file-link-context-use-camel-case'.
15569 (org-activate-camels): Use new option `org-activate-camels'.
15570 (org-link-regexp): Add mhe prefix.
15571 (org-open-at-point, org-store-link): Support for mhe links.
15572 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
15573 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
15574 (org-mhe-get-header, org-follow-mhe-link): New functions.
15575 (org-remove-angle-brackets, org-add-angle-brackets):
15576 New functions.
15577 (org-bracket-link-regexp): New constant.
15578 (org-read-date): Fix bug that was rejecting all typed dates.
15579 (org-link-search): Make hierarchy above visible after a match.
15580 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
15581 (org-store-link): Fix bug with link creation when cursor is in
15582 an empty line.
15583 (org-open-at-point): Fix bug with matching a link.
15584 Fixed buggy argument sequence in call to `org-view-tags'.
15585 (org-compile-prefix-format): Set `org-prefix-has-tag'.
15586 (org-prefix-has-tag): New variable.
15587 (org-format-agenda-item): Remove tags from headline
15588 if appropriate.
15589 (org-agenda-remove-tags-when-in-prefix): New option.
15590
15591 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
15592
15593 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
15594 Fix the regular expressions.
15595
15596 2006-02-21 Richard M. Stallman <rms@gnu.org>
15597
15598 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
15599 if there's no other specific basis.
15600
15601 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
15602 as variables at all.
15603 (unsafep-variable): Rename arg; doc fix.
15604
15605 * abbrevlist.el (list-one-abbrev-table): Add autoload.
15606
15607 * calendar/appt.el (diary-selective-display): Add defvar.
15608
15609 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
15610
15611 * isearch.el (search-whitespace-regexp): Fix custom type.
15612
15613 * help.el (describe-key-briefly): Compute interactive args
15614 in same was as before previous change.
15615
15616 * files.el (enable-local-variables): Doc fix.
15617
15618 2006-02-21 Kim F. Storm <storm@cua.dk>
15619
15620 * fringe.el: Cleanup as file is now pre-loaded.
15621 (fringe-bitmaps): Initialize unconditionally.
15622 (fringe-mode, set-fringe-style): Remove autoload cookies.
15623
15624 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
15625
15626 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
15627 `horizontal-bar'.
15628 (fringe-cursor-alist): Use `horizontal-bar'.
15629
15630 2006-02-20 Kim F. Storm <storm@cua.dk>
15631
15632 * fringe.el (fringe-bitmaps): Update to new bitmap names.
15633 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
15634
15635 * loadup.el: Load "fringe" on window systems.
15636
15637 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
15638
15639 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
15640 out of scope components.
15641
15642 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
15643 default.
15644
15645 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
15646
15647 * custom.el (customize-mark-to-save, customize-mark-as-set):
15648 Load the symbol first.
15649
15650 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
15651
15652 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
15653 strech spec so it doesn't display as "^J" on the header line
15654 when `Buffer-menu-use-header-line' is t.
15655
15656 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
15657
15658 * speedbar.el (speedbar-make-button): Keep text properties
15659 of string arguments if desired.
15660
15661 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
15662 expessions.
15663
15664 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
15665 of speedbar.
15666
15667 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
15668
15669 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
15670 to value of `read-file-name-completion-ignore-case'.
15671
15672 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
15673
15674 * custom.el (customize-mark-as-set): Push to `user' theme.
15675
15676 * cus-edit.el (custom-save-variables): Allow unthemed values.
15677 (customize-set-variable): Push setting to `user' theme.
15678
15679 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
15680
15681 * progmodes/gud.el: Don't require font-lock as it's now
15682 automatically loaded.
15683 (gud-speedbar-buttons): Replace gdb-var-changed with
15684 gdb-force-update.
15685
15686 * progmodes/gdb-ui.el (gdb-force-update): Rename from
15687 gdb-var-changed.
15688 (gdb-post-prompt): Use it.
15689 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
15690 (gdb-var-update-handler, gdb-var-delete)
15691 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
15692 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
15693 gdb-force-update in gdb-post-prompt.
15694 (gdb-reset): Clear watch expressions from speedbar when quitting.
15695
15696 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
15697
15698 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
15699 (viper-change-state-to-vi, viper-change-state-to-emacs):
15700 Make aware of cursor coloring in the Emacs state.
15701 (viper-special-read-and-insert-char): Use read-char-exclusive.
15702 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
15703
15704 * emulation/viper-init.el (viper-emacs-state-cursor-color):
15705 New variable.
15706
15707 * emulation/viper-util.el (viper-save-cursor-color)
15708 (viper-get-saved-cursor-color-in-replace-mode)
15709 (viper-get-saved-cursor-color-in-insert-mode)
15710 (viper-restore-cursor-color): Make aware of the cursor color
15711 in Emacs state.
15712 (viper-get-saved-cursor-color-in-emacs-mode): New function.
15713
15714 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
15715 (ediff-ignore-case-option3, ediff-actual-diff-options)
15716 (ediff-actual-diff3-options): New variables to control case sensitivity.
15717 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
15718 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
15719 (ediff-toggle-ignore-case): New function.
15720 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
15721
15722 * ediff-help.el (ediff-long-help-message-narrow2)
15723 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
15724 (ediff-long-help-message-word-mode): Add ignore-case command.
15725 (ediff-help-for-quick-help): Add ignore-case command.
15726
15727 * ediff-merg.el: Move provide to the end.
15728
15729 * ediff-ptch.el: Move provide to the end.
15730
15731 * ediff-wind.el: Move provide to the end.
15732
15733 * ediff-mult.el: Move provide to the end.
15734 (ediff-set-meta-overlay): Enable follow-link.
15735
15736 * ediff.el: Move provide to the end.
15737 Break recursive load cycle in eval-when-compile.
15738 (ediff-patch-buffer): Better heuristics.
15739
15740 * ediff-util.el: Move provide to the end.
15741 Break recursive load cycle in eval-when-compile.
15742 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
15743 defuns.
15744 (ediff-submit-report): Pass the values of ediff-diff3-program,
15745 ediff-diff3-options.
15746
15747 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
15748
15749 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
15750 the opening bracket of the following bracketing pairs: {}, [], (), <>,
15751 `' (for example, in the docstring of `windmove-default-keybindings').
15752
15753 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
15754
15755 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
15756 shadow face. Don't provide binding to edit variable when it is
15757 out of scope.
15758
15759 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
15760 (gdb-var-update-handler): Detect out of scope variables with pre
15761 GDB 6.4 too.
15762 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
15763 Reset status of variable objects to nil in update handlers.
15764 (gdb-var-update-handler-1): Detect when a variable object comes
15765 in scope. setcar on var changes gdb-var-list directly.
15766
15767 2006-02-17 Juri Linkov <juri@jurta.org>
15768
15769 * ffap.el (ffap) <defface>: Add explicit face declaration.
15770 (ffap-highlight): Use face `ffap' directly instead of checking
15771 for its existence.
15772
15773 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
15774 `visible-ok' of `other-buffer' to find the right original buffer.
15775
15776 * info.el (Info-search): Skip `Local Variables' node.
15777
15778 2006-02-17 Juri Linkov <juri@jurta.org>
15779
15780 * info.el (Info-find-file): Check for symbols `apropos', `history',
15781 `toc' in the input filename, and return these symbols as is.
15782 (Info-find-node-2): Set Info-current-file to symbols `apropos',
15783 `history', `toc' instead of strings.
15784 (Info-set-mode-line): For non-string Info-current-file use the
15785 symbol's name inside **.
15786 (Info-isearch-push-state): Add quote before Info-current-file and
15787 Info-current-node.
15788 (Info-isearch-pop-state): Use `equal' instead of `string='.
15789 (Info-extract-pointer, Info-following-node-name): Use
15790 `match-string-no-properties' instead of `match-string'.
15791 (Info-up): Check `old-file' for `stringp'.
15792 (Info-history): Use `equal' instead of `string-equal'.
15793 Check `file' for `stringp'.
15794 (Info-history): Use symbol `history' instead of string as first arg
15795 of `Info-find-node'.
15796 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
15797 `toc' instead of string.
15798 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
15799 instead of `buffer-substring', and `match-string-no-properties'
15800 instead of `match-string'.
15801 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
15802 instead of strings.
15803 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
15804 Use symbol `apropos' instead of string.
15805 (Info-copy-current-node-name): Check `Info-current-file' for
15806 `stringp' and construct a command with `Info-find-node' from it.
15807 (Info-fontify-node): Use `match-string-no-properties' instead of
15808 `match-string' and check file names for `stringp'.
15809 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
15810 `history', `toc' instead of strings.
15811
15812 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
15813
15814 * files.el: Rearrange functions and variables in the file local
15815 variables section.
15816
15817 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
15818
15819 * files.el: Add truncate-lines, ispell-check-comments and
15820 ispell-local-dictionary as safe local variables.
15821
15822 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
15823
15824 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
15825 out of scope variables.
15826 (gud-speedbar-buttons): Use unless.
15827
15828 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
15829 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
15830 (gdb-show-changed-values): Also use for out of scope variables.
15831 (gdb-var-update-handler-1): Note if variable goes out of scope.
15832
15833 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
15834
15835 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
15836 default to global variable values for unsupplied args.
15837 (rcirc-get-buffer-create): Fix bug with setting the target.
15838 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
15839 test for rcirc-always-use-server-buffer-flag here.
15840 (rcirc-response-formats): Add %N, which is a facified nick. %n
15841 uses the default face. Change the ACTION format string. If the
15842 "nick" is the server, don't print anything for that field.
15843 Comment fixes.
15844 (rcirc-target-buffer): Don't test
15845 rcirc-always-use-server-buffer-flag here.
15846 (rcirc-print): Squeeze extra spaces out of the text before message.
15847 (rcirc-put-nick-channel): Strip potential "@" char from nick
15848 before adding them to nick table.
15849 (rcirc-url-regexp): Improve to match address like "foo.com".
15850
15851 2006-02-17 Eli Zaretskii <eliz@gnu.org>
15852
15853 * allout.el (allout-hidden-p): Move this defsubst before
15854 allout-overlay-interior-modification-handler, where it is first
15855 used.
15856
15857 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
15858
15859 * allout.el: Use allout invisible-text overlays instead of
15860 selective display for concealed text. Also, lots of general
15861 cleanup, and improved compatibility code.
15862
15863 (allout-version): Incremented, corrected, revised, and refined
15864 module commentary.
15865
15866 (provide 'allout): Moved to the bottom, added a require of overlay.
15867
15868 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
15869 `except-current'.
15870 (allout-write-file-hook-handler): Minimize delay.
15871 (count-trailing-whitespace-region): New function so
15872 auto-encryption of current topic can resituate cursor exactly.
15873 PGP/GPG encryption trims trailing whitespace from lines, which
15874 must be accounted for across encryption then decryption.
15875
15876 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
15877 just plain "\C-c", to avoid intruding on user's keybinding space.
15878
15879 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
15880 parameter, so user request to provide a new password is done.
15881
15882 (allout-outside-normal-auto-fill-function, allout-auto-fill):
15883 Refined mechanism for auto-filling behavior while in allout mode.
15884
15885 (allout-mode): Explicitly specify the mode map in the docstring.
15886 Clarify provision for various write-file hook var names.
15887 Adjusted for invisible-text overlays instead of selective-display.
15888
15889 (allout-depth): Really return 0 if not within any topic. This
15890 rectifies `allout-beginning-of-level' and sequence numbering
15891 errors that occur when cutting and pasting numbered topics.
15892 Changed from a in-line subst to a regular function, as well.
15893
15894 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
15895
15896 (allout-end-of-subtree, allout-end-of-subtree)
15897 (allout-end-of-entry, allout-end-of-current-heading)
15898 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
15899 (allout-show-children, allout-show-to-offshoot)
15900 (allout-hide-current-entry, allout-show-current-entry): Rectified
15901 handling of trailing blank lines between items.
15902
15903 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
15904 (allout-current-depth, allout-unprotected, allout-hidden-p)
15905 (allout-on-current-heading-p, allout-listify-exposed)
15906 (allout-chart-subtree, allout-goto-prefix)
15907 (allout-back-to-current-heading, allout-get-body-text)
15908 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
15909 (allout-hide-region-body, allout-toggle-subtree-encryption)
15910 (allout-encrypt-string, allout-encrypted-key-info)
15911 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
15912 (allout-file-vars-section-data): Adjusted for use with
15913 invisible-text overlays instead of selective-display.
15914
15915 (allout-kill-line, allout-kill-topic, allout-yank-processing):
15916 Reworked for use with invisible text overlays.
15917
15918 (allout-current-topic-collapsed-p): New function.
15919
15920 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
15921 to know when to close the containing topic.
15922
15923 (allout-pre-command-business, allout-post-command-business):
15924 Simplify undo-batching and dynamic isearch exposure.
15925
15926 (allout-set-overlay-category): New for invisible-text overlays.
15927 Sets properties of allout-overlay-category, used by
15928 allout-flag-region to set invisible-text overlay properties.
15929 (allout-get-invisibility-overlay): Get the first qualifying
15930 invisibility overlay, so we can find the extent of it.
15931 (allout-back-to-visible-text): Get to just before the beginnining
15932 of the current invisibility overlay, if any.
15933
15934 (allout-overlay-insert-in-front-handler)
15935 (allout-overlay-interior-modification-handler)
15936 (allout-before-change-handler, allout-isearch-end-handler): New
15937 functions to handle extraordinary actions affecting concealed
15938 text.
15939
15940 (allout-flag-region): Use overlays instead of selective-display
15941 for invisible text - by inheritence from the properties of
15942 allout-overlay-category in mainline Emacs, and applied
15943 property-by-property in XEmacs, some recent versions of which
15944 don't inherit the properties from the category. Provisions to
15945 respond to concealed-text edits simplified drastically.
15946
15947 (allout-isearch-rectification, allout-isearch-was-font-lock)
15948 (allout-isearch-expose, allout-enwrap-isearch)
15949 (allout-isearch-abort, allout-pre-was-isearching)
15950 (allout-isearch-prior-pos, allout-isearch-did-quit)
15951 (allout-isearch-dynamic-expose)
15952 (allout-hide-current-entry-completely): Functions deleted.
15953
15954 (allout-undo-aggregation): Explicit undo aggregation no longer
15955 necessary due to transition away from selective-display.
15956
15957 (set-allout-regexp, allout-up-current-level)
15958 (allout-next-visible-heading, allout-forward-current-level)
15959 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
15960 (allout-kill-line, allout-yank-processing, allout-show-children)
15961 (allout-expose-topic, allout-old-expose-topic)
15962 (allout-listify-exposed, allout-insert-latex-header)
15963 (allout-toggle-subtree-encryption, allout-encrypt-string)
15964 (remove-from-invisibility-spec, allout-hide-current-subtree):
15965 Ditched unused variables.
15966
15967 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
15968
15969 * textmodes/ispell.el (ispell-change-dictionary): Call
15970 ispell-buffer-local-dict instead of
15971 ispell-accept-buffer-local-defs.
15972 (ispell-local-dictionary-alist): Accept as valid any coding-system
15973 supported by Emacs.
15974 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
15975 changed to iso-8859-3.
15976
15977 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
15978
15979 * speedbar.el (speedbar-frame-width): Make an inline function
15980 instead of a macro. Use frame-width.
15981 (speedbar-try-completion, speedbar-update-contents)
15982 (speedbar-timer-fn): Use consp.
15983 (speedbar-update-localized-contents): Try to preserve point.
15984
15985 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
15986 (menu): Re-order menu items.
15987 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
15988 field.
15989 (gdb-var-update-handler-1): Use it for GDB 6.4+.
15990 (gdb-post-prompt): Speed things by not forcing update.
15991
15992 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
15993
15994 * wid-edit.el (widget-button-click): For mouse-1, cancel button
15995 press and perform default action if we get a mouse movement event.
15996
15997 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
15998
15999 * calendar/icalendar.el (icalendar--get-event-property)
16000 (icalendar--get-event-property-attributes): Fix typos in
16001 docstrings.
16002
16003 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
16004 docstring.
16005
16006 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
16007
16008 * bs.el (bs-mode): Use `buffer-disable-undo'.
16009 (bs--get-file-name): Simplify.
16010 (bs-show-in-buffer): Mark the buffer as not modified.
16011
16012 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
16013
16014 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
16015 widget-button-click.
16016
16017 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
16018 (custom-mode): Update docstring.
16019
16020 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
16021 binding.
16022
16023 * files.el (hack-local-variables-confirm): Allow scrolling if the
16024 file variable list is too long. Kill temp buffer after use.
16025
16026 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
16027
16028 * progmodes/gud.el (gdb): Improve doc string.
16029 (gdb-script-font-lock-keywords): Expand allowed character set.
16030
16031 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
16032 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
16033 (gdb-separate-io-interrupt, gdb-separate-io-quit)
16034 (gdb-separate-io-stop, gdb-separate-io-eof):
16035 Rename from gdb-inferior-* to gdb-separate-*.
16036 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
16037
16038 2006-02-14 Jay Belanger <belanger@truman.edu>
16039
16040 * calc/calc-arith.el (math-check-known-scalarp): Make sure
16041 expression is a symbol before checking that it is bound.
16042
16043 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
16044 test to see if equation can be solved.
16045
16046 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
16047
16048 * wid-edit.el (widget-button-click): Use :pressed-face property
16049 for overlay face, if it exists.
16050
16051 * cus-edit.el (custom-manual, custom-add-see-also)
16052 (custom-add-parent-links, custom-group-link): Add :pressed-face
16053 property to links.
16054
16055 * files.el (hack-local-variables): Remove ignored variables before
16056 checking if any variables need setting.
16057
16058 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16059
16060 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
16061
16062 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
16063
16064 * help.el (where-is): Fix message for remapped commands.
16065
16066 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
16067 Fix typos in docstrings.
16068
16069 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
16070
16071 * files.el (safe-local-variable-values): New option.
16072 (hack-local-variables-prop-line): Return a list of variable-value
16073 pairs if MODE-ONLY is non-nil.
16074 (hack-local-variables): Construct list of variable-value pairs,
16075 and apply or reject them in one go. Ask for confirmation if
16076 variables are not known safe.
16077 (hack-local-variables-confirm): Complete rewrite. Support
16078 `safe-local-variable-values'.
16079 (enable-local-variables): Update docstring to reflect new
16080 behavior.
16081 (ignored-local-variables): Ignore ignored-local-variables and
16082 safe-local-variable-values.
16083 (safe-local-variable-p): New function.
16084 (risky-local-variable-p): `safe-local-variable' property check
16085 moved to safe-local-variable-p.
16086 (hack-one-local-variable): Checks moved to hack-local-variables.
16087
16088 (byte-compile-dynamic, c-basic-offset, c-file-style)
16089 (c-indent-level, comment-column, fill-column, fill-prefix)
16090 (indent-tabs-mode, kept-new-versions, no-byte-compile)
16091 (no-update-autoloads, outline-regexp, page-delimiter)
16092 (paragraph-start, paragraph-separate, sentence-end)
16093 (sentence-end-double-space tab-width, version-control):
16094 Add `safe-local-variable' property.
16095
16096 * find-lisp.el: Delete nonexistent `autocompile' file variable.
16097
16098 * icomplete.el, play/landmark.el: Change nonexistent
16099 `outline-layout' file variable to `allout-layout'.
16100
16101 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
16102
16103 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
16104 (gdb-get-changed-registers): Test value of gud-minor-mode relative
16105 to gud-comint-buffer.
16106 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
16107 gdb-ui.el for gdb-mi.el.
16108 (gdb-post-prompt, gdb-get-changed-registers): Move test for
16109 registers buffer to gdb-get-changed-registers.
16110 (gdb-breakpoint-regexp): New regexp. Allow toggling and
16111 deletion of catchpoints (throw and catch).
16112 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16113 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
16114 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
16115 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
16116 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
16117
16118 2006-02-13 Jay Belanger <belanger@truman.edu>
16119
16120 * calc/calc-arith.el (math-check-known-matrixp): Make sure
16121 expression is a symbol before checking that it is bound.
16122
16123 2006-02-13 Richard M. Stallman <rms@gnu.org>
16124
16125 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
16126 for the minibuffer too, but not if resize-mini-windows will interfere.
16127
16128 * help.el (describe-key-briefly, describe-key): Do all arg-reading
16129 inside `interactive' spec.
16130 (describe-key-briefly-internal, describe-key-internal):
16131 Functions merged back into their callers.
16132
16133 2006-02-13 Martin Rudalics <rudalics@gmx.at>
16134
16135 * info.el (info-xref-visited): Inherit from info-xref too.
16136 (Info-set-mode-line): Replace occurrences of `%' by `%%'
16137 when propertizing Info-current-file and Info-current-node.
16138
16139 2006-02-13 Juri Linkov <juri@jurta.org>
16140
16141 * tumme.el (tumme-thumbnail-storage): Fix docstring.
16142 (tumme-thumb-name): Fix per-directory format.
16143
16144 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
16145
16146 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
16147
16148 2006-02-12 Miles Bader <miles@gnu.org>
16149
16150 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
16151
16152 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
16153
16154 * tumme.el: Remove history section. If someone needs the it, it
16155 can always be found in CVS.
16156
16157 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
16158
16159 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
16160 about the Thumbnail Managing Standard option.
16161
16162 2006-02-12 Richard M. Stallman <rms@gnu.org>
16163
16164 * subr.el (substitute-key-definition): Doc fix.
16165
16166 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
16167
16168 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
16169
16170 * info.el (Info-mode): Doc fix.
16171
16172 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
16173
16174 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
16175
16176 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
16177 because on Solaris a POSIX compatible "id" is needed. Reported by
16178 Magnus Henoch <mange@freemail.hu>.
16179
16180 2006-02-12 Juri Linkov <juri@jurta.org>
16181
16182 * tumme.el: Remove todo item about Thumbnail Managing Standard.
16183 (tumme) <defgroup>: Change :group to `multimedia'.
16184 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
16185 Managing Standard.
16186 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
16187 Fix dostring.
16188 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
16189 and %y. Fix docstring.
16190 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
16191 (tumme-cmd-create-standard-thumbnail-command): New user options.
16192 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
16193 is `standard'. Fix docstring.
16194 (tumme-thumb-width, tumme-thumb-height): New user options.
16195 (tumme-external-viewer): Try to find various viewers.
16196 (tumme-get-thumbnail-image): Use `create-image' instead of
16197 constructing the `image' structure.
16198 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
16199 `standard'.
16200 (tumme-thumb-name): Add file name generation for standard storage.
16201 Simplify code for other storages.
16202 (tumme-thumb-name): Use width %w and height %h instead of size %s.
16203 Add modification time %m and thumbnail-nq8 %q.
16204 Use `tumme-cmd-create-standard-thumbnail-command' if
16205 tumme-thumbnail-storage is `standard'.
16206 (tumme-dired-insert-marked-thumbs): New autoload command.
16207 (tumme-dired-after-readin-hook): New function.
16208 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
16209 `tumme-thumb-size'.
16210 (tumme-display-image): Replace size-x %x and size-y %y with
16211 width %w and height %h.
16212
16213 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
16214 `tumme-dired-insert-marked-thumbs'.
16215
16216 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
16217
16218 * tumme.el (tumme-write-tag): Fix small bug (file name did not
16219 include path).
16220 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
16221 matching tag.
16222
16223 2006-02-12 Miles Bader <miles@gnu.org>
16224
16225 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
16226 New variables.
16227 (rcirc-abbrev-nick): New function.
16228 (rcirc-format-response-string): Rewrite to use the formats in
16229 `rcirc-response-formats' and expand escape sequences therein.
16230 A text-property `rcirc-text' is added over the actual response
16231 text to make easy to find inside the returned string.
16232 (rcirc-print): When filling, just look for the `rcirc-text'
16233 text-property to find the appropriate fill prefix, instead of
16234 using hardwired patterns.
16235
16236 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
16237
16238 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
16239 Managing Standard.
16240
16241 2006-02-11 Kim F. Storm <storm@cua.dk>
16242
16243 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
16244 Don't use insert-buffer; do insert-buffer-substring directly.
16245 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
16246
16247 2006-02-11 Martin Rudalics <rudalics@gmx.at>
16248
16249 * files.el (revert-buffer, recover-file): Replace buffer-read-only
16250 with inhibit-read-only. Suggested by Stefan Monnier.
16251 (revert-buffer): Let insert-file-contents discard
16252 buffer-undo-list. Simplify code.
16253 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
16254
16255 2006-02-11 Eli Zaretskii <eliz@gnu.org>
16256
16257 * menu-bar.el (menu-bar-select-yank): Add a doc string.
16258
16259 * help.el (describe-key-briefly): Now a wrapper for
16260 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
16261 to t. Populate yank-menu if empty.
16262 (describe-key-briefly-internal): Renamed from describe-key-briefly.
16263 (describe-key): Now a wrapper for describe-key-internal. Bind
16264 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
16265 (describe-key-internal): Renamed from describe-key.
16266
16267 2006-02-11 Milan Zamazal <pdm@zamazal.org>
16268
16269 * progmodes/glasses.el (glasses-separator): Doc fix.
16270 (glasses-original-separator): New defcustom.
16271 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
16272
16273 2006-02-11 Martin Rudalics <rudalics@gmx.at>
16274
16275 * mwheel.el (mouse-wheel-up-event): Doc fix.
16276
16277 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
16278
16279 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
16280 (tumme-dir): New function. Copied from thumbs.el.
16281
16282 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
16283
16284 * desktop.el (desktop-outvar): Fix typo.
16285 (desktop-save-buffer-p): Doc fix.
16286
16287 * subr.el (substitute-key-definition): Fix typo.
16288
16289 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16290
16291 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
16292 when window-system is mac.
16293
16294 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
16295
16296 2006-02-10 Kim F. Storm <storm@cua.dk>
16297
16298 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
16299 indirect-function instead of using condition-case.
16300
16301 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
16302
16303 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
16304 less `colloquial'...
16305
16306 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
16307
16308 * tumme.el: Add a couple of todo items.
16309
16310 2006-02-09 Lars Hansen <larsh@soem.dk>
16311
16312 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
16313 (highlight-changes-mode): Don't change desktop-locals-to-save.
16314
16315 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
16316
16317 * image-mode.el (image-toggle-display): Clear image cache if using
16318 filename.
16319
16320 2006-02-09 Masatake YAMATO <jet@gyve.org>
16321
16322 * dired-x.el (dired-guess-shell-alist-default): Add .man as
16323 a `dired-man' target.
16324
16325 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
16326 boundary of symbols.
16327
16328 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
16329
16330 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
16331
16332 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
16333
16334 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
16335 `mapcar'; return nil.
16336
16337 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
16338
16339 * mouse.el (mouse-drag-track): Don't change window if we rebind to
16340 some other event.
16341
16342 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
16343
16344 * net/rcirc.el (rcirc-startup-channels-alist):
16345 Add irc.freenode.net and #emacs as defaults.
16346 (rcirc-ignore-all-activity-flag): Remove variable.
16347 (rcirc-authinfo): New variable.
16348 (rcirc-authinfo-filename): Remove variable.
16349 (rcirc-always-use-server-buffer-flag): New flag.
16350 (rcirc): M-x rcirc will automatically connect without prompting.
16351 C-u M-x rcirc will prompt. Use rcirc-connect to create a
16352 connection in lisp.
16353 (rcirc-process-server-response-1): Remove everything but the nick
16354 portion of the sender so it doesn't need to be done everywhere
16355 else. Update related code.
16356 (global-map): Remove global keybindings.
16357 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
16358 (rcirc-send-input): Split into several functions.
16359 (rcirc-process-input-line, rcirc-process-message)
16360 (rcirc-process-command): New functions.
16361 (rcirc-target-buffer): New function to determine where to route
16362 messages.
16363 (rcirc-user-nick): Save match data.
16364 (rcirc-toggle-ignore-buffer-activity)
16365 (rcirc-update-activity-string): Remove global ignore functionality,
16366 which can be done now by toggling rcirc-track-minor-mode.
16367 (rcirc-track-minor-mode-map): New keymap.
16368 (rcirc-track-minor-mode): New minor-mode.
16369 (ignore): Make the ignore output nicer. Always print it when
16370 adding or removing nicks.
16371 (rcirc-url-regexp): Improve.
16372 (rcirc-mangle-text): Remove properties before using text in the
16373 modeline.
16374 (rcirc-authenticate): Authentication data comes from
16375 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
16376 (rcirc-server-prefix): Inherit from rcirc-server.
16377
16378 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
16379
16380 * Makefile.in (compile): Append "|| true" to the end of the `find'
16381 command, like compile-always does.
16382
16383 2006-02-08 Sam Steingold <sds@gnu.org>
16384
16385 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
16386 output from a dead connection.
16387
16388 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
16389
16390 * dired.el (dired-mode-map): Add more bindings for tumme.
16391
16392 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
16393
16394 * wdired.el (wdired-mode-map): Use remap.
16395 (wdired-get-filename): Massage.
16396 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
16397 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
16398 `keymap' property rather than `local-map'.
16399
16400 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
16401
16402 * tumme.el (tumme-get-thumbnail-image): New utility function.
16403 Suggested by from Chong Yidong.
16404 (tumme-dired-with-window-configuration): Rename from
16405 `tumme-dired'. Add code to save window configuration.
16406 (tumme-restore-window-configuration): New command to restore the
16407 window configuration that `tumme-dired-with-window-configuration'
16408 saves before it changes the window configuration.
16409 (tumme-show-all-from-dir): New command to display thumbnails for
16410 all files in a directory entered by the user, like M-x thumbs.
16411 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
16412 have been created.
16413 (tumme-display-thumbnail-original-image): Call `display-buffer'.
16414 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
16415 Remove obsolete test function.
16416
16417 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
16418
16419 * vc.el (small-temporary-file-directory): Remove defvar; there's
16420 a defcustom for it in files.el.
16421
16422 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
16423 Fix typo in message.
16424 (tumme-gallery-generate): Fix typo in `error' message.
16425 (tumme-display-window-height-correction)
16426 (tumme-display-window-width-correction, tumme-line-up-dynamic)
16427 (tumme-line-up-interactive): Dox fixes.
16428 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
16429 (tumme-restore-window-configuration, tumme-format-properties-string)
16430 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
16431 Fix typos in docstrings.
16432
16433 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
16434
16435 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
16436
16437 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
16438
16439 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
16440 User should use hook if desired.
16441
16442 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
16443 buffer if necessary.
16444 (gdb-delete-frame-or-window): New function.
16445 (gdb-breakpoints-mode-map): Bind "q" to it.
16446
16447 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
16448
16449 * textmodes/nroff-mode.el: Clean up name space.
16450 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
16451 (nroff-mode): Obey the global setting of nroff-electric-mode.
16452 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
16453
16454 * calendar/calendar.el (calendar-increment-month): Typo in last change.
16455
16456 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
16457
16458 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
16459
16460 2006-02-06 Lars Hansen <larsh@soem.dk>
16461
16462 * generic-x.el (etc-fstab-generic-mode): Add file system types
16463 cifs and usbdevfs. Allow special chars in file names.
16464
16465 2006-02-05 Jay Belanger <belanger@truman.edu>
16466
16467 Update copyright notices of the files in lisp/calc.
16468
16469 2006-02-05 Romain Francoise <romain@orebokech.com>
16470
16471 Update copyright notices of all files in the lisp/play directory.
16472
16473 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
16474
16475 * ldefs-boot.el: Regenerate.
16476
16477 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
16478
16479 2006-02-05 Kim F. Storm <storm@cua.dk>
16480
16481 * files.el (magic-mode-regexp-match-limit): New defvar.
16482 (set-auto-mode): Use it to limit magic-mode-alist matching.
16483
16484 2006-02-04 Eli Zaretskii <eliz@gnu.org>
16485
16486 * info.el (Info-index, Info-mode): Improve the description of the
16487 `i' command.
16488
16489 * ldefs-boot.el: Regenerate.
16490
16491 2006-02-03 Werner Lemberg <wl@gnu.org>
16492
16493 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
16494 greedy to find the closing bracket in \*[...] and similar
16495 expressions. This is a first rough fix -- many additional
16496 refinements are necessary to make nroff mode really usable with groff.
16497
16498 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
16499
16500 * international/mule-cmds.el (set-locale-environment):
16501 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
16502 libX11.
16503
16504 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
16505
16506 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
16507 archive are created in archive-tmpdir.
16508
16509 2006-02-02 John Paul Wallington <jpw@pobox.com>
16510
16511 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
16512 (ibuffer-fontification-alist): Use it.
16513 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
16514 to "* z" and the Ibuffer Mark menu.
16515
16516 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
16517
16518 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
16519
16520 * textmodes/table.el (*table--cell-describe-mode)
16521 (*table--cell-describe-bindings): Undo last change since
16522 print-help-return-message is not obsoleted by anything at all.
16523
16524 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
16525
16526 * emulation/cua-base.el (cua-mode): Doc fix.
16527
16528 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
16529
16530 * dframe.el (dframe-handle-make-frame-visible)
16531 (dframe-handle-iconify-frame, dframe-get-focus)
16532 (dframe-select-attached-frame, dframe-power-click)
16533 (dframe-frame-mode): Fix typos in docstrings.
16534
16535 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
16536 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
16537 Fix typos in docstrings.
16538
16539 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
16540 (hi-lock-face-buffer, hi-lock-font-lock-hook)
16541 (hi-lock-archaic-interface-message-used)
16542 (hi-lock-file-patterns-range): Fix typos in docstrings.
16543
16544 * savehist.el (savehist-loaded, savehist-load, savehist-install)
16545 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
16546
16547 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
16548 Fix typo in docstring.
16549
16550 * net/newsticker.el (newsticker--decode-iso8601-date)
16551 (newsticker--set-customvar, newsticker--buffer-insert-item)
16552 (newsticker--do-run-auto-mark-filter)
16553 (newsticker--parse-generic-feed): Doc fixes.
16554 (newsticker--retrieval-timer-list, newsticker-url-list)
16555 (newsticker-hide-immortal-items-in-echo-area)
16556 (newsticker-hide-obsolete-items-in-echo-area)
16557 (newsticker-new-item-face, newsticker--enclosure)
16558 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
16559 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
16560 (newsticker--parse-generic-feed, newsticker--cache-contains)
16561 (newsticker--stat-num-items, newsticker-download-enclosures):
16562 Fix typos in docstrings.
16563
16564 * net/rcirc.el (rcirc-debug): Doc fix.
16565 (rcirc-fill-column, rcirc-receive-message-hooks)
16566 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
16567 (rcirc-mode, rcirc-generate-new-buffer-name)
16568 (rcirc-startup-channels, rcirc-ignore-update-automatic)
16569 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
16570 Fix typos in docstrings.
16571 (rcirc-print): "?\ " -> "?\s".
16572 (rcirc-cmd-join): Improve argument/docstring consistency.
16573
16574 2006-02-01 Mark A. Hershberger <mah@everybody.org>
16575
16576 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
16577 before narrow-to-region.
16578
16579 2006-02-01 Richard M. Stallman <rms@gnu.org>
16580
16581 * simple.el (move-beginning-of-line): Scan properly for invis change.
16582
16583 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
16584
16585 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
16586
16587 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
16588 change bit only when id-format is 'integer. Reported by Matt
16589 Hodges <M.P.Hodges@rl.ac.uk>.
16590
16591 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
16592
16593 * hilit-chg.el (highlight-changes-initial-state)
16594 (highlight-changes-global-initial-state): Doc fixes.
16595 (highlight-changes-global-modes, global-highlight-changes):
16596 Fix typos in docstrings.
16597
16598 2006-02-01 Kim F. Storm <storm@cua.dk>
16599
16600 * emulation/cua-base.el (cua-mode): Mention that CUA enables
16601 transient-mark-mode in doc string.
16602
16603 2006-01-31 Richard M. Stallman <rms@gnu.org>
16604
16605 * replace.el (multi-occur): Doc fix.
16606 (multi-occur-in-matching-buffers): Rename from
16607 multi-occur-by-filename-regexp. Prefix arg says match
16608 buffer names instead of file names.
16609
16610 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
16611
16612 * bs.el: Allow non-default values of `bs-header-lines-length'.
16613 (bs--running-in-xemacs): Remove (not needed anymore).
16614 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
16615 instead of `shrink-window', thus avoiding having to compute the
16616 height of the window.
16617 (bs--up): Wrap around even when there's no header.
16618 (bs--down): Use `forward-line' instead of `next-line'.
16619
16620 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
16621
16622 * image-mode.el (image-toggle-display): Use file name if possible,
16623 instead of unnecessarily allocating a (possibly huge) lisp string.
16624
16625 2006-01-30 John Paul Wallington <jpw@pobox.com>
16626
16627 * subr.el (toplevel): Define `cl-assertion-failed' condition here
16628 because the `assert' macro signals it at runtime.
16629
16630 * emacs-lisp/cl.el (toplevel): Remove definition of
16631 `cl-assertion-failed' condition.
16632
16633 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
16634
16635 * thumbs.el (thumbs-marked-list): Make buffer-local and
16636 permanent-local.
16637 (thumbs-insert-thumb): Make help-echo non-sticky.
16638 (thumbs-file-alist): Use eolp as check for (non)-image.
16639
16640 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
16641
16642 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
16643 (ediff-before-session-group-setup-hooks)
16644 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
16645 Fix typos in docstrings.
16646
16647 * window.el (bw-dir, bw-eqdir, balance-windows)
16648 (split-window-keep-point): Fix typos in docstrings.
16649
16650 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
16651 (org-quote-string, org-calendar-to-agenda-key)
16652 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
16653 (org-show-following-heading, org-tags-column)
16654 (org-use-tag-inheritance, org, org-allow-space-in-links)
16655 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
16656 (org-enable-table-editor, org-calc-default-modes)
16657 (org-table-allow-automatic-line-recalculation)
16658 (org-export-html-style, org-export-with-fixed-width)
16659 (org-export-with-sub-superscripts, org-special-keyword)
16660 (org-formula, org-time-grid, org-table-may-need-update)
16661 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
16662 (org-goto-quit, org-get-indentation, org-end-of-item)
16663 (org-move-item-down, org-move-item-up)
16664 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
16665 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
16666 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
16667 (org-agenda-log-mode, org-agenda-toggle-diary)
16668 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
16669 (org-agenda-file-to-end, org-agenda-no-heading-message)
16670 (org-agenda-get-closed, org-format-agenda-item)
16671 (org-cmp-priority, org-cmp-category, org-cmp-time)
16672 (org-agenda-change-all-lines, org-agenda-diary-entry)
16673 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
16674 (org-link-search, org-camel-to-words, org-open-file)
16675 (org-remember-handler, org-table-convert-region)
16676 (org-table-move-row-down, org-table-move-row-up)
16677 (org-table-copy-region, org-table-wrap-region)
16678 (org-table-toggle-vline-visibility)
16679 (org-table-get-vertical-vector, org-table-modify-formulas)
16680 (org-table-get-specials, org-recalc-commands)
16681 (org-table-rotate-recalc-marks, org-table-eval-formula)
16682 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
16683 (org-level-color-stars-only, org-insert-heading):
16684 Fix typos in docstrings.
16685 (last-arg): Add defvar.
16686
16687 * makefile.w32-in (WINS): Add erc.
16688 (MH_E_SRC): Update (copied from lisp/Makefile.in).
16689
16690 2006-01-29 Bill Wohler <wohler@newt.com>
16691
16692 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
16693 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
16694 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
16695 (mh-autoloads): Don't use comments on otherwise empty lines.
16696
16697 2006-01-29 Edward O'Connor <ted@oconnor.cx>
16698
16699 * emulation/viper.el (viper-major-mode-modifier-list):
16700 Add insert-state and vi-state entries for erc-mode.
16701 (viper-go-away, viper-set-hooks): Add and remove
16702 viper-comint-mode-hook from erc-mode-hook as appropriate.
16703
16704 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
16705
16706 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
16707
16708 * bs.el (bs--format-aux): Implement `middle' alignment as
16709 described in the docstring for `bs-attributes-list'.
16710 (bs--get-name): Simplify. Don't pad the buffer name.
16711
16712 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
16713
16714 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
16715 English aspell dictionary is installed, use the first entry of
16716 ispell-dictionary-alist-1.
16717
16718 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
16719
16720 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
16721 Doc fix.
16722
16723 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
16724
16725 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
16726 for `process-file', in order to let it work for older Emacsen too.
16727
16728 2006-01-27 Eli Zaretskii <eliz@gnu.org>
16729
16730 * international/latexenc.el: Add a suitable `coding:' tag.
16731 (latexenc-find-file-coding-system): Undo last change.
16732
16733 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16734
16735 * international/latexenc.el (latexenc-find-file-coding-system):
16736 Make sure latexenc-main-file is a regular file and is readable.
16737
16738 2006-01-27 Andre Spiegel <spiegel@gnu.org>
16739
16740 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
16741 Pass FILE to vc-user-login-name.
16742
16743 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
16744
16745 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
16746
16747 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
16748 there are no more images to display.
16749 (thumbs-mark, thumbs-unmark): Revert change so that they move to
16750 the next image.
16751
16752 2006-01-26 Richard M. Stallman <rms@gnu.org>
16753
16754 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
16755
16756 * wid-edit.el (advertised-widget-backward): New alias.
16757 (widget-keymap): Use advertised-widget-backward for S-TAB.
16758
16759 * tumme.el: Correct the keywords.
16760 (tumme-dir-max-size): Use defvar.
16761 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
16762
16763 * simple.el (move-beginning-of-line): Take account of fields.
16764 (clone-indirect-buffer-other-window): Take args like
16765 clone-indirect-buffer, and work like it.
16766
16767 * help-fns.el (describe-function): Don't pass `nil' as default.
16768
16769 * files.el (risky-local-variable-p): Follow var aliases.
16770
16771 * subr.el (lazy-completion-table): Doc fix.
16772
16773 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
16774 global binding of `line'.
16775
16776 2006-01-25 Andre Spiegel <spiegel@gnu.org>
16777
16778 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
16779 Tramp.
16780
16781 * vc.el (vc-default-dired-state-info): Pass FILE to
16782 vc-user-login-name.
16783 (vc-default-update-changelog): Don't use vc-user-login-name, we
16784 don't need it here.
16785
16786 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
16787 no longer necessary.
16788
16789 2006-01-25 Kenichi Handa <handa@m17n.org>
16790
16791 * international/mule.el (decode-char): Avoid the overhead of
16792 calling utf-lookup-subst-table-for-decode if
16793 utf-translate-cjk-mode is nil.
16794 (encode-char): Avoid the overhead of calling
16795 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
16796 nil.
16797
16798 2006-01-22 Kenichi Handa <handa@m17n.org>
16799
16800 * international/mule.el (make-subsidiary-coding-system): Reset
16801 `coding-system-define-form' property of subsidiaries to nil.
16802 Avoid duplicated entry in coding-system-alist.
16803 (make-coding-system): Avoid duplicated entry in
16804 coding-system-alist.
16805 (define-coding-system-alias): Likewise.
16806
16807 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
16808
16809 * completion.el: Minor fixes in introductory comment.
16810 (completion-def-wrapper): Fix alist.
16811
16812 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
16813
16814 * thumbs.el (thumbs-new-image-size): New function.
16815 (thumbs-increment-image-size-element)
16816 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
16817 (thumbs-decrement-image-size): Delete.
16818 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
16819 temp files and use to resize.
16820 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
16821 Use increment argument to enlarge/shrink. Preserve point.
16822 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
16823 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
16824 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
16825 (thumbs-mark, thumbs-unmark): Preserve point.
16826 (thumbs-modify-image): Keep old temp files and use to modify.
16827 Cleanup old temp files at load time. Preserve point.
16828 (thumbs-view-image-mode-map): Use new command names.
16829
16830 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
16831
16832 * log-view.el (log-view-minor-wrap): First rev is the one at point.
16833
16834 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
16835 the nastiest part of the cyclic dependency.
16836 (cal-menu-update): Use dotimes and calendar-increment-month.
16837
16838 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
16839 (calendar-week-start-day): Add an :initializer.
16840 (calendar-mode-map): Use suppress-keymap, and command remapping.
16841 (describe-calendar-mode): Setup xref-stack info for the back button.
16842 (calendar-star-date): Insert before delete.
16843 (calendar-set-mode-line): Add file-modified info if applicable.
16844 (calendar-increment-month): New function.
16845
16846 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
16847
16848 * font-lock.el (lisp-font-lock-keywords-2):
16849 Recognize "& keywords" only at word boundaries.
16850
16851 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
16852
16853 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
16854 and permanent-local.
16855 (thumbs-max-image-number): New variable.
16856 (thumbs-do-thumbs-insertion): Use them.
16857 (thumbs-per-line): Change default to 4.
16858 (thumbs-marked-list): Rename from thumbs-markedL.
16859 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
16860 (thumbs-rename-images): Use -list instead of L for internal variables.
16861 (thumbs-call-convert): Use call-process instead of shell-command.
16862 (thumbs-insert-thumb): Add filename as help-echo to each image.
16863 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
16864 Give dir to thumbs-show-thumbs-list.
16865 (thumbs-show-thumbs-list): Set default-directory to that of images.
16866 (thumbs-dired-show): Rename from thumbs-dired-show-all.
16867 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
16868 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
16869 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
16870
16871 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
16872
16873 * ses.el (ses-read-cell): Provide a default value.
16874
16875 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
16876
16877 * term/w32-win.el (image-library-alist): Add additional names for
16878 GIF library.
16879
16880 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16881
16882 * international/latexenc.el (latexenc-find-file-coding-system):
16883 Add file-regular-p check.
16884
16885 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
16886
16887 * simple.el (clone-buffer): Don't show the new buffer in the same
16888 window.
16889
16890 2006-01-23 Juri Linkov <juri@jurta.org>
16891
16892 * faces.el (link, link-visited): New faces based on default values
16893 of `info-xref' and `info-xref-visited'.
16894
16895 * info.el (info-xref): Inherit from `link'.
16896 (info-xref-visited): Inherit from `link-visited'.
16897
16898 * cus-edit.el (custom-buffer-create-internal): Use widget type
16899 `custom-manual' instead of `info-link' and don't set properties
16900 `button-face' and `mouse-face' explicitly.
16901 (custom-browse-group-tag, custom-browse-variable-tag)
16902 (custom-browse-face-tag): Inherit from widget class
16903 `custom-group-link' instead of `push-button'.
16904 (custom-button-unraised): Inherit from `underline' face.
16905 (custom-link): Inherit from `link' face. Fix doc and group.
16906 (custom-add-parent-links, custom-group-value-create): Don't set
16907 properties `button-face' and `mouse-face' explicitly for
16908 `custom-group-link' widget.
16909 (custom-group-link): Add properties `button-face' and `mouse-face'
16910 to widget definition.
16911 (custom-field-keymap): New variable. Put `custom-field-keymap' to
16912 editable-field's :keymap property.
16913 (custom-mode): Fix docstring: substitute keybindings for
16914 `widget-forward' and `widget-backward' from `widget-keymap',
16915 `widget-complete' from `custom-field-keymap', replace old
16916 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
16917
16918 * desktop.el (desktop-load-file): Check for `fboundp' before
16919 calling `symbol-function'.
16920
16921 * simple.el (clone-buffer, clone-indirect-buffer)
16922 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
16923 `read-string'. Fix prompts.
16924
16925 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
16926
16927 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
16928
16929 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
16930
16931 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
16932
16933 * startup.el (inhibit-splash-screen, initial-scratch-message):
16934 Doc fixes.
16935
16936 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
16937
16938 Sync with Tramp 2.0.52.
16939
16940 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
16941 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
16942 `tramp-unload-tramp' for checklist.
16943
16944 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
16945 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
16946 (tramp-unload-file-name-handler-alist)
16947 (tramp-unload-tramp): New defuns.
16948 (tramp-advice-PC-expand-many-files): New defadvice.
16949 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
16950 removed.
16951 (tramp-handle-expand-file-name): Remove double slash.
16952 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
16953 It doesn't matter, because it will be converted later on.
16954 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
16955 implementation was just heuristic.
16956 (tramp-post-connection): Set uid and gid properties.
16957 (tramp-convert-file-attributes): Set file's gid change bit.
16958 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
16959 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
16960 in case of su(do)? methods. The home directory of the local user
16961 will be taken else.
16962 (tramp-open-connection-telnet)
16963 (tramp-open-connection-rsh, tramp-open-connection-su)
16964 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
16965 local shell prompt could hurt. Reported by Romain Francoise
16966 <romain@orebokech.com>.
16967 (tramp-let-maybe): Add `edebug-form-spec' property.
16968 (tramp-handle-expand-file-name): Bind `default-directory' locally
16969 to "/" in order to avoid problems with UNC shares or Cygwin
16970 mounts.
16971 (tramp-md5-function): Fix typo in error message.
16972
16973 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
16974
16975 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
16976 for byte-compiler pacification.
16977
16978 2006-01-22 Andre Spiegel <spiegel@gnu.org>
16979
16980 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
16981 ID-FORMAT `string'. This allows us to get rid of
16982 `vc-user-login-name UID'.
16983
16984 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
16985
16986 2006-01-22 John Paul Wallington <jpw@pobox.com>
16987
16988 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
16989
16990 2006-01-21 Martin Rudalics <rudalics@gmx.at>
16991
16992 * emacs-lisp/find-func.el (find-definition-noselect)
16993 (find-variable-noselect): Search variables in C source code too.
16994 (find-function-C-source, find-function-noselect, find-function)
16995 (find-function-other-frame, find-variable-noselect, find-variable)
16996 (find-variable-other-frame, find-variable-at-point):
16997 Fix docstrings.
16998
16999 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
17000
17001 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
17002
17003 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
17004
17005 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
17006 Default to disabling the "Save affix" question.
17007
17008 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
17009
17010 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
17011 the first arg to run-python.
17012
17013 2006-01-21 Eli Zaretskii <eliz@gnu.org>
17014
17015 * startup.el (command-line-1): Handle --no-desktop if desktop.el
17016 is not loaded.
17017
17018 2006-01-20 Jay Belanger <belanger@truman.edu>
17019
17020 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
17021 limit is 0.
17022
17023 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
17024 the correct variable.
17025
17026 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
17027
17028 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
17029 link. Fixed buggy argument sequence in call to `org-view-tags'.
17030 (org-compile-prefix-format): Set `org-prefix-has-tag'.
17031 (org-prefix-has-tag): New variable.
17032 (org-format-agenda-item): Remove tags from headline if
17033 appropriate.
17034 (org-agenda-remove-tags-when-in-prefix): New option.
17035 (org-get-tags-at): New function.
17036
17037 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
17038
17039 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
17040 (thumbs-find-image): Move image name and number from buffer name
17041 to mode name. Set thumbs-buffer. Preserve point so that large
17042 images remain visible.
17043 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
17044 order.
17045 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
17046 mode name.
17047 (thumbs-next-image, thumbs-previous-image): Make them work.
17048
17049 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
17050
17051 * cus-edit.el (custom-buffer-create-internal): State in the text above
17052 the whole buffer buttons that they do not operate on hidden items.
17053 (custom-face-menu): Use `custom-face-save' instead of
17054 `custom-face-save-command'.
17055 (custom-face-save-command): Make it an alias for `custom-face-save'
17056 and declare it obsolete.
17057 (custom-face-save): Doc fix.
17058
17059 * dired.el (dired-no-confirm): Add quote.
17060 (dired-subdir-alist-pre-R): Add quote in
17061 `make-variable-buffer-local' form and remove unbalanced parenthesis.
17062
17063 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
17064
17065 * textmodes/table.el (table-mode-indicator): Typo in last change.
17066
17067 2006-01-19 Richard M. Stallman <rms@gnu.org>
17068
17069 * outline.el (hide-leaves): Don't call outline-end-of-heading.
17070 Fixes bug reported in Nov 2005.
17071
17072 * isearch.el (isearch-forward): Doc fix.
17073
17074 * dired.el (dired-move-to-filename-regexp): Define as alias.
17075 (dired-no-confirm): Use defcustom.
17076 (dired-subdir-alist-pre-R): Put defvar at top level.
17077
17078 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
17079
17080 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17081 Mark as risky.
17082
17083 * simple.el (set-mark-command): Doc fix.
17084 (clone-indirect-buffer-other-window):
17085 Read arg like clone-indirect-buffer.
17086 (move-beginning-of-line): Skip invisible newlines.
17087
17088 2006-01-19 Masatake YAMATO <jet@gyve.org>
17089
17090 * progmodes/cpp.el (cpp-edit-load): Make the order of
17091 listed conditions in a base C code buffer and its associate
17092 CPP Edit buffer the same.
17093
17094 2006-01-19 Kenichi Handa <handa@m17n.org>
17095
17096 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
17097 (rmail-mime-feature): Likewise.
17098 (rmail-require-mime-maybe): Use display-warning to show a warning
17099 message.
17100
17101 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
17102 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
17103
17104 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
17105
17106 * array.el: Move defvars out of eval-when-compile.
17107 (array-make-template): Replace undeclared global var with a local one.
17108 (array-mode): Inline initialization functions.
17109 (array-init-local-variables, array-init-max-row)
17110 (array-init-max-column, array-init-columns-per-line)
17111 (array-init-field-width, array-init-rows-numbered)
17112 (array-init-line-length, array-init-lines-per-row): Remove.
17113
17114 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
17115 (doc-mode-map): Define explicitly.
17116 (doctor-txtype): Use mapc.
17117
17118 * textmodes/table.el: Move defvars out of eval-when-compile.
17119 Remove harmful code meant to avoid byte-compiler warnings.
17120 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
17121 specification that checks table-fixed-width-mode directly.
17122 (table-recognize-region, table-recognize-cell):
17123 Use restore-buffer-modified-p.
17124 (table-fixed-width-mode): Remove code that refreshes
17125 table-fixed-mode-indicator.
17126 (*table--cell-describe-bindings, *table--cell-describe-mode):
17127 Avoid obsolete name print-help-return-message.
17128 (table--test-cell-list): Don't use replace-regexp from elisp.
17129 (table--point-entered-cell-function, table--point-left-cell-function):
17130 Don't set table-fixed-mode-indicator, use force-mode-line-update.
17131
17132 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
17133 that was after the end of file. Use buffer-file-name variable.
17134 (org-timestamp-change): Use with-current-buffer.
17135 (org-todo-list): Don't unnecessarily define a new buffer-local var.
17136 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
17137 `file'.
17138
17139 * progmodes/fortran.el: Move defvars out of eval-when-compile.
17140 (fortran-break-line): Remove unused var `opoint'.
17141 (fortran-abbrev-start): Obey help-event-list.
17142
17143 2006-01-18 Jesper Harder <harder@phys.au.dk>
17144
17145 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
17146
17147 2006-01-18 Masatake YAMATO <jet@gyve.org>
17148
17149 * progmodes/make-mode.el (makefile-imake-mode): New mode
17150 derived from makefile-mode.
17151 (makefile-imake-mode-syntax-table): New syntax table
17152 derived from makefile-mode-syntax-table.
17153 (makefile-mode): Write about makefile-imake-mode in doc string.
17154 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
17155 (makefile-imake-font-lock-keywords): New font lock keywords.
17156
17157 * files.el (auto-mode-alist): Add Imakefile.
17158
17159 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
17160
17161 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
17162 loading the file rather than when turning on flyspell-mode.
17163
17164 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
17165
17166 * cus-edit.el (customize-rogue): Minor doc fix.
17167
17168 2006-01-17 Juri Linkov <juri@jurta.org>
17169
17170 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
17171 instead of the file at the mark as default if the file at the mark
17172 is the same as the file at point or if dired-dwim-target-directory
17173 is not the same as the current directory and the mark is not active.
17174
17175 * log-view.el (log-view-minor-wrap): Use the same logic to get
17176 revisions as `log-view-diff'.
17177
17178 * info.el (Info-revert-find-node): Check for Info-current-file
17179 before preserving new-history.
17180
17181 * man.el (Man-heading-regexp): Add `/'.
17182
17183 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
17184 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
17185
17186 2006-01-16 Juri Linkov <juri@jurta.org>
17187
17188 * faces.el (mode-line-faces): New defgroup.
17189 (mode-line-highlight): Move definition after new defgroup.
17190 (mode-line, mode-line-inactive, mode-line-highlight):
17191 Replace :group `modeline' with `mode-line-faces'.
17192 (mode-line-buffer-id): New face.
17193 (modeline-buffer-id): New face alias.
17194 (vertical-border): Remove :group `modeline'.
17195
17196 * bindings.el (propertized-buffer-identification): Use face
17197 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
17198 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
17199 (mode-line-buffer-identification-keymap): For mouse-1 replace
17200 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
17201 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
17202 mouse-3.
17203
17204 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
17205 Buffer-menu-buffer. Doc fix.
17206 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
17207 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
17208 `Buffer-menu-buffer'.
17209
17210 * info.el (Info-mode-line-node-keymap): New defvar.
17211 (Info-set-mode-line): Use `stringp' to check Info-current-file.
17212 Propertize Info-current-node with `mode-line-buffer-id' and
17213 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
17214
17215 * time.el (display-time-mail-face): Replace :group `faces' with
17216 `mode-line-faces'.
17217
17218 2006-01-16 Kenichi Handa <handa@m17n.org>
17219
17220 * international/code-pages.el: Add autoload cookies for cp125[0345678].
17221
17222 * language/european.el (cp1252): New alias for windows-1252.
17223
17224 * international/mule.el (autoload-coding-system): Prepare for EOL
17225 variants.
17226
17227 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
17228
17229 * term.el (term-raw-map): Add mapping for insert.
17230 (term-send-insert): New.
17231 (term-mode): Make variables local here instead of doing it in
17232 `term-emulate-terminal'.
17233 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
17234 Scroll reverse needs to take into account the scroll region.
17235 Saving and restoring the cursor should save the color attributes too.
17236 (term-reset-terminal): Reset the scroll region.
17237 (term-handle-ansi-escape): Cursor up and down should take into
17238 account the scroll region.
17239 (term-set-scroll-region): Rename from `term-scroll-region'.
17240 Move to 0,0 after setting the region.
17241 (term-handle-scroll): Handle scroll up.
17242 (term-down): Fix off by one error.
17243 (term-delete-lines): Do not delete outside the scroll region.
17244 (term-insert-lines): Take into account the scroll region.
17245
17246 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
17247
17248 * textmodes/ispell.el (ispell-internal-change-dictionary)
17249 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
17250 (start, end): Move declaration outside of eval-when-compile.
17251
17252 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
17253 (flyspell-mode-on): Use it.
17254
17255 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
17256 ispell-kill-ispell-hook.
17257
17258 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
17259
17260 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
17261 (Custom-reset-saved): Do not ask for confirmation in single option
17262 buffers.
17263
17264 2006-01-13 Richard M. Stallman <rms@gnu.org>
17265
17266 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
17267
17268 2006-01-13 Romain Francoise <romain@orebokech.com>
17269
17270 * add-log.el (add-change-log-entry, change-log-merge):
17271 Conditionally use `hard-newline'.
17272
17273 2006-01-13 Martin Rudalics <rudalics@gmx.at>
17274
17275 * wid-edit.el (widget-field-end): If the overlay is no longer
17276 associated with a buffer, behave as if the overlay didn't exist.
17277
17278 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
17279 Make sure the links use the `custom-link' face.
17280
17281 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
17282
17283 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
17284 (ld-script-mode): Don't set indent-line-function since we don't
17285 have one.
17286
17287 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
17288
17289 * textmodes/org.el (org-open-file): Use mailcap for selecting an
17290 application.
17291 (org-file-apps-defaults-gnu): Use mailcap as the default for
17292 selecting an application on a UNIX system.
17293 (org-agenda-show-tags): New command.
17294 (org-table-insert-hline): Keep cursor in current table line.
17295 (org-table-convert): Offset effect of modifying
17296 `org-table-insert-hline'.
17297 (org-format-agenda-item): New optional argument TAG.
17298 (org-compile-prefix-format): Handle %T format for the tag.
17299 (org-expand-wide-chars): New function.
17300 (org-table-insert-row, org-table-insert-hline):
17301 Use `org-expand-wide-chars'.
17302 (org-open-file): Fix bug in program launch.
17303 (org-get-time-of-day): Fix bug with times before 1am.
17304 (org-agenda-menu): Add tags commands.
17305
17306 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
17307
17308 * textmodes/ispell.el (ispell-init-process): Include the used
17309 dictionary in ispell process start message.
17310 (ispell-internal-change-dictionary): When flyspell-mode is active
17311 and dictionary is changed, make sure ispell process is restarted
17312 and flyspell word cache cleared out for the current buffer.
17313 (ispell-change-dictionary): Make sure flyspell word cache is
17314 cleared out in all buffers with active flyspell mode when
17315 dictionary is globally changed.
17316 Call ispell-internal-change-dictionary after dictionary change.
17317
17318 2006-01-13 Eli Zaretskii <eliz@gnu.org>
17319
17320 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
17321
17322 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
17323 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
17324 years. Fix small differences wrt Makefile.in.
17325 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
17326 Makefile.in does.
17327
17328 2006-01-12 Bill Wohler <wohler@newt.com>
17329
17330 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
17331 mh-search.el.
17332
17333 2006-01-12 Masatake YAMATO <jet@gyve.org>
17334
17335 * progmodes/ld-script.el: Update copyright year.
17336
17337 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
17338
17339 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
17340 Don't add widget if setting undefined.
17341
17342 2006-01-12 John Paul Wallington <jpw@pobox.com>
17343
17344 * help-fns.el (describe-variable): Remove newlines from void
17345 variable output.
17346
17347 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
17348
17349 * wdired.el (wdired-mode-map): Add help echo for
17350 wdired-abort-changes.
17351
17352 * man.el (Man-file-name-regexp): Adjust for a list of files.
17353
17354 2006-01-12 Masatake YAMATO <jet@gyve.org>
17355
17356 * progmodes/ld-script.el (auto-mode-alist): Support
17357 suffix conventions used in netbsd and eCos.
17358
17359 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
17360
17361 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
17362 (custom-variable-menu, custom-face-menu, custom-group-menu)
17363 (Custom-mode-menu): Change names of menu items. (As discussed on
17364 emacs-devel.)
17365 (custom-face-menu): Add "Undo Edits" item.
17366
17367 * startup.el (init-file-user): defcustom -> defvar.
17368
17369 * tooltip.el (tooltip-mode): Doc fix.
17370
17371 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
17372
17373 * reveal.el (reveal-post-command): window-buffer signals an error on
17374 dead windows rather than returning nil.
17375 (reveal-open-new-overlays): An overlay might die while we open others.
17376
17377 2006-01-11 Bill Wohler <wohler@newt.com>
17378
17379 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
17380 phrasing in docstring.
17381
17382 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
17383 can give some systems gas. Add new file mh-buffers.el.
17384
17385 2006-01-06 Masatake YAMATO <jet@gyve.org>
17386
17387 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
17388 C preprocessor forward ported from GNU Emacs 21.2.
17389
17390 * progmodes/asm-mode.el (asm-font-lock-keywords):
17391 Use `cpp-font-lock-keywords'.
17392
17393 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
17394
17395 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
17396 of $ for "\\.ld[s]?".
17397
17398 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
17399
17400 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
17401 (tcl-indent-line): Return `noindent' if inside a string.
17402
17403 * progmodes/flymake.el (flymake-split-string): Remove more than one
17404 empty string at beg/end of the result.
17405 (flymake-find-buildfile, flymake-find-possible-master-files):
17406 Use expand-file-name.
17407 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
17408 since expand-file-name does it for us. Use directory-file-name.
17409 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
17410 (flymake-ler-get-type, flymake-ler-get-text)
17411 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
17412 (flymake-current-line-no): Remove spurious interactive spec.
17413 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
17414 (flymake-check-include): Remove arg inc-path merged into inc-name.
17415 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
17416 Arg regexp-list replaced by a simple regexp.
17417 (flymake-master-make-header-init, flymake-master-tex-init):
17418 Correspondingly replace regexp-list with a regexp. Fix regexp.
17419
17420 2006-01-10 Simon Josefsson <jas@extundo.com>
17421
17422 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
17423 describing AUTH PLAIN fix.
17424
17425 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
17426
17427 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
17428 (report-emacs-bug): Don't record initial prompt text.
17429 Instead, add text properties to prompting text.
17430 (report-emacs-bug-hook): Delete prompting text.
17431
17432 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
17433
17434 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
17435 `dirs'. Adjust callers.
17436
17437 2006-01-09 John Paul Wallington <jpw@gnu.org>
17438
17439 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
17440
17441 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
17442
17443 * reveal.el (reveal-open-new-overlays): New extracted fun.
17444 (reveal-close-old-overlays): Idem. Check overlays's liveness before
17445 using them. Simplify the code.
17446 (reveal-post-command): Use them. Fix up obsolete windows in
17447 reveal-open-spots.
17448
17449 * progmodes/flymake.el: Use `require' rather than autoload for
17450 XEmacs's overlays.
17451 (flymake-get-common-file-prefix, flymake-build-relative-filename):
17452 Delete. Use file-relative-name instead.
17453 (flymake-get-syntax-check-program-args, flymake-perl-init):
17454 Simplify the resulting code.
17455
17456 * log-view.el (log-view-file-re, log-view-message-re): Add support
17457 for DaRCS output.
17458
17459 2006-01-09 Alex Schroeder <alex@gnu.org>
17460
17461 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
17462 identifiers sometimes added in square brackets at the beginning of
17463 subject lines.
17464
17465 2006-01-07 Richard M. Stallman <rms@gnu.org>
17466
17467 * cus-edit.el (Custom-set, Custom-save): Doc fix.
17468 (Custom-reset-current, Custom-reset-saved): Change question text.
17469 (Custom-reset-standard): Likewise.
17470 (custom-variable-reset-saved): Doc fix.
17471
17472 2006-01-07 Eli Zaretskii <eliz@gnu.org>
17473
17474 * startup.el (init-file-user): Doc fix.
17475
17476 2006-01-07 Alex Schroeder <alex@gnu.org>
17477
17478 * mail/rmail.el (rmail-current-subject): New function.
17479 (rmail-current-subject-regexp): New function.
17480 (rmail-next-same-subject): Use it.
17481
17482 * mail/rmailsum.el (rmail-summary-by-topic):
17483 Use rmail-current-subject and rmail-current-subject-regexp.
17484 (rmail-summary-next-same-subject): Ditto.
17485
17486 * net/rcirc.el (rcirc-send-input): No longer check whether the
17487 process is open, since not all commands need an open process.
17488 (rcirc-send-string): Check whether the process is open before
17489 sending anything.
17490 (rcirc-ignore-list): New option.
17491 (rcirc-ignore-list-automatic): New variable.
17492 (rcirc-print): Take rcirc-ignore-list into account.
17493 (rcirc-cmd-ignore): New command.
17494 (rcirc-ignore-update-automatic): New function.
17495 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
17496 list if ignored nicks.
17497 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
17498
17499 2006-01-06 David Reitter <david.reitter@gmail.com>
17500
17501 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
17502 reflect the address to which the report will be sent.
17503
17504 2006-01-06 Eli Zaretskii <eliz@gnu.org>
17505
17506 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
17507 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
17508
17509 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
17510
17511 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
17512
17513 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
17514 the doc string: "functoin" => "function".
17515 * ldefs-boot.el: Likewise.
17516
17517 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
17518 message text: "Duplicat" => "Duplicate".
17519
17520 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
17521
17522 * files.el (basic-save-buffer-2): If backing-up failed, reset
17523 buffer-backed-up to nil.
17524
17525 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
17526
17527 * progmodes/gud.el (gdb-script-skip-to-head)
17528 (gdb-script-calculate-indentation): Indent for breakpoint command
17529 lists also.
17530
17531 2006-01-05 Bill Wohler <wohler@newt.com>
17532
17533 * Makefile.in (compile-always): Add mh-autoloads dependency.
17534 (bootstrap): Remove mh-autoloads dependency, as compile dependency
17535 provides it.
17536 (updates): Remove mh-autoloads dependency, since it probably has
17537 already run recently (via recompile).
17538
17539 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
17540
17541 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
17542 argument `force' to disable the flyspell-last-buffer optimization.
17543 (flyspell-mode-on): Use it.
17544
17545 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
17546 flymake-simple-cleanup.
17547 (flymake-allowed-file-name-masks): Use this new default.
17548 All the functions are now called in the right buffer rather than
17549 passing the buffer as argument.
17550 (flymake-process-sentinel): Switch to buffer before calling cleanup.
17551 (flymake-parse-err-lines): Remove redundant buffer arg.
17552 (flymake-get-program-dir): Comment out unused function.
17553 (flymake-start-syntax-check, flymake-start-syntax-check-process):
17554 Remove redundant buffer argument.
17555 (flymake-get-real-file-name, flymake-simple-java-cleanup)
17556 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
17557
17558 2006-01-05 Richard M. Stallman <rms@gnu.org>
17559
17560 * info.el (Info-find-node): Don't record previous node if have none.
17561 (info): Go to directory only if history is empty.
17562
17563 * simple.el (mark): Doc fix.
17564
17565 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17566
17567 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
17568 already of desired type.
17569 (mac-ae-list): Coerce parameter to "list" type.
17570 (mac-dispatch-apple-event): Replace cadr part of event with a
17571 dummy position so that event-start returns it.
17572
17573 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
17574
17575 * textmodes/org.el (org-end-of-subtree): New function.
17576 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
17577 Use `org-end-of-subtree'.
17578 (org-agenda, org-agenda-convert-date): Protect calls to
17579 `fit-window-to-buffer'.
17580 (org-tags-view): Force matching of sublevels when doing a
17581 todo-only search. Define the correct redo command, including the
17582 arguments.
17583 (org-agenda-redo): Display message.
17584 (org-check-for-org-mode): New function.
17585 (org-agenda-type): New variable.
17586 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
17587 Set `org-agenda-type'.
17588 (org-agenda-check-type): New function.
17589 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
17590 (org-agenda-week-view, org-agenda-day-view)
17591 (org-agenda-next-date-line, org-agenda-previous-date-line)
17592 (org-agenda-log-mode, org-agenda-toggle-diary)
17593 (org-agenda-toggle-time-grid, org-agenda-date-later)
17594 (org-agenda-date-prompt, org-agenda-diary-entry)
17595 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
17596 (org-agenda-convert-date, org-agenda-menu):
17597 Use `org-agenda-check-type'.
17598 (org-make-overlay, org-delete-overlay)
17599 (org-detatch-overlay, org-move-overlay, org-overlay-put):
17600 New compatibility functions.
17601 (org-calendar-select-mouse): New command.
17602
17603 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
17604
17605 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
17606 (Custom-reset-standard): Fix y-or-n-p messages.
17607 (custom-link): New face for links.
17608 (custom-buffer-create-internal, custom-manual): Use it.
17609 (custom-face-save): Push to theme-face before setting face spec.
17610
17611 * wid-edit.el (widget-default-mouse-face-get): New function.
17612 (widget-specify-button): Handle mouse-face like button-face.
17613
17614 * custom.el (load-theme): Clear old theme settings if reloading.
17615
17616 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
17617
17618 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
17619 "Erase Customization" button back to same position it occupies in
17620 the individual State menus.
17621
17622 2006-01-04 Kim F. Storm <storm@cua.dk>
17623
17624 * wid-edit.el (key-sequence): Rework widget to read key binding
17625 using `kbd' syntax. Use C-q to insert literal key, event, or code.
17626 (widget-key-sequence-default-value): Default value for empty sequence.
17627 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
17628 (widget-key-sequence-read-event): New command for C-q.
17629 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
17630 (widget-key-sequence-value-to-external): New functions.
17631
17632 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
17633
17634 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
17635 Use expand-file-name.
17636 (flymake-delete-temp-directory): Use expand-file-name,
17637 file-name-directory, and directory-file-name.
17638 (flymake-strrchr): Delete.
17639 (flymake-start-syntax-check): Don't pass the redundant buffer argument
17640 to the init-f function.
17641 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
17642 (flymake-init-find-buildfile-dir)
17643 (flymake-init-create-temp-source-and-master-buffer-copy)
17644 (flymake-simple-make-init-impl, flymake-simple-make-init)
17645 (flymake-master-make-init, flymake-master-make-header-init)
17646 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
17647 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
17648 (flymake-xml-init): Remove corresponding redundant buffer argument.
17649 (flymake-allowed-file-name-masks): Remove last elems that are equal to
17650 the default anyway. Clean up regexps.
17651
17652 * progmodes/flymake.el (flymake-temp-source-file-name)
17653 (flymake-master-file-name, flymake-temp-master-file-name)
17654 (flymake-base-dir): New buffer-local vars.
17655 (flymake-buffer-data, flymake-get-buffer-value)
17656 (flymake-set-buffer-value): Replace those hash-tables by the new
17657 buffer-local vars. Update callers.
17658
17659 * progmodes/flymake.el (flymake-check-start-time)
17660 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
17661 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
17662 Move definition, so we can remove redundant earlier declaration.
17663 (flymake-replace-regexp-in-string, flymake-split-string)
17664 (flymake-get-temp-dir): Use defalias.
17665 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
17666 (flymake-xemacs-window-edges): Remove unused function.
17667 (flymake-get-point-pixel-pos): Move.
17668 (flymake-pid-to-names, flymake-reg-names)
17669 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
17670 Replace by a simple list flymake-processes and by process-buffer.
17671 Update callers. Other than simplify the code, it uses buffers rather
17672 than buffer-names so it doesn't get confused by uniquify.
17673 (flymake-buffer-data): The global value should just be nil.
17674
17675 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
17676 Optimize the body of a defalias like any other code.
17677
17678 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
17679 Make sure we've setup font-lock's vars. It may influence which
17680 function we then call.
17681 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
17682 here since it's too late anyway.
17683
17684 2006-01-03 Romain Francoise <romain@orebokech.com>
17685
17686 * startup.el (fancy-splash-tail, normal-splash-screen):
17687 Update copyright year.
17688
17689 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
17690
17691 * mouse.el (mouse-drag-track): Rename, from
17692 `mouse-drag-region-1'. Includes optional argument required to
17693 enable post-drag event processing (e.g. delete region keys).
17694 Can be used without this argument to track a mouse region and operate
17695 on it as soon as the drag completes.
17696 (mouse-drag-region): Use `mouse-drag-track'.
17697
17698 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
17699
17700 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
17701 Move to `custom-buffer' group.
17702
17703 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
17704 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
17705 (custom-theme-insert-face-marker, custom-theme-variable-menu)
17706 (custom-theme-face-menu): New variables.
17707 (custom-theme-add-variable, custom-theme-variable-action)
17708 (custom-variable-reset-theme, custom-theme-delete-variable)
17709 (custom-face-reset-theme, custom-theme-face-action)
17710 (custom-theme-delete-face, custom-theme-merge-theme)
17711 (custom-theme-add-face, custom-theme-visit-theme): New functions.
17712
17713 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
17714
17715 * custom.el: Move Custom Themes commentary to start of theme code.
17716 (custom-known-themes): Rename `standard' theme to `changed'.
17717 (custom-push-theme): Caller no longer specifies what theme to use
17718 when doing `reset'---the setting is simply removed from the theme.
17719 Delete MODE from `theme-value' and `theme-settings' properties.
17720 (custom-declare-theme): Ignore &rest args since we don't use them.
17721
17722 (custom-loaded-themes): Delete variable.
17723 (custom-theme-load-themes, custom-theme-loaded-p)
17724 (custom-theme-value): Delete functions.
17725
17726 (custom-declare-theme): Signal error on invalid theme names.
17727 (provide-theme): custom-loaded-themes was deleted.
17728 (load-theme): Load the file unconditionally.
17729 (enable-theme): Call `load-theme' if theme is undefined.
17730 (custom-enabled-themes): Only update value for successful loads.
17731 (disable-theme): Complete from enabled themes when interactive.
17732 (custom-variable-theme-value): Calculate theme value directly.
17733
17734 (custom-theme-reset-variables, custom-reset-variables): Mark as
17735 XEmacs compatibility functions. We don't actually use these.
17736
17737 * cus-edit.el (custom-variable-state-set):
17738 Use custom-variable-theme-value instead of custom-theme-value.
17739 (custom-face-state-set): Rename `standard' theme to `changed'.
17740 (custom-save-variables, custom-save-faces): Delete unneeded
17741 references to custom-reset-variables.
17742 (custom-save-resets): Delete function.
17743 (custom-save-variables, custom-save-faces): MODE argument deleted.
17744 (custom-save-variables, custom-save-faces): Ignore theme values.
17745
17746 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
17747 compatibility function.
17748
17749 2006-01-01 Richard M. Stallman <rms@gnu.org>
17750
17751 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
17752 (Custom-reset-current, Custom-reset-saved): Likewise.
17753 (Custom-reset-standard): Show message if aborted.
17754 (custom-mode): Doc fix, describing those commands.
17755
17756 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
17757 put on event-kind property.
17758
17759 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
17760
17761 * custom.el (provide-theme): Ban `user' theme name.
17762 (custom-enabling-themes): New variable.
17763 (enable-theme): Don't enable user if custom-enabling-themes is t.
17764 (custom-enabled-themes): Make it a defcustom.
17765 (custom-theme-recalc-face): No-op if face is undefined.
17766
17767 * cus-edit.el (custom-button-mouse): New variable.
17768 (custom-button-mouse): New face.
17769 (custom-raised-buttons, custom-mode): Use it.
17770
17771 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
17772
17773 2005-12-31 Eli Zaretskii <eliz@gnu.org>
17774
17775 * progmodes/gud.el (gud-display-line): Support hl-line in the
17776 source buffer.
17777
17778 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
17779
17780 * mouse.el (mouse-drag-window-above): Verify that the found window
17781 overlaps with the given window in the horizontal dimension.
17782
17783 2005-12-31 Eli Zaretskii <eliz@gnu.org>
17784
17785 * Makefile.in (cvs-update): New target.
17786
17787 * makefile.w32-in (cvs-update): Ditto.
17788
17789 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
17790
17791 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
17792 (custom-new-theme-mode-map): New variable.
17793
17794 2005-12-30 Richard M. Stallman <rms@gnu.org>
17795
17796 * custom.el (custom-load-themes): Function deleted.
17797
17798 * cus-edit.el (custom-save-loaded-themes): Function deleted.
17799 (custom-save-variables): Don't delete or add custom-load-themes call.
17800
17801 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
17802
17803 * cus-start.el: Add `visible-cursor'.
17804
17805 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
17806 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
17807 (flymake-process-filter): Switch to buffer before calling it instead.
17808 (flymake-post-syntax-check, flymake-highlight-err-lines)
17809 (flymake-delete-own-overlays, flymake-parse-err-lines)
17810 (flymake-start-syntax-check, flymake-start-syntax-check-process)
17811 (flymake-count-lines, flymake-parse-residual):
17812 Remove constant buffer argument.
17813 (flymake-start-syntax-check-for-current-buffer): Remove.
17814 Update callers to use flymake-start-syntax-check instead.
17815 (flymake-display-err-menu-for-current-line):
17816 Remove unused var `mouse-pos'.
17817 (flymake-restore-formatting): Comment out unused function.
17818 (flymake-report-status, flymake-report-fatal-status): Remove buffer
17819 argument, use current-buffer instead. Update callers.
17820
17821 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17822
17823 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
17824 buffer-local because choose-completion-delete-max-match requires
17825 that we set completion-ignore-case (i.e., binding via let is not
17826 sufficient).
17827 (bibtex-complete): Always set completion-ignore-case and
17828 choose-completion-string-functions. The latter is needed because
17829 choose-completion-string-functions keeps its value if we quit the
17830 *Completions* buffer without requesting a completion.
17831
17832 2005-12-30 Andreas Schwab <schwab@suse.de>
17833
17834 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
17835
17836 2005-12-30 Eli Zaretskii <eliz@gnu.org>
17837
17838 * jit-lock.el (jit-lock-chunk-size): Doc fix.
17839
17840 2005-12-30 Juri Linkov <juri@jurta.org>
17841
17842 * locate.el (locate-fcodes-file, locate-header-face)
17843 * progmodes/delphi.el (delphi-other-face)
17844 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
17845
17846 * paren.el (show-paren-match, show-paren-mismatch): Use existing
17847 group `paren-showing-faces'.
17848
17849 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
17850 (goto-address): Fix docstring.
17851
17852 * net/webjump.el (webjump-sample-sites): Update URLs.
17853
17854 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
17855
17856 * subr.el (cancel-change-group): Add listp around pending-undo-list.
17857
17858 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
17859
17860 * font-lock.el (font-lock-compile-keywords): Signal an error when
17861 font-lock-set-defaults hasn't been called.
17862
17863 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
17864
17865 * subr.el (noreturn, 1value): Doc fixes.
17866
17867 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17868
17869 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
17870 that assoc-string returns nil.
17871
17872 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17873
17874 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
17875 (bibtex-entry-type-str, bibtex-empty-field-re)
17876 (bibtex-search-backward-string, bibtex-preamble-prefix)
17877 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
17878 (bibtex-any-valid-entry-type): New variable.
17879 (bibtex-parse-field-name): Simplify.
17880 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
17881 (bibtex-preamble-prefix): Include left delimiter.
17882 (bibtex-search-forward-field, bibtex-search-backward-field):
17883 Allow unbounded search past entry boundaries (required by bibtex-pop).
17884 (bibtex-text-in-field-bounds): Use push.
17885 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
17886 (bibtex-parse-preamble, bibtex-valid-entry)
17887 (bibtex-beginning-first-field): New functions.
17888 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
17889 (bibtex-map-entries): Fix docstring.
17890 (bibtex-flash-head): New arg prompt. Simplify.
17891 (bibtex-enclosing-field): Include code of bibtex-inside-field.
17892 (bibtex-insert-kill): Simplify. Always insert text past the
17893 current field or entry.
17894 (bibtex-format-entry): Use bibtex-parse-field.
17895 (bibtex-pop): Use bibtex-beginning-of-entry and
17896 bibtex-end-of-entry to initiate the search. Insert empty field if
17897 we found ourselves.
17898 (bibtex-print-help-message): New args field and comma.
17899 Handle entry keys.
17900 (bibtex-make-field): Use bibtex-beginning-of-entry.
17901 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
17902 invalid entry.
17903 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
17904 Handle preambles. Simplify code for thorough test.
17905 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
17906 New arg comma. Handle entry heads.
17907 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17908 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
17909 New arg comma.
17910 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
17911 (bibtex-fill-field): Simplify.
17912 (bibtex-fill-entry): Use bibtex-beginning-first-field and
17913 bibtex-parse-field.
17914 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
17915 (bibtex-complete): Use bibtex-parse-preamble.
17916
17917 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
17918
17919 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
17920 Display name of expression instead of convenience variable.
17921 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
17922
17923 * progmodes/gud.el (gud-tooltip-dereference): Rename from
17924 toggle-gud-tooltip-dereference.
17925 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
17926 (gud-tooltip-tips): ...here when dereferencing.
17927
17928 2005-12-28 Bill Wohler <wohler@newt.com>
17929
17930 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
17931
17932 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
17933
17934 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
17935 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
17936 (vc-annotate-display-autoscale): Adjust call.
17937 (vc-annotate-display-default): Adjust call. Make arg compulsory.
17938 Fix interactive spec.
17939 (vc-annotate-time-span): Remove.
17940 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
17941 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
17942 (vc-annotate-display-select): Use new name.
17943
17944 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
17945 (vc-annotate-mode-menu): Remove left-over redundant declaration.
17946 Correct the construction of span entries. Simplify.
17947 (vc-annotate-display-select): Fix the nil case.
17948 (vc-annotate): Remove obsolete (and now broken) code.
17949 (vc-annotate-extract-revision-at-line): Remove obsolete code.
17950 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
17951
17952 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
17953
17954 * subr.el (lazy-completion-table): Correct typo in docstring.
17955
17956 * startup.el (command-line): Use `custom-reevaluate-setting' for
17957 `send-mail-function'.
17958
17959 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
17960
17961 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
17962
17963 * mail/smtpmail.el (smtpmail-try-auth-methods):
17964 Send credentials together with "AUTH PLAIN" command.
17965
17966 2005-12-27 Richard M. Stallman <rms@gnu.org>
17967
17968 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
17969 mouse-2, go back to previously selected window, so it's selected
17970 when mouse-2 command runs.
17971
17972 2005-12-27 Juri Linkov <juri@jurta.org>
17973
17974 * descr-text.el (describe-text-sexp): Use square brackets for
17975 button [Show] to distinguish it from the property value `show'.
17976 (describe-property-list): Use `insert-text-button' with
17977 `help-face' type instead of putting face in quotes, because button
17978 is not created automatically for a list of faces.
17979 (describe-text-properties-1): Put button-type value in quotes to
17980 distinguish from plain text "button".
17981 (describe-char): Display code point values in hex. Don't use
17982 `symbol-name' for `current-input-method' because it is a string.
17983 Use `insert-text-button' with `help-face' type instead of putting
17984 hardcoded face in quotes, because button is not created automatically.
17985
17986 2005-12-27 Richard M. Stallman <rms@gnu.org>
17987
17988 * progmodes/glasses.el (glasses-face): More specific custom type.
17989
17990 * files.el (set-visited-file-name): Doc fix.
17991
17992 * textmodes/flyspell.el (flyspell-external-point-words):
17993 Use local var buffer-scan-pos to advance scan for next misspelling.
17994 Advance it only after we find the misspelling.
17995
17996 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
17997
17998 * textmodes/flyspell.el (flyspell-external-point-words):
17999 New criteria for finding the misspelling in the buffer.
18000
18001 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
18002
18003 * help-mode.el (help-insert-string): Set help-xref-stack-item
18004 rather than call help-setup-xref.
18005
18006 * descr-text.el (describe-char): Revert previous changes for
18007 optional buffer argument.
18008
18009 2005-12-27 Juri Linkov <juri@jurta.org>
18010
18011 * help-mode.el (help-insert-string): New function. Save buffer
18012 contents in cases where it is impossible to recompute the old contents.
18013
18014 * descr-text.el (describe-char): Set help-xref-stack-item
18015 explicitly after buffer has been generated.
18016
18017 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18018
18019 * cus-start.el (all): Add x-gtk-show-hidden-files.
18020
18021 2005-12-26 Richard M. Stallman <rms@gnu.org>
18022
18023 * replace.el (perform-replace): Calculate match-again
18024 before skipping read-only matches.
18025
18026 * paren.el (paren-showing-faces): New group.
18027 (show-paren-match, show-paren-mismatch): Move to that group.
18028
18029 * button.el (button): Put into group `basic-faces'.
18030
18031 * progmodes/make-mode.el: Remove faces from group `faces'.
18032
18033 * apropos.el (apropos, apropos-value): Doc fix.
18034 (apropos-documentation): Doc fix.
18035
18036 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
18037
18038 * subr.el (lazy-completion-table): Remove argument `args'.
18039
18040 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
18041 Don't use the `args' argument of lazy-completion-table.
18042
18043 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
18044
18045 * descr-text.el (describe-char): Add optional argument for buffer.
18046 Set buffer appropriately. Call help-setup-xref.
18047 Suggested by Stefan Monnier.
18048
18049 2005-12-26 Juri Linkov <juri@jurta.org>
18050
18051 * descr-text.el: Require `help-fns' at runtime. Don't require
18052 `button' for byte compilation.
18053 (describe-text-widget): Add `help-echo' for first button.
18054 Use `help-info' for second.
18055 (describe-property-list): Use `help-argument-name' instead of `italic'.
18056 (describe-text-category): Add prompt to interactive spec.
18057 Call `help-setup-xref'.
18058 (describe-char): Use `help-character-set'. Add `help-echo' for
18059 code point. Use `help-input-method'. Remove superfluous insert.
18060
18061 2005-12-25 Richard M. Stallman <rms@gnu.org>
18062
18063 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
18064 at point, in case of narrowing.
18065
18066 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
18067
18068 * locate.el (locate-header-face): Allow nil in type.
18069
18070 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
18071
18072 2005-12-25 Romain Francoise <romain@orebokech.com>
18073
18074 * battery.el (battery-linux-proc-acpi): Also try
18075 `/proc/acpi/thermal_zone/THM0/temperature'.
18076
18077 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
18078
18079 * custom.el (custom-push-theme): Fix docstring.
18080
18081 * cus-edit.el (custom-variable-set, custom-variable-save)
18082 (custom-variable-save): Custom-quote widget values.
18083 (customize-save-variable): Fix custom-push-theme call.
18084
18085 2005-12-24 Eli Zaretskii <eliz@gnu.org>
18086
18087 * w32-fns.el (w32-batch-update-autoloads): New function.
18088
18089 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
18090 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
18091 from the command line.
18092
18093 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
18094
18095 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
18096 reset means to remove setting from theme entirely. Don't keep
18097 expanding theme-settings list; delete old entries if necessary.
18098
18099 * cus-edit.el (custom-buffer-create-internal): Move "Erase
18100 customization" button one line up.
18101 (custom-themed): New face.
18102 (custom-magic-alist): New value, THEMED, for theme settings.
18103 (custom-variable-state-set, custom-face-state-set):
18104 Check theme-value instead of saved-value.
18105 (custom-variable-reset-standard, custom-face-reset-standard):
18106 Remove theme setting entirely. Recalculate new values.
18107 (custom-variable-set, custom-variable-set)
18108 (custom-variable-reset-saved, custom-variable-reset-backup)
18109 (custom-face-set, custom-face-reset-saved): Update `user' theme.
18110 (custom-variable-save): Fix typos.
18111
18112 2005-12-23 Juri Linkov <juri@jurta.org>
18113
18114 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
18115 Add autoload cookies.
18116 (edebug-outside-d-c-i-n-s-w): New variable.
18117 (edebug-display, edebug-outside-excursion): Use it to save the
18118 original value of default-cursor-in-non-selected-windows.
18119 Set default-cursor-in-non-selected-windows to t while Edebug
18120 is active.
18121 (edebug-mode, edebug-eval-mode): Doc fix.
18122
18123 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
18124 with `buffer-substring-no-properties' to remove common substring
18125 highlighting.
18126
18127 * info.el (info-other-window, info): Rename function argument
18128 `file' to `file-or-node'.
18129 (Info-complete-menu-item): Use local variable `complete-nodes' to
18130 keep the global value of `Info-complete-nodes' unchanged for
18131 subsequent completions.
18132 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
18133
18134 * simple.el (get-next-valid-buffer, last-buffer)
18135 (next-error-buffer-p, next-error-find-buffer)
18136 (minibuffer-history-sexp-flag): Doc fix.
18137
18138 * savehist.el (savehist-mode-hook): Add `:group'.
18139
18140 * log-view.el: Call autoload for vc-find-version.
18141 (log-view-current-file): Adjust subgroup numbers.
18142 (log-view-current-tag): Add `length'.
18143
18144 2005-12-23 Richard M. Stallman <rms@gnu.org>
18145
18146 * vc.el (vc-annotate-car-last-cons): Defn moved up.
18147
18148 2005-12-23 Juri Linkov <juri@jurta.org>
18149
18150 * hi-lock.el (hi-lock-archaic-interface-message-used)
18151 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
18152 (hi-lock-mode): Display "Hi" in the mode line only when
18153 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
18154 (hi-lock-write-interactive-patterns):
18155 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
18156 (hi-lock-set-pattern, hi-lock-set-file-patterns)
18157 (hi-lock-font-lock-hook): Set 3rd arg `how' of
18158 font-lock-add-keywords to t.
18159
18160 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
18161
18162 * hi-lock.el (hi-lock-highlight-range): New variable.
18163 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
18164 only if font-lock-fontified is non-nil. Remove overlays.
18165 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
18166 font-lock-fontified is non-nil, otherwise use overlays (instead of
18167 text properties).
18168 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
18169 New variables.
18170 (hi-lock-string-serialize): New function.
18171
18172 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18173
18174 * menu-bar.el (menu-find-file-existing): New function.
18175 (menu-bar-file-menu): Use menu-find-file-existing for Open.
18176
18177 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
18178
18179 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
18180
18181 * vc.el: Remove unnecessary leading * in docstrings.
18182 (vc-annotate-mode-map): Move initialization into declaration.
18183 (vc-static-header-alist): Nitpick on the regexp.
18184 (vc-default-init-version): New fun.
18185 (vc-register): Use it.
18186 (vc-insert-headers): Use dolist.
18187 (vc-annotate-get-backend): Remove unused function.
18188 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
18189 (vc-annotate-mode): Remove corresponding call.
18190 (vc-annotate-car-last-cons): Simplify.
18191 (vc-annotate-buffers): Remove var.
18192 (vc-annotate-backend): Make it buffer-local.
18193 (vc-annotate): Move the interaction to the interactive spec.
18194 Add a `buf' argument.
18195 (vc-annotate-warp-version): Use this new `buf' argument to avoid
18196 killing&creating a vc-annotate buffer, which is very disruptive when
18197 the buffers are shown in dedicated frames.
18198
18199 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
18200
18201 * descr-text.el: Add FSF as maintainer.
18202 (describe-text-mode, describe-text-mode-map)
18203 (describe-text-mode-hook, describe-text-done): Delete. Use normal
18204 help-mode.
18205 (describe-text-widget, describe-text-sexp)
18206 (describe-property-list, describe-text-category)
18207 (describe-text-properties, describe-text-properties-1)
18208 (describe-char): Use help buttons instead of widgets.
18209 (describe-char-unicodedata-file): Make URL link in doc string.
18210
18211 2005-12-22 Richard M. Stallman <rms@gnu.org>
18212
18213 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
18214 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
18215 Don't include buttons that write a file when there's no file.
18216 (custom-variable-menu, custom-face-menu, custom-group-menu):
18217 Don't include commands that write a file when there's no file.
18218 (customize-browse): Reword the top-of-buffer help intro.
18219 (custom-buffer-create-internal): Fix previous change.
18220 (customize-changed-options-previous-release): Prev release is 21.1.
18221 (customize-changed-options): Doc fix.
18222 (customize-changed): New alias.
18223 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
18224 Say "standard values".
18225 (Custom-reset-standard): Doc fix.
18226 (custom-face-reset-standard): Doc fix.
18227
18228 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
18229
18230 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
18231 even if font-lock-mode is non-nil since it may be t without having
18232 turned on font-lock-mode-internal.
18233 (font-lock-choose-keywords): Minor optimization.
18234 (font-lock-add-keywords, font-lock-remove-keywords)
18235 (font-lock-set-defaults): Don't call make-local-variable on a variable
18236 that we know to already be local.
18237
18238 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
18239
18240 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
18241 messages if in the minibuffer.
18242
18243 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
18244
18245 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
18246 (tex-mode-flyspell-verify, flyspell-get-word)
18247 (flyspell-external-point-words): Don't use point-min/max uselessly.
18248
18249 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
18250 by Kevin Rodgers. Instead, just hide the completions buffer if we
18251 don't need to show it.
18252
18253 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
18254
18255 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
18256
18257 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
18258
18259 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
18260 delete-windows-on with an inexistent buffer.
18261
18262 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
18263
18264 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
18265 Delete defcustom variable :tag names.
18266
18267 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
18268
18269 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
18270 (log-view-font-lock-keywords): Ajust subgroup numbers.
18271 (log-view-current-tag): Don't hard code the number of subgroups.
18272
18273 2005-12-20 Juri Linkov <juri@jurta.org>
18274
18275 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
18276 (tooltip-x-offset, tooltip-y-offset): Doc fix.
18277
18278 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
18279 (menu-bar-non-minibuffer-window-p): Instead of checking
18280 display-multi-frame-p, use selected-frame when menu-updating-frame
18281 is nil.
18282
18283 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
18284
18285 * align.el (align-rules-list): Use [ \t] instead of \s-
18286 for column separators in text mode.
18287
18288 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
18289
18290 * help-mode.el (help-customize-variable, help-customize-face):
18291 Don't pop help-xref-stack as help-follow no longer pushes
18292 anything on to it.
18293
18294 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
18295
18296 * textmodes/org.el (org-agenda-custom-commands): New option.
18297 (org-agenda): Offer custom commands on splash screen.
18298 (org-make-tags-matcher): Parser for Boolean logic added.
18299 (org-agenda-set-tags): New command.
18300 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
18301 (org-set-tags): Efficiency improvements.
18302 (org-auto-align-tags): New option.
18303 (org-todo, org-demote, org-promote): Realign tags.
18304 (org-tags-completion-function): Use also "&" and "|" as separators.
18305 (org-org-menu): Agenda commands simplified.
18306
18307 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
18308
18309 * cus-edit.el (customize-apropos, customize-apropos-options):
18310 Docstring changes.
18311
18312 * font-lock.el (font-lock): Add tags to the links in the defgroup.
18313
18314 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
18315
18316 * longlines.el (longlines-mode): Wrap while widened.
18317 (longlines-decode-region, longlines-encode-region): Compute max
18318 just once.
18319
18320 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18321
18322 * cus-edit.el (mac): New group.
18323
18324 * cus-start.el (all): Add user options in macterm.c. Add test for
18325 Mac-related built-ins. Fix test for GTK-related built-ins.
18326
18327 * term/mac-win.el (mac-handle-language-change)
18328 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
18329 (mac-services-open-selection, mac-services-mail-selection)
18330 (mac-services-mail-to, mac-services-insert-text)
18331 (mac-dispatch-apple-event): Add docstrings.
18332 (x-get-selection, mac-select-convert-to-string): Select coding
18333 system from `utf-16be' and `utf-16le' using `byteorder'.
18334
18335 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
18336
18337 * subr.el (lazy-completion-table): Don't be fooled if the var holds
18338 a "list" (lambda ...) rather than a real completion list.
18339
18340 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
18341 lexical-let when encountering ((lambda (...) ...) ...).
18342
18343 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
18344
18345 * progmodes/sh-script.el (sh-mode):
18346 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
18347 * textmodes/picture.el (picture-mode): Update docstrings.
18348
18349 2005-12-17 Eli Zaretskii <eliz@gnu.org>
18350
18351 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
18352 commands enclosed in $(ARGQUOTE)s should not be split between two
18353 lines, as that will break with GNU Make >3.80, when sh.exe is used
18354 and arg quoting is with '..'.
18355 (autoloads): Don't break the quoted --eval expression between
18356 several lines.
18357
18358 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
18359
18360 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
18361 Capture error from printing circular structures.
18362
18363 2005-12-17 Martin Rudalics <rudalics@gmx.at>
18364
18365 * wid-edit.el (widget-checkbox-action): Clear undo info.
18366
18367 2005-12-16 Bill Wohler <wohler@newt.com>
18368
18369 * menu-bar.el (kill-this-buffer): Set a good example by using menu
18370 bar, not menubar in comment.
18371
18372 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
18373
18374 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
18375 After-change-functions should not clobber the match data.
18376
18377 2005-12-16 Juri Linkov <juri@jurta.org>
18378
18379 * simple.el (choose-completion): Use `buffer-substring-no-properties'
18380 instead of `buffer-substring'.
18381 (completion-common-substring): Doc fix.
18382 (completion-setup-function): Use minibuffer-completion-contents
18383 instead of minibuffer-contents. Don't set common-string-length
18384 initially. Remove special handling of partial-completion-mode.
18385 Move computation of completion-base-size into one cond.
18386 Call completion-base-size-function in mainbuf. In computation of
18387 completion-base-size for file name completion don't move point to
18388 the end of the minibuffer. Move computation of common-string-length
18389 into one cond. Start putting faces only when common-string-length>=0.
18390 Add condition to put completions-common-part when
18391 common-string-length>0.
18392
18393 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
18394 place point at the first different character in the minibuffer
18395 even if this position is at the beginning of the minibuffer.
18396
18397 * info.el (Info-read-node-name-1): In completion-base-size-function's
18398 lambda return 1 if common-substring or minibuffer-completion-contents
18399 starts with (, and 0 otherwise.
18400
18401 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
18402 Use `crm-current-element' for second arg of `display-completion-list'.
18403
18404 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
18405
18406 * files.el (set-auto-mode): Look for an interpreter specified on
18407 the first line also if search for mode specification succeeded,
18408 but the mode is not known.
18409
18410 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
18411
18412 * textmodes/org.el (org-tags-match-list-sublevels): New option.
18413 (org-open-at-point): Implement tag searches as links.
18414 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
18415 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
18416 (org-tags-sparse-tree, org-tags-view, org-set-tags)
18417 (org-agenda-dispatch): New commands.
18418 (org-use-tag-inheritance, org-tags-column): New options.
18419 (org-tab-follows-link, org-return-follows-link): New options.
18420 (org-tags): New customize group.
18421 (org-start-icalendar-file): Get local time zone.
18422 (org-tags-completion-function): New function.
18423 (org-set-font-lock-defaults): Make sure links will also be
18424 highlighted inside headlines.
18425
18426 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
18427
18428 * term.el (term-emulate-terminal):
18429 Let term-handle-ansi-terminal-messages override what Bash says about
18430 its current directory.
18431
18432 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
18433
18434 * bindings.el (last-buffer): Move to simple.el.
18435 * simple.el (last-buffer): Move here.
18436 (get-next-valid-buffer): New function.
18437 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
18438 (prev-buffer): Ditto. Rename to `previous-buffer'.
18439
18440 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
18441 * bindings.el (global-map): Ditto.
18442
18443 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
18444
18445 * cus-edit.el: Introductory comment change.
18446 (custom-magic-alist): Change message string for the `rogue' state.
18447
18448 2005-12-15 Richard M. Stallman <rms@gnu.org>
18449
18450 * tooltip.el: Delete defcustom variable :tag names.
18451
18452 * complete.el (partial-completion-mode): Doc fix.
18453
18454 * textmodes/flyspell.el (flyspell-external-point-words):
18455 Use save-excursion to ensure we don't move backward in the
18456 search loop, not even one character.
18457 (flyspell-delete-all-overlays): Use remove-overlays directly.
18458
18459 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
18460 (ispell-start-process): Set that variable.
18461 Clear ispell-buffer-local-name.
18462 (ispell-internal-change-dictionary):
18463 Set ispell-current-dictionary after killing process.
18464 (ispell-buffer-local-dict):
18465 Don't set spell-personal-dictionary after killing process.
18466 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
18467 (ispell-tex-skip-alists, ispell-html-skip-alists)
18468 (ispell-skip-region-alist): Mark as risky.
18469
18470 * net/newsticker.el (newsticker--retrieval-timer-list)
18471 (newsticker--display-timer, newsticker-running-p)
18472 (newsticker-ticker-running-p): Definitions moved up.
18473
18474 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
18475
18476 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
18477
18478 2005-12-15 David Ponce <david@dponce.com>
18479
18480 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
18481 (recentf-edit-list, recentf-open-files): Signal an error when
18482 there is no recent file.
18483
18484 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
18485
18486 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
18487 read-only except for texinfo-format-region evaluation.
18488
18489 2005-12-14 Richard M. Stallman <rms@gnu.org>
18490
18491 * vc.el (vc-default-previous-version, vc-default-next-version)
18492 (vc-do-command): Doc fixes.
18493
18494 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18495
18496 * textmodes/bibtex.el (bibtex-expand-strings)
18497 (bibtex-autokey-expand-string, bibtex-name-part)
18498 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
18499 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
18500 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
18501 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
18502 (bibtex-entry-postfix, bibtex-known-entry-type-re)
18503 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
18504 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
18505 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
18506 (bibtex-beginning-of-last-entry): Remove.
18507 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
18508 message if comma is missing but buffer is read-only.
18509 (bibtex-parse-field-text): Handle whitespaces at the end of field
18510 text. Return 3-element list with beginning and end of field text
18511 and end of field.
18512 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
18513 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
18514 (bibtex-search-forward-field, bibtex-search-backward-field):
18515 Search always delimited by limits of entry. Use more efficient
18516 search algorithms.
18517 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
18518 bibtex-end-of-name-in-field.
18519 (bibtex-text-in-field-bounds): Handle BibTeX strings when
18520 extracting the content of a field.
18521 (bibtex-text-in-field): Use search limits.
18522 (bibtex-parse-string-prefix): Handle empty string keys based on
18523 bibtex-string-empty-key.
18524 (bibtex-parse-string): Fix docstring.
18525 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
18526 (bibtex-preamble-prefix, bibtex-strings): New functions.
18527 (bibtex-skip-to-valid-entry): Include preceding whitespace in
18528 BibTeX entries (consistent with other BibTeX functions).
18529 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
18530 (bibtex-search-entry): Fix docstring. Simplify.
18531 (bibtex-flash-head, bibtex-complete-string-cleanup)
18532 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
18533 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
18534 (bibtex-parse-entry): New optional arg content.
18535 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
18536 Use bibtex-text-in-field-bounds.
18537 (bibtex-print-help-message): Handle BibTeX strings and preambles.
18538 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
18539 bibtex-parse-string-postfix.
18540 (bibtex-find-text-internal): New function.
18541 (bibtex-remove-delimiters): Use it.
18542 (bibtex-find-text): Use it. New optional arg help.
18543 (bibtex-complete): Handle BibTeX string and preamble entries.
18544 (bibtex-Preamble): Fix order of closing delimiters.
18545
18546 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
18547
18548 * vc.el (vc-default-revert): New fun.
18549
18550 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
18551
18552 2005-12-14 Romain Francoise <romain@orebokech.com>
18553
18554 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
18555 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
18556 (font-lock-remove-keywords): Likewise.
18557
18558 2005-12-14 Juri Linkov <juri@jurta.org>
18559
18560 * log-view.el (log-view-diff): Doc fix.
18561
18562 * isearch.el (isearch-query-replace): Use (mark) instead of
18563 isearch-opoint if mark is active in transient-mark-mode.
18564
18565 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
18566
18567 * isearch.el (isearch-query-replace): Check for isearch-other-end.
18568
18569 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
18570
18571 * progmodes/cpp.el (cpp-face): New widget.
18572 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
18573
18574 2005-12-14 Juri Linkov <juri@jurta.org>
18575
18576 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
18577 around `erase-buffer' and `insert'.
18578
18579 * descr-text.el (describe-text-properties): Replace buffer name
18580 "*Help-2*" with "*Help*<2>".
18581 (describe-char): Add functions print-help-return-message,
18582 toggle-read-only. Use help-setup-xref with nil to not store
18583 describe-char in help-xref-stack. Use help-make-xrefs to
18584 make [back] button.
18585
18586 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
18587
18588 * wdired.el (wdired-old-point): New internal variable.
18589 (wdired-change-to-wdired-mode): Set it buffer-locally.
18590 (wdired-abort-changes): Restore point after aborting changes.
18591
18592 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
18593
18594 * vc.el (vc-do-command): Add a new value t for okstatus.
18595
18596 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
18597 frame in case of errors.
18598
18599 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18600
18601 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
18602 so it comes after "On the Left" in the menu.
18603
18604 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
18605
18606 * cus-edit.el (customize-apropos, customize-apropos-options)
18607 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
18608
18609 2005-12-12 Bill Wohler <wohler@newt.com>
18610
18611 * vc-svn.el (vc-svn-registered): Fix problem of visiting
18612 non-writable Subversion-controlled files by saving window
18613 configuration before calling vc-do-command. vc-do-command calls
18614 pop-to-buffer on error which is unexpected during registration.
18615
18616 2005-12-12 Jay Belanger <belanger@truman.edu>
18617
18618 * calc/README: Update the summary of changes.
18619
18620 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
18621
18622 * descr-text.el (describe-char): Rework last fix to solve the problem
18623 is the same way it's solved for everything else in that function
18624 (i.e. by extracting the info before setting up the *Help* buffer).
18625
18626 2005-12-12 Kim F. Storm <storm@cua.dk>
18627
18628 * subr.el (version-regexp-alist): Allow space as separator before
18629 non-numeric part, e.g. "1.0 alpha".
18630 (version-to-list): Interpret .X.Y version as 0.X.Y version.
18631
18632 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
18633
18634 * textmodes/org.el (org-agenda, org-timeline, org-todo):
18635 Implement Logging and the keep-modes setting.
18636 (org-get-category): Make sure a string is returned.
18637 (org-log-done): New function.
18638 (org-log-done, org-closed-string): New options.
18639
18640 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18641
18642 * tooltip.el (tooltip-y-offset): Change default to 20.
18643
18644 2005-12-12 Richard M. Stallman <rms@gnu.org>
18645
18646 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
18647
18648 * frame.el (display-hourglass): Doc fix.
18649
18650 * help.el (help-for-help-internal): Simplify entry for `a'.
18651
18652 * info.el (Info-on-current-buffer): Doc fix.
18653 (info-insert-file-contents): Don't test (featurep 'jka-compr).
18654
18655 * startup.el (inhibit-splash-screen): Make this the real name.
18656 (inhibit-startup-message): Make this the alias.
18657 (command-line): Find only simple.el, and use its directory
18658 to fill in other preloaded files' names.
18659 (command-line): Deactivate the mark if deactivate-mark is set.
18660
18661 * international/mule.el (load-with-code-conversion):
18662 Bind deactivate-mark.
18663
18664 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
18665
18666 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
18667
18668 * cus-edit.el (customize-apropos): Avoid listing an option more
18669 than once under different aliases. No longer list user options
18670 that are not defined with defcustom (unless a prefix arg is given).
18671 Doc fix.
18672 (customize-apropos-options): Doc fix.
18673
18674 2005-12-11 Juri Linkov <juri@jurta.org>
18675
18676 * frame.el (set-background-color, set-foreground-color)
18677 (set-cursor-color, set-mouse-color, set-border-color):
18678 Add explicit prompts to read colors by `facemenu-read-color'.
18679 (show-trailing-whitespace, blink-cursor-delay)
18680 (blink-cursor-interval, display-hourglass, hourglass-delay):
18681 Remove tags.
18682 (display-hourglass, hourglass-delay): Doc fix.
18683 (cursor-in-non-selected-windows): Capitalize words in tag.
18684
18685 * faces.el (frame-background-mode): Replace `choice-item' keywords
18686 with `const' to not make [default] button. Change default value tag
18687 from `default' to `automatic'. Doc fix.
18688 (trailing-whitespace) <defface>: Change group `whitespace' to
18689 `whitespace-faces'.
18690
18691 2005-12-11 Richard M. Stallman <rms@gnu.org>
18692
18693 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
18694
18695 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18696
18697 * term/mac-win.el: Create keymap for mac-apple-event-map.
18698
18699 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
18700
18701 * tooltip.el (tooltip-mode): Move to start of file so that it
18702 appears at top of customize buffer.
18703
18704 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
18705 Add the gud groupname.
18706 (gud-tooltip-mode): Add the tooltip groupname.
18707 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
18708 avoid conflict with tooltip-use-echo-area.
18709
18710 2005-12-10 Romain Francoise <romain@orebokech.com>
18711
18712 * help.el (help-for-help-internal): Add `r' in doc string.
18713
18714 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18715
18716 * align.el (align-regexp, align-highlight-rule):
18717 Use region-beginning and region-end instead of point and mark, so that
18718 repetition (with `repeat-complex-command') recomputes the region
18719 bounds.
18720
18721 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
18722
18723 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
18724 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
18725 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
18726 (balance-windows): Rewrite using the above new functions.
18727
18728 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
18729
18730 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
18731 react if global-hi-lock-mode seems intended.
18732 (global-hi-lock-mode): Renamed from hi-lock-mode.
18733 (hi-lock-archaic-interface-message-used)
18734 (hi-lock-archaic-interface-deduce): New variables.
18735 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
18736 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
18737 (hi-lock-find-patterns, hi-lock-font-lock-hook):
18738 Replace hi-lock-buffer-mode with hi-lock-mode.
18739
18740 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
18741
18742 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
18743 completion list, even after a partial completion has been
18744 inserted in the current buffer. If there are more than 1
18745 completion, redisplay the *Completions* buffer; if the
18746 completion is unique, delete the *Completions* window.
18747
18748 2005-12-10 Eli Zaretskii <eliz@gnu.org>
18749
18750 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
18751 strings and long subject lines that were broken into multiple
18752 lines at arbitrary places. Handle subjects that have "Re: " in
18753 the middle.
18754
18755 2005-12-10 John W. Eaton <jwe@octave.org>
18756
18757 * progmodes/octave-mod.el (octave-electric-space): Don't indent
18758 comments or strings if octave-auto-indent is nil.
18759
18760 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18761
18762 * term/mac-win.el: Require url when compiling.
18763 Call mac-process-deferred-apple-events after loading init files.
18764 (mac-apple-event-map): New defvar. Define event handlers in it.
18765 (core-event, internet-event): New Apple event class symbols.
18766 (open-application, reopen-application, open-documents)
18767 (print-documents, open-contents, quit-application)
18768 (application-died, show-preferences, autosave-now, get-url):
18769 New Apple event ID symbols.
18770 (about): New HICommand ID symbol.
18771 (mac-event-spec, mac-event-ae): New macros.
18772 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
18773 (mac-ae-selection-range, mac-ae-text-for-search)
18774 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
18775 (mac-application-menu-map): Remove keymap. Handlers for HICommand
18776 and Services menu events are now defined in mac-apple-event-map.
18777 (mac-drag-n-drop): Remove selection range handling.
18778
18779 2005-12-10 Kenichi Handa <handa@m17n.org>
18780
18781 * simple.el (zap-to-char):
18782 * isearch.el (isearch-process-search-char): Translate CHAR by
18783 translation-table-for-input.
18784
18785 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
18786
18787 * foldout.el (foldout-exit-fold): Properly hide subtree.
18788
18789 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
18790
18791 * files.el (save-buffer):
18792 * international/ucs-tables.el (ucs-set-table-for-input):
18793 * mail/mail-extr.el (mail-extract-address-components):
18794 * mail/sendmail.el (mail-mode): Reformat doc string.
18795
18796 2005-12-09 Juri Linkov <juri@jurta.org>
18797
18798 * isearch.el (isearch-highlight): Change main overlay priority
18799 from 1 to 1001. Simplify.
18800 (isearch-lazy-highlight-update): Change lazy overlay priority
18801 from 0 to 1000.
18802
18803 * replace.el (replace-highlight): Change overlay priority from
18804 1 to 1001.
18805
18806 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
18807 Change overlay priority from 1 to 1001. Reuse existing overlay.
18808
18809 * compare-w.el (compare-windows-highlight): Change overlay
18810 priority from 1 to 1000.
18811
18812 * menu-bar.el (menu-bar-edit-menu): Add listp around
18813 pending-undo-list to disable menu item "undo" when pending
18814 undo list is empty.
18815
18816 * locate.el (locate): Disable undo in *Locate* buffer.
18817
18818 2005-12-09 Kim F. Storm <storm@cua.dk>
18819
18820 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
18821
18822 2005-12-09 David Ponce <david@dponce.com>
18823
18824 * recentf.el: Improvement of the menu code.
18825 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
18826 instead of menu hook.
18827 (recentf-show-menu, recentf-hide-menu): New functions.
18828 (recentf-menu-customization-changed, recentf-mode): Use them.
18829 (recentf-menu-action, recentf-max-menu-items)
18830 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
18831 (recentf-arrange-by-rule-others)
18832 (recentf-arrange-by-rules-min-items)
18833 (recentf-arrange-by-rule-subfilter): Don't use
18834 `recentf-menu-customization-changed'.
18835 (recentf-arrange-rules): Likewise. Accept functions to compute
18836 sub-menu titles.
18837 (recentf-menu-filter): Likewise. Doc fix.
18838 (recentf-menu-value-shortcut): Doc fix.
18839 (recentf-dump-variable): Quote atom value.
18840 (recentf-make-menu-items): Update to use it as a menu filter.
18841 (recentf-match-rule): New function.
18842 (recentf-arrange-by-rule): Use it.
18843 (recentf-indirect-mode-rule): New function.
18844 (recentf-build-mode-rules): Use it.
18845 (recentf-dir-rule): New function.
18846 (recentf-arrange-by-dir): Use it.
18847 (recentf-filter-changer-current): Rename from
18848 `recentf-filter-changer-state'. All references updated.
18849 (recentf-filter-changer-alist): Update filter names.
18850 (recentf-filter-changer-select): New function.
18851 (recentf-filter-changer): Use it. Make a sub-menu from filters
18852 available in `recentf-filter-changer-alist'.
18853 (recentf-data-cache, recentf-clear-data)
18854 (recentf-update-menu): Remove. All references updated.
18855 (recentf-match-rule-p, recentf-build-dir-rules)
18856 (recentf-filter-changer-goto-next)
18857 (recentf-filter-changer-get-current)
18858 (recentf-filter-changer-get-next): Remove.
18859
18860 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
18861
18862 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
18863 buffer "Reset" button to "Reset to Current" for consistency with
18864 the State buttons.
18865
18866 2005-12-08 John Paul Wallington <jpw@pobox.com>
18867
18868 * ibuf-ext.el (define-ibuffer-filter filename):
18869 If `dired-directory' is a list then really use its car.
18870
18871 2005-12-08 Kim F. Storm <storm@cua.dk>
18872
18873 * emulation/cua-rect.el (cua--rectangle-aux-replace):
18874 Fix indention of text on right side of replaced rectangle.
18875
18876 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
18877
18878 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
18879 No need to check gud-comint-buffer is bound.
18880 (gdb): Prevent multiple debugging when first session uses gdba.
18881
18882 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18883
18884 CC Mode update to 5.31.
18885
18886 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
18887 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
18888 We might do this function properly in the future).
18889
18890 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
18891 New macros c-sentence-end and c-default-value-sentence end, to cope
18892 with Emacs 22's new function `sentence-end'.
18893
18894 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18895
18896 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
18897 compat issue using `c-put-overlay' and `c-delete-overlay'.
18898
18899 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
18900 New compat macros to handle overlays/extents.
18901
18902 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18903
18904 * progmodes/cc-fix.el: Add definitions of the macros push and pop
18905 (for GNU Emacs 20.4).
18906
18907 * progmodes/cc-defs.el
18908 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
18909
18910 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
18911 highlighting mechanism so it will work in XEmacs too.
18912
18913 * progmodes/cc-defs.el: Insert c-int-to-char.
18914
18915 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
18916 call to the new macro c-int-to-char. This solves XEmacs's
18917 regarding characters as different from integers.
18918
18919 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18920
18921 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
18922 New internal helper.
18923
18924 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
18925 construct to make the indirect face lookup work in XEmacs.
18926
18927 (c-cpp-matchers): Append the negation char face to the existing
18928 fontification, so that the cpp face doesn't disappear.
18929 Use `c-make-syntactic-matcher' to avoid negation chars in comments
18930 and strings.
18931
18932 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
18933 to map to `font-lock-negation-char-face' in emacsen where it exists.
18934
18935 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18936
18937 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
18938
18939 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
18940 Rename "c-subword-move-mode" as "c-subword-mode".
18941
18942 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
18943 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
18944
18945 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18946
18947 * progmodes/cc-mode.el: Added autoload directive for
18948 `c-subword-move-mode' for use in older emacsen.
18949
18950 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18951
18952 * progmodes/cc-mode.el:
18953 (i): Insert a binding for C-c C-backspace into
18954 c-bind-special-erase-keys which works in TTYs.
18955 (ii): Make sure that when file styles are used, any explicitly
18956 given style variables take priority over those in the style.
18957 Do this by calling `hack-local-variables' a second time.
18958
18959 * progmodes/cc-vars.el: Add language specific customization
18960 widgets for AWK to c-doc-comment-style, c-require-final-newline
18961 and c-default-style. Add a defcustom for awk-mode-hook.
18962 Give c-syntactic-element and c-syntactic-context doc-strings by
18963 directly setting their `variable-documentation' propery.
18964 This allows Emacs 22.1 to read these with C-h v.
18965
18966 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
18967
18968 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18969
18970 * progmodes/cc-fonts.el, cc-vars.el
18971 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
18972 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
18973 Masatake YAMATO.
18974
18975 (c-doc-comment-style): Made GtkDoc default in C mode.
18976
18977 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
18978 and C-c C-<delete>.
18979
18980 (c-bind-special-erase-keys): New function for use on
18981 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
18982
18983 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
18984 <delete> key behavior in XEmacs according to `delete-forward-p'.
18985 C.f. `c-electric-delete'.
18986
18987 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18988
18989 * progmodes/cc-mode.el: Give c-hungry-backspace and
18990 c-hungry-delete-forward permanent key bindings.
18991
18992 * progmodes/cc-cmds.el (c-electric-semi&comma):
18993 Bind c-syntactic-context for calls to "criteria functions", for
18994 consistency with other calls to user functions.
18995
18996 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
18997 `current-prefix-arg', since this might be the prefix arg to a
18998 command which calls c-indent-command as a function. Change the
18999 interactive spec from "p" to "P".
19000
19001 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
19002 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
19003 was difficult to understand.
19004
19005 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19006
19007 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
19008 first char of an identifier.
19009
19010 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
19011 +" syntax in C++.
19012
19013 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19014
19015 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
19016 auto-fill doesn't split a c-comment's last word from a hanging
19017 "*/" when a space is typed between them after fill-column.
19018
19019 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
19020
19021 * progmodes/cc-styles.el (c-set-style)
19022 (c-setup-paragraph-variables): Abort the command if we're not in a
19023 CC Mode buffer.
19024
19025 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
19026 with blank comment-prefix, and a blank line as the comment's
19027 second line.
19028
19029 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19030
19031 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
19032 Incorporate the patterns added in the Emacs development branch
19033 for the new Emacs 22 face `font-lock-negation-char-face'.
19034
19035 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
19036 of "red" since it stands out better in xterms and DOS terminals.
19037
19038 * progmodes/cc-engine.el (c-literal-faces):
19039 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
19040
19041 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19042
19043 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
19044 forcibly enable c-electric-flag.
19045
19046 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
19047 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
19048 after the comment-prefix of a C-style comment will close that comment.
19049
19050 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19051
19052 * progmodes/cc-fonts.el (c-basic-matchers-before)
19053 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
19054 in Pike.
19055
19056 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
19057 digraphs.
19058
19059 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
19060 (c-cpp-message-directives, c-cpp-include-directives)
19061 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
19062 (c-cpp-expr-directives): Introduce new language constants to
19063 control cpp syntax in a cleaner way.
19064
19065 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
19066
19067 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
19068
19069 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
19070 (c-multiline-string-start-char): New language constants and
19071 variables to specify how newlines in string literals work.
19072
19073 (c-font-lock-invalid-string): Use them.
19074
19075 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
19076 unbalanced close brace is entered. Optimization by avoiding going
19077 back over arbitrarily large blocks. Removed hints that this
19078 function only would be relevant/useful in AWK.
19079
19080 (c-electric-brace): Indent syntactically after the cleanups since
19081 lineup functions might do it differently then.
19082
19083 * progmodes/cc-engine.el, cc-langs.el
19084 (c-opt-op-identifier-prefix): New language constant and variable.
19085
19086 (c-just-after-func-arglist-p, c-after-special-operator-id)
19087 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
19088
19089 * progmodes/cc-align.el, cc-engine.el
19090 (c-after-special-operator-id): New helper to handle C++ operator
19091 identifiers.
19092
19093 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
19094 (c-guess-basic-syntax): Handle C++ operator identifiers in
19095 declarations.
19096
19097 * progmodes/cc-langs.el (c-assignment-operators): Add the
19098 trigraph version of ^= too.
19099
19100 * progmodes/cc-langs.el (c-assignment-operators): Add the
19101 trigraph version of |= in C++.
19102
19103 * progmodes/cc-fonts.el (c-font-lock-declarators):
19104 Handle `c-decl-hangon-kwds' after the identifier name.
19105
19106 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
19107 whether an arglist is "nonempty", ignore a comment after the open
19108 paren if it isn't followed by a non-comment token on the same line.
19109
19110 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
19111 Enable heuristics below the point to cope with classes inside special
19112 brace lists in Pike.
19113
19114 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19115
19116 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
19117
19118 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19119
19120 * progmodes/cc-guess.el (cc-guess-install): New function to
19121 install an already guessed style in another buffer.
19122
19123 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
19124 sets `inhibit-read-only' - `c-save-buffer-state' should be used
19125 anyway if the change always is undone.
19126
19127 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19128
19129 Implement togglable electricity:
19130
19131 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
19132 saying when it should be used.
19133
19134 * progmodes/cc-engine.el: Add the new buffer-local variable,
19135 c-electric-flag.
19136
19137 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
19138 c-toggle-auto-newline.
19139
19140 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
19141 c-toggle-auto-newline. Remove the binding for
19142 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
19143 c-toggle-electric-state.
19144
19145 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
19146
19147 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
19148 c-\(forward\|backward\)-subword.
19149 (c-update-modeline): Add the new modeline flag `l' for
19150 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
19151 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
19152 Make the old name an alias of the new name.
19153 (c-toggle-electric-state): New function.
19154 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
19155 Adapt these functions to do electric things only when
19156 c-electric-flag is non-nil.
19157 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
19158 new functions from c-electric-brace.
19159 (c-point-syntax): Add a check for "virtual semicolons" in AWK
19160 mode, so that the tentative extra newline doesn't change the
19161 syntax of the following brace.
19162 (c-electric-brace): Restructure by extracting the above functions.
19163 Tidy up the coding somewhat.
19164 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
19165 restructure a bit.
19166
19167 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19168
19169 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
19170 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
19171
19172 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
19173 (c-submode-indicators): Change name from `c-auto-hungry-string'
19174 since it's now used to track another submode.
19175
19176 (c-update-modeline): Convert to function and extended to check
19177 `c-subword-move-mode'.
19178
19179 (c-forward-into-nomenclature, c-backward-into-nomenclature):
19180 Convert to compat aliases for `c-forward-subword' and
19181 `c-backward-subword'.
19182
19183 * progmodes/cc-subword.el: New functions and minor mode to handle
19184 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
19185
19186 (c-forward-subword, c-backward-subword, c-mark-subword)
19187 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
19188 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
19189 Functions corresponding to the standard word handling functions.
19190
19191 (c-subword-move-mode): Minor mode that replaces all the standard
19192 word handling functions with their subword equivalences.
19193
19194 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19195
19196 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
19197 entry for one-liner-defun.
19198
19199 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
19200 name in its def-edebug-spec.
19201
19202 * progmodes/cc-cmds.el (c-electric-brace): Make the
19203 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
19204 compacts space before a comment, if this will make things fit on
19205 one line.
19206
19207 Introduce an "awk" style, mainly for auto-newline and clean-ups.
19208
19209 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
19210
19211 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
19212 clean-up one-liner-defun.
19213
19214 * progmodes/cc-styles.el: Add the new "awk" style.
19215
19216 * progmodes/cc-vars.el: Add description of one-liner-defun to
19217 c-cleanup-list's doc-string. New user options,
19218 c-max-one-liner-length. In c-default-style, set the default style
19219 for AWK to "awk".
19220
19221 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19222
19223 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
19224 macros inside labels.
19225
19226 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
19227 `c-at-statement-start-p' and `c-at-expression-start-p'.
19228
19229 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
19230 error if the mark isn't set.
19231
19232 * progmodes/cc-engine.el (c-guess-continued-construct)
19233 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
19234 accurately detect functions inside functions.
19235
19236 * progmodes/cc-engine.el (c-at-expression-start-p): New function
19237 like `c-at-statement-start-p' that additionally recognizes commas
19238 and expression parentheses as delimiters.
19239
19240 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
19241 to avoid heuristics that doesn't work for unclosed blocks.
19242 (c-at-statement-start-p): New function.
19243
19244 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
19245 Objective-C directives, e.g. directives spanning lines should work
19246 reasonably well now.
19247
19248 (c-put-c-type-property, c-clear-c-type-property): New helpers.
19249
19250 (c-forward-objc-directive): New function to move over any ObjC
19251 directive.
19252
19253 (c-just-after-func-arglist-p, c-guess-basic-syntax)
19254 (c-basic-matchers-before): Use it.
19255
19256 (c-font-lock-objc-iip-decl): Remove.
19257
19258 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
19259 in the template arglist recognition.
19260
19261 * progmodes/cc-styles.el (c-style-alist): Fix several
19262 inconsistencies in the Whitesmith style.
19263
19264 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
19265 New lineup function to get lines after Whitesmith style blocks
19266 correctly indented.
19267
19268 (c-lineup-whitesmith-in-block): Back out the compensation for
19269 opening parens since it's done using `add' lists in the style
19270 definition instead. Don't use the anchor position since it varies
19271 too much between the syntactic symbols. :P
19272
19273 * progmodes/cc-vars.el (c-valid-offset): Update.
19274
19275 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
19276 lists where the offsets are combined according to several
19277 different methods: `first', `min', `max', and `add'.
19278 Report offset evaluation errors with `c-benign-error' so that some kind
19279 of reindentation still is done.
19280
19281 * progmodes/cc-engine.el (c-guess-basic-syntax):
19282 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
19283 `arglist-close'.
19284
19285 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
19286 situations for `arglist-cont-nonempty' and `arglist-close'.
19287
19288 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
19289
19290 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
19291 cc-bytecomp-boundp' in a number of places.
19292
19293 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
19294 macro related issue.
19295
19296 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19297
19298 * progmodes/cc-awk.el: Change the terminology of regexps: A char
19299 list is now [asdf], a char class [:alpha:].
19300 Include code for char classes.
19301 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
19302 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
19303
19304 Remove (nearly all of) the cruft associated with AWK Mode's former
19305 concept of "virtual semicolons":
19306
19307 Adapt c-beginning-of-statement, c-end-of-statement (together with
19308 subfunctions) to use the new notion of "virtual semicolon" in
19309 place of the old awkward special handling for AWK. There remains
19310 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
19311 * progmodes/cc-cmds.el:
19312 (c-ascertain-adjacent-literal): In the backwards direction, now
19313 recognises AWK regexp delimiters as string delimiters.
19314 (c-after-statement-terminator-p): Adapt for virtual semicolons;
19315 check more rigorously for "end of macro".
19316 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
19317 virtual semicolons;
19318 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
19319 out the code for forward movement into ...
19320 (c-end-of-statement): Now contains the code for forward movement,
19321 adapted for virtual semicolons.
19322
19323 * progmodes/cc-engine.el:
19324 (c-ws*-string-limit-regexp): New regexp.
19325 (c-forward-single-comment, c-backward-single-comment): Comment out
19326 the (now redundant) "special" AWK stuff.
19327
19328 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
19329 c-string-par-start, c-string-par-separate to be more like Text
19330 Mode than Fundamental Mode.
19331
19332 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19333
19334 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
19335 to the fontified region so that fontification doesn't occur
19336 outside it (could happen e.g. when fontifying a line with an
19337 unfinished declaration).
19338
19339 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19340
19341 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
19342 start of the file. ^L now separate sections of the file.
19343 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
19344 (c-awk-one-line-possibly-open-string-re)
19345 (c-awk-regexp-one-line-possibly-open-char-class-re)
19346 (c-awk-one-line-possibly-open-regexp-re)
19347 (c-awk-one-line-non-syn-ws*-re): New defonsts.
19348 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
19349
19350 Amend the concept of "virtual semicolons" (in the indentation
19351 engine) for languages like AWK, such that they are now
19352 conceptually attached to end of the last token of a statement, not
19353 the end of the line. (In AWK Mode, however, the pertinent text
19354 property is still physically set on the EOL.) Remove the specific
19355 tests for awk-mode, thus facilitating the introduction of other
19356 language modes where EOLs can end statements.
19357 (Note: The funtionality in cc-cmds.el, specifically
19358 c-beginning/end-of-statement has yet to be amended.)
19359
19360 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
19361 New macros.
19362
19363 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
19364 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
19365 c-vsemi-status-unknown-p-fn (in a new page).
19366
19367 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
19368 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
19369 numerous awkward forms like
19370 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
19371 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
19372 variable before-ws-ip, the place just after char-before-ip appears.
19373
19374 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
19375 a comment.
19376
19377 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19378
19379 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
19380 `c-tentative-buffer-changes'.
19381
19382 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
19383 convert to macro to choose between Emacs and XEmacs at compile time.
19384
19385 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
19386
19387 (c-tentative-buffer-changes): New macro to handle temporary buffer
19388 changes in a convenient way.
19389
19390 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
19391 for `c-tentative-buffer-changes'.
19392
19393 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
19394 the checks for paren sexps between the point and the keyword, to
19395 avoid some false alarms.
19396
19397 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
19398 Fixed a situation where an error could be thrown for unbalanced
19399 parens. Changed to make use of c-keyword-member' to avoid some
19400 repeated regexp matches.
19401
19402 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
19403 These language variable are no longer necessary.
19404
19405 (c-block-stmt-kwds): New language constant used by
19406 c-looking-at-inexpr-block'.
19407
19408 (c-guess-basic-syntax): Remove an optional check that looked at
19409 the existence of the now removed language variables.
19410
19411 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
19412 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
19413 object instantiation expressions as declarations in some contexts.
19414 This bug only affected languages where the declarator can't be
19415 enclosed in parentheses.
19416
19417 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
19418 insert newlines before and after substatement braces.
19419
19420 * progmodes/cc-engine.el: Improved the heuristics for recognizing
19421 function declaration headers and the handling of C++ style member
19422 init lists.
19423
19424 (c-just-after-func-arglist-p): Rewritten to use
19425 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
19426
19427 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
19428
19429 (c-guess-basic-syntax): Adapt case 5B for the new
19430 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
19431 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
19432 covers all cases now).
19433
19434 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
19435
19436 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19437
19438 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
19439 c-string-par-start/separate c-sentence-end-with-esc-eol,
19440 initialised in c-setup-paragraph-variables, used in string
19441 scanning subroutines of c-beginning-of-statement.
19442
19443 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
19444 which precedes the newly inserted `{'.
19445
19446 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19447
19448 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
19449 function for declaration level blocks. It should now cope with
19450 templates better and also be a lot more comprehensible.
19451
19452 (c-looking-at-decl-block): The new function.
19453
19454 (c-search-uplist-for-classkey): The old one. It's now a wrapper
19455 for compatibility.
19456
19457 (c-add-class-syntax, c-guess-continued-construct)
19458 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
19459
19460 (c-decl-block-key): Change to tell apart ambiguous and
19461 unambiguous keywords. Pike specials are now handled directly in
19462 the code instead.
19463
19464 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
19465 New language constants and variables to make the backward skip in
19466 `c-looking-at-decl-block' as tight as possible.
19467
19468 (c-nonsymbol-token-char-list): New language constant.
19469
19470 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
19471 find balanced template arglists backwards.
19472
19473 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
19474 making char classes for `c-syntactic-skip-backward'.
19475
19476 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
19477 16D - can't be a class-close at that point.
19478
19479 * progmodes/cc-engine.el (c-guess-basic-syntax)
19480 (c-add-class-syntax): Don't narrow out the enclosing declaration
19481 level. This makes everything a lot easier, and it was actually
19482 only four small places that needed it to work. Some places that
19483 previously did `widen' are removed now, which has the effect that
19484 `c-guess-basic-syntax' never will look at things outside the
19485 current narrowment now. The anchor position for `topmost-intro'
19486 is affected by this, but it was so bogus it was basically useless
19487 before, and now it's equally bogus but in a slightly different way.
19488
19489 (c-narrow-out-enclosing-class): Gone.
19490
19491 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
19492 the narrowed region.
19493
19494 (c-least-enclosing-brace): Remove silly optional argument.
19495
19496 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
19497 the point could be left directly after an open paren when finding
19498 the beginning of the first decl in the block.
19499
19500 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
19501 Specify which submatch to use.
19502
19503 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
19504
19505 (c-decl-start-re): No longer any need for special treatment of
19506 ObjC due to the above.
19507
19508 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
19509 presumably follows C in that regard.
19510
19511 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
19512 New language constants to specify operator tokens inside
19513 identifiers in a more high level way.
19514
19515 (c-opt-identifier-prefix-key): New internal language constant.
19516
19517 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
19518 (c-identifier-start, c-identifier-key): Now completely calculated
19519 from other constants.
19520
19521 (c-identifier-last-sym-match): Decommission since it's no longer used.
19522
19523 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
19524
19525 * progmodes/cc-engine.el (c-forward-name): Remove the
19526 optimization when c-identifier-key is equal to c-symbol-key since
19527 it doesn't work in byte compiled files. Don't record empty
19528 regions as identifiers.
19529
19530 * progmodes/cc-langs.el (c-filter-ops): New helper function to
19531 simplify access to `c-operators' and its likes.
19532
19533 (c-operator-list, c-all-op-syntax-tokens)
19534 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
19535 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
19536 (c-primary-expr-regexp, c-cast-parens): Use it.
19537
19538 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
19539 an explicit language in functions.
19540
19541 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
19542 variant of adornment.
19543
19544 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
19545 variable.
19546
19547 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
19548 the Pike value.
19549
19550 * progmodes/cc-engine.el (c-on-identifier)
19551 (c-simple-skip-symbol-backward): Small fix for handling "-"
19552 correctly in `skip-chars-backward'. Affected the operator lfun
19553 syntax in Pike.
19554
19555 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
19556 diagnostic message about precompiled language vars not being used.
19557
19558 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
19559 "__attribute__" is followed by a parenthesis.
19560
19561 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
19562 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
19563 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
19564
19565 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
19566 Internal cleanups to properly detect the declared identifiers in
19567 various declarations.
19568
19569 (c-decl-start-kwds): New language constant to recognize
19570 declarations that can start anywhere. Used for class declarations
19571 in Pike.
19572
19573 (c-specifier-key, c-not-decl-init-keywords)
19574 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
19575 (c-find-decl-spots): Implement `c-decl-start-kwds'.
19576
19577 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
19578 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
19579 handling of the compiler specific extension keywords into a new
19580 language constant `c-decl-hangon-kwds' that defines keyword
19581 clauses to be ignored in declarations.
19582
19583 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
19584 past unrecognized tokens when handling `c-colon-type-list-kwds'.
19585 Necessary to stop at the declared identifier in e.g. IDL valuetype
19586 declarations.
19587
19588 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
19589 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
19590 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
19591 (c-forward-decl-or-cast-1): Recognize the declared identifier in
19592 class and enum declarations as such and not as part of the type.
19593
19594 (c-forward-decl-or-cast-1, c-forward-label): Relax the
19595 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
19596
19597 (c-forward-decl-or-cast-1): Don't disregard sure signs of
19598 declarations when there's some syntax error later on.
19599
19600 (c-complex-decl-matchers): Did away with a reference to
19601 `c-specifier-key'.
19602
19603 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
19604 value - this variable is always dynamically bound.
19605
19606 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
19607 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
19608 * cc-cmds.el, cc-defs.el: Change the policy for marking up
19609 functions that might do hidden buffer changes: All such internal
19610 functions are now marked instead of those that don't.
19611
19612 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
19613 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
19614 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
19615 (c-literal-type): Allow these functions to make hidden buffer changes,
19616 so that they are free to use text property caching later on.
19617
19618 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
19619 (c-electric-brace, c-electric-slash, c-electric-star)
19620 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
19621 (c-electric-paren, c-electric-continued-statement, c-indent-command)
19622 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
19623 (c-context-line-break): Add `c-save-buffer-state' calls to comply
19624 with the changed semantics of the functions above.
19625
19626 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
19627 when macros occur in obscure places. Optimized the sexp movement
19628 a bit.
19629
19630 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19631
19632 Enhancements for c-beginning-of-statement to work in AWK Mode:
19633
19634 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
19635 (completed statement) with `}' (statement completed by closing
19636 brace or semicolon) and `$' (statement completed by EOL).
19637
19638 (c-awk-virtual-semicolon-ends-prev-line-p)
19639 (c-awk-virtual-semicolon-ends-line-p)
19640 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
19641 (c-awk-at-statement-end-p): New functions.
19642
19643 * progmodes/cc-cmds.el: Simplify the structure of functions
19644 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
19645 two functions and c-beginning-of-statement to handle AWK Mode.
19646
19647 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
19648 c-backward-single-comment for AWK mode. Attempt to clarify their
19649 doc-strings.
19650
19651 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
19652
19653 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19654
19655 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
19656 label handling. Labels are now recognized in a uniform and more
19657 robust way, regardless of context. Text properties are put on all
19658 labels to recognize the following declarations better.
19659 Multiword labels are handled both in indentation and fontification for
19660 the benefit of language extensions like Qt. For consistency, keywords
19661 in labels are now fontified with the label face instead.
19662 That also applies to "case" and "default".
19663
19664 (c-beginning-of-statement-1): Fix some bugs in the label
19665 handling. Disregard `c-nonlabel-token-key' in labels that begin
19666 with `c-label-kwds'.
19667
19668 (c-find-decl-spots): Support that the callback adds more
19669 `c-decl-end' spots to find.
19670
19671 (c-forward-decl-or-cast-1): Don't treat a list of plain
19672 identifiers followed by a colon as a declaration.
19673
19674 (c-forward-label): New function to recognize labels.
19675
19676 (c-guess-basic-syntax): Replace uses of `c-label-key' with
19677 `c-forward-label'. Moved the label recognition cases (14 and 15)
19678 earlier since they aren't so context sensitive now. Handle labels
19679 on the top level gracefully. Moved access label recognition to
19680 the generic label case (CASE 15) - removed CASE 5E.
19681
19682 (c-font-lock-declarations): Add recognition of labels in the
19683 same round since we need to handle labels in parallell with other
19684 declarations to recognize both accurately. It should also improve
19685 speed.
19686
19687 (c-simple-decl-matchers, c-basic-matchers-after):
19688 Move `c-font-lock-labels' so that it only is used on decoration level 2
19689 since `c-font-lock-declarations' handles it otherwise.
19690
19691 (c-complex-decl-matchers): Remove the simplistic recognition of
19692 access labels.
19693
19694 (c-decl-prefix-re): Remove the kludges that was necessary to cope
19695 with labels earlier.
19696
19697 (c-decl-start-re): New language variable to make
19698 `c-font-lock-declarations' stop for the special protection labels
19699 in Objective-C that start with `@'.
19700
19701 (c-label-key): Remove since it's no longer used.
19702
19703 (c-recognize-colon-labels, c-label-prefix-re): New language
19704 constants to support recognition of generic colon-terminated labels.
19705
19706 (c-type-decl-end-used): `c-decl-end' is now used whenever there
19707 are colon terminated labels.
19708
19709 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
19710 first argument starts with a special brace list.
19711
19712 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
19713 (c-font-lock-declarations): Break out the declaration and cast
19714 recognition from `c-font-lock-declarations' to a new function, so
19715 that it can be used in the indentation engine.
19716
19717 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
19718 up to the start of the literal. Fixed bug with the point on the
19719 wrong side of the search limit that could happen when the start
19720 position is inside a literal.
19721
19722 * progmodes/cc-engine.el (c-parse-state)
19723 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
19724 so that it's kept a little bit back to increase the hit rate.
19725
19726 (c-parse-state): Change the macro handling and fixed some
19727 glitches. Macro context is checked more often than necessary now,
19728 but otoh less garbage conses are generated.
19729
19730 * progmodes/cc-engine.el (c-parse-state)
19731 (c-invalidate-state-cache): Cache the last position where
19732 `c-state-cache' applies. This can speed up refontification quite
19733 a bit in blocks where there are many non-brace parens before the point.
19734
19735 (c-state-cache-end): New variable for this.
19736
19737 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
19738 cache variable.
19739
19740 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
19741 get close initial continue positions when the start position is
19742 inside a literal or macro. Do not call the callback for spots
19743 before the start position (which can happen e.g. for `c-decl-end'
19744 spots inside comments). Optimize better in special cases when the
19745 region is a single line inside a literal or macro (typically when
19746 the current line is refontified).
19747
19748 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
19749 to `c-add-stmt-syntax' - there's no need to explicitly whack off
19750 entries from the paren state.
19751
19752 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
19753 special case for "else if" clauses.
19754
19755 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
19756 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
19757
19758 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
19759 New language variable to recognize the gcc extension with statement
19760 blocks inside expressions.
19761
19762 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
19763 it somewhat more comprehensible. The argument AT-BLOCK-START is
19764 no longer used and hence removed.
19765
19766 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
19767 to `c-add-stmt-syntax'.
19768
19769 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
19770 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
19771 This fixes bogus label recognition.
19772
19773 * progmodes/cc-engine.el (c-add-type, c-check-type)
19774 (c-forward-name, c-forward-type): Improve storage of template
19775 types in `c-found-types' so that they can be recognized better.
19776
19777 (c-syntactic-content): Add option to skip past nested parens.
19778
19779 * progmodes/cc-engine.el (c-forward-name):
19780 Set `c-last-identifier-range' all the time. It's less work that way.
19781 Handle that there might not be an identifier to store in
19782 `c-last-identifier-range'.
19783
19784 (c-forward-type): Handle that `c-last-identifier-range' might be
19785 nil from `c-forward-name'.
19786
19787 * progmodes/cc-defs.el (c-safe-scan-lists)
19788 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
19789
19790 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
19791 to work even if the form fails.
19792
19793 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
19794 down in a large file in one go.
19795
19796 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
19797
19798 * progmodes/cc-align.el (c-lineup-assignments): New lineup
19799 function which is like `c-lineup-math' but returns nil instead of
19800 `c-basic-offset' when it doesn't match.
19801
19802 (c-lineup-math): Change to use `c-lineup-assignments'.
19803
19804 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19805
19806 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
19807 c-beginning-of-statement. New subfunctions
19808 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
19809
19810 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19811
19812 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
19813 hardcoded char classes whereever possible. Changed a couple of
19814 places to use skip by syntax instead of skip by char class.
19815
19816 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
19817 Fix a bug in the regexp that caused extreme backtracking.
19818
19819 * progmodes/cc-langs.el (c-block-comment-starter)
19820 (c-block-comment-ender): New language constants to specify in a
19821 single place how block comments look.
19822
19823 (c-comment-start-regexp, c-block-comment-start-regexp)
19824 (comment-start, comment-end, comment-start-skip)
19825 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
19826 (c-syntactic-ws, c-nonempty-syntactic-ws)
19827 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
19828 `c-line-comment-starter', `c-block-comment-starter' and
19829 `c-block-comment-ender'.
19830
19831 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
19832 New language constants to break up things a bit.
19833
19834 (c-simple-ws): New language constant for simple whitespace.
19835
19836 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
19837
19838 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
19839 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
19840 newlines. Allow and ignore nil elements in the list.
19841
19842 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19843
19844 * progmodes/cc-cmds.el: Comment out a (n almost certainly
19845 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
19846
19847 * progmodes/cc-cmds.el: Tidy up the comments in
19848 c-beginning-of-statement and subfunctions.
19849
19850 * progmodes/cc-awk.el: Replace calls to put-text-property to the
19851 more flexible c-put-char-property and c-clear-char-properties.
19852 Add the author's email address.
19853
19854 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
19855
19856 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
19857 closing "*/" of a block comment.
19858
19859 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
19860 subfunctions) so that it works at BOB and EOB.
19861
19862 * progmodes/cc-cmds.el, cc-vars.el: More updating of
19863 c-beginning-of-statement, including new variable
19864 c-block-comment-start-regexp.
19865
19866 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19867
19868 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
19869 symbols from `*-font-lock-extra-types' so that there's no need to
19870 use `regexp-opt' on those lists.
19871
19872 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
19873 `c-type-modifier-kwds' is empty.
19874
19875 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
19876 there are several strings on the same line.
19877
19878 * progmodes/cc-engine.el (c-literal-limits): Remove the
19879 compatibility function for older emacsen. `c-literal-limits-fast'
19880 has now taken the place of this function.
19881
19882 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
19883 with older emacsen: We now require `pps-extended-state'.
19884
19885 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19886
19887 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
19888 which obviates the need to hack sentence-end. This now handles
19889 escaped newlines in strings correctly. Correct minor bugs in
19890 c-move-over-sentence and in c-beginning-of-statement.
19891
19892 * progmodes/cc-cmds.el (c-beginning-of-statement (and
19893 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
19894 that movement over macros and code are rigorously separated from
19895 eachother. Correct a few incidental bugs.
19896
19897 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
19898 Improve its doc-string. Improve the handling of certain specific cases.
19899
19900 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19901
19902 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
19903 (c-guess-basic-syntax): Change the way class-level labels are
19904 recognized; they can now contain essentially any symbols.
19905
19906 (c-opt-extra-label-key): New language variable to cope with the
19907 special protection label syntax in Objective-C.
19908
19909 (c-opt-access-key): Remove; this is now handled better by
19910 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
19911
19912 (c-complex-decl-matchers): Update to handle that
19913 `c-opt-access-key' no longer exists.
19914
19915 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
19916 improved label recognition in `c-beginning-of-statement-1'.
19917
19918 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
19919 Recognize bitfields better.
19920
19921 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
19922 Remove some cruft and fixed a bug that could cause it to go to a
19923 position further down.
19924
19925 * progmodes/cc-langs.el, cc-engine.el
19926 (c-beginning-of-statement-1): Improve detection of labels in
19927 declaration contexts.
19928
19929 (c-beginning-of-decl-1): Use it.
19930
19931 (c-nonlabel-token-key): New language constant and variable needed
19932 by `c-beginning-of-statement-1'.
19933
19934 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
19935 manifested itself due to the correction in `c-forward-sexp'.
19936
19937 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
19938 Make these behave as documented when used at the buffer limits.
19939
19940 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
19941 (c-type-decl-end-used): Made this a language variable.
19942
19943 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
19944 correctly when `combine-after-change-calls' is used together with
19945 temporary narrowings.
19946
19947 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19948 Report labels correctly when the start point is immediately after the
19949 colon.
19950
19951 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
19952 Remove since it isn't used anymore.
19953
19954 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
19955 bracket arglists such as template parens in C++.
19956
19957 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
19958 in the last check-in. Some optimization.
19959
19960 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
19961 where it could stop at the same level in a preceding sexp when
19962 PAREN-LEVEL is set.
19963
19964 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
19965 text property lookup only when it's needed.
19966
19967 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
19968 Change the policy for paren marked angle brackets to be more
19969 persistent; once marked they remain marked even when they're found
19970 to be unbalanced in the searched region. This should keep the
19971 paren syntax around even when individual lines are refontified in
19972 multiline template arglists.
19973
19974 (c-parse-and-markup-<>-arglists): New dynamically bound variable
19975 to control markup so that incorrect angle bracket arglists aren't
19976 marked in contexts where the correct value for
19977 `c-disallow-comma-in-<>-arglists' isn't known.
19978
19979 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
19980 argument has become `c-parse-and-markup-<>-arglists'.
19981
19982 (c-remove-<>-arglist-properties): Remove - no longer used.
19983
19984 (c-after-change-check-<>-operators): New function used on
19985 `after-change-functions' to avoid that "<" and ">" characters that
19986 are part of longer operators have paren syntax.
19987
19988 (c-<>-multichar-token-regexp): New language variable used by
19989 `c-after-change-check-<>-operators'.
19990
19991 (c-after-change): Call `c-after-change-check-<>-operators'.
19992
19993 (c-font-lock-<>-arglists): Use the context properties set by
19994 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
19995 correctly to avoid doing invalid markup.
19996
19997 (c-font-lock-declarations): Remove code that undoes the invalid
19998 markup done by `c-font-lock-<>-arglists'.
19999
20000 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
20001 after `c-font-lock-declarations'.
20002
20003 * progmodes/cc-engine.el (c-syntactic-skip-backward):
20004 Add paren-level feature.
20005
20006 (c-guess-basic-syntax): Improve the anchor position for
20007 `template-args-cont' in nested template arglists. There's still
20008 much to be desired in this area, though.
20009
20010 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20011
20012 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
20013 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
20014
20015 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20016
20017 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
20018 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
20019
20020 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
20021 it doesn't work no longer are supported.
20022
20023 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
20024 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
20025 requires support for the syntax-table' text property, which rules
20026 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
20027 cruft associated with those versions.
20028
20029 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
20030 for the `syntax-table' text property, which rules out Emacs 19 and
20031 XEmacs < 21.4. Removed various compatibility cruft associated
20032 with those versions.
20033
20034 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
20035 support for the `syntax-table' text property.
20036
20037 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
20038 variable and use an extra quoted face name instead. All the
20039 emacsen flavors handle that correctly.
20040
20041 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
20042 (c-font-lock-declarators, c-font-lock-declarations)
20043 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
20044 property to mark the items in in declarator lists to handle
20045 refontification inside multiline declarations better.
20046
20047 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
20048 construct like "a * b = c;" as a declaration.
20049
20050 2005-12-08 Kim F. Storm <storm@cua.dk>
20051
20052 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
20053 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
20054 select either meta, hyper, or super modifier for rectangle commands.
20055 (cua--rectangle-modifier-key): New defvar.
20056 (cua--M/H-key): Use it. Remove special case for `space'.
20057 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
20058 on X, to meta otherwise. Always bind C-return to toggle
20059 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
20060
20061 * emulation/cua-rect.el (cua-help-for-rectangle):
20062 Use cua--rectangle-modifier-key. Handle super modifier too.
20063 (cua--init-rectangles): Always bind C-return to toggle rectangle.
20064 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
20065
20066 * ido.el: Move Acknowledgements and History after Commentary.
20067 Minor changes to Commentary.
20068
20069 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
20070 keymap if cua--prefix-override-timer is `shift'.
20071 (cua--shift-control-prefix): New function; emulate "type prefix
20072 key twice" functionality to handle shifted prefix key override.
20073 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
20074 New commands.
20075 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
20076
20077 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
20078
20079 * textmodes/org.el (org-insert-heading): Try to do items before
20080 headings.
20081 (org-agenda-mode): Quote `org-agenda-mode-hook'.
20082 (org-insert-item): New function.
20083 (org-renumber-ordered-list): Don't skip to higher level lists.
20084
20085 2005-12-08 Juri Linkov <juri@jurta.org>
20086
20087 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
20088
20089 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
20090
20091 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
20092
20093 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
20094 the constructed function name fun-1.
20095
20096 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
20097 because such links don't lead to parent documentation.
20098
20099 2005-12-08 Kenichi Handa <handa@m17n.org>
20100
20101 * descr-text.el (describe-char): Use *Help-2* buffer if the
20102 current buffer is *Help*. Call describe-text-properties while
20103 setting the original buffer.
20104
20105 2005-12-07 Bill Wohler <wohler@newt.com>
20106
20107 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
20108 and causes problems with non-MH users (such as Gnus users).
20109
20110 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
20111
20112 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
20113 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
20114 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
20115 command "info sources". Move calls to GDB command "list".
20116 (gdb-find-file-hook): Just use gdb-source-file-list.
20117 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
20118 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
20119 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
20120 (gdb-data-list-register-values-handler): Use correct trigger name.
20121
20122 2005-12-07 Kim F. Storm <storm@cua.dk>
20123
20124 * ido.el (ido-completion-map): Rename from ido-mode-map.
20125 (ido-common-completion-map, ido-file-completion-map)
20126 (ido-file-dir-completion-map, ido-buffer-completion-map):
20127 Rename from ido-mode-....-map.
20128 (ido-init-completion-maps): Rename from ido-init-mode-maps.
20129 (ido-setup-completion-map): Rename from ido-define-mode-map.
20130 (ido-read-internal): Bind minibuffer-local-filename-completion-map
20131 to ido-completion-map.
20132
20133 2005-12-07 Kenichi Handa <handa@m17n.org>
20134
20135 * international/mule-cmds.el
20136 (set-display-table-and-terminal-coding-system): If the coding
20137 system specified in `unibyte-display' property is different from
20138 the arg coding-system, don't setup standard-display-table.
20139
20140 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
20141
20142 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
20143 that comments end at \n, regardless of selective-display.
20144
20145 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
20146
20147 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
20148 (gdb-version): New variables.
20149 (gdb-source-file-list, gdb-register-names)
20150 (gdb-changed-registers): New variables for use with GDB 6.4+.
20151 (gdb-ann3): Replace with...
20152 (gdb-init-1, gdb-init-2): ...two new functions.
20153 (gdba, gdb-prompt): Call gdb-init-1.
20154 (gdb-get-version): New function. Call gdb-init-2 from here.
20155 (gud-watch): Make it work with mouse events too.
20156 (gdb-post-prompt): Don't add to queue until GDB version is known.
20157 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
20158 (gdb-locals-mode): Use gdb-version.
20159 (gdb-memory-format-map, gdb-memory-unit-map)
20160 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
20161 (gdb-locals-font-lock-keywords-1)
20162 (gdb-locals-font-lock-keywords-2): New variables.
20163 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
20164 (gdb-set-gud-minor-mode-existing-buffers-1)
20165 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
20166 (gdb-var-update-1, gdb-var-update-handler-1)
20167 (gdb-data-list-register-values-handler)
20168 (gdb-data-list-register-values-custom)
20169 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
20170 (gdb-stack-list-locals-handler, gdb-get-register-names):
20171 New functions for use with GDB 6.4+.
20172 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
20173 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
20174 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
20175 (gdb-stack-list-locals-regexp)
20176 (gdb-data-list-register-names-regexp): New regexps for use with
20177 GDB 6.4+.
20178
20179 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
20180
20181 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
20182
20183 2005-12-06 Nozomu Ando <nand@mac.com>
20184
20185 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
20186 prompts work for AUTH PLAIN. Also reported by Steve Allan
20187 <seallan@verizon.net>.
20188
20189 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
20190
20191 * frame.el (set-frame-parameter): Add doc string.
20192
20193 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
20194
20195 * textmodes/org.el (org-occur-highlights): New variable.
20196 (org-highlight-new-match, org-remove-occur-highlights): New functions.
20197 (org-highlight-sparse-tree-matches): New option.
20198 (org-do-occur): New function.
20199 (org-get-heading): Make it work also at beginning of line.
20200 (org-category-table): New variable.
20201 (org-get-category-table, org-get-category)
20202 (org-camel-to-words, org-link-search): New functions.
20203 (org-select-this-todo-keyword): New variable.
20204 (org-todo-list): New command.
20205 (org-shiftright, org-shiftleft): New commands.
20206 (org-agenda-todo): Add prefix argument.
20207 (org-show-hierarchy-above): New option.
20208 (org-show-todo-tree): Numerical prefix creates tree for specific
20209 TODO keyword.
20210 (org-outline-level): New function, to assign a level to plain
20211 lists items.
20212 (org-cycle-include-plain-lists): New option.
20213 (org-mode): Use `org-outline-level' as value of `outline-level'.
20214 (org-cycle): Temporarily switch `outline-regexp' if
20215 `org-cycle-include-plain-lists' is non-nil.
20216 (org-start-icalendar-file): Fix format bug.
20217 (org-agenda-get-day-entries): Create category table.
20218 (org-agenda-get-todos, org-agenda-get-timestamps)
20219 (org-agenda-get-deadlines, org-agenda-get-scheduled)
20220 (org-agenda-get-blocks): Use `org-get-category'.
20221 (org-context-in-file-links): Rename from
20222 `org-line-numbers-in-file-links'.
20223
20224 2005-12-06 Romain Francoise <romain@orebokech.com>
20225
20226 * window.el (balance-windows): Delete extraneous third arg in call
20227 to `enlarge-window'.
20228
20229 2005-12-06 Kenichi Handa <handa@m17n.org>
20230
20231 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
20232
20233 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
20234
20235 * progmodes/gdb-ui.el (gdb-var-create-handler)
20236 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
20237 (gdb-var-list-children-handler, gdb-var-update-handler):
20238 Current buffer is already gdb-partial-output-buffer, don't
20239 make it current again.
20240
20241 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
20242
20243 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
20244 (list-buffers-noselect): Use it.
20245
20246 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
20247
20248 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
20249 (mail-yank-ignored-headers): Use regexp-opt.
20250 (mail-mode-map): Move initialization into declaration.
20251 (mail-sent-via): Remove unused shadowed var `to-line'.
20252 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
20253 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
20254 (mail-do-fcc): Use dolist and push.
20255 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
20256 (mail-yank-ignored-headers): Don't autoload.
20257
20258 2005-12-05 Kenichi Handa <handa@m17n.org>
20259
20260 * international/mule-cmds.el (set-language-info-internal): New fun.
20261 (set-language-info): Call set-language-info-internal to update
20262 language-info-alist. If LANG-ENV is the current one, call
20263 set-language-environment to make INFO effective now.
20264 (set-language-info-alist): Likewise.
20265 (locale-language-names): With locale "en", use English
20266 lang. env. but set the default codings to iso-8859-1.
20267
20268 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
20269
20270 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
20271 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
20272 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
20273 for plain strings.
20274 (gdb-frames-mode): Remove redundant call to font-lock-mode.
20275 (gdb-all-registers): Rename from toggle-gdb-all-registers.
20276 Create registers buffer if necessary. Echo new state in minibuffer.
20277 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
20278
20279 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
20280
20281 * info.el (Info-fontify-node): Match external links using
20282 non-directory part of filename.
20283
20284 2005-12-04 Juri Linkov <juri@jurta.org>
20285
20286 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
20287 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
20288 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
20289 because there is no customization option for it.
20290
20291 * font-lock.el (lisp-font-lock-keywords-1):
20292 Add define-global-minor-mode.
20293
20294 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
20295
20296 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
20297 properties on the constructed variable names.
20298
20299 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20300 Put `definition-name' properties on the constructed function names
20301 next-sym and prev-sym.
20302
20303 * emacs-lisp/find-func.el (find-function-regexp):
20304 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
20305 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
20306 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
20307 and easy-menu-define.
20308
20309 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
20310 easy-mmode-define-global-mode and define-global-minor-mode.
20311 (lisp-imenu-generic-expression): Add define-global-minor-mode.
20312
20313 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
20314 instead of easy-mmode-define-global-mode.
20315
20316 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
20317 Use define-minor-mode instead of easy-mmode-define-minor-mode.
20318
20319 * cus-edit.el (customize-group, customize-group-other-window):
20320 Filter out autoloaded options from the group completion list by
20321 using heuristics that autoloaded groups don't have `custom-autoload'
20322 property on their symbols (they have only `custom-loads').
20323
20324 * simple.el (completion-setup-function): Put completions-common-part
20325 face on complete completion string too (i.e. completion string
20326 without completions-first-difference face).
20327
20328 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
20329
20330 2005-12-03 Eli Zaretskii <eliz@gnu.org>
20331
20332 * view.el (view-mode): Doc fix.
20333
20334 * disp-table.el (standard-display-european): Add to the warning
20335 message a reference to the doc string.
20336
20337 * play/yow.el (apropos-zippy): Call print-help-return-message,
20338 similar to other Help and Apropos commands.
20339
20340 * help.el (print-help-return-message): If pop-up-frames is
20341 non-nil, set up help-return-method to delete the help window and,
20342 possibly, its frame as well, and don't display message about
20343 scrolling the help window. Doc fix.
20344 (help-return-method): Doc fix.
20345
20346 2005-12-03 Martin Rudalics <rudalics@gmx.at>
20347
20348 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
20349 whereby names of length one or names starting with a
20350 symbol-constituent character would not be returned.
20351
20352 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
20353
20354 * subr.el (atomic-change-group): Add edebug and indentation spec.
20355
20356 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
20357
20358 * completion.el (save-completions-file-name): Fix typo in last change.
20359
20360 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20361
20362 * info.el: Move back/forward history to the beginning of the tool bar.
20363
20364 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
20365
20366 * allout.el (eval-when-compile): Remove unnecessary load of cl.
20367 Add fset of allout-real-isearch-abort during compile to fix
20368 byte-compilation warnings.
20369 (allout-mode-p): Move definition of this macro above all uses, or
20370 byte compilation in barren Emacs (eg, during Emacs build) will
20371 lack the definition.
20372 (allout-mode): Move this variable above any uses, or byte
20373 compilation will fail.
20374 (allout-resolve-xref): Remove use of personal file-reference function.
20375 (allout-toggle-current-subtree-encryption): Do the current (ie,
20376 visible containing) topic, rather than nearest around point. Doc fix.
20377 (allout-toggle-subtree-encryption): New function, workhorse that
20378 works on nearest topic containing point.
20379 (allout-encrypt-string): Signal requirement for newer version of pgg.
20380 (allout-resumptions): Doc fix.
20381
20382 2005-12-02 Eli Zaretskii <eliz@gnu.org>
20383
20384 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
20385
20386 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
20387
20388 * textmodes/flyspell.el (flyspell-external-point-words):
20389 Consider a misspelling as found in the string search if: (a) misspelling
20390 and found string lengths match, or (b) misspelling is found as
20391 element in a boundary-chars separated longer string, or (c)
20392 ispell-program-name is really ispell and misspelling is found as
20393 part of a TeX string. After successful match move beginning of
20394 search region to end of match. Warn about not found misspellings
20395 once the process is done.
20396 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
20397
20398 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
20399
20400 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
20401 tool bar (removed inadvertently).
20402
20403 2005-12-02 Juri Linkov <juri@jurta.org>
20404
20405 * log-view.el (log-view-diff): Clarify doc string.
20406
20407 2005-12-01 Bill Wohler <wohler@newt.com>
20408
20409 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
20410 triggers lm-verify errors.
20411
20412 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
20413
20414 * simple.el (transient-mark-mode, line-number-mode)
20415 (column-number-mode, size-indication-mode): Remove `:require nil'.
20416
20417 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
20418
20419 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
20420 in the margin also.
20421 (gdb-breakpoints-mode-map): Use D instead of d for
20422 gdb-delete-breakpoint.
20423 (gdb-get-frame-number): Require a number to match on.
20424 (gdb-threads-mode-map): Add follow-link binding.
20425
20426 2005-11-30 Jason Rumney <jasonr@gnu.org>
20427
20428 * isearch.el (isearch-mode-map): Avoid exiting search on
20429 language-change event.
20430
20431 2005-11-30 Romain Francoise <romain@orebokech.com>
20432
20433 * speedbar.el (speedbar-default-position): New defcustom.
20434 (speedbar-frame-reposition-smartly): Use it.
20435
20436 * dframe.el (dframe-reposition-frame-emacs): Fix position
20437 computation for `left' location.
20438 Update copyright year.
20439
20440 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
20441
20442 * help.el (help-map): Move initialization into declaration.
20443
20444 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
20445
20446 * help-fns.el (help-argument-name): Don't autoload.
20447 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
20448 to be re-loaded when customizing the `help' group.
20449
20450 2005-11-30 John Paul Wallington <jpw@gnu.org>
20451
20452 * help-fns.el (describe-function-1): Fill arglist output.
20453
20454 2005-11-30 Kim F. Storm <storm@cua.dk>
20455
20456 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
20457 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
20458 after revert-buffer (or anything else which kills all local variables).
20459
20460 * apropos.el (apropos-parse-pattern): Doc fix.
20461 Set apropos-regexp directly, rather than expecting callers to do so.
20462 (apropos-command, apropos, apropos-value, apropos-documentation):
20463 Simplify calls to apropos-parse-pattern.
20464
20465 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
20466
20467 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
20468 (hi-lock-face-phrase-buffer): Use hi-yellow face.
20469 (hi-lock-write-interactive-patterns): Use comment-region.
20470
20471 * longlines.el (longlines-mode): Add mail-setup-hook.
20472
20473 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
20474
20475 * simple.el (sendmail-user-agent-compose, next-line):
20476 Conditionally use hard-newline.
20477
20478 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
20479
20480 * international/latexenc.el (latex-inputenc-coding-alist):
20481 Reword doc string.
20482
20483 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
20484
20485 * help.el (describe-key-briefly, describe-key): Recognize default
20486 bindings.
20487
20488 2005-11-29 Romain Francoise <romain@orebokech.com>
20489
20490 * view.el (view-inhibit-help-message): New defcustom.
20491 (view-mode-enter): Use it.
20492
20493 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
20494
20495 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
20496 Preserve user position.
20497
20498 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
20499
20500 * font-lock.el: Throw error if facemenu is not loaded to prevent
20501 accidental change of loading order in loadup.el. (Suggested by RMS.)
20502
20503 * loadup.el: Add comment explaining why facemenu must be loaded
20504 before font-lock.
20505
20506 2005-11-28 Jay Belanger <belanger@truman.edu>
20507
20508 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
20509 (calc-dispatch-map): Add more keys for `calc-same-interface'.
20510
20511 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
20512
20513 * calc/calc-embed.el (calc-do-embedded): Update help message.
20514
20515 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
20516
20517 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
20518
20519 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
20520
20521 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
20522 called-interactively-p.
20523 (elp-profilable-p): Rename from elp-not-profilable-p.
20524 Invert result and take into account macros and autoloaded functions.
20525 (elp-instrument-function): Update call.
20526 (elp-instrument-package): Update call. Add completion.
20527 (elp-pack-number): Use match-string.
20528 (elp-results-jump-to-definition-by-mouse): Merge into
20529 elp-results-jump-to-definition and then remove.
20530 (elp-output-insert-symname): Make help echo text single-line.
20531
20532 * replace.el (query-replace-map): Move initialization into declaration.
20533 (occur-engine): Use with-current-buffer.
20534 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
20535 (occur-mode-mouse-goto): Replace with an alias.
20536
20537 2005-11-28 Juri Linkov <juri@jurta.org>
20538
20539 * simple.el (quoted-insert): Let-bind input-method-function to nil.
20540
20541 * term/w32-win.el: Bind [S-tab] to [backtab].
20542
20543 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
20544 `Info-find-file' to t.
20545
20546 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
20547 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
20548 and same-window-regexps.
20549 (occur-next-error): Don't move point for arg 0.
20550
20551 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
20552
20553 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
20554
20555 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
20556
20557 * log-edit.el (log-edit-changelog-use-first): New var.
20558 (log-edit-changelog-ours-p): Use it.
20559 (log-edit-insert-changelog): Set it with new arg `use-first'.
20560 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
20561 (log-edit-hook): Add them to the list of suggested options.
20562
20563 * textmodes/flyspell.el (flyspell-last-buffer): New var.
20564 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
20565 redundant work.
20566 (flyspell-mode-on): Use add-hook for after-change-functions.
20567 (flyspell-mode-off): Use remove-hook for after-change-functions.
20568 (flyspell-changes): Make it buffer-local.
20569 (flyspell-after-change-function): Make it non-interactive. Use push.
20570 (flyspell-post-command-hook): Check input-pending-p while processing
20571 the potentially long list of buffer changes.
20572
20573 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
20574
20575 * buff-menu.el (list-buffers-noselect): Display the selected
20576 frame's buffer list, not the global one.
20577
20578 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
20579
20580 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
20581 that (list last-input-event) works as in interactive spec.
20582
20583 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
20584
20585 * loadup.el ("facemenu"): Load facemenu before font-lock, because
20586 `facemenu-keymap' needs to be defined when font-lock is loaded.
20587 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
20588
20589 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
20590
20591 * completion.el: Remove useless leading * in defcustom docstrings.
20592 (save-completions-file-name): Use ~/.emacs.d if available.
20593 (completion-standard-syntax-table): Rename from
20594 cmpl-standard-syntax-table and fold initialization into declaration,
20595 thus removing cmpl-make-standard-completion-syntax-table.
20596 (completion-lisp-syntax-table, completion-c-syntax-table)
20597 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
20598 (cmpl-saved-syntax, cmpl-saved-point): Remove.
20599 (symbol-under-point, symbol-before-point)
20600 (symbol-under-or-before-point, symbol-before-point-for-complete)
20601 (add-completions-from-c-buffer): Use with-syntax-table.
20602 (make-completion): Don't return a list of completion entries.
20603 Update callers.
20604 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
20605 (completion-initialize): Rename from initialize-completions.
20606 (completion-find-file-hook): Rename from cmpl-find-file-hook.
20607 (kill-emacs-save-completions): Collect stats here.
20608 (save-completions-to-file, load-completions-from-file):
20609 Use with-current-buffer.
20610 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
20611 into a function. Move all calls to toplevel.
20612 (completion-lisp-mode-hook): New fun.
20613 (completion-c-mode-hook, completion-setup-fortran-mode):
20614 Set the syntax-table here. Use local-set-key.
20615 (completion-saved-bindings): New var.
20616 (dynamic-completion-mode): Make it into a proper minor mode.
20617 (load-completions-from-file): Remove unused var `num-uses'.
20618
20619 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
20620 constructor if it is explicitly overridden.
20621
20622 * complete.el (PC-completion-as-file-name-predicate):
20623 Use minibuffer-completing-file-name.
20624 (partial-completion-mode): Use find-file-not-found-functions.
20625 (PC-lisp-complete-symbol): Use with-syntax-table.
20626 (PC-look-for-include-file): Remove dead setq.
20627 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
20628 (PC-complete): Use with-current-buffer.
20629
20630 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
20631 escape single quotes.
20632
20633 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
20634
20635 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
20636 of `if' whose condition always returned nil. Doc fix.
20637
20638 * buff-menu.el (Buffer-menu-revert-function): Make the selected
20639 window's buffer the current buffer around the call to
20640 `list-buffers-noselect'. This is necessary to mark that buffer
20641 with a `.' in the Buffer Menu when called from Lisp, for instance
20642 by Auto Revert Mode.
20643
20644 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
20645
20646 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
20647 attaching to it.
20648 (gdb-pre-prompt): Make sure gdb-error is reset.
20649
20650 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
20651 with a child process, detect it.
20652 (gud-speedbar-buttons): Match regexp more carefully.
20653
20654 2005-11-27 Richard M. Stallman <rms@gnu.org>
20655
20656 * mouse.el (mouse-drag-move-window-bottom):
20657 Use adjust-window-trailing-edge.
20658
20659 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
20660
20661 * simple.el (blink-matching-open): Ignore
20662 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
20663 (blink-matching-paren-on-screen): Update docstring.
20664
20665 * paren.el (show-paren-mode): No longer change
20666 `blink-matching-paren-on-screen'.
20667
20668 2005-11-27 John Paul Wallington <jpw@pobox.com>
20669
20670 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
20671 (gdb-threads-select, gdb-edit-register-value):
20672 Use `posn-set-point' instead of `mouse-set-point' because the
20673 latter is not fbound when configured without X.
20674
20675 2005-11-27 Kim F. Storm <storm@cua.dk>
20676
20677 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
20678 existing face when partially highlighting a TAB in a rectangle.
20679
20680 2005-11-26 Kim F. Storm <storm@cua.dk>
20681
20682 * ido.el (ido-mode-map): Doc fix.
20683 (ido-mode-common-map, ido-mode-file-map)
20684 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
20685 (ido-define-mode-map): Rewrite. Select one of the new maps as
20686 parent for ido-mode-map instead of building from scratch.
20687 (ido-init-mode-maps): New defun to initialize new maps.
20688 (ido-mode): Call it.
20689 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
20690 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
20691
20692 2005-11-26 John Paul Wallington <jpw@pobox.com>
20693
20694 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
20695 `mouse-set-point' because the latter is not fbound when configured
20696 without X.
20697
20698 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
20699
20700 * files.el (file-relative-name): Doc fix.
20701
20702 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
20703
20704 * progmodes/octave-inf.el (inferior-octave-startup): Force a
20705 non-empty string for secondary prompt PS2.
20706
20707 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
20708
20709 * progmodes/compile.el (compilation-setup): Fix last change.
20710
20711 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
20712
20713 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
20714 (gdb-mouse-toggle-breakpoint-margin)
20715 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
20716 Add gdb-server-prefix to keep out of command history.
20717 (gdb-edit-register-value): New function.
20718 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
20719 (gdb-info-registers-custom): Use above map.
20720
20721 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
20722
20723 * custom.el (enable-theme): Signal error if argument is not a
20724 theme. Don't recalculate a face if it's not loaded yet.
20725
20726 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
20727 the `user' theme is in effect.
20728
20729 * info.el (Info-on-current-buffer): Record actual filename in
20730 Info-current-file, instead of t, or a fake filename if a non-file
20731 buffer. Make autoload.
20732 (Info-find-node, Info-revert-find-node): No need to check for
20733 Info-current-file nil.
20734 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
20735 Info-current-file is now never `t'.
20736 (Info-fontify-node): Many simplifications due to Info-current-file
20737 always being valid. Use Info-find-file to find node filename.
20738
20739 2005-11-25 David Kastrup <dak@gnu.org>
20740
20741 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
20742 new character, then delete" in order to preserve markers.
20743
20744 2005-11-25 David Ponce <david@dponce.com>
20745
20746 * recentf.el (recentf-arrange-by-rule): Handle a special
20747 `auto-mode-alist'-like "strip suffix" rule.
20748 (recentf-build-mode-rules): Handle second level auto-mode entries.
20749
20750 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
20751
20752 * emulation/viper-keym.el (viper-ESC-key): Use different values
20753 in terminal and window modes.
20754
20755 * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
20756 add jde-javadoc-checker-report-mode.
20757
20758 * ediff-wind.el (ediff-make-wide-display): Slight simplification.
20759
20760 * ediff.el (ediff-date): Change the date of last update.
20761
20762 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
20763
20764 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
20765 Use define-minor-mode, and make it a local mode. Turn on font-lock.
20766 (hi-lock-mode): New global minor mode.
20767 (turn-on-hi-lock-if-enabled): New function.
20768 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
20769 Change arguments to regexp and face instead of a font-lock pattern.
20770 Directly set face property, instead of refontifying.
20771 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
20772 (hi-lock-find-patterns): Use line-number-at-pos.
20773
20774 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
20775 arguments for hi-lock-set-pattern.
20776 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
20777 Call font-lock-fontify-buffer.
20778 (hi-lock-find-file-hook, hi-lock-current-line)
20779 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
20780
20781 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
20782 turned off.
20783
20784 * progmodes/compile.el (compilation-setup): Don't fiddle with
20785 font-lock-defaults.
20786
20787 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
20788
20789 * progmodes/gdb-ui.el (gdb-var-create-handler)
20790 (gdb-var-list-children-handler): Find values for all variable
20791 objects. gud-speedbar-buttons decides whether to display them.
20792
20793 2005-11-24 Romain Francoise <romain@orebokech.com>
20794
20795 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
20796 buffer name with a space.
20797
20798 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
20799
20800 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
20801 `org-export-local-list-max-depth'. Change default value to 3.
20802 (org-auto-renumber-ordered-lists)
20803 (org-plain-list-ordered-item-terminator): New options.
20804 (org-at-item-p, org-beginning-of-item, org-end-of-item)
20805 (org-get-indentation, org-get-string-indentation)
20806 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
20807 New functions.
20808 (org-move-item-down, org-move-item-up): New commands.
20809 (org-export-as-html): New classes for CSS support. Bug fix in
20810 regular expression detecting fixed-width regions. Respect
20811 `org-local-list-ordered-item-terminator'.
20812 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
20813 also a list item.
20814 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
20815 New item moving functions.
20816
20817 2005-11-24 Juri Linkov <juri@jurta.org>
20818
20819 * isearch.el (isearch-repeat): With empty search ring set
20820 `isearch-error' to the error string instead of signaling error
20821 with the function `error'.
20822
20823 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20824
20825 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
20826
20827 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
20828
20829 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
20830 and variable.
20831 (gdb-var-create-handler, gdb-var-list-children-handler):
20832 Don't match on "char **...".
20833 (gdb-var-update-handler): Find values for all variable objects.
20834 (gdb-info-frames-custom): Identify frames by leading "#".
20835
20836 * progmodes/gud.el (gud-speedbar-menu-items): Add
20837 gdb-speedbar-auto-raise as radio button.
20838 (gud-speedbar-buttons): Raise speedbar if requested.
20839 Don't match on "char **...".
20840 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
20841 Make it editable.
20842
20843 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
20844
20845 * info.el (Info-fontify-node): Handle the case where
20846 Info-current-file is t.
20847
20848 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
20849
20850 * simple.el (blink-matching-open): Fix off-by-one in last change.
20851
20852 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20853
20854 * term/mac-win.el: Don't change default directory.
20855
20856 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
20857
20858 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
20859 buffers correctly. (It used to throw an error in such buffers.)
20860 Make it ask for confirmation in group buffers and other Custom
20861 buffers containing more than one customization item.
20862
20863 2005-11-22 John Paul Wallington <jpw@gnu.org>
20864
20865 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
20866 property on mail and url overlays.
20867 (goto-address-at-point): Use `posn-set-point' instead of
20868 `mouse-set-point' because the latter is not fbound when configured
20869 without X.
20870
20871 2005-11-22 Lars Hansen <larsh@soem.dk>
20872
20873 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
20874 (ls-lisp-classify, ls-lisp-format): Delete call to
20875 ls-lisp-parse-symlink.
20876 (ls-lisp-handle-switches): Handle symlinks to directories as
20877 directories when ls-lisp-dirs-first in non-nil.
20878
20879 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
20880
20881 * startup.el (command-line): Make sure that loaddefs.el is handled
20882 correctly in load-history.
20883
20884 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
20885
20886 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
20887 (gdb-struct-string, gdb-array-string): New constants.
20888 (gdb-info-locals-handler): Use them.
20889 (gdb-reset): Reset gdb-var-list to nil.
20890
20891 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
20892
20893 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
20894 in patterns.
20895
20896 2005-11-21 Juri Linkov <juri@jurta.org>
20897
20898 * custom.el (defcustom): Update link types in docstring.
20899
20900 2005-11-20 Martin Rudalics <rudalics@gmx.at>
20901
20902 * custom.el (defgroup): Add doc-string-elt info.
20903
20904 * widget.el (define-widget): Don't use declare for the doc-string-elt.
20905
20906 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
20907
20908 * newcomment.el (comment-enter-backward): Fix last fix.
20909
20910 * simple.el (blink-matching-open):
20911 * paren.el (show-paren-function): Allow new paren-class info.
20912
20913 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
20914
20915 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
20916 handled automagically.
20917
20918 2005-11-20 Andreas Schwab <schwab@suse.de>
20919
20920 * descr-text.el (describe-char): When copying overlays put them
20921 over the full char description instead of just the first character
20922 of it.
20923
20924 2005-11-20 Juri Linkov <juri@jurta.org>
20925
20926 * simple.el (what-cursor-position):
20927 * descr-text.el (describe-char): Use Lisp-readable syntax
20928 for octal and hex. Reorder decimal, octal and hex values.
20929 Remove excess whitespace in the output. Use `=' in `column='
20930 like in `point=' and `Hscroll='.
20931
20932 * international/mule-cmds.el (encoded-string-description):
20933 Use Lisp-readable syntax for hex.
20934
20935 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
20936
20937 * newcomment.el (comment-enter-backward): Handle the case where the
20938 comment is closed by EOB.
20939
20940 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
20941
20942 * longlines.el (longlines-before-revert-hook)
20943 (longlines-after-revert-hook): New functions.
20944 (longlines-mode): Turn off longlines temporarily when reverting.
20945 Add a message-setup-hook.
20946 (longlines-decode-buffer): New function.
20947 (longlines-wrap-line): Preserve marker positions.
20948
20949 2005-11-19 Andreas Schwab <schwab@suse.de>
20950
20951 * emacs-lisp/shadow.el: Handle compressed files.
20952
20953 2005-11-19 Romain Francoise <romain@orebokech.com>
20954
20955 * net/browse-url.el (browse-url-default-browser): Signal an error
20956 if no usable browser can be found, rather than try to load w3.
20957
20958 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
20959
20960 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
20961 replacing existing properties.
20962 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20963 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
20964 tty specs.
20965 (rcirc-server-prefix, rcirc-server): New faces.
20966 (rcirc-url-regexp): Generate with rx macro.
20967 (rcirc-last-server-message-time): New variable.
20968 (rcirc-filter): Record time of last message.
20969 (rcirc-keepalive): Kill processes that did not send a message
20970 since the last ping.
20971 (rcirc-mode): Give rcirc-topic a local binding here.
20972
20973 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
20974
20975 * subr.el (read-passwd): Fontify the prompt as we do with other
20976 prompts.
20977
20978 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
20979
20980 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
20981 binding buffer-read-only to nil.
20982
20983 2005-11-19 Eli Zaretskii <eliz@gnu.org>
20984
20985 * complete.el (partial-completion-mode):
20986 Mention completion-auto-help in the doc string.
20987
20988 * man.el (Man-highlight-references): Doc fix. Reformat code in a
20989 more Lisp-ish way.
20990
20991 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
20992
20993 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
20994 digits, not 8, to avoid misalignment for files larger than 100MB.
20995
20996 2005-11-19 Eli Zaretskii <eliz@gnu.org>
20997
20998 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
20999 Mention "keyboard shortcuts" in the help text.
21000
21001 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21002
21003 * startup.el (fancy-splash-default-action): Discard only
21004 mouse-down and succeeding mouse-up events in the splash screen
21005 window so that drag-n-drop event can be processed.
21006
21007 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
21008
21009 * longlines.el (longlines-mode): Add hacks for mail-mode and
21010 message-mode.
21011
21012 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
21013
21014 * textmodes/org.el (org-table-sort-lines): New command.
21015 (org-tbl-menu): Add entry for `org-table-sort-lines'.
21016 (org-add-file): Command removed, use `org-agenda-file-to-front'
21017 instead.
21018 (org-export-icalendar): Use `org-icalendar-combined-name'.
21019 (org-cycle-agenda-files, org-agenda-file-to-end)
21020 (org-agenda-file-to-front): New commands.
21021 (org-table-tab-jumps-over-hlines, org-export-html-style):
21022 New options.
21023 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
21024 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
21025 New functions.
21026 (org-fill-paragraph): Call `org-table-align' in tables.
21027 (org-mode): Call `org-set-autofill-regexps'.
21028 (org-export-as-html): Support for local handformatted lists.
21029 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
21030 (org-export-local-list-max-depth): New option.
21031 (org-html-expand): Use `org-html-protect'.
21032
21033 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
21034
21035 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
21036 to "p".
21037 (gdb): Move definition of gud-pp to...
21038
21039 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
21040 speedbar.
21041 (gdb-find-watch-expression): New function.
21042
21043 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
21044
21045 * faces.el (face-attribute, set-face-attribute): Mention existence
21046 of `:ignore-defface' setting in docstring.
21047
21048 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
21049
21050 * simple.el (completion-setup-function): Fix last change.
21051
21052 2005-11-17 John Paul Wallington <jpw@pobox.com>
21053
21054 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
21055 Use `posn-set-point' instead of `mouse-set-point' because the
21056 latter is not fbound when configured without X.
21057
21058 * comint.el (comint-insert-input): Likewise.
21059
21060 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
21061
21062 * simple.el (hard-newline): New variable.
21063 (sendmail-user-agent-compose, next-line): Use it.
21064
21065 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
21066 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
21067 (mail-mail-reply-to, mail-mail-followup-to)
21068 (mail-position-on-field, mail-signature, mail-yank-original)
21069 (mail-attach-file): Likewise.
21070
21071 * mail/mailheader.el (mail-header-format)
21072 (mail-header-format-function): Likewise.
21073
21074 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
21075
21076 2005-11-17 Juri Linkov <juri@jurta.org>
21077
21078 * font-lock.el (font-lock-faces): Rename this defgroup from
21079 `font-lock-highlighting-faces'.
21080 (font-lock-comment-face, font-lock-comment-delimiter-face)
21081 (font-lock-string-face, font-lock-doc-face)
21082 (font-lock-keyword-face, font-lock-builtin-face)
21083 (font-lock-function-name-face, font-lock-variable-name-face)
21084 (font-lock-type-face, font-lock-constant-face)
21085 (font-lock-warning-face, font-lock-negation-char-face)
21086 (font-lock-preprocessor-face)
21087 (font-lock-regexp-grouping-backslash)
21088 (font-lock-regexp-grouping-construct): Rename :group from
21089 `font-lock-highlighting-faces' to `font-lock-faces'.
21090
21091 * cus-edit.el (lisp, c, tex):
21092 * progmodes/ada-mode.el (ada):
21093 * progmodes/asm-mode.el (asm):
21094 * progmodes/cperl-mode.el (cperl-faces):
21095 * progmodes/cpp.el (cpp):
21096 * progmodes/dcl-mode.el (dcl):
21097 * progmodes/f90.el (f90):
21098 * progmodes/fortran.el (fortran):
21099 * progmodes/icon.el (icon):
21100 * progmodes/idlwave.el (idlwave-misc):
21101 * progmodes/m4-mode.el (m4):
21102 * progmodes/make-mode.el (makefile):
21103 * progmodes/meta-mode.el (meta-font):
21104 * progmodes/modula2.el (modula2):
21105 * progmodes/octave-mod.el (octave):
21106 * progmodes/pascal.el (pascal):
21107 * progmodes/perl-mode.el (perl):
21108 * progmodes/prolog.el (prolog):
21109 * progmodes/ps-mode.el (PostScript-edit):
21110 * progmodes/scheme.el (scheme):
21111 * progmodes/sh-script.el (sh-script):
21112 * progmodes/simula.el (simula):
21113 * progmodes/tcl.el (tcl):
21114 * textmodes/nroff-mode.el (nroff):
21115 * textmodes/reftex-vars.el (reftex-fontification-configurations):
21116 * textmodes/sgml-mode.el (sgml):
21117 * textmodes/texinfo.el (texinfo):
21118 Add :link (custom-group-link font-lock-faces) to defgroup.
21119
21120 * hi-lock.el (hi-lock): Rename this defgroup from
21121 `hi-lock-interactive-text-highlighting'. Change parent group from
21122 `faces' to `font-lock'. Add link to the manual.
21123 (hi-lock-mode, hi-lock-file-patterns-range)
21124 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
21125 `hi-lock-interactive-text-highlighting' to `hi-lock'.
21126 (hi-lock-faces): Add :group `faces'.
21127
21128 * cus-edit.el (custom-variable-prompt): Clarify the code.
21129
21130 * faces.el (face-read-string): Set the default value arg of
21131 completing-read.
21132
21133 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
21134
21135 * rfn-eshadow.el (file-name-shadow-properties)
21136 (file-name-shadow-tty-properties, file-name-shadow-mode):
21137 Remove autoloads, because the file is now preloaded.
21138
21139 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21140
21141 * printing.el (easy-menu-intern): Don't define.
21142 (pr-get-symbol): Use easy-menu-intern only if defined.
21143
21144 * simple.el (blink-matching-open): Simplify a bit.
21145 (completion-setup-function): Fix the case of partial-completion-mode
21146 when the minibuffer's contents start with "-".
21147 Obey completion-base-size-function even when
21148 minibuffer-completing-file-name is non-nil.
21149
21150 2005-11-16 Richard M. Stallman <rms@gnu.org>
21151
21152 * net/eudcb-ph.el (eudc-ph-open-session):
21153 Use set-process-query-on-exit-flag.
21154
21155 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
21156
21157 * international/ucs-tables.el (ucs-set-table-for-input):
21158 Use make-local-variable, not make-variable-buffer-local.
21159
21160 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
21161 Improve warning message text.
21162
21163 * savehist.el (savehist-save-hook): Add :group.
21164
21165 * menu-bar.el (menu-bar-help-menu):
21166 Rename Find Extra Packages to External Packages.
21167
21168 * cus-edit.el (Custom-reset-standard): Verify that
21169 :custom-standard-value prop exists before calling it.
21170
21171 * apropos.el (apropos-calc-scores): Use apropos-pattern.
21172
21173 2005-11-16 Martin Rudalics <rudalics@gmx.at>
21174
21175 * wid-edit.el (color): Enclose %t in %{...%}.
21176
21177 * cus-edit.el (face): Enclose %t in %{...%}.
21178
21179 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
21180
21181 * savehist.el (savehist-mode-hook): Re-add the var.
21182 (savehist-mode): Use it.
21183
21184 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21185
21186 * textmodes/flyspell.el: Fix commenting convention.
21187 Remove unnecessary leading * in custom docstrings.
21188 (flyspell-emacs): Remove unused var.
21189 (flyspell-delete-region-overlays): Use remove-overlays.
21190 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
21191 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
21192 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
21193 (flyspell-debug-signal-word-checked): Use with-current-buffer.
21194 (make-flyspell-overlay): Don't locally reuse a global name.
21195 (flyspell-highlight-incorrect-region)
21196 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
21197 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
21198 (flyspell-notify-misspell): Remove unused args `start' and `end'.
21199 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
21200 Wrap calls to accept-process-output inside with-local-quit since it's
21201 often called from a post-command-hook.
21202 (flyspell-correct-word, flyspell-auto-correct-word):
21203 Use ispell-send-string.
21204 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
21205
21206 * calendar/diary-lib.el (diary-list-entries): Also hide the
21207 terminating newline.
21208
21209 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
21210
21211 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
21212 window-system, to allow fonts on tty.
21213
21214 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
21215
21216 * progmodes/gud.el (gud-speedbar-item-info): New function.
21217 (gud-install-speedbar-variables): Use it to display data type
21218 of watch expression as a tooltip in speedbar.
21219
21220 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
21221
21222 * font-core.el (global-font-lock-mode): Add :version keyword,
21223 because default was changed.
21224
21225 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
21226
21227 * startup.el (command-line): Use `custom-reevaluate-setting' for
21228 `file-name-shadow-mode'.
21229
21230 * loadup.el: Preload rfn-eshadow.
21231
21232 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
21233 Add :version keyword.
21234 (file-name-shadow-properties, file-name-shadow-tty-properties)
21235 (file-name-shadow): Add :version keyword.
21236
21237 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
21238 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
21239 in the custom-group property of the symbol frames and the fringe
21240 group got no link to its parent group frames.
21241 Doc fix.
21242
21243 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21244
21245 * progmodes/gud.el (gud-stop-subjob): New function.
21246 (gud-menu-map, gud-tool-bar-map): Use it.
21247
21248 2005-11-16 Kim F. Storm <storm@cua.dk>
21249
21250 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
21251 than kill it.
21252 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
21253 to a more useful/logical place.
21254
21255 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21256
21257 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
21258 go buttons complementary.
21259
21260 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
21261
21262 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
21263 (rfn-eshadow-sifn-equal): New function.
21264 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
21265
21266 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
21267
21268 * emulation/viper-utils.el (viper-non-word-characters-reformed-vi):
21269 Quote `-' in string.
21270
21271 * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
21272 rcirc-mode buffers come up in Emacs state.
21273
21274 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
21275 operation.
21276
21277 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
21278
21279 * term.el (term-termcap-format): Fix typos.
21280 (term-down): Fix the negative argument case.
21281
21282 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21283
21284 * progmodes/gdb-ui.el: Remove face-alias left over from change on
21285 2005-08-15.
21286 (gdb-ann3): New command gud-go.
21287 (menu): Accomodate gdb-mi.el.
21288 (gdb-assembler-custom): Make buffer of selected window current
21289 so that set-window-point works.
21290
21291 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
21292 buttons and include new ones.
21293
21294 2005-11-16 Kim F. Storm <storm@cua.dk>
21295
21296 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
21297 (gud-menu-map): Use it.
21298
21299 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
21300
21301 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
21302 that works correctly for Custom and that does not override a user
21303 who disables it.
21304
21305 * help-mode.el (help-make-xrefs, help-xref-on-pp)
21306 (help-xref-interned, help-follow): Make hyperlinks for variables
21307 that are unbound, but have a non-nil variable-documentation property.
21308
21309 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
21310 mode hook. (It conflicted with defcustoms for some mode hooks.)
21311 Use the `variable-documentation' property to give the mode hook a
21312 docstring and expand that docstring.
21313
21314 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
21315
21316 * savehist.el (savehist-mode): Don't bother with
21317 `custom-set-minor-mode'.
21318 (savehist-coding-system): Check XEmacs version.
21319 (history-length): Declare also at run time.
21320 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
21321 Don't set the customize state.
21322 (savehist-minibuffer-hook): Special case for when
21323 minibuffer-history-variable is equal to t.
21324
21325 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
21326
21327 * files.el (write-file): Refresh VC status.
21328
21329 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
21330 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
21331 than fundamental-mode to see if the mode was set.
21332
21333 2005-11-14 Romain Francoise <romain@orebokech.com>
21334
21335 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
21336 dummy function in `eval-when-compile' to avoid compiler warning.
21337 Require `man' at compile time.
21338
21339 2005-11-14 Jay Belanger <belanger@truman.edu>
21340
21341 * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
21342 calcFunc-powerexpand.
21343 (math-write-out-power): Rename it to math-powerexpand; have it
21344 handle negative exponents.
21345 (calc-writeoutpower): Rename it to calc-powerexpand.
21346
21347 * calc/calc-ext.el: Change calcFunc-writeoutpower and
21348 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
21349 autoloads.
21350 Add calcFunc-ldiv to autoloads.
21351
21352 * calc/calc-arith.el (calcFunc-ldiv): New function.
21353
21354 * calc/calc.el (calc-left-divide): New function.
21355
21356 2005-11-14 Juri Linkov <juri@jurta.org>
21357
21358 * cus-edit.el (custom-variable-prompt): Set the default value arg
21359 of completing-read.
21360
21361 * cus-dep.el (custom-make-dependencies): Reverse the list of
21362 found dependencies.
21363
21364 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
21365
21366 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
21367 Highlighting" entry, it is on by default now.
21368 (menu-bar-options-save): Do not save global-font-lock-mode.
21369
21370 2005-11-13 Richard M. Stallman <rms@gnu.org>
21371
21372 * textmodes/flyspell.el (flyspell-large-region):
21373 Call flyspell-accept-buffer-local-defs.
21374
21375 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
21376
21377 * textmodes/flyspell.el (flyspell-notify-misspell):
21378 Fix misspelling of "Misspelling".
21379 (flyspell-process-localwords): New function.
21380 (flyspell-large-region): Call flyspell-process-localwords and
21381 flyspell-delete-region-overlays.
21382 (flyspell-delete-region-overlays): New function.
21383 (flyspell-delete-all-overlays): Call that.
21384
21385 2005-11-13 Richard M. Stallman <rms@gnu.org>
21386
21387 * help.el (help-for-help-internal): Improve doc of C-h a.
21388 (describe-key): Improve prompt; doc fix.
21389
21390 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
21391
21392 * vc-svn.el (vc-svn-registered): Catch all errors.
21393
21394 * cus-dep.el (custom-make-dependencies): Typo.
21395
21396 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
21397
21398 * net/tramp-util.el (top): Fix compilation warning.
21399
21400 2005-11-13 Kim F. Storm <storm@cua.dk>
21401
21402 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
21403
21404 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
21405
21406 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
21407 (gud-speedbar-buttons): Match on "const char *" too.
21408
21409 * progmodes/gdb-ui.el (gdb-var-create-handler)
21410 (gdb-var-list-children-handler): Match on "const char *" too.
21411 (gdb-var-evaluate-expression-handler): Match on empty string.
21412 (gdb-var-update-handler): Only call
21413 gdb-var-evaluate-expression-handler when required.
21414
21415 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
21416
21417 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
21418 selected window. This still doesn't work for speedbar.
21419 (gud-speedbar-buttons): Handle string expressions properly.
21420
21421 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
21422 (gdb-var-create-handler): Handle string expressions properly.
21423 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
21424 Handle string expressions properly. Move "type" field into regexp.
21425
21426 2005-11-12 Karl Fogel <kfogel@red-bean.com>
21427
21428 * bookmark.el (bookmark-maybe-message): New function to reduce
21429 code duplication: invokes `message' iff baud-rate is high enough.
21430 (bookmark-write-file): Use above instead of an inline conditional.
21431 (bookmark-load): Same.
21432
21433 2005-11-12 Karl Fogel <kfogel@red-bean.com>
21434
21435 * bookmark.el (bookmark-write-file): Don't visit the destination
21436 file, just write the data to it using write-region. This is
21437 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
21438 change to avoid visiting the file in the first place.
21439
21440 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
21441
21442 * hi-lock.el (hi-lock-mode): Set the default value of
21443 font-lock-defaults.
21444
21445 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
21446
21447 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
21448 arg to `file-attributes'.
21449 (find-lisp-format): The UID and GID can now be strings.
21450
21451 2005-11-12 Kim F. Storm <storm@cua.dk>
21452
21453 * help.el (help-map): Bind C-h d to apropos-documentation.
21454
21455 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
21456 when point is at end-of-buffer.
21457
21458 * apropos.el (apropos-match-face): Doc fix.
21459 (apropos-sort-by-scores): Add new choice `verbose'.
21460 (apropos-documentation-sort-by-scores): New defcustom.
21461 (apropos-pattern): Now contains the pattern entered by the user.
21462 (apropos-pattern-quoted): New defvar.
21463 (apropos-regexp): New defvar, containing the regexp corresponding
21464 to apropos-pattern.
21465 (apropos-all-words-regexp): Rename from apropos-all-regexp.
21466 (apropos-read-pattern): New defun. Use it to read pattern arg in
21467 interactive calls; returns list of words for a word list, and
21468 string for a regexp.
21469 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
21470 parses a list of words or regexp as returned by apropos-read-pattern.
21471 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
21472 (apropos-score-doc): Return a very high score if the string
21473 entered by the user matches literally.
21474 (apropos-variable): Doc fix. Use apropos-read-pattern.
21475 (apropos-command): Doc fix. Use apropos-read-pattern and
21476 apropos-parse-pattern. Call apropos-print with nosubst=t.
21477 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
21478 apropos-parse-pattern.
21479 (apropos-documentation): Doc fix. Use apropos-read-pattern and
21480 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
21481 apropos-documentation-sort-by-scores. Call apropos-print with
21482 nosubst=t.
21483 (apropos-documentation-internal): Pass doc string through
21484 substitute-key-definition before adding text properties.
21485 Highlight substring matching literal user input if possible.
21486 (apropos-documentation-check-doc-file): Remove locals beg and end.
21487 Fix calculation of score (as added twice). Pass doc string through
21488 substitute-key-definition before adding text properties.
21489 (apropos-documentation-check-elc-file): Pass doc string through
21490 substitute-key-definition before adding text properties.
21491 Highlight substring matching literal user input if possible.
21492 (apropos-print): Add new arg NOSUBST; if set, command and variable
21493 doc strings have already been passed through substitute-key-definition.
21494 Add code to handle apropos-accumulator items without score element
21495 for backwards compatibility (e.g. with woman package).
21496 Only show scores if apropos-sort-by-scores is `verbose'.
21497
21498 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21499
21500 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
21501 Add jka-compr-load-suffixes to load-suffixes.
21502
21503 * jka-compr.el: Require jka-cmpr-hook.
21504 (jka-compr-info-compress-message, jka-compr-info-compress-program)
21505 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
21506 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
21507 (jka-compr-info-can-append, jka-compr-info-strip-extension)
21508 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
21509 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
21510 (jka-compr-uninstall): Remove entries from
21511 jka-compr-added-to-file-coding-system-alist after they are used.
21512 (jka-compr-error): Remove unused var `curbuf'.
21513 (jka-compr-file-local-copy): Remove unused var `notfound'.
21514
21515 2005-11-10 Romain Francoise <romain@orebokech.com>
21516
21517 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
21518
21519 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
21520
21521 * progmodes/gud.el (gud-menu-map): Move parentheses.
21522 (gdb): New command gud-pv.
21523
21524 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21525
21526 * tar-mode.el: Remove spurious or unnecessary leading stars
21527 in docstrings.
21528 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
21529 (tar-parse-octal-integer-safe): Use mapc.
21530 (tar-header-block-summarize): Remove unused var `ck'.
21531 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
21532 cleared before. Obey default-enable-multibyte-characters.
21533 Use mapconcat. Simplify setting of tar-header-offset.
21534 (tar-mode-map): Move initialization inside delcaration.
21535 (tar-flag-deleted): Use `abs'.
21536 (tar-expunge-internal): Remove unused var `line'.
21537 (tar-expunge-internal): Don't hardcode point-min==1.
21538 (tar-expunge): Widen while doing set-buffer-multibyte.
21539 (tar-rename-entry): Use file-name-coding-system.
21540 (tar-alter-one-field): Don't hardcode point-min==1.
21541 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
21542 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
21543
21544 2005-11-10 Masatake YAMATO <jet@gyve.org>
21545
21546 * add-log.el (add-log-current-defun): Handle class::method
21547 notation of c++. Fix incorrect comment.
21548
21549 2005-11-10 Alan Mackenzie <acm@muc.de>
21550
21551 * help-fns.el (describe-variable): Make C-h v work when a variable
21552 has variable documentation yet is unbound.
21553
21554 2005-11-10 Masatake YAMATO <jet@gyve.org>
21555
21556 * man.el (Man-highlight-references): Set an empty
21557 string to `Man-arguments' if it is nil.
21558 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
21559
21560 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
21561
21562 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
21563 commenting conventions.
21564
21565 * cus-dep.el (custom-make-dependencies): Simplify.
21566 Better follow the commenting conventions.
21567
21568 2005-11-09 Richard M. Stallman <rms@gnu.org>
21569
21570 * apropos.el (apropos-pattern): Rename from apropos-regexp.
21571 (apropos-orig-pattern): Rename from apropos-orig-regexp.
21572 All uses changed.
21573 (apropos-rewrite-regexp): Doc fix.
21574 (apropos-variable, apropos-command, apropos, apropos-value):
21575 Change prompt; carry through the argument renaming.
21576
21577 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
21578
21579 * find-lisp.el: Require dired.
21580 (find-lisp-find-dired-internal): Do not call
21581 `abbreviate-file-name' on DIR.
21582
21583 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
21584
21585 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
21586
21587 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
21588
21589 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
21590 when using the speedbar.
21591 (gdb): New command gud-pp.
21592 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
21593
21594 2005-11-09 Juri Linkov <juri@jurta.org>
21595
21596 * replace.el (occur-excluded-properties): New defcustom.
21597 (occur-1, occur-engine, occur-accumulate-lines): Use it.
21598
21599 2005-11-08 Jay Belanger <belanger@truman.edu>
21600
21601 * calc/calc-units.el (math-convert-units): Replace any composite
21602 unit by its definition.
21603
21604 2005-11-08 Lars Hansen <larsh@soem.dk>
21605
21606 * emacs-lisp/autoload.el (update-directory-autoloads):
21607 Add obsolete function alias.
21608
21609 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
21610
21611 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
21612 comment-indent-function.
21613 (lisp-comment-indent): Replace by an alias for comment-indent-default.
21614
21615 * reveal.el (reveal-post-command): Rework the handling of
21616 reveal-open-spots, so as to be more reliable. There were several
21617 tricky corner cases where an open spot might be lost, or where
21618 a closed spot might end up on the list of open spots.
21619 Only reveal text that's ellipsised.
21620
21621 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
21622
21623 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
21624
21625 2005-11-07 John Paul Wallington <jpw@gnu.org>
21626
21627 * ibuffer.el (ibuffer): Search iconified frames too when
21628 getting Ibuffer buffer's window.
21629
21630 2005-11-06 Richard M. Stallman <rms@gnu.org>
21631
21632 * progmodes/compile.el (compilation-internal-error-properties):
21633 save-excursion around the computation of MARKER.
21634
21635 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
21636
21637 * textmodes/flyspell.el (flyspell-external-point-words):
21638 flyspell-get-word returns a list, not just a string.
21639
21640 2005-11-06 John Paul Wallington <jpw@pobox.com>
21641
21642 * ibuffer.el (ibuffer): Search all visible frames when getting
21643 Ibuffer buffer's window.
21644
21645 2005-11-07 Masatake YAMATO <jet@gyve.org>
21646
21647 * man.el (Man-reference-regexp): Accept spaces between
21648 `Man-name-regexp' and `Man-section-regexp'.
21649 (Man-apropos-regexp): New variable.
21650 (Man-abstract-xref-man-page): Use value for `Man-target-string'
21651 if available.
21652 (Man-highlight-references, Man-highlight-references0):
21653 Handle the case when `Man-arguments' includes "-k".
21654 (Man-highlight-references0): Rename the argument `TARGET-POS' to
21655 `TARGET'. `TARGET' can be a number, function or nil.
21656
21657 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
21658
21659 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
21660 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
21661 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
21662 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
21663 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
21664 (gdb-send-item): Use buffer-local-value and simplify.
21665
21666 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
21667
21668 * startup.el (command-line): Use `custom-reevaluate-setting' for
21669 `global-font-lock-mode'.
21670
21671 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
21672 by default, except in batch mode or when the -D option is given.
21673
21674 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
21675 specified keyword args on to `define-minor-mode'. Update docstring.
21676
21677 2005-11-05 Romain Francoise <romain@orebokech.com>
21678
21679 * replace.el (occur-engine): Add marker at end of line, too.
21680
21681 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
21682
21683 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21684 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21685 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21686 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21687 argument to all these routines, so the passphrase can be managed
21688 externally and passed in to the system.
21689 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21690 pgg-add-passphrase-to-cache function.
21691
21692 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21693 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
21694 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
21695 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
21696 argument to all these routines, so the passphrase can be managed
21697 externally and passed in to the system.
21698 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
21699 function.
21700
21701 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
21702
21703 * font-lock.el: Don't deal with font-lock-face-attributes here,
21704 move the code ...
21705
21706 * startup.el (command-line): ... here. Use face-spec-set instead
21707 of custom-declare-face.
21708
21709 * faces.el (face-spec-set): Reset the face if spec is not nil.
21710
21711 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
21712
21713 * newcomment.el (comment-region-internal): Box more tightly in the
21714 common case where there's no TAB in the boxed text.
21715
21716 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21717
21718 * info.el (info-tool-bar-map): Use images prev-node, next-node and
21719 up-node.
21720
21721 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
21722
21723 * net/newsticker.el: Commentary updated. Code formatting changed.
21724 (newsticker-version): Change to "1.9".
21725 (newsticker, newsticker-feed): Doc fix.
21726 (newsticker-url-list): Doc fix. Add option "Weekly".
21727 (newsticker-retrieval-interval): Add option "Weekly".
21728 (newsticker-headline-processing): Doc fix.
21729 (newsticker-auto-mark-filter): Remove.
21730 (newsticker-auto-mark-filter-list): New.
21731 (newsticker-layout, newsticker-sort-method): Doc fix.
21732 (newsticker-hide-old-items-in-newsticker-buffer)
21733 (newsticker-heading-format, newsticker-item-format)
21734 (newsticker-desc-format): Doc fix.
21735 (newsticker-show-all-rss-elements): Remove.
21736 (newsticker-show-all-news-elements): New.
21737 (newsticker-faces, newsticker-ticker): Doc fix.
21738 (remove-from-invisibility-spec): Code formatting.
21739 (newsticker--process-ids): New.
21740 (newsticker-mode): Doc fix.
21741 (newsticker-mode): Change mode-line-format.
21742 (newsticker-start): Remove debug output.
21743 (newsticker-start-ticker): Doc fix. Add autoload cookie.
21744 (newsticker-w3m-show-inline-images): Code formatting.
21745 (newsticker-next-item): Call `force-mode-line-update'.
21746 (newsticker-previous-item): Call `force-mode-line-update'.
21747 (newsticker-next-feed): Call `force-mode-line-update'.
21748 (newsticker-previous-feed): Call `force-mode-line-update'.
21749 (newsticker-mark-all-items-at-point-as-read): Code formatting.
21750 (newsticker-show-old-items): Do not show descs.
21751 (newsticker-hide-entry): Hide too much.
21752 (newsticker-hide-entry, newsticker-show-entry)
21753 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
21754 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
21755 (newsticker-toggle-auto-narrow-to-item): Code formatting.
21756 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
21757 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
21758 (newsticker-get-news): Call `force-mode-line-update'.
21759 Collect process ids.
21760 (newsticker--sentinel): Change coding system handling.
21761 Move image retrieval to new functions newsticker--get-logo-url-*.
21762 Move feed parsing to new functions newsticker--parse-*.
21763 Update list of process ids.
21764 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
21765 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
21766 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
21767 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
21768 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21769 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
21770 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
21771 (newsticker--decode-coding-string): Remove.
21772 (newsticker--decode-numeric-entities): Check input. Format code.
21773 (newsticker--remove-whitespace): Check input.
21774 (newsticker--do-forget-preformatted): Doc fix.
21775 (newsticker--decode-rfc822-date): Allow for missing time.
21776 (newsticker--update-process-ids): New.
21777 (newsticker--image-sentinel): Change comment.
21778 (newsticker--image-read): Change error message.
21779 (newsticker--imenu-goto): Doc fix. Show headline title.
21780 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
21781 (newsticker--buffer-do-insert-text): Clean whitespace in
21782 html-rendered headline title. Code formatting.
21783 Call `newsticker--buffer-print-extra-elements'.
21784 (newsticker--buffer-print-extra-element): Remove.
21785 (newsticker--buffer-print-extra-elements): New.
21786 (newsticker--buffer-do-print-extra-element): New.
21787 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
21788 large sizes.
21789 (newsticker--run-auto-mark-filter)
21790 (newsticker--do-run-auto-mark-filter):
21791 Use `newsticker-auto-mark-filter-list'.
21792
21793 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
21794
21795 * net/rcirc.el: Use split-string OMIT-NULLS argument.
21796 (rcirc-print): Force redisplay before running hooks. Do long
21797 buffer truncation after making new text read-only. Deal with nil
21798 text when decoding strings. If TARGET is nil, use either the
21799 currently selected buffer, if it is an rcirc buffer and of the
21800 same process or the process buffer.
21801 (rcirc-mode): Remove header-line. Recompute short buffer names.
21802 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
21803 (rcirc-short-buffer-name): Add variable.
21804 (rcirc-kill-buffer-hook): Recompute short buffer names.
21805 Remove nick from private channel.
21806 (rcirc-send-input): Send command text to current-buffer.
21807 Don't clear overlay arrow here.
21808 (rcirc-short-buffer-name): Return a short buffer name.
21809 (rcirc-update-short-buffer-names, rcirc-abbreviate)
21810 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
21811 buffer-name abbreviations.
21812 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
21813 Do not touch nick-table when killing a parted channel.
21814 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
21815 Clear arrow from current buffer if it is now hidden.
21816 (rcirc-current-buffer): Add variable.
21817 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
21818 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
21819 Remove -face from names.
21820 (rcirc-update-activity-string): Print "DND" when globally ignoring
21821 activity.
21822 (rcirc-ignore-buffer-activity-flag): Rename from
21823 rcirc-ignore-channel-activity.
21824 (rcirc-ignore-all-activity-flag): Doc fix.
21825 (rcirc-channels): Remove variable.
21826 (rcirc-kill-buffer-hook):
21827 (rcirc-get-buffer-create): Add nick to private channel.
21828 (rcirc-multiline-edit-submit): Remove tabs.
21829 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
21830 folded.
21831 (rcirc-remove-nick-channel): Bug fix.
21832 (rcirc-toggle-ignore-buffer-activity): Rename from
21833 rcirc-toggle-ignore-channel-activity.
21834 (rcirc-record-activity): Add buffers to the front of the list.
21835 (rcirc-update-activity): Remove killed buffers from list.
21836 (rcirc-process-server-response-1): Remove last argument if it is
21837 null before calling handler.
21838 (rcirc): Add "rcirc" defcustom prefix.
21839 (rcirc-prompt): Simplify default prompt.
21840 Use custom-initialize-default.
21841 (rcirc-private-chats): Remove variable.
21842 (rcirc-prompt): Change initialization.
21843 (rcirc-version): Remove function.
21844 (rcirc-id-string): Add constant.
21845 (rcirc-last-buffer): Remove variable.
21846 (rcirc-buffer-alist): Add variable.
21847 (rcirc-connect): Update variable setup.
21848 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
21849 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
21850 default.
21851 (rcirc-handler-generic): Trigger activity.
21852 (rcirc-send-message): Create the buffor of the target.
21853 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
21854 (rcirc-get-buffer): Just return nil if there is no matching buffer.
21855 (rcirc-multiline-edit-cancel): Remove function.
21856 (rcirc-set-last-buffer): Remove function.
21857 (rcirc-get-any-buffer): Add function.
21858 (rcirc-join-channels): Don't print /join text.
21859 (rcirc-toggle-ignore-channel-activity): Add and update echo area
21860 messages.
21861 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
21862 (rcirc-handler-NOTICE): Recognize CTCP responses.
21863 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
21864 constructing TOPIC string for buffers we are not JOINed.
21865 (rcirc-handler-CTCP-response): Add handler.
21866 (rcirc-multiline-edit-submit): Restore the window-configuration
21867 before adjusting point.
21868 (rcirc): Add customization group.
21869 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
21870 (rcirc-user-full-name, rcirc-startup-channels-alist)
21871 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
21872 (rcirc-ignore-all-activity-flag, rcirc-time-format)
21873 (rcirc-input-ring-size, rcirc-read-only-flag)
21874 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
21875 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
21876 Change defvar to defcustom.
21877 (rcirc-update-prompt): Add optional ALL arg, which will update
21878 prompts in all rcirc buffers. Regexp quote replacement text.
21879 (rcirc-fill-column): Accept frame-width as a value.
21880 (rcirc-set-changed): Add function.
21881 (rcirc-next-active-buffer): Write more meaningful messages.
21882 (rcirc-faces): Add customization group.
21883 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
21884 (rcirc-nick-in-message-face, rcirc-prompt-face)
21885 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
21886 (with-rcirc-process-buffer): Move before first usage.
21887 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
21888 (rcirc-debug-flag): Rename from `rcirc-log-p'.
21889 (rcirc-debug): Rename from `rcirc-log'.
21890 (rcirc-format-response-string): Do not print `-' chars for a
21891 NOTICE with no sender. Simplify output of server responses.
21892
21893 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
21894
21895 (rcirc-browse-url-map, rcirc-browse-url-at-point)
21896 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
21897 Make urls mouse and RET clickable.
21898
21899 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
21900
21901 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
21902
21903 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
21904
21905 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21906 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21907 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21908 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21909 argument to all these routines, so the passphrase can be managed
21910 externally and passed in to the system.
21911 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21912 pgg-add-passphrase-to-cache function.
21913
21914 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21915 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
21916 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
21917 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
21918 argument to all these routines, so the passphrase can be managed
21919 externally and passed in to the system.
21920 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
21921 function.
21922
21923 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
21924
21925 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
21926 from goto-address-url-regexp.
21927
21928 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
21929
21930 * textmodes/org.el (org-read-date, org-goto-calendar)
21931 (org-recenter-calendar, org-agenda-goto-calendar):
21932 Temporarily clear `calendar-move-hook'.
21933
21934 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
21935
21936 * ediff-merg.el (ediff-merge-region-is-non-clash):
21937 Return t, if not merging.
21938
21939 * ediff-util.el (ediff-previous-difference): Don't skip regions that
21940 have merge clashes.
21941
21942 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21943
21944 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21945 Undo previous change.
21946
21947 * startup.el (command-line): Use `custom-reevaluate-setting' for
21948 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
21949 tty-register-default-colors on Mac.
21950
21951 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
21952
21953 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
21954 (gdb-buffer-type): Make it automatically buffer local...
21955 (gdb-get-create-buffer): ...and set it accordingly.
21956 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
21957 actually work.
21958
21959 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
21960
21961 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
21962 not red.
21963
21964 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
21965
21966 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
21967 case GUD buffer is not visible.
21968 (gdb-goto-breakpoint): Try to force display in source buffer.
21969 (gdb-frame-gdb-buffer): Copy other similar functions.
21970 (gdb-restore-windows): Don't display source if not asked for.
21971 (gdb-assembler-buffer-name): Don't capitalise.
21972
21973 2005-11-03 Richard M. Stallman <rms@gnu.org>
21974
21975 * wid-edit.el (key-sequence): New widget type.
21976
21977 * simple.el (set-mark-command-repeat-pop): New variable.
21978 (set-mark-command): Only interpret plan C-@ after a pop as a pop
21979 if set-mark-command-repeat-pop is true.
21980
21981 * info.el (Info-fontify-node): Don't display extra "see" if there
21982 already is one here.
21983
21984 * mouse.el: Fix special handling of DEL after dragging a region:
21985 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
21986 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
21987
21988 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
21989
21990 * textmodes/ispell.el (ispell-command-loop): Change `i' description
21991 not to assume it pertains to an affix.
21992
21993 * textmodes/flyspell.el (flyspell-post-command-hook):
21994 Bind deactivate-mark to prevent deactivation.
21995
21996 2005-11-03 Lars Hansen <larsh@soem.dk>
21997
21998 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
21999 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
22000 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
22001
22002 2005-11-03 Romain Francoise <romain@orebokech.com>
22003
22004 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
22005 Update copyright years.
22006
22007 2005-11-03 Sam Steingold <sds@gnu.org>
22008
22009 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22010 Use system-type instead of window-system because window-system is not
22011 correctly defined during loadup.
22012
22013 2005-11-02 Mark A. Hershberger <mah@everybody.org>
22014
22015 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
22016 (xml-parse-tag): Join strings separated by a comment properly.
22017
22018 2005-11-02 Andreas Schwab <schwab@suse.de>
22019
22020 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
22021
22022 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
22023
22024 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
22025 (byte-optimize-pure-func): Quote the eval'd value.
22026
22027 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
22028 Rename from perl-font-lock-syntactic-face-function.
22029 Change the calling convention so it can be used as a font-lock MATCHER.
22030 Do the parse-partial-sexp loop outselves.
22031 (perl-font-lock-syntactic-keywords): Use it.
22032 (perl-mode): Don't set font-lock-syntactic-face-function any more.
22033
22034 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
22035
22036 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
22037 disassembly buffer too.
22038 (gdb-exited): Remove overlay arrows when execution has finished.
22039 (gdb-info-frames-custom, gdb-info-threads-custom)
22040 (gdb-info-registers-custom): Don't add inappropriate text
22041 properties if inferior is not active.
22042
22043 2005-11-02 Glenn Morris <rgm@gnu.org>
22044
22045 * progmodes/fortran.el (fortran-blink-match):
22046 Use `blink-matching-delay'.
22047
22048 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
22049
22050 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
22051
22052 2005-11-02 Lars Hansen <larsh@soem.dk>
22053
22054 * net/tramp.el (tramp-action-out-of-band): Handle scp message
22055 "Permission denied".
22056
22057 2005-11-01 Richard M. Stallman <rms@gnu.org>
22058
22059 * textmodes/flyspell.el (flyspell-external-point-words):
22060 Pass nil to flyspell-get-word.
22061
22062 2005-11-02 Kim F. Storm <storm@cua.dk>
22063
22064 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
22065 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
22066
22067 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
22068
22069 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
22070 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
22071 (calendar-mouse-print-dates): Add optional `event' argument.
22072 Update interactive-spec.
22073 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
22074 Use `calendar-event-to-date' instead of `event'.
22075
22076 2005-11-02 Masatake YAMATO <jet@gyve.org>
22077
22078 * progmodes/ld-script.el (ld-script-builtins):
22079 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
22080 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
22081 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
22082
22083 2005-11-01 Romain Francoise <romain@orebokech.com>
22084
22085 * vc-sccs.el: Update copyright year.
22086 * ezimage.el: Likewise.
22087
22088 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
22089
22090 * info.el (Info-fontify-node): Use `string-width' for fontifying
22091 underlined titles.
22092
22093 2005-11-01 Juri Linkov <juri@jurta.org>
22094
22095 * info.el (Info-fontify-node): Downcase node header keywords Node,
22096 Prev, Next, Up before comparison.
22097 (Info-history): Insert absolute directory name, and put invisible
22098 property on it.
22099
22100 2005-11-01 Juri Linkov <juri@jurta.org>
22101
22102 * info.el (Info-file-supports-index-cookies): New variable.
22103 (Info-find-node-2): Check makeinfo version for index cookie support.
22104 (Info-index-nodes): Search for nodes with index cookies only when
22105 Info-file-supports-index-cookies is t. Otherwise, search nodes
22106 with "Index" in the node name.
22107 (Info-index-node): Search index cookie in the current node only when
22108 Info-file-supports-index-cookies is t. Otherwise, check the word
22109 "Index" in the node name.
22110 (Info-find-emacs-command-nodes): Remove code that searches nodes
22111 with "Index" node name in the top menu.
22112
22113 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
22114
22115 * progmodes/scheme.el (scheme-mode-variables): Use the default
22116 comment-indent-function.
22117
22118 * faces.el (face-attribute): Handle the case where a face inherits from
22119 a non-existent face.
22120
22121 * simple.el (eval-expression-print-format): Use lisp-readable syntax
22122 for octal and hexa output, and merge the char into the paren.
22123 (kill-new): Use push.
22124 (copy-to-buffer): Use with-current-buffer.
22125 (completion-setup-function): Move code in loop to remove redundancy.
22126 (minibuffer-local-must-match-map): Don't add bindings that duplicate
22127 those inherited from minibuffer-local-completion-map.
22128
22129 * savehist.el (savehist-mode) <defcustom>:
22130 Use custom-set-minor-mode if available.
22131 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
22132 and emit a message if applicable.
22133
22134 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
22135
22136 * savehist.el: Sync up to version 19.
22137 (savehist-mode): New minor mode.
22138 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
22139 (savehist-length): Remove (use history-length instead).
22140 (savehist-file-modes): Rename from savehist-modes.
22141 (savehist-save-hook, savehist-loaded): New vars.
22142 (savehist-load): Use savehist-mode. Try to smooth up transition from
22143 old format to new format.
22144 (savehist-install): Allow savehist-autosave-interval to be nil.
22145 (savehist-save): Run the new hook. Be more careful to only trim the
22146 history variables.
22147 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
22148 (savehist-printable): Print into a buffer rather than char-by-char.
22149
22150 2005-11-01 John Wiegley <johnw@newartisans.com>
22151
22152 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
22153 toggle-ignore keybinding (C-a). The author said it had been
22154 disabled much earlier due to a possible incompatibility, but after
22155 many months of usage I have encountered no problems (and it is a
22156 rather useful option, especially for switching to " *temp*").
22157
22158 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
22159 support for OS/X's AddressBook, by calling out to the open source
22160 program "contacts" (installable through Fink).
22161
22162 * net/eudc.el (eudc-expand-inline): If the
22163 `eudc-multiple-match-handling-method' is set to `all', delete the
22164 query string before inserting the query result.
22165
22166 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
22167 flag, to prevent Eshell from using the system ls when
22168 `eshell-ls-insert-directory' is in used.
22169 (eshell-ls-insert-directory): Disable font-lock in directory
22170 buffer so that Eshell's own fontification is seen. This broke
22171 recently due to changes in font-lock, so this goes back to version
22172 21 behavior.
22173
22174 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
22175
22176 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
22177 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
22178 (gdb-many-windows): Doc fix.
22179
22180 2005-10-31 Romain Francoise <romain@orebokech.com>
22181
22182 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
22183
22184 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
22185
22186 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
22187 that global-font-lock-mode can be enabled by default.
22188
22189 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
22190 (font-lock-add-keywords, font-lock-remove-keywords)
22191 (font-lock-fontify-buffer): Remove autoload cookies.
22192
22193 * jit-lock.el (jit-lock-register): Likewise.
22194
22195 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
22196
22197 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
22198
22199 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
22200 intact if there is no gud-comint-buffer.
22201
22202 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
22203
22204 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
22205 old prompt comint-prompt-read-only is t and GDB commands are
22206 issued from tool bar etc.
22207
22208 2005-10-31 Masatake YAMATO <jet@gyve.org>
22209
22210 * vc.el (vc-directory-exclusion-list): Add "{arch}".
22211
22212 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
22213
22214 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
22215 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
22216
22217 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
22218
22219 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
22220 starting at beginning of line. Fontification is messed up when
22221 `open-paren-in-column-0-is-defun-start' set to t.
22222 Reported by John Paul Wallington <jpw@pobox.com>.
22223
22224 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
22225
22226 * comint.el (comint-send-input): Call `comint-update-fence' when
22227 `comint-process-echoes' and `comint-prompt-read-only' are both
22228 non-nil, to avoid leftover read-only newline.
22229
22230 2005-10-30 Richard M. Stallman <rms@gnu.org>
22231
22232 * textmodes/flyspell.el (flyspell-external-point-words):
22233 Detect when WORD can't be checked properly because
22234 flyspell-get-word finds just part of it, and move on.
22235
22236 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
22237 boundarychar for Polish.
22238 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
22239 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
22240
22241 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
22242
22243 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
22244 (gdb-registers-font-lock-keywords): Delete.
22245 (gdb-registers-mode): Don't fontify.
22246 (gdb-info-registers-custom): Use text properties instead as, in
22247 future, changed register values will use font-lock-warning-face.
22248 (gdb-local-font-lock-keywords): Rename to...
22249 (gdb-locals-font-lock-keywords): ...for consistency.
22250
22251 2005-10-30 Andre Spiegel <spiegel@gnu.org>
22252
22253 * vc.el (vc-switch-backend): Better error message if the buffer is
22254 not visiting a file under version control.
22255
22256 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
22257
22258 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
22259
22260 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
22261 ~/.emacs.d/.emacs.
22262
22263 2005-10-29 Richard M. Stallman <rms@gnu.org>
22264
22265 * replace.el (occur-mode-mouse-goto): Always go to other window.
22266 (occur-mode-goto-occurrence): Always switch in same window.
22267
22268 * simple.el (undo): Display message at end, not at start.
22269
22270 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
22271 New arg REUSE-CELL.
22272 (cancel-timer-internal): New function.
22273 (timer-event-handler): Use cancel-timer-internal,
22274 and pass the cell it returns to timer-activate...
22275
22276 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
22277 (jit-lock-deferred-fontify, jit-lock-context-fontify)
22278 (jit-lock-after-change): Test memory-full.
22279
22280 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
22281
22282 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
22283 part of the decoded armor to find the key-identifier.
22284 (pgg-gpg-lookup-key-owner): New function to return the
22285 human-readable identifier of a key owner.
22286 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
22287 key itself.
22288 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
22289 the key value) if we have a key and can match it against a secret
22290 key. Also, added a note pointing out fact that the prompt only
22291 indicates the first matching key.
22292
22293 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
22294 pgg-decrypt-region.
22295 (pgg-pending-timers): A new hash for tracking the passphrase cache
22296 timers, so that new ones supercede old ones.
22297 (pgg-add-passphrase-to-cache): Rename from
22298 `pgg-add-passphrase-cache' to reduce confusion (all callers
22299 changed). Modified to cancel old timers when new ones are added.
22300 (pgg-remove-passphrase-from-cache): Rename from
22301 `pgg-remove-passphrase-cache' to reduce confusion (all callers
22302 changed). Modified to cancel old timers when their keys are
22303 removed from the cache.
22304 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
22305 XEmacs, an indirection to delete-itimer.
22306 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
22307 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
22308 users can only check cache without risk of prompting. Correct bug in
22309 notruncate behavior.
22310 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
22311 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22312 Add informative docstrings.
22313 (pgg-decrypt): Convey provided passphrase in subordinate call to
22314 pgg-decrypt-region.
22315
22316 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
22317 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
22318 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
22319 `passphrase' argument, so the passphrase can be managed externally
22320 and then passed in to the system.
22321
22322 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
22323 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
22324 so the passphrase cache can be used reliably with identifiers
22325 besides a pgp packet's key id.
22326
22327 * pgg-gpg.el (pgg-pgp-encrypt-region)
22328 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22329 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22330 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22331 argument to all these routines, so the passphrase can be managed
22332 externally and passed in to the system.
22333
22334 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
22335 `notruncate' argument, so the passphrase cache can be used
22336 reliably with identifiers besides a pgp packet's key id.
22337
22338 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
22339
22340 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
22341 symmetric encryption.
22342 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22343 encrypted session key.
22344 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
22345 message ask for the passphrase in a proper way.
22346
22347 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
22348 New user commands for symmetric encryption.
22349
22350 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
22351
22352 * textmodes/conf-mode.el (conf-assignment-sign)
22353 (conf-assignment-regexp): Fix docstrings.
22354 (conf-mode-initialize): New function.
22355 (conf-mode): Remove optional args. Use delay-mode-hooks to
22356 recognize recursive calls.
22357 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
22358 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
22359 (conf-xdefaults-mode): Use define-derived-mode and
22360 conf-mode-initialize.
22361
22362 2005-10-29 Romain Francoise <romain@orebokech.com>
22363
22364 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
22365
22366 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
22367
22368 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
22369 part of the decoded armor to find the key-identifier.
22370 (pgg-gpg-lookup-key-owner): New function to return the
22371 human-readable identifier of a key owner.
22372 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
22373 key itself.
22374 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
22375 the key value) if we have a key and can match it against a secret
22376 key. Also, added a note pointing out fact that the prompt only
22377 indicates the first matching key.
22378
22379 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
22380 pgg-decrypt-region.
22381 (pgg-pending-timers): A new hash for tracking the passphrase cache
22382 timers, so that new ones supercede old ones.
22383 (pgg-add-passphrase-to-cache): Rename from
22384 `pgg-add-passphrase-cache' to reduce confusion (all callers
22385 changed). Modified to cancel old timers when new ones are added.
22386 (pgg-remove-passphrase-from-cache): Rename from
22387 `pgg-remove-passphrase-cache' to reduce confusion (all callers
22388 changed). Modified to cancel old timers when their keys are
22389 removed from the cache.
22390 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
22391 XEmacs, an indirection to delete-itimer.
22392 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
22393 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
22394 users can only check cache without risk of prompting. Correct bug in
22395 notruncate behavior.
22396 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
22397 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22398 Add informative docstrings.
22399 (pgg-decrypt): Convey provided passphrase in subordinate call to
22400 pgg-decrypt-region.
22401
22402 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
22403
22404 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
22405 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
22406 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
22407 `passphrase' argument, so the passphrase can be managed externally
22408 and then passed in to the system.
22409
22410 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
22411 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
22412 so the passphrase cache can be used reliably with identifiers
22413 besides a pgp packet's key id.
22414
22415 * pgg-gpg.el (pgg-pgp-encrypt-region)
22416 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22417 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22418 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22419 argument to all these routines, so the passphrase can be managed
22420 externally and passed in to the system.
22421
22422 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
22423 `notruncate' argument, so the passphrase cache can be used
22424 reliably with identifiers besides a pgp packet's key id.
22425
22426 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
22427
22428 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
22429 symmetric encryption.
22430 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22431 encrypted session key.
22432 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
22433 message ask for the passphrase in a proper way.
22434
22435 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
22436 New user commands for symmetric encryption.
22437
22438 2005-10-28 Bill Wohler <wohler@newt.com>
22439
22440 * help-mode.el (help-url): New button type. Calls browse-url.
22441 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
22442 Similar to Info nodes: URL `url'.
22443 (help-make-xrefs): Create help-url buttons for
22444 help-xref-url-regexp matches.
22445
22446 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
22447
22448 * tool-bar.el (tool-bar-add-item-from-menu)
22449 (tool-bar-local-item-from-menu): Fix doc strings.
22450
22451 2005-10-28 Romain Francoise <romain@orebokech.com>
22452
22453 * ldefs-boot.el: Update.
22454
22455 * subr.el (locate-library): Move from help-fns.el.
22456 * help-fns.el (locate-library): Move to subr.el.
22457
22458 2005-10-28 Richard M. Stallman <rms@gnu.org>
22459
22460 * net/tramp.el (tramp-completion-mode): defvar moved up.
22461
22462 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
22463
22464 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
22465
22466 * files.el (find-file-noselect): Use %d to format large file size.
22467
22468 * bindings.el (mode-line-format): Add %e.
22469
22470 * loadup.el ("facemenu"): Load unconditionally.
22471 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
22472 ("x-dnd"): Load, when appropriate.
22473
22474 * startup.el (command-line): Call before-init-hook earlier.
22475 Warn about some bad characters in -u user name.
22476
22477 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
22478 (flyspell-external-point-words): Error if misspelled word is not found.
22479 Set flyspell-large-region-beg at end of word.
22480
22481 2005-10-28 Andreas Schwab <schwab@suse.de>
22482
22483 * view.el (View-revert-buffer-scroll-page-forward):
22484 Use view-page-size-default.
22485
22486 2005-10-28 Juri Linkov <juri@jurta.org>
22487
22488 * international/quail.el (quail-get-current-str): Translate last
22489 raw character for deterministic input methods.
22490
22491 2005-10-27 Jay Belanger <belanger@truman.edu>
22492
22493 * calc/calc-ext.el: Add functions to autoloads.
22494 (math-identity-matrix-p, math-ident-row-p): New functions.
22495
22496 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
22497 multiplication by an identity matrix; don't turn multiplication by
22498 an inverse matrix into division.
22499 (math-div-symbol-fancy): Replace division by matrices with
22500 multiplication by inverse.
22501
22502 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
22503
22504 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
22505 (calc-writeoutpower): New functions.
22506
22507 2005-10-27 Romain Francoise <romain@orebokech.com>
22508
22509 * replace.el (occur-engine): Include colon in mouse-face highlight.
22510
22511 * dired-x.el: Change Maintainer field.
22512
22513 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
22514
22515 * longlines.el (longlines-mode): Bind after-change-functions to
22516 nil during initial decoding and final encoding.
22517
22518 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
22519
22520 * term.el (term-emulate-terminal, term-handle-colors-array)
22521 (term-handle-ansi-escape): Specify the terminfo capabilities
22522 implemented.
22523
22524 2005-10-26 Richard M. Stallman <rms@gnu.org>
22525
22526 * info.el (Info-fontify-node): Fix detection of sentence-break
22527 before *Note.
22528
22529 2005-10-26 Romain Francoise <romain@orebokech.com>
22530
22531 * smerge-mode.el: Add `tools' to file keywords.
22532
22533 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
22534
22535 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
22536 when the fringe is not available.
22537
22538 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
22539 (def-gdb-auto-update-trigger): Simplify construction.
22540 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
22541 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
22542 defined explicitly.
22543 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
22544 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
22545 defined explicitly.
22546 (gdb-info-locals-custom): Remove as it's a no-op.
22547
22548 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
22549
22550 * longlines.el (longlines-mode): Remove narrowing before
22551 performing the initial decoding or final encoding.
22552
22553 2005-10-25 Romain Francoise <romain@orebokech.com>
22554
22555 * emacs-lisp/find-func.el (find-library-name): Also strip
22556 extension if library name ends in .el, to take advantage of
22557 `find-library-suffixes'.
22558
22559 2005-10-25 Richard M. Stallman <rms@gnu.org>
22560
22561 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
22562
22563 2005-10-25 Juri Linkov <juri@jurta.org>
22564
22565 * textmodes/texinfo.el (texinfo-mode): Change charset of one
22566 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
22567
22568 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
22569
22570 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
22571 (blackbox-redefine-key): Add argument `map'.
22572
22573 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
22574 regions when moving the jit-lock-context-unfontify-pos boundary.
22575
22576 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
22577
22578 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
22579
22580 2005-10-25 Masatake YAMATO <jet@gyve.org>
22581
22582 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
22583
22584 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
22585
22586 * play/blackbox.el (blackbox-redefine-key): New function.
22587 (blackbox-mode-map): Use it to remap existing bindings for cursor
22588 motion instead of binding literal keys.
22589
22590 2005-10-25 Glenn Morris <rgm@gnu.org>
22591
22592 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
22593 diary does not end in a newline. Do not assume a blank line at
22594 the start of the diary file.
22595
22596 2005-10-25 Kenichi Handa <handa@m17n.org>
22597
22598 * international/quail.el (quail-translate-key): If the input
22599 method is deterministic and failed to handle the last key, restart
22600 the key handling loop from an appropriate key.
22601
22602 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
22603
22604 * vc.el (vc-dired-mode): Extend comment for binding of
22605 `directory-listing-before-filename-regexp'.
22606
22607 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
22608
22609 * textmodes/texinfo.el (texinfo-mode):
22610 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
22611 not to unnecessarily expose emacs-mule's internal char codes.
22612
22613 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
22614
22615 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
22616 Display hand pointer and help-echo on disabled icon too.
22617 (gdb-mouse-until): New function.
22618 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
22619
22620 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
22621
22622 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
22623 with 2005-10-23 change to doctor.el.
22624
22625 * finder.el (finder-mode-map): Add follow-link binding.
22626
22627 2005-10-25 Kim F. Storm <storm@cua.dk>
22628
22629 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
22630 to gdb-mouse-toggle-breakpoint-fringe.
22631 (gdb-mouse-toggle-breakpoint-margin): Rename from
22632 gdb-mouse-toggle-breakpoint. Fix doc.
22633 (gdb-mouse-toggle-breakpoint-fringe): New defun.
22634 (gdb-put-string): Add optional SPROPS arg. Add props to string.
22635 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
22636 string properties also for fringe breakpoint bitmaps.
22637
22638 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
22639
22640 * textmodes/org.el (org-start-icalendar-file): Fix format form.
22641
22642 2005-10-25 Masatake YAMATO <jet@gyve.org>
22643
22644 * simple.el (completion-common-substring):
22645 Use `completion-common-substring' prior to `completion-base-size'.
22646
22647 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
22648
22649 * savehist.el: Require CL while compiling.
22650 (savehist-history-variables): Remove.
22651 (savehist-save-minibuffer-history, savehist-additional-variables)
22652 (savehist-minibuffer-history-variables): New vars.
22653 (savehist-save): Use them.
22654 (savehist-uninstall, savehist-minibuffer-hook): New funs.
22655 (savehist-install): New fun, extracted from savehist-load.
22656 (savehist-load): Use them.
22657
22658 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
22659
22660 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
22661 a dummy doc-string-elt property.
22662 (defalias, defvaralias, define-category): Add a docstring property.
22663
22664 * image.el (defimage):
22665 * widget.el (define-widget):
22666 * custom.el (defface, defcustom): Add `doc-string' declaration.
22667
22668 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
22669 (defadvice): Add `doc-string' declaration.
22670
22671 * emacs-lisp/byte-run.el (macro-declaration-function):
22672 Handle `doc-string' declarations.
22673 (define-obsolete-function-alias, define-obsolete-variable-alias):
22674 Add `doc-string' declaration.
22675
22676 2005-10-24 Kenichi Handa <handa@m17n.org>
22677
22678 * international/utf-7.el (utf-7): Add autoload cookie.
22679
22680 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
22681
22682 2005-10-24 Eli Zaretskii <eliz@gnu.org>
22683
22684 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
22685 list of directories passed to batch-update-autoloads. Add "." to
22686 the list of the echoed directories.
22687
22688 * pgg-def.el:
22689 * pgg-gpg.el:
22690 * pgg-parse.el:
22691 * pgg-pgp.el:
22692 * pgg-pgp5.el:
22693 * pgg.el: Moved here from the gnus subdirectory.
22694
22695 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
22696
22697 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
22698 in case comint-prompt-read-only is set to t.
22699
22700 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
22701 in case comint-prompt-read-only is set to t.
22702
22703 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
22704
22705 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
22706 Now a string.
22707 (icalendar-import-format): Handle CLASS, STATUS, URL.
22708 Rename `subject' to `summary'.
22709 (icalendar-import-format-summary): Rename from
22710 `icalendar-import-format-subject'.
22711 (icalendar-import-format-url, icalendar-import-format-status)
22712 (icalendar-import-format-class): New variables.
22713 (icalendar--rris): Take variable argument list.
22714 (icalendar--datestring-to-isodate): Remove unnecessary
22715 calendar-style check when converting dates with explicit month names.
22716 (icalendar-export-region): Change return type of conversion
22717 subroutines. Bury current buffer unless error occurred.
22718 (icalendar--convert-to-ical)
22719 (icalendar--parse-summary-and-rest): New functions.
22720 (icalendar--convert-ordinary-to-ical)
22721 (icalendar--convert-weekly-to-ical)
22722 (icalendar--convert-yearly-to-ical)
22723 (icalendar--convert-block-to-ical)
22724 (icalendar--convert-cyclic-to-ical)
22725 (icalendar--convert-anniversary-to-ical): Change return type.
22726 Strip trailing blanks from subject.
22727 (icalendar--convert-sexp-to-ical): Change return type.
22728 Strip trailing blanks from subject. Handle simple sexp
22729 entries as generated by icalendar.el.
22730 (icalendar--convert-float-to-ical)
22731 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
22732 (icalendar-import-file): Doc fix.
22733 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
22734 Correct call to icalendar--rris.
22735 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
22736 `summary'.
22737 (icalendar--add-diary-entry): Rename `subject' to `summary'.
22738
22739 2005-10-24 Romain Francoise <romain@orebokech.com>
22740
22741 * server.el (server-sentinel): Set query-on-exit flag to nil on
22742 new client processes (it isn't inherited from the server process).
22743
22744 * replace.el (occur-engine): Rearrange text properties.
22745
22746 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
22747
22748 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
22749 case-fold-search is nil.
22750 (debug-help-follow): Use help-xref-interned directly.
22751
22752 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
22753
22754 * thumbs.el (thumbs-image-type): Add .pbm.
22755
22756 2005-10-23 Richard M. Stallman <rms@gnu.org>
22757
22758 * faces.el (inhibit-face-set-after-frame-default): New variable.
22759 (set-face-attribute): Bind it.
22760 (face-set-after-frame-default): Test it.
22761
22762 * help-fns.el (describe-simplify-lib-file-name): New function.
22763 (describe-function-1, describe-variable): Use it.
22764
22765 * faces.el (describe-face): Use describe-simplify-lib-file-name.
22766
22767 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
22768 Eliminate nil as possible value.
22769 (tooltip-hide-delay): Reduce internal-border-width.
22770
22771 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
22772 (menu-bar-file-menu) <new-file>: Likewise.
22773
22774 * simple.el (line-move-finish): Ignore fields computing LINE-END.
22775
22776 * international/mule.el (load-with-code-conversion):
22777 Pass full file name to `eval-buffer' unless preloading.
22778
22779 * textmodes/flyspell.el (flyspell-large-region):
22780 Call ispell-check-version.
22781
22782 * textmodes/ispell.el (ispell-local-dictionary-overridden):
22783 Fix the make-variable-buffer-local call that was supposed
22784 to be for this variable.
22785 (ispell-aspell-supports-utf8): Doc fix.
22786 (ispell-find-aspell-dictionaries): Preserve elements of
22787 ispell-dictionary-alist for dictionaries that aspell doesn't report.
22788 (ispell-aspell-find-dictionary): Return nil on error.
22789
22790 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
22791 (doctor-symptoms): Likewise.
22792
22793 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
22794
22795 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
22796
22797 * cus-edit.el (custom-button, custom-button-pressed): New vars.
22798 (custom-raised-buttons): Add :set spec.
22799 (custom-button-unraised, custom-button-pressed-unraised):
22800 New faces, so that custom-raised-buttons actually does something.
22801 (custom-mode): Use custom-button and custom-button-pressed.
22802
22803 * wid-edit.el (widget-specify-button): Don't ignore
22804 widget-mouse-face on graphic terminals.
22805 (widget-move-and-invoke): Cleanup.
22806
22807 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
22808
22809 * whitespace.el (whitespace-cleanup): Doc fix.
22810
22811 2005-10-23 Romain Francoise <romain@orebokech.com>
22812
22813 * emulation/viper.el (viper-set-hooks): Quote forms passed to
22814 `eval-after-load' to avoid evaluating their result.
22815
22816 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
22817
22818 * files.el (directory-listing-before-filename-regexp):
22819 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
22820
22821 * dired.el (dired-move-to-filename-regexp): Remove.
22822 All occurrences replaced by `directory-listing-before-filename-regexp'.
22823
22824 * dired-x.el, locate.el, vc.el:
22825 Replace `dired-move-to-filename-regexp' by
22826 `directory-listing-before-filename-regexp'. In vc.el it is
22827 overwritten locally; maybe this can be handled in files.el too.
22828
22829 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
22830 replaced by `directory-listing-before-filename-regexp'.
22831
22832 2005-10-23 Andreas Schwab <schwab@suse.de>
22833
22834 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
22835 and eval-next-after-load.
22836
22837 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
22838
22839 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
22840 exist, create it.
22841
22842 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
22843
22844 * allout.el: Remove autoloads for mailcrypt and crypt++.
22845 Require pgg, pgg-gpg during compilation.
22846 (allout-version): Increment version number to 2.1, and use a literal
22847 rather than RCS Id.
22848 (allout-default-encryption-scheme): Remove.
22849 (allout-passphrase-verifier-handling)
22850 (allout-passphrase-verifier-string)
22851 (allout-file-passphrase-verifier-string)
22852 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
22853 (allout-passphrase-hint-handling): Rename and simplify.
22854 (allout-init): Use `find-file-hook' if available, otherwise
22855 `find-file-hooks'.
22856 (allout-mode): Use `write-file-functions' if available, otherwise
22857 `local-write-file-hooks' and, instead of making auto-save-hook
22858 buffer local, make the write-file-hook activity contingent to
22859 allout-mode.
22860 (allout-mode): Use key-binding substitution in the docstring.
22861 (allout-kill-line): Spell-out kill ring data structure mutation
22862 instead of using byte-compiler-complaint-provoking `pop'.
22863 (allout-insert-listified): Use `insert' rather than `insert-string'
22864 (allout-toggle-current-subtree-encryption): Update docstring, adjust
22865 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
22866 (allout-encrypt-string): Totally revamped vis new underlying
22867 encryption facilities.
22868 (allout-mc-activate-passwd): Remove.
22869 (allout-obtain-passphrase): New, more or less replaces
22870 allout-mc-activate-passwd.
22871 (allout-encrypted-key-info): More or less replaces
22872 allout-encrypted-text-type.
22873 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
22874 (my-mark-marker): Use `(featurep 'xemacs)'.
22875
22876 2005-10-23 Lars Hansen <larsh@soem.dk>
22877
22878 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
22879 (byte-compile-file-form-defmumble, byte-compile-defun)
22880 (byte-compile-defmacro): Use it.
22881 (byte-compile-form): Don't call byte-compile-set-symbol-position
22882 when a byte-compile handler is called.
22883
22884 2005-10-22 Romain Francoise <romain@orebokech.com>
22885
22886 * savehist.el (savehist-history-variables): Add `grep-find-history'.
22887
22888 * subr.el (eval-after-load): Convert library name to an absolute
22889 file name using locate-library, since load-history no longer has
22890 library names in it.
22891
22892 2005-10-22 Richard M. Stallman <rms@gnu.org>
22893
22894 * files.el (make-temp-file): Move from subr.el.
22895 * subr.el (make-temp-file): Move to files.el.
22896
22897 * window.el (get-buffer-window-list): Move from subr.el.
22898 * subr.el (get-buffer-window-list): Move to window.el.
22899
22900 * image.el (image-load-path): Use eval-at-startup to initialize.
22901
22902 * subr.el (eval-at-startup): New macro.
22903
22904 * subr.el: Much rearrangement of functions and division
22905 into pages. No code changes.
22906
22907 2005-10-22 Kenichi Handa <handa@m17n.org>
22908
22909 * tar-mode.el (tar-extract): Be sure to call
22910 find-operation-coding-system if set-auto-coding doesn't find a
22911 coding system.
22912
22913 2005-10-22 Kim F. Storm <storm@cua.dk>
22914
22915 * image.el (image-type-header-regexps): Rename from image-type-regexps.
22916 Change users.
22917 (image-type-file-name-regexps): New defconst.
22918 (image-type-from-data): Simplify loop.
22919 (image-type-from-buffer): New defun.
22920 (image-type-from-file-header): Use it instead of image-type-from-data.
22921 Use image-search-load-path instead of only looking in data-directory.
22922 (image-type-from-file-name): New defun.
22923 (image-search-load-path): Change `pathname' to `filename'.
22924 Make PATH arg optional, default to image-load-path.
22925
22926 2005-10-21 Richard M. Stallman <rms@gnu.org>
22927
22928 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
22929
22930 * textmodes/paragraphs.el (sentence-end-base): New variable.
22931 (sentence-end): Use sentence-end-base.
22932
22933 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
22934
22935 * font-lock.el (font-lock-default-fontify-region): Check the multiline
22936 property independently from the font-lock-multiline variable.
22937
22938 2005-10-21 Richard M. Stallman <rms@gnu.org>
22939
22940 * emacs-lisp/find-func.el (find-library-name): Doc fix.
22941
22942 * startup.el (command-line): Convert library names
22943 in `load-history' to absolute file names.
22944
22945 * subr.el (symbol-file): Doc fix.
22946
22947 * loadhist.el (file-loadhist-lookup): Call locate-library
22948 instead of find-library-name. Don't try converting
22949 abs file names to library names, since load-history no longer
22950 has library names in it.
22951 (file-dependents, file-provides, file-requires): Doc fixes.
22952
22953 2005-10-21 Juri Linkov <juri@jurta.org>
22954
22955 * progmodes/etags.el (tags-table-mode): New function.
22956 (tags-verify-table): Replace initialize-new-tags-table with
22957 tags-table-mode.
22958
22959 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
22960 default value.
22961 (desktop-modes-not-to-save): Add tags-table-mode to the
22962 default value.
22963
22964 * info.el (Info-index-next): Add total number of index
22965 alternatives to the message.
22966
22967 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
22968 backward only space (instead of space and period) before looking
22969 at sentence end.
22970
22971 * simple.el (set-variable): Use user-variable-p instead of symbolp.
22972 Add the old variable value as 4th default-value arg of read-string.
22973
22974 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22975
22976 * cus-face.el (custom-declare-face): Make face from X resources
22977 also on Mac.
22978
22979 * disp-table.el (standard-display-g1, standard-display-graphic):
22980 Refuse to use string glyphs also on Mac.
22981 (standard-display-european): Don't set terminal coding system also
22982 on Mac.
22983
22984 * frame.el (display-screens): Use x-display-screens also on Mac.
22985
22986 2005-10-21 Romain Francoise <romain@orebokech.com>
22987
22988 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
22989
22990 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
22991
22992 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
22993 and $? into sexps.
22994
22995 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
22996 warning face on open-paren-in-column-0.
22997
22998 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
22999 boundary case. Fix typo.
23000 Suggested by Martin Rudalics <rudalics@gmx.at>.
23001
23002 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
23003
23004 * textmodes/org.el (org-combined-agenda-icalendar-file)
23005 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
23006 (org-export-icalendar-this-file)
23007 (org-export-icalendar-all-agenda-files)
23008 (org-export-icalendar-combine-agenda-files): New commands.
23009 (org-export-icalendar, org-print-icalendar-entries)
23010 (org-start-icalendar-file, org-finish-icalendar-file)
23011 (org-ical-ts-to-string): New functions.
23012 (org-read-date, org-goto-calendar)
23013 (org-agenda-goto-calendar): Inhibit displaying diary entries by
23014 call to `calendar'.
23015 (orgtbl-setup): Remove the :keys arguments from the menu description.
23016 (org-after-save-iCalendar-file-hook): New variable.
23017
23018 2005-10-21 Kenichi Handa <handa@m17n.org>
23019
23020 * language/vietnamese.el (tcvn-5712): Make it an alias of
23021 vietnamese-tcvn coding-system.
23022
23023 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
23024
23025 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
23026 group id is given.
23027
23028 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
23029
23030 * progmodes/sh-script.el (sh-escaped-line-re): New var.
23031 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
23032 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
23033 whose line is either continued or ends with a comment.
23034
23035 2005-10-20 Romain Francoise <romain@orebokech.com>
23036
23037 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
23038
23039 * replace.el (occur-engine): Add follow-link property.
23040
23041 * font-core.el (font-lock-mode): Doc fix.
23042
23043 2005-10-20 Richard M. Stallman <rms@gnu.org>
23044
23045 * net/rcirc.el: New file.
23046
23047 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
23048
23049 * term.el (term-term-name): Initialize to "eterm-color".
23050
23051 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
23052
23053 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
23054 for encryption functionality.
23055 Move allout customization subgroup from `editing' to `outlines' group.
23056 Fix commentary keywords to legitimate ones.
23057 Update author info (using my current email address, obscurified).
23058 (allout-encrypt-string, allout-encryption-produce-work-buffer)
23059 (allout-encrypted-topic-p, allout-encrypted-text-type)
23060 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
23061 (allout-situate-encryption-key-verifier)
23062 (allout-get-encryption-key-verifier, allout-verify-key)
23063 (allout-next-topic-pending-encryption)
23064 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
23065 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
23066 (outline-key-verifier-handling, outline-key-hint-handling)
23067 (outline-encrypt-unencrypted-on-saves): New defcustoms.
23068 (allout-file-key-verifier-string, allout-encryption-scheme)
23069 (allout-key-verifier-string, allout-key-hint-string)
23070 (allout-after-save-decrypt): New variables.
23071 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
23072 (allout-after-saves-handler): New hook functions.
23073 (allout-post-command-business): Do allout-after-save-decrypt.
23074 (allout-enable-file-variable-adjustment): Custom var to enable
23075 mechanism for adding and adjusting settings of Emacs file variables.
23076 (allout-adjust-file-variable, allout-file-vars-section-data):
23077 New functions, implement the mechanism.
23078 (outlineify-sticky): Use the file vars mechanism.
23079 (allout-inhibit-protection, allout-during-write-cue)
23080 (allout-override-protect, allout-before-change-protect): Remove.
23081 (allout-flag-region, allout-open-topic): Adjust read-only text.
23082 (allout-open-line-not-read-only): Add to facilitate read-only
23083 text based protection.
23084 (allout-kill-line): Revise to adjust read-only text, clue the
23085 user about the inhibition.
23086 (allout-unprotected): Use unwind-protect.
23087 (allout-shift-in, allout-shift-out): Disallow manually shifting a
23088 topic deeper than the offspring depth of the previous topic -
23089 avoiding confusing "containment discontinuities".
23090 (allout-reindent-bodies): Fix retention of body relative hanging
23091 indent during promotion of collapsed bodies.
23092 (allout-open-topic): Make it easy to open new topic with same
23093 bullet as current topic - topic creation functions provided with
23094 any universal argument provokes now prompt for bullet, defaulting
23095 to the bullet of the previous topic.
23096 (allout-plain-bullets-string, allout-distinctive-bullets-string):
23097 Plain bullet alternates `.' period and `,' comma only. All other
23098 bullets are relegated to special status (but customizable).
23099 (allout-end-of-entry): Rename from allout-end-of-current-entry
23100 since it actually operates w.r.t. most immediately containing
23101 entry, visible or not.
23102 (allout-hide-current-entry, allout-show-current-entry): Use the
23103 revised version.
23104 (allout-old-expose-topic): Solidify deprecation.
23105 (allout-end-of-subtree): Add so we can span concealed as well
23106 as visible topics.
23107 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
23108 (allout-end-of-current-heading): Tweak to just respect the first line.
23109 (allout-get-body-text): Add.
23110 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
23111 when invoked interactively.
23112 (allout-up-current-level): Use `interactive-p'.
23113 (allout-mode, allout-init): Miscellaneous docstring and
23114 operational refinements, as well as hookups of new encryption stuff.
23115 (allout-beginning-of-current-entry): Now works as advertised.
23116 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
23117 (allout-isearch-rectification): Refine condition for isearching.
23118 (allout-isearch-abort, allout-enwrap-isearch)
23119 (allout-flag-region, my-region-active-p): Relocate some macros.
23120 (allout-title): Fallback title is (buffer-name), not
23121 non-existing (current-buffer-name).
23122 (subst-char-in-string): Define if absent (for some XEmacs versions).
23123
23124 2005-10-20 Jari Aalto <jari.aalto@cante.net>
23125
23126 * mail/sendmail.el (mail-setup-hook, mail-aliases)
23127 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
23128 (mail-citation-prefix-regexp, mail-signature-file)
23129 (mail-default-headers, mail-bury-selects-summary)
23130 (mail-send-nonascii): Add autoload cookies.
23131
23132 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23133
23134 * frame.el (blink-cursor-mode): Add `mac' to the list of
23135 window-system's that support blinking cursor.
23136
23137 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
23138
23139 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
23140
23141 2005-10-20 Eli Zaretskii <eliz@gnu.org>
23142
23143 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
23144 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
23145 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
23146
23147 2005-10-20 Kim F. Storm <storm@cua.dk>
23148
23149 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
23150 (ido-set-current-directory): Don't add / after final @.
23151 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
23152 Explicitly handle ange-ftp completion oddities.
23153 (ido-make-file-list): Don't rotate list at tramp root to avoid
23154 triggering tramp file handler for expand-file-name via get-file-buffer.
23155
23156 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
23157
23158 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
23159
23160 2005-10-19 Jay Belanger <belanger@truman.edu>
23161
23162 * calc/calc-units.el (math-standard-units): Add units, adjust
23163 symbols and update values.
23164 (math-unit-prefixes): Add more prefixes.
23165
23166 2005-10-19 Romain Francoise <romain@orebokech.com>
23167
23168 * bookmark.el (bookmark-menu-heading): New face.
23169 (bookmark-bmenu-list): Use it.
23170 Don't fiddle with `baud-rate' at top-level.
23171
23172 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
23173
23174 * image.el (create-image, find-image): Mention max-image-size in
23175 docstring.
23176
23177 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
23178
23179 * savehist.el (savehist-load): Revert to checking XEmacs.
23180
23181 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
23182 Various docstring and line-width fixups.
23183 (conf-mode): Use cond.
23184 Set font-lock-defaults. Don't set comment-use-syntax.
23185
23186 2005-10-18 David Ponce <david@dponce.com>
23187
23188 * tree-widget.el (tree-widget-button-click): New function.
23189 (tree-widget-button-keymap): Use it.
23190
23191 2005-10-18 Romain Francoise <romain@orebokech.com>
23192
23193 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
23194 (bookmark-bmenu-hide-filenames): Add follow-link property.
23195 Improve help-echo text.
23196
23197 * ffap.el (find-file-at-point): Doc fix.
23198
23199 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23200
23201 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
23202
23203 2005-10-18 Masatake YAMATO <jet@gyve.org>
23204
23205 Install to the CVS repository what I forgot to install in my
23206 2005-10-16 changes.
23207
23208 * progmodes/python.el (python-complete-symbol): Pass the common
23209 prefix substring of completion to `display-completion-list'.
23210
23211 * textmodes/org.el (org-complete): Ditto.
23212
23213 2005-10-18 Masatake YAMATO <jet@gyve.org>
23214
23215 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
23216
23217 * woman.el (WoMan-xref-man-page): New button type derived
23218 from `Man-abstract-xref-man-page'.
23219 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
23220
23221 * man.el (Man-abstract-xref-man-page): New button type.
23222 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
23223 (Man-highlight-references): Add new optional argument `xref-man-type'.
23224
23225 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
23226
23227 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
23228
23229 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
23230
23231 * cus-edit.el (Custom-move-and-invoke): Delete.
23232 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
23233
23234 * wid-edit.el (widget-move-and-invoke): New function, from
23235 Custom-move-and-invoke.
23236
23237 2005-10-17 Bill Wohler <wohler@newt.com>
23238
23239 Move all remaining images from lisp/toolbar to etc/images, move
23240 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
23241 the low resolution images in their own directory (low-color).
23242
23243 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
23244 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
23245 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
23246 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
23247 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
23248 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
23249 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
23250
23251 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
23252 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
23253 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
23254 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
23255 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
23256 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
23257 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
23258 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
23259 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
23260 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
23261 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
23262 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
23263 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
23264 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
23265 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
23266
23267 To conform with convention, replace the underscore (_) in the
23268 following image names with dash (-) or (/) as appropriate.
23269
23270 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
23271 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
23272 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
23273 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
23274 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
23275 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
23276 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
23277 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
23278 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
23279 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
23280 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
23281 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
23282 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
23283 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
23284 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
23285
23286 * info.el (info-tool-bar-map): Replace underscores in image names
23287 with dashes.
23288
23289 * makefile.w32-in (WINS): Remove toolbar.
23290
23291 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
23292
23293 * tool-bar.el: Move to lisp from toolbar. Now that
23294 toolbar is empty, it should be deleted when folks run "cvs up -P".
23295
23296 2005-10-18 Jay Belanger <belanger@truman.edu>
23297
23298 * calc/calc-store.el (calc-store-into): Get the proper variable name
23299 to display in message.
23300
23301 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
23302
23303 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
23304 expressions display in speedbar for all buffers when debugging.
23305 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
23306
23307 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
23308 (speedbar-insert-button, speedbar-make-button):
23309 Use add-text-properties.
23310 (speedbar-update-localized-contents)
23311 (speedbar-update-directory-contents)
23312 (speedbar-update-special-contents): Use dolist.
23313 (speedbar-buffer-easymenu-definition): Add a menu separator.
23314
23315 2005-10-17 Jason Rumney <jasonr@gnu.org>
23316
23317 * makefile.w32-in: Use $(lisp) consistently.
23318 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
23319 for shell specific generation of mh-autoloads.
23320
23321 2005-10-17 Richard M. Stallman <rms@gnu.org>
23322
23323 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
23324
23325 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
23326
23327 * jit-lock.el (jit-lock-fontify-now):
23328 Move jit-lock-context-unfontify-pos to avoid wasted work.
23329
23330 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
23331
23332 * net/tramp.el (tramp-completion-mode): New defvar. Used in
23333 `tramp-completion-mode' for checking if we are in completion mode.
23334 (tramp-completion-handle-file-name-all-completions): Reorder code
23335 in order to complete for file names only in case there are no
23336 method/user/host completions. This is necessary for cooperation
23337 with ido. Reported by Kim F. Storm <storm@cua.dk>.
23338
23339 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
23340
23341 * longlines.el (longlines-search-forward)
23342 (longlines-search-backward): Match any number of spaces.
23343
23344 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
23345
23346 * diff-mode.el (diff-mode): Doc fix.
23347
23348 2005-10-16 David Reitter <david.reitter@gmail.com>
23349
23350 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
23351 as default on darwin and windows systems.
23352
23353 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
23354
23355 * arc-mode.el (archive-zip-extract): Doc fix.
23356
23357 2005-10-16 Romain Francoise <romain@orebokech.com>
23358
23359 * mouse.el (mouse-1-click-follows-link): Doc fix.
23360
23361 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
23362
23363 * savehist.el: Don't require CL at runtime.
23364 (savehist-xemacs): Remove.
23365 (savehist-coding-system): Use utf-8 if present, regardless of religion.
23366 (savehist-no-conversion): Use (featurep 'xemacs).
23367 (savehist-load): Check existence of start-itimer rather than XEmacs.
23368 Use an idle timer.
23369 (savehist-process-for-saving): Replace use of CL funs `subseq' and
23370 `delete-if-not'.
23371
23372 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
23373
23374 * savehist.el: Newer version.
23375 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
23376 (savehist-last-checksum, savehist-no-conversion): New vars.
23377 (savehist-autosave, savehist-process-for-saving, savehist-printable):
23378 New functions.
23379 (savehist-load, savehist-save): Use them.
23380 (savehist-delimit): Remove.
23381
23382 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
23383
23384 * progmodes/compile.el (compilation-goto-locus): Display the
23385 compilation buffer first and the source buffer second, in case they're
23386 in overlapping frames. Don't raise the compilation frame if it was the
23387 selected window upon entry. Pass the `other-window' arg to
23388 pop-to-buffer.
23389
23390 * info.el (Info-fontify-node): Use dolist.
23391 Change add-text-properties to put-text-property.
23392
23393 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23394
23395 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
23396 bound of search.
23397
23398 2005-10-16 Masatake YAMATO <jet@gyve.org>
23399
23400 * dabbrev.el (dabbrev-completion): Pass the common
23401 prefix substring of completion to `display-completion-list'.
23402
23403 * filecache.el (file-cache-minibuffer-complete)
23404 (file-cache-complete): Ditto.
23405
23406 * tempo.el (tempo-display-completions): Ditto.
23407
23408 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
23409
23410 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
23411
23412 * eshell/em-hist.el (eshell-list-history): Ditto.
23413
23414 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
23415
23416 * mail/mailalias.el (mail-complete): Ditto.
23417
23418 * progmodes/etags.el (complete-tag): Ditto.
23419
23420 * progmodes/make-mode.el (makefile-complete): Ditto.
23421
23422 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
23423
23424 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
23425
23426 * progmodes/pascal.el (pascal-complete-word)
23427 (pascal-show-completions): Ditto.
23428
23429 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
23430
23431 * simple.el (completion-common-substring): New variable.
23432 (completion-setup-function): Use `completion-common-substring'
23433 to put faces.
23434
23435 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23436
23437 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
23438 (x-get-selection, mac-select-convert-to-string): Convert from/to
23439 UTF-16 clipboard data as in native byte order, no BOM.
23440
23441 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
23442
23443 * progmodes/gud.el (gud-tool-bar-map): Rename the images
23444 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
23445 (gud-sentinel): Use speedbar-frame to check for speedbar.
23446
23447 2005-10-15 Richard M. Stallman <rms@gnu.org>
23448
23449 * savehist.el: New file.
23450
23451 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
23452
23453 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
23454 Fix bug in \bf fontification.
23455
23456 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
23457
23458 * pcvs.el (cvs-edit-log-files): New var.
23459 (cvs-mode-edit-log): New arg `file'.
23460 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
23461 Instead force the use of the original file and nothing else.
23462 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
23463 the cvs-minor-wrap-function is set.
23464 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
23465
23466 2005-10-14 Bill Wohler <wohler@newt.com>
23467
23468 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
23469 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
23470 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
23471 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
23472 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
23473 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
23474 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
23475 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
23476 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
23477 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
23478 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
23479 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
23480 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
23481 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
23482 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
23483
23484 * progmodes/gud.el (gud-tool-bar-map): Rename the images
23485 appropriately (for example, gud-break to gud/break).
23486
23487 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
23488
23489 * longlines.el (longlinges-search-function)
23490 (longlines-search-forward, longlines-search-backward): New functions.
23491 (longlines-mode): Set isearch-search-fun-function to
23492 longlinges-search-function.
23493
23494 * mouse.el (mouse-drag-region-1): Handle the case where a
23495 double-click event is bound to an arbitrary function.
23496
23497 2005-10-14 David Ponce <david@dponce.com>
23498
23499 * recentf.el (recentf-track-opened-file)
23500 (recentf-track-closed-file, recentf-update-menu)
23501 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
23502 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
23503 mouse-1-click-follows-link.
23504
23505 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23506
23507 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
23508 Gnome file-manager.png. Suggested by
23509 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
23510
23511 * toolbar/README: Add diropen.xpm.
23512
23513 2005-10-13 Bill Wohler <wohler@newt.com>
23514
23515 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
23516 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
23517
23518 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
23519
23520 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
23521 Don't waste the byte-compiler's time on constant data.
23522
23523 2005-10-13 Kenichi Handa <handa@m17n.org>
23524
23525 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
23526 byte with `escape-glyph' face.
23527
23528 * international/fontset.el (ccl-encode-unicode-font):
23529 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
23530 Handle the case that ucs-mule-to-mule-unicode translates a character to
23531 ASCII (usually for IPA characters).
23532
23533 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
23534
23535 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
23536 Don't hide the underline of titles if font-lock-mode is disabled.
23537
23538 2005-10-12 Bill Wohler <wohler@newt.com>
23539
23540 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
23541 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
23542 files in MH-E-SRC have been updated.
23543 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
23544
23545 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
23546
23547 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
23548 (mixal-mode-syntax-table): Add \n as end-comment.
23549 (mixal-operation-codes-alist): Immediately initialize to full value.
23550 (mixal-add-operation-code): Remove.
23551 (mixal-describe-operation-code): Make the arg non-optional.
23552 Use the interactive spec instead.
23553 Use mixal-operation-codes-alist rather than mixal-operation-codes.
23554 (mixal-font-lock-keywords): Don't highlight comments here any more.
23555 (mixal-font-lock-syntactic-keywords): New var.
23556 (mixal-mode): Use it. Fix comment-start-skip.
23557
23558 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23559
23560 * startup.el (command-line-x-option-alist): -nb => -nbi.
23561
23562 2005-10-12 Kim F. Storm <storm@cua.dk>
23563
23564 * startup.el (fancy-splash-default-action): Discard mouse click in
23565 the splash screen window, as it has no sensible meaning in the
23566 next window to be selected. Fixes error reported by Jan D.
23567
23568 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
23569
23570 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
23571
23572 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
23573
23574 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
23575 Try to fix up minor layout issues like indentation, line break, etc...
23576 (mixal-mode-syntax-table): Don't try to specify comment syntax,
23577 because it doesn't work.
23578 (mixal-operation-codes): Add some more codes.
23579 (mixal-font-lock-keywords): Process comments here.
23580 (mixal-mode): mixasm no longer needs -g option.
23581
23582 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
23583
23584 * progmodes/sh-script.el (sh-tmp-file):
23585 Use mktemp -t. Finish support for es and rc shells.
23586
23587 2005-10-11 Jay Belanger <belanger@truman.edu>
23588
23589 * calc/calcalg2.el (calc-integral): With an argument, compute the
23590 definite integral.
23591
23592 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
23593
23594 * mouse.el (mouse-drag-region-1): Don't try to catch a
23595 double-click when doing follow-link (it's overridden anyway).
23596
23597 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
23598
23599 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
23600 (autoload-print-form-outbuf): Add docstring.
23601
23602 2005-10-11 Juri Linkov <juri@jurta.org>
23603
23604 * info.el (Info-mode-menu): Delete menu item "Edit".
23605 (Info-mode): Delete description of Info-edit from docstring,
23606 and rearrange descriptions of Info commands in the order
23607 they are documented in the Info manual.
23608
23609 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
23610
23611 * calendar/appt.el (appt-check): Use diary-selective-display var.
23612
23613 2005-10-10 Richard M. Stallman <rms@gnu.org>
23614
23615 * net/newsticker.el (newsticker-start, newsticker-show-news):
23616 Add autoload cookies.
23617
23618 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
23619
23620 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
23621
23622 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
23623
23624 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
23625
23626 2005-10-10 Jay Belanger <belanger@truman.edu>
23627
23628 * calc/calc-arith.el (math-check-known-scalarp)
23629 (math-check-known-matrixp): Check the values of arguments that are
23630 variables.
23631 (math-check-known-square-matrixp): New function.
23632 (math-known-square-matrixp): Use math-check-known-square-matrixp.
23633 (math-super-types): Add sqmatrix type.
23634
23635 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
23636 mode name `square' to `sqmatrix'.
23637
23638 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
23639 mode name `square' to `sqmatrix'.
23640
23641 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
23642
23643 * progmodes/etags.el (select-tags-table-mode): Don't use
23644 selective-display.
23645 (tags-select-tags-table): Pass `button' to the action function.
23646 (select-tags-table): Place the side-info on button properties rather
23647 than in hidden text. Abbreviate file names.
23648 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
23649 (select-tags-table-select): Add `button' argument.
23650 Get side-info from the button property rather than from hidden text.
23651
23652 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
23653
23654 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
23655 (gud-speedbar-buttons): Preserve point if possible.
23656 (gud-sentinel): Restore previous speedbar display type.
23657
23658 * progmodes/gdb-ui.el (gdba): Improve diagram.
23659 (def-gdb-auto-update-handler, gdb-info-locals-handler)
23660 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
23661 Call get-buffer-window once.
23662
23663 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
23664
23665 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
23666 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
23667 (pascal-indent-command): Remove unused var `ind'.
23668 (pascal-indent-case): Remove unused var `oldpos'.
23669 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
23670 since it's now used as a proper minor mode map.
23671 (pascal-outline): Rename to pascal-outline-mode.
23672 (pascal-outline-mode): Use define-minor-mode.
23673 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
23674 selective-display.
23675
23676 2005-10-10 Andreas Schwab <schwab@suse.de>
23677
23678 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
23679 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
23680
23681 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
23682 outside source directory.
23683
23684 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
23685
23686 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
23687 C-x' as a prefix.
23688 (orgtbl-mode-map): Full keymap instead of sparse, because all
23689 `self-insert-command' keys are redefined in this map.
23690 (org-export-as-html): Specify charset for HTML file, by taking it
23691 from the coding system.
23692
23693 2005-10-10 Kenichi Handa <handa@m17n.org>
23694
23695 * textmodes/flyspell.el (flyspell-check-word-p):
23696 If unread-command-events is non-empty, don't call sit-for.
23697
23698 2005-10-09 Richard M. Stallman <rms@gnu.org>
23699
23700 * font-lock.el (font-lock-syntactic-keywords)
23701 (font-lock-keywords): Doc fixes.
23702
23703 * textmodes/flyspell.el (flyspell-external-point-words):
23704 Simplify logic, and don't try to check for consecutive appearances
23705 of one incorrect word.
23706
23707 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
23708
23709 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
23710 separator.
23711
23712 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
23713 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
23714 (gud-expansion-speedbar-buttons): New function.
23715 (gud-speedbar-buttons): Check for gud-comint-buffer.
23716
23717 2005-10-09 Bill Wohler <wohler@newt.com>
23718
23719 * Makefile.in (updates): Add mh-loaddefs dependency.
23720
23721 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
23722
23723 * speedbar.el (speedbar-file-key-map): Fix typo.
23724
23725 2005-10-09 Daniel Brockman <daniel@brockman.se>
23726
23727 * cus-start.el (line-spacing): Add custom spec.
23728
23729 2005-10-09 Romain Francoise <romain@orebokech.com>
23730
23731 * textmodes/ispell.el (ispell-check-version): Fix last change.
23732
23733 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23734
23735 * term/x-win.el: Remove -i, --icon-type from comment.
23736
23737 * startup.el (command-line-x-option-alist): Remove options -i,
23738 -itype, --icon-type, added -nb, --no-bitmap-icon.
23739
23740 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
23741
23742 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
23743 instead of :active.
23744
23745 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
23746
23747 * textmodes/ispell.el (ispell-check-version):
23748 Ignore hyphen, and all that follows, in aspell's version text.
23749
23750 2005-10-08 Jay Belanger <belanger@truman.edu>
23751
23752 * calc/calc-arith.el (math-known-square-matrixp): New function.
23753 (math-pow-fancy): Check for matrices before distributing exponent
23754 across products.
23755
23756 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
23757 fullscreen keypad. Suggested by Luc Teirlinck.
23758 (calc-keypad-show-input): Add space for formatting.
23759
23760 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
23761 Add square matrix option.
23762
23763 * calc/calc-poly.el (math-expand-term): Check for matrices instead
23764 of checking calc-matrix-mode when deciding how to expand.
23765
23766 * calc/calc.el (calc-set-mode-line): Add square matrix option.
23767
23768 2005-10-08 Lars Hansen <larsh@soem.dk>
23769
23770 * net/tramp.el (tramp-perl-directory-files-and-attributes):
23771 Add error handling.
23772 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
23773
23774 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
23775
23776 Sync with Tramp 2.0.51.
23777
23778 * net/tramp.el (tramp-handle-set-visited-file-modtime)
23779 (tramp-handle-insert-file-contents, tramp-handle-write-region):
23780 Insert special handling for `last-coding-system-used', again
23781 it still seems to be necessary (unlike stated before).
23782 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
23783 (tramp-password-prompt-regexp): There might be other words before
23784 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
23785 (tramp-chunksize): Improve docstring.
23786 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
23787 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
23788 Christian Joergensen <bugs@razor.dk>.
23789
23790 2005-10-07 Glenn Morris <rgm@gnu.org>
23791
23792 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
23793 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
23794 precision'.
23795
23796 2005-10-07 Romain Francoise <romain@orebokech.com>
23797
23798 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
23799 (ibuffer-do-shell-command-pipe-replace)
23800 (ibuffer-do-shell-command-file, ibuffer-do-eval)
23801 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
23802 (ibuffer-do-revert, ibuffer-do-replace-regexp)
23803 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
23804 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
23805 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
23806 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
23807 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
23808 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
23809 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
23810 Autoload file sans suffix.
23811
23812 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
23813
23814 2005-10-07 David Ponce <david@dponce.com>
23815
23816 * recentf.el (recentf-menu-open-all-flag): New option.
23817 (recentf-digit-shortcut-command-name): New function.
23818 (recentf--shortcuts-keymap): New variable.
23819 (recentf-menu-shortcuts): New variable.
23820 (recentf-make-menu-items): Initialize it. Replace the "More..."
23821 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
23822 (recentf-menu-value-shortcut): New function.
23823 (recentf-make-menu-item): Use it. No more in-lined.
23824 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
23825 (recentf-open-most-recent-file): Rename from
23826 `recentf-open-file-with-key'. Don't depend on key binding.
23827 (recentf-mode-map): New variable.
23828 (recentf-mode): Use it.
23829
23830 2005-10-06 Bill Wohler <wohler@newt.com>
23831
23832 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
23833
23834 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
23835 (MH-E-SRC): New. Used by mh-autoloads.
23836 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
23837 files in MH-E-SRC have been updated.
23838 (compile, recompile, bootstrap): Depend on mh-autoloads.
23839
23840 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
23841
23842 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
23843 gud-break and gud-remove icons when the fringe is not available.
23844
23845 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
23846 Typo.
23847
23848 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
23849
23850 * play/zone.el (zone): Wrap body with save-window-excursion.
23851
23852 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
23853
23854 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
23855 Use the new `list-only' arg to diary-list-entries.
23856
23857 * calendar/diary-lib.el: Use overlays rather than selective-display.
23858 (diary-selective-display): New var.
23859 (diary-header-line-format): Use it.
23860 (diary-list-entries): Add argument `list-only'.
23861 Put the buffer in diary-mode. Don't add \^M at beg and end.
23862 Replace \^M by invisible overlays.
23863 (diary-unhide-everything): Replace \^M by invisible overlays.
23864 (print-diary-entries): Look for overlays rather than \^M.
23865 Add a space to the temp buffer name.
23866 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
23867 Put the buffer in diary-mode.
23868 (list-sexp-diary-entries): Replace \^M by invisible overlays.
23869 (diary-anniversary): Make the year arg optional.
23870 (diary-time-regexp): New const.
23871 (diary-font-lock-keywords): Use it to accept a few more time formats.
23872
23873 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
23874
23875 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
23876
23877 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
23878 Fix bug introduced 2005-07-03: Use (car (last ...))
23879 to faithfully reproduce replaced artist-last.
23880 (artist-set-arrow-points-for-poly): Likewise.
23881 Suggested by Johan Bockg\e,Ae\e(Brd.
23882
23883 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
23884
23885 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
23886 * wid-edit.el (widget):
23887 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
23888 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
23889
23890 2005-10-06 Kenichi Handa <handa@m17n.org>
23891
23892 * international/mule-cmds.el (set-language-environment):
23893 Fix setting up of case-table for unibyte mode.
23894
23895 * simple.el (what-cursor-position): If the character is displayed
23896 by some `display' text property, show that. Don't use
23897 single-key-description for eight-bit characters in multibyte mode.
23898
23899 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
23900
23901 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
23902 (gdb-ann3): Set it.
23903 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
23904 (gdb-info-frames-custom): Use inverse-video for first five
23905 characters of selected frame only.
23906 (gdb-get-frame-number): Select frame even when point is on frame
23907 number.
23908
23909 2005-10-06 Masatake YAMATO <jet@gyve.org>
23910
23911 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
23912 Put `font-lock-function-name-face'.
23913 (gdb-info-frames-custom): Put `font-lock-function-name-face'
23914 and `font-lock-variable-name-face'
23915 (gdb-registers-font-lock-keywords): New font lock keywords definition.
23916 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
23917 (gdb-memory-font-lock-keywords): New font lock keywords definition.
23918 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
23919 (gdb-local-font-lock-keywords): New font lock keywords definition.
23920 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
23921 (gdb-threads-font-lock-keywords): New font lock keywords definition.
23922 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
23923
23924 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
23925
23926 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
23927 (ediff-merge-region-is-non-clash-to-skip): Previously called
23928 ediff-merge-region-is-non-clash.
23929
23930 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
23931 Use insert-buffer-substring.
23932
23933 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
23934 selecting files to patch. Also bug fixes.
23935
23936 * ediff-util.el (ediff-setup): Bug fix.
23937 (ediff-next-difference): Never skip clashes that differ in white
23938 space only.
23939
23940 * ediff-wind.el (ediff-setup-control-frame)
23941 (ediff-destroy-control-frame): Check the menubar feature.
23942
23943 * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
23944 (viper-refresh-mode-line): Use make-local-variable to localize
23945 some vars instead of make-variable-buffer-local. Suggested by
23946 Stefan Monnier.
23947
23948 * emulation/viper-init.el (viper-make-variable-buffer-local):
23949 Delete alias.
23950 (viper-restore-cursor-type, viper-set-insert-cursor-type):
23951 Use make-local-variable instead of make-variable-buffer-local.
23952 Suggested by Stefan Monnier.
23953
23954 * emulation/viper.el (viper-mode): Don't use
23955 viper-make-variable-buffer-local.
23956 (viper-comint-mode-hook): Use make-local-variable on
23957 require-final-newline.
23958 (viper-non-hook-settings): Don't use make-variable-buffer-local.
23959
23960 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
23961
23962 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
23963 also the second char of a comment-start sequence.
23964 (scheme-sexp-comment-syntax-table): New var.
23965 (lambda, define): Set their scheme-doc-string-elt property.
23966 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
23967 Use lisp-font-lock-syntactic-face-function now that it properly
23968 handles |...| symbols.
23969 (scheme-mode-variables): Set lisp-doc-string-elt-property,
23970 parse-sexp-lookup-properties and font-lock-extra-managed-props.
23971
23972 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
23973 bit from # to |.
23974 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
23975
23976 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
23977 (lisp-doc-string-elt-property): New var.
23978 (lisp-font-lock-syntactic-face-function): Use it.
23979 Rewrite to recognize docstrings even for forms not at toplevel.
23980
23981 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
23982 annotation on the | part of #| rather than on the # part.
23983 (scheme-font-lock-syntactic-face-function): New function, to
23984 distinguish strings from |...| symbols.
23985 (scheme-mode-variables): Use it. Also fix up the font-lock-time
23986 syntax-table so that #|...|# is properly highlighted.
23987
23988 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
23989 Don't mark as docstring the 3rd elem of an unknown toplevel form.
23990
23991 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
23992
23993 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
23994 and C-e.
23995
23996 * emacs-lisp/eldoc.el: Move comments into docstrings.
23997 (eldoc-message-commands): Initialize in its declaration.
23998 Add move-beginning-of-line and move-end-of-line.
23999 (eldoc-add-command, eldoc-add-command-completions)
24000 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
24001
24002 * outline.el (outline-mark-subtree): Activate the mark.
24003
24004 * calendar/appt.el (appt-time-regexp): New var.
24005 (appt-add, appt-make-list): Use it.
24006 (appt-convert-time): Clean up.
24007
24008 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
24009 Don't set any syntax-table property here.
24010 (tex-font-lock-verb): New function. Do it here.
24011 (tex-font-lock-syntactic-keywords): Use it.
24012
24013 2005-10-04 Richard M. Stallman <rms@gnu.org>
24014
24015 * wid-edit.el (widget-file-complete): Get the widget start point
24016 the right way. Default directory to `/' if file has none.
24017
24018 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
24019
24020 * textmodes/flyspell.el (flyspell-mode-on):
24021 Call ispell-maybe-find-aspell-dictionaries.
24022
24023 * textmodes/ispell.el (ispell-word, ispell-region):
24024 Call ispell-maybe-find-aspell-dictionaries.
24025 (ispell-accept-buffer-local-defs):
24026 Don't call ispell-maybe-find-aspell-dictionaries.
24027
24028 2005-10-04 Richard M. Stallman <rms@gnu.org>
24029
24030 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
24031
24032 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
24033
24034 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
24035 instead of `fboundp' in order to allow for anonymous functions.
24036
24037 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
24038
24039 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
24040 case the user clicks on the link while another window is selected.
24041 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
24042
24043 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
24044 functionality.
24045 (dframe-help-echo): Save point in case mouse tracking is off.
24046
24047 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
24048
24049 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
24050
24051 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
24052
24053 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
24054 not change the global value of those vars.
24055
24056 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
24057 make-local-variable which we do not need any more.
24058
24059 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
24060
24061 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
24062 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
24063 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
24064 (speedbar-path-line): Define obsolete aliases.
24065 (speedbar-line-directory): Doc fix.
24066
24067 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
24068 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
24069 instead of speedbar-line-path.
24070
24071 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24072
24073 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
24074 to nil if dropping on a window. Handle dropping on a minibuffer window
24075 like dropping on a non-window part of Emacs.
24076
24077 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
24078
24079 * net/ange-ftp.el: Use with-current-buffer.
24080 (ange-ftp-insert-directory): Do not follow symlinks any more.
24081
24082 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
24083 Remove interactive spec.
24084
24085 2005-10-03 Kim F. Storm <storm@cua.dk>
24086
24087 * ido.el (ido-mode): Use custom-initialize-set.
24088
24089 2005-10-02 Richard M. Stallman <rms@gnu.org>
24090
24091 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
24092 Use insert-buffer-substring.
24093
24094 * net/tramp.el: Pacify byte compiler warnings in pacification code.
24095 (tramp-handle-file-local-copy): Use insert-buffer-substring.
24096
24097 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
24098
24099 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
24100 in last change.
24101 (ange-ftp-insert-directory): Fix up the search for the case where
24102 `file' is absolute.
24103
24104 2005-10-02 Romain Francoise <romain@orebokech.com>
24105
24106 * progmodes/compile.el (compile-goto-error): Delete extra paren.
24107
24108 2005-10-02 Andreas Schwab <schwab@suse.de>
24109
24110 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
24111 directory component in the session info.
24112
24113 2005-10-01 Richard M. Stallman <rms@gnu.org>
24114
24115 * comint.el (comint-redirect-subvert-readonly): Doc fix.
24116
24117 * simple.el (next-error-internal): New function.
24118
24119 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
24120 (compilation-start): Pass new arg to compilation-buffer-name.
24121 (compile-goto-error): Use next-error-internal.
24122
24123 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
24124
24125 * speedbar.el: Remove RCS tag.
24126 (speedbar-check-read-only): Handle non-existent files.
24127
24128 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
24129
24130 * info.el (Info-speedbar-hierarchy-buttons)
24131 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
24132
24133 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24134
24135 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
24136 Do not match newline.
24137 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
24138 (bibtex-summary): Remove unnecessary save-excursion.
24139 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
24140
24141 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24142
24143 * term/mac-win.el: Add charset info for "iso10646-1".
24144 Modify default fontset to use ATSUI-compatible fonts for some charsets
24145 if available.
24146
24147 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
24148
24149 * speedbar.el: Re-apply arch tag.
24150 (speedbar-version): Rename to version 1.0. Suggested by Eric
24151 M. Ludlam.
24152 Reapply two changes from Emacs CVS' version of speedbar lost
24153 during the merge:
24154 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
24155 (speedbar-frame-parameters): Improve customize type.
24156
24157 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
24158
24159 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
24160 (ange-ftp-file-directory-p): Fix the symlink case.
24161 (ange-ftp-insert-directory): When listing a single file, get a list of
24162 the parent buffer and extract the relevant line. Inspired from a patch
24163 by Katsumi Yamaoka <yamaoka@jpl.org>.
24164 (ange-ftp-file-name-sans-versions): Simplify.
24165
24166 2005-09-30 Bill Wohler <wohler@newt.com>
24167
24168 Move MH-E image files from toolbar and mail directories into
24169 etc/images.
24170
24171 * mail/reply2.*: Move to etc/images/mail/reply*.
24172
24173 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
24174 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
24175 etc/images.
24176
24177 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
24178 * toolbar/reply*: Move to etc/images/mail.
24179
24180 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
24181
24182 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
24183
24184 * speedbar.el: New version 1.0pre3.
24185
24186 Frame management code (including timer, and mouse click specifics)
24187 moved to dframe.el:
24188 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
24189 (speedbar-timer): Removed. Use dframe-timer.
24190 (speedbar-close-frame): Removed. Use dframe-close-frame.
24191 (speedbar-activity-change-focus-flag): Removed. Use
24192 dframe-activity-change-focus-flag.
24193 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
24194 dframe-update-speed.
24195
24196 (speedbar-current-frame): New macro. Use this instead of the
24197 variable speedbar-frame.
24198
24199 (speedbar-use-images, speedbar-expand-image-button-alist)
24200 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
24201
24202 (speedbar-find-image-on-load-path): Removed. Replaced by
24203 defezimage in ezimage.el.
24204 (speedbar-expand-image-button-alist): Removed. Replaced by
24205 ezimage-expand-image-button-alist in ezimage.el.
24206
24207 (speedbar-ignored-directory-regexp)
24208 (speedbar-add-ignored-directory-regexp)
24209 (speedbar-ignored-directory-expressions)
24210 (speedbar-line-directory, speedbar-buffers-line-directory)
24211 (speedbar-directory-line, speedbar-buffers-line-directory):
24212 Renamed, replacing `path' with `directory'.
24213
24214 (speedbar-create-directory, speedbar-expand-line-descendants)
24215 (speedbar-toggle-line-expansion)
24216 (speedbar-contract-line-descendants): New commands.
24217
24218 (speedbar-query-confirmation-method, speedbar-select-frame-method)
24219 (speedbar-use-tool-tips-flag): New options.
24220
24221 (speedbar-check-read-only, speedbar-require-version)
24222 (speedbar-insert-separator, speedbar-buffers-tail-notes)
24223 (speedbar-handle-delete-frame, speedbar-try-completion)
24224 (speedbar-update-localized-contents): New functions.
24225
24226 (speedbar-incompatible-version, speedbar-ro-to-do-point)
24227 (speedbar-object-read-only-indicator): New variables.
24228
24229 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
24230 New hooks.
24231
24232 (speedbar-separator-face): New face.
24233
24234 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
24235 (speedbar-ignored-modes): Add fundamental-mode.
24236 (speedbar-directory-unshown-regexp): Add . directories.
24237
24238 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
24239 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
24240 `]' for full expand/close.
24241 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
24242
24243 (speedbar-check-vc): Support hidden files.
24244 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
24245 (speedbar-this-file-in-vc): Use vc-state if available. If VC
24246 state is nil, it is not checked out.
24247
24248 (speedbar-line-text, speedbar-line-token): Support expand buttons
24249 with no text.
24250 (speedbar-refresh): Universal argument acts as power-click.
24251 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
24252 that buffer to get variable values.
24253
24254 And many other bugfixes.
24255
24256 * dframe.el, ezimage.el, sb-image.el: New files.
24257
24258 * sb-*.xpm: Remove files. New image files installed into
24259 etc/images/ezimage.
24260
24261 2005-09-30 Kenichi Handa <handa@m17n.org>
24262
24263 * ps-mule.el (ps-mule-show-warning): If a character is in
24264 ps-print-translation-table, don't treat it as non-printable.
24265
24266 2005-09-30 David Ponce <david@dponce.com>
24267
24268 * tree-widget.el (tree-widget-themes-load-path): New variable.
24269 (tree-widget-themes-directory): Doc fix.
24270 (tree-widget-image-formats) [Emacs]: Doc fix.
24271 (tree-widget--locate-sub-directory): New function.
24272 (tree-widget-themes-directory): Use it.
24273
24274 * recentf.el (recentf-filename-handlers): Rename from
24275 `recentf-filename-handler'. Allow a list of functions.
24276 (recentf-menu-items-for-commands): Fix :help strings.
24277 (recentf-apply-filename-handlers): New function.
24278 (recentf-expand-file-name): Use it.
24279 (recentf-cleanup): Remove duplicates too.
24280
24281 2005-09-29 Juri Linkov <juri@jurta.org>
24282
24283 * faces.el: Rearrange face definitions to be in the same order as
24284 their face descriptions in "(emacs)Standard Faces".
24285
24286 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
24287
24288 * tooltip.el (tooltip): Add group `basic-faces'.
24289
24290 * buff-menu.el (Buffer-menu-buffer): Remove group
24291 `font-lock-highlighting-faces'.
24292
24293 * progmodes/compile.el (compilation-error, compilation-warning)
24294 (compilation-info, compilation-line-number, compilation-column-number):
24295 Change group from `font-lock-highlighting-faces' to `compilation'.
24296
24297 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
24298 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
24299 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
24300 (vhdl-font-lock-reserved-words-face)
24301 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
24302 `font-lock-highlighting-faces'.
24303
24304 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
24305
24306 2005-09-28 Kim F. Storm <storm@cua.dk>
24307
24308 * emulation/cua-base.el: Set CUA move property on additional commands:
24309 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
24310 forward-sexp, backward-sexp, forward-list, backward-list.
24311
24312 2005-09-28 Romain Francoise <romain@orebokech.com>
24313
24314 * comint.el (comint-show-output): Really set point at the
24315 beginning of the output when not using `comint-use-prompt-regexp'.
24316
24317 2005-09-27 Jay Belanger <belanger@truman.edu>
24318
24319 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
24320 in TeX mode.
24321
24322 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
24323
24324 * textmodes/org.el (org-table-sum): Fix format string.
24325
24326 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
24327 Quote face names.
24328
24329 2005-09-26 Romain Francoise <romain@orebokech.com>
24330
24331 * isearch.el (isearch-forward-regexp): Close doc string.
24332
24333 2005-09-25 Richard M. Stallman <rms@gnu.org>
24334
24335 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
24336
24337 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
24338
24339 * progmodes/compile.el (compilation-error-properties):
24340 When getting the file from the previous error message,
24341 correctly decode the new data format.
24342
24343 * progmodes/cc-cmds.el (c-electric-paren):
24344 Call old-blink-paren only for close-paren.
24345
24346 2005-09-24 Andreas Schwab <schwab@suse.de>
24347
24348 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
24349 condition.
24350
24351 2005-09-25 Romain Francoise <romain@orebokech.com>
24352
24353 * dired-aux.el (dired-copy-file-recursive):
24354 * dired.el (dired-delete-file):
24355 * ediff-mult.el (ediff-dir-diff-copy-file):
24356 * ediff-util.el (ediff-test-save-region):
24357 * forms.el (forms-mode):
24358 * ido.el (ido-file-internal, ido-delete-file-at-head):
24359 * log-edit.el (log-edit-done):
24360 * ses.el (ses-yank-resize):
24361 * play/gomoku.el (gomoku-human-plays, gomoku)
24362 (gomoku-human-resigns, gomoku-prompt-for-other-game)
24363 (gomoku-offer-a-draw):
24364 * play/landmark.el (lm-human-resigns, lm):
24365 * net/eudcb-ldap.el (eudc-ldap-check-base):
24366 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
24367 * progmodes/ebrowse.el (ebrowse-find-pattern):
24368 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
24369 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
24370 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
24371
24372 * vc.el (vc-delete-file):
24373 * play/gomoku.el (gomoku-terminate-game, gomoku)
24374 (gomoku-prompt-for-move, gomoku-human-takes-back):
24375 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
24376 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
24377
24378 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
24379
24380 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
24381 color rxvt terminals by using the code xterm.el used to use before
24382 2005-04-09 in order to match the colors used by rxvt.
24383
24384 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
24385
24386 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
24387 colors rxvt-unicode terminals by using the same code as xterm.el.
24388
24389 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
24390
24391 * textmodes/tex-mode.el (tex-font-lock-append-prop)
24392 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
24393 new symbol used for the tex-verbatim face.
24394
24395 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
24396
24397 * woman.el (woman-file-name):
24398 * wid-edit.el (widget-file-prompt-value)
24399 (widget-coding-system-prompt-value):
24400 * w32-fns.el (set-w32-system-coding-system):
24401 * vc.el (vc-version-diff, vc-annotate):
24402 * textmodes/reftex-auc.el (reftex-arg-cite)
24403 (reftex-arg-index-tag):
24404 * textmodes/refer.el (refer-get-bib-files):
24405 * textmodes/artist.el (artist-figlet-choose-font):
24406 * terminal.el (terminal-emulator):
24407 * replace.el (occur-read-primary-args):
24408 * rect.el (string-rectangle, string-insert-rectangle):
24409 * ps-print.el (ps-print-preprint):
24410 * progmodes/pascal.el (pascal-goto-defun):
24411 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
24412 * progmodes/compile.el (compilation-find-file):
24413 * printing.el (pr-interactive-n-up):
24414 * play/animate.el (animate-birthday-present):
24415 * net/rcompile.el (remote-compile):
24416 * man.el (man, Man-goto-section, Man-follow-manual-reference):
24417 * mail/rmailsum.el (rmail-summary-search-backward)
24418 (rmail-summary-search):
24419 * mail/rmailout.el (rmail-output-read-rmail-file-name)
24420 (rmail-output-read-file-name):
24421 * mail/rmail.el (rmail-search, rmail-search-backwards):
24422 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
24423 * locate.el (locate):
24424 * international/quail.el (quail-show-keyboard-layout):
24425 * international/mule.el (set-buffer-file-coding-system)
24426 (revert-buffer-with-coding-system, set-file-name-coding-system)
24427 (set-terminal-coding-system, set-keyboard-coding-system)
24428 (set-next-selection-coding-system):
24429 * international/mule-diag.el (describe-coding-system)
24430 (describe-font, describe-fontset):
24431 * international/mule-cmds.el (universal-coding-system-argument)
24432 (search-unencodable-char, describe-input-method)
24433 (set-language-environment, describe-language-environment):
24434 * international/codepage.el (codepage-setup):
24435 * international/code-pages.el (codepage-setup):
24436 * info.el (Info-search, Info-follow-reference)
24437 (Info-search-backward):
24438 * emacs-lisp/advice.el (ad-read-advised-function)
24439 (ad-read-advice-class, ad-clear-cache, ad-activate)
24440 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
24441 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
24442 (ad-read-regexp):
24443 * ediff-util.el (ediff-toggle-regexp-match):
24444 * ediff-ptch.el (ediff-prompt-for-patch-file):
24445 * dired-aux.el (dired-diff):
24446 * diff.el (diff):
24447 * cus-edit.el (custom-variable-prompt):
24448 * calendar/timeclock.el (timeclock-ask-for-project):
24449 * calc/calcalg3.el (calc-get-fit-variables):
24450 * calc/calc-store.el (calc-edit-variable)
24451 (calc-permanent-variable):
24452 * vc-mcvs.el (vc-mcvs-register):
24453 * shadowfile.el (shadow-define-literal-group):
24454 * woman.el (woman-file-name):
24455 * vc.el (vc-version-diff, vc-merge):
24456 * textmodes/reftex-index.el (reftex-index-complete-tag):
24457 * format.el (format-decode-buffer, format-decode-region):
24458 * emulation/viper-cmd.el (viper-read-string-with-history):
24459 * emacs-lisp/debug.el (cancel-debug-on-entry):
24460 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
24461 * ediff.el (ediff-merge-revisions)
24462 (ediff-merge-revisions-with-ancestor, ediff-revision):
24463 * completion.el (interactive-completion-string-reader):
24464 * calc/calc-prog.el (calc-user-define-formula):
24465 Follow convention for reading with the minibuffer.
24466
24467 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
24468
24469 * progmodes/python.el (python-describe-symbol): Add globals() and
24470 locals() to the arguments of emacs.ehelp.
24471
24472 2005-09-24 Magnus Henoch <mange@freemail.hu>
24473
24474 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
24475 New function, code extracted from ispell-valid-dictionary-list.
24476 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
24477 Call it.
24478
24479 2005-09-24 Eli Zaretskii <eliz@gnu.org>
24480
24481 * subr.el (version-regexp-alist): Extend valid syntax for version
24482 strings: allow any of the characters -,_,+ to separate the
24483 alpha/beta/rc part from the version part. Doc fix.
24484 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
24485
24486 2005-09-23 David Reitter <david.reitter@gmail.com>
24487
24488 * mail/mailclient.el: New file.
24489
24490 2005-09-23 Richard M. Stallman <rms@gnu.org>
24491
24492 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
24493 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
24494 Doc fixes.
24495
24496 * progmodes/cc-mode.el (c-font-lock-init):
24497 Specify font-lock-lines-before.
24498
24499 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
24500
24501 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
24502 whole conflict.
24503
24504 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
24505
24506 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
24507 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
24508 of `remap' feature when available. Additional key bindings for
24509 better tty support.
24510 (org-mode-restart, org-force-self-insert): New commands.
24511 (org-time-stamp-inactive): New command.
24512 (org-remap): New function.
24513 (org-table-auto-blank-field, org-level-color-stars-only): New options.
24514 (org-enable-fixed-width-editor): Move to `org-structure'
24515 customization group.
24516 (org-self-insert-command, orgtbl-self-insert-command): Modify to
24517 blank field after field motion commands.
24518
24519 2005-09-23 Kenichi Handa <handa@m17n.org>
24520
24521 * international/mule-cmds.el (set-language-environment):
24522 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
24523 have to call utf-translate-cjk-load-tables.
24524
24525 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
24526
24527 * mouse.el (mouse-move-drag-overlay): Fix last change.
24528
24529 2005-09-22 David Ponce <david@dponce.com>
24530
24531 * tree-widget.el (tree-widget-value-create): Fix previous change.
24532
24533 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
24534
24535 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
24536
24537 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
24538
24539 * mouse.el (mouse-move-drag-overlay): New function.
24540 (mouse-drag-region-1): Use it.
24541 Try to simplify a bit the state handling. Handle clicks on links
24542 inside intangible areas.
24543 (mouse-save-then-kill): Minor simplification.
24544 (mouse-secondary-overlay): Make it always non-nil instead of
24545 recreating it each time.
24546 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
24547 (mouse-kill-secondary, mouse-secondary-save-then-kill):
24548 Simplify accordingly.
24549
24550 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
24551
24552 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
24553
24554 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
24555
24556 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
24557 (ediff-file-name-sans-prefix): Treat nil as an empty string.
24558 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
24559 to patch.
24560
24561 * ediff-util.el: Use insert-buffer-substring.
24562
24563 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
24564
24565 * emulation/viper-cmd.el (viper-change-state): Don't move over the
24566 field boundaries in the minibuffer.
24567 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
24568 (viper-minibuffer-post-command-hook): New hook.
24569 (viper-line): Don't move cursor at bolp.
24570
24571 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
24572
24573 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
24574 avoid compiler warnings.
24575
24576 * emulation/viper-macs.el (ex-map): Better messages.
24577
24578 * emulation/viper-utils.el (viper-beginning-of-field): New function.
24579
24580 * emulation/viper.el: Replace make-variable-buffer-local with
24581 viper-make-variable-buffer-local everywhere, to avoid warnings.
24582
24583 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
24584
24585 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
24586 Delete unused var `old-selected-window'.
24587 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
24588 (mouse-drag-secondary): Delete unused var `start-frame'.
24589
24590 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
24591
24592 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
24593
24594 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
24595
24596 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
24597 Re-indent within 80 columns. Use inhibit-read-only.
24598
24599 2005-09-19 Romain Francoise <romain@orebokech.com>
24600
24601 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
24602
24603 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
24604
24605 * font-lock.el (font-lock-default-fontify-region): Don't add a line
24606 unconditionally, since the after-change-function already did it.
24607
24608 2005-09-19 Miles Bader <miles@gnu.org>
24609
24610 * net/newsticker.el: Get rid of CVS keyword.
24611
24612 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
24613
24614 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
24615 The prompt is formatted later.
24616
24617 2005-09-19 David Ponce <david@dponce.com>
24618
24619 * tree-widget.el (tree-widget-value-create): Save the converted
24620 tree :node widget.
24621
24622 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
24623
24624 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
24625 variable `message'.
24626
24627 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
24628
24629 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
24630 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
24631 <slawomir.nowaczyk.847@student.lu.se>.
24632
24633 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
24634
24635 * image.el (image-load-path): Use symbol `data-directory' instead
24636 of its value, for backward compatibility with packages that bind
24637 it during `find-image'. Suggested by Katsumi Yamaoka.
24638 (image-search-load-path): Handle symbols whose values are strings.
24639
24640 2005-09-18 Romain Francoise <romain@orebokech.com>
24641
24642 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
24643 with-current-buffer form in save-excursion.
24644
24645 2005-09-18 Deepak Goel <deego@gnufans.org>
24646
24647 * apropos.el (apropos-command): Fix `message' call: first arg
24648 should be a format spec. In this and all other cases that appear
24649 below and elsewhere in the source code, I made a change only when
24650 two conditions were satisfied: [1] I can think of a possibility
24651 that the arguments would cause an error, for example, the code in
24652 question relies on external variables such as filenames. [2] I
24653 was sure that the arg to `message' could not have been nil in the code.
24654
24655 * textmodes/tildify.el (tildify-region): Ditto.
24656
24657 * textmodes/reftex-index.el (reftex-index-change-entry)
24658 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
24659 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
24660 * textmodes/org.el (org-complete, org-deadline, org-schedule)
24661 (org-priority, org-table-sum):
24662 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
24663 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
24664 (flyspell-word, flyspell-display-next-corrections):
24665 * textmodes/bibtex.el (bibtex-print-help-message):
24666 * textmodes/artist.el (artist-key-set-point-poly):
24667 * term/mac-win.el (mac-services-insert-text):
24668 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
24669 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
24670 (vhdl-port-paste-testbench, vhdl-compose-new-component)
24671 (vhdl-compose-configuration):
24672 * progmodes/sh-script.el (sh-blink, sh-show-indent)
24673 (sh-set-indent, sh-learn-line-indent):
24674 * progmodes/ps-mode.el (ps-mode-target-column):
24675 * progmodes/idlwave.el (idlwave-make-tags)
24676 (idlwave-scan-library-catalogs):
24677 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
24678 * progmodes/gud.el (gud-jdb-analyze-source):
24679 * progmodes/flymake.el (flymake-log):
24680 * progmodes/ebnf2ps.el (ebnf-generate-region):
24681 * progmodes/cmacexp.el (c-macro-expansion):
24682 * progmodes/ada-xref.el (ada-treat-cmd-string):
24683 * progmodes/ada-mode.el (ada-create-case-exception-substring)
24684 (ada-justified-indent-current, ada-batch-reformat):
24685 * play/zone.el (zone):
24686 * play/landmark.el (lm-move):
24687 * play/decipher.el (decipher-show-alphabet):
24688 * net/newsticker.el (newsticker--display-jump)
24689 (newsticker--display-scroll):
24690 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
24691 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
24692 * mail/feedmail.el (feedmail-dump-message-to-queue):
24693 * eshell/esh-proc.el (eshell-remove-process-entry):
24694 * emulation/ws-mode.el (ws-last-error):
24695 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
24696 (viper-record-kbd-macro):
24697 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
24698 * emacs-lisp/lisp-mnt.el (lm-report-bug):
24699 * emacs-lisp/find-func.el (find-function-noselect):
24700 * calendar/timeclock.el (timeclock-status-string)
24701 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
24702 (timeclock-when-to-leave-string):
24703 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
24704 * calc/calc-units.el (calc-enter-units-table):
24705 * calc/calc-mode.el (calc-mode-record-mode):
24706 * woman.el (woman-mini-help):
24707 * wdired.el (wdired-change-to-wdired-mode):
24708 * vc.el (vc-retrieve-snapshot):
24709 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
24710 * startup.el (display-startup-echo-area-message):
24711 * simple.el (set-goal-column):
24712 * ses.el (ses-command-hook, ses-recalculate-cell):
24713 * server.el (server-process-filter):
24714 * printing.el (pr-interface-txt-print, pr-interface-printify)
24715 (pr-interface-ps):
24716 * pcvs.el (cvs-help):
24717 * log-edit.el (log-edit, log-edit-mode-help):
24718 * iswitchb.el (iswitchb-possible-new-buffer):
24719 * isearch.el (isearch-edit-string):
24720 * image-mode.el (image-mode, image-minor-mode):
24721 * ibuf-macs.el (define-ibuffer-filter):
24722 * hi-lock.el (hi-lock-find-patterns):
24723 * files.el (toggle-read-only):
24724 * ediff-util.el (ediff-copy-diff)
24725 (ediff-write-merge-buffer-and-maybe-kill):
24726 * echistory.el (Electric-history-undefined):
24727 * dnd.el (dnd-insert-text):
24728 * dired-aux.el (dired-query):
24729 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
24730 * bookmark.el (bookmark-bmenu-locate):
24731 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
24732 Fix `message' calls to ensure first arg is a format string.
24733 The change was made only when these two conditions were satisfied:
24734 [1] when there is a possibility that the arguments would cause an error
24735 for example, if the code in question relies on external variables
24736 such as filenames, and
24737 [2] if the arg to `message' could not have been nil in the code.
24738
24739 * pcomplete.el (pcomplete--help): Fix `message' format spec.
24740 Not having a %s would be weird, though not technically wrong.
24741
24742 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24743
24744 * term/mac-win.el (mac-add-charset-info): Doc fix.
24745
24746 2005-09-17 Romain Francoise <romain@orebokech.com>
24747
24748 * shell.el (shell-resync-dirs): Handle echoing processes more
24749 reliably. Don't insert resync command if `comint-process-echoes'
24750 is non-nil.
24751
24752 2005-09-17 Magnus Henoch <mange@freemail.hu>
24753
24754 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
24755 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
24756 aspell versions >= 0.60.
24757 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
24758 only if ispell-aspell-supports-utf8 is non-nil.
24759
24760 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
24761
24762 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
24763 buffer-local value to lisp-indent-function.
24764
24765 2005-09-17 Milan Zamazal <pdm@zamazal.org>
24766
24767 * progmodes/glasses.el (glasses-make-readable): If
24768 glasses-separator differs from underscore, put appropriate
24769 overlays over underscore characters.
24770 (glasses-convert-to-unreadable): If glasses-separator differs from
24771 underscore, try to convert glasses-separator characters to
24772 underscores.
24773
24774 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
24775
24776 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
24777 Use with-syntax-table and dolist.
24778
24779 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
24780
24781 * textmodes/reftex-auc.el:
24782 * textmodes/reftex-cite.el:
24783 * textmodes/reftex-dcr.el:
24784 * textmodes/reftex-global.el:
24785 * textmodes/reftex-parse.el:
24786 * textmodes/reftex-ref.el:
24787 * textmodes/reftex-sel.el:
24788 * textmodes/reftex-toc.el:
24789 * textmodes/reftex-vars.el:
24790 * textmodes/reftex.el: Small changes to remove compiler warnings.
24791
24792 * textmodes/reftex-index.el: Likewise.
24793 (reftex-query-index-phrase): More efficient use of markers.
24794
24795 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
24796
24797 * image.el (image-load-path): New variable.
24798 (image-search-load-path): New function.
24799 (find-image): Search for images in `image-load-path'.
24800
24801 2005-09-15 Richard M. Stallman <rms@gnu.org>
24802
24803 * follow.el: Change Maintainer field.
24804
24805 2005-09-15 David Ponce <david@dponce.com>
24806
24807 * recentf.el (recentf-save-file-modes): New option.
24808 (recentf-save-list): Use it.
24809
24810 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
24811
24812 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
24813 (mode-line-mule-info, mode-line-modified): Move bindings from
24814 mouse-3 to mouse-1.
24815
24816 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
24817
24818 * simple.el (sendmail-user-agent-compose): Revert last change.
24819
24820 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
24821
24822 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
24823 Use with-current-buffer.
24824 (ange-ftp-gwp-start): Remove unused var `gw-user'.
24825 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
24826 (ange-ftp-insert-directory): Remove unused var `short'.
24827 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
24828
24829 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
24830 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
24831
24832 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
24833 (check-calendar-holidays, diary-list-entries): Autoload.
24834 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
24835 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
24836
24837 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
24838 which mistakenly removed a call to display-buffer.
24839
24840 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
24841
24842 * obsolete/iso-insert.el: Move to obsolete/ from international/.
24843
24844 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
24845
24846 * progmodes/hideshow.el
24847 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
24848 (hs-allow-nesting): New user var.
24849 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
24850 (hs-hide-block-at-point): When nesting allowed,
24851 if there is already an overlay in place, delete it.
24852 (hs-safety-is-job-n): Delete func; remove call sites.
24853 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
24854 (hs-overlay-at): New func.
24855 (hs-already-hidden-p, hs-show-block): Use it.
24856 (hs-hide-all): Don't pre-clean if nesting allowed.
24857 (hs-show-all): Temporarily disallow
24858 nesting around call to `hs-discard-overlays'.
24859
24860 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
24861
24862 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
24863 Delete unused local var.
24864
24865 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
24866
24867 * help-fns.el (describe-categories): "?\ " -> "?\s".
24868 (help-do-arg-highlight): Recognize also ARG-n, as in
24869 `move-to-left-margin' (ARG+n is already recognized). Simplify.
24870
24871 * international/codepage.el (dos-unsupported-char-glyph):
24872 * net/newsticker.el (tool-bar-map, w3-mode-map)
24873 (w3m-minor-mode-map):
24874 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
24875 (ent-alist):
24876 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
24877
24878 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
24879
24880 * custom.el (custom-push-theme): Handle the case where a symbol is
24881 bound but face properties have not yet been assigned.
24882
24883 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
24884 Fix behavior if noerase is `t' and there is no mail buffer.
24885
24886 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
24887 if `continue' is nil, rather than signal an error.
24888
24889 2005-09-12 Richard M. Stallman <rms@gnu.org>
24890
24891 * font-lock.el (font-lock-keywords): Add autoload.
24892
24893 * help-fns.el (describe-variable): Rearrange to put source link
24894 in a predictable place.
24895
24896 * net/newsticker.el: New file.
24897
24898 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
24899
24900 * calendar/calendar.el (calendar-for-loop): Add edebug info.
24901 (calendar-basic-setup): Use the new nil arg.
24902 (number-of-diary-entries): Move to diary-lib.el.
24903
24904 * calendar/diary-lib.el: Use with-current-buffer, match-string.
24905 (diary-list-entries): Use with-syntax-table and dolist.
24906 Rename from list-diary-entries.
24907 Use number-of-diary-entries if `number' is nil.
24908 (diary, diary-view-entries): Use this new name and new nil arg value.
24909 (number-of-diary-entries): Move from calendar.el.
24910 (diary-unhide-everything): New function.
24911 (include-other-diary-files, fancy-diary-display)
24912 (diary-show-all-entries, make-diary-entry): Use it.
24913 (diary-mail-entries): Use buffer-string.
24914 (mark-diary-entries): Fix long standing paren typo.
24915 (diary-sexp-entry): Use count-lines.
24916 (make-diary-entry): Avoid `previous-line'.
24917 (diary-mode-map): New var.
24918 (diary-mode): Redraw cal after saving. Setup header-line.
24919 (fancy-diary-display-mode): Use local-set-key.
24920
24921 * startup.el (command-line): Try calling various terminal-init-foo-bar
24922 functions by stripping hyphenated suffixes from $TERM.
24923
24924 * files.el (normal-mode): Check boundness of font-lock-keywords.
24925
24926 2005-09-12 Richard M. Stallman <rms@gnu.org>
24927
24928 * progmodes/compile.el: Don't decide a file's directory
24929 until the user actually tries to go there.
24930 (compilation-next-error-function):
24931 Pass compilation-find-file the directory from the file-struct.
24932 (compilation-internal-error-properties): Separate local FILE-STRUCT
24933 from FILE. Doc the args better. Rename arg FMT to FMTS.
24934 (compilation-find-file): Arg DIR renamed to DIRECTORY.
24935 Expand it, and if nil, use default-directory.
24936 (compilation-get-file-structure): Don't mix specified directory
24937 with default directory. Put specified directory into
24938 file-struct. Don't make the file name absolute.
24939
24940 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
24941 (compile-command): Add autoload.
24942 (compilation-disable-input): Add autoload.
24943
24944 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
24945
24946 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
24947 strings of the variables it can override.
24948 (time-stamp): New (as yet undocumented) time-stamp-format escapes
24949 %Q and %q, for fully-qualified domain name and unqualified host name.
24950
24951 2005-09-11 Kim F. Storm <storm@cua.dk>
24952
24953 * emacs-lisp/authors.el (authors-aliases): Update list.
24954 (authors-fixed-entries): Update mldrag.el entry.
24955
24956 2005-09-10 Alan Mackenzie <acm@muc.de>
24957
24958 * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
24959 delimiter from the region narrowed to.
24960
24961 2005-09-10 Magnus Henoch <mange@freemail.hu>
24962
24963 * textmodes/ispell.el (ispell-check-version): Signal an error if
24964 aspell version is less than 0.60.
24965
24966 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
24967
24968 * progmodes/octave-inf.el (inferior-octave-startup):
24969 Resync current dir at the end.
24970
24971 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
24972
24973 * woman.el (woman-topic-at-point-default):
24974 Rename to woman-use-topic-at-point-default.
24975 (woman-topic-at-point): Rename to woman-use-topic-at-point.
24976 (woman-file-name): Reflect renames above. Automatically use the
24977 word at point as topic if woman-use-topic-at-point is non-nil.
24978 Otherwise offer it as default but don't insert it in the
24979 minibuffer. Also use `test-completion' instead of `assoc' as
24980 suggested by Stefan Monnier.
24981
24982 2005-09-10 Andre Spiegel <spiegel@gnu.org>
24983
24984 * vc.el (vc-directory, vc-update-change-log): Throw an error on
24985 the attempt to do it over Tramp. This is not yet supported.
24986
24987 2005-09-10 Eli Zaretskii <eliz@gnu.org>
24988
24989 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
24990 (menu-bar-non-minibuffer-window-p): New functions.
24991 ("Split Window", "Save As..."): Use them.
24992 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
24993 ("Print Buffer", "Truncate Long Lines in this Buffer"):
24994 Use menu-bar-menu-frame-live-and-visible-p.
24995 ("Save Buffer", "Insert File", "Open Directory...")
24996 ("Open File...", "Visit New File..."):
24997 Use menu-bar-non-minibuffer-window-p.
24998 (kill-this-buffer-enabled-p, dired <menu-enable>):
24999 Use menu-bar-non-minibuffer-window-p.
25000
25001 2005-09-09 Eli Zaretskii <eliz@gnu.org>
25002
25003 * cus-start.el (all): Don't complain about fringe-related
25004 built-ins if fringes are not supported. Ditto about
25005 selection-related built-ins. Fix the test for GTK-related built-ins.
25006
25007 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
25008 ("Postscript Print Buffer", "Print Region", "Save As...")
25009 ("Save", "Insert File...", "Open Directory...")
25010 ("Open File...", "Visit New File..."")
25011 ("Truncate Long Lines in this Buffer"): Don't look at
25012 menu-updating-frame if this display does not support multiple frames.
25013
25014 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
25015
25016 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
25017
25018 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
25019
25020 * woman.el: Format- and whitespace-related changes.
25021
25022 2005-09-09 Eli Zaretskii <eliz@gnu.org>
25023
25024 * woman.el: Fix my email address.
25025
25026 2005-09-08 Richard M. Stallman <rms@gnu.org>
25027
25028 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
25029 (sh-mode): Locally set skeleton-pair-default-alist.
25030
25031 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
25032
25033 * progmodes/flymake.el: Require `compile' unconditionally.
25034
25035 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
25036
25037 * woman.el (woman-file-name): Provide a default, not initial input.
25038
25039 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
25040
25041 * font-lock.el (font-lock-support-mode): Doc fix.
25042
25043 * descr-text.el (describe-property-list): Handle non-symbol prop names.
25044
25045 2005-09-08 Richard M. Stallman <rms@gnu.org>
25046
25047 * simple.el (blink-matching-open): Get rid of text props from
25048 the string shown in echo area. Don't permanently set point.
25049 Some rearrangements.
25050
25051 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
25052
25053 * recentf.el (recentf-filename-handler): Add custom choice
25054 `abbreviate-file-name'.
25055
25056 * msb.el (msb--very-many-menus): Fix typo.
25057
25058 * disp-table.el (standard-display-european): Don't set
25059 enable-multibyte-characters to nil.
25060
25061 2005-09-08 David Ponce <david@dponce.com>
25062
25063 * recentf.el (recentf-show-file-shortcuts-flag): New option.
25064 (recentf-expand-file-name): Doc fix.
25065 (recentf-dialog-mode-map): Define digit shortcuts.
25066 (recentf--files-with-key): New variable.
25067 (recentf-show-digit-shortcut-filter): New function.
25068 (recentf-open-files-items): New function.
25069 (recentf-open-files): Use it.
25070 (recentf-open-file-with-key): New command.
25071
25072 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
25073
25074 * buff-menu.el (Buffer-menu-sort-by-column): New function.
25075 Suggested by Kim F. Storm.
25076 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
25077 (Buffer-menu-make-sort-button): Use global keymap.
25078
25079 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
25080
25081 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
25082 (Man-getpage-in-background-advice): Remove defadvice; it isn't
25083 necessary any longer with the remapped command.
25084 (Man-bgproc-sentinel-advice): Remove defadvice which counts
25085 formatting time only.
25086
25087 * net/tramp.el (tramp-action-password)
25088 (tramp-multi-action-password): Compile the password prompt from
25089 `method', `user' and `host'. Sometimes it isn't obvious which
25090 password to enter, for example with remote files offered by
25091 recentf.el, or with multiple steps. Suggested by Robert Marshall
25092 <robert@chezmarshall.freeserve.co.uk>.
25093
25094 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
25095
25096 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
25097 Fix regexp for when "s///" is at the beginning of line.
25098
25099 2005-09-07 Jay Belanger <belanger@truman.edu>
25100
25101 * calc/calc-poly.el (math-expand-term): Multiply out any powers
25102 when in matrix mode.
25103
25104 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
25105
25106 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
25107 non-anonymous functions.
25108
25109 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
25110
25111 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
25112 when using a header line. Otherwise, use mouse-1-click-follows-link.
25113
25114 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
25115 can't be moved; don't signal an error.
25116
25117 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
25118
25119 * cus-theme.el (custom-theme-write-faces): Save the current face
25120 spec, not the defface spec.
25121
25122 * custom.el (custom-known-themes): Clarify meaning of "standard".
25123 (custom-push-theme): Save old values in the standard theme.
25124 (disable-theme): Correct typo.
25125 (custom-face-theme-value): Deleted unused function.
25126 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
25127
25128 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
25129
25130 * progmodes/compile.el (compilation-goto-locus): Take into account
25131 iconified frames when determining whether the buffer is
25132 already visible.
25133 Don't reset window height if the window already existed.
25134
25135 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
25136
25137 * custom.el (load-theme): Rename from require-theme.
25138 Add interactive spec.
25139 (enable-theme): Rename from custom-enable-theme.
25140 Add interactive spec.
25141 (disable-theme): Rename from custom-disable-theme.
25142 Add interactive spec.
25143 (custom-make-theme-feature): Doc fix.
25144 (custom-theme-directory): Doc fix.
25145 (provide-theme): Call enable-theme.
25146
25147 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
25148
25149 * obsolete/lazy-lock.el (lazy-lock-mode):
25150 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
25151 font-lock-mode if it's off. Print a warning instead.
25152
25153 * progmodes/compile.el (compilation-start): Ignore errors if the
25154 process died before we get to send-eof.
25155
25156 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
25157 Undo last change. Enclosing the result in quotes broke things on Unix
25158 since tex-send-command passes it through shell-quote-argument.
25159 (tex-send-command): Pass `file' through convert-standard-filename
25160 when possible.
25161 (tex-uptodate-p): Handle the case where TeX hasn't put additional
25162 info in a transcript.
25163
25164 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
25165
25166 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
25167 fix compilation warning. Reorder the key definitions to group
25168 together keys emitted by the current version of xterm.
25169
25170 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
25171 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
25172 Reorder predicates to correct min-color usage.
25173
25174 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
25175
25176 * longlines.el (longlines-mode): Inhibit read-only when encoding.
25177 Kill local variables when longlines-mode is turned off.
25178
25179 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
25180
25181 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
25182
25183 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
25184
25185 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
25186
25187 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
25188 (font-lock-lines-before): Change default to being inactive.
25189 (font-lock-default-fontify-region): Obey font-lock-lines-before.
25190 (font-lock-after-change-function): Don't handle f-l-lines-before here.
25191
25192 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
25193
25194 * net/tramp.el (tramp-handle-make-auto-save-file-name):
25195 Deactivate temporarily advice if active (not needed for Emacs 22,
25196 but for backwards compatibility).
25197 (tramp-exists-file-name-handler): Rewrite. First implementation
25198 was too simple.
25199 (tramp-advice-make-auto-save-file-name):
25200 Call `tramp-handle-make-auto-save-file-name' (again, just for
25201 backwards compatibility).
25202
25203 2005-08-31 Reto Zimmermann <reto@gnu.org>
25204
25205 * progmodes/vhdl-mode.el
25206 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
25207 (vhdl-end-p): Fix indentation bug "else" after "-- when".
25208 (vhdl-set-default-project): New function (easier setting of default).
25209 (vhdl-port-copy): Handle extended identifiers for generics.
25210 (vhdl-compiler-alist): Better description for error message regexp.
25211 (vhdl-make): Query for target, use previous as default.
25212 (vhdl-port-copy): Fix port copy for port names starting with "signal".
25213 (vhdl-font-lock-keywords-2): Fix fontification for record
25214 el. assign.
25215 (vhdl-speedbar-make-subpack-line): Add package body link.
25216 (vhdl-generate-makefile-1): Not include itself as dependency.
25217 (vhdl-font-lock-init): Highlight c-preprocessor directives.
25218 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
25219 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
25220 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
25221 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
25222 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
25223 (vhdl-import-project): Add string argument for `error'.
25224 (vhdl-compose-configuration)
25225 (vhdl-compose-configuration-architecture): Add configuration
25226 declaration generation.
25227 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
25228 (vhdl-trailer-re): Add "record" keyword (better indentation).
25229 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
25230 "[^ \t-\"]+".
25231 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
25232 (vhdl-testbench-entity-file-name)
25233 (vhdl-testbench-architecture-file-name): Allow separate
25234 customization of testbench file names.
25235 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
25236 (vhdl-get-visible-signals): Allow newline within alias declaration.
25237 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
25238 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
25239 (member-ignore-case): Alias for missing function in XEmacs.
25240 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
25241 (vhdl-update-sensitivity-list): Ignore case on read signals.
25242 (vhdl-replace-string): Adjust case only for file names.
25243 (vhdl-update-sensitivity-list): Fix search for read signals.
25244 (vhdl-update-sensitivity-list): Exclude formal parameters.
25245 (vhdl-get-visible-signals): Include aliases of signals.
25246 (vhdl-get-visible-signals): Fix signal name searching.
25247 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
25248 (vhdl-fixup-whitespace-region): Fix for character
25249 literals (e.g. `:').
25250
25251 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
25252
25253 * ansi-color.el (comint-last-output-start):
25254 * bs.el (font-lock-verbose):
25255 * diff-mode.el (add-log-buffer-file-name-function):
25256 * dired-x.el (vm-folder-directory):
25257 * faces.el (help-xref-stack-item):
25258 * files.el (font-lock-keywords):
25259 * find-lisp.el (dired-buffers, dired-subdir-alist):
25260 * ido.el (cua-inhibit-cua-keys):
25261 * log-view.el (cvs-minor-wrap-function):
25262 * outline.el (font-lock-warning-face):
25263 * simple.el (compilation-current-error):
25264 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
25265 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
25266 * tooltip.el (comint-prompt-regexp):
25267 * w32-fns.el (explicit-shell-file-name):
25268 * term/mac-win.el (mac-charset-info-alist)
25269 (mac-services-selection, mac-system-script-code):
25270 * term/tty-colors.el (msdos-color-values):
25271 * term/w32-win.el (xlfd-regexp-registry-subnum):
25272 * term/x-win.el (x-keysym-table, x-selection-timeout)
25273 (x-session-id, x-session-previous-id):
25274 * textmodes/ispell.el (mail-yank-prefix):
25275 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
25276 * textmodes/org.el (calc-embedded-close-formula)
25277 (calc-embedded-open-formula)
25278 (font-lock-unfontify-region-function):
25279 * textmodes/reftex-global.el (isearch-next-buffer-function)
25280 (TeX-master):
25281 * textmodes/reftex.el (font-lock-keywords):
25282 * textmodes/tex-mode.el (font-lock-comment-face)
25283 (font-lock-doc-face):
25284 * textmodes/texinfo.el (outline-heading-alist):
25285 Add defvars.
25286
25287 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
25288 (artist-spray-chars, artist-mode-init, artist-replace-string)
25289 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
25290 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
25291 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
25292
25293 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
25294 (conf-align-assignments): "?\ " -> "?\s".
25295
25296 * textmodes/reftex-index.el (TeX-master): Add defvar.
25297 (reftex-index-phrases-marker): Move up defvar.
25298
25299 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
25300 (reftex-toc-include-labels-indicator)
25301 (reftex-toc-include-index-indicator)
25302 (reftex-toc-max-level-indicator): Move up declarations.
25303
25304 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
25305 of args to `tramp-run-real-handler', even if it's empty in this case.
25306
25307 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25308
25309 * dired.el (dired-move-to-filename-regexp): Add date format for
25310 Mac OS X 10.3 in East Asian locales.
25311
25312 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
25313
25314 * files.el (make-auto-save-file-name): Add file name handler call
25315 if applicable.
25316
25317 * net/tramp.el (tramp-file-name-handler-alist)
25318 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
25319 (tramp-handle-make-auto-save-file-name): Rename from
25320 `tramp-make-auto-save-file-name'.
25321 (tramp-exists-file-name-handler): New defun.
25322 (tramp-advice-make-auto-save-file-name): Make defadvice only when
25323 `make-auto-save-file-name' is not a magic file name operation.
25324
25325 2005-08-30 Richard M. Stallman <rms@gnu.org>
25326
25327 * files.el (risky-local-variable-p):
25328 Match `-predicates' and `-commands.
25329
25330 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
25331 (custom-save-all): Visit the file if necessary;
25332 kill the buffer if we created it.
25333 (custom-save-delete): Don't visit file or kill buffer here.
25334
25335 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
25336
25337 * textmodes/org.el (org-special-keyword): New face.
25338 (org-table-copy-down, org-table-eval-formula)
25339 (org-table-recalculate, org-init-section-numbers):
25340 Use `string-to-number' instead of `string-to-int'.
25341 (org-get-location): Use `insert-buffer-substring' instead of
25342 `insert-buffer'.
25343 (org-modify-diary-entry-string): New function.
25344 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
25345 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
25346 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
25347 active region.
25348 (org-export-as-html): Handle QUOTE keyword.
25349 (org-quote-string): New option.
25350 (org-bookmark-jump-unhide): New function, used for
25351 `bookmark-after-jump-hook'.
25352 (org-diary-default-entry): Apply only when not called through
25353 `org-agenda'.
25354
25355 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
25356
25357 * net/eudc.el (mode-popup-menu):
25358 * play/handwrite.el (ps-printer-name, ps-lpr-command):
25359 * progmodes/ada-mode.el (compile-auto-highlight)
25360 (skeleton-further-elements):
25361 * progmodes/autoconf.el (font-lock-syntactic-keywords):
25362 * progmodes/cmacexp.el (msdos-shells):
25363 * progmodes/compile.el (font-lock-extra-managed-props)
25364 (font-lock-keywords, font-lock-maximum-size)
25365 (font-lock-support-mode):
25366 * progmodes/grep.el (font-lock-lines-before):
25367 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
25368 * progmodes/mixal-mode.el (compile-command):
25369 * progmodes/perl-mode.el (font-lock-comment-face)
25370 (font-lock-doc-face, font-lock-string-face):
25371 * progmodes/prolog.el (comint-prompt-regexp):
25372 * progmodes/sh-script.el (font-lock-comment-face)
25373 (font-lock-set-defaults, font-lock-string-face):
25374 * progmodes/sql.el (font-lock-keyword-face)
25375 (font-lock-set-defaults, font-lock-string-face):
25376 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
25377 (itimer-version, lazy-lock-defer-contextually)
25378 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
25379 Add defvars.
25380
25381 * progmodes/cperl-mode.el (cperl-electric-lbrace)
25382 (cperl-electric-keyword, cperl-electric-pod)
25383 (cperl-electric-backspace, cperl-forward-re)
25384 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
25385 (vc-rcs-header, vc-sccs-header): Add defvars.
25386
25387 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
25388 (font-lock-syntactic-keywords, gud-find-expr-function):
25389 Add defvars.
25390
25391 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
25392 (gdb-frame-parameters): Declare before use.
25393
25394 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
25395 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
25396 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
25397 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
25398
25399 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
25400 (idlwave-help-with-source): Use `insert-buffer-substring', not
25401 `insert-buffer'.
25402
25403 2005-08-29 Juri Linkov <juri@jurta.org>
25404
25405 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
25406 Put outline-back-to-heading function call inside save-excursion.
25407
25408 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
25409
25410 * man.el (Man-init-defvars, Man-translate-references)
25411 (Man-support-local-filenames, Man-highlight-references):
25412 * progmodes/sql.el (sql-interactive-mode):
25413 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
25414
25415 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
25416 (compilation-mode-font-lock-keywords): Add defvars.
25417 (checkdoc-interactive-loop): "?\ " -> "?\s".
25418
25419 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
25420 (font-lock-doc-face, font-lock-string-face)
25421 (font-lock-keywords-case-fold-search): Add defvars.
25422 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
25423
25424 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
25425 Don't pass X and Y (they are ignored anyway).
25426 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
25427 (mouse-delete-window): Make arguments optional.
25428
25429 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
25430 (caesar-translate-table, minor-modes, news-buffer-save)
25431 (news-group-name, news-minor-modes): Add defvars.
25432
25433 * emacs-lisp/lselect.el (mouse-highlight-priority)
25434 (x-lost-selection-functions, zmacs-regions):
25435 * emacs-lisp/pp.el (font-lock-verbose):
25436 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
25437 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
25438 (ses-mode-map):
25439 * emacs-lisp/tcover-unsafep.el (safe-functions):
25440 * international/mule-cmds.el (mac-system-coding-system)
25441 (mac-system-locale):
25442 * language/ethio-util.el (rmail-current-message)
25443 (rmail-message-vector):
25444 * language/thai-util.el (thai-auto-composition-mode):
25445 * mail/metamail.el (rmail-current-message, rmail-message-vector):
25446 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
25447 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
25448 (vm-primary-inbox, vm-spool-files):
25449 * mail/rmail.el (deleted-head, font-lock-fontified)
25450 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
25451 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
25452 (total-messages):
25453 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
25454 (rmail-summary-mode-map):
25455 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
25456 (rmail-last-label, rmail-last-multi-labels)
25457 (rmail-summary-vector, rmail-total-messages):
25458 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
25459 * mail/rmailsum.el (msgnum):
25460 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
25461 (rmail-current-message):
25462 * obsolete/fast-lock.el (font-lock-face-list):
25463 * obsolete/rnewspost.el (mail-reply-buffer):
25464 * obsolete/scribe.el (compile-command):
25465 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
25466
25467 2005-08-28 John Paul Wallington <jpw@gnu.org>
25468
25469 * ibuf-ext.el (ibuffer-auto-update-changed):
25470 Use `frame-or-buffer-changed-p' to check whether we need to update.
25471 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
25472 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
25473 as a `frame-or-buffer-changed-p' state vector instead.
25474
25475 2005-08-27 Romain Francoise <romain@orebokech.com>
25476
25477 * textmodes/makeinfo.el (makeinfo-compile):
25478 Use `compilation-start'. Set `next-error-function' according to
25479 `disable-errors'.
25480 (makeinfo-next-error): New function.
25481 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
25482 (makeinfo-buffer): Likewise.
25483
25484 * progmodes/compile.el (compilation-start): Add autoload cookie.
25485
25486 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
25487 * textmodes/sgml-mode.el: Likewise.
25488 * progmodes/python.el: Likewise.
25489
25490 2005-08-27 Eli Zaretskii <eliz@gnu.org>
25491
25492 * simple.el (blink-matching-paren-distance): Document the meaning
25493 of nil value, and allow to customize to nil.
25494
25495 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
25496 command.com, not command.exe.
25497
25498 2005-08-26 John Wiegley <johnw@newartisans.com>
25499
25500 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
25501 code around a bit so that an extraneous nil argument is not added
25502 to a command when no args are given.
25503
25504 * eshell/esh-arg.el (eshell-parse-double-quote): If a
25505 double-quoted argument resolves to nil, return it as an empty
25506 string rather than as nil. This made it impossible to pass "" to
25507 a shell script as a null string argument.
25508
25509 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
25510
25511 * outline.el (outline-invent-heading): New fun.
25512 (outline-promote, outline-demote): Use it.
25513 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
25514 (outline-end-of-subtree): Remove unused var `opoint'.
25515
25516 2005-08-26 David Reitter <david.reitter@gmail.com>
25517
25518 * menu-bar.el (truncate-lines, write-file, print-buffer)
25519 (ps-print-buffer-faces, ps-print-buffer, split-window):
25520 Disable menu items when the frame they refer to is invisible, or when
25521 they refer to a buffer and the minibuffer is selected.
25522
25523 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
25524
25525 * progmodes/flymake.el (flymake-highlight-err-lines):
25526 Use save-excursion around flymake-highlight-line to preserve point.
25527
25528 2005-08-26 Eli Zaretskii <eliz@gnu.org>
25529
25530 * progmodes/octave-mod.el: Change Author and Maintainer address.
25531 (octave-maintainer-address): Change Kurt's email address.
25532 * progmodes/octave-inf.el: Change Author and Maintainer address.
25533 * progmodes/octave-hlp.el: Change Author and Maintainer address.
25534
25535 2005-08-26 Kim F. Storm <storm@cua.dk>
25536
25537 * subr.el (version-list-<, version-list-<=, version-list-=):
25538 Rename from integer-list-*.
25539 (version-list-not-zero): Likewise. Fix while loop.
25540 (version=): Use version-list-= instead of string-equal.
25541
25542 2005-08-26 Richard M. Stallman <rms@gnu.org>
25543
25544 * outline.el (outline-promote): Try shortening the heading.
25545 As last resort, read the heading to use.
25546 (outline-demote): As last resort, read the heading to use.
25547
25548 2005-08-26 Romain Francoise <romain@orebokech.com>
25549
25550 * progmodes/compile.el (compilation-start): Doc fix.
25551
25552 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
25553 (antlr-font-lock-additional-keywords): Fix reference to
25554 `antlr-font-lock-literal-regexp' erroneously changed during the
25555 mass face rename.
25556 (antlr-run-tool): Use `compilation-start'.
25557
25558 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
25559 instead of the obsolete `compile-internal'.
25560
25561 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
25562
25563 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
25564 (number, original-date):
25565 * calendar/cal-china.el (date):
25566 * calendar/cal-coptic.el (date):
25567 * calendar/cal-french.el (date):
25568 * calendar/cal-hebrew.el (date, entry, number, original-date):
25569 * calendar/cal-islam.el (date, number, original-date):
25570 * calendar/cal-iso.el (date):
25571 * calendar/cal-julian.el (date):
25572 * calendar/cal-mayan.el (date):
25573 * calendar/cal-menu.el (date, event):
25574 * calendar/cal-persia.el (date):
25575 * calendar/lunar.el (date):
25576 * calendar/solar.el (date): Add defvars.
25577
25578 * emerge.el:
25579 * ibuffer.el:
25580 * info-xref.el:
25581 * obsolete/bg-mouse.el:
25582 * obsolete/sun-curs.el:
25583 * obsolete/swedish.el: Move the `defvar's to the top level.
25584
25585 * smerge-mode.el (smerge-refined-change): Add :group.
25586
25587 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
25588
25589 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
25590 (smerge-keep-n): Remove props.
25591 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
25592 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
25593 now that it's done in smerge-keep-n.
25594 (smerge-refined-change): New face.
25595 (smerge-refine-chopup-region, smerge-refine-highlight-change)
25596 (smerge-refine): New funs.
25597 (smerge-basic-map): Bind smerge-refine.
25598
25599 2005-08-25 Juri Linkov <juri@jurta.org>
25600
25601 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
25602 compilation-process-setup-function and compilation-disable-input
25603 in grep-mode instead of let-bindings in grep.
25604
25605 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
25606 Delete "Automatic File De/compression" (auto-compression-mode).
25607
25608 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
25609
25610 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
25611 Silence warning about non-existent variable.
25612
25613 2005-08-25 Richard M. Stallman <rms@gnu.org>
25614
25615 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
25616 Rename "Describe Key" to "Describe Key or Mouse Operation".
25617
25618 * mail/mailalias.el (build-mail-aliases): Delete comments
25619 from the contents before processing them.
25620
25621 * isearch.el (isearch-edit-string): Erase the Search prompt
25622 if user enters an empty string and there is no default.
25623
25624 * comint.el (comint-file-name-prefix): Add autoload.
25625
25626 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
25627
25628 * subr.el (play-sound): Rearrange to avoid warning.
25629
25630 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
25631
25632 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
25633 New hook.
25634 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
25635
25636 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
25637
25638 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
25639
25640 * custom.el (custom-theme-set-variables): Sort minor modes last.
25641
25642 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25643
25644 * subr.el (version-separator, version-regexp-alist): New vars used by
25645 version comparison funs.
25646 (integer-list-<, integer-list-=, integer-list-<=)
25647 (integer-list-not-zero): New funs for integer list comparison.
25648 (version-to-list, version=, version<, version<=): New funs for version
25649 comparison.
25650
25651 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
25652
25653 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
25654 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
25655 time to silence the byte-compiler.
25656
25657 * ibuffer.el (ibuffer-compile-make-eliding-form)
25658 (ibuffer-check-formats): Use `with-no-warnings' to hide references
25659 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
25660 so it's silly to get warnings for it).
25661 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
25662 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
25663 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
25664 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
25665 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
25666 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
25667 Defvar at compile time.
25668 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
25669 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
25670 Declare them before use.
25671
25672 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
25673 (info-xref-good, info-xref-bad): Defvar at compile time.
25674
25675 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
25676 Use `let*' instead of `let'.
25677
25678 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
25679 (*mouse-y*, menu, char): Defvar at compile time.
25680 (sc::menu): Declare it before use.
25681 (sc::pack-one-line): Use `let', not `let*'.
25682
25683 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
25684 (mail-send-hook): Defvar at compile time.
25685
25686 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
25687 Defvar at compile time.
25688
25689 * term/sun-mouse.el (current-global-mousemap)
25690 (current-local-mousemap): Declare them before use.
25691
25692 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
25693
25694 * bookmark.el (bookmark-after-jump-hook): New hook.
25695 (bookmark-jump): Run `bookmark-after-jump-hook'.
25696
25697 2005-08-23 Juri Linkov <juri@jurta.org>
25698
25699 * faces.el (minibuffer-prompt): Doc fix.
25700
25701 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
25702
25703 * progmodes/xscheme.el: Trivial changes to silence warnings.
25704 (xscheme-previous-mode, xscheme-previous-process-state):
25705 Add defvars.
25706 (xscheme-last-input-end, xscheme-process-command-line)
25707 (xscheme-process-name, xscheme-buffer-name)
25708 (xscheme-expressions-ring-max, xscheme-expressions-ring)
25709 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
25710 (xscheme-control-g-synchronization-p)
25711 (xscheme-control-g-disabled-p, xscheme-string-receiver)
25712 (default-xscheme-runlight, xscheme-runlight)
25713 (xscheme-runlight-string, xscheme-process-filter-state)
25714 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
25715 Move to beginning of file.
25716 (scheme-interaction-mode-commands-alist)
25717 (scheme-interaction-mode-map, scheme-debugger-mode-map):
25718 Declare them before use. Note: the initialization code for the
25719 variables has not been moved because it uses functions that reference
25720 the variables.
25721 (xscheme-control-g-message-string, xscheme-process-filter-alist)
25722 (xscheme-prompt-for-expression-map): Declare them before use.
25723 (scheme-debugger-mode-commands): "?\ " -> "?\s".
25724
25725 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
25726
25727 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
25728
25729 2005-08-22 Juri Linkov <juri@jurta.org>
25730
25731 * faces.el (set-face-underline): Delete this duplicate function
25732 and make an obsolete alias to set-face-underline-p.
25733 (set-face-underline-p): Use docstring of set-face-underline.
25734 (describe-face): Create hyperlink to parent face.
25735
25736 * info.el (Info-insert-dir): Use save-excursion around
25737 insert-buffer-substring.
25738 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
25739 (Info-escape-percent): Delete function.
25740 (Info-fontify-node): Replace Info-escape-percent by
25741 replace-regexp-in-string with REP arg set to lambda that
25742 duplicates `%' and preserves text properties.
25743
25744 * progmodes/compile.el (compilation-disable-input): Doc fix.
25745 (define-compilation-mode): Doc fix and refill.
25746 (kill-compilation): Use `mode-name' in the error message.
25747 (compilation-find-file): Use `compilation-error' in the
25748 read-file-name's prompt.
25749
25750 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
25751
25752 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
25753 (smerge-auto-leave): Make undo re-enable the mode.
25754 (debug-ignored-errors): Add the user-error of impossible resolution.
25755 (smerge-resolve): Move things around a bit, in preparation for later.
25756 (smerge-diff): Don't fail if the buffer has no associated file.
25757 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
25758 (smerge-conflict-overlay): New function.
25759 (smerge-match-conflict): Don't add text properties here.
25760 (smerge-find-conflict): Instead, add an overlay here.
25761 Also check for the case where we're inside a conflict already, so as to
25762 obviate the need for font-lock-multiline, which is unbearably slow with
25763 large conflicts and ciomplex font-lock patterns.
25764 (smerge-remove-props): Remove overlay rather than text-properties.
25765 (smerge-mode): Don't set font-lock-multiline.
25766 Remove overlays when turned off.
25767
25768 2005-08-21 Kim F. Storm <storm@cua.dk>
25769
25770 * ido.el (ido-ignore-item-p): Use save-match-data.
25771 Bind case-fold-search to ido-case-fold locally.
25772
25773 2005-08-20 Richard M. Stallman <rms@gnu.org>
25774
25775 * files.el (normal-mode): If font lock is on, turn it off and on.
25776
25777 * subr.el (replace-regexp-in-string): Doc fix.
25778
25779 * startup.el (command-line-1): Don't suppress startup screen
25780 due to existing processes.
25781
25782 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
25783
25784 * progmodes/compile.el (compilation-disable-input): Default to nil.
25785
25786 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
25787
25788 * progmodes/compile.el (compilation-disable-input): New defcustom.
25789 (compilation-start): If compilation-disable-input is non-nil, send
25790 EOF to the compilation process.
25791
25792 2005-08-20 Eli Zaretskii <eliz@gnu.org>
25793
25794 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
25795 Run the argument of tex-shell-cd-command through
25796 convert-standard-filename, to get the correct style of slashes on
25797 Windows, and enclose the result in quotes, in case the file name
25798 includes whitespace or other special characters.
25799
25800 2005-08-19 Andreas Schwab <schwab@suse.de>
25801
25802 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
25803 process.
25804
25805 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
25806
25807 * cus-start.el (minibuffer-prompt-properties): Correct typo.
25808
25809 2005-08-18 Kim F. Storm <storm@cua.dk>
25810
25811 * scroll-lock.el: Fix errors due to incorrect line wrapping.
25812
25813 2005-08-18 Richard M. Stallman <rms@gnu.org>
25814
25815 * scroll-lock.el: New file.
25816
25817 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
25818
25819 * dired.el (dired-move-to-end-of-filename):
25820 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
25821
25822 2005-08-18 Kim F. Storm <storm@cua.dk>
25823
25824 * ido.el (ido-everywhere): Fix defcustom :set function to disable
25825 rather than toggle mode when custom value is nil.
25826 (ido-everywhere): Fix defun doc string.
25827
25828 2005-08-17 Richard M. Stallman <rms@gnu.org>
25829
25830 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
25831 as tag instead of "Inviolable".
25832
25833 2005-08-17 Kim F. Storm <storm@cua.dk>
25834
25835 * windmove.el (windmove-coordinates-of-position): Remove.
25836 (windmove-coordinates-of-window-position): Remove.
25837 (windmove-reference-loc): Use posn-at-point instead.
25838
25839 * subr.el (insert-for-yank-1): Doc fix.
25840
25841 * ido.el (ido-enter-matching-directory): Rename from
25842 ido-enter-single-matching-directory. Change `slash' choice to
25843 `only'. Add `first' choice.
25844 (ido-exhibit): Adapt to above changes.
25845
25846 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
25847
25848 * Makefile.in: Expand comment about building loaddefs.el.
25849
25850 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
25851
25852 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
25853 Comment use of defadvice.
25854
25855 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
25856
25857 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
25858
25859 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
25860 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
25861 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
25862 * progmodes/idlw-shell.el, progmodes/ld-script.el,
25863 * progmodes/which-func.el, ruler-mode.el, strokes.el,
25864 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
25865 for backward compatibility for faces that did not appear in the
25866 previous Emacs release.
25867
25868 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
25869
25870 2005-08-15 Kim F. Storm <storm@cua.dk>
25871
25872 * emulation/cua-base.el (cua-delete-region): Return t if
25873 deleted region was non-empty.
25874 (cua-replace-region): Inhibit overwrite-mode for
25875 self-insert-command if replaced region was non-empty.
25876 (cua--explicit-region-start, cua--status-string): Make them
25877 buffer-local at top-level...
25878 (cua-mode): ...rather than when mode is enabled.
25879
25880 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
25881
25882 * progmodes/vhdl-mode.el (vhdl-emacs-21):
25883 Set t for Emacs 21, 22, and so on.
25884
25885 2005-08-15 David Ponce <david@dponce.com>
25886
25887 * tree-widget.el: Update Commentary header.
25888 (tree-widget-theme): Doc fix.
25889 (tree-widget-space-width): New option.
25890 (tree-widget-image-properties): Look up in the default theme too.
25891 (tree-widget--cursors): Only for images with arrow pointer shape.
25892 (tree-widget-lookup-image): Pointer shape is hand by default.
25893 (tree-widget-icon): Rename generic icon widget from
25894 `tree-widget-control'.
25895 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
25896 derive from `tree-widget-icon'.
25897 (tree-widget-handle): Improve default look and feel of the text
25898 representation.
25899 (tree-widget): Rename :*-control properties to :*-icon properties.
25900 Add :action and :help-echo properties.
25901 (tree-widget-after-toggle-functions): Move.
25902 (tree-widget-close-node, tree-widget-open-node): Remove.
25903 (tree-widget-before-create-icon-functions): New hook.
25904 (tree-widget-value-create): Update to allow customization of icons
25905 and nodes at run-time via that new hook.
25906 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
25907 (tree-widget-icon-action, tree-widget-icon-help-echo)
25908 (tree-widget-action, tree-widget-help-echo): New functions.
25909
25910 2005-08-15 Kim F. Storm <storm@cua.dk>
25911
25912 * ido.el (ido-buffer-internal): Use with-no-warnings.
25913 (ido-make-merged-file-list): Use while-no-input.
25914
25915 2005-08-15 Richard M. Stallman <rms@gnu.org>
25916
25917 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
25918 (flyspell-large-region): Fix doc and custom type.
25919
25920 2005-08-14 Richard M. Stallman <rms@gnu.org>
25921
25922 * files.el (interpreter-mode-alist): Doc fix.
25923
25924 * mail/rmail.el (rmail-nonignored-headers): New variable.
25925 (rmail-clear-headers): Use it.
25926 (rmail-reply): Better handling of mail-followup-to header.
25927
25928 * progmodes/sh-script.el (sh-font-lock-keywords-var):
25929 Rename variable from sh-font-lock-keywords. In the `shell' entry,
25930 don't try to refer to executable-font-lock-keywords.
25931 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
25932 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
25933 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
25934 (sh-mode): Set comment-start-skip, local-abbrev-table,
25935 imenu-case-fold-search.
25936 (sh-set-shell): Don't set them here.
25937 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
25938 Don't cache the results in the original alist; don't ever modify
25939 that alist.
25940
25941 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
25942
25943 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
25944 empty.
25945
25946 2005-08-15 Andreas Schwab <schwab@suse.de>
25947
25948 * desktop.el: Put autoload cookie at risky-local-variable declarations.
25949
25950 * dired.el, info.el, mail/rmail.el: Revert last change.
25951
25952 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
25953
25954 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
25955 modification in `eval-after-load' form.
25956 * info.el: Likewise.
25957 * mail/rmail.el: Likewise.
25958
25959 2005-08-14 Juri Linkov <juri@jurta.org>
25960
25961 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25962 Remove highlighting of "Compilation started". Highlight only
25963 the word "finished" in "Compilation finished". Add highlighting
25964 of "interrupt", "killed", "terminated" and the exit code.
25965 (compilation-start): Add newline after header. Use exactly the
25966 same time stamp format as the finishing message.
25967 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
25968
25969 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
25970 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
25971 Add highlighting of "interrupt", "killed", "terminated".
25972
25973 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
25974 enabled and the current command is self-insert-command, call it
25975 explicitly with overwrite-mode bound to nil, to not allow it
25976 to delete the character after the selected region.
25977
25978 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
25979
25980 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
25981 move-end-of-line, end-of-line, and beginning-of-line to the list
25982 of commands after which the echo area is updated.
25983
25984 2005-08-12 Eli Zaretskii <eliz@gnu.org>
25985
25986 * cus-edit.el (custom-save-all, custom-save-delete):
25987 Bind recentf-exclude to exclude custom-file.
25988
25989 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
25990
25991 * mail/rmailsum.el (rmail-summary-end-of-message): New command
25992 to go to the bottom of the mail message. Added to
25993 `rmail-summary-mode-map' with key "/".
25994 (rmail-summary-show-message): New (internal) function for use by
25995 both `rmail-summary-beginning/end-of-message'.
25996 (rmail-summary-beginning-of-message): Change to use
25997 rmail-summary-show-message.
25998
25999 * mail/rmail.el (rmail-end-of-message): New command to go to the
26000 end of the current message. Added to `rmail-mode-map' with key "/".
26001 (rmail-beginning-of-message): Fix to work as documented.
26002 (rmail-mode): Change documentation.
26003
26004 * progmodes/compile.el (compilation-start): Add the line
26005 "Compilation started" with compilation start time.
26006 (compilation-mode-font-lock-keywords): Add `started' to keywords.
26007
26008 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
26009
26010 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
26011 of menu items.
26012
26013 2005-08-11 Richard M. Stallman <rms@gnu.org>
26014
26015 * simple.el (pop-global-mark): Reverse test of widen-automatically.
26016
26017 * battery.el (battery-status-function): Don't use ignore-errors.
26018
26019 2005-08-11 Lute Kamstra <lute@gnu.org>
26020
26021 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
26022 define-obsolete-variable-alias.
26023
26024 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
26025
26026 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
26027 (ange-ftp-send-cmd): Revert last change, and expand
26028 the comment explaining the problem.
26029
26030 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
26031
26032 * ldefs-boot.el: Update.
26033
26034 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
26035 item to "Time, Load and Mail". Change help echo text.
26036
26037 * time.el (display-time-use-mail-icon, display-time-format)
26038 (display-time-string-forms): Shorten first line of docstrings.
26039
26040 2005-08-10 Lars Hansen <larsh@soem.dk>
26041
26042 * desktop.el (desktop-buffer-mode-handlers):
26043 Make non-customizable. Add autoload cookie. Change initial value to
26044 nil; add elements in respective modules instead. Fix doc string.
26045 (desktop-load-file): New function.
26046 (desktop-minor-mode-handlers): New autoloaded variable.
26047 (desktop-create-buffer): Call minor mode handlers.
26048 Use desktop-load-file to load major and minor mode modules prior to
26049 checking for a handler.
26050 (desktop-save): Don't add nil to desktop-minor-modes for minor
26051 modes with nil function in desktop-minor-mode-table. Don't delete
26052 desktop file before rewriting it.
26053 (desktop-locals-to-save): Add autoload cookie. Don't make
26054 automatically buffer-local. Add variables column-number-mode,
26055 size-indication-mode, indent-tabs-mode,
26056 indicate-buffer-boundaries, indicate-empty-lines and
26057 show-trailing-whitespace.
26058 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
26059 regexps. Don't use desktop-clear-preserve-buffers-regexp.
26060 (desktop-clear-preserve-buffers-regexp): Delete.
26061 (desktop-clear-preserve-buffers): Update initial value and docstring.
26062 (desktop-save-buffer): Fix doc string.
26063
26064 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
26065 (hilit-chg-desktop-restore): New function.
26066 (highlight-changes-mode): Add highlight-changes-mode to
26067 desktop-locals-to-save.
26068
26069 * dired.el: Add handler to desktop-buffer-mode-handlers.
26070 (dired-restore-desktop-buffer): Remove autoload cookie.
26071 (dired-mode): Add autoload cookie.
26072
26073 * info.el: Add handler to desktop-buffer-mode-handlers.
26074 (Info-restore-desktop-buffer): Remove autoload cookie.
26075 (Info-mode): Add autoload cookie.
26076
26077 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
26078 (mh-restore-desktop-buffer): Remove autoload cookie.
26079 (mh-folder-mode): Add autoload cookie.
26080
26081 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
26082 (rmail-restore-desktop-buffer): Remove autoload cookie.
26083
26084 2005-08-11 Masatake YAMATO <jet@gyve.org>
26085
26086 * hexl.el (hexl-address-region):
26087 (hexl-ascii-region, hexl-font-lock-keywords):
26088 (hexl-highlight-line-range): Use the term "region"
26089 instead of "area" for consistency with the other symbols
26090 defined in hexl.el.
26091
26092 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
26093
26094 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
26095 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
26096 out by Juri Linkov). Add `display-battery-mode'.
26097
26098 2005-08-09 Juri Linkov <juri@jurta.org>
26099
26100 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26101 Remove `-text' from face variable names.
26102 (compilation-error-file-name, compilation-warning-file-name)
26103 (compilation-info-file-name): Delete faces.
26104 (compilation-line-number, compilation-column-number):
26105 Remove face underlining.
26106 (compilation-message-face): Set to `underline' value by default.
26107 (compilation-error-face, compilation-warning-face)
26108 (compilation-info-face): Remove `-file-name' from face names.
26109 (compilation-error-text-face, compilation-warning-text-face)
26110 (compilation-info-text-face): Delete face variables.
26111 (compilation-text-face): Delete function.
26112
26113 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
26114 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
26115 (grep-error-face): Set to `compilation-error' instead of
26116 `compilation-error-face' (which is redefined to `grep-hit-face' in
26117 grep buffers).
26118 (grep-mode-font-lock-keywords): Remove `-text' from face variable
26119 names. Use `grep-error-face' instead of `compilation-error-text-face'.
26120
26121 * dired-aux.el (dired-do-query-replace-regexp):
26122 Use `query-replace-read-args'.
26123
26124 * replace.el (query-replace-read-from, query-replace-read-to)
26125 (query-replace-read-args): Rename arg `string' to `prompt'.
26126
26127 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
26128
26129 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
26130
26131 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
26132 uploading files.
26133 (ange-ftp-canonize-filename): Handle file names beginning with ~
26134 correctly.
26135
26136 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
26137
26138 * textmodes/fill.el (canonically-space-region)
26139 (fill-context-prefix, fill-french-nobreak-p)
26140 (fill-delete-newlines, fill-comment-paragraph)
26141 (justify-current-line): "?\ " -> "?\s".
26142
26143 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
26144
26145 * textmodes/fill.el (fill-nonuniform-paragraphs):
26146 Improve argument/docstring consistency.
26147
26148 2005-08-09 Richard M. Stallman <rms@gnu.org>
26149
26150 * textmodes/ispell.el (ispell-word): More fboundp checks.
26151
26152 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
26153 (find-file-noselect-1): Call it here, only if RAWFILE.
26154 (normal-mode): Always set some major mode.
26155 (save-some-buffers-action-alist): Change some explanation strings.
26156 (file-name-non-special): In the `quote' method, use unwind-protect.
26157
26158 2005-08-09 Magnus Henoch <mange@freemail.hu>
26159
26160 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
26161 (ispell-have-aspell-dictionaries): New variable.
26162 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
26163 (ispell-get-aspell-config-value): New function.
26164 (ispell-aspell-find-dictionary): New function.
26165 (ispell-aspell-add-aliases): New function.
26166 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
26167 appropriate. Don't look for ispell dictionaries if we use aspell.
26168 (ispell-menu-map): Don't build a submenu of dictionaries.
26169
26170 2005-08-09 Richard M. Stallman <rms@gnu.org>
26171
26172 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
26173 (sql-read-passwd): Use read-passwd.
26174
26175 * progmodes/idlw-toolbar.el (idlwave-toolbar)
26176 (idlwave-toolbar-is-possible): Add defvars.
26177
26178 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
26179 Avoid warnings.
26180
26181 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
26182 (idlwave-system-class-info, idlwave-executive-commands-alist):
26183 Use defvar.
26184
26185 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
26186
26187 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
26188 Avoid warnings.
26189
26190 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
26191 and content-type: headers.
26192
26193 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
26194
26195 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
26196 and rename some of them to be more self-explanatory.
26197
26198 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
26199
26200 * startup.el (command-line-1): Implement -scriptload.
26201
26202 * replace.el (occur-engine): Initial *Occur* output not undoable.
26203
26204 * menu-bar.el (menu-bar-file-menu): Rename some menu items
26205 and improve help strings.
26206
26207 * isearch.el (isearch-repeat): When changing direction,
26208 mark search successful.
26209
26210 * ediff-init.el: Use (featurep 'xemacs).
26211
26212 * comint.el (send-invisible): Identify buffer, if not selected.
26213
26214 * align.el: Delete autoload for c-guess-basic-syntax.
26215
26216 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
26217
26218 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
26219 Improve argument/docstring consistency. Doc fixes.
26220 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
26221 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
26222 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
26223 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
26224 (r2bv-organization, r2bv-pages, r2bv-primary-author)
26225 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
26226 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
26227 Defvar at compile time.
26228
26229 2005-08-09 Juri Linkov <juri@jurta.org>
26230
26231 * info.el: Replace `info' with upper-case `Info' where appropriate.
26232 (info-title-1, info-title-2, info-title-3, info-title-4)
26233 (info-menu-header): Move up face definitions.
26234 (info-menu-star): Rename from `info-menu-5'.
26235 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
26236 (Info-fontify-visited-nodes): Fix docstring.
26237 (Info-hide-note-references): Fix docstring.
26238 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
26239 menu items in the same way as on cross-references.
26240 (info-apropos): Fix sorting order and formatting to be like in the
26241 stand-alone Info browser. Display error messages for 1 sec.
26242 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
26243 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
26244 from the menu bar.
26245 (Info-insert-dir): Restore point after calling
26246 `insert-buffer-substring'.
26247
26248 2005-08-08 Richard M. Stallman <rms@gnu.org>
26249
26250 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
26251 (recompute-lucid-menubar): Add defvars.
26252
26253 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
26254
26255 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
26256
26257 * net/net-utils.el (run-dig): Rename from `dig'.
26258
26259 * play/gametree.el (gametree-mode): Use make-local-variable,
26260 not make-variable-buffer-local.
26261
26262 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
26263
26264 * ansi-color.el (ansi-color-make-extent)
26265 (ansi-color-set-extent-face): Use fboundp, not functionp.
26266
26267 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
26268 not make-variable-buffer-local.
26269
26270 * bookmark.el (Info-current-file): Add defvar.
26271 (bookmark-jump-noselect): Use with-no-warnings.
26272
26273 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
26274
26275 * ebuff-menu.el (Helper-return-blurb): Add defvar.
26276
26277 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
26278
26279 * find-file.el (ada-procedure-start-regexp)
26280 (ada-package-start-regexp): Add defvars.
26281
26282 * info.el (Info-insert-dir): Use insert-buffer-substring.
26283
26284 * xml.el (xml-att-def-re): Add defvar.
26285
26286 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
26287 calling convention.
26288
26289 * subr.el (while-no-input): Return t if there is input.
26290
26291 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
26292
26293 * cus-start.el (all): Add `overflow-newline-into-fringe'.
26294
26295 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
26296
26297 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
26298 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
26299
26300 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
26301
26302 * cmuscheme.el (scheme-start-file): Replace reference to
26303 `user-emacs-directory' by "~/.emacs.d/".
26304
26305 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
26306
26307 * info.el (Info-dir-remove-duplicates): Avoid case folding
26308 in loop; instead, keep downcased strings for comparison.
26309 Suggested by Helmut Eller.
26310
26311 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
26312
26313 Sync with Tramp 2.0.50.
26314
26315 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
26316 XEmacs case; not necessary anymore.
26317 (tramp-user-regexp): Allow "@" as part of user name.
26318 (tramp-handle-set-visited-file-modtime)
26319 (tramp-handle-insert-file-contents)
26320 (tramp-handle-write-region): No special handling for
26321 `last-coding-system-used, because this is done in
26322 `tramp-accept-process-output' now.
26323 (tramp-accept-process-output): New defun.
26324 (tramp-process-one-action, tramp-process-one-multi-action)
26325 (tramp-wait-for-regexp, tramp-wait-for-output)
26326 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
26327 Howells <dhowells@redhat.com>.
26328 (clear-visited-file-modtime): Defadvice removed. The check for
26329 unset buffer's modtime does not need to be based on
26330 `tramp-buffer-file-attributes'. Suggested by RMS.
26331 (tramp-message): Insert "\n" if not being at beginning of line.
26332 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
26333 sequence with same logic.
26334 (tramp-completion-handle-expand-file-name): Discard call of
26335 `tramp-drop-volume-letter'. It is not necessary, and there have
26336 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
26337 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
26338 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
26339 should always be visible.
26340 (tramp-handle-insert-directory, tramp-setup-complete)
26341 (tramp-set-process-query-on-exit-flag)
26342 (tramp-append-tramp-buffers): Pacify byte-compiler.
26343 (tramp-bug): Delete non-existing variables from list.
26344 Apply `tramp-load-report-modules' as pre-hook.
26345 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
26346 `shell-prompt-pattern' because of non-7bit characters.
26347 Reported by Sebastian Luque <sluque@mun.ca>.
26348 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
26349 (tramp-match-string-list): Remove function.
26350 (tramp-wait-for-regexp): Remove call of that function.
26351 Suggested by Kim F. Storm <storm@cua.dk>.
26352 (tramp-set-auto-save-file-modes): Use octal integer code #o600
26353 instead of octal character code ?\600. The latter resulted in a
26354 syntax error with XEmacs.
26355
26356 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
26357 XEmacs case; not necessary anymore.
26358 (tramp-smb-handle-write-region): No special handling for
26359 `last-coding-system-used, because this is done in
26360 `tramp-accept-process-output' now.
26361 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
26362
26363 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
26364
26365 * wid-edit.el (widget-choice-value-create):
26366 Unconditionally respect user choice. Set :explicit-choice back to nil
26367 when no longer needed.
26368 (widget-choice-action): Unconditionally respect user choice.
26369 Eliminate :explicit-choice-value.
26370
26371 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
26372
26373 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
26374 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
26375 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
26376 running new function `toggle-indicate-empty-lines'.
26377 Rename "Customize" item to "Customize fringe".
26378 Rename "Indicators" item to "Buffer boundaries" and change help echo.
26379 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
26380 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
26381 Delete "Empty lines only" item.
26382 (menu-bar-showhide-fringe-ind-customize): New function.
26383 (menu-bar-showhide-fringe-ind-mixed)
26384 (menu-bar-showhide-fringe-ind-box)
26385 (menu-bar-showhide-fringe-ind-right)
26386 (menu-bar-showhide-fringe-ind-left)
26387 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
26388 instead of `fringe-indicators'.
26389
26390 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
26391
26392 * emulation/viper.el (viper-emacs-state-mode-list):
26393 Add recentf-dialog-mode. Change the date of last update.
26394
26395 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
26396
26397 * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
26398 (viper-exec-yank, viper-put-back): Don't display modification msg
26399 if in the minibuffer.
26400
26401 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
26402 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
26403 Make variables frame local.
26404
26405 * emulation/viper-util.el (viper-append-filter-alist):
26406 Use append instead of nconc.
26407
26408 * emulation/viper.el (viper-vi-state-mode-list)
26409 (viper-emacs-state-mode-list): Move help-mode and
26410 completion-list-mode from the first list to the second.
26411 (viper-mode): Docstring.
26412 (viper-go-away, viper-non-hook-settings): Don't localize
26413 minor-mode-alist in newer Emacsen. Add advice to
26414 set-cursor-color. Don't bind "\C-c\\".
26415
26416 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
26417
26418 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
26419 (scheme-macro-expand-command): New user options.
26420 (scheme-trace-procedure, scheme-expand-current-form): New commands.
26421 (scheme-form-at-point, scheme-start-file)
26422 (scheme-interactively-start-process): New functions.
26423 (scheme-get-process): New function, extracted from `scheme-proc'.
26424 (run-scheme): Call `scheme-start-file' to get start file, and pass
26425 it to `make-comint'.
26426 (switch-to-scheme, scheme-proc):
26427 Call `scheme-interactively-start-process' if no Scheme buffer/process
26428 is available.
26429
26430 2005-08-06 Juri Linkov <juri@jurta.org>
26431
26432 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26433 Use `compilation-text-face', `compilation-info-text-face' and
26434 `compilation-error-text-face' instead of `font-lock-keyword-face'.
26435 (compilation-error): New face.
26436 (compilation-error-file-name): Inherit from
26437 `compilation-error' instead of `font-lock-warning-face'.
26438 (compilation-warning-file-name): Inherit from
26439 `compilation-warning' instead of `font-lock-warning-face'.
26440 (compilation-info, compilation-error-file-name)
26441 (compilation-warning-file-name, compilation-info-file-name)
26442 (compilation-line-number, compilation-column-number): Doc fix.
26443 (compilation-error-text-face, compilation-warning-text-face)
26444 (compilation-info-text-face): New face variables.
26445 (compilation-line-face, compilation-column-face)
26446 (compilation-enter-directory-face)
26447 (compilation-leave-directory-face): Doc fix.
26448 (compilation-text-face): New function.
26449
26450 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
26451 instead of 1 to display binary file names as info file links.
26452 (grep-error-face): Use `compilation-error-face' instead of
26453 `font-lock-keyword-face'.
26454 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
26455 and `compilation-warning-text-face' instead of
26456 `font-lock-keyword-face'. Use `compilation-error-text-face'
26457 instead of `grep-error-face'.
26458
26459 2005-08-05 Kenichi Handa <handa@m17n.org>
26460
26461 * international/code-pages.el: Add autoload cookies for all coding
26462 systems.
26463
26464 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
26465
26466 * cus-start.el (all): Put undo.c where it alphabetically belongs.
26467
26468 2005-08-04 Juri Linkov <juri@jurta.org>
26469
26470 * progmodes/compile.el (compilation-mode-map):
26471 * progmodes/grep.el (grep-mode-map):
26472 Bind TAB to `compilation-next-error' and [backtab] to
26473 `compilation-previous-error'.
26474
26475 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
26476 matching line numbers, column numbers and their ranges with regexp
26477 matching only line numbers.
26478 (grep-context-face): New face variable.
26479 (grep-mode-font-lock-keywords): Use it.
26480
26481 * faces.el (read-face-name): Delete duplicate faces.
26482
26483 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
26484
26485 * thumbs.el (thumbs-find-image): Don't make variables
26486 automatically buffer local.
26487 (thumbs-current-tmp-filename, thumbs-current-image-filename)
26488 (thumbs-image-num): Make automatically buffer local.
26489 (thumbs-show-thumbs-list): Use `make-local-variable', not
26490 `make-variable-buffer-local'.
26491 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
26492
26493 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
26494 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
26495 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
26496 (bother, bye, canyou, chatlst, continue, deathlst, describe)
26497 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
26498 (feelings-about, foullst, found, hello, history, howareyoulst)
26499 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
26500 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
26501 (neglst, obj, object, owner, please, problems, qlist)
26502 (random-adjective, relation, remlst, repetitive-shortness)
26503 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
26504 (shortlst, something, sportslst, stallmanlst, states, subj)
26505 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
26506 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
26507 Defvar at compile time.
26508
26509 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
26510 not `make-variable-buffer-local'.
26511
26512 2005-08-02 Kim F. Storm <storm@cua.dk>
26513
26514 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
26515 rectangle overlay in selected window.
26516
26517 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
26518
26519 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
26520 instead of display group. Make `indicate-buffer-boundaries'
26521 customizable through Custom.
26522
26523 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
26524
26525 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
26526 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
26527 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
26528 (gdb-put-string): Fix typos in docstrings.
26529
26530 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
26531
26532 Update copyright notices of files in progmodes directory for
26533 release of Emacs 22.1.
26534
26535 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
26536
26537 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
26538 Don't barf if the GUD buffer has been killed.
26539
26540 2005-08-01 Kim F. Storm <storm@cua.dk>
26541
26542 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
26543
26544 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
26545
26546 * simple.el (next-error-follow-minor-mode):
26547 make-variable-buffer-local -> make-local-variable.
26548
26549 * emacs-lisp/cl-extra.el: Require CL also when compiling.
26550
26551 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
26552 (byte-compile-form-make-variable-buffer-local): New functions to warn
26553 about misuses of make-variable-buffer-local where make-local-variable
26554 was meant.
26555
26556 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
26557
26558 * bs.el (bs-attributes-list): Doc fix.
26559 (bs): Update url-link.
26560
26561 * desktop.el (desktop-save-buffer): Fix typos in docstring.
26562 (desktop-load-default): Simplify.
26563
26564 * ibuffer.el (ibuffer-columnize-and-insert-list)
26565 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
26566 (ibuffer-unmark-all, ibuffer-toggle-marks)
26567 (ibuffer-unmark-forward, ibuffer-unmark-backward)
26568 (ibuffer-compile-make-format-form, ibuffer-format-column)
26569 (ibuffer-current-buffers-with-marks)
26570 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
26571 (ibuffer): Doc fix.
26572 (ibuffer-mode): Fix typo in docstring.
26573 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
26574 with `define-obsolete-variable-alias'.
26575 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
26576
26577 2005-07-29 Kenichi Handa <handa@m17n.org>
26578
26579 * international/mule-cmds.el (select-message-coding-system):
26580 Be sure to use LF for end-of-line. If no coding system is decided,
26581 return iso-8859-1-unix.
26582
26583 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
26584
26585 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
26586 (ange-ftp-pending-error-line): New vars.
26587 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
26588 to handle the non-fatal no-route-to-host messages.
26589 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
26590
26591 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
26592
26593 * isearch.el (isearch-mode-map, isearch-other-meta-char)
26594 (isearch-quote-char, isearch-printing-char)
26595 (isearch-text-char-description): "?\ " -> "?\s".
26596 (isearch-lazy-highlight-cleanup)
26597 (isearch-lazy-highlight-initial-delay)
26598 (isearch-lazy-highlight-interval)
26599 (isearch-lazy-highlight-max-at-a-time)
26600 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
26601 Declare with define-obsolete-*-alias macros.
26602 (isearch-forward): Fix typo in docstring.
26603 (search-invisible, search-ring-yank-pointer)
26604 (regexp-search-ring-yank-pointer): Doc fixes.
26605
26606 * recentf.el (recentf-menu-append-commands-p): Declare with
26607 `define-obsolete-variable-alias'.
26608 (recentf-max-saved-items, recentf-menu-filter)
26609 (recentf-arrange-by-rule-subfilter): Doc fixes.
26610 (recentf-menu-append-commands-flag)
26611 (recentf-initialize-file-name-history, recentf-expand-file-name)
26612 (recentf-clear-data): Fix typos in docstrings.
26613
26614 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
26615
26616 * progmodes/gdb-ui.el: Smarten comments.
26617 (gdb-info-breakpoints-custom): Use nowarn when finding file.
26618
26619 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
26620
26621 * term/apollo.el (terminal-init-apollo): New function containing
26622 all former top level forms in the file.
26623 * term/bobcat.el (terminal-init-bobcat):
26624 * term/cygwin.el (terminal-init-cygwin):
26625 * term/iris-ansi.el (terminal-init-iris-ansi):
26626 * term/linux.el (terminal-init-linux):
26627 * term/news.el (terminal-init-news):
26628 * term/rxvt.el (terminal-init-rxvt):
26629 * term/sun.el (terminal-init-sun):
26630 * term/tvi970.el (terminal-init-tvi970):
26631 * term/vt100.el (terminal-init-vt100):
26632 * term/vt102.el (terminal-init-vt102):
26633 * term/vt125.el (terminal-init-vt125):
26634 * term/vt200.el (terminal-init-vt200):
26635 * term/vt201.el (terminal-init-vt201):
26636 * term/vt220.el (terminal-init-vt220):
26637 * term/vt240.el (terminal-init-vt240):
26638 * term/vt300.el (terminal-init-vt300):
26639 * term/vt320.el (terminal-init-vt320):
26640 * term/vt400.el (terminal-init-vt400):
26641 * term/vt420.el (terminal-init-vt420):
26642 * term/wyse50.el (terminal-init-wyse50):
26643 * term/xterm.el (terminal-init-xterm): Likewise.
26644
26645 * term/README: Describe the terminal-init-* functionality.
26646
26647 * startup.el (command-line): After loading the terminal initialization
26648 file call the corresponding terminal initialization function.
26649
26650 2005-07-27 Kenichi Handa <handa@m17n.org>
26651
26652 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
26653 negative.
26654
26655 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
26656 (ps-mule-composition-prologue): Fix for the case that
26657 RelativeCompose is false.
26658
26659 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
26660
26661 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
26662
26663 * descr-text.el (describe-char): Handle the case where the list of
26664 chars is displayed in a separate frame.
26665 Be a bit more discriminating when looking for the char.
26666
26667 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
26668
26669 * bookmark.el (bookmark-automatically-show-annotations)
26670 (bookmark-read-annotation-text-func): Doc fixes.
26671 (bookmark-save): Improve argument/docstring consistency.
26672 (bookmark-get-bookmark, bookmark-get-bookmark-record)
26673 (bookmark-alist-from-buffer)
26674 (bookmark-upgrade-file-format-from-0)
26675 (bookmark-grok-file-format-version)
26676 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
26677 (bookmark-read-annotation-mode)
26678 (bookmark-insert-current-bookmark, bookmark-jump)
26679 (bookmark-exit-hook): Fix typos in docstrings.
26680 (bookmark-exit-hooks): Define as obsolete alias.
26681 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
26682 not `bookmark-exit-hooks'. Fix docstring.
26683 (bookmark-bmenu-select): "?\ " -> "?\s".
26684
26685 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
26686
26687 * startup.el (command-line): Fix typo.
26688
26689 2005-07-24 Richard M. Stallman <rms@gnu.org>
26690
26691 * tooltip.el (tooltip-mode): Test emacs-basic-display,
26692 not emacs-quick-startup.
26693
26694 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
26695
26696 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
26697 (reb-next-match, reb-show-subexp): Use `with-selected-window'
26698 instead of `reb-with-current-window'.
26699 (reb-prev-match): Likewise. Also, don't move left if the search
26700 was unsuccessful.
26701 (reb-initialize-buffer): New function.
26702 (re-builder, reb-change-syntax): Use it.
26703
26704 * man.el (Man-goto-page): Make second argument NOERROR optional.
26705
26706 2005-07-23 Richard M. Stallman <rms@gnu.org>
26707
26708 * man.el (Man-bgproc-sentinel): Check here for failure to find
26709 any man page in the output, and report the error here.
26710 (Man-arguments): Make it permanent local.
26711 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
26712 (Man-mode): Pass t for NOERROR.
26713
26714 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
26715 (grep-mode-font-lock-keywords):
26716 Don't use compilation-...-face for messages that are not file names.
26717
26718 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26719 Don't use compilation-...-face for messages that are not file names.
26720
26721 2005-07-22 Juri Linkov <juri@jurta.org>
26722
26723 * startup.el (normal-splash-screen): Update menu name.
26724
26725 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
26726
26727 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
26728
26729 * term/xterm.el: Load term/rxvt if the terminal is actually an
26730 rxvt terminal.
26731 (xterm-rxvt-set-background-mode): Remove, not used anymore.
26732
26733 * term/rxvt.el (function-key-map): Use substitute-key-definition
26734 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
26735
26736 * term/cygwin.el: New file.
26737
26738 2005-07-22 Kim F. Storm <storm@cua.dk>
26739
26740 * image-file.el (insert-image-file, image-file-yank-handler):
26741 Fix last change to maintain a (unique) yank-handler on yanked images.
26742
26743 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
26744
26745 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
26746 of the file size (as in "177B" for 177 bytes). This happens with
26747 "ls -lh" on FreeBSD.
26748
26749 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
26750
26751 * hilit-chg.el (highlight-changes-global-initial-state)
26752 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
26753 (hilit-chg-fixup, highlight-changes-mode):
26754 Fix typos in docstrings.
26755 (highlight-changes-global-modes, highlight-changes-rotate-faces):
26756 Doc fixes.
26757
26758 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
26759
26760 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
26761 mode function using `eval-after-load'.
26762
26763 2005-07-21 Kim F. Storm <storm@cua.dk>
26764
26765 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
26766 included when reporting an Emacs crash, and tell about the DEBUG file.
26767
26768 * image-file.el (insert-image-file): Add yank-handler.
26769 (image-file-yank-handler): Yank handler to make unique copies of
26770 images when they are yanked into a buffer next to each other.
26771
26772 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
26773
26774 * comint.el (comint-use-prompt-regexp, comint-send-input)
26775 (comint-source-default, comint-extract-string)
26776 (comint-get-source, comint-word, comint-completion)
26777 (comint-source, comint-prompt-read-only, comint-update-fence):
26778 Fix typos in docstrings.
26779 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
26780 Declare with define-obsolete-*-alias macros.
26781 (comint-previous-matching-input-from-input)
26782 (comint-next-matching-input-from-input)
26783 (comint-previous-matching-input, comint-next-matching-input)
26784 (comint-forward-matching-input):
26785 Improve argument/docstring consistency.
26786
26787 * desktop.el (desktop-clear-preserve-buffers-regexp):
26788 Also preserve the *server* buffer.
26789
26790 * simple.el (clone-indirect-buffer): Doc fix.
26791 (fixup-whitespace, just-one-space)
26792 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
26793 (next-error, next-error-highlight)
26794 (next-error-highlight-no-select, next-error-last-buffer)
26795 (next-error-buffer-p, next-error-find-buffer, next-error)
26796 (previous-error, next-error-no-select, previous-error-no-select)
26797 (open-line, split-line, minibuffer-prompt-width, kill-new)
26798 (binary-overwrite-mode): Fix typos in docstrings.
26799 (set-fill-column): Fix typo in message.
26800
26801 * skeleton.el (skeleton-proxy-new): Doc fix.
26802
26803 * strokes.el (strokes-load-hook): Doc fix.
26804 (strokes-grid-resolution, strokes-get-grid-position)
26805 (strokes-renormalize-to-grid, strokes-read-stroke)
26806 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
26807 (strokes-global-map): Fix typos in docstrings.
26808 (strokes-help): Doc fix. Fix help message and pass it through
26809 `substitute-command-keys'.
26810
26811 * tempo.el (tempo-insert-prompt, tempo-interactive)
26812 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
26813 (tempo-insert-string-functions, tempo-local-tags)
26814 (tempo-define-template, tempo-insert-template)
26815 (tempo-insert-prompt-compat, tempo-is-user-element)
26816 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
26817 Fix typos in docstrings.
26818
26819 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
26820 (vcursor-key-bindings, vcursor-use-vcursor-map)
26821 (vcursor-find-window, vcursor-scroll-down)
26822 (vcursor-disable, vcursor-beginning-of-buffer)
26823 (vcursor-end-of-buffer): Fix typos in docstrings.
26824 (vcursor-relative-move, vcursor-get-char-count):
26825 Improve argument/docstring consistency.
26826
26827 * version.el: "?\ " -> "?\s".
26828
26829 * wid-edit.el (widget-default-create, widget-after-change)
26830 (widget-default-format-handler, widget-checklist-add-item)
26831 (widget-radio-add-item, widget-choose, widget-specify-secret)
26832 (widget-field-value-create, widget-field-value-get)
26833 (widget-editable-list-format-handler)
26834 (widget-editable-list-entry-create, widget-group-value-create)
26835 (widget-documentation-link-add)
26836 (widget-documentation-string-value-create): "?\ " -> "?\s".
26837 (widget-convert-text): Doc fix.
26838 (widget-narrow-to-field, widget-field-find)
26839 (widget-url-link-action, widget-emacs-library-link-action)
26840 (widget-color-notify): Fix typos in docstrings.
26841
26842 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
26843 (x-select-text, set-w32-system-coding-system)
26844 (w32-add-charset-info): Fix typos in docstrings.
26845
26846 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
26847 (cua-enable-cua-keys, cua-use-hyper-key)
26848 (cua-virtual-rectangle-edges): Fix typos in docstrings.
26849 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
26850
26851 * net/tramp.el (tramp-handle-load): Fix typo in error message.
26852
26853 * emacs-lisp/re-builder.el (regexp-builder): Declare with
26854 `defalias' instead of faking it.
26855
26856 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
26857 (eshell-ls-missing, eshell-ls-dired-initial-args)
26858 (eshell-ls-use-in-dired): Fix typos in docstrings.
26859
26860 2005-07-20 Kim F. Storm <storm@cua.dk>
26861
26862 * emulation/cua-base.el (cua-mode): Improve doc string.
26863
26864 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
26865
26866 * abbrev.el (expand-region-abbrevs): Doc fix.
26867 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
26868 Improve argument/docstring consistency.
26869
26870 * arc-mode.el (archive-get-descr, archive-alternate-display):
26871 Doc fixes.
26872 (archive-l-e): Improve argument/docstring consistency.
26873 (archive-tmpdir, archive-unixdate, archive-unixtime)
26874 (archive-chmod-entry): Fix typos in docstrings.
26875 (archive-unflag, archive-unflag-backwards)
26876 (archive-unmark-all-files): "?\ " -> "?\s".
26877
26878 * buff-menu.el (Buffer-menu-unmark): Doc fix.
26879 (Buffer-menu-not-modified, Buffer-menu-execute)
26880 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
26881 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
26882
26883 * composite.el (compose-string, encode-composition-rule)
26884 (compose-last-chars): Fix typos in docstrings.
26885
26886 * desktop.el (desktop-enable, desktop-basefilename):
26887 Declare with `define-obsolete-variable-alias'.
26888 (desktop-internal-v2s): Don't quote keywords.
26889 (desktop-clear): "?\ " -> "?\s".
26890
26891 * dired.el (dired-align-file, dired-flag-backup-files)
26892 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
26893 (dired-listing-switches, dired-ls-F-marks-symlinks)
26894 (dired-dwim-target, dired-load-hook, dired-mode-hook)
26895 (dired-directory, dired-faces, dired, dired-revert)
26896 (dired-mode, dired-summary, dired-view-file)
26897 (dired-copy-filename-as-kill, dired-delete-file)
26898 (dired-no-confirm, dired-unmark-all-marks)
26899 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
26900 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
26901 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
26902 Fix typos in message strings.
26903
26904 * dired-x.el (virtual-dired): Declare with `defalias'.
26905 (dired-mark-unmarked-files, dired-local-variables-file)
26906 (dired-omit-here-always): Doc fix.
26907 (dired-omit-mode, dired-find-subdir)
26908 (dired-enable-local-variables, dired-clean-up-buffers-too)
26909 (dired-extra-startup, dired-mark-extension, dired-jump)
26910 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
26911 (dired-smart-shell-command, dired-guess-shell-alist-user)
26912 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
26913 (dired-x-bind-find-file, dired-x-submit-report):
26914 Fix typos in docstrings.
26915 (dired-mark-unmarked-files): "?\ " -> "?\s".
26916
26917 * dirtrack.el (dirtrack-list): Fix typos in docstring.
26918
26919 * faces.el (describe-face): "?\ " -> "?\s".
26920 (read-all-face-attributes, read-face-font, modify-face)
26921 (face-attr-construct, italic): Fix typos in docstrings.
26922 (frame-update-face-colors): Declare with
26923 `define-obsolete-function-alias'.
26924
26925 * files.el (find-file-noselect, recode-file-name): Doc fixes.
26926 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
26927 (magic-mode-alist, buffer-file-numbers-unique)
26928 (write-file-functions, get-free-disk-space):
26929 Fix typos in docstrings.
26930 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
26931 (write-contents-hooks, write-file-hooks):
26932 Declare with `define-obsolete-variable-alias'.
26933
26934 * forms-d2.el (arch-rj): Fix typo in docstrings.
26935 (arch-tocol): Likewise. "?\ " -> "?\s".
26936
26937 * frame.el (set-frame-font, cursor-in-non-selected-windows):
26938 Fix typo in docstring.
26939 (set-screen-width, set-screen-height): Delete redundant info in
26940 doctrings.
26941 (new-frame, screen-height, screen-width): Declare with
26942 `define-obsolete-function-alias'.
26943 (delete-frame-hook, blink-cursor): Declare with
26944 `define-obsolete-variable-alias'.
26945
26946 * paths.el (prune-directory-list): Fix typos in docstring.
26947
26948 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
26949 (cvs-prefix-get): Fix typos in docstrings.
26950
26951 * ps-print.el (ps-extend-face-list, ps-extend-face)
26952 (ps-print-background-image): Fix typos in docstrings.
26953 (ps-default-fg, ps-default-bg): Doc fixes.
26954
26955 * s-region.el (s-region-bind): Doc fix.
26956 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
26957
26958 * textmodes/org.el (org-table-formula-substitute-names)
26959 (org-table-get-vertical-vector): Doc fixes.
26960 (org-table-recalculate): Remove unused argument to `message'.
26961
26962 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
26963
26964 * textmodes/org.el (org-table-column-names)
26965 (org-table-column-name-regexp)
26966 (org-table-named-field-locations): New variables.
26967 (org-archive-subtree): Protect `this-command' when calling
26968 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
26969 the kill buffer.
26970 (org-complete): Remove fixed-formula completion.
26971 (org-edit-formulas-map): New variable.
26972 (org-table-edit-formulas): New command.
26973 (org-finish-edit-formulas, org-abort-edit-formulas)
26974 (org-show-variable, org-table-get-vertical-vector): New functions.
26975 (org-table-maybe-eval-formula): Handle `:=' fields.
26976 (org-table-get-stored-formulas, org-table-store-formulas)
26977 (org-table-get-formula, org-table-modify-formulas)
26978 (org-table-replace-in-formulas): Handle named field formulas.
26979 (org-table-get-specials): Store locations of named fields.
26980
26981 2005-07-19 Juri Linkov <juri@jurta.org>
26982
26983 * progmodes/grep.el (grep-regexp-alist)
26984 (grep-mode-font-lock-keywords, grep-process-setup):
26985 Use default GNU grep match color "01;31m" instead of "01;41m".
26986 (grep-regexp-alist, grep-mode-font-lock-keywords):
26987 Use `\\[[0-9]*m' instead of `\\[00m'.
26988 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
26989 sgr_start where its handling is more important. Use the real
26990 length of sgr_start instead of constant 8.
26991 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
26992 specially. Delete all remaining escape sequences.
26993 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
26994 (grep-regexp-alist): Make hyperlink only for binary file name
26995 instead of the whole line.
26996 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
26997 (grep-mode): Add autoload.
26998
26999 * emacs-lisp/find-func.el (find-function-regexp):
27000 Add `define-compilation-mode'.
27001
27002 2005-07-19 Juri Linkov <juri@jurta.org>
27003
27004 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
27005 (compare-windows-sync-string-size, compare-windows-recenter)
27006 (compare-windows-highlight, compare-windows): Add version 22.1.
27007 (compare-windows) <defface>: Inherit from lazy-highlight instead
27008 of duplicating its default value.
27009
27010 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
27011 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
27012
27013 * descr-text.el (describe-char): Create link buttons for `charset'
27014 and `code point'. Add the current input method name with a link
27015 button to `to input' field. Print face names of display table
27016 characters in `The display table entry is displayed by' section
27017 instead of printing face-id in the `display' field.
27018 Guess hardcoded faces and create a link button for them.
27019 Skip empty fields when calculating max-width.
27020 Treat `widget-create' specially while inserting strings from the
27021 collected field list.
27022 (describe-char-after): Made obsolete in version 22.1, not 21.5.
27023
27024 * diff-mode.el (diff-file-header): Change foreground color from
27025 yellow to green on light backgrounds.
27026 (diff-context): Inherit from `shadow' only for color/grayscale
27027 with more than 88 colors.
27028 (diff-indicator-removed, diff-indicator-added)
27029 (diff-indicator-changed): New faces.
27030 (diff-font-lock-keywords): Use new faces. Regroup rules.
27031 Add "^---$" for `normal' diff format. Fontify `#' lines with
27032 font-lock-comment-delimiter-face and font-lock-comment-face.
27033 Add `#' to ^[^...] in the rule for `diff-context-face'.
27034
27035 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
27036 a button-like box. Inherit from `highlight' on low colors.
27037 (shadow): Use shades of gray only for color/grayscale with
27038 more than 88 colors. Use green for light backgrounds with
27039 8 colors, and yellow for dark backgrounds with 8 colors.
27040
27041 * font-lock.el (font-lock-regexp-grouping-backslash):
27042 Don't inherit from escape-glyph (use bold for all cases).
27043
27044 * info.el (info-xref-visited): Use light foreground color `violet'
27045 for dark backgrounds instead of dark color `magenta3'.
27046 (info-title-1): Use `yellow' color for dark backgrounds.
27047
27048 * isearch.el (isearch): Use not-too-dark magenta3 instead of
27049 too-light magenta2.
27050
27051 * replace.el (match): Use slightly more light RoyalBlue3 instead
27052 of dark RoyalBlue4.
27053
27054 * wid-edit.el (widget-inactive): Inherit from `shadow'.
27055
27056 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
27057
27058 * novice.el (disabled-command-hook): Declare it with
27059 `define-obsolete-variable-alias'.
27060
27061 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
27062 (desktop-buffer-misc-functions, desktop-buffer-handlers)
27063 (desktop-load-default): Add release to obsolescence info.
27064 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
27065 (desktop-append-buffer-args, desktop-read):
27066 Fix typos in docstrings.
27067 (desktop-kill): Fix typo in message.
27068 (desktop-save): Doc fix.
27069
27070 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
27071
27072 * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
27073 (viper-envelop-ESC-key): Change the definition of fast
27074 keysequence so it'll work with keyboard macros.
27075
27076 * ediff.el (ediff-patch-buffer): Change the docstring.
27077
27078 2005-07-19 Kenichi Handa <handa@m17n.org>
27079
27080 * international/mule-cmds.el (select-safe-coding-system): Try to
27081 use an auto-coding (if any) before anything else. If the found
27082 auto-coding is invalid, show a warning message.
27083
27084 * international/mule.el (find-auto-coding): New function created
27085 by modifying the body of set-auto-coding.
27086 (set-auto-coding): Use find-auto-coding to find a coding.
27087
27088 2005-07-18 Richard M. Stallman <rms@gnu.org>
27089
27090 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
27091 not isearch-mode-end-hook-error.
27092 (allout-before-change-protect): Fix error message.
27093
27094 2005-07-18 Juri Linkov <juri@jurta.org>
27095
27096 * allout.el (allout-mode):
27097 * calculator.el (calculator-copy):
27098 * custom.el (custom-known-themes):
27099 * dired.el (dired-desktop-buffer-misc-data)
27100 (dired-restore-desktop-buffer):
27101 * dired-x.el (dired-omit-marker-char):
27102 * files.el (basic-save-buffer):
27103 * font-core.el (font-lock-mode):
27104 * calendar/calendar.el (calendar-goto-hebrew-date)
27105 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
27106 (calendar-goto-persian-date):
27107 * language/ethio-util.el (ethio-sera-to-fidel-region):
27108 * textmodes/picture.el (picture-mode):
27109 Delete duplicate duplicate words.
27110
27111 2005-07-18 Juri Linkov <juri@jurta.org>
27112
27113 * isearch.el (isearch-mode-map): Remove key bindings for regexp
27114 chars * ? } |.
27115 (isearch-fallback): Don't call `isearch-process-search-char'.
27116 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
27117 (isearch-process-search-char): Call `isearch-fallback' for regexp
27118 chars * ? } |.
27119 (isearch-return-char): Make obsolete with `make-obsolete' instead
27120 of simply documenting it as obsolete in the docstring.
27121 (isearch-fallback): Refill docstring.
27122
27123 * international/isearch-x.el
27124 (isearch-process-search-multibyte-characters): Remove unneeded
27125 `concat'. Add intermediate values to `junk-hist' instead of
27126 `minibuffer-history'. Test the length of `str'.
27127
27128 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
27129
27130 * allout.el (allout-resolve-xref): Fix typos in error strings.
27131 (allout-before-change-protect): Remove unneeded `concat'.
27132
27133 * array.el (array-mode, array-reconfigure-rows)
27134 (untabify-backward): Fix typos in docstrings.
27135 (array-reconfigure-rows): Use `insert-buffer-substring', not
27136 `insert-buffer'.
27137
27138 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
27139 * progmodes/ada-mode.el (ada-make-body):
27140 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
27141
27142 * dired.el (dired-log):
27143 * tar-mode.el (tar-subfile-save-buffer):
27144 * play/zone.el (zone-pgm-stress-destress):
27145 Use `insert-buffer-substring', not `insert-buffer'.
27146
27147 2005-07-17 Simon Josefsson <jas@extundo.com>
27148
27149 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
27150
27151 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
27152
27153 * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
27154 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
27155
27156 2005-07-17 Kim F. Storm <storm@cua.dk>
27157
27158 * ido.el (dired-other-window): Add ido property.
27159
27160 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
27161
27162 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
27163 Fix typo in docstring.
27164 (byte-compile-interactive-only-functions): Add `insert-buffer' and
27165 `insert-file-literally'.
27166
27167 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
27168 info and delete redundant message. Doc fix.
27169 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
27170 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
27171
27172 2005-07-16 Richard M. Stallman <rms@gnu.org>
27173
27174 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
27175 (byte-compile-and): Use byte-compile-and-recursion.
27176 (byte-compile-or-recursion): New function.
27177 (byte-compile-or): Use that.
27178 (byte-compile-if): Guard the else-clause too.
27179 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
27180
27181 * isearch.el (isearch-mode-end-hook-quit): New variable.
27182 (isearch-done): Bind it.
27183 (isearch-mode-end-hook): Doc fix.
27184
27185 * allout.el (allout-isearch-did-quit): Variable deleted.
27186 (allout-real-isearch-abort): Function name no longer used.
27187 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
27188 (allout-isearch-rectification): isearch-mode always exists.
27189 Don't set allout-isearch-did-quit.
27190 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
27191 allout-isearch-did-quit.
27192 (allout-enwrap-isearch): Just add the hook.
27193 (allout-isearch-abort): Function deleted.
27194 (allout-pre-command-business): Avoid warning.
27195
27196 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
27197 Correctly avoid warnings.
27198 (pascal-outline): Likewise.
27199
27200 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
27201
27202 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
27203
27204 * play/tetris.el (tetris-mode): Avoid warning.
27205
27206 * play/snake.el (snake-mode): Avoid warning.
27207
27208 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
27209 (gamegrid-set-display-table): Avoid warning.
27210 (gamegrid-set-timer): Likewise.
27211 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
27212 (gamegrid-add-score-with-update-game-score-1): Take FILE
27213 as argument.
27214 (gamegrid-add-score-with-update-game-score): Pass that argument.
27215 Rename have-shared-game-dir to gamegrid-shared-game-dir.
27216
27217 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
27218
27219 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
27220 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
27221
27222 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
27223 and insert-file.
27224
27225 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
27226 (sc-ask): Avoid warnings.
27227
27228 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
27229 (eshell-hist-initialize): Use that var the natural way.
27230
27231 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
27232
27233 * emacs-lisp/re-builder.el (reb-cook-regexp):
27234 Avoid warning calling lre-compile-string.
27235 (reb-color-display-p): Avoid warning.
27236
27237 * calculator.el (calculator-last-input): Guard uses
27238 of event-key and key-press-event-p.
27239 (event-key, key-press-event-p): Delete definitions.
27240
27241 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
27242 (find-gc-source-directory, find-gc-subrs-callers)
27243 (find-gc-noreturn-list, find-gc-source-files)
27244 (find-gc-subrs-called): Vars renamed and defvar'd.
27245
27246 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
27247 (checkdoc-overlay-put, checkdoc-delete-overlay)
27248 (checkdoc-overlay-start, checkdoc-overlay-end)
27249 (checkdoc-mode-line-update, checkdoc-char=):
27250 Define such that compiler knows they are defined.
27251 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
27252 (checkdoc-read-event): Delete. Use read-event directly.
27253
27254 * whitespace.el (whitespace-make-overlay)
27255 (whitespace-overlay-put, whitespace-delete-overlay)
27256 (whitespace-overlay-start, whitespace-overlay-end):
27257 Define such that compiler knows they are defined.
27258 (whitespace): Move conditional inside.
27259
27260 * tempo.el (tempo-insert-template): Suppress warning.
27261
27262 * ediff-diff.el (longlines-mode): Add defvar.
27263
27264 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
27265
27266 * server.el: Bind "C-x #" in a way that works even if C-x is
27267 redefined to a command key, not a prefix key.
27268
27269 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
27270
27271 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
27272 cl-make-type-test till execution time.
27273
27274 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
27275
27276 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
27277 arg ARG and use it.
27278
27279 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
27280
27281 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
27282
27283 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
27284
27285 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
27286 a defcustom with two :set or :type keywords.
27287
27288 2005-07-15 Richard M. Stallman <rms@gnu.org>
27289
27290 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
27291 Don't give ^M comment-end syntax.
27292
27293 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
27294
27295 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
27296 Don't consider gdbmi (gdb-mi.el has its own update functions).
27297 (gdb-var-delete): Make it work for gdbmi as well.
27298 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
27299
27300 * progmodes/gud.el (etags, sdb): Only require etags when needed.
27301 (gud-speedbar-menu-items): Correct logic for enabling items.
27302
27303 2005-07-15 Kim F. Storm <storm@cua.dk>
27304
27305 * ido.el: Fix commentary.
27306 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
27307 Use with-no-warnings around ffap-guesser.
27308 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
27309 Let bind minibuffer-completing-file-name to t.
27310
27311 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
27312
27313 * startup.el (site-run-file, keyboard-type): Doc fixes.
27314 (command-line): Check for "--basic-display" argument; also for
27315 "--quick", not "--bare-bones" (which was renamed).
27316 (fancy-splash-text): Add missing item "Getting New Versions".
27317 (normal-splash-screen): Fix typos and improve consistency with
27318 `fancy-splash-text'. Update copyright year.
27319
27320 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
27321 valid binding for `help-char'.
27322
27323 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
27324
27325 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
27326
27327 * term.el (term-mode): Disable cua-mode for term buffers.
27328
27329 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
27330
27331 * add-log.el (add-log-mailing-address, change-log-merge):
27332 Doc fixes.
27333 (change-log-get-method-definition): Fix typo in docstring.
27334
27335 2005-07-14 Kim F. Storm <storm@cua.dk>
27336
27337 * emulation/cua-base.el:
27338 (cua--pre-command-handler-1, cua--pre-command-handler)
27339 (cua--post-command-handler-1, cua--post-command-handler):
27340 Split in two. Check (buffer local) value of cua-mode.
27341 (cua-selection-mode): New command.
27342
27343 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
27344
27345 * custom.el (custom-initialize-safe-set)
27346 (custom-initialize-safe-default): Doc fixes.
27347
27348 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
27349 and simplify :init-value again.
27350
27351 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
27352 and simplify :init-value again. Delete autoload.
27353
27354 * startup.el (command-line): Use `custom-reevaluate-setting' again
27355 for tooltip-mode.
27356
27357 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
27358 a defcustom with two :initialize keywords.
27359
27360 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
27361
27362 * allout.el (my-mark-marker, allout-isearch-prior-pos)
27363 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
27364 (allout-post-command-business, allout-flag-region)
27365 (isearch-reenable-font-lock, allout-yank)
27366 (allout-insert-latex-header, allout-insert-latex-trailer)
27367 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
27368 (allout-latex-verb-quote): Fix typos in docstrings.
27369 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
27370 (allout-unprotected, allout-prefix-data):
27371 Improve argument/docstring consistency.
27372 (allout-chart-subtree): Fix argument spec.
27373 (allout-open-topic): Rename `use_sib_bullet' argument to
27374 `use-sib-bullet'. Doc fix.
27375
27376 * whitespace.el (whitespace-check-buffer-leading)
27377 (whitespace-check-buffer-trailing)
27378 (whitespace-check-buffer-indent)
27379 (whitespace-check-buffer-spacetab)
27380 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
27381 (whitespace-check-leading-whitespace)
27382 (whitespace-check-trailing-whitespace)
27383 (whitespace-check-spacetab-whitespace)
27384 (whitespace-check-indent-whitespace)
27385 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
27386 (whitespace-modes): Fix typos in docstrings.
27387 (defgroup, defcustom): Doc fixes.
27388
27389 * winner.el (winner-mode, winner-boring-buffers)
27390 (winner-pending-undo-ring): Doc fixes.
27391 (winner-ring): Remove unneeded `progn'.
27392 (winner-equal): `defsubst' it.
27393 (winner-redo): Fix message.
27394
27395 2005-07-13 Kim F. Storm <storm@cua.dk>
27396
27397 * simple.el (line-move-1): Always use vertical-motion to
27398 do the last (or only) line move to ensure some movement.
27399 Undo 2005-06-23 change--don't check for overlays.
27400
27401 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27402
27403 * term/mac-win.el (ccl-encode-mac-roman-font)
27404 (ccl-encode-mac-centraleurroman-font)
27405 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
27406 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
27407 Change charset-id boundary of dimension to ?\xef.
27408 (mac-char-fontspec-list): New constant.
27409 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
27410 argument. Nil uses itself as family in font-spec. Previous
27411 behavior for nil is now provided by non-nil non-string argument.
27412 All callers changed. Add font-specs for Mac fonts to
27413 "fontset-default" unless iso8859-1 fonts are installed.
27414
27415 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
27416
27417 * progmodes/sh-script.el (sh-get-indent-info): Only indent
27418 a continuation line if the \ is preceded by SPC or TAB.
27419 (sh-get-indent-info): Simplify.
27420 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
27421 Use with-current-buffer.
27422
27423 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
27424 when the matched text is empty.
27425
27426 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
27427
27428 * startup.el (command-line): Revert to previous handling of
27429 tooltip-mode. Explain in comment why the complexity is needed.
27430
27431 * tooltip.el (tooltip-mode): Revert to previous implementation of
27432 its defcustom.
27433
27434 * frame.el (blink-cursor-mode): Revert to previous implementation
27435 of its defcustom. Update comment.
27436
27437 2005-07-12 Lars Hansen <larsh@soem.dk>
27438
27439 * desktop.el: Update e-mail address.
27440
27441 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27442
27443 * term/mac-win.el (mac-services-mail-selection)
27444 (mac-services-mail-to): New functions.
27445 (mac-application-menu-map): Bind them.
27446
27447 2005-07-12 wulei <milton@wulei.net> (tiny change)
27448
27449 * progmodes/gdb-ui.el: Add note about buffering with Windows.
27450
27451 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
27452
27453 * custom.el (custom-reevaluate-setting): Doc fix.
27454
27455 2005-07-11 Jay Belanger <belanger@truman.edu>
27456
27457 * calc/calc.el (calc-embedded-announce-formula-alist)
27458 (calc-embedded-open-close-plain-alist)
27459 (calc-embedded-open-close-mode-alist): Add checks for additional
27460 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
27461
27462 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
27463
27464 * custom.el (custom-enable-theme): Don't add theme to
27465 `custom-enabled-themes' with `push' because there is no
27466 setf-method for `delq'.
27467
27468 2005-07-11 Richard M. Stallman <rms@gnu.org>
27469
27470 * custom.el (custom-declare-variable): Doc fix.
27471
27472 * dired-aux.el (dired-compare-directories): Remove "." and ".."
27473 from the alists.
27474
27475 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
27476 Do nothing if edebug-active.
27477
27478 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
27479 (edebug-display): Do it here instead.
27480
27481 2005-07-10 Richard M. Stallman <rms@gnu.org>
27482
27483 * cus-face.el (custom-theme-set-faces): Make it work.
27484 (custom-reset-faces): Doc fix.
27485 (custom-theme-reset-internal-face, custom-theme-face-value):
27486 Functions deleted.
27487
27488 * custom.el (custom-push-theme): Maintain list of the settings
27489 of a given theme in its theme-settings property.
27490 Maintain position of old settings in the theme-value
27491 or theme-face property.
27492 (custom-enabled-themes): New variable.
27493 (custom-theme-enabled-p): New function.
27494 (provide-theme): Update custom-enabled-themes.
27495 Disable and reenable the `user' theme.
27496 (require-theme): Doc fix.
27497 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
27498 (custom-theme-value, custom-theme-variable-value): Likewise.
27499 (custom-theme-reset-internal): Likewise.
27500 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
27501 (custom-enable-theme, custom-disable-theme): New functions.
27502 (custom-variable-theme-value, custom-face-theme-value): Likewise.
27503 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
27504 (custom-theme-reset-variables): Simplify.
27505 (deftheme, custom-declare-theme, custom-make-theme-feature):
27506 Definitions moved.
27507
27508 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
27509
27510 * longlines.el (longlines-show-region)
27511 (longlines-unshow-hard-newlines): Recognize hard newlines by
27512 non-nil hard property, instead of t.
27513
27514 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
27515
27516 * emulation/viper-cmd.el (viper--key-maps): New variable.
27517 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
27518 emulation-mode-map-alists.
27519 (viper-envelop-ESC-key): Use viper-subseq.
27520 (viper-search-forward/backward/next): Disable debug-on-error.
27521
27522 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
27523 (viper-ESC-key): New defcustoms.
27524
27525 * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
27526
27527 * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
27528 (viper-subseq): Copy of subseq from cl.el.
27529
27530 * emulation/viper.el (viper-go-away, viper-set-hooks): Use
27531 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
27532
27533 * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
27534
27535 * emulation/viper-init.el: Get rid of -face in face names.
27536
27537 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
27538 Make it work with longlines mode.
27539
27540 * ediff-mult.el (ediff-meta-mode-hook): New variable.
27541
27542 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
27543
27544 * ediff-init.el: Get rid of -face in face names.
27545
27546 2005-07-10 Richard M. Stallman <rms@gnu.org>
27547
27548 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
27549 and with-timeout-unsuspend.
27550
27551 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
27552 and with-timeout-unsuspend.
27553
27554 * emacs-lisp/timer.el (with-timeout-timers): New variable.
27555 (with-timeout): Bind that variable to record timers.
27556 (with-timeout-suspend, with-timeout-unsuspend): New functions.
27557
27558 * emacs-lisp/debug.el (debug-help-follow): New function.
27559 (debugger-mode-map): Use that instead of help-follow.
27560 (debugger-setup-buffer): Use eval-buffer-list
27561 to handle eval-buffer frames.
27562
27563 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
27564
27565 * timezone.el (timezone-parse-date): Change first regexp
27566 so it will not mistakenly match dates with no time zone.
27567
27568 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
27569
27570 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
27571
27572 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
27573
27574 * custom.el (custom-initialize-safe-set)
27575 (custom-initialize-safe-default): New functions.
27576
27577 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
27578 and simplify :init-value.
27579
27580 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
27581 and simplify :init-value. Delete obsolete comment.
27582
27583 * startup.el (command-line): Use `custom-reevaluate-setting' to
27584 handle `tooltip-mode'. Delete obsolete comment.
27585
27586 * files.el (set-visited-file-name): Avoid calling
27587 `file-name-nondirectory' with a nil argument.
27588
27589 2005-07-09 Richard M. Stallman <rms@gnu.org>
27590
27591 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
27592 was called with nil for the buffer, handle the read position right.
27593 Handle read position for eval-region, too.
27594
27595 2005-07-09 Juri Linkov <juri@jurta.org>
27596
27597 * fringe.el (fringe-mode): Add period in docstring.
27598 (fringe-query-style): Build prompt depending on `all-frames' arg.
27599
27600 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
27601 to not create links to unrelated functions in the Help buffer.
27602
27603 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
27604 Doc fix.
27605
27606 * simple.el (next-error-hook): New variable.
27607 (next-error): Use it. Doc fix.
27608
27609 * textmodes/ispell.el (ispell-command-loop): Add current
27610 dictionary name and program name to mode-line-format.
27611 (ispell-region, ispell-process-line): Add current dictionary name
27612 and program name to messages.
27613
27614 2005-07-08 Jay Belanger <belanger@truman.edu>
27615
27616 * calc/calc.el (calc-embedded-announce-formula-alist)
27617 (calc-embedded-open-close-formula-alist)
27618 (calc-embedded-open-close-word-alist)
27619 (calc-embedded-open-close-plain-alist)
27620 (calc-embedded-open-close-new-formula-alist)
27621 (calc-embedded-open-close-mode-alist)
27622 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
27623 (calc-embedded-mode-hook): New variables.
27624
27625 * calc/calc-embed.el (calc-embedded-firsttime)
27626 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
27627 New variables.
27628 (calc-do-embedded): Use calc-embedded-firsttime,
27629 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
27630 determine whether or not to run hooks.
27631 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
27632 calc-embedded-firsttime-formula appropriately.
27633 Set calc-embedded delimiter variables according to mode.
27634
27635 2005-07-08 Richard M. Stallman <rms@gnu.org>
27636
27637 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
27638 Check for "emacs", etc., as entire symbol, not just as word.
27639 (checkdoc-file-comments-engine): Use regexp-quote on FN.
27640
27641 * files.el (set-visited-file-name): Report the error
27642 for "empty filename" earlier.
27643 (kill-some-buffers): Ignore buffers already dead.
27644
27645 * fringe.el (fringe-mode): Doc fix.
27646
27647 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
27648 Check for (featurep 'xemacs) and turn off warnings in what it guards.
27649 Use unwind-protect to ensure byte-compile-unresolved-functions
27650 is updated.
27651
27652 * whitespace.el (whitespace-buffer-leading-cleanup):
27653 Simplify w/ skip-chars-forward.
27654 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
27655
27656 * mail/rmail.el (rmail-only-expunge): Fix paren error.
27657 Unconditionally try to leave point at the same old place.
27658
27659 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
27660
27661 * comint.el (comint-postoutput-scroll-to-bottom)
27662 (comint-show-maximum-output): Take scroll-margin into consideration.
27663
27664 2005-07-08 Kim F. Storm <storm@cua.dk>
27665
27666 * ido.el (ido-use-filename-at-point): New choice `guess'.
27667 (ido-file-internal): Try ffap-guesser if selected.
27668
27669 * ido.el (ido-before-fallback-functions): New hook.
27670 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
27671 (ido-read-file-name): Run it.
27672
27673 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
27674
27675 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
27676 strings rather than a list of symbols to the completion function.
27677
27678 2005-07-07 Jay Belanger <belanger@truman.edu>
27679
27680 * calc/calc-units.el (math-apply-units): Change the places in
27681 which units are simplified.
27682
27683 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
27684
27685 * cus-edit.el (customize-option, customize-option-other-window):
27686 Make them handle aliases.
27687
27688 * custom.el (custom-variable-p): Make it recursively follow
27689 aliases. Mention that in the docstring.
27690
27691 2005-07-07 Richard M. Stallman <rms@gnu.org>
27692
27693 * cus-start.el (exec-path): Use `directory' instead of `file'.
27694 Fix tag for nil.
27695
27696 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
27697
27698 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
27699 when called non-interactively. Doc fix.
27700
27701 2005-07-07 Lute Kamstra <lute@gnu.org>
27702
27703 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
27704 new address as well.
27705
27706 2005-07-07 Kenichi Handa <handa@m17n.org>
27707
27708 * international/mule.el (make-coding-system):
27709 Describe `ascii-incompatible' property in the docstring.
27710 (set-file-name-coding-system): Signal an error if coding-system is
27711 ascii-incompatible.
27712 (set-keyboard-coding-system): Likewise.
27713
27714 * international/mule-cmds.el (set-default-coding-systems):
27715 Don't set default-file-name-coding-system and
27716 default-keyboard-coding-system if coding-system is ASCII-incompatible.
27717
27718 * international/utf-16.el: Declare that all UTF-16-based coding
27719 systems are ASCII-incompatible.
27720
27721 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
27722
27723 * progmodes/gud.el: Require font-lock for displaying errors.
27724 Used by gdb-ui.el.
27725
27726 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
27727
27728 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
27729 values for the pattern lists which are `read'able but not
27730 `append'able (like symbols).
27731
27732 2005-07-06 Richard M. Stallman <rms@gnu.org>
27733
27734 * progmodes/flymake.el (flymake-float-time): Instead of
27735 with-no-warnings, test for XEmacs.
27736 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
27737 to avoid warning.
27738
27739 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
27740
27741 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
27742
27743 2005-07-05 Lute Kamstra <lute@gnu.org>
27744
27745 * battery.el: Add support for Darwin (with much debugging help
27746 from Samuel Lauber <sam124@operamail.com>).
27747 (battery-status-function, battery-echo-area-format)
27748 (battery-mode-line-format): Add support for pmset on Darwin.
27749 (battery-load-low, battery-load-critical): New user options.
27750 (battery-pmset): New function.
27751
27752 2005-07-05 Lute Kamstra <lute@gnu.org>
27753
27754 Update FSF's address in GPL notices.
27755
27756 * textmodes/page-ext.el: Update FSF's address.
27757
27758 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
27759
27760 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
27761 filling from using prefix when filling a single-line docstring.
27762
27763 * progmodes/flymake.el: Remove useless eval-when-compile.
27764
27765 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
27766
27767 2005-07-04 Richard M. Stallman <rms@gnu.org>
27768
27769 * textmodes/org.el (org-file-apps-defaults-gnu):
27770 Rename from org-file-apps-defaults-linux.
27771 (org-default-apps): Don't test system-type for `linux'.
27772 (org-file-apps): Doc fix.
27773
27774 2005-07-04 David Ponce <david@dponce.com>
27775
27776 * tree-widget.el: Improve header Commentary section.
27777 (tree-widget) [defgroup]
27778 (tree-widget-image-enable, tree-widget-themes-directory)
27779 (tree-widget-theme, tree-widget-image-properties-emacs)
27780 (tree-widget-image-properties-xemacs, tree-widget-create-image)
27781 (tree-widget-image-formats, tree-widget-control)
27782 (tree-widget-empty-control, tree-widget-leaf-control
27783 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
27784 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
27785 (tree-widget-keep, tree-widget-after-toggle-functions)
27786 (tree-widget-open-node, tree-widget-close-node): Doc fix.
27787 (tree-widget-open-control, tree-widget-close-control): Fix doc and
27788 :help-echo message.
27789 (tree-widget-set-theme): Doc fix. Use `string-equal'.
27790 (tree-widget-image-properties): Doc fix. Clearer implementation.
27791 (tree-widget--cursors): New constant.
27792 (tree-widget-lookup-image): New function split from
27793 `tree-widget-find-image'. Clearer implementation.
27794 (tree-widget-find-image): Use it.
27795 (tree-widget-button-keymap): Use `set-keymap-parent'.
27796 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
27797 Define the sub-widgets here.
27798 (tree-widget-node): Check that :node is not a tree-widget.
27799 (tree-widget-get-super, tree-widget-open-control)
27800 (tree-widget-close-control, tree-widget-empty-control)
27801 (tree-widget-leaf-control, tree-widget-guide)
27802 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
27803 (tree-widget-no-handle, tree-widget-value-delete)
27804 (tree-widget-map): Remove.
27805 (tree-widget-children-value-save): Doc fix. Simplified.
27806 (tree-widget-value-create): Update according to previous changes.
27807
27808 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
27809
27810 * textmodes/org.el: Leading space replaced by TABS.
27811 (org-recalc-marks, org-table-rotate-recalc-marks)
27812 (org-table-get-specials): Treat "^" and "_" marks.
27813 (org-table-justify-field-maybe): Optional argument NEW.
27814 (org-table-eval-formula): Parsing of the format simplified.
27815 New modes C,I. Honor the %= parameter in the current table.
27816 Avoid unnecessary re-align by using the NEW argument to
27817 `org-table-justify-field-maybe'.
27818 (org-calc-default-modes): Default for date-format mimicks org-mode.
27819 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
27820
27821 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
27822
27823 * cus-face.el (custom-theme-set-faces): Make it handle face
27824 aliases whose alias declarations are pre- or autoloaded.
27825
27826 2005-07-04 Juri Linkov <juri@jurta.org>
27827
27828 * faces.el (read-face-name): Put the code for getting a face name
27829 from the buffer before adding the faces from the `face' property.
27830 Use `completing-read-multiple' instead of `completing-read'.
27831 Require `crm'. Add default value and post-process the returned
27832 list of faces.
27833
27834 * emacs-lisp/crm.el (crm-find-current-element)
27835 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
27836
27837 * emacs-lisp/lisp-mode.el (eval-defun-1):
27838 * emacs-lisp/edebug.el (edebug-eval-defun):
27839 Remove unnecessary quotes.
27840
27841 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
27842
27843 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
27844 (prolog-indent-level): Fix typo in docstring.
27845
27846 * info.el (Info-history, Info-history-forward)
27847 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
27848
27849 * add-log.el (add-change-log-entry):
27850 * comint.el (comint-dynamic-list-input-ring)
27851 (comint-dynamic-list-completions):
27852 * dabbrev.el (dabbrev-expand):
27853 * delim-col.el (delimit-columns-rectangle-line):
27854 * diff-mode.el (diff-context->unified, diff-reverse-direction)
27855 (diff-unified->context):
27856 * ediff-init.el (ediff-abbrev-jobname):
27857 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
27858 (ediff-replace-session-activity-marker-in-meta-buffer):
27859 * info.el (Info-summary):
27860 * lpr.el (printify-region):
27861 * printing.el (pr-create-interface):
27862 * ps-print.el (ps-print-quote):
27863 * ses.el (ses-column-widths, ses-print-cell)
27864 (ses-adjust-print-width, ses-center):
27865 * shell.el (shell-file-name-quote-list):
27866 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
27867 (strokes-fill-current-buffer-with-whitespace)
27868 (strokes-xpm-for-stroke, strokes-list-strokes)
27869 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
27870 * term.el (term-dynamic-list-input-ring)
27871 (term-dynamic-list-completions):
27872 * calc/calc.el (math-format-stack-value):
27873 * emacs-lisp/edebug.el (edebug-display-freq-count):
27874 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
27875 (delphi-new-comment-line):
27876 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
27877 * progmodes/executable.el (executable-set-magic):
27878 * progmodes/python.el (inferior-python-mode):
27879 * progmodes/scheme.el (scheme-mode-syntax-table):
27880 * progmodes/sh-script.el (sh-maybe-here-document):
27881 * progmodes/sql.el (sql-copy-column):
27882 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
27883 * textmodes/bibtex.el (bibtex-mode):
27884 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
27885 (sgml-auto-attributes):
27886 * textmodes/table.el (table-insert, table-shorten-cell)
27887 (table--generate-source-scan-lines, table-delete-row)
27888 (*table--cell-delete-char, table--spacify-frame)
27889 (table--horizontally-shift-above-and-below)
27890 (table--cell-insert-char, table--cell-blank-str)
27891 (table--fill-region-strictly):
27892 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
27893 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
27894
27895 * add-log.el (change-log):
27896 * apropos.el (apropos):
27897 * comint.el (comint-completion, comint-source):
27898 * dabbrev.el (dabbrev):
27899 * delim-col.el (columns):
27900 * diff-mode.el (diff-mode):
27901 * ediff.el (ediff):
27902 * ediff-diff.el (ediff-diff):
27903 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
27904 * ediff-mult.el (ediff-mult):
27905 * ediff-ptch.el (ediff-ptch):
27906 * ediff-wind.el (ediff-window):
27907 * facemenu.el (facemenu):
27908 * indent.el (indent):
27909 * info.el (info):
27910 * jka-cmpr-hook.el (compression, jka-compr):
27911 * lpr.el (lpr):
27912 * outline.el (outlines):
27913 * pcmpl-cvs.el (pcmpl-cvs):
27914 * pcmpl-rpm.el (pcmpl-rpm):
27915 * printing.el (printing):
27916 * ps-print.el (postscript, ps-print, ps-print-horizontal)
27917 (ps-print-vertical, ps-print-headers, ps-print-font)
27918 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
27919 (ps-print-background, ps-print-printer, ps-print-page)
27920 (ps-print-miscellany):
27921 * ses.el (ses):
27922 * shell.el (shell, shell-directories, shell-faces):
27923 * startup.el (initialization):
27924 * strokes.el (strokes):
27925 * term.el (term):
27926 * uniquify.el (uniquify):
27927 * w32-vars.el (w32):
27928 * calc/calc.el (calc):
27929 * emacs-lisp/bytecomp.el (bytecomp):
27930 * emacs-lisp/cl-indent.el (lisp-indent):
27931 * emacs-lisp/edebug.el (edebug):
27932 * emacs-lisp/elp.el (elp):
27933 * emacs-lisp/testcover.el (testcover):
27934 * emacs-lisp/trace.el (trace):
27935 * emulation/viper-ex.el (viper-ex):
27936 * emulation/viper-mous.el (viper-mouse):
27937 * mail/mailalias.el (mailalias):
27938 * mail/supercite.el (supercite, supercite-frames)
27939 (supercite-attr, supercite-cite, supercite-hooks):
27940 * net/rcompile.el (remote-compile):
27941 * net/rlogin.el (rlogin):
27942 * obsolete/ooutline.el (outlines):
27943 * progmodes/delphi.el (delphi):
27944 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
27945 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
27946 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
27947 (ebnf-optimization):
27948 * progmodes/etags.el (etags):
27949 * progmodes/executable.el (executable):
27950 * progmodes/idlwave.el (idlwave):
27951 * progmodes/pascal.el (pascal):
27952 * progmodes/prolog.el (prolog):
27953 * progmodes/python.el (python):
27954 * progmodes/scheme.el (scheme):
27955 * progmodes/sh-script.el (sh, sh-script):
27956 * progmodes/sql.el (SQL):
27957 * progmodes/tcl.el (tcl):
27958 * textmodes/bibtex.el (bibtex, bibtex-autokey):
27959 * textmodes/enriched.el (enriched):
27960 * textmodes/makeinfo.el (makeinfo):
27961 * textmodes/sgml-mode.el (sgml):
27962 * textmodes/table.el (table-hooks):
27963 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
27964 * textmodes/texinfo.el (texinfo):
27965 * textmodes/two-column.el (two-column):
27966 Finish `defgroup' description with period.
27967
27968 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
27969 * eshell/esh-var.el (eshell-var):
27970 * progmodes/vhdl-mode.el (vhdl-testbench):
27971 * textmodes/org.el (org): Fix typos in docstrings.
27972
27973 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
27974 consistency.
27975
27976 * progmodes/flymake.el (flymake-find-file): Remove.
27977 (flymake-float-time): Use `with-no-warnings'.
27978 (flymake-check-start-time, flymake-check-was-interrupted)
27979 (flymake-err-info, flymake-is-running, flymake-last-change-time)
27980 (flymake-new-err-info): `defvar' at compile time.
27981
27982 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
27983
27984 * replace.el (occur-hook): Doc fix.
27985 (occur-1): Don't call `occur-hook' if there are no matches.
27986
27987 2005-07-03 Richard M. Stallman <rms@gnu.org>
27988
27989 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
27990 global-map, save the same map.
27991 (global-map): Don't alter it at top level.
27992 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
27993 Then alter it here instead.
27994 (tpu-edt-off): Set global-map to the saved one.
27995
27996 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
27997 All references simplified.
27998 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
27999 (zmacs-regions): Add defvar.
28000 (repeat-complex-command-map): Everything about that deleted.
28001
28002 * textmodes/artist.el (artist-key-is-drawing)
28003 (artist-key-endpoint1, artist-key-poly-point-list)
28004 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
28005 (artist-key-compl-table, artist-rb-save-data)
28006 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
28007 Don't put them in eval-when-compile.
28008 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
28009
28010 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
28011 Use with-no-warnings.
28012
28013 * net/browse-url.el (dos-windows-version): Add defvar.
28014
28015 * mail/supercite.el (filladapt-prefix-table): Add defvar.
28016
28017 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
28018 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
28019 (rmail-new-summary-line-count): Rename from new-summary-line-count.
28020 Add defvar.
28021 (rmail-summary-beginning-of-message): Use with-no-warnings.
28022 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
28023
28024 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
28025 Use with-no-warnings.
28026
28027 * emulation/vi.el (vi-mark-region): Use c-mark-function.
28028 (c-mark-function): Add point-moving-unit property.
28029 (vi-goto-line): Use with-no-warnings.
28030
28031 * emulation/edt.el (edt-last-copied-word): Add defvar.
28032 (zmacs-region-stays): Likewise.
28033 (edt-mark-section-wisely): Use c-mark-function for C.
28034 Use makr-defun for Fortran.
28035 (time-string): defvar deleted.
28036 (edt-display-the-time): Don't set time-string.
28037
28038 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
28039
28040 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
28041 Don't warn when name is not constant
28042 or for defining the group `emacs'.
28043
28044 * tooltip.el (gud-tooltip-mode): Add defvar.
28045
28046 * startup.el (default-frame-background-mode): Add defvar.
28047
28048 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
28049
28050 * info.el (tool-bar-map): Add defvar.
28051
28052 * dired.el (dnd-protocol-alist): Add defvar.
28053
28054 * dired-aux.el (dired-query): Display question with answer, when
28055 the user answers.
28056
28057 * custom.el (custom-add-option): Doc fix.
28058
28059 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
28060
28061 2005-07-03 Eli Zaretskii <eliz@gnu.org>
28062
28063 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
28064 bogus name from the last change.
28065
28066 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
28067
28068 * custom.el (custom-declare-variable): Fix typos in comment.
28069 (custom-known-themes): Doc fix.
28070 (custom-theme-directory): New defcustom.
28071 (require-theme): Make it check `custom-theme-directory'.
28072
28073 * cus-theme.el (custom-new-theme-mode): New function.
28074 (custom-theme-name, custom-theme-variables, custom-theme-faces)
28075 (custom-theme-description): Add compiler defvars.
28076 (customize-create-theme): Add doc to the "*New Custom Theme*"
28077 buffer. Use `custom-new-theme-mode'.
28078 (custom-theme-write): Put the created buffer in emacs-lisp-mode
28079 and save it to the `custom-theme-directory'. Make this the
28080 default directory of the buffer.
28081
28082 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
28083
28084 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
28085 Fix unbalanced parentheses.
28086
28087 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
28088
28089 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
28090 into flymake-mode and delegate to flymake-mode.
28091
28092 * find-file.el (ff-which-function-are-we-in): Clean up.
28093
28094 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
28095
28096 * replace.el (occur-rename-buffer): Fix docstring.
28097
28098 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
28099 (edt-last-copied-word, edt-learn-macro-count)
28100 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
28101 (edt-rect-start-point, edt-user-global-map, rect-start-point)
28102 (time-string, zmacs-region-stays):
28103 * emulation/edt-mapper.el (edt-save-function-key-map)
28104 (EDT-key-name): `defvar' to silence the byte-compiler.
28105
28106 2005-07-02 Martin Rudalics <rudalics@gmx.at>
28107
28108 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
28109 font-lock-regexp-backslash. Doc fix.
28110 (font-lock-regexp-backslash-grouping-construct): Rename from
28111 font-lock-regexp-backslash-construct. Doc fix.
28112 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
28113 grouping constructs.
28114
28115 2005-07-02 Eli Zaretskii <eliz@gnu.org>
28116
28117 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
28118 updating all the prerequisites.
28119
28120 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
28121
28122 * textmodes/org.el (org-agenda-start-on-weekday)
28123 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
28124 (org-agenda-use-time-grid, org-archive-location)
28125 (org-allow-space-in-links, org-usenet-links-prefer-google)
28126 (org-enable-table-editor, org-export-default-language)
28127 (org-export-html-show-new-buffer, org-fill-paragraph)
28128 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
28129 (org-goto-quit, org-occur, org-eval-in-calendar)
28130 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
28131 (org-agenda-diary-entry, org-remember-help)
28132 (org-table-convert-region, org-at-table-p)
28133 (org-table-move-row-down, org-table-move-row-up)
28134 (org-table-copy-region, org-table-toggle-vline-visibility)
28135 (org-table-get-stored-formulas, org-table-get-specials)
28136 (org-recalc-commands, org-table-eval-formula)
28137 (org-table-formula-substitute-names, orgtbl-make-binding)
28138 (org-format-org-table-html, org-format-table-table-html)
28139 (org-format-table-table-html-using-table-generate-source)
28140 (org-customize): Fix typos in docstrings.
28141 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
28142 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
28143 (org-back-to-heading): Doc fixes.
28144 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
28145 (org-agenda-change-all-lines, org-get-header):
28146 Improve argument/docstring consistency.
28147 (orgtbl-error): Fix error message.
28148
28149 * progmodes/flymake.el (flymake-find-possible-master-files)
28150 (flymake-master-file-compare, flymake-get-line-err-count)
28151 (flymake-highlight-line, flymake-gui-warnings-enabled):
28152 Fix typos in docstrings.
28153 (flymake-parse-line, flymake-get-project-include-dirs-function)
28154 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
28155 Doc fixes.
28156 (flymake-get-project-include-dirs-function)
28157 (flymake-make-err-menu-data):
28158 Improve argument/docstring consistency.
28159
28160 2005-07-01 Lute Kamstra <lute@gnu.org>
28161
28162 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
28163 Catch errors with ignore-errors. Use temporary buffer.
28164 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
28165
28166 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
28167 background color faces.
28168 (facemenu-set-foreground, facemenu-set-background):
28169 Use facemenu-set-face-from-menu.
28170 (facemenu-set-face-from-menu): Treat face names that start with
28171 "fg:" or "bg:" as special.
28172 (facemenu-add-new-color): Don't create faces. Simplify.
28173
28174 2005-06-30 Richard M. Stallman <rms@gnu.org>
28175
28176 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
28177 (crm-find-current-element): Likewise.
28178
28179 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
28180
28181 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
28182
28183 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
28184
28185 * arc-mode.el (archive-extract): Make it work as a mouse binding.
28186 (archive-mouse-extract): Make it an obsolete alias.
28187 (archive-mode-map): Don't use archive-mouse-extract any more.
28188 (archive-mode, archive-extract): write-contents-hooks ->
28189 write-contents-functions.
28190 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
28191 first arg.
28192 (archive-rename-entry): Update the call.
28193 (archive-zip-summarize): Remove unused var `method'.
28194 (archive-lzh-summarize): Remove unused var `creator'.
28195
28196 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
28197 dedicated frame upon exit.
28198
28199 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
28200 (archive-zip-extract, archive-zip-expunge)
28201 (archive-zip-update, archive-zip-update-case): Use executable-find.
28202 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
28203 Use restore-buffer-modified-p.
28204 (archive-extract, archive-add-new-member, archive-write-file-member):
28205 Use with-current-buffer.
28206 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
28207
28208 2005-06-30 Andreas Schwab <schwab@suse.de>
28209
28210 * progmodes/gud.el (gud-filter): Remove unneeded progn.
28211
28212 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
28213
28214 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
28215
28216 2005-06-30 Juri Linkov <juri@jurta.org>
28217
28218 * faces.el (vertical-border): Inherit from mode-line-inactive
28219 only on tty.
28220
28221 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
28222
28223 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
28224 example, -NLINES in the `occur' docstring).
28225
28226 * replace.el (occur-1): When no matches are found, do not set the
28227 `buffer-read-only' and modified flags for the occur buffer,
28228 because it is deleted.
28229
28230 * emulation/cua-base.el (cua-check-pending-input)
28231 (cua-repeat-replace-region, cua-mode, cua-debug)
28232 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
28233 Fix typos in docstrings.
28234
28235 * emulation/cua-gmrk.el (cua-toggle-global-mark)
28236 (cua-cut-region-to-global-mark)
28237 (cua--cut-rectangle-to-global-mark):
28238 Remove period from end of messages.
28239
28240 * emulation/cua-rect.el (cua-do-rectangle-padding):
28241 Remove period from end of messages.
28242 (cua--rectangle-seq-format): Fix typo in docstring.
28243 (cua-sequence-rectangle, cua-fill-char-rectangle):
28244 Improve argument/docstring consistency.
28245
28246 2005-06-29 Juri Linkov <juri@jurta.org>
28247
28248 * faces.el (default-frame-background-mode): New internal variable.
28249 (frame-set-background-mode): Use it.
28250
28251 * startup.el (normal-top-level): Set default-frame-background-mode
28252 instead of frame-background-mode. Before setting it, test for its
28253 nil value. Remove tests for frame-background-mode and frame
28254 parameter `reverse'. Add test for "unspecified-fg".
28255
28256 * term/xterm.el (xterm-rxvt-set-background-mode):
28257 * term/rxvt.el (rxvt-set-background-mode):
28258 Set default-frame-background-mode instead of frame-background-mode.
28259
28260 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
28261
28262 * simple.el (set-variable): Warn about obsolete user variables.
28263
28264 * imenu.el (imenu--completion-buffer):
28265 * mouse.el (mouse-buffer-menu-alist):
28266 * msb.el (msb-invisible-buffer-p):
28267 * calendar/diary-lib.el (diary-header-line-format):
28268 * emacs-lisp/pp.el (pp-buffer):
28269 * progmodes/cperl-mode.el (cperl-do-auto-fill):
28270 * textmodes/picture.el (picture-replace-match):
28271 Change space constants followed by a sexp to "?\s ".
28272
28273 * play/decipher.el (decipher-loop-with-breaks):
28274 * textmodes/texinfo.el (texinfo-insert-@item): Change space
28275 constants "protected" from end of line by a comment to "?\s".
28276
28277 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
28278
28279 * font-lock.el (save-buffer-state): Use `declare'.
28280
28281 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
28282 reset the syntax-table to cperl-mode-syntax-table.
28283 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
28284 "foo_print_bar" is not matched as a reserved keyword.
28285
28286 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
28287
28288 * textmodes/org.el (orgtbl-setup): New function, for delayed
28289 setup for the orgtbl commands.
28290 (org-calc-default-modes): New option.
28291 (orgtbl-make-binding): Use `defun' to get better help display.
28292 (org-diary): Call `org-compile-prefix-format'.
28293 (org-table-formula-substitute-names): New function.
28294 (org-agenda-day-view, org-agenda-week-view): New commands.
28295 (org-agenda-toggle-week-view): Command removed.
28296 (org-tbl-menu): Split off from org-org-menu.
28297 (org-mode): Move removal of outline-mode menus to here.
28298 (org-table-formula-debug): New option.
28299 (org-table-insert-row): Keep first field if just "#" or "*".
28300 (org-mode): Paragraph regexps fixed.
28301 (org-table-recalculate-regexp): New constant.
28302 (org-table-justify-field-maybe): Avoid replace if not necessary.
28303 (org-copy-special, org-cut-special): Use `call-interactively'.
28304 (org-table-copy-region): Take region from `interactive' call.
28305 (org-trim): Return string even if no match.
28306 (org-formula): New face.
28307 (org-set-font-lock-defaults): No longer highlight "FIXME".
28308 But highlight formula-related fields in table.
28309 (org-table-p): Use regexp, not fontification.
28310 (org-table-align): Handle white space at end of line.
28311 (org-table-formula-evaluate-inline): New option.
28312 (org-mode): Auto-wrapping in comment lines turned off.
28313 (org-table-copy-down): Evaluate only in copied field, not in
28314 destination.
28315 (org-table-current-formula): Variable removed.
28316 (org-table-store-formulas, org-table-get-stored-formulas)
28317 (org-table-modify-formulas, org-table-replace-in-formulas)
28318 (org-table-maybe-eval-formula): New functions.
28319 (org-table-get-formula): Modify to use stored formulas.
28320 (org-table-insert-column, org-table-delete-column)
28321 (org-table-move-column): Call `org-table-modify-formulas'.
28322 (org-complete): Add completion for keyword formulas.
28323 (orgtbl-mode): Pull orgtbl-mode-map to start of
28324 minor-mode-map-alist.
28325
28326 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
28327
28328 * progmodes/python.el (python-check): Require `compile' before
28329 modifying its variables.
28330
28331 * newcomment.el (comment-indent-default): Don't get fooled by an early
28332 end of buffer.
28333
28334 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28335
28336 * ps-print.el (ps-print-version): Fix version number.
28337
28338 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
28339
28340 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
28341
28342 2005-06-28 Richard M. Stallman <rms@gnu.org>
28343
28344 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
28345 (flyspell-local-mouse-map): Declaration deleted.
28346 (flyspell-mouse-map): Bind only mouse-2.
28347 (flyspell-mode-map): Don't test flyspell-use-local-map.
28348 (flyspell-overlay-keymap-property-name): Var deleted.
28349 (flyspell-mode-on): Don't make local bindings for
28350 flyspell-mouse-map and flyspell-mode-map.
28351 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
28352
28353 * textmodes/ispell.el (ispell-word): Do not ignore short words.
28354
28355 * progmodes/compile.el (compilation-next-error-function):
28356 Don't switch buffers; operate on the current buffer.
28357
28358 * progmodes/compile.el (compilation-error-file-name)
28359 (compilation-warning-file-name, compilation-info-file-name)
28360 (compilation-line-number, compilation-column-number): New faces.
28361 (compilation-error-face, compilation-warning-face)
28362 (compilation-info-face, compilation-line-face)
28363 (compilation-column-face): Use them.
28364
28365 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
28366
28367 * comint.el (comint-password-prompt-regexp): Accept ", try again".
28368
28369 * bindings.el (global-map): Bind insertchar and its variants.
28370
28371 2005-06-27 Richard M. Stallman <rms@gnu.org>
28372
28373 * textmodes/artist.el (artist-text-overwrite)
28374 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
28375
28376 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28377
28378 * ps-print.el: It was not working the page selection for printing.
28379 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
28380 (ps-print-version): New version 6.6.7.
28381 (ps-end-sheet): New fun.
28382 (ps-header-sheet, ps-end-job): Call it.
28383
28384 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
28385
28386 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
28387
28388 2005-06-27 Lute Kamstra <lute@gnu.org>
28389
28390 * facemenu.el (facemenu-unlisted-faces): Add foreground and
28391 background color faces.
28392 (facemenu-get-face): Delete function.
28393 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
28394 (facemenu-add-new-color): Make second argument mandatory.
28395 Create the appropriate face and return it. Simplify.
28396 (facemenu-set-foreground, facemenu-set-background): Don't check if
28397 color is defined. Use return value of facemenu-add-new-color.
28398
28399 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
28400
28401 * progmodes/gud.el (gud-filter): Add missing argument to
28402 with-selected-window.
28403
28404 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
28405
28406 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
28407 a :require to the defcustom.
28408
28409 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
28410 defcustoms corresponding to minor modes.
28411
28412 2005-06-26 David Ponce <david@dponce.com>
28413
28414 * recentf.el: Require tree-widget instead of wid-edit.
28415 (recentf-filename-handler): Fix widget :type.
28416 (recentf-cancel-dialog, recentf-open-more-files)
28417 (recentf-open-files-action): Doc fix.
28418 (recentf-dialog-goto-first): New function.
28419 (recentf-dialog-mode-map): Set parent keymap first.
28420 (recentf-dialog-mode): Define with define-derived-mode.
28421 Don't display continuation lines in dialogs.
28422 (recentf-edit-list): Rename from recentf-edit-selected-items.
28423 (recentf-edit-list-select): Rename from recentf-edit-list-action.
28424 Simplify.
28425 (recentf-edit-list-validate): New function.
28426 (recentf-edit-list): Update accordingly.
28427 (recentf-open-files-item-shift): Remove.
28428 (recentf-open-files-item): Convert menu elements into tree and
28429 link widgets. Don't create the widgets.
28430 (recentf-open-files): Update accordingly.
28431 (recentf-save-list): Untabify.
28432
28433 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
28434
28435 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
28436 (keep-lines): Add INTERACTIVE arg. Never delete lines only
28437 partially contained in the active region. Do not take active
28438 region into account when called from Lisp, unless INTERACTIVE arg
28439 is 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 (flush-lines): Add INTERACTIVE arg. Do not take active region
28443 into account when called from Lisp, unless INTERACTIVE arg is
28444 non-nil. Use `forward-line' instead of `beginning-of-line' to
28445 avoid trouble with fields. Make marker point nowhere when no
28446 longer used. Always return nil. Doc fix.
28447 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
28448 interchangeable. Do not take active region into account when
28449 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
28450 message in echo area when called from Lisp, unless INTERACTIVE arg
28451 is non-nil. Avoid saying "1 occurrences". Do not use markers.
28452 Return the number of matches. Doc fix.
28453 (occur): Doc fix.
28454 (perform-replace): Make comment follow double space convention for
28455 the sake of `outline-minor-mode'.
28456
28457 * faces.el (facep): Doc fix.
28458
28459 2005-06-25 Richard M. Stallman <rms@gnu.org>
28460
28461 * facemenu.el (facemenu-enable-faces-p): New function.
28462 (facemenu-background-menu, facemenu-foreground-menu)
28463 (facemenu-face-menu): Add menu-enable property.
28464
28465 * jka-compr.el (jka-compr-insert-file-contents):
28466 Special handling if cannot find the uncompression program.
28467
28468 * cus-face.el (custom-face-attributes): Add autoload.
28469
28470 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28471 Bind comment-indent-function locally.
28472
28473 * window.el (save-selected-window): Use save-current-buffer.
28474
28475 * subr.el (with-selected-window): Use save-current-buffer.
28476
28477 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
28478 and with-current-buffer.
28479
28480 2005-06-24 Richard M. Stallman <rms@gnu.org>
28481
28482 * simple.el (line-move-1): Fix previous change.
28483
28484 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
28485
28486 * replace.el (occur-1): Set `buffer-read-only' and the
28487 buffer-modified flag before running `occur-hook' to protect
28488 against unintentional buffer switches that can lead to data loss.
28489
28490 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
28491
28492 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
28493 (gud-gdb-marker-filter): Use font-lock-warning-face for any
28494 initial error.
28495
28496 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
28497 after fresh input.
28498 (gdb-var-create-handler): Put name of expression in quotes.
28499
28500 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
28501
28502 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
28503 elements of RING in order, and without bogus nil elements.
28504
28505 2005-06-23 Richard M. Stallman <rms@gnu.org>
28506
28507 * simple.el (set-variable): Args renamed; doc fix.
28508 (line-move-1): When there are overlays around, use vertical-motion.
28509
28510 * faces.el (escape-glyph): Use brown against light background.
28511 (nobreak-space): Rename from no-break-space.
28512 Fix previous change.
28513
28514 * dired-aux.el (dired-do-copy): Fix arg prompt.
28515
28516 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
28517
28518 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
28519
28520 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
28521 rather than "Distributor".
28522
28523 2005-06-23 Lute Kamstra <lute@gnu.org>
28524
28525 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
28526 (debug-on-entry): Use it. New interactive declaration that uses
28527 function-called-at-point.
28528
28529 2005-06-23 Kim F. Storm <storm@cua.dk>
28530
28531 * subr.el (save-match-data): Add comment about using evaporate arg
28532 to set-match-data.
28533
28534 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
28535
28536 * cus-edit.el (customize-face)
28537 (customize-face-other-window): Handle face aliases.
28538
28539 * faces.el (face-documentation, set-face-attribute)
28540 (face-spec-set): Handle face aliases.
28541
28542 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
28543
28544 * help-mode.el (help-make-xrefs): If a symbol representing a face
28545 name is not followed by the word "face", it could still be a
28546 function or variable name, so don't bypass other checks.
28547
28548 2005-06-22 Juri Linkov <juri@jurta.org>
28549
28550 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
28551 Replace aliased functions with calls where second arg `inherit' is t.
28552
28553 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
28554
28555 * progmodes/gdb-ui.el (gdb-error): New variable.
28556 (gdb-error): New function.
28557 (gdb-annotation-rules): Act on error-begin and error annotations.
28558 (gdb-concat-output): Use font-lock-warning-face for errors.
28559
28560 2005-06-22 Miles Bader <miles@gnu.org>
28561
28562 * bindings.el (propertized-buffer-identification): Use renamed
28563 `Buffer-menu-buffer' face.
28564
28565 * faces.el (vertical-border): Rename from `vertical-divider'.
28566 (escape-glyph): Change dark-background color back to `cyan'.
28567
28568 2005-06-21 Juri Linkov <juri@jurta.org>
28569
28570 * faces.el (face-user-default-spec): Try getting `customized-face'
28571 prior to `saved-face'.
28572 (frame-background-mode): Refill docstring.
28573
28574 * emacs-lisp/lisp-mode.el (eval-defun-1):
28575 * emacs-lisp/edebug.el (edebug-eval-defun):
28576 Set `saved-face' temporarily to nil before calling form.
28577 Set `customized-face' to the new spec after that.
28578
28579 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
28580
28581 * subr.el (1value, lambda, key-substitution-in-progress):
28582 Doc fixes.
28583
28584 * autoinsert.el (auto-insert-alist):
28585 * ses.el (ses-call-printer):
28586 * subr.el (noreturn):
28587 * emacs-lisp/lisp.el (check-parens):
28588 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
28589 * net/browse-url.el (browse-url-mosaic):
28590 * progmodes/cc-defs.el (c-safe-scan-lists):
28591 * progmodes/ebnf-abn.el (ebnf-abn-lex):
28592 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
28593 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
28594 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
28595 * progmodes/ebnf-iso.el (ebnf-iso-lex):
28596 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
28597
28598 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
28599
28600 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
28601
28602 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
28603
28604 * calendar/appt.el (appt-make-list): Activate the package, if
28605 not already active (for backwards compatibility).
28606
28607 2005-06-20 Kim F. Storm <storm@cua.dk>
28608
28609 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
28610
28611 2005-06-20 Miles Bader <miles@gnu.org>
28612
28613 * faces.el (vertical-divider): New face.
28614
28615 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
28616
28617 * simple.el (kill-whole-line): Doc fix.
28618 (next-error-buffer-p, next-error-find-buffer)
28619 (clone-indirect-buffer): Fix typos in docstrings.
28620 (comment-line-break-function): Doc fix: don't say variable
28621 is automatically buffer-local (it isn't).
28622
28623 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
28624
28625 * net/tramp-ftp.el (top):
28626 * net/tramp-smb.el (top):
28627 * net/tramp-util.el (top):
28628 * net/tramp-uu.el (top):
28629 * net/tramp-vc.el (top):
28630 * net/tramp.el (top): Revert copyright years back to original
28631 ones. Tramp has a life outside GNU Emacs.
28632
28633 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
28634
28635 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
28636
28637 2005-06-18 Juri Linkov <juri@jurta.org>
28638
28639 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
28640 end of first regexp to limit the match to the position between
28641 line number and source line with same separator character as used
28642 between file name and line number. In the second regexp limit
28643 mouse-face area to file name and line number by adding new group
28644 for them and referring it in HYPERLINK arg.
28645 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
28646 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
28647 previous line where grep markers may be already removed.
28648
28649 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
28650
28651 * progmodes/ps-mode.el: Update version and maintainer's email address.
28652
28653 2005-06-18 Steve Youngs <steve@xemacs.org>
28654
28655 * net/browse-url.el (browse-url-browser-function)
28656 (browse-url-default-browser): Add firefox.
28657 (browse-url-firefox-program, browse-url-firefox-arguments)
28658 (browse-url-firefox-startup-arguments)
28659 (browse-url-firefox-new-window-is-tab): New defcustoms.
28660 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
28661
28662 2005-06-17 Richard M. Stallman <rms@gnu.org>
28663
28664 * startup.el (command-line): Warn if specified user name has
28665 no home directory.
28666
28667 * term.el (term-get-old-input, term-input-filter, term-input-sender)
28668 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
28669
28670 * longlines.el (longlines-mode, longlines-show-hard-newlines):
28671 Doc fixes.
28672
28673 * faces.el (underline): Try bold if terminal doesn't support underline.
28674
28675 * mail/sendmail.el (mail-setup-with-from): New variable.
28676 (mail-insert-from-field): New function.
28677 (sendmail-send-it): Call it.
28678 (mail-setup): Optionally call it here.
28679
28680 * term/linux.el: Call tty-no-underline.
28681
28682 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
28683
28684 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
28685
28686 2005-06-17 Miles Bader <miles@gnu.org>
28687
28688 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
28689 (ediff-current-diff-C, ediff-current-diff-Ancestor)
28690 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
28691 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
28692 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
28693 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
28694 Remove "-face" suffix from face names.
28695 (ediff-current-diff-face-A, ediff-current-diff-face-B)
28696 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
28697 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
28698 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
28699 (ediff-even-diff-face-A, ediff-even-diff-face-B)
28700 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
28701 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
28702 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
28703 New backward-compatibility aliases for renamed faces.
28704 (ediff-current-diff-face-A, ediff-current-diff-face-B)
28705 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
28706 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
28707 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
28708 (ediff-even-diff-face-A, ediff-even-diff-face-B)
28709 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
28710 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
28711 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
28712 Use renamed ediff faces.
28713
28714 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
28715 Remove "-face" suffix from face names.
28716 (eshell-test-ok-face, eshell-test-failed-face):
28717 New backward-compatibility aliases for renamed faces.
28718 (eshell-run-test): Use renamed eshell-test faces.
28719
28720 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
28721 face name.
28722 (eshell-prompt-face): New backward-compatibility alias for renamed
28723 face.
28724 (eshell-emit-prompt): Use renamed eshell-prompt face.
28725
28726 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
28727 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
28728 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
28729 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
28730 Remove "-face" suffix from face names.
28731 (eshell-ls-directory-face, eshell-ls-symlink-face)
28732 (eshell-ls-executable-face, eshell-ls-readonly-face)
28733 (eshell-ls-unreadable-face, eshell-ls-special-face)
28734 (eshell-ls-missing-face, eshell-ls-archive-face)
28735 (eshell-ls-backup-face, eshell-ls-product-face)
28736 (eshell-ls-clutter-face):
28737 New backward-compatibility aliases for renamed faces.
28738 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
28739
28740 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
28741 Remove "-face" suffix from face name.
28742 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
28743 instead of literal face.
28744
28745 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
28746
28747 * emacs-lisp/warnings.el (display-warning, lwarn)
28748 (warning-minimum-log-level): Doc fixes.
28749 (warning-minimum-level, warning-minimum-log-level):
28750 Add :debug to :type choices.
28751
28752 * progmodes/ada-mode.el (ada-format-paramlist)
28753 (ada-get-indent-case, ada-check-matching-start)
28754 (ada-check-defun-name, ada-goto-matching-decl-start)
28755 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
28756 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
28757 (ada-make-subprogram-body): Follow error conventions.
28758 (ada-case-exception-file, ada-indent-comment-as-code)
28759 (ada-indent-handle-comment-special, ada-indent-renames)
28760 (ada-indent-return, ada-search-directories-internal)
28761 (ada-tab-policy, ada-case-exception-substring)
28762 (ada-other-file-alist, ada-matching-start-re)
28763 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
28764 (ada-imenu-generic-expression, ada-compile-goto-error)
28765 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
28766 (ada-popup-menu, ada-add-extensions, ada-mode)
28767 (ada-region-selected, ada-create-case-exception)
28768 (ada-create-case-exception-substring, ada-after-keyword-p)
28769 (ada-activate-keys-for-case, ada-adjust-case-region)
28770 (ada-adjust-case-buffer, ada-format-paramlist)
28771 (ada-scan-paramlist, ada-insert-paramlist)
28772 (ada-indent-newline-indent)
28773 (ada-indent-newline-indent-conditional)
28774 (ada-justified-indent-current, ada-goto-previous-word)
28775 (ada-indent-current, ada-get-indent-open-paren)
28776 (ada-get-indent-paramlist, ada-get-indent-end)
28777 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
28778 (ada-get-indent-block-start, ada-get-indent-subprog)
28779 (ada-get-indent-noindent, ada-get-indent-label)
28780 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
28781 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
28782 (ada-goto-stmt-end, ada-goto-next-word)
28783 (ada-check-matching-start, ada-check-defun-name)
28784 (ada-goto-matching-decl-start, ada-goto-matching-start)
28785 (ada-goto-matching-end, ada-search-ignore-string-comment)
28786 (ada-in-decl-p, ada-looking-at-semi-or)
28787 (ada-looking-at-semi-private, ada-in-paramlist-p)
28788 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
28789 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
28790 (ada-next-procedure, ada-previous-procedure, ada-next-package)
28791 (ada-previous-package, ada-create-menu)
28792 (ada-fill-comment-paragraph-justify)
28793 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
28794 (ada-other-file-name, ada-last-which-function-line)
28795 (ada-last-which-function-subprog, ada-which-function)
28796 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
28797 (ada-gen-treat-proc, ada-check-emacs-version)
28798 (ada-continuation-indent, ada-align-region-separate):
28799 Fix typos in docstrings.
28800 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
28801
28802 2005-06-16 Lute Kamstra <lute@gnu.org>
28803
28804 * simple.el (fundamental-mode): Run after-change-major-mode-hook
28805 conditionally.
28806
28807 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
28808
28809 * comint.el (comint-replace-by-expanded-filename)
28810 (comint-prompt-regexp, comint-delimiter-argument-list)
28811 (comint-preinput-scroll-to-bottom):
28812 * info.el (Info-hide-cookies-node):
28813 * ls-lisp.el (ls-lisp-classify):
28814 * find-file.el (ff-search-directories, ff-special-constructs)
28815 (ff-find-other-file):
28816 * font-lock.el (font-lock-keywords):
28817 * shell.el (shell-prompt-pattern)
28818 (shell-dynamic-complete-functions, shell-mode)
28819 (shell-delimiter-argument-list):
28820 * term.el (term-replace-by-expanded-filename)
28821 (term-prompt-regexp, term-delimiter-argument-list):
28822 * woman.el (woman-ignore, woman0-if):
28823 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
28824 * emacs-lisp/elint.el (elint-init-env):
28825 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
28826 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
28827 * language/ethio-util.el (ethio-tilde-escape)
28828 (ethio-use-three-dot-question):
28829 * net/zone-mode.el (zone-mode-load-time-setup):
28830 * progmodes/cc-align.el (c-lineup-argcont):
28831 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
28832 * progmodes/cperl-mode.el (cperl-set-style-back):
28833 * progmodes/inf-lisp.el (inferior-lisp-prompt):
28834 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
28835 Fix spellings in docstrings.
28836
28837 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
28838 * progmodes/modula2.el (m2-for): Fix spellings.
28839
28840 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
28841
28842 * simple.el (undo-more): Don't use `format' on `error' arguments.
28843 Improve argument/docstring consistency.
28844 (pending-undo-list): Doc fix.
28845
28846 * smerge-mode.el (smerge-ensure-match):
28847 * emulation/vip.el (vip-ex):
28848 * net/zone-mode.el (zone-mode-update-serial):
28849 * progmodes/idlwave.el (idlwave-complete):
28850 * progmodes/vhdl-mode.el (vhdl-visit-file)
28851 (vhdl-compose-wire-components):
28852 Don't use `format' on `error' arguments.
28853
28854 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
28855 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
28856 (tooltip-help-tips): Fix typos in docstrings.
28857
28858 2005-06-16 David Ponce <david@dponce.com>
28859
28860 * tree-widget.el (tree-widget-value-create): Simplify last change.
28861
28862 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
28863
28864 * ido.el (ido-incomplete-regexp): New variable.
28865 (ido-set-matches-1): Handle invalid-regexp error and set
28866 ido-incomplete-regexp.
28867 (ido-incomplete-regexp): New face.
28868 (ido-completions): Use it.
28869 (ido-complete, ido-exit-minibuffer, ido-completions):
28870 Handle incomplete regexps.
28871 (ido-completions): Add check for complete match when entering a regexp.
28872
28873 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
28874
28875 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
28876
28877 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
28878
28879 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
28880 by field delimiters.
28881
28882 2005-06-15 David Ponce <david@dponce.com>
28883
28884 * tree-widget.el: eval-and-compile inlined functions so they will
28885 be available at run-time too.
28886 (tree-widget-super-format-handler)
28887 (tree-widget-format-handler): Remove.
28888 (tree-widget-value-create): Handle the :indent property.
28889
28890 2005-06-15 Miles Bader <miles@gnu.org>
28891
28892 * progmodes/which-func.el (which-func): Only inherit
28893 `font-lock-function-name-face' when that makes sense against the
28894 default mode-line face, otherwise set the face color explicitly.
28895
28896 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
28897 faces instead of (non-existent) variables.
28898
28899 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
28900
28901 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
28902 (iswitchb-get-matched-buffers): Likewise. Simplify.
28903
28904 2005-06-14 Miles Bader <miles@gnu.org>
28905
28906 * progmodes/ld-script.el (ld-script-location-counter):
28907 Remove "-face" suffix from face name.
28908 (ld-script-location-counter-face):
28909 New backward-compatibility alias for renamed face.
28910 (ld-script-location-counter-face): Use renamed face.
28911
28912 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
28913 (cperl-hash): Remove "-face" suffix from face names.
28914 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
28915 New backward-compatibility aliases for renamed faces.
28916 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
28917 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
28918
28919 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
28920 name.
28921 (which-func-face): New backward-compatibility alias for renamed face.
28922 (which-func-format): Use renamed which-func face.
28923
28924 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
28925 (vhdl-function, vhdl-directive, vhdl-reserved-word)
28926 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
28927 names.
28928 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
28929 (vhdl-speedbar-configuration, vhdl-speedbar-package)
28930 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
28931 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
28932 (vhdl-speedbar-architecture-selected)
28933 (vhdl-speedbar-configuration-selected)
28934 (vhdl-speedbar-package-selected)
28935 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
28936 names.
28937 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
28938 Use renamed faces.
28939 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
28940 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
28941 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
28942 Use renamed faces.
28943 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
28944 names.
28945 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
28946 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
28947 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
28948 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
28949 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
28950 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
28951
28952 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
28953 face name.
28954 (sh-heredoc-face): New backward-compatibility alias for renamed face.
28955 (sh-heredoc-face): Use renamed sh-heredoc face.
28956
28957 * progmodes/idlw-help.el (idlwave-help-link):
28958 Remove "-face" suffix from face name.
28959 (idlwave-help-link-face):
28960 New backward-compatibility alias for renamed face.
28961 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
28962
28963 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
28964 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
28965 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
28966 New backward-compatibility aliases for renamed faces.
28967 (idlwave-shell-disabled-breakpoint-face)
28968 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
28969
28970 * progmodes/flymake.el (flymake-errline, flymake-warnline):
28971 Remove "-face" suffix from face names.
28972 (flymake-errline-face, flymake-warnline-face):
28973 New backward-compatibility aliases for renamed faces.
28974 (flymake-highlight-line): Use renamed flymake faces.
28975
28976 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
28977 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
28978 (ebrowse-member-class, ebrowse-progress):
28979 Remove "-face" suffix from face names.
28980 (ebrowse-tree-mark-face, ebrowse-root-class-face)
28981 (ebrowse-file-name-face, ebrowse-default-face)
28982 (ebrowse-member-attribute-face, ebrowse-member-class-face)
28983 (ebrowse-progress-face):
28984 New backward-compatibility aliases for renamed faces.
28985 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
28986 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
28987 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
28988 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
28989
28990 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
28991 antlr-syntax)
28992 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
28993 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
28994 names.
28995 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
28996 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
28997 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
28998 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
28999 backward-compatibility aliases for renamed faces.
29000 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
29001 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
29002 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
29003 remove "font-lock-". Use renamed antlr-mode faces.
29004 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
29005 literal face-names with face variable references.
29006
29007 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
29008 face name.
29009 (Buffer-menu-buffer-face): New backward-compatibility alias for
29010 renamed face.
29011 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
29012
29013 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
29014
29015 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
29016 Eliminate "-face" suffix.
29017 (makefile-targets): Inherit from font-lock-function-name-face and
29018 eliminate "-face" suffix.
29019 (makefile-shell): Remove attributes and eliminate "-face" suffix.
29020 (makefile-*-font-lock-keywords): Append makefile-targets in rule
29021 actions, instead of prepending, to make it less visible.
29022 (makefile-previous-dependency, makefile-match-dependency):
29023 Don't match a target on a continuation line.
29024
29025 * files.el (auto-mode-alist): Put Makefile in gmake mode.
29026
29027 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
29028
29029 * progmodes/gdb-ui.el (menu): Re-order menu items.
29030 (gdb-tooltip-print): Respect tooltip-use-echo-area.
29031
29032 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
29033 Define in tooltip.el.
29034 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
29035 (gud-tooltip-tips): Respect tooltip-use-echo-area and
29036 gud-tooltip-echo-area.
29037
29038 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
29039 backward compatibility and make obsolete.
29040 (tooltip-help-tips): Use tooltip-use-echo-area.
29041 (tooltip-show-help-function): Rename to...
29042 (tooltip-show-help): ...this, because it is a function.
29043 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
29044
29045 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
29046
29047 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
29048 (edebug-print-length, edebug-print-level, edebug-print-circle)
29049 (edebug-modify-breakpoint, edebug-eval-last-sexp)
29050 (edebug-eval-print-last-sexp): Doc fixes.
29051
29052 2005-06-14 Kim F. Storm <storm@cua.dk>
29053
29054 * ido.el (ido-mode): Make a new keymap every time we enable ido,
29055 as the coverage buffer/file/both may change.
29056
29057 2005-06-14 Lute Kamstra <lute@gnu.org>
29058
29059 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
29060 and run-mode-hooks. Simplify.
29061
29062 * mail/rmailedit.el (rmail-edit-mode):
29063 * progmodes/octave-inf.el (inferior-octave-mode):
29064 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
29065
29066 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
29067 and run-mode-hooks.
29068 (recentf-edit-list, recentf-open-files): Don't call
29069 kill-all-local-variables directly.
29070
29071 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
29072
29073 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
29074
29075 * emacs-lisp/byte-run.el (make-obsolete)
29076 (define-obsolete-function-alias): Rename arguments FUNCTION and
29077 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
29078 (make-obsolete-variable, define-obsolete-variable-alias):
29079 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
29080 respectively.
29081
29082 * isearchb.el (isearchb-activate):
29083 * pcvs.el (cvs-mode):
29084 * ses.el (ses-load):
29085 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
29086 * net/tramp.el (tramp-find-file-exists-command)
29087 (tramp-find-shell):
29088 * progmodes/ada-mode.el (ada-create-case-exception)
29089 (ada-create-case-exception-substring, ada-make-subprogram-body):
29090 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
29091 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
29092 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
29093 * textmodes/org.el (org-promote, org-evaluate-time-range)
29094 (org-agenda-next-date-line, org-agenda-previous-date-line)
29095 (org-agenda-error, org-open-at-point, org-table-move-row)
29096 (org-format-table-table-html-using-table-generate-source)
29097 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
29098 * textmodes/reftex.el (reftex-access-scan-info):
29099 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
29100 (reftex-toc-promote-prepare): Follow error conventions.
29101
29102 * diff-mode.el (diff-mode): Fix typo in docstring.
29103
29104 * forms.el (forms--intuit-from-file): Fix reference to
29105 `forms-number-of-fields' in error message.
29106 (forms-print): Fix quoting in error message.
29107
29108 * forms.el (forms-mode):
29109 * emulation/vi.el (vi-goto-insert-state):
29110 * progmodes/flymake.el (flymake-new-err-info)
29111 (flymake-start-syntax-check-for-current-buffer)
29112 (flymake-simple-cleanup):
29113 * eshell/esh-var.el (eshell/export):
29114 * progmodes/gud.el (xdb):
29115 * textmodes/flyspell.el (flyspell-incorrect-hook)
29116 (flyspell-maybe-correct-transposition)
29117 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
29118
29119 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
29120
29121 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
29122 minibuffer prompt.
29123
29124 2005-06-13 Kim F. Storm <storm@cua.dk>
29125
29126 * subr.el (add-to-ordered-list): New defun.
29127
29128 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
29129 add cua--keymap-alist to emulation-mode-map-alists.
29130
29131 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
29132
29133 * subr.el (complete-in-turn): New macro.
29134 (dynamic-completion-table, lazy-completion-table): Add debug info.
29135
29136 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
29137 in preference to face aliases.
29138
29139 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
29140 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
29141 Remove unused vars `start' and `firstline'.
29142 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
29143 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
29144
29145 2005-06-13 Eli Zaretskii <eliz@gnu.org>
29146
29147 * cus-start.el (all): Don't complain about missing GTK-related
29148 variables, unless either `gtk' is boundp or this isn't a
29149 `windows-nt' build.
29150
29151 2005-06-13 Lute Kamstra <lute@gnu.org>
29152
29153 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
29154 run-mode-hooks.
29155
29156 * ediff-mult.el (ediff-meta-mode):
29157 * ediff-util.el (ediff-mode): Use run-mode-hooks.
29158
29159 * ledit.el (ledit-mode): Use delay-mode-hooks.
29160
29161 * woman.el (woman-mode-line-format): Delete constant.
29162 (woman-mode-map): Initialize it properly.
29163 (woman-mode): Set mode-class property to special.
29164 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
29165 Set major-mode and mode-name. Don't set mode-line-format directly.
29166 (Man-getpage-in-background): Don't reference woman-mode-line-format.
29167
29168 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
29169 string argument obsolete.
29170
29171 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
29172
29173 * textmodes/org.el (org-CUA-compatible): New option.
29174 (org-disputed-keys): New variable.
29175 (org-key): New function.
29176 (orgtbl-make-binding): Add docstring to the created function.
29177 (org-mode): Set paragraph start/separate regexps.
29178 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
29179 (org-archive-location, org-archive-mark-done)
29180 (org-archive-stamp-time): New options.
29181 (org-archive-subtree): New command.
29182 (org-fill-paragraph): New function.
29183 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
29184 (org-fake-empty-table-line): Function removed.
29185 (org-format-org-table-html): Do not create empty table lines at
29186 separator lines. Improved table header treatment.
29187 (org-link-format): New option.
29188 (org-make-link): New function.
29189 (org-insert-link, org-store-link): Use org-make-link.
29190 (org-open-file): Quote file name for shell command, to allow
29191 spaces in file names.
29192 (org-link-regexp): Fix bug with mailto link.
29193 (org-link-maybe-angles-regexp, org-protected-link-regexp):
29194 New constants.
29195 (org-export-as-html): Deal with the optional angles around a link.
29196 Better treatment of file: links.
29197 (org-open-at-point): Replace @{ and @} with < and >.
29198 (org-run-mode-hooks): Function removed.
29199 (org-agenda-mode): No longer use `org-run-mode-hooks'.
29200
29201 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
29202
29203 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
29204 MI command -data-list-register-values.
29205 (gdb-post-prompt): Indent properly.
29206
29207 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
29208
29209 * hilit-chg.el (highlight-changes-colors): Rename from
29210 `highlight-changes-colours'.
29211 (highlight-changes-colours): Keep as obsolete alias.
29212 (highlight-changes-face-list): Doc fix.
29213 (hilit-chg-make-list): Use `highlight-changes-colors'.
29214
29215 2005-06-12 Mark A. Hershberger <mah@everybody.org>
29216
29217 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
29218 defun-prompt-regexp.
29219
29220 2005-06-12 Eli Zaretskii <eliz@gnu.org>
29221
29222 * loadup.el: Don't say we are dumping under 2 names on windows-nt
29223 and cygwin.
29224
29225 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
29226 Don't use an old loaddefs.el, as in Makefile.in.
29227
29228 2005-06-12 Lute Kamstra <lute@gnu.org>
29229
29230 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
29231
29232 * man.el (Man-mode-map): Initialize it properly.
29233 (Man-mode): Set mode-class property to special.
29234
29235 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
29236
29237 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
29238
29239 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
29240 A newline is needed in the docstring there.
29241
29242 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
29243 Doc fixes.
29244
29245 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
29246
29247 * printing.el: Doc fix. The menubar is no more changed when printing
29248 is loaded, it only changes when pr-menu-bind or pr-update-menus is
29249 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
29250 (pr-version): New version number (6.8.4).
29251 (pr-menu-bind): New command.
29252 (pr-update-menus): Docstring and code fix.
29253 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
29254 Docstring fix.
29255 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
29256 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
29257
29258 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
29259
29260 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
29261 "Returns" to "return", document useful return values, etc.
29262
29263 2005-06-11 Alan Mackenzie <acm@muc.de>
29264
29265 * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
29266 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
29267 (adaptive-file-function): Minor amendment to doc-string.
29268
29269 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
29270
29271 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
29272 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
29273 Fix :type--it is `integer', not `string'.
29274
29275 * faces.el (modeline-highlight): Rename from (the erroneous)
29276 `modeline-higilight'.
29277
29278 2005-06-11 Lute Kamstra <lute@gnu.org>
29279
29280 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
29281 lisp-interaction-mode-map but make it the parent.
29282 (edebug-eval-mode): Use define-derived-mode.
29283
29284 2005-06-11 Andreas Schwab <schwab@suse.de>
29285
29286 * bindings.el: Add binding of `ESC functionkey' for every
29287 `M-functionkey'.
29288 * hexl.el (hexl-mode-map): Likewise.
29289
29290 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
29291
29292 * progmodes/compile.el (compilation-error-regexp-alist-alist)
29293 [msft]: update regexp for newer msft compilers.
29294
29295 2005-06-10 Mark A. Hershberger <mah@everybody.org>
29296
29297 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
29298 ATTLIST portions of included DTDs.
29299 (xml-parse-dtd): Eliminate use of inefficient match-data.
29300
29301 2005-06-10 Miles Bader <miles@gnu.org>
29302
29303 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
29304 (mpuz-text): Remove "-face" suffix from face names.
29305 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
29306 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
29307 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
29308
29309 * play/gomoku.el (gomoku-O, gomoku-X):
29310 Remove "-face" suffix from face names.
29311 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
29312 New backward-compatibility aliases for renamed faces.
29313 (gomoku-font-lock-keywords): Use renamed gomoku faces.
29314
29315 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
29316
29317 * thumbs.el: Fixes for changes of 2005-06-09.
29318 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
29319 as a directory.
29320 (thumbs-thumbname): Remove directory separator from format string;
29321 `thumbs-thumbsdir' now returns a valid directory name.
29322 (thumbs-temp-dir): New defsubst.
29323 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
29324 Use it.
29325
29326 * cus-edit.el (minibuffer):
29327 * files.el (make-backup-file-name-function):
29328 * filesets.el (filesets-external-viewers):
29329 * hilit-chg.el (highlight-changes-colours)
29330 (highlight-changes-face-list, highlight-changes-rotate-faces):
29331 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
29332 * kmacro.el (kmacro-call-macro):
29333 * log-edit.el (log-edit-changelog-full-paragraphs):
29334 * mouse.el (mouse-1-click-follows-link):
29335 * skeleton.el (skeleton-autowrap):
29336 * subr.el (insert-for-yank-1):
29337 * tempo.el (tempo-insert-region):
29338 * terminal.el (terminal-emulator):
29339 * time.el (display-time-mail-face):
29340 * vc.el (vc-annotate):
29341 * vcursor.el (vcursor-copy-line):
29342 * woman.el (woman-bold-headings, woman-ignore)
29343 (woman-default-faces, woman-monochrome-faces):
29344 * calendar/todo-mode.el (todo-insert-threshold):
29345 * emulation/pc-select.el (pc-select-selection-keys-only)
29346 (pc-selection-mode):
29347 * emulation/vip.el (vip-find-char-forward):
29348 * emulation/viper-cmd.el (viper-find-char-forward):
29349 * international/mule-cmds.el
29350 (select-safe-coding-system-accept-default-p)
29351 (input-method-exit-on-invalid-key):
29352 * international/mule-diag.el (describe-coding-system):
29353 * international/ucs-tables.el (unify-8859-on-encoding-mode):
29354 * net/browse-url.el (browse-url-xterm-program):
29355 * obsolete/lazy-lock.el (lazy-lock-mode):
29356 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
29357 (cperl-mode):
29358 * progmodes/cpp.el (cpp-face-light-name-list)
29359 (cpp-face-dark-name-list):
29360 * progmodes/delphi.el (delphi-newline-always-indents):
29361 Fix spellings in docstrings.
29362
29363 * ido.el (ido-mode, ido-file-extensions-order)
29364 (ido-default-file-method, ido-default-buffer-method)
29365 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
29366 (ido-decorations, ido-read-file-name-as-directory-commands)
29367 (ido-read-file-name-non-ido, ido-work-directory-list)
29368 (ido-ignore-item-temp-list, ido-current-directory)
29369 (ido-magic-forward-char, ido-enter-find-file)
29370 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
29371 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
29372
29373 2005-06-10 Lute Kamstra <lute@gnu.org>
29374
29375 * play/dunnet.el (dun-mode): Use define-derived-mode.
29376 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
29377 obsolete alias.
29378
29379 * play/doctor.el (doctor-mode-map): Remove defvar.
29380 (doctor-mode): Use define-derived-mode.
29381
29382 * mail/mspools.el (mspools-mode):
29383 * net/eudc-hotlist.el (eudc-hotlist-mode):
29384 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
29385
29386 2005-06-10 Miles Bader <miles@gnu.org>
29387
29388 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
29389 Remove "-face" suffix from face names.
29390 (flyspell-incorrect-face, flyspell-duplicate-face):
29391 New backward-compatibility aliases for renamed faces.
29392 (flyspell-mode-on, make-flyspell-overlay)
29393 (flyspell-highlight-incorrect-region)
29394 (flyspell-highlight-duplicate-region)
29395 (flyspell-display-next-corrections)
29396 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
29397
29398 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
29399 from face name.
29400 (texinfo-heading-face): New backward-compatibility alias for
29401 renamed face.
29402 (texinfo-heading-face): Use renamed texinfo-heading face.
29403
29404 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
29405 suffix from face names.
29406 (tex-math-face, tex-verbatim-face):
29407 New backward-compatibility aliases for renamed faces.
29408 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
29409 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
29410 literal face name.
29411
29412 * textmodes/table.el (table-cell): Remove "-face" suffix from face
29413 name.
29414 (table-cell-face): New backward-compatibility alias for renamed face.
29415 (table--put-cell-face-property, table--update-cell-face):
29416 Use renamed table-cell face.
29417
29418 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
29419 from face name.
29420 (sgml-namespace-face): New backward-compatibility alias for
29421 renamed face.
29422 (sgml-namespace-face): Use renamed sgml-namespace face.
29423
29424 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
29425 (org-level-4, org-level-5, org-level-6, org-level-7)
29426 (org-level-8, org-warning, org-headline-done)
29427 (org-deadline-announce, org-scheduled-today)
29428 (org-scheduled-previously, org-link, org-done, org-table)
29429 (org-time-grid): Remove "-face" suffix from face names.
29430 (org-level-1-face, org-level-2-face, org-level-3-face)
29431 (org-level-4-face, org-level-5-face, org-level-6-face)
29432 (org-level-7-face, org-level-8-face, org-warning-face)
29433 (org-headline-done-face, org-deadline-announce-face)
29434 (org-scheduled-today-face, org-scheduled-previously-face)
29435 (org-link-face, org-done-face, org-table-face)
29436 (org-time-grid-face):
29437 New backward-compatibility aliases for renamed faces.
29438 (org-level-faces, org-set-font-lock-defaults, org-timeline)
29439 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
29440 (org-agenda-get-timestamps, org-agenda-get-scheduled)
29441 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
29442
29443 * emulation/viper-init.el (viper-search, viper-replace-overlay)
29444 (viper-minibuffer-emacs, viper-minibuffer-insert)
29445 (viper-minibuffer-vi): Remove "-face" suffix from face names.
29446 (viper-search-face, viper-replace-overlay-face)
29447 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
29448 (viper-minibuffer-vi-face):
29449 New backward-compatibility aliases for renamed faces.
29450 (viper-search-face, viper-replace-overlay-face)
29451 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
29452 (viper-minibuffer-vi-face): Use renamed viper faces.
29453
29454 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
29455 Remove "-face" suffix from face names.
29456 (testcover-nohits-face, testcover-1value-face):
29457 New backward-compatibility aliases for renamed faces.
29458 (testcover-mark): Use renamed testcover faces.
29459
29460 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
29461 face name.
29462 (diary-button-face): New backward-compatibility alias for renamed face.
29463 (diary-entry): Use renamed diary-button face.
29464
29465 * calendar/calendar.el (diary, calendar-today, holiday)
29466 (mark-visible-calendar-date): Remove "-face" suffix from face names.
29467 (diary-face, calendar-today-face, holiday-face):
29468 New backward-compatibility aliases for renamed faces.
29469 (eval-after-load "facemenu", diary-entry-marker)
29470 (calendar-today-marker, calendar-holiday-marker, diary-face):
29471 Use renamed calendar faces.
29472
29473 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
29474 (compare-windows-face): New backward-compatibility alias for
29475 renamed face.
29476 (compare-windows-highlight): Use renamed compare-windows face.
29477
29478 * strokes.el (strokes-char): Remove "-face" suffix from face name.
29479 (strokes-char-face): New backward-compatibility alias for renamed face.
29480 (strokes-encode-buffer): Use renamed strokes-char face.
29481
29482 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
29483 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
29484 Remove "-face" suffix from face names.
29485 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
29486 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
29487 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
29488 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
29489 Use renamed pcvs faces.
29490 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
29491 * pcvs-defs.el (cvs-mode-map): Likewise.
29492 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
29493
29494 * info.el (info-title-1, info-title-2, info-title-3)
29495 (info-title-4): Remove "-face" suffix from and downcase face names.
29496 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
29497 (Info-title-4-face):
29498 New backward-compatibility aliases for renamed faces.
29499 (Info-fontify-node): Use renamed info faces.
29500
29501 * hilit-chg.el (highlight-changes, highlight-changes-delete):
29502 Remove "-face" suffix from face names.
29503 (highlight-changes-face, highlight-changes-delete-face):
29504 New backward-compatibility aliases for renamed faces.
29505 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
29506 (hilit-chg-make-list): Use renamed highlight-changes faces.
29507
29508 * generic-x.el (show-tabs-tab, show-tabs-space):
29509 Remove "-face" suffix from face names.
29510 (show-tabs-tab-face, show-tabs-space-face):
29511 New backward-compatibility aliases for renamed faces.
29512 (show-tabs-generic-mode-font-lock-defaults-1)
29513 (show-tabs-generic-mode-font-lock-defaults-2):
29514 Use renamed show-tabs faces.
29515
29516 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
29517 (smerge-markers): Remove "-face" suffix from face names.
29518 (smerge-mine-face, smerge-other-face, smerge-base-face)
29519 (smerge-markers-face):
29520 New backward-compatibility aliases for renamed faces.
29521 (smerge-mine-face, smerge-other-face, smerge-base-face)
29522 (smerge-markers-face): Use renamed smerge faces.
29523
29524 * log-view.el (log-view-file, log-view-message): Remove "-face"
29525 suffix from face names.
29526 (log-view-file-face, log-view-message-face):
29527 New backward-compatibility aliases for renamed faces.
29528 (log-view-file-face, log-view-message-face): Use renamed log-view
29529 faces.
29530
29531 * paren.el (show-paren-match, show-paren-mismatch):
29532 Remove "-face" suffix from face names.
29533 (show-paren-match-face, show-paren-mismatch-face):
29534 New backward-compatibility aliases for renamed faces.
29535 (show-paren-function): Use renamed show-paren faces.
29536
29537 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
29538 (ruler-mode-margins, ruler-mode-fringes)
29539 (ruler-mode-column-number, ruler-mode-fill-column)
29540 (ruler-mode-comment-column, ruler-mode-goal-column)
29541 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
29542 suffix from face names.
29543 (ruler-mode-default-face, ruler-mode-pad-face)
29544 (ruler-mode-margins-face, ruler-mode-fringes-face)
29545 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
29546 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
29547 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
29548 New backward-compatibility aliases for renamed faces.
29549 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
29550 (ruler-mode-column-number, ruler-mode-fill-column)
29551 (ruler-mode-comment-column, ruler-mode-goal-column)
29552 (ruler-mode-tab-stop, ruler-mode-current-column)
29553 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
29554 faces.
29555
29556 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
29557 face name.
29558 (whitespace-highlight-the-space): Use renamed face.
29559 (whitespace-highlight-face): New backward-compatibility alias for
29560 renamed face.
29561
29562 * woman.el (woman-italic, woman-bold, woman-unknown)
29563 (woman-addition, woman-symbol-face):
29564 Remove "-face" suffix from face names.
29565 (woman-italic-face, woman-bold-face, woman-unknown-face)
29566 (woman-addition-face):
29567 New backward-compatibility aliases for renamed faces.
29568 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
29569 (woman-decode-region, woman-replace-match)
29570 (woman-display-extended-fonts, woman-special-characters)
29571 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
29572 Use renamed woman faces.
29573
29574 * longlines.el (longlines-visible-face): Face removed.
29575
29576 * diff-mode.el (diff-header, diff-file-header, diff-index)
29577 (diff-hunk-header, diff-removed, diff-added, diff-changed)
29578 (diff-function, diff-context, diff-nonexistent): Remove "-face"
29579 suffix from face names.
29580 (diff-header-face, diff-file-header-face, diff-index-face)
29581 (diff-hunk-header-face, diff-removed-face, diff-added-face)
29582 (diff-changed-face, diff-function-face, diff-context-face)
29583 (diff-nonexistent-face): New backward-compatibility aliases for
29584 renamed faces.
29585 (diff-header-face, diff-file-header-face)
29586 (diff-index, diff-index-face, diff-hunk-header)
29587 (diff-hunk-header-face, diff-removed, diff-removed-face)
29588 (diff-added, diff-added-face, diff-changed-face, diff-function)
29589 (diff-function-face, diff-context-face, diff-nonexistent)
29590 (diff-nonexistent-face): Use renamed diff-mode faces.
29591
29592 * progmodes/compile.el (compilation-warning-face)
29593 (compilation-info-face): Remove "-face" suffix from face names.
29594 (compilation-warning-face, compilation-info-face):
29595 New backward-compatibility aliases for renamed faces.
29596 (compilation-warning-face, compilation-info-face):
29597 Use renamed compilation faces.
29598
29599 * add-log.el (change-log-date, change-log-name)
29600 (change-log-email, change-log-file, change-log-list)
29601 (change-log-conditionals, change-log-function)
29602 (change-log-acknowledgement): Remove "-face" suffix from face names.
29603 (change-log-date-face, change-log-name-face)
29604 (change-log-email-face, change-log-file-face)
29605 (change-log-list-face, change-log-conditionals-face)
29606 (change-log-function-face, change-log-acknowledgement-face):
29607 New backward-compatibility aliases for renamed faces.
29608 (change-log-font-lock-keywords): Use renamed change-log faces.
29609
29610 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
29611 (custom-set, custom-changed, custom-saved, custom-button)
29612 (custom-button-pressed, custom-documentation, custom-state)
29613 (custom-comment, custom-comment-tag, custom-variable-tag)
29614 (custom-variable-button, custom-face-tag, custom-group-tag-1)
29615 (custom-group-tag): Remove "-face" suffix from face names.
29616 (custom-magic-alist, custom-magic-value-create)
29617 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
29618 (custom-invalid-face, custom-rogue-face, custom-modified-face)
29619 (custom-set-face, custom-changed-face, custom-saved-face)
29620 (custom-button-face, custom-button-pressed-face)
29621 (custom-documentation-face, custom-state-face)
29622 (custom-comment-face, custom-comment-tag-face)
29623 (custom-variable-tag-face, custom-variable-button-face)
29624 (custom-face-tag-face, custom-group-tag-face-1)
29625 (custom-group-tag-face):
29626 New backward-compatibility aliases for renamed faces.
29627
29628 * wid-edit.el (widget-documentation, widget-button)
29629 (widget-field, widget-single-line-field, widget-inactive)
29630 (widget-button-pressed): "-face" suffix removed from face names.
29631 (widget-documentation-face, widget-button-face)
29632 (widget-field-face, widget-single-line-field-face)
29633 (widget-inactive-face, widget-button-pressed-face):
29634 New backward-compatibility aliases for renamed faces.
29635 (widget-documentation-face, widget-button-face)
29636 (widget-button-pressed-face, widget-specify-field)
29637 (widget-specify-inactive): Use renamed widget faces.
29638
29639 2005-06-10 Kenichi Handa <handa@m17n.org>
29640
29641 * term/x-win.el (x-clipboard-yank): Remove condition-case
29642 wrapping.
29643
29644 2005-06-11 Kenichi Handa <handa@m17n.org>
29645
29646 * add-log.el (change-log-font-lock-keywords): Make the regexp for
29647 date lines stricter.
29648
29649 2005-06-10 Zhang Wei <id.brep@gmail.com>
29650
29651 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
29652 of x-get-selection.
29653
29654 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
29655
29656 * comint.el (comint-mode, comint-snapshot-last-prompt):
29657 * frame.el (frame-current-scroll-bars):
29658 * term.el (term-mode, term-check-proc, term-input-sender)
29659 (term-simple-send, term-extract-string, term-word)
29660 (term-match-partial-filename):
29661 * window.el (window-current-scroll-bars):
29662 * emulation/cua-base.el (cua-normal-cursor-color)
29663 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
29664 (cua-global-mark-cursor-color):
29665 * mail/undigest.el (rmail-forward-separator-regex):
29666 Fix typos in docstrings.
29667
29668 * comint.el (comint-check-proc, make-comint-in-buffer)
29669 (comint-source-default): Doc fixes.
29670
29671 * term.el (term-send-string): Improve argument/docstring consistency.
29672
29673 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
29674
29675 * comint.el (comint-send-input): Bind `inhibit-read-only' around
29676 call to `delete-region'.
29677 (comint-mode-hook): Do not enable Font Lock by default.
29678
29679 2005-06-09 Lute Kamstra <lute@gnu.org>
29680
29681 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
29682 could be void.
29683
29684 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
29685
29686 * emacs-lisp/debug.el (debugger-will-be-back): New var.
29687 (debug): Use it.
29688 (debugger-step-through, debugger-continue, debugger-jump)
29689 (debugger-return-value): Set it when needed.
29690 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
29691 Use inhibit-read-only.
29692
29693 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
29694
29695 * window.el (shrink-window-if-larger-than-buffer)
29696 (window-size-fixed): Fix typo in docstring.
29697
29698 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
29699 thumbnails directory on loading.
29700 (thumbs-conversion-program): Use `eq' to check the system type,
29701 not `equal'.
29702 (thumbs-temp-dir): Initialize to `temporary-file-directory',
29703 not "/tmp". Fix docstring.
29704 (thumbs-thumbsdir): New function to return the thumbnails
29705 directory, creating it if needed.
29706 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
29707 (thumbs-temp-file): Delete variable and make it into a function.
29708 (thumbs-resize-image, thumbs-modify-image): Use it.
29709 (thumbs-kill-buffer): Simplify.
29710 (thumbs-gensym): Defalias or duplicate CL `gensym'.
29711 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
29712 docstrings.
29713
29714 2005-06-09 Kim F. Storm <storm@cua.dk>
29715
29716 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
29717 set-match-data to free markers in match-data.
29718
29719 * replace.el (replace-match-data): Pass RESEAT arg `t' to
29720 match-data to unchain markers in match-data.
29721
29722 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
29723
29724 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
29725 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
29726 unnecessary now.
29727
29728 2005-06-08 Richard M. Stallman <rms@gnu.org>
29729
29730 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
29731 give the variable a doc string that doesn't say don't set it directly.
29732
29733 * textmodes/ispell.el (ispell-check-version):
29734 Use match-string-no-properties.
29735 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
29736 (ispell-buffer-local-words): Likewise.
29737
29738 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
29739 except on terminals with enough colors to really display it.
29740 (makefile-dependency-regex): Delete spurious `bb'.
29741
29742 * faces.el (escape-glyph): Use blue once again in last case.
29743 (no-break-space): Redefine so that it isn't invisible on a tty.
29744
29745 2005-06-08 Kim F. Storm <storm@cua.dk>
29746
29747 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
29748 also when reading directory name.
29749
29750 2005-06-08 Lute Kamstra <lute@gnu.org>
29751
29752 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
29753 (flyspell-mode-line-string): Remove autoload cookie.
29754 (flyspell-mode): Remove defvar.
29755
29756 2005-06-07 Lute Kamstra <lute@gnu.org>
29757
29758 * textmodes/org.el (org-run-mode-hooks): New function.
29759 (org-agenda-mode): Use it.
29760
29761 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
29762
29763 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
29764
29765 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
29766
29767 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
29768
29769 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
29770
29771 * font-lock.el (font-lock-add-keywords): Doc fix.
29772
29773 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
29774
29775 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
29776 (tex-compile-default): In the absence of any history, use the order in
29777 tex-compile-alist to choose the preferred command.
29778 (tex-compile-commands): Reorder a bit.
29779
29780 * textmodes/flyspell.el (flyspell-auto-correct-binding)
29781 (flyspell-incorrect-face, flyspell-duplicate-face):
29782 Use (X)Emacs-agnostic code.
29783 (flyspell-mode-map): Don't overwrite at each load. Remove code
29784 redundant with the subsequent add-minor-mode. Merge Emacs and
29785 XEmacs code.
29786 (flyspell-word): Minor simplification.
29787 (flyspell-math-tex-command-p): Quieten the byte-compiler.
29788 (flyspell-external-point-words): Remove unused vars `size' and `start'.
29789 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
29790 Merge the corresponding Emacs code.
29791 (flyspell-correct-word, flyspell-xemacs-popup):
29792 Use flyspell-do-correct.
29793
29794 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
29795 a dedicated window.
29796
29797 * international/latexenc.el (latexenc-find-file-coding-system):
29798 Undo part of last patch, to turn off a compiler warning.
29799
29800 2005-06-06 Juri Linkov <juri@jurta.org>
29801
29802 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
29803 Rename `tmm-inactive-face' to `tmm-inactive'.
29804
29805 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
29806
29807 * iswitchb.el: Rename faces.
29808
29809 2005-06-06 Kim F. Storm <storm@cua.dk>
29810
29811 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
29812 (cua-global-mark): Remove -face suffix from face names.
29813
29814 * emulation/cua-gmrk.el (cua--init-global-mark):
29815 Remove cua-global-mark face setup.
29816
29817 2005-06-06 Richard M. Stallman <rms@gnu.org>
29818
29819 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
29820 just like other allowed characters.
29821 (makefile-match-dependency): Exclude leading and training whitespace
29822 from the range of regexp subexp 1.
29823 (makefile-macroassign-regex): Don't try to match the body,
29824 just the name of the macro being defined.
29825
29826 * info.el (Info-read-node-name-2): New function.
29827 (Info-read-node-name-1): Use that.
29828 Add a completion-base-size-function property.
29829
29830 * simple.el (completion-setup-function): Look for
29831 completion-base-size-function property of minibuffer-completion-table.
29832
29833 * files.el (locate-file-completion): Doc fix.
29834
29835 * printing.el: Don't call pr-update-menus; user must do that.
29836
29837 * emacs-lisp/debug.el (debugger-window): New variable.
29838 (debug): Use debugger-window if it is set and still alive.
29839 Record debugger-window for next entry.
29840
29841 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
29842
29843 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
29844
29845 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
29846 (hack-one-local-variable, hack-local-variables)
29847 (hack-local-variables-prop-line): Pass that arg.
29848
29849 2005-06-06 Kim F. Storm <storm@cua.dk>
29850
29851 * ido.el (ido-first-match, ido-only-match, ido-subdir)
29852 (ido-indicator): Remove -face suffix from face names.
29853
29854 2005-06-06 Juri Linkov <juri@jurta.org>
29855
29856 * font-lock.el (font-lock-regexp-backslash)
29857 (font-lock-regexp-backslash-construct): New faces.
29858 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
29859 after `('. Add `while-no-input' to control structures.
29860
29861 * faces.el (no-break-space, shadow): New faces.
29862 (escape-glyph): Use less loud colors pink2 and red4.
29863
29864 * diff-mode.el (diff-context-face)
29865 * dired.el (dired-ignored)
29866 * rfn-eshadow.el (file-name-shadow)
29867 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
29868
29869 * info.el (Info-title-1-face): Use green instead of yellow because
29870 bold yellow is not readable on light backgrounds.
29871
29872 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
29873 before selecting the desired mode to not spend time fontifying
29874 old contents.
29875
29876 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
29877
29878 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
29879 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
29880
29881 * ps-print.el (ps-default-fg, ps-default-bg):
29882 Fix typos in docstrings.
29883
29884 * isearchb.el (isearchb): Don't pass a spurious second argument to
29885 `iswitchb-completions'.
29886
29887 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
29888
29889 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
29890 to preserve point.
29891 (gdb-find-file-hook): Add doc string.
29892
29893 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
29894 C dereferenced pointer expression.
29895 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
29896
29897 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
29898
29899 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
29900 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
29901 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
29902 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
29903 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
29904 Make background transparent.
29905
29906 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
29907
29908 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
29909 (font-lock-remove-keywords): Doc fix.
29910 (font-lock-mode-major-mode): Compiler defvar.
29911 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
29912
29913 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
29914 (font-lock-mode): Update `font-lock-mode-major-mode'.
29915 (font-lock-set-defaults): Compiler defvar.
29916 (font-lock-default-function): Take `font-lock-mode-major-mode'
29917 into account.
29918
29919 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
29920 keep track of which major mode it enabled the minor mode for.
29921 Use find-file-hook again. Update docstring.
29922
29923 * simple.el (eval-expression-print-level)
29924 (eval-expression-print-length, eval-expression-debug-on-error):
29925 Doc fixes.
29926
29927 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
29928
29929 * iswitchb.el (iswitchb-single-match-face)
29930 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
29931 (iswitchb-invalid-regexp-face): New faces.
29932 (iswitchb-completions): Use them.
29933 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
29934 now marked as an obsolete alias.
29935 (iswitchb-read-buffer): Remove check for bound font variables.
29936 (iswitchb-invalid-regexp): New free variable.
29937 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
29938 set iswitchb-invalid-regexp.
29939 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
29940 invalid regexps.
29941 (iswitchb-completions): Add check for complete match when entering
29942 a regexp.
29943 (iswitchb-completions): Remove require-match argument.
29944 (iswitchb-exhibit): Fix caller.
29945 (iswitchb-common-match-inserted): New variable.
29946 (iswitchb-complete, iswitchb-completion-help): Use it.
29947
29948 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
29949
29950 * url/url-http.el (url-http-chunked-encoding-after-change-function):
29951 Use `url-http-debug' instead of `message'.
29952
29953 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
29954
29955 * url/url-http.el (url-http-parse-headers): Pass redirected URL
29956 as a callback argument.
29957
29958 2005-06-04 Kim F. Storm <storm@cua.dk>
29959
29960 * simple.el (line-move): Only call sit-for when moving backwards.
29961
29962 * ido.el (ido-make-merged-file-list-1): New defun split from
29963 ido-make-merged-file-list.
29964 (ido-make-merged-file-list): Bind throw-on-input around call to
29965 ido-make-merged-file-list-1. Return input-pending-p if
29966 interrupted by more input available.
29967 (ido-read-internal): Handle input-pending-p return value from
29968 ido-make-merged-file-list.
29969
29970 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
29971
29972 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
29973 compatibility code.
29974
29975 * international/latexenc.el (latexenc-find-file-coding-system):
29976 Don't inherit the EOL part of the coding-system from the
29977 tex-main buffer. Fit within 80 columns.
29978
29979 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
29980
29981 * tmm.el (tmm-inactive-face): New face.
29982 (tmm-remove-inactive-mouse-face): New function.
29983 (tmm-prompt, tmm-add-one-shortcut)
29984 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
29985 but not selectable.
29986
29987 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
29988
29989 * faces.el (face-equal): Improve argument/docstring consistency.
29990
29991 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
29992
29993 * progmodes/make-mode.el (makefile-targets-face)
29994 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
29995 (makefile-bsdmake-dependency-regex)
29996 (makefile-makepp-rule-action-regex)
29997 (makefile-bsdmake-rule-action-regex): New constants.
29998 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
29999
30000 * progmodes/compile.el (compilation-error-regexp-alist-alist):
30001 Allow (...) within `...' for makepp messages.
30002
30003 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
30004
30005 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
30006
30007 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
30008 "." files are deleted from all file lists before comparison.
30009
30010 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
30011 (viper-ESC-key): Made them customizable.
30012
30013 * emulation/viper.el (viper-non-hook-settings):
30014 Fix the names of defadvices.
30015
30016 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
30017
30018 * autorevert.el (auto-revert-buffers): Use save-match-data.
30019
30020 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
30021
30022 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
30023 menu items with a nil command binding.
30024
30025 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
30026
30027 * emacs-lisp/cl-macs.el (defsetf):
30028 Improve argument/docstring consistency.
30029
30030 * faces.el (list-faces-display): Improve the formatting by
30031 computing the maximum length required for any face-name (reworked
30032 patch of 1999-01-11, accidentally deleted on 1999-07-21).
30033 (internal-find-face): Remove redundant info in docstring.
30034
30035 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
30036
30037 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
30038 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
30039 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
30040 (gdb-assembler-custom): Improve regexps.
30041 (def-gdb-auto-update-handler): Use window point to preserve point.
30042
30043 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
30044
30045 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
30046
30047 2005-05-31 Jay Belanger <belanger@truman.edu>
30048
30049 * calc/calc-embed.el (calc-embedded-word): Change argument passed
30050 to calc-embedded.
30051 (calc-embedded-make-info): Have plain prefix argument select
30052 entire line.
30053
30054 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
30055
30056 * faces.el (list-faces-display): Signal error if passed a regexp
30057 that matches no face name.
30058
30059 * simple.el (filter-buffer-substring): Fix typo in docstring.
30060
30061 2005-05-31 Richard M. Stallman <rms@gnu.org>
30062
30063 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
30064 (vhdl-emacs-21): Doc fix.
30065 (vhdl-mode): Unconditionally set comment-padding.
30066 (vhdl-fixup-whitespace-region): Insert spaces only where
30067 there are none.
30068 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
30069
30070 2005-05-30 John Wiegley <johnw@newartisans.com>
30071
30072 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
30073 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
30074 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
30075 `directory-sep-char' to ?/, and all uses of `string-to-int' to
30076 `string-to-number'.
30077
30078 2005-05-30 Jay Belanger <belanger@truman.edu>
30079
30080 * calc/calc.el (calc-bug-address): Fix docstring.
30081 (calc-window-hook, calc-trail-window-hook): New variables.
30082 (calc-trail-display): Restore use of calc-trail-window-hook.
30083 (calc): Restore use of calc-window-hook.
30084
30085 2005-05-31 Masatake YAMATO <jet@gyve.org>
30086
30087 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
30088
30089 * help-fns.el (help-C-file-name): Add autoload mark for
30090 `find-function-noselect'.
30091
30092 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
30093
30094 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
30095 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
30096
30097 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
30098
30099 * calendar/diary-lib.el (mark-included-diary-files): Only kill
30100 included diary buffer if it was not already being visited.
30101 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
30102
30103 * calendar/icalendar.el (top-level): Do not require appt.
30104
30105 * mail/supercite.el (sc-select-attribution): Only use a list
30106 element from sc-attrib-selection-list if it returns a string.
30107 Reported by Davide G. M. Salvetti <salve@debian.org>.
30108
30109 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
30110
30111 * thumbs.el (thumbs-thumbname): The resulting thumbname now
30112 includes a hash value to improve its uniqueness, and has a ".jpg"
30113 extension. Also, it is now a valid filename on all systems.
30114 (thumbs-make-thumb): Use `let', not `let*'.
30115 (thumbs-show-thumbs-list): Check for JPEG availability.
30116
30117 2005-05-30 Richard M. Stallman <rms@gnu.org>
30118
30119 * filesets.el (filesets-menu-ensure-use-cached):
30120 Prevent warning when emacs-version>= is undefined.
30121
30122 * printing.el (pr-interactive-n-up): Use string-to-number.
30123
30124 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
30125
30126 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
30127 Warn only when name to be defined is quoted.
30128
30129 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
30130
30131 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
30132 Make regexp more robust.
30133 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
30134 Force regeneration of disassembly.
30135
30136 2005-05-29 Jay Belanger <belanger@truman.edu>
30137
30138 * calc/calc.el (calc-user-invocation): Check if
30139 calc-invocation-macro is non-nil.
30140
30141 2005-05-29 Juri Linkov <juri@jurta.org>
30142
30143 * add-log.el (change-log-font-lock-keywords):
30144 Add `+' to e-mail regexp to accept mail address with keywords.
30145
30146 * man.el (Man-name-regexp): Add `:' to accept qualified names.
30147
30148 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
30149
30150 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
30151
30152 * ielm.el (inferior-emacs-lisp-mode): Ditto.
30153
30154 2005-05-29 Richard M. Stallman <rms@gnu.org>
30155
30156 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
30157 Undo the change that moves to end of the current word.
30158
30159 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
30160
30161 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
30162 Throw error when count <= 0 to ensure input is a number.
30163 (gdb-read-memory-custom): Pick up address from buffer.
30164 (gdb-memory-mode): Allow user to increment and decrement
30165 memory address from header line.
30166
30167 2005-05-29 Richard M. Stallman <rms@gnu.org>
30168
30169 * textmoddes/flyspell.el (flyspell-version): Function deleted.
30170 (flyspell-auto-correct-previous-hook): Doc fix.
30171
30172 * jit-lock.el (jit-lock-function, jit-lock-after-change):
30173 Do nothing if memory is full.
30174
30175 * font-lock.el (font-lock-fontify-syntactically-region):
30176 Pass t for GREEDY to looking-back.
30177
30178 * saveplace.el (save-place-alist-to-file): Write the file
30179 using write-region.
30180
30181 * subr.el (looking-back): New argument GREEDY.
30182
30183 * progmodes/compile.el (compilation-start): Set the mode
30184 before inserting the initial text.
30185
30186 * progmodes/which-func.el (which-func-update-1): Turn the mode
30187 off in case of error by setting which-func-mode.
30188
30189 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
30190
30191 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
30192 Narrow down to what's on the screen, and recenter overlays
30193 at the end of the next word.
30194
30195 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
30196
30197 * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
30198 8Vars moved up.
30199 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
30200 (flyspell-abbrev-p): Default to nil.
30201 (flyspell-use-global-abbrev-table-p): Doc fix.
30202 (flyspell-large-region): Allow nil as value.
30203 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
30204
30205 (mail-mode-flyspell-verify): More robust handling
30206 of `mail-header-separator'. More efficient signature detection.
30207 Allow for regexp metacharacters in message-header-separator.
30208 Adding `To' not to be checked in mail-mode-flyspell-verify.
30209
30210 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
30211 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
30212 Bind flyspell-auto-correct-binding.
30213 Bind C-. and C-, .
30214 (flyspell-mode-map): Likewise.
30215 (flyspell-mode): Doc fix.
30216 (flyspell-accept-buffer-local-defs): Preserve current buffer.
30217 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
30218 (flyspell-word-cache-result): New var, always local.
30219 (flyspell-check-pre-word-p): Doc fix.
30220 (flyspell-check-changed-word-p): Handle spc like newline.
30221 (flyspell-post-command-hook): Set flyspell-word-cache-result.
30222 (flyspell-word-search-backward, flyspell-word-search-forward):
30223 New functions.
30224 (flyspell-word): Return t if nothing to check.
30225 When parsing TeX code, check for after } or \.
30226 Use flyspell-word-search-backward to find previous word.
30227 Return nil if duplicated word.
30228 For word already checked, return same value as last time.
30229 Set flyspell-word-cache-result after checking.
30230 Don't clobber the return value.
30231 (flyspell-get-word): Major rewrite.
30232 (flyspell-external-point-words): New locals pword, pcount.
30233 Fix size used in progress message.
30234 Find the proper corresponding word in flyspell-large-region-buffer.
30235 (flyspell-region): Check for flyspell-large-region = nil.
30236 (flyspell-highlight-incorrect-region): Clean up overlays in region.
30237 (flyspell-auto-correct-word): Check that WORD is a cons.
30238 (flyspell-correct-word): Likewise.
30239
30240 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
30241
30242 * progmodes/make-mode.el (makefile-rule-action-regex)
30243 (makefile-macroassign-regex, makefile-makepp-mode)
30244 (makefile-bsdmake-mode): Continuation lines may be empty.
30245 Reported by Joshua Varner.
30246 (makefile-makepp-font-lock-keywords): Add $(stem).
30247
30248 2005-05-28 Karl Berry <karl@gnu.org>
30249
30250 * textmodes/tex-mode.el: Now that tex-send-command calls
30251 shell-quote-argument (2005-03-31 change), remove all calls to
30252 shell-quote-argument; they all end up invoking tex-send-command.
30253 The double quoting loses on filenames with non-safe characters,
30254 such as "@". Reported by Frederik Fouvry.
30255
30256 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
30257
30258 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
30259 about preserving point.
30260
30261 2005-05-27 Jay Belanger <belanger@truman.edu>
30262
30263 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
30264 Info-goto-node.
30265
30266 * calc/calc-embed.el (calc-embed-arg): New variable.
30267 (calc-do-embedded-activate, calc-embedded-activate-formula)
30268 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
30269 variable by new variable.
30270 (calc-embedded-make-info): Replace undeclared variable by new
30271 variable. When selecting region with positive prefix
30272 argument, use end of previous line instead of beginning of line.
30273
30274 * calc/calc-aent.el (calc-arg-values): Declare it.
30275
30276 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
30277 Declare them.
30278
30279 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
30280
30281 * calc/calc.el (calc-alg-map): Declare it.
30282
30283 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
30284
30285 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
30286
30287 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
30288 (gdb-registers-buffer, toggle-gdb-all-registers):
30289 Toggle display of floating point registers.
30290 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
30291
30292 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
30293 (toggle-gud-tooltip-dereference):
30294 Rename from gud-toggle-tooltip-dereference.
30295
30296 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
30297
30298 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
30299
30300 2005-05-27 Jay Belanger <belanger@truman.edu>
30301
30302 * calc/calc-prog.el (calc-kbd-report): Remove.
30303 (calc-kbd-query): Rewrite.
30304
30305 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
30306
30307 * image.el (image-library-alist): Move to image.c.
30308 (image-type-available-p): Doc fix.
30309
30310 2005-05-27 Lute Kamstra <lute@gnu.org>
30311
30312 * calc/calc.el (calc):
30313 * outline.el (outline-1, outline-2, outline-3, outline-4)
30314 (outline-5, outline-6, outline-7, outline-8):
30315 * textmodes/dns-mode.el (dns-mode):
30316 * textmodes/sgml-mode.el (sgml-namespace-face):
30317 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
30318 (tex-verbatim-face, tex-use-reftex):
30319 * textmodes/texinfo.el (texinfo-heading-face):
30320 Specify customization group.
30321
30322 * longlines.el: Don't require easy-mmode.
30323 (longlines-visible-face): Specify customization group.
30324
30325 2005-05-27 Kenichi Handa <handa@m17n.org>
30326
30327 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
30328 encoding table of windows-1251.
30329
30330 * international/ucs-tables.el (ucs-set-table-for-input):
30331 If translation-table-for-input of a coding system is a symbol, get
30332 its translation-table property.
30333
30334 * international/code-pages.el: Don't register a coding system into
30335 non-iso-charset-alist more than once.
30336 (cp-make-coding-system): Likewise.
30337
30338 2005-05-26 John Wiegley <johnw@newartisans.com>
30339
30340 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
30341 `eshell-resume-eval' is wrapped in a list, it indicates that the
30342 command was run asynchronously. In that case, unwrap the value
30343 before checking the delimiter value.
30344
30345 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
30346 character before a space at the end of a line is \, assume the space
30347 is part of the last argument rather than a final argument separator.
30348
30349 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
30350 is in use, and the target is `t' or `nil' (which are the most common
30351 values), don't assume that the symbol target is a buffer.
30352
30353 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
30354
30355 * calendar/calendar.el (calendar-mode-line-format):
30356 Use mode-line-highlight as mouse-face.
30357
30358 * time.el (display-time-string-forms, display-time-update):
30359 Use mode-line-highlight as mouse-face.
30360
30361 2005-05-26 Jay Belanger <belanger@truman.edu>
30362
30363 * calc/calc.el (calc-language-alist): Remove extra defvar.
30364
30365 2005-05-26 Lute Kamstra <lute@gnu.org>
30366
30367 * arc-mode.el (archive-mode):
30368 * bookmark.el (bookmark-read-annotation-mode)
30369 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
30370 * bs.el (bs-mode):
30371 * calc/calc-yank.el (calc-edit-mode):
30372 * calc/calc.el (calc-mode, calc-trail-mode):
30373 * calculator.el (calculator-mode):
30374 * chistory.el (command-history-mode):
30375 * comint.el:
30376 * cus-edit.el (custom-mode):
30377 * descr-text.el (describe-text-mode):
30378 * ebuff-menu.el (Electric-buffer-menu-mode):
30379 * ediff-util.el (ediff-mode):
30380 * emacs-lisp/re-builder.el (reb-mode):
30381 * emulation/vi.el (vi-mode-setup):
30382 * emulation/ws-mode.el (wordstar-mode):
30383 * eshell/esh-mode.el (eshell-mode):
30384 * forms.el (forms-mode):
30385 * help-mode.el (help-mode):
30386 * hexl.el (hexl-mode):
30387 * ibuffer.el (ibuffer-mode):
30388 * ielm.el (inferior-emacs-lisp-mode):
30389 * info.el (Info-mode, Info-edit-mode):
30390 * international/swedish.el:
30391 * ledit.el (ledit-from-lisp-mode):
30392 * locate.el (locate-mode):
30393 * mail/rmail.el (rmail-mode):
30394 * mail/rmailedit.el (rmail-edit-mode):
30395 * mail/rmailsum.el (rmail-summary-mode):
30396 * mail/supercite.el (sc-electric-mode):
30397 * net/eudc.el (eudc-mode):
30398 * net/quickurl.el (quickurl-list-mode):
30399 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
30400 * obsolete/ooutline.el (outline-mode):
30401 * obsolete/options.el (Edit-options-mode):
30402 * obsolete/rnews.el (news-mode):
30403 * obsolete/rnewspost.el (news-reply-mode):
30404 * play/5x5.el (5x5-mode):
30405 * play/decipher.el (decipher-mode, decipher-stats-mode):
30406 * play/gomoku.el (gomoku-mode):
30407 * play/snake.el (snake-mode):
30408 * play/solitaire.el (solitaire-mode):
30409 * play/tetris.el (tetris-mode):
30410 * progmodes/ada-mode.el (ada-mode):
30411 * progmodes/antlr-mode.el (antlr-mode):
30412 * progmodes/autoconf.el (autoconf-mode):
30413 * progmodes/dcl-mode.el (dcl-mode):
30414 * progmodes/delphi.el (delphi-mode):
30415 * progmodes/ebrowse.el (ebrowse-tree-mode)
30416 (ebrowse-electric-list-mode, ebrowse-member-mode)
30417 (ebrowse-electric-position-mode):
30418 * progmodes/f90.el (f90-mode):
30419 * progmodes/fortran.el (fortran-mode):
30420 * progmodes/icon.el (icon-mode):
30421 * progmodes/idlw-help.el (idlwave-help-mode):
30422 * progmodes/idlw-shell.el (idlwave-shell-mode):
30423 * progmodes/idlwave.el (idlwave-mode):
30424 * progmodes/inf-lisp.el (inferior-lisp-mode):
30425 * progmodes/m4-mode.el (m4-mode):
30426 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
30427 * progmodes/modula2.el (modula-2-mode):
30428 * progmodes/octave-inf.el (inferior-octave-mode):
30429 * progmodes/octave-mod.el (octave-mode):
30430 * progmodes/pascal.el (pascal-mode):
30431 * progmodes/sh-script.el (sh-mode):
30432 * progmodes/sql.el (sql-mode, sql-interactive-mode):
30433 * progmodes/vhdl-mode.el (vhdl-mode):
30434 * progmodes/xscheme.el (scheme-interaction-mode):
30435 * replace.el (occur-mode):
30436 * ses.el (ses-mode):
30437 * simple.el (completion-list-mode):
30438 * skeleton.el:
30439 * speedbar.el (speedbar-mode):
30440 * term.el (term-mode):
30441 * terminal.el (terminal-edit-mode):
30442 * textmodes/reftex-index.el (reftex-index-mode)
30443 (reftex-index-phrases-mode):
30444 * textmodes/reftex-sel.el (reftex-select-label-mode)
30445 (reftex-select-bib-mode):
30446 * textmodes/reftex-toc.el (reftex-toc-mode):
30447 * wdired.el (wdired-change-to-wdired-mode):
30448 * wid-browse.el (widget-browse-mode):
30449 Use run-mode-hooks.
30450
30451 * array.el (array-mode):
30452 * calendar/todo-mode.el (todo-mode):
30453 * man.el (Man-mode):
30454 * play/landmark.el (lm-mode):
30455 * play/mpuz.el (mpuz-mode):
30456 Use kill-all-local-variables and run-mode-hooks.
30457
30458 * subr.el (delay-mode-hooks): Specify indentation.
30459
30460 2005-05-26 Mark A. Hershberger <mah@everybody.org>
30461
30462 * xml.el (xml-substitute-special): Don't die for undefined xml
30463 entities.
30464
30465 2005-05-26 Jay Belanger <belanger@truman.edu>
30466
30467 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
30468 of nil.
30469
30470 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
30471
30472 * progmodes/gdb-ui.el (gdb-frame-address):
30473 Rename from gdb-current-address.
30474 (gdb-previous-frame-address): Rename from gdb-previous-address.
30475 (gdb-selected-frame): Rename from gdb-current-frame.
30476 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
30477 (gdb-frame-number): Rename from gdb-current-stack-level.
30478 (gdb-ann3): Match new mode-name for disassembly buffer.
30479 Extend initialization of variables.
30480 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
30481 (gdb-memory-mode): Use mouse-face in header line.
30482 (gdb-assembler-buffer-name): Call it disassembly and give frame
30483 in mode line.
30484 (gdb-source-spec-regexp, gdb-assembler-custom)
30485 (gdb-invalidate-assembler, gdb-frame-handler):
30486 Make robust to leading zeroes in address format.
30487
30488 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
30489
30490 * textmodes/org.el (org-mode): Use `define-derived-mode' to
30491 define `org-mode'.
30492 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
30493
30494 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
30495
30496 * log-edit.el (log-edit-changelog-entries): Distinguish between
30497 filenames like xfns.c and fns.c.
30498
30499 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
30500
30501 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
30502 point after reverting.
30503 (Buffer-menu-make-sort-button): Handle the case where
30504 `Buffer-menu-use-header-line' is nil.
30505
30506 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
30507
30508 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
30509 New funcs. In minibuffer-local-completion-map bind `]', `/'
30510 and `:' to them.
30511
30512 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
30513
30514 * startup.el (normal-top-level): Allow modification of load-path while
30515 we're iterating over it.
30516
30517 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
30518
30519 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
30520 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
30521 (thumbs-resize-interactive, thumbs-insert-image)
30522 (thumbs-insert-thumb, thumbs-dired-show-marked)
30523 (thumbs-find-image-at-point, thumbs-delete-images)
30524 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
30525 (thumbs-increment-image-size, thumbs-decrement-image-size):
30526 Fix typos in docstrings.
30527
30528 2005-05-24 Andre Spiegel <spiegel@gnu.org>
30529
30530 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
30531 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
30532 (cperl-mode): Use them.
30533
30534 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
30535
30536 * window.el (quit-window, shrink-window-if-larger-than-buffer):
30537 Doc fixes.
30538
30539 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
30540
30541 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
30542 Bind C-d to gdb-inferior-io-eof.
30543
30544 * dired.el (dired-dnd-popup-notice): Use message-box.
30545
30546 2005-05-23 Masatake YAMATO <jet@gyve.org>
30547
30548 * bindings.el (mode-line-major-mode-keymap):
30549 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
30550
30551 * faces.el (mode-line-highlight): New face.
30552
30553 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
30554 as mouse-face.
30555
30556 * bindings.el (top-level, help-echo, mode-line-modified)
30557 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
30558 as mouse-face.
30559
30560 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
30561
30562 * progmodes/cc-engine.el (c-guess-basic-syntax):
30563 Remove spurious call to `zerop'.
30564
30565 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
30566
30567 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
30568
30569 CC Mode update to 5.30.10:
30570
30571 * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
30572 the point could go past the limit in decoration level 2, thereby
30573 causing errors during interactive fontification.
30574
30575 * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
30576 bug when the file is evaluated interactively.
30577
30578 * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
30579 declarations somewhat better in C++.
30580
30581 * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
30582 New helper macro to make use of `run-mode-hooks'
30583 which has been added in Emacs 21.1.
30584 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
30585 (awk-mode): Use it.
30586 (make-local-hook): Suppress warning about obsoleteness.
30587
30588 * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
30589 (c-append-backslashes-forward, c-delete-backslashes-forward)
30590 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
30591 Compensate for return value from `forward-line' when it has moved
30592 but not to a different line due to eob.
30593
30594 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
30595 `objc-method-intro' and `objc-method-args-cont'.
30596
30597 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
30598
30599 CC Mode update to 5.30.10:
30600
30601 * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
30602 address in the copyright statement. Incidentally, change "along with
30603 GNU Emacs" to "along with this program" where it occurs.
30604
30605 * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
30606 autoload, so that it is interactive, hence can be found by M-x awk-mode
30607 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
30608 <gmorris+emacs@ast.cam.ac.uk>.
30609
30610 * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
30611 Mode's regexps.
30612
30613 2005-05-23 Kevin Ryde <user42@zip.com.au>
30614
30615 * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
30616 from c-parse-state, to avoid a lisp error (on bad code).
30617
30618 2005-05-23 Lute Kamstra <lute@gnu.org>
30619
30620 * subr.el (font-lock-defaults): Remove defvar as it's already
30621 defined in font-core.el.
30622
30623 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
30624
30625 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
30626
30627 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
30628 more general and work when GDB variable "print pretty" is on,
30629 as with Emacs, for example.
30630
30631 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
30632
30633 * font-core.el: Update comment.
30634
30635 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
30636 Use `after-change-major-mode-hook' instead of `find-file-hook'.
30637
30638 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
30639
30640 2005-05-22 Eli Zaretskii <eliz@gnu.org>
30641
30642 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
30643 and `yank-handler' in the doc strings.
30644
30645 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
30646
30647 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
30648
30649 2005-05-22 Richard M. Stallman <rms@gnu.org>
30650
30651 * help.el (describe-key): Move print-help-return-message call
30652 out of conditional.
30653
30654 * progmodes/etags.el (list-tags): Use with-no-warnings.
30655
30656 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
30657 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
30658 (starttls-extra-args, starttls-extra-arguments): Add defvars.
30659
30660 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
30661
30662 * language/viet-util.el (viet-viscii-nonascii-translation-table):
30663 Add defvar.
30664
30665 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
30666 Use defvar, not defconst.
30667
30668 * hexl.el (hexl-follow-line): Use with-no-warnings.
30669
30670 * emulation/tpu-extras.el: Use write-file-functions instead of
30671 write-file-hooks.
30672
30673 * dired.el (dired-font-lock-keywords): Fontify files with junk
30674 extensions even if marked by -F.
30675
30676 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
30677
30678 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
30679 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
30680 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
30681 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
30682 (concatenate, list-length, get*, getf, cl-remprop):
30683 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
30684 (etypecase, progv, lexical-let, lexical-let*)
30685 (multiple-value-bind, multiple-value-setq, shiftf):
30686 Improve argument/docstring consistency.
30687
30688 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
30689
30690 2005-05-22 Andre Spiegel <spiegel@gnu.org>
30691
30692 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
30693 doesn't exist.
30694
30695 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
30696 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
30697
30698 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
30699
30700 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
30701 already deleted variables: auto-fill-hook, blink-paren-hook,
30702 lisp-indent-hook, inhibit-local-variables, unread-command-event,
30703 suspend-hooks, comment-indent-hook, meta-flag,
30704 before-change-function, after-change-function,
30705 font-lock-doc-string-face.
30706
30707 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
30708
30709 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
30710
30711 2005-05-21 Eli Zaretskii <eliz@gnu.org>
30712
30713 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
30714 rmail-dont-reply-to.
30715
30716 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
30717
30718 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
30719 literal blank when splitting new-header-values.
30720
30721 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
30722
30723 * calendar/cal-menu.el (cal-menu-update): Add separator as a
30724 string so that tmm doesn't create a completion entry for it.
30725
30726 * textmodes/table.el (table-disable-menu): Ditto.
30727
30728 2005-05-21 Richard M. Stallman <rms@gnu.org>
30729
30730 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
30731
30732 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
30733
30734 * net/rcompile.el (remote-compile): Use compilation-start.
30735
30736 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
30737
30738 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
30739
30740 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
30741 Default to makefile-bsdmake-mode on BSD systems.
30742
30743 * imenu.el (imenu-generic-expression, imenu--generic-function'):
30744 REGEXP may also be a search function now. The part of doc-string
30745 for describing the structure was 95% identical to that of
30746 `imenu--generic-function'. Unify it there.
30747
30748 * progmodes/make-mode.el (makefile-imenu-generic-expression):
30749 Use function to find dependencies, because regexp alone is so complex,
30750 it easily goes into an endless loop.
30751 (makefile-makepp-mode): Also add submenu for Perl functions
30752 defined in the makefile.
30753 (makefile-bsdmake-mode): Special imenu-generic-expression no
30754 longer needed, due to function call.
30755 (makefile-match-dependency): Take BOUND into account when checking
30756 if we're through.
30757
30758 2005-05-20 Jay Belanger <belanger@truman.edu>
30759
30760 * calc/calc-units.el (calc-invalidate-units-table):
30761 Use inhibit-read-only.
30762 (math-build-units-table-buffer): Use view-mode.
30763
30764 2005-05-20 David Kastrup <dak@gnu.org>
30765
30766 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
30767 easy-menu-add is not a nop on Emacs; and clarify when to call it.
30768
30769 2005-05-20 Lute Kamstra <lute@gnu.org>
30770
30771 * diff-mode.el (diff-header-face, diff-file-header-face)
30772 (diff-index-face, diff-hunk-header-face, diff-removed-face)
30773 (diff-added-face, diff-changed-face, diff-function-face)
30774 (diff-context-face, diff-nonexistent-face): Put them in the
30775 diff-mode customization group.
30776
30777 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
30778
30779 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
30780
30781 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
30782
30783 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
30784 Minor regexp-optimization.
30785
30786 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
30787
30788 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
30789 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
30790 (org-agenda-add-time-grid-maybe): New function.
30791 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
30792 (org-table-create): `dotimes' instead of `mapcar'.
30793 (org-xor): Simplify implementation.
30794 (org-agenda): `inhibit-redisplay' turned on.
30795 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
30796 a consistent line after a state change.
30797 (org-agenda-remove-times-when-in-prefix): New option.
30798 (org-prefix-has-time): New variable.
30799 (org-parse-time-string): Optional argument NODEFAULT.
30800 (org-format-agenda-item): Parse items for time-of-day
30801 specifications and move these into the prefix if possible.
30802 (org-agenda-priority): Get current heading, not previous heading
30803 during agenda remote editing.
30804
30805 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
30806
30807 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
30808 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
30809 (remove-duplicates, delete-duplicates, substitute)
30810 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
30811 (nsubstitute-if-not, find, find-if, find-if-not, position)
30812 (position-if, position-if-not, count, count-if, count-if-not)
30813 (mismatch, search, sort*, stable-sort, merge, member*)
30814 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
30815 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
30816 (intersection, nintersection, set-difference, nset-difference)
30817 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
30818 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
30819 (nsublis, tree-equal): Improve argument/docstring consistency.
30820
30821 * subr.el (send-string, send-region): Remove obsolescence declaration.
30822 (window-dot, set-window-dot, read-input, show-buffer)
30823 (eval-current-buffer, string-to-int):
30824 Add release number to obsolescence declarations.
30825
30826 2005-05-19 Kim F. Storm <storm@cua.dk>
30827
30828 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
30829 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
30830
30831 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
30832
30833 * faces.el (list-faces-display): Make back button respect optional
30834 regexp arg.
30835
30836 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
30837
30838 * calculator.el (calculator-radix-grouping-mode)
30839 (calculator-radix-grouping-digits, calculator-displayer)
30840 (calculator-radix-grouping-separator, calculator-copy-displayer):
30841 * dabbrev.el (dabbrev-search-these-buffers-only):
30842 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
30843 (diff-advance-after-apply-hunk, diff-mode-hook)
30844 (diff-minor-mode-prefix):
30845 * imenu.el (imenu-use-popup-menu):
30846 * jit-lock.el (jit-lock-context-time):
30847 * newcomment.el (comment-fill-column, comment-column)
30848 (comment-style, comment-padding, comment-multi-line)
30849 (comment-empty-lines, comment-auto-fill-only-comments):
30850 * reveal.el (reveal-around-mark):
30851 * uniquify.el (uniquify-buffer-name-style)
30852 (uniquify-after-kill-buffer-p)
30853 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
30854 (uniquify-min-dir-content, uniquify-separator)
30855 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
30856 * w32-vars.el (w32-fixed-font-alist):
30857 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
30858 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
30859 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
30860 * progmodes/perl-mode.el (perl-indent-level)
30861 (perl-continued-statement-offset, perl-continued-brace-offset)
30862 (perl-brace-offset, perl-brace-imaginary-offset)
30863 (perl-label-offset, perl-indent-continued-arguments)
30864 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
30865 * progmodes/tcl.el (tcl-indent-level)
30866 (tcl-continued-indent-level, tcl-auto-newline)
30867 (tcl-tab-always-indent, tcl-electric-hash-style)
30868 (tcl-help-directory-list, tcl-use-smart-word-finder)
30869 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
30870 (inferior-tcl-source-command):
30871 * textmodes/fill.el (enable-kinsoku):
30872 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
30873 * textmodes/table.el (table-yank-handler):
30874 Specify missing group (and type, if simple) in defcustom.
30875
30876 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
30877
30878 * progmodes/compile.el (compilation-finish-function): Fix defvar.
30879
30880 2005-05-19 Richard M. Stallman <rms@gnu.org>
30881
30882 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
30883
30884 * subr.el (event-basic-type): Don't get an error.
30885 (left-fringe-p): Function deleted.
30886
30887 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
30888 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
30889
30890 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
30891 in recursive copy.
30892
30893 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
30894
30895 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
30896
30897 * emacs-lisp/bytecomp.el
30898 (byte-compile-file-form-custom-declare-variable):
30899 Call byte-compile-nogroup-warn if appropriate.
30900
30901 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
30902 (compilation-set-window): Don't call left-fringe-p; do it directly.
30903
30904 2005-05-19 Jay Belanger <belanger@truman.edu>
30905
30906 * calc/calc-graph.el (calc-graph-format-data): Make sure
30907 var-PlotRejects is bound before trying to check its value.
30908
30909 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
30910
30911 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
30912 definition of this variable from reftex-global.el to reftex.el,
30913 because it is needed in the menu.
30914
30915 2005-05-19 Lute Kamstra <lute@gnu.org>
30916
30917 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
30918 years are fixed. Don't insert a space after a dash.
30919
30920 2005-05-19 Kim F. Storm <storm@cua.dk>
30921
30922 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
30923
30924 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
30925
30926 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
30927 strings, because (eq ... ?\\) is fairly frequent.
30928
30929 * progmodes/make-mode.el (makefile-add-this-line-targets):
30930 Simplify and integrate into `makefile-pickup-targets'.
30931 (makefile-add-this-line-macro): Simplify and integrate into
30932 `makefile-pickup-macros.
30933 (makefile-pickup-filenames-as-targets): Simplify.
30934 (makefile-previous-dependency, makefile-match-dependency):
30935 Don't stumble over `::'.
30936
30937 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
30938
30939 * subr.el (post-command-idle-hook, post-command-idle-delay):
30940 Remove obsoletion of post-command-idle-hook and
30941 post-command-idle-delay.
30942
30943 * faces.el (list-faces-display): Provide button when describe-face
30944 is called to take user back to the list of faces.
30945
30946 * help-fns.el (describe-variable): Remove hyperlinks in a
30947 variable's value as these are quite frequently inappropriate.
30948
30949 * follow.el (follow-submit-feedback, follow-mode):
30950 Remove references to post-command-idle-hook.
30951
30952 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
30953
30954 * progmodes/make-mode.el (makefile-previous-dependency)
30955 (makefile-match-dependency): Check for := (and in bsd mode also
30956 !=) to give a better result, even when font-lock is not on.
30957
30958 2005-05-18 Jay Belanger <belanger@truman.edu>
30959
30960 * calc/calc-help.el (calc-s-prefix-help):
30961 Add `calc-copy-special-constant' to help string.
30962
30963 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
30964
30965 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
30966
30967 2005-05-18 Jay Belanger <belanger@truman.edu>
30968
30969 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
30970 in linear factors are in proper order.
30971
30972 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
30973
30974 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
30975 Support for jurabib.
30976
30977 * textmodes/reftex.el (featurep): Define aliases for overlay
30978 commands, for XEmacs compatibility, and use these aliases in
30979 overlay initializations.
30980 (reftex-highlight): Use `reftex-move-overlay'.
30981 (reftex-unhighlight): Use `reftex-delete-overlay'.
30982 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
30983 (reftex-access-search-path): Use `reftex-uniquify' instead of
30984 `reftex-uniq'.
30985
30986 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
30987 `before-string' property modification enables for Emacs as well.
30988 (reftex-select-item): Use `reftex-delete-overlay'.
30989 (reftex-select-mark): Use `reftex-make-overlay' and
30990 `reftex-overlay-put'.
30991 (reftex-select-unmark): Use `reftex-delete-overlay' and
30992 `reftex-overlay-put'.
30993
30994 2005-05-18 Lute Kamstra <lute@gnu.org>
30995
30996 * emacs-lisp/lisp.el (check-parens): Fix docstring.
30997
30998 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
30999
31000 * add-log.el (add-change-log-entry):
31001 * array.el (array-make-template, array-reconfigure-rows)
31002 (array-init-max-row, array-init-max-column)
31003 (array-init-columns-per-line, array-init-field-width):
31004 * replace.el (replace-match-maybe-edit, perform-replace):
31005 * textmodes/spell.el (spell-region):
31006 Replace `read-input' by `read-string'.
31007
31008 * forms.el (forms-mode):
31009 * finder.el (finder-compile-keywords):
31010 * shadowfile.el (shadow-read-files):
31011 Replace `eval-current-buffer' by `eval-buffer'.
31012
31013 * terminal.el (te-pass-through):
31014 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
31015 (ange-ftp-raw-send-cmd):
31016 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
31017 (send-process-next-char, telnet-initial-filter, telnet):
31018 Replace `send-string' by `process-send-string'.
31019
31020 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
31021 (prolog-consult-region): Replace `send-string' by
31022 `process-send-string'; replace `send-region' by `process-send-region'.
31023
31024 * progmodes/delphi.el (delphi-log-msg):
31025 Replace `set-window-dot' by `set-window-point'.
31026
31027 * subr.el (window-dot, set-window-dot, read-input, send-string)
31028 (send-region, show-buffer, eval-current-buffer):
31029 Make really obsolete, as the comment says.
31030
31031 2005-05-17 Kim F. Storm <storm@cua.dk>
31032
31033 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
31034 (cua--init-keymaps): Bind C-return instead of S-return to set
31035 rectangle mark.
31036
31037 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
31038 instead of S-return to toggle/clear rectangle mark.
31039
31040 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
31041
31042 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
31043 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
31044 Also fontify plain strings assigned to variables, mostly so that a
31045 colon has a face and is thus not taken as a dependency separator.
31046 (makefile-previous-dependency): Inline the new matcher, because it
31047 is too complex to work in both directions.
31048 (makefile-match-dependency): Eliminate `backward' arg (see above).
31049 Completely reimplemented so as to not sometimes go into an endless
31050 loop. It should also be more efficient, because first it only
31051 searches for `:', instead of applying the very complex regexp.
31052 (makefile-mode): Cancel `font-lock-support-mode', because blocks
31053 to be fontified in one piece can be too long for JIT.
31054 Makefiles are never *that* big.
31055
31056 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
31057
31058 * dired.el (dired-mode): Simplify.
31059
31060 2005-05-17 Lute Kamstra <lute@gnu.org>
31061
31062 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
31063 defcustom for the mode hook variable.
31064
31065 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
31066 Emacs Lisp Reference Manual.
31067
31068 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
31069
31070 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
31071 (evenp, list*):
31072 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
31073 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
31074
31075 * net/tramp-smb.el (tramp-smb-open-connection):
31076 Pass `tramp-chunksize' as fifth (required) argument.
31077
31078 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
31079
31080 * font-lock.el (lisp-font-lock-keywords-1):
31081 Set `font-lock-negation-char-face' for [^...] char group.
31082 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
31083
31084 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
31085 a var, and refine it to mask one more level of nested vars.
31086 (makefile-rule-action-regex): Turn it into a var, and refine it so
31087 it recognizes backslashed continuation lines as belonging to the
31088 same command.
31089 (makefile-macroassign-regex): Refine it so it recognizes
31090 backslashed continuation lines as belonging to the same command.
31091 (makefile-var-use-regex): Don't look at the next char, because it
31092 might be the same one to be skipped by the initial [^$], leading
31093 to an overlooked variable use.
31094 (makefile-make-font-lock-keywords): Remove two parameters, which
31095 are now variables that some of the modes set locally.
31096 Handle dependency and rule action matching through functions, because
31097 regexps alone match too often. Dependency matching now comes
31098 last, so it can check, whether a colon already matched something else.
31099 (makefile-mode): Inform that font-lock improves makefile parsing
31100 capabilities.
31101 (makefile-match-dependency, makefile-match-action): New functions.
31102
31103 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
31104
31105 * emacs-lisp/cl-extra.el (equalp): Doc fix.
31106
31107 * align.el (align-regexp):
31108 * ansi-color.el (ansi-color-get-face):
31109 * array.el (array-reconfigure-rows, array-init-max-row)
31110 (array-init-max-column, array-init-columns-per-line)
31111 (array-init-field-width):
31112 * dired-aux.el (dired-trample-file-versions):
31113 * dired-x.el (dired-mark-sexp):
31114 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
31115 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
31116 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
31117 * faces.el (face-read-integer):
31118 * files.el (backup-extract-version, insert-directory):
31119 * hexl.el (hexl-insert-decimal-char):
31120 * server.el (server-process-filter):
31121 * shell.el (shell-extract-num):
31122 * startup.el (command-line-1):
31123 * term.el (term-command-hook):
31124 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
31125 (time-stamp-do-number):
31126 * time.el (display-time-update):
31127 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
31128 (timezone-fix-time):
31129 * vms-patch.el (vms-suspend-resume-hook):
31130 * calendar/appt.el (appt-convert-time):
31131 * calendar/cal-bahai.el (mark-bahai-diary-entries):
31132 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
31133 * calendar/cal-islam.el (mark-islamic-diary-entries):
31134 * calendar/calendar.el (calendar-cursor-to-date)
31135 (calendar-star-date):
31136 * calendar/diary-lib.el (diary-attrtype-convert)
31137 (mark-diary-entries, diary-entry-time):
31138 * calendar/solar.el (solar-get-number):
31139 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
31140 * emacs-lisp/re-builder.el (reb-display-subexp):
31141 * emulation/edt.el (edt-set-scroll-margins):
31142 * emulation/tpu-extras.el (tpu-set-scroll-margins):
31143 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
31144 (vip-get-ex-count):
31145 * emulation/viper-ex.el (viper-get-ex-token)
31146 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
31147 * international/fontset.el (fontset-plain-name):
31148 * mail/feedmail.el (feedmail-look-at-queue-directory):
31149 * mail/mailalias.el (mail-get-names):
31150 * mail/rmail.el (rmail-convert-to-babyl-format):
31151 * mail/rmailsum.el (rmail-make-basic-summary-line)
31152 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
31153 (rmail-summary-goto-msg):
31154 * mail/smtpmail.el (smtpmail-read-response):
31155 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
31156 (ange-ftp-vms-add-file-entry):
31157 * play/gametree.el (gametree-looking-at-ply)
31158 (gametree-current-branch-score):
31159 * progmodes/ada-xref.el (ada-prj-find-prj-file)
31160 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
31161 * progmodes/cperl-mode.el (condition-case):
31162 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
31163 (ebrowse-set-member-buffer-column-width)
31164 (ebrowse-select-1st-to-9nth):
31165 * progmodes/etags.el (etags-snarf-tag):
31166 * progmodes/flymake.el (flymake-parse-line):
31167 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
31168 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
31169 (idlwave-shell-menu-def):
31170 * progmodes/ps-mode.el (ps-run-goto-error):
31171 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
31172 (vhdl-speedbar-contract-level):
31173 * term/mac-win.el (x-handle-numeric-switch):
31174 * term/sun-mouse.el (sun-get-frame-data):
31175 * term/w32-win.el (x-handle-numeric-switch):
31176 * term/x-win.el (x-handle-numeric-switch):
31177 * textmodes/ispell.el (ispell-parse-output):
31178 * textmodes/nroff-mode.el (nroff-outline-level):
31179 * textmodes/reftex-cite.el (reftex-bib-sort-year)
31180 (reftex-bib-sort-year-reverse, reftex-format-citation):
31181 * textmodes/reftex-parse.el (reftex-init-section-numbers)
31182 (reftex-section-number):
31183 * textmodes/texinfmt.el (texinfo-paragraphindent):
31184 Replace `string-to-int' by `string-to-number'.
31185
31186 * international/latexenc.el: Add page marker to force the "Local
31187 Variables:" string out of the last page.
31188
31189 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
31190
31191 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
31192 tooltip-change-major-mode.
31193 (gud-tooltip-print-command): Remove case where gud-minor-mode
31194 is gdb ("--fullname").
31195 (gud-tooltip-tips): Turn GUD tooltips off for this case and
31196 explain to user.
31197
31198 2005-05-16 Jay Belanger <belanger@truman.edu>
31199
31200 * calc/calc-store.el (calc-copy-special-constant): New function.
31201
31202 * calc/calc-ext.el (calc-init-extensions): Add binding for
31203 `calc-copy-special-constant'.
31204
31205 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
31206 for the `calc-copy-special-constant' command.
31207
31208 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
31209
31210 * subr.el (left-fringe-p): New function.
31211
31212 * progmodes/compile.el (compilation-setup): Set local value of
31213 overlay-arrow-string to "" always.
31214 (compilation-set-window): Left fringe then don't scroll.
31215 No left fringe then no arrow and scroll message to top.
31216 (compilation-context-lines): Adjust doc string accordingly.
31217
31218 2005-05-16 Kim F. Storm <storm@cua.dk>
31219
31220 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
31221 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
31222 (ido-wide-find-dir-or-delete-dir): New command for M-d.
31223 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
31224 (ido-read-file-name): Handle commands with ido property value
31225 equal to find-file as reading a file name, to allow C-d to enter dired.
31226 (ibuffer-find-file): Add ido property with value find-file.
31227
31228 2005-05-15 Kim F. Storm <storm@cua.dk>
31229
31230 * subr.el (open-network-stream-nowait): Remove.
31231 (open-network-stream-server): Remove.
31232
31233 2005-05-15 Richard M. Stallman <rms@gnu.org>
31234
31235 * faces.el (describe-face): Output a definition link button.
31236
31237 * help-mode.el (help-face-def): New button type.
31238
31239 * emacs-lisp/copyright.el (copyright-fix-years):
31240 Match properly if the first year is 2-digit.
31241 Don't mess up the whitespace after the years by filling.
31242
31243 * dired-aux.el (dired-mark-confirm):
31244 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
31245
31246 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
31247 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
31248 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
31249
31250 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
31251 Set font-lock-comment-start-skip.
31252
31253 * font-lock.el (font-lock-comment-start-skip): New variable.
31254 (font-lock-comment-end-skip): New variable.
31255 (font-lock-fontify-syntactically-region): Use them if non-nil.
31256
31257 2005-05-15 Jay Belanger <belanger@truman.edu>
31258
31259 * calc/calc-store.el (calc-store-value): Return a string rather
31260 than display it as a message.
31261 Use calc-var-name for variable name.
31262 (calc-store-into): Add the result of calc-store-value to message.
31263 (calc-copy-variable): Add a message.
31264 (calc-store-exchange): Improve error messages.
31265 (calc-store-binary, calc-store-map): Don't reset the values of
31266 special constants.
31267
31268 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
31269
31270 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
31271 manual to docstring.
31272
31273 * files.el (hack-local-variables-confirm): Add STRING argument.
31274 Make the function handle non file visiting buffers correctly.
31275 (hack-local-variables-prop-line, hack-local-variables)
31276 (hack-one-local-variable): Use STRING arg of
31277 `hack-local-variables-confirm'.
31278
31279 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
31280
31281 Sync with Tramp 2.0.49.
31282
31283 * net/tramp.el (tramp-handle-dired-call-process)
31284 (tramp-handle-insert-directory):`insert-buffer' cannot be used
31285 because the contents of the Tramp buffer is changed before
31286 insertion (`expand-file' and alike).
31287 (tramp-handle-insert-directory): If `localname' has an empty
31288 nondirectory name, it must not be quoted.
31289 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
31290 variable `tramp-chunksize'. Change callees.
31291 (tramp-open-connection-setup-interactive-shell): Check remote host
31292 for buggy `send-process-string' implementation.
31293 Set `tramp-chunksize' if found. Reported by Michael Kifer
31294 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
31295 (tramp-handle-shell-command): `insert-buffer' cannot be used
31296 because the contents of the Tramp buffer is changed before
31297 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
31298 <frederic.bothamy@free.fr>.
31299 (tramp-set-auto-save): Actions should be done for Tramp file name
31300 handler only. Ange-FTP has its own auto-save mechanism.
31301 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
31302 (tramp-set-auto-save-file-modes): Set file modes of
31303 `buffer-auto-save-file-name' to ?\600 as fallback solution.
31304 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
31305 (tramp-bug): Remove obsolete variable.
31306 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
31307 for presence of `mml-mode'. Make it running for older Emacsen as well.
31308
31309 2005-05-14 John Paul Wallington <jpw@pobox.com>
31310
31311 * ibuf-ext.el (define-ibuffer-filter filename):
31312 If `dired-directory' is a list, use its car.
31313
31314 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
31315
31316 * ibuffer.el (define-ibuffer-column filename):
31317 If `dired-directory' is a list, use its car.
31318
31319 2005-05-14 Richard M. Stallman <rms@gnu.org>
31320
31321 * subr.el (symbol-file): Doc fix.
31322
31323 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
31324 (byte-compile-form): Call byte-compile-nogroup-warn.
31325 (byte-compile-warning-types): Doc fix.
31326
31327 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
31328
31329 * progmodes/cc-engine.el (c-literal-faces):
31330 Add font-lock-comment-delimiter-face.
31331
31332 * net/net-utils.el (dig): Use with-no-warnings.
31333
31334 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
31335 (sc-recite-frame-alist, sc-default-cite-frame)
31336 (sc-default-uncite-frame, sc-default-recite-frame)
31337 (sc-attrib-selection-list, sc-rewrite-header-list):
31338 Mark as risky-local-variable.
31339
31340 * international/ogonek.el (ogonek-jak, ogonek-how):
31341 Don't use beginning-of-buffer.
31342
31343 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
31344
31345 * calendar/solar.el (solar-data-list): Move definition up.
31346
31347 * dnd.el (dnd-protocol-alist): Add autoload.
31348
31349 * progmodes/sh-script.el: Many doc usage fixes.
31350 (sh-indent-after-do): Change default to match common styles.
31351
31352 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
31353
31354 * files.el (interpreter-mode-alist)
31355 (auto-mode-interpreter-regexp): Doc fixes.
31356
31357 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
31358
31359 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
31360
31361 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
31362
31363 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31364
31365 * dired.el (dired-mode): make-variable-buffer-local =>
31366 make-local-variable.
31367
31368 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31369
31370 * term/mac-win.el (mac-select-convert-to-string): Try coding
31371 systems in mac-script-code-coding-systems if specified one cannot
31372 encode string for `com.apple.traditional-mac-plain-text'.
31373
31374 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
31375
31376 * progmodes/make-mode.el (makefile-targets-face)
31377 (makefile-shell-face, makefile-makepp-perl-face): New faces.
31378 (makefile-dependency-regex): Fix it to not make the colon in
31379 $(var:a=b) special.
31380 (makefile-rule-action-regex): New regexp for highlighting embedded
31381 Shell strings.
31382 (makefile-macroassign-regex): Handle != for highlighting as
31383 embedded Shell strings.
31384 (makefile-var-use-regex): New const.
31385 (makefile-statements, makefile-automake-statements)
31386 (makefile-gmake-statements, makefile-makepp-statements)
31387 (makefile-bsdmake-statements): New consts.
31388 (makefile-make-font-lock-keywords): New function.
31389 (makefile-automake-font-lock-keywords)
31390 (makefile-gmake-font-lock-keywords)
31391 (makefile-makepp-font-lock-keywords)
31392 (makefile-bsdmake-font-lock-keywords): New consts.
31393 (makefile-mode-map): Add switchers between the various submodes.
31394 (makefile-mode): Document the availability of the variants.
31395 (makefile-automake-mode, makefile-gmake-mode)
31396 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
31397
31398 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
31399 new variants of makefile-mode.
31400
31401 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
31402
31403 * font-lock.el (font-lock-comment-delimiter-face): Fix up
31404 the inheritance.
31405
31406 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
31407
31408 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
31409 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
31410
31411 * files.el (normal-mode): Extend the scope of the
31412 `enable-local-variables' binding to include the `set-auto-mode' call.
31413 (magic-mode-alist): Doc fix.
31414
31415 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
31416
31417 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
31418 font-lock-comment-face rather than copying its setting.
31419
31420 2005-05-12 Andreas Schwab <schwab@suse.de>
31421
31422 * eshell/esh-mode.el (eshell-send-input): Doc fix.
31423
31424 2005-05-12 Lute Kamstra <lute@gnu.org>
31425
31426 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
31427 defcustom for the mode hook variable. Delete the last argument.
31428 * generic-x.el: Fix callers of define-generic-mode.
31429 (generic-x-modes): Delete group.
31430 (show-tabs-tab-face, show-tabs-space-face): Put them in the
31431 generic-x customization group.
31432
31433 2005-05-12 Kim F. Storm <storm@cua.dk>
31434
31435 * font-lock.el (font-lock-negation-char-face): Default to "off".
31436
31437 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
31438 font-lock-negation-char-face to ! in !=.
31439
31440 2005-05-12 Masatake YAMATO <jet@gyve.org>
31441
31442 * add-log.el (find-change-log): Fix typos in the docstring
31443 of function.
31444
31445 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
31446
31447 * international/latexenc.el (latexenc-find-file-coding-system):
31448 Avoid `re-search-forward' when looking for input encoding because
31449 of speed and safety. Better regular expressions for recognizing
31450 input encoding. Limit a search for TeX-master/tex-main-file to
31451 the local variable section.
31452
31453 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
31454
31455 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
31456 syntax of $ to "'" (quote).
31457
31458 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
31459
31460 * dnd.el (dnd-protocol-alist): Improve custom type.
31461
31462 * dired.el (dired-dnd-protocol-alist): New variable.
31463 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
31464 `dired-mode-hook' to the end.
31465
31466 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
31467
31468 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
31469 comment-end if comment-start-skip is not set.
31470 Obey the font-lock-comment-delimiter-face variables.
31471
31472 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
31473
31474 * files.el (executable-find): Move from executable.el. Use
31475 locate-file.
31476 * progmodes/executable.el (executable-find): Move to files.el.
31477
31478 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
31479 when trying to ensure forward progress.
31480
31481 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
31482
31483 * mouse-sel.el (mouse-sel-follow-link-p): New function.
31484 (mouse-select, mouse-select-internal, mouse-extend-internal):
31485 Use it to implement mouse-1-click-follows-link functionality.
31486
31487 2005-05-11 Richard M. Stallman <rms@gnu.org>
31488
31489 * font-lock.el (font-lock-fontify-syntactically-region):
31490 Use font-lock-comment-delimiter-face for comment delimiters.
31491
31492 2005-05-10 Jay Belanger <belanger@truman.edu>
31493
31494 * calc/calc-help.el (calc-m-prefix-help): Add mention of
31495 preserving embedded modes.
31496
31497 2005-05-10 Richard M. Stallman <rms@gnu.org>
31498
31499 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
31500
31501 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
31502 Move from ada-stmt.el.
31503 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
31504
31505 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
31506 Move to ada-mode.el.
31507 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
31508
31509 * cus-edit.el (custom-file): Call file-chase-links.
31510
31511 * files.el (read-directory-name): Fix previous change.
31512 (hack-local-variables-confirm): New function.
31513 (hack-local-variables-prop-line, hack-local-variables)
31514 (hack-one-local-variable): Use it.
31515
31516 2005-05-10 Lute Kamstra <lute@gnu.org>
31517
31518 * font-lock.el (font-lock-keywords-alist)
31519 (font-lock-removed-keywords-alist): Clarify docstrings.
31520
31521 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
31522
31523 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
31524 (gdb-source-info): Check for preprocessor info.
31525 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
31526 a macro for a function.
31527 (gdb-info-breakpoints-custom): Try to find file again if not already
31528 found (user might have used GDB dir command).
31529 (gdb-get-location): Update gdb-location-alist correctly for change
31530 to gdb-info-breakpoints-custom.
31531
31532 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
31533 (gud-tooltip-print-command): Add gdbmi case.
31534 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
31535 preprocessor info.
31536
31537 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
31538
31539 * startup.el (fancy-splash-insert): Fix typo in doc string.
31540
31541 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
31542
31543 * obsolete/float.el (string-to-float):
31544 * obsolete/hilit19.el (hilit-add-pattern):
31545 * obsolete/rnews.el (news-parse-range, news-select-message)
31546 (news-get-pruned-list-of-files): Replace `string-to-int' by
31547 `string-to-number'.
31548
31549 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
31550 `find-file-not-found-hooks'; use `add-hook'.
31551 (uncompress-while-visiting): Set `write-file-functions', not
31552 `write-file-hooks'; use `add-hook'.
31553
31554 2005-05-09 Kim F. Storm <storm@cua.dk>
31555
31556 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
31557 (cua-paste): Handle clipboard action.
31558 (cua--init-keymaps): Remap clipboard-kill-region and
31559 clipboard-kill-ring-save.
31560
31561 2005-05-08 Eli Zaretskii <eliz@gnu.org>
31562
31563 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
31564 Improve commentary.
31565
31566 * simple.el (next-error-overlay-arrow-position): Revert the change
31567 made on 2005-04-30.
31568
31569 2005-05-07 Jay Belanger <belanger@truman.edu>
31570
31571 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
31572 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
31573 `calc-sel-reselect'.
31574
31575 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
31576 Calc is in embedded mode.
31577
31578 2005-05-07 Eli Zaretskii <eliz@gnu.org>
31579
31580 * progmodes/compile.el (compilation-setup):
31581 Set overlay-arrow-string to an empty string on text terminals.
31582
31583 * textmodes/ispell.el (ispell-program-name): Try looking for
31584 "aspell" along exec-path, and if found, use it as the default
31585 speller program.
31586
31587 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
31588
31589 * international/mule.el (sgml-xml-auto-coding-function):
31590 Recognize encoding='FOO' in single quotes as well as in double quotes.
31591
31592 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
31593
31594 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
31595 as well as `interactive', so that defmacro* would recognize
31596 `declare' forms.
31597
31598 2005-05-07 Eli Zaretskii <eliz@gnu.org>
31599
31600 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
31601 Explain more about the LIGHTER arg's usage in the doc string.
31602 Add commentary to clarify what the code does. Fix the regexp that
31603 strips whitespace from LIGHTER. Quote LIGHTER before using it,
31604 since it could have characters special to regular expressions.
31605
31606 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
31607
31608 * replace.el (occur-1): Bind inhibit-read-only so that
31609 erase-buffer doesn't barf on read-only text properties (likewise
31610 for add-text-properties in occur-engine). Mark buffer as unmodified.
31611 (occur-engine): Don't set buffer-read-only here.
31612
31613 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
31614
31615 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
31616 list-buffers-directory. This caused the *cvs-commit* buffer to be
31617 sometimes mistakenly reused as a *cvs* buffer.
31618
31619 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
31620
31621 * tooltip.el: Move code for GUD tooltips into gud.el.
31622 (require): CL no longer needed to compile case.
31623 (tooltip-mode): Do not toggle functions for GUD tooltips.
31624 (tooltip-gud-tips-p): Remove. Replace with minor mode
31625 gud-tooltip-mode in gud.el.
31626 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
31627 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
31628 tooltip-gud prefix with gud-tooltip and obsolete.
31629 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
31630 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
31631 (tooltip-mouse-motion): Mouse movement functions/variable.
31632 Rename in gud.el by adding gud prefix.
31633 (tooltip-gud-original-filter, tooltip-gud-dereference)
31634 (tooltip-gud-event, tooltip-toggle-gud-tips)
31635 (tooltip-gud-process-output, tooltip-gud-print-command)
31636 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
31637 gud.el by replacing tooltip-gud prefix with gud-tooltip.
31638 (gdb-tooltip-print): Move to gdb-ui.el.
31639
31640 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
31641 (require): CL needed to compile case.
31642 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
31643 tooltip-gud-tips-p. Make it a minor-mode.
31644 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
31645 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
31646 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
31647 (gud-tooltip-change-major-mode)
31648 (gud-tooltip-activate-mouse-motions-if-enabled)
31649 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
31650 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
31651 (gud-tooltip-original-filter, gud-tooltip-dereference)
31652 (gud-tooltip-event, tooltip-toggle-gud-tips)
31653 (gud-tooltip-process-output, gud-tooltip-print-command)
31654 (gud-tooltip-tips): Move from tooltip.el.
31655
31656 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
31657 (gdb-cpp-define-alist-flags): Doc fix.
31658 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
31659 gud-tooltip-mode is t.
31660
31661 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
31662
31663 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
31664 evaporate if their text is deleted.
31665 (goto-address-at-point): Make it work as a mouse binding as well.
31666 (goto-address-at-mouse): Obsolete it. Update users.
31667
31668 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
31669
31670 * calendar/appt.el (top-level): No longer activate on load.
31671
31672 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
31673
31674 * calendar/cal-bahai.el (mark-bahai-diary-entries):
31675 * net/webjump.el (webjump):
31676 * progmodes/idlw-help.el (idlwave-do-context-help1)
31677 (idlwave-highlight-linked-completions):
31678 * textmodes/po.el (po-find-file-coding-system-guts):
31679 Replace `assoc-ignore-case' by `assoc-string'.
31680
31681 2005-05-06 Eli Zaretskii <eliz@gnu.org>
31682
31683 * files.el (locate-file): Doc fix.
31684
31685 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
31686 Remove the redundant test for ms-dos.
31687
31688 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
31689 look for the preprocessor with exec-suffixes. If not found in
31690 standard places, look in exec-path. Remove most of the tests that
31691 used system-type.
31692
31693 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
31694
31695 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
31696
31697 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
31698 file-name clash with jka-compr.el on 8+3 filesystems.
31699
31700 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31701
31702 * term/mac-win.el: Don't define or bind scroll bar functions if
31703 x-toolkit-scroll-bars is t.
31704 (x-select-text, x-get-selection-value): Clear
31705 x-last-selected-text-clipboard if x-select-enable-clipboard is
31706 nil.
31707 (PRIMARY): Put mac-scrap-name property.
31708 (mac-select-convert-to-file-url): New function.
31709 (public.file-url): New selection target type. Add to
31710 selection-converter-alist.
31711 (x-get-selection, x-selection-value): Handle it.
31712 (x-cut-buffer-or-selection-value): New alias.
31713
31714 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
31715
31716 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
31717 entry to avoid calling bibtex-find-entry with arg global
31718 being t. Remove arg key.
31719 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
31720 (bibtex-copy-summary-as-kill): Change accordingly.
31721
31722 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
31723
31724 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
31725 (org-agenda-date-later): Use with-current-buffer.
31726
31727 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
31728
31729 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
31730 (define-obsolete-variable-alias): Doc Fixes.
31731
31732 2005-05-06 Kim F. Storm <storm@cua.dk>
31733
31734 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
31735 vertical-motion when selective-display is active.
31736
31737 * ido.el (ido-setup-hook): New hook.
31738 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
31739 (ido-input-stack): New var.
31740 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
31741 ido-next-work-file binding to M-O.
31742 Bind M-f to ido-wide-find-file-or-pop-dir.
31743 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
31744 (ido-read-internal): Run ido-setup-hook.
31745 Catch quit in read-file-name and read-string to cancel edit.
31746 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
31747 Automatically pop-all when completing a directory name (RET).
31748 (ido-file-internal): Add with-no-warnings around ffap and dired code.
31749 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
31750 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
31751 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
31752 New functions for M-b/M-f to move among the directory components.
31753 (ido-make-merged-file-list): Catch quit to cancel merge.
31754 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
31755 (ido-completion-help): No warnings for ido-completion-buffer-full.
31756
31757 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
31758
31759 * font-lock.el (font-lock-negation-char-face): New face and variable.
31760 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
31761 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
31762 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
31763 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
31764
31765 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
31766
31767 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
31768 Fix typo in docstring.
31769
31770 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
31771 (ebrowse-print-statistics-line)
31772 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
31773
31774 * term/w32-win.el (image-library-alist): Add additional name for
31775 Xpm library.
31776
31777 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
31778
31779 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
31780 use gcc instead of cpp.
31781
31782 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
31783 (gdb-create-define-alist): Use it.
31784 (gdb-cpp-define-alist-program): Update for MS-DOS.
31785
31786 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
31787
31788 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
31789
31790 2005-05-04 Richard M. Stallman <rms@gnu.org>
31791
31792 * help.el (describe-key): No error when UNTRANSLATED is nil.
31793
31794 * simple.el (line-move-1): Fix previous change to signal errors
31795 appropriately.
31796
31797 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
31798
31799 * calendar/icalendar.el (icalendar-version): Now at 0.12.
31800 (icalendar-duration-correction): Remove.
31801 (icalendar--get-event-properties): Split result at commas.
31802 (icalendar--decode-isoduration): New optional argument
31803 DURATION-CORRECTION.
31804 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
31805 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
31806 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
31807 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
31808 (icalendar--convert-anniversary-to-ical): New functions, extracted
31809 from icalendar-export-region, with bug fixes.
31810 (icalendar-export-region): Use the above functions.
31811 (icalendar-import-buffer): Check before saving diary file.
31812 (icalendar--convert-recurring-to-diary)
31813 (icalendar--convert-non-recurring-all-day-to-diary)
31814 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
31815 extracted from icalendar--convert-ical-to-diary, with bug fixes.
31816 (icalendar--convert-ical-to-diary): Use the above functions.
31817
31818 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
31819
31820 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
31821 Remove these recent additions.
31822 (c-mode): Restore to before 2005-04-28.
31823
31824 * progmodes/cc-vars.el (cc-define-list-program): Remove this
31825 recent addition.
31826
31827 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
31828 (gdb-define-alist): New variables.
31829 (gdb-create-define-alist): New function.
31830 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
31831 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
31832 with string-to-number.
31833 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
31834
31835 * progmodes/gud.el: Replace string-to-int with string-to-number.
31836 (gud-find-file): Handle gdb-define-alist.
31837
31838 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
31839
31840 2005-05-02 Jay Belanger <belanger@truman.edu>
31841
31842 * calc/calc-aent.el (math-read-token):
31843 * calc/calc-bin.el (calc-word-size):
31844 * calc/calc-ext.el (calc-read-number-fancy):
31845 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
31846 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
31847 * calc/calc-frac.el (calc-over-notation):
31848 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
31849 (calc-graph-num-points, calc-graph-init):
31850 * calc/calc-prog.el (calc-read-parse-table-part)
31851 (calc-edit-macro-repeats):
31852 * calc/calc-yank.el (calc-do-grab-rectangle):
31853 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
31854 Replace `string-to-int' by `string-to-number'.
31855
31856 2005-05-02 Kim F. Storm <storm@cua.dk>
31857
31858 * kmacro.el: Use executing-kbd-macro-index variable.
31859
31860 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
31861
31862 * net/rlogin.el (rlogin-parse-words): Delete func.
31863 (rlogin): Use split-string, not rlogin-parse-words.
31864 Also, if there are option-like elements in the parsed args,
31865 take the host to be the first arg immediately following them.
31866 Suggested by Michael Mauger.
31867
31868 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
31869
31870 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
31871
31872 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
31873
31874 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
31875 (cc-mode-cpp-program): Rename to cc-define-list-program and
31876 move to cc-vars.el.
31877
31878 * progmodes/cc-vars.el (cc-define-list-program):
31879 Change to "gcc -E -dM -". Make customizable.
31880
31881 2005-05-02 Kim F. Storm <storm@cua.dk>
31882
31883 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
31884
31885 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
31886
31887 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
31888
31889 * international/mule-util.el (truncate-string): Remove alias and
31890 obsolete declaration.
31891
31892 * international/mule-cmds.el (update-iso-coding-systems):
31893 Remove alias and obsolete declaration.
31894
31895 * international/mule.el (coding-system-parent): Remove alias and
31896 obsolete declaration.
31897
31898 * subr.el (define-function, sref): Remove aliases and obsolete
31899 declarations.
31900 (chars-in-region): Remove obsolete declaration.
31901
31902 2005-05-01 Richard M. Stallman <rms@gnu.org>
31903
31904 * info.el (Info-mode): Set widen-automatically to nil, locally.
31905
31906 * simple.el (widen-automatically): New variable.
31907 (pop-global-mark): Obey widen-automatically.
31908
31909 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
31910
31911 * term/xterm.el (function-key-map): Call substitute-key-definition
31912 before the keymap size is increased by a lot of define-key calls.
31913
31914 2005-05-01 Richard M. Stallman <rms@gnu.org>
31915
31916 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
31917 Rename ARG to ELEMENT. Doc fix.
31918
31919 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
31920
31921 * allout.el (allout-exposure): Remove macro and obsolete declaration.
31922 Remove references to allout-exposure/change to allout-new-exposure.
31923
31924 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
31925 bytecode symbols.
31926
31927 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
31928 (compiled-function-p, focus-frame, unfocus-frame):
31929 Remove aliases and obsolete declarations.
31930 Back out inadvertent changes from previous commit.
31931
31932 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
31933
31934 * files.el (require-final-newline): Make Custom tags consistent
31935 with mode-require-final-newline.
31936 (mode-require-final-newline): Doc fix.
31937
31938 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
31939
31940 * international/latexenc.el (latexenc-find-file-coding-system):
31941 Fix regular expressions.
31942
31943 2005-05-01 David Kastrup <dak@gnu.org>
31944
31945 * international/latexenc.el (latexenc-find-file-coding-system):
31946 Fix regular expressions.
31947
31948 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
31949
31950 * subr.el (string-to-int): Make obsolete.
31951
31952 2005-04-30 Richard M. Stallman <rms@gnu.org>
31953
31954 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
31955
31956 * loadup.el: Load jka-comp-hook.
31957
31958 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
31959 (jka-compr-handler): Add autoload. `put' calls moved
31960 to jka-comp-hook.el.
31961 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
31962 (jka-compr-inhibit): Autoload.
31963
31964 * jka-comp-hook.el: New file.
31965 Enable the mode by default.
31966
31967 * files.el (backup-buffer-copy): Use copy-file instead
31968 of write-region, and put back the 'excl.
31969
31970 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
31971
31972 * progmodes/flymake.el (flymake-split-string)
31973 (flymake-split-string, flymake-log, flymake-pid-to-names)
31974 (flymake-reg-names, flymake-get-source-buffer-name)
31975 (flymake-unreg-names, flymake-add-line-err-info)
31976 (flymake-add-err-info): Clarify docstrings.
31977 (flymake-popup-menu, flymake-make-emacs-menu)
31978 (flymake-make-xemacs-menu): Add docstrings.
31979 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
31980 Set variables directly throughout.
31981
31982 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
31983
31984 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
31985 exists. Initialize cc-define-alist.
31986 (c-mode): Add cc-create-define-alist locally to after-save-hook.
31987 If there is no file (Macroexpansion) don't create an alist.
31988
31989 2005-04-29 Sam Steingold <sds@gnu.org>
31990
31991 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
31992 (cc-create-define-alist): Use it instead of the hard-coded string.
31993
31994 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
31995
31996 * international/mule-conf.el (file-coding-system-alist): Fix regexp
31997 for latexenc.
31998
31999 2005-04-29 Lute Kamstra <lute@gnu.org>
32000
32001 * emacs-lisp/generic.el: Improve commentary section.
32002 (define-generic-mode): Improve docstring.
32003
32004 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
32005
32006 * textmodes/org.el (many places): Change to quiet the byte compiler.
32007 (org-prefix-format-compiled): New variable.
32008 (org-compile-prefix-format): New function.
32009 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
32010 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
32011 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
32012 (org-get-entries-from-diary): Use `org-get-time-of-day' for
32013 consistency with entries from `org-mode' files.
32014 (org-get-time-of-day): Fix bug with partial matches early in a line.
32015 (org-non-link-chars): New constant.
32016 (org-link-regexp): Respect `org-non-link-chars'.
32017 (org-agenda-day-view): Remove command.
32018 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
32019 (org-follow-bbdb-link, org-store-link): Search also company field.
32020 (org-highlight-overlay): New variable.
32021 (org-highlight, org-unhighlight): New functions.
32022 (org-agenda-mode): Add pre-command-hook to remove highlight.
32023 (org-evaluate-time-range): Behavior depends upon whether time stamp
32024 contains a time or not.
32025 (org-show-subtree, org-show-entry): New functions.
32026 (org-agenda-cleanup-fancy-diary): Remove empty lines.
32027
32028 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
32029
32030 * comint.el (comint-output-filter-functions): Add autoload cookie.
32031
32032 2005-04-28 Kim F. Storm <storm@cua.dk>
32033
32034 * ido.el (ido-everywhere): Fix last change.
32035
32036 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
32037
32038 * international/latexenc.el: New file.
32039 * international/mule-conf.el (file-coding-system-alist): For .tex,
32040 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
32041
32042 2005-04-28 Lute Kamstra <lute@gnu.org>
32043
32044 * font-lock.el (font-lock-add-keywords)
32045 (font-lock-remove-keywords): Clarify docstring.
32046 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
32047 Don't start docstrings with a `*'.
32048 (font-lock-update-removed-keyword-alist): Give it a docstring.
32049
32050 * generic-x.el: Update commentary section.
32051 Only require font-lock when compiling.
32052 Define all modes conditionally.
32053 Place all generic modes in the generic-x-modes customization group.
32054 (generic-x-modes): New customization group.
32055 (generic-default-modes, generic-mswindows-modes)
32056 (generic-unix-modes, generic-other-modes): New constants.
32057 (generic-define-mswindows-modes, generic-define-unix-modes):
32058 Update docstrings. Make them obsolete.
32059 (generic-extras-enable-list): New default value. Update docstring.
32060 Improve :type. Change :set function.
32061 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
32062 Fix docstring.
32063
32064 * emacs-lisp/generic.el (generic-mode-internal):
32065 Simplify font-lock-defaults.
32066 (define-generic-mode): Fix docstring.
32067
32068 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
32069
32070 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
32071 font-lock-face property to highlight matches.
32072
32073 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
32074
32075 * progmodes/cc-mode.el (cc-create-define-alist): New function.
32076 (cc-define-alist): New variable.
32077 (c-mode): Make it local and initialize it.
32078
32079 * progmodes/gdb-ui.el (gdb-active-process): New variable.
32080 (gdb-exited): New function.
32081 (gdb-annotation-rules): Use it.
32082 (gdb-starting): Set gdb-active-process to t.
32083 (gdb-stopping): Amend doc string.
32084 (gdb-reset): Set gdb-active-process to nil.
32085
32086 * tooltip.el (tooltip-gud-tips): Show the associated #define
32087 directives when a C program under GDB is not executing.
32088
32089 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
32090
32091 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
32092 font-lock-fontify-syntactic-keywords.
32093
32094 * font-lock.el (font-lock-default-fontify-region): Don't force
32095 parse-sexp-lookup-properties to nil.
32096
32097 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
32098
32099 * man.el (man-mode-syntax-table): Set up `:' to have
32100 word-constituent syntax.
32101
32102 2005-04-27 Lute Kamstra <lute@gnu.org>
32103
32104 * novice.el (disable-command): Don't add spurious newlines to the
32105 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
32106
32107 2005-04-26 Jay Belanger <belanger@truman.edu>
32108
32109 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
32110 than one window before deleting window.
32111
32112 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
32113
32114 * shell.el (shell-prompt-pattern): Doc fix.
32115 (shell-mode): Set paragraph-separate buffer locally to "\\'".
32116
32117 * comint.el (comint-prompt-regexp, comint-get-old-input)
32118 (comint-use-prompt-regexp)
32119 (comint-use-prompt-regexp-instead-of-fields)
32120 (comint-replace-by-expanded-history, comint-send-input)
32121 (comint-output-filter, comint-get-old-input-default)
32122 (comint-line-beginning-position, comint-bol, comint-show-output)
32123 (comint-backward-matching-input, comint-forward-matching-input)
32124 (comint-next-prompt, comint-previous-prompt):
32125 Rename `comint-use-prompt-regexp-instead-of-fields' to
32126 `comint-use-prompt-regexp'. Keep old name as alias and declare
32127 obsolete.
32128 (comint-use-prompt-regexp): Shorten first line of doc string.
32129
32130 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
32131 Set paragraph-separate buffer locally to "\\'".
32132
32133 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
32134 Adapt to above name change.
32135
32136 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
32137 (smbclient-prompt-regexp): Ditto.
32138
32139 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
32140
32141 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
32142
32143 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
32144 gdb-location-list.
32145 Break lines that are over 80 characters wide.
32146
32147 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
32148
32149 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
32150 New fun and var, to preserve compatibility.
32151
32152 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
32153
32154 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
32155
32156 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
32157 name to file-newer-than-file-p.
32158
32159 2005-04-26 Richard M. Stallman <rms@gnu.org>
32160
32161 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
32162
32163 * progmodes/python.el (python-mode):
32164 Use new name eldoc-documentation-function.
32165
32166 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
32167
32168 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
32169 (eldoc-documentation-function):
32170 Rename from eldoc-print-current-symbol-info-function. Calls changed.
32171
32172 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
32173
32174 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
32175
32176 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
32177
32178 * term/xterm.el (function-key-map): Fix strings for
32179 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
32180 {C,S,A,C-S}-{f1-f12}.
32181
32182 2005-04-26 Kenichi Handa <handa@m17n.org>
32183
32184 * international/mule-cmds.el (select-safe-coding-system):
32185 Fix previous change.
32186
32187 2005-04-26 Lute Kamstra <lute@gnu.org>
32188
32189 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
32190
32191 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
32192 (font-lock-comment-delimiter-face): Ditto.
32193
32194 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
32195
32196 2005-04-25 Jay Belanger <belanger@truman.edu>
32197
32198 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
32199 to t while inserting information; use help-mode.
32200
32201 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
32202
32203 * term.el (ansi-term-color-vector): Use the xterm colors.
32204 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
32205
32206 2005-04-25 Lute Kamstra <lute@gnu.org>
32207
32208 * font-core.el (font-lock-defaults): Fix docstring.
32209
32210 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
32211
32212 2005-04-25 Kenichi Handa <handa@m17n.org>
32213
32214 * international/mule-cmds.el (select-safe-coding-system):
32215 Don't check consistency with coding: spec, etc if raw-text or
32216 no-conversion was found to be safe.
32217
32218 2005-04-24 Richard M. Stallman <rms@gnu.org>
32219
32220 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
32221 citation markers at start of each line.
32222
32223 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
32224 citation markers at start of each line.
32225
32226 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
32227
32228 * files.el (mode-require-final-newline): Fix previous change.
32229 (require-final-newline): Fix type label.
32230
32231 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
32232
32233 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
32234 statement in buffer (broken by 2004-11-24 change).
32235
32236 2005-04-24 Kim F. Storm <storm@cua.dk>
32237
32238 * ido.el (ido-everywhere): Save and restore old read-buffer-function
32239 and read-file-name-function values. Don't overwrite existing
32240 non-nil values if ido-mode is enabled without ido-everywhere.
32241
32242 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
32243
32244 * files.el (mode-require-final-newline): Minor doc fix.
32245
32246 2005-04-24 Eli Zaretskii <eliz@gnu.org>
32247
32248 * subr.el (syntax-after): Doc fix.
32249 (syntax-class): If argument is nil, return nil. Mask off upper 16
32250 bits, not 8 bits.
32251
32252 * files.el (mode-require-final-newline): Doc fix.
32253 (backup-buffer-copy): Fix last change.
32254
32255 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32256
32257 * term/mac-win.el: Require select. Set selection-coding-system to
32258 mac-system-coding-system. Call menu-bar-enable-clipboard.
32259 (x-last-selected-text-clipboard, x-last-selected-text-primary)
32260 (x-select-enable-clipboard): New variables.
32261 (x-select-text, x-get-selection, x-selection-value)
32262 (x-get-selection-value, mac-select-convert-to-string)
32263 (mac-services-open-file, mac-services-open-selection)
32264 (mac-services-insert-text): New functions.
32265 (CLIPBOARD, FIND): Put mac-scrap-name property.
32266 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
32267 (public.tiff): Put mac-ostype property.
32268 (selection-converter-alist): Add entries for them.
32269 (mac-application-menu-map): New keymap.
32270 (interprogram-cut-function, interprogram-paste-function): Set to
32271 x-select-text and x-get-selection-value, respectively.
32272 (split-window-keep-point): Set to t.
32273
32274 2005-04-23 Richard M. Stallman <rms@gnu.org>
32275
32276 * files.el (read-directory-name): Always pass non-nil
32277 DEFAULT-FILENAME arg to read-file-name.
32278 (backup-buffer-copy, basic-save-buffer-2): Take care against
32279 writing thru an unexpected existing symlink.
32280 (revert-buffer): In indirect buffer, revert the base buffer.
32281 (magic-mode-alist): Doc fix.
32282 (buffer-stale-function): Doc fix.
32283 (minibuffer-with-setup-hook): Avoid warning.
32284 (mode-require-final-newline): Doc and custom fix.
32285
32286 * follow.el (follow-end-of-buffer): Use with-no-warnings.
32287
32288 * font-lock.el (font-lock-comment-face): On terminals with few colors,
32289 use the default appearance.
32290 (font-lock-comment-delimiter-face): New face, new variable.
32291
32292 * imenu.el (imenu--generic-function): The official position of a
32293 definition is the start of the line that BEG is in.
32294
32295 * midnight.el (midnight-timer): Move defvar up.
32296
32297 * mouse.el (mouse-drag-region-1): Delete some debugging code.
32298
32299 * saveplace.el (save-place-to-alist): Use with-no-warnings.
32300
32301 * startup.el (command-line): Use with-no-warnings.
32302
32303 * window.el (window-size-fixed): New defvar.
32304
32305 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
32306
32307 * mail/rmail.el (rmail-font-lock-keywords):
32308 Use font-lock-comment-delimiter-face.
32309
32310 * mail/sendmail.el (mail-font-lock-keywords):
32311 Use font-lock-comment-delimiter-face.
32312
32313 * progmodes/compile.el (next-error-highlight-timer): New defvar.
32314
32315 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
32316
32317 * progmodes/compile.el (compilation-mode-font-lock-keywords):
32318 Specify t for LAXMATCH when matching directories.
32319 Save match data around compilation-compat-error-properties form.
32320
32321 2005-04-23 David Kastrup <dak@gnu.org>
32322
32323 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
32324 Mention that the autoloaded aliases should be kept for AUCTeX.
32325
32326 2005-04-23 Andreas Schwab <schwab@suse.de>
32327
32328 * isearch.el (isearch-forward): Doc fix.
32329
32330 2005-04-23 Eli Zaretskii <eliz@gnu.org>
32331
32332 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
32333 (jit-lock-stealth-nice): Change default value to 0.5.
32334
32335 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
32336
32337 * abbrev.el (write-abbrev-file): Write table entries in
32338 alphabetical order by table name.
32339
32340 2005-04-22 Kim F. Storm <storm@cua.dk>
32341
32342 * ido.el (ido-read-internal): Fix `list' completion.
32343
32344 2005-04-22 Kenichi Handa <handa@m17n.org>
32345
32346 * recentf.el (recentf-save-file-coding-system): New variable.
32347 (recentf-save-list): Encode the file by
32348 recentf-save-file-coding-system and add coding: tag.
32349
32350 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
32351
32352 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
32353
32354 2005-04-21 Lute Kamstra <lute@gnu.org>
32355
32356 * loadhist.el (unload-feature): Don't remove a function from hooks
32357 if it is about to be restored to an autoload . Remove functions
32358 that will become unbound from auto-mode-alist. Simplify the code.
32359
32360 * subr.el (assq-delete-all): New implementation that is linear,
32361 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
32362 (rassq-delete-all): New function.
32363
32364 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
32365 Add size-indication-mode.
32366
32367 2005-04-21 Kenichi Handa <handa@m17n.org>
32368
32369 * international/mule-cmds.el: Add autoload for widget-value in
32370 eval-when-compile.
32371
32372 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
32373
32374 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
32375 Add tooltip-mode.
32376
32377 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
32378
32379 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
32380
32381 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
32382 (inferior-lisp-filter-regexp, inferior-lisp-program)
32383 (inferior-lisp-load-command, inferior-lisp-prompt)
32384 (inferior-lisp-mode-hook, lisp-source-modes)
32385 (inferior-lisp-load-hook): defvar->defcustom.
32386 (inferior-lisp-program, inferior-lisp-prompt)
32387 (inferior-lisp-load-hook): Doc fixes.
32388 (inferior-lisp-install-letter-bindings): Small change in
32389 introductory comment.
32390
32391 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
32392
32393 * vc.el (vc-annotate-color-map): Change some colors so that text
32394 using them as foreground is readable on both white and black
32395 backgrounds.
32396
32397 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
32398
32399 * international/mule-conf.el (translation-table-for-input):
32400 Remove redundant declaration.
32401
32402 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
32403
32404 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
32405
32406 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
32407 (tooltip-toggle-gud-tips): New function.
32408
32409 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32410
32411 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
32412 right angle brackets.
32413
32414 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
32415
32416 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
32417
32418 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
32419
32420 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
32421 Remove. Update callers to use expand-file-name instead.
32422
32423 * subr.el (syntax-class): New function.
32424
32425 * simple.el (blink-matching-open): Use it.
32426
32427 * paren.el (show-paren-function): Use it to recognize parens that are
32428 also used in 2-char comment markers.
32429
32430 2005-04-19 Lute Kamstra <lute@gnu.org>
32431
32432 * loadhist.el (unload-feature): Update for new format of
32433 load-history. Simplify the code.
32434
32435 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32436
32437 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
32438 (mac-add-charset-info): New function. Initialize variable
32439 mac-charset-info-alist using it.
32440 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
32441 for translation.
32442 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
32443 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
32444 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
32445 New CCL programs.
32446
32447 2005-04-19 Kim F. Storm <storm@cua.dk>
32448
32449 * simple.el (next-buffer, prev-buffer, next-error)
32450 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
32451 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
32452
32453 * bindings.el (next-buffer, prev-buffer, next-error)
32454 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
32455 (clone-indirect-buffer-other-window): Move bindings from simple.el.
32456 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
32457 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
32458
32459 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
32460
32461 * isearch.el (isearch-edit-string): Make the search-ring available for
32462 minibuffer history commands.
32463 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
32464 the default history commands now work just as well.
32465 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
32466
32467 2005-04-18 Kim F. Storm <storm@cua.dk>
32468
32469 * emulation/cua-base.el (cua--pre-command-handler): Add more
32470 elaborate check for shift modifier on non-window systems.
32471
32472 2005-04-18 Lars Hansen <larsh@math.ku.dk>
32473
32474 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
32475
32476 2005-04-18 Kim F. Storm <storm@cua.dk>
32477
32478 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
32479 and make it optional. Don't test tooltip-gud-echo-area here.
32480 (tooltip-gud-process-output, gdb-tooltip-print):
32481 Pass tooltip-gud-echo-area to tooltip-show.
32482 (tooltip-help-tips): Remove second optional arg to tooltip-show.
32483
32484 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32485
32486 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
32487 `display-graphic-p' may not be bound yet.
32488
32489 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
32490
32491 * startup.el (command-line): No longer enable Xterm Mouse mode by
32492 default in terminals compatible with xterm.
32493
32494 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
32495
32496 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
32497
32498 * tooltip.el (tooltip-gud-echo-area): Rename from
32499 tooltip-use-echo-area.
32500 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
32501 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
32502 area independently of where help tooltips are displayed.
32503
32504 2005-04-17 David Kastrup <dak@gnu.org>
32505
32506 * cus-theme.el (custom-theme-write-variables): Quote variables
32507 where necessary.
32508
32509 2005-04-17 Richard M. Stallman <rms@gnu.org>
32510
32511 * simple.el (yank-excluded-properties): Add follow-link to value.
32512
32513 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
32514
32515 * startup.el (fancy-splash-max-time): Just 30 seconds.
32516 (fancy-splash-delay): Just 7.
32517 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
32518
32519 * loadhist.el (unload-feature): Update for new format of load-history.
32520 Simplify the code.
32521
32522 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
32523 (rmail-font-lock-keywords): Don't fontify the text of a citation.
32524
32525 * mail/sendmail.el (mail-font-lock-keywords):
32526 Don't fontify subject text.
32527 Don't fontify the text of a citation.
32528
32529 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
32530
32531 * comint.el (comint-output-filter): Run comint-output-filter-functions
32532 with point where the user had it.
32533
32534 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
32535
32536 * international/ucs-tables.el (ucs-set-table-for-input):
32537 Disable when using unify-on-decoding.
32538
32539 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
32540
32541 * emulation/cua-base.el (cua-global-mark-face): Add special case
32542 for displays supporting a high number of colors.
32543
32544 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
32545
32546 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
32547
32548 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
32549
32550 * filesets.el (filesets-add-buffer): If user supplies a name of a
32551 non-existing fileset, create a new fileset.
32552
32553 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
32554
32555 * textmodes/org.el (org-up-heading-all): Fix bug with
32556 `outline-up-heading-all'.
32557
32558 2005-04-16 Andreas Schwab <schwab@suse.de>
32559
32560 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
32561 /etc/permissions.d/* and /etc/aliases.d/*.
32562
32563 2005-04-16 Kenichi Handa <handa@m17n.org>
32564
32565 * international/code-pages.el (cp-make-coding-system):
32566 Set `translation-table-for-input' property value to the symbol
32567 ucs-mule-to-mule-unicode, not to that value.
32568 (pt154): Escape guillemet by `\'.
32569
32570 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
32571
32572 * loadup.el: Load tooltip if x-show-tip is fboundp.
32573
32574 * startup.el (command-line): Add comment.
32575
32576 * tooltip.el (tooltip-mode): Specify correct standard value for
32577 Custom in init-value.
32578
32579 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
32580
32581 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
32582 possible.
32583
32584 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
32585
32586 * textmodes/org.el (org-agenda-date-prompt): Rename from
32587 `org-agenda-date-today'.
32588 (org-evaluate-time-range): Insert at point instead of directly
32589 after time range.
32590 (org-first-headline-recenter, org-subtree-end-visible-p)
32591 (org-optimize-window-after-visibility-change): New functions
32592 (org-agenda-post-command-hook): Don't allow point at end of line,
32593 to make sure it always hits the text properties.
32594 (org-agenda-next-date-line, org-agenda-previous-date-line):
32595 New commands.
32596 (org-set-regexps-and-options): Category may contain white space.
32597 (org-agenda-get-deadlines, org-agenda-get-scheduled):
32598 Improve marker positions.
32599 (org-agenda-new-marker): Argument POS made optional.
32600 (org-agenda-get-timestamps): Deadlines which are done are listed
32601 in org-done-face now.
32602 (org-agenda-get-todos, org-agenda-get-timestamps)
32603 (org-agenda-get-deadlines, org-agenda-get-scheduled):
32604 Set `undone-face' and `done-face' properties.
32605 (org-last-todo-state-is-todo): New variable.
32606 (org-todo): Set `org-last-todo-state-is-todo'.
32607 (org-agenda-todo): Change face according to
32608 `org-last-todo-state-is-todo'. And change other lines referring to
32609 the same entry.
32610 (org-calendar-goto-agenda): New command.
32611 (org-calendar-to-agenda-key): New option.
32612 (org-startup-folded): New allowed value `content'.
32613 (org-set-regexps-and-options): Accept new value `content' for
32614 `org-startup-folded'.
32615 (org-get-current-options): Handle new value `content' for
32616 `org-startup-folded'.
32617 (org-insert-todo-heading): New command.
32618 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
32619 interactively in empty file and option
32620 `org-insert-mode-line-in-empty-file' has been set.
32621 (org-agenda-todo, org-agenda-priority): Modify to use
32622 `org-agenda-change-all-lines'.
32623 (org-warning-face): Change color on dark background.
32624
32625 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32626
32627 * international/mule-cmds.el (set-locale-environment): On Mac OS,
32628 use preferences AppleLocale and AppleLanguages, and variable
32629 mac-system-locale for default locale. On Mac OS Classic, use
32630 mac-system-coding-system for default coding systems.
32631
32632 * term/mac-win.el: Don't set file-name-coding-system.
32633 Decode variables system-name, emacs-build-system, user-login-name, and
32634 user-full-name by mac-system-coding-system on Mac OS Classic.
32635 (mac-system-coding-system): New variable.
32636
32637 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
32638
32639 * startup.el (command-line): Handle `xterm-mouse-mode' before
32640 reading init file.
32641
32642 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
32643
32644 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
32645
32646 * progmodes/sh-script.el (sh-here-document-word): Make it a
32647 defcustom. Doc fix.
32648 (sh-add): Bash uses $(( )) for arithmetic.
32649 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
32650 (sh-maybe-here-document): Remove quotes and leading whitespace
32651 from heredoc word when closing. Indent heredoc with tabs if word
32652 starts with "-".
32653
32654 2005-04-13 Richard M. Stallman <rms@gnu.org>
32655
32656 * simple.el (undo): Fix previous change.
32657
32658 * custom.el (defface): Doc fix.
32659
32660 2005-04-13 Lute Kamstra <lute@gnu.org>
32661
32662 * Makefile.in (DONTCOMPILE): Remove list.
32663 (compile, compile-always): Don't use DONTCOMPILE.
32664 (update-authors): Load the library in which batch-update-authors
32665 is defined.
32666 * makefile.w32-in (DONTCOMPILE): Remove list.
32667 (compile, compile-always): Fix comments.
32668 (update-authors): Load the library in which batch-update-authors
32669 is defined.
32670
32671 * generic-x.el (generic-mode-ini-file-find-file-hook):
32672 Rename to ini-generic-mode-find-file-hook.
32673 Keep generic-mode-ini-file-find-file-hook as an alias.
32674 (ini-generic-mode-find-file-hook): Rename from
32675 generic-mode-ini-file-find-file-hook. Fix docstring.
32676 (ini-generic-mode): Docstring change.
32677 (bat-generic-mode-run-as-comint): Silence the byte compiler.
32678
32679 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
32680 called from lisp.
32681
32682 * generic.el: Move to the emacs-lisp subdir.
32683
32684 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
32685
32686 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
32687 and C-S- function and cursor motion keys.
32688
32689 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
32690
32691 * startup.el (command-line): Enable Xterm Mouse mode by default.
32692 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
32693 for Custom. No longer show "Mouse" in mode line when enabled.
32694 Doc fix.
32695
32696 2005-04-12 Kim F. Storm <storm@cua.dk>
32697
32698 * emulation/cua-base.el (cua-rectangle-face)
32699 (cua-rectangle-noselect-face): Define face attributes here.
32700
32701 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
32702
32703 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32704
32705 * startup.el (command-line): Turn off blinking cursor if
32706 cursorBlink in resources is off or false.
32707
32708 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32709
32710 * term/mac-win.el (dnd): Require dnd.
32711 (mac-drag-n-drop): Call dnd-handle-one-url.
32712 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
32713 (kTextEncodingISOLatin2): Remove constants.
32714 (mac-script-code-coding-systems): New constant.
32715 (mac-handle-language-change): New function.
32716 (special-event-map): Bind it to `language-change' event.
32717 (mac-centraleurroman, mac-cyrillic): New coding systems.
32718 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
32719 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
32720 and mac-cyrillic-encoder to encode-mac-centraleurroman and
32721 encode-mac-cyrillic, respectively.
32722
32723 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
32724
32725 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
32726 Don't set overlay-arrow-string to "=>" as this is done
32727 globally in C now.
32728
32729 2005-04-12 Lute Kamstra <lute@gnu.org>
32730
32731 * generic-x.el (rc-generic-mode, rul-generic-mode):
32732 Fix auto-mode-alist entries.
32733 (etc-fstab-generic-mode): Tweak fontification.
32734
32735 * generic.el (generic-make-keywords-list): Fix docstring.
32736 (generic-mode-internal): Simplify generic-font-lock-keywords.
32737
32738 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
32739
32740 * whitespace.el (whitespace-buffer-leading)
32741 (whitespace-buffer-trailing): Revert the incorrect test inversion.
32742 However, fix the highlight area for the leading and
32743 trailing whitespaces to show space.
32744
32745 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
32746
32747 * whitespace.el (whitespace-version): Bump to 3.5.
32748
32749 (whitespace-buffer-leading, whitespace-buffer-trailing):
32750 Invert sense of the test to highlight the whitespace.
32751
32752 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
32753
32754 * progmodes/gud.el (gud-display-line): GUD uses its own
32755 overlay arrow now so don't set overlay-arrow-string.
32756 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
32757
32758 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
32759
32760 * term.el (term-ansi-current-bold, term-ansi-current-underline)
32761 (term-ansi-current-reverse, term-ansi-current-invisible)
32762 (term-ansi-face-already-done): Change to boolean.
32763 (term-reset-terminal, term-handle-colors-array): Handle the above
32764 vars accordingly.
32765 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
32766 (term-emulate-terminal): Use the new name.
32767
32768 * faces.el (secondary-selection): Use yellow1, not yellow.
32769 (trailing-whitespace): Use red1, not red.
32770
32771 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32772
32773 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
32774 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
32775 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
32776
32777 * cus-edit.el (dnd): New group.
32778
32779 * term/w32-win.el (dnd): Require dnd
32780 (w32-drag-n-drop): Call dnd-handle-one-url.
32781
32782 * x-dnd.el: Require dnd.
32783 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
32784 Call dnd-handle-one-url.
32785 (x-dnd-types-alist, x-dnd-insert-utf8-text)
32786 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
32787 to dnd-insert-text.
32788 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
32789 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
32790 (x-dnd-get-local-file-name, x-dnd-open-local-file)
32791 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
32792
32793 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
32794
32795 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32796
32797 * wdired.el: Doc fixes.
32798 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
32799 (wdired-use-dired-vertical-movement): Rename from
32800 wdired-always-move-to-filename-beginning.
32801 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
32802 (wdired-change-to-wdired-mode): Change mode name.
32803 (wdired-newline): Delete.
32804
32805 2005-04-11 Richard M. Stallman <rms@gnu.org>
32806
32807 * whitespace.el (whitespace-highlight-the-space):
32808 Don't call whitespace-unhighlight-the-space here.
32809
32810 * simple.el (undo): Record t in undo-equiv-table
32811 for the redo record made by an undo-in-region.
32812
32813 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
32814
32815 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
32816 (gdb-frame-inferior-io-buffer): New Functions to control
32817 display of separate IO buffer.
32818 (menu): Add them to menu-bar.
32819 (gdb-display-buffer): Check for buffer another frame.
32820 Protect GUD buffer.
32821 (gdb-setup-windows): Create IO buffer if not already there.
32822 (gdb-memory-mode): Remove purecopy noops.
32823
32824 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
32825
32826 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
32827 and pass to self-insert-command.
32828
32829 2005-04-11 Lute Kamstra <lute@gnu.org>
32830
32831 * generic.el: Commentary section cleanup.
32832 (generic): Delete.
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 to generic-x.el.
32837 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
32838 (generic-use-find-file-hook, generic-lines-to-scan)
32839 (generic-find-file-regexp, generic-ignore-files-regexp)
32840 (default-generic-mode, generic-mode-find-file-hook)
32841 (generic-mode-ini-file-find-file-hook): Move from generic.el.
32842
32843 2005-04-10 Karl Fogel <kfogel@red-bean.com>
32844
32845 * bookmark.el (bookmark-write-file): Catch errors writing file.
32846 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
32847
32848 2005-04-10 Richard M. Stallman <rms@gnu.org>
32849
32850 * startup.el (fancy-splash-tail): Update copyright year.
32851 (command-line): Split part of -Q into -D.
32852 (emacs-basic-display): New defvar.
32853 (fancy-splash-text): Correct name of menu item.
32854
32855 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
32856
32857 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
32858 lines in one node.
32859
32860 * comint.el (comint-send-input): New arg ARTIFICIAL.
32861 Callers in this file changed.
32862
32863 * abbrev.el (define-abbrevs): Read system abbrevs properly.
32864
32865 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
32866
32867 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
32868
32869 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
32870 `ldap-search-internal'.
32871
32872 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
32873
32874 * files.el (set-auto-mode-1): Use line-end-position.
32875
32876 * international/latin-1.el:
32877 * international/latin-2.el:
32878 * international/latin-3.el:
32879 * international/latin-4.el:
32880 * international/latin-5.el:
32881 * international/latin-8.el:
32882 * international/latin-9.el: Give punctuation syntax to NBSP.
32883
32884 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
32885 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
32886 Use char-classes to accept non-ascii letters, accepted in some recent
32887 bibtex implementations.
32888
32889 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
32890
32891 * custom.el (custom-set-minor-mode): Any non-nil value for the
32892 variable should enable the mode when set through Custom.
32893
32894 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
32895
32896 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
32897 TAB binding so tab-always-indent is obeyed.
32898 (vhdl-minibuffer-local-map): Move initialization into declaration.
32899 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
32900 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
32901 (vhdl-hooked-abbrev): Avoid test for XEmacs.
32902 (vhdl-current-line): Use line-beginning-position.
32903 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
32904 with-output-to-temp-buffer, so the current position can be recorded.
32905
32906 2005-04-10 Masatake YAMATO <jet@gyve.org>
32907
32908 * progmodes/compile.el (compilation-error-regexp-alist-alist):
32909 Add regexp for gcov.
32910
32911 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
32912
32913 * calendar/time-date.el (time-to-seconds, seconds-to-time)
32914 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
32915 syntax which Emacs 20 doesn't support.
32916
32917 2005-04-09 Richard M. Stallman <rms@gnu.org>
32918
32919 * help.el (describe-key-briefly, describe-key):
32920 Replace strings as event types with "(any string)".
32921
32922 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
32923
32924 * arc-mode.el (archive-mode-map): Move initialization into
32925 the declaration. Override *all* bindings of `undo'.
32926 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
32927
32928 2005-04-09 Jay Belanger <belanger@truman.edu>
32929
32930 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
32931
32932 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
32933
32934 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
32935 (xterm-register-default-colors): Update color values computation
32936 to match xterm-200.
32937
32938 2005-04-09 Kenichi Handa <handa@m17n.org>
32939
32940 * international/code-pages.el (iso-latin-7): Fix the map.
32941
32942 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
32943
32944 * emacs-lisp/lisp.el (defun-prompt-regexp)
32945 (parens-require-spaces, buffer-end, end-of-defun)
32946 (insert-parentheses): Doc fixes.
32947
32948 2005-04-08 Kim F. Storm <storm@cua.dk>
32949
32950 * comint.el (comint-highlight-prompt): Fix face spec.
32951 * hi-lock.el (hi-green): Likewise.
32952
32953 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
32954
32955 * cus-edit.el (custom-modified-face):
32956 * comint.el (comint-highlight-input): Fix previous changes.
32957 * term.el (term-handle-ansi-escape): Add a comment.
32958
32959 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
32960
32961 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
32962 in the buffer and in whitespace-highlighted-space.
32963 (whitespace-unhighlight-the-space): Simplify.
32964 (whitespace-buffer): Simplify.
32965
32966 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
32967
32968 * textmodes/table.el (table-cell-face): Add special case for
32969 displays supporting a high number of colors.
32970 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
32971 (vhdl-font-lock-reserved-words-face)
32972 (vhdl-speedbar-architecture-face)
32973 (vhdl-speedbar-instantiation-face)
32974 (vhdl-speedbar-architecture-selected-face)
32975 (vhdl-speedbar-instantiation-selected-face): Likewise.
32976 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
32977 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
32978 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
32979 (ebrowse-root-class-face, ebrowse-member-attribute-face)
32980 (ebrowse-progress-face): Likewise.
32981 * progmodes/compile.el (compilation-info-face): Likewise.
32982 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
32983 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
32984 * calendar/calendar.el (diary-face): Likewise.
32985 * woman.el (woman-italic-face, woman-bold-face)
32986 (woman-unknown-face): Likewise.
32987 * wid-edit.el (widget-button-pressed-face): Likewise.
32988 * whitespace.el (whitespace-highlight-face): Likewise.
32989 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
32990 * pcvs-info.el (cvs-marked-face): Likewise.
32991 * info.el (info-xref): Likewise.
32992 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
32993 * hilit-chg.el (highlight-changes-face)
32994 (highlight-changes-delete-face): Likewise.
32995 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
32996 (hi-red-b): Likewise.
32997 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
32998 * font-lock.el (font-lock-keyword-face)
32999 (font-lock-function-name-face, font-lock-warning-face): Likewise.
33000 * cus-edit.el (custom-invalid-face, custom-modified-face)
33001 (custom-set-face, custom-changed-face, custom-variable-tag-face)
33002 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
33003 * comint.el (comint-highlight-prompt): Likewise.
33004
33005 2005-04-08 Lute Kamstra <lute@gnu.org>
33006
33007 * font-lock.el (font-lock-keywords): Docstring fixes.
33008
33009 2005-04-08 Kenichi Handa <handa@m17n.org>
33010
33011 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
33012 chars are more than a limit, print " and more..." at the tail.
33013
33014 2005-04-08 Kim F. Storm <storm@cua.dk>
33015
33016 * emacs-lisp/authors.el (authors-aliases): Update list.
33017 (authors-ignored-files): New list.
33018 (authors-fixed-entries): Fix typo.
33019 (authors-renamed-files-alist): Update list.
33020 (authors-add): Check authors-ignored-files.
33021
33022 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
33023
33024 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
33025 optional, to ensure backward compatibility.
33026
33027 2005-04-08 Stephen Eglen <stephen@gnu.org>
33028
33029 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
33030
33031 2005-04-08 Kim F. Storm <storm@cua.dk>
33032
33033 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
33034
33035 * mouse.el (mouse-on-link-p): Doc fix.
33036
33037 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
33038
33039 * ielm.el (ielm-prompt-read-only): Doc fix.
33040
33041 * comint.el (comint-prompt-read-only): Doc fix.
33042
33043 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
33044
33045 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
33046 ensure dired always handles wildcards passed to ffap.
33047 (find-file-at-point): Use it.
33048 (ffap-dired-wildcards): Doc fix.
33049
33050 2005-04-07 Juri Linkov <juri@jurta.org>
33051
33052 * simple.el (next-error-overlay-arrow-position): New defvar.
33053 Put "=>" on its property `overlay-arrow-string'. Add it to
33054 `overlay-arrow-variable-list'.
33055
33056 * progmodes/compile.el (compilation-setup):
33057 Set `next-error-overlay-arrow-position' to nil. Also set it to
33058 nil in the local hook `kill-buffer-hook'. Make local variable
33059 `overlay-arrow-string' and set it to "=>".
33060 (compilation-goto-locus): Set BOL position to
33061 `next-error-overlay-arrow-position' instead of
33062 `overlay-arrow-position'.
33063
33064 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
33065 locally instead of adding it to the global hook.
33066 (Info-kill-buffer): Move up.
33067
33068 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
33069
33070 * term/xterm.el (xterm-standard-colors): Update color values from
33071 xterm-200.
33072
33073 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
33074
33075 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
33076
33077 * fast-lock.el:
33078 * lazy-lock.el: Move them to the obsolete subdir.
33079
33080 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33081
33082 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
33083 (wdired-add-replace-advice): Remove.
33084 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
33085
33086 2005-04-06 Kim F. Storm <storm@cua.dk>
33087
33088 * startup.el (command-line): Add --bare-bones alias for -Q.
33089
33090 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33091
33092 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
33093 create the startup fontset if a font specification ends with
33094 `mac-roman'.
33095
33096 2005-04-06 Lute Kamstra <lute@gnu.org>
33097
33098 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
33099 change.
33100
33101 * emacs-lisp/copyright.el (copyright-update-year): Replace the
33102 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
33103
33104 2005-04-05 Lute Kamstra <lute@gnu.org>
33105
33106 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
33107 (define-generic-mode): Ditto. Fix debug declaration.
33108
33109 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
33110 Put them in the generic-x group.
33111
33112 * calendar/timeclock.el (timeclock): Doc fix.
33113
33114 * generic.el (define-generic-mode): Don't use custom-current-group.
33115 Document default :group value.
33116 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
33117 (define-global-minor-mode): Don't use custom-current-group.
33118
33119 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
33120
33121 * startup.el (command-line-1): Display startup-echo-area-message
33122 when fancy splash screen is in use.
33123
33124 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
33125 (sh-escaped-newline): New face.
33126 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
33127 newline, and use sh-escaped-newline face.
33128
33129 * progmodes/tcl.el (tcl-escaped-newline): New face.
33130 (tcl-builtin-list): New variable.
33131 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
33132 newlines. Fix keywords subexpression number.
33133
33134 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
33135
33136 * textmodes/org.el (org-diary-default-entry): Fix call to
33137 `add-to-diary-entry'.
33138
33139 2005-04-05 Kim F. Storm <storm@cua.dk>
33140
33141 * ediff-init.el: Use (featurep 'xemacs).
33142
33143 2005-04-05 David Ponce <david@dponce.com>
33144
33145 * cus-edit.el (face): Derive from symbol widget. Display sample
33146 of the current face on the fly.
33147 (widget-face-sample-face-get, widget-face-notify): New functions.
33148 (widget-face-value-create): Remove.
33149
33150 * wid-edit.el (widget-field-end): Temporarily remove field
33151 narrowing before to call `get-char-property'.
33152
33153 2005-04-04 Jay Belanger <belanger@truman.edu>
33154
33155 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
33156 (math-read-subscripts): New variable.
33157 (math-read-preprocess-string): Process subscripts.
33158
33159 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
33160
33161 * comint.el (comint-prompt-read-only): Doc fix.
33162
33163 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
33164 `-1'. Doc fix.
33165
33166 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
33167
33168 * textmodes/org.el (org-insert-mode-line-in-empty-file):
33169 Change default value to nil.
33170
33171 2005-04-04 Lute Kamstra <lute@gnu.org>
33172
33173 * autorevert.el (auto-revert-mode): Specify :group.
33174 * battery.el (display-battery-mode): Specify :group.
33175 * diff-mode.el (diff-minor-mode): Specify :group.
33176 * font-core.el (font-lock-mode): Specify :group.
33177 * hl-line.el (hl-line-mode): Specify :group.
33178 * iimage.el (iimage): New customization group.
33179 (iimage-mode): Specify :group.
33180 * longlines.el (longlines-mode): Specify :group.
33181 * master.el: Don't require easy-mmode.
33182 (master): New customization group.
33183 (master-mode): Specify :group.
33184 * msb.el (msb-mode): Specify :group.
33185 * reveal.el (reveal-mode): Specify :group.
33186 * simple.el (next-error-follow-minor-mode): Specify :group.
33187 * smerge-mode.el (smerge-mode): Specify :group.
33188 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
33189 * emulation/cua-base.el (cua-mode): Specify :group.
33190 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
33191 * language/thai-util.el (thai-auto-composition-mode)
33192 (thai-word-mode): Specify :group.
33193 * mail/supercite.el (sc-minor-mode): Specify :group.
33194 * progmodes/cwarn.el (cwarn-mode): Specify :group.
33195 * progmodes/flymake.el (flymake-mode): Specify :group.
33196 * progmodes/glasses.el (glasses-mode): Specify :group.
33197 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
33198 * textmodes/enriched.el (enriched-mode): Specify :group.
33199 * textmodes/refill.el (refill-mode): Specify :group.
33200
33201 * add-log.el (change-log-font-lock-keywords): Names in
33202 parenthesized lists can contain spaces.
33203
33204 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
33205
33206 * startup.el (fancy-splash-text): Shorten default text of
33207 "Emacs Tutorial" line. Also, if the current language env
33208 indicates an available tutorial file other than TUTORIAL,
33209 extract its title and append it to the line in parentheses.
33210 (fancy-splash-insert): If arg is a thunk, funcall it.
33211
33212 2005-04-04 Jay Belanger <belanger@truman.edu>
33213
33214 * calc.el (calc-language-alist): Add tags to customization type.
33215
33216 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
33217
33218 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
33219 Doc fix.
33220
33221 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
33222
33223 * add-log.el (change-log-font-lock-keywords): The manual
33224 describing a Change Log entry, says: (...) "Aside from these
33225 header lines, every line in the change log starts with a space or
33226 a tab.". The font-lock was not highlighting lines started with
33227 spaces, added support for it.
33228
33229 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
33230
33231 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
33232 (bibtex-generate-url-list): Update docstring accordingly. Put the
33233 complex example in the docstring.
33234 (bibtex-font-lock-url): Use pop.
33235
33236 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
33237
33238 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
33239
33240 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
33241
33242 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
33243
33244 * filesets.el (filesets-set-default): Doc fix.
33245
33246 2005-04-03 Lute Kamstra <lute@gnu.org>
33247
33248 * generic.el (define-generic-mode): Add argument to specify
33249 keywords for defcustom.
33250 (default-generic-mode): Specify :group.
33251
33252 * generic-x.el: Specify :group for all generic modes.
33253
33254 * desktop.el (desktop-no-desktop-file-hook)
33255 (desktop-after-read-hook): Doc fix.
33256
33257 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
33258
33259 * simple.el (visible-mode): Use explicit :group keyword.
33260 This changes the group of `visible-mode-hook' from paren-blinking
33261 to editing-basics.
33262
33263 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
33264
33265 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
33266 mailbox specifications as well as URLs.
33267 (rmail-insert-inbox-text): Remove unused conditional branches.
33268
33269 2005-04-01 Jay Belanger <belanger@truman.edu>
33270
33271 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
33272 (calc-gnuplot-print-command): Move definitions to calc.el.
33273
33274 * calc/calc-embed.el (calc-embedded-announce-formula)
33275 (calc-embedded-open-formula, calc-embedded-close-formula)
33276 (calc-embedded-open-word, calc-embedded-close-word)
33277 (calc-embedded-open-plain, calc-embedded-close-plain)
33278 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
33279 (calc-embedded-open-mode, calc-embedded-close-mode):
33280 Move definitions to calc.el.
33281
33282 * calc/calc.el (calc-settings-file, calc-language-alist):
33283 Make customizable.
33284 (calc-embedded-announce-formula, calc-embedded-open-formula)
33285 (calc-embedded-close-formula, calc-embedded-open-word)
33286 (calc-embedded-close-word, calc-embedded-open-plain)
33287 (calc-embedded-close-plain, calc-embedded-open-new-formula)
33288 (calc-embedded-close-new-formula, calc-embedded-open-mode)
33289 (calc-embedded-close-mode, calc-gnuplot-name)
33290 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
33291 from other files and make customizable.
33292
33293 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
33294
33295 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
33296 Use buffer-live-p.
33297 (cvs-mode-run): Don't call cvs-update-header here.
33298 (cvs-run-process): Call cvs-update-header.
33299 Use process properties for cvs-postprocess and cvs-buffer so that
33300 the sentinel can behave better if the temp buffer is killed.
33301 Use a pipe rather than a tty, to better handle unexpected prompts.
33302 (cvs-sentinel): Rewrite. Call cvs-update-header.
33303
33304 2005-04-01 Andre Spiegel <spiegel@gnu.org>
33305
33306 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
33307 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
33308
33309 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
33310
33311 * generic.el (define-generic-mode): Add indentation rule.
33312
33313 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
33314
33315 * files.el (mode-require-final-newline): Make Custom correctly
33316 report a nil value and allow to set it to nil via Custom.
33317 Doc fix.
33318
33319 2005-04-01 Kenichi Handa <handa@m17n.org>
33320
33321 * international/characters.el: Enable the correct case setting for
33322 dotless-i and dotted-I.
33323
33324 2005-04-01 Kim F. Storm <storm@cua.dk>
33325
33326 * ido.el (ido-file-internal): Fall back to non-ido command if
33327 initial directory is on slow ftp (or tramp) host.
33328
33329 2005-03-31 Richard M. Stallman <rms@gnu.org>
33330
33331 * emacs-lisp/autoload.el (make-autoload):
33332 Handle define-global-minor-mode.
33333
33334 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
33335 Rename from easy-mmode-define-global-mode.
33336 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
33337
33338 * progmodes/scheme.el (scheme-mode-syntax-table):
33339 Update syntax of | and # for two-character comment syntax.
33340
33341 2005-03-31 Lute Kamstra <lute@gnu.org>
33342
33343 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
33344 (define-minor-mode): Call custom-current-group at load-time.
33345
33346 * generic.el (define-generic-mode): Add debug declaration.
33347 Add defcustom for the mode hook.
33348 (generic-mode-internal): Use run-mode-hooks.
33349
33350 2005-03-31 Kim F. Storm <storm@cua.dk>
33351
33352 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
33353 (mouse-fixup-help-message): New defun called by show_help_echo
33354 to fixup mouse-2 prefix in help messages when applicable.
33355
33356 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
33357
33358 2005-03-31 Kenichi Handa <handa@m17n.org>
33359
33360 * language/thai-word.el (thai-find-word-ends): Pay attention to
33361 the case that we reach the end of buffer.
33362
33363 * textmodes/fill.el (fill-text-properties-at): New function.
33364 (fill-newline): Use fill-text-properties-at instead of
33365 text-properties-at.
33366
33367 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
33368
33369 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
33370 not comint-quote-filename.
33371
33372 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
33373
33374 * help-fns.el (help-with-tutorial): Revert last change.
33375
33376 2005-03-31 Kim F. Storm <storm@cua.dk>
33377
33378 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
33379
33380 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
33381
33382 * calendar/cal-china.el: Update reference to "Calendrical
33383 Calculations" book; there's a new edition.
33384 * calendar/cal-coptic.el: Likewise.
33385 * calendar/cal-french.el: Likewise.
33386 * calendar/cal-hebrew.el: Likewise.
33387 * calendar/cal-islam.el: Likewise.
33388 * calendar/cal-iso.el: Likewise.
33389 * calendar/cal-julian.el: Likewise.
33390 * calendar/cal-mayan.el: Likewise.
33391 * calendar/cal-persia.el: Likewise.
33392 * calendar/calendar.el: Likewise.
33393 * calendar/holidays.el: Likewise.
33394 * calendar/lunar.el: Likewise.
33395 * calendar/solar.el: Likewise.
33396
33397 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
33398 white space from doc string.
33399
33400 2005-03-30 Jay Belanger <belanger@truman.edu>
33401
33402 * calc/calc-help.el (calc-full-help): Remove email address.
33403
33404 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
33405
33406 * help-fns.el (help-with-tutorial): Delete title line.
33407
33408 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
33409
33410 * calendar/cal-x.el (calendar-one-frame-setup)
33411 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
33412 rather than `symbol' for set-window-dedicated-p.
33413
33414 * calendar/appt.el (appt-buffer-name): Make it a constant.
33415 (appt-add): Doc fix.
33416
33417 * filesets.el (filesets-menu-path, filesets-menu-before)
33418 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
33419 (filesets-menu-cache-file): Use directory ~/.emacs.d.
33420 (filesets-add-submenu): Delete and use add-submenu instead.
33421
33422 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
33423
33424 * textmodes/org.el (org-agenda-phases-of-moon)
33425 (org-agenda-sunrise-sunset, org-agenda-convert-date)
33426 (org-agenda-goto-calendar): New commands.
33427 (org-diary-default-entry): New function.
33428 (org-get-entries-from-diary): Better parsing of diary entries.
33429 (org-agenda-check-no-diary): New function.
33430 ("diary-lib"): Advice to function `add-to-diary-list', to allow
33431 linking to diary entries.
33432 (org-agenda-execute-calendar-command): New function.
33433 (org-agenda): Improve visible section in window.
33434 Use `org-fit-agenda-window'.
33435 (org-fit-agenda-window): New option.
33436 (org-move-subtree-down): Better handling of empty lines
33437 at end of subtree.
33438 (org-cycle): Numeric prefix is interpreted now as show-subtree N
33439 levels up.
33440 (org-fontify-done-headline): New option.
33441 (org-headline-done-face): New face.
33442 (org-set-font-lock-defaults): Use `org-headline-done-face'.
33443 (org-table-copy-down): Rename from `org-table-copy-from-above'.
33444 When current field is non-empty, it is copied to next row.
33445 (org-table-copy-from-above): Fix bug which made it
33446 impossible to copy fields containing only a single non-white character.
33447
33448 2005-03-30 Kim F. Storm <storm@cua.dk>
33449
33450 * kmacro.el (kmacro-end-macro): Isearch may store this command
33451 into the macro -- so ignore it when executing keyboard macro.
33452
33453 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
33454
33455 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
33456
33457 2005-03-29 Kenichi Handa <handa@m17n.org>
33458
33459 * language/thai.el ("Thai"): Set setup-function and exit-function
33460 for Thai language environment.
33461
33462 * language/thai-util.el: Require thai-word.
33463 (thai-word-mode-map): New variable.
33464 (thai-word-mode): New minor mode.
33465 (setup-thai-language-environment-internal): New function.
33466 (exit-thai-language-environment-internal): New function.
33467
33468 * language/thai-word.el (thai-word-table): Declare it by defvar,
33469 use dolist to initialize it.
33470 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
33471 (thai-fill-find-break-point): New functions.
33472
33473 2005-03-29 Richard M. Stallman <rms@gnu.org>
33474
33475 * simple.el (idle-update-delay): Move definition up.
33476 (set-mark): Doc fix.
33477
33478 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
33479
33480 * longlines.el: New file.
33481
33482 * simple.el (buffer-substring-filters): New variable.
33483 (filter-buffer-substring): New function.
33484 (kill-region, copy-region-as-kill): Use it.
33485
33486 * register.el (copy-to-register, append-to-register)
33487 (prepend-to-register): Use filter-buffer-substring.
33488
33489 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
33490
33491 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
33492 (gud-filter-pending-text): Move in front of gdb.
33493 (gud-overlay-arrow-position): New variable.
33494 (gud-sentinel, gud-display-line): Use it in place of
33495 overlay-arrow-position.
33496
33497 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
33498
33499 * progmodes/fortran.el (fortran-if-indent): Doc fix.
33500 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
33501 (fortran-font-lock-keywords-4): New variable.
33502 (fortran-blocks-re, fortran-end-block-re)
33503 (fortran-start-block-re): New constants, for hideshow.
33504 (hs-special-modes-alist): Add a Fortran entry.
33505 (fortran-mode-map): Bind fortran-end-of-block,
33506 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
33507 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
33508 (fortran-looking-at-if-then, fortran-end-of-block)
33509 (fortran-beginning-of-block): New functions, for hideshow.
33510
33511 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
33512 Doc fix. Tweak regexp.
33513 (f90-beginning-of-block): Push mark first.
33514
33515 2005-03-29 Jay Belanger <belanger@truman.edu>
33516
33517 * calc/calc.el: Update copyright date.
33518 (calc-version): Increase to 2.1.
33519 (calc-version-date): Remove.
33520
33521 * calc/calc-help.el: Update copyright date.
33522 (calc-full-help): Remove reference to calc-version-date.
33523 Update copyright date.
33524
33525 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
33526
33527 * vc.el (vc-do-command): Use a pipe for async processes, so password
33528 prompts don't show up at places where the user can't reply.
33529
33530 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
33531
33532 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
33533 on the file name we pass to the inferior shell.
33534
33535 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
33536
33537 * progmodes/which-func.el (which-function): Be robust in the face of an
33538 imenu--make-index-alist failure.
33539
33540 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
33541
33542 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
33543
33544 * progmodes/python.el (python-preoutput-filter): Fix last change.
33545
33546 2005-03-29 Lute Kamstra <lute@gnu.org>
33547
33548 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
33549 functions and compiled macros.
33550 (debug-convert-byte-code): Handle macros too.
33551 (debug-on-entry-1): Don't signal an error when trying to clear a
33552 function that is not set to debug on entry.
33553
33554 2005-03-29 Jay Belanger <belanger@truman.edu>
33555
33556 * calc/calc-lang.el: Add functions to math-function-table
33557 properties of tex and math.
33558
33559 2005-03-29 Kenichi Handa <handa@m17n.org>
33560
33561 * ps-mule.el (ps-mule-plot-string): Translate characters by
33562 ps-print-translation-table.
33563 (ps-mule-begin-job): Call find-charset-region/string with
33564 ps-print-translation-table.
33565 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
33566
33567 * ps-print.el (ps-print-translation-table): New variable.
33568 (ps-plot-region): Translate characters by ps-print-translation-table.
33569
33570 2005-03-29 Juri Linkov <juri@jurta.org>
33571
33572 * simple.el (next-error-highlight-timer): New variable.
33573
33574 * progmodes/compile.el (compilation-goto-locus):
33575 Use `next-error-highlight-timer' instead of `sit-for'.
33576
33577 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
33578
33579 * mail/supercite.el (sc-mail-field): Use assoc-string.
33580 (sc-get-address): Simplify regexps.
33581
33582 * files.el (minibuffer-with-setup-hook): New macro.
33583 (find-file-read-args): Use it to avoid let-binding
33584 minibuffer-with-setup-hook (which breaks turning on/off
33585 file-name-shadow-mode while in the prompt).
33586
33587 * complete.el (PC-read-include-file-name-internal):
33588 Use test-completion.
33589
33590 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
33591
33592 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
33593
33594 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
33595
33596 * window.el (window-buffer-height): Use count-screen-lines.
33597
33598 * progmodes/python.el (python-preoutput-leftover): New var.
33599 (python-preoutput-filter): Use it.
33600 (python-send-receive): Loop until all the result has been received.
33601
33602 2005-03-28 Juri Linkov <juri@jurta.org>
33603
33604 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
33605
33606 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
33607 "Recover Crashed Session".
33608 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
33609 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
33610 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
33611 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
33612 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
33613 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
33614 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
33615 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
33616
33617 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
33618 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
33619 Ediff Sessions", "Toggle use of separate control buffer frame",
33620 "Use separate frame for Ediff control buffer".
33621
33622 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
33623 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
33624 "Rename Bookmark", "Delete Bookmark".
33625
33626 * info.el (Info-mode-menu): Remove ellipsis from "Index".
33627 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
33628 Add `:active Info-index-alternatives' to "Next Matching Item".
33629
33630 * wdired.el (wdired-change-to-wdired-mode):
33631 Mention `wdired-abort-changes' key in the initial message.
33632
33633 * international/mule.el (auto-coding-alist): Associate non-ascii
33634 image filename extensions with `no-conversion'.
33635
33636 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
33637
33638 * international/iso-acc.el:
33639 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
33640
33641 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
33642
33643 * textmodes/sgml-mode.el (html-mode): Doc update.
33644
33645 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
33646
33647 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
33648
33649 * term.el (term-move-columns): Fix face after extending a line.
33650 (term-insert-spaces): Likewise.
33651 (term-reset-terminal): Fix off by one error.
33652
33653 2005-03-26 Eli Zaretskii <eliz@gnu.org>
33654
33655 * international/mule.el (auto-coding-alist): Add .xpi files.
33656
33657 * files.el (auto-mode-alist): Add .xpi files.
33658
33659 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
33660
33661 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
33662
33663 2005-03-26 Eli Zaretskii <eliz@gnu.org>
33664
33665 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
33666
33667 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
33668
33669 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
33670 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
33671
33672 * calendar/cal-move.el (calendar-beginning-of-year): Move the
33673 cursor to Jan 1 when needed.
33674 (calendar-end-of-year): Fix -/+ typo.
33675 Reported by Chong Yidong <cyd@stupidchicken.com>.
33676
33677 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
33678
33679 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
33680
33681 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
33682 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
33683
33684 2005-03-25 Richard M. Stallman <rms@gnu.org>
33685
33686 * filesets.el (filesets-init): Add autoload.
33687
33688 * mail/mailalias.el (mail-directory): Doc fix.
33689
33690 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
33691
33692 * mail/mailalias.el (mail-directory-process): Do nothing if
33693 mail-directory-process is an atom.
33694 (mail-get-names): Ignore mail-directory-names if it is an atom.
33695 (mail-directory-process defvar): Doc fix.
33696 (mail-names): Doc fix.
33697
33698 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
33699
33700 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
33701
33702 2005-03-26 Kenichi Handa <handa@m17n.org>
33703
33704 * international/mule-util.el (detect-coding-with-priority):
33705 Call update-coding-systems-internal before detect-coding-region.
33706
33707 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
33708
33709 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
33710 (gdb-frames-mode-map): Add follow-link property.
33711
33712 2005-03-25 Jay Belanger <belanger@truman.edu>
33713
33714 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
33715 for variables.
33716
33717 2005-03-25 Juri Linkov <juri@jurta.org>
33718
33719 * image-mode.el: Optimize image filename extension regexps in
33720 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
33721 in `auto-mode-alist'.
33722 (image-mode): Add `image-toggle-display-text' to local hook
33723 `change-major-mode-hook'. Display the image as an image by
33724 default. Set `cursor-type' and `truncate-lines' if the image
33725 is already displayed. Take into account the current mode (image
33726 or text) in message.
33727 (image-minor-mode): New minor mode.
33728 (image-mode-maybe, image-toggle-display-text): New functions.
33729 (image-toggle-display): Use called-interactively-p.
33730 Let-bind `inhibit-read-only' to t.
33731
33732 * image-mode.el (image-minor-mode): Set `cursor-type' and
33733 `truncate-lines' if the image is already displayed. Add turning
33734 image-minor-mode off to `change-major-mode-hook'. Add message.
33735 Call `image-toggle-display-text' after turning image-minor-mode off.
33736
33737 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
33738
33739 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
33740 Terminal.app, use utf-8.
33741 (set-display-table-and-terminal-coding-system): Add coding-system arg.
33742 (set-locale-environment): Use it.
33743
33744 * term/xterm.el: Undo last change, better done in mule-cmds.el.
33745
33746 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
33747
33748 * progmodes/python.el (python-close-block-statement-p)
33749 (python-outdent-p, python-current-defun): Use symbol-end.
33750
33751 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
33752
33753 * files.el (save-some-buffers): Doc fix.
33754
33755 2005-03-25 Werner Lemberg <wl@gnu.org>
33756
33757 * complete.el, thumbs.el: Replace `legal' with `valid'.
33758 * calendar/calendar.el: Replace `legal' with `valid'.
33759 * emacs-lisp/advice.el: Replace `legal' with `valid'.
33760 * mail/supercite.el: Replace `legal' with `valid'.
33761 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
33762 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
33763 Replace `legal' with `valid'.
33764 * textmodes/reftex-vars.el, textmodes/reftex.el:
33765 Replace `legal' with `valid'.
33766
33767 2005-03-25 Werner Lemberg <wl@gnu.org>
33768
33769 * calc/calc-forms.el, calc/calc-sel.el
33770 * midnight.el, vc-cvs.el
33771 * emacs-lisp/cl-macs.el
33772 * emulation/vip.el
33773 * eshell/esh-io.el, eshell/esh-var.el
33774 * mail/supercite.el
33775 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
33776 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
33777 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
33778 * progmodes/sh-script.el, progmodes/xscheme.el
33779 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
33780 * textmodes/reftex-index.el, textmodes/reftex-parse.el
33781 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
33782 * textmodes/reftex.el, textmodes/org.el:
33783 Replace `illegal' with `invalid'.
33784
33785 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
33786
33787 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
33788 (flymake-find-buildfile, flymake-find-possible-master-files)
33789 (flymake-check-include, flymake-parse-line): Replace loops over the
33790 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
33791
33792 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
33793 Substitute file-name-as-directory in the rest of the file.
33794 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
33795 (flymake-replace-region): Remove unused arg `buffer'.
33796 (flymake-check-patch-master-file-buffer): Update calls to it.
33797 (flymake-add-err-info): Remove unused var `count'.
33798 (flymake-mode): Use define-minor-mode.
33799
33800 * progmodes/flymake.el: Use with-current-buffer.
33801 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
33802 flymake-replace-regexp-in-string, flymake-line-beginning-position)
33803 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
33804 Avoid testing for `xemacs'.
33805 (flymake-nop): Move.
33806 (flymake-region-has-flymake-overlays): Return the computed value.
33807 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
33808 Remove unused var `endline'.
33809 (flymake-get-line-count): Remove unused function.
33810 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
33811
33812 * emulation/vi.el:
33813 * generic.el:
33814 * hilit-chg.el (global-highlight-changes):
33815 * hi-lock.el (hi-lock-mode):
33816 * follow.el: find-file-hooks -> find-file-hook.
33817
33818 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
33819
33820 2005-03-24 Juri Linkov <juri@jurta.org>
33821
33822 * dired.el (dired-mode-map): Add menu item "Compare directories"
33823 for dired-compare-directories.
33824
33825 * dired-aux.el (dired-compare-directories): Add autoload cookie.
33826 Doc fix. Replace `read-file-name' with `read-directory-name'.
33827
33828 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
33829
33830 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
33831
33832 2005-03-24 Jay Belanger <belanger@truman.edu>
33833
33834 * calc/calc-embed.el (calc-embedded-mode-change): Save all
33835 relevant mode settings in calc-embedded-original-modes when modes
33836 are permanently changed.
33837
33838 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
33839
33840 * autoinsert.el: find-file-hooks -> find-file-hook.
33841
33842 2005-03-24 Lute Kamstra <lute@gnu.org>
33843
33844 * generic.el (generic-font-lock-defaults): Make it obsolete.
33845 (generic-font-lock-keywords): New variable to replace
33846 generic-font-lock-defaults.
33847 (generic-mode-set-font-lock): Delete it.
33848 (generic-mode-internal): Don't call generic-mode-set-font-lock.
33849 (generic-bracket-support): Add docstring.
33850
33851 * generic-x.el: Rename generic-font-lock-defaults to
33852 generic-font-lock-keywords throughout.
33853 (mailagent-rules-setup-function): Delete it.
33854 (mailagent-rules-generic-mode): Use anonymous function instead.
33855 (show-tabs-generic-mode-font-lock-defaults-1)
33856 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
33857 Quote faces.
33858 (show-tabs-tab-face, show-tabs-space-face): Specify background,
33859 not foreground.
33860
33861 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
33862 Recognize define-generic-mode.
33863
33864 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
33865
33866 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
33867 if there's no completion table.
33868
33869 2005-03-23 Miles Bader <miles@gnu.org>
33870
33871 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33872 Remove tty-specific variants, as they're no longer needed.
33873
33874 2005-03-23 Lute Kamstra <lute@gnu.org>
33875
33876 * generic-x.el: Code cleanup: make args constant whenever possible.
33877 (installshield-statement-keyword-list)
33878 (installshield-system-functions-list)
33879 (installshield-system-variables-list, installshield-types-list)
33880 (installshield-funarg-constants-list): Make them constants.
33881
33882 * generic.el (generic-make-keywords-list): Add autoload cookie.
33883
33884 * calendar/time-date.el: Add comment on time value formats.
33885 Don't require parse-time.
33886 (with-decoded-time-value): New macro.
33887 (encode-time-value): New function.
33888 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
33889 (days-to-time): Return a valid time value when arg is huge.
33890 (time-since): Use time-subtract.
33891 (time-to-number-of-days): Use time-to-seconds.
33892
33893 2005-03-23 David Ponce <david@dponce.com>
33894
33895 * recentf.el (recentf-keep): New option.
33896 (recentf-menu-action): Default to `find-file'.
33897 (recentf-keep-non-readable-files-flag)
33898 (recentf-keep-non-readable-files-p)
33899 (recentf-file-readable-p, recentf-find-file)
33900 (recentf-cleanup-remote): Remove.
33901 (recentf-include-p): More robust.
33902 (recentf-keep-p): New function.
33903 (recentf-remove-if-non-kept): Rename from
33904 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
33905 All callers updated.
33906 (recentf-menu-items-for-commands): Fix help string.
33907 (recentf-track-closed-file): Update. Doc fix.
33908 (recentf-cleanup): Update. Count removed files. Doc fix.
33909
33910 2005-03-23 Kim F. Storm <storm@cua.dk>
33911
33912 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33913 Don't inherit from fringe face (now happens automatically).
33914
33915 2005-03-22 Kim F. Storm <storm@cua.dk>
33916
33917 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
33918 position values.
33919
33920 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
33921
33922 * menu-bar.el (showhide-date-time): Remove.
33923 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
33924 (menu-bar-make-mm-toggle): Simplify.
33925
33926 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33927
33928 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
33929 Accept qualified variable and function names.
33930
33931 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
33932
33933 * bindings.el (completion-ignored-extensions):
33934 Remove ".lis" for `vax-vms'.
33935
33936 2005-03-22 Andreas Schwab <schwab@suse.de>
33937
33938 * generic-x.el: Revert last change.
33939 * ldefs-boot.el: Update.
33940
33941 2005-03-22 Jay Belanger <belanger@truman.edu>
33942
33943 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
33944 (calc-embedded-save-original-modes)
33945 (calc-embedded-restore-original-modes): New functions.
33946 (calc-do-embedded): Save original modes when entering embedded mode
33947 and restore when leaving embedded mode.
33948 (calc-embedded-modes-change): Change the value of
33949 calc-embedded-original-modes to reflect permanent changes.
33950
33951 2005-03-22 Lute Kamstra <lute@gnu.org>
33952
33953 * generic-x.el: Require generic again.
33954
33955 2005-03-22 Miles Bader <miles@gnu.org>
33956
33957 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33958 Tweak details to look good on both ttys and bitmap displays, light
33959 or dark background, etc.
33960
33961 2005-03-21 Kim F. Storm <storm@cua.dk>
33962
33963 * tooltip.el (tooltip-show-help-function): Check car and cdr of
33964 mouse position.
33965
33966 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
33967
33968 * icomplete.el: Don't forcibly turn on the mode upon load.
33969 (icomplete-mode): Use define-minor-mode.
33970 (icomplete-eoinput): Default to nil.
33971 (icomplete-minibuffer-setup): Remove autoload.
33972 (icomplete-tidy): Simplify.
33973 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
33974 in the initial state or if the user has modified the field.
33975 Fix handling of icomplete-max-delay-chars.
33976 Remove code that handles the oddball case where
33977 minibuffer-completion-table is an integer.
33978 Wrap icomplete-completions in while-no-input in case building
33979 completions takes more time than expected.
33980 (icomplete-completions): Simplify.
33981
33982 2005-03-21 Richard M. Stallman <rms@gnu.org>
33983
33984 * jka-compr.el (jka-compr-really-do-compress):
33985 Make variable buffer-local.
33986
33987 * image-mode.el: Handle .xpm files too.
33988 (image-toggle-display): Preserve modification flag.
33989
33990 * help.el (where-is): Don't mention aliases with no key bindings.
33991
33992 2005-03-21 Lute Kamstra <lute@gnu.org>
33993
33994 * generic.el: Fix commentary section. Don't require cl for
33995 compilation.
33996 (generic-mode-list): Add autoload cookie.
33997 (generic-use-find-file-hook, generic-lines-to-scan)
33998 (generic-find-file-regexp, generic-ignore-files-regexp)
33999 (generic-mode, generic-mode-find-file-hook)
34000 (generic-mode-ini-file-find-file-hook): Fix docstrings.
34001 (define-generic-mode): Make it a defmacro. Fix docstring.
34002 (generic-mode-internal): Code cleanup. Add autoload cookie.
34003 (generic-mode-set-comments): Code cleanup.
34004 * generic-x.el: Don't prevent compilation. Don't require generic.
34005 Follow coding conventions. Minor code cleanup.
34006 (etc-fstab-generic-mode): Add some keywords.
34007 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
34008 define-generic-mode like a function declaration.
34009
34010 2005-03-21 Jay Belanger <belanger@truman.edu>
34011
34012 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
34013 changing modes.
34014
34015 2005-03-21 Sam Steingold <sds@gnu.org>
34016
34017 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
34018
34019 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
34020
34021 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
34022 Add underscore to "f$ lexicals" regexp.
34023
34024 2005-03-20 Juri Linkov <juri@jurta.org>
34025
34026 * subr.el (progress-reporter-do-update): When `min-value' is equal
34027 to `max-value', set `percentage' to 0 and prevent division by zero.
34028
34029 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
34030
34031 Sync with Tramp 2.0.48.
34032
34033 * net/tramp.el (all): Change all addresses to .gnu.org.
34034 (tramp-append-tramp-buffers): New defun.
34035 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
34036 Catch `dont-send' signal.
34037 (tramp-set-auto-save-file-modes): Set always permissions, because
34038 there might be an old auto-saved file belonging to another
34039 original file. This could be a security threat. Reported by
34040 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
34041 Check for Emacs 21.3.50 removed.
34042
34043 * net/tramp-smb.el (all): Remove debug construct for
34044 `with-parsed-tramp-file-name'.
34045 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
34046 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
34047 No error message if DIRECTORY or FILENAME doesn't exist.
34048 (tramp-smb-open-connection): Check existence of
34049 `tramp-smb-program'.
34050
34051 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
34052
34053 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
34054 Properly handle the case where the `m' or `s' command's argument is not
34055 yet terminated.
34056 (perl-indent-new-calculate): New function.
34057 (perl-indent-line): Use it.
34058
34059 2005-03-20 Miles Bader <miles@gnu.org>
34060
34061 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
34062 in text-mode too. Change to new face names.
34063 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
34064 Add `:weight bold' attribute.
34065 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
34066
34067 2005-03-19 Juri Linkov <juri@jurta.org>
34068
34069 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
34070
34071 * international/mule.el (auto-coding-alist): Sync with
34072 `auto-mode-alist' by adding upper case archive file extensions
34073 and adding ear/war to jar extension.
34074
34075 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
34076
34077 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
34078 running, restart it.
34079
34080 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
34081
34082 * finder.el (finder-current-item): Throw an error on an empty line.
34083
34084 * man.el (Man-follow-manual-reference): If current-word returns
34085 nil, use "".
34086
34087 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
34088
34089 * simple.el (goto-line): Doc fix.
34090
34091 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
34092
34093 * files.el (save-buffer): Doc fix.
34094
34095 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
34096
34097 * recentf.el (recentf-cleanup-remote): New variable.
34098 (recentf-cleanup): Use it to conditionally check availability of
34099 remote files.
34100
34101 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
34102
34103 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
34104 function names.
34105
34106 2005-03-19 Eli Zaretskii <eliz@gnu.org>
34107
34108 * language/thai-word.el: New file.
34109
34110 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
34111
34112 * files.el (backup-buffer): If the file's directory is not
34113 writable, use copy instead of move to backup the file.
34114
34115 2005-03-19 Eli Zaretskii <eliz@gnu.org>
34116
34117 * obsolete/keyswap.el: Moved to obsolete/ from term/.
34118
34119 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
34120
34121 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
34122 Use functionp instead of symbolp and fboundp. Reported by Drkm
34123 <darkman_spam@yahoo.fr>.
34124 (ps-print-version): New version 6.6.6.
34125
34126 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
34127
34128 * textmodes/table.el (table--line-column-position): New idiom.
34129 (table--row-column-insertion-point-p): New function to test
34130 validity of row and column insertion operation at a location.
34131 (table-global-menu, table-cell-menu): Use above functions for
34132 deterministic test operation.
34133 (table--editable-cell-p): Behave in deterministic fashion.
34134
34135 2005-03-18 Juri Linkov <juri@jurta.org>
34136
34137 * isearch.el (isearch-lazy-highlight-new-loop):
34138 Make arguments beg and end optional.
34139 (isearch-update): Remove optional arguments nil from
34140 isearch-lazy-highlight-new-loop.
34141 (isearch-lazy-highlight-search): Let-bind case-fold-search to
34142 isearch-lazy-highlight-case-fold-search instead of
34143 isearch-case-fold-search, and let-bind isearch-regexp to
34144 isearch-lazy-highlight-regexp.
34145 Use isearch-lazy-highlight-last-string instead of isearch-string.
34146
34147 * replace.el (perform-replace): Remove bindings of global
34148 variables isearch-string, isearch-regexp, isearch-case-fold-search.
34149 Add three new arguments to `replace-highlight'.
34150 (replace-highlight): Add arguments string, regexp, case-fold.
34151 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
34152 to allow isearch-lazy-highlight-new-loop to use these values
34153 to set corresponding isearch-lazy-highlight-* internal
34154 variables whose values lazy highlighting will use regardless of
34155 changes to global variables isearch-string, isearch-regexp,
34156 isearch-case-fold-search during lazy highlighting loop.
34157 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
34158 to `lazy-highlight-cleanup'.
34159
34160 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
34161 (ispell-highlight-face): Set default face to `isearch' when
34162 lazy highlighting is enabled.
34163 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
34164 priority to 1. Add lazy highlighting.
34165 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
34166 from `isearch-dehighlight'.
34167
34168 2005-03-18 David Ponce <david@dponce.com>
34169
34170 * files.el (hack-local-variables): Do a case-insensitive search
34171 for End.
34172
34173 2005-03-18 Juri Linkov <juri@jurta.org>
34174
34175 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
34176 `isearch-lazy-highlight-cleanup', add alias to old name and
34177 declare obsolete. Add release numbers to other obsolete vars.
34178 (isearch-done, isearch-lazy-highlight-new-loop):
34179 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
34180 (lazy-highlight-cleanup) <variable>: Doc fix.
34181 (isearch-lazy-highlight-update): Rename obsolete
34182 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
34183
34184 2005-03-18 Kenichi Handa <handa@m17n.org>
34185
34186 * language/thai-util.el: Fix categorization of Thai characters in
34187 thai-category-table.
34188 (thai-composition-pattern): Adjust it for the above change.
34189 (thai-self-insert-command, thai-compose-syllable): New functions.
34190 (thai-compose-region): Use thai-compose-syllable.
34191 (thai-compose-string): Likewise.
34192 (thai-composition-function): Likewise.
34193 (thai-auto-composition): New function.
34194 (thai-auto-composition-mode): New minor mode.
34195
34196 * language/thai.el: Fix patterns to be registered in
34197 composition-function-table.
34198
34199 * international/quail.el (quail-input-method): Locally bind
34200 inhibit-modification-hooks to t.
34201
34202 2005-03-17 Richard M. Stallman <rms@gnu.org>
34203
34204 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
34205 (perl-mode): Use run-mode-hooks.
34206
34207 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
34208 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
34209 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
34210
34211 * mail/sendmail.el (sendmail-send-it): Reenable the code
34212 to compute resend-to-address and use it.
34213
34214 * tar-mode.el (tar-mode): Turn off undo unconditionally.
34215
34216 * image-mode.el: New file.
34217
34218 * image.el (insert-sliced-image): Add autoload cookie.
34219
34220 * font-lock.el (font-lock-lines-before): New user option.
34221 (font-lock-after-change-function): Obey it.
34222
34223 * bindings.el (esc-map): Make M-g a prefix.
34224 Bind M-g g and M-g M-g to goto-line.
34225
34226 * faces.el (face-id): Doc fix.
34227
34228 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
34229
34230 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
34231 (rmail-show-message): Use rmail-unknown-mail-followup-to.
34232 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
34233
34234 * mail/sendmail.el (mail-yank-ignored-headers)
34235 (mail-font-lock-keywords, mail-mode-fill-paragraph):
34236 Add Mail-Followup-To and Mail-Reply-To headers.
34237 (mail-citation-hook): Add autoload cookie.
34238 (mail-mode): Doc fix.
34239 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
34240 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
34241 (mail-mode-fill-paragraph): Handle those headers.
34242 (mail-mailing-lists): New variable.
34243 (mail-mail-reply-to, mail-mail-followup-to): New functions.
34244
34245 2005-03-17 Juri Linkov <juri@jurta.org>
34246
34247 * isearch.el (isearch-fallback): Check for `(car previous)'
34248 before calling `isearch-other-end-state'.
34249
34250 2005-03-17 Kim F. Storm <storm@cua.dk>
34251
34252 * simple.el (move-beginning-of-line): Move to beginning of buffer
34253 line, as well as beginning of screen line.
34254
34255 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
34256
34257 * calendar/diary-lib.el (mark-diary-entries): Use new optional
34258 argument REDRAW rather than calendar-redrawing variable.
34259 * calendar/calendar.el (calendar-redrawing): Delete.
34260 (redraw-calendar): Do not bind calendar-redrawing.
34261
34262 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
34263
34264 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
34265 diary-file buffer.
34266
34267 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
34268
34269 * help.el (describe-mode): Allow a :minor-mode-function property to
34270 specify a different minor mode toggle function than the variable.
34271 * simple.el (auto-fill-function):
34272 * subr.el (add-minor-mode): Use it.
34273
34274 2005-03-16 Kenichi Handa <handa@m17n.org>
34275
34276 * language/ethio-util.el (sera-being-called-by-w3): New variable.
34277 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
34278 (ethio-fidel-to-sera-buffer): Likewise.
34279
34280 2005-03-16 Juri Linkov <juri@jurta.org>
34281
34282 * emacs-lisp/find-func.el (find-function-regexp):
34283 Add defun-emitting macro `menu-bar-make-toggle'.
34284
34285 * isearch.el: Put `isearch-scroll' property to
34286 `split-window-horizontally'.
34287
34288 * info.el: Update error messages for `debug-ignored-errors'.
34289 (Info-isearch-search): Doc fix.
34290 (Info-find-node): Move up code to go into info buffer before
34291 recording the node to the history.
34292 (Info-fontify-node): Fontify titles only if the next line
34293 has two or more `*', `=', `-', `.'.
34294 Display "go to this node" for empty (match-string 3).
34295
34296 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34297
34298 * term/mac-win.el: Add mouse pointer shape constants.
34299
34300 2005-03-15 Kim F. Storm <storm@cua.dk>
34301
34302 * simple.el (move-beginning-of-line): Use vertical-motion.
34303
34304 2005-03-15 Juri Linkov <juri@jurta.org>
34305
34306 * isearch.el (isearch-error): New variable.
34307 (isearch-invalid-regexp, isearch-within-brackets): Remove.
34308 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
34309 (isearch-within-brackets-state): Remove.
34310 (isearch-case-fold-search-state, isearch-pop-fun-state):
34311 Decrease frame index.
34312 (isearch-mode, isearch-top-state, isearch-push-state)
34313 (isearch-edit-string, isearch-abort, isearch-search-and-update)
34314 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
34315 (isearch-search, isearch-lazy-highlight-new-loop):
34316 Replace `isearch-invalid-regexp' with `isearch-error'.
34317 Remove `isearch-within-brackets'.
34318 (isearch-search): Add `search-failed' handler to `condition-case'.
34319 (isearch-lazy-highlight-search): Add `condition-case' to catch
34320 errors and allow `isearch-lazy-highlight-update' to try
34321 highlighting from the beginning of the window.
34322 (isearch-repeat): Move up code to set isearch-wrapped to t
34323 before calling isearch-wrap-function.
34324
34325 * info.el (Info-isearch-initial-node): New internal variable.
34326 (Info-search): Signal an error in isearch mode when search leaves
34327 the initial node. Signal an error when `bound' is non-nil and
34328 nothing was found in the current subfile.
34329 (Info-isearch-search): Remove `condition-case'.
34330 (Info-isearch-wrap): Don't wrap when search failed during leaving
34331 the initial node. If `Info-isearch-search' is nil, wrap around
34332 the current node.
34333 (Info-isearch-start): New fun.
34334 (Info-mode): Add buffer-local hook `Info-isearch-start' to
34335 `isearch-mode-hook'.
34336
34337 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34338
34339 * simple.el (normal-erase-is-backspace): Set default to t if
34340 running on Mac.
34341
34342 * term/mac-win.el (function-key-map): Sync with x-win.el.
34343
34344 2005-03-15 Kenichi Handa <handa@m17n.org>
34345
34346 * international/mule-cmds.el (locale-language-names): Modify the
34347 format of elements and add more entries.
34348 (locale-preferred-coding-systems): Add more entries.
34349 (set-locale-environment): Adjust for the change of
34350 locale-language-names.
34351
34352 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
34353
34354 * pcvs.el (smerge-ediff): Remove bogus autoload.
34355
34356 2005-03-14 Lute Kamstra <lute@gnu.org>
34357
34358 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
34359 Ignore a `*' at the beginning of a line.
34360
34361 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
34362 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
34363 subr.el.
34364 (dont-compile, eval-when-compile, eval-and-compile): Use declare
34365 to specify indentation.
34366
34367 * generic.el (define-generic-mode): Let generic-mode-list be a
34368 list of strings; test membership with equal.
34369
34370 2005-03-14 Kim F. Storm <storm@cua.dk>
34371
34372 * simple.el (next-line, previous-line): Add optional try-vscroll
34373 arg to recognize interactive use. Pass it on to line-move.
34374 (line-move): Don't perform auto-window-vscroll when defining or
34375 executing keyboard macro to ensure consistent behavior.
34376
34377 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
34378
34379 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
34380
34381 2005-03-13 Lute Kamstra <lute@gnu.org>
34382
34383 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
34384 debugger-setup-buffer so that backtrace marks the frames set to
34385 debug-on-exit and we don't have to do it manually. Set an extra
34386 debug-on-exit for macro's.
34387 (debugger-setup-buffer): Don't mark the top frame manually.
34388
34389 2005-03-12 Lute Kamstra <lute@gnu.org>
34390
34391 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
34392 lisp-indent-function throughout.
34393 (with-no-warnings): Set lisp-indent-function property.
34394
34395 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
34396
34397 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
34398 Add entry for backslash.
34399
34400 2005-03-12 Juri Linkov <juri@jurta.org>
34401
34402 * info.el (Info-search): Four fixes for backward search.
34403
34404 2005-03-11 Jay Belanger <belanger@truman.edu>
34405
34406 * calc/calc.el (calc-language-alist): New variable.
34407 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
34408 (calc-embedded-find-modes): Use calc-language-alist instead of
34409 calc-embedded-language-alist.
34410
34411 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
34412
34413 * calendar/calendar.el (calendar-redrawing): New internal
34414 variable.
34415 (redraw-calendar): Remove bogus save-excursion from previous
34416 change. Bind calendar-redrawing to t for mark-diary-entries.
34417 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
34418 calendar if that is why we were called.
34419
34420 2005-03-11 Kenichi Handa <handa@m17n.org>
34421
34422 * international/mule.el (make-coding-system): Set property
34423 coding-system-define-form to nil.
34424 (define-coding-system-alias): Likewise.
34425
34426 2005-03-11 Kenichi Handa <handa@m17n.org>
34427
34428 These changes are suggested by Dave Love <fx@gnu.org>.
34429
34430 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
34431 coding: tag.
34432 (adaptive-fill-regexp): Add more bullets.
34433 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
34434 regexps.
34435
34436 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
34437
34438 * help.el (describe-mode): Properly handle non-trivial lighters.
34439 Don't ignore minor modes that are not listed in minor-mode-list.
34440
34441 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
34442 feature ON when the user requests to turn it OFF.
34443
34444 2005-03-10 Lute Kamstra <lute@gnu.org>
34445
34446 * emacs-lisp/debug.el (debug-entry-code): Delete it.
34447 (implement-debug-on-entry): New function to replace debug-entry-code.
34448 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
34449 second argument as the 2005-03-07 change makes it obsolete.
34450 (debug-on-entry, cancel-debug-on-entry): Update call to
34451 debug-on-entry-1.
34452 (debug, debugger-setup-buffer): Comment update.
34453 (debugger-frame-number): Update to work with implement-debug-on-entry.
34454
34455 2005-03-10 Jay Belanger <belanger@truman.edu>
34456
34457 * calc/calc-embed.el (math-ms-args): Declare it.
34458 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
34459 math-ms-args.
34460 (calc-embedded-subst): Use math-multi-subst-rec to substitute
34461 variables.
34462
34463 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
34464
34465 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
34466 Use message-box.
34467
34468 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
34469 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
34470 (tooltip-gud-tips): Simplify.
34471 (tooltip-gud-tips-p): Remove superfluous :set.
34472 (tooltip-gud-modes): Add fortran-mode.
34473 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
34474
34475 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
34476
34477 2005-03-09 Kim F. Storm <storm@cua.dk>
34478
34479 * play/animate.el (animate-place-char): Use forward-line instead
34480 of next-line to improve performance.
34481
34482 2005-03-09 Simon Josefsson <jas@extundo.com>
34483
34484 * net/browse-url.el (browse-url-default-browser): Doc fix.
34485
34486 2005-03-09 Miles Bader <miles@gnu.org>
34487
34488 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
34489 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
34490
34491 2005-03-09 Kenichi Handa <handa@m17n.org>
34492
34493 * international/latin-1.el: Set case and syntax for 255 only if
34494 set-case-syntax-set-multibyte is nil.
34495
34496 * textmodes/ispell.el (ispell-insert-word): New function.
34497 (ispell-word): Use ispell-insert-word to insert a new word.
34498 (ispell-process-line): Likewise.
34499 (ispell-complete-word): Likewise.
34500
34501 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
34502
34503 * calendar/calendar.el (redraw-calendar): Preserve point.
34504 Reported by Matt Hodges <MPHodges@member.fsf.org>.
34505 (calendar-week-start-day): Move after definition of
34506 redraw-calendar. Delete buffer test, since redraw-calendar has
34507 that now.
34508
34509 * calendar/diary-lib.el (mark-diary-entries): Only call
34510 redraw-calendar in the first of any recursive calls.
34511 Reported by Alan Shutko <ats@acm.org>.
34512
34513 2005-03-08 Juri Linkov <juri@jurta.org>
34514
34515 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
34516 (html-horizontal-rule, html-line, html-image, html-checkboxes)
34517 (html-radio-buttons): Add a space before the trailing `/>' where
34518 sgml-xml-mode is non-nil.
34519 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
34520 the subsequent tag of the empty XML tag.
34521 (html-href-anchor): Don't set initial input to "http:".
34522 (html-image): Ask for the image URL and set point inside alt="".
34523 (html-name-anchor): Duplicate the name in the `id' attribute when
34524 sgml-xml-mode is non-nil.
34525 (html-paragraph): Remove \n before <p>.
34526 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
34527 instead of `checked' when sgml-xml-mode is non-nil.
34528
34529 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
34530 Remove 1 space before #RRGGBB to not truncate it on terminal
34531 windows w/o fringes. Remove 1 space between bg and fg examples
34532 to get more space.
34533 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
34534 avoid byte-compile warnings.
34535
34536 * image-file.el (image-file-handler): Put `safe-magic' property to
34537 `image-file-handler'.
34538
34539 * info.el (Info-isearch-search): Emulate word search in
34540 isearching through multiple Info nodes with Info-search.
34541 (Info-isearch-wrap): Allow isearch-word.
34542
34543 2005-03-08 Lute Kamstra <lute@gnu.org>
34544
34545 * emacs-lisp/debug.el (debugger-step-through): Make sure that
34546 stepping into the debugger's code is not possible.
34547 (debugger-jumping-flag): Docstring update.
34548
34549 2005-03-08 Jay Belanger <belanger@truman.edu>
34550
34551 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
34552 embedded mode begins.
34553 (calc-embedded-language-alist): New variable.
34554 (calc-embedded-find-modes): Use calc-embedded-language-alist to
34555 set default language mode.
34556
34557 2005-03-08 Kenichi Handa <handa@m17n.org>
34558
34559 * international/ccl.el (define-ccl-program): Fix docstring about
34560 extra 256 bytes assured for the output buffer.
34561
34562 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
34563 Fix BUFFER_MAGNIFICATION to 2.
34564 (ccl-encode-mule-utf-16be-with-signature): Likewise.
34565
34566 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
34567
34568 * align.el (align-rules-list): Added an alignment rule for CSS
34569 declarations (applies to css-mode and html-mode buffers).
34570
34571 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
34572
34573 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
34574
34575 2005-03-07 Kim F. Storm <storm@cua.dk>
34576
34577 * simple.el (move-beginning-of-line): New command.
34578
34579 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
34580
34581 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
34582
34583 * emulation/cua-base.el: Put CUA move property on move-end-of-line
34584 and move-beginning-of-line.
34585
34586 * apropos.el (apropos-print): Omit command from M-x ... RET.
34587
34588 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
34589
34590 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
34591 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
34592
34593 2005-03-06 Richard M. Stallman <rms@gnu.org>
34594
34595 * bindings.el (esc-map): Bind M-g to goto-line.
34596
34597 * facemenu.el (global-map): Bind M-o, not M-g.
34598
34599 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
34600
34601 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
34602 "Open Directory" as for "Open File".
34603
34604 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
34605
34606 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
34607 (push-mark-command): Run activate-mark-hook.
34608
34609 2005-03-06 Richard M. Stallman <rms@gnu.org>
34610
34611 * help-mode.el (help-mode-finish): Don't alter the element
34612 in view-return-to-alist if there already is one.
34613
34614 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
34615 make sure the current buffer is the expected one.
34616
34617 * novice.el (disabled-command-function): Output in *Disabled Command*.
34618 Explicitly ignore non-keyboard events, and explicitly handle C-g.
34619
34620 * textmodes/flyspell.el (flyspell-large-region):
34621 Pass args differently for aspell.
34622
34623 * files.el (mode-require-final-newline): Doc fix.
34624
34625 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
34626
34627 * progmodes/which-func.el (which-function):
34628 Specify NOERROR when calling imenu--make-index-alist.
34629
34630 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
34631
34632 * simple.el (normal-erase-is-backspace): Define default value.
34633
34634 * custom.el (custom-theme-set-variables): Remove unused var
34635 `immediate'.
34636 (custom-reevaluate-setting): Simple function to handle variables
34637 that are defined before their default value can really be
34638 computed.
34639
34640 * startup.el (command-line): Use it for temporary-file-directory,
34641 small-emporary-file-directory, auto-save-file-name-transforms,
34642 blink-cursor-mode, and normal-erase-is-backspace.
34643
34644 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
34645 progress, even with buggy anchored keywords.
34646
34647 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
34648
34649 * simple.el (goto-line): Remove unbalanced final parenthesis.
34650
34651 2005-03-05 Richard M. Stallman <rms@gnu.org>
34652
34653 * simple.el (goto-line): Use a number at point as the default.
34654 With C-u as arg, switch buffers.
34655
34656 2005-03-05 Juri Linkov <juri@jurta.org>
34657
34658 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
34659 with `no-blinking-cursor'.
34660
34661 * startup.el (no-blinking-cursor): New defvar.
34662 (command-line): Add `--no-blinking-cursor' to longopts.
34663 Set `no-blinking-cursor' to t for command line arguments
34664 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
34665 with `no-blinking-cursor' in the condition for calling
34666 `blink-cursor-mode'.
34667
34668 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
34669
34670 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
34671 (menu-bar-options-save): Add blink-cursor-mode.
34672 (menu-bar-options-menu): Add blink-cursor-mode.
34673
34674 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
34675
34676 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
34677 (icalendar-export-file, icalendar-export-region)
34678 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
34679 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
34680
34681 2005-03-04 Lute Kamstra <lute@gnu.org>
34682
34683 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
34684 (debug-function-list): Ditto.
34685
34686 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
34687
34688 * textmodes/texinfmt.el (texinfo-append-refill):
34689 Redefine the types of line to which @refill
34690 is not appended by replacing a search for `@refill\\|@bye' with
34691 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
34692 itemize@refill' bug and the unfilled long lines bug.
34693 (texinfmt-version): Update number and date.
34694
34695 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
34696
34697 * international/code-pages.el (windows-1250, windows-125[2-8])
34698 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
34699
34700 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
34701
34702 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
34703 bound yet.
34704
34705 2005-03-02 Romain Francoise <romain@orebokech.com>
34706
34707 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
34708 buffer after removing limits.
34709 (ibuffer-pop-filter): Ditto.
34710 Update copyright.
34711
34712 2005-03-02 Miles Bader <miles@gnu.org>
34713
34714 * button.el (make-text-button): If the user doesn't specify a
34715 type, use the default. Rewrite to use `add-text-properties' and
34716 plist functions.
34717
34718 2005-03-01 Lute Kamstra <lute@gnu.org>
34719
34720 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
34721 (debugger-jumping-flag): New var.
34722 (debug-entry-code): Use it.
34723 (debugger-jump): Use debugger-jumping-flag and add
34724 debugger-reenable to post-command-hook.
34725 (debugger-reenable): Use debugger-jumping-flag and remove itself
34726 from post-command-hook.
34727 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
34728 debugger-reenable.
34729
34730 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
34731
34732 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
34733 inclusion of "itemize\\|", which may be unnecessary, is certainly
34734 inelegant, and stops refilling in itemize lists when formatting
34735 Japanese Texinfo files to Info.
34736 Update copyright to 2005.
34737
34738 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
34739
34740 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
34741 of an error if GDB can't find the source file.
34742
34743 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
34744
34745 * calendar/calendar.el (redraw-calendar): Work from any buffer,
34746 not just the calendar.
34747
34748 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
34749 first.
34750 (diary-redraw-calendar): New function.
34751 (make-diary-entry): Add diary-redraw-calendar to local
34752 write-contents-functions. Turn off selective display before
34753 inserting in diary.
34754
34755 2005-03-01 Kim F. Storm <storm@cua.dk>
34756
34757 * emacs-lisp/copyright.el (copyright-fix-years): New command.
34758
34759 2005-03-01 Lute Kamstra <lute@gnu.org>
34760
34761 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
34762 that debug-entry-code can be safely removed from a function while
34763 this code is being evaluated. Revert the 2005-02-27 change as the
34764 new implementation no longer requires it. Make sure that a
34765 function body containing just a string is not mistaken for a docstring.
34766 (debug): Skip one more frame in case of debug on entry.
34767 (debugger-setup-buffer): Delete one more frame line in case of
34768 debug on entry.
34769 (debugger-frame-number): Update to use the new text introduced by
34770 the 1999-11-03 change. Skip one more frame in case of debug on entry.
34771
34772 2005-02-28 Kim F. Storm <storm@cua.dk>
34773
34774 * double.el (double-translate-key): Call force-window-update after
34775 read-event to avoid crash in redisplay.
34776
34777 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
34778
34779 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
34780 (debug): Use it. Move the inhibit-trace earlier.
34781 (debug-entry-code): New const.
34782 (debug-on-entry-1): Use it.
34783
34784 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
34785
34786 * international/utf-16.el (ccl-encode-mule-utf-16le):
34787 Fix BUFFER_MAGNIFICATION to 2.
34788 (ccl-encode-mule-utf-16be): Likewise.
34789
34790 2005-02-28 Kenichi Handa <handa@m17n.org>
34791
34792 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
34793 Fix BUFFER_MAGNIFICATION to 4.
34794 (ccl-encode-mule-utf-16be-with-signature): Likewise.
34795
34796 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
34797
34798 * speedbar.el (speedbar-update-flag): Doc fix.
34799 (speedbar-show-info-under-mouse): Give set-mouse-position the right
34800 argument.
34801
34802 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
34803
34804 * reveal.el (reveal-post-command): Don't try to reveal overlays which
34805 have a non-nil `invisible' property but are actually visible.
34806
34807 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
34808 for perldoc sections.
34809 (perl-outline-regexp, perl-outline-level): New var and function.
34810 (perl-mode): Use them.
34811
34812 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
34813
34814 * calendar/diary-lib.el (diary-remind): Discard any mark portion
34815 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
34816
34817 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
34818
34819 * cus-edit.el: Comment change.
34820 (custom-buffer-create-internal): Slightly reword text at top of
34821 Custom buffers. Mention there that saving an option edits the
34822 init file. Add link to Emacs manual node on `custom-file'.
34823 (custom-magic-alist): Rewrite individual State messages to use
34824 capitalized keywords. Doc fix.
34825
34826 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
34827
34828 * calendar/calendar.el (calendar-buffer): Move above
34829 calendar-week-start-day.
34830 (calendar-week-start-day): Doc fix. Add :set function.
34831 (calendar-minimum-window-height): New variable.
34832 (generate-calendar-window): Only resize window if selected-window
34833 is displaying the calendar buffer. Use new variable
34834 calendar-minimum-window-height.
34835 (generate-calendar): Reword error message.
34836 (calendar-mode-map): Bind DEL to scroll-other-window-down.
34837
34838 2005-02-27 Andreas Schwab <schwab@suse.de>
34839
34840 * vc.el (vc-do-command): Don't run command asynchronously when
34841 operating in a remote directory.
34842
34843 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
34844 change from sync with Tramp 2.0.47.
34845
34846 2005-02-27 Richard M. Stallman <rms@gnu.org>
34847
34848 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
34849
34850 * textmodes/flyspell.el (flyspell-mode-on):
34851 Call ispell-change-dictionary only if necessary.
34852
34853 * emacs-lisp/re-builder.el (regexp-builder): New function.
34854
34855 * register.el (describe-register-1): Explicitly handle
34856 yank-excluded-properties = t.
34857
34858 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
34859 (custom-magic-alist): Change the status descriptions again.
34860 (face widget-type): Total rewrite based on `restricted-sexp'
34861 to eliminate the confusing double hiding levels.
34862
34863 * emacs-lisp/debug.el (debug-on-entry-1):
34864 If function body is empty, add nil as body form.
34865
34866 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
34867
34868 * emacs-lisp/trace.el (inhibit-trace): New var.
34869 (trace-make-advice): Use it.
34870
34871 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
34872
34873 2005-02-26 Kim F. Storm <storm@cua.dk>
34874
34875 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
34876 (mouse-on-link-p, mouse-drag-region-1): Use it.
34877
34878 2005-02-25 Lute Kamstra <lute@gnu.org>
34879
34880 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
34881
34882 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
34883
34884 * frame.el (blink-cursor-mode): Add :group keyword.
34885
34886 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
34887
34888 * calendar/icalendar.el (icalendar--decode-isodatetime):
34889 New optional argument DAY-SHIFT.
34890 (icalendar-export-region): Fix coding-system-for-write.
34891 (icalendar--convert-ical-to-diary): Shift end-day of all-day
34892 events by one.
34893
34894 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
34895
34896 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
34897
34898 2005-02-24 Kim F. Storm <storm@cua.dk>
34899
34900 * international/iso-acc.el (iso-accents-compose): Fix crash
34901 during redisplay. Call force-window-update after read-event
34902 and delete-region to signal that window is not accurate.
34903
34904 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
34905
34906 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
34907 Remove unused and inexistent var `inhibit-trace'.
34908 (debugger-mode): Use run-mode-hooks.
34909 (debugger-list-functions): Add buttons; setup xref stack.
34910
34911 2005-02-23 Richard M. Stallman <rms@gnu.org>
34912
34913 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
34914 appointment says it was explicitly made.
34915 (appt-add): Set the 3rd element.
34916 (appt-make-list): Preserve explicit appointments.
34917
34918 * subr.el (find-tag-default): Catch errors in forward-sexp.
34919
34920 2005-02-23 Juri Linkov <juri@jurta.org>
34921
34922 * info.el (Info-isearch-search): New defcustom.
34923 (Info-isearch-search): Call the default isearch function
34924 when Info-isearch-search is nil.
34925 (Info-isearch-wrap): Use variable Info-isearch-search.
34926
34927 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
34928
34929 * cus-edit.el: Comment change.
34930
34931 2005-02-22 Kim F. Storm <storm@cua.dk>
34932
34933 * progmodes/hideif.el (hide-ifdef-use-define-alist):
34934 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
34935
34936 2005-02-22 Simon Josefsson <jas@extundo.com>
34937
34938 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
34939 New variable.
34940 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
34941 Oskarsson" <myrkraverk@users.sourceforget.net>.
34942
34943 2005-02-22 Kim F. Storm <storm@cua.dk>
34944
34945 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
34946 check that window of that event is the selected window.
34947 (mouse-drag-region-1): Compare mouse event window to selected
34948 window before setting point.
34949
34950 * tooltip.el (tooltip-show-help-function): Pass event to
34951 mouse-on-link-p so it can check selected window.
34952
34953 2005-02-22 Kenichi Handa <handa@m17n.org>
34954
34955 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
34956 (ps-mule-show-warning): New function.
34957 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
34958 characters are found.
34959
34960 * ps-print.el (ps-header-footer-string): Return a list of header
34961 and footer strings.
34962
34963 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
34964
34965 * pcvs.el (cvs-retrieve-revision): Fix thinko.
34966
34967 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
34968
34969 * frame.el (blink-cursor-mode): Use define-minor-mode.
34970
34971 * term/mac-win.el (function-key-map): Use char-names more consistently.
34972 (file-name-coding-system): Only set it for MacOS-9. The other case is
34973 already handled in mule-cmds.el (where it also works when mac-win.el
34974 is not used).
34975
34976 2005-02-21 Kenichi Handa <handa@m17n.org>
34977
34978 * international/mule.el (ctext-pre-write-conversion): Always use
34979 " *code-converting-work*" buffer for work.
34980
34981 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
34982
34983 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
34984
34985 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
34986
34987 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
34988
34989 * ses.el (undo-more): Restore defadvice, but only the part that
34990 allows changes outside the restricted area of the buffer.
34991
34992 2005-02-20 Kim F. Storm <storm@cua.dk>
34993
34994 * simple.el (line-move): Add fourth optional arg try-vscroll which
34995 must be set to perform auto-window-vscroll.
34996 When moving backwards and doing auto-window-vscroll, automatically
34997 vscroll to the last part of lines which are taller than the window.
34998 (next-line, previous-line): Set try-vscroll arg on line-move.
34999
35000 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
35001
35002 * replace.el (query-replace, query-replace-regexp)
35003 (replace-string, replace-regexp): When operating on region, make
35004 the minibuffer prompt say so.
35005
35006 * isearch.el (isearch-forward): Document isearch-query-replace and
35007 isearch-query-replace-regexp keybindings.
35008
35009 2005-02-19 Jay Belanger <belanger@truman.edu>
35010
35011 * calc/calc-aent.el (math-read-token): Add local variable.
35012
35013 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
35014 (calc-edit-top): Move declaration to earlier in file.
35015 (calc-edit-macro-repeats): Add local variables.
35016
35017 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
35018 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
35019 calcFunc-tanh.
35020 Adjust integration rule for calcFunc-tan.
35021
35022 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
35023
35024 * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
35025 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
35026 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
35027 (viper-skip-separators): Bug fix.
35028 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
35029 particular major mode.
35030 (viper-del-backward-char-in-replace): Don't put deleted char on the
35031 kill ring.
35032
35033 * emulation/viper-ex.el (viper-color-display-p): New function.
35034 (viper-has-face-support-p): Use viper-color-display-p.
35035
35036 * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
35037
35038 * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
35039
35040 * emulation/viper-util.el (viper-glob-unix-files):
35041 Fix shell status check.
35042 (viper-file-remote-p): Make equivalent to file-remote-p.
35043
35044 * emulation/viper.el (viper-major-mode-modifier-list):
35045 Use viper-gnus-modifier-map.
35046
35047 2005-02-19 David Kastrup <dak@gnu.org>
35048
35049 * subr.el (subregexp-context-p): Fix garbled doc string by adding
35050 quoting.
35051
35052 2005-02-19 Jay Belanger <belanger@truman.edu>
35053
35054 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
35055 Remove extra definitions.
35056 (calc-coth): New function.
35057 (calcFunc-cot): Fix `let'.
35058
35059 2005-02-19 Eli Zaretskii <eliz@gnu.org>
35060
35061 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
35062 the reasons we use "type pc" in these faces.
35063
35064 * button.el (button): Ditto.
35065
35066 2005-02-19 Michael Mauger <mmaug@yahoo.com>
35067
35068 * replace.el (query-replace-read-from): Set the value of
35069 query-replace-from-history-variable to handle the case of an empty
35070 string entered to accept the suggested default.
35071
35072 * net/tramp.el (tramp-file-name-for-operation):
35073 Use dired-call-process instead of dired-call-process-command.
35074
35075 2005-02-19 Jay Belanger <belanger@truman.edu>
35076
35077 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
35078 (math-div-non-trig): New variables.
35079 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
35080 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
35081 (math-combine-prod, math-div-symb-fancy): Add simplifications for
35082 trig expressions.
35083
35084 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
35085
35086 * progmodes/gdb-ui.el (gdb-var-update-handler)
35087 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
35088 for watch expressions,
35089 (gdb-var-create-handler): Don't set speedbar-update-flag.
35090 (gdb-post-prompt): Simplify test for speedbar.
35091
35092 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
35093
35094 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
35095 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
35096 we use the syntax table of the correct buffer.
35097 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
35098 Felix Gatzemeier.
35099
35100 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
35101 (ediff-file-remote-p): Make synonymous with file-remote-p.
35102 In all deffaces ediff-*-face-*, use min-colors.
35103
35104 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
35105 ediff-recurse-to-subdirectories.
35106 (ediff-mark-if-equal): Check that the arguments are strings, use
35107 ediff-same-contents (after to Felix Gatzemeier).
35108
35109 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
35110 nil.
35111
35112 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
35113
35114 * log-view.el (log-view-message-re): Fix up Subversion regexp.
35115
35116 2005-02-18 David Kastrup <dak@gnu.org>
35117
35118 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
35119 use `mark-active' when defined.
35120
35121 2005-02-18 Kenichi Handa <handa@m17n.org>
35122
35123 * ps-print.el (ps-font-info-database): New entry
35124 ZapfChancery-MediumItalic with correct font name. Fix font name
35125 of the entry Zapf-Chancery-MediumItalic.
35126
35127 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
35128
35129 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
35130
35131 2005-02-16 Kim F. Storm <storm@cua.dk>
35132
35133 * ido.el (ido-fallback-command): Pass user input to fallback command.
35134
35135 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
35136
35137 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
35138 (gdb-find-file-hook): Add server prefix.
35139
35140 2005-02-16 Richard M. Stallman <rms@gnu.org>
35141
35142 * replace.el (perform-replace): Pass new args to replace-highlight.
35143 (replace-highlight): Take region args,
35144 and pass them to isearch-lazy-highlight-new-loop.
35145
35146 * novice.el (disabled-command-hook): Autoload the defalias
35147 and the make-obsolete-variable call.
35148
35149 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
35150
35151 * isearch.el (isearch-lazy-highlight-start-limit)
35152 (isearch-lazy-highlight-end-limit): New variables limit
35153 the region for highlighting.
35154 (isearch-lazy-highlight-new-loop): New args BEG and END.
35155 (isearch-lazy-highlight-search): Use the new vars.
35156 (isearch-lazy-highlight-update): Likewise.
35157
35158 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
35159
35160 * cus-start.el (all): Use default-boundp.
35161
35162 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
35163
35164 * menu-bar.el (menu-bar-select-frame): Handle current frame.
35165
35166 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
35167
35168 * autorevert.el (auto-revert-stop-on-user-input)
35169 (auto-revert-verbose): Doc fixes.
35170
35171 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
35172
35173 * international/mule-cmds.el (set-locale-environment): Remove call
35174 to set-selection-coding-system on Windows.
35175
35176 2005-02-15 Jay Belanger <belanger@truman.edu>
35177
35178 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
35179 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
35180 calcFunc-coth.
35181 (math-simplify-sqrt): Add simplifications.
35182
35183 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
35184 to list.
35185
35186 * calc/calc-ext.el: Add functions to autoloads.
35187
35188 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
35189 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
35190 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
35191 (math-csc-raw, math-cot-raw): New functions.
35192
35193 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
35194
35195 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
35196 the variable name in a message.
35197
35198 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
35199 calcFunc-csc, calcFunc-cot.
35200
35201 * calc/calcalg2.el: Add derivative and integration rules for
35202 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
35203 calcFunc-csch, calcFunc-coth.
35204 (math-do-integral-methods): Add to checks for when to use
35205 substitutions.
35206
35207 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
35208
35209 2005-02-15 Lute Kamstra <lute@gnu.org>
35210
35211 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
35212 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
35213 <monnier@iro.umontreal.ca>.
35214 (lisp-outline-level): Improve efficiency. Suggested by David
35215 Kastrup <dak@gnu.org>.
35216
35217 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
35218
35219 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
35220 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
35221 (gdb-set-gud-minor-mode-existing-buffers): New functions.
35222 (gdb-find-file-hook): New hook. Add it to find-file-hook.
35223 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
35224
35225 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
35226
35227 * cus-start.el (all): Comment change.
35228
35229 2005-02-14 Lute Kamstra <lute@gnu.org>
35230
35231 * cus-start.el (all): Check if symbol is void.
35232
35233 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
35234
35235 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
35236 optional argument to \cite.
35237
35238 2005-02-14 Richard M. Stallman <rms@gnu.org>
35239
35240 * cus-edit.el (custom-buffer-create-internal): Update help message.
35241 (custom-magic-alist): Update help messages.
35242
35243 * cus-start.el (all): Allow a var to specify a standard value.
35244
35245 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
35246
35247 * custom.el (custom-theme-set-variables): Handle variable aliases.
35248
35249 * frame.el (blink-cursor-timer): Doc fix.
35250 (blink-cursor): Make it an alias for `blink-cursor-mode' and
35251 declare obsolete.
35252 (blink-cursor-mode): Define with defcustom and use correct
35253 standard expression in that defcustom.
35254 * startup.el (command-line): Adapt to above changes in frame.el.
35255
35256 2005-02-11 Lute Kamstra <lute@gnu.org>
35257
35258 * apropos.el (apropos-score-doc): Prevent division by zero.
35259
35260 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
35261
35262 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
35263 (icalendar--get-event-property-attributes)
35264 (icalendar--get-event-properties)
35265 (icalendar--datetime-to-diary-date): New functions.
35266 (icalendar--split-value): Doc fix.
35267 (icalendar--datetime-to-noneuropean-date)
35268 (icalendar--datetime-to-european-date): New optional argument
35269 SEPARATOR. Return result as a string instead of a list.
35270 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
35271 (icalendar--convert-string-for-export): Rename arg S to STRING.
35272 (icalendar-export-region): Doc fix. Change name of error buffer.
35273 Save output buffer.
35274 (icalendar-import-file): Add blank at end of prompt.
35275 (icalendar-import-buffer): Doc fix. Do not switch to error
35276 buffer. Indicate status in return value.
35277 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
35278 buffer. Save output buffer. Handle exception from recurrence
35279 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
35280 events. Fix problems with weekly all-day events.
35281
35282 2005-02-10 Richard M. Stallman <rms@gnu.org>
35283
35284 * simple.el (eval-expression-print-format):
35285 Avoid warning about edebug-active.
35286
35287 * help.el (help-for-help-internal): Rename from help-for-help.
35288 (help-for-help): Define with defalias.
35289
35290 * font-core.el (font-lock-default-function): Use with-no-warnings.
35291
35292 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
35293
35294 * custom.el (defface): Doc fix.
35295
35296 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
35297
35298 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
35299 width 0" to prevent word wrapping problems.
35300
35301 2005-02-09 Kim F. Storm <storm@cua.dk>
35302
35303 * ido.el (ido-file-extensions-order): New defcustom.
35304 (ido-file-extension-lessp, ido-file-extension-aux)
35305 (ido-file-extension-order): New advanced file ordering.
35306 (ido-file-lessp): New simple file ordering.
35307 (ido-sort-list): Remove.
35308 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
35309 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
35310
35311 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
35312
35313 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
35314 that some versions of grep produce.
35315 (grep-mode-font-lock-keywords): Likewise.
35316
35317 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
35318
35319 * progmodes/gdb-ui.el (gdb-location-list): New variable.
35320 (gdb-cdir): Delete.
35321 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
35322 (gdb-source-info): Treat case when source file is in another
35323 directory properly.
35324 (gdb-get-location): New function.
35325
35326 2005-02-07 Jay Belanger <belanger@truman.edu>
35327
35328 * calc/calc-prog.el (calc-write-parse-table-part)
35329 (calc-fix-token-name): Fix a check for language type.
35330
35331 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
35332
35333 2005-02-07 Andre Spiegel <spiegel@gnu.org>
35334
35335 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
35336 as directory not writable.
35337
35338 2005-02-07 Kim F. Storm <storm@cua.dk>
35339
35340 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
35341 (cua--standard-movement-commands): Remove list.
35342 Instead, set CUA property value to move for movement commands.
35343 (cua-movement-commands): Remove. Users must set CUA prop instead.
35344 (cua--pre-command-handler): Check CUA property.
35345 (cua--init-keymaps): Don't remap undo commands.
35346 (cua-mode): Don't call cua--rectangle-on-off.
35347
35348 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
35349 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
35350 (cua--rect-undo-set-point): New var.
35351 (cua--rectangle-undo-boundary): Setup undo apply entry.
35352 (cua--rect-undo-handler): New function for rectangle undo.
35353 (cua--rect-start-position, cua--rect-end-position): Add.
35354 (cua--rectangle-post-command): Call cua--rectangle-set-corners
35355 for restored rectangle. Set point if cua--rect-undo-set-point.
35356
35357 2005-02-06 Jay Belanger <belanger@truman.edu>
35358
35359 * calc/calc-lang.el (calc-tex-language): Display more information
35360 in messages.
35361
35362 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
35363 in TeX mode.
35364
35365 2005-02-06 Richard M. Stallman <rms@gnu.org>
35366
35367 * emacs-lisp/lisp.el (buffer-end): Doc fix.
35368
35369 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
35370
35371 * net/ldap.el (ldap-search-internal): Support attributes with
35372 optional descriptions separated by a semi-colon, as in
35373 "userCertificate;binary".
35374
35375 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
35376
35377 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
35378 isn't a cons (i.e. the version is 0).
35379
35380 2005-02-05 Eli Zaretskii <eliz@gnu.org>
35381
35382 * help.el (help-for-help): Doc fix.
35383
35384 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
35385
35386 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
35387 GDB-Windows on the menu-bar as this works better.
35388
35389 2005-02-04 Jay Belanger <belanger@truman.edu>
35390
35391 * calc/calc-embed.el (calc-embedded-update): Don't put in
35392 unnecessary newlines. Adjust the end of formula marker.
35393
35394 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
35395 (math-latex-parse-two-args): New function.
35396
35397 2005-02-03 Lute Kamstra <lute@gnu.org>
35398
35399 * help-fns.el (help-with-tutorial): Make sure that users cannot
35400 remove the entire text of the tutorial by means of `undo'.
35401
35402 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
35403
35404 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
35405 in recent changes, where the ispell process was repeatedly
35406 killed & restarted.
35407
35408 * international/mule-cmds.el (set-locale-environment): Set file-name
35409 coding system to utf-8 on Darwin systems.
35410 (set-default-coding-systems): Don't set default-file-name-coding-system
35411 on Darwin systems.
35412
35413 2005-02-03 Richard M. Stallman <rms@gnu.org>
35414
35415 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
35416
35417 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
35418
35419 * faces.el (list-faces-display): Add optional argument.
35420
35421 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
35422
35423 * font-core.el (font-lock-default-function): Handle the rare case where
35424 only font-lock-keywords is set.
35425
35426 2005-02-02 Kenichi Handa <handa@m17n.org>
35427
35428 * international/characters.el: Cancel previous change for
35429 I-WITH-DOT-ABOVE and DOTLESS-i.
35430
35431 * international/latin-5.el: Cancel previous change.
35432
35433 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
35434
35435 * progmodes/gud.el: Correction to syntax in gud-menu-map.
35436
35437 2005-02-02 Kenichi Handa <handa@m17n.org>
35438
35439 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
35440 DOTLESS-i.
35441
35442 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
35443 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
35444
35445 * case-table.el (get-upcase-table): New function.
35446 (copy-case-table): Copy upcaes table too if non-nil.
35447 (set-case-syntax-delims): Maintain upcase table too.
35448 (set-case-syntax-pair): Likewise.
35449 (set-upcase-syntax, set-downcase-syntax): New functions.
35450 (set-case-syntax): Maintain upcase table too.
35451
35452 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
35453
35454 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
35455
35456 * progmodes/gud.el (gud-goto-info): New function.
35457 (gud-tool-bar-map): Use correct icon.
35458
35459 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
35460
35461 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
35462 When delegating, order args in the funcall correctly.
35463
35464 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
35465
35466 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
35467
35468 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
35469
35470 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
35471 buffer not visiting a file.
35472
35473 2005-01-31 Jay Belanger <belanger@truman.edu>
35474
35475 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
35476 bound on the line with the formula.
35477
35478 2005-01-31 Kim F. Storm <storm@cua.dk>
35479
35480 * ses.el (ses-create-cell-variable-range)
35481 (ses-destroy-cell-variable-range, ses-reset-header-string)
35482 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
35483 (ses-insert-row): Fix format of apply undo entries.
35484
35485 2005-01-31 Jay Belanger <belanger@truman.edu>
35486
35487 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
35488 parts.
35489
35490 * calc/calc-embed.el (calc-embedded-open-formula)
35491 (calc-embedded-close-formula): Ignore matrix environments.
35492
35493 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
35494 TeX mode.
35495
35496 * calc/calc-lang.el (math-function-table, math-oper-table)
35497 (math-variable-table): Adjust the LaTeX portions.
35498
35499 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
35500 (math-latex-ignore-words): New constant.
35501
35502 2005-01-31 Richard M. Stallman <rms@gnu.org>
35503
35504 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
35505 (ispell-local-dictionary): Doc fix.
35506 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
35507 Don't reinitialize at run time. Don't defcustom.
35508 All uses changed to append ispell-local-dictionary-alist,
35509 or check it first.
35510 (ispell-current-dictionary): New variable for dictionary in use.
35511 (ispell-dictionary): Now used only for global default.
35512 (ispell-start-process): Set ispell-current-dictionary,
35513 not ispell-dictionary.
35514 (ispell-change-dictionary): Use this only for setting
35515 user preferences.
35516 (ispell-internal-change-dictionary): New function
35517 to change the current dictionary in use.
35518 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
35519 Use ispell-current-dictionary.
35520 Handle ispell-local-dictionary-overridden.
35521 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
35522
35523 2005-01-31 Jay Belanger <belanger@truman.edu>
35524
35525 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
35526
35527 * calc/calc-ext.el: Add calc-latex-language to autoloads.
35528 (calc-mode-map): Add calc-latex-language.
35529
35530 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
35531 (math-latex-print-frac): New functions.
35532 (math-oper-table, math-function-table, math-variable-table)
35533 (math-complex-format, math-input-filter): Add latex properties.
35534 (calc-set-language): Set math-expr-special-function-mapping.
35535
35536 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
35537 (calc-write-parse-table-part): Add LaTeX support.
35538
35539 * calc/calc.el (calc-language): Adjust docstring.
35540 (calc-set-mode-line): Add LaTeX support.
35541 (math-expr-special-function-mapping): New variable.
35542 (math-tex-ignore-words): Add to list.
35543
35544 * calc/calccomp.el (math-compose-expr, math-compose-rows):
35545 Add LaTeX support.
35546 (math-compose-expr): Add support for special functions.
35547
35548 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
35549
35550 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
35551
35552 * progmodes/gdb-ui.el (gdb-memory-address)
35553 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
35554 (gdb-memory-mode-map, gdb-memory-format-keymap)
35555 (gdb-memory-format-menu, gdb-memory-unit-keymap)
35556 (gdb-memory-unit-menu): New variables for a buffer
35557 that lets the user examine program memory.
35558 (gdb-memory-set-address, gdb-memory-set-repeat-count)
35559 (gdb-memory-format-binary, gdb-memory-format-octal)
35560 (gdb-memory-format-unsigned, gdb-memory-format-signed)
35561 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
35562 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
35563 (gdb-memory-unit-word, gdb-memory-unit-halfword)
35564 (gdb-memory-unit-byte, gdb-memory-unit-menu)
35565 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
35566 (gdb-memory-mode, gdb-memory-buffer-name)
35567 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
35568 New functions for above buffer.
35569
35570 2005-01-30 Richard M. Stallman <rms@gnu.org>
35571
35572 * cus-edit.el (custom-bury-buffer): Function deleted.
35573 (custom-buffer-done-function): Option deleted.
35574 (custom-buffer-done-kill): New replacement option.
35575 (Custom-buffer-done): Call quit-window.
35576 (custom-buffer-create-internal): Update for above changes.
35577
35578 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
35579
35580 * simple.el (undo-ask-before-discard): New var.
35581 (undo-outer-limit-truncate): Implement it.
35582 (undo-extra-outer-limit): Doc update.
35583
35584 2005-01-29 Richard M. Stallman <rms@gnu.org>
35585
35586 * ses.el (undo-more): Delete defadvice.
35587 (ses-begin-change): Doc fix.
35588
35589 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
35590 instead of rebinding C-x u and C-_.
35591
35592 * files.el (normal-backup-enable-predicate): Return nil for files
35593 in /tmp, regardless of temporary-file-directory.
35594
35595 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
35596
35597 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
35598 (open-rectangle, delete-whitespace-rectangle-line)
35599 (clear-rectangle-line): If FILL, pass t instead of FILL
35600 for move-to-column's 2nd arg.
35601
35602 * simple.el (undo): Fix the test for continuing a series of undos.
35603 (undo-more): Set pending-undo-list to t when we reach end.
35604 (pending-undo-list): Move up defvar.
35605
35606 * wid-edit.el (widget-button-click):
35607 Shorten the range of the track-mouse binding.
35608
35609 * comint.el (comint-insert-input): Undo previous changes;
35610 use last-input-event in interactive spec.
35611
35612 2005-01-29 Eli Zaretskii <eliz@gnu.org>
35613
35614 * progmodes/compile.el (compilation-start): Bind buffer-read-only
35615 to nil before invoking call-process. Reset buffer's modified flag
35616 after fontifying it in the no-async branch.
35617
35618 * wid-edit.el (widget-specify-button): If mouse pointer shape
35619 cannot be changed, use mouse face instead.
35620
35621 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
35622
35623 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
35624 (gdb-goto-breakpoint): Make breakpoint handling work on template
35625 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
35626 (gdb-assembler-custom): Update to recognize breakpoint information
35627 added on 2005-01-19.
35628
35629 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
35630
35631 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
35632 (dsssl-mode): Use define-derived-mode.
35633 (scheme-mode-initialize): Remove.
35634 (scheme-mode): Use run-mode-hooks.
35635
35636 * cus-edit.el (customize-group-other-window)
35637 (custom-buffer-create-other-window): Don't override special-display-*.
35638 (custom-mode-map): Make it dense.
35639
35640 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
35641 sets the default value.
35642
35643 2005-01-28 Eli Zaretskii <eliz@gnu.org>
35644
35645 * descr-text.el: Add more keywords.
35646
35647 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
35648
35649 * speedbar.el: Avoid unnecessary use of locate-library.
35650
35651 * international/mule-cmds.el (standard-display-european-internal):
35652 Don't fiddle with latin-1 non-break space any more since it's now
35653 special cased in the C code.
35654 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
35655
35656 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
35657
35658 * cus-start.el (all): Add `undo-outer-limit'.
35659
35660 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
35661
35662 * textmodes/bibtex.el (bibtex-format-entry):
35663 Use `bibtex-empty-field-re' only on the text of fields, not on entire
35664 field lines.
35665 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
35666 not on part of a buffer.
35667
35668 2005-01-25 Lute Kamstra <lute@gnu.org>
35669
35670 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
35671 nonempty field text strings like "{letters\\macro{}more letters}".
35672 Clarify docstring.
35673 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
35674 (bibtex-entry-offset, bibtex-parse-association)
35675 (bibtex-parse-field-name): Fix typos in docstrings.
35676 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
35677
35678 2005-01-24 Dan Nicolaescu <dann@ics.uci.edu>
35679 Juri Linkov <juri@jurta.org>
35680
35681 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
35682 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
35683 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
35684 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
35685
35686 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
35687 isearch minor mode.
35688
35689 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
35690
35691 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
35692
35693 2005-01-24 Lute Kamstra <lute@gnu.org>
35694
35695 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
35696 CASECHARS and NOT-CASECHARS regular expressions of the
35697 "nederlands" and "nederlands8" dictionaries to prevent a "Range
35698 striding over charsets" error.
35699
35700 2005-01-24 Jay Belanger <belanger@truman.edu>
35701
35702 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
35703 display variable name.
35704
35705 2005-01-24 Kenichi Handa <handa@m17n.org>
35706
35707 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
35708 Fix setting of the element of encoded-kbd-iso2022-invocations.
35709
35710 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
35711
35712 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
35713 (gdb-threads-select): Change to also accept mouse events.
35714 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
35715 (gdb-threads-mouse-select): Delete.
35716
35717 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
35718
35719 * files.el (insert-directory): Take care of empty directory,
35720 listed without -a switch.
35721
35722 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
35723
35724 * textmodes/refill.el (refill-post-command-function):
35725 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
35726 to the list of functions that we should be careful not to undo.
35727 (refill-late-fill-paragraph-function): Remove.
35728 (refill-saved-state): New var.
35729 (refill-mode): Use it to save fill-paragraph-function.
35730 Save also the value of auto-fill-function.
35731
35732 * term/w32-win.el: Simplify code.
35733
35734 2005-01-23 Kim F. Storm <storm@cua.dk>
35735
35736 * simple.el (line-move): Adapt to new return value from
35737 pos-visible-in-window-p.
35738
35739 * simple.el (line-move): Fix last change. Check partial
35740 visibility at point rather than at window-start.
35741
35742 2005-01-22 Jason Rumney <jasonr@gnu.org>
35743
35744 * term/w32-win.el (xw-defined-colors): Remove debug-message.
35745
35746 2005-01-22 David Kastrup <dak@gnu.org>
35747
35748 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
35749
35750 2005-01-22 Eli Zaretskii <eliz@gnu.org>
35751
35752 * type-break.el (type-break-mode): Add a test for
35753 type-break-file-name being non-nil.
35754
35755 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
35756
35757 * net/eudc.el (top level): Call (message "") via progn, so that
35758 eudc-options-file is loaded.
35759
35760 2005-01-22 Kim F. Storm <storm@cua.dk>
35761
35762 * simple.el (line-move-1): Rename from line-move.
35763 (line-move): New function that adjusts vscroll for partially
35764 visible rows, and calls line-move-1 otherwise.
35765
35766 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
35767
35768 * pcomplete.el: Define pcomplete-read-event instead of read-event,
35769 since it's not a complete read-event implementation.
35770
35771 2005-01-20 Jay Belanger <belanger@truman.edu>
35772
35773 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
35774 for called function.
35775
35776 2005-01-20 Steven Tamm <steventamm@mac.com>
35777
35778 * term/mac-win.el (process-connection-type): Remove.
35779 Controlled now by s/darwin.h:PTY_ITERATION.
35780
35781 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
35782
35783 * window.el (handle-select-window): Don't switch window when we're
35784 in the minibuffer.
35785
35786 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
35787
35788 * subr.el (dotimes-with-progress-reporter): New macro.
35789
35790 * ses.el (ses-dotimes-msg): Remove macro.
35791 Use `dotimes-with-progress-reporter' instead.
35792
35793 2005-01-19 Steven Tamm <steventamm@mac.com>
35794
35795 * term/mac-win.el (process-connection-type): Use new
35796 operating-system-release variable to use ptys on Darwin 7 (OS X
35797 10.3) when using carbon build.
35798
35799 2005-01-19 Jay Belanger <belanger@truman.edu>
35800
35801 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
35802 flags if the last command was a tab or M-tab.
35803
35804 * calc/calc-prog.el (calc-user-define-edit): Put original formula
35805 in formula editing buffer.
35806
35807 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
35808
35809 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
35810 breakpoint image symbol in margin.
35811
35812 2005-01-19 Jay Belanger <belanger@truman.edu>
35813
35814 * calc/calc-prog.el (calc-execute-kbd-macro):
35815 Ignore calc-keep-arg-flag.
35816
35817 2005-01-19 Kenichi Handa <handa@m17n.org>
35818
35819 * textmodes/ispell.el (ispell-looking-at): New function.
35820 (ispell-process-line): Use ispell-looking-at to compare the ispell
35821 output and the buffer contents.
35822
35823 2005-01-18 Jay Belanger <belanger@truman.edu>
35824
35825 * calc/calc.el (calc-display-raw): Fix docstring.
35826
35827 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
35828
35829 * simple.el (blink-matching-open): Strip extra info from syntax.
35830
35831 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
35832 funny chars in the end-of-here-doc marker.
35833
35834 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
35835
35836 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
35837 that enable/disabled state of breakpoints is shown correctly in
35838 fringe and on ttys.
35839 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
35840 Add breakpoint information as text properties.
35841 (gdb-mouse-toggle-breakpoint):
35842 Rename to gdb-mouse-set-clear-breakpoint.
35843 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
35844 breakpoints in the margin.
35845 (gdb-remove-strings): Simplify.
35846
35847 2005-01-17 Jay Belanger <belanger@truman.edu>
35848
35849 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
35850 erasing buffer.
35851
35852 2005-01-17 Richard M. Stallman <rms@gnu.org>
35853
35854 * progmodes/grep.el (grep-find): Copy from `grep' the condition
35855 for calling grep-compute-defaults.
35856
35857 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
35858 if buffer is empty.
35859
35860 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
35861
35862 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
35863
35864 * hilit-chg.el (highlight-changes-mode): Don't autoload.
35865
35866 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
35867 non-preloaded variables.
35868
35869 2005-01-17 Steven Tamm <steventamm@mac.com>
35870
35871 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
35872 tex-shell cause to force interactivity when using pipes.
35873
35874 2005-01-17 Kim F. Storm <storm@cua.dk>
35875
35876 * simple.el (just-one-space): Make arg optional.
35877
35878 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
35879
35880 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
35881 posn-at-x-y to t to access left-margin.
35882
35883 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
35884
35885 Sync with Tramp 2.0.47.
35886
35887 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
35888 catching keep-date problems in cp/scp operations.
35889 (tramp-handle-copy-file): Don't call `set-file-modes'
35890 unconditionally. Specialized functions should know better what is
35891 necessary. This improves performance a little bit, and the
35892 functions could catch errors with `cp -p' and `scp -p'.
35893 (tramp-do-copy-or-rename-file-via-buffer)
35894 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
35895 when appropriate.
35896 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
35897 Call `set-file-modes' when appropriate.
35898 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
35899 Johnsson <isak@hypergene.com>.
35900 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
35901 of both Tramp buffer and debug buffer. Reported by Joakim Verona
35902 <joakim@verona.se>.
35903 (tramp-file-name-for-operation): Mark `shell-command' as magic for
35904 Emacs only.
35905
35906 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
35907 `find-file-hooks' and `dired-mode-hook'.
35908 (tramp-minor-mode-map): Respective map. Add remapping for
35909 `compile' and `recompile'.
35910 (tramp-remap-command, tramp-recompile): New defuns.
35911 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
35912 in buffer "*Compilation*". Call the commands asynchronously.
35913
35914 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
35915 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
35916 `shell-command', because it isn't magic in XEmacs. Reported by
35917 Adrian Aichner <adrian@xemacs.org>.
35918
35919 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
35920 `substitute-in-file-name.
35921 (tramp-smb-handle-substitute-in-file-name): New defun.
35922 (tramp-smb-advice-PC-do-completion): Delete advice.
35923
35924 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
35925
35926 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
35927 Fix error in deleting region.
35928
35929 2005-01-15 Richard M. Stallman <rms@gnu.org>
35930
35931 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
35932 In non-temp buffer, switch syntax table temporarily.
35933
35934 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
35935
35936 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
35937
35938 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
35939
35940 * imenu.el (imenu--split-menu): Copy menulist before sorting.
35941 (imenu--generic-function): Use START, not BEG, as pos of definition.
35942
35943 * simple.el (just-one-space): Argument specifies number of spaces.
35944
35945 * simple.el (eval-expression-print-format): Avoid warning
35946 about edebug-active.
35947
35948 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
35949
35950 * progmodes/sh-script.el: Code copied from make-mode.el
35951 with small changes,
35952 (sh-mode-map): Bind C-c C-\.
35953 (sh-backslash-column, sh-backslash-align): New variables.
35954 (sh-backslash-region, sh-append-backslash): New functions.
35955
35956 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
35957
35958 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
35959 (rmail-pop-password, rmail-pop-password-required): Move to
35960 rmail-obsolete group.
35961 (rmail-set-pop-password): Rename to rmail-set-remote-password.
35962 All callers updated.
35963 (rmail-get-pop-password): Rename to rmail-get-remote-password.
35964 Take an argument specifying whether it is POP or IMAP mailbox we
35965 are using. All callers updated.
35966 (rmail-pop-password-error): Rename to
35967 rmail-remote-password-error. Added mailutils-specific error message.
35968 (rmail-movemail-search-path)
35969 (rmail-movemail-variant-in-use): New variables.
35970 (rmail-remote-password, rmail-remote-password-required):
35971 New customization variables.
35972 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
35973 (rmail-parse-url): New function.
35974 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
35975 with GNU mailutils movemail.
35976
35977 2005-01-15 Kevin Ryde <user42@zip.com.au>
35978
35979 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
35980 suffix to space, $ or '$, to correctly position point when going
35981 to @table style constants like DBL_MAX.
35982
35983 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
35984
35985 * type-break.el (type-break-mode, type-break-file-time)
35986 (type-break-file-keystroke-count, type-break-choose-file):
35987 Don't store data in or load data from the file if type-break-file-name
35988 is nil.
35989 (type-break-file-name): Doc update as per the above.
35990
35991 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
35992
35993 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
35994 lookup-key might return nil; handle that.
35995
35996 2005-01-15 Alan Mackenzie <acm@muc.de>
35997
35998 * progmodes/ebrowse.el (ebrowse-class-in-tree):
35999 Return the tail of the tree rather than the element found,
36000 thus enabling the tree to be setcar'd.
36001
36002 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
36003
36004 * textmodes/org.el (org-show-following-heading): New option.
36005 (org-show-hierarchy-above): Use `org-show-following-heading'.
36006 (org-cycle): Documentation fix.
36007
36008 * textmodes/org.el (orgtbl-optimized): New option.
36009 (orgtbl-mode): New command, a minor mode.
36010 (orgtbl-mode-map): New variable.
36011 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
36012 (orgtbl-error, orgtbl-self-insert-command)
36013 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
36014
36015 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
36016 a local variable in each org-mode buffer.
36017
36018 * textmodes/org.el (org-set-regexps-and-options): Rename from
36019 `org-set-regexps'. Added checking for STARTUP keyword.
36020 (org-get-current-options): Add STARTUP options.
36021 (org-table-insert-row): Make mode intelligent about when
36022 realignment is needed.
36023 (org-self-insert-command, org-delete-backward-char, org-delete-char):
36024 New commands.
36025 (org-enable-table-editor): New default value `optimized'.
36026 (org-table-blank-field): Support blanking regions if active.
36027
36028 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
36029
36030 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
36031 if the year is not given.
36032
36033 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
36034 Add new escapes %m and %M, fixed bug with %F by adding
36035 save-match-data.
36036 (reftex-reference): Remove ?. from list of spaces.
36037 (reftex-label-info): Add automatic label prefix recognition.
36038
36039 * textmodes/reftex-index.el (reftex-index-next-phrase):
36040 Add slave parameter to call of `reftex-index-this-phrase'.
36041 (reftex-index-this-phrase): New optional argument.
36042 (reftex-index-region-phrases): Add slave parameter to call of
36043 `reftex-index-this-phrase'.
36044 (reftex-display-index): New argument redo.
36045 (reftex-index-rescan): Add `redo' to arguments of
36046 `reftex-display-index'.
36047 (reftex-index-Rescan, reftex-index-revert)
36048 (reftex-index-switch-index-tag): Add `redo' to arguments of
36049 `reftex-display-index'.
36050 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
36051 indexing. Fix bug with matching is there is a quote before or
36052 after the word.
36053
36054 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
36055 Fix bug when collecting citation keys in lines with comments.
36056 (reftex-citation): Prefix argument no longer rescans the document,
36057 but forces prompting for optional arguments of cite macros.
36058 (reftex-do-citation): Prompting for optional arguments implemented.
36059
36060 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
36061 Add optional arguments to most cite commands.
36062 (reftex-cite-cleanup-optional-args): New option
36063 (reftex-cite-prompt-optional-args): New option.
36064 (reftex-trust-label-prefix): New option.
36065
36066 * textmodes/reftex-toc.el (reftex-toc-find-section):
36067 Add push-mark before changing the position in the buffer.
36068
36069 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
36070 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
36071
36072 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
36073
36074 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
36075 more carefully.
36076
36077 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
36078
36079 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
36080 (sgml-mode): Use it.
36081 (sgml-get-context): Better keep track of implicitly closed tags.
36082
36083 2005-01-13 Kenichi Handa <handa@m17n.org>
36084
36085 * textmodes/ispell.el: These changes are to fix misalignment error
36086 caused by equivalent characters of different Emacs charsets.
36087 (ispell-unified-chars-table): New variable.
36088 (ispell-get-decoded-string): New function.
36089 (ispell-get-casechars, ispell-get-not-casechars)
36090 (ispell-get-otherchars): Call ispell-get-decoded-string.
36091
36092 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
36093
36094 * custom.el (custom-declare-variable): Just put symbol instead
36095 of (defvar . symbol) in `current-load-list'.
36096
36097 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
36098
36099 * emacs-lisp/elint.el: Fixed typo in Commentary section.
36100
36101 2005-01-12 Jay Belanger <belanger@truman.edu>
36102
36103 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
36104 to create a Calc summary.
36105
36106 2005-01-12 Kim F. Storm <storm@cua.dk>
36107
36108 * mouse.el (mouse-on-link-p): Change functionality and doc
36109 string to comply with latest description in lisp ref.
36110
36111 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
36112
36113 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
36114 Enable mouse clicks on mode-line, header-line and margin.
36115 (event-type): Give mouse event symbols an `event-kind' property
36116 with value `mouse-click'.
36117
36118 2005-01-12 Juri Linkov <juri@jurta.org>
36119
36120 * facemenu.el (list-colors-display): Add new arg buffer-name.
36121 Use it. Fix docstring. Replace code for identifying duplicate
36122 colors by the name with call to `list-colors-duplicates' which
36123 identifies duplicate colors by the value unless the color
36124 is one of special Windows colors. Set truncate-lines to t.
36125 Print sorted duplicate color names on each line. Indent to 22
36126 \(the longest color name in rgb.txt) instead of 20. Optimize.
36127 (list-colors-duplicates): New function.
36128 (facemenu-color-name-equal): Delete function.
36129
36130 * facemenu.el (list-colors-print): New function created from code
36131 in list-colors-display. Print #RRGGBB at the window right edge.
36132 (list-colors-display): When temp-buffer-show-function is not
36133 defined, call list-colors-print from temp-buffer-show-hook
36134 to get the right value of window-width in list-colors-print
36135 after the buffer is displayed.
36136
36137 * simple.el (pop-mark): Move deactivate-mark out of conditional
36138 part to deactivate the active mark regardless of the state of the
36139 mark ring.
36140
36141 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
36142 variables line in desktop files.
36143
36144 2005-01-12 Juri Linkov <juri@jurta.org>
36145
36146 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
36147 Bring together isearch highlight related options.
36148 (lazy-highlight): Replace group `replace' by `matching'.
36149 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
36150 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
36151 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
36152 and declare them obsolete.
36153 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
36154 (isearch-faces): Remove defgroup.
36155 (isearch-overlay, isearch-highlight, isearch-dehighlight):
36156 Move isearch highlighting code closer to lazy highlighting code.
36157
36158 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
36159 (query-replace-highlight, query-replace-lazy-highlight)
36160 (query-replace): Move definitions to the beginning of the file.
36161
36162 2005-01-11 Juri Linkov <juri@jurta.org>
36163
36164 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
36165 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
36166 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
36167
36168 * info.el (Info-history-forward): New variable.
36169 (Info-select-node): Reset Info-history-forward to nil.
36170 (Info-last): Turn into defalias.
36171 (Info-history-back): Rename from Info-last.
36172 Add current node to Info-history-forward.
36173 (Info-history-forward): New fun.
36174 (Info-mode-map): Replace Info-last by Info-history-back.
36175 Bind Info-history-forward to "r".
36176 (Info-mode-menu): Replace Info-last by Info-history-back.
36177 Fix menu item text. Add menu item for Info-history-forward.
36178 (info-tool-bar-map): Replace Info-last by Info-history-back.
36179 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
36180 for Info-history-forward.
36181 (Info-mode): Replace Info-last by Info-history-back in docstring.
36182 Add local variable Info-history-forward.
36183 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
36184
36185 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
36186
36187 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
36188 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
36189 Ignore select-window events rather than fiddle with
36190 mouse-autoselect-window.
36191
36192 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
36193
36194 * type-break.el (type-break-mode): Fix previous change.
36195
36196 2005-01-10 Jay Belanger <belanger@truman.edu>
36197
36198 * calc/calc-ext.el (calc-reset): Reset when inside embedded
36199 calculator; only reset when point is inside a calculator.
36200 Don't adjust the window height if the window takes up the whole height
36201 of the frame.
36202
36203 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
36204
36205 * ebuff-menu.el (Electric-buffer-menu-mode):
36206 Preserve value of buffer-local var header-line-format.
36207
36208 2005-01-09 Jay Belanger <belanger@truman.edu>
36209
36210 * calc/calc.el (calc-mode-var-list-restore-saved-values):
36211 Make sure settings file exists before accessing it.
36212
36213 * calc/calc-embed.el (calc-embedded-subst):
36214 Replace math-multi-subst-rec, which is only supposed to be called
36215 by math-multi-subst, by math-multi-subst.
36216
36217 2005-01-09 Andre Spiegel <spiegel@gnu.org>
36218
36219 * vc.el (vc-allow-async-revert): New user option.
36220 (vc-disable-async-diff): New internal variable.
36221 (vc-revert-buffer): Use them to disable asynchronous diff.
36222
36223 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
36224 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
36225 asynchronously if vc-disable-async-diff is t.
36226
36227 2005-01-09 Jay Belanger <belanger@truman.edu>
36228
36229 * calc/calc.el (defcalcmodevar): New macro.
36230 (calc-mode-var-list-restore-default-values)
36231 (calc-mode-var-list-restore-saved-values): New functions.
36232 (calc-mode-var-list): Use defcalcmodevar to define it.
36233 (calc-always-load-extensions, calc-line-numbering)
36234 (calc-line-breaking, calc-display-just, calc-display-origin)
36235 (calc-number-radix, calc-leading-zeros, calc-group-digits)
36236 (calc-group-char, calc-point-char, calc-frac-format)
36237 (calc-prefer-frac, calc-hms-format, calc-date-format)
36238 (calc-float-format, calc-full-float-format, calc-complex-format)
36239 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
36240 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
36241 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
36242 (calc-matrix-brackets, calc-language, calc-language-option)
36243 (calc-left-label, calc-right-label, calc-word-size)
36244 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
36245 (calc-display-raw, calc-internal-prec, calc-angle-mode)
36246 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
36247 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
36248 (calc-window-height, calc-display-trail, calc-show-selections)
36249 (calc-use-selections, calc-assoc-selections)
36250 (calc-display-working-message, calc-auto-why, calc-timing)
36251 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
36252 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
36253 (calc-gnuplot-default-device, calc-gnuplot-default-output)
36254 (calc-gnuplot-print-device, calc-gnuplot-print-output)
36255 (calc-gnuplot-geometry, calc-graph-default-resolution)
36256 (calc-graph-default-resolution-3d, calc-invocation-macro)
36257 (calc-show-banner): Use defcalcmodevar to declare them and set
36258 their default values.
36259
36260 * calc/calc-ext.el (calc-reset): Restore saved values of variables
36261 instead of default values (but restore default values if there is
36262 an argument of 0).
36263
36264 2005-01-09 David Kastrup <dak@gnu.org>
36265
36266 * desktop.el (desktop-restore-eager): Fix typo in type.
36267
36268 2005-01-08 Richard M. Stallman <rms@gnu.org>
36269
36270 * cus-edit.el (customize): Delete :link.
36271
36272 2005-01-08 Jay Belanger <belanger@truman.edu>
36273
36274 * calc/calc.el (calc-mode): Remove the extension from the
36275 `calc-settings-file' file name when loading it.
36276
36277 2005-01-08 Kim F. Storm <storm@cua.dk>
36278
36279 * info.el (Info-mode-map, Info-next-link-keymap)
36280 (Info-prev-link-keymap, Info-up-link-keymap):
36281 Map follow-link to mouse-face.
36282 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
36283
36284 2005-01-08 Jay Belanger <belanger@truman.edu>
36285
36286 * calc/calc.el (calc-settings-file): Change default value.
36287 Suggested by cgw in a comment in calc-mode.el.
36288
36289 * calc/calc-mode.el (calc-settings-file-name):
36290 Compare calc-settings-file to user-init-file instead of ~/.emacs.
36291 Replace ~/.emacs in a prompt by calc-settings-file.
36292
36293 2005-01-07 Lars Hansen <larsh@math.ku.dk>
36294
36295 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
36296 (desktop-lazy-idle-delay): New customizable variables.
36297 (desktop-buffer-args-list): New variable.
36298 (desktop-append-buffer-args): New function.
36299 (desktop-save): Call desktop-append-buffer-args for some buffers.
36300 (desktop-lazy-create-buffer): New function.
36301 (desktop-idle-create-buffers): New function.
36302 (desktop-read): Add message about buffers to restore lazily.
36303 (desktop-lazy-abort): New command.
36304 (desktop-clear): Call desktop-lazy-abort.
36305 (desktop-lazy-complete): New command.
36306
36307 2005-01-06 Richard M. Stallman <rms@gnu.org>
36308
36309 * emacs-lisp/find-func.el (find-face-definition):
36310 Rename from find-face.
36311
36312 2005-01-06 Kim F. Storm <storm@cua.dk>
36313
36314 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
36315
36316 * man.el (Man-xref-man-page, Man-xref-header-file)
36317 (Man-xref-normal-file): Add follow-link property.
36318
36319 2005-01-06 Jay Belanger <belanger@truman.edu>
36320
36321 * calc/calc-units.el: Make sure the proper macro definitions are
36322 available when compiling.
36323
36324 2005-01-06 Juri Linkov <juri@jurta.org>
36325
36326 * isearch.el (isearch-lazy-highlight-update):
36327 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
36328
36329 2005-01-06 Miles Bader <miles@gnu.org>
36330
36331 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
36332 (isearch-lazy-highlight-face): Use new name.
36333
36334 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
36335
36336 * uniquify.el (uniquify-rationalize-file-buffer-names):
36337 Re-add an interactive spec.
36338 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
36339 to the same name.
36340
36341 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
36342 (isearch-update, isearch-done): Adjust calls accordingly.
36343
36344 2005-01-05 Richard M. Stallman <rms@gnu.org>
36345
36346 * custom.el (custom-set-variables, custom-theme-set-variables):
36347 Clarify documentation.
36348
36349 * emacs-lisp/find-func.el (find-variable)
36350 (find-variable-other-window, find-variable-other-frame):
36351 Fix the TYPE args to find-function-read and find-function-do-it.
36352 (find-function): Doc fix.
36353 (find-function-at-point): Replace function-at-point alias.
36354
36355 2005-01-04 Richard M. Stallman <rms@gnu.org>
36356
36357 * cus-face.el (custom-declare-face):
36358 Record defface in current-load-list.
36359
36360 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
36361
36362 * emacs-lisp/find-func.el: Doc fixes.
36363 (find-face-regexp): New variable.
36364 (find-function-regexp-alist): New variable.
36365 (find-function-C-source): Third arg is now TYPE.
36366 (find-function-search-for-symbol): Handle general TYPE.
36367 (find-function-read, find-function-do-it): Handle general TYPE.
36368 (find-definition-noselect, find-face): New functions.
36369 (function-at-point): Alias deleted.
36370
36371 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
36372
36373 * battery.el (display-battery-mode): Rename from display-battery.
36374 Handle the case where it gets turned off.
36375
36376 2005-01-04 Richard M. Stallman <rms@gnu.org>
36377
36378 * cus-edit.el (customize): Make :link point to user doc.
36379
36380 * man.el (Man-fontify-manpage): Turn off undo generation.
36381
36382 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
36383
36384 2005-01-04 Andreas Schwab <schwab@suse.de>
36385
36386 * files.el (insert-directory): Only look for error lines in
36387 inserted text. Don't move too far after processing --dired markers.
36388
36389 2005-01-04 Richard M. Stallman <rms@gnu.org>
36390
36391 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
36392 Don't expand if the character is @, period, dash, etc.
36393 (define-mail-abbrev): Quote names that contain problem characters.
36394
36395 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
36396
36397 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
36398
36399 2005-01-03 Richard M. Stallman <rms@gnu.org>
36400
36401 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
36402 (query-replace-highlight, query-replace-lazy-highlight)
36403 (query-replace): Definitions moved up. Doc fix.
36404
36405 2005-01-03 Richard M. Stallman <rms@gnu.org>
36406
36407 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
36408 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
36409 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
36410 (lazy-highlight-face): Rename from isearch-lazy-...
36411 Change all references to them.
36412
36413 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
36414
36415 * cus-edit.el (custom-file): Doc fix for defcustom.
36416 (custom-file): The function no longer sets the variable
36417 `custom-file' to its return value.
36418
36419 * startup.el (command-line): No longer load `custom-file'.
36420
36421 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
36422
36423 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
36424
36425 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
36426 Don't confuse module-prefixed identifiers for labels.
36427 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
36428
36429 2005-01-02 Richard M. Stallman <rms@gnu.org>
36430
36431 * files.el (basic-save-buffer-1): Fix previous change.
36432
36433 * loadhist.el (file-loadhist-lookup): New function.
36434 (file-provides, file-requires): Use it.
36435
36436 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
36437 instead of calculating the right size.
36438
36439 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
36440
36441 * vc-svn.el (vc-svn-diff): Stay local if possible.
36442
36443 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
36444
36445 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
36446
36447 * files.el (hack-local-variables): Fix last change.
36448
36449 2005-01-02 Jay Belanger <belanger@truman.edu>
36450
36451 * calc/calc-yank.el (calc-edit-top): New variable.
36452 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
36453 object. Change header properties.
36454 (calc-edit-finish, calc-edit-finish-stack-object)
36455 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
36456 edited object.
36457 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
36458 for the beginning of the edited object.
36459 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
36460 for the beginning of the edited object.
36461 * calc/calc-prog.el (calc-edit-macro-finish-edit)
36462 (calc-finish-formula-edit, calc-macro-repeats)
36463 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
36464 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
36465 beginning of the edited object.
36466 (calc-user-define-edit): Change the header for editing macros.
36467 Remove unnecessary variable.
36468
36469 2005-01-01 Jay Belanger <belanger@truman.edu>
36470
36471 * calc/calc-yank.el (calc-edit-mode): Change default header.
36472 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
36473 * calc/calc-store.el (calc-edit-variable): Change title to match new
36474 header.
36475 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
36476 mode to match new header.
36477 (calc-user-define-edit): Change titles to include names of commands.
36478 (calc-finish-formula-edit): Adjust to handle new header.
36479 (calc-finish-macro-edit): Remove.
36480 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
36481 (calc-edit-macro-command, calc-edit-macro-command-type)
36482 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
36483 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
36484 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
36485 (calc-edit-macro-finish-edit): New functions.
36486 (calc-user-define-edit): Use new functions to edit named calc macros.
36487
36488 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
36489
36490 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
36491
36492 * ses.el (copy-region-as-kill): Deactivate mark.
36493
36494 2005-01-01 Richard M. Stallman <rms@gnu.org>
36495
36496 * replace.el (occur-1): If the output buffer is also an input,
36497 don't kill it, rename it.
36498
36499 * faces.el (set-face-background, set-face-foreground): Doc fix.
36500
36501 * cus-face.el (custom-face-attributes): Fix :help-echo strings
36502 for :foreground and :background.
36503
36504 * dired.el (dired-view-command-alist): Variable deleted.
36505 (dired-view-file, dired-mouse-find-file-other-window):
36506 Delete the code to use it.
36507
36508 2005-01-01 Kim F. Storm <storm@cua.dk>
36509
36510 * image.el (insert-sliced-image): Use t for line-height property.
36511
36512 See ChangeLog.11 for earlier changes.
36513
36514 ;; Local Variables:
36515 ;; coding: iso-2022-7bit
36516 ;; add-log-time-zone-rule: t
36517 ;; End:
36518
36519 Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
36520
36521 This file is part of GNU Emacs.
36522
36523 GNU Emacs is free software; you can redistribute it and/or modify
36524 it under the terms of the GNU General Public License as published by
36525 the Free Software Foundation; either version 3, or (at your option)
36526 any later version.
36527
36528 GNU Emacs is distributed in the hope that it will be useful,
36529 but WITHOUT ANY WARRANTY; without even the implied warranty of
36530 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
36531 GNU General Public License for more details.
36532
36533 You should have received a copy of the GNU General Public License
36534 along with GNU Emacs; see the file COPYING. If not, write to the
36535 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
36536 Boston, MA 02110-1301, USA.
36537
36538 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1