]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(custom-deps, finder-data): Depend on autoloads instead of loaddefs.el.
[gnu-emacs] / lisp / ChangeLog
1 2008-01-05 Eli Zaretskii <eliz@gnu.org>
2
3 * Makefile.in (custom-deps, finder-data): Depend on autoloads
4 instead of loaddefs.el.
5
6 2008-01-05 Glenn Morris <rgm@gnu.org>
7
8 * progmodes/verilog-mode.el: Replace all instances of
9 string-to-int with string-to-number, insert-string with insert,
10 and read-input with read-string.
11 (top-level): No need to require imenu, reporter, dinotrace, vc,
12 font-lock when compiling. Always require compile. Relegate remaining
13 compatibility cruft to XEmacs. Don't require font-lock.
14 (verilog-version): Remove superfluous concat.
15 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
16 No need to define.
17 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
18 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
19 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
20 (verilog-startup-message-displayed): These are variables, not constants.
21 (verilog-batch-execute-func, verilog-auto-inst)
22 (verilog-auto-inst-param): Use mapc rather than mapcar.
23 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
24 actually defining.
25 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
26 (verilog-modi-get-outputs, verilog-modi-get-inouts)
27 (verilog-modi-get-inputs, verilog-modi-get-wires)
28 (verilog-modi-get-regs, verilog-modi-get-assigns)
29 (verilog-modi-get-consts, verilog-modi-get-gparams)
30 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
31 (verilog-modi-get-sub-inputs): Move inline functions earlier in
32 the file.
33 (sigs-in, sigs-out): Don't declare multiple times.
34 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
35 `defvar'.
36 (verilog-auto): Call dinotrace-unannotate-all only if bound.
37 (verilog-module-inside-filename-p): No need to wrap fboundp test
38 in condition-case.
39 (reporter-submit-bug-report): Autoload it.
40 (verilog-mark-defun): Call zmacs-activate-region only if bound.
41 (verilog-font-customize): Call customize-apropos only if bound.
42 (verilog-getopt-flags, verilog-auto-reeval-locals):
43 Use make-local-variable rather than make-variable-buffer-local.
44 (verilog-company, verilog-project, verilog-modi-cache-list):
45 Move make-variable-buffer-local calls to top-level.
46 (font-lock-defaults-alist): Don't define it.
47 (verilog-need-fld): Remove.
48 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
49 (verilog-mode): Only call make-local-hook on XEmacs.
50 Set font-lock-defaults rather than using verilog-font-lock-init.
51
52 * progmodes/verilog-mode.el (top-level): Don't require compile.
53 (compilation-error-regexp-alist, compilation-last-buffer):
54 Define for compiler.
55 (verilog-insert-1): New function.
56 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
57 Use verilog-insert-1.
58 (verilog-surelint-off): Use next-error-last-buffer if bound.
59 Check compile buffer is live.
60
61 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
62
63 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
64 gets inserted out-of-order.
65
66 2008-01-04 Riccardo Murri <riccardo.murri@gmail.com>
67
68 * vc-bzr.el: Copyright and version headers update.
69 Remove some outdated comments through the whole file.
70 (vc-bzr-program-args): Remove because unused.
71 (vc-bzr-log-switches): New customization option.
72 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
73 use `vc-bzr-program-args'.
74 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
75 `vc-find-root' (patch by Andreas Hoenen).
76 (vc-bzr-status): Update regex to match latest Bzr output.
77 Remove redundant test.
78 (vc-bzr-init-version): New function.
79 (vc-bzr-unregister): Must not delete file.
80 (vc-bzr-find-version): New function.
81 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
82 a non-empty string, otherwise take head revision.
83 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
84 (vc-bzr-diff): Simpler build of the revision spec string.
85 (vc-annotate-convert-time, vc-bzr-annotate-difference):
86 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
87 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
88 (vc-bzr-dired-state-info): Only provide custom strings for
89 overloaded VC state 'edited; otherwise fallback to
90 `vc-default-dired-state-info'.
91
92 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
93
94 * vc-git.el (vc-git-dir-state):
95 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
96
97 2008-01-04 Richard Stallman <rms@gnu.org>
98
99 * delsel.el (delete-selection-mode): Doc fix.
100
101 2008-01-04 Glenn Morris <rgm@gnu.org>
102
103 * version.el (emacs-copyright): Update to 2008.
104
105 2008-01-03 Nick Roberts <nickrob@snap.net.nz>
106
107 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
108 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
109
110 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
111 of watch expressions (only works fully with GDB 6.7 or later).
112
113 2008-01-03 Dan Nicolaescu <dann@ics.uci.edu>
114
115 * time-stamp.el (time-stamp-time-zone):
116 * whitespace.el (whitespace-check-buffer-leading)
117 (whitespace-check-buffer-trailing)
118 (whitespace-check-buffer-indent)
119 (whitespace-check-buffer-spacetab)
120 (whitespace-check-buffer-ateol):
121 * progmodes/sh-script.el (sh-indentation):
122 * textmodes/ispell.el (ispell-local-pdict):
123 Add safe-local-variable properties.
124
125 2007-12-31 Richard Stallman <rms@gnu.org>
126
127 * cus-edit.el (custom-add-parent-links): New arg DOC-INITIAL-STRING.
128 Defaults for INITIAL-STRING and DOC-INITIAL-STRING do not include
129 `parent'.
130 (custom-group-value-create): Pass two args to custom-add-parent-links.
131
132 2007-12-29 Richard Stallman <rms@gnu.org>
133
134 * font-lock.el (font-lock-prepend-text-property)
135 (font-lock-append-text-property): Canonicalize the face and
136 font-lock-face properties.
137
138 * faces.el (facep): Doc fix.
139
140 * startup.el (fancy-startup-tail, fancy-about-text)
141 (fancy-startup-text): Regularize format of face property.
142
143 * facemenu.el (list-colors-print): Use :background and :foreground
144 instead of background-color and foreground-color.
145
146 2007-12-29 Drew Adams <drew.adams@oracle.com>
147
148 * cus-edit.el (custom-add-parent-links):
149 Fill the "Parent documentation" text.
150
151 2007-12-29 Eli Zaretskii <eliz@gnu.org>
152
153 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
154 MS-Windows and MS-DOS.
155 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
156
157 2007-12-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
158
159 * progmodes/grep.el (rgrep): Fix last change.
160
161 2007-12-27 Richard Stallman <rms@gnu.org>
162
163 * progmodes/compile.el (compilation-start): Set initial visible
164 point properly even when compilation buffer already current.
165
166 2007-12-26 Richard Stallman <rms@gnu.org>
167
168 * files.el (conf-mode-maybe): New function.
169 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
170
171 2007-12-26 Martin Rudalics <rudalics@gmx.at>
172
173 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
174
175 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
176
177 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
178
179 2007-12-25 Richard Stallman <rms@gnu.org>
180
181 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
182 so they never do EOF.
183
184 2007-12-23 Richard Stallman <rms@gnu.org>
185
186 * dired-aux.el: Load dired.el at run time too.
187
188 * faces.el (copy-face): Create the new face explicitly if it
189 does not exist already.
190
191 2007-12-23 Andreas Schwab <schwab@suse.de>
192
193 * files.el (switch-to-buffer-other-frame): Return the buffer
194 switched to.
195
196 2007-12-23 Juri Linkov <juri@jurta.org>
197
198 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
199 item to about-emacs instead of display-splash-screen.
200
201 2007-12-22 Eli Zaretskii <eliz@gnu.org>
202
203 * simple.el (minibuffer-history, shell-command-history)
204 (set-variable-value-history):
205 * replace.el (regexp-history):
206 * international/mule-cmds.el (input-method-history):
207 * files.el (file-name-history): Add reference to history-length in
208 the doc string.
209
210 2007-12-22 Richard Stallman <rms@gnu.org>
211
212 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
213
214 2007-12-21 Jason Rumney <jasonr@gnu.org>
215
216 * find-dired.el (find-name-arg): New custom variable.
217 (find-name-dired): Use it.
218 (find-dired-find-program): Remove.
219 (find-dired): Use find-program.
220 (find-grep-dired): Use grep-program.
221
222 * progmodes/grep.el (rgrep): Use find-name-arg.
223
224 2007-12-21 Martin Rudalics <rudalics@gmx.at>
225
226 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
227 specifier from format-string. Reported by Ye Wenbin.
228
229 2007-12-19 Martin Rudalics <rudalics@gmx.at>
230
231 * cus-start.el: Use correct group name for members of mode-line group.
232
233 2007-12-17 Thien-Thi Nguyen <ttn@gnuvola.org>
234
235 * progmodes/cc-vars.el (defcustom-c-stylevar):
236 Revert to pre-2007-12-12 version.
237
238 2007-12-15 Richard Stallman <rms@gnu.org>
239
240 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
241
242 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
243 Use changed.
244
245 * startup.el (fancy-splash-help-echo): Var deleted.
246 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
247 (fancy-about-screen): Don't display fancy-splash-help-echo.
248
249 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
250
251 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
252
253 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
254
255 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
256
257 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
258 function.
259 (add-submenu): Only define for XEmacs.
260 (verilog-regexp-words): Revert previous change, keep the other
261 definition.
262
263 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
264
265 * progmodes/perl-mode.el (perl-continued-statement-offset)
266 (perl-continued-brace-offset, perl-brace-offset)
267 (perl-brace-imaginary-offset, perl-label-offset):
268 * progmodes/cperl-mode.el (cperl-brace-offset)
269 (cperl-continued-brace-offset, cperl-label-offset)
270 (cperl-continued-statement-offset)
271 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
272 Add safe-local-variable properties.
273
274 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
275
276 * progmodes/verilog-mode.el (verilog-mode-map)
277 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
278 (verilog-colorize-include-files): Use only overlay functions so
279 that it can work on both emacs and XEmacs.
280 (set-extent-keymap): Remove unused defun.
281 (verilog-kill-existing-comment, verilog-insert-date)
282 (verilog-insert-year): Rename in order not to pollute the global
283 namespace from kill-existing-comment, insert-date and
284 insert-year, respectively.
285 (verilog-set-auto-endcomments, verilog-header): Update callers.
286
287 * files.el (auto-mode-alist): Recognize verilog files.
288
289 * progmodes/verilog-mode.el (verilog-string-replace-matches)
290 (verilog-string-remove-spaces, verilog-re-search-forward)
291 (verilog-re-search-backward, verilog-re-search-forward-quick)
292 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
293 (verilog-get-end-of-line, verilog-within-string): Move definitions
294 before first use. No code changes.
295
296 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
297
298 * progmodes/verilog-mode.el (verilog-mode-version)
299 (verilog-mode-release-date): Don't use expanding keywords.
300 (provide): Move to the end of file.
301 (fboundp): Don't check if eval-when-compile is bound, it is used
302 later in the file without checking.
303 (when, unless): Copy definitions from subr.el.
304 (char-before, defcustom, defface, customize-group)
305 (verilog-batch-error-wrapper): Don't use old style backquotes.
306 (verilog-regexp-opt): Avoid using the cl function case.
307 (verilog-regexp-words): Remove duplicated definition.
308 (verilog-mode-abbrev-table): Remove, duplicate.
309 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
310 Declare and initialize in one step.
311 (verilog-declaration-prefix-re, verilog-declaration-re)
312 (verilog-end-of-statement, verilog-indent-declaration)
313 (verilog-get-lineup-indent): Remove trailing whitespace.
314 (verilog-mode): Fix autoload cookie.
315 Set beginning-of-defun-function and end-of-defun-function.
316 Use when instead of if.
317 (verilog-emacs-features, verilog-auto-ascii-enum)
318 (verilog-insert-indices): Escape braces in doc strings.
319
320 2007-12-08 Michael McNamara <mac@verilog.com>
321 Wilson Snyder <wsnyder@wsnyder.org>
322
323 * progmodes/verilog-mode.el: New file.
324
325 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
326
327 * international/latexenc.el (latexenc-find-file-coding-system):
328 If both coding-system-for-write and buffer-file-coding-system of
329 latex-main-file are nil, use `undecided'.
330
331 2007-12-06 Jason Rumney <jasonr@gnu.org>
332
333 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
334
335 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
336
337 * ido.el (ido-save-history): Use emacs-mule coding system
338 instead of utf-8 to save filenames (it's safer in Emacs 22).
339 Set the `coding' local variable on the first line of the file.
340
341 2007-12-04 Karl Fogel <kfogel@red-bean.com>
342
343 * saveplace.el (save-place-alist-to-file): Save with 'emacs-mule'
344 coding system. This ports revisions 1.40 and 1.41 over to the
345 EMACS_22_BASE branch, but with the right coding system for Emacs
346 22 to reliably record filenames. Suggested by Eli Zaretskii.
347
348 2007-12-01 Richard Stallman <rms@gnu.org>
349
350 * wid-edit.el (widget-type): Doc fix.
351
352 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
353
354 * emacs-lisp/byte-run.el (declare-function): Change to a macro.
355
356 2007-12-01 Alexandre Julliard <julliard@winehq.org>
357
358 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
359
360 2007-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
361
362 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
363 Don't match "sub { (...) ... }".
364
365 2007-11-29 Richard Stallman <rms@gnu.org>
366
367 * international/mule-cmds.el (toggle-input-method-active): New var.
368 (toggle-input-method): Bind toggle-input-method-active to t.
369 Error if it was already non-nil.
370
371 2007-11-29 Glenn Morris <rgm@gnu.org>
372
373 * calendar/time-date.el (with-decoded-time-value): Doc fix.
374
375 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
376
377 * calendar/time-date.el (encode-time-value): Doc fix.
378
379 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
380
381 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
382
383 2007-11-24 Kenichi Handa <handa@m17n.org>
384
385 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
386
387 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
388
389 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
390
391 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
392
393 * textmodes/paragraphs.el (forward-sentence): Doc fix.
394 Reported by Drew Adams <drew.adams@oracle.com>.
395
396 2007-11-20 Glenn Morris <rgm@gnu.org>
397
398 * emacs-lisp/byte-run.el (declare-function): Define as a no-op,
399 for compatibility with Emacs 23.
400
401 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
402
403 * replace.el (map-query-replace-regexp): Doc fix (revert part of
404 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
405
406 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
407
408 * progmodes/gdb-ui.el: Update commentary.
409
410 2007-11-16 Eli Zaretskii <eliz@gnu.org>
411
412 * international/mule-cmds.el (set-locale-environment):
413 Set default-file-name-coding-system _after_ keyboard and terminal
414 coding systems. This fixes last change.
415
416 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
417 one space after "Subject:".
418
419 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
420
421 * subr.el (make-variable-frame-local):
422 Fix typo in obsolescence declaration.
423
424 2007-11-16 Glenn Morris <rgm@gnu.org>
425
426 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
427
428 2007-11-16 Rob Riepel <riepel@Stanford.EDU>
429
430 * emulation/tpu-extras.el (tpu-next-line, tpu-previous-line)
431 (tpu-forward-line, tpu-backward-line, tpu-scroll-window-down)
432 (tpu-scroll-window-up): Replace next-line-internal -> line-move.
433
434 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
435
436 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
437 in order to determine if there's a conflict.
438
439 2007-11-16 Juri Linkov <juri@jurta.org>
440
441 * man.el (Man-heading-regexp): Add 0-9.
442 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
443
444 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
445
446 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
447 Fix typo in docstring.
448
449 * emulation/cua-base.el (cua-paste-pop): Fix typo in docstring.
450 (cua-highlight-region-shift-only): Doc fix.
451
452 2007-11-15 Richard Stallman <rms@gnu.org>
453
454 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
455
456 * reposition.el (reposition-window):
457 Binding C-M-l moved to bindings.el.
458
459 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
460
461 * add-log.el (add-change-log-entry-other-window):
462 Key binding C-x 4 a moved to bindings.el.
463
464 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
465 from filecache.el.
466
467 * filecache.el: Minibuffer map bindings moved to bindings.el.
468
469 2007-11-14 Jason Rumney <jasonr@gnu.org>
470
471 * international/mule-cmds.el (set-locale-environment):
472 Set default-file-name-coding-system from system defaults on Windows.
473
474 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
475
476 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
477 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
478 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
479 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
480 locations.
481 (gdb-info-breakpoints-custom, gdb-assembler-custom)
482 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
483 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
484
485 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
486
487 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
488 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
489 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
490 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
491 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
492 Rewrite in active voice.
493
494 2007-11-10 Juri Linkov <juri@jurta.org>
495
496 * startup.el: Backport startup screen related changes from the trunk.
497 (initialization): Change group to `environment'.
498 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
499 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
500 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
501 (initial-scratch-message): Fix docstring.
502 (startup-screen-inhibit-startup-screen)
503 (pure-space-overflow-message): New variables.
504 (command-line): Rename `inhibit-startup-message' to
505 `inhibit-startup-screen'.
506 (initial-scratch-message): Doc fix.
507 (fancy-splash-text): Remove variable.
508 (fancy-startup-text, fancy-about-text, splash-screen-keymap):
509 New variables.
510 (fancy-splash-delay, fancy-splash-max-time)
511 (fancy-current-text, fancy-splash-stop-time)
512 (fancy-splash-outer-buffer, fancy-splash-last-input-event):
513 Remove variables.
514 (fancy-splash-insert): Use help-echo from the 3rd element of the
515 link specification list, or "Follow this link" if it's nil. Doc fix.
516 Allow functions for face and link specs.
517 (fancy-splash-tail): Remove function.
518 (fancy-startup-tail): New function.
519 (fancy-splash-default-action, fancy-splash-special-event-action)
520 (fancy-splash-screens): Remove functions.
521 (fancy-about-screen): New function.
522 (normal-splash-screen): Rename argument `hide-on-input' to `startup'.
523 Fix docstring. Use argument `startup' to conditionally display
524 different texts for Startup and About screens. Don't display Help
525 commands on the About screen. Remove `unwind-protect' `sit-for'
526 delay and `kill-buffer' after it.
527 (normal-mouse-startup-screen, normal-splash-screen)
528 (normal-no-mouse-startup-screen): New functions.
529 (startup-echo-area-message): Change text of the echo area.
530 (display-splash-screen): Remove function.
531 (display-startup-screen, display-about-screen): New functions.
532 (about-emacs): Make alias to `display-about-screen'.
533 (display-splash-screen): Make alias to `display-startup-screen'.
534 (command-line-1): Rename `inhibit-startup-message' to
535 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
536 started with command line options "-f", "-funcall", "-e", "-eval",
537 "-execute", "-insert", "-find-file", "-file", "-visit".
538 Inhibit startup screen when Emacs is started with a file name only
539 on tty (i.e. don't inhibit it when started with a file name like
540 "emacs FILE..." on a window system).
541 Comment out unused code for coping with the old sit-for behavior.
542 If file-count > 0, then display the concise version in another
543 window, otherwise display full version in the same window.
544 * loadup.el: Add `button'. Move up `startup'.
545 * help.el (help-map, help-for-help-internal): Add `C-h C-a'.
546 * version.el (emacs-copyright): Add emacs-copyright.
547 * menu-bar.el (menu-bar-help-menu):
548 Move "About Emacs" and "About GNU" to the end of the Help menu.
549 Move "Emacs Psychotherapist" after "Send Bug Report...".
550 Move "External Packages" after "Find Emacs Packages".
551
552 2007-11-10 Jason Rumney <jasonr@gnu.org>
553
554 * w32-fns.el: Sync charset names with setup-default-fontset.
555 Append "-1" where second part missing.
556
557 * term/w32-win.el: Enable SJIS fonts before creating any fontsets.
558
559 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
560
561 * ido.el (ido-save-history): Write the history file in UTF-8,
562 and add `coding' file-local variable.
563
564 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
565
566 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
567 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
568 (iso-iso2duden-trans-tab): Add docstring.
569
570 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
571
572 * faces.el (face-normalize-spec): Remove function.
573 (frame-set-background-mode): Undo last change.
574
575 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
576
577 * files.el (enable-local-variables): Doc fix.
578
579 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
580
581 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
582 match dir like "a...b".
583
584 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
585
586 * eshell/esh-mode.el (eshell-output-filter):
587 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
588 Use `with-current-buffer'.
589
590 2007-11-05 Nick Roberts <nickrob@snap.net.nz>
591
592 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
593
594 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
595
596 * net/tls.el: Require rx when compiling.
597 (tls-end-of-info): New variable.
598 (open-tls-stream): Keep reading input until `tls-end-of-info' is
599 matched.
600
601 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
602
603 * simple.el (bad-packages-alist): Anchor semantic regexp.
604
605 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
606
607 * files.el (hack-local-variables): Fix membership tests to avoid
608 treating all variables as safe if `enable-local-variables' is
609 set to :safe (CVE-2007-5795).
610
611 2007-11-02 Glenn Morris <rgm@gnu.org>
612
613 * progmodes/etags.el (tags-table-mode): Disable undo.
614
615 * simple.el (bad-packages-alist): Revert previous change.
616
617 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
618
619 * printing.el (printing): Fix :version, printing.el was included
620 in emacs-22.1.
621 (pr-path-style, pr-path-alist, pr-txt-name)
622 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
623 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
624 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
625 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
626 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
627 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
628 (pr-setting-database, pr-visible-entry-list)
629 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
630 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
631 :version.
632
633 2007-11-01 Glenn Morris <rgm@gnu.org>
634
635 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
636
637 * mail/footnote.el (footnote-numeric-regexp)
638 (footnote-english-upper-regexp, footnote-english-lower-regexp)
639 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
640 Match multi-character footnotes.
641
642 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
643 (nroff-indent-line-function): New function.
644 (nroff-count-text-lines): Use nroff-forward-text-line rather than
645 obsolete alias.
646
647 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
648
649 * net/tramp.el (tramp-open-connection-telnet)
650 (tramp-open-connection-rsh, tramp-open-connection-su)
651 (tramp-open-connection-multi): Set $LC_ALL to "C".
652
653 2007-10-31 Sven Joachim <svenjoac@gmx.de>
654
655 * dired-aux.el (dired-copy-file-recursive):
656 Preserve directory permissions.
657
658 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
659
660 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
661 (whitespace-unload-function): New-style unload function. When run,
662 unintern `whitespace-unload-hook' and call `unload-feature' recursively
663 to stop the old hook from messing with the unloading.
664
665 * strokes.el (strokes-alphabetic-lessp): Doc fix.
666
667 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
668
669 * emacs-lisp/find-func.el (find-library): Use library at
670 point as default interactive argument.
671
672 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
673
674 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
675 (elp-unset-master, elp-results): Fix typos.
676 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
677 Doc fixes.
678
679 * msb.el (msb--many-menus): Remove variable.
680 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
681 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
682 (msb--toggle-menu-type): Fix typos in docstrings.
683
684 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
685 (shadow-insert-var): Doc fixes.
686 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
687 Reflow docstrings.
688 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
689
690 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
691
692 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
693 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
694 Fix typos in autoload docstrings.
695
696 * loadhist.el (unload-feature): Remove redundant check.
697
698 2007-10-30 Richard Stallman <rms@gnu.org>
699
700 * savehist.el (savehist-save): Obey savehist-ignored-variables.
701
702 2007-10-30 Nick Roberts <nickrob@snap.net.nz>
703
704 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
705 (gdb-var-update-handler-1): Use it.
706
707 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
708
709 * loadhist.el (unload-feature): Remove erroneous check for the
710 FEATURE-unload-function variable; check the existence of the
711 function (that's what the docstring says, and it makes more sense).
712
713 * follow.el (follow-unload-function): Add docstring.
714 (follow-unload-function): Remove variable.
715
716 * server.el (server-unload-function): Remove variable.
717 (server-unload-function): Unbind `server-edit' from `C-x #'.
718
719 * uniquify.el (uniquify-unload-function): Add docstring.
720 (uniquify-unload-function): Remove variable.
721
722 * ses.el (ses-unload-function): New function.
723
724 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
725
726 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
727 (unsafep-progn, unsafep-let): Fix typos in docstrings.
728
729 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
730 before use to avoid a warning in packages that require uniquify.
731 (uniquify-unload-function): New function and var.
732
733 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
734
735 * loadhist.el (unload-feature-special-hooks):
736 Add `delete-frame-functions'.
737
738 * server.el (server-unload-function): Rename from `server-unload-hook'
739 and adapt to new `unload-feature' functionality. Remove hook from
740 `kill-buffer-hook' buffer-locally.
741 (server-unload-hook): Remove.
742 (server-unload-function): New var; replaces `server-unload-hook'.
743
744 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
745
746 * desktop.el (uniquify-managed): Pacify byte compiler.
747 (desktop-buffer-info): If the buffer name is managed by uniquify,
748 save the base name, not the uniquified one.
749 (desktop-create-buffer): Allow `rename-buffer' to generate a new
750 name in case of conflict.
751
752 2007-10-26 Glenn Morris <rgm@gnu.org>
753
754 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
755 safe-local-variable property.
756
757 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
758
759 * net/browse-url.el (browse-url-browser-function): Delete grail.
760 (browse-url-grail): Function and variable deleted.
761 (browse-url-browser-function): Delete IXI Mosaic.
762 (browse-url-default-browser): Don't try IXI Mosaic.
763 (browse-url-iximosaic): Function deleted.
764 (browse-url-browser-function): Delete MMM.
765 (browse-url-default-browser): Don't try MMM.
766 (browse-url-mmm): Function deleted.
767
768 2007-10-25 Glenn Morris <rgm@gnu.org>
769
770 * progmodes/f90.el (f90-indented-comment-re)
771 (f90-directive-comment-re, f90-break-delimiters):
772 * progmodes/fortran.el (fortran-comment-line-start-skip)
773 (fortran-directive-re):
774 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
775 as safe if they are strings.
776
777 2007-10-25 Richard Stallman <rms@gnu.org>
778
779 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
780
781 2007-10-24 Richard Stallman <rms@gnu.org>
782
783 * savehist.el (savehist-save): Omit unreadable elements.
784
785 * loadhist.el (unload-function-defs-list): Renamed from
786 unload-function-features-list.
787 (unload-feature-special-hooks, unload-feature): Doc fixes.
788
789 * indent.el (indent-to-left-margin): If point's in the indentation,
790 move to the end of the indentation.
791
792 * cus-edit.el (customize-changed-options): Make arg optional.
793
794 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
795
796 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
797
798 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
799
800 * textmodes/css-mode.el: Require CL.
801 (comment-continue): Declare.
802
803 * subr.el (make-variable-frame-localizable): Remove.
804 (make-variable-frame-local): Mark obsolete.
805
806 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
807
808 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
809 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
810
811 2007-10-23 Chris Moore <christopher.ian.moore@gmail.com>
812
813 * comint.el (comint-password-prompt-regexp):
814 Handle `[sudo] password'-style prompt.
815
816 2007-10-23 Glenn Morris <rgm@gnu.org>
817
818 * progmodes/f90.el (f90-do-indent, f90-if-indent)
819 (f90-type-indent, f90-program-indent)
820 (f90-continuation-indent, f90-comment-region)
821 (f90-beginning-ampersand, f90-smart-end)
822 (f90-break-before-delimiters, f90-auto-keyword-case)
823 (f90-leave-line-no, f90-mode-hook):
824 Give an appropriate safe-local-variable property.
825 (f90-font-lock-keywords-2): Fix `go to' regexp.
826
827 * progmodes/fortran.el (fortran-tab-mode-default)
828 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
829 (fortran-structure-indent, fortran-continuation-indent)
830 (fortran-comment-indent, fortran-comment-line-extra-indent)
831 (fortran-comment-line-start)
832 (fortran-minimum-statement-indent-fixed)
833 (fortran-minimum-statement-indent-tab)
834 (fortran-comment-indent-char, fortran-line-number-indent)
835 (fortran-check-all-num-for-matching-do)
836 (fortran-blink-matching-if, fortran-continuation-string)
837 (fortran-comment-region, fortran-electric-line-number)
838 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
839 (fortran-analyze-depth, fortran-break-before-delimiters):
840 Give an appropriate safe-local-variable property.
841
842 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
843
844 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
845 of the subdirs is unreadable.
846
847 2007-10-22 Martin Rudalics <rudalics@gmx.at>
848
849 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
850 Use window-full-width-p.
851
852 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
853
854 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
855 (tpu-edt-off): Use it.
856 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
857 the global-map before adding it to global-map.
858
859 * menu-bar.el (global-buffers-menu-map): New var.
860 (global-map, menu-bar-update-buffers): Use it.
861 * msb.el (msb-menu-bar-update-buffers): Use it.
862 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
863 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
864 Use with-current-buffer.
865
866 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
867
868 * hexl.el (hexl-menu): New major mode menu.
869
870 2007-10-20 Glenn Morris <rgm@gnu.org>
871
872 * progmodes/f90.el (f90-font-lock-keywords-2)
873 (f90-looking-at-type-like): Fix regexp typos.
874
875 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
876
877 * bs.el (bs-mode): Add mode name (accidentally left out
878 in the 2007-10-16 change).
879
880 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
881
882 * bs.el (bs--track-window-changes): Don't refresh the whole list.
883 (bs-mode): Set mode-class property to special.
884
885 * follow.el (follow-unload-function): New function.
886
887 * loadhist.el (unload-function-features-list):
888 Rename from `unload-hook-features-list'.
889 (unload-hook-features-list): Add as obsolete alias.
890 (unload-feature): Use `unload-function-features-list'
891 and new FEATURE-unload-function.
892
893 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
894
895 * loadhist.el (unload-feature-special-hooks):
896 Update list of special hooks.
897
898 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
899 (adaptive-fill-function): Doc fix. Remove * from docstring.
900
901 2007-10-18 Glenn Morris <rgm@gnu.org>
902
903 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
904
905 2007-10-17 Aaron Hawley <aaronh@garden.org>
906
907 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
908 position is not saved.
909
910 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
911
912 * longlines.el (longlines-wrap-follows-window-size): Integer value
913 specifies wrapping margin.
914 (longlines-mode, longlines-window-change-function):
915 Set window-specific wrapping margin based on the above.
916
917 2007-10-17 John Wiegley <johnw@newartisans.com>
918
919 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
920
921 2007-10-17 Glenn Morris <rgm@gnu.org>
922
923 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
924 Tweak regexp to avoid stack overflow.
925
926 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
927
928 * simple.el (reindent-then-newline-and-indent): Don't assume that
929 indent-according-to-mode preserves point.
930
931 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
932
933 * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
934 (bs--restore-window-config): Keep the selected frame.
935 (bs--track-window-changes, bs--remove-hooks): New functions.
936 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
937 (bs--show-with-configuration): Revert 2006-11-09 change.
938 Don't reuse window unless it is visible on the selected frame.
939 Restore window configuration (possibly in a different frame)
940 before creating any window.
941
942 2007-10-16 Richard Stallman <rms@gnu.org>
943
944 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
945 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
946 (ad-is-advised, ad-get-advice-info-field)
947 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
948
949 2007-10-16 Glenn Morris <rgm@gnu.org>
950
951 * simple.el (blink-matching-open): Don't report false errors with
952 the `$' syntax class.
953
954 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
955
956 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
957 (filesets-ormap, filesets-sort-case-sensitive-flag)
958 (filesets-remake-shortcut, filesets-ingroup-collect-files):
959 Fix typos in docstrings.
960 (filesets-data-get-name, filesets-data-get-data)
961 (filesets-data-set, filesets-cmd-query-replace-getargs)
962 (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
963
964 2007-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
965
966 * term/mac-win.el: Don't require url when compiling, as url-type is
967 no longer a macro.
968
969 2007-10-14 Glenn Morris <rgm@gnu.org>
970
971 * progmodes/etags.el (select-tags-table): Disable undo in the
972 `*Tags Table List*' buffer.
973
974 2007-10-13 Eli Zaretskii <eliz@gnu.org>
975
976 * dired.el (dired-warn-writable): New face.
977 (dired-warn-writable-face): New variable.
978 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
979 of dired-warning-face, for group- and world-writable files.
980
981 2007-10-13 Glenn Morris <rgm@gnu.org>
982
983 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
984 (octave-re-search-forward-kw, octave-re-search-backward-kw):
985 Add doc string, and an explicit COUNT argument.
986 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
987 `inc' to search functions.
988
989 2007-10-13 John W. Eaton <jwe@octave.org>
990
991 * progmodes/octave-mod.el (octave-looking-at-kw)
992 (octave-re-search-forward-kw, octave-re-search-backward-kw):
993 New functions.
994 (octave-in-defun-p, calculate-octave-indent)
995 (octave-blink-matching-block-open, octave-beginning-of-defun)
996 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
997 to search for regexps that contain case-sensitive keywords.
998 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
999 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
1000
1001 2007-10-13 Richard Stallman <rms@gnu.org>
1002
1003 * files.el (directory-abbrev-alist): Doc fix.
1004
1005 2007-10-13 Jari Aalto <jari.aalto@cante.net>
1006
1007 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
1008
1009 2007-10-12 Martin Rudalics <rudalics@gmx.at>
1010
1011 * frame.el (set-frame-configuration): Assign name parameter only
1012 if it has been set explicitly before.
1013
1014 * window.el (handle-select-window): Revert part of 2007-10-06
1015 change setting the input focus.
1016
1017 2007-10-12 Glenn Morris <rgm@gnu.org>
1018
1019 * cus-edit.el (custom-variable-menu, custom-face-menu)
1020 (custom-group-menu): Check init-file-user rather than
1021 user-init-file, in case cus-edit is loaded by site-run-file.
1022
1023 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
1024
1025 * follow.el (follow-stop-intercept-process-output):
1026 Use `follow-call-process-filter' rather than `process-filter'.
1027
1028 2007-10-11 Tom Tromey <tromey@redhat.com>
1029
1030 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
1031 frame is visible.
1032
1033 2007-10-10 Richard Stallman <rms@gnu.org>
1034
1035 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
1036 in *Backtrace*.
1037
1038 * faces.el (face-font-selection-order): Doc fix.
1039
1040 * loadhist.el (unload-feature): Doc fix.
1041
1042 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1043
1044 * ps-print.el: Fix the usage of :foreground and :background face
1045 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
1046 (ps-print-version): New version 6.7.6.
1047 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
1048 Fix code.
1049 (ps-face-foreground-color-p, ps-face-background-color-p)
1050 (ps-face-color-p): New inline funs.
1051
1052 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
1053
1054 * follow.el: Change all instances of "Follow Mode" to "Follow
1055 mode" in docstrings and messages.
1056
1057 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
1058
1059 * faces.el (face-font-selection-order): Doc fix.
1060
1061 * follow.el (follow-mode-hook, follow-mode): Doc fixes.
1062 (follow-mode-off-hook): Mark as obsolete.
1063
1064 2007-10-08 Richard Stallman <rms@gnu.org>
1065
1066 * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
1067 (edebug-install-custom-print, edebug-reset-print-funcs)
1068 (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
1069 Functions deleted.
1070 (edebug-prin1, edebug-print, edebug-prin1-to-string)
1071 (edebug-format, edebug-message): Define directly as aliases.
1072
1073 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
1074
1075 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
1076
1077 2007-10-07 Glenn Morris <rgm@gnu.org>
1078
1079 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
1080 version numbers.
1081
1082 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
1083
1084 * net/tramp.el (tramp-completion-mode): Extend doc-string.
1085 (tramp-completion-mode-p): Revert change from 2007-09-24.
1086 Checking for `return' etc as last character is not sufficient, for
1087 example in dired-mode when entering <g> (revert-buffer) or
1088 <s> (dired-sort).
1089
1090 2007-10-06 Martin Rudalics <rudalics@gmx.at>
1091
1092 * window.el (mouse-autoselect-window-cancel): Don't cancel for
1093 select-window or select-frame events.
1094 (handle-select-window): When autoselecting window set input
1095 focus. Restructure.
1096
1097 * frame.el (focus-follows-mouse): Moved to frame.c.
1098 * cus-start.el (all): Add focus-follows-mouse.
1099
1100 2007-10-05 Chris Moore <dooglus@gmail.com>
1101
1102 * server.el (server-kill-new-buffers): Doc fix.
1103
1104 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
1105
1106 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
1107 activate font-locking in the *buffer-selection* buffer.
1108 (bs-show-sorted): Doc fix.
1109
1110 * bs.el (bs--get-marked-string, bs--get-modified-string)
1111 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
1112 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
1113 (bs--format-aux): Doc fix.
1114
1115 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
1116
1117 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
1118
1119 2007-10-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1120
1121 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
1122
1123 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
1124
1125 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
1126 (gud-gdb): New function for old M-x gdb (text command mode).
1127 (gud-gdb-command-name, gdb): Move to...
1128
1129 * progmodes/gdb-ui.el: ...here and adapt doc string.
1130 (gud-gdba-command-name, gdba): Delete.
1131
1132 2007-10-03 Juanma Barranquero <lekktu@gmail.com>
1133
1134 * bs.el: Don't defvar `font-lock-verbose'.
1135 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
1136 (bs--get-file-name): Fix typos in docstrings.
1137 (bs--show-header): Use `dolist' instead of `mapcar'.
1138 (bs-mode): Set `show-trailing-whitespace' to nil.
1139 (bs-buffer-sort-function, bs-mouse-select-other-frame)
1140 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
1141 Doc fixes.
1142
1143 2007-10-02 Adam Hupp <adam@hupp.org> (tiny change)
1144
1145 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
1146
1147 2007-10-02 Nick Roberts <nickrob@snap.net.nz>
1148
1149 * progmodes/gud.el (gdb): Make graphical mode the default and
1150 switch to text command mode if appropriate, i.e., reverse previous
1151 arrangement.
1152 (gud-gdb-marker-filter): Adapt for above change.
1153
1154 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
1155 gud-minor-mode and gud-marker-filter.
1156 (gdb-fullname-regexp): New variable.
1157 (gud-gdba-marker-filter): Use it to switch to text command
1158 mode if appropriate.
1159
1160 2007-10-02 Richard Stallman <rms@gnu.org>
1161
1162 * frame.el (cursor-in-non-selected-windows): Doc fix.
1163
1164 2007-10-01 Nick Roberts <nickrob@snap.net.nz>
1165
1166 * progmodes/gud.el (gud-display-line): Find source buffer even when
1167 GUD buffer has its own frame.
1168
1169 2007-10-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1170
1171 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
1172
1173 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1174
1175 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
1176
1177 2007-09-29 Martin Rudalics <rudalics@gmx.at>
1178
1179 * allout.el (allout-before-change-handler): Replace got-char by
1180 goto-char.
1181
1182 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1183
1184 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
1185 Used to try and automatically enabled smerge-mode in the presence of
1186 conflicts and to call `svn resolved' when the conflicts are gone.
1187 (vc-svn-parse-status): Remember the svn-specific status.
1188
1189 * newcomment.el (comment-choose-indent): New function extracted
1190 from comment-indent. Improve the alignment algorithm.
1191 (comment-indent): Use it.
1192
1193 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
1194
1195 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
1196 (eldoc-message-commands, eldoc-current-idle-delay):
1197 Fix typos in docstrings.
1198
1199 * progmodes/python.el (python-eldoc-function): Doc fix.
1200
1201 2007-09-26 Eli Zaretskii <eliz@gnu.org>
1202
1203 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
1204 menu-bar-apropos-menu. All users changed.
1205 (menu-bar-help-menu): Change menu symbols to better match the text
1206 displayed by the menu.
1207
1208 2007-09-25 Glenn Morris <rgm@gnu.org>
1209
1210 * view.el (view-search-no-match-lines): Add a doc string.
1211 Rewrite to simplify and work better.
1212
1213 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
1214
1215 * net/tramp.el (tramp-completion-mode-p): Rename from
1216 `tramp-completion-mode'. Revert logic, check `return', `newline'
1217 and such alike. Packages like Icicles tend to use other completion
1218 characters but `tab' and `space' only.
1219 (top): Require cl.el, when `copy-tree' is not available otherwise.
1220
1221 * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
1222 `ad-get-arg'.
1223
1224 2007-09-24 Ville Skytt\e,Ad\e(B <scop@xemacs.org> (tiny change)
1225
1226 * net/tramp-vc.el (tramp-vc-user-login-name):
1227 Use `vc-find-version' instead of `process-file' to check whether we
1228 have a new enough vc that doesn't need the defadvice.
1229
1230 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
1231
1232 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
1233 #, @, : and ^.
1234
1235 2007-09-23 Glenn Morris <rgm@gnu.org>
1236
1237 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
1238
1239 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
1240
1241 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
1242
1243 * log-view.el (log-view-mode-map): Likewise.
1244
1245 * diff-mode.el (diff-mode-shared-map): Likewise.
1246
1247 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
1248
1249 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
1250 add inferior-octave-directory-tracker to the buffer-local value
1251 of comint-input-filter-functions.
1252
1253 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
1254
1255 * files.el (file-name-sans-versions): Also allow `A-Z'.
1256
1257 * vc.el: Mention all supported VC backends.
1258
1259 2007-09-22 Richard Stallman <rms@gnu.org>
1260
1261 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
1262 neighbouring buttons.
1263
1264 2007-09-22 Andreas Schwab <schwab@suse.de>
1265
1266 * files.el (file-name-sans-versions): Also allow `_'.
1267
1268 2007-09-22 Glenn Morris <rgm@gnu.org>
1269
1270 * eshell/esh-mode.el (eshell-output-filter-functions):
1271 Add eshell-postoutput-scroll-to-bottom.
1272
1273 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1274
1275 * files.el (file-name-sans-versions): Allow - and a-z in version names.
1276
1277 * log-view.el (log-view-mode-map, log-view-mode-menu):
1278 Bind log-view-annotate-version.
1279 (log-view-beginning-of-defun, log-view-end-of-defun)
1280 (log-view-annotate-version): New functions.
1281 (log-view-mode): Use log-view-beginning-of-defun and
1282 log-view-end-of-defun.
1283
1284 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1285
1286 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
1287
1288 2007-09-21 Kevin Ryde <user42@zip.com.au>
1289
1290 * international/mule.el (sgml-html-meta-auto-coding-function):
1291 Bind `case-fold-search' to t.
1292
1293 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1294
1295 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
1296 neighbouring buttons.
1297
1298 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1299 Recognize gcc's use of "note" for informational messages.
1300
1301 2007-09-20 Glenn Morris <rgm@gnu.org>
1302
1303 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
1304 motion functions, rather than hard-coding "\n\n".
1305 (tex-validate-region): Check for eobp, to speed up.
1306 (tex-next-unmatched-end): Doc fix.
1307
1308 2007-09-19 Glenn Morris <rgm@gnu.org>
1309
1310 * textmodes/tex-mode.el (tex-terminate-paragraph):
1311 Use backward-paragraph.
1312
1313 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1314
1315 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
1316 (css-mode): Update correspondingly.
1317
1318 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1319
1320 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
1321
1322 * vc-hooks.el (vc-menu-entry): New var.
1323 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
1324 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
1325 (vc-menu-map): Declare and initialize in one step.
1326
1327 * menu-bar.el (vc-menu-map): Don't setup any more.
1328 Instead, just create the proper spot in the menu.
1329
1330 2007-09-18 Dan Nicolaescu <dann@ics.uci.edu>
1331 Stefan Monnier <monnier@iro.umontreal.ca>
1332
1333 * vc.el: Document new VC operation `extra-menu'.
1334
1335 * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
1336
1337 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
1338
1339 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
1340 Signed-off-by, Acked-by and Merge.
1341
1342 2007-09-17 Glenn Morris <rgm@gnu.org>
1343
1344 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
1345 filename from `--file-line-error', if it is available.
1346
1347 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
1348
1349 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
1350 TeX `--file-line-error' format.
1351
1352 2007-09-17 Glenn Morris <rgm@gnu.org>
1353
1354 * textmodes/tex-mode.el (tex-region): Simplify previous change,
1355 handling the case where the region is not in `tex-main-file'.
1356 (tex-region-1): Delete.
1357 (tex-region-header): New function, doing the header part of the
1358 old tex-region-1.
1359
1360 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1361
1362 * ediff-init.el (ediff-verbose-p): This var is not a constant.
1363
1364 2007-09-16 Drew Adams <drew.adams@oracle.com>
1365
1366 * cus-edit.el (custom-face-edit-activate): Doc fix.
1367
1368 2007-09-16 Glenn Morris <rgm@gnu.org>
1369
1370 * textmodes/tex-mode.el (tex-region): Handle the case where the
1371 region is not in `tex-main-file'. Move the old code that applies
1372 to both cases...
1373 (tex-region-1): ...to this new function.
1374
1375 2007-09-15 Martin Rudalics <rudalics@gmx.at>
1376
1377 * simple.el (blink-matching-open): Don't display message when no
1378 paren is found within blink-matching-paren-distance characters.
1379 Don't search prompt in blink-matching-paren-distance nil case.
1380
1381 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
1382
1383 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
1384
1385 2007-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1386
1387 * vc-mtn.el: New file.
1388
1389 * vc-hooks.el (vc-handled-backends): Add Mtn.
1390
1391 2007-09-13 Eli Zaretskii <eliz@gnu.org>
1392
1393 * files.el (find-file, find-file-other-window)
1394 (find-file-other-frame, find-file-existing, find-file-read-only)
1395 (find-file-read-only-other-window)
1396 (find-file-read-only-other-frame)
1397 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
1398
1399 2007-09-13 Jari Aalto <jari.aalto@cante.net>
1400
1401 * man.el (Man-default-man-entry): At end of line, continue looking
1402 to the next line for possible end of hyphenated command.
1403
1404 2007-09-13 Chris Moore <dooglus@gmail.com>
1405
1406 * shell.el (shell-resync-dirs): Don't move the cursor relative to
1407 the command being edited.
1408
1409 2007-09-13 Nick Roberts <nickrob@snap.net.nz>
1410
1411 * progmodes/gud.el (gdb-ready): New variable.
1412 (gdb): Set it to nil. Set gud-running to nil here...
1413 (gud-common-init): ...instead of here.
1414
1415 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
1416 Use gdb-ready. Discard input until GDB is ready to accept it.
1417
1418 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
1419
1420 * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
1421 C-M-S- keys.
1422
1423 2007-09-12 Martin Rudalics <rudalics@gmx.at>
1424
1425 * dired.el (dired-warning): Inherit from font-lock-warning-face to
1426 make it show up with eight colors.
1427
1428 2007-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1429
1430 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
1431 diffs are concatenated with no intervening line.
1432
1433 2007-09-10 Dave Love <fx@gnu.org>
1434
1435 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
1436 (python-font-lock-keywords): Update to the 2.5 version of the language.
1437 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
1438 (python-backspace): Only behave funny in code.
1439 (python-compilation-regexp-alist): Add PDB stack trace regexp.
1440 (inferior-python-mode): Add PDB prompt regexp.
1441 (python-fill-paragraph): Refine the fenced-string regexp.
1442 (python-find-imports): Handle imports spanning several lines.
1443 (python-mode): Add `class' to hideshow support.
1444
1445 2007-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1446
1447 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
1448 add-log-buffer-file-name-function rather than bind buffer-file-name,
1449 so we dont end up calling change-log-mode in *cvs* when `fi' is the
1450 ChangeLog file itself.
1451
1452 * outline.el (outline-flag-region): Use front-advance.
1453
1454 2007-09-07 Ilya Zakharevich <ilyaz@cpan.org>
1455
1456 * progmodes/cperl-mode.el: Merge upstream 5.23.
1457 (cperl-where-am-i): Remove function.
1458 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
1459 (cperl-sniff-for-indent): De-invert [string] and [comment].
1460 When looking for label, skip s:m:y:tr.
1461 (cperl-indent-line): Likewise.
1462 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
1463 (cperl-windowed-init): Wrong `ps-print' handling.
1464 Both thanks to Chong Yidong.
1465 (cperl-look-at-leading-count): Could fail with unfinished RExen.
1466 (cperl-find-pods-heres): If the second part of s()[] is missing,
1467 don't try to highlight delimiters...
1468
1469 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1470
1471 * progmodes/compile.el (compilation-get-file-structure): Complete last
1472 change by also using spec-directory in the puthash.
1473
1474 2007-09-07 Riccardo Murri <riccardo.murri@gmail.com>
1475
1476 * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
1477 (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
1478 (vc-bzr-status): Fix shadowing of variable 'status'.
1479 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
1480 Use `expand-file-name' instead of `concat'.
1481 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
1482 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
1483
1484 2007-09-05 Jason Rumney <jasonr@gnu.org>
1485
1486 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
1487
1488 2007-09-02 Richard Stallman <rms@gnu.org>
1489
1490 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
1491 Add `safe-local-variable' property.
1492 (lisp-body-indent): Likewise.
1493
1494 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1495
1496 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
1497 prev/next-node.
1498
1499 * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
1500 (x-gtk-map-stock): New function.
1501
1502 2007-09-02 Glenn Morris <rgm@gnu.org>
1503
1504 * comint.el (comint-mode): Don't set scroll-conservatively.
1505
1506 * eshell/em-unix.el (eshell/time): Stringify and flatten the
1507 non-command arguments.
1508
1509 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
1510
1511 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1512 Fix bug: Don't expand top-level file name more than once.
1513 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
1514
1515 2007-09-01 Richard Stallman <rms@gnu.org>
1516
1517 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
1518 Add doc string.
1519
1520 2007-08-30 Richard Stallman <rms@gnu.org>
1521
1522 * speedbar.el (speedbar-frame-reposition-smartly)
1523 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
1524 (speedbar-check-vc): Don't use dframe-xemacsp.
1525
1526 2007-08-30 Martin Rudalics <rudalics@gmx.at>
1527
1528 * files.el (backup-buffer-copy): Try to overwrite old backup first.
1529
1530 2007-08-29 Martin Rudalics <rudalics@gmx.at>
1531
1532 * repeat.el (repeat): Use last-repeatable-command instead of
1533 real-last-command. Run pre- and post-command hooks for
1534 self-insertion. Update doc-string.
1535
1536 2007-08-28 Glenn Morris <rgm@gnu.org>
1537
1538 * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
1539
1540 2007-08-27 Alexandre Julliard <julliard@winehq.org>
1541
1542 * vc-git.el (vc-git-state): Call git-add --refresh to update the
1543 state of the file.
1544 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
1545 (vc-git-create-repo): Fix invalid command.
1546
1547 2007-08-27 Richard Stallman <rms@gnu.org>
1548
1549 * textmodes/flyspell.el (flyspell-mode):
1550 Catch errors in flyspell-mode-on.
1551
1552 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
1553
1554 * progmodes/modula2.el (m2-definition, m2-module):
1555 Don't use previous-line. Reported by T. V. Raman.
1556
1557 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1558
1559 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
1560 argument to tool-bar-mode call.
1561
1562 2007-08-27 Glenn Morris <rgm@gnu.org>
1563
1564 * diff-mode.el (diff-find-file-name): Only accept regular files,
1565 to rule out /dev/null, directories, etc.
1566
1567 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
1568
1569 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
1570 safe-local-variable setting.
1571 * progmodes/perl-mode.el (perl-indent-level): Likewise.
1572
1573 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
1574
1575 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
1576 of buffers in uniquify-managed.
1577
1578 * simple.el (invisible-p): Rename from text-invisible-p.
1579 Update callers.
1580
1581 2007-08-25 Alan Mackenzie <acm@muc.de>
1582
1583 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
1584 new language variable.
1585
1586 * progmodes/cc-engine.el (c-brace-anchor-point): New function.
1587 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
1588 "extern" etc., rather than BOI. Fix addition of spurious
1589 syntactic-symbol 'defun-block-intro, replacing it with
1590 'innamespace, etc.
1591
1592 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
1593
1594 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
1595 Don't behave differently when executed via M-x. Add doc string.
1596
1597 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1598
1599 * files.el (backup-buffer-copy): Don't wrap delete in
1600 condition-case, only try to delete if file exists.
1601
1602 2007-08-24 Glenn Morris <rgm@gnu.org>
1603
1604 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
1605
1606 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1607
1608 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
1609 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
1610 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
1611 (cperl-etags-goto-tag-location): Use new style backquotes.
1612
1613 * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
1614 (dynamic-completion-table): Use it it.
1615
1616 * net/browse-url.el: Remove spurious * in custom docstrings.
1617 (browse-url-filename-alist): Use new-style backquote.
1618
1619 * emacs-lisp/backquote.el (backquote-unquote-symbol)
1620 (backquote-splice-symbol): Clarify they're not new-style unquotes.
1621
1622 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
1623 (\,@): Backslash the , and ,@ which are not new-style unquotes.
1624
1625 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
1626
1627 * net/socks.el (socks-username/password-auth-filter):
1628 Remove unused vars `state' and `desired-len'.
1629 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
1630 (socks-wait-for-state-change): Use new-style backquotes.
1631
1632 * pcvs.el (cvs-mode-status): Fix long-standing typo.
1633
1634 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
1635 backquotes after each `read' rather than once per buffer.
1636
1637 * dframe.el: Remove spurious * in custom docstrings.
1638 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
1639 (dframe-xemacs20p): Remove, inline at the sole use point.
1640 (defface): Don't defvar the face, don't use old-style backquote.
1641 (defcustom): Don't use old-style backquote.
1642 (dframe-frame-parameter, dframe-mouse-event-p):
1643 Make it obvious that it's always defined.
1644 (dframe-popup-kludge): New function to replace
1645 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
1646 (dframe-frame-mode, dframe-set-timer-internal)
1647 (dframe-mouse-set-point): Remove use of with-no-warnings from
1648 XEmacs-specific code.
1649 (dframe-set-timer-internal): Fix very old bug with
1650 post-command-idle-hook.
1651
1652 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
1653
1654 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
1655
1656 * image-mode.el (image-minor-mode): Use image-mode-text-map.
1657
1658 2007-08-22 Reiner Steib <Reiner.Steib@gmx.de>
1659
1660 * sort.el (sort-fold-case, sort-numeric-base): Mark as
1661 safe-local-variable.
1662
1663 2007-08-22 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1664
1665 * net/browse-url.el (browse-url-emacs): New function.
1666
1667 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
1668
1669 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
1670 warning if the file uses old style backquotes.
1671
1672 * emacs-lisp/bytecomp.el (byte-compile-log-file)
1673 (byte-recompile-directory, byte-compile-file)
1674 (byte-compile-from-buffer): Use with-current-buffer.
1675
1676 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
1677 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
1678 (line-move-1, line-move-finish, line-move-to-column)
1679 (move-end-of-line, move-beginning-of-line): Use new name.
1680
1681 2007-08-22 Glenn Morris <rgm@gnu.org>
1682
1683 * files.el (backup-buffer-copy): Check backup directory is
1684 writable, to avoid infloop deleting old backup.
1685
1686 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
1687 movemail related variables.
1688 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
1689 will now be set before this is called.
1690
1691 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1692
1693 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
1694
1695 * progmodes/ada-mode.el: Fix up comment style in header.
1696 (ada-check-emacs-version): Remove.
1697 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
1698 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
1699 to try and quieten the byte-compiler.
1700 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
1701
1702 * vc.el (vc-annotate-warp-version): Don't use previous-line.
1703
1704 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
1705
1706 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
1707 extracted from `eval-last-sexp-1'.
1708 (eval-last-sexp-1): Call `preceding-sexp'.
1709
1710 2007-08-19 Glenn Morris <rgm@gnu.org>
1711
1712 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
1713 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
1714 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
1715 shadow files messing up the compilation.
1716
1717 2007-08-18 Glenn Morris <rgm@gnu.org>
1718
1719 * progmodes/scheme.el (scheme-mode-variables):
1720 Set font-lock-comment-start-skip.
1721
1722 2007-08-18 Martin Rudalics <rudalics@gmx.at>
1723
1724 * progmodes/ada-mode.el (ada-create-syntax-table):
1725 Move set-syntax-table from here to ...
1726 (ada-mode): ... here. Don't change global value of comment-multi-line.
1727 Call new function ada-initialize-syntax-table-properties.
1728 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
1729 (ada-deactivate-properties, ada-initialize-properties):
1730 Replace by new functions ...
1731 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
1732 (ada-initialize-syntax-table-properties): ... to set up syntax-table
1733 properties uniformly, independently from whether font-lock-mode
1734 is enabled or not. Handle read-only buffers and do not change
1735 undo-list when setting syntax-table properties.
1736 (ada-after-change-function): Use ada-set-syntax-table-properties.
1737
1738 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1739
1740 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
1741 (cperl-find-pods-heres): Fix an error when typing expressions like
1742 `s{a}{b}'.
1743
1744 2007-08-17 Glenn Morris <rgm@gnu.org>
1745
1746 * progmodes/compile.el (compilation-get-file-structure): Make use
1747 of the directory part when checking for an existing entry, to
1748 handle files with same basename in different directories.
1749
1750 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1751
1752 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
1753 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
1754 (ps-paragraph-spacing): Docstring fix.
1755
1756 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
1757
1758 * smerge-mode.el (smerge-resolve): New arg `safe'.
1759 (smerge-resolve-all, smerge-batch-resolve): New function.
1760 (smerge-refine): Make sure `diff' returns the expected result.
1761 (smerge-parsep-re): New const.
1762 (smerge-mode): Use it to adjust paragraph-separate.
1763
1764 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1765 Correctly match / regexp matchers as first char on a line when
1766 fontifying only that line.
1767
1768 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
1769
1770 2007-08-16 Glenn Morris <rgm@gnu.org>
1771
1772 * ps-print.el (ps-font-size): Doc fix.
1773
1774 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
1775
1776 * vc-bzr.el: Don't fiddle with vc-handled-backend.
1777 (vc-bzr-registered): Don't redundantly protect against
1778 file-error. Actually use the format-specific code.
1779 (vc-bzr-buffer-nonblank-p): Remove.
1780 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
1781
1782 2007-08-15 Glenn Morris <rgm@gnu.org>
1783
1784 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
1785 sloppier, for the sake of GNU Mailman.
1786 (rmail-digest-rfc1153): Initialize `result' correctly.
1787
1788 2007-08-14 Glenn Morris <rgm@gnu.org>
1789
1790 * simple.el (bad-packages-alist): New constant.
1791 (bad-package-check): New function. Together, these two add
1792 elements to `after-load-alist' to check for problematic external
1793 packages.
1794 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
1795
1796 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
1797
1798 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
1799 optional quotes around files in NEED-UPDATE . REMOVED case.
1800
1801 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
1802 (ada-treat-cmd-string): Improve error message.
1803 (ada-do-file-completion): Call `ada-require-project-file', so
1804 project variables are set properly.
1805 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
1806 (ada-gnatfind-buffer-name): New constant.
1807 (ada-find-any-references): Use new constant. Set buffer name
1808 properly in compilation-start. Toggle read-only properly.
1809 (ada-find-in-src-path): Fix spelling error in docstring.
1810
1811 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
1812 by zero error.
1813
1814 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
1815
1816 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
1817
1818 2007-08-12 Richard Stallman <rms@gnu.org>
1819
1820 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
1821 (cvs-execute-single-file): Use new name split-string-and-unquote.
1822 (cvs-header-msg): Use new name combine-and-quote-strings.
1823
1824 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
1825
1826 * progmodes/gud.el (gud-common-init): Use new name
1827 split-string-and-unquote.
1828
1829 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
1830 in javac regexp.
1831
1832 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
1833 combine-and-quote-strings and split-string-and-unquote.
1834
1835 * subr.el (combine-and-quote-strings): Rename from strings->string.
1836 (split-string-and-unquote): Rename from string->strings.
1837
1838 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1839
1840 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
1841 to buffer-local settings.
1842
1843 * emacs-lisp/backquote.el (backquote-delay-process): New function.
1844 (backquote-process): Add internal arg `level'. Use the two to
1845 correctly handle nested backquotes.
1846
1847 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
1848
1849 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
1850 (vc-bzr-state-words): Add "kind changed" state word.
1851 (vc-bzr-status): New function. Return Bzr idea of file status,
1852 which is different from VC's.
1853 (vc-bzr-state): Use vc-bzr-status.
1854 (vc-workfile-unchanged-p): Use vc-bzr-status.
1855 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
1856 (vc-dired-state): Process "kind changed" state word.
1857
1858 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
1859
1860 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
1861
1862 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
1863 Move from vc-default-find-file-not-found-hook.
1864
1865 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
1866
1867 * url/url-auth.el (url-basic-auth): When prompting for username
1868 and password, default to the username and password in the URL.
1869
1870 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1871
1872 * man.el: Remove spurious * in docstrings.
1873 Merge defvars and toplevel setq-defaults.
1874 (Man-highlight-references0): Limit=nil rather than point-max.
1875 (Man-mode-map): Move initialization into the declaration.
1876 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
1877 (Man-view-header-file): Use expand-file-name rather than concat.
1878 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
1879
1880 * man.el (Man-next-section): Make sure we do not move backward.
1881
1882 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1883
1884 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
1885 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
1886 ps-print-color-p is neither nil nor black-white. Reported by Christian
1887 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1888
1889 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1890
1891 * files.el (auto-mode-alist): Use the purecopied text (duh!).
1892
1893 2007-08-08 Andreas Schwab <schwab@suse.de>
1894
1895 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
1896 self-insert-command, not self-insert.
1897
1898 2007-08-08 Glenn Morris <rgm@gnu.org>
1899
1900 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
1901
1902 * Replace `iff' in doc-strings and comments.
1903
1904 * help-mode.el (help-make-xrefs): Search for symbol constituents,
1905 rather than just `-'.
1906
1907 2007-08-08 Martin Rudalics <rudalics@gmx.at>
1908
1909 * dired.el (dired-pop-to-buffer):
1910 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1911 * calendar/calendar.el (generate-calendar-window):
1912 * progmodes/compile.el (compilation-set-window-height):
1913 * textmodes/two-column.el (2C-two-columns, 2C-merge):
1914 Use window-full-width-p instead of comparing frame-width and
1915 window-width.
1916
1917 * progmodes/compile.el (compilation-find-buffer): Remove extra
1918 argument in call to compilation-buffer-internal-p.
1919
1920 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
1921
1922 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
1923 parameters IDENTIFICATION and CONNECTED.
1924 (tramp-handle-insert-file-contents): VISIT must be handled after
1925 insertion of the local copy. Reported by Peter Gordon
1926 <peter@pg-consultants.com>.
1927 (tramp-file-name-handler): No special handling for
1928 `expand-file-name'. But for `file-name-as-directory'.
1929 (tramp-find-shell, tramp-open-connection-telnet)
1930 (tramp-open-connection-rsh, tramp-open-connection-su)
1931 (tramp-open-connection-multi)
1932 (tramp-open-connection-setup-interactive-shell): Guard against
1933 $PROMPT_COMMAND shell var. Reported by Steve Youngs
1934 <steve@sxemacs.org>.
1935 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
1936 the hint.
1937
1938 * net/trampver.el: Update release number.
1939
1940 2007-08-07 Tom Tromey <tromey@redhat.com>
1941
1942 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
1943 Add safe-local-variable property.
1944
1945 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
1946
1947 * image-mode.el (image-toggle-display): Use image-refresh.
1948
1949 * longlines.el (longlines-decoded): New variable.
1950 (longlines-mode): Avoid encoding or decoding the buffer twice.
1951
1952 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
1953
1954 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
1955 unofficial version.
1956 (vc-bzr-command): Remove redundant setting of process-connection-type.
1957 (vc-bzr-admin-checkout-format-file): Add autoload.
1958 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
1959 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
1960 (vc-bzr-registered): Compare dirstate format tag with known good
1961 value, abort parsing if match fails. Warn user in docstring.
1962 (vc-bzr-workfile-version): Case for different Bzr branch formats.
1963 See bzrlib/branch.py in Bzr sources.
1964 (vc-bzr-diff): First argument FILES may be a string rather than a list.
1965 (vc-bzr-shell-command): Remove in favor of
1966 vc-bzr-command-discarding-stderr.
1967 (vc-bzr-command-discarding-stderr): New function.
1968
1969 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
1970
1971 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
1972 program, and return nil
1973 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
1974 (vc-bzr-state): Look for path names relative to the repository
1975 root after status keyword.
1976 (vc-bzr-file-name-relative): New function.
1977 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
1978 depend on it.
1979 (vc-bzr-admin-dirname, ...-checkout-format-file)
1980 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
1981 files that we now parse directly for speed.
1982 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
1983 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
1984 (vc-bzr-state): "bzr status" successful only if exitcode is 0
1985 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
1986 Bzr warnings, so we must discard it.
1987 (vc-bzr-workfile-version): Speedup counting lines from
1988 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
1989 if that file doesn't exist.
1990 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
1991 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
1992 (not ".bzr"!) to `vc-directory-exclusion-list'
1993 (vc-bzr-shell-command): New function.
1994
1995 2007-08-06 Tom Tromey <tromey@redhat.com>
1996
1997 * diff-mode.el (diff-unified->context, diff-reverse-direction)
1998 (diff-fixup-modifs): Typo in docstring.
1999
2000 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
2001
2002 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
2003 count-screen-lines.
2004 (tpu-edt-off): Disable relevant pieces of advice.
2005
2006 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
2007 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
2008 (newline, newline-and-indent, do-auto-fill): Use advice instead of
2009 redefining the function.
2010 (tpu-set-scroll-margins): Activate the pieces of advice.
2011
2012 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
2013
2014 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
2015 process-filter.
2016
2017 2007-08-06 Martin Rudalics <rudalics@gmx.at>
2018
2019 * help.el (resize-temp-buffer-window): Use window-full-width-p
2020 instead of comparing frame-width and window-width.
2021
2022 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
2023
2024 * term.el: Honor term-default-fg-color and term-default-bg-color
2025 settings when modifying term-current-face.
2026 (term-default-fg-color, term-default-bg-color): Initialize from
2027 default term-current-face.
2028 (term-mode, term-reset-terminal): Set term-current-face with
2029 term-default-fg-color and term-default-bg-color.
2030 (term-handle-colors-array): term-current-face has term-default-fg-color
2031 and term-default-bg-color after reset escape sequence.
2032 (term-handle-colors-array): Set term-current-color with
2033 term-default-fg/bg-color instead of ansi-term-color-vector when the
2034 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
2035
2036 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
2037
2038 * files.el (set-auto-mode): Handle also remote files wrt
2039 `auto-mode-alist'.
2040
2041 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
2042 remote identification.
2043
2044 2007-08-04 Glenn Morris <rgm@gnu.org>
2045
2046 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
2047 zero, not nil, when the library is first loaded. Check for a file
2048 that has been modified on disk.
2049
2050 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
2051 Remove duplicate defvar preventing initialization.
2052 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
2053
2054 2007-08-03 Miles Bader <miles@gnu.org>
2055
2056 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
2057 backend names for new backends to `Git', `Hg', and `Bzr'.
2058 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
2059 not `HG'.
2060 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
2061 name, not `GIT'.
2062 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
2063 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
2064
2065 2007-08-03 Glenn Morris <rgm@gnu.org>
2066
2067 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
2068
2069 2007-08-02 Richard Stallman <rms@gnu.org>
2070
2071 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
2072 to update deleted flag.
2073
2074 * cus-edit.el (customize-apropos, customize-apropos-options)
2075 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
2076
2077 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
2078
2079 * startup.el (fancy-splash-head, startup-echo-area-message):
2080 Change message text.
2081
2082 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
2083 All callers use line-move.
2084
2085 * progmodes/compile.el (compilation-find-buffer): Return current
2086 buffer immediately if suitable.
2087 (compile, compilation-buffer-name, compilation-start): Doc fixes.
2088
2089 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2090
2091 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
2092 Make it more discriminating and more useful.
2093 (vc-bzr-root-dir): Use new name.
2094 (vc-bzr-registered): Use new name and look at the dirstate file to
2095 determine if it's registered or not without running `bzr'.
2096
2097 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
2098
2099 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
2100
2101 2007-07-31 Drew Adams <drew.adams@oracle.com>
2102
2103 * cus-edit.el (custom-group-value-create, custom-goto-parent):
2104 Fix parent groups link.
2105
2106 2007-07-31 Daiki Ueno <ueno@unixuser.org>
2107
2108 * faces.el (face-normalize-spec): New function.
2109 (frame-set-background-mode): Normalize face-spec before calling
2110 face-spec-match-p.
2111
2112 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
2113
2114 * vc-bzr.el: New file (copied from the trunk).
2115
2116 * vc-hooks.el (vc-handled-backends): Add BZR.
2117 (vc-find-file-hook): Failsafe if the backend's `registered'
2118 function burps.
2119
2120 * server.el (server-window): Add switch-to-buffer-other-frame option.
2121
2122 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2123
2124 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
2125 (vc-git-revision-completion-table): Enable.
2126
2127 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
2128
2129 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
2130
2131 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
2132 (vc-hg-registered): Set the vc-state property.
2133
2134 * diff-mode.el (diff-mode-menu): New entries.
2135
2136 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
2137
2138 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
2139 (diff-file-kill): Use it.
2140 (diff-beginning-of-hunk): Add arg `try-harder' using it.
2141 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
2142 Use it so they find the hunk even when we're in the file header.
2143
2144 * vc.el: Add new VC operation `revision-completion-table'.
2145 (vc-default-revision-completion-table): New function.
2146 (vc-version-diff, vc-version-other-window): Use it to provide
2147 completion of revision names if the backend provides it.
2148
2149 * vc-arch.el (vc-arch--version-completion-table)
2150 (vc-arch-revision-completion-table): New functions to provide
2151 completion of revision names.
2152
2153 * vc-cvs.el: Require CL.
2154 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
2155 New functions to provide completion of revision names.
2156
2157 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
2158
2159 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
2160 (copyright-fix-years, copyright): Correctly handle the case where
2161 copyright-limit is nil.
2162
2163 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
2164
2165 * progmodes/python.el (run-python): Fix path separator under w32.
2166
2167 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
2168
2169 * vc-git.el: New File.
2170
2171 2007-07-28 Alan Mackenzie <acm@muc.de>
2172
2173 Fix problem with modes derived from CC Mode:
2174 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
2175 macro to cc-langs.
2176 (c-init-language-vars-for): Remove call to above macro.
2177 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
2178 been moved to here.
2179 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
2180
2181 2007-07-28 Eli Zaretskii <eliz@gnu.org>
2182
2183 * net/trampver.el: Fix the `coding' cookie.
2184
2185 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
2186
2187 * add-log.el (change-log-redate): Remove (not needed anymore and
2188 doesn't appear to work).
2189
2190 2007-07-25 Glenn Morris <rgm@gnu.org>
2191
2192 * Relicense all FSF files to GPLv3 or later.
2193
2194 * COPYING: Switch to GPLv3.
2195
2196 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
2197
2198 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
2199 Replace it with another one which disables undo before calling
2200 erase-buffer and then turns it back on if needed.
2201
2202 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2203
2204 * ps-print.el: Problem with foreground and background color when
2205 printing a buffer with and without faces. Reported by Christian
2206 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2207 (ps-print-version): New version 6.7.5.
2208 (ps-default-fg): Change default value to nil, so black color is used
2209 when a face does not specify a foreground color.
2210 (ps-default-bg): Change default value to nil, so white color is used
2211 for background color.
2212 (ps-begin-job): Fix code.
2213
2214 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
2215
2216 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
2217
2218 2007-07-24 Alan Mackenzie <acm@muc.de>
2219
2220 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
2221 Initialise byte-compile-unresolved-functions before rather than
2222 after a compilation.
2223 (byte-compile-unresolved-functions): Amplify doc string.
2224
2225 2007-07-24 Glenn Morris <rgm@gnu.org>
2226
2227 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
2228 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
2229 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
2230 (cal-tex-cursor-week, cal-tex-cursor-week2)
2231 (cal-tex-cursor-week-iso, cal-tex-week-hours)
2232 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
2233 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2234 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
2235
2236 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
2237
2238 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
2239
2240 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2241
2242 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
2243 underlying file is uptodate.
2244
2245 2007-07-23 Richard Stallman <rms@gnu.org>
2246
2247 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
2248
2249 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2250
2251 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
2252 (sh-font-lock-flush-syntax-ppss-cache): New funs.
2253 (sh-font-lock-syntactic-keywords): Use them to distinguish the
2254 different possible cases for \'.
2255 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
2256
2257 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
2258 `file' from which to start the search and fix case where `file' is the
2259 current directory and the root as well.
2260
2261 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
2262 name for buffer-file-name if it refers to a directory.
2263
2264 2007-07-22 Jason Rumney <jasonr@gnu.org>
2265
2266 * w32-fns.el (set-default-process-coding-system): Use dos line ends
2267 for input to cmdproxy on all versions of Windows.
2268 Use dos line ends for input to plink.
2269
2270 * comint.el (comint-simple-send): Concat newline before sending.
2271 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
2272
2273 2007-07-22 Juri Linkov <juri@jurta.org>
2274
2275 * isearch.el (isearch-edit-string): Save old point and
2276 isearch-other-end to old-point and old-other-end before reading
2277 the search string from minibuffer. After exiting minibuffer set
2278 point to old-other-end if point and the search direction is the
2279 same as before reading the search string.
2280 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
2281 to isearch-other-end. Instead of isearch-search-and-update call
2282 three functions isearch-search, isearch-push-state and isearch-update.
2283
2284 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
2285
2286 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
2287 destroying an existing buffer.
2288
2289 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2290
2291 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
2292
2293 * term/x-win.el (x-handle-no-bitmap-icon): New function.
2294
2295 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
2296
2297 * textmodes/reftex.el (reftex-access-parse-file): Create parse
2298 file in a way that does not interfere with recentf.
2299
2300 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
2301
2302 * image-dired.el (image-dired-sane-db-file): New func.
2303 (image-dired-write-tags, image-dired-remove-tag)
2304 (image-dired-list-tags, image-dired-write-comments)
2305 (image-dired-get-comment, image-dired-mark-tagged-files)
2306 (image-dired-create-gallery-lists): Call new func.
2307 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
2308
2309 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
2310
2311 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
2312 (vc-hg-dir-state): Fix loop.
2313 (vc-hg-print-log): Fix expected return value for vc-hg-command.
2314 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
2315 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
2316 (vc-hg-revert): Likewise.
2317 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
2318
2319 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
2320
2321 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
2322 case of alignment under a constant symbol, find and consider
2323 the sexp actually at indentation to be the "last sexp".
2324
2325 2007-07-20 Eli Zaretskii <eliz@gnu.org>
2326
2327 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2328 (install): Use them to copy all *.el files before *.elc.
2329 (clean): Don't delete *~.
2330
2331 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
2332
2333 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
2334
2335 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
2336
2337 * vc-hg.el (vc-hg-registered): Replace if with when.
2338 (vc-hg-state): Deal with nonexistent files.
2339
2340 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
2341
2342 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
2343 (follow-delete-other-windows-and-split, follow-recenter)
2344 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
2345 (follow-redisplay, follow-estimate-first-window-start)
2346 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
2347 Fix typos in docstrings.
2348
2349 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
2350
2351 * bookmark.el (bookmark-show-all-annotations):
2352 Make sure each inserted annotation ends with newline.
2353
2354 (bookmark-maybe-sort-alist): Don't modify
2355 bookmark-alist. Instead, if not sorting, simply return it.
2356 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
2357 for its return value, not for its side effect.
2358
2359 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
2360
2361 * vc.el: Add more info about the vc-registered function.
2362
2363 2007-07-16 David Kastrup <dak@gnu.org>
2364
2365 * emacs-lisp/advice.el (defadvice): Doc fix.
2366
2367 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
2368
2369 * subr.el (when, unless): Doc fix.
2370
2371 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
2372
2373 * vc-hg.el (vc-hg-state): Handle removed files.
2374 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
2375 (vc-hg-checkout): Re-enable.
2376
2377 2007-07-15 Richard Stallman <rms@gnu.org>
2378
2379 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
2380
2381 * tutorial.el (tutorial--find-changed-keys):
2382 Handle C-x specially like ESC.
2383
2384 2007-07-15 Roland McGrath <roland@frob.com>
2385
2386 * add-log.el (add-change-log-entry): Check add-log-full-name
2387 and add-log-mailing-address later, after change-log-mode-hook.
2388
2389 2007-07-15 Richard Stallman <rms@gnu.org>
2390
2391 * isearch.el (isearch-mode, isearch-done):
2392 Delete unintended code in previous change.
2393
2394 * ps-print.el (ps-default-bg): Change to White.
2395
2396 2007-07-15 Aaron Hawley <aaronh@garden.org>
2397
2398 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
2399
2400 2007-07-15 Martin Rudalics <rudalics@gmx.at>
2401
2402 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
2403 when handling the terminating event.
2404
2405 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
2406
2407 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
2408
2409 2007-07-13 Eli Zaretskii <eliz@gnu.org>
2410
2411 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2412 (install): Use them to copy all *.el files before *.elc.
2413
2414 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
2415
2416 * replace.el (match): Use yellow1 instead of yellow.
2417
2418 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
2419
2420 * pcvs-info.el (cvs-unknown): Likewise.
2421
2422 2007-07-12 Davis Herring <herring@lanl.gov>
2423
2424 * desktop.el (desktop-buffer-info, desktop-save):
2425 Use `desktop-dirname' instead of `dirname'.
2426
2427 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
2428
2429 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
2430
2431 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
2432
2433 2007-07-10 Richard Stallman <rms@gnu.org>
2434
2435 * emacs-lisp/lisp-mode.el (eval-defun):
2436 Explain special handling of `defface'.
2437
2438 2007-07-09 Richard Stallman <rms@gnu.org>
2439
2440 * isearch.el (isearch-edit-string): Call to isearch-push-state
2441 after the search.
2442
2443 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
2444
2445 * cus-start.el (file-coding-system-alist): Fix custom type.
2446
2447 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
2448
2449 * longlines.el (longlines-wrap-region): Avoid marking buffer as
2450 modified.
2451 (longlines-auto-wrap, longlines-window-change-function):
2452 Remove unnecessary calls to set-buffer-modified-p.
2453
2454 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2455
2456 * vc.el (vc-default-log-view-mode): New function.
2457 (vc-print-log): Add new `log-view-mode' VC operation.
2458
2459 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
2460
2461 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
2462 Rename and move to...
2463
2464 * subr.el (strings->string, string->strings): ...here.
2465
2466 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
2467 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
2468
2469 * progmodes/gud.el (gud-common-init): Call string->strings instead
2470 of split-string.
2471
2472 2007-07-07 Eli Zaretskii <eliz@gnu.org>
2473
2474 * term/w32-win.el (menu-bar-open): New function.
2475 Bind <f10> to it.
2476
2477 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2478
2479 * log-view.el (log-view-mode-menu): New menu.
2480
2481 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
2482
2483 * vc-hg.el: New file.
2484
2485 2007-07-06 Andreas Schwab <schwab@suse.de>
2486
2487 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
2488 dynamic bindings around the evaluation of the expression.
2489 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
2490
2491 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
2492
2493 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
2494 file names.
2495
2496 2007-07-02 Martin Rudalics <rudalics@gmx.at>
2497
2498 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
2499
2500 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
2501 event is not a cons cell. Do not unread drag-mouse-1 events.
2502 Select right window in check whether space was stolen from
2503 window above.
2504
2505 2007-07-01 Richard Stallman <rms@gnu.org>
2506
2507 * files.el (find-file-visit-truename): Fix safe-local-variable value.
2508
2509 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
2510
2511 * generic-x.el (generic-define-mswindows-modes)
2512 (generic-define-unix-modes, apache-log-generic-mode)
2513 (bat-generic-mode-keymap, java-manifest-generic-mode)
2514 (show-tabs-generic-mode): Fix typos in docstrings.
2515
2516 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2517
2518 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
2519 replace-regexp-in-string.
2520
2521 2007-06-28 Andreas Schwab <schwab@suse.de>
2522
2523 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
2524 $(lisp)/subdirs.el.
2525
2526 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
2527
2528 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
2529 the speedbar frame if nil; that deletes the current frame or
2530 causes an error if it is the only frame.
2531 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
2532
2533 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
2534
2535 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
2536 directory where the desktop file was found, as the docstring says.
2537 (desktop-kill): Use `read-directory-name'.
2538
2539 * desktop.el (desktop-load-locked-desktop): New option.
2540 (desktop-read): Use it.
2541 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
2542 Use `when'.
2543
2544 2007-06-24 Davis Herring <herring@lanl.gov>
2545
2546 * desktop.el (desktop-save-mode-off): New function.
2547 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
2548 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
2549 (desktop-claim-lock, desktop-release-lock): New functions.
2550 (desktop-kill): Tell `desktop-save' that this is the last save.
2551 Release the lock afterwards.
2552 (desktop-buffer-info): New function.
2553 (desktop-save): Use it. Run `desktop-save-hook' where the doc
2554 says to. Detect conflicts, and manage the lock.
2555 (desktop-read): Detect conflicts. Manage the lock.
2556
2557 2007-06-23 Eli Zaretskii <eliz@gnu.org>
2558
2559 * ls-lisp.el (insert-directory): If an invalid regexp error is
2560 thrown, try using FILE as a literal file name, not a wildcard.
2561 Check for FILE as an existing file, not just a directory.
2562
2563 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
2564
2565 * ruler-mode.el (ruler-mode): Prevent clobbering the original
2566 `header-line-format' when reentering ruler mode.
2567
2568 2007-06-23 Eli Zaretskii <eliz@gnu.org>
2569
2570 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
2571 FILE exists as a directory.
2572
2573 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2574
2575 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
2576 (vera-font-lock-match-item): Fix doc string.
2577 (vera-in-comment-p): Remove unused function.
2578 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
2579 use `syntax-ppss'.
2580 (vera-forward-syntactic-ws): Fix argument order.
2581 (vera-prepare-search): Use `with-syntax-table'.
2582 (vera-indent-line): Fix doc string.
2583 (vera-electric-tab): Fix doc string.
2584 (vera-expand-abbrev): Define alias instead of using `fset'.
2585 (vera-comment-uncomment-region): Use `comment-start-skip'.
2586
2587 2007-06-20 Reto Zimmermann <reto@gnu.org>
2588
2589 * progmodes/vera-mode.el: New file.
2590
2591 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
2592
2593 * ido.el (ido-find-file-in-dir): Don't signal an error for
2594 empty directories.
2595
2596 2007-06-18 Alan Mackenzie <acm@muc.de>
2597
2598 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2599 When removing lines, also remove the \n. Correction of patch of
2600 2007-04-21.
2601
2602 2007-06-17 Glenn Morris <rgm@gnu.org>
2603
2604 * lpr.el (lpr-page-header-switches): Move %s to separate element
2605 for correct quoting. Doc fix.
2606
2607 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2608
2609 * term/xterm.el (terminal-init-xterm): Escape parens in character
2610 constants.
2611
2612 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
2613
2614 * scroll-lock.el (scroll-lock-mode): Doc fix.
2615
2616 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2617
2618 * font-lock.el (font-lock-add-keywords): In case font-lock was only
2619 half-activated, forcefully activate it completely.
2620
2621 2007-06-11 Richard Stallman <rms@gnu.org>
2622
2623 * cus-edit.el (custom-variable-type): Doc fix.
2624
2625 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
2626
2627 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
2628
2629 2007-06-09 Davis Herring <herring@lanl.gov>
2630
2631 * desktop.el (desktop-minor-mode-table): Doc fix.
2632
2633 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
2634
2635 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
2636 (image-next-line, image-previous-line, image-scroll-up)
2637 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
2638 New functions.
2639 (image-mode-map): Remap motion commands.
2640 (image-mode-text-map): New keymap for viewing images as text.
2641 (image-mode): Use image-mode-map.
2642 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
2643
2644 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
2645
2646 Sync with Tramp 2.0.56.
2647
2648 * net/tramp.el:
2649 * net/tramp-ftp.el:
2650 * net/tramp-smb.el:
2651 * net/tramp-util.el:
2652 * net/tramp-vc.el:
2653 Don't load cl.el, because that pollutes the namespace. Replace cl
2654 macros by their implementations where necessary. Requested by
2655 Richard Stallman <rms@gnu.org>.
2656
2657 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
2658 doesn't exist.
2659 (with-parsed-tramp-file-name): Protect debug spec during compilation.
2660 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
2661 (tramp-file-name-p, tramp-file-name-multi-method)
2662 (tramp-file-name-method, tramp-file-name-user)
2663 (tramp-file-name-host, tramp-file-name-localname): New defuns,
2664 replacing defstruct `tramp-file-name'.
2665 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
2666 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
2667 Apply `vector' instead of `make-tramp-file-name'.
2668 (tramp-handle-make-auto-save-file-name):
2669 Apply `tramp-temporary-file-directory' for compatibility reasons.
2670 (tramp-completion-mode): Use `natnump' instead of `wholenump'
2671 because of XEmacs.
2672 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
2673 started.
2674
2675 2007-06-07 David Kastrup <dak@gnu.org>
2676
2677 * dired.el (dired-recursive-deletes, dired-recursive-copies):
2678 Change default to `top'.
2679
2680 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
2681
2682 * dired.el (dired-mode-map): Remove spurious separator.
2683
2684 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2685
2686 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
2687
2688 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2689 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
2690
2691 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
2692
2693 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
2694 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
2695
2696 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2697
2698 * progmodes/ebrowse.el (ebrowse-member-table):
2699 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
2700
2701 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2702
2703 * pgg.el (pgg-sign-region, pgg-sign):
2704 * ses.el (ses-call-printer):
2705 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
2706 * textmodes/org.el (org-cycle): Fix typos in docstrings.
2707
2708 2007-06-06 Eli Zaretskii <eliz@gnu.org>
2709
2710 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
2711 (tar-get-descriptor): Handle type 55, an extended pax header.
2712
2713 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2714
2715 * textmodes/css-mode.el: New file.
2716
2717 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
2718
2719 * net/socks.el: New file, taken from w3 repository.
2720 (top): Update Copyright. Don't load cl.el.
2721 (all): Replace `case' by `cond', `string-to-int' by
2722 `string-to-number', and `process-kill-without-query' by
2723 `set-process-query-on-exit-flag'.
2724 (socks-char-int): Remove defalias and all occurrences.
2725
2726 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2727
2728 * international/mule-cmds.el (toggle-enable-multibyte-characters)
2729 (sort-coding-systems, search-unencodable-char): Doc fixes.
2730 (coding-system-change-eol-conversion, set-default-coding-systems)
2731 (prefer-coding-system, find-multibyte-characters, princ-list)
2732 (leim-list-entry-regexp, set-input-method, locale-language-names)
2733 (input-method-exit-on-first-char, exit-language-environment-hook)
2734 (locale-charset-language-names): Fix typos in docstrings.
2735
2736 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
2737
2738 * bs.el (bs-cycle-previous): Don't modify the cycle list until
2739 `switch-to-buffer' has returned succesfully.
2740 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
2741 window is dedicated (it could iconify the frame).
2742
2743 2007-06-05 Glenn Morris <rgm@gnu.org>
2744
2745 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
2746
2747 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
2748
2749 * files.el (auto-mode-alist): Add lower-priority match for names
2750 like ChangeLog.old.
2751
2752 2007-06-04 Andreas Schwab <schwab@suse.de>
2753
2754 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
2755
2756 2007-06-04 Davis Herring <herring@lanl.gov>
2757
2758 * calendar/timeclock.el: Update version number.
2759 (timeclock-modeline-display): Mention timeclock-use-display-time
2760 in explanatory message.
2761 (timeclock-log): Suppress warnings when finding the log.
2762 Don't check for a nil project twice. Run hooks after killing the
2763 buffer (if applicable).
2764 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
2765 was geometric). All uses changed.
2766 (timeclock-generate-report): Support prefix argument.
2767
2768 2007-06-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2769
2770 * man.el (Man-next-section): Don't consider the last line of the
2771 page as being part of any section.
2772
2773 2007-06-04 Martin Rudalics <rudalics@gmx.at>
2774
2775 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
2776 modified flag of buffer. Use `inhibit-modification-hooks'.
2777
2778 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
2779
2780 * mail/mail-extr.el (mail-extract-address-components):
2781 Recognize non-ASCII characters except for NBSP as words.
2782
2783 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
2784
2785 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
2786
2787 2007-06-04 Michael Olson <mwolson@gnu.org>
2788
2789 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
2790 died and we are trying to send a signal to it.
2791
2792 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
2793
2794 * emacs-lisp/easy-mmode.el (define-minor-mode)
2795 (easy-mmode-define-navigation): Fix typos in docstrings.
2796
2797 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
2798 Fix typos in docstrings.
2799 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
2800 (compilation-finish-function): Fix typo in obsolescence declaration.
2801
2802 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
2803
2804 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
2805
2806 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
2807 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
2808
2809 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
2810
2811 * longlines.el (longlines-mode): Make longlines-auto-wrap
2812 buffer-local. Add hooks unconditionally.
2813 (longlines-auto-wrap): Toggle wrapping.
2814 (longlines-after-change-function)
2815 (longlines-post-command-function): Check longlines-auto-wrap.
2816
2817 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
2818
2819 * Version 22.1 released.
2820
2821 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
2822
2823 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
2824 changes.
2825
2826 2007-05-31 Richard Stallman <rms@gnu.org>
2827
2828 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
2829
2830 2007-05-29 Martin Rudalics <rudalics@gmx.at>
2831
2832 * textmodes/table.el (table--point-entered-cell-function)
2833 (table--point-left-cell-function):
2834 Bind `inhibit-point-motion-hooks' to t.
2835
2836 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2837
2838 * emacs-lisp/rx.el (rx): Doc fix.
2839
2840 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
2841
2842 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
2843
2844 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2845
2846 * log-edit.el (log-edit-changelog-paragraph): Return point-max
2847 as the end of the ChangeLog paragraph when it ends without a line
2848 termination.
2849
2850 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2851
2852 * textmodes/fill.el (canonically-space-region): Make the second arg
2853 a marker if it's not already the case.
2854
2855 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
2856 (xterm-mouse-event): Use it.
2857
2858 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
2859
2860 * vc-hooks.el (vc-find-root): Fix file attribute test.
2861
2862 2007-05-24 Richard Stallman <rms@gnu.org>
2863
2864 * textmodes/flyspell.el (flyspell-correct-word-before-point):
2865 Don't let opoint be nil.
2866 (flyspell-emacs-popup): Explicit error if no dialogs.
2867
2868 2007-05-23 Eli Zaretskii <eliz@gnu.org>
2869
2870 * tar-mode.el (tar-file-name-handler): New function.
2871 (tar-extract): Bind file-name-handler-alist to it to force
2872 find-buffer-file-type-coding-system behave as if the file being
2873 extracted existed. Use last-coding-system-used to force
2874 buffer-file-coding-system to what decode-coding-region actually
2875 used to decode the file.
2876
2877 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2878
2879 * progmodes/compile.el (compilation-handle-exit):
2880 `compilation-finish-function' may change the current buffer.
2881
2882 2007-05-22 Richard Stallman <rms@gnu.org>
2883
2884 * files.el (set-auto-mode): Doc fix.
2885
2886 2007-05-22 Eli Zaretskii <eliz@gnu.org>
2887
2888 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2889
2890 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
2891
2892 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
2893 (rcirc-print): Handle `window-width'.
2894 (rcirc-buffer-maximum-lines): Doc fix.
2895
2896 2007-05-19 Kevin Ryde <user42@zip.com.au>
2897
2898 * info.el (Info-fontify-node): Match https also.
2899
2900 2007-05-18 Richard Stallman <rms@gnu.org>
2901
2902 * simple.el (push-mark): Doc fix.
2903
2904 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
2905
2906 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
2907 tpu-global-map.
2908 (tpu-original-global-map): Delete variable.
2909 (tpu-control-keys-map): New keymap variable.
2910 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
2911 setting keymapping directly.
2912 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
2913 tpu-global-map.
2914 (tpu-edt-on): Activate the tpu-global-map.
2915 (tpu-edt-off): Deactivate the tpu-global-map.
2916
2917 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
2918
2919 * textmodes/ispell.el (ispell-get-word): Return markers
2920 for start and end positions.
2921 (ispell-word): Assume END is a marker.
2922
2923 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2924
2925 * ps-print.el: Use default color when foreground or background color
2926 are unspecified. Reported by Leo <sdl.web@gmail.com>.
2927 (ps-print-version): New version 6.7.4.
2928 (ps-rgb-color): New argument. Use default color when color is
2929 unspecified.
2930 (ps-begin-job): Fix code.
2931
2932 2007-05-17 Martin Rudalics <rudalics@gmx.at>
2933
2934 * textmodes/ispell.el (ispell-start-process): Defend against bad
2935 default-directory.
2936
2937 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2938
2939 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
2940
2941 2007-05-16 Richard Stallman <rms@gnu.org>
2942
2943 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2944
2945 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2946
2947 * files.el (magic-mode-alist, magic-fallback-mode-alist):
2948 Move the *ml, Postscript, and XmCD entries to the fallback part.
2949
2950 * files.el (magic-fallback-mode-alist):
2951 Rename from file-start-mode-alist.
2952
2953 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2954
2955 * progmodes/compile.el (compilation-handle-exit): Quote first
2956 argument of `run-hook-with-args'.
2957
2958 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
2959
2960 * buff-menu.el (Buffer-menu-sort-column):
2961 * dabbrev.el (dabbrev-upcase-means-case-search):
2962 * dired.el (dired-recursive-deletes, dired-recursive-copies):
2963 * info.el (Info-current-subfile):
2964 * ls-lisp.el (ls-lisp-verbosity):
2965 * msb.el (msb-menu-cond):
2966 * pcvs.el (cvs-dired-use-hook):
2967 * simple.el (set-mark-command-repeat-pop):
2968 * time.el (display-time-24hr-format, display-time-mail-file):
2969 Doc fixes.
2970
2971 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
2972 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
2973
2974 * view.el (view-inhibit-help-message): Fix typo in docstring.
2975 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
2976
2977 2007-05-14 Eli Zaretskii <eliz@gnu.org>
2978
2979 * mail/rmail.el (rmail-convert-to-babyl-format):
2980 Check content-transfer-encoding _last_, because we need its position
2981 in base64-header-field-end.
2982
2983 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
2984
2985 * files.el (mode-require-final-newline, require-final-newline)
2986 (enable-local-variables, enable-local-eval): Doc fixes.
2987
2988 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
2989
2990 * progmodes/python.el (python-font-lock-keywords)
2991 (python-open-block-statement-p, python-mode): Add support for the new
2992 "with" keyword.
2993
2994 2007-05-10 Richard Stallman <rms@gnu.org>
2995
2996 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
2997 (iso-cvt-write-only): Likewise.
2998
2999 * emacs-lisp/easy-mmode.el (define-minor-mode):
3000 Fix generated doc string.
3001
3002 * startup.el (fancy-splash-text): Add URL of guided tour.
3003 Adjust horizontal and vertical whitespace.
3004
3005 * progmodes/compile.el (compilation-handle-exit):
3006 Use run-hook-with-args to run compilation-finish-functions.
3007
3008 * files.el (file-start-mode-alist): New variable.
3009 (magic-mode-regexp-match-limit): Doc fix.
3010 (set-auto-mode): Handle file-start-mode-alist.
3011 A little cleanup of structure.
3012
3013 2007-05-10 Davis Herring <herring@lanl.gov>
3014
3015 * calendar/timeclock.el (timeclock-in): Fix non-interactive
3016 workday specifications.
3017 (timeclock-log): Don't kill the log buffer if it already existed.
3018
3019 2007-05-08 Richard Stallman <rms@gnu.org>
3020
3021 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
3022 Don't include non-self-insert commands in the exception for `-'.
3023
3024 2007-05-08 David Reitter <david.reitter@gmail.com>
3025
3026 * progmodes/python.el (python-guess-indent): Check non-nullness
3027 before comparing indent against the 2..8 interval.
3028
3029 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3030
3031 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
3032 available.
3033
3034 2007-05-06 Richard Stallman <rms@gnu.org>
3035
3036 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
3037
3038 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
3039
3040 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
3041 disconnections.
3042
3043 2007-05-01 Romain Francoise <romain@orebokech.com>
3044
3045 * dired-x.el: Revert 2007-04-06 change.
3046
3047 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
3048
3049 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
3050 don't put stop on toolbar.
3051
3052 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
3053
3054 * find-dired.el (find-dired-filter): Propertize all text down to eob.
3055
3056 2007-04-29 Richard Stallman <rms@gnu.org>
3057
3058 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
3059
3060 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3061
3062 * progmodes/cc-mode.el (c-before-change): Use point-min rather
3063 than 1.
3064
3065 2007-04-28 Richard Stallman <rms@gnu.org>
3066
3067 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
3068
3069 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3070
3071 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
3072
3073 2007-04-28 Eli Zaretskii <eliz@gnu.org>
3074
3075 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
3076 instead of $(lisp)/mh-e.
3077
3078 * textmodes/fill.el (fill-paragraph): Doc fix.
3079
3080 2007-04-28 Glenn Morris <rgm@gnu.org>
3081
3082 * image-dired.el (image-dired-cmd-create-thumbnail-options)
3083 (image-dired-cmd-create-temp-image-options): Replace option
3084 +profile "*" with -strip.
3085
3086 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
3087
3088 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
3089 Use window-start and window-end.
3090
3091 2007-04-26 Glenn Morris <rgm@gnu.org>
3092
3093 * progmodes/python.el: Restore file pending consideration of legal
3094 status.
3095
3096 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
3097
3098 * locate.el (locate-in-alternate-database): Doc fix.
3099
3100 2007-04-26 Glenn Morris <rgm@gnu.org>
3101
3102 * button.el (button): Use underline if supported, else fall back
3103 to color.
3104
3105 2007-04-25 Richard Stallman <rms@gnu.org>
3106
3107 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
3108
3109 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
3110
3111 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
3112 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
3113 pushing mark.
3114 (idlwave-current-routine): Don't push mark.
3115
3116 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
3117
3118 * image-dired.el (image-dired-display-image): Derive image-type from
3119 filename rather than assuming jpeg, in case no resizing was needed.
3120
3121 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3122
3123 * custom.el (defface): Doc fix.
3124
3125 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
3126
3127 * progmodes/python.el: Remove due to unclear legal issues.
3128
3129 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
3130
3131 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
3132 Don't re-query for each cleared BP.
3133 (idlwave-shell-clear-bp): Optionally skip BP query.
3134 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
3135 of set-window-buffer, which incorrectly moves displayed region.
3136
3137 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
3138
3139 * calc/calc.el (calc-bug-address): Update maintainer's address.
3140 * calc/*: Update maintainer's address.
3141
3142 2007-04-23 Richard Stallman <rms@gnu.org>
3143
3144 * simple.el (set-mark-command-repeat-pop): Doc fix.
3145 Put in `editing-basics' group.
3146
3147 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
3148
3149 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
3150 New functions.
3151 (Info-mode-line-node-keymap): Bind mouse commands to
3152 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
3153
3154 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
3155
3156 * locate.el (locate-local-prompt): New var.
3157 (locate-prompt-for-command): Doc fix.
3158 (locate-prompt-for-search-string): New function.
3159 (locate): New optional arg. Make locate-local-prompt
3160 buffer-local. Use locate-prompt-for-search-string.
3161 (locate-with-filter): New optional arg.
3162 Use locate-prompt-for-search-string.
3163 (locate-update): Bind locate-prompt-for-command.
3164
3165 2007-04-23 Glenn Morris <rgm@gnu.org>
3166
3167 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
3168
3169 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
3170
3171 * button.el (button): Inherit from link face on a tty.
3172
3173 2007-04-23 Glenn Morris <rgm@gnu.org>
3174
3175 * button.el (button): Use color for this face on a tty.
3176
3177 * files.el (magic-mode-alist): Allow for carriage-returns in
3178 html-mode and sgml-mode entries.
3179
3180 2007-04-22 Richard Stallman <rms@gnu.org>
3181
3182 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3183 Improve doc string of generated command.
3184
3185 * subr.el (read-number): Catch errors.
3186
3187 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
3188
3189 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
3190
3191 * image-dired.el: Rename from thumbnails.el. All instances of
3192 "thumbnails" replaced with "image-dired".
3193
3194 * dired.el (dired-mode-map): Rename "thumbnails" again, to
3195 "image-dired".
3196
3197 2007-04-22 Kim F. Storm <storm@cua.dk>
3198
3199 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
3200 Don't use kill-line.
3201
3202 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
3203
3204 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
3205 error message.
3206
3207 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
3208
3209 * dired.el: Rename "tumme" to "thumbnails".
3210
3211 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
3212 replaced with "thumbnails".
3213
3214 2007-04-22 Glenn Morris <rgm@gnu.org>
3215
3216 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
3217 and give it the risky-local-variable property.
3218
3219 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
3220 before defining it.
3221
3222 2007-04-21 Martin Rudalics <rudalics@gmx.at>
3223
3224 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
3225 Use delete-region instead of kill-line.
3226
3227 2007-04-21 Alan Mackenzie <acm@muc.de>
3228
3229 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
3230 `kill-region' by `delete-region'.
3231
3232 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
3233
3234 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
3235 instead of kill-region.
3236
3237 * progmodes/mantemp.el (mantemp-make-mantemps-region)
3238 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
3239 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
3240 and kill-line.
3241
3242 * progmodes/vhdl-mode.el (vhdl-template-type)
3243 (vhdl-template-record, vhdl-template-nature)
3244 (vhdl-template-configuration-spec, vhdl-template-component-inst)
3245 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
3246 Use delete-region instead of kill-word and kill-line.
3247
3248 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3249
3250 * dired-x.el (dired-virtual-mode): Doc fix.
3251
3252 2007-04-21 Richard Stallman <rms@gnu.org>
3253
3254 * font-lock.el (font-lock-keywords-alist): Mark as risky.
3255
3256 * subr.el (read-number): Doc fix.
3257
3258 * simple.el (pop-to-mark-command): Display message "mark popped"
3259 if point does not move.
3260 (set-mark-command): Doc fix.
3261
3262 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
3263
3264 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
3265 (locate-local-filter, locate-local-search): New vars.
3266 (locate): Make variables local.
3267 (locate-update): Bind locate-buffer-name. Call locate using
3268 locate-local-filter and locate-local-search.
3269
3270 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
3271
3272 * hi-lock.el (hi-lock-file-patterns-policy): New var.
3273 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
3274 (hi-lock-mode): Update docstring.
3275
3276 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3277
3278 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
3279 fill-nobreak-predicate when the break is past fill-column.
3280
3281 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
3282
3283 * locate.el (locate): Output from shell-command should go in the
3284 current buffer rather than *Shell Command Output*.
3285
3286 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
3287
3288 * paren.el (show-paren-function): Fix last fix.
3289
3290 2007-04-19 Kevin Ryde <user42@zip.com.au>
3291
3292 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
3293 (archive-lzh-summarize): Add optional start arg for where to start
3294 looking at the archive.
3295 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
3296
3297 * international/mule.el (auto-coding-alist): no-conversion for .exe
3298 and .EXE.
3299
3300 2007-04-19 Alan Mackenzie <acm@muc.de>
3301
3302 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
3303 function return type contains "struct", "union", etc.
3304 c-end-of-defun goes too far forward.
3305
3306 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
3307
3308 * paren.el (show-paren-function): Reset window-start to avoid
3309 recentering.
3310
3311 2007-04-19 Glenn Morris <rgm@gnu.org>
3312
3313 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
3314
3315 2007-04-18 Glenn Morris <rgm@gnu.org>
3316
3317 * calendar/diary-lib.el (diary-header-line-format): Add a custom
3318 :set function.
3319 (diary-list-entries): Only switch to diary-mode from
3320 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
3321 diary-mode set header-line-format, in case of any customization.
3322
3323 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
3324
3325 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
3326 is less than the length of parse-time-syntax.
3327
3328 2007-04-17 David Kastrup <dak@gnu.org>
3329
3330 * replace.el (query-replace-regexp-eval): Deprecate.
3331
3332 2007-04-17 Alan Mackenzie <acm@muc.de>
3333
3334 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
3335 point too close to EOB, leave point at EOB rather than last `}'.
3336
3337 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3338
3339 * textmodes/bibtex.el (bibtex-include-OPTkey)
3340 (bibtex-user-optional-fields, bibtex-entry-field-alist):
3341 Fix defcustom.
3342
3343 2007-04-17 Glenn Morris <rgm@gnu.org>
3344
3345 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
3346 be encoded, fall back to current year.
3347
3348 2007-04-14 Kevin Ryde <user42@zip.com.au>
3349
3350 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
3351 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
3352 M "MSDOS".
3353
3354 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
3355
3356 * progmodes/python.el (python-end-of-block): Avoid looping forever
3357 if python-next-statement fails.
3358
3359 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3360
3361 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
3362
3363 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3364
3365 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
3366 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
3367
3368 2007-04-15 Jay Belanger <belanger@truman.edu>
3369
3370 * calc/calc.el (calc-version): New function.
3371 (calc-trail-mode): Shorten the title.
3372
3373 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
3374
3375 * mail/footnote.el (footnote-style): Clarify docstring to state
3376 that customizing this only applies to future footnotes.
3377
3378 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3379
3380 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
3381 (bibtex-make-field): Check that INIT is a string. Use functionp.
3382
3383 2007-04-14 Glenn Morris <rgm@gnu.org>
3384
3385 * complete.el (PC-goto-end): New buffer-local variable.
3386 (PC-do-completion-end): Make buffer-local.
3387 (partial-completion-mode) <choose-completion-string-functions>:
3388 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
3389 (PC-do-completion): New optional fourth argument GOTO-END. Add a
3390 doc string. Set PC-goto-end for choose-completion.
3391 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
3392 PC-do-completion.
3393
3394 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
3395 arg to bibtex-make-field.
3396 (bibtex-make-field): Add optional fourth arg NODELIM.
3397 Insert delimiters around INIT unless this arg is non-nil.
3398
3399 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
3400
3401 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
3402 global map isn't modified.
3403
3404 2007-04-14 Glenn Morris <rgm@gnu.org>
3405
3406 * calendar/appt.el (appt-disp-window): Do not split small windows.
3407 Suggested by Jeff Miller <jmiller@cablespeed.com>.
3408
3409 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
3410
3411 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
3412
3413 * files.el: Ditto.
3414
3415 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
3416
3417 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
3418
3419 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
3420 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
3421 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
3422 (term-pager-help): Fix typos in docstrings.
3423
3424 * wid-edit.el (widget-documentation): Fix typo in docstring.
3425
3426 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
3427 Fix typos in error messages.
3428
3429 2007-04-13 Martin Rudalics <rudalics@gmx.at>
3430
3431 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
3432 window marked as dedicated.
3433
3434 * mail/footnote.el (footnote-latin-string): New variable.
3435 (footnote-latin-regexp): Redefine as regexp alternative.
3436 (Footnote-latin): Use footnote-latin-string instead of
3437 footnote-latin-regexp.
3438
3439 2007-04-13 Glenn Morris <rgm@gnu.org>
3440
3441 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
3442 inherited keymaps.
3443
3444 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
3445
3446 * outline.el (outline-get-next-sibling): Clarify docstring.
3447 (outline-get-last-sibling): Handle case where we are at the first
3448 heading. Clarify docstring.
3449
3450 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
3451
3452 * progmodes/gud.el (gud-minor-mode-map): Make go button same
3453 length as stop button to lessen flicker.
3454 (jdb): Add gud-print.
3455 (gud-find-expr): Jdb prints the expression with the value, so
3456 don't insert it in the output.
3457
3458 2007-04-11 Jason Rumney <jasonr@gnu.org>
3459
3460 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
3461 case hex. Do not try to decode non-hex letters.
3462
3463 2007-04-11 Markus Triska <markus.triska@gmx.at>
3464
3465 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
3466 (byte-optimize-backward-word): Remove (move to bytecomp.el).
3467 (byte-optimize-form-code-walker): Evaluate pure function calls if
3468 possible.
3469 (byte-optimize-all-constp): New function.
3470
3471 * emacs-lisp/bytecomp.el (byte-compile-char-before):
3472 Improve numeric argument case.
3473 (byte-compile-backward-char, byte-compile-backward-word):
3474 New functions, performing rewriting previously done in byte-opt.el.
3475 Fix their "Fixme" item (restriction to numeric arguments).
3476
3477 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3478
3479 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
3480 with dolist.
3481 (after-init-hook): Don't quote lambda.
3482 (desktop-first-buffer): Don't wrap it in eval-when-compile.
3483 (desktop-internal-v2s): Remove unused var `el'.
3484 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
3485 desktop-restore-file-buffer.
3486 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
3487 desktop-create-buffer.
3488
3489 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
3490
3491 * woman.el (woman-decode-buffer): Postpone macro-set check...
3492 (woman-decode-region): ...to here.
3493
3494 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
3495
3496 * startup.el (tty-handle-args): Use %S to log ARGS.
3497
3498 2007-04-10 Glenn Morris <rgm@gnu.org>
3499
3500 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
3501 it is obsolete and has no effect.
3502
3503 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
3504 byte-compiler.
3505
3506 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
3507 obsolete function make-local-hook.
3508
3509 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
3510 start to quieten byte-compiler.
3511
3512 2007-04-10 Markus Triska <markus.triska@gmx.at>
3513
3514 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
3515 to bytecomp.el as byte-compile-char-before).
3516 * emacs-lisp/bytecomp.el (byte-compile-char-before):
3517 New function (modified replacement for byte-optimize-char-before in
3518 byte-opt.el).
3519
3520 2007-04-09 Alan Mackenzie <acm@muc.de>
3521
3522 * startup.el (inhibit-splash-screen): Emphatically state that it
3523 can't be set in site-start.el.
3524
3525 2007-04-09 Masatake YAMATO <jet@gyve.org>
3526
3527 * progmodes/cc-subword.el (c-capitalize-subword): More closely
3528 mimic the behavior of `capitalize-word'. Do not move point with a
3529 negative argument. Based on tiny change by Paul Curry.
3530
3531 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
3532
3533 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
3534 Don't move point if ARG is negative.
3535
3536 2007-04-09 Alan Mackenzie <acm@muc.de>
3537
3538 Changes to make `narrow-to-defun' and `mark-defun' work properly
3539 in CC Mode:
3540
3541 * progmodes/cc-defs.el (c-beginning-of-defun-1):
3542 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
3543 Bind beginning/end-of-defun-function to nil around calls to
3544 beginning/end-of-defun.
3545
3546 * progmodes/cc-langs.el (beginning-of-defun-function)
3547 (end-of-defun-function): New c-lang-setvar's.
3548
3549 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
3550 (setq arg 1))" to enable non-interactive call.
3551
3552 2007-04-09 Eli Zaretskii <eliz@gnu.org>
3553
3554 * simple.el (set-mark-command): Doc fix.
3555
3556 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
3557
3558 * progmodes/gud.el (gdb): Restore existing session if user
3559 tries to start a second one in graphical mode.
3560
3561 2007-04-08 Martin Rudalics <rudalics@gmx.at>
3562
3563 * cus-start.el <scroll-preserve-screen-position>: Add choices.
3564
3565 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3566
3567 * term/xterm.el (terminal-init-xterm): Fix key definitions.
3568 Add binding for C-M-SPC.
3569
3570 2007-04-08 Richard Stallman <rms@gnu.org>
3571
3572 * pcomplete.el (pcomplete-read-event): One single definition,
3573 and not a defsubst.
3574
3575 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
3576
3577 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
3578 byte-compiler warning "value unused".
3579
3580 2007-04-08 Andreas Schwab <schwab@suse.de>
3581
3582 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
3583
3584 2007-04-07 Glenn Morris <rgm@gnu.org>
3585
3586 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
3587 Autoload these functions.
3588 (diary-date-forms): Add a custom :set form.
3589
3590 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
3591 before first use.
3592 (diary-font-lock-keywords): New function with old code for
3593 initialization of variable of same name.
3594
3595 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
3596
3597 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
3598 clean-up: only insert space when on identifier, etc.
3599
3600 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
3601
3602 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
3603
3604 * net/tls.el (open-tls-stream): Properly handle case where there
3605 is no associated buffer.
3606
3607 2007-04-07 Glenn Morris <rgm@gnu.org>
3608
3609 * ffap.el (ffap-file-at-point): Lower the priority of the
3610 ffap-ftp-sans-slash-regexp check.
3611
3612 2007-04-06 Alan Mackenzie <acm@muc.de>
3613
3614 Fix fontification of labels, and other things with ":".
3615
3616 * progmodes/cc-engine.el (c-forward-label): The function now
3617 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
3618 the former t.
3619
3620 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
3621 new return code from c-forward-label, fontifying tokens properly.
3622 Add some general comments throughout the file.
3623
3624 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
3625
3626 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
3627 Revert 2006-01-27 change.
3628
3629 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
3630
3631 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
3632
3633 * desktop.el (desktop-create-buffer, desktop-save):
3634 Revert 2004-11-12 change for lack of copyright papers.
3635
3636 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
3637 (dired-guess-default): Respect case.
3638
3639 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
3640
3641 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
3642 was originally checked in as byte-optimize-concat on 1997-11-02.
3643
3644 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
3645 1995-05-19 doc changes.
3646
3647 2007-04-06 Kim F. Storm <storm@cua.dk>
3648
3649 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
3650 (unload-feature): Update interactive spec accordingly.
3651
3652 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
3653
3654 2007-04-06 John Paul Wallington <jpw@pobox.com>
3655
3656 * subr.el (with-case-table): Use `make-symbol' to avoid variable
3657 capture. Restore the table in the same buffer.
3658
3659 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
3660
3661 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
3662
3663 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3664 Print entire form.
3665
3666 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
3667
3668 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
3669 for low-color displays.
3670
3671 2007-04-05 Glenn Morris <rgm@gnu.org>
3672
3673 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
3674 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
3675 Seed random number generator on loading.
3676
3677 * emacs-lisp/authors.el (top-level): Provide self.
3678
3679 * play/animate.el (top-level): Provide self.
3680
3681 2007-04-04 Alan Mackenzie <acm@muc.de>
3682
3683 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
3684 to mention c-syntactic-indentation.
3685
3686 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
3687
3688 * subr.el (with-case-table): New macro.
3689
3690 * international/mule.el (ascii-case-table): New var.
3691
3692 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
3693 downcasing.
3694
3695 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
3696
3697 * progmodes/gud.el (gud-minor-mode-map): Simplify.
3698
3699 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
3700 of the window if we're outside it e.g menu-bar.
3701
3702 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
3703 window if we're outside it e.g menu-bar.
3704
3705 2007-04-03 Eli Zaretskii <eliz@gnu.org>
3706
3707 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
3708 decode base-64 encoded body if its content-type is something other
3709 than text/* or message/*.
3710
3711 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
3712
3713 * simple.el (activate-mark-hook): Fix typo in docstring.
3714
3715 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
3716
3717 * tmm.el (tmm-c-prompt): Initialize.
3718 (tmm-menubar): Deal with extended menu-items at top level.
3719 (tmm-get-keybind): Handle bindings redefined/undefined locally.
3720 (tmm-prompt): Handle visibility of top level menu-items.
3721
3722 * progmodes/gud.el (gud-menu-map): Simplify.
3723 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
3724 menubar.
3725
3726 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
3727
3728 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
3729
3730 * comint.el (comint-send-input): Widen the buffer first.
3731
3732 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
3733
3734 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3735
3736 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
3737 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
3738
3739 * newcomment.el (comment-search-forward): Discard comment starters
3740 before point.
3741
3742 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
3743
3744 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
3745
3746 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
3747
3748 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
3749 when downcasing.
3750
3751 * button.el (previous-button): Rewrite to account for adjacent buttons.
3752
3753 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
3754
3755 * progmodes/idlwave.el (idlwave-auto-fill):
3756 Revert paragraph-separate change.
3757
3758 * progmodes/idlw-shell.el (idlwave-shell-break-in):
3759 Simplify module calc.
3760 (idlwave-shell-set-bp-in-module): Compute module.
3761
3762 2007-03-31 Glenn Morris <rgm@gnu.org>
3763
3764 * emacs-lisp/timer.el (run-at-time): Doc fix.
3765
3766 * emacs-lisp/warnings.el (display-warning): If we create the
3767 buffer displaying the warning, disable undo there.
3768
3769 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
3770
3771 * net/tramp.el (tramp-register-file-name-handler)
3772 (tramp-register-completion-file-name-handler): New defsubst,
3773 derived from `tramp-register-file-name-handlers'. The split is
3774 necessary because Tramp's file name handlers must be registered at
3775 different startup places.
3776
3777 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
3778
3779 * progmodes/hideshow.el (turn-off-hideshow): New function.
3780 (hs-minor-mode): Use it instead of a lambda expression in
3781 change-major-mode-hook.
3782
3783 2007-03-31 David Kastrup <dak@gnu.org>
3784
3785 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
3786 corresponding to MANPATH_MAP entries.
3787 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
3788 (woman-parse-man.conf): Use more discriminating man.conf name.
3789 (woman-parse-man.conf): Parse MANPATH_MAP entries.
3790 (woman-manpath): Doc fix and type fix.
3791 (woman-cached-data): Check for MANPATH_MAP entries.
3792 (woman-expand-directory-path): Treat MANPATH_MAP entries.
3793
3794 2007-03-31 Stuart Herring <herring@lanl.gov>
3795
3796 * emacs-lisp/sregex.el (sregexq): Doc fix.
3797
3798 2007-03-31 Markus Triska <markus.triska@gmx.at>
3799
3800 * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
3801
3802 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
3803
3804 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
3805 Move to the right.
3806
3807 2007-03-30 Alan Mackenzie <acm@muc.de>
3808
3809 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
3810
3811 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
3812
3813 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
3814 Use it, passed in explicitly, instead of from the dynamic binding.
3815 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
3816
3817 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
3818
3819 * simple.el (blink-matching-open): When in minibuffer, don't
3820 search for a match inside the prompt.
3821
3822 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
3823
3824 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
3825 (tmm-prompt): Don't make the mouse user select the first menu
3826 item twice.
3827
3828 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
3829
3830 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
3831 SIGUSR1 and SIGUSR2.
3832
3833 2007-03-29 Kim F. Storm <storm@cua.dk>
3834
3835 * ido.el (ido-read-internal): When reading file or dir, only override
3836 minibuffer-local-filename-completion-map, otherwise only override
3837 minibuffer-local-completion-map.
3838
3839 2007-03-29 Glenn Morris <rgm@gnu.org>
3840
3841 * complete.el (partial-completion-mode): Set PC-do-completion-end
3842 to nil after use.
3843 (PC-lisp-complete-symbol): Create and use a marker at `end',
3844 rather than using point-marker.
3845
3846 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
3847
3848 * simple.el (next-error-highlight): Doc fix.
3849 (compose-mail): Revert 2007-03-19 change.
3850
3851 2007-03-28 Richard Stallman <rms@gnu.org>
3852
3853 * emacs-lisp/edebug.el (edebug-display): Don't go to
3854 edebug-outside-buffer if it is dead.
3855
3856 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
3857
3858 * view.el (view-mode): Fix typos in docstring.
3859
3860 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
3861
3862 * recentf.el (recentf-save-file): Add a custom :set function.
3863
3864 2007-03-28 Glenn Morris <rgm@gnu.org>
3865
3866 * complete.el (PC-do-completion-end): New variable.
3867 (partial-completion-mode) <choose-completion-string-functions>:
3868 Use PC-do-completion-end in the non-minibuffer case to replace the
3869 correct amount of text.
3870 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
3871 (PC-lisp-complete-symbol): Give marker the after-insertion type,
3872 to deal with improvements inserted after point.
3873
3874 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3875
3876 * button.el (make-text-button): Add explicit `button' property.
3877 (default-button): Don't put a `button' property on it.
3878
3879 * progmodes/python.el (python-mode): Skip comments when parsing.
3880
3881 * vc-arch.el (vc-with-current-file-buffer): New macro.
3882 (vc-arch-file-source-p): Use it to avoid infloop.
3883
3884 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
3885
3886 * emacs-lisp/lisp.el (lisp-complete-symbol):
3887 Fix call to get-buffer-window to find windows in other frames.
3888
3889 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3890
3891 * comint.el (comint-proc-query, comint-dynamic-list-completions):
3892 Fix calls to get-buffer-window to find windows in other frames.
3893 Reported by David Hansen <david.hansen@gmx.net>.
3894
3895 2007-03-27 Kevin Ryde <user42@zip.com.au>
3896
3897 * info.el (Info-display-images-node): On a text-only terminal,
3898 show the "text" or "alt" parts of the image blobs.
3899
3900 2007-03-27 Glenn Morris <rgm@gnu.org>
3901
3902 * complete.el (PC-do-completion): Compute completion-base-size in
3903 the non-filename case, rather than setting to nil.
3904 (PC-lisp-complete-end): New variable.
3905 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
3906 original end in a series of consecutive invocations.
3907
3908 * calendar/calendar.el (calendar-mode-hook): Declare it.
3909
3910 * calendar/diary-lib.el (diary-live-p): Do not check for
3911 diary-selective-display.
3912
3913 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3914
3915 * replace.el (occur-next-error): *Occur* might not be displayed in the
3916 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
3917
3918 2007-03-26 Richard Stallman <rms@gnu.org>
3919
3920 * textmodes/flyspell.el (flyspell-large-region):
3921 Use ispell-call-process-region.
3922
3923 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3924
3925 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
3926 Use prin1 instead of princ.
3927
3928 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
3929
3930 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
3931 Merge in X resources before global face.
3932
3933 * progmodes/compile.el (compilation-start): Save compilation-directory
3934 rather than default-directory as local var.
3935 (compilation-directory): Mark as safe local var.
3936
3937 * files.el: Don't mark default-directory as a safe local var.
3938
3939 2007-03-25 Alan Mackenzie <acm@muc.de>
3940
3941 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
3942 * progmodes/cc-engine.el: Fix typo.
3943
3944 2007-03-25 Juri Linkov <juri@jurta.org>
3945
3946 * compare-w.el (compare-windows): Rename customization group
3947 `compare-w' to `compare-windows'.
3948 (compare-windows-whitespace, compare-ignore-whitespace)
3949 (compare-ignore-case, compare-windows-sync)
3950 (compare-windows-sync-string-size, compare-windows-recenter)
3951 (compare-windows-highlight, compare-windows): Change group name in
3952 the `group' tag from `compare-w' to `compare-windows'.
3953 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
3954
3955 2007-03-24 Markus Triska <markus.triska@gmx.at>
3956
3957 * expand.el: Change example to always enable abbrev-mode,
3958 and remove redundant `function'.
3959 (expand-abbrev-hook): Add autoload cookie.
3960
3961 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
3962
3963 * emacs-lisp/testcover.el (testcover-start, testcover-end)
3964 (testcover-mark-all, testcover-unmark-all): Add prompts to
3965 interactive specs.
3966
3967 2007-03-24 Jason Rumney <jasonr@gnu.org>
3968
3969 * autorevert.el (find-file-hook, auto-revert-tail-mode):
3970 Use file size in bytes for auto-revert-tail-pos not characters.
3971
3972 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
3973
3974 * vc-rcs.el (vc-rcs-annotate-command):
3975 Set text property :vc-annotate-prefix on the annotation text.
3976 (vc-rcs-annotate-time): Instead of searching for ": ",
3977 search for end of text propertized with :vc-annotate-prefix.
3978
3979 2007-03-24 Martin Rudalics <rudalics@gmx.at>
3980
3981 * whitespace.el (top level): Remove calls putting
3982 permanent-local nil property since these are no-ops.
3983
3984 * man.el (Man-support-local-filenames): Assure that
3985 default-directory exists when doing call-process.
3986
3987 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
3988
3989 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
3990 Fix omission bug: Use m4-program-options to construct shell command.
3991
3992 2007-03-23 David Kastrup <dak@gnu.org>
3993
3994 * progmodes/cc-mode.el (c-make-emacs-variables-local):
3995 Use `mapcar' rather than `mapcan' to silence compiler warning.
3996
3997 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
3998
3999 * textmodes/reftex.el, textmodes/reftex-vars.el,
4000 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
4001 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
4002 * textmodes/reftex-index.el, textmodes/reftex-global.el,
4003 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
4004 * textmodes/reftex-auc.el: Add maintainer address.
4005
4006 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
4007
4008 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
4009 Make sure that `global-font-lock-mode' does not turn on font-lock
4010 in these buffers.
4011
4012 2007-03-21 Kim F. Storm <storm@cua.dk>
4013
4014 * xt-mouse.el (xt-mouse-epoch): New variable.
4015 (xterm-mouse-event): Use float-time.
4016
4017 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
4018
4019 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
4020 current-time.
4021
4022 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4023
4024 * complete.el (read-file-name-internal): Don't add the final > if the
4025 completion is not finished (re-application of this patch, which was
4026 accidentally undone by Eli).
4027
4028 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
4029
4030 * emulation/viper.el (viper-non-hook-settings): Handle mouse
4031 clicks in describe-key and describe-key-briefly advice a little better.
4032
4033 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
4034
4035 * server.el (server-process-filter): Cancel any pending isearch.
4036
4037 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
4038
4039 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
4040 (icalendar--get-unfolded-buffer): Define actual arguments rather
4041 than just using &rest. Check replace-in-string is fbound.
4042 (icalendar-import-buffer): Doc fix.
4043 (icalendar--convert-ical-to-diary): Set diary-file.
4044 Check diary-file before inserting final newline.
4045 (icalendar--add-diary-entry): Return diary-file.
4046
4047 2007-03-21 Glenn Morris <rgm@gnu.org>
4048
4049 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
4050 (diary-display-hook): Add custom :set function.
4051
4052 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
4053 Add custom :set function.
4054 (diary-header-line-format): Doc fix.
4055 (diary-set-maybe-redraw): New function.
4056 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
4057 (diary-list-entries): Always run diary-mode.
4058
4059 2007-03-20 Kenichi Handa <handa@m17n.org>
4060
4061 * international/quail.el (quail-setup-completion-buf): Make the
4062 completion buffer read-only.
4063 (quail-completion): Adjusted for the above change. Leave the
4064 modified flag nil.
4065
4066 2007-03-20 David Kastrup <dak@gnu.org>
4067
4068 * files.el (magic-mode-alist): Require literal "%!PS" string for
4069 magic postscript file detection.
4070
4071 2007-03-20 Richard Stallman <rms@gnu.org>
4072
4073 * textmodes/ispell.el (ispell-call-process): New function.
4074 Defends against bad `default-directory.'
4075 (ispell-check-version, ispell-find-aspell-dictionaries)
4076 (ispell-get-aspell-config-value, lookup-words): Call it.
4077 (ispell-call-process-region): New function.
4078 (ispell-send-string): Call it.
4079
4080 2007-03-20 Andreas Schwab <schwab@suse.de>
4081
4082 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
4083 (finder-data): Likewise.
4084 (autoloads): Likewise.
4085
4086 2007-03-20 Martin Rudalics <rudalics@gmx.at>
4087
4088 * files.el (basic-save-buffer): Do not set visited filename when
4089 the corresponding directory does not exist or the specified
4090 filename is that of an existing directory.
4091
4092 2007-03-20 Glenn Morris <rgm@gnu.org>
4093
4094 * calendar/diary-lib.el (diary-live-p): New function.
4095 (number-of-diary-entries): Add a :set function to redisplay diary
4096 when necessary.
4097
4098 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
4099
4100 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
4101 from client program, mev, to compute mouse event.
4102
4103 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
4104
4105 * faces.el (momentary): Face removed; unused due to reversion of
4106 2007-01-04 changes by Kevin Rodgers.
4107
4108 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
4109 Suggested by Johan Bockg\e,Ae\e(Brd.
4110
4111 2007-03-19 Martin Rudalics <rudalics@gmx.at>
4112
4113 * font-lock.el (lisp-font-lock-keywords-1):
4114 Highlight define-globalized-minor-mode as a keyword.
4115
4116 2007-03-19 Kim F. Storm <storm@cua.dk>
4117
4118 * calc/calc-forms.el (math-std-daylight-savings)
4119 (math-std-daylight-savings-old): Doc fix.
4120
4121 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
4122
4123 * progmodes/python.el (python-default-template): Doc fix.
4124 (python-buffer): Fix typo in docstring.
4125
4126 * isearchb.el (isearchb-follow-char):
4127 * subr.el (def-edebug-spec): Fix typo in docstring.
4128
4129 2007-03-19 Richard Stallman <rms@gnu.org>
4130
4131 * files.el (default-directory): Mark safe.
4132 (basic-save-buffer-2): Put proper dir name in error message.
4133
4134 * simple.el (compose-mail): Run switch-function after
4135 setting up the mail buffer.
4136
4137 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
4138
4139 2007-03-18 Jay Belanger <belanger@truman.edu>
4140
4141 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
4142 (math-std-daylight-savings-new): Rename from
4143 `math-std-daylight-savings'.
4144 (math-std-daylight-savings-old): Rename from old value of
4145 `math-std-daylight-savings'.
4146 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
4147 `math-std-daylight-savings-old' depending on the year.
4148
4149 2007-03-18 Detlev Zundel <dzu@gnu.org>
4150
4151 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
4152 zero-width regexps as invalid but rather at least count them correctly.
4153
4154 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
4155
4156 * net/tls.el (open-tls-stream): In handshake-waiting loop,
4157 don't wait more if there is output available to process.
4158
4159 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
4160
4161 * progmodes/compile.el (compilation-find-file): Revert change
4162 from 2006-07-18 to allow completion of directory names.
4163 Reported by John Carter <john.carter@tait.co.nz>.
4164
4165 2007-03-18 Kim F. Storm <storm@cua.dk>
4166
4167 * subr.el (when, unless): Doc fix.
4168
4169 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
4170
4171 * net/tls.el (tls-program): Doc fix.
4172
4173 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
4174
4175 * autorevert.el (auto-revert-tail-handler):
4176 Call after-revert-hook.
4177
4178 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
4179
4180 * simple.el (switch-to-completions): No error if search for \n\n fails.
4181
4182 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
4183
4184 * simple.el (line-move-1):
4185 Respect `inhibit-line-move-field-capture' property.
4186
4187 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
4188
4189 * comint.el (comint-arguments): Mark backslash-escaped chars.
4190 (comint-delim-arg): Don't treat them as delimiters.
4191
4192 2007-03-12 Kim F. Storm <storm@cua.dk>
4193 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
4194
4195 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
4196
4197 * tempo.el (tempo-insert): Deal with 'r> if it appears
4198 specified with a prompt argument.
4199
4200 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
4201
4202 * textmodes/org.el (org-set-font-lock-defaults):
4203 Handle narrow table columns correctly.
4204
4205 2007-03-12 Mark A. Hershberger <mah@everybody.org>
4206
4207 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
4208 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
4209 Return to use of the -no-properties variants. There was
4210 consensus on emacs-devel that the speed of these variants was
4211 prefered since we are usually parsing files (from the internet
4212 or on disk) instead of XML created in Emacs.
4213
4214 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
4215 Add customize option.
4216
4217 2007-03-12 Glenn Morris <rgm@gnu.org>
4218
4219 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
4220 North American rule. Replace "daylight savings" with "daylight
4221 saving" in doc.
4222
4223 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
4224 * calendar/lunar.el, solar.el: Replace "daylight savings" with
4225 "daylight saving" in text.
4226
4227 * woman.el (woman-change-fonts): Tweak previous change by using
4228 woman-request-regexp rather than "^\\.".
4229
4230 * startup.el (command-line-1): Make insertion of
4231 initial-scratch-message not depend on scratch being selected.
4232
4233 2007-03-11 Juri Linkov <juri@jurta.org>
4234
4235 * replace.el (match): Use yellow background on light-bg terminals.
4236
4237 2007-03-11 Richard Stallman <rms@gnu.org>
4238
4239 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
4240 Correctly compute line number.
4241
4242 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
4243
4244 * type-break.el (type-break-get-previous-count):
4245 Repeat previous change here.
4246
4247 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
4248
4249 * progmodes/grep.el (grep-find-ignored-directories):
4250 Add .git and .bzr to list.
4251
4252 2007-03-11 Andreas Schwab <schwab@suse.de>
4253
4254 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
4255
4256 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4257
4258 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
4259
4260 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
4261
4262 * faces.el (face-set-after-frame-default): Recalculate face
4263 customizations after applying X resources.
4264
4265 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
4266
4267 * net/rcirc.el (rcirc-timeout-seconds): New variable.
4268 (rcirc-keepalive-seconds): Remove variable.
4269 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
4270 (rcirc-process, rcirc-user-disconnect): New variables.
4271 (rcirc-connect): Initalize new variables.
4272 (rcirc-keepalive): Don't send keepalive pings before connection
4273 is completed.
4274 (rcirc-sentinel): Do mark all channels with activity when
4275 connection is dropped. Run hook with process buffer local.
4276 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
4277 (rcirc-buffer-process): Return value of rcirc-process if
4278 rcirc-server-buffer is nil.
4279 (rcirc-server-name): Return the reported server name.
4280 (rcirc-update-prompt): Simplify computation of the server name.
4281 (rcirc-format-response-string): Likewise.
4282 (rcirc-handler-001): Mark server as connected, record the reported
4283 server name, and schedule a timeout.
4284 (rcirc-track-nick): Add a spec for the tty class.
4285 (rcirc-user-non-nick): Remove function.
4286 (rcirc-nick-prefix-chars): Add variable.
4287 (rcirc-user-nick): Use above variable.
4288
4289 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4290
4291 * icomplete.el (icomplete-tidy, icomplete-exhibit):
4292 Bind deactivate-mark to nil.
4293
4294 2007-03-10 Martin Rudalics <rudalics@gmx.at>
4295
4296 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
4297 that buffer contents get erased during completion.
4298
4299 2007-03-10 Glenn Morris <rgm@gnu.org>
4300
4301 * woman.el (woman-change-fonts): Add a hack to deal with
4302 font-escape followed by "." at start of a line.
4303 (woman2-IP): Add a hack to deal with consecutive requests.
4304 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
4305
4306 2007-03-10 Alan Mackenzie <acm@muc.de>
4307
4308 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
4309
4310 2007-03-09 Richard Stallman <rms@gnu.org>
4311
4312 * abbrev.el (abbrev): Add `provide'.
4313
4314 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
4315
4316 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
4317
4318 2007-03-09 Martin Rudalics <rudalics@gmx.at>
4319
4320 * complete.el (PC-try-completion): New function.
4321 (PC-do-completion, read-file-name-internal): Use it instead of
4322 try-completion.
4323
4324 2007-03-08 Alan Mackenzie <acm@muc.de>
4325
4326 Remove stale tokens from `c-found-types' cache.
4327
4328 * progmodes/cc-mode.el (c-unfind-enclosing-token)
4329 (c-unfind-coalesced-tokens, c-before-change): New functions.
4330 (c-maybe-stale-found-type): New variable.
4331
4332 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
4333 (c-trim-found-types): New functions.
4334
4335 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
4336
4337 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
4338 (debug-ignored-errors): Add entry from smerge-match-conflict.
4339
4340 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
4341
4342 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
4343 special help topics for keywords.
4344 (idlwave-help-assistant-command): Include ".exe" for ms-dos
4345 etc. Assistant command.
4346
4347 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
4348
4349 * replace.el (occur-engine): Move buffer-undo-list binding...
4350 (occur-1): ...to here.
4351
4352 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
4353
4354 * simple.el (minibuffer-completing-symbol): New var.
4355 (eval-expression): Use it.
4356 (completion-setup-function): Don't bind completion-base-size when
4357 completing a symbol in the minibuffer.
4358
4359 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
4360
4361 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
4362 tries to start a second session in graphical mode.
4363
4364 2007-03-07 Miles Bader <miles@gnu.org>
4365
4366 * international/isearch-x.el
4367 (isearch-process-search-multibyte-characters):
4368 Strip text-properties from PROMPT to avoid an error from read-string.
4369
4370 2007-03-07 Kim F. Storm <storm@cua.dk>
4371
4372 * complete.el (PC-bindings): Remap lisp-complete-symbol to
4373 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
4374
4375 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4376
4377 * complete.el (PC-do-completion): Delete duplicates in the list of
4378 possible completions.
4379
4380 2007-03-07 Glenn Morris <rgm@gnu.org>
4381
4382 * ses.el (ses-mode): Doc fix.
4383
4384 2007-03-06 Kim F. Storm <storm@cua.dk>
4385
4386 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
4387
4388 2007-03-06 Kenichi Handa <handa@m17n.org>
4389
4390 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
4391
4392 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4393
4394 * simple.el (completion-setup-function): Improve last fix so it doesn't
4395 set it to a relative directory name either.
4396
4397 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4398
4399 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
4400
4401 2007-03-05 Richard Stallman <rms@gnu.org>
4402
4403 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
4404
4405 * files.el (find-file-noselect): No error if file no longer exists.
4406 Display a message and avoid other questions.
4407
4408 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4409
4410 * pcomplete.el (pcomplete-show-completions): Improve last change, so
4411 as not to use an invisible window and to create a window if none exist.
4412
4413 * progmodes/python.el (python-send-command): Restart proc if necessary.
4414 (python-proc): Simplify.
4415
4416 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
4417
4418 * pcomplete.el (pcomplete-show-completions): Search all frames for
4419 completions buffer.
4420
4421 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
4422
4423 * cus-edit.el (customize-save-variable): Clear customized-value
4424 property (saved values are now put in theme-value property).
4425 (customize-set-variable): Doc fix.
4426
4427 * complete.el (PC-do-completion): If completion-ignore-case is
4428 non-nil, replace field with completion string before exiting.
4429
4430 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
4431
4432 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
4433 Append its extension to the resulting temporary file name.
4434 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
4435
4436 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
4437 (tramp-smb-handle-write-region): Apply it.
4438
4439 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4440
4441 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4442 Redo previous change.
4443
4444 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
4445
4446 * diff-mode.el (diff-mode): Doc fix.
4447
4448 2007-03-05 Kenichi Handa <handa@m17n.org>
4449
4450 * international/characters.el: Set category `l' (latin)
4451 for more characters.
4452
4453 2007-03-04 Kim F. Storm <storm@cua.dk>
4454
4455 * emacs-lisp/authors.el (authors-aliases): Add alias.
4456
4457 2007-03-04 Glenn Morris <rgm@gnu.org>
4458
4459 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
4460 all when switching major mode.
4461 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
4462 (hs-block-start-mdata-select, hs-block-end-regexp)
4463 (hs-forward-sexp-func, hs-adjust-block-beginning):
4464 Do not make these variables permanent-local.
4465
4466 2007-03-04 Richard Stallman <rms@gnu.org>
4467
4468 * progmodes/cperl-mode.el (cperl-mode):
4469 Modify cperl-compilation-error-regexp-alist by appending.
4470
4471 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
4472 (edebug-mode): Add the hook.
4473 (edebug-recursive-edit): Remove the hook on exiting.
4474
4475 * type-break.el (type-break-get-previous-time):
4476 Handle end-of-file errors specially
4477 so they don't get reported wrong in .emacs.
4478
4479 * startup.el (fancy-splash-text): Clarify text.
4480
4481 * simple.el (beginning-of-buffer, end-of-buffer):
4482 Avoid treating plain C-u like numeric arg.
4483
4484 * simple.el (completion-setup-function): Don't set
4485 default-directory to nil.
4486
4487 * shell.el (shell-dirstack-query): Doc fix.
4488
4489 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
4490 Don't select the window -- pass it to primitives instead.
4491
4492 * faces.el (minibuffer-prompt): Use medium blue by default.
4493
4494 2007-03-04 David Kastrup <dak@gnu.org>
4495
4496 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
4497 Preserve 16 as default value for "seconds" when customizing.
4498
4499 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
4500
4501 * textmodes/org.el (org-self-insert-command)
4502 (orgtbl-self-insert-command, org-delete-char)
4503 (org-delete-backward-char): Set the `flyspell-delayed' property.
4504
4505 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
4506
4507 * international/mule.el (find-auto-coding): Don't search for
4508 line-ending characters past the end of the tail.
4509
4510 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
4511
4512 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
4513 Jump to the line where new score has been uploaded.
4514
4515 * play/tetris.el (tetris-move-bottom, tetris-move-left)
4516 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
4517 Do nothing when the game is paused.
4518
4519 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
4520
4521 * textmodes/org.el (org-set-tags): Prevent slipping of point
4522 during completion.
4523
4524 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
4525
4526 * isearch.el (isearch-message-prefix):
4527 Use minibuffer-prompt-properties.
4528
4529 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4530
4531 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
4532 (ps-setup): Print which Emacsen is running ps-print package.
4533
4534 2007-03-01 Stuart Herring <herring@lanl.gov>
4535
4536 * files.el (set-auto-mode-0): Use `indirect-function'.
4537 (hack-one-local-variable): Don't reapply current major mode.
4538
4539 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
4540
4541 * progmodes/python.el (python-quote-syntax): Don't bother with
4542 syntax-ppss-context.
4543 (python-fill-paragraph): Make sure that fenced-string delimiters that
4544 stand on their own line stay there.
4545
4546 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
4547
4548 * replace.el (perform-replace): Propertize message.
4549
4550 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
4551
4552 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
4553 invisible heading.
4554
4555 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
4556
4557 * net/tramp.el (tramp-file-name-handler): Revert last change.
4558
4559 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
4560
4561 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
4562 Correct doc strings.
4563
4564 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
4565
4566 * replace.el (perform-replace): Undo forward-char immediately if
4567 non-adjacent search fails.
4568
4569 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4570
4571 * version.el (emacs-major-version, emacs-minor-version):
4572 string-to-int -> string-to-number.
4573
4574 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
4575
4576 * help.el (where-is): Fail gracefully when not passed a command.
4577
4578 2007-02-28 Stuart Herring <herring@lanl.gov>
4579
4580 * find-lisp.el (find-lisp-default-directory-predicate):
4581 Fix bug: Do symlink check on expanded filename.
4582
4583 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
4584
4585 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
4586 changes during replacement.
4587 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
4588
4589 2007-02-28 Lars Hansen <larsh@soem.dk>
4590
4591 * desktop.el: Delete header line listing me as maintainer.
4592
4593 2007-02-28 Glenn Morris <rgm@gnu.org>
4594
4595 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
4596 the menus case.
4597
4598 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
4599
4600 * net/tramp.el (tramp-file-name-handler): Inhibit modification
4601 hooks to avoid confusion when combining after-change calls.
4602
4603 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
4604
4605 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
4606 now that pgg-gpg-process-region correctly honors passed-in passphrase.
4607 (allout-distinctive-bullets-string): Add info about bullet conventions.
4608 (allout-mode): Add info about distinctive vs plain bullets.
4609
4610 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
4611
4612 * textmodes/org.el (org-archive-subtree): Quote variable name.
4613 (org-agenda-get-todos): Make sure skip properties are checked correctly.
4614
4615 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
4616
4617 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
4618 (gud-bashdb-command-name, bashdb): Remove.
4619 (gud, gud-menu-map): Remove references to bash/bashdb.
4620
4621 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
4622
4623 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
4624 keyword for Python 2.5.
4625
4626 2007-02-26 Romain Francoise <romain@orebokech.com>
4627
4628 * net/net-utils.el (whois-server-tld): Update server for .org.
4629 (whois-server-list): Add whois.publicinterestregistry.net.
4630 (whois-guess-server): Fix formatting in docstring.
4631
4632 2007-02-26 Kim F. Storm <storm@cua.dk>
4633
4634 * mouse.el (mouse-show-mark): Run hooks and perform command
4635 remapping for mouse-region-delete-keys.
4636
4637 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4638
4639 * font-core.el (font-lock-mode): Doc fix.
4640
4641 2007-02-25 Kim F. Storm <storm@cua.dk>
4642
4643 * ido.el (ido-buffer-internal): Set this-command to fallback command.
4644 Add selected buffer to buffer-name-history.
4645 (ido-file-internal): Set this-command to fallback command.
4646 Add file names to file-name-history.
4647
4648 * emacs-lisp/map-ynp.el (map-y-or-n-p):
4649 Apply minibuffer-prompt-properties.
4650
4651 2007-02-25 Andreas Schwab <schwab@suse.de>
4652
4653 * files.el (hack-one-local-variable-eval-safep): Correct handling
4654 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
4655
4656 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
4657
4658 * textmodes/org.el (org-table-overlay-coordinates)
4659 (org-table-toggle-coordinate-overlays): New functions.
4660 (org-table-overlay-coordinates, org-table-coordinate-overlays):
4661 New variables.
4662 (org-startup-with-deadline-check): Remove option.
4663 (org-mode): Remove deadline check on startup.
4664 (org-table-limit-column-width): Remove option.
4665 (org-table-formula-numbers-only): Remove option.
4666 (org-link-style, org-link-format): Remove options.
4667 (org-select-agenda-window, org-fit-agenda-window): Remove options.
4668 (org-export-ascii-show-new-buffer)
4669 (org-export-html-show-new-buffer): Remove options.
4670 (org-activate-links): Remove camel option.
4671 (org-file-link-context-use-camel-case): Remove option.
4672 (org-camel-regexp): Remove variable.
4673 (org-activate-camels): Remove function.
4674 (org-store-link): Remove Camel stuff.
4675 (org-make-org-heading-camel): Remove function.
4676 (org-open-at-point): Remove camel stuff.
4677 (org-link-search): Remove camel stuff.
4678 (org-camel-to-words): Function removed.
4679 (org-get-agenda-file-buffer): Make sure we prepare the base
4680 buffers, not any indirect buffers.
4681 (org-sort-entries): Sort top-level when not on a headline, and no
4682 active region.
4683 (org-in-regexp): New function.
4684 (org-search-not-self): Rename from `org-search-not-link'.
4685 (org-open-link-marker): New variable.
4686 (org-open-at-point): Set `org-open-link-marker'.
4687 (org-print-icalendar-entries): Fixe bug with excluding DONE
4688 entries from the exported list.
4689 (org-edit-formula-lisp-indent): New command.
4690 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
4691 (orgtbl-to-latex, orgtbl-insert-radio-table)
4692 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
4693 (orgtbl-radio-table-templates): New option.
4694 (org-store-link-props):
4695 (org-remember-templates): More possibilities to insert info
4696 into templates.
4697 (org-remember-apply-template): Make use of the extended
4698 template capabilities.
4699 (org-remember-redo-template): New command.
4700 (org-upgrade-old-links)
4701 (org-table-modify-formulas, org-table-replace-in-formulas)
4702 (org-table-find-dataline)
4703 (org-table-get-vertical-vector): Remove functions.
4704 (org-table-remove-rectangle-highlight)
4705 (org-time-stamp-format, org-toggle-log-option)
4706 (org-table-highlight-rectangle)
4707 (org-table-iterate, org-table-make-reference):
4708 (org-translate-time, org-tree-to-indirect-buffer)
4709 (org-table-field-info, org-table-fix-formulas)
4710 (org-table-force-dataline, org-table-get-descriptor-line)
4711 (org-table-get-range)
4712 (org-skip-comments, org-sort)
4713 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
4714 (org-table-current-dline, org-table-current-field-formula)
4715 (org-table-edit-backward-field)
4716 (org-table-edit-formulas-post-command)
4717 (org-table-edit-line-down, org-table-edit-line-up)
4718 (org-agenda-archive)
4719 (org-agenda-clock-cancel)
4720 (org-agenda-clock-out, org-agenda-list-stuck-projects)
4721 (org-agenda-open-link, org-agenda-show-new-time)
4722 (org-agenda-skip-subtree-when-regexp-matches)
4723 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
4724 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
4725 (org-do-sort, org-file-image-p, org-find-overlays)
4726 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
4727 (org-highlight-until-next-command, org-isearch-end)
4728 (org-match-any-p, org-next-link, org-previous-link):
4729 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
4730 (org-rewrite-old-row-references)
4731 (org-isearch-post-command)
4732 (org-table-edit-move, org-table-edit-next-field)
4733 (org-table-edit-scroll, org-table-edit-scroll-down)
4734 (org-set-frame-title, org-show-reference)
4735 (org-unhighlight-once, org-verify-change-for-undo): New functions.
4736 (org-show-variable): Remove command.
4737 (org-add-log-maybe): New arguments STATE, FINDPOS
4738 (org-table-sort-lines): Rewrite from scratch.
4739 (org-link-search): New argument AVOID-POS.
4740 (org-print-icalendar-entries): Remove argument CATEGORY.
4741 (org-run-agenda-series): Remove argument WONDOW.
4742 (org-next-link, org-previous-link): New commands.
4743 (org-agenda-date-format): New option.
4744 (org-table-iterate): New command.
4745 (org-table-modify-formulas)
4746 (org-table-replace-in-formulas): Remove functions.
4747 (org-table-fix-formulas): New function.
4748 (org-table-insert-column, org-table-delete-column)
4749 (org-table-move-column): Use `org-table-fix-formulas'.
4750 (org-follow-gnus-link): Patch from Bastien/Leo.
4751 (org-table-current-field-formula): New function.
4752 (org-file-image-p): New function.
4753 (org-agenda-show-new-time): New function.
4754 (org-agenda-date-later): Call `org-agenda-show-new-time'.
4755 (org-with-remote-undo): New macro.
4756 (org-agenda-undo): New command.
4757 (org-verify-change-for-undo): New function.
4758 (org-time-stamp-format): New function.
4759 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
4760 by user.
4761 (org-match-any-p): New function.
4762 (org-make-tags-matcher): Handle regular expressions for tag and
4763 todo matches.
4764 (org-read-date): Accept "+N" as input for a date relative to the
4765 current date.
4766 (org-remove-subtree-entries-from-agenda): New function.
4767 (org-agenda-archive, org-agenda-kill):
4768 Use `org-remove-subtree-entries-from-agenda'.
4769 (org-do-sort, org-sort-entries): New functions.
4770 (org-sort): New command.
4771 (org-table-sort-lines): Use `org-do-sort'.
4772 (org-fix-decoded-time): New function.
4773 (org-table-number-regexp): Require 0x... to identify as number
4774 in tables.
4775 (org-startup-options): New keywords for note taking.
4776 (org-upgrade-old-links): Remove function.
4777 (org-get-repeat): New function.
4778 (org-show-context): Also show siblings on current level.
4779 (org-show-siblings): New function.
4780 (org-isearch-end, org-isearch-post-command): New functions.
4781 (org-show-siblings): New option.
4782 (org-show-context): Use `org-show-siblings'.
4783 (org-table-maybe-recalculate-line): No longer require `calc-eval'
4784 to be bound, because user may just use elisp.
4785
4786 2007-02-24 Kim F. Storm <storm@cua.dk>
4787
4788 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
4789 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
4790
4791 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
4792
4793 * startup.el (command-line): Also check if the abbrev file is readable.
4794
4795 2007-02-24 John Paul Wallington <jpw@pobox.com>
4796
4797 * net/tls.el (tls-certtool-program): Fix custom type.
4798
4799 * mail/feedmail.el (feedmail-message-id-generator)
4800 (feedmail-date-generator): Fix custom types.
4801
4802 * mail/rmail.el (rmail-message-filter): Fix custom type.
4803
4804 2007-02-24 Eli Zaretskii <eliz@gnu.org>
4805
4806 * startup.el (command-line): If simple.el cannot be found, proceed
4807 with a warning message.
4808
4809 2007-02-24 Kenichi Handa <handa@m17n.org>
4810
4811 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
4812 case that BEG is a string.
4813
4814 2007-02-24 Chris Moore <dooglus@gmail.com>
4815
4816 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
4817 * pgg-pgp.el (pgg-pgp-encrypt-region):
4818 * pgg-gpg.el (pgg-gpg-encrypt-region):
4819 Check pgg-encrypt-for-me if no other recipients.
4820
4821 2007-02-23 Eli Zaretskii <eliz@gnu.org>
4822
4823 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
4824
4825 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
4826 shell-quote-argument.
4827
4828 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4829
4830 * comint.el (comint-read-input-ring): Use comint-input-ring-size
4831 from the comint buffer instead of the temporary one.
4832
4833 2007-02-23 David Reitter <david.reitter@gmail.com>
4834
4835 * cus-edit.el (custom-save-all): Canonicalize custom-file before
4836 storing it in recentf-exclude.
4837
4838 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
4839
4840 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
4841 in splash screen.
4842
4843 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
4844
4845 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
4846 commands, for restart.
4847 (idlwave-shell-current-module): Fix handling of module name by type.
4848 (idlwave-shell-break-in): Update type handling.
4849 (idlwave-shell-bp-get): Encode type in BP structure.
4850 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
4851 (idlwave-shell-module-source-query): Query routine info based on type.
4852 Fix path parsing for non-compiled files.
4853 (idlwave-shell-module-source-filter): Don't signal error in filter
4854 if no source found.
4855 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
4856 filter race.
4857
4858 2007-02-22 Kim F. Storm <storm@cua.dk>
4859
4860 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
4861 (editable-field): Document need to put some text before the %v
4862 escape in :format string.
4863
4864 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
4865
4866 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
4867 (vc-svn-use-edit): Remove unused config var.
4868 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
4869
4870 * outline.el (hide-sublevels): Keep empty last line, if available.
4871
4872 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
4873 rather than the corresponding unicode char, to make the code
4874 more readable.
4875
4876 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
4877
4878 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
4879 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
4880 (speedbar-item-info-tag-helper): Doc fixes.
4881
4882 2007-02-19 Kenichi Handa <handa@m17n.org>
4883
4884 * international/mule-cmds.el (locale-language-names):
4885 Map "eo" to "Esperanto".
4886
4887 * language/european.el ("Esperanto"): New language environment.
4888
4889 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
4890
4891 * simple.el (kill-line): Doc fix.
4892
4893 2007-02-17 Kim F. Storm <storm@cua.dk>
4894
4895 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
4896 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
4897 (bindat--unpack-group, bindat--pack-group):
4898 Handle vectors with optional element type.
4899
4900 2007-02-17 Daiki Ueno <ueno@unixuser.org>
4901
4902 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
4903 if PASSPHRASE is given.
4904
4905 2007-02-17 Chris Moore <dooglus@gmail.com>
4906
4907 * jka-cmpr-hook.el (jka-compr-compression-info-list):
4908 Recognize backups of bz2 compressed files.
4909
4910 2007-02-17 Eli Zaretskii <eliz@gnu.org>
4911
4912 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
4913 to nil to speed up lookup of the symbol in index nodes.
4914
4915 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4916
4917 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4918 Add indentation for the constants of Lisp.
4919
4920 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
4921
4922 * ps-print.el: Use (defvar <foo>) where applicable.
4923 (ps-print-emacs-type): Remove.
4924 (ps-x-frame-property, ps-e-frame-parameter): Remove.
4925 (ps-frame-parameter): Align its call-convention with frame-parameter.
4926 (ps-begin-job): Adjust calls to it appropriately.
4927 (ps-setup): Don't print ps-print-emacs-type.
4928 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
4929 Define in such a way that it's obvious that it's defined.
4930 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
4931 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
4932 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
4933
4934 2007-02-15 Alan Mackenzie <acm@muc.de>
4935
4936 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
4937 an empty one-line C-style comment, post-position point properly.
4938
4939 2007-02-15 Chris Moore <dooglus@gmail.com>
4940
4941 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
4942 (isearch-lazy-highlight-new-loop): Bind it.
4943 (isearch-lazy-highlight-search): Use it.
4944
4945 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
4946
4947 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
4948
4949 * font-lock.el (font-lock-extend-region-wholelines):
4950 Only return non-nil if the region has really been changed.
4951 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
4952
4953 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
4954
4955 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
4956 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
4957 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
4958
4959 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
4960
4961 * faces.el (color-values): Revert changes to docstring from
4962 2007-01-31 and 2000-09-07.
4963
4964 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
4965 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
4966 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
4967 (ispell-help): Fix typos in docstring and output message.
4968
4969 2007-02-14 Kim F. Storm <storm@cua.dk>
4970
4971 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
4972 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
4973 (grep): Fix lgrep reference.
4974
4975 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
4976 (standard-display-underline): Use make-glyph-code.
4977
4978 * descr-text.el (describe-char): Use glyph-char and glyph-face.
4979
4980 * international/latin1-disp.el (latin1-display-char):
4981 Use make-glyph-code.
4982
4983 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
4984
4985 * ehelp.el (with-electric-help, electric-help-exit)
4986 (electric-help-retain): Doc fixes.
4987
4988 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
4989 (byte-compile-file): Doc fixes.
4990
4991 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4992
4993 * term/mac-win.el: Change all uses of
4994 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
4995 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
4996 (mac-ae-get-url): Call select-frame-set-input-focus.
4997 (mac-dnd-handle-drag-n-drop-event): Don't call
4998 select-frame-set-input-focus.
4999
5000 2007-02-13 Kenichi Handa <handa@m17n.org>
5001
5002 * international/characters.el: Fix documentation of category `a'.
5003
5004 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
5005
5006 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
5007
5008 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
5009
5010 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
5011 (tramp-get-remote-ln): Handle error case.
5012 Reported by Chris Moore <dooglus@gmail.com>.
5013
5014 2007-02-11 Kim F. Storm <storm@cua.dk>
5015
5016 * bindings.el (ctl-x-map): Remove register compatibility bindings
5017 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
5018
5019 2007-02-11 Richard Stallman <rms@gnu.org>
5020
5021 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
5022 in load history.
5023
5024 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
5025 condition -- don't fail to stop at endpos.
5026
5027 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
5028
5029 * textmodes/org.el (org-agenda-get-todos)
5030 (org-agenda-get-timestamps, org-agenda-get-closed)
5031 (org-agenda-get-deadlines, org-agenda-get-scheduled)
5032 (org-agenda-get-blocks, org-format-agenda-item)
5033 (org-agenda-change-all-lines, org-scan-tags): Rename text property
5034 from `category' to `org-category'.
5035
5036 2007-02-11 Kenichi Handa <handa@m17n.org>
5037
5038 * international/titdic-cnv.el (titdic-convert): Force files be written
5039 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
5040 (miscdic-convert): Force files be written with Unix-like eol format.
5041
5042 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
5043
5044 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
5045
5046 * calculator.el (calculator-prompt): Doc fix.
5047 (calculator-mode-map): Fix typo in menu entry.
5048
5049 2007-02-10 Jay Belanger <belanger@truman.edu>
5050
5051 * calculator.el (calculator): Do more extensive checking for when
5052 3 lines should be used for the calculator.
5053
5054 2007-02-10 Eli Zaretskii <eliz@gnu.org>
5055
5056 * info-look.el (info-lookup-make-completions):
5057 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
5058 index nodes.
5059
5060 * info.el (Info-fontify-maximum-menu-size): Document the effect
5061 of a nil value.
5062 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
5063 non-nil before using it as size.
5064
5065 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
5066
5067 * subr.el (insert-for-yank-1): Prevent read-only properties from
5068 interfering with text property operations.
5069
5070 * image-mode.el (image-mode): Revert 2007-01-30 changes.
5071
5072 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
5073 (image-type-auto-detected-p): Fail if another match is found in
5074 auto-mode-alist.
5075
5076 * files.el (magic-mode-alist): Call image-mode instead of
5077 image-mode-maybe for autodetected images.
5078
5079 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
5080
5081 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
5082 Fix typos in docstrings.
5083 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
5084
5085 2007-02-09 Kim F. Storm <storm@cua.dk>
5086
5087 * emacs-lisp/float-sup.el: Remove obsolete comment.
5088
5089 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5090
5091 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
5092
5093 2007-02-08 Karl Fogel <kfogel@red-bean.com>
5094
5095 * simple.el: Revert previous change, at request of RMS:
5096 (fundamental-mode-hook): Remove.
5097 (fundamental-mode): Run after-change-major-mode-hooks manually,
5098 and don't run the now-nonexistent fundamental-mode-hook.
5099
5100 2007-02-08 Karl Fogel <kfogel@red-bean.com>
5101
5102 * simple.el (fundamental-mode-hook): Declare new hook.
5103 (fundamental-mode): Run the new dedicated hook, and don't run
5104 after-change-major-mode-hooks manually anymore.
5105
5106 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5107
5108 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
5109 added columns of chars. Remove support for the "no-meta-info" format.
5110 Prompted by Romain Francoise <romain@orebokech.com>.
5111
5112 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
5113
5114 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
5115 (gdb-mouse-until, gdb-mouse-jump): Use it.
5116
5117 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
5118
5119 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
5120 work when there is just an assembler buffer (no source buffer).
5121
5122 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
5123
5124 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
5125 just because the diff was produced using "-p" (--show-c-function).
5126
5127 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
5128
5129 * faces.el (frame-set-background-mode): Use `color-values' and
5130 `display-color-p', not `x-color-values' and `x-display-color-p'.
5131 (face-valid-attribute-values): Use `defined-colors' instead of
5132 `x-defined-colors'.
5133
5134 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5135
5136 * ps-print.el: The ps-print commands without face printing should not
5137 print background color. Reported by Leo <sdl.web@gmail.com>.
5138 (ps-print-version): New version 6.7.3.
5139 (ps-begin-job): New arg. Fix ps-default-background and
5140 ps-default-foreground initialization.
5141 (ps-face-attributes): Fix doc string.
5142 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
5143
5144 * printing.el: Fix ps-print link.
5145
5146 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
5147
5148 * faces.el (face-set-after-frame-default): Compile attributes to
5149 be set by frame parameters before merging in X resources.
5150
5151 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
5152
5153 * simple.el (blink-matching-paren-dont-ignore-comments):
5154 (blink-matching-paren-on-screen): Doc fixes.
5155
5156 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
5157
5158 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
5159
5160 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
5161
5162 * loadhist.el (unload-feature): Silently ignore `load-history' entries
5163 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
5164 entries like `defun'. Return nil.
5165
5166 2007-02-05 Kim F. Storm <storm@cua.dk>
5167
5168 * ido.el: Doc fixes.
5169
5170 2007-02-04 David Kastrup <dak@gnu.org>
5171
5172 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
5173 `mpuz-allow-double-multiplicator' is non-zero, and correct
5174 calculation of `min'.
5175
5176 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
5177
5178 * wid-edit.el (widget-default-create): Insert new text at the
5179 :from marker _after_ the marker, not before it.
5180
5181 2007-02-04 Alan Mackenzie <acm@muc.de>
5182
5183 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
5184 containing it is re-indented.
5185
5186 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
5187
5188 * net/newsticker.el (newsticker--insert-image): Update docstring,
5189 and insert the image directly.
5190 (newsticker--buffer-redraw): Update docstring.
5191
5192 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5193 Rename from define-global-minor-mode.
5194
5195 * progmodes/cwarn.el (global-cwarn-mode):
5196 * emacs-lisp/autoload.el (make-autoload):
5197 * hi-lock.el (global-hi-lock-mode):
5198 * font-core.el (global-font-lock-mode): All callers changed.
5199
5200 2007-02-03 Eli Zaretskii <eliz@gnu.org>
5201
5202 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
5203 Don't copy @ignore lines into menu descriptions.
5204 (texinfo-multi-file-update): Goto the @node line before attempting
5205 to pluck the node name.
5206 (texinfo-multiple-files-update): Reverse the optional arguments'
5207 order, as per the doc string and the `interactive' form.
5208
5209 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
5210
5211 * image-mode.el: Use autoload to avoid overriding disabled setting
5212 applied in .emacs.
5213
5214 2007-02-03 Alan Mackenzie <acm@muc.de>
5215
5216 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
5217 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
5218 adjacent paren groups).
5219
5220 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5221
5222 * progmodes/ebnf2ps.el: Doc fixes.
5223 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
5224
5225 2007-02-02 Eli Zaretskii <eliz@gnu.org>
5226
5227 * dired-x.el (dired-do-relsymlink): Add reference to
5228 dired-do-symlink. Add an autoload cookie.
5229
5230 * dired-aux.el (dired-do-symlink): Add reference to
5231 dired-do-relsymlink.
5232
5233 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
5234
5235 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
5236 <left-fringe mouse-3>: New bindings.
5237
5238 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
5239
5240 * net/newsticker.el (newsticker-version): Changed to "1.10".
5241 (newsticker--set-customvar): Doc string.
5242 (newsticker-new-item-face): Doc string.
5243 (newsticker-mode): Initialize `invisibility-spec' with t.
5244 (newsticker-mode-map): Added
5245 `newsticker-mark-all-items-at-point-as-read'.
5246 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
5247 (newsticker-w3m-show-inline-images): Do not call
5248 `w3m-remove-image'.
5249 (newsticker--buffer-after-w3m-insert-image): New advice for
5250 w3m-insert-image to cache images.
5251 (newsticker-next-item-same-feed): New.
5252 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
5253 (newsticker-mark-all-items-of-feed-as-read): New.
5254 (newsticker-mark-all-items-at-point-as-read): Use new functions.
5255 (newsticker-mark-item-at-point-as-read): Doc string.
5256 (newsticker-mark-item-at-point-as-read): Use new functions.
5257 (newsticker--do-mark-item-at-point-as-read): New, extracted from
5258 `newsticker-mark-item-at-point-as-read'.
5259 (newsticker-hide-entry): Use (t) instead of t for invisibility.
5260 (newsticker--sentinel): Yet another xml-parser workaround.
5261 (newsticker--decode-iso8601-date): Bugfix for datestrings without
5262 days.
5263 (newsticker--buffer-do-insert-text): Fix.
5264 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
5265 (newsticker--buffer-make-item-completely-visible):
5266 `switch-to-buffer' not necessary.
5267
5268 2007-02-02 Eli Zaretskii <eliz@gnu.org>
5269
5270 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
5271 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
5272 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
5273 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
5274 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
5275
5276 2007-02-02 Kenichi Handa <handa@m17n.org>
5277
5278 * international/quail.el (quail-show-key): Fix an error message.
5279
5280 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
5281
5282 * faces.el (set-face-underline-p, modify-face): Rename arg
5283 UNDERLINE-P to UNDERLINE (it is not a flag).
5284
5285 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
5286
5287 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
5288 when adding gdb-speedbar-update to gdb-input-queue.
5289
5290 2007-02-01 Kenichi Handa <handa@m17n.org>
5291
5292 * international/quail.el (quail-show-key): Signal an error if the
5293 current input method is not using Quail.
5294
5295 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
5296
5297 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
5298 Trim leading whitespace in sysvar names.
5299
5300 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
5301
5302 * faces.el (internal-find-face, internal-get-face): Doc fixes.
5303
5304 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
5305
5306 * ido.el (ido-set-common-completion): Use `let', not `let*'.
5307
5308 2007-01-31 Romain Francoise <romain@orebokech.com>
5309
5310 * comint.el: Delete extra copy of `comint-copy-old-input' added in
5311 previous change to this file.
5312
5313 2007-01-31 Jason Rumney <jasonr@gnu.org>
5314
5315 * files.el (magic-mode-alist): Use image-mode-maybe rather than
5316 image-mode.
5317
5318 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
5319 interfering with attempt to set major mode from modified
5320 auto-mode-alist.
5321
5322 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
5323
5324 * faces.el (color-values): Doc fix.
5325 (face-differs-from-default-p): Don't check :foreground twice.
5326
5327 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
5328
5329 * comint.el (comint-mode): Prevent non-keyword fontification by default.
5330
5331 2007-01-31 Kenichi Handa <handa@m17n.org>
5332
5333 * international/quail.el (quail-store-decode-map-key): Store a
5334 translated character too.
5335 (quail-char-equal-p): New function.
5336 (quail-find-key1): Check character equality by quail-char-equal-p.
5337 (quail-decode-map-generated): New variable.
5338 (quail-find-key): Check quail-decode-map-generated and re-generate
5339 a decode map if necessary.
5340
5341 2007-01-30 Richard Stallman <rms@gnu.org>
5342
5343 * tutorial.el (tutorial--detailed-help): Make the list of
5344 changed keys look nicer.
5345
5346 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
5347
5348 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
5349 (gdb-var-delete): Use it.
5350 (gdb-var-update-handler-1): Handle value "invalid" for MI field
5351 `in_scope'.
5352
5353 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
5354
5355 * files.el (get-free-disk-space): Return nil for remote directories.
5356
5357 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
5358 instead of "dir".
5359
5360 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
5361
5362 * type-break.el (type-break-catch-up-event): New function.
5363 (type-break-demo-hanoi, type-break-demo-life)
5364 (type-break-demo-boring): Use it.
5365
5366 * image-mode.el (image-mode): Don't automatically view as image.
5367 (image-toggle-display): Add `disabled' property.
5368
5369 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
5370
5371 * isearchb.el (isearchb-iswitchb):
5372 * ps-print.el (ps-build-face-reference):
5373 * emacs-lisp/shadow.el (list-load-path-shadows):
5374 * eshell/esh-cmd.el (eshell-rewrite-for-command):
5375 * international/mule.el (find-auto-coding):
5376 * mail/supercite.el (sc-attrib-selection-list):
5377 * progmodes/cc-defs.el (c-emacs-features):
5378 * progmodes/cc-vars.el (c-offsets-alist):
5379 * progmodes/flymake.el
5380 (flymake-init-create-temp-source-and-master-buffer-copy):
5381 Fix typos in docstrings (some suggested by Chris Moore).
5382
5383 * progmodes/vhdl-mode.el (vhdl-components-package-name)
5384 (vhdl-get-library-unit, vhdl-corresponding-begin)
5385 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
5386 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
5387 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
5388 (vhdl-font-lock-match-item): Fix typos in docstrings.
5389 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
5390 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
5391 (vhdl-speedbar-insert-project-hierarchy):
5392 Improve argument/docstring consistency.
5393
5394 2007-01-29 Kenichi Handa <handa@m17n.org>
5395
5396 * international/titdic-cnv.el (py-converter): Fix previous change.
5397
5398 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
5399
5400 * jka-compr.el (jka-compr-partial-uncompress)
5401 (jka-compr-call-process): Rebind default-directory if it is
5402 invalid. Suggested by Chris Moore.
5403
5404 * comint.el (comint-insert-input): Handle situation where the
5405 selected buffer is not the clicked buffer.
5406
5407 2007-01-29 Kenichi Handa <handa@m17n.org>
5408
5409 * international/ja-dic-cnv.el (skkdic-convert):
5410 Add byte-compile-disable-print-circle:t at the head.
5411
5412 * international/titdic-cnv.el (tit-process-header):
5413 Add byte-compile-disable-print-circle:t at the head.
5414 (miscdic-convert): Likewise.
5415 (py-converter): Skip the header comments.
5416
5417 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
5418 New variable.
5419 (byte-compile-output-file-form): Bing print-circle to nil if
5420 byte-compile-output-file-form is not nil.
5421 (byte-compile-output-docform): Likewise.
5422
5423 2007-01-28 Kim F. Storm <storm@cua.dk>
5424
5425 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
5426 Declare earlier to avoid byte compiler warnings.
5427
5428 2007-01-28 Markus Triska <markus.triska@gmx.at>
5429
5430 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
5431
5432 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
5433
5434 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
5435 (gamegrid-add-score-with-update-game-score-1): Allow local quits
5436 when calling update-game-score program. Remove unnecessary
5437 save-excursion.
5438
5439 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
5440
5441 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
5442
5443 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
5444 avoid compiler warning.
5445 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
5446 might have values other than "true" or "false".
5447
5448 2007-01-28 Richard Stallman <rms@gnu.org>
5449
5450 * textmodes/fill.el (fill-paragraph-function): Doc fix.
5451 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
5452
5453 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
5454
5455 * image.el (image-type-header-regexps): Make GIF regex more specific.
5456
5457 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
5458 Don't check `backspace'.
5459 (tutorial--find-changed-keys): Look up bindings in a temp buffer
5460 in Fundamental mode.
5461
5462 * startup.el (fancy-splash-text, normal-splash-screen):
5463 Mention C-g.
5464
5465 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
5466 when inserting in buffer.
5467
5468 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
5469 inside the if.
5470
5471 2007-01-27 Richard Stallman <rms@gnu.org>
5472
5473 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
5474
5475 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
5476
5477 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
5478 enum/union/struct/class definition.
5479 Revert change to call `forward-sexp' multiple times.
5480
5481 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
5482
5483 * files.el (hack-local-variables-confirm): Don't keep trying to
5484 read an event from an empty kbd macro.
5485
5486 2007-01-27 Eli Zaretskii <eliz@gnu.org>
5487
5488 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
5489
5490 2007-01-27 Ben North <ben@redfrontdoor.org>
5491
5492 * outline.el (outline-promote, outline-demote): Doc fix. Rename
5493 the arg CHILDREN -> WHICH.
5494
5495 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
5496
5497 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
5498 default-directory to a sane value when calling start-process.
5499
5500 2007-01-27 Eli Zaretskii <eliz@gnu.org>
5501
5502 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
5503 (ls-lisp-format-time-list): Doc fix. Mention
5504 ls-lisp-use-localized-time-format.
5505 (ls-lisp-format-time): Use ls-lisp-format-time-list if
5506 ls-lisp-use-localized-time-format is non-nil, even if a valid
5507 locale is defined.
5508
5509 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
5510
5511 * jka-compr.el (jka-compr-shell): Doc fix.
5512
5513 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
5514
5515 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5516
5517 * ps-print.ps: Fix background height.
5518 (ps-print-version): New version 6.7.2.
5519
5520 2007-01-26 Eli Zaretskii <eliz@gnu.org>
5521
5522 * makefile.w32-in (finder-data, custom-deps): Depend on
5523 $(lisp)/loaddefs.el.
5524
5525 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
5526
5527 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
5528
5529 2007-01-24 Miles Bader <miles@gnu.org>
5530
5531 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
5532 (byte-compile-output-docform): Bind `print-circle' to t.
5533
5534 2007-01-24 Kenichi Handa <handa@m17n.org>
5535
5536 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
5537 file name of the original SKK dictionary file.
5538
5539 2007-01-24 Kim F. Storm <storm@cua.dk>
5540
5541 * ido.el (ido-initial-position): New variable.
5542 (ido-read-internal): Set it if default item is specified.
5543 (ido-minibuffer-setup): Position cursor accordingly if set.
5544 (ido-edit-input): C-e moves to end of input if not already there.
5545 (ido-magic-backward-char): C-b does like M-b if prev char is /.
5546 Don't switch to buffer mode if repeating C-b at start of input.
5547 (ido-toggle-ignore): C-a only toggles ignore at start or end of
5548 input; else it moves to start of input.
5549 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
5550 not at end of input, delete rest of input, rather than normal op.
5551
5552 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
5553
5554 * emulation/viper-keym.el (viper-insert-basic-map):
5555 Delete binding for S-TAB.
5556
5557 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
5558 of message. Activate mark.
5559 (ediff-activate-mark): Set transient-mark-mode to t.
5560
5561 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
5562
5563 2007-01-23 Martin Rudalics <rudalics@gmx.at>
5564
5565 * help-fns.el (describe-variable): Don't suppress display of
5566 buffer local value when the value is "large".
5567
5568 2007-01-22 Kim F. Storm <storm@cua.dk>
5569
5570 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
5571 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
5572 (ido-tidy): Use ido-active.
5573
5574 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
5575
5576 * hexl.el (hexl-mode-exit): Add missing quote.
5577
5578 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5579
5580 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
5581 (mac-ae-keyboard-modifiers): New function.
5582 (mac-handle-toolbar-switch-mode): Use it.
5583 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
5584 if keyboard modifiers on drop contain option key.
5585 (mac-dnd-drop-data): Add optional argument `action'.
5586 (special-event-map): Remove binding for M-drag-n-drop.
5587
5588 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
5589
5590 * add-log.el (add-log-current-defun): Use CC Mode functions to
5591 find the beginning and end of a defun.
5592
5593 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
5594
5595 * progmodes/gdb-ui.el (gdb-var-create-regexp)
5596 (gdb-var-create-handler): Handle value field in GDB output of
5597 -var-create.
5598 (gdb-max-frames): New variable.
5599 (gdb-stack-buffer, gdb-frames-select): Use it.
5600 (gdb-info-stack-custom): Help user customize gdb-max-frames,
5601 if necessary.
5602 (gdb-get-frame-number): Simplify.
5603
5604 2007-01-21 Glenn Morris <rgm@gnu.org>
5605
5606 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
5607 Update copyrights.
5608
5609 2007-01-21 Alan Mackenzie <acm@muc.de>
5610
5611 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
5612 handling of K&R stuff.
5613
5614 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5615
5616 * textmodes/bibtex.el (bibtex-files): Fix customization type.
5617
5618 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5619
5620 * ps-print.el: Handle frame parameters (background and/or foreground
5621 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
5622 (ps-print-version): New version 6.7.1.
5623 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
5624 (ps-frame-parameter): New fun.
5625 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
5626 Fix doc and customization.
5627 (ps-begin-job): Get frame parameters (background and/or foreground
5628 colors).
5629 (ps-do-despool): Ensure ps-printer-name has a valid value.
5630
5631 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
5632
5633 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
5634 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
5635 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
5636 mean unlimited.
5637
5638 2007-01-20 Alan Mackenzie <acm@muc.de>
5639
5640 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
5641 much more rigorous analysis of putative K&R regions.
5642
5643 2007-01-20 Alan Mackenzie <acm@muc.de>
5644
5645 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
5646 New functions.
5647
5648 2007-01-20 Alan Mackenzie <acm@muc.de>
5649
5650 * progmodes/cc-align.el, progmodes/cc-cmds.el,
5651 * progmodes/cc-defs.el, progmodes/cc-engine.el,
5652 * progmodes/cc-langs.el, progmodes/cc-styles.el,
5653 * progmodes/cc-vars.el: Add my name.
5654
5655 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
5656
5657 * files.el (find-alternate-file): Revert query message to Emacs 21
5658 version.
5659
5660 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
5661
5662 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
5663 the doc string how to use personal abbrevs without electric
5664 keywords.
5665
5666 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5667
5668 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
5669 Fixed cursor position when toggle abbreviated display.
5670
5671 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
5672
5673 * t-mouse.el: Update copyright following assignment by
5674 Alessandro Rubini.
5675
5676 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
5677
5678 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
5679 (type-break-demo-boring): Call read-event instead of read-char.
5680
5681 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
5682
5683 * progmodes/compile.el: Add handling for makepplog.
5684
5685 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
5686
5687 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
5688 aspell dictionaries are initialized when called non-interactively.
5689
5690 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
5691
5692 * progmodes/compile.el (compilation-loop): New arg limit.
5693 Handle case where the first error is at point-min.
5694 (compilation-next-error): New arg to compilation-loop call.
5695
5696 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
5697
5698 * info.el (Info-default-dirs): Change default info dir to
5699 share/info.
5700
5701 * paths.el (Info-default-directory-list): Ditto.
5702
5703 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
5704
5705 * hexl.el (hexl-before-revert-hook): New function.
5706 (hexl-mode): Use it.
5707 (hexl-after-revert-hook): Just call hexl-mode.
5708 (hexl-mode-exit): Remove before-revert-hook.
5709
5710 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
5711
5712 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
5713
5714 2007-01-16 Martin Rudalics <rudalics@gmx.at>
5715
5716 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
5717 by "-" in francais7 otherchars entry.
5718 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
5719 otherchars entry.
5720
5721 2007-01-15 Karl Fogel <kfogel@red-bean.com>
5722
5723 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
5724 path. Rewrite function in `cond' style for readability.
5725
5726 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
5727 (The path shortening, that is, not the rearrarangement.)
5728
5729 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5730
5731 * term/mac-win.el (mac-ae-quit-application): New function.
5732 (mac-apple-event-map): Bind "quit application" Apple event to it.
5733
5734 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
5735
5736 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
5737 than the program's output.
5738
5739 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
5740
5741 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
5742 (kmacro-start-macro-or-insert-counter)
5743 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
5744 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
5745
5746 * longlines.el (longlines-show-hard-newlines):
5747 * ruler-mode.el (ruler-mode-ruler):
5748 * emulation/keypad.el (keypad-setup):
5749 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
5750 Fix typo in docstring.
5751
5752 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
5753
5754 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
5755 Remove redirect character ">".
5756
5757 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
5758
5759 * replace.el (perform-replace): Remove leftover code.
5760
5761 2007-01-12 Richard Stallman <rms@gnu.org>
5762
5763 * replace.el (perform-replace): Don't clear NODENT when computing
5764 the replacement string.
5765
5766 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
5767
5768 * net/tramp.el (tramp-handle-file-local-copy):
5769 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
5770 <christopher.ian.moore@gmail.com>.
5771
5772 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
5773
5774 * diff-mode.el (diff-sanity-check-context-hunk-half)
5775 (diff-sanity-check-hunk): New functions.
5776 (diff-find-source-location): Use'em to check the hunks are well-formed.
5777
5778 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
5779 activate undo when undo is not active.
5780 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
5781
5782 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5783
5784 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
5785 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
5786 (ffap-url-at-point): Use char-classes rather than "a-z".
5787
5788 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
5789
5790 * ediff-init.el (ediff-autostore-merges):
5791 * textmodes/fill.el (fill-region): Doc fix.
5792
5793 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5794
5795 * server.el (server-ensure-safe-dir): UIDs may be floats.
5796
5797 2007-01-10 Richard Stallman <rms@gnu.org>
5798
5799 * battery.el (battery-linux-proc-acpi): Use ignore-errors
5800 around calls to directory-files.
5801
5802 * subr.el (momentary-string-display): Use save-excursion.
5803
5804 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
5805 argument, but read it as `X' does.
5806
5807 2007-01-09 Juri Linkov <juri@jurta.org>
5808
5809 * info.el (Info-fontify-node): Don't hide node names of index entries.
5810
5811 * faces.el (momentary): Change :group to basic-faces where all
5812 basic faces belong to. Add :version.
5813
5814 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
5815
5816 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
5817 keybinding is found.
5818 (tutorial--find-changed-keys): Never treat null keybinding as a
5819 remapping.
5820
5821 2007-01-09 Martin Rudalics <rudalics@gmx.at>
5822
5823 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
5824
5825 2007-01-09 Kenichi Handa <handa@m17n.org>
5826
5827 * international/mule-cmds.el
5828 (select-safe-coding-system-interactively): Fix message.
5829
5830 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
5831
5832 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
5833 (tramp-process-actions): Add optional parameter TIMEOUT.
5834 (tramp-open-connection-telnet, tramp-open-connection-rsh)
5835 (tramp-open-connection-su): Add timeout of 60".
5836
5837 2007-01-09 Richard Stallman <rms@gnu.org>
5838
5839 * progmodes/compile.el (compile): Doc fix.
5840
5841 2007-01-09 Markus Triska <markus.triska@gmx.at>
5842
5843 * tumme.el (tumme-display-thumb): Doc fix.
5844
5845 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
5846
5847 * battery.el (battery-search-for-one-match-in-files):
5848 * bindings.el (mode-line-minor-mode-help):
5849 * x-dnd.el (x-dnd-types-alist):
5850 * calendar/icalendar.el (icalendar-import-buffer):
5851 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
5852
5853 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
5854
5855 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
5856
5857 * replace.el (replace-regexp): Fix typo in docstring.
5858
5859 2007-01-07 Alan Mackenzie <acm@muc.de>
5860
5861 * progmodes/cc-langs.el (c-operators, c-filter-ops):
5862 Amend doc-string and comments.
5863
5864 2007-01-06 Eli Zaretskii <eliz@gnu.org>
5865
5866 * files.el (abbreviate-file-name): Doc fix.
5867
5868 2007-01-06 Markus Triska <triska@gmx.at>
5869
5870 * subr.el (split-string): Remove spurious ")" from doc string.
5871
5872 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
5873
5874 * textmodes/table.el (table--warn-incompatibility):
5875 Use display-warning instead of momentary-string-display.
5876
5877 2007-01-05 Richard Stallman <rms@gnu.org>
5878
5879 * image.el (image-type-header-regexps): Recognize xbm more strictly.
5880
5881 * simple.el (backward-kill-word): Doc fix.
5882
5883 2007-01-05 Romain Francoise <romain@orebokech.com>
5884
5885 * international/mule.el (sgml-html-meta-auto-coding-function):
5886 Ensure that the buffer contains a HTML document.
5887
5888 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5889
5890 * faces.el (momentary): Move here ...
5891 * subr.el (momentary): ... from here.
5892
5893 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
5894
5895 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
5896 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
5897 large structures/arrays.
5898
5899 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
5900
5901 * files.el (find-file-noselect-1, set-visited-file-name):
5902 Allow backup-enable-predicate to be nil.
5903
5904 2007-01-04 Andreas Schwab <schwab@suse.de>
5905
5906 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
5907 last change.
5908
5909 2007-01-03 Richard Stallman <rms@gnu.org>
5910
5911 * woman.el (woman-decode-buffer): Clarify error message.
5912
5913 2007-01-03 Alan Mackenzie <acm@muc.de>
5914
5915 * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
5916
5917 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
5918
5919 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
5920
5921 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
5922
5923 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
5924
5925 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
5926
5927 * emulation/viper.el (viper-custom-file-name, viper-mode):
5928 Fix typos in docstrings.
5929
5930 * subr.el (momentary-string-display): After moving point, set POS
5931 variable to it to avoid later errors once the buffer is modified.
5932 Doc fix.
5933
5934 2007-01-02 Alan Mackenzie <acm@muc.de>
5935
5936 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
5937 check that the "*/" is present before trying to manipulate it.
5938
5939 2007-01-02 Richard Stallman <rms@gnu.org>
5940
5941 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
5942
5943 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
5944 Fix format of value.
5945
5946 * cus-edit.el (customize-unsaved): Rename from customize-customized.
5947 Change messages accordingly.
5948 (customize-customized): Now alias.
5949
5950 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
5951
5952 * files.el (version-control): Doc fix.
5953
5954 2007-01-01 Alan Mackenzie <acm@muc.de>
5955
5956 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
5957 Check the format of c-state-cache is valid for an optimisation before
5958 using it.
5959
5960 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
5961 are at a statement within a macro". Other changes so that only
5962 the first continuation line in a macro gets the symbol
5963 `cpp-define-intro', the others getting `statement', or whatever.
5964
5965 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
5966 a string, preserve whitespace. Add a backslash only when also in
5967 a macro.
5968
5969 * progmodes/cc-defs.el: Correct typos.
5970
5971 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
5972 new line after an escaped EOL in a string.
5973
5974 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
5975 label when it directly follows "else", "do", ....
5976
5977 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
5978 angle brackets (as seen in "explicit specialisations" of C++
5979 templates).
5980
5981 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
5982 in the doc-string.
5983
5984 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
5985 when the comment ender looks like "=========*/" and is alone on
5986 its line.
5987
5988 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
5989 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
5990 for the old name.
5991
5992 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
5993 c-\(beginning\|end\)-of-defun by default.
5994
5995 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
5996 New line-up function, for the DEFUN macro in the Emacs C sources.
5997 Only used in "gnu" style.
5998
5999 * progmodes/cc-styles.el (c-style-alist): Use this new function in
6000 the "gnu" style.
6001
6002 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
6003 clean-up comment-close-slash also to work when there's a comment
6004 terminator on the line.
6005 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
6006 these for large arg - only take account of top level {..}, except
6007 for initial and final adjustments. M-- C-M-[ae] now go to the
6008 right defuns when the starting point is between defuns. They use
6009 the four new functions:
6010 (c-in-function-trailer-p, c-where-wrt-brace-construct)
6011 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
6012 support c-\(beginning\|end\)-of-defun.
6013
6014 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
6015 expressions more rigorously, to exclude bit-field specifiers from
6016 being classed as labels.
6017 (c-forward-label): When analyzing a ":" within a macro, be careful
6018 about using c-forward-syntactic-ws at the macro beginning.
6019 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
6020 stmt boundary, check for "operator=", etc.
6021
6022 * progmodes/cc-mode.el (c-postprocess-file-styles):
6023 Bind inhibit-read-only to t, around the call to
6024 c-remove-any-local-eval-or-mode-variables, so that it works on a
6025 RO file.
6026
6027 * progmodes/cc-defs.el (c-version): Update the version number to
6028 "5.31.4".
6029
6030 2007-01-01 Richard Stallman <rms@gnu.org>
6031
6032 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
6033 only if we restored isearch-window-configuration.
6034
6035 2006-12-31 Romain Francoise <romain@orebokech.com>
6036
6037 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
6038
6039 2006-12-31 Kim F. Storm <storm@cua.dk>
6040
6041 * files.el (auto-mode-case-fold): New defcustom.
6042 (set-auto-mode): If non-nil, perform second case-sensitive pass
6043 through auto-mode-alist if first pass failed.
6044
6045 2006-12-30 Richard Stallman <rms@gnu.org>
6046
6047 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
6048
6049 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
6050
6051 * allout.el (allout-encrypt-string): Handle symmetric-key
6052 passphrase caching but leave keypair caching to pgg.
6053
6054 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
6055
6056 Sync with Tramp 2.0.55.
6057
6058 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
6059 `integerp'. `char-equal' could fail else in case of negative
6060 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
6061 (top): Check for `font-lock-add-keywords' before calling; it
6062 doesn't exist under XEmacs.
6063 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
6064 (tramp-completion-mode): Remove clause (not
6065 tramp-unified-filenames), because the function is called in other
6066 context too, where this check results in wrong results in the
6067 XEmacs case on Windows.
6068 (tramp-touch): UTC handling is not possible for XEmacs.
6069
6070 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6071
6072 * scroll-bar.el (previous-scroll-bar-mode): New variable
6073 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
6074 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
6075
6076 * term/x-win.el: Set scroll bar mode to right if set by X resources.
6077
6078 2006-12-30 Richard Stallman <rms@gnu.org>
6079
6080 * files.el (make-backup-file-name-1): Precompute abs name
6081 but don't lose the relative name.
6082
6083 * international/mule-cmds.el (select-safe-coding-system-interactively):
6084 Fix message.
6085
6086 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
6087
6088 * files.el (backup-buffer): Show entire backup file name in msg.
6089
6090 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
6091
6092 * image.el (image-type-header-regexps, image-type-from-data)
6093 (image-type-from-buffer, image-type-from-file-header):
6094 Revert changes from 2006-12-26.
6095 (image-type-auto-detectable): New variable.
6096 (image-type-auto-detected-p): New function.
6097
6098 * files.el (magic-mode-alist): Detect image files with
6099 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
6100
6101 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
6102
6103 * dired.el (dired-sort-other): Move test for dired-mode...
6104 (dired-sort-set-modeline): ...to here.
6105
6106 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6107
6108 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
6109 change. Suggested by Stefan Monnier.
6110
6111 2006-12-29 Kim F. Storm <storm@cua.dk>
6112
6113 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
6114 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
6115
6116 2006-12-27 Kim F. Storm <storm@cua.dk>
6117
6118 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
6119 so it doesn't accidentally match an fsf.org mail address.
6120 (authors-renamed-files-alist): Add tcover-*.el.
6121
6122 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
6123
6124 * vc-arch.el (vc-arch-find-version): New function.
6125
6126 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
6127 composed of arbitrary characters (even /) in some systems.
6128
6129 2006-12-27 Eli Zaretskii <eliz@gnu.org>
6130
6131 * international/mule-cmds.el (select-safe-coding-system-interactively):
6132 Improve the message in the *Warning* buffer.
6133
6134 2006-12-27 Kim F. Storm <storm@cua.dk>
6135
6136 * ido.el (ido-set-matches-1): Fix last change. If default item is
6137 current buffer, it is ok to be first.
6138
6139 2006-12-27 Kenichi Handa <handa@m17n.org>
6140
6141 * international/mule-cmds.el (select-safe-coding-system-interactively):
6142 Use face `link' for problematic chars.
6143
6144 2006-12-27 Kenichi Handa <handa@m17n.org>
6145
6146 * international/mule-cmds.el (select-safe-coding-system-interactively):
6147 Improve the message in *Warning* buffer.
6148
6149 2006-12-27 Kim F. Storm <storm@cua.dk>
6150
6151 * ido.el (ido-set-matches-1): Never put current buffer first if
6152 there are other matches.
6153
6154 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
6155
6156 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
6157 expressions.
6158 (gdb-var-delete): Handle duplicate names. Print message for non
6159 root expressions.
6160 (gdb-partial-output-name): Start buffer name with a space.
6161 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
6162 buffer name.
6163
6164 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6165
6166 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
6167 last footnote when `footnote-spaced-footnotes' is nil.
6168
6169 2006-12-26 Richard Stallman <rms@gnu.org>
6170
6171 * cus-edit.el (custom-browse-sort-alphabetically)
6172 (custom-buffer-sort-alphabetically)
6173 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
6174
6175 * image.el (image-type-header-regexps): Change element format
6176 to include third item NOT-ALWAYS.
6177 (image-type-from-data): Handle new format.
6178 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
6179 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
6180
6181 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
6182
6183 * add-log.el (add-log-current-defun): Call `forward-sexp'
6184 multiple times to pick a member function name defined as
6185 part of nested classes/namespaces.
6186
6187 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6188
6189 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
6190 which keymap should be used to change menu. It does not affect any
6191 existent code.
6192
6193 2006-12-26 Richard Stallman <rms@gnu.org>
6194
6195 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
6196 rather than for being in a minibuffer window.
6197
6198 2006-12-25 Daiki Ueno <ueno@unixuser.org>
6199
6200 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
6201 locale-coding-system.
6202 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
6203 LF.
6204
6205 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
6206
6207 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
6208 (sql-mode-syntax-table): Disable double quoted strings.
6209 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
6210
6211 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6212
6213 * startup.el (fancy-splash-last-input-event): New variable.
6214 (fancy-splash-special-event-action): New function.
6215 (fancy-splash-screens): Temporarily bind special events to it.
6216 Execute command for saved special event before exiting from
6217 recursive editing.
6218
6219 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
6220 New functions.
6221 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
6222 Use mac-unread-string.
6223
6224 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6225
6226 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
6227 an optimized comment regexp if `comment-start-skip' uses a ^.
6228 * bs.el (bs--up): Remove interactive spec.
6229
6230 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
6231
6232 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
6233 Suggested by James Cloos.
6234
6235 2006-12-24 Kevin Ryde <user42@zip.com.au>
6236
6237 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
6238 in March.
6239 (calendar-dst-ends): Default to first Sunday in November.
6240
6241 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
6242
6243 * allout.el (allout-encrypt-string): Inhibit use of agent within
6244 body of let form where encryption happens. Acknowledge non-use of
6245 gpg-agent in docstring.
6246 (allout-toggle-subtree-encryption): Acknowledge non-use of
6247 gpg-agent in docstring.
6248
6249 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
6250
6251 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
6252
6253 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
6254
6255 * ediff-diff.el (ediff-diff-options): Clarify docstring.
6256 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
6257
6258 * emulation/viper-cmd.el (viper-post-command-sentinel):
6259 Protect against errors in hooks.
6260 (viper-add-newline-at-eob-if-necessary): Add newline only if we
6261 actually modify buffer; ignore errors if occur.
6262
6263 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
6264
6265 * calendar/calendar.el (calendar-mode-map): Switch < and >.
6266 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
6267 formatting.
6268
6269 2006-12-23 Richard Stallman <rms@gnu.org>
6270
6271 * simple.el (delete-horizontal-space): Doc fix.
6272
6273 2006-12-23 Eli Zaretskii <eliz@gnu.org>
6274
6275 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
6276 explicitly in a recursive Make, not implicitly through prerequisites,
6277 since the latter is wrong under parallel builds.
6278
6279 2006-12-22 Eli Zaretskii <eliz@gnu.org>
6280
6281 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
6282
6283 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
6284
6285 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
6286 message string.
6287
6288 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
6289
6290 * outline.el (outline-next-visible-heading): Fix the case with a
6291 header at end-of-file with no final newline.
6292
6293 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
6294
6295 * indent.el (tab-always-indent): Doc fix.
6296
6297 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
6298
6299 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
6300 (Info-fontify-node): Do fontify indices.
6301
6302 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
6303 to the Emacs Lisp reference manual.
6304 (tutorial--tab-map): Remove. All callers changed.
6305 (tutorial--find-changed-keys): New elt QUIET, used to...
6306 (tutorial--display-changes): ...ensure that warning messages are
6307 only issued once per changed key.
6308 (tutorial--remove-remarks): Delete unused code-path.
6309 (lang-strings): Remove extraneous formatting.
6310 (tutorial--save-tutorial): Prompt before saving tutorial state.
6311
6312 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
6313
6314 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
6315 Replace '?\ ' by '?\s' throughout.
6316 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
6317 `help' custom group.
6318 (tutorial--key-description): New function.
6319 (tutorial--display-changes): Remove redundant arg. Scan for all
6320 key sequences to avoid false matches. Cleanup.
6321 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
6322 reduce homedir pollution.
6323 (help-with-tutorial): Call tutorial--display-changes with no arg.
6324
6325 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
6326
6327 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
6328
6329 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
6330
6331 * net/tramp.el (tramp-default-method): We still need to check for
6332 `executable-find', because it is not bound under Emacs 20.
6333 (tramp-handle-file-name-completion)
6334 (tramp-completion-handle-file-name-completion): Handle optional
6335 parameter PREDICATE.
6336 (tramp-find-default-method): Add code for default values.
6337
6338 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
6339
6340 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
6341 make gud-go send "continue".
6342
6343 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
6344
6345 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
6346 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
6347
6348 2006-12-19 Kim F. Storm <storm@cua.dk>
6349
6350 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
6351 instead of global-map.
6352
6353 * files.el (magic-mode-alist): Allow matching file type by
6354 calling a function at bob. Check for image types by calling
6355 image-type-from-buffer. Suggested by Juanma Barranquero.
6356 (set-auto-mode): Do it.
6357
6358 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
6359
6360 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
6361 Remove "ControlMaster" option from the other `scp*' methods.
6362 (tramp-default-method): Check for ssh-agent before setting to `scp'.
6363
6364 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
6365
6366 * textmodes/org.el (org-mode): Show context after isearch.
6367 (org-show-siblings): New function.
6368 (org-show-context): Use `org-show-siblings'.
6369
6370 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
6371
6372 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
6373 Use syntax-ppss-toplevel-pos.
6374
6375 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
6376
6377 * textmodes/org.el (org-current-line): Make sure that lines are
6378 counted from beginning of buffer.
6379 (org-table-copy-region, org-table-paste-rectangle): Make sure that
6380 lines are counted from beginning of buffer.
6381
6382 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
6383
6384 * info.el (Info-build-node-completions): Signal error if tag-table
6385 marker is not found.
6386
6387 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6388
6389 2006-12-17 Alan Mackenzie <acm@muc.de>
6390
6391 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
6392 speed) the case when open-paren-in-column-0-is-defun-start is nil.
6393 Based on code by Martin Rudalics.
6394
6395 * progmodes/cc-mode.el (c-basic-common-init): Don't set
6396 open-paren-in-column-0-is-defun-start to nil any more.
6397
6398 2006-12-17 Richard Stallman <rms@gnu.org>
6399
6400 * simple.el (delete-horizontal-space): Use prefix arg.
6401
6402 * help-fns.el (describe-variable): Improve blank separator lines.
6403
6404 * files.el (magic-mode-alist): Mark as risky.
6405
6406 * files.el (make-backup-file-name-1):
6407 Expand backup-directory explicitly.
6408
6409 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
6410
6411 * net/tramp.el (tramp-default-method): Before setting to "pscp",
6412 check whether package password.el is loaded, or Pageant is running.
6413
6414 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
6415
6416 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
6417 (icalendar--rris): First try Emacs, then XEmacs.
6418 (icalendar--convert-ical-to-diary): Doc fix.
6419 Insert newline at end of target file.
6420
6421 2006-12-17 Kim F. Storm <storm@cua.dk>
6422
6423 * outline.el (outline-isearch-open-invisible-function): New defvar.
6424 (outline-flag-region): Use it if non-nil for isearch-open-invisible
6425 overlay property instead of outline-isearch-open-invisible.
6426
6427 2006-12-16 Kim F. Storm <storm@cua.dk>
6428
6429 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
6430 if ido-directory-too-big is set on entry.
6431 (ido-toggle-ignore, ido-completion-help): Print message while
6432 reading big directory.
6433
6434 2006-12-15 Richard Stallman <rms@gnu.org>
6435
6436 * shell.el (shell): Doc fix.
6437
6438 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
6439
6440 * emulation/edt.el (edt-xserver):
6441 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
6442 to fix a problem on Cygwin.
6443
6444 * emulation/edt.el
6445 * emulation/edt-mapper.el
6446 * emulation/edt-lk201.el
6447 * emulation/edt-pc.el
6448 * emulation/edt-vt100.el: Update maintainer's email address.
6449
6450 2006-12-15 Simon Marshall <simon@gnu.org>
6451
6452 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
6453
6454 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6455
6456 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
6457 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
6458 instead of mac-atsu-font-table.
6459 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
6460
6461 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
6462
6463 * align.el (align-match-tex-pattern): Fix a rare bug which
6464 hanged Emacs.
6465
6466 2006-12-14 Richard Stallman <rms@gnu.org>
6467
6468 * startup.el (use-fancy-splash-screens-p): Use frame-height
6469 instead of window-height. Pass frame to image-size.
6470
6471 2006-12-13 Kenichi Handa <handa@m17n.org>
6472
6473 * international/mule-cmds.el (set-locale-environment):
6474 Set default-sendmail-coding-system too.
6475
6476 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
6477
6478 * progmodes/idlw-help.el: Fix copyright notice.
6479
6480 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
6481
6482 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
6483
6484 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
6485
6486 * subr.el (unread-command-char): Reformat obsolescence info.
6487
6488 2006-12-11 Richard Stallman <rms@gnu.org>
6489
6490 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
6491 about calls to cl-struct-setf-expander.
6492
6493 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
6494
6495 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
6496 (ediff-combination-pattern): Fix typo in docstring.
6497
6498 * textmodes/refer.el (refer-find-entry): Doc fix.
6499 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
6500 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
6501 Fix tipos in docstrings.
6502
6503 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
6504
6505 2006-12-10 Kim F. Storm <storm@cua.dk>
6506
6507 * ido.el (ido-init-completion-maps): Remap backward-kill-word
6508 instead of binding M-backspace.
6509
6510 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
6511
6512 * replace.el (replace-match-data, replace-match-maybe-edit):
6513 * calc/calc-aent.el (calc-eval-error):
6514 * emulation/vi.el (vi-char-argument):
6515 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
6516 (c-vsemi-status-unknown-p-fn): Doc fixes.
6517
6518 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
6519
6520 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
6521 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
6522
6523 2006-12-10 Masatake YAMATO <jet@gyve.org>
6524
6525 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
6526
6527 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
6528
6529 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
6530
6531 * man.el (Man-xref-button-action): New function. If the
6532 `Man-target-string' button property is a function, assume it
6533 accepts a position argument.
6534 (Man-abstract-xref-man-page): Use it.
6535 (Man-default-man-entry): New optional arg POS.
6536
6537 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
6538 symlink arrows read-only and non-rear-sticky.
6539
6540 2006-12-09 Martin Rudalics <rudalics@gmx.at>
6541
6542 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
6543 (wdired-search-and-rename): Simplify code.
6544 (wdired-preprocess-files, wdired-preprocess-perms): Make
6545 read-only property of preceding character rear-nonsticky to
6546 avoid that it can be modified. Put old-name and old-link
6547 properties on character preceding name and replace
6548 put-text-property by add-text-properties.
6549 (wdired-get-filename, wdired-get-previous-link): Get old-name
6550 and old-link properties from character preceding name and
6551 simplify code.
6552 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
6553 (wdired-perms-to-number): Make local-map property
6554 rear-nonsticky to avoid that text following permissions may be
6555 modified. Use add-text-properties instead of put-text-property
6556 when changing a permission bit.
6557 (wdired-change-to-dired-mode): Remove stickiness properties.
6558
6559 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
6560
6561 * international/mule-cmds.el (register-input-method): Doc fix.
6562
6563 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
6564
6565 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
6566
6567 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6568
6569 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
6570 Force buffer local defs evaluation on local variables loading.
6571 (flyspell-mode-on, flyspell-mode-off): Use it in
6572 `hack-local-variables-hook'.
6573
6574 2006-12-09 Eli Zaretskii <eliz@gnu.org>
6575
6576 * emacs-lisp/find-func.el (find-variable): Doc fix.
6577
6578 * help-fns.el (variable-at-point): Doc fix.
6579
6580 * w32-fns.el (w32-append-code-lines): New function.
6581
6582 2006-12-09 Romain Francoise <romain@orebokech.com>
6583
6584 * comint.el (comint-insert-input): Delete obsolete comment.
6585
6586 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
6587
6588 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
6589 current frame, in case we're connected to several displays.
6590
6591 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
6592
6593 * frame.el (other-frame): Doc fix.
6594 (set-frame-parameter): Fix typo in docstring.
6595
6596 2006-12-07 Kim F. Storm <storm@cua.dk>
6597
6598 * info.el (Info-index): Strip leading colon from topic.
6599
6600 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
6601
6602 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
6603 to pointers.
6604
6605 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
6606
6607 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
6608 Trim out spurious class inheritance "None" entries.
6609
6610 2006-12-05 Kim F. Storm <storm@cua.dk>
6611
6612 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
6613 (cua-paste-pop): Rework last change for
6614 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
6615 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
6616 text inserted by the last M-y command.
6617
6618 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6619
6620 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
6621 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
6622
6623 * shell.el (shell): Search the start file in ~/.emacs.d as
6624 `init_SHELLNAME.sh' instead.
6625
6626 2006-12-05 Glenn Morris <rgm@gnu.org>
6627
6628 * progmodes/cperl-mode.el (cperl-mode)
6629 * progmodes/f90.el (f90-mode-abbrev-table)
6630 * progmodes/fortran.el (fortran-mode-abbrev-table)
6631 * progmodes/octave-mod.el (octave-abbrev-table)
6632 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
6633 if abbrev-table is non-nil (saved user abbrevs may have been restored).
6634
6635 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
6636 clear abbrev table, else saved abbrevs will not be restored.
6637
6638 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
6639
6640 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
6641 the call to `make-obsolete-variable', not in the docstring.
6642
6643 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
6644
6645 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
6646
6647 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6648
6649 * progmodes/ebnf-abn.el:
6650 * progmodes/ebnf-bnf.el:
6651 * progmodes/ebnf-dtd.el:
6652 * progmodes/ebnf-ebx.el:
6653 * progmodes/ebnf-iso.el:
6654 * progmodes/ebnf-otz.el:
6655 * progmodes/ebnf-yac.el:
6656 * progmodes/ebnf2ps.el:
6657 * delim-col.el:
6658 * printing.el:
6659 * ps-bdf.el:
6660 * ps-mule.el:
6661 * ps-print.el: Remove 'Time-stamp' comment mark.
6662
6663 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
6664 'easy-menu-add-item' when called in Emacs 21 or higher.
6665
6666 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
6667
6668 * progmodes/ada-xref.el (ada-check-current): Doc fix.
6669 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
6670
6671 2006-12-04 Kim F. Storm <storm@cua.dk>
6672
6673 * bindings.el (global-map): Bind [signal t] to ignore, to have
6674 user signals ignored by default.
6675
6676 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
6677
6678 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
6679 Unicode data file pointed to by `describe-char-unicodedata-file'.
6680
6681 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
6682
6683 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
6684 O(n^2) regexp-search by anchoring the search.
6685
6686 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
6687
6688 * whitespace.el (whitespace-cleanup-internal): Use current
6689 argument for recursive call.
6690
6691 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
6692
6693 * net/tramp.el (tramp-methods): Add "ControlPath" and
6694 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
6695 Andreas Schwab <schwab@suse.de>.
6696 (tramp-do-copy-or-rename-file-out-of-band)
6697 (tramp-open-connection-rsh): Compute format spec for ?t.
6698 (tramp-process-actions): Trace command parameters.
6699
6700 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
6701
6702 * simple.el (toggle-truncate-lines): Clarify doc string.
6703
6704 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
6705 (gdb-speedbar-expand-node): Use it.
6706
6707 2006-12-04 Richard Stallman <rms@gnu.org>
6708
6709 * progmodes/python.el (python-indent): Add safe-local-variable prop.
6710
6711 * dired.el (dired-revert): Turn off dired-after-readin-hook
6712 around call to dired-readin.
6713
6714 * menu-bar.el (menu-bar-make-toggle): Add "globally"
6715 to echo area messages.
6716 <indicate-empty-lines, case-fold-search>:
6717 Add "globally" to Help string.
6718 <case-fold-search>: MESSAGE arg need not say "globally".
6719 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
6720
6721 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
6722
6723 * outline.el (outline-end-of-subtree): Don't leave an empty
6724 line hidden as we would a real next heading.
6725
6726 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
6727
6728 * allout.el (allout-ascend): Add an optional argument to preserve
6729 original position of point when unsuccessful. Also, fix a
6730 docstring error.
6731 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
6732 work again, using allout-ascend's new option.
6733 (allout-setup-mode-map): Extract from allout-mode to initialize
6734 allout-mode-map. Call it on file load, so the mode docstring
6735 substitutions work even if allout mode has not yet been invoked.
6736 (allout-mode): Use new allout-setup-mode-map to track any keybinding
6737 customizations since the map was last processed. Also, refine the
6738 docstring so it's ship-shape for release.
6739 (allout-default-layout, allout-beginning-of-line-cycles)
6740 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
6741 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
6742 (allout-version, allout-layout, allout-infer-body-reindent)
6743 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
6744 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
6745 (allout-previous-heading, allout-goto-prefix-doublechecked)
6746 (allout-current-bullet-pos, allout-next-sibling-leap)
6747 (allout-pre-command-business, allout-encrypted-type-prefix)
6748 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
6749 (allout-rebullet-topic, allout-rebullet-topic-grunt)
6750 (allout-flag-region, allout-expose-topic, allout-expose-topic)
6751 (allout-old-expose-topic, allout-listify-exposed)
6752 (allout-process-exposed, allout-latex-verb-quote)
6753 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
6754 (allout-toggle-current-subtree-encryption)
6755 (allout-toggle-subtree-encryption, allout-bullet-isearch):
6756 Remove extraneous open-paren and close paren string escapes.
6757
6758 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
6759
6760 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
6761 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
6762 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
6763 Fix typos in docstrings.
6764
6765 2006-12-03 Glenn Morris <rgm@gnu.org>
6766
6767 * progmodes/cc-align.el
6768 * progmodes/cc-awk.el
6769 * progmodes/cc-cmds.el
6770 * progmodes/cc-compat.el
6771 * progmodes/cc-defs.el
6772 * progmodes/cc-engine.el
6773 * progmodes/cc-langs.el
6774 * progmodes/cc-menus.el
6775 * progmodes/cc-mode.el
6776 * progmodes/cc-styles.el
6777 * progmodes/cc-vars.el
6778 * progmodes/vhdl-mode.el: Fix Copyright format.
6779
6780 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
6781
6782 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
6783 initial down event.
6784
6785 2006-12-02 Kim F. Storm <storm@cua.dk>
6786
6787 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
6788 (cua-repeat-replace-region): Make M-v more robust.
6789 (cua-paste-pop-rotate-temporarily): New defcustom.
6790 (cua-paste-pop): Use it.
6791 (cua-auto-mark-last-change): New defcustom.
6792 (cua-pop-to-last-change): New helper function.
6793 (cua-set-mark): Use them.
6794
6795 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
6796
6797 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
6798 mini-buffer message.
6799
6800 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
6801
6802 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
6803
6804 2006-12-01 Ben North <ben@redfrontdoor.org>
6805
6806 * paren.el: Fix the highlight overlay extension when the user types a
6807 sequence of char very fast just before the open parenthesis.
6808
6809 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6810
6811 * ps-mule.el: Eliminate Emacs 20 compatibility.
6812
6813 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
6814 (ps-print-version): New version 6.7.
6815 (ps-print-quote): Replace '?\ ' by '?\s'.
6816
6817 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
6818
6819 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
6820 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
6821 (hexl-end-of-1k-page): Doc fixes.
6822 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
6823 Fix typos in docstrings.
6824
6825 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6826
6827 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
6828 locally, i.e. without using file name handlers.
6829 (ido-read-internal): Allow mono letter host names, avoiding the
6830 `c:' problem by testing if the file exists locally.
6831 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
6832
6833 2006-11-30 Masatake YAMATO <jet@gyve.org>
6834
6835 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
6836 to avoid bytecomp warnings.
6837 (hexl-mode-old-ruler-function): New variable.
6838 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
6839 and `hl-line-range-function' after `require' hl-line.
6840 Then bind `hl-line-range-function' and `hl-line-face'.
6841 Don't require frame. Don't use `with-no-warnings'.
6842 (hexl-activate-ruler): Store the original value of
6843 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
6844 (hexl-mode-exit): Restore the original value of
6845 `ruler-mode-ruler-function'.
6846
6847 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
6848
6849 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
6850 (hexl-mode-old-hl-line-face): New variable.
6851 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
6852 line when exit from the hexl-mode.
6853
6854 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
6855
6856 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
6857 Doc fixes.
6858
6859 * international/fontset.el (create-fontset-from-ascii-font)
6860 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
6861 (fontset-name-p): Fix typo in docstring.
6862
6863 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
6864
6865 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6866
6867 * ps-bdf.el: Fix maintainer email.
6868
6869 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
6870 compatibility.
6871
6872 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
6873 21 compatibility.
6874 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
6875 Emacs 20 & 21.
6876
6877 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
6878
6879 * progmodes/idlwave.el (idlwave-auto-fill):
6880 Remove paragraph-start let to prevent auto-fill giving up.
6881
6882 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
6883
6884 * vt100-led.el (led-state): Fix typo in previous change.
6885
6886 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6887
6888 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6889 Fix interactive spec of the functions getting defined to make them
6890 work as documented.
6891
6892 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
6893
6894 * startup.el (fancy-splash-screens): Hide initial splash buffer.
6895
6896 2006-11-28 Kim F. Storm <storm@cua.dk>
6897
6898 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
6899 icomplete-mode is enabled.
6900
6901 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
6902
6903 * textmodes/org.el (require): Require gnus-sum during compilation
6904 to avoid problem with a macro call.
6905
6906 2006-11-28 Glenn Morris <rgm@gnu.org>
6907
6908 * emacs-lisp/authors.el (authors-aliases): Add new alias.
6909
6910 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
6911 (fortran-window-create-momentarily): Do not need string-to-char.
6912
6913 2006-11-28 Richard Stallman <rms@gnu.org>
6914
6915 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
6916 Replace incorrect use of assoc-default with a loop.
6917
6918 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
6919
6920 * simple.el (next-error-find-buffer): Improve messages.
6921
6922 * files.el (revert-buffer): Special error message if file
6923 is now not readable.
6924
6925 * facemenu.el (facemenu-add-new-face): Improve doc strings of
6926 constructed commands.
6927
6928 * comint.el (comint-exec-1): Provide Emacs version and `comint'
6929 in INSIDE_EMACS.
6930
6931 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6932
6933 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
6934
6935 * server.el: Remove spurious * in docstrings.
6936 (server-process-filter): Exit from recursive editing before processing
6937 a new request.
6938
6939 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
6940
6941 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
6942 line so hidden blocks will be correctly identified.
6943
6944 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
6945
6946 * ledit.el (ledit-save-defun, ledit-mode):
6947 * resume.el (resume-emacs-args-buffer):
6948 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
6949 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
6950 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
6951 (command-send-input, command-kill-line):
6952 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
6953
6954 * autoarg.el (autoarg-kp-mode): Doc fix.
6955
6956 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
6957 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
6958 (check-emacs-lock): Doc fix. Simplify.
6959
6960 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
6961 (iimage-mode-buffer): Fix typos in docstring.
6962
6963 * misc.el (zap-up-to-char): Doc fix.
6964
6965 * time-stamp.el: Fix comment and obsolescence string for old
6966 functions. Use `dolist' instead of `while'.
6967
6968 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
6969
6970 * disp-table.el (standard-display-8bit, standard-display-default):
6971 * ebuff-menu.el (electric-buffer-list):
6972 * ehelp.el (electric-help-command-loop):
6973 * font-core.el (font-lock-mode):
6974 * help-macro.el (make-help-screen):
6975 * help.el (describe-minor-mode-completion-table-for-indicator)
6976 (lookup-minor-mode-from-indicator):
6977 * indent.el (tab-to-tab-stop, move-to-tab-stop):
6978 * info-look.el (info-lookup-guess-custom-symbol):
6979 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
6980 * longlines.el (longlines-wrap-line):
6981 * macros.el (insert-kbd-macro):
6982 * menu-bar.el (menu-bar-update-buffers):
6983 * misc.el (copy-from-above-command):
6984 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
6985 * newcomment.el (comment-indent):
6986 * novice.el (disabled-command-function):
6987 * sort.el (sort-fields-syntax-table):
6988 * subr.el (momentary-string-display):
6989 * tar-mode.el (tar-header-block-summarize)
6990 (tar-clear-modification-flags):
6991 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
6992 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
6993 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
6994 (te-delete-char, te-down-vertically-or-scroll):
6995 * time-stamp.el (time-stamp-string-preprocess):
6996 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
6997
6998 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
6999
7000 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
7001 in GUD mode.
7002
7003 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
7004 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
7005
7006 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7007
7008 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
7009
7010 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
7011
7012 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
7013 (ada-compile-goto-error): Adapt to new argument profile of
7014 compilation-goto-locus in Emacs 22. Don't check if the various
7015 compile functions are defined; we already do "(require 'compile)".
7016
7017 2006-11-26 Kim F. Storm <storm@cua.dk>
7018
7019 * kmacro.el: Fix commentary.
7020
7021 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
7022
7023 * progmodes/gud.el (gdb): Explain how to run in text command mode
7024 more clearly. Say in error message that multiple debugging
7025 requires restarting GDB.
7026
7027 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
7028
7029 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
7030
7031 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
7032
7033 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
7034 (flymake-popup-menu): Use it instead of posn-at-point.
7035
7036 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7037
7038 * progmodes/cc-vars.el (c-backslash-column):
7039 Mention c-backslash-max-column in documentation for c-backslash-column.
7040
7041 2006-11-24 Lars Hansen <larsh@soem.dk>
7042
7043 * net/tramp.el (tramp-default-method): Under Windows, change from
7044 plink to pscp.
7045 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
7046 (tramp-actions-copy-out-of-band):
7047 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
7048 (tramp-action-out-of-band): Move "Permission denied" handling to
7049 tramp-action-copy-failed.
7050 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
7051 process buffer.
7052
7053 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7054
7055 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7056 strings to a single string. Quote `errors-file-name'.
7057 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7058 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7059 Adjust calls. Use `shell-quote-argument'.
7060
7061 * international/mule.el (load-with-code-conversion)
7062 (with-category-table): Use with-current-buffer.
7063 (after-insert-file-set-coding): Use restore-buffer-modified-p.
7064
7065 2006-11-24 Eli Zaretskii <eliz@gnu.org>
7066
7067 * mail/smtpmail.el (smtpmail-send-it):
7068 Copy buffer-file-coding-system from the mail buffer. Possibly add a
7069 MIME header for the message encoding.
7070 Bind coding-system-for-write around the call to mail-do-fcc.
7071 Use smtpmail-code-conv-from to encode queued mail messages.
7072
7073 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
7074
7075 * tabify.el (tabify-regexp): Doc fix.
7076
7077 * net/rcirc.el (rcirc-buffer-maximum-lines):
7078 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
7079
7080 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
7081 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
7082 Fix typos in output messages.
7083 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
7084
7085 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7086
7087 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
7088 the horse's mouth.
7089 (hexlify-buffer): Don't re-encode an arg that's already encoded.
7090
7091 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
7092
7093 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
7094 Remove condition-case.
7095
7096 2006-11-23 Glenn Morris <rgm@gnu.org>
7097
7098 * progmodes/f90.el (f90-comment-indent): Do not move point in
7099 default case.
7100
7101 2006-11-21 Romain Francoise <romain@orebokech.com>
7102
7103 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
7104 from library name (reverts change of 2005-10-25).
7105
7106 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
7107
7108 * tutorial.el (tutorial--default-keys): Add newline and
7109 delete-backward-char bindings.
7110 (tutorial--detailed-help): Save excursion when finding keys.
7111 Correct warning string for M-x FOO case.
7112 (tutorial--display-changes): Print special keys in tutorial style.
7113 Tweak search regexp for changed keys.
7114
7115 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
7116
7117 * thingatpt.el (thing-at-point-url-at-point): Don't add a
7118 redundant scheme.
7119
7120 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
7121
7122 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
7123 are new to the list at IANA. Also added irc, mms, mmsh.
7124
7125 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
7126
7127 * progmodes/idlw-help.el (idlwave-html-help-location):
7128 Fail gracefully for missing help packages.
7129 (idlwave-help-assistant-open-link): Open full links.
7130 (idlwave-help-assistant-help-with-topic): Direct help link.
7131
7132 * progmodes/idlwave.el (idlwave-mode):
7133 Set add-log-current-defun-function.
7134 (idlwave-current-routine-fullname): Add, to support add-log.
7135 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
7136 to reflect improvements to xml-parse-file.
7137 (idlwave-mode-menu-def): New binding for help-with-topic.
7138
7139 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
7140 Handle extra newlines and spaces.
7141 (idlwave-shell-mode-map): Add help-with-topic.
7142
7143 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
7144
7145 * tutorial.el (tutorial-warning-face): New face.
7146 (tutorial--detailed-help, tutorial--display-changes): Use it.
7147 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
7148 Improve search pattern for occurrences of changed keys.
7149
7150 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7151
7152 * term/x-win.el (x-last-cut-buffer-coding): New variable.
7153 (x-select-text): Set it.
7154 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
7155 when checking for newness.
7156
7157 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
7158
7159 * subr.el (posn-image):
7160 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
7161
7162 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
7163
7164 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7165
7166 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
7167 Exceptions to the rule "add a space between an identifier and an
7168 opening parenthesis". Defaulted to the `#define' problem of cpp.
7169 (glasses-parenthesis-exception-p): New. Check if the region is an
7170 exception regarding to that.
7171 (glasses-make-readable): Use it.
7172 (glasses-convert-to-unreadable): Ditto. Modify the file also if
7173 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
7174
7175 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
7176
7177 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
7178
7179 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
7180
7181 * progmodes/ada-mode.el (ada-make-body): Fix typo.
7182
7183 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
7184 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
7185
7186 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
7187
7188 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
7189 conditions for function or variable bindings.
7190
7191 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
7192
7193 * progmodes/compile.el (compilation-start): Ditto.
7194
7195 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
7196
7197 * net/tramp.el (top): cl and custom are always required.
7198
7199 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7200
7201 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
7202 cut-buffers with next-selection-coding-system if not nil.
7203
7204 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7205
7206 * textmodes/org.el (org-fix-decoded-time): New function.
7207 (org-display-custom-time): Use `org-fix-decoded-time'.
7208
7209 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
7210
7211 * menu-bar.el (menu-bar-games-menu): Remove yow.
7212
7213 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7214
7215 * textmodes/org.el (org-scan-tags): Re-align code fixed.
7216 (org-detach-overlay): Rename from `org-detatch-overlay'.
7217 (org-table-convert-region): Insert space after column separator.
7218 (org-agenda-kill): New command.
7219 (org-metaleft): Call `org-outdent-item' on bullets.
7220 (org-metaright): Call `org-indent-item' on bullets.
7221 (org-timestamp-change): Set `org-last-changed-timestamp'.
7222 (org-current-line): Make sure (bolp) returns correct result.
7223 (org-agenda-change-all-lines): Make sure TODO are highlighted.
7224
7225 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7226
7227 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
7228
7229 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
7230
7231 * mouse.el (global-map): Change 2006-08-16 fix to call
7232 mouse-yank-at-click explicitly, since mouse events are not carried
7233 over into keyboard macros.
7234
7235 2006-11-16 Kim F. Storm <storm@cua.dk>
7236
7237 * ido.el (ido-file-internal): Use current buffer's file name as default
7238 choice for ido-find-alternate-file. Suggested by Matt Hodges.
7239
7240 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
7241
7242 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
7243 (allout-inhibit-aberrance-doublecheck): Rename from
7244 allout-during-yank-processing. All callers changed.
7245 (allout-ascend): Provide for unusual case where some topic after
7246 the first in file is at lower depth than the first.
7247 (allout-shift-in): Ensure the offspring of the new containing
7248 topic are exposed.
7249 (allout-encrypt-string): Preserve the coding-system of the text,
7250 according to that of the containing buffer.
7251 (allout-toggle-subtree-encryption): When the text being encrypted
7252 requires a different coding system, offer to preserve the coding
7253 system using a file local var.
7254
7255 2006-11-15 Simon Marshall <simon@gnu.org>
7256
7257 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
7258 to recognise "T t()" as a function declaration, rather than a
7259 variable instantiation, iff at the top-level or inside a class
7260 declaration. Suggested by Feng Li <fengli@gmail.com>.
7261
7262 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
7263
7264 * progmodes/ada-xref.el (ada-parse-prj-file):
7265 Don't delete project buffer; user may want to edit it.
7266 (ada-xref-set-project-field, ada-xref-current-project-file)
7267 (ada-xref-current-project, ada-show-current-project)
7268 (ada-set-main-compile-application): New functions.
7269 (ada-xref-get-project-field, ada-require-project-file):
7270 Normalize use of ada-prj-default-project-file.
7271 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
7272 Normalize use of ada-require-project-file.
7273 (ada-prj-find-prj-file): Improve doc string, comments.
7274
7275 * progmodes/ada-mode.el (ada-mode-version): Bump version.
7276 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
7277 (ada-create-menu): Add ada-set-main-compile-application,
7278 ada-show-current-main, ada-show-current-project.
7279
7280 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7281
7282 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
7283 (inferior-python-mode): Use it.
7284
7285 2006-11-14 Andreas Schwab <schwab@suse.de>
7286
7287 * term/xterm.el (terminal-init-xterm): Add more key bindings.
7288
7289 2006-11-13 Kim F. Storm <storm@cua.dk>
7290
7291 * ido.el (ido-copy-current-word): C-o copies region if active.
7292
7293 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
7294
7295 * textmodes/org.el (org-emph-face): Fix typo in variable name.
7296
7297 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
7298
7299 * ediff.el (ediff-revision):
7300 * files.el (set-visited-file-name):
7301 * mail/rmailout.el (rmail-output-body-to-file):
7302 Use `format', not `message', in `y-or-n-p' call.
7303
7304 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
7305
7306 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
7307 (org-metaright): Call `org-indent-item' on bullets.
7308 (org-timestamp-change): Set `org-last-changed-timestamp'.
7309 (org-current-line): Make sure (bolp) returns correct result.
7310 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
7311
7312 2006-11-12 Richard Stallman <rms@gnu.org>
7313
7314 * language/european.el (turkish-case-conversion-enable)
7315 (turkish-case-conversion-disable): New functions.
7316 ("Turkish" lang env): Use them.
7317
7318 * international/characters.el (case table):
7319 Do nothing special for i and I.
7320
7321 * subr.el (remove-overlays): Fix last change.
7322
7323 * cus-edit.el (custom-save-all): Use find-file-visit-truename
7324 for visiting the custom file.
7325
7326 2006-11-12 Markus Triska <triska@gmx.at>
7327
7328 * play/handwrite.el (handwrite): Also process lines not ending
7329 with newline. Replace some position-fiddling with different
7330 logic. Improve performance.
7331
7332 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
7333
7334 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
7335 replacing deleted variable `ada-check-switch'.
7336 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
7337 (ada-xref-project-files): Improve doc string.
7338 (ada-find-executable): New function.
7339 (ada-initialize-runtime-library): Use `ada-find-executable'.
7340 (ada-xref-set-default-prj-values): In compile commands, don't need
7341 `ada-cd-command'; `compile' does that more portably.
7342 Use ada-prj-default-check-cmd.
7343 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
7344 properties if not specified in project file.
7345 (ada-goto-declaration): Display useful message for new error
7346 'error-file-not-found.
7347 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
7348 'error-file-not-found.
7349 (ada-get-all-references): Match latest ali syntax. Signal new
7350 error 'error-file-not-found.
7351 (ada-find-in-ali): Match latest ali syntax.
7352 (ada-make-filename-from-adaname): Handle different semantics of
7353 gnatkr in GNAT 3.15p vs later.
7354
7355 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
7356 ada-procedure-start-regexp.
7357 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
7358
7359 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
7360 with defvar.
7361 (ada-language-version): Rename ada05 -> ada2005.
7362 (ada-align-region-separate): Add `eval-when-compile'.
7363 (ada-name-regexp): Remove unneeded escapes in regexp character
7364 alternative.
7365 (ada-compile-goto-error-file-linenr-re): New constant.
7366 (ada-matching-start-re): Handle additional cases `declare',
7367 `procedure', `function'.
7368 (ada-compile-goto-error): Handle "... at line nn".
7369 (ada-mode): Clearer syntax, comments for ff-special-constructs.
7370 Delete support for old versions of `align'.
7371 (ada-search-prev-end-stmt): Handle additional keyword `private'.
7372 (ada-check-defun-name): Simplify handling of `declare'.
7373 (ada-goto-matching-start): Handle nested `begin ... end'.
7374 Handle `declare', `protected', `procedure', `function'.
7375 (ada-create-menu): Presence of arm95 is not conditional on using
7376 GNAT compiler.
7377
7378 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
7379
7380 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
7381 nil in the *RE-Builder* buffer (it causes spurious error messages).
7382
7383 * server.el (server-visit-files): If `minibuffer-auto-raise' has
7384 been set to t, respect it.
7385
7386 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
7387
7388 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
7389 Delete commented out code for old Emacs versions. Autoloading of
7390 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
7391 (ada-mode-version): Bump version number.
7392 (ada-95-string-keywords, ada-2005-string-keywords)
7393 (ada-2005-keywords, ada-name-regexp): New constant.
7394 (ada-language-version, ada-procedure-start-regexp, ada-mode)
7395 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
7396 (ada-package-start-regexp): Support private packages, include package
7397 name (for ada-set-point-accordingly).
7398 (ada-next-procedure, ada-previous-procedure)
7399 (ada-which-function-are-we-in): Match changes to
7400 ada-procedure-start-regexp.
7401 (ada-make-body): Make non-interactive; not a user function.
7402 (ada-make-subprogram-body): Improve doc string.
7403
7404 2006-11-11 Romain Francoise <romain@orebokech.com>
7405
7406 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
7407 `compilation-error-regexp-alist' buffer-local, since we changed
7408 `compilation-error-regexp-alist-alist' locally.
7409
7410 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
7411
7412 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
7413 to the value of `server-raise-frame'.
7414
7415 2006-11-11 Glenn Morris <rgm@gnu.org>
7416
7417 * ido.el (ido-enable-prefix)
7418 * ses.el (ses-call-printer-return)
7419 * net/tramp.el (tramp-unified-filenames)
7420 * progmodes/cc-align.el (c-lineup-string-cont)
7421 * progmodes/compile.el (compilation-directory-matcher)
7422 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
7423 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
7424 (vhdl-clock-rising-edge)
7425 * textmodes/org.el (org-export-with-timestamps)
7426 (org-export-remove-timestamps-from-toc)
7427 (org-export-with-tags): Improve previous doc fixes.
7428
7429 2006-11-11 Richard Stallman <rms@gnu.org>
7430
7431 * textmodes/flyspell.el (flyspell-mode-map):
7432 Bind C-c $ instead of M-RET.
7433
7434 2006-11-10 Simon Marshall <simon@gnu.org>
7435
7436 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
7437 fontification for "case" and "default" keywords.
7438
7439 2006-11-10 Andreas Schwab <schwab@suse.de>
7440
7441 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
7442 Avoid starting sentence with "nil".
7443
7444 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
7445
7446 * server.el (server-raise-frame): New option.
7447 (server-switch-buffer): Use it.
7448
7449 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
7450
7451 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
7452 with a capital.
7453
7454 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
7455
7456 * textmodes/org.el (org-show-hierarchy-above)
7457 (org-show-following-heading): Fix typo in default value.
7458 (org-scan-tags): Make the search case-sensitive.
7459 (org-tags-sparse-tree): Don't overrule
7460 `org-show-following-heading' and `org-show-hierarchy-above'.
7461 (org-reveal): New command.
7462 (org-show-context): Rename from `org-show-hierarchy-above'.
7463 (org-fast-tag-selection-single-key): New option.
7464 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
7465 (org-tags-overlay): New variable.
7466 (org-agenda-todo-ignore-deadlines): New option.
7467 ("session"): Add circular data structure `org-mark-ring' to
7468 exceptions list in session.el.
7469 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
7470 New options.
7471 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
7472 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
7473 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
7474 (org-finalize-agenda): Activate bracket links in agenda.
7475 (org-at-timestamp-p, org-at-date-range-p): Additional argument
7476 INACTIVE-OK.
7477 (org-show-hierarchy-above, org-show-following-heading):
7478 List values allowed for fine-tuned configuration.
7479 (org-show-hierarchy-above): New argument CONTEXT, use the
7480 fine-tuned settings in `org-show-hierarchy-above' and
7481 `org-show-following-heading'.
7482 (org-display-custom-time): New function.
7483 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
7484 (org-display-custom-times, org-time-stamp-custom-formats):
7485 (org-maybe-intangible): New macro.
7486 (org-activate-bracket-links, org-hide-wide-columns):
7487 Use `org-maybe-intangible'.
7488 (org-open-file): Use `shell-quote-argument'.
7489 (org-display-internal-link-with-indirect-buffer): New option.
7490 (org-file-remote-p): Get regexp from list.
7491 (org-link-expand-abbrev): New function.
7492 (org-link-abbrev-alist): New option.
7493 (org-open-at-point, org-cleaned-string-for-export):
7494 Call `org-link-expand-abbrev'.
7495 (org-timeline, org-agenda-list, org-todo-list)
7496 (org-tags-view): Remove the KEEP-MODES argument.
7497 (org-finalize-agenda-hook): New hook.
7498 (org-get-alist-option): New function.
7499 (org-follow-timestamp-link): New function.
7500 (org-open-at-point): Call `org-follow-timestamp-link'.
7501 (org-log-note-marker, org-log-note-purpose)
7502 (org-log-note-window-configuration): New variables.
7503 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
7504 (org-log-note-headings): New option.
7505 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
7506 (org-store-link): Support for dired-mode.
7507 (org-open-file): Substitute environment variables into filename.
7508 (org-last): New defsubst.
7509 (org-agenda-re-align-tags): New function.
7510 (org-agenda-align-tags-to-column): New option.
7511 (org-agenda-timeline): Group removed.
7512 (org-prepare-agenda, org-prepare-agenda-buffers)
7513 (org-run-agenda-series, org-timeline, org-agenda-list)
7514 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
7515 the text property inticating the agenda type.
7516 (org-agenda-post-command-hook): Get agenda type from text property
7517 at point.
7518 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
7519 and obey `org-agenda-overriding-arguments'.
7520 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
7521 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
7522 (org-agenda-week-view, org-agenda-day-view):
7523 Use `org-agenda-overriding-arguments' to make updating work with
7524 multi-block agendas.
7525 (org-agenda-prefix-format): Allow different formats for the
7526 different agenda entry types.
7527 (org-timeline-prefix-format): Option removed, use
7528 `org-agenda-prefix-format' instead.
7529 (org-prepare-agenda): New function.
7530 (org-select-timeline-window): Option removed, use
7531 `org-select-agenda-window' instead.
7532 (org-respect-restriction): Variable removed.
7533 (org-cmp-tag): New function.
7534 (org-agenda-sorting-strategy, org-entries-lessp):
7535 Implement sorting by last tag.
7536 (org-complete): Better completion in in-buffer option lines.
7537 (org-in-item-p): New function.
7538 (org-org-menu): Add entries for checkboxes.
7539 (org-cycle): Extra brouping in outline-regexp, because it is used
7540 in a search with "^" prepended.
7541 (org-provide-checkbox-statistics): New option.
7542 (org-set-font-lock-defaults): Highlight checkbox statistics.
7543 (org-update-checkbox-count-maybe)
7544 (org-get-checkbox-statistics-face): New functions.
7545 (org-update-checkbox-count): New command.
7546 (org-insert-item, org-toggle-checkbox):
7547 Call `org-update-checkbox-count-maybe'.
7548 (org-export-as-html): XEmacs compatibility for coding system.
7549 (org-force-cycle-archived): New command.
7550 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
7551 overrules cycling.
7552 (org-fix-position-after-promote): If the line contains only a todo
7553 keyword, add a final space.
7554 (org-promote-subtree, org-demote-subtree):
7555 Call `org-fix-position-after-promote'.
7556
7557 2006-11-10 Glenn Morris <rgm@gnu.org>
7558
7559 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
7560 date in every year.
7561 (calendar-dst-check-each-year-flag): New customizable variable.
7562 (calendar-dst-find-data): New function, extracted from
7563 calendar-current-time-zone.
7564 (calendar-current-time-zone): Use calendar-dst-find-data.
7565 (calendar-dst-transition-cache): New variable.
7566 (calendar-dst-find-startend, calendar-dst-starts)
7567 (calendar-dst-ends): New functions.
7568 (calendar-daylight-savings-starts)
7569 (calendar-daylight-savings-ends): Change value to use
7570 calendar-dst-starts, calendar-dst-ends; respectively.
7571
7572 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
7573
7574 * ido.el (ido-enable-prefix)
7575 * ses.el (ses-call-printer-return)
7576 * net/tramp.el (tramp-unified-filenames)
7577 * progmodes/cc-align.el (c-lineup-string-cont)
7578 * progmodes/compile.el (compilation-directory-matcher)
7579 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
7580 * progmodes/gdb-ui.el (gdb-many-windows)
7581 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
7582 (vhdl-clock-rising-edge)
7583 * textmodes/org.el (org-export-with-timestamps)
7584 (org-export-remove-timestamps-from-toc, org-export-with-tags)
7585 (org-read-date): Doc fix (Nil -> nil).
7586
7587 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7588
7589 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
7590 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
7591
7592 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
7593
7594 * bs.el (bs--window-for-buffer): Remove.
7595 (bs--show-with-configuration): Use `get-window-with-predicate'
7596 instead of `bs--window-for-buffer'.
7597
7598 2006-11-10 Kenichi Handa <handa@m17n.org>
7599
7600 * files.el (revert-buffer): Fix previous change.
7601
7602 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
7603
7604 * bs.el (bs--redisplay): Fix typo in docstring.
7605 (bs--window-config-coming-from): Make frame-local.
7606 (bs--restore-window-config): New function.
7607 (bs-kill, bs-select, bs-select-other-window)
7608 (bs-select-other-frame): Use it.
7609 (bs--window-for-buffer): Return as soon as a matching buffer is found.
7610 (bs--show-with-configuration): Save the window configuration as a
7611 frame local var, and only if *buffer-selection* is not already
7612 visible on this frame.
7613
7614 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
7615
7616 * vc-svn.el (vc-svn-admin-directory): New var.
7617 (vc-svn-registered, vc-svn-responsible-p)
7618 (vc-svn-repository-hostname): Use it.
7619 Suggested by arit93@yahoo.com.
7620
7621 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
7622
7623 * ldefs-boot.el: Regenerate.
7624
7625 2006-11-08 Alan Mackenzie <acm@muc.de>
7626
7627 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
7628 case (eq open-paren-in-column-0-is-defun-start nil) by searching
7629 for least nested open-paren.
7630
7631 2006-11-08 Romain Francoise <romain@orebokech.com>
7632
7633 * subr.el (remove-overlays): Fix typo in last change.
7634
7635 2006-11-08 Richard Stallman <rms@gnu.org>
7636
7637 * subr.el (remove-overlays): Call overlay-recenter.
7638
7639 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7640
7641 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
7642 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
7643 behaviour.
7644 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
7645 directly.
7646
7647 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
7648
7649 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
7650 (ido-max-dir-file-cache, ido-decorations)
7651 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
7652 (ido-magic-backward-char, ido-enter-dired)
7653 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
7654 (ido-list-directory, ido-first-match, ido-only-match)
7655 (ido-subdir, ido-indicator): Fix typos in docstrings.
7656 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
7657 (ido-read-internal): Fix typo in error message.
7658
7659 2006-11-08 Kenichi Handa <handa@m17n.org>
7660
7661 * international/mule-cmds.el (set-default-coding-systems):
7662 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
7663
7664 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
7665
7666 * makefile.w32-in (setwins): Remove.
7667 (WINS_ALMOST): New macro.
7668 (WINS): Use it.
7669 (autoloads): Don't extract autoloads from files in obsolete/.
7670
7671 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
7672
7673 * whitespace.el (whitespace-buffer): Call remove-overlays after
7674 overlay-recenter for performance. Suggested by Martin Rudalics.
7675
7676 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
7677
7678 * net/tramp.el (tramp-default-method): scp is the default method.
7679
7680 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
7681
7682 * server.el (server-start): Save also the Emacs pid in the server file.
7683
7684 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
7685
7686 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
7687 point when displaying a bibtex cross reference in the echo area.
7688
7689 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
7690
7691 * international/mule.el (make-char): Fix typo in docstring.
7692 (load-with-code-conversion, charsetp): Doc fixes.
7693
7694 * international/ja-dic-cnv.el (skkdic-convert):
7695 * cus-edit.el (hook): Fix typo in docstring.
7696
7697 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
7698
7699 * cus-edit.el (custom-mode-map): Move defvar above code using it.
7700 (custom-mode-link-map): New variable.
7701 (custom-group-link, custom-manual): Use follow-link.
7702
7703 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7704
7705 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
7706 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
7707
7708 2006-11-06 Richard Stallman <rms@gnu.org>
7709
7710 * textmodes/flyspell.el (flyspell-correct-word-before-point):
7711 New function broken out of flyspell-correct-word.
7712 (flyspell-mode-map): Bind it to M-RET.
7713 (flyspell-correct-word): Call it.
7714
7715 * textmodes/fill.el (fill-minibuffer-function): New function.
7716 (fill-paragraph): Bind fill-paragraph-function to
7717 fill-minibuffer-function.
7718
7719 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
7720 so that they aren't undefined.
7721
7722 * dired.el (dired-readin): Locally bind file-name-coding-system.
7723
7724 * bindings.el: Shorten and clarify usual mode line mouse help string.
7725
7726 * Makefile.in (autoloads): Don't include `obsolete'.
7727
7728 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
7729
7730 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
7731 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
7732 Printing menu if it's not initialized.
7733 (pr-menu-bind): Act on menu-bar-file-menu directly.
7734
7735 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
7736
7737 * help.el (view-emacs-news): Fix typo in error message.
7738
7739 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
7740
7741 * shadowfile.el (shadow-define-regexp-group)
7742 (shadow-literal-groups, shadow-insert-var): Doc fixes.
7743 (shadow-read-files): Fix typo in message.
7744 (shadow-inhibit-overload, shadow-find, shadow-suffix)
7745 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
7746 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
7747 (shadow-file-match): Fix typos in docstrings.
7748
7749 * terminal.el (terminal-emulator): Fix typo in message.
7750
7751 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
7752
7753 * emacs-lisp/lselect.el (x-kill-primary-selection)
7754 (x-delete-primary-selection, x-copy-primary-selection):
7755 Fix typos in error messages.
7756
7757 * emulation/edt-mapper.el: Fix typo in interactive message.
7758
7759 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
7760
7761 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
7762 (ispell-help): Fix typos in docstrings.
7763 (ispell-help): Fix typo in output message.
7764
7765 * allout.el (allout-adjust-file-variable)
7766 (allout-passphrase-verifier-string)
7767 (allout-passphrase-hint-string)
7768 (allout-toggle-current-subtree-encryption):
7769 * apropos.el (apropos-synonyms):
7770 * cus-edit.el (hook):
7771 * emacs-lock.el (emacs-lock-from-exiting):
7772 * follow.el (follow-avoid-tail-recenter-p):
7773 * hexl.el (hexl-mode):
7774 * mouse-copy.el (mouse-copy-work-around-drag-bug):
7775 * mouse.el (mouse-set-font):
7776 * resume.el (resume-emacs-args-file):
7777 * rfn-eshadow.el (file-name-shadow-tty-properties):
7778 * t-mouse.el (t-mouse-process, t-mouse-mode):
7779 * emacs-lisp/cust-print.el (custom-print-install)
7780 (custom-print-uninstall, custom-format):
7781 * emacs-lisp/shadow.el (list-load-path-shadows):
7782 * emulation/tpu-edt.el (tpu-help-text)
7783 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
7784 (tpu-reset-control-keys):
7785 * emulation/vip.el (vip-emacs-local-map)
7786 (vip-change-mode-to-emacs):
7787 * emulation/viper.el (viper-mode, viper-set-hooks)
7788 (viper-major-mode-modifier-list):
7789 * emulation/viper-init.el (viper-emacs-state-cursor-color):
7790 * emulation/viper-keym.el (viper-emacs-kbd-map)
7791 (viper-toggle-key):
7792 * mail/feedmail.el (feedmail-queue-reminder)
7793 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
7794 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
7795 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
7796 (feedmail-sender-line, feedmail-force-binary-write)
7797 (feedmail-from-line, feedmail-deduce-envelope-from)
7798 (feedmail-x-mailer-line, feedmail-message-id-generator)
7799 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
7800 (feedmail-enable-spray, feedmail-spray-this-address)
7801 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
7802 (feedmail-queue-runner-confirm-global)
7803 (feedmail-ask-before-queue-prompt)
7804 (feedmail-ask-before-queue-reprompt)
7805 (feedmail-prompt-before-queue-standard-alist)
7806 (feedmail-prompt-before-queue-user-alist)
7807 (feedmail-prompt-before-queue-help-supplement)
7808 (feedmail-queue-use-send-time-for-message-id)
7809 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
7810 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
7811 (feedmail-mail-send-hook-queued)
7812 (feedmail-confirm-addresses-hook-example)
7813 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
7814 (feedmail-queue-runner-mode-setter)
7815 (feedmail-queue-alternative-mail-header-separator)
7816 (feedmail-queue-runner-message-sender)
7817 (feedmail-buffer-eating-function, feedmail-binmail-template)
7818 (feedmail-run-the-queue-no-prompts)
7819 (feedmail-run-the-queue-global-prompt)
7820 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
7821 (feedmail-envelope-deducer, feedmail-fiddle-date)
7822 (feedmail-default-message-id-generator)
7823 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
7824 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
7825 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
7826 (vms-pmail-setup):
7827 * play/dunnet.el (dun-help):
7828 * play/handwrite.el (handwrite):
7829 * play/hanoi.el (hanoi-unix-64):
7830 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
7831 * textmodes/enriched.el (fixed):
7832 * textmodes/org.el (org-file-apps)
7833 (org-emphasis-regexp-components, org-emphasis-alist):
7834 * textmodes/texinfmt.el (batch-texinfo-format):
7835 Fix typos in docstrings.
7836
7837 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
7838
7839 * loadhist.el (read-feature): Don't complete features not loaded
7840 from a file (which make `unload-feature' to fail).
7841
7842 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
7843
7844 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
7845
7846 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
7847
7848 * startup.el (command-line-1): Kill emacs if the last frame is
7849 deleted while evaluating the command-line arguments.
7850
7851 2006-11-05 Richard Stallman <rms@gnu.org>
7852
7853 * startup.el (init-file-had-error): Add doc string.
7854 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
7855 Use fixed-width font for keyboard key descriptions.
7856
7857 * cus-edit.el (custom-save-all): Error if saving in .emacs
7858 and it had an error when loaded.
7859
7860 * dired-aux.el (dired-copy-file-recursive): Catch errors
7861 from recursive copies in the loop, around the recursive call.
7862
7863 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7864
7865 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
7866 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
7867 `/proc/acpi/thermal_zone/*'.
7868 (battery-search-for-one-match-in-files): New. Search a regexp in
7869 the content of some files.
7870
7871 2006-11-05 Martin Rudalics <rudalics@gmx.at>
7872
7873 * window.el (mouse-autoselect-window-now): Remove variable.
7874 (mouse-autoselect-window-state): New variable.
7875 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
7876 (mouse-autoselect-window-select, handle-select-window):
7877 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
7878 Suspend delayed autoselection during menu or popup dialog.
7879
7880 * info-look.el (info-lookup-guess-custom-symbol): New function
7881 for retrieving symbol at point in custom buffers.
7882 (top level) <info-lookup-maybe-add-help>: Add backquote and
7883 comma to ignored characters in regexps of help specifications
7884 for emacs-lisp-mode and lisp-interaction-mode. This permits
7885 looking up symbols in `...' and after a comma. Add help
7886 specifications for custom-mode and help-mode.
7887
7888 2006-11-04 Eli Zaretskii <eliz@gnu.org>
7889
7890 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
7891 Don't encode body if RAW is non-nil, or if the old encoding is
7892 identical to the new encoding, or if the body contains only
7893 eight-bit-* characters.
7894
7895 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7896
7897 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
7898 (faces-sample-overlay): Remove variable.
7899 (describe-face): Insert sample text in the face being described.
7900
7901 2006-11-04 Martin Rudalics <rudalics@gmx.at>
7902
7903 * whitespace.el (whitespace-indent-regexp): Make this match any
7904 multiples of eight spaces near the beginning of a line.
7905 (whitespace-buffer): Use `remove-overlays' instead of
7906 `whitespace-unhighlight-the-space' and `overlay-recenter' to
7907 speed up overlay handling.
7908 (whitespace-buffer-leading, whitespace-buffer-trailing):
7909 Make these functions highlight the text removed by
7910 `whitespace-buffer-leading-cleanup' and
7911 `whitespace-buffer-trailing-cleanup' respectively.
7912 (whitespace-buffer-search): Use `with-local-quit'.
7913 Move `format' out of loop to speed up scanning larger buffers.
7914 (whitespace-unhighlight-the-space): Remove `remove-hook' since
7915 that function is never added to a hook.
7916 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
7917 (whitespace-buffer-leading-cleanup)
7918 (whitespace-refresh-rescan-list): Fix docstrings.
7919
7920 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
7921
7922 * allout.el (allout-during-yank-processing): Cue for inhibiting
7923 aberrance processing during yanks.
7924 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
7925 the amount of yanked topics that can be aberrant.
7926 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
7927 a function, and supplement with inihibition of doublechecking
7928 during yanks.
7929 (allout-beginning-of-line, allout-next-heading)
7930 (allout-previous-heading, allout-goto-prefix-doublechecked)
7931 (allout-back-to-current-heading, allout-next-visible-heading)
7932 (allout-next-sibling): Use new allout-do-doublecheck function.
7933 (allout-next-sibling): Ensure we made progress when returning
7934 other than nil.
7935 (allout-rebullet-heading): Preserve text property annotations
7936 indicating the text was hidden, if it was.
7937 (allout-kill-line): Remove any added was-hidden annotations.
7938 (allout-kill-topic): Remove any added was-hidden annotations.
7939 (allout-annotate-hidden): Inhibit adding was-hidden text
7940 properties to the undo list.
7941 (allout-deannotate-hidden): New function to remove was-hidden
7942 annotation.
7943 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
7944 (allout-remove-exposure-annotation): Replace by
7945 allout-deannotate-hidden.
7946 (allout-yank-processing): Signal that yank processing is happening
7947 with allout-during-yank-processing. Also, wrap
7948 allout-unprotected's closer to the text changes, for easier
7949 debugging. We need to inhibit-field-text-motion explicitly, in
7950 lieu of the encompassing allout-unprotected.
7951 (outlineify-sticky): Adjust criteria for triggering new outline
7952 decorations to presence or absence of any topics, not just a topic
7953 at the beginning of the buffer.
7954
7955 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
7956
7957 * bs.el (bs--show-all, bs--redisplay):
7958 * cus-edit.el (custom-unlispify-menu-entries)
7959 (custom-unlispify-tag-names, custom-prompt-variable):
7960 * expand.el (expand-pos):
7961 * speedbar.el (speedbar-generic-list-tag-p):
7962 * wid-edit.el (widget-image-enable):
7963 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
7964 * emacs-lisp/find-func.el (find-function-noselect)
7965 (find-function, find-variable-noselect, find-variable)
7966 (find-definition-noselect, find-face-definition):
7967 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
7968 * net/eudc-vars.el (eudc-expansion-overwrites-query):
7969 * progmodes/ada-xref.el (ada-find-in-ali):
7970 * textmodes/flyspell.el (flyspell-check-tex-math-command):
7971 * textmodes/org.el (org-copy-subtree):
7972 * textmodes/table.el (table--row-column-insertion-point-p):
7973 Use "non-nil" in docstrings.
7974
7975 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
7976
7977 * sort.el (sort-columns): Set the field separator to tab; on
7978 NetBSD, sort complains if "\n" is used as field separator.
7979
7980 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
7981
7982 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
7983
7984 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
7985
7986 * server.el (server-auth-key): Remove. Replace by a process-property.
7987 (server-start): Don't remove the file of the previous process, but
7988 instead clear out the place for the new file.
7989 (server-start): Set the :auth-key property.
7990 (server-process-filter): Use the :auth-key property.
7991
7992 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
7993
7994 * textmodes/org.el (org-mode-map): No longer copy
7995 `outline-mode-map' explicitly - this is already done by
7996 `define-derived-mode'.
7997
7998 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
7999
8000 * server.el (server-visit-files): Use `when'.
8001 (server-process-filter): When authentication fails, send error
8002 message to client. Wrap `process-send-region' in `ignore-errors'
8003 instead of `condition-case', and remove misleading comment.
8004
8005 2006-11-01 Juri Linkov <juri@jurta.org>
8006
8007 * simple.el (yank): Doc fix.
8008
8009 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8010
8011 * server.el: Try and fit within 80 columns.
8012 (server-start): Make the auth file unreadable by other users.
8013
8014 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8015
8016 * battery.el (battery-linux-proc-acpi): Prevent range error when
8017 `full-capacity' is 0.
8018
8019 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
8020
8021 * faces.el (faces-sample-overlay): New defvar.
8022 (faces-sample-overlay): New function to show face sample text.
8023 (describe-face): Use it.
8024
8025 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
8026
8027 * progmodes/ada-stmt.el: Change maintainer, apply
8028 whitespace-cleanup, checkdoc.
8029 (ada-func-or-proc-name): Add doc string.
8030
8031 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
8032 whitespace-cleanup, checkdoc. Minor improvements to many doc
8033 strings and comments.
8034 (ada-prj-display-page): Change buffer name to more accurately
8035 reflect function.
8036
8037 * progmodes/ada-xref.el: Change maintainer, apply
8038 whitespace-cleanup, checkdoc. Minor improvements to many doc
8039 strings and comments. Don't look for `gvd' or `ddd' debuggers.
8040 (ada-compile-current): Don't add newlines to commands.
8041
8042 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
8043
8044 * server.el: Add support for TCP sockets.
8045 (server-use-tcp, server-host, server-auth-dir): New options.
8046 (server-auth-key): New variable.
8047 (server-ensure-safe-dir): Create nonexistent parent dirs.
8048 Ignore Unix-style file modes on Windows.
8049 (server-start): Crete a TCP or Unix socket according to the value
8050 of `server-use-tcp'. For TCP sockets, create the id/auth file in
8051 `server-auth-dir' directory.
8052 (server-process-filter): Delete process if authentication
8053 fails (which never happens for Unix sockets).
8054
8055 2006-10-30 David Kastrup <dak@gnu.org>
8056
8057 * subr.el (add-to-list): Don't continue checking if a match has
8058 been found.
8059
8060 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
8061
8062 * tutorial.el: Move defvars to avoid bytecomp warnings.
8063 (tutorial--find-changed-keys): Check if viper-current-state is
8064 bound before using it.
8065 (help-with-tutorial): Check if viper-tutorial is defined before
8066 using it.
8067
8068 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
8069
8070 * help-fns.el (help-with-tutorial): Move to tutorial.el.
8071
8072 * tutorial.el: New file.
8073 (help-with-tutorial): Move here from help-fns.el. Add help for
8074 rebound keys. Fix resume of tutorial.
8075 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
8076 (tutorial--find-changed-keys, tutorial--display-changes)
8077 (tutorial--saved-dir, tutorial--saved-file)
8078 (tutorial--save-tutorial): New functions to support the changes in
8079 help-with-tutorial.
8080
8081 2006-10-30 Kenichi Handa <handa@m17n.org>
8082
8083 * files.el (revert-buffer): If a unibyte buffer is being reverted
8084 with a coding system for multibyte, set buffer multibyte before
8085 calling insert-file-contents.
8086
8087 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8088
8089 * server.el (server-select-display): Use a dummy buffer to detect when
8090 the frame is later used.
8091 (server-select-display): New function.
8092 (server-process-filter): Use it to detect unused temp frames.
8093
8094 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
8095
8096 * progmodes/ada-mode.el: Change maintainer, apply
8097 whitespace-clean, checkdoc. Minor improvements to many doc strings.
8098 (ada-mode-version): New function.
8099 (ada-create-menu): Menu operations are available for all supported
8100 compilers.
8101
8102 2006-10-29 Lars Hansen <larsh@soem.dk>
8103
8104 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
8105 Highlight as keyword.
8106 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
8107 Don't call tramp-method-out-of-band-p for local files.
8108 (tramp-touch): Quote file name.
8109
8110 2006-10-28 Glenn Morris <rgm@gnu.org>
8111
8112 * calendar/calendar.el (cal-html-cursor-month)
8113 (cal-html-cursor-year): Add autoloads for this new package.
8114 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
8115
8116 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
8117
8118 * calendar/cal-html.el: New file.
8119
8120 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
8121
8122 * emacs-lisp/authors.el (authors-aliases): Update.
8123
8124 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
8125
8126 * version.el (emacs-version): Bump version number to 22.0.90.
8127
8128 2006-10-26 John W. Eaton <jwe@octave.org>
8129
8130 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
8131 New defvar.
8132 (inferior-octave-resync-dirs): Check to see whether Octave has
8133 built-in variables and set inferior-octave-has-built-in-variables.
8134 Check inferior-octave-has-built-in-variables to decide whether to
8135 send commands that set built-in variables or call functions to
8136 change Octave's behavior.
8137 Send "disp (pwd ())" to Octave instead of just "pwd".
8138 (inferior-octave-startup): Send "more off" to Octave instead of
8139 "page_screen_output = 0".
8140
8141 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
8142
8143 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
8144 pattern normally.
8145
8146 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
8147
8148 * bindings.el (mode-line-mode-menu): Remove bindings for global
8149 minor modes (line/column number) as they are on the menubar.
8150
8151 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
8152
8153 * term/w32-win.el (x-handle-name-switch): Doc fix.
8154 (w32-standard-fontset-spec): Fix typo in docstring.
8155
8156 * midnight.el (midnight-buffer-display-time): Doc fix.
8157 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
8158
8159 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
8160
8161 * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
8162
8163 * emulation/viper-ex.el (ex-read): Quote file argument.
8164
8165 * ediff-diff.el (ediff-same-file-contents): Expand file names.
8166
8167 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
8168
8169 2006-10-22 Martin Rudalics <rudalics@gmx.at>
8170
8171 * textmodes/flyspell.el (flyspell-check-region-doublons):
8172 Fix last fix.
8173
8174 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
8175
8176 * bindings.el (mode-line-mode-menu): List global minor modes
8177 before local ones.
8178
8179 2006-10-23 Kim F. Storm <storm@cua.dk>
8180
8181 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
8182 (sit-for): If last command was a prefix arg, add the read-ahead
8183 event to unread-command-events as (t . EVENT) so it will be added
8184 to this-command-keys by read-key-sequence.
8185
8186 2006-10-22 Martin Rudalics <rudalics@gmx.at>
8187
8188 * textmodes/flyspell.el (flyspell-word): Skip past all previous
8189 whitespace when checking doublons.
8190 (flyspell-check-region-doublons): Fix doublon regexp.
8191 (flyspell-highlight-incorrect-region): Highlight doublons using
8192 flyspell-duplicate face.
8193
8194 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
8195
8196 2006-10-22 John Wiegley <johnw@newartisans.com>
8197
8198 * progmodes/python.el (python-use-skeletons): python-mode was
8199 auto-inserting templates (for those with abbrev-mode on), not only
8200 by default -- *but without a configuration variable to disable
8201 it*. This rendered python-mode completely useless for me, so I
8202 have added `python-use-skeletons', which is now off by default.
8203
8204 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
8205
8206 * progmodes/cperl-mode.el (cperl-mode): Don't assume
8207 font-lock-multiline is auto-local (it's not).
8208 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
8209 initialized before calling cperl-init-faces.
8210
8211 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
8212
8213 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
8214 gdb-stack-position a value when there is no fringe.
8215
8216 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
8217 indicator if not visiting a file.
8218
8219 2006-10-20 David Kastrup <dak@gnu.org>
8220
8221 * window.el (kill-buffer-and-window): Fix a bug where an aborted
8222 operation would still cause some window to collapse later.
8223
8224 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8225
8226 * vc.el (vc-switch-backend): Try to be more careful with unwanted
8227 side-effect due to mixing various backends's file properties.
8228
8229 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
8230 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
8231 Return `filename's status if applicable. Update callers.
8232
8233 2006-10-19 Kenichi Handa <handa@m17n.org>
8234
8235 * international/kkc.el (kkc-region): When a key sequence is not
8236 defined, append (this-single-command-raw-keys) to
8237 unread-input-method-events.
8238
8239 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
8240
8241 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
8242
8243 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8244
8245 * version.el (emacs-version): Use mac-carbon-version-string.
8246
8247 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
8248
8249 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8250
8251 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
8252 Kenichi Handa).
8253 (xselect-convert-to-string): Decline requests for UTF8_STRING if
8254 the selection is not UTF-8.
8255
8256 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
8257
8258 * progmodes/ada-mode.el (ada-83-string-keywords)
8259 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
8260 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
8261 (ada-looking-at-semi-private, ada-get-body-name):
8262 Fix typos in docstrings.
8263 (ada-create-case-exception, ada-create-case-exception-substring):
8264 Fix typos in error messages.
8265 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
8266
8267 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8268
8269 * term/x-win.el (res-geometry): Don't set geometry from Xresources
8270 to default-frame-alist if default-frame-alist already contains
8271 width/height.
8272
8273 2006-10-18 Richard Stallman <rms@gnu.org>
8274
8275 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
8276 Non-interactive arg is the value, not the expression.
8277
8278 * simple.el (read-expression-map): Just set it, no defvar.
8279
8280 * subr.el (insert-for-yank-1): If last inserted char has
8281 properties, mark them as rear-nonsticky.
8282
8283 * recentf.el (recentf-mode): Doc fix.
8284
8285 * facemenu.el (facemenu-add-new-face): Defend against symbol
8286 that isn't a face name.
8287
8288 * dired-aux.el (dired-do-copy): Doc fix.
8289
8290 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
8291
8292 * simple.el (line-move-1): Ignore fields when moving to the
8293 beginning of line to avoid getting point stuck.
8294
8295 2006-10-18 Martin Rudalics <rudalics@gmx.at>
8296
8297 * textmodes/flyspell.el (flyspell-word-search-backward):
8298 Set inhibit-point-motion-hooks to avoid looping due to intangibile
8299 text.
8300
8301 2006-10-16 Richard Stallman <rms@gnu.org>
8302
8303 * help-fns.el (describe-function-1): Special case optimization
8304 for self-insert-command.
8305
8306 2006-10-16 Kim F. Storm <storm@cua.dk>
8307
8308 * ido.el (ido-reread-directory): Work in `dir' mode too.
8309
8310 2006-10-15 Martin Rudalics <rudalics@gmx.at>
8311
8312 * textmodes/table.el: Require 'regexp-opt.
8313
8314 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
8315
8316 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
8317 Use shell-quote-argument.
8318
8319 * shell.el (explicit-bash-args): Likewise.
8320
8321 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
8322 Use grep -E rather than egrep.
8323
8324 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8325
8326 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
8327
8328 2006-10-15 Kim F. Storm <storm@cua.dk>
8329
8330 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
8331
8332 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
8333
8334 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
8335 to protect whitespace and metacharacters from the shell.
8336
8337 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8338
8339 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
8340
8341 2006-10-13 Eli Zaretskii <eliz@gnu.org>
8342
8343 * subr.el (start-process-shell-command): Doc fix.
8344
8345 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
8346
8347 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
8348 the regexp for Maxima symbols.
8349
8350 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8351
8352 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
8353 (vc-find-root): Don't walk higher up than ~.
8354
8355 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
8356
8357 * international/utf-8.el (utf-translate-cjk-load-tables):
8358 Avoid clobbering last-coding-system-used during load.
8359
8360 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
8361
8362 * textmodes/reftex-global.el (reftex-create-tags-file):
8363 Quote file arguments.
8364
8365 2006-10-12 Richard Stallman <rms@gnu.org>
8366
8367 * files.el (file-name-history): Add defvar.
8368 (save-some-buffers-action-alist): Improve description strings.
8369
8370 2006-10-12 Andreas Schwab <schwab@suse.de>
8371
8372 * files.el (auto-mode-alist): Match change log file name also with
8373 a dash before a numeric extension.
8374
8375 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
8376
8377 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
8378 After 5.0:
8379 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
8380
8381 After 5.1: Major edit. Summary of most visible changes:
8382
8383 - Multiple <<HERE per line allowed.
8384 - Handles multiline subroutine declaration headers (with comments).
8385 (The exception is `cperl-etags' - but it is not used in the rest
8386 of the mode.)
8387 - Fontifies multiline my/our declarations (even with comments,
8388 and with legacy `font-lock').
8389 - Major speedup of syntaxification, both immediate and postponed
8390 (3.5x to 15x [for different CPUs and versions of Emacs] on the
8391 huge real-life document I tested).
8392 - New bindings, edits to imenu.
8393 - "_" is made into word-char during fontification/syntaxification;
8394 some attempts to recognize non-word "_" during other operations too.
8395 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
8396 - autoload some more perldoc-related stuff
8397 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
8398 - Attempt to incorporate XEmacs edits which reached me.
8399
8400 Fine-grained changelog:
8401 (cperl-hook-after-change): New configuration variable.
8402 (cperl-vc-sccs-header): Likewise.
8403 (cperl-vc-sccs-header): Likewise.
8404 (cperl-vc-header-alist): Default via two preceding variables.
8405 (cperl-invalid-face): Remove double quoting under XEmacs
8406 (still needed under 21.2).
8407 (cperl-tips): Update URLs for resources.
8408 (cperl-problems): Likewise.
8409 (cperl-praise): Mention new features.
8410 New C-c key bindings: for `cperl-find-bad-style',
8411 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
8412 `cperl-perdoc', and `cperl-perldoc-at-point'.
8413 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
8414 moved, new submenu of Tools with Ispell entries and narrowing.
8415 (cperl-after-sub-regexp): New defsubst.
8416 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
8417 Allows heads up to head4.
8418 Allow "package;".
8419 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
8420 (paren-backwards-message): ??? Something for XEmacs???
8421 (cperl-mode): Never auto-switch abbrev-mode off.
8422 Try to allow '_' be non-word char.
8423 Do not use `font-lock-unfontify-region-function' on XEmacs.
8424 Reset syntax cache on mode start.
8425 Support multiline facification (even on legacy `font-lock').
8426 (cperl-facemenu-add-face-function): ??? Some contributed code ???
8427 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
8428 refuse to inform us whether the fontification is due to lazy
8429 calling or due to edit to a buffer, install our own hook
8430 (controlled by `cperl-hook-after-change').
8431 (cperl-electric-pod): =cut may have been recognized as start.
8432 (cperl-block-p): Move, updated for attributes.
8433 (cperl-calculate-indent): Try to allow '_' be non-word char
8434 Support subs with attributes.
8435 (cperl-where-am-i): Quiet (?) a warning.
8436 (cperl-cached-syntax-table): New function.
8437 (cperl-forward-re): Use `cperl-cached-syntax-table'.
8438 (cperl-unwind-to-safe): Recognize `syntax-type' property
8439 changing in a middle of line.
8440 (cperl-find-sub-attrs): New function.
8441 (cperl-find-pods-heres): Allow many <<EOP per line.
8442 Allow subs with attributes.
8443 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
8444 Recognize "extproc " (OS/2) case-folded and only at start.
8445 /x on s///x with empty replacement was not recognized.
8446 Better comments.
8447 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
8448 Allow subs with attributes, labels.
8449 Do not confuse "else::foo" with "else".
8450 Minor optimizations...
8451 (cperl-after-expr-p): Try to allow '_' be non-word char.
8452 (cperl-fill-paragraph): Try to detect a major bug in Emacs
8453 with `looking-at' inside `narrow' and bulk out if found.
8454 (cperl-imenu--create-perl-index): Updates for new
8455 `cperl-imenu--function-name-regexp-perl'.
8456 (cperl-outline-level): Likewise.
8457 (cperl-init-faces): Allow multiline subroutine headers
8458 and my/our declarations, and ones with comments.
8459 Allow subroutine attributes.
8460 (cperl-imenu-on-info): Better docstring.
8461 (cperl-etags): Rudimentary support for attributes.
8462 Support for packages and "package;".
8463 (cperl-add-tags-recurse-noxs): Better (?) docstring.
8464 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
8465 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
8466 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
8467 (cperl-perldoc): Add autoload.
8468 (cperl-perldoc-at-point): Likewise.
8469 (cperl-here-doc-spell): New function.
8470 (cperl-pod-spell): Likewise.
8471 (cperl-map-pods-heres): Likewise.
8472 (cperl-get-here-doc-region): Likewise.
8473 (cperl-font-lock-fontify-region-function): Likewise (backward
8474 compatibility for legacy `font-lock').
8475 (cperl-font-lock-unfontify-region-function): Fix style.
8476 (cperl-fontify-syntaxically): Recognize and optimize away deferred
8477 calls with no-change. Governed by `cperl-hook-after-change'.
8478 (cperl-fontify-update): Recognize that syntaxification region
8479 can be larger than fontification one.
8480 XXXX we leave `cperl-postpone' property, so this is quadratic...
8481 (cperl-fontify-update-bad): Temporary placeholder until
8482 it is clear how to implement `cperl-fontify-update'.
8483 (cperl-time-fontification): New function.
8484 (attrib-group): New text attribute.
8485 (multiline): New value: `syntax-type' text attribute.
8486
8487 After 5.2:
8488 (cperl-emulate-lazy-lock): New function.
8489 (cperl-fontify-syntaxically): Would skip large regions.
8490 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
8491 Some globals were declared, but uninitialized.
8492
8493 After 5.3, 5.4:
8494 (cperl-facemenu-add-face-function): Add docs, fix U<>.
8495 Copyright message updated.
8496 (cperl-init-faces): Work around a bug in `font-lock'. May slow
8497 facification down a bit.
8498 Misprint for my|our|local for old `font-lock'
8499 "our" was not fontified same as "my|local".
8500 Highlight variables after "my" etc even in
8501 a middle of an expression.
8502 Do not facify multiple variables after my etc
8503 unless parentheses are present.
8504
8505 After 5.5, 5.6
8506 (cperl-fontify-syntaxically): after-change hook could reset.
8507 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
8508
8509 After 5.7:
8510 (cperl-init-faces): Allow highlighting of local ($/).
8511 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
8512 (cperl-problems): Remove fixed problems.
8513 (cperl-find-pods-heres): Recognize #-comments in m##x too.
8514 Recognize charclasses (unless delimiter is \).
8515 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
8516 (cperl-regexp-scan): Update docs.
8517 (cperl-beautify-regexp-piece): Use information got from regexp scan.
8518
8519 After 5.8:
8520 Major user visible changes:
8521 Recognition and fontification of character classes in RExen.
8522 Variable indentation of RExen according to groups.
8523
8524 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
8525 Fontify REx charclasses in variable-name face.
8526 Fontify POSIX charclasses in "type" face.
8527 Fontify unmatched "]" in function-name face.
8528 Mark first-char of HERE-doc as `front-sticky'.
8529 Reset `front-sticky' property when needed.
8530 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
8531 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
8532 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
8533 constructs. Support `narrow'ed buffers.
8534 (cperl-praise): Remove a reservation.
8535 (cperl-make-indent): New function.
8536 (cperl-indent-for-comment): Use `cperl-make-indent'.
8537 (cperl-indent-line): Likewise.
8538 (cperl-lineup): Likewise.
8539 (cperl-beautify-regexp-piece): Likewise.
8540 (cperl-contract-level): Likewise.
8541 (cperl-toggle-set-debug-unwind): New function.
8542 New menu entry for this.
8543 (fill-paragraph-function): Use when `boundp'.
8544 (cperl-calculate-indent): Take into account groups when indenting RExen.
8545 (cperl-to-comment-or-eol): Recognize # which end a string.
8546 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
8547 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
8548 (cperl-fontify-syntaxically): More clear debugging message.
8549 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
8550 (cperl-init-faces): More complicated highlight even on XEmacs (new).
8551 Merge cosmetic changes from XEmacs.
8552
8553 After 5.9:
8554 (cperl-1+): Move to before the first use.
8555 (cperl-1-): Likewise.
8556
8557 After 5.10:
8558
8559 This code may lock Emacs hard!!! Use at your own risk!
8560
8561 (cperl-font-locking): New internal variable.
8562 (cperl-beginning-of-property): New function.
8563 (cperl-calculate-indent): Use `cperl-beginning-of-property'
8564 instead of `previous-single-property-change'.
8565 (cperl-unwind-to-safe): Likewise.
8566 (cperl-after-expr-p): Likewise.
8567 (cperl-get-here-doc-region): Likewise.
8568 (cperl-font-lock-fontify-region-function): Likewise.
8569 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
8570 recursively.
8571 Bound `next-single-property-change' via `point-max'.
8572 (cperl-unwind-to-safe): Bound likewise
8573 (cperl-font-lock-fontify-region-function): Likewise.
8574 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
8575 Initialization of `cperl-font-lock-multiline-start' could be
8576 missed if the "main" fontification did not run due to the
8577 keyword being already fontified.
8578 (cperl-pod-spell): Return t from do-one-chunk function.
8579 (cperl-map-pods-heres): Stop when the worker returns nil.
8580 Call `cperl-update-syntaxification'.
8581 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
8582 (cperl-get-here-doc-delim): Remove unused function.
8583
8584 After 5.11:
8585
8586 The possible lockup of Emacs (introduced in 5.10) fixed.
8587
8588 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
8589 (cperl-syntaxify-for-menu): New customization variable.
8590 (cperl-select-this-pod-or-here-doc): New function.
8591 (cperl-get-here-doc-region): Extra argument.
8592 Do not adjust pos by 1.
8593
8594 New menu entries
8595 (Perl/Tools): Selection of current POD or HERE-DOC section.
8596 (Debugging CPerl:) backtrace on fontification.
8597
8598 After 5.12:
8599 (cperl-cached-syntax-table): Use `car-safe'.
8600 (cperl-forward-re): Remove spurious argument SET-ST.
8601 Add documentation.
8602 (cperl-forward-group-in-re): New function.
8603 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
8604 (XXXX Temporary (?) hack is to syntax-mark them as comment).
8605
8606 After 5.13:
8607 (cperl-string-syntax-table): Make { and } not-grouping
8608 (Sometimes they ARE grouping in RExen, but matching them would only
8609 confuse in many situations when they are not)
8610 (beginning-of-buffer): Replace two occurrences with goto-char...
8611 (cperl-calculate-indent): `char-after' could be nil...
8612 (cperl-find-pods-heres): REx can start after "[" too.
8613 Hightlight (??{}) in RExen too.
8614 (cperl-maybe-white-and-comment-rex): New constant
8615 (cperl-white-and-comment-rex): Likewise.
8616 XXXX Not very efficient, but hard to make
8617 better while keeping 1 group.
8618
8619 After 5.13:
8620 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
8621 Likewise for 1 << identifier.
8622
8623 After 5.14:
8624 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
8625 Error-less condition-case could fail.
8626 (cperl-font-lock-fontify-region-function): Likewise.
8627 (cperl-init-faces): Likewise.
8628
8629 After 5.15:
8630 (cperl-find-pods-heres): Support property REx-part2.
8631 (cperl-calculate-indent): Likewise.
8632 Don't special-case REx with non-empty 1st line.
8633 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
8634 Invert highlighting of charclasses:
8635 now the envelop is highlighted.
8636 Highlight many others 0-length builtins.
8637 (cperl-praise): Mention indenting and highlight in RExen.
8638
8639 After 5.15:
8640 (cperl-find-pods-heres): Highlight capturing parens in REx.
8641
8642 After 5.16:
8643 (cperl-find-pods-heres): Highlight '|' for alternation
8644 Initialize `font-lock-warning-face' if not present.
8645 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
8646 `font-lock-function-name-face'.
8647 (cperl-look-at-leading-count): Likewise.
8648 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
8649 `font-lock-keyword-face' (needed for
8650 batch processing), etc...
8651 Use `font-lock-builtin-face' for builtin in REx
8652 Now `font-lock-variable-name-face'
8653 is used for interpolated variables
8654 Use "talking aliases" for faces inside REx
8655 Highlight parts of REx (except in charclasses)
8656 according to the syntax and/or semantic
8657 Syntax-mark a {}-part of (?{}) as "comment"
8658 (it was the ()-part)
8659 Better logic to distinguish what is what in REx
8660 (cperl-tips-faces): Document REx highlighting
8661 (cperl-praise): Mention REx syntax highlight etc.
8662
8663 After 5.17:
8664 (cperl-find-sub-attrs): Would not always manage to print error message.
8665 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
8666
8667 After 5.18:
8668 (cperl-find-pods-heres): Misprint in REx for parsing REx.
8669 Very minor optimization.
8670 `my-cperl-REx-modifiers-face' got quoted.
8671 Recognize "print $foo <<END" as HERE-doc.
8672 Put `REx-interpolated' text attribute if needed.
8673 (cperl-invert-if-unless-modifiers): New function.
8674 (cperl-backward-to-start-of-expr): Likewise.
8675 (cperl-forward-to-end-of-expr): Likewise.
8676 (cperl-invert-if-unless): Works in "the opposite way" too.
8677 Cursor position on return is on the switch-word.
8678 Indents comments better.
8679 (REx-interpolated): New text attribute.
8680 (cperl-next-interpolated-REx): New function.
8681 (cperl-next-interpolated-REx-0): Likewise.
8682 (cperl-next-interpolated-REx-1): Likewise.
8683 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
8684 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
8685 (cperl-praise): Mention finded interpolated RExen.
8686
8687 After 5.19:
8688 (cperl-init-faces): Highlight %$foo, @$foo too.
8689 (cperl-short-docs): Better docs for system, exec.
8690 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
8691 Would not find HERE-doc ended by EOF without NL.
8692 (cperl-short-docs): Correct not-doubled \-escapes.
8693 start block: Put some `defvar' for stuff gone from XEmacs.
8694
8695 After 5.20:
8696 initial comment: Extend copyright, fix email address.
8697 (cperl-indent-comment-at-column-0): New customization variable.
8698 (cperl-comment-indent): Indentation after $#a would increasy by 1.
8699 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
8700 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
8701 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
8702 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
8703 highlight $ in $foo too (UNTESTED).
8704 (cperl-set-style): Docstring missed some available styles.
8705 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
8706 Change "Current" to "Memorize Current".
8707 (cperl-indent-wrt-brace): New customization variable; the default is
8708 as for pre-5.2 version.
8709 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
8710 (cperl-style-alist): Likewise.
8711 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
8712 and `cperl-extra-newline-before-brace' etc
8713 being t
8714 (cperl-indent-exp): Plans B and C to find continuation blocks even
8715 if `cperl-extra-newline-before-brace' is t.
8716
8717 After 5.21:
8718 Improve some docstrings concerning indentation.
8719 (cperl-indent-rules-alist): New variable.
8720 (cperl-sniff-for-indent): New function name
8721 (separated from `cperl-calculate-indent').
8722 (cperl-calculate-indent): Separate the sniffer and the indenter;
8723 uses `cperl-sniff-for-indent' now.
8724 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
8725 was inverted;
8726 Support `comment-column' = 0.
8727
8728 2006-10-11 Martin Rudalics <rudalics@gmx.at>
8729
8730 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
8731 * help-at-pt.el (scan-buf-move-to-region): Likewise.
8732 * longlines.el (longlines-window-change-function): Likewise.
8733 * simple.el (undo-ask-before-discard): Likewise.
8734 * wid-edit.el (widget-field-prompt-internal)
8735 (widget-documentation-link-p): Likewise.
8736
8737 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8738
8739 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
8740 for a keyword.
8741
8742 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
8743
8744 * newcomment.el (comment-valid-prefix-p): Make the check
8745 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
8746 (comment-indent-new-line): Adjust call.
8747
8748 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
8749
8750 * allout.el (allout-back-to-current-heading): Base on lower-level
8751 routines to get proper disqualification of aberrant topics.
8752
8753 2006-10-09 Richard Stallman <rms@gnu.org>
8754
8755 * textmodes/two-column.el (2C-two-columns): Doc fix.
8756
8757 2006-10-09 Kim F. Storm <storm@cua.dk>
8758
8759 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
8760 about implicit use.
8761
8762 2006-10-08 Richard Stallman <rms@gnu.org>
8763
8764 * textmodes/two-column.el (2C-two-columns): Doc fix.
8765
8766 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
8767
8768 * files.el: Mark `buffer-read-only' as safe-local-variable.
8769
8770 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
8771
8772 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
8773 Burp if GUD buffer has been killed.
8774
8775 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8776
8777 * completion.el (add-completions-from-c-buffer):
8778 Don't presume an error's second element is a string.
8779 Use looking-at rather than buffer-substring + member.
8780
8781 2006-10-07 Eli Zaretskii <eliz@gnu.org>
8782
8783 * mail/rmail.el (rmail-redecode-body): If the old encoding is
8784 `undecided', call find-coding-systems-region to find a proper
8785 non-trivial encoding.
8786 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
8787 and "text/plain".
8788
8789 2006-10-07 Kevin Ryde <user42@zip.com.au>
8790
8791 * textmodes/reftex-vars.el (defgroup reftex): Update home page
8792 url-link.
8793
8794 * strokes.el (defgroup strokes): Remove invalid url-link.
8795
8796 2006-10-07 Magnus Henoch <mange@freemail.hu>
8797
8798 * autoinsert.el (auto-insert-alist): Doc fix.
8799
8800 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8801
8802 * mouse-sel.el (mouse-insert-selection-internal):
8803 Use insert-for-yank, so that yank handlers are run.
8804
8805 2006-10-07 Kim F. Storm <storm@cua.dk>
8806
8807 * ido.el (ido-file-extension-aux): Fix comparison.
8808
8809 2006-10-06 Kim F. Storm <storm@cua.dk>
8810
8811 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
8812
8813 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
8814
8815 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
8816 (ad-make-mapped-call): Use `let', not `let*'.
8817
8818 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
8819
8820 * international/mule-cmds.el (coding-system-change-eol-conversion):
8821 Ensure the coding system is initialized before calling
8822 coding-system-eol-type.
8823
8824 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
8825
8826 * textmodes/org.el (org-rm-props, org-activate-plain-links)
8827 (org-activate-angle-links, org-activate-dates)
8828 (org-activate-target-links, org-activate-camels)
8829 (org-activate-tags): Add `rear-nonsticky' text property to avoid
8830 textproperty keymaps from being active beyond the end of a line.
8831 (org-unfontify-region): Also remove `rear-nonsticky' property.
8832
8833 2006-10-04 Kenichi Handa <handa@m17n.org>
8834
8835 * international/code-pages.el (next): Table fixed.
8836
8837 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8838
8839 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
8840 that it's been made unnecessary by removing narrowing.
8841
8842 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8843
8844 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
8845 control flow a bit, simplify another bit, and add comments.
8846
8847 2006-10-03 David Kastrup <dak@gnu.org>
8848
8849 * help.el (describe-mode): For clicks on mode-line, use "@"
8850 interactive argument to get the major mode of the click instead of
8851 the current buffer.
8852
8853 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
8854 in order to better redirect mouse-2 clicks. Also allow default
8855 bindings to apply.
8856
8857 2006-10-03 Kim F. Storm <storm@cua.dk>
8858
8859 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
8860 (pushnew): Fix last change.
8861
8862 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
8863
8864 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
8865 Use the interactive spec of `eval-expression'.
8866
8867 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
8868
8869 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
8870
8871 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
8872
8873 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
8874 2006-09-28 commit.
8875
8876 2006-10-02 Kenichi Handa <handa@m17n.org>
8877
8878 * international/code-pages.el (iso-8859-6): Table fixed.
8879
8880 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
8881
8882 * dired.el (dired-build-subdir-alist): Fix previous change.
8883
8884 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8885
8886 * simple.el (undo-elt-crosses-region): Fix the inequalities.
8887
8888 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8889
8890 * emacs-lisp/find-func.el (find-function-regexp): Don't match
8891 "define-button-type".
8892
8893 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
8894 they don't keep accumulating.
8895
8896 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
8897
8898 * ffap.el (ffap-rfc-path): Change the address of the RFC
8899 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
8900
8901 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
8902
8903 * allout.el (allout-expose-topic): Rectify implementation of "+"
8904 spec, so that bodies are not exposed with headlines.
8905
8906 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
8907
8908 * allout.el (allout-current-depth): Do aberrent check only at or
8909 below doublecheck depth.
8910 (allout-chart-subtree): Make it explicit that LEVELS being nil
8911 means unlimited depth. Drop undocumented support for LEVELS value
8912 t meaning unlimited depth. (This is consistent with
8913 allout-chart-to-reveal, but contrary to allout-show-children,
8914 which needs to use nil to default to depth of 1.)
8915 (allout-goto-prefix-doublechecked): Wrap long docstring line.
8916 (allout-chart-to-reveal): Be explicit in docstring about meaning
8917 of nil LEVELS, and drop support for LEVELS value t.
8918 (allout-show-children): Translate the level spec used by this
8919 routine to that used by allout-chart-subtree and
8920 allout-chart-to-reveal.
8921 (allout-show-to-offshoot): Retry once when stuck, after opening
8922 subtree - improvements in discontinuity handling likely will
8923 enable progress.
8924
8925 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
8926
8927 * wid-edit.el (widget-button-click-moves-point): New variable.
8928 (widget-button-click): If widget-button-click-moves-point is
8929 non-nil, set point after performing the button action.
8930
8931 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
8932
8933 2006-09-30 Martin Rudalics <rudalics@gmx.at>
8934
8935 * files.el (find-file-existing): Modify to not allow wildcards.
8936
8937 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8938
8939 * simple.el (undo-more): When undo information for the region is
8940 exhausted, say "No further undo information FOR REGION".
8941
8942 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
8943
8944 * progmodes/sh-script.el (sh-prev-thing):
8945 Take `sh-leading-keywords' into account.
8946
8947 2006-09-29 Glenn Morris <rgm@gnu.org>
8948
8949 * custom.el (defcustom): Doc fix.
8950
8951 * calendar/calendar.el (european-calendar-style):
8952 Call european-calendar or american-calendar as needed when set.
8953 (diary-view-entries, list-calendar-holidays): Move autoloads
8954 before use.
8955
8956 2006-09-29 Juri Linkov <juri@jurta.org>
8957
8958 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
8959 to nil if there is no previous property change.
8960
8961 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8962
8963 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
8964 saving anything to be sure that `forward-sexp' behaves correctly.
8965
8966 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
8967
8968 * simple.el (line-move-finish): Ignore field boundaries if the
8969 initial and final points have the same `field' property.
8970
8971 2006-09-29 Kim F. Storm <storm@cua.dk>
8972
8973 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
8974 to t while calling ido-read-internal.
8975
8976 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
8977
8978 * textmodes/org.el (org-file-remote-p): Get regexp from list.
8979 (org-archive-subtree): Remove erraneous `]' from character list.
8980
8981 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
8982
8983 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
8984 (ses-reconstruct-all): Make undo of "insert row" work by keeping
8985 markers for data-area and parameters-area.
8986
8987 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8988
8989 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
8990
8991 * font-lock.el (font-lock-after-change-function): Refontify next line
8992 as well if end is at BOL.
8993 (font-lock-extend-jit-lock-region-after-change): Be more careful to
8994 only extend the region as much as needed.
8995
8996 2006-09-28 Richard Stallman <rms@gnu.org>
8997
8998 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
8999
9000 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
9001
9002 * international/mule.el (after-insert-file-set-coding):
9003 If VISIT, don't let set-buffer-multibyte make undo info.
9004
9005 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
9006
9007 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
9008 lines in base64-encoded authentication response.
9009
9010 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9011
9012 * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
9013 (ebnf-version): New version 4.3.
9014 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
9015 (ebnf-prologue): Adjust PostScript programming.
9016 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
9017 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
9018
9019 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
9020
9021 * jit-lock.el (jit-lock-force-redisplay): Rename from
9022 jit-lock-fontify-again, and undo the mistaken change I've just done.
9023
9024 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
9025 (jit-lock-fontify-again): Don't refontify text that's not displayed.
9026
9027 2006-09-26 Kenichi Handa <handa@m17n.org>
9028
9029 * startup.el (display-splash-screen): Allow a prefix argument.
9030
9031 2006-09-25 Jason Rumney <jasonr@gnu.org>
9032
9033 * subr.el (shell-quote-argument): Use DOS logic for Windows
9034 shells with DOS semantics.
9035
9036 2006-09-24 Richard Stallman <rms@gnu.org>
9037
9038 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
9039 (compilation-goto-locus): Use compilation-goto-locus-delete-o
9040 to delete the overlay. Put it on pre-command-hook.
9041
9042 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
9043
9044 * startup.el (fancy-splash-screens, normal-splash-screen):
9045 Call the splash buffer *About GNU Emacs*.
9046
9047 * simple.el (next-error-highlight, next-error-highlight-no-select):
9048 Default to 0.5.
9049 (yank-excluded-properties): Add `fontified'.
9050
9051 * font-lock.el (font-lock-compile-keywords): Allow value of
9052 syntax-begin-function to enable paren-column-0 highlighting.
9053
9054 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
9055
9056 * dired.el (dired-build-subdir-alist): When file ends in colon,
9057 don't exit the loop, just disregard that file.
9058
9059 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
9060
9061 * simple.el (line-move-finish): Handle corner case for fields in
9062 continued lines.
9063 (line-move-1): Remove flawed test for that case.
9064
9065 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
9066
9067 * icomplete.el (icomplete-simple-completing-p): Use the correct
9068 name for the new variable, `icomplete-with-completion-tables'.
9069 (file local variables): Remove superfluous setting.
9070
9071 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
9072
9073 * calendar/appt.el (appt-check): Fix typo for appointments just
9074 after midnight.
9075
9076 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
9077
9078 * help.el (describe-key-briefly, describe-key): Don't expect an
9079 extra up event if a down-event is generated by a popup menu.
9080
9081 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
9082
9083 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
9084 local dictionary when changing the global dictionary.
9085
9086 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
9087
9088 * icomplete.el (icomplete-with-completion-tables): List of
9089 specialized completion tables with which icomplete should
9090 operate. Include the new `internal-complete-buffer', so icomplete
9091 works with interactive buffer-selection.
9092 (icomplete-simple-completing-p): Add acceptance of specialized
9093 completion tables listed in icomplete-with-completion-tables.
9094
9095 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9096
9097 * frame.el (focus-follows-mouse): Set default to nil on Mac.
9098
9099 * startup.el (command-line): Use `custom-reevaluate-setting' for
9100 `focus-follows-mouse'.
9101
9102 2006-09-22 Richard Stallman <rms@gnu.org>
9103
9104 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
9105 explain why Save is not available.
9106
9107 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
9108
9109 * woman.el (woman0-so): Use `let*', not `let'.
9110 (woman-horizontal-line): Remove unbalanced parenthesis.
9111
9112 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
9113
9114 * woman.el: Make sure all the end-of-region markers we use have
9115 a non-nil insertion-type.
9116 (woman0-so): Move things around so we can use copy-marker.
9117 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
9118 Adjust marker type.
9119 (woman2-process-escapes): Check marker type.
9120 (woman-horizontal-line): Dispense with the use of a marker.
9121
9122 2006-09-22 Jay Belanger <belanger@truman.edu>
9123
9124 * calc/calc-lang.el: Add Greek letters to math-variable-table
9125 property of tex.
9126
9127 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
9128
9129 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
9130
9131 2006-09-22 Masatake YAMATO <jet@gyve.org>
9132
9133 * add-log.el (add-log-current-defun): Use `forward-sexp'
9134 instead of `forward-word' to pick c++::symbol.
9135 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
9136
9137 2006-09-22 Kenichi Handa <handa@m17n.org>
9138
9139 * bindings.el: Fix setting self-insert-command for multibyte
9140 characters in global-map.
9141
9142 2006-09-21 David Kastrup <dak@gnu.org>
9143
9144 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
9145 doc string.
9146
9147 2006-09-21 Kenichi Handa <handa@m17n.org>
9148
9149 * language/european.el ("Latin-1"): Add windows-1252 to
9150 coding-priority.
9151 ("German"): Likewise.
9152
9153 2006-09-21 Kim F. Storm <storm@cua.dk>
9154
9155 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
9156 Suggested by Miles Bader.
9157
9158 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
9159 instead of add-to-list in the simple case.
9160
9161 2006-09-20 Kenichi Handa <handa@m17n.org>
9162
9163 * isearch.el (isearch-process-search-char): Cancel the previous change.
9164 (isearch-search-string): New function.
9165 (isearch-search): Use isearch-search-string.
9166 (isearch-lazy-highlight-search): Likewise.
9167
9168 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9169
9170 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
9171 string to become an option.
9172
9173 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9174
9175 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
9176
9177 2006-09-20 Kim F. Storm <storm@cua.dk>
9178
9179 * simple.el (line-move-partial): Call pos-visible-in-window-p with
9180 position t instead of trying both window-end and window-end - 1.
9181
9182 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
9183
9184 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
9185 hidden trees.
9186
9187 2006-09-20 David Kastrup <dak@gnu.org>
9188
9189 * mouse.el (mouse-posn-property): Improve doc string.
9190 (mouse-on-link-p): Change buffers for function calls on links.
9191
9192 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
9193 buffer is read-only.
9194
9195 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
9196
9197 * allout.el (allout-unprotected): Let inhibit-read-only only when
9198 buffer-read-only isn't set.
9199 (allout-annotate-hidden): Enable topic annotation during copies even
9200 when the buffer is read-only, eg for topic copies. Ensure that the loop
9201 advances, even when the span extends beyond the deletion region.
9202 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
9203 rather than allout-exposure-changed-hook, as a stronger assertion.
9204 (allout-keybindings-list): Add bindings for
9205 allout-copy-line-as-kill and allout-copy-topic-as-kill.
9206 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
9207 Copy wrappers for allout-kill-line and allout-kill-topic.
9208 (allout-listify-exposed): Position correctly to accumulate lines.
9209
9210 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
9211
9212 * simple.el (line-move-1): Escape field boundaries occurring
9213 exactly at point. Update goal column if constrained to a field.
9214 (line-move-finish): Escape field boundaries occurring exactly at point.
9215
9216 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9217
9218 * mouse.el (mouse-on-link-p): Tentatively fix last change.
9219 (mouse-drag-vertical-line): Remove unused var `wconfig'.
9220
9221 2006-09-19 Kim F. Storm <storm@cua.dk>
9222
9223 * help.el (describe-key-briefly, describe-key): Simplify printing
9224 of descriptions by using format and %S. Fix "is undefined"
9225 messages to say "at that spot" for mouse events.
9226
9227 * simple.el (line-move-partial): Optimize. Try window-line-height
9228 before posn-at-point to get vpos of current line.
9229
9230 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
9231
9232 * emulation/viper.el: Bump up version/date of update to reflect the
9233 substantial changes done in August 2006.
9234
9235 * emulation/viper-cmd (viper-next-line-at-bol): Make sure button-at,
9236 push-button are defined.
9237
9238 * ediff-util.el (ediff-add-to-history): New function.
9239
9240 * ediff.el: Use ediff-add-to-history instead of add-to-history.
9241
9242 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9243
9244 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
9245 Delete duplicate make-local-variable form.
9246 (conf-space-keywords): Add autoload cookie.
9247 Fix typo (`keywords', not `keyword').
9248
9249 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9250
9251 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
9252 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
9253 to x-gtk-use-old-file-dialog.
9254
9255 2006-09-18 Richard Stallman <rms@gnu.org>
9256
9257 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
9258 that might come in during mouse tracking.
9259
9260 2006-09-18 Kim F. Storm <storm@cua.dk>
9261
9262 * simple.el (line-move-partial): Rework 2006-09-15 change to use
9263 new window-line-height function. Further optimize by not calling
9264 pos-visible-in-window-p for window-end when window-line-height
9265 returns useful information.
9266
9267 2006-09-16 Richard Stallman <rms@gnu.org>
9268
9269 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
9270 (conf-space-mode): Don't handle prefix arg.
9271 Delete conf-space-keywords-override code.
9272 Use add-hook.
9273 (conf-space-keywords): New command.
9274 (conf-space-mode-internal): Be careful with imenu-generic-expression.
9275 Delete conf-space-keywords-override code.
9276 (conf-space-keywords-alist): Doc fix.
9277 (conf-space-font-lock-keywords): Doc fix.
9278 (conf-space-keywords-override): Var deleted.
9279
9280 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
9281
9282 * startup.el (fancy-splash-screens): Don't switch to the scratch
9283 buffer; it may not be the next buffer.
9284
9285 2006-09-16 Romain Francoise <romain@orebokech.com>
9286
9287 * saveplace.el (load-save-place-alist-from-file): Use expanded name
9288 in both messages.
9289
9290 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
9291
9292 * progmodes/python.el (python-preoutput-filter):
9293 Fix arg order to string-match.
9294
9295 2006-09-16 Richard Stallman <rms@gnu.org>
9296
9297 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
9298 font-lock-compile-keywords.
9299
9300 * font-lock.el (font-lock-compile-keywords): Rename optional arg
9301 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
9302
9303 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9304
9305 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
9306
9307 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
9308 and the data doesn't look like UTF8, send STRING instead.
9309
9310 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
9311
9312 * textmodes/flyspell.el (flyspell-check-region-doublons):
9313 New function to detect duplicated words.
9314 (flyspell-large-region): Use it.
9315
9316 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
9317
9318 * simple.el (line-move-to-column): Revert 2006-08-03 change.
9319
9320 2006-09-16 Eli Zaretskii <eliz@gnu.org>
9321
9322 * help.el (describe-prefix-bindings): Use let, not let*.
9323
9324 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
9325
9326 * allout.el (allout-regexp, allout-line-boundary-regexp)
9327 (allout-bob-regexp): Correct grouping and boundaries to fix
9328 backwards traversal.
9329 (allout-depth-specific-regexp, allout-depth-one-regexp):
9330 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
9331 worse time in allout-ascend.
9332 (allout-doublecheck-at-and-shallower): Identify depth threshold
9333 below which topics are checked for and disqualified by containment
9334 discontinuities.
9335 (allout-hotspot-key-handler): Correctly handle multiple-key
9336 strokes. Remove some unused variables.
9337 (allout-mode-leaders): Clarify that mode-specific comment-start
9338 will be used.
9339 (set-allout-regexp): Correctly regexp-quote allout regexps to
9340 properly accept alternative header-leads and primary bullets with
9341 regexp-specific characters (eg, C "/*", mathematica "(*").
9342 Include new regular expressions among those configured.
9343 (allout-infer-header-lead-and-primary-bullet):
9344 Rename allout-infer-header-lead.
9345 (allout-recent-depth): Manifest as a variable as well as a function.
9346 (allout-prefix-data): Simplify into an inline instead of a macro,
9347 assuming current match data rather than being explicitly passed
9348 it. Establish allout-recent-depth value as well as
9349 allout-recent-prefix-beginning and allout-recent-prefix-end.
9350 (allout-aberrant-container-p): True when an item's immediate
9351 offspring discontinuously contained. Useful for disqualifying
9352 unintended topic prefixes, likely at low depths.
9353 (allout-goto-prefix-doublechecked): Elaborate version of
9354 allout-goto-prefix which disqualifies aberrant pseudo-items.
9355 (allout-pre-next-prefix): Layer on top of lower-level routines, to
9356 get disqualification of aberrant containers.
9357 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
9358 containers.
9359 (allout-beginning-of-current-entry): Position at start of buffer
9360 when in container (depth 0) entry.
9361 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
9362 (allout-current-bullet): Strip text properties.
9363 (allout-get-prefix-bullet): Use right match groups.
9364 (allout-beginning-of-line, allout-next-heading):
9365 Disqualify aberrant containers.
9366 (allout-previous-heading): Disqualify aberrant containers, and
9367 change to regular (rather than inline) function, to allow
9368 self-recursion.
9369 (allout-get-invisibility-overlay): Increment so progress is made
9370 when the first overlay is not the sought one.
9371 (allout-end-of-prefix): Disqualify aberrant containers.
9372 (allout-end-of-line): Cycle something like allout-beginning-of-line.
9373 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
9374 outline.el outlines) functional again. Change the primary bullet
9375 along with the header-lead - level 1 new-style bullets now work.
9376 Engage allout-before-change-handler in mainline Emacs, not just
9377 XEmacs, to do undo handling.
9378 (allout-before-change-handler): Expose undo changes occurring in
9379 hidden regions. Use allout-get-invisibility-overlay instead of
9380 reimplementing it inline.
9381 (allout-chart-subtree): Use start rather than end of prefix in
9382 charts. Use allout-recent-depth variable.
9383 (allout-chart-siblings): Disqualify aberrant topics.
9384 (allout-beginning-of-current-entry): Position correctly.
9385 (allout-ascend): Use new allout-depth-specific-regexp and
9386 allout-depth-one-regexp for linear instead of O(N^2) or worse
9387 behavior.
9388 (allout-ascend-to-depth): Depend on allout-ascend, rather than
9389 reimplementing an algorithm.
9390 (allout-up-current-level): Depend on allout-ascend, rather than
9391 reimplementing an algorithm. Return to start-point if we fail.
9392 (allout-descend-to-depth): Use allout-recent-depth variable
9393 instead of function.
9394 (allout-next-sibling): On traversal of numerous intervening
9395 topics, resort to economical allout-next-sibling-leap.
9396 (allout-next-sibling-leap): Specialized version of
9397 allout-next-sibling that uses allout-ascend cleverly, to depend on
9398 a regexp search to leap large numbers of contained topics, rather
9399 than arbitrarily many one-by-one traversals.
9400 (allout-next-visible-heading): Disqualify aberrant topics.
9401 (allout-previous-visible-heading): Position consistently when
9402 interactive.
9403 (allout-forward-current-level): Base on allout-previous-sibling
9404 rather than (differently) reimplmenting the algorithm. Remove some
9405 unused variables.
9406 (allout-solicit-alternate-bullet): Present default choice stripped
9407 of text properties.
9408 (allout-rebullet-heading): Use bullet stripped of text properties.
9409 Register changes using allout-exposure-change-hook.
9410 Disregard aberrant topics.
9411 (allout-shift-in): With universal-argument, make topic a peer of
9412 it's former offspring. Simplify the code by separating out
9413 allout-shift-out functionality.
9414 (allout-shift-out): With universal-argument, make offspring peers
9415 of their former container, and its siblings. Implement the
9416 functionality here, rather than inappropriately muddling the
9417 implementation of allout-shift-in.
9418 (allout-rebullet-topic): Respect additional argument for new
9419 parent-child separation function.
9420 (allout-yank-processing): Use allout-ascend directly.
9421 (allout-show-entry): Disqualify aberrant topics.
9422 (allout-show-children): Handle discontinuous children gracefully,
9423 extending the depth being revealed to expose them and posting a
9424 message indicating the situation.
9425 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
9426 Leave cursor in correct position.
9427 (allout-hide-current-subtree): Use allout-ascend directly.
9428 Disqualify aberrant topics.
9429 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
9430 a way that the yanks can restore it, as used to happen.
9431 (allout-yank-processing): Restore exposure layout as recorded by
9432 allout-kill-*, as used to happen.
9433 (allout-annotate-hidden, allout-hide-by-annotation): New routines
9434 for preseving and restoring exposure layout across kills.
9435 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
9436 (allout-encrypt-string): Strip text properties.
9437 Rearranged order and outline-headings for some of the
9438 miscellaneous functions.
9439 (allout-resolve-xref): No need to quote the error name in the
9440 condition-case handler section.
9441 (allout-flatten): Classic recursive (and recursively intensive,
9442 without tail-recursion) list-flattener, needed by allout-shift-out
9443 when confronted with discontinuous children.
9444
9445 2006-09-16 Jason Rumney <jasonr@gnu.org>
9446
9447 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
9448 on ms-windows.
9449 (dnd-open-unc-file): Remove.
9450 (dnd-open-local-file): Mention in doc string that it also handles
9451 remote files if the system natively supports unc file-names.
9452
9453 2006-09-15 Kim F. Storm <storm@cua.dk>
9454
9455 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
9456 all necessary information about the event before erasing *Help*.
9457
9458 * simple.el (line-move-partial): Use window-line-visiblity to
9459 quickly check whether last line is partially visible, and only do
9460 the hard (and slow) part in that case.
9461
9462 2006-09-15 Jay Belanger <belanger@truman.edu>
9463
9464 * COPYING: Replace "Library Public License" by "Lesser Public
9465 License" throughout.
9466
9467 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9468
9469 * term/x-win.el (x-menu-bar-open): New function for F10.
9470
9471 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
9472
9473 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9474 Disallow filenames containing " -" to avoid confusion with libtool
9475 compilation messages. Suggested by Stefan Monnier.
9476
9477 2006-09-15 David Kastrup <dak@gnu.org>
9478
9479 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
9480 instead of buffer position for `mouse-on-link-p'.
9481
9482 * mouse.el (mouse-posn-property): New function looking up the
9483 properties at a click position in overlays and text properties in
9484 either buffer or strings.
9485 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
9486 of both `follow-link' as well as `mouse-face' properties.
9487 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
9488 buffer position.
9489
9490 * help.el (describe-key-briefly): When reading a down-event on
9491 mode lines or scroll bar, swallow the following up event, too.
9492 Use the new mouse sensitity of `key-binding' for lookup.
9493 (describe-key): The same here.
9494
9495 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
9496
9497 * play/life.el (life-patterns): Add a few more interesting patterns.
9498 (life-setup): Force `show-trailing-whitespace' to nil.
9499
9500 2006-09-14 Richard Stallman <rms@gnu.org>
9501
9502 * startup.el (fancy-splash-text): Change text to improve alignment.
9503 (fancy-splash-screens): Don't set non-standard tab width.
9504 Bind cursor-type temporarily, and make it easy to patch to
9505 preserve the splash buffer.
9506 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
9507 (fancy-splash-screens): Display echo-area message explicitly.
9508 Don't set fancy-splash-help-echo.
9509
9510 * simple.el (line-number-mode): Group mode-line instead of
9511 editing-basics.
9512 (column-number-mode, size-indication-mode): Likewise.
9513
9514 * faces.el (mode-line-faces): Group mode-line instead of modeline.
9515
9516 * time.el (display-time): Group mode-line instead of modeline.
9517
9518 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
9519
9520 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
9521
9522 * startup.el (fancy-splash-text): Move editing instructions to
9523 fancy-splash-head.
9524 (fancy-splash-head): Issue editing instructions.
9525 (fancy-splash-screens): Fixup whitespace.
9526
9527 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9528
9529 * bindings.el (mode-line-buffer-identification-keymap):
9530 Remove duplicate line.
9531
9532 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9533
9534 * ido.el (ido-ignore-item-p): Allow any kind of functions in
9535 ignore lists.
9536
9537 2006-09-14 Kim F. Storm <storm@cua.dk>
9538
9539 * jit-lock.el (jit-lock-fontify-again): New function.
9540 (jit-lock-fontify-now): Use it instead of lambda form.
9541
9542 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
9543
9544 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
9545 (flyspell-auto-correct-word): Make ispell-filter local to these
9546 functions. Check that ispell-filter has new stuff before calling
9547 ispell-parse-output.
9548
9549 2006-09-13 Kim F. Storm <storm@cua.dk>
9550
9551 * simple.el (line-move-partial): Optimize.
9552
9553 2006-09-13 Richard Stallman <rms@gnu.org>
9554
9555 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
9556 Delete spurious backquote.
9557
9558 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
9559
9560 * net/rcirc.el (rcirc-print): Fix last change.
9561
9562 2006-09-12 Jay Belanger <belanger@truman.edu>
9563
9564 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
9565
9566 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
9567
9568 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
9569 rcirc-show-maximum-output.
9570 (rcirc-mode): Remove window-scroll-function hook.
9571 (rcirc-scroll-to-bottom): Remove function.
9572 (rcirc-print): Recenter so point stays at the bottom of the window
9573 if point was already there.
9574
9575 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
9576
9577 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
9578 not to "t".
9579 * progmodes/compile.el (compilation-start): Likewise.
9580 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
9581 Don't use expand-file-name on invocation-directory, since this
9582 might mishandle special characters in invocation-directory.
9583
9584 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9585
9586 * pcvs-defs.el: Remove * in defcustom's docstrings.
9587
9588 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
9589
9590 * progmodes/compile.el (compilation-directory-properties):
9591 Doc fix for help-echo.
9592
9593 2006-09-12 Lars Hansen <larsh@soem.dk>
9594
9595 * desktop.el (desktop-read): Add comment.
9596
9597 2006-09-12 Kim F. Storm <storm@cua.dk>
9598
9599 * simple.el (next-error-highlight, next-error-highlight-no-select):
9600 Fix spelling error.
9601
9602 * subr.el (sit-for): Rework to use input-pending-p and cond.
9603 Return nil input is pending on entry also for SECONDS <= 0.
9604 (while-no-input): Use input-pending-p instead of sit-for.
9605
9606 2006-09-11 Richard Stallman <rms@gnu.org>
9607
9608 * simple.el (next-error-highlight, next-error-highlight-no-select):
9609 Fix custom type and doc strings.
9610
9611 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9612
9613 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
9614 (diff-apply-hunk): Use it to ask for confirmation.
9615
9616 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
9617
9618 * emacs-lisp/cl.el (pushnew): Add missing `,'.
9619
9620 2006-09-11 David Kastrup <dak@gnu.org>
9621
9622 * help.el (string-key-binding, describe-key-briefly)
9623 (describe-key): Remove `string-key-binding' and its callers since
9624 `key-binding' already caters for the proper lookup now.
9625
9626 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9627
9628 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
9629 (cfengine-mode): Use it. Fix \ syntax to be like /.
9630
9631 * bindings.el (mode-line-buffer-identification-keymap):
9632 Move initialization into declaration.
9633
9634 2006-09-10 Kim F. Storm <storm@cua.dk>
9635
9636 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
9637 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
9638 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
9639 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
9640
9641 2006-09-10 Richard Stallman <rms@gnu.org>
9642
9643 * dired-aux.el: Handle errors in recursive copy usefully.
9644 (dired-create-files-failures): New variable.
9645 (dired-copy-file): Remove condition-case.
9646 (dired-copy-file-recursive): Check for errors on all file
9647 operations, and add them to dired-create-files-failures.
9648 Check file file-date-erorr here too.
9649 (dired-create-files): Check dired-create-files-failures
9650 and report those errors too.
9651
9652 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
9653
9654 * subr.el (add-to-list): New argument COMPARE-FN.
9655
9656 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
9657
9658 * filecache.el (file-cache-add-directory)
9659 (file-cache-add-directory-list, file-cache-add-file)
9660 (file-cache-add-directory-using-find)
9661 (file-cache-add-directory-using-locate)
9662 (file-cache-add-directory-recursively): Add autoloads.
9663
9664 2006-09-09 Richard Stallman <rms@gnu.org>
9665
9666 * textmodes/conf-mode.el (conf-space-mode):
9667 Use hack-local-variables-hook instead of calling hack-local-variables.
9668 (conf-space-keywords-override): New variable.
9669 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
9670 (conf-space-mode): Always make conf-space-keywords and
9671 conf-space-keywords-override local.
9672 Call conf-space-mode-internal directly as well as via hook.
9673
9674 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
9675
9676 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
9677 quasi-keywords.
9678
9679 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9680
9681 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
9682 (python-send-string): Be slightly more careful about adding \n.
9683
9684 * startup.el (normal-splash-screen): Don't display the buffer if we'll
9685 kill it right away anyway.
9686
9687 2006-09-09 Eli Zaretskii <eliz@gnu.org>
9688
9689 * international/codepage.el (cp850-decode-table): Fix a few codes.
9690 (cp858-decode-table): New variable.
9691
9692 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
9693
9694 * net/ldap.el (ldap-search-internal): Doc fix.
9695
9696 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9697
9698 * play/life.el (life-display-generation): Test for input manually if
9699 `sleeptime' is negative or null.
9700
9701 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
9702 (print-region-1): Substitute `%s' with the page title.
9703
9704 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
9705
9706 * locate.el (locate-current-search): New variable.
9707 (locate): Set buffer local value. Use current buffer if it is
9708 in Locate mode.
9709 (locate-mode): Disable undo here.
9710 (locate-do-setup): Use locate-current-filter from buffer to be killed.
9711 (locate-update): Use locate-current-search and locate-current-filter.
9712
9713 2006-09-08 David Kastrup <dak@gnu.org>
9714
9715 * desktop.el (desktop-read): When loading a desktop, disable
9716 saving it while the load progresses, and switch off a pending lazy
9717 load by calling `desktop-lazy-abort'.
9718
9719 2006-08-27 Martin Rudalics <rudalics@gmx.at>
9720
9721 * window.el (mouse-autoselect-window-timer)
9722 (mouse-autoselect-window-position)
9723 (mouse-autoselect-window-window)
9724 (mouse-autoselect-window-now): New vars.
9725 (mouse-autoselect-window-cancel)
9726 (mouse-autoselect-window-select)
9727 (mouse-autoselect-window-start): New functions.
9728 (handle-select-window): Call `mouse-autoselect-window-start' when
9729 delayed window autoselection is enabled.
9730
9731 * cus-start.el (mouse-autoselect-window): Handle delayed window
9732 autoselection.
9733
9734 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
9735 commands after which it is allowed to print in the echo area.
9736
9737 2006-09-08 Richard Stallman <rms@gnu.org>
9738
9739 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
9740
9741 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
9742 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
9743
9744 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
9745 (cancel-timer-internal): Add doc string.
9746 (cancel-function-timers): Doc fix.
9747 (with-timeout-handler, timer-event-last*): Add doc strings.
9748
9749 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
9750
9751 * files.el (risky-local-variable-p): Match ...-bindat-spec.
9752
9753 * dired.el (dired-log-summary): Add doc string.
9754
9755 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
9756 (custom-group-menu-create): Not here.
9757
9758 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
9759
9760 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
9761
9762 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9763
9764 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
9765 (mac-apple-event-map): Define its handler.
9766
9767 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
9768
9769 * net/ldap.el (ldap-search-internal): Handle `auth' key.
9770
9771 2006-09-07 Magnus Henoch <mange@freemail.hu>
9772
9773 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
9774 clause.
9775
9776 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9777
9778 * info.el (Info-index): Bind completion-ignore-case.
9779
9780 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9781
9782 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
9783 previous commit.
9784 (inferior-prolog-guess-flavor): New fun left out of previous commit.
9785 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
9786 burp in dedicated windows.
9787 (inferior-prolog-self-insert-command): New command.
9788 (inferior-prolog-mode-map): Use it.
9789
9790 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
9791
9792 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
9793
9794 * international/code-pages.el: Add cp858.
9795
9796 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9797
9798 * dnd.el: Fix bootstrapping.
9799
9800 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9801
9802 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
9803 (dnd-open-remote-url): New function.
9804 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
9805 not windows-nt.
9806
9807 2006-09-07 Jason Rumney <jasonr@gnu.org>
9808
9809 * dnd.el (dnd-open-remote-file-function): New variable.
9810 (dnd-open-unc-file): New function.
9811 (dnd-open-file): Call dnd-open-remote-file-function if set.
9812
9813 2006-09-06 Daiki Ueno <ueno@unixuser.org>
9814
9815 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
9816 pgg-passphrase-coding-system rather than locale-coding-system.
9817 * pgg-def.el (pgg-passphrase-coding-system): New user option.
9818
9819 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9820
9821 * progmodes/prolog.el: Remove * in docstrings.
9822 (prolog-program-name): Add SWI prolog.
9823 (prolog-mode-menu): New menu.
9824 (prolog-mode): Set comment-add.
9825 (prolog-indent-line): Simplify. Use indent-line-to.
9826 (inferior-prolog-buffer): New var.
9827 (inferior-prolog-run, inferior-prolog-process): New funs.
9828 (run-prolog, switch-to-prolog): Rewrite, using them.
9829 (prolog-consult-region): Use inferior-prolog-buffer.
9830 (inferior-prolog-load-file): New function.
9831 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
9832
9833 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
9834 last word, if it's not the end of the paragraph.
9835
9836 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
9837 file name.
9838
9839 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
9840
9841 * frame.el (display-mm-dimensions-alist): New defcustom.
9842 (display-mm-height, display-mm-width): Use it.
9843
9844 2006-09-06 Simon Josefsson <jas@extundo.com>
9845
9846 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
9847
9848 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
9849
9850 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9851 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
9852 string values.
9853
9854 2006-09-06 Kim F. Storm <storm@cua.dk>
9855
9856 * simple.el (line-move-partial): New function to do vscrolling for
9857 partially visible images / tall lines. Rewrite based on code
9858 previously in line-move. Simplify backwards vscrolling.
9859 (line-move): Use it. Simplify.
9860
9861 2006-09-05 Kim F. Storm <storm@cua.dk>
9862
9863 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
9864
9865 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
9866
9867 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9868 Process the `gcc-include' after the `gnu' rule.
9869
9870 2006-09-05 Kim F. Storm <storm@cua.dk>
9871
9872 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
9873
9874 2006-09-05 Daiki Ueno <ueno@unixuser.org>
9875
9876 * pgg.el (pgg-clear-string): Alias to clear-string for backward
9877 compatibility.
9878
9879 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
9880 inhibit-redisplay; encode passphrase with locale-coding-system.
9881
9882 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
9883
9884 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
9885
9886 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
9887
9888 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9889 (gdb-var-list-children-regexp): Make type field optional.
9890
9891 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
9892 e.g public, protected in C++.
9893
9894 2006-09-04 John Paul Wallington <jpw@pobox.com>
9895
9896 * simple.el (completion-show-help): New defcustom.
9897 (completion-setup-function): Heed it.
9898
9899 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
9900
9901 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
9902
9903 2006-09-04 Richard Stallman <rms@gnu.org>
9904
9905 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
9906 (rsf-min-region-to-spam-list): Doc fix.
9907 (rsf-add-content-type-field): Doc fix.
9908
9909 * simple.el (kill-region): Explicitly test there is a region.
9910
9911 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
9912
9913 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
9914 sendmail in several common directories.
9915
9916 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
9917
9918 * paths.el (sendmail-program): Removed.
9919
9920 2006-09-04 Daiki Ueno <ueno@unixuser.org>
9921
9922 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
9923 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
9924 http://article.gmane.org/gmane.emacs.gnus.general/50457
9925
9926 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
9927
9928 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
9929 mark after running the menu filter.
9930
9931 2006-09-03 Juri Linkov <juri@jurta.org>
9932
9933 * international/quail.el (quail-defrule-internal): Add a check
9934 if a key is a vector.
9935
9936 2006-09-02 Juri Linkov <juri@jurta.org>
9937
9938 * man.el (Man-topic-history): New variable.
9939 (man): Use it.
9940
9941 * woman.el (woman-topic-history): Change defvar to defvaralias
9942 for symbol `Man-topic-history'.
9943
9944 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
9945 `comint-last-output-start' is a marker by using `markerp' and
9946 check if it has a position by using `marker-position', and use
9947 this position for `goto-char'.
9948
9949 * international/quail.el (quail-defrule-internal): Add missing
9950 `error' call for null key.
9951
9952 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
9953
9954 * net/rcirc.el (rcirc-keywords): New variable.
9955 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
9956 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
9957 variables.
9958 (rcirc-responses-no-activity): New function.
9959 (rcirc-handler-generic): Check for responses in above.
9960 (rcirc-process-command): Add ?: character to arguments of raw
9961 server commands.
9962 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
9963 `rcirc-dim-nicks'.
9964 (rcirc-gray-toggle): Remove unused variable.
9965 (rcirc-print): Remove some tracking logic, which is moved into
9966 markup functions.
9967 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
9968 types.
9969 (rcirc-activity-string): Look for 'keyword in activity-types.
9970 (rcirc-window-configuration-change): Don't erase overlay-arrow
9971 unnecessarily.
9972 (rcirc-add-or-remove): New function.
9973 (rcirc-cmd-ignore): Use it.
9974 (rcirc-message-leader): Remove unused function.
9975 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
9976 (rcirc-add-face): New function.
9977 (rcirc-facify): Use rcirc-add-face.
9978 (rcirc-url-regexp): Add parens.
9979 (rcirc-map-regexp): Remove function.
9980 (rcirc-mangle-regexp): Remove function.
9981 (rcirc-markup-text-functions): New variable.
9982 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
9983 (rcirc-markup-body-text, rcirc-markup-attributes)
9984 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
9985 (rcirc-markup-bright-nicks): New markup handler functions.
9986 (rcirc-nick-in-message-full-line): New face.
9987 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
9988 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
9989
9990 2006-09-02 Martin Rudalics <rudalics@gmx.at>
9991
9992 * cus-start.el (hscroll-margin, hscroll-step)
9993 (mode-line-in-non-selected-windows, mouse-autoselect-window)
9994 (x-use-underline-position-properties): Change version to "22.1"
9995 since they will appear there for the first time.
9996
9997 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
9998
9999 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
10000
10001 2006-08-31 Richard Stallman <rms@gnu.org>
10002
10003 * cus-edit.el (custom-save-variables): Slight cleanup.
10004 (Custom-no-edit): Renamed from custom-no-edit.
10005 (Custom-newline): Renamed from custom-newline.
10006 (custom-mode-map): Use new names.
10007
10008 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
10009 about customization, rather than M-x customize, in the doc string
10010 made for the defcustom.
10011
10012 * emacs-lisp/trace.el (trace-function-background): Doc fix.
10013
10014 2006-08-31 Romain Francoise <romain@orebokech.com>
10015
10016 * dired-x.el (dired-guess-shell-alist-default): Update.
10017
10018 2006-08-31 Michael Mauger <mmaug@yahoo.com>
10019
10020 * custom.el (custom-theme-set-variables): Autoload packages before
10021 sorting the variables.
10022
10023 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
10024
10025 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
10026 Convert events to chars if XEmacs.
10027 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
10028
10029 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10030
10031 * progmodes/python.el (python-eldoc-function): Re-enable quit while
10032 waiting for process.
10033
10034 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10035
10036 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
10037 results in ASCII-only string, encode original one directly.
10038
10039 2006-08-29 Romain Francoise <romain@orebokech.com>
10040
10041 * startup.el (normal-splash-screen, fancy-splash-screens):
10042 Make buffer read-only and arrange to enter view mode if necessary.
10043
10044 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
10045
10046 * hl-line.el (hl-line): New face.
10047 (hl-line-face): Use it.
10048
10049 * image-mode.el (image-mode): Fix last fix.
10050 Suggested by Kim F. Storm.
10051
10052 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
10053
10054 Sync with Tramp 2.0.54.
10055
10056 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
10057 of `=', because `tramp-get-remote-gid' might not always return an
10058 integer when expected.
10059 (tramp-register-file-name-handlers): `partial-completion-mode' is
10060 unknown to XEmacs.
10061 (tramp-time-diff): Don't use `floor', it might fail for large
10062 differences.
10063 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
10064 `tramp-auto-save-directory' if unset in order to guarantee unique
10065 auto-save file names.
10066
10067 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
10068
10069 * image-mode.el (image-mode): Display image as text on a terminal.
10070
10071 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10072
10073 * progmodes/python.el (python-send-command): Simplify.
10074 (run-python): Don't generate a new buffer unless `new' was specified.
10075 Make sure we send `import emacs' to the proper process.
10076
10077 * progmodes/python.el (python-send-command): Don't wait for the command
10078 to terminate. Don't fiddle with compilation-parsing-end.
10079
10080 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
10081
10082 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
10083 Insert commentary after first line summary.
10084
10085 * woman.el (woman-follow): New function, based on `man-follow'.
10086 (woman-mode-map): Use it.
10087
10088 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
10089 since ibuffer-do-sort-by-recency does not define a sorter.
10090
10091 2006-08-28 Kim F. Storm <storm@cua.dk>
10092
10093 * find-dired.el (find-dired): Use shell-quote-argument to properly
10094 escape ( and ) args. Also use it on {} and ; args in default
10095 value of find-ls-option string.
10096 (find-grep-dired): Use shell-quote-argument on {} and ; args.
10097
10098 2006-08-27 Michael Olson <mwolson@gnu.org>
10099
10100 * emacs-lisp/tq.el: Small grammar fix in comments.
10101 (tq-enqueue): Check for existence of queue rather than the
10102 head queue item's question, which was a no-op.
10103 (tq-filter, tq-process-buffer): Make sure the process buffer
10104 exists before making it the current buffer.
10105
10106 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10107
10108 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
10109 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
10110 (special-event-map): Apply 2006-08-16 change for x-win.el.
10111
10112 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10113
10114 * progmodes/python.el (python-send-receive): Wait in the
10115 process's buffer so as to check the right buffer-local variables.
10116
10117 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
10118
10119 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
10120 (defgroup checkdoc): Move to beginning.
10121
10122 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
10123 (python-preoutput-continuation): Remove.
10124 (python-preoutput-filter): Simplify correspondingly.
10125 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
10126 Loop around to catch embedded _emacs_out output.
10127 (run-python): Send the import&print command on a single line.
10128 (python-send-command): Send command&print on a single line.
10129 (python-send-string): Only add double \n if needed.
10130 (python-send-receive): Loop until the result comes.
10131 (python-mode-running): Defvar it.
10132 (python-setup-brm): Remove unused var `menu'.
10133 Only bind py-mode-map and `features' around brm-init.
10134 (python-calculate-indentation): Remove unused var `point'.
10135 (python-beginning-of-defun): Remove unused var `def-line'.
10136
10137 2006-08-25 Richard Stallman <rms@gnu.org>
10138
10139 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
10140
10141 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
10142
10143 * emulation/viper.el (viper-set-hooks): Use frame bindings for
10144 viper-vi-state-cursor-color.
10145 (viper-non-hook-settings): Don't set default
10146 mode-line-buffer-identification.
10147
10148 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
10149 New fun.
10150 (viper-set-cursor-color-according-to-state)
10151 (viper-get-saved-cursor-color-in-replace-mode)
10152 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
10153 viper-emacs-state-cursor-color.
10154
10155 * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
10156 (viper-undo): Use point if undo-beg-posn is nil.
10157 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
10158 (viper-after-change-undo-hook): Don't use
10159 viper-emacs-state-cursor-color by default.
10160 (viper-undo): More sensible positioning after undo.
10161
10162 * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
10163 (viper-emacs-state-cursor-color): Default to nil, since this feature
10164 doesn't work well yet.
10165
10166 * ediff-mult.el (ediff-intersect-directories)
10167 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
10168 always expand filenames.
10169
10170 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10171
10172 * tumme.el: Remove * in defcustoms's docstrings.
10173
10174 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
10175
10176 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
10177 Accept internal time format for SECS arg.
10178 (timer-relative-time): Doc fix.
10179
10180 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
10181 adapted from Martin Rudalics.
10182 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
10183 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
10184 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
10185 using sit-for.
10186
10187 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
10188
10189 * cus-start.el (all): Add `overline-margin' and
10190 `x-underline-at-descent-line'.
10191
10192 2006-08-24 Kim F. Storm <storm@cua.dk>
10193
10194 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
10195 to mean "use find -exec"; nil now unambiguously means auto-detect.
10196 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
10197 Use shell-quote-argument to build grep-find-command and
10198 grep-find-template.
10199 (rgrep): Use shell-quote-argument to properly quote arguments to find.
10200 Reported by Tom Seddon.
10201
10202 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
10203
10204 * startup.el (fancy-splash-head): Give instructions for dismissing
10205 the splash screen for default startup too.
10206 (display-startup-echo-area-message, fancy-splash-screens)
10207 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
10208 all splash text at once and keep the splash buffer around.
10209 (command-line-1): Give display-startup-echo-area-message a t arg.
10210
10211 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
10212
10213 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
10214 gnus frame is selected.
10215
10216 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
10217
10218 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
10219
10220 2006-08-22 Kim F. Storm <storm@cua.dk>
10221
10222 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
10223 Add suffix matching for subdirs.
10224
10225 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
10226
10227 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
10228 mouse-yank-at-point is non-nil.
10229
10230 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
10231
10232 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
10233 a bit wider and remove fringes to fit initial output on line.
10234
10235 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10236
10237 * frame.el (blink-cursor-end): Only ignore the error we care about.
10238 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
10239
10240 2006-08-21 Richard Stallman <rms@gnu.org>
10241
10242 * whitespace.el (whitespace-cleanup): Doc fix.
10243
10244 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
10245
10246 * net/rcirc.el (rcirc-show-maximum-output): New var.
10247 (rcirc-buffer-process): If no buffer argument is supplied, use
10248 current-buffer.
10249 (rcirc-complete-nick): Complete to the last completed nick first.
10250 (rcirc-mode): Preserve the value of `rcirc-urls' across
10251 connections. Setup scroll function.
10252 (rcirc-scroll-to-bottom): New function.
10253 (rcirc-print): Use nick syntax around regexp work.
10254 Notice dim-nicks speaking only if they say our nick.
10255 (rcirc-update-activity-string): Do not show the modeline indicator
10256 if there are no live rcirc processes.
10257 (rcirc-cmd-ignore): Ignore case.
10258 (rcirc-browse-url-at-point): Fix off-by-one error.
10259
10260 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
10261
10262 * progmodes/python.el: Remove * in defcustom docstrings.
10263 (run-python, python-proc, python-try-complete): Use derived-mode-p.
10264 (python-mode): Set tab-width and indent-tabs-mode.
10265
10266 2006-08-20 Dave Love <fx@gnu.org>
10267
10268 * progmodes/python.el: Update to Dave Love's latest version.
10269 (python-font-lock-keywords, python-mode): Don't use
10270 font-lock-syntax-table, but match symbol elements explicitly instead.
10271 (python-mode-map): Add help, and a few more key bindings.
10272 (python-skip-comments/blanks): Move out of comments as well.
10273 (python-continuation-line-p): Behave better with unbalanced parens.
10274 (python-blank-line-p): New fun.
10275 (python-open-block-statement-p): Don't use a heuristic.
10276 (python-outdent-p): Better handle blocks-in-the-same-line.
10277 (python-calculate-indentation): Misc improvements.
10278 (python-comment-indent): Remove.
10279 (python-block-pairs): New var.
10280 (python-first-word): New fun.
10281 (python-indentation-levels): Handle more common cases.
10282 (python-indent-line-1): Add `leave' argument.
10283 (python-indent-region): New fun.
10284 (python-skip-out): New fun.
10285 (python-beginning-of-statement, python-end-of-statement): Use it.
10286 (python-next-statement): Return correct count even at eob.
10287 (python-end-of-block): Fix paren-typo.
10288 (python-imenu-create-index): Add module variables.
10289 (run-python): Add `new' arg.
10290 Check we're at a prompt before returning.
10291 (python-send-command): Move to end of buffer.
10292 Wait for prompt to return.
10293 (python-set-proc): New fun.
10294 (python-imports): New var.
10295 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
10296 (python-eldoc-function): Try to move out of arg list.
10297 (python-outline-level): Offset by 1.
10298 (python-find-imports): New fun.
10299 (python-symbol-completions): Use python-imports.
10300 (python-module-path, ffap-alist): Add support for ffap.
10301 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
10302 (python-insert-*, python-default-template, python-expand-template):
10303 Add templates/skeletons.
10304 (python-setup-brm): Support for Bicycle Repair Man.
10305 (python-abbrev-syntax-table): New var.
10306 (python-abbrev-pc-hook, python-pea-hook): New funs.
10307
10308 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
10309
10310 * frame.el (blink-cursor-start): Set timer first.
10311 (blink-cursor-end): Ignore timer cancelling errors.
10312 Suggested by Ken Manheimer.
10313
10314 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
10315
10316 * newcomment.el (comment-box): Call `comment-normalize-vars'.
10317 Add autoload cookie.
10318
10319 2006-08-20 Richard Stallman <rms@gnu.org>
10320
10321 * simple.el (line-number-at-pos): Doc fix.
10322
10323 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
10324 timer-activate-when-idle, so timer can run before Emacs becomes
10325 non-idle again.
10326
10327 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
10328
10329 * whitespace.el (whitespace-cleanup-internal): New optional arg
10330 REGION-ONLY. If it's non-nil, modify the message to the user
10331 accordingly.
10332 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
10333 a non-nil argument.
10334
10335 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
10336
10337 * rect.el (spaces-string): Simplify and add doc string.
10338
10339 2006-08-17 Romain Francoise <romain@orebokech.com>
10340
10341 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
10342
10343 2006-08-17 Richard Stallman <rms@gnu.org>
10344
10345 * compare-w.el (compare-windows): lambda's take an arg and pass
10346 it to compare-windows-skip-whitespace.
10347
10348 2006-08-17 Martin Rudalics <rudalics@gmx.at>
10349
10350 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
10351 the right buffer.
10352
10353 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
10354
10355 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
10356 removed files.
10357
10358 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
10359
10360 * progmodes/gdb-ui.el (gdb-locals-watch-map)
10361 (gdb-locals-watch-map-1): Suppress keymap first.
10362 (gdb-edit-locals-map-1): New variable.
10363 (gdb-edit-locals-value): New function.
10364 (gdb-stack-list-locals-handler): Use them.
10365
10366 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10367
10368 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
10369 cursor would normally be drawn in the fringe.
10370
10371 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
10372 Reported by Martin Rudalics <rudalics@gmx.at>.
10373
10374 2006-08-16 Richard Stallman <rms@gnu.org>
10375
10376 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
10377 (special-event-map): Process drag-n-drop events this way.
10378
10379 * simple.el (move-beginning-of-line): Test whether fields
10380 would prevent motion back to line's first visible character.
10381 If so, stop where the fields would stop the motion.
10382
10383 * newcomment.el (comment-indent): Fully update INDENT
10384 before checking to see if it will change the text.
10385
10386 * cus-edit.el (custom-newline): New function.
10387 (custom-mode-map): Bind newline to custom-newline.
10388
10389 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
10390 into ignore-whitespace.
10391 Check each buffer for its skip-function.
10392 Handle compare-windows-skip-whitespace special-case test
10393 by returning t from default skip function.
10394
10395 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
10396
10397 * textmodes/org.el (org-clock-special-range)
10398 (org-clock-update-time-maybe): New functions.
10399 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
10400 not only a-z.
10401 (org-agenda-get-blocks): Allow multiple blocks per headline.
10402 (org-timestamp-change): Call `org-clock-update-time-maybe'.
10403 (org-export-html-title-format)
10404 (org-export-html-toplevel-hlevel): New options.
10405 (org-export-language-setup): Add support for Czech.
10406 (org-mode, org-insert-todo-heading, org-find-visible)
10407 (org-find-invisible, org-invisible-p, org-invisible-p2)
10408 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
10409 (org-show-subtree, org-show-entry, org-make-options-regexp):
10410 Remove compatibility support for old outline-mode.
10411 (org-check-occur-regexp): Funtion removed.
10412 (org-on-heading-p, org-back-to-heading): Made defalias.
10413 (org-set-local): New defsubst.
10414 (org-set-regexps-and-options, org-mode)
10415 (org-set-font-lock-defaults, org-edit-agenda-file-list)
10416 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
10417 (org-remember-apply-template, org-table-edit-field)
10418 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
10419 (org-set-autofill-regexps): Use `org-set-local'.
10420 (org-table-eval-formula): Fix bug with parsing of display flags.
10421
10422 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
10423
10424 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
10425 frame with fringe arrow. Suggested by Simon Marshall
10426 <simon.marshall@misys.com>.
10427 (gdb-stack-position): New variable.
10428 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
10429 (gdb-frames-mode): Set gdb-stack-position to nil.
10430 Add to overlay-arrow-variable-list
10431 (gdb-reset): Delete gdb-stack-position from above list.
10432
10433 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10434
10435 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
10436 read only.
10437
10438 2006-08-13 Romain Francoise <romain@orebokech.com>
10439
10440 * cus-theme.el (customize-create-theme)
10441 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
10442
10443 * filesets.el (filesets-add-buffer): Ditto.
10444
10445 * pcvs.el (cvs-change-cvsroot): Ditto.
10446
10447 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
10448
10449 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
10450 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
10451 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
10452 expressions.
10453 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
10454 Only search till end of line.
10455 Add face to function names in case of no filename.
10456 Add face to variable names of watchpoints.
10457
10458 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
10459
10460 * cus-start.el <indent-tabs-mode>: Move to the `indent'
10461 customization group.
10462
10463 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
10464
10465 * allout.el (allout-prior-bindings, allout-added-bindings):
10466 Remove, after long deprecation.
10467 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
10468 Add customization vars controlling allout-beginning-of-line and
10469 allout-end-of-line conveniences.
10470 (allout-header-prefix, allout-use-mode-specific-leader)
10471 (allout-use-mode-specific-leader, allout-mode-leaders):
10472 Revise docstrings.
10473 (allout-infer-header-lead): Change to be an alias for
10474 allout-infer-header-lead-and-primary-bullet.
10475 (allout-infer-header-lead-and-primary-bullet): New version of
10476 allout-infer-header-lead which assigns the primary bullet to the
10477 same as the header lead, when its being changed.
10478 (allout-infer-body-reindent): Apply regexp-quote instead of
10479 unconditionally prepending "\\", so that all literal
10480 allout-header-prefix and allout-primary-bullet strings are
10481 properly handled.
10482 (allout-add-resumptions): Add optional qualifier for extending or
10483 appending to existing values, rather than replacing them.
10484 (allout-view-change-hook): Clarify docstring.
10485 (allout-exposure-change-hook): Take explicit arguments, via
10486 run-hook-with-args.
10487 (allout-structure-added-hook)
10488 (allout-structure-deleted-hook)
10489 (allout-structure-shifted-hook): New hooks analogous to
10490 allout-exposure-change-hook for other kinds of structural outline
10491 edits.
10492 (allout-encryption-plaintext-sanitization-regexps): New encryption
10493 customization variable, by which cooperating modes can provde
10494 massage of the plaintext without actually being passed it.
10495 (allout-encryption-ciphertext-rejection-regexps)
10496 (allout-encryption-ciphertext-rejection-ceiling): New encryption
10497 customization variables, by which cooperating modes can prohibit
10498 rare but possible ciphertext patterns from fouling their
10499 operation, with actually being passed the ciphertext.
10500 (allout-mode): Run activation and deactivation hooks after the
10501 minor-mode variable has been toggled, to clarify the mode
10502 disposition. The new encryption ciphertext rejection variable is
10503 used to ensure that the ciphertext does not contain text that
10504 would be recognized as outline structural elements by allout.
10505 Substite allout-beginning-of-line and allout-end-of-line for
10506 conventionall beginning-of-line and end-of-line bindings.
10507 If allout-old-style-prefixes is non-nil, don't nullify it on mode
10508 activation!
10509 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
10510 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
10511 (allout-chart-subtree): Implement new mode, charting only the
10512 visible items in the subtree, when new 'visible' parameter is non-nil.
10513 (allout-end-of-subtree): Properly handle the last item in the buffer.
10514 (allout-pre-command-business, allout-command-counter):
10515 Increment an advertised counter so that cooperating enhancements can
10516 track revisions of items.
10517 (allout-open-topic): Run allout-structure-added-hook with suitable
10518 arguments.
10519 (allout-shift-in): Run allout-structure-shifted-hook with suitable
10520 arguments.
10521 (allout-shift-out): Fix doubling for negative args and ensure call
10522 of allout-structure-shifted-hook by solely using allout-shift-in.
10523 (allout-kill-line, allout-kill-topic):
10524 Run allout-structure-deleted-hook with suitable arguments.
10525 (allout-yank-processing): Run allout-structure-added-hook with
10526 proper arguments.
10527 (allout-yank): Enclose activity in allout-unprotected.
10528 (allout-flag-region): Run allout-exposure-change-hook with
10529 suitable arguments, instead of making the callee infer the arguments.
10530 (allout-encrypt-string):
10531 Support allout-encryption-plaintext-sanitization-regexps,
10532 allout-encryption-ciphertext-rejection-regexps, and
10533 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
10534 en/de cryption mode in symmetric encryption failure message.
10535 (allout-obtain-passphrase): Use copy-sequence to get a distinct
10536 copy of the passphrase, and don't zero it or we'll corrupt the
10537 stashed copy.
10538 (allout-create-encryption-passphrase-verifier)
10539 (allout-verify-passphrase): Respect the new signature for
10540 allout-encrypt-string.
10541 (allout-get-configvar-values): Convenience for getting a
10542 configuration variable value and handling its absence gracefully.
10543
10544 2006-08-11 Romain Francoise <romain@orebokech.com>
10545
10546 * obsolete/zone-mode.el: Delete.
10547
10548 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
10549
10550 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
10551
10552 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
10553
10554 * emacs-lisp/bindat.el (bindat-ip-to-string):
10555 Use `format-network-address' if possible.
10556
10557 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10558
10559 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
10560
10561 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
10562
10563 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
10564 restore unread-command-events here.
10565 (edebug-display): Do it here, to detect sit-for interruptions.
10566
10567 2006-08-10 Romain Francoise <romain@orebokech.com>
10568
10569 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
10570 (dns-mode-soa-auto-increment-serial): New user option.
10571 (dns-mode-soa-maybe-increment-serial): New function.
10572 (dns-mode): Add the latter to `write-contents-functions'.
10573
10574 * obsolete/zone-mode.el: Move to obsolete/ from net/.
10575 Delete autoload cookies.
10576
10577 2006-08-10 John Wiegley <johnw@newartisans.com>
10578
10579 * eshell/em-glob.el (eshell-glob-chars-list)
10580 (eshell-glob-translate-alist): Add support for [^g] in character globs.
10581
10582 2006-08-10 Richard Stallman <rms@gnu.org>
10583
10584 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
10585 (facemenu-set-face): Doc fix.
10586 (facemenu-listed-faces): Doc fix.
10587
10588 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
10589
10590 * avoid.el (mouse-avoidance-animating-pointer): New var.
10591 (mouse-avoidance-nudge-mouse): Use it.
10592 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
10593 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
10594 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
10595 Don't activate if currently animating. All callers changed.
10596
10597 2006-08-09 John Wiegley <johnw@newartisans.com>
10598
10599 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
10600 variable, which causes timeclock to report elapsed time worked,
10601 instead of just work remaining.
10602
10603 2006-08-09 Kenichi Handa <handa@m17n.org>
10604
10605 * international/latexenc.el (latexenc-find-file-coding-system):
10606 Fix for the case that the 2nd element of arg-list is a cons.
10607
10608 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
10609
10610 * info.el (Info-fontify-node): Handle preceding `in' for note
10611 reference hiding rules.
10612
10613 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10614
10615 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
10616 mistake a closing " for an opening one.
10617
10618 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10619
10620 * term/xterm.el (terminal-init-xterm): Add more key bindings.
10621
10622 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
10623
10624 * complete.el (PC-do-completion): Filter out completions matching
10625 completion-ignored-extensions before checking whether there are
10626 multiple completions.
10627 Don't use `list' unnecessarily when building completion tables.
10628
10629 2006-08-06 Richard Stallman <rms@gnu.org>
10630
10631 * help.el (describe-mode): Make minor mode list more concise.
10632
10633 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
10634
10635 * bindings.el: Give mode-line-format, mode-line-modes, and
10636 mode-line-position `standard-value' properties.
10637
10638 2006-08-05 Eli Zaretskii <eliz@gnu.org>
10639
10640 * buff-menu.el (list-buffers-noselect): For Info buffers, use
10641 "(file)node" instead of the file name.
10642
10643 2006-08-05 Richard Stallman <rms@gnu.org>
10644
10645 * faces.el (escape-glyph): Doc fix.
10646
10647 2006-08-04 Kenichi Handa <handa@m17n.org>
10648
10649 * international/mule-diag.el (describe-font): Improve docstring
10650 and error message. Use frame-parameter (not frame-parameters).
10651
10652 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10653
10654 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
10655 Correctly mark the end-of-docstring char.
10656
10657 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
10658
10659 * simple.el (line-move-to-column): Constrain move-to-column to
10660 current field.
10661
10662 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10663
10664 * font-lock.el (font-lock-beg, font-lock-end)
10665 (font-lock-extend-region-functions): New vars.
10666 (font-lock-extend-region-multiline)
10667 (font-lock-extend-region-wholelines): New functions.
10668 (font-lock-default-fontify-region): Use them.
10669 (font-lock-extend-jit-lock-region-after-change): Only round up
10670 if font-lock-default-fontify-region will do it as well.
10671
10672 * font-lock.el (font-lock-extend-after-change-region-function):
10673 Rename from font-lock-extend-region-function.
10674 (font-lock-extend-region): Remove by inlining at call sites.
10675 (font-lock-after-change-function): Don't needlessly round up to a whole
10676 number of lines.
10677 (font-lock-extend-jit-lock-region-after-change): Be more careful about
10678 the boundary conditions and the interactions between the various ways
10679 to extend the region.
10680
10681 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10682
10683 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
10684 modification status when forcing the second redisplay.
10685
10686 2006-08-03 Kim F. Storm <storm@cua.dk>
10687
10688 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
10689
10690 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10691
10692 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
10693 doesn't look like a file name.
10694
10695 * complete.el (PC-expand-many-files): Avoid signalling an error when
10696 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
10697
10698 2006-08-02 Andreas Schwab <schwab@suse.de>
10699
10700 * bindings.el (mode-line-format): Simplify reference to vc-mode.
10701
10702 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
10703
10704 * bindings.el (map): Make mode-line-buffer-identification-keymap
10705 before defining propertized-buffer-identification.
10706
10707 2006-08-01 Richard Stallman <rms@gnu.org>
10708
10709 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
10710
10711 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
10712
10713 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
10714 default value.
10715 (gdb-find-source-frame): New function.
10716 (menu): Add to menu bar.
10717
10718 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10719
10720 * font-core.el (font-lock-extend-region-function)
10721 (font-lock-extend-region): Move to font-lock.el.
10722
10723 * font-lock.el (font-lock-extend-region-function)
10724 (font-lock-extend-region): Move from font-core.el. Simplify.
10725
10726 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
10727 if needed.
10728 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
10729 (jit-lock-after-change-extend-region-functions): New hook.
10730 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
10731
10732 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
10733 (font-lock-turn-on-thing-lock): Use it.
10734
10735 * longlines.el (longlines-show-region): Make it work on read-only
10736 buffers as well.
10737
10738 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
10739
10740 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
10741
10742 2006-07-31 Richard Stallman <rms@gnu.org>
10743
10744 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
10745 (vhdl-speedbar-display-projects): Update old obsolete
10746 speedbar variable names.
10747
10748 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
10749
10750 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
10751 (gdb-stopped): Use it.
10752
10753 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
10754
10755 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
10756
10757 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
10758 for load-history elements.
10759
10760 2006-07-29 Eli Zaretskii <eliz@gnu.org>
10761
10762 * files.el (convert-standard-filename): For Cygwin, replace
10763 characters not allowed in Windows file names.
10764 (make-auto-save-file-name): Add Cygwin to the list of systems
10765 where the auto-save file name needs to be run through
10766 convert-standard-filename.
10767
10768 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
10769
10770 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
10771
10772 2006-07-28 Richard Stallman <rms@gnu.org>
10773
10774 * bindings.el (mode-line-frame-identification)
10775 (propertized-buffer-identification): Centralize the code
10776 to initialize the variable.
10777
10778 * progmodes/grep.el (grep-default-command): Catch errors from
10779 wildcard-to-regexp.
10780
10781 2006-07-29 Kim F. Storm <storm@cua.dk>
10782
10783 * progmodes/grep.el (grep-tag-default): New function.
10784 (grep-default-command, grep-read-regexp): Use it.
10785 (grep-read-files): Use car of grep-files-history or grep-files-aliases
10786 as default if nothing else applies.
10787
10788 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
10789
10790 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
10791 Throw error if buffer is not in Dired and Wdired mode, respectively.
10792
10793 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
10794
10795 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
10796 self-insert-command keys don't activate buttons.
10797 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
10798
10799 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
10800
10801 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
10802 faces for enable character.
10803
10804 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
10805
10806 * Makefile.in (recompile): Update comment to reflect change
10807 on 2004-04-21.
10808
10809 2006-07-27 Richard Stallman <rms@gnu.org>
10810
10811 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
10812 (customize-package-emacs-version): Change msg when pkg has no entry.
10813 (custom-no-edit): On a button, do like widget-button-press.
10814
10815 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10816
10817 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
10818 S-tab and C-S-tab.
10819
10820 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
10821
10822 * progmodes/which-func.el (which-function): Fix documentation/
10823 comment typo.
10824
10825 2006-07-26 Richard Stallman <rms@gnu.org>
10826
10827 * textmodes/ispell.el (ispell-word): If we replace the word,
10828 move point to the end. Insert before deleting.
10829
10830 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
10831
10832 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
10833 a timer.
10834
10835 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
10836
10837 * tumme.el (tumme-backward-image): Add prefix argument. Add error
10838 when at first image.
10839 (tumme-forward-image): Add prefix argument. Add error when at last
10840 image.
10841
10842 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
10843
10844 * tabify.el (tabify-regexp): Use more specific regexps.
10845 (tabify): Avoid modifying the buffer unnecessarily.
10846
10847 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
10848
10849 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
10850 (tumme-format-properties-string): Handle empty `buf'.
10851 (tumme-get-comment): Change variable names inside `let'.
10852 Add missing `let' variable that cause font-lock problems.
10853 (tumme-write-comments): Change variable names inside `let'.
10854 Add missing `let' variable that cause font-lock problems.
10855 (tumme-forward-image): Rename from `tumme-forward-char'.
10856 (tumme-backward-image): Rename from `tumme-backward-char'.
10857
10858 2006-07-25 Masatake YAMATO <jet@gyve.org>
10859
10860 * progmodes/ld-script.el (ld-script-keywords)
10861 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
10862 and add comments.
10863
10864 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
10865
10866 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
10867 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
10868 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
10869 for status indicator.
10870
10871 2006-07-24 Richard Stallman <rms@gnu.org>
10872
10873 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
10874
10875 * subr.el (dolist, dotimes): Use interned symbols for locals.
10876 (--dotimes-limit--, --dolist-tail--): New defvars.
10877 (looking-back): Doc fix.
10878
10879 * replace.el (replace-match-string-symbols): Handle dotted lists.
10880
10881 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
10882
10883 * tumme.el (tumme-write-tags): Add.
10884 (tumme-write-comments): Add.
10885 (tumme-tag-files): Change to use `tumme-write-tags'.
10886 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
10887 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
10888 (tumme-save-information-from-widgets): Change to use
10889 `tumme-write-comments' and `tumme-write-tags'.
10890 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
10891 (tumme-write-tag): Remove.
10892 (tumme-write-comment): Remove.
10893 (tumme-display-previous-thumbnail-original): Remove empty line.
10894 (tumme-widget-list): Add punctuation.
10895
10896 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
10897
10898 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
10899
10900 2006-07-24 Daiki Ueno <ueno@unixuser.org>
10901
10902 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10903 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
10904 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
10905
10906 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
10907
10908 * mouse.el (mouse-on-link-p): Doc fix.
10909
10910 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
10911
10912 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10913 Handle "C-h f `".
10914
10915 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10916
10917 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
10918 column.
10919
10920 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
10921
10922 * textmodes/table.el: Add move-beginning-of-line and
10923 move-end-of-line to Point Motion Only Group.
10924
10925 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
10926
10927 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
10928
10929 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10930
10931 * startup.el (user-mail-address): Initialize from the `EMAIL'
10932 environment variable first. Document this.
10933 (command-line): Ditto.
10934
10935 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
10936
10937 * help-mode.el (help-function-def, help-variable-def)
10938 (help-face-def): Print a message in the minibuffer.
10939
10940 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
10941
10942 * term/xterm.el (terminal-init-xterm): Fix key bindings
10943 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
10944
10945 2006-07-21 Eli Zaretskii <eliz@gnu.org>
10946
10947 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
10948 where `(nth 1 command)' is a cons cell. Doc fix.
10949
10950 * textmodes/po.el (po-find-charset): Doc fix.
10951
10952 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
10953
10954 * allout.el (allout-unprotected, allout-e-o-prefix-p)
10955 (allout-beginning-of-current-line, allout-end-of-current-line)
10956 (allout-next-visible-heading, allout-open-topic)
10957 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
10958 (allout-flag-current-subtree, allout-show-to-offshoot)
10959 (allout-hide-current-entry, allout-show-current-branches)
10960 (allout-hide-region-body, allout-old-expose-topic)
10961 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
10962 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
10963 containing `beginning-of-line' and `end-of-line' with
10964 `inhibit-field-text-motion' t.
10965
10966 2006-07-21 Eli Zaretskii <eliz@gnu.org>
10967
10968 * frame.el (focus-follows-mouse): Document that it doesn't have
10969 any effect on MS-Windows.
10970
10971 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
10972
10973 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
10974
10975 2006-07-20 Jay Belanger <belanger@truman.edu>
10976
10977 * calc/calc.el (calc-previous-alg-entry): Remove variable.
10978
10979 * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
10980 New variables.
10981 (calc-alg-entry): Use `calc-alg-entry-history'.
10982 (calc-do-quick-calc): Use `calc-quick-calc-history'.
10983 Remove reference to `calc-previous-alg-entry'.
10984 (calcAlg-edit, calcAlg-enter): Remove reference to
10985 `calc-previous-alg-entry'.
10986 (calcAlg-previous): Use `previous-history-element' instead of
10987 `calc-previous-alg-entry'.
10988 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
10989 Change keybinding for `calcAlg-plus-minus', add keybindings for
10990 `previous-history-element' and `next-history-element'.
10991
10992 * calc/calc-rewr.el (calc-match): Remove reference to
10993 `calc-previous-alg-entry'.
10994
10995 * calc/calc-sel.el (calc-selection-history): New variable.
10996 (calc-enter-selection, calc-sel-mult-both-sides)
10997 (calc-sel-add-both-sides): Use `calc-selection-history'.
10998
10999 * calc/calc-map.el (calc-get-operator-history): New variable.
11000 (calc-get-operator): Use `calc-get-operator-history'.
11001
11002 * calc/calcalg3.el (calc-curve-fit-history): New variable.
11003 (calc-curve-fit): Use `calc-curve-fit-history'.
11004
11005 2006-07-20 Kenichi Handa <handa@m17n.org>
11006
11007 * international/mule-cmds.el (select-safe-coding-system): Fix the
11008 way of deciding eol-type of the coding system.
11009
11010 2006-07-20 Alan Mackenzie <acm@muc.de>
11011
11012 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
11013 (c-lang-setvar): New macro.
11014 (c-make-init-lang-vars-fun): Use the initialization forms in
11015 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
11016 (comment-start, comment-end, comment-start-skip): Change these from
11017 c-lang-defvar's to c-lang-setvar's.
11018
11019 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
11020 which calls make-local-variable on the elements of
11021 c-emacs-variable-inits.
11022 (c-init-language-vars-for): Call this new macro.
11023
11024 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11025
11026 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11027 Try to rule out false positives due to time stamps.
11028 (compilation-mode-font-lock-keywords): Remove rules made redundant
11029 because of the above change. Add `segmentation fault' to the known and
11030 highlighted compilation termination messages.
11031
11032 2006-07-19 Kim F. Storm <storm@cua.dk>
11033
11034 * progmodes/grep.el (grep-find-ignored-directories):
11035 Add .svn and _darcs to list.
11036
11037 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
11038
11039 * dired.el (dired-mode-map): Add key binding `C-te' for
11040 `tumme-dired-edit-comment-and-tags'.
11041
11042 * tumme.el (tumme-display-thumbnail-original-image): Make sure
11043 image display buffer is displayed before call to
11044 `tumme-display-image.
11045 (tumme-dired-display-image): Make sure image display buffer is
11046 displayed before call to `tumme-display-image.
11047 (tumme-mouse-display-image): Make sure image display buffer is
11048 displayed before call to `tumme-display-image.
11049 (tumme-widget-list): Add.
11050 (tumme-dired-edit-comment-and-tags): Add.
11051 (tumme-save-information-from-widgets): Add.
11052
11053 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11054
11055 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
11056
11057 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11058
11059 * progmodes/sh-script.el (sh-font-lock-keywords-1):
11060 Revert inadvertently installed patch hunk.
11061
11062 * progmodes/compile.el (compilation-find-file): Handle the
11063 cases where the user selects a non-existent file.
11064
11065 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11066
11067 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
11068
11069 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
11070
11071 * subr.el (sit-for): Just sleep-for if noninteractive.
11072
11073 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11074
11075 * emacs-lisp/autoload.el (make-autoload): Use new arg.
11076
11077 * custom.el (custom-autoload): Add `noset' argument.
11078 (custom-push-theme): Don't autoload the variable, let callers do it.
11079 (custom-theme-set-variables): Autoload the variable if necessary.
11080
11081 * cus-edit.el (custom-variable-state-set): If the variable was
11082 originally set outside custom, but to the same value as the default,
11083 consider it to be standard.
11084
11085 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
11086 file *before* telling Emacs to add the autoloads, in case it fails.
11087
11088 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
11089 Use `cond', push', and `dolist'.
11090
11091 2006-07-17 Richard Stallman <rms@gnu.org>
11092
11093 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
11094 Add defvars to silence warnings.
11095
11096 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
11097
11098 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11099 Don't highlight "Compiling file" messages as error.
11100
11101 * dired-aux.el (dired-compress-file): Confirm again if gzipped
11102 file already exists.
11103
11104 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
11105
11106 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
11107 entry, don't assign to free var; simply return the extracted filename.
11108 (ff-treat-as-special): Incorporate common preamble from callers.
11109 (ff-other-file-name, ff-find-the-other-file):
11110 Update call to ff-treat-as-special.
11111
11112 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
11113
11114 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
11115
11116 * tumme.el (tumme-get-comment): Fix bug.
11117
11118 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
11119
11120 * files.el: Remove spurious * in docstrings.
11121
11122 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
11123
11124 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
11125 grammar.
11126 (allout-beginning-of-current-line): Beware beginning of buffer.
11127 Also, a comment is simplified.
11128 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
11129 when appropriate. (This fix enables use for other than
11130 bullet-hotspot operation.)
11131 (allout-hide-current-subtree): While escalating to sibling-close,
11132 make sure to situate on a topic.
11133
11134 2006-07-14 Kim F. Storm <storm@cua.dk>
11135
11136 * emulation/cua-base.el (cua-delete-selection)
11137 (cua-toggle-set-mark): New defcustoms.
11138 (cua-rectangle-modifier-key): Add `alt' modifier.
11139 (cua-replace-region): Don't delete if cua-delete-selection is nil.
11140 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
11141 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
11142
11143 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
11144
11145 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
11146
11147 * allout.el: Require 'cl during byte-compilation/interactive load,
11148 for the `assert' macro.
11149 (allout-mode-deactivate-hook): New hook, run when allout mode
11150 deactivates.
11151 (allout-developer): New allout customization subgroup.
11152 (allout-run-unit-tests-on-load): New allout-developer
11153 customization variable, when true allout unit tests are run towards
11154 end of file load/eval.
11155 (allout-inhibit-auto-fill): Disable auto-fill activity even during
11156 auto-fill-mode.
11157 (allout-resumptions): Remove, to be replaced by...
11158 (allout-add-resumptions): Register variable settings to be
11159 reinstated by `allout-do-resumptions'. The settings are made
11160 buffer-local, but the locality/globality of the suspended setting
11161 is restored on resumption.
11162 (allout-do-resumptions): Reinstate all settings suspended using
11163 `allout-add-resumptions'.
11164 (allout-test-resumptions): Unit tests (and intermediate variables)
11165 for resumptions.
11166 (allout-tests-globally-unbound, allout-tests-globally-true)
11167 (allout-tests-locally-true): Intermediate variables for
11168 resumptions unit tests.
11169 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
11170 (allout-exposure-category): Replaces 'allout-overlay-category variable.
11171 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
11172 instead of retired `allout-resumptions'. For hook functions, use
11173 `local' parameter so hook settings are created and removed as
11174 buffer-local settings. Revise (resumptions) setting
11175 auto-fill-function so it is set only if already active. (The
11176 related fill-function settings are all made in either case, so
11177 that activating auto-fill-mode activity will have the custom
11178 allout-mode behaviors (hanging indent on topics, if configured for it).
11179 Remove all allout-exposure-category overlays on mode deactivation.
11180 (allout-hotspot-key-handler): New function extracted from
11181 `allout-pre-command-business', so the functionality can be used
11182 for other purposes, eg as a binding in an overlay.
11183 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
11184 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
11185 customization variable.
11186 (allout-run-unit-tests): Run the (currently quite small)
11187 repertoire of unit tests. Called just before the provide iff user
11188 has customized `allout-run-unit-tests-on-load' non-nil.
11189
11190 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
11191
11192 * emacs-lisp/authors.el (authors-aliases): Update.
11193
11194 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
11195
11196 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
11197 gdb-source-window. Add dedicated argument.
11198 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
11199 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
11200 (gdb-display-threads-buffer, gdb-display-memory-buffer)
11201 (gdb-display-locals-buffer): Use it.
11202
11203 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
11204 Set gdb-source-window.
11205
11206 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
11207
11208 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
11209 minor modes, redundant with the custom-autoload line above.
11210
11211 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
11212
11213 * longlines.el (longlines-post-command-function): Handle open-line too.
11214
11215 2006-07-12 Richard Stallman <rms@gnu.org>
11216
11217 * progmodes/grep.el (grep-last-buffer): Doc fix.
11218
11219 * info.el (Info-try-follow-nearest-node): Doc fix.
11220
11221 * emacs-lisp/edebug.el (edebug-instrument-function):
11222 Err if find-function-noselect gives no position.
11223
11224 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11225 If can't find definition, return nil for position.
11226 (find-function-do-it): Handle new return value
11227 of find-definition-noselect.
11228 (find-definition-noselect, find-variable-noselect): Doc fix.
11229 (find-function-noselect): Doc fix.
11230
11231 * help-mode.el (help-variable-def): Handle find-variable-noselect
11232 returning no position.
11233 (help-function-def): Likewise for find-function-search-for-symbol.
11234 (help-face-def): Likewise.
11235
11236 * help-fns.el (describe-variable): Handle find-variable-noselect
11237 returning no position.
11238
11239 * files.el (locate-file-completion): Avoid duplicates in result.
11240
11241 * cus-edit.el (custom-no-edit): New command.
11242 (custom-mode-map): Remap to custom-no-edit instead of
11243 using suppress-keymap.
11244
11245 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
11246
11247 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
11248 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
11249 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
11250
11251 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
11252
11253 2006-07-11 Kim F. Storm <storm@cua.dk>
11254
11255 * ido.el (ido-copy-current-file-name): Use buffer-name if
11256 buffer-file-name is nil.
11257
11258 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
11259
11260 * simple.el (undo-ask-before-discard): Set to nil.
11261
11262 * vc.el (vc-exec-after): Don't delete process manually.
11263 (vc-print-log): Run log-view-mode in process sentinel inside
11264 inhibit-read-only. Don't shrink window due to timing issues.
11265
11266 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
11267 Avoid using with-output-to-temp-buffer, which clobbers local vars.
11268
11269 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
11270
11271 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11272 Fix ambiguity introduced by last change.
11273 (compilation-find-file): Move save-excursion to where it may
11274 make sense. Fix a left over `find-file'.
11275
11276 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
11277
11278 * textmodes/texinfmt.el (texinfo-format-separate-node):
11279 Insert a string before point, which fits documentation, not after.
11280 (texinfo-multitable-item): In a multitable row, insert any
11281 additional needed @tabs and spaces.
11282
11283 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
11284
11285 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
11286 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
11287 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
11288 instead of shell-command.
11289 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
11290 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
11291 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
11292 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
11293 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
11294 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
11295
11296 2006-07-11 Kim F. Storm <storm@cua.dk>
11297
11298 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
11299 Remove special case for seconds < 0. Use (redisplay t) instead.
11300
11301 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
11302
11303 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
11304 avoid compilation error.
11305
11306 * subr.el (sit-for): New function.
11307
11308 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
11309
11310 2006-07-10 Richard Stallman <rms@gnu.org>
11311
11312 * ldefs-boot.el (edebug): Update page.
11313
11314 2006-07-10 Kim F. Storm <storm@cua.dk>
11315
11316 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
11317 to FOR-RELEASE and TODO.
11318
11319 2006-07-10 Romain Francoise <romain@orebokech.com>
11320
11321 * emacs-lisp/authors.el (authors-aliases): Update.
11322
11323 2006-07-10 Alan Mackenzie <acm@muc.de>
11324
11325 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
11326 * cc-mode.el: Changes to eradicate eval-after-load.
11327
11328 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
11329
11330 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
11331 on non-char events.
11332
11333 2006-07-09 Romain Francoise <romain@orebokech.com>
11334
11335 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11336 Don't highlight start/end markers as compilation messages.
11337
11338 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
11339 to t.
11340
11341 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
11342
11343 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
11344
11345 2006-07-08 Richard Stallman <rms@gnu.org>
11346
11347 * term/x-win.el (x-handle-display): Add doc string.
11348
11349 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11350
11351 * subr.el (def-edebug-spec): Move here.
11352 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
11353
11354 * imenu.el (imenu-choose-buffer-index): Doc fix.
11355
11356 2006-07-08 Romain Francoise <romain@orebokech.com>
11357
11358 * term/x-win.el (x-display-name): Fix typo.
11359
11360 2006-07-08 Eli Zaretskii <eliz@gnu.org>
11361
11362 * hexl.el (hexl-find-file): Doc fix.
11363
11364 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11365
11366 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
11367
11368 * term/x-win.el (x-display-name): Doc fix.
11369
11370 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11371
11372 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
11373 long prefixes.
11374 (fill-region-as-paragraph): Don't round up to a whole line.
11375 (fill-comment-paragraph): Don't include the code-before-the-comment
11376 when calling fill-region-as-paragraph.
11377
11378 * international/mule.el (make-char): Remove redundancy.
11379
11380 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
11381 property may contain an anonymous function rather than a symbol.
11382
11383 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
11384
11385 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11386 Use shy regexp. Fix incorrect backref to potentially unmatched group.
11387
11388 * dirtrack.el (dirtrack-default-directory-function): Remove.
11389 (dirtrack-directory-function): Use file-name-as-directory.
11390 (dirtrack-windows-directory-function): Simplify.
11391 (dirtrack-forward-slash, dirtrack-backward-slash)
11392 (dirtrack-replace-slash): Remove.
11393 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
11394 (dirtrack): Fix wrong parenthesizing; use match-string.
11395
11396 * progmodes/octave-inf.el: Remove spurious * in docstrings.
11397 (inferior-octave-mode): Only change the buffer-local value of
11398 comint-dynamic-complete-functions.
11399 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
11400 Move the initialization to the declaration.
11401 (inferior-octave-complete): Remove unused var `filter'.
11402
11403 * shell.el (shell-mode): Only change the buffer-local value of
11404 comint-dynamic-complete-functions.
11405
11406 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
11407
11408 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
11409 entry is skipped because it has been scheduled.
11410 (org-prepare-agenda-buffers): Don't mark buffers as modified when
11411 changing `:org-archived' and `:org-comment' properties.
11412
11413 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
11414
11415 * server.el (server-select-display): Don't make the temp frame
11416 minibuffer-only, in case it's not a temp frame.
11417 (server-process-filter): Don't delete the temp frame if it's the
11418 only one we have on that display.
11419
11420 * files.el (find-alternate-file): Doc fix.
11421
11422 2006-07-05 Richard Stallman <rms@gnu.org>
11423
11424 * files.el (abbreviate-file-name): Add save-match-data.
11425
11426 2006-07-03 Richard Stallman <rms@gnu.org>
11427
11428 * faces.el (read-face-name): Doc fix.
11429
11430 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
11431
11432 * net/goto-addr.el (goto-address): Mark as safe for local evals.
11433
11434 2006-07-05 Andre Spiegel <spiegel@gnu.org>
11435
11436 * vc.el (vc-diff-internal): Fix prev change.
11437
11438 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
11439
11440 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
11441 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
11442
11443 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11444
11445 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
11446 fails if the symbol contains chars like ( or '.
11447 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
11448 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
11449 `short'.
11450
11451 2006-07-04 Kenichi Handa <handa@m17n.org>
11452
11453 * international/mule-cmds.el (set-language-info): If LANG-ENV is
11454 the current one, don't call set-language-environment, but call one
11455 of set-language-environment-XXX to make INFO effective now.
11456 (set-language-environment): Call set-language-environment-XXX
11457 functions instead of doing the various setups directly.
11458 (set-language-environment-coding-systems): Delete argument eol-type.
11459 (set-language-environment-input-method)
11460 (set-language-environment-nonascii-translation)
11461 (set-language-environment-charset)
11462 (set-language-environment-fontset)
11463 (set-language-environment-unibyte): New functions.
11464
11465 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
11466
11467 * locate.el (locate-update-when-revert): New option.
11468 (locate-update-path): New option (suggested by Michael Albinus).
11469 (locate-prompt-for-command): Whitespace change.
11470 (locate-update): No longer offer to update the locate database by
11471 default. Implement the two new options.
11472
11473 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
11474
11475 * tooltip.el: Move comment about track-mouse...
11476
11477 * progmodes/gud.el: ...to here.
11478
11479 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
11480
11481 * facemenu.el (facemenu-listed-faces): New var.
11482 (facemenu-unlisted-faces): Variable deleted.
11483 (facemenu-add-new-face): Use facemenu-listed-faces.
11484
11485 * emulation/viper-init.el, calendar/calendar.el:
11486 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
11487
11488 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
11489
11490 * textmodes/org.el (org-mode): Remove no invalid settings for
11491 calc embedded mode.
11492 (org-mode-p): New defsubst.
11493 (org-save-all-org-buffers): New function.
11494 (org-first-headline-recenter): Enclose outline-regexp in group
11495 delimiters.
11496 (org-set-tags): Keep single space after stars.
11497
11498 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11499
11500 * window.el (set-window-text-height): Only set window-min-height to
11501 1 if that's the requested size.
11502
11503 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
11504 (diff-unified->context, diff-context->unified)
11505 (diff-reverse-direction): Make sure the end marker stays at the end.
11506 (diff-mode): Add the keymap table at the end of docstring.
11507 Use lexical-let rather than constructing a closure manually.
11508
11509 * files.el (find-file-noselect-1): Remove unused var assignment.
11510 (hack-local-variables-confirm): Print lists of strings as lists of
11511 strings rather than lists of symbols.
11512 (abbreviate-file-name, hack-local-variables-prop-line):
11513 Use match-string.
11514 (hack-one-local-variable): Move `make-local-variable' nearer its use.
11515 (recover-session-finish): Use line-end-position.
11516
11517 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
11518
11519 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
11520
11521 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
11522
11523 * progmodes/make-mode.el (makefile-macroassign-regex):
11524 Accept preceding keyword.
11525 (makefile-gmake-statements): Reorganize, now that makepp has
11526 "override" and also handle forgotten "override define".
11527 (makefile-makepp-statements): Add new "global", "override export"
11528 and "override global".
11529
11530 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
11531
11532 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
11533 (ada-compile-mouse-goto-error, ada-deactivate-properties)
11534 (ada-no-auto-case): Fix typos in docstrings.
11535
11536 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
11537
11538 * info.el (Info-find-node-2): Search for makeinfo version more
11539 carefully.
11540
11541 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
11542
11543 * textmodes/org.el (org-prepare-agenda-buffers):
11544 Use `invisible-OK' argument for `org-end-of-subtree'.
11545 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
11546 (org-beginning-of-item): Fix bug in regular expression for white line.
11547 (org-export-as-html): Enforce space after bullet in plain list items.
11548 (org-set-autofill-regexps): Require space after plain list bullet
11549 for paragraph-start.
11550 (org-ts-regexp3): New constant.
11551 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
11552 (org-timestamp-up-day, org-timestamp-down-day)
11553 (org-timestamp-change): Work with inactive timestamps.
11554 (org-ts-regexp1): Don't allow brackets in time stamps.
11555
11556 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
11557
11558 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
11559 for ignoring links.
11560
11561 * faces.el (read-face-name): Use it.
11562
11563 2006-06-28 Juri Linkov <juri@jurta.org>
11564
11565 * buff-menu.el (list-buffers-noselect): Compare Info file
11566 with the string "dir" to detect Info directory.
11567
11568 * complete.el (partial-completion-mode): In lambda for
11569 `choose-completion-string-functions' use full function signature
11570 with 4 args, and move point to the end of the minibuffer only if arg
11571 `mini-p' is non-nil.
11572
11573 2006-06-28 John Paul Wallington <jpw@pobox.com>
11574
11575 * ibuffer.el (ibuffer-mode): Doc fix.
11576
11577 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
11578
11579 * textmodes/org.el (org-context): New contexts :item-bullet,
11580 :latex-fragment, :latex-preview.
11581 (org-overlays-at, org-overlay-start, org-overlay-end):
11582 New compatibility functions.
11583 (org-inside-LaTeX-fragment-p): More accurate matching, using the
11584 exact regexp that will be used during export.
11585 (org-latex-regexps): New variable.
11586 (org-cdlatex-mode): Improve advice for `texmathp'.
11587 (turn-on-org-cdlatex): New function.
11588
11589 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11590
11591 * term/mac-win.el (mac-handle-font-selection): Change keys of
11592 mac-atsu-font-table from strings to numbers.
11593 (mac-ts-caret-position): Use also when cursor-type is nil.
11594 (mac-ts-update-active-input-area): Add Mac OS Classic support.
11595 Relax condition for using overlay strings.
11596 Use mac-ts-caret-position face when cursor-type is nil.
11597
11598 2006-06-26 Kim F. Storm <storm@cua.dk>
11599
11600 * help.el (view-emacs-news): Declare `res' in the right let* form.
11601
11602 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
11603
11604 * net/rcompile.el (remote-compile): Replace ange-ftp based
11605 implementation by Tramp functions.
11606 Suggested by Marc Abramowitz <msabramo@gmail.com>.
11607
11608 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
11609
11610 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
11611
11612 * international/fontset.el (setup-default-fontset): Fix a typo in
11613 the "Oriya-Akruti" registry name.
11614
11615 2006-06-23 Lars Hansen <larsh@soem.dk>
11616
11617 * desktop.el (desktop-full-file-name): New function.
11618 (desktop-kill, desktop-save, desktop-remove, desktop-read)
11619 (desktop-revert): Use it.
11620 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
11621 (desktop-after-read-hook): Add option list-buffers.
11622 (desktop-locals-to-save): Add tab-width.
11623 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
11624 Fix docstring.
11625
11626 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
11627
11628 * textmodes/org.el (org-cdlatex-mode-map)
11629 (org-cdlatex-texmathp-advice-is-done): New variables.
11630 (org-cdlatex-mode): New minor mode.
11631 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
11632 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
11633 (org-export-with-archived-trees): New option.
11634 (org-open-file): Remove the call to `convert-standard-filename'.
11635 (org-archive-tag, org-agenda-skip-archived-trees)
11636 (org-cycle-open-archived-trees)
11637 (org-sparse-tree-open-archived-trees): New options.
11638 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
11639 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
11640 New functions.
11641 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
11642 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
11643 (org-mode-map): Add binding for `org-toggle-archive-tag'.
11644 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
11645 Call `org-prepare-agenda-buffers'.
11646 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
11647 (org-file-apps, org-file-apps-defaults-gnu)
11648 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
11649 Handle remote files by forcing them to be opened in Emacs.
11650
11651 2006-06-23 Andre Spiegel <spiegel@gnu.org>
11652
11653 * vc.el (vc-diff-knows-L): New variable.
11654 (vc-diff-internal): Use it to handle "diff" programs that don't
11655 understand -L. This works automatically, no user action is necessary.
11656
11657 2006-06-23 Daniel Brockman <daniel@brockman.se>
11658
11659 * net/rcirc.el (rcirc-default-user-full-name): Default to
11660 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
11661 longer exists).
11662 (rcirc-process-list): Check `buffer-live-p' before attempting to
11663 switch to a buffer.
11664
11665 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
11666
11667 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
11668 based on rcirc-coding-system-alist.
11669
11670 2006-06-23 Martin Rudalics <rudalics@gmx.at>
11671
11672 * cus-edit.el (customize-apropos): A better error message.
11673 (top level) <debug-ignored-errors>: Extend and update the list of
11674 ignored error messages.
11675
11676 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
11677
11678 * complete.el (PC-do-completion): Retain capitalization of user
11679 input, when possible, even if completion-ignore-case is set.
11680
11681 2006-06-23 Eli Zaretskii <eliz@gnu.org>
11682
11683 * generic-x.el (bat-generic-mode): Support .cmd files.
11684
11685 * dos-w32.el (top level): Use find-file-not-found-functions
11686 instead of the obsolete find-file-not-found-hooks.
11687
11688 2006-06-22 Kim F. Storm <storm@cua.dk>
11689
11690 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
11691 to recognize mode name containing submodes, such as Grep/lw.
11692
11693 2006-06-21 Kim F. Storm <storm@cua.dk>
11694
11695 * simple.el (line-move-1): Check for move-end-of-line instead of
11696 end-of-line when setting temporary-goal-column.
11697
11698 2006-06-21 Miles Bader <miles@gnu.org>
11699
11700 * play/cookie1.el (cookie): Work properly when there's only one entry.
11701
11702 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
11703
11704 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
11705 (gdb-frame-handler): Generalize frame regexp for templates.
11706
11707 2006-06-20 Glenn Morris <rgm@gnu.org>
11708
11709 * calendar/appt.el (appt-display-format): Default value must be
11710 one of the customize options.
11711
11712 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
11713
11714 * term/xterm.el (terminal-init-xterm): Update key availability info.
11715 Bind C-return.
11716
11717 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
11718
11719 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
11720
11721 * files.el (hack-local-variables): Run `hack-local-variables-hook'
11722 whether or not a local variables list is defined.
11723
11724 * msb.el (msb): Move `sit-for' hack here to handle both
11725 "mouse-down and drag" and "mouse-up and select" situations.
11726 (mouse-select-buffer): Move `sit-for' hack to `msb'.
11727
11728 2006-06-20 Kenichi Handa <handa@m17n.org>
11729
11730 * international/characters.el (word-combining-categories):
11731 Add entries for 2-byte Han characters.
11732
11733 2006-06-19 Richard Stallman <rms@gnu.org>
11734
11735 * bindings.el (mode-line-format): Save some mode line space.
11736
11737 * files.el (find-file-noselect): Improve the question wording.
11738 (basic-save-buffer-2): Mask UMASK against 666.
11739
11740 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
11741 (mouse-drag-vertical-line): Call it.
11742
11743 * cus-edit.el (customize-option, customize-option-other-window):
11744 Error if SYMBOL is nil.
11745
11746 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
11747
11748 * textmodes/org.el: Require noutline, also on XEmacs.
11749 (org-end-of-subtree): Return point.
11750 (org-dblock-start-re, org-dblock-end-re): New constants.
11751 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
11752 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
11753 (org-update-all-dblocks, org-find-dblock): New functions.
11754 (org-collect-clock-time-entries): New function.
11755 (org-html-handle-time-stamps): Never export CLOCK timeranges.
11756 (org-fixup-indentation): Modify to deal correctly with lines
11757 starting with TAB. Only one argument DIFF now.
11758 (org-demote, org-promote): Call `org-fixup-indentation' with just
11759 one argument, DIFF.
11760 (org-mode): Don't mark buffer as modified when aligning tables.
11761 (org-clock-sum): Don't mark buffer modified when adding time sum
11762 properties.
11763 (org-export-as-html): Add support for a link validation function.
11764 (org-archive-all-done): New function.
11765 (org-archive-subtree): New prefix argument. When set, archive all
11766 done subtrees in this buffer.
11767 (org-remove-clock-overlays)
11768 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
11769 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
11770 (org-put-clock-overlay): Don't swallow last headline character
11771 when displaying overlay.
11772 (org-store-link): Link to `image-mode' with just the file name.
11773
11774 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
11775
11776 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
11777 Use read-key-sequence.
11778 (viper-after-change-undo-hook): Misc enhancements.
11779 (viper-after-change-undo-hook): New hook.
11780 (viper-undo): Use viper-after-change-undo-hook.
11781 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
11782 (viper-next-line-at-bol): If point is on a widget or a button, simulate
11783 clicking on that widget/button.
11784
11785 * emulation/viper.el (viper-mode): Allow a separate cursor color
11786 in Emacs state.
11787
11788 * ediff-diff.el (ediff-test-patch-utility): Catch errors.
11789 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
11790 (ediff-set-actual-diff-options): New function.
11791 (ediff-reset-diff-options, ediff-toggle-ignore-case):
11792 Use ediff-set-actual-diff-options.
11793 (ediff-extract-diffs): Catch errors.
11794 (ediff-whitespace): Add non-breakable space.
11795 (ediff-same-file-contents): Catch errors.
11796
11797 * ediff-mult.el (ediff-collect-custom-diffs):
11798 Save coding-system-for-read.
11799
11800 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
11801 (ediff-vc-internal, ediff-vc-merge-internal):
11802 Use ediff-delete-version-file.
11803 (ediff-delete-version-file): New function.
11804
11805 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
11806
11807 * ediff.el (ediff-directories, ediff-directory-revisions)
11808 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
11809 (ediff-directories-internal, ediff-merge-directory-revisions)
11810 (ediff-merge-directory-revisions-with-ancestor)
11811 (ediff-directories3): Use read-directory-name.
11812
11813 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
11814
11815 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
11816 Remove superfluous part of regexp for brace matching which is handled
11817 by `scan-lists' call.
11818
11819 2006-06-16 Richard Stallman <rms@gnu.org>
11820
11821 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
11822
11823 * files.el (basic-save-buffer-2): For a new precious file,
11824 use the default modes in the return value.
11825
11826 * facemenu.el (facemenu-color-alist): Doc fix.
11827
11828 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
11829
11830 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11831
11832 * cus-start.el (all): Add mac-ts-script-language-on-focus.
11833
11834 * term/mac-win.el (mac-text-encoding-ascii): New constant.
11835 (mac-utxt-to-string): Use it.
11836 (mac-ts-update-active-input-area): Use mac-ae-number.
11837
11838 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
11839
11840 * term.el (term-handle-scroll, term-delete-lines)
11841 (term-insert-lines): Fix off by one errors.
11842
11843 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
11844
11845 * net/tramp.el (tramp-touch): Use UTC to express time.
11846
11847 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
11848
11849 * mail/sendmail.el (mail-send): Search explicitly for
11850 mail-header-separator when checking for corrupted header lines.
11851
11852 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
11853
11854 * progmodes/gdb-ui.el (gdb-same-frame): New option.
11855 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
11856 (gdb-init-1): Initialise them.
11857 (gdb-starting): Reset gdb-printing
11858 (gdb-starting): Save value of gud-overlay-arrow-position.
11859 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
11860 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
11861 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
11862 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
11863
11864 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11865
11866 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
11867
11868 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
11869
11870 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
11871 (ldap-search-internal): Keep error messages, and a regexp fix.
11872
11873 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
11874
11875 * files.el (hack-local-variables-confirm):
11876 Display string value using its printed representation.
11877
11878 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
11879
11880 * server.el (server-edit): No-op if no server buffers exist.
11881
11882 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
11883
11884 * textmodes/page-ext.el (pages-directory-for-addresses):
11885 Including `pages-directory-address-mode' in the function results
11886 in the message "Buffer in which pages were found is deleted".
11887
11888 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
11889
11890 * textmodes/org.el (org-agenda-mode-map): Add bindings for
11891 clocking functions.
11892
11893 (org-agenda-clock-in, org-check-running-clock)
11894 (org-clock-out-if-current, org-remove-clock-overlays)
11895 (org-put-clock-overlay): New functions.
11896 (org-clock-marker, org-clock-file-total-minutes)
11897 (org-clock-overlays): New variables.
11898 (org-clock-display, org-clock-sum, org-clock-cancel)
11899 (org-clock-out, org-clock-in): New commands.
11900 (org-export): New function.
11901 (org-emph-re): New constant.
11902 (org-set-emph-re, org-do-emphasis-faces): New functions.
11903 (org-emphasis-regexp-components, org-emphasis-alist): New options.
11904 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
11905 (org-export-html-convert-emphasize): Use the configurable emphasis.
11906 (org-cleaned-string-for-export): Make multiline emphasis visible
11907 to the exporter. New optional argument PARAMETERS.
11908 (org-export-as-html): Specify :emph-multiline parameter to
11909 `org-cleaned-string-for-export'.
11910
11911 2006-06-10 Richard Stallman <rms@gnu.org>
11912
11913 * help.el (help-for-help-internal): Clean up help text.
11914
11915 2006-06-10 Andreas Schwab <schwab@suse.de>
11916
11917 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
11918 in doc string.
11919
11920 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
11921
11922 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
11923
11924 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
11925 spaces after the comment start.
11926
11927 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11928
11929 * play/pong.el (pong-init-buffer):
11930 Fill buffer with spaces instead of ^A.
11931
11932 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
11933 launched asynchronously, delete its process instead of being cool.
11934 (ispell-async-processp): Check for `delete-process' existence
11935 instead of `kill-process' one for consistency.
11936
11937 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
11938
11939 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
11940 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
11941 in mode line at startup.
11942
11943 2006-06-08 Kim F. Storm <storm@cua.dk>
11944
11945 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
11946 (ido-init-completion-maps): Bind them to M-SPC and M-v.
11947 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
11948 (ido-file-internal): Pass full file name to write-file.
11949 (ido-read-internal): Only pop stack elements automatically if they
11950 actually match an existing directory or file name.
11951
11952 2006-06-07 Kenichi Handa <handa@m17n.org>
11953
11954 * international/mule.el (find-auto-coding): Don't handle the short
11955 name `char-trans'.
11956
11957 * files.el (hack-local-variables-prop-line)
11958 (hack-local-variables): Cancel the previous change.
11959
11960 2006-06-06 Jesper Harder <harder@phys.au.dk>
11961
11962 * ediff-diff.el (ediff-test-utility): Protect against file-error.
11963
11964 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
11965
11966 * diff-mode.el (diff-mode): Set buffer-read-only to t when
11967 diff-default-read-only is non-nil.
11968 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
11969 (diff-refine-hunk): Set inhibit-read-only to t.
11970
11971 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
11972 modifying the *Diff* buffer.
11973 (diff-process-filter): New filter function for diff process that
11974 sets inhibit-read-only to t when modifying the *Diff* buffer.
11975
11976 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
11977
11978 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
11979 insertion point and control the number of empty lines.
11980 (org-paste-subtree): Limit the number of empty lines at the end of
11981 the inserted tree.
11982 (org-agenda): Use buffer name of current file for narrowing.
11983 (org-export-as-xml): Command removed.
11984 (org-export-xml-type): Option removed.
11985 (org-mode-map): Call `org-export-as-xoxo' directly.
11986 (org-get-indentation): New optional argument LINE.
11987 (org-fix-indentation, org-remove-tabs): New functions.
11988 (org-export-as-ascii, org-ascii-level-start): Determine and apply
11989 correct indentation for headlines that are converted it items.
11990 (org-skip-comments): Remove table lines that contain narrowing
11991 cookies but no other non-empty fields.
11992 (org-set-tags): Allow groups of mutually exclusive tags.
11993 (org-cmp-time): Sort 24:21 before items without time.
11994 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
11995 (org-open-at-point): Require double colon also for numbers.
11996
11997 2006-06-06 Kim F. Storm <storm@cua.dk>
11998
11999 * ido.el (ido-default-file-method, ido-default-buffer-method):
12000 Make choice values consistent with corresponding command names.
12001 (ido-visit-buffer): Update accordingly. Default to selected-window.
12002
12003 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
12004
12005 * progmodes/gud.el (gud-running): Fix doc string.
12006 (gud-menu-map): Use :visible instead fo :enable for debugger test.
12007 (gud-tooltip-modes): Add python-mode.
12008 (gud-tooltip-print-command): Add pdb. Remove perldb.
12009
12010 2006-06-05 Eli Zaretskii <eliz@gnu.org>
12011
12012 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
12013 Quote $(EMACS).
12014
12015 2006-06-05 Richard Stallman <rms@gnu.org>
12016
12017 * faces.el (defined-colors): Doc fix.
12018
12019 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
12020
12021 * vc.el (vc-process-filter): Inhibit undo info collection around
12022 call to insert.
12023 (vc-setup-buffer): Likewise for call to erase-buffer.
12024 (vc-do-command): Likewise for call to process-file.
12025
12026 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
12027
12028 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
12029 for gud-go.
12030 (gud-common-init): Other debuggers may trigger error.
12031
12032 2006-06-05 Kenichi Handa <handa@m17n.org>
12033
12034 * international/mule.el (find-auto-coding):
12035 Handle enable-character-translation in file header.
12036
12037 2006-06-04 Kim F. Storm <storm@cua.dk>
12038
12039 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
12040 (authors-fixed-entries): Fix spelling.
12041 (authors-canonical-file-name): Don't report error for wildcards.
12042
12043 * help.el (view-emacs-news): Rewrite to support new NEWS,
12044 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
12045 e.g. version 10 matches 1.10, and don't be confused by version 1.1
12046 being a prefix of 1.12 (etc). A numeric prefix arg also works.
12047
12048 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
12049
12050 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
12051 exec constructs like `foo bar`.
12052 (sh-quoted-subshell): New helper function to search for a possibly
12053 nested subshell (like `` or $()) within a "" quoted string.
12054 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
12055 (sh-apply-quoted-subshell): Flag quote characters inside a
12056 subshell, which is itself already in a quoted region, as
12057 punctuation, since this is the closest to what they actually are.
12058 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
12059 sh-apply-quoted-subshell.
12060 (sh-font-lock-syntactic-face-function): Apply the new face for
12061 text inside `` instead of the old font-lock-string-face.
12062
12063 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12064
12065 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
12066 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
12067 (mac-bytes-to-text-range, mac-ae-text-range-array)
12068 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
12069 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
12070 (mac-ts-unicode-for-key-event): New functions.
12071 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
12072 (mac-handle-font-selection): Use mac-ae-number.
12073 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
12074 New variables.
12075 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
12076 (mac-ts-converted-text, mac-ts-selected-converted-text)
12077 (mac-ts-block-fill-text, mac-ts-outline-text)
12078 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
12079 (mac-ts-hilite-style-faces): New constant.
12080 (mac-apple-event-map): Bind text input events.
12081 (mac-dispatch-apple-event): Use command-execute instead of
12082 call-interactively.
12083 (global-map): Don't bind mac-apple-event.
12084 (special-event-map): Bind mac-apple-event.
12085
12086 2006-06-02 Eli Zaretskii <eliz@gnu.org>
12087
12088 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
12089 file name.
12090 (emacs): Enclose the value of $(EMACS) in quotes.
12091
12092 2006-06-02 Juri Linkov <juri@jurta.org>
12093
12094 * international/mule.el (sgml-html-meta-auto-coding-function):
12095 Remove the condition `(search-forward "<html" size t)'.
12096 Replace `\"' with `[\"']?' in `re-search-forward'.
12097
12098 2006-06-02 Kenichi Handa <handa@m17n.org>
12099
12100 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
12101 as well as `coding'.
12102 (hack-local-variables): Likewise.
12103
12104 * international/mule.el (enable-character-translation):
12105 Put permanent-local and safe-local-variable properties.
12106 (find-auto-coding): Handle char-trans: tag.
12107
12108 2006-06-02 Juri Linkov <juri@jurta.org>
12109
12110 * international/mule.el (sgml-html-meta-auto-coding-function):
12111 Limit the search by the end of the HTML header (if any).
12112
12113 2006-06-01 Richard Stallman <rms@gnu.org>
12114
12115 * subr.el (with-current-buffer): Doc fix.
12116
12117 2006-06-02 Masatake YAMATO <jet@gyve.org>
12118
12119 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
12120 Almost rewrite. Underlines over all lines of gcov output are too
12121 uncomfortable to read. Suggested by Dan Nicolaescu.
12122
12123 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
12124
12125 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
12126
12127 * shell.el (shell-mode): Use shell-mode-map in docstring.
12128
12129 * comint.el (comint-send-input): Do not add help-echo and
12130 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
12131
12132 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12133
12134 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
12135
12136 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
12137
12138 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
12139 (gdb-stopped, gdb-info-stack-custom): If there is no source info
12140 look up the stack and pop up GUD buffer if necessary.
12141 (gdb-frames-select): Remove redundant call to gud-display-frame.
12142 (gdb-info-threads-custom): Keep point at start of buffer.
12143 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
12144
12145 2006-05-31 Juri Linkov <juri@jurta.org>
12146
12147 * replace.el (query-replace-read-from, query-replace-read-to):
12148 Bind `history-add-new-input' to nil. Call `add-to-history'.
12149
12150 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
12151
12152 * textmodes/table.el: Convert all HTML tags to lower case for
12153 XHTML compatibility.
12154
12155 2006-05-31 Masatake YAMATO <jet@gyve.org>
12156
12157 * progmodes/compile.el:
12158 (compilation-error-regexp-alist-alist::gcov-called-line):
12159 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
12160
12161 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
12162
12163 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
12164 Revert inadvertent changes made with last commit.
12165
12166 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
12167
12168 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
12169 New functions.
12170
12171 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
12172
12173 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
12174
12175 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
12176 only matches in the right place.
12177 (org-upcoming-deadline): New face.
12178 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
12179 (org-export-ascii-underline): Rename constant `org-ascii-underline'
12180 and make it an option.
12181 (org-export-ascii-bullets): New option.
12182 (org-export-as-html): Many changes to emit valid XHTML.
12183 (org-par-open): New variable.
12184 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
12185 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
12186 (org-timeline): Pass `org-timeline-show-empty-dates' to
12187 `org-get-all-dates'. Interpret empty dates returned by
12188 `org-get-all-dates'.
12189 (org-get-all-dates): New argument EMPTY. Add dates without
12190 entries to the list, mark large ranges of empty dates.
12191 (org-point-in-group, org-context): New functions.
12192
12193 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
12194
12195 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
12196
12197 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
12198 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
12199 to C-mouse-3 (for 2 button mice).
12200 (gdb-send): Do the right thing for C-d.
12201
12202 * speedbar.el (speedbar-detach): Delete.
12203 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
12204 it breaks things.
12205 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
12206
12207 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
12208
12209 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
12210 Makeppfile.
12211
12212 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12213 Add makepp diagnostic.
12214
12215 2006-05-29 Richard Stallman <rms@gnu.org>
12216
12217 * window.el (fit-window-to-buffer): Doc fix.
12218
12219 * help.el (temp-buffer-max-height): Doc fix.
12220
12221 * subr.el (with-current-buffer): Doc fix.
12222
12223 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12224
12225 * term/x-win.el: Bind F10 to menu-bar-start if available.
12226
12227 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
12228
12229 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
12230 uses with a simple test.
12231 (term-set-escape-char, term-mode, term-check-kill-echo-list)
12232 (term-send-raw-string, term-send-raw, term-mouse-paste)
12233 (term-char-mode, term-line-mode, term-exec, term-sentinel)
12234 (term-handle-exit, term-read-input-ring)
12235 (term-previous-matching-input-string)
12236 (term-previous-matching-input-string-position)
12237 (term-previous-matching-input-from-input)
12238 (term-replace-by-expanded-history, term-send-input)
12239 (term-skip-prompt, term-bol, term-send-invisible)
12240 (term-kill-input, term-delchar-or-maybe-eof)
12241 (term-backward-matching-input, term-check-source)
12242 (term-proc-query, term-emulate-terminal)
12243 (term-handle-colors-array, term-process-pager, term-pager-line)
12244 (term-pager-bob, term-unwrap-line, term-word)
12245 (term-dynamic-complete-filename)
12246 (term-dynamic-complete-as-filename)
12247 (term-dynamic-simple-complete): Replace one arm ifs with whens or
12248 unlesses.
12249
12250 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12251
12252 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
12253 during bootstrapping.
12254
12255 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
12256 Basically undo the change of 2006-05-26: use extra arguments instead of
12257 dynamic scoping.
12258 (ewoc-locate): Remove unused var `footer'.
12259
12260 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12261
12262 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
12263
12264 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
12265 (generate-file-autoloads): Obey it. Return whether autoloads were
12266 added at point or not.
12267 (update-file-autoloads): Use this new return value.
12268 Remove redundant test for the presence of an autoload cookie.
12269
12270 * emacs-lisp/autoload.el (autoload-find-file): New fun.
12271 This one calls hack-local-variables.
12272 (generate-file-autoloads, update-file-autoloads): Use it.
12273
12274 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
12275 (bibtex-sort-entry-class): Add safe-local-variable predicate.
12276 (bibtex-sort-entry-class-alist): Don't set the global value.
12277 (bibtex-init-sort-entry-class-alist): New fun.
12278 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
12279 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
12280 of bibtex-init-sort-entry-class.
12281
12282 2006-05-28 Richard Stallman <rms@gnu.org>
12283
12284 * subr.el (load-history-regexp): If FILE is relative, insist
12285 entire last name component must match it.
12286 (load-history-filename-element, load-history-regexp): Doc fixes.
12287
12288 2006-05-29 Kim F. Storm <storm@cua.dk>
12289
12290 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
12291 `pos' and `raw-data' for clarity, as eval forms may access these.
12292
12293 2006-05-28 Kim F. Storm <storm@cua.dk>
12294
12295 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
12296
12297 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12298
12299 * progmodes/make-mode.el (makefile-browser-map)
12300 (makefile-mode-syntax-table): Move initialization inside declaration.
12301 (makefile-fill-paragraph): Use the default comment-filling code.
12302
12303 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
12304
12305 * replace.el (query-replace-defaults): New variable.
12306 (query-replace-read-from): Use `query-replace-defaults' for
12307 default value, instead of history list.
12308 (query-replace-read-to): Update `query-replace-defaults'.
12309
12310 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
12311
12312 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
12313 with no X toolkit.
12314
12315 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
12316
12317 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
12318 (tumme-show-all-from-dir): Add autoload.
12319
12320 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
12321
12322 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
12323 (tumme-remove-tag): Fix bug.
12324
12325 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
12326
12327 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
12328 FOOTER args. Update unique caller.
12329 (ewoc-delete): Compute last node once before looping.
12330 (ewoc--node-branch): Merge into unique caller.
12331 (ewoc--node): Don't define constructor make-ewoc--node for this
12332 structure.
12333 (ewoc): Add member `hf-pp' to this structure.
12334 (ewoc--wrap): New func.
12335 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
12336 header/footer pretty-printers. Save header/footer pretty-printer.
12337 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
12338
12339 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
12340
12341 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
12342
12343 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
12344 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
12345 Tag'. Change "Compare directories..." to "Change Directories...".
12346 Move tumme commands to Operate, Regexp and Immediate menus.
12347 Change "Add Comment" to "Add Image Comment". Change "Add Image
12348 Tag" to "Add Image Tags".
12349
12350 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
12351 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
12352 `tumme-delete-tag'.
12353
12354 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
12355
12356 * shell.el (shell-mode): Call shell-dirtrack-mode after
12357 list-buffers-directory is made a local variable, to avoid setting
12358 the default value.
12359
12360 2006-05-26 Kevin Ryde <user42@zip.com.au>
12361
12362 * info.el (Info-index-next): Use where-is-internal to report
12363 actual binding of Info-index-next, rather than hard-coded `,'.
12364
12365 2006-05-26 Eli Zaretskii <eliz@gnu.org>
12366
12367 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
12368 and "Find Command in Manual" to here.
12369
12370 * buff-menu.el (list-buffers-noselect): For Info buffers, use
12371 Info-current-file as the file name.
12372
12373 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
12374
12375 * ses.el (defadvice undo-more): Delete this defadvice. The undo
12376 overrides will now be done a different way.
12377 (ses-set-parameter): Reapply this function for undo.
12378 (ses-set-header-row): Reconstruct header row during undo.
12379 (ses-widen): New function.
12380 (ses-goto-data, ses-reconstruct-all): Use new function.
12381 (ses-command-hook): Widen buffer during undo, before unupdating
12382 the cells.
12383 (ses-insert-row, ses-delete-row): Widen buffer during undo.
12384 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
12385 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
12386 formula hasn't been executed yet.
12387
12388 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12389
12390 * comint.el (comint-kill-whole-line): Rename arg to count.
12391 Fix doc string.
12392
12393 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
12394
12395 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
12396 to copy-file.
12397
12398 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12399
12400 * simple.el (toggle-truncate-lines): Make arg optional for
12401 backward compatibility.
12402
12403 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
12404
12405 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
12406 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
12407 DLL arg. Instead, use ewoc--current-dll. Update all callers.
12408 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
12409 (ewoc--adjust): Use ewoc--current-dll.
12410 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
12411
12412 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
12413
12414 * textmodes/org.el (org-next-item, org-previous-item): Emit more
12415 compact error message.
12416 (org-tags-view): Refresh category table in each file.
12417 (org-table-justify-field-maybe): Remove superfluous arguments to
12418 `format'.
12419 (org-export-as-html): Insert "<p>" before postamble.
12420 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
12421
12422 2006-05-26 Kenichi Handa <handa@m17n.org>
12423
12424 * textmodes/po.el (po-find-charset): Pay attention to the case
12425 FILENAME is a cons (NAME . BUFFER).
12426 (po-find-file-coding-system-guts): Likewise.
12427
12428 * arc-mode.el (archive-set-buffer-as-visiting-file):
12429 Call find-operation-coding-system with (FILENAME . BUFFER).
12430
12431 * tar-mode.el (tar-extract): Call find-operation-coding-system
12432 with (FILENAME . BUFFER).
12433
12434 * international/mule.el (decode-coding-inserted-region):
12435 Call find-operation-coding-system with (FILENAME . BUFFER).
12436
12437 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
12438
12439 * image-mode.el (image-toggle-display): Use buffer contents to
12440 generate image for a remote file.
12441
12442 2006-05-25 Juri Linkov <juri@jurta.org>
12443
12444 * replace.el (query-replace-read-from, query-replace-read-to):
12445 Remove 8th arg KEEP-ALL in read-from-minibuffer.
12446
12447 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
12448
12449 * whitespace.el (whitespace-cleanup): Change to cleanup
12450 region if one is active.
12451 * whitespace.el (whitespace-cleanup-internal): New internal method.
12452
12453 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12454
12455 * dired.el (dired-mode-map): Add help-echo strings to tumme
12456 commands. Bind `tumme-dired-display-image' to C-t i.
12457
12458 * tumme.el (tumme-display-image): Change documentation string slightly.
12459 (tumme-dired-display-image): Add call to `display-buffer'.
12460
12461 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
12462
12463 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
12464 Signal error if RAW-DATA is a multibyte string.
12465
12466 2006-05-24 Richard Stallman <rms@gnu.org>
12467
12468 * subr.el (with-local-quit): When handling `quit' signal,
12469 make a chance for quit-flag to cause a quit.
12470
12471 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
12472 (ad-disable-advice): Add autoloads.
12473
12474 * subr.el (read-passwd): Copy PROMPT before changing its properties.
12475
12476 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12477
12478 * dired.el (dired-mode-map): Change menu items for tumme as per
12479 suggestions in emacs-devel.
12480
12481 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
12482
12483 * dired.el (dired-mode-map): Fix breakage.
12484
12485 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12486
12487 * tumme.el (tumme-display-dired-image): Rename to...
12488 (tumme-dired-display-image): ...this.
12489 (tumme-track-movement): Change default value to t.
12490 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
12491 used from `tumme-next-line-and-display' and similar commands.
12492
12493 * dired.el (dired-mode-map): Add Thumbnail submenu under the
12494 Immediate menu. Add some tumme commands there.
12495
12496 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
12497
12498 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
12499
12500 2006-05-24 Chong Yidong <cyd@mit.edu>
12501
12502 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
12503 menu entries that open submenus.
12504
12505 2006-05-24 Alan Mackenzie <acm@muc.de>
12506
12507 * startup.el (command-line): For names of preloaded files, don't
12508 append ".elc" (now done in Fload), and call file-truename on the
12509 lisp directory.
12510
12511 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
12512 match ANY loaded file with the right name, not just those in
12513 load-path. Put a regexp matching the file name into
12514 after-load-alist, rather than the name itself.
12515
12516 * subr.el (load-history-regexp, load-history-filename-element)
12517 (do-after-load-evaluation): New functions.
12518
12519 * international/mule.el (load-with-code-conversion): Do the
12520 eval-after-load stuff by calling do-after-load-evaluation.
12521
12522 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
12523
12524 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
12525 has not been killed.
12526
12527 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12528
12529 * term/mac-win.el: Set idle timer to clean up expired Apple events.
12530 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
12531 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
12532 Optionally set error message in reply.
12533
12534 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
12535
12536 * textmodes/org.el (org-open-at-point): Use renamed variable
12537 `org-confirm-shell-link-function'.
12538 (org-confirm-shell-link-function): Rename from
12539 `org-confirm-shell-links'.
12540 (org-export-directory): New function.
12541 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
12542 (org-export-icalendar): Use `org-export-directory'.
12543 (org-indent-item): Keep cursor position.
12544 (org-link-file-path-type): New option.
12545 (org-export-as-html): Fix bug with plain lists starting in
12546 column 0.
12547 (org-export-as-html): Remove deadline formatting, this happens
12548 now already in `org-html-handle-time-stamps'.
12549 (org-export-html-style): Deadline class removed.
12550 (org-insert-labeled-timestamps-at-point): New option.
12551 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
12552 of `hide-sublevels 1', in case the first headline is not level 1.
12553 (org-overview, org-content): New fuction.
12554 (org-cycle-global-status, org-cycle-subtree-status): Make these
12555 variables buffer-local.
12556 (org-global-cycle): New command.
12557 (org-shifttab): Use `org-global-cycle'.
12558 (org-insert-heading, org-insert-item): Go to end of new
12559 headline/item after creating it.
12560 (org-export-visible): Rename from `org-export-copy-visible'.
12561 Now creates a temporary org-file and applies an exporting command
12562 to it.
12563 (org-table-eval-formula): Support for lisp forms.
12564 (org-agenda-todo-ignore-scheduled): New option.
12565 (org-agenda-get-todos): Use new option
12566 `org-agenda-todo-ignore-scheduled'.
12567 (org-export-html-inline-images): New value `maybe'.
12568 (org-export-as-html): Inlining of images dependent on link description.
12569 (org-archive-subtree): Check for end-of-buffer before trying
12570 `kill-line'.
12571 (org-agenda-follow-mode): New option.
12572 (org-export-with-tags, org-export-with-timestamps): New options.
12573 (org-html-handle-time-stamps): New function.
12574 (org-keyword-time-regexp): New variable.
12575 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
12576 (org-agenda-todo-list-sublevels): New option.
12577 (org-html-level-start): When TITLE is nil, just close all levels.
12578 (org-parse-key-lines, org-parse-export-options): Remove functions,
12579 replaced by `org-infile-export-plist'.
12580 (org-combine-plists, org-infile-export-plist)
12581 (org-default-export-plist): New functions.
12582 (org-export-html-preamble, org-export-html-postamble)
12583 (org-export-html-auto-preamble, org-export-html-auto-postamble):
12584 New variables.
12585 (org-export-publishing-directory): New option.
12586 (org-export-as-html, org-export-as-ascii): Use the new property
12587 lists for settings.
12588 (org-export-copy-visible, org-export-as-xoxo):
12589 Respect `org-export-publishing-directory'.
12590 (org-link-search, org-store-link, org-file-apps): Support for
12591 links to BibTeX database entries..
12592 (org-get-current-options, org-set-regexps-and-options):
12593 Implement logging as a startup option.
12594 (org-store-link): Make sure context string is never empty
12595 (org-insert-link): Use relative path when possible.
12596 (org-at-item-checklet-p): New function.
12597 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
12598 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
12599 (org-metaright, org-metaup, org-metadown, org-shiftup)
12600 (org-shiftdown, org-shiftright, org-shiftleft)
12601 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
12602 Dispatch using `call-interactively'.
12603 (org-call-with-arg): New defsubst.
12604 (org-tag-alist, org-use-fast-tag-selection): New options.
12605 (org-complete): Use `org-tag-alist'.
12606 (org-fast-tag-insert, org-fast-tag-selection): New functions.
12607 (org-next-item, org-previous-item): New commands.
12608 (org-beginning-of-item, org-end-of-item): Add (interactive) to
12609 make command.
12610 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
12611
12612 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
12613
12614 * emacs-lisp/ewoc.el (ewoc-delete): New function.
12615 (ewoc-filter): Use `ewoc-delete'.
12616
12617 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
12618
12619 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
12620
12621 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
12622 Signal more user-friendly error messages.
12623
12624 * complete.el (PC-do-completion): Undo the addition of implicit
12625 wildcards if they did not lead to finding any match.
12626 (read-file-name-internal): Don't add the final > if the completion is
12627 not finished.
12628
12629 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
12630
12631 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
12632 Quote safe-local-variable predicate.
12633
12634 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
12635
12636 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
12637
12638 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12639
12640 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
12641
12642 * progmodes/make-mode.el (makefile-special-targets-list)
12643 (makefile-macro-table, makefile-target-table): Mark as risky.
12644 (makefile-query-one-target-method): Make this the alias for the
12645 following variable.
12646 (makefile-query-one-target-method-function): Make this the real name.
12647
12648 * textmodes/artist.el (artist-text-renderer): Make this the alias
12649 for the following variable.
12650 (artist-text-renderer-function): Make this the real name.
12651
12652 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
12653 the alias for the following variable.
12654 (flyspell-generic-check-word-predicate): Make this the real name.
12655
12656 * textmodes/ispell.el (ispell-format-word): Make this the alias
12657 for the following variable.
12658 (ispell-format-word-function): Make this the real name.
12659 (ispell-message-text-end): Mark as risky.
12660
12661 * skeleton.el (skeleton-transformation, skeleton-filter)
12662 (skeleton-pair-filter): Make these the aliases for the following
12663 variables.
12664 (skeleton-transformation-function, skeleton-filter-function)
12665 (skeleton-pair-filter-function): Make these the real names.
12666
12667 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
12668 and skeleton-pair-filter-function.
12669
12670 * textmodes/sgml-mode.el (sgml-transformation): Make this the
12671 alias for the following variable.
12672 (sgml-transformation-function): Make this the real name.
12673 (sgml-tag-alist): Mark as risky.
12674
12675 2006-05-21 Richard Stallman <rms@gnu.org>
12676
12677 * simple.el (kill-region): Interactively, pass point, then mark.
12678
12679 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
12680
12681 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
12682
12683 2006-05-21 Romain Francoise <romain@orebokech.com>
12684
12685 * dired-x.el (dired-mode-map): Don't bind M-g.
12686
12687 2006-05-20 Richard Stallman <rms@gnu.org>
12688
12689 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
12690 (dired-goto-file): Doc fix.
12691
12692 2006-05-21 Kim F. Storm <storm@cua.dk>
12693
12694 * emulation/cua-base.el: Mention customizing cua-mode as alternative
12695 way to enable built-in cua-mode if user loads older CUA-mode package.
12696
12697 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
12698 if default-filename is specified.
12699
12700 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12701
12702 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
12703
12704 * info.el (info-apropos): Make sure current-file and current-node
12705 have non-nil values. Speed up by using add-to-list instead of
12706 manual consing.
12707
12708 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12709
12710 * progmodes/make-mode.el (makefile-mode): Doc fix.
12711
12712 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12713
12714 * dired-aux.el (dired-do-shell-command): Doc fix.
12715
12716 2006-05-20 Kevin Ryde <user42@zip.com.au>
12717
12718 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
12719 ``(custom-manual :tag "Foo" "(foo)Node")''.
12720
12721 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
12722
12723 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
12724 value is an integer.
12725
12726 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12727
12728 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
12729 "format".
12730 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
12731
12732 2006-05-20 Martin Rudalics <rudalics@gmx.at>
12733
12734 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
12735 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
12736
12737 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
12738
12739 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
12740 regexp for keywords.
12741
12742 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
12743
12744 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
12745 replace-regexp-in-string.
12746
12747 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
12748 encode, and escape file name on conversion to URL.
12749
12750 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12751
12752 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
12753 Don't unescape URL.
12754 (dnd-get-local-file-name): Unescape URL on conversion to file name.
12755
12756 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
12757 on conversion to URLs.
12758
12759 * net/browse-url.el (browse-url-file-url): Encode file name on
12760 conversion to URL.
12761
12762 * term/mac-win.el (mac-ae-open-documents): Escape file name on
12763 conversion to URL.
12764
12765 2006-05-19 Eli Zaretskii <eliz@gnu.org>
12766
12767 * progmodes/cc-styles.el (c-style-alist): Doc fix.
12768
12769 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12770
12771 * term/mac-win.el (mac-bytes-to-digits): Remove function.
12772 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
12773
12774 2006-05-19 Glenn Morris <rgm@gnu.org>
12775
12776 * calendar/diary-lib.el (diary-bahai-date)
12777 (list-bahai-diary-entries, mark-bahai-diary-entries)
12778 (mark-bahai-calendar-date-pattern): Not interactive.
12779 (add-to-diary-list): New optional arg LITERAL. Doc fix.
12780 (diary-entries-list): Change format of 4th element in each entry.
12781 (diary-list-entries): Use add-to-diary-list.
12782 (diary-goto-entry): Handle the case where the buffer visiting the
12783 diary has been killed.
12784 (fancy-diary-display): Add 'locator to button rather than 'marker.
12785 Only generate temp-face when there are marks to apply.
12786 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
12787 (diary-fancy-date-pattern): New variable.
12788 (diary-time-regexp): Doc fix.
12789 (diary-anniversary, diary-time): New faces.
12790 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
12791 diary-time-regexp. Add font-lock-multiline property where needed.
12792 Use new faces diary-anniversary and diary-time.
12793 (diary-fancy-font-lock-fontify-region-function): New function, to
12794 handle multiline font-lock pattern in fancy diary.
12795 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
12796 (diary-font-lock-keywords): Tweak time regexp. Use new face
12797 diary-time.
12798
12799 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
12800
12801 * international/code-pages.el (mik): Table corrected.
12802
12803 2006-05-18 Kim F. Storm <storm@cua.dk>
12804
12805 * progmodes/grep.el (grep-find): Don't check grep-find-command
12806 before running command (breaks non-interactive usage).
12807
12808 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
12809
12810 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
12811 (ewoc--insert-new-node): Don't insert trailing newline.
12812 Instead, adjust successor nodes's start markers.
12813 (ewoc--refresh-node): Delete all text from current node's start
12814 marker to the next one's; adjust successor nodes's start markers.
12815 (ewoc--create): Doc fixes.
12816 (ewoc--refresh): Don't insert newline.
12817 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
12818 * pcvs.el (cvs-make-cvs-buffer):
12819 Specify extra newline for ewoc's header and footer.
12820 (cvs-update-header): Update initial header recognition.
12821 Append newline to final header and footer values.
12822 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
12823
12824 2006-05-17 Richard Stallman <rms@gnu.org>
12825
12826 * files.el (file-name-extension): Doc fix.
12827
12828 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12829
12830 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
12831 we can explicitly enable/disable rather than toggle.
12832 (shell-mode): Use it.
12833 (shell-cd): Don't try to reproduce what `cd' does.
12834
12835 2006-05-17 Kim F. Storm <storm@cua.dk>
12836
12837 * ido.el (ido-read-internal): Use only nondirectory part of
12838 default item.
12839
12840 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
12841
12842 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
12843 (ewoc-nth): Doc fix.
12844
12845 (ewoc-map, ewoc-invalidate): Compute PP before looping.
12846
12847 2006-05-16 Eli Zaretskii <eliz@gnu.org>
12848
12849 * international/mule.el (auto-coding-alist): Add .lha to files
12850 read with no-conversion.
12851
12852 * files.el (auto-mode-alist): Add .lha files to archive file
12853 extensions.
12854
12855 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
12856 Convert csize to integer when computing offsets within the
12857 compressed archive file.
12858
12859 2006-05-16 Kim F. Storm <storm@cua.dk>
12860
12861 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
12862 with read-from-minibuffer.
12863
12864 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
12865
12866 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
12867 (byte-compile-warnings): Fix safe-local-variable property.
12868
12869 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
12870
12871 * allout.el (allout-show-bodies, allout-old-style-prefixes)
12872 (allout-stylish-prefixes, allout-numbered-bullet)
12873 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
12874 predicates to qualify `safe-local-variable' property, when
12875 available, else use equivalent lambda.
12876 (allout-current-topic-collapsed-p): Do the right thing regarding
12877 trailing blank lines.
12878
12879 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12880
12881 * server.el (server-start): Only create a directory if needed.
12882 (server-edit, server-unload-hook): server-start => server-mode.
12883 (kill-emacs-hook): Cleanup upon exit.
12884
12885 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12886
12887 * hexl.el (hexlify-buffer): Encode process arguments manually.
12888
12889 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
12890
12891 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
12892 call to gdb-tooltip-print.
12893
12894 2006-05-15 Romain Francoise <romain@orebokech.com>
12895
12896 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
12897 systems, default to "tar" since those systems probably have GNU tar.
12898
12899 2006-05-14 Lars Hansen <larsh@soem.dk>
12900
12901 * desktop.el (desktop-missing-file-warning): Fix docstring.
12902 (desktop-restore-file-buffer): Correct question asked on missing file.
12903
12904 2006-05-14 Kim F. Storm <storm@cua.dk>
12905
12906 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
12907 Add CUA move property.
12908
12909 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
12910
12911 * custom.el (custom-push-theme): Load the variable before checking
12912 its `standard-value'.
12913
12914 2006-05-13 Lars Hansen <larsh@soem.dk>
12915
12916 * desktop.el (desktop-save): Use with-temp-buffer.
12917
12918 2006-05-12 Glenn Morris <rgm@gnu.org>
12919
12920 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
12921 * calendar/calendar.el (calendar-mode-map):
12922 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
12923 * calendar/appt.el (appt-check, appt-make-list): Refer to
12924 diary-view-entries, diary-list-entries, diary-show-all-entries
12925 rather than obsolete aliases.
12926
12927 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
12928
12929 * simple.el (line-move-finish): Avoid calling point motion hooks
12930 while processing intangibility.
12931
12932 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
12933
12934 * term/xterm.el (terminal-init-xterm): Fix typo.
12935
12936 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
12937
12938 * allout.el (allout-view-change-hook): Mark as being deprecated,
12939 to be replaced by `allout-exposure-change-hook'.
12940 (allout-exposure-change-hook): New, replacing
12941 `allout-view-change-hook'.
12942 (allout-flag-region): Run new hook `allout-exposure-change-hook',
12943 in addition to `allout-view-change-hook'.
12944 (allout-show-bodies, allout-old-style-prefixes)
12945 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
12946 lambda forms to prevent their showing up in variable help
12947 presentations as inscrutable byte-compiled code.
12948 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
12949 Use string-or-null-p to qualify safe-local-variable values.
12950 (allout-reindent-bodies): Use memq to qualify matches against
12951 valid safe-local-variable values. Also, quote the lambda as above.
12952 (allout-use-mode-specific-leader): Add missing candidate-value
12953 symbols, use memq, and quote the lambda.
12954 (allout-overlay-interior-modification-handler): Remove unused
12955 variables `msg' and 'opened'.
12956 (allout-hidden-p): Constrain invisibility consideration to allout's
12957 invisibility spec, disregarding invisibility for other reasons.
12958
12959 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
12960
12961 * files.el (version-control): Correct safe values.
12962
12963 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
12964
12965 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
12966
12967 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
12968 (ewoc--insert-new-node): New func.
12969 Update callers of deleted funcs to use it, instead.
12970
12971 2006-05-11 Glenn Morris <rgm@gnu.org>
12972
12973 * calendar/calendar.el (diary-show-all-entries): Do not refer to
12974 obsolete alias `show-all-diary-entries'.
12975 (make-diary-entry): Not interactive.
12976 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
12977 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
12978 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
12979 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12980 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
12981 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
12982
12983 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12984
12985 * calendar/calendar.el (calendar-french-date-string)
12986 (calendar-mayan-date-string, calendar-chinese-date-string)
12987 (calendar-astro-date-string, calendar-iso-date-string)
12988 (calendar-islamic-date-string, calendar-bahai-date-string)
12989 (calendar-hebrew-date-string, calendar-coptic-date-string)
12990 (calendar-ethiopic-date-string, calendar-persian-date-string):
12991 These functions are not interactive.
12992
12993 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
12994
12995 * files.el: Balance parentheses.
12996
12997 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
12998
12999 * files.el, newcomment.el, outline.el, simple.el,
13000 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
13001 * progmodes/cc-vars.el, progmodes/compile.el:
13002 Move `safe-local-variable' declarations to the respective files.
13003
13004 * help-fns.el (describe-variable): Don't print safe-var if it is
13005 byte-code. Improve wording as suggested by Luc Teirlinck.
13006
13007 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
13008
13009 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
13010 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
13011 Use a token for pending-triggers to ensure gdb-var-update
13012 gets called once per user input again for pre-GDB 6.4.
13013 (gdb-var-delete): Match on more complex expressions.
13014 (gdb-var-list-children-handler, gdb-var-create-handler):
13015 Use a token for consistency.
13016
13017 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
13018
13019 * textmodes/org.el (org-read-date, org-goto-calendar)
13020 (org-agenda-goto-calendar):
13021 Bind `view-calendar-holidays-initially' to nil.
13022
13023 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
13024
13025 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
13026 Update all callers to do it there, instead.
13027
13028 2006-05-10 Glenn Morris <rgm@gnu.org>
13029
13030 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
13031 prefix arg case, to avoid view-diary-entries-initially error.
13032 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
13033 (calendar-date-is-legal-p): Handle dates with no day part.
13034
13035 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
13036
13037 * comint.el (comint-insert-input): Just make it when
13038 comint-use-prompt regexp is nil (default) and with the mouse.
13039 (comint-copy-old-input): Reinstate from 2004-06-23.
13040 (comint-mode-map): Bind C-c C-m to it.
13041
13042 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
13043
13044 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
13045 Remove spurious move to point-max (new comint behavior fixes).
13046
13047 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
13048 compatibility function (Emacs 18/19).
13049 (idlwave-is-continuation-line): Always return point at start of
13050 previous non-blank continuation line.
13051 (keyword-parameters): Fix continued comment font-lock matcher.
13052 (idlwave-font-lock-fontify-region): Written, use as
13053 font-lock-fontify-region-function, to fix continued keyword
13054 fontification issues.
13055
13056 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13057
13058 * term/mac-win.el (mac-font-panel-mode): Doc fix.
13059 (mac-service-selection, mac-service-open-file)
13060 (mac-service-open-selection, mac-service-mail-selection)
13061 (mac-service-mail-to, mac-service-insert-text): Rename from
13062 mac-services-*. All uses changed.
13063 (mac-apple-event-map): Rename event symbol `services' to `service'.
13064
13065 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
13066
13067 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
13068 (ewoc--node-enter-first, ewoc--node-enter-last)
13069 (ewoc--delete-node-internal): Merge funcs into unique callers.
13070
13071 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
13072
13073 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
13074 return value of read-from-minibuffer for empty input.
13075
13076 2006-05-09 Miles Bader <miles@gnu.org>
13077
13078 * comint.el (comint-insert-input): Remove redundant calls to setq
13079 and goto-char.
13080
13081 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
13082
13083 * comint.el (comint-insert-input): Make it work when
13084 comint-use-prompt-regexp is t.
13085
13086 2006-05-10 Miles Bader <miles@gnu.org>
13087
13088 * subr.el (field-at-pos): New function.
13089
13090 * comint.el (comint-insert-input): Use it.
13091
13092 2006-05-09 Juri Linkov <juri@jurta.org>
13093
13094 * battery.el (battery-linux-proc-acpi): Also try
13095 `/proc/acpi/thermal_zone/THR2/temperature'.
13096
13097 * files.el <safe-local-variable>: Remove `eval' and `let' binding
13098 for now unused lambda `string-or-null'.
13099
13100 * add-log.el (change-log-default-name): Put `string-or-null-p'
13101 instead of lambda on `safe-local-variable' property.
13102
13103 * diff-mode.el (diff-context->unified): Use `region-beginning' and
13104 `region-end' instead of `mark' and `point'.
13105 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
13106 Operate on region in Transient Mark mode when the mark is active.
13107 Use `region-beginning' and `region-end' instead of `mark' and
13108 `point'.
13109 (diff-hunk-text, diff-goto-source): Doc fix.
13110
13111 * startup.el (fancy-splash-screens, normal-splash-screen): Use
13112 face `mode-line-buffer-id' for mode-line buffer face instead of
13113 hard-coded `(:weight bold)'.
13114
13115 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
13116 buffer-undo-list to t (undo-ask is reproducible by visiting
13117 nested archives).
13118
13119 2006-05-09 Kim F. Storm <storm@cua.dk>
13120
13121 * progmodes/grep.el (rgrep): Set default directory of *grep*
13122 buffer if we start M-x rgrep in the *grep* buffer and choose
13123 a different base directory.
13124
13125 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
13126
13127 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
13128 completion also when ido is loaded.
13129
13130 2006-05-09 Masatake YAMATO <jet@gyve.org>
13131
13132 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
13133 "warning" and "import".
13134 (cpp-font-lock-keywords): Added "warning".
13135
13136 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
13137
13138 * term/xterm.el (terminal-init-xterm): Add more key bindings.
13139
13140 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13141
13142 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
13143 pages at a time, if we signal the end, we should indeed reach that end.
13144
13145 2006-05-08 David Reitter <david.reitter@gmail.com>
13146
13147 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
13148 output during execution of the body.
13149
13150 2006-05-08 Kim F. Storm <storm@cua.dk>
13151
13152 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
13153
13154 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
13155
13156 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
13157 Use with-current-buffer.
13158
13159 2006-05-07 Kim F. Storm <storm@cua.dk>
13160
13161 * subr.el (add-to-history): Remove keep-dups arg.
13162
13163 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
13164 to nil around call to add-to-history.
13165
13166 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13167
13168 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
13169 than after a buffer modification.
13170
13171 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
13172
13173 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
13174 call to...
13175 (gud-watch): ...here so speedbar is raised for already watched
13176 expressions.
13177 (gdb-speedbar-refresh): Delete function.
13178 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
13179 Use speedbar-timer-fn instead of speedbar-refresh (reverting
13180 earlier change).
13181 (gdb-var-evaluate-expression-handler)
13182 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
13183
13184 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
13185 Update localized contents for all buffers except ignored modes.
13186
13187 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13188
13189 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
13190 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
13191 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
13192 (mac-handle-font-panel-closed, mac-handle-font-selection):
13193 New functions.
13194 (mac-font-panel-mode): New minor mode.
13195 (mac-apple-event-map): Add bindings for toolbar toggle button and
13196 font panel.
13197 (menu-bar-showhide-menu): Add mac-font-panel-mode.
13198
13199 2006-05-07 John Paul Wallington <jpw@pobox.com>
13200
13201 * ibuffer.el (ibuffer-compressed-file-name-regexp):
13202 Avoid `regexp-opt'; simplify regexp for readability.
13203
13204 2006-05-06 Eli Zaretskii <eliz@gnu.org>
13205
13206 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
13207 * files.el (buffer-stale-function):
13208 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13209 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
13210 links to the main manual, not to emacs-xtra.
13211
13212 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13213
13214 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
13215 MacJapanese if text is ASCII-only.
13216
13217 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
13218
13219 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
13220 unless so nil isn't returned.
13221 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
13222
13223 2006-05-06 Kim F. Storm <storm@cua.dk>
13224
13225 * subr.el (add-to-history): New function.
13226
13227 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
13228 (ediff-merge-files-with-ancestor):
13229 * env.el (setenv):
13230 * isearch.el (isearch-update-ring):
13231 * server.el (server-visit-files):
13232 * progmodes/grep.el (lgrep, rgrep):
13233 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
13234 * progmodes/xscheme.el (xscheme-insert-expression):
13235 Use add-to-history.
13236
13237 * kmacro.el (kmacro-push-ring): Use add-to-history.
13238 (kmacro-ring-length): Remove unused defun.
13239 (kmacro-start-macro): Use kmacro-push-ring.
13240
13241 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
13242
13243 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
13244 directly instead of a lambda expression that calls it.
13245
13246 2006-05-06 Kim F. Storm <storm@cua.dk>
13247
13248 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
13249 instead of compute-motion.
13250
13251 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
13252
13253 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
13254 change.
13255
13256 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
13257
13258 * startup.el (command-line-1): Refer to "Pure Storage" on
13259 pure-space-overflow.
13260
13261 2006-05-05 Martin Rudalics <rudalics@gmx.at>
13262
13263 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
13264 provided faces once they all have been used up.
13265
13266 2006-05-05 Eli Zaretskii <eliz@gnu.org>
13267
13268 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
13269 reference to the Lisp manual to the warning about pure space
13270 overflow.
13271
13272 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13273
13274 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
13275 argument to avoid the call to `ispell-internal-change-dictionary'
13276 when not needed.
13277 (ispell-change-dictionary): Use this argument and call
13278 `ispell-internal-change-dictionary' after the possible change
13279 to `ispell-local-dictionary'.
13280 (ispell-internal-change-dictionary): Check for a change in
13281 personal dictionary use too.
13282
13283 2006-05-05 Eli Zaretskii <eliz@gnu.org>
13284
13285 * startup.el (command-line): On MS-Windows, probe "~", not
13286 "~USER", for warning about non-existent home directory.
13287
13288 * arc-mode.el (archive-l-e): New optional argument `float' means
13289 generate a float value.
13290 (archive-arc-summarize, archive-lzh-summarize)
13291 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
13292 with 3rd argument non-nil when file's size is being computed.
13293 Format the file sizes with %8.0f instead of %8d.
13294
13295 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13296
13297 * cus-start.el (all): Add mac-dnd-known-types.
13298
13299 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
13300 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
13301 (mac-TIFF-to-string): New functions.
13302 (x-get-selection, x-selection-value)
13303 (mac-select-convert-to-string): Use them.
13304 (mac-text-encoding-mac-japanese-basic-variant): New constant.
13305 (mac-dnd-types-alist): New customization variable.
13306 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
13307 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
13308 (mac-dnd-handle-drag-n-drop-event): New functions.
13309 (mac-drag-n-drop): Remove function.
13310 (global-map): Bind drag-n-drop and M-drag-n-drop to
13311 mac-dnd-handle-drag-n-drop-event.
13312
13313 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
13314
13315 * progmodes/perl-mode.el (perl-beginning-of-function):
13316 Skip anonymous subs.
13317
13318 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
13319
13320 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
13321 regexp-opt at run time.
13322
13323 * term.el (term-handle-ansi-escape): Fix off by one error.
13324
13325 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
13326
13327 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
13328 (gdb-init-1, gdb-post-prompt): ...and references to it.
13329 (gdb-frame-handler): Strip directory name from filename if present.
13330
13331 * progmodes/gud.el (gdb-force-update): Delete defvar
13332 (gud-speedbar-buttons): ...and references to it. Use window-start
13333 to try to keep positon in watch expression.
13334
13335 2006-05-03 Richard Stallman <rms@gnu.org>
13336
13337 * simple.el (next-history-element, previous-history-element): Doc fix.
13338
13339 * isearch.el (isearch-update-ring): Doc fix.
13340
13341 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
13342
13343 * isearch.el (isearch-update-ring): Take history-delete-duplicates
13344 into consideration. Replace one arm ifs with whens.
13345
13346 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
13347
13348 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
13349 (menu): Fix typo.
13350
13351 2006-05-02 Miles Bader <miles@gnu.org>
13352
13353 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
13354
13355 2006-05-02 Jay Belanger <belanger@truman.edu>
13356
13357 * calc/calc-embed.el (calc-override-minor-modes-map)
13358 (calc-override-minor-modes): New variables.
13359 (calc-do-embedded): Make sure that Calc keystrokes aren't
13360 overwritten by minor modes.
13361
13362 2006-05-02 Chong Yidong <cyd@mit.edu>
13363
13364 * msb.el (msb): If EVENT is a down event, read and discard the up event.
13365
13366 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
13367
13368 * startup.el (command-line-1): Refer to Lisp manual when
13369 pure-space-overflow occurs.
13370
13371 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
13372 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
13373 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
13374 (version-control): Don't use `t' for safe-local-variable declarations.
13375
13376 2006-05-01 Richard Stallman <rms@gnu.org>
13377
13378 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
13379 M-r, M-R, M-A, M-SPC or M-DEL.
13380 (diff-mode-map): diff-refine-hunk now on C-c C-w
13381 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
13382
13383 * help-mode.el (help-mode): view-exit-action calls delete-window
13384 only when it is safe and possible.
13385
13386 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
13387 in messages.
13388
13389 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
13390
13391 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
13392 in the default tool-bar-map.
13393
13394 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
13395
13396 * net/tramp.el (tramp-completion-file-name-handler-alist)
13397 (tramp-run-real-handler, tramp-completion-run-real-handler)
13398 (tramp-completion-handle-file-name-all-completions)
13399 (tramp-completion-handle-file-name-completion): Autoload them.
13400 (tramp-completion-handle-file-exists-p)
13401 (tramp-completion-handle-file-name-directory)
13402 (tramp-completion-handle-file-name-nondirectory)
13403 (tramp-completion-handle-expand-file-name): Remove them.
13404 (tramp-handle-file-name-directory): Return the real directory name.
13405 Returning "/" only doesn't need to be necessary any longer.
13406 (tramp-file-name-handler): Make special attention when in hostname
13407 completion mode.
13408 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
13409 (tramp-register-file-name-handlers):
13410 Register `tramp-completion-file-name-handler' only when
13411 `partial-completion-mode' is enabled.
13412 (tramp-completion-handle-file-name-all-completions):
13413 Delete directory part from results.
13414 (tramp-get-completion-methods, tramp-get-completion-user-host):
13415 Discard deleting "/", it doesn't work after the change of
13416 `tramp-handle-file-name-directory' above.
13417
13418 2006-05-01 Kim F. Storm <storm@cua.dk>
13419
13420 * progmodes/grep.el (grep-expand-template): Use save-match-data
13421 and symbol-value.
13422
13423 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13424
13425 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
13426 Use select-frame-set-input-focus instead of raise-frame.
13427 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
13428
13429 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
13430
13431 * progmodes/gud.el (gud-def): Add %c case.
13432 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
13433 (gud-format-command): Make match case sensitive. Match on %F.
13434
13435 2006-04-30 Glenn Morris <rgm@gnu.org>
13436
13437 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
13438 (cal-tex-preamble): Use cal-tex-preamble-extra.
13439 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
13440 than alias `list-diary-entries'.
13441
13442 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
13443
13444 * help-fns.el (describe-variable): Add info about safe local variables.
13445
13446 2006-04-29 Richard Stallman <rms@gnu.org>
13447
13448 * bindings.el (mode-line-format): help-echo doc fixes.
13449
13450 * net/tramp.el (tramp-file-name-handler-alist): Delete
13451 expand-file-name and other operations that can cause spurious loading.
13452
13453 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13454
13455 * files.el (safe-local-variable-p): Remove support for the special
13456 value t.
13457
13458 * textmodes/paragraphs.el (sentence-end-without-space):
13459 Fix safety predicate.
13460 (sentence-end-double-space, sentence-end-without-period)
13461 (paragraph-ignore-fill-prefix):
13462 * textmodes/fill.el (colon-double-space):
13463 * abbrev.el (abbrev-mode): Tighten the safety predicate.
13464
13465 * subr.el (booleanp): New fun.
13466
13467 * textmodes/reftex-vars.el (reftex-guess-label-type):
13468 Tighten the safety predicate.
13469
13470 2006-04-28 Kim F. Storm <storm@cua.dk>
13471
13472 * progmodes/grep.el (defgroup grep): Doc fix.
13473 (grep-auto-highlight): Remove.
13474 (grep-template): New defcustom.
13475 (grep-find-template): Rename from grep-tree-template.
13476 (grep-files-aliases): Rename from grep-tree-files-aliases.
13477 Remove "all" alias, add "l" alias.
13478 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
13479 (grep-find-ignored-directories): New defcustom to replace
13480 grep-tree-ignore-CVS-directories, to facilitate ignoring
13481 subdirectories for multiple version control systems.
13482 (grep-mode-map): Add Recursive grep item to GREP menu.
13483 (grep-regexp-history, grep-files-history): New defvars.
13484 (grep-probe): New helper function.
13485 (grep-compute-defaults): Use it to simplify code.
13486 Adapt to name changes.
13487 Use `.' as base in grep-find-template rather than <D>.
13488 (grep): Remove superfluous highlight-regexp arg. Fix doc.
13489 Call grep-compute-defaults unconditionally.
13490 (grep-expand-keywords): New defconst.
13491 (grep-expand-template): Rename from grep-expand-command-macros.
13492 Simplify via grep-expand-keywords. Look at case-fold-search instead
13493 of grep-tree-ignore-case to add -i option.
13494 Bind case-fold-search to nil while matching keywords.
13495 (grep-tree-last-regexp, grep-tree-last-files): Remove.
13496 (grep-read-regexp, grep-read-files): New helper functions.
13497 (rgrep): Rename from grep-tree. Rework to use proper histories.
13498 Adapt to changes in defcustoms and functions above.
13499 (lgrep): New command, as grep, but using same interactive UI as rgrep.
13500
13501 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
13502
13503 * net/tramp.el (tramp-completion-file-name-handler):
13504 Disable Tramp's functionality while loading Tramp itself.
13505 (tramp-register-file-name-handlers): That's a defsubst now.
13506 Code from `tramp-repair-jka-compr' moved here. Apply it via
13507 `after-init-hook'.
13508 (tramp-repair-jka-compr): Remove.
13509
13510 2006-04-27 Jay Belanger <belanger@truman.edu>
13511
13512 * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
13513 read expression when `math-read-big-expr' doesn't work.
13514
13515 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
13516
13517 * startup.el (command-line-1): Display warning when
13518 pure-space-overflow is non-nil.
13519
13520 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13521
13522 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
13523 risky.
13524
13525 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13526
13527 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
13528 Return the URL or nil if none can be generated.
13529
13530 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
13531
13532 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
13533 byte compiler warnings.
13534 (gud-basic-call, gud-find-expr): Let user select an expression
13535 for printing. Print expression as well as value in GUD buffer.
13536
13537 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
13538
13539 * allout.el: Remove local autoload declaration for
13540 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
13541 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
13542 (allout-plain-bullets-string, allout-distinctive-bullets-string)
13543 (allout-use-mode-specific-leader, allout-old-style-prefixes)
13544 (allout-stylish-prefixes, allout-numbered-bullet)
13545 (allout-file-xref-bullet, allout-presentation-padding)
13546 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
13547 safe-local-variable with suitable value spec, and add autoload
13548 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
13549 (move-beginning-of-line, move-end-of-line): Repair so these compat
13550 functions now actually resituate the point, when appropriate.
13551
13552 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13553
13554 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
13555
13556 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
13557 (add-log-iso8601-time-string): Fix call to format-time-string.
13558
13559 2006-04-26 Kim F. Storm <storm@cua.dk>
13560
13561 * subr.el (posn-string, posn-image, posn-object): Doc fix.
13562
13563 2006-04-26 Masatake YAMATO <jet@gyve.org>
13564
13565 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
13566 Add support for "//" style comments. Remove `b' flag
13567 from ?* in `asm-mode-syntax-table'.
13568
13569 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13570
13571 * follow.el: Use (featurep 'xemacs) everywhere.
13572 (follow-mode): Use define-minor-mode.
13573 (follow-mode-map): Move initialization into the declaration.
13574 Use command remapping.
13575 (follow-emacs-version-xemacs-p): Remove.
13576 (follow-submit-feedback): Remove.
13577
13578 * allout.el (allout-layout, allout-passphrase-verifier-string)
13579 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
13580
13581 * textmodes/reftex-vars.el (reftex-vref-is-default)
13582 (reftex-fref-is-default, reftex-guess-label-type):
13583 Tighten up a bit the safety predicate.
13584
13585 * textmodes/paragraphs.el (sentence-end-double-space)
13586 (sentence-end-without-period, sentence-end-without-space)
13587 (page-delimiter, paragraph-ignore-fill-prefix):
13588 Tighten up a bit the safety predicate.
13589
13590 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
13591
13592 * progmodes/python.el (python-continuation-line-p)
13593 (python-beginning-of-statement): syntax-ppss may return
13594 a negative depth.
13595 (python-mode): Don't forcefully enable font-lock.
13596
13597 * time-stamp.el (time-stamp-start, time-stamp-end)
13598 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
13599
13600 * add-log.el: Remove spurious * in docstrings.
13601 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
13602 (add-change-log-entry): Use it here, since it's not specific
13603 to iso8601.
13604 (add-log-iso8601-time-string): Don't use it here any more.
13605 (change-log-indent-text, change-log-indent): Rename from add-log-*.
13606
13607 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
13608
13609 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
13610
13611 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
13612 (rcirc-toggle-low-priority): Doc fix.
13613 (rcirc-handler-NOTICE): Remove beginning of line anchor in
13614 ChanServ regexp.
13615 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
13616 #emacs.
13617 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
13618 (rcirc-decode-coding-system): Use utf-8 as the default.
13619 (rcirc-multiline-minor-mode): Set the fill-column.
13620 (rcirc-format-response-string): Display bright and dim nicks.
13621 (rcirc-browse-url): Update interactive spec to fill ARG.
13622 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
13623 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
13624
13625 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
13626
13627 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
13628 case for @Article, etc.
13629
13630 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
13631
13632 * net/tramp.el (tramp-register-file-name-handlers): New defun.
13633 Added with autoload cookie.
13634 (tramp-unload-file-name-handlers): Rename from
13635 `tramp-unload-file-name-handler-alist'.
13636
13637 2006-04-23 Romain Francoise <romain@orebokech.com>
13638
13639 * comint.el (comint-match-partial-filename): Doc fix.
13640
13641 2006-04-21 Glenn Morris <rgm@gnu.org>
13642
13643 * calendar/cal-menu.el (calendar-mode-map): Refer to
13644 `diary-view-entries' rather than alias `view-diary-entries'.
13645 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
13646
13647 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
13648
13649 * progmodes/antlr-mode.el (antlr-default):
13650 * cus-edit.el (custom-documentation):
13651 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
13652 in defface.
13653
13654 2006-04-21 Kim F. Storm <storm@cua.dk>
13655
13656 * image.el (image-type): New defun split out of create-image.
13657 (create-image): Use it.
13658
13659 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
13660
13661 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
13662 (org-open-at-point): Remove the "...done" message to keep output
13663 in the echo area visible.
13664 (org-export-as-xoxo): Fix call to `indent-region'.
13665
13666 2006-04-21 Kevin Ryde <user42@zip.com.au>
13667
13668 * international/mule.el (keyboard-coding-system): defcustom
13669 info-link fixes: "Specify Coding" has been split, keyboard now in
13670 "Terminal Coding", and "Single-Byte Character Support" is now
13671 "Unibyte Mode".
13672
13673 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
13674
13675 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
13676 Use font-lock-warning-face for any errors e.g. no stack.
13677 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
13678
13679 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
13680
13681 * progmodes/sh-script.el (sh-shell): Mark as safe.
13682
13683 * newcomment.el (comment-start, comment-start-skip)
13684 (comment-end-skip, comment-end): Mark as safe.
13685
13686 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
13687
13688 * textmodes/org.el (org-deadline-announce): Face removed.
13689 (org-level-faces, org-n-levels): Convert to constant.
13690 (org-compatible-face): New function.
13691 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
13692 (org-level-5, org-level-6, org-level-7, org-level-8)
13693 (org-special-keyword, org-warning, org-headline-done, org-link)
13694 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
13695 (org-scheduled-today, org-scheduled-previously, org-time-grid):
13696 Face definition revised for better color tty support.
13697 (org-bold-re, org-italic-re, org-underline-re): New constants.
13698 (org-set-font-lock-defaults): Use the new constants.
13699 (org-agenda-highlight-todo): New function.
13700 (org-agenda-todo): Fix bug with point at end of line.
13701 (org-agenda-change-all-lines, org-finalize-agenda-entries):
13702 Fontify TODO keywords.
13703 (org-insert-link): Preserve relative path in ../ links.
13704 (org-export-as-html): Convert links pointing to .org files into
13705 links that will work beteen the exported HTML files.
13706 (org-todo-list): Fix bug when arg=0.
13707 (org-insert-heading): More fine-tuning.
13708
13709 2006-04-19 Romain Francoise <romain@orebokech.com>
13710
13711 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
13712 from `rmail-mime-charset-pattern'.
13713
13714 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
13715
13716 * progmodes/python.el (python-mode): Fix typo.
13717
13718 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
13719
13720 * comint.el (comint-previous-input): Don't clobber input line
13721 when moving off either end of the input history ring.
13722 (comint-delete-input): New function, used by
13723 `comint-previous-input' and others.
13724 (comint-previous-matching-input):
13725 Use `coming-delete-input'. Save the partial input if leaving the
13726 edit line. Goto point-max before deleting input to avoid
13727 partial input fragments hanging around.
13728 (comint-restore-input): New function, used by `comint-previous-input'.
13729
13730 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
13731
13732 * imenu.el (imenu--index-alist): Balance parentheses.
13733
13734 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
13735
13736 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
13737
13738 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
13739
13740 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
13741 file is nil.
13742
13743 2006-04-18 Richard Stallman <rms@gnu.org>
13744
13745 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
13746
13747 * imenu.el (imenu-create-index-function, imenu--index-alist)
13748 (imenu--last-menubar-index-alist, imenu--make-index-alist)
13749 (imenu-default-create-index-function, imenu--generic-function):
13750 Doc fixes.
13751
13752 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
13753
13754 * help-mode.el (help-mode): Set view-exit-action to delete window.
13755
13756 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
13757 now works by passing nil as arg.
13758
13759 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
13760
13761 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
13762 (read-abbrev-file): Provide default when reading filename.
13763
13764 * files.el (enable-local-variables): Allow :all as value.
13765 (hack-local-variables): Implement that value.
13766 (safe-local-variable-values, safe-local-eval-forms)
13767 (enable-local-variables): Mark as risky.
13768 (find-file-visit-truename, kept-old-versions): Mark safe.
13769
13770 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
13771 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
13772 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
13773
13774 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13775
13776 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
13777 Use forward-line so as to get to BOL even in the presence of fields.
13778 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
13779 in return.
13780 (inferior-tcl): Tell tclsh to work in interactive mode.
13781
13782 * complete.el (partial-completion-mode):
13783 Use 'choose-completion-string-functions to make sure that
13784 choose-completion fills the minibuffer properly.
13785
13786 * complete.el (PC-old-read-file-name-internal): Remove.
13787 (PC-read-include-file-name-internal): Remove. Turn it into an advice
13788 of read-file-name-internal.
13789 (partial-completion-mode): Enable/disable this advice.
13790
13791 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
13792
13793 * net/tramp.el (tramp-completion-file-name-handler): Revert change
13794 of 2006-04-17.
13795
13796 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
13797
13798 * textmodes/org.el (org-insert-heading): Insert heading before
13799 current if at beginning of line.
13800 (org-todo, org-date): New faces.
13801 (org-table-align): Make sure tooltip window contains full text.
13802 (org-no-properties): New defsubst.
13803 (org-set-font-lock-defaults): Use new faces.
13804
13805 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
13806
13807 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
13808 for root variables.
13809
13810 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
13811 (gdb-frame-address): Re-use to identify frame for watch expression.
13812 (gdb-var-list, gdb-var-create-handler): Add frame address for root
13813 variables.
13814 (gdb-init-1, gdb-source, gdb-post-prompt)
13815 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
13816 (gdb-frame-handler): Get gdb-frame-address.
13817
13818 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
13819
13820 Sync with Tramp 2.0.53.
13821
13822 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
13823 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
13824 (tramp-completion-file-name-handler): Add autoload cookie for
13825 adding to `file-name-handler-alist'.
13826
13827 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
13828 the prompt. If it returns earlier (when detecting an error
13829 message), the rest of the output will merge accidently with the
13830 output of the next command. Reported by M Jared Finder
13831 <jared@hpalace.com>.
13832
13833 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13834 for `process-file', in order to let it work for older Emacsen too.
13835
13836 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
13837
13838 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
13839 (tex-font-lock-keywords-3): Use it.
13840
13841 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13842
13843 * newcomment.el (comment-add): New function.
13844 (comment-region-default, comment-dwim): Use it.
13845
13846 2006-04-15 Michael Olson <mwolson@gnu.org>
13847
13848 * emacs-lisp/tq.el: Improve comments.
13849 (tq-queue-head-question): New accessor function.
13850 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
13851 Update for modified queue structure.
13852 (tq-queue-add): Accept `question' argument.
13853 (tq-queue-pop): If a question is pending, send it.
13854 (tq-enqueue): Accept new optional argument `delay-question'.
13855 If this is non-nil, and at least one other question is pending a
13856 response, queue the question rather than sending it immediately.
13857
13858 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13859
13860 * calendar/appt.el (appt-add): Check whether an appointment is
13861 already present in appt-time-msg-list. Simplify code.
13862
13863 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13864
13865 * progmodes/cc-langs.el (c-mode-menu):
13866 Don't presume c-subword-mode is bound.
13867
13868 2006-04-13 Bill Wohler <wohler@newt.com>
13869
13870 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
13871 (customize-package-emacs-version): Use cdr instead of cadr now
13872 that alists use dotted pairs.
13873
13874 * custom.el (defcustom): Fix docstring for :package-version.
13875
13876 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
13877
13878 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
13879 (tramp-handle-shell-command): Display output buffer only when
13880 `tramp-display-shell-command-buffer' is true.
13881 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
13882
13883 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13884
13885 * textmodes/org.el (org-set-autofill-regexps): Set only the local
13886 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
13887
13888 2006-04-13 Romain Francoise <romain@orebokech.com>
13889
13890 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
13891 leaving temporary .cvsignore buffers behind.
13892
13893 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13894
13895 * textmodes/org.el (org-set-regexps-and-options)
13896 (org-get-current-options): Better names for the startup folding
13897 options.
13898
13899 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
13900
13901 * vc.el (vc-annotate): Arrange for point to end up at the same
13902 line number as in the original, but only when using a new buffer.
13903
13904 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
13905
13906 * files.el (hack-one-local-variable-eval-safep):
13907 Recognize `edebug-form-spec' for `put', but only if it passes
13908 `edebug-basic-spec'. Generalize `put' handling.
13909
13910 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
13911 vetting file-local form specs.
13912
13913 * allout.el (allout-layout): Autoload its `safe-local-variable'
13914 property.
13915
13916 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13917
13918 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
13919 (org-agenda-mouse-1-follows-link)
13920 (org-mouse-1-follows-link): New options.
13921 (org-format-agenda-item): Fix bug if TAGS is nil.
13922 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
13923
13924 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
13925
13926 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
13927 GDB 6.1+ gives full filename for "info sources" so use
13928 file-name-nondirectory.
13929
13930 2006-04-12 Romain Francoise <romain@orebokech.com>
13931
13932 * subr.el (read-passwd): Bind `message-log-max' to nil.
13933
13934 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13935
13936 * progmodes/perl-mode.el (perl-indent-new-calculate):
13937 Recompute parse-start after jumping backward by a whole sexp.
13938
13939 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13940
13941 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
13942 window configuration.
13943 (vc-annotate-display-select): Select the buffer so that current-buffer
13944 (and selected-window) is the output buffer at the end of vc-annotate.
13945
13946 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
13947
13948 * vc.el (vc-annotate-color-map): Add custom TTY color map for
13949 8-color terminals, to use all of the colors in a sensible order.
13950 256-color terminals work well with the standard map.
13951 (vc-annotate-lines): Only strip the first color character if it
13952 is "#", to allow for terminal-style named colors.
13953 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
13954 the correct buffer is scrolled.
13955
13956 2006-04-11 Richard Stallman <rms@gnu.org>
13957
13958 * emacs-lisp/bytecomp.el (byte-compile-file):
13959 Bind enable-local-variables to :safe, and make normal-mode obey it.
13960
13961 * files.el (enable-local-variables): Allow value :safe.
13962 (normal-mode): Doc fix.
13963 (hack-local-variables): Implement enable-local-variables = :safe.
13964 (hack-local-variables-confirm): Don't prevent quitting.
13965
13966 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13967
13968 * loadhist.el (unload-feature): A bit of sanity check of
13969 load-history entries. Cancel timer-vars before unbinding them.
13970
13971 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
13972 quote special chars, and make the trick work on the hex part of the
13973 buffer as well.
13974 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
13975 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
13976
13977 * startup.el (normal-splash-screen): Fix last change so we don't wait
13978 2 minutes if we don't show the splash screen.
13979
13980 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
13981
13982 * textmodes/org.el (org-export-plain-list-max-depth)
13983 (org-table-spaces-around-separators)
13984 (org-radio-targets, org-activate-camels)
13985 (org-table-spaces-around-invisible-separators): Options removed.
13986 (org-time-stamp-rounding-minutes, org-remember-templates)
13987 (org-ellipsis, org-activate-links, org-descriptive-links):
13988 New options.
13989 (org-remember-apply-template, org-current-time)
13990 (org-finish-edit-table-field)
13991 (org-link-unescape, org-link-escape)
13992 (org-string-width, org-table-clean-line, org-html-do-expand)
13993 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
13994 (org-read-agenda-file-list): New functions.
13995 (org-table-edit-field)
13996 (org-table-create-or-convert-from-region): New commands
13997 (org-table-toggle-vline-visibility): Command removed.
13998 (org-table-convert-region): Made a command.
13999 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
14000 Replace with the normal org- functions.
14001 (org-self-insert-command): Don't trigger realign unnecessarily
14002 when blanking a field that is not full.
14003 (org-mode): `Set buffer-invisibility-spec' for links.
14004 (org-activate-links2): Hide link part and only show descriptive
14005 part of the link.
14006 (org-insert-link): Modify for new linking system.
14007 (org-store-link): Store description separately, for use by
14008 `org-insert-link'.
14009 (org-table-align): Use `org-string-width'.
14010 (defgroup): Completely new group structure for custom variables.
14011 (org-agenda-files): Option: Single file name allowed. Function:
14012 Optional argument unrestrited means ignore any restricitons.
14013 (org-install-agenda-files-menu): Find a buffer in Org-mode before
14014 trying to modify the menu. Use generalized access to
14015 `org-agenda-files.'
14016 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
14017 (org-agenda-file-to-front, org-remove-file, org-diary)
14018 (org-tags-view, org-export-icalendar-all-agenda-files)
14019 (org-export-icalendar-combine-agenda-files): Use generalized
14020 access to `org-agenda-files'.
14021 (org-remember-handler): Correctly preserve heading if present.
14022 (org-table-insert-row, org-table-insert-hline): Deal with
14023 invisible characters.
14024
14025 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
14026
14027 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
14028 (vc-annotate-color-map): New 18 element constant
14029 value/saturation, rotating hue colormap, from red->blue.
14030 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
14031 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
14032 (vc-annotate): To avoid killing the required local variables,
14033 set them before the end of `with-output-to-temp-buffer', and
14034 after first switching to annotate-mode.
14035 (vc-annotate-warp-version): Add buffer argument in goto-line to
14036 ensure annotation, not source, is scrolled.
14037
14038 2006-04-10 Bill Wohler <wohler@newt.com>
14039
14040 * custom.el (defcustom, custom-handle-keyword):
14041 Add :package-version keyword.
14042 (custom-add-package-version): New function. Sets value of new
14043 property 'custom-package-version from :package-version keyword.
14044 (defcustom): Create Common Keywords section in docstring.
14045 (defface, defgroup): Replace definitions of a select few keywords
14046 with a reference to the Common Keywords in defcustom.
14047 (defcustom, defface, defgroup): Replace reference to Customization
14048 chapter in manual with hyperlink.
14049
14050 * cus-edit.el (customize-package-emacs-version-alist): New variable.
14051 (customize-changed-options): Add check for custom-package-version.
14052 (customize-package-emacs-version): New function to look up Emacs
14053 version corresponding to the given package version.
14054
14055 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
14056 defun name, in similar fashion to find-variable-regexp.
14057
14058 2006-04-10 Eli Zaretskii <eliz@gnu.org>
14059
14060 * international/mule-cmds.el (set-locale-environment): Fix last
14061 change for when the locale's preferences don't specify any encoding.
14062
14063 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14064
14065 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
14066 so the defined var/fun doesn't need to be quoted.
14067
14068 2006-04-10 Richard Stallman <rms@gnu.org>
14069
14070 * finder.el (finder-mode-map): Add n and p bindings.
14071
14072 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
14073
14074 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
14075 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
14076 (gdb-setup-windows): Put something in source window if we can't find
14077 the source file.
14078 (gdb-frame-handler): Make it work again with just assembly.
14079 (gdb-data-list-register-values-handler): Make it work when there is
14080 no stack.
14081
14082 2006-04-09 Richard Stallman <rms@gnu.org>
14083
14084 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
14085 specs while looking for charset.
14086
14087 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
14088
14089 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
14090 Make them faces.
14091 (lm-font-lock-keywords): Update appropriately.
14092
14093 2006-04-10 Kim F. Storm <storm@cua.dk>
14094
14095 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
14096 it can also replace buffer-substring-no-properties.
14097
14098 * emulation/cua-base.el (cua-delete-region, cua-paste)
14099 (cua-repeat-replace-region): Use filter-buffer-substring.
14100
14101 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
14102 (cua-cut-region-to-global-mark): Likewise.
14103
14104 * emulation/cua-rect.el (cua--extract-rectangle)
14105 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
14106
14107 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14108
14109 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
14110 entry-type. Add field delimiters to numerical fields if they are
14111 not present.
14112
14113 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14114
14115 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
14116 string-const to return value.
14117 (bibtex-remove-delimiters): Use it.
14118
14119 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14120
14121 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
14122 cl-byte-compile-compiler-macro unless it exists.
14123
14124 2006-04-08 Eli Zaretskii <eliz@gnu.org>
14125
14126 * files.el (hack-local-variables-confirm) <offer-save>:
14127 Clarify message text. Suggested by Ralf Angeli.
14128
14129 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
14130
14131 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
14132 (delete-extract-rectangle-line): Use `filter-buffer-substring'
14133 instead of `buffer-substring' and `delete-region'. (Most of the
14134 code actually copied from `kill-region'.)
14135
14136 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
14137
14138 * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
14139 (rcirc-default-port): Rename from rcirc-port.
14140 (rcirc-default-nick): Rename from rcirc-nick.
14141 (rcirc-default-user-name): Rename from rcirc-user-name.
14142 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
14143 (rcirc-low-priority-flag): New variable.
14144 (rcirc-decode-coding-system): New defcustom.
14145 (rcirc-encode-coding-system): New defcustom.
14146 (rcirc-coding-system-alist): New defcustom.
14147 (rcirc-multiline-major-mode): New defcustom.
14148 (rcirc-nick): New internal variable.
14149 (rcirc-process): Remove variable.
14150 (rcirc-server-buffer): New variable.
14151 (rcirc): Update to use rcirc-default-* variables above.
14152 (rcirc-connect): Do not add window-configuration-hook-here.
14153 (rcirc-server): New internal variable.
14154 (rcirc-connect): Do not send keepalive pings if
14155 rcirc-keepalive-seconds is nil.
14156 (with-rcirc-server-buffer): New macro.
14157 (rcirc-send-string): Encode with rcirc-encode-coding-system.
14158 (rcirc-server-name): Rename from rcirc-server.
14159 (rcirc-buffer-process): New function.
14160 (rcirc-buffer-nick): New function.
14161 (rcirc-buffer-target): Remove function.
14162 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14163 New commands.
14164 (rcirc-mode-map): Change binding of C-c C-l to
14165 rcirc-toggle-low-priority.
14166 (rcirc-mode): Initialize coding system based on
14167 rcirc-coding-system-alist. New change-major-mode-hook to part the
14168 channel on a mode change. Make kill-buffer-hook buffer-local.
14169 (rcirc-change-major-mode-hook): New function.
14170 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
14171 (rcirc-last-post-time): New variable.
14172 (rcirc-process-message): Store the last time user posted a message
14173 to this target.
14174 (rcirc-multiline-minor-mode): New mode.
14175 (rcirc-multiline-minor-mode-map): New mode map.
14176 (rcirc-edit-multiline): Put multiline-edit buffer in
14177 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
14178 (rcirc-print): Ignore any line starting with an ignored nick.
14179 (rcirc-print): Decode using rcirc-decode-coding-system.
14180 (rcirc-track-minor-mode): Update global-mode-string when disabling
14181 this mode.
14182 (minor-mode-alist): Add LowPri indicator.
14183 (rcirc-toggle-low-priority): New function.
14184 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
14185 next lowpriority buffer with activity.
14186 (rcirc-record-activity): Sort buffers in rcirc-activity by the
14187 last time the user posted a message in to the target.
14188 (rcirc-update-activity-string): New formatting for low priority
14189 buffers.
14190 (rcirc-split-activity): New function.
14191 (rcirc-handler-PART, rcirc-handler-KICK)
14192 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
14193 (rcirc-nick-away-alist): New variable.
14194 (rcirc-handler-301): New handler. Away messages are printed once
14195 per change.
14196
14197 2006-04-08 Eli Zaretskii <eliz@gnu.org>
14198
14199 * info.el (Info-follow-nearest-node): Doc fix.
14200
14201 * international/mule-cmds.el (set-locale-environment): Make sure
14202 the coding-system preferred by the locale's language has the same
14203 EOL conversion type as the original buffer-file-coding-system.
14204 (locale-language-names): Add a few MS Windows language codes.
14205
14206 2006-04-07 Richard Stallman <rms@gnu.org>
14207
14208 * simple.el (eval-expression): Doc fix.
14209
14210 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
14211 (eval-defun): Doc fixes.
14212
14213 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
14214
14215 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
14216
14217 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
14218
14219 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
14220 GDB list command without argument for greater generality.
14221
14222 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14223
14224 * subr.el (string-or-null-p): New function.
14225
14226 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
14227
14228 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
14229
14230 * files.el: Update comment about safe-local-variable declarations.
14231
14232 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
14233
14234 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
14235 See idlwave.org.
14236
14237 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
14238 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
14239
14240 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
14241 See idlwave.org.
14242
14243 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
14244 version 6.0 (minimal changes). See idlwave.org.
14245
14246 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
14247 6.0 (minimal changes). See idlwave.org.
14248
14249 * progmodes/idlw-rinfo.el: File obsoleted and removed.
14250
14251 2006-04-06 Romain Francoise <romain@orebokech.com>
14252
14253 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
14254 symmetric encryption features and a new asynchronous interface to
14255 GnuPG. This new version is version 1.4, plus whitespace changes.
14256
14257 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14258
14259 * files.el: Move some `safe-local-variable' declarations to the
14260 respective files.
14261
14262 * textmodes/ispell.el (ispell-check-comments)
14263 (ispell-local-dictionary): Mark as safe.
14264
14265 * abbrev.el (abbrev-mode): Mark as safe.
14266
14267 * add-log.el (change-log-default-name): Mark as safe.
14268
14269 * textmodes/reftex-vars.el (reftex-vref-is-default)
14270 (reftex-fref-is-default, reftex-level-indent)
14271 (reftex-guess-label-type): Mark as safe.
14272
14273 * textmodes/fill.el (colon-double-space): Mark as safe.
14274
14275 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
14276 (sentence-end-double-space, sentence-end-without-period)
14277 (sentence-end-without-space, sentence-end, sentence-end-base)
14278 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
14279
14280 2006-04-06 Kim F. Storm <storm@cua.dk>
14281
14282 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
14283 the :set-after list.
14284 (ido-downcase-unc-hosts): New user option. Default on.
14285 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
14286 when it is set, as regexps are now applied on the fly.
14287 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
14288 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
14289 on the fly, but only when ido-process-ignore-lists is set.
14290 Do case insensitive filtering if ido-downcase-unc-hosts is set.
14291 Only downcase names if ido-downcase-unc-hosts is set.
14292
14293 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
14294
14295 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
14296
14297 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
14298
14299 2006-04-05 Kim F. Storm <storm@cua.dk>
14300
14301 * ido.el (ido-mode): Set after ido-unc-hosts and
14302 ido-ignore-unc-host-regexps.
14303 (ido-save-history): Save ido-unc-hosts-cache.
14304 (ido-load-history): Load ido-unc-hosts-cache.
14305 (ido-reread-directory): Refresh unc hosts cache in // dir.
14306
14307 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
14308 to nil while displaying slash screen.
14309
14310 2006-04-05 Daiki Ueno <ueno@unixuser.org>
14311
14312 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14313 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14314
14315 2006-04-05 Kenichi Handa <handa@m17n.org>
14316
14317 * international/characters.el: Setup cases of Latin, Greek, and
14318 Cyrillic characters in CJK charsets.
14319
14320 2006-03-29 Daiki Ueno <ueno@unixuser.org>
14321
14322 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14323 default-enable-multibyte-characters. This reverts the change from
14324 revision 6.17 which is no longer necessary because the passphrase
14325 is sent separately now. GnuPG messages are unreadable under
14326 multibyte locales with default-enable-multibyte-characters set to nil.
14327
14328 2006-04-04 Andreas Schwab <schwab@suse.de>
14329
14330 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
14331 and `byte-compile-warnings' as `safe-local-variable'.
14332
14333 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
14334
14335 * man.el (Man-mode-map): Restore the \r binding.
14336 (Man-abstract-xref-man-page): If Man-target-string is a function,
14337 call it.
14338 (Man-highlight-references): Use Man-default-man-entry to get the
14339 target. Deal with xrefs too.
14340 (Man-highlight-references0): Don't call the target function.
14341
14342 * woman.el (WoMan-xref-man-page): Strip the section number, woman
14343 cannot deal with it.
14344
14345 2006-04-04 Daiki Ueno <ueno@unixuser.org>
14346
14347 * pgg-gpg.el: Clean up process buffers every time gpg processes
14348 complete.
14349
14350 2006-04-04 Kenichi Handa <handa@m17n.org>
14351
14352 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
14353 here.
14354 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
14355 Temporarily bind inhibit-field-text-motion to t.
14356
14357 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14358
14359 * startup.el (normal-splash-screen): Only set mode-line-format in the
14360 splash buffer, so as not to interfere when debugging the code.
14361 Ignore errors when switching buffer.
14362
14363 2006-04-03 Romain Francoise <romain@orebokech.com>
14364
14365 * dired.el (dired-dnd-protocol-alist): Fix typo.
14366
14367 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
14368
14369 * savehist.el (savehist): Add :version.
14370 (savehist-ignored-variables): New variable.
14371 (savehist-minibuffer-hook): Don't save variables listed in
14372 `savehist-ignored-variables'.
14373
14374 * dired.el (dired-dnd-protocol-alist): Mention that change does
14375 only apply to new buffers in doc string.
14376
14377 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
14378
14379 * recentf.el (recentf-open-files-item): Include newline in button
14380 field, so opening a file will work, when the point is at the end
14381 of the file name. Allow, for example, to [i]search a file by
14382 extension and just push RET to open it.
14383
14384 2006-04-03 Daiki Ueno <ueno@unixuser.org>
14385
14386 * pgg-gpg.el (pgg-gpg-process-filter)
14387 (pgg-gpg-wait-for-completion): Check if buffer is alive.
14388
14389 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14390 lines, temporary fix.
14391
14392 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14393
14394 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
14395
14396 2006-04-02 Richard Stallman <rms@gnu.org>
14397
14398 * progmodes/compile.el (compilation-message-face): Make it defcustom.
14399
14400 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14401
14402 * ibuf-macs.el (define-ibuffer-column): Add a new key:
14403 header-mouse-map.
14404
14405 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
14406 (ibuffer-mode-header-map): New keymaps.
14407 (ibuffer-update-title-and-summary): Enable mouse face highlighting
14408 and keybindings for column headers.
14409 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
14410 property.
14411
14412 2006-04-02 Drew Adams <drew.adams@oracle.com>
14413
14414 * speedbar.el (speedbar-after-create-hook): Doc fix.
14415
14416 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
14417
14418 * shell.el (shell-directory-tracker)
14419 (shell-dynamic-complete-command): Doc fixes.
14420
14421 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
14422
14423 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
14424 terminals.
14425
14426 2006-04-01 Kim F. Storm <storm@cua.dk>
14427
14428 * ido.el (ido-unc-hosts-cache): New defvar.
14429 (ido-unc-hosts): If value of defcustom is a function, call it to
14430 get list of UNC hosts. Add function-item choices to specify
14431 ido-unc-hosts-net-view or user function.
14432 (ido-ignore-unc-host-regexps): New defcustom.
14433 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
14434 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
14435 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
14436
14437 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
14438
14439 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
14440 wwidth.
14441
14442 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
14443
14444 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
14445 (ido-max-work-file-list, ido-switch-buffer)
14446 (ido-read-file-name-as-directory-commands):
14447 Fix typos in docstrings.
14448
14449 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14450
14451 * term/mac-win.el (mac-system-coding-system): Define and use after
14452 Mac-specific coding systems are ready.
14453
14454 2006-03-27 Romain Francoise <romain@orebokech.com>
14455
14456 * net/rcirc.el (rcirc-connect): Add autoload cookie.
14457
14458 * ldefs-boot.el: Update.
14459
14460 2006-03-27 Daiki Ueno <ueno@unixuser.org>
14461
14462 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14463 passphrases when it is not needed.
14464 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14465 passphrase stuff from gpg, should only be necessary when you use
14466 gpg with a smartcard.
14467
14468 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
14469
14470 * comint.el (comint-dynamic-list-completions): Allow user to
14471 select *Completions* buffer.
14472
14473 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
14474
14475 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
14476
14477 2006-03-26 Andreas Schwab <schwab@suse.de>
14478
14479 * progmodes/gud.el (gdb): Only complain about multiple debugging
14480 when the gdb process is still running.
14481
14482 2006-03-25 Eli Zaretskii <eliz@gnu.org>
14483
14484 * mail/rmail.el (tool-bar-map): Defvar it.
14485 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
14486 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
14487
14488 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
14489
14490 * help.el (print-help-return-message): Suggest to use
14491 display-buffer instead of switch-to-buffer-other-window to restore
14492 the previous window without selecting it.
14493
14494 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14495
14496 * frame.el (select-frame-by-name): Call x-focus-frame also when
14497 window-system is mac.
14498
14499 * term/mac-win.el: Adjust Courier font specifications in
14500 x-fixed-font-alist.
14501 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
14502 when directly encoding to UTF-16 in native byte order, no BOM.
14503
14504 2006-03-25 Kim F. Storm <storm@cua.dk>
14505
14506 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
14507 (cua--init-keymaps): Use it instead of fixed C-return.
14508 (cua-mode): Set after it.
14509
14510 * emulation/cua-rect.el (cua--init-rectangles):
14511 Use cua-rectangle-mark-key instead of fixed C-return.
14512
14513 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
14514
14515 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
14516 "run" in .gdbinit.
14517 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
14518
14519 2006-03-24 Romain Francoise <romain@orebokech.com>
14520
14521 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
14522 `display-buffer-other-frame'.
14523
14524 2006-03-24 Kim F. Storm <storm@cua.dk>
14525
14526 * apropos.el (apropos-synonyms): Add selection => region.
14527
14528 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
14529
14530 * progmodes/gdb-ui.el (gdb-var-create-regexp)
14531 (gdb-var-list-children-regexp, gdb-var-update-regexp)
14532 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
14533 (gdb-data-list-register-values-regexp)
14534 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
14535 Future proof against new fields being added to MI output.
14536 (gdb-send): Don't treat backslashes for program input as
14537 continuations.
14538 (gdb-assembler-handler): Don't use window-start for this handler.
14539 (gdb-frame-handler): Don't change to hollow arrow if overlay
14540 arrow doesn't move to new frame.
14541
14542 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
14543
14544 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
14545 prevent compiler warnings.
14546 (gdb-stopped): Check for gud-last-last-frame (case: signal).
14547 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
14548 (gdb-assembler-custom): Use hollow-right-triangle for assembler
14549 buffer too.
14550
14551 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
14552
14553 * pgg-gpg.el (pgg-gpg-update-agent): Check for
14554 make-network-process, so we can use the same code in Gnus v5-10
14555 too and have this file fully synchronized with that release.
14556
14557 2006-03-23 Romain Francoise <romain@orebokech.com>
14558
14559 * ibuf-ext.el (ibuffer-read-filter-group-name):
14560 Use `ibuffer-generate-filter-groups' to make completion list match
14561 the filter groups that are really displayed in the Ibuffer buffer.
14562 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
14563
14564 2006-03-23 Kenichi Handa <handa@m17n.org>
14565
14566 * international/mule-cmds.el (sort-coding-systems): Describe that
14567 the argument is modified in docstring.
14568
14569 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
14570
14571 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14572 (pgg-gpg-update-agent): New function.
14573 (pgg-gpg-use-agent-p): New function.
14574 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14575 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14576 (pgg-gpg-sign-region): Use it.
14577
14578 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
14579
14580 * cus-edit.el (custom-face-set): Call custom-push-theme before
14581 face-spec set so that `changed' theme is correctly saved.
14582 (custom-face-reset-standard): Reset to recalculated face rather
14583 than defface spec.
14584
14585 * custom.el (custom-push-theme): Only save `changed' theme if the
14586 current face does not match the defface specs.
14587
14588 2006-03-21 Simon Josefsson <jas@extundo.com>
14589
14590 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14591 <wilde@sha-bang.de>.
14592 (pgg-gpg-use-agent): New variable.
14593 (pgg-gpg-process-region): Use it.
14594 (pgg-gpg-encrypt-region): Likewise.
14595 (pgg-gpg-encrypt-symmetric-region): Likewise.
14596 (pgg-gpg-decrypt-region): Likewise.
14597 (pgg-gpg-sign-region): Likewise.
14598 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14599
14600 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
14601
14602 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
14603 bracket links.
14604
14605 2006-03-21 Kim F. Storm <storm@cua.dk>
14606
14607 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
14608 fringe-indicator-alist instead of modifying global value.
14609 (gdb-frame-handler): Likewise.
14610
14611 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
14612
14613 * diff-mode.el (diff-function): Make it inherit from diff-header
14614 instead of diff-context.
14615
14616 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
14617 bitmap.
14618 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
14619 change names in macro above for consistency.
14620 (gdb-frame-handler): Use hollow-right-triangle for all selected
14621 frames which except the innermost (where execution has stopped).
14622 (gdb-reset): Reset buffer-local values of overlay-arrow.
14623
14624 2006-03-20 Richard Stallman <rms@gnu.org>
14625
14626 * simple.el (set-mark-command): Doc fix.
14627
14628 * files.el (display-buffer-other-frame): New command.
14629 (ctl-x-4-map): Bind C-x 5 C-o to it.
14630
14631 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14632
14633 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
14634 rather than just defer-time, in case defer-time has been changed but
14635 the timer isn't running yet.
14636 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
14637
14638 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
14639
14640 * help-mode.el (help-follow-symbol): New function.
14641 Essentially identical to the old `help-follow', but do not let
14642 `push-button' do the work when on an xref.
14643 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
14644
14645 2006-03-19 Richard Stallman <rms@gnu.org>
14646
14647 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
14648 preceded by the word `program'.
14649 (help-follow-mouse, help-follow): Throw error if not on xref.
14650 Delete no longer used args.
14651
14652 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
14653
14654 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
14655 annotation ensure gud-overlay-arrow-position is redisplayed.
14656
14657 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14658
14659 * textmodes/bibtex.el (bibtex-include-OPTkey)
14660 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
14661 (bibtex-autokey-name-case-convert)
14662 (bibtex-autokey-titleword-case-convert): Make these the aliases
14663 for the following two variables.
14664 (bibtex-autokey-name-case-convert-function)
14665 (bibtex-autokey-titleword-case-convert-function): Make these the
14666 real names.
14667 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
14668 bibtex-font-lock-crossref sublists.
14669 (bibtex-mode): Revert 2005-12-30 change (which made
14670 completion-ignore-case buffer-local).
14671 (bibtex-url): Simplify.
14672
14673 2006-03-19 Kim F. Storm <storm@cua.dk>
14674
14675 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
14676 cursor property value to 2 (to align with C level change).
14677
14678 2006-03-19 Bill Wohler <wohler@newt.com>
14679
14680 * image.el (image-load-path-for-library): Shorten first line in
14681 docstring.
14682
14683 2006-03-18 Richard Stallman <rms@gnu.org>
14684
14685 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
14686
14687 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
14688
14689 * isearch.el (isearch-other-meta-char): Handle user bindings for
14690 shifted control characters.
14691
14692 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
14693
14694 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
14695 part that matches email addresses, file names, etc.
14696
14697 2006-03-18 Eli Zaretskii <eliz@gnu.org>
14698
14699 * term/w32-win.el (mouse-set-font):
14700 Mention w32-list-proportional-fonts in the doc string.
14701
14702 2006-03-18 Kim F. Storm <storm@cua.dk>
14703
14704 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
14705 (ido-unc-hosts): New user option to explicitly define list of know
14706 UNC-style hosts for completion.
14707 (ido-cache-unc-host-shares-time): New user option.
14708 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
14709 New helper functions for UNC file-name support.
14710 (ido-may-cache-directory): Check for UNC host. Simplify.
14711 (ido-wash-history): Clean out old UNC hosts.
14712 (ido-nonreadable-directory-p): UNC hosts are always readable.
14713 (ido-directory-too-big-p): UNC hosts are never too big.
14714 (ido-set-current-directory): Handle UNC root path.
14715 (ido-file-name-all-completions): Complete UNC host names from
14716 ido-unc-hosts list. Cache UNC host shares.
14717 (ido-make-file-list-1): Don't filter UNC root.
14718 (ido-exhibit): Check for // in root directory, and switch to UNC
14719 mode by setting ido-current-directory to //.
14720
14721 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
14722
14723 * cus-edit.el (customize-changed-options): Mention explicit
14724 version number as default in prompt.
14725
14726 2006-03-17 Bill Wohler <wohler@newt.com>
14727
14728 * image.el (image-load-path-for-library): Minor docstring fix.
14729
14730 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
14731
14732 * textmodes/org.el (org-read-date): Include subgroup 5 into
14733 replacement text.
14734 (org-popup-calendar-for-date-prompt): Fix customization type.
14735
14736 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
14737
14738 * progmodes/gdb-ui.el (gud-watch): Provide completion.
14739 (gdb-continuation): New variable.
14740 (gdb-send): Deal with continuation lines.
14741
14742 * progmodes/gud.el (gud-gdb-complete-command)
14743 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
14744 expressions.
14745 (gud-tooltip-mode): Use buffer-local value.
14746
14747 2006-03-16 Kim F. Storm <storm@cua.dk>
14748
14749 * ido.el (ido-edit-input): Use selected match, if any.
14750
14751 2006-03-16 Bill Wohler <wohler@newt.com>
14752
14753 * image.el (image-load-path-for-library): Prefer user's images in
14754 image-load-path.
14755
14756 2006-03-16 Martin Rudalics <rudalics@gmx.at>
14757
14758 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
14759 when checking for attempt to drag leftmost or rightmost scrollbar.
14760
14761 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
14762
14763 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
14764 (gdb-force-mode-line-update): New function.
14765 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
14766 (gdb-exited): Use them.
14767 (gdb-signal): New function.
14768 (gdb-annotation-rules): Provide a rule for it.
14769
14770 2006-03-16 Kenichi Handa <handa@m17n.org>
14771
14772 * international/mule.el (auto-coding-regexp-alist): Add entries
14773 for Unicode BOM.
14774
14775 * sort.el (sort-build-lists): Temporarily bind
14776 inhibit-field-text-motion to t.
14777
14778 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
14779
14780 * locate.el (locate-command, locate-make-command-line)
14781 (locate-fcodes-file, locate-update-command)
14782 (locate-prompt-for-command, locate, locate-with-filter)
14783 (locate-get-file-positions): Doc fixes.
14784 (locate-buffer-name, locate-header-face): Remove leading `*' in
14785 defcustom.
14786 (locate-filter-output): Use `keep-lines' instead of its alias
14787 `delete-non-matching-lines'.
14788 (locate-get-filename, locate-get-dirname): Add introductory comment.
14789 (locate-find-directory-other-window): Give appropriate error
14790 message if used outside main listing.
14791
14792 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14793
14794 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
14795 the new extend-region feature.
14796 (font-lock-after-change-function): Update correspondingly.
14797 * jit-lock.el (jit-lock-after-change): Update correspondingly.
14798 * progmodes/grep.el (font-lock-lines-before): Don't disable.
14799
14800 2006-03-15 Bill Wohler <wohler@newt.com>
14801
14802 * image.el (image-load-path-for-library): Fix example by not
14803 recommending that one binds image-load-path. Just defvar it to
14804 placate compiler and only use it if previously defined.
14805
14806 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
14807
14808 * textmodes/org.el (org-insert-centered): Use `string-width' to
14809 make underlining work for wide characters.
14810 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
14811 TAB to `org-cycle', to make sure that no binding in
14812 `outline-mode-map' can supercede it.
14813
14814 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
14815
14816 * allout.el: Increment version to 2.2.1 in file commentary.
14817
14818 (allout-version): Increment to 2.2.1.
14819
14820 (allout-default-layout): New customization variable, used when the
14821 file lacks a specific allout-layout. Uses allout-layout-type for
14822 recursively nested definition.
14823
14824 (allout-layout-type): Widget defining allout layouts, necessary for
14825 self-recursive definition.
14826
14827 (allout-mode): Incorporate allout-default-layout as fallback for
14828 allout-layout.
14829
14830 (allout-layout): Mark as 'safe-local-variable', and refer mention
14831 fallback to `allout-default-layout' in absence of a specified value.
14832 (allout-passphrase-verifier-string)
14833 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
14834
14835 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
14836
14837 (allout-get-encryption-passphrase-verifier): Use correct name of
14838 passphrase verifier in docstring.
14839
14840 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
14841
14842 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
14843 elements.
14844 (gdb-find-watch-expression): Make it work for arrays too.
14845 Follow change to gdb-var-list.
14846 (gud-watch): Allow the user to enter variable name with a prexix
14847 arg. Create keybindings.
14848 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14849 (gdb-var-list-children-handler, gdb-var-update-handler)
14850 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
14851 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
14852 Follow change to gdb-var-list.
14853 (gdb-starting): Don't show the overlay arrows when program is running.
14854
14855 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
14856 gdb-var-list.
14857
14858 2006-03-14 Bill Wohler <wohler@newt.com>
14859
14860 * image.el (image-load-path-for-library): Pass value of path
14861 rather than symbol. Always return list of directories.
14862 Guarantee that image directory comes first.
14863
14864 2006-03-14 Alan Mackenzie <acm@muc.de>
14865
14866 * font-core.el (font-lock-extend-region\(-function\)?.):
14867 New function/variable.
14868
14869 * font-lock.el (font-lock-after-change-function):
14870 Call font-lock-extend-region. Obey font-lock-lines-before.
14871 (font-lock-default-fontify-region): Remove reference to
14872 font-lock-lines-before.
14873
14874 * jit-lock.el (jit-lock-after-change):
14875 Call font-lock-extend-region. Obey font-lock-lines-before.
14876
14877 2006-03-14 David Ponce <david@dponce.com>
14878
14879 * tree-widget.el (tree-widget-themes-load-path)
14880 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14881
14882 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
14883
14884 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
14885 (rcirc-print): Mark the start of text at the end of the prompt.
14886 (rcirc-track-minor-mode): Add autoload cookie.
14887 (rcirc-update-activity-string): Add space to front of mode-line
14888 indicator.
14889
14890 2006-03-13 Miles Bader <miles@gnu.org>
14891
14892 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
14893 (rcirc-abbrev-nick): Remove function.
14894 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
14895
14896 2006-03-13 David Ponce <david@dponce.com>
14897
14898 * tree-widget.el: Handle themes across all occurrences of the main
14899 themes sub-directory found in tree-widget-themes-load-path.
14900 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14901 (tree-widget--locate-sub-directory): Return all occurrences.
14902 (tree-widget-themes-path): New function.
14903 Replace tree-widget-themes-directory, and return a list of directories.
14904 (tree-widget-set-parent-theme)
14905 (tree-widget-lookup-image): Use it.
14906
14907 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
14908
14909 * textmodes/org.el (org-link-search): Avoid self-matching of
14910 links, allow target text to be distributed over several lines.
14911 (org-search-not-link): New function.
14912 (org-set-regexps-and-options, org-get-current-options):
14913 New startup options.
14914 (org-export-as-html): Take odd-level setting from local variable.
14915 (org-fontify-emphasized-text): New option.
14916 (org-set-font-lock-defaults): Include emphasized text.
14917 (org-follow-mhe-link): Allow folder-only links, fix folder name.
14918 (org-font-lock): Customize group renamed from `org-faces'.
14919
14920 2006-03-13 John Paul Wallington <jpw@pobox.com>
14921
14922 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
14923 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
14924
14925 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
14926
14927 * cus-start.el (all): Delete :version keyword for members of the
14928 fringe group, since the entire group is new in 22.1.
14929
14930 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
14931
14932 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
14933 map if value is hexadecimal (an address).
14934 (gud-watch): Only search roots for existing watch expressions.
14935 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
14936 prevent caching problems with speedbar-update-directory-contents.
14937
14938 2006-03-12 Juri Linkov <juri@jurta.org>
14939
14940 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
14941 before comparing with `low' and `warn'.
14942
14943 * info.el (Info-dir-remove-duplicates): Move point to the
14944 beginning of the current line after deleting the entries from
14945 redundant heading. Use marker for `limit' and compare it with
14946 point before calling `re-search-forward'.
14947
14948 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
14949
14950 * simple.el (yank): Fix typo in docstring.
14951
14952 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
14953
14954 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
14955 messages, where "D" is the 6th character.
14956
14957 2006-03-11 Eli Zaretskii <eliz@gnu.org>
14958
14959 * simple.el (yank): Fix last change.
14960
14961 2006-03-11 David Ponce <david@dponce.com>
14962
14963 * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
14964 before merging elements from the standard ispell-dictionary-alist.
14965 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
14966 alist, and return the new alist.
14967
14968 2006-03-11 Richard Stallman <rms@gnu.org>
14969
14970 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
14971
14972 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
14973 the way it is implemented is too unclean.
14974
14975 * simple.el (kill-region, yank): Doc fix.
14976
14977 * battery.el (battery-echo-area-format): Doc fix.
14978 (battery-mode-line-format): Likewise.
14979 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
14980 (battery-linux-proc-acpi): Ignore batteries that say "charged".
14981
14982 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
14983
14984 * progmodes/octave-mod.el (octave-indent-for-comment):
14985 Behave according to do string.
14986
14987 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
14988
14989 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
14990 Be visible only if major mode is Mail Mode.
14991
14992 * textmodes/flyspell.el (flyspell-external-point-words)
14993 (flyspell-process-localwords): Fix last changes.
14994
14995 2006-03-11 Eli Zaretskii <eliz@gnu.org>
14996
14997 * calendar/holidays.el (list-holidays): Doc fix.
14998
14999 * international/mule.el (auto-coding-alist): Add .odt
15000 (OpenOffice's open document) files.
15001
15002 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
15003 document) files. Mention in the doc string the need to sync with
15004 auto-coding-alist.
15005
15006 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
15007
15008 * files.el (hack-local-variables-confirm): Don't prompt for ! if
15009 enable-local-variables is set to always query, or there is no
15010 savable variable.
15011
15012 2006-03-10 Bill Wohler <wohler@newt.com>
15013
15014 * image.el (image-load-path-for-library): Merge at least three
15015 functions from Gnus and MH-E into this one function that can now
15016 be shared.
15017
15018 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
15019
15020 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
15021 gdb-remove-mouse-face and remove help-echo too.
15022 (gdb-enqueue-input): Correct conditional clause.
15023
15024 2006-03-10 Glenn Morris <rgm@gnu.org>
15025
15026 * calendar/calendar.el (calendar-holidays): Doc fix.
15027 * calendar/holidays.el (list-holidays): Doc fix.
15028
15029 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
15030
15031 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
15032 it gets called in gdb-prompt anyway.
15033 (gdb-use-separate-io-buffer): Only restore window arrangement for
15034 gdb-many-windows.
15035 (gdb-enqueue-input): Make it harder to send GDB input when program
15036 is running.
15037 (gdb-buffer-list): New variable.
15038 (gdb-remove-mouse-face): New function.
15039 (gdb-starting): Use it when GDB input won't get sent.
15040
15041 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
15042
15043 * help.el (view-lossage): Remove trailing whitespace before
15044 inserting "\n".
15045
15046 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
15047
15048 * files.el (hack-local-variables-confirm):
15049 Set coding-system-for-read to nil before writing to .emacs.
15050
15051 * arc-mode.el (archive-extract): Check if an existing buffer name
15052 comes from a different archive.
15053
15054 * help.el (describe-key-briefly): If KEY is a down event, read and
15055 discard the up event.
15056
15057 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
15058
15059 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
15060 be edited and use font-lock-warning-face for any changes.
15061
15062 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
15063 (gdb-edit-value): Use it to report any errors.
15064
15065 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
15066
15067 * help.el (describe-key): Remove leftover test code.
15068
15069 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
15070
15071 * textmodes/org.el: Move defvars out of eval-when-compile.
15072 Use buffer-file-name variable.
15073 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
15074 arg `file'.
15075 (org-level-faces): Remove startup dependency.
15076 (org-cycle, org-map-tree, org-scan-tags)
15077 (org-remember-handler): Don't call `outline-level' directly.
15078 (org-mhe-search-all-folders): New option.
15079 (org-mhe-get-message-folder-from-index)
15080 (org-mhe-get-message-folder): Fix indexing search.
15081 (org-format-agenda-item): Handle nil TAGS argument.
15082 (org-cleaned-string-for-export, org-activate-target-links)
15083 (org-make-target-link-regexp): Deal with empty radio target list.
15084 (org-tag): New face.
15085 (org-get-level-face): New function.
15086 (org-set-font-lock-defaults): Simplify setup for headlines.
15087 (org-complete): Pass common substring to `display-completion-list'.
15088
15089 2006-03-06 David Ponce <david@dponce.com>
15090
15091 * tree-widget.el: Update Commentary header.
15092 (tree-widget-theme-name): Ignore parent themes.
15093 (tree-widget-set-parent-theme): New function.
15094 (tree-widget-set-theme): Use it.
15095 (tree-widget-set-image-properties): Move definition. Does nothing
15096 if image properties have already been set.
15097 (tree-widget-image-properties): Move definition. Receive an image
15098 name. Set the :pointer property.
15099 (tree-widget-lookup-image): Doc fix. Search in parent themes.
15100 Don't set the :pointer image property.
15101 (tree-widget-convert-widget): New function. Handle :dynargs
15102 compatibility here.
15103 (tree-widget): Use it to :convert-widget. Add the :expander-p
15104 predicate to control when the :expander function is entered.
15105 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
15106 (tree-widget-value-create): Handle :expander-p. widget-apply
15107 :expander.
15108 (tree-widget-expander-p): New function. Default value of the
15109 :expander-p property.
15110
15111 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
15112
15113 * help.el (describe-key): Properly handle the return value of
15114 read-key-sequence when grabbing an up-event. Cleanup mouse-1
15115 remaps. Handle string and vector `follow-link' values.
15116
15117 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
15118
15119 * complete.el (PC-expand-many-files): Try be more careful when parsing
15120 the shell's output.
15121
15122 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
15123
15124 * outline.el (hide-sublevels): Provide better interactive default.
15125
15126 2006-03-06 Kenichi Handa <handa@m17n.org>
15127
15128 * international/fontset.el (create-fontset-from-fontset-spec):
15129 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
15130
15131 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
15132
15133 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
15134 backslashes instead of one in regexp.
15135 (gud-tooltip-dereference): Add missing optional argument.
15136
15137 2006-03-04 John Paul Wallington <jpw@pobox.com>
15138
15139 * wdired.el (toplevel): Require `cl' at compile-time.
15140
15141 2006-03-04 Andreas Schwab <schwab@suse.de>
15142
15143 * server.el (server-process-filter): Handle errors during
15144 evaluation of the argument.
15145
15146 2006-03-03 John Paul Wallington <jpw@pobox.com>
15147
15148 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
15149 escape parentheses at beginning of line.
15150 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
15151 (t-mouse-mode): Remove period from end of error message.
15152
15153 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
15154
15155 * textmodes/flyspell.el (flyspell-process-localwords):
15156 Be case-sensitive.
15157
15158 2006-03-03 Martin Rudalics <rudalics@gmx.at>
15159
15160 * cus-edit.el (custom-quote): Remove function, since it has been
15161 moved to custom.el.
15162
15163 * font-lock.el (lisp-font-lock-keywords-2)
15164 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
15165 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
15166 they have no special meaning.
15167
15168 * midnight.el (clean-buffer-list): Handle case where base-buffer of
15169 indirect buffer gets killed before indirect buffer. Use dolist.
15170
15171 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
15172
15173 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
15174 value instead of a literal constant (1) on more pauses.
15175
15176 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
15177
15178 * textmodes/flyspell.el (flyspell-external-point-words):
15179 Be case-sensitive.
15180
15181 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
15182
15183 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
15184 with "www".
15185
15186 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
15187
15188 * allout.el: Restablish intermediate missing comment header to
15189 preserve outline structure.
15190 (allout-beginning-of-current-entry): Skip invisible text.
15191 (allout-open-topic): Fix opening a topic at end-of-buffer.
15192 (allout-minor-mode): Move nearer to allout-mode function.
15193
15194 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
15195
15196 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
15197
15198 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
15199
15200 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
15201 is nil.
15202
15203 * progmodes/gud.el (gud-speedbar-menu-items):
15204 Use buffer-local-value and add missing :visible keyword.
15205
15206 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
15207
15208 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
15209
15210 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
15211 must be `follow-link'.
15212
15213 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
15214
15215 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
15216 formatting: No nested anchors.
15217 (org-all-targets): Fix bug with XEmacs compatibility.
15218 (org-read-date): Add (require 'parse-time).
15219 (org-set-tags): Fix bug with extra inserted space.
15220 (org-export-html-style): Define a style class for targets.
15221 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
15222 (org-hide-leading-stars): New option.
15223 (org-hide): New face.
15224 (org-set-font-lock-defaults): Allow to hide leading stars.
15225 (org-get-legal-level, org-tr-level): New functions.
15226 (org-odd-levels-only): New option.
15227 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
15228 (org-demote, org-promote): Deal with double-star levels.
15229 (org-convert-to-odd-levels): New command.
15230
15231 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
15232
15233 * speedbar.el (speedbar-update-localized-contents): Try to
15234 preserve window-start.
15235 (speedbar-update-directory-contents): Try to preserve window-start
15236 and window-point.
15237 (speedbar-update-special-contents): Don't move back to start of window.
15238
15239 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
15240 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
15241 speedbar-timer-fn.
15242 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
15243 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
15244 instead of gdb-speedbar-timer-fn.
15245
15246 2006-02-28 Jay Belanger <belanger@truman.edu>
15247
15248 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
15249 (math-compose-expr): Use latex option when calling
15250 `math-compose-tex-matrix' for latex mode.
15251
15252 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
15253
15254 * speedbar.el: Re-instate comments about developing for speedbar
15255 [this is what info and gdb-ui use even if better methods exist now].
15256
15257 * t-mouse.el: New file.
15258 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
15259 (t-mouse-lispy-buffer-posn-from-coords): Remove.
15260 (t-mouse-make-event-element): Use posn-at-x-y instead.
15261 (t-mouse-make-event): Deal with Fedora Core 3.
15262 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
15263 (t-mouse-mouse-position-function): New function. Use it instead
15264 of advising mouse-position.
15265 (t-mouse-mode): New minor mode.
15266 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
15267
15268 2006-02-27 Glenn Morris <rgm@gnu.org>
15269
15270 * calendar/calendar.el (calendar-holidays): Doc fix.
15271
15272 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
15273
15274 * progmodes/gdb-ui.el (gdb-source-window): New variable.
15275 Re-introduce the concept of a source window.
15276 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
15277 consistency with get-buffer-create.
15278 (def-gdb-auto-update-handler, gdb-info-locals-handler)
15279 (gdb-data-list-register-values-handler)
15280 (gdb-stack-list-locals-handler): Try to preserve window-start as
15281 well as window-point.
15282 (gdb-display-source-buffer): New function (old concept).
15283 (gdb-goto-breakpoint): Use it.
15284
15285 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
15286 for gdb-ui/gdb-mi (old concept).
15287
15288 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
15289
15290 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
15291 binding.
15292
15293 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
15294
15295 * textmodes/reftex-sel.el (reftex-select-label-map)
15296 (reftex-select-bib-map): Add `follow-mouse' binding.
15297
15298 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
15299
15300 * jka-cmpr-hook.el (jka-compr-compression-info-list)
15301 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
15302 Give :set functions to provide automatic updating.
15303 Update docstring. Give compiler defvars early in the file
15304 and move the defcustoms to a later spot where all called functions
15305 are defined.
15306 (jka-compr-file-name-handler-entry): Doc fix.
15307 (jka-compr-compression-info-list--internal)
15308 (jka-compr-mode-alist-additions--internal)
15309 (jka-compr-load-suffixes--internal): New variables.
15310 (jka-compr-install): Set the three above variables.
15311 Update `load-file-rep-suffixes' instead of `load-suffixes'.
15312 (jka-compr-update, jka-compr-set): New functions.
15313 (auto-compression-mode): Doc fix.
15314
15315 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
15316 Update `load-file-rep-suffixes' instead of `load-suffixes'.
15317 Use jka-compr-compression-info-list--internal,
15318 jka-compr-mode-alist-additions--internal and
15319 jka-compr-load-suffixes--internal.
15320
15321 * files.el (load-library):
15322 * loadhist.el (file-loadhist-lookup):
15323 * startup.el (command-line):
15324 * subr.el (locate-library):
15325 * emacs-lisp/autoload.el (update-directory-autoloads):
15326 * emacs-lisp/find-func.el (find-library-suffixes):
15327 Use `get-load-suffixes' instead of `load-suffixes'.
15328
15329 * subr.el (locate-library):
15330 * emacs-lisp/find-func.el (find-library-name):
15331 Use `load-file-rep-suffixes' instead of '("").
15332
15333 2006-02-26 Kim F. Storm <storm@cua.dk>
15334
15335 * ido.el (ido-save-history, ido-load-history): Simplify.
15336 Don't use find-file-noselect to avoid interference from other modes.
15337
15338 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
15339
15340 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
15341 to use the default shell if filename is not available.
15342 Reported by Giorgos Keramidas.
15343
15344 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
15345
15346 * progmodes/etags.el (tags-completion-table): Do completion from
15347 all the tables in the current list, as documented in the manual.
15348
15349 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15350
15351 * CC Mode Update to 5.31.3.
15352
15353 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15354
15355 * progmodes/cc-mode.el (c-postprocess-file-styles):
15356 Bind inhibit-read-only to t, around the call to
15357 c-remove-any-local-eval-or-mode-variables, so that it works on a
15358 RO file.
15359
15360 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15361
15362 * progmodes/cc-awk.el: Correct a typo.
15363
15364 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15365
15366 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
15367 c-hungry-delete-backwards, at the request of RMS. Leave the old
15368 name as an alias.
15369
15370 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15371
15372 * progmodes/cc-mode.el: Correct a typo.
15373
15374 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15375
15376 * progmodes/cc-defs.el: Update the version number to 5.31.3.
15377
15378 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15379
15380 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
15381 brace-else-brace (error due to mbeg, mend being undefined).
15382
15383 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15384
15385 * progmodes/cc-mode.el: File Local variables: Solve the problem
15386 where both `mode' and c-file-offsets are specified: `mode' will
15387 overwrite c-f-o's settings:
15388 (c-remove-any-local-eval-or-mode-variables): New function.
15389 (c-postprocess-file-styles): Call the above new function, within
15390 c-tentative-buffer-change, to splat `mode' and `eval' before the
15391 second hack-local-variables.
15392
15393 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15394
15395 * progmodes/cc-mode.el:
15396 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
15397 (c-after-change): Protect the match data with save-match-data.
15398 It was getting corrupted by c-after-change-check-<>-operators.
15399
15400 * progmodes/cc-defs.el: [Supersedes patch V1.38]:
15401 (top level): Check for a buggy font-lock-compile-keywords ONLY in
15402 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
15403
15404 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
15405 with save-match-data. It was being corrupted when Font Lock was
15406 not enabled.
15407
15408 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15409
15410 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
15411 Mode and Subword Mode.
15412
15413 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
15414 real labels ("case 1:" or "foo:") from non-labels ("public:").
15415 (c-forward-objc-directive): Replace c-forward-token-2 with crude
15416 coding; c-f-t-2 doesn't move over a token at EOB.
15417
15418 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
15419
15420 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
15421 (c-update-modeline): Concatenate the minor mode indicators
15422 directly onto mode-name, removing c-submode-indicators.
15423 Sometimes, c-s-i got separated from the mode name on the mode line.
15424
15425 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
15426 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
15427
15428 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15429
15430 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
15431 error message when there's an evaluation error to show whether
15432 it's loaded from source or not.
15433 (c-filter-ops): Make it available at runtime too to work when
15434 `c-make-init-lang-vars-fun' needs to evaluate from source.
15435
15436 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
15437
15438 * help.el (help): Revert last part of 2006-02-23 change (deletion
15439 of the `provide' call).
15440
15441 2006-02-23 Juri Linkov <juri@jurta.org>
15442
15443 * compare-w.el (compare-windows-highlight): Add new value
15444 `persistent' and change :type from `boolean' to `choice'.
15445 (compare-windows-overlays1, compare-windows-overlays2):
15446 New internal variables.
15447 (compare-windows-highlight): If compare-windows-highlight is
15448 `persistent', add current overlays to compare-windows-overlays[12]
15449 instead of adding compare-windows-dehighlight to pre-command-hook.
15450 (compare-windows-dehighlight): Delete all overlays from
15451 compare-windows-overlays[12].
15452
15453 * info.el (Info-search): Don't bind search-spaces-regexp to
15454 Info-search-whitespace-regexp in non-regexp isearch mode.
15455
15456 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15457
15458 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
15459
15460 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
15461
15462 * textmodes/org.el (org-xemacs-p)
15463 (org-export-html-show-new-buffer, org-table-may-need-update)
15464 (org-insert-item, org-mhe-get-message-real-folder)
15465 (org-mhe-get-message-folder-from-index)
15466 (org-mhe-get-message-folder, org-mhe-get-message-num)
15467 (org-mhe-get-header, org-make-org-heading-search-string)
15468 (org-make-org-heading-camel, org-table-sort-lines)
15469 (org-format-org-table-html, org-format-table-table-html):
15470 Fix typos in docstrings.
15471
15472 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
15473
15474 * textmodes/org.el (org-cleaned-string-for-export)
15475 (org-solidify-link-text): New function.
15476 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
15477 XEmacs, just to silence the compiler.
15478 (org-export-as-ascii, org-export-as-html-and-open):
15479 Use `org-cleaned-string-for-export' and create internal links.
15480 (org-follow-mhe-link): Require mh-e, use folder.
15481
15482 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
15483
15484 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
15485
15486 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
15487 gdb-debug-log-length.
15488 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
15489 it a real ring but...
15490 (gud-gdba-marker-filter): ...make it work like mark-ring.
15491 (gdb-enable-debug): Rename from gdb-enable-debug-log.
15492 (gdb-mouse-jump): New function. Add bindings.
15493
15494 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
15495
15496 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
15497 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
15498 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
15499 (gdb-debug-log-length): Customize it's length.
15500 (gud-watch, gdb-var-create-handler): Display function::var format
15501 but don't use to create variable object.
15502 (gdb-var-create-handler): Use message-box in place of message.
15503 (gdb-stopped): Call gdb-exited if signalled.
15504
15505 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
15506
15507 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
15508
15509 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
15510
15511 * textmodes/reftex.el (reftex-locate-file): Search all extensions
15512 if `reftex-try-all-extensions' is set.
15513
15514 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
15515 fail silently when there is no valid argument at point.
15516 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
15517 `fail-silently' argument. From a patch by David Reiter.
15518
15519 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
15520 New commands.
15521 (org-mark-ring): New variable.
15522 (org-mark-ring-length): New option.
15523 (org-open-at-point, org-goto, org-open-file): Push old position
15524 onto the mark ring.
15525 (org-add-hook): New function.
15526 (org-export-table-remove-special-lines): New option.
15527 (org-skip-comments, org-format-org-table-html): Respect new
15528 option `org-export-table-remove-special-lines'.
15529 (org-open-file): Allow special command configuration for
15530 directory link.
15531 (org-file-apps): Fix bugs in customize type, added setting
15532 for directories.
15533 (org-activate-tags, org-format-agenda-item, org-complete)
15534 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
15535 (org-get-tags, org-get-buffer-tags, org-open-at-point)
15536 (org-link-search, org-make-org-heading-search-string)
15537 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
15538 (org-radio-targets, org-file-link-context-use-camel-case)
15539 (org-activate-camels): New options.
15540 (org-update-radio-target-regexp, org-all-targets)
15541 (org-make-target-link-regexp, org-activate-target-links):
15542 New functions.
15543 (org-make-org-heading-search-string): New function.
15544 (org-store-link, org-insert-link): Use new option
15545 `org-file-link-context-use-camel-case'.
15546 (org-activate-camels): Use new option `org-activate-camels'.
15547 (org-link-regexp): Add mhe prefix.
15548 (org-open-at-point, org-store-link): Support for mhe links.
15549 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
15550 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
15551 (org-mhe-get-header, org-follow-mhe-link): New functions.
15552 (org-remove-angle-brackets, org-add-angle-brackets):
15553 New functions.
15554 (org-bracket-link-regexp): New constant.
15555 (org-read-date): Fix bug that was rejecting all typed dates.
15556 (org-link-search): Make hierarchy above visible after a match.
15557 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
15558 (org-store-link): Fix bug with link creation when cursor is in
15559 an empty line.
15560 (org-open-at-point): Fix bug with matching a link.
15561 Fixed buggy argument sequence in call to `org-view-tags'.
15562 (org-compile-prefix-format): Set `org-prefix-has-tag'.
15563 (org-prefix-has-tag): New variable.
15564 (org-format-agenda-item): Remove tags from headline
15565 if appropriate.
15566 (org-agenda-remove-tags-when-in-prefix): New option.
15567
15568 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
15569
15570 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
15571 Fix the regular expressions.
15572
15573 2006-02-21 Richard M. Stallman <rms@gnu.org>
15574
15575 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
15576 if there's no other specific basis.
15577
15578 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
15579 as variables at all.
15580 (unsafep-variable): Rename arg; doc fix.
15581
15582 * abbrevlist.el (list-one-abbrev-table): Add autoload.
15583
15584 * calendar/appt.el (diary-selective-display): Add defvar.
15585
15586 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
15587
15588 * isearch.el (search-whitespace-regexp): Fix custom type.
15589
15590 * help.el (describe-key-briefly): Compute interactive args
15591 in same was as before previous change.
15592
15593 * files.el (enable-local-variables): Doc fix.
15594
15595 2006-02-21 Kim F. Storm <storm@cua.dk>
15596
15597 * fringe.el: Cleanup as file is now pre-loaded.
15598 (fringe-bitmaps): Initialize unconditionally.
15599 (fringe-mode, set-fringe-style): Remove autoload cookies.
15600
15601 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
15602
15603 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
15604 `horizontal-bar'.
15605 (fringe-cursor-alist): Use `horizontal-bar'.
15606
15607 2006-02-20 Kim F. Storm <storm@cua.dk>
15608
15609 * fringe.el (fringe-bitmaps): Update to new bitmap names.
15610 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
15611
15612 * loadup.el: Load "fringe" on window systems.
15613
15614 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
15615
15616 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
15617 out of scope components.
15618
15619 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
15620 default.
15621
15622 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
15623
15624 * custom.el (customize-mark-to-save, customize-mark-as-set):
15625 Load the symbol first.
15626
15627 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
15628
15629 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
15630 strech spec so it doesn't display as "^J" on the header line
15631 when `Buffer-menu-use-header-line' is t.
15632
15633 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
15634
15635 * speedbar.el (speedbar-make-button): Keep text properties
15636 of string arguments if desired.
15637
15638 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
15639 expessions.
15640
15641 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
15642 of speedbar.
15643
15644 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
15645
15646 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
15647 to value of `read-file-name-completion-ignore-case'.
15648
15649 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
15650
15651 * custom.el (customize-mark-as-set): Push to `user' theme.
15652
15653 * cus-edit.el (custom-save-variables): Allow unthemed values.
15654 (customize-set-variable): Push setting to `user' theme.
15655
15656 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
15657
15658 * progmodes/gud.el: Don't require font-lock as it's now
15659 automatically loaded.
15660 (gud-speedbar-buttons): Replace gdb-var-changed with
15661 gdb-force-update.
15662
15663 * progmodes/gdb-ui.el (gdb-force-update): Rename from
15664 gdb-var-changed.
15665 (gdb-post-prompt): Use it.
15666 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
15667 (gdb-var-update-handler, gdb-var-delete)
15668 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
15669 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
15670 gdb-force-update in gdb-post-prompt.
15671 (gdb-reset): Clear watch expressions from speedbar when quitting.
15672
15673 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
15674
15675 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
15676 (viper-change-state-to-vi, viper-change-state-to-emacs):
15677 Make aware of cursor coloring in the Emacs state.
15678 (viper-special-read-and-insert-char): Use read-char-exclusive.
15679 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
15680
15681 * emulation/viper-init.el (viper-emacs-state-cursor-color):
15682 New variable.
15683
15684 * emulation/viper-util.el (viper-save-cursor-color)
15685 (viper-get-saved-cursor-color-in-replace-mode)
15686 (viper-get-saved-cursor-color-in-insert-mode)
15687 (viper-restore-cursor-color): Make aware of the cursor color
15688 in Emacs state.
15689 (viper-get-saved-cursor-color-in-emacs-mode): New function.
15690
15691 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
15692 (ediff-ignore-case-option3, ediff-actual-diff-options)
15693 (ediff-actual-diff3-options): New variables to control case sensitivity.
15694 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
15695 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
15696 (ediff-toggle-ignore-case): New function.
15697 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
15698
15699 * ediff-help.el (ediff-long-help-message-narrow2)
15700 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
15701 (ediff-long-help-message-word-mode): Add ignore-case command.
15702 (ediff-help-for-quick-help): Add ignore-case command.
15703
15704 * ediff-merg.el: Move provide to the end.
15705
15706 * ediff-ptch.el: Move provide to the end.
15707
15708 * ediff-wind.el: Move provide to the end.
15709
15710 * ediff-mult.el: Move provide to the end.
15711 (ediff-set-meta-overlay): Enable follow-link.
15712
15713 * ediff.el: Move provide to the end.
15714 Break recursive load cycle in eval-when-compile.
15715 (ediff-patch-buffer): Better heuristics.
15716
15717 * ediff-util.el: Move provide to the end.
15718 Break recursive load cycle in eval-when-compile.
15719 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
15720 defuns.
15721 (ediff-submit-report): Pass the values of ediff-diff3-program,
15722 ediff-diff3-options.
15723
15724 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
15725
15726 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
15727 the opening bracket of the following bracketing pairs: {}, [], (), <>,
15728 `' (for example, in the docstring of `windmove-default-keybindings').
15729
15730 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
15731
15732 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
15733 shadow face. Don't provide binding to edit variable when it is
15734 out of scope.
15735
15736 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
15737 (gdb-var-update-handler): Detect out of scope variables with pre
15738 GDB 6.4 too.
15739 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
15740 Reset status of variable objects to nil in update handlers.
15741 (gdb-var-update-handler-1): Detect when a variable object comes
15742 in scope. setcar on var changes gdb-var-list directly.
15743
15744 2006-02-17 Juri Linkov <juri@jurta.org>
15745
15746 * ffap.el (ffap) <defface>: Add explicit face declaration.
15747 (ffap-highlight): Use face `ffap' directly instead of checking
15748 for its existence.
15749
15750 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
15751 `visible-ok' of `other-buffer' to find the right original buffer.
15752
15753 * info.el (Info-search): Skip `Local Variables' node.
15754
15755 2006-02-17 Juri Linkov <juri@jurta.org>
15756
15757 * info.el (Info-find-file): Check for symbols `apropos', `history',
15758 `toc' in the input filename, and return these symbols as is.
15759 (Info-find-node-2): Set Info-current-file to symbols `apropos',
15760 `history', `toc' instead of strings.
15761 (Info-set-mode-line): For non-string Info-current-file use the
15762 symbol's name inside **.
15763 (Info-isearch-push-state): Add quote before Info-current-file and
15764 Info-current-node.
15765 (Info-isearch-pop-state): Use `equal' instead of `string='.
15766 (Info-extract-pointer, Info-following-node-name): Use
15767 `match-string-no-properties' instead of `match-string'.
15768 (Info-up): Check `old-file' for `stringp'.
15769 (Info-history): Use `equal' instead of `string-equal'.
15770 Check `file' for `stringp'.
15771 (Info-history): Use symbol `history' instead of string as first arg
15772 of `Info-find-node'.
15773 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
15774 `toc' instead of string.
15775 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
15776 instead of `buffer-substring', and `match-string-no-properties'
15777 instead of `match-string'.
15778 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
15779 instead of strings.
15780 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
15781 Use symbol `apropos' instead of string.
15782 (Info-copy-current-node-name): Check `Info-current-file' for
15783 `stringp' and construct a command with `Info-find-node' from it.
15784 (Info-fontify-node): Use `match-string-no-properties' instead of
15785 `match-string' and check file names for `stringp'.
15786 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
15787 `history', `toc' instead of strings.
15788
15789 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
15790
15791 * files.el: Rearrange functions and variables in the file local
15792 variables section.
15793
15794 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
15795
15796 * files.el: Add truncate-lines, ispell-check-comments and
15797 ispell-local-dictionary as safe local variables.
15798
15799 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
15800
15801 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
15802 out of scope variables.
15803 (gud-speedbar-buttons): Use unless.
15804
15805 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
15806 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
15807 (gdb-show-changed-values): Also use for out of scope variables.
15808 (gdb-var-update-handler-1): Note if variable goes out of scope.
15809
15810 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
15811
15812 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
15813 default to global variable values for unsupplied args.
15814 (rcirc-get-buffer-create): Fix bug with setting the target.
15815 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
15816 test for rcirc-always-use-server-buffer-flag here.
15817 (rcirc-response-formats): Add %N, which is a facified nick. %n
15818 uses the default face. Change the ACTION format string. If the
15819 "nick" is the server, don't print anything for that field.
15820 Comment fixes.
15821 (rcirc-target-buffer): Don't test
15822 rcirc-always-use-server-buffer-flag here.
15823 (rcirc-print): Squeeze extra spaces out of the text before message.
15824 (rcirc-put-nick-channel): Strip potential "@" char from nick
15825 before adding them to nick table.
15826 (rcirc-url-regexp): Improve to match address like "foo.com".
15827
15828 2006-02-17 Eli Zaretskii <eliz@gnu.org>
15829
15830 * allout.el (allout-hidden-p): Move this defsubst before
15831 allout-overlay-interior-modification-handler, where it is first
15832 used.
15833
15834 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
15835
15836 * allout.el: Use allout invisible-text overlays instead of
15837 selective display for concealed text. Also, lots of general
15838 cleanup, and improved compatibility code.
15839
15840 (allout-version): Incremented, corrected, revised, and refined
15841 module commentary.
15842
15843 (provide 'allout): Moved to the bottom, added a require of overlay.
15844
15845 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
15846 `except-current'.
15847 (allout-write-file-hook-handler): Minimize delay.
15848 (count-trailing-whitespace-region): New function so
15849 auto-encryption of current topic can resituate cursor exactly.
15850 PGP/GPG encryption trims trailing whitespace from lines, which
15851 must be accounted for across encryption then decryption.
15852
15853 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
15854 just plain "\C-c", to avoid intruding on user's keybinding space.
15855
15856 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
15857 parameter, so user request to provide a new password is done.
15858
15859 (allout-outside-normal-auto-fill-function, allout-auto-fill):
15860 Refined mechanism for auto-filling behavior while in allout mode.
15861
15862 (allout-mode): Explicitly specify the mode map in the docstring.
15863 Clarify provision for various write-file hook var names.
15864 Adjusted for invisible-text overlays instead of selective-display.
15865
15866 (allout-depth): Really return 0 if not within any topic. This
15867 rectifies `allout-beginning-of-level' and sequence numbering
15868 errors that occur when cutting and pasting numbered topics.
15869 Changed from a in-line subst to a regular function, as well.
15870
15871 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
15872
15873 (allout-end-of-subtree, allout-end-of-subtree)
15874 (allout-end-of-entry, allout-end-of-current-heading)
15875 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
15876 (allout-show-children, allout-show-to-offshoot)
15877 (allout-hide-current-entry, allout-show-current-entry): Rectified
15878 handling of trailing blank lines between items.
15879
15880 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
15881 (allout-current-depth, allout-unprotected, allout-hidden-p)
15882 (allout-on-current-heading-p, allout-listify-exposed)
15883 (allout-chart-subtree, allout-goto-prefix)
15884 (allout-back-to-current-heading, allout-get-body-text)
15885 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
15886 (allout-hide-region-body, allout-toggle-subtree-encryption)
15887 (allout-encrypt-string, allout-encrypted-key-info)
15888 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
15889 (allout-file-vars-section-data): Adjusted for use with
15890 invisible-text overlays instead of selective-display.
15891
15892 (allout-kill-line, allout-kill-topic, allout-yank-processing):
15893 Reworked for use with invisible text overlays.
15894
15895 (allout-current-topic-collapsed-p): New function.
15896
15897 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
15898 to know when to close the containing topic.
15899
15900 (allout-pre-command-business, allout-post-command-business):
15901 Simplify undo-batching and dynamic isearch exposure.
15902
15903 (allout-set-overlay-category): New for invisible-text overlays.
15904 Sets properties of allout-overlay-category, used by
15905 allout-flag-region to set invisible-text overlay properties.
15906 (allout-get-invisibility-overlay): Get the first qualifying
15907 invisibility overlay, so we can find the extent of it.
15908 (allout-back-to-visible-text): Get to just before the beginnining
15909 of the current invisibility overlay, if any.
15910
15911 (allout-overlay-insert-in-front-handler)
15912 (allout-overlay-interior-modification-handler)
15913 (allout-before-change-handler, allout-isearch-end-handler): New
15914 functions to handle extraordinary actions affecting concealed
15915 text.
15916
15917 (allout-flag-region): Use overlays instead of selective-display
15918 for invisible text - by inheritence from the properties of
15919 allout-overlay-category in mainline Emacs, and applied
15920 property-by-property in XEmacs, some recent versions of which
15921 don't inherit the properties from the category. Provisions to
15922 respond to concealed-text edits simplified drastically.
15923
15924 (allout-isearch-rectification, allout-isearch-was-font-lock)
15925 (allout-isearch-expose, allout-enwrap-isearch)
15926 (allout-isearch-abort, allout-pre-was-isearching)
15927 (allout-isearch-prior-pos, allout-isearch-did-quit)
15928 (allout-isearch-dynamic-expose)
15929 (allout-hide-current-entry-completely): Functions deleted.
15930
15931 (allout-undo-aggregation): Explicit undo aggregation no longer
15932 necessary due to transition away from selective-display.
15933
15934 (set-allout-regexp, allout-up-current-level)
15935 (allout-next-visible-heading, allout-forward-current-level)
15936 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
15937 (allout-kill-line, allout-yank-processing, allout-show-children)
15938 (allout-expose-topic, allout-old-expose-topic)
15939 (allout-listify-exposed, allout-insert-latex-header)
15940 (allout-toggle-subtree-encryption, allout-encrypt-string)
15941 (remove-from-invisibility-spec, allout-hide-current-subtree):
15942 Ditched unused variables.
15943
15944 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
15945
15946 * textmodes/ispell.el (ispell-change-dictionary): Call
15947 ispell-buffer-local-dict instead of
15948 ispell-accept-buffer-local-defs.
15949 (ispell-local-dictionary-alist): Accept as valid any coding-system
15950 supported by Emacs.
15951 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
15952 changed to iso-8859-3.
15953
15954 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
15955
15956 * speedbar.el (speedbar-frame-width): Make an inline function
15957 instead of a macro. Use frame-width.
15958 (speedbar-try-completion, speedbar-update-contents)
15959 (speedbar-timer-fn): Use consp.
15960 (speedbar-update-localized-contents): Try to preserve point.
15961
15962 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
15963 (menu): Re-order menu items.
15964 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
15965 field.
15966 (gdb-var-update-handler-1): Use it for GDB 6.4+.
15967 (gdb-post-prompt): Speed things by not forcing update.
15968
15969 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
15970
15971 * wid-edit.el (widget-button-click): For mouse-1, cancel button
15972 press and perform default action if we get a mouse movement event.
15973
15974 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
15975
15976 * calendar/icalendar.el (icalendar--get-event-property)
15977 (icalendar--get-event-property-attributes): Fix typos in
15978 docstrings.
15979
15980 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
15981 docstring.
15982
15983 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
15984
15985 * bs.el (bs-mode): Use `buffer-disable-undo'.
15986 (bs--get-file-name): Simplify.
15987 (bs-show-in-buffer): Mark the buffer as not modified.
15988
15989 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
15990
15991 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
15992 widget-button-click.
15993
15994 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
15995 (custom-mode): Update docstring.
15996
15997 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
15998 binding.
15999
16000 * files.el (hack-local-variables-confirm): Allow scrolling if the
16001 file variable list is too long. Kill temp buffer after use.
16002
16003 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
16004
16005 * progmodes/gud.el (gdb): Improve doc string.
16006 (gdb-script-font-lock-keywords): Expand allowed character set.
16007
16008 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
16009 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
16010 (gdb-separate-io-interrupt, gdb-separate-io-quit)
16011 (gdb-separate-io-stop, gdb-separate-io-eof):
16012 Rename from gdb-inferior-* to gdb-separate-*.
16013 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
16014
16015 2006-02-14 Jay Belanger <belanger@truman.edu>
16016
16017 * calc/calc-arith.el (math-check-known-scalarp): Make sure
16018 expression is a symbol before checking that it is bound.
16019
16020 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
16021 test to see if equation can be solved.
16022
16023 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
16024
16025 * wid-edit.el (widget-button-click): Use :pressed-face property
16026 for overlay face, if it exists.
16027
16028 * cus-edit.el (custom-manual, custom-add-see-also)
16029 (custom-add-parent-links, custom-group-link): Add :pressed-face
16030 property to links.
16031
16032 * files.el (hack-local-variables): Remove ignored variables before
16033 checking if any variables need setting.
16034
16035 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16036
16037 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
16038
16039 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
16040
16041 * help.el (where-is): Fix message for remapped commands.
16042
16043 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
16044 Fix typos in docstrings.
16045
16046 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
16047
16048 * files.el (safe-local-variable-values): New option.
16049 (hack-local-variables-prop-line): Return a list of variable-value
16050 pairs if MODE-ONLY is non-nil.
16051 (hack-local-variables): Construct list of variable-value pairs,
16052 and apply or reject them in one go. Ask for confirmation if
16053 variables are not known safe.
16054 (hack-local-variables-confirm): Complete rewrite. Support
16055 `safe-local-variable-values'.
16056 (enable-local-variables): Update docstring to reflect new
16057 behavior.
16058 (ignored-local-variables): Ignore ignored-local-variables and
16059 safe-local-variable-values.
16060 (safe-local-variable-p): New function.
16061 (risky-local-variable-p): `safe-local-variable' property check
16062 moved to safe-local-variable-p.
16063 (hack-one-local-variable): Checks moved to hack-local-variables.
16064
16065 (byte-compile-dynamic, c-basic-offset, c-file-style)
16066 (c-indent-level, comment-column, fill-column, fill-prefix)
16067 (indent-tabs-mode, kept-new-versions, no-byte-compile)
16068 (no-update-autoloads, outline-regexp, page-delimiter)
16069 (paragraph-start, paragraph-separate, sentence-end)
16070 (sentence-end-double-space tab-width, version-control):
16071 Add `safe-local-variable' property.
16072
16073 * find-lisp.el: Delete nonexistent `autocompile' file variable.
16074
16075 * icomplete.el, play/landmark.el: Change nonexistent
16076 `outline-layout' file variable to `allout-layout'.
16077
16078 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
16079
16080 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
16081 (gdb-get-changed-registers): Test value of gud-minor-mode relative
16082 to gud-comint-buffer.
16083 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
16084 gdb-ui.el for gdb-mi.el.
16085 (gdb-post-prompt, gdb-get-changed-registers): Move test for
16086 registers buffer to gdb-get-changed-registers.
16087 (gdb-breakpoint-regexp): New regexp. Allow toggling and
16088 deletion of catchpoints (throw and catch).
16089 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16090 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
16091 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
16092 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
16093 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
16094
16095 2006-02-13 Jay Belanger <belanger@truman.edu>
16096
16097 * calc/calc-arith.el (math-check-known-matrixp): Make sure
16098 expression is a symbol before checking that it is bound.
16099
16100 2006-02-13 Richard M. Stallman <rms@gnu.org>
16101
16102 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
16103 for the minibuffer too, but not if resize-mini-windows will interfere.
16104
16105 * help.el (describe-key-briefly, describe-key): Do all arg-reading
16106 inside `interactive' spec.
16107 (describe-key-briefly-internal, describe-key-internal):
16108 Functions merged back into their callers.
16109
16110 2006-02-13 Martin Rudalics <rudalics@gmx.at>
16111
16112 * info.el (info-xref-visited): Inherit from info-xref too.
16113 (Info-set-mode-line): Replace occurrences of `%' by `%%'
16114 when propertizing Info-current-file and Info-current-node.
16115
16116 2006-02-13 Juri Linkov <juri@jurta.org>
16117
16118 * tumme.el (tumme-thumbnail-storage): Fix docstring.
16119 (tumme-thumb-name): Fix per-directory format.
16120
16121 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
16122
16123 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
16124
16125 2006-02-12 Miles Bader <miles@gnu.org>
16126
16127 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
16128
16129 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
16130
16131 * tumme.el: Remove history section. If someone needs the it, it
16132 can always be found in CVS.
16133
16134 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
16135
16136 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
16137 about the Thumbnail Managing Standard option.
16138
16139 2006-02-12 Richard M. Stallman <rms@gnu.org>
16140
16141 * subr.el (substitute-key-definition): Doc fix.
16142
16143 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
16144
16145 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
16146
16147 * info.el (Info-mode): Doc fix.
16148
16149 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
16150
16151 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
16152
16153 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
16154 because on Solaris a POSIX compatible "id" is needed. Reported by
16155 Magnus Henoch <mange@freemail.hu>.
16156
16157 2006-02-12 Juri Linkov <juri@jurta.org>
16158
16159 * tumme.el: Remove todo item about Thumbnail Managing Standard.
16160 (tumme) <defgroup>: Change :group to `multimedia'.
16161 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
16162 Managing Standard.
16163 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
16164 Fix dostring.
16165 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
16166 and %y. Fix docstring.
16167 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
16168 (tumme-cmd-create-standard-thumbnail-command): New user options.
16169 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
16170 is `standard'. Fix docstring.
16171 (tumme-thumb-width, tumme-thumb-height): New user options.
16172 (tumme-external-viewer): Try to find various viewers.
16173 (tumme-get-thumbnail-image): Use `create-image' instead of
16174 constructing the `image' structure.
16175 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
16176 `standard'.
16177 (tumme-thumb-name): Add file name generation for standard storage.
16178 Simplify code for other storages.
16179 (tumme-thumb-name): Use width %w and height %h instead of size %s.
16180 Add modification time %m and thumbnail-nq8 %q.
16181 Use `tumme-cmd-create-standard-thumbnail-command' if
16182 tumme-thumbnail-storage is `standard'.
16183 (tumme-dired-insert-marked-thumbs): New autoload command.
16184 (tumme-dired-after-readin-hook): New function.
16185 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
16186 `tumme-thumb-size'.
16187 (tumme-display-image): Replace size-x %x and size-y %y with
16188 width %w and height %h.
16189
16190 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
16191 `tumme-dired-insert-marked-thumbs'.
16192
16193 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
16194
16195 * tumme.el (tumme-write-tag): Fix small bug (file name did not
16196 include path).
16197 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
16198 matching tag.
16199
16200 2006-02-12 Miles Bader <miles@gnu.org>
16201
16202 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
16203 New variables.
16204 (rcirc-abbrev-nick): New function.
16205 (rcirc-format-response-string): Rewrite to use the formats in
16206 `rcirc-response-formats' and expand escape sequences therein.
16207 A text-property `rcirc-text' is added over the actual response
16208 text to make easy to find inside the returned string.
16209 (rcirc-print): When filling, just look for the `rcirc-text'
16210 text-property to find the appropriate fill prefix, instead of
16211 using hardwired patterns.
16212
16213 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
16214
16215 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
16216 Managing Standard.
16217
16218 2006-02-11 Kim F. Storm <storm@cua.dk>
16219
16220 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
16221 Don't use insert-buffer; do insert-buffer-substring directly.
16222 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
16223
16224 2006-02-11 Martin Rudalics <rudalics@gmx.at>
16225
16226 * files.el (revert-buffer, recover-file): Replace buffer-read-only
16227 with inhibit-read-only. Suggested by Stefan Monnier.
16228 (revert-buffer): Let insert-file-contents discard
16229 buffer-undo-list. Simplify code.
16230 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
16231
16232 2006-02-11 Eli Zaretskii <eliz@gnu.org>
16233
16234 * menu-bar.el (menu-bar-select-yank): Add a doc string.
16235
16236 * help.el (describe-key-briefly): Now a wrapper for
16237 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
16238 to t. Populate yank-menu if empty.
16239 (describe-key-briefly-internal): Renamed from describe-key-briefly.
16240 (describe-key): Now a wrapper for describe-key-internal. Bind
16241 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
16242 (describe-key-internal): Renamed from describe-key.
16243
16244 2006-02-11 Milan Zamazal <pdm@zamazal.org>
16245
16246 * progmodes/glasses.el (glasses-separator): Doc fix.
16247 (glasses-original-separator): New defcustom.
16248 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
16249
16250 2006-02-11 Martin Rudalics <rudalics@gmx.at>
16251
16252 * mwheel.el (mouse-wheel-up-event): Doc fix.
16253
16254 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
16255
16256 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
16257 (tumme-dir): New function. Copied from thumbs.el.
16258
16259 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
16260
16261 * desktop.el (desktop-outvar): Fix typo.
16262 (desktop-save-buffer-p): Doc fix.
16263
16264 * subr.el (substitute-key-definition): Fix typo.
16265
16266 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16267
16268 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
16269 when window-system is mac.
16270
16271 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
16272
16273 2006-02-10 Kim F. Storm <storm@cua.dk>
16274
16275 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
16276 indirect-function instead of using condition-case.
16277
16278 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
16279
16280 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
16281 less `colloquial'...
16282
16283 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
16284
16285 * tumme.el: Add a couple of todo items.
16286
16287 2006-02-09 Lars Hansen <larsh@soem.dk>
16288
16289 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
16290 (highlight-changes-mode): Don't change desktop-locals-to-save.
16291
16292 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
16293
16294 * image-mode.el (image-toggle-display): Clear image cache if using
16295 filename.
16296
16297 2006-02-09 Masatake YAMATO <jet@gyve.org>
16298
16299 * dired-x.el (dired-guess-shell-alist-default): Add .man as
16300 a `dired-man' target.
16301
16302 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
16303 boundary of symbols.
16304
16305 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
16306
16307 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
16308
16309 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
16310
16311 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
16312 `mapcar'; return nil.
16313
16314 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
16315
16316 * mouse.el (mouse-drag-track): Don't change window if we rebind to
16317 some other event.
16318
16319 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
16320
16321 * net/rcirc.el (rcirc-startup-channels-alist):
16322 Add irc.freenode.net and #emacs as defaults.
16323 (rcirc-ignore-all-activity-flag): Remove variable.
16324 (rcirc-authinfo): New variable.
16325 (rcirc-authinfo-filename): Remove variable.
16326 (rcirc-always-use-server-buffer-flag): New flag.
16327 (rcirc): M-x rcirc will automatically connect without prompting.
16328 C-u M-x rcirc will prompt. Use rcirc-connect to create a
16329 connection in lisp.
16330 (rcirc-process-server-response-1): Remove everything but the nick
16331 portion of the sender so it doesn't need to be done everywhere
16332 else. Update related code.
16333 (global-map): Remove global keybindings.
16334 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
16335 (rcirc-send-input): Split into several functions.
16336 (rcirc-process-input-line, rcirc-process-message)
16337 (rcirc-process-command): New functions.
16338 (rcirc-target-buffer): New function to determine where to route
16339 messages.
16340 (rcirc-user-nick): Save match data.
16341 (rcirc-toggle-ignore-buffer-activity)
16342 (rcirc-update-activity-string): Remove global ignore functionality,
16343 which can be done now by toggling rcirc-track-minor-mode.
16344 (rcirc-track-minor-mode-map): New keymap.
16345 (rcirc-track-minor-mode): New minor-mode.
16346 (ignore): Make the ignore output nicer. Always print it when
16347 adding or removing nicks.
16348 (rcirc-url-regexp): Improve.
16349 (rcirc-mangle-text): Remove properties before using text in the
16350 modeline.
16351 (rcirc-authenticate): Authentication data comes from
16352 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
16353 (rcirc-server-prefix): Inherit from rcirc-server.
16354
16355 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
16356
16357 * Makefile.in (compile): Append "|| true" to the end of the `find'
16358 command, like compile-always does.
16359
16360 2006-02-08 Sam Steingold <sds@gnu.org>
16361
16362 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
16363 output from a dead connection.
16364
16365 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
16366
16367 * dired.el (dired-mode-map): Add more bindings for tumme.
16368
16369 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
16370
16371 * wdired.el (wdired-mode-map): Use remap.
16372 (wdired-get-filename): Massage.
16373 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
16374 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
16375 `keymap' property rather than `local-map'.
16376
16377 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
16378
16379 * tumme.el (tumme-get-thumbnail-image): New utility function.
16380 Suggested by from Chong Yidong.
16381 (tumme-dired-with-window-configuration): Rename from
16382 `tumme-dired'. Add code to save window configuration.
16383 (tumme-restore-window-configuration): New command to restore the
16384 window configuration that `tumme-dired-with-window-configuration'
16385 saves before it changes the window configuration.
16386 (tumme-show-all-from-dir): New command to display thumbnails for
16387 all files in a directory entered by the user, like M-x thumbs.
16388 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
16389 have been created.
16390 (tumme-display-thumbnail-original-image): Call `display-buffer'.
16391 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
16392 Remove obsolete test function.
16393
16394 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
16395
16396 * vc.el (small-temporary-file-directory): Remove defvar; there's
16397 a defcustom for it in files.el.
16398
16399 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
16400 Fix typo in message.
16401 (tumme-gallery-generate): Fix typo in `error' message.
16402 (tumme-display-window-height-correction)
16403 (tumme-display-window-width-correction, tumme-line-up-dynamic)
16404 (tumme-line-up-interactive): Dox fixes.
16405 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
16406 (tumme-restore-window-configuration, tumme-format-properties-string)
16407 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
16408 Fix typos in docstrings.
16409
16410 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
16411
16412 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
16413
16414 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
16415
16416 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
16417 User should use hook if desired.
16418
16419 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
16420 buffer if necessary.
16421 (gdb-delete-frame-or-window): New function.
16422 (gdb-breakpoints-mode-map): Bind "q" to it.
16423
16424 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
16425
16426 * textmodes/nroff-mode.el: Clean up name space.
16427 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
16428 (nroff-mode): Obey the global setting of nroff-electric-mode.
16429 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
16430
16431 * calendar/calendar.el (calendar-increment-month): Typo in last change.
16432
16433 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
16434
16435 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
16436
16437 2006-02-06 Lars Hansen <larsh@soem.dk>
16438
16439 * generic-x.el (etc-fstab-generic-mode): Add file system types
16440 cifs and usbdevfs. Allow special chars in file names.
16441
16442 2006-02-05 Jay Belanger <belanger@truman.edu>
16443
16444 Update copyright notices of the files in lisp/calc.
16445
16446 2006-02-05 Romain Francoise <romain@orebokech.com>
16447
16448 Update copyright notices of all files in the lisp/play directory.
16449
16450 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
16451
16452 * ldefs-boot.el: Regenerate.
16453
16454 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
16455
16456 2006-02-05 Kim F. Storm <storm@cua.dk>
16457
16458 * files.el (magic-mode-regexp-match-limit): New defvar.
16459 (set-auto-mode): Use it to limit magic-mode-alist matching.
16460
16461 2006-02-04 Eli Zaretskii <eliz@gnu.org>
16462
16463 * info.el (Info-index, Info-mode): Improve the description of the
16464 `i' command.
16465
16466 * ldefs-boot.el: Regenerate.
16467
16468 2006-02-03 Werner Lemberg <wl@gnu.org>
16469
16470 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
16471 greedy to find the closing bracket in \*[...] and similar
16472 expressions. This is a first rough fix -- many additional
16473 refinements are necessary to make nroff mode really usable with groff.
16474
16475 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
16476
16477 * international/mule-cmds.el (set-locale-environment):
16478 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
16479 libX11.
16480
16481 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
16482
16483 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
16484 archive are created in archive-tmpdir.
16485
16486 2006-02-02 John Paul Wallington <jpw@pobox.com>
16487
16488 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
16489 (ibuffer-fontification-alist): Use it.
16490 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
16491 to "* z" and the Ibuffer Mark menu.
16492
16493 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
16494
16495 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
16496
16497 * textmodes/table.el (*table--cell-describe-mode)
16498 (*table--cell-describe-bindings): Undo last change since
16499 print-help-return-message is not obsoleted by anything at all.
16500
16501 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
16502
16503 * emulation/cua-base.el (cua-mode): Doc fix.
16504
16505 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
16506
16507 * dframe.el (dframe-handle-make-frame-visible)
16508 (dframe-handle-iconify-frame, dframe-get-focus)
16509 (dframe-select-attached-frame, dframe-power-click)
16510 (dframe-frame-mode): Fix typos in docstrings.
16511
16512 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
16513 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
16514 Fix typos in docstrings.
16515
16516 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
16517 (hi-lock-face-buffer, hi-lock-font-lock-hook)
16518 (hi-lock-archaic-interface-message-used)
16519 (hi-lock-file-patterns-range): Fix typos in docstrings.
16520
16521 * savehist.el (savehist-loaded, savehist-load, savehist-install)
16522 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
16523
16524 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
16525 Fix typo in docstring.
16526
16527 * net/newsticker.el (newsticker--decode-iso8601-date)
16528 (newsticker--set-customvar, newsticker--buffer-insert-item)
16529 (newsticker--do-run-auto-mark-filter)
16530 (newsticker--parse-generic-feed): Doc fixes.
16531 (newsticker--retrieval-timer-list, newsticker-url-list)
16532 (newsticker-hide-immortal-items-in-echo-area)
16533 (newsticker-hide-obsolete-items-in-echo-area)
16534 (newsticker-new-item-face, newsticker--enclosure)
16535 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
16536 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
16537 (newsticker--parse-generic-feed, newsticker--cache-contains)
16538 (newsticker--stat-num-items, newsticker-download-enclosures):
16539 Fix typos in docstrings.
16540
16541 * net/rcirc.el (rcirc-debug): Doc fix.
16542 (rcirc-fill-column, rcirc-receive-message-hooks)
16543 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
16544 (rcirc-mode, rcirc-generate-new-buffer-name)
16545 (rcirc-startup-channels, rcirc-ignore-update-automatic)
16546 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
16547 Fix typos in docstrings.
16548 (rcirc-print): "?\ " -> "?\s".
16549 (rcirc-cmd-join): Improve argument/docstring consistency.
16550
16551 2006-02-01 Mark A. Hershberger <mah@everybody.org>
16552
16553 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
16554 before narrow-to-region.
16555
16556 2006-02-01 Richard M. Stallman <rms@gnu.org>
16557
16558 * simple.el (move-beginning-of-line): Scan properly for invis change.
16559
16560 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
16561
16562 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
16563
16564 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
16565 change bit only when id-format is 'integer. Reported by Matt
16566 Hodges <M.P.Hodges@rl.ac.uk>.
16567
16568 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
16569
16570 * hilit-chg.el (highlight-changes-initial-state)
16571 (highlight-changes-global-initial-state): Doc fixes.
16572 (highlight-changes-global-modes, global-highlight-changes):
16573 Fix typos in docstrings.
16574
16575 2006-02-01 Kim F. Storm <storm@cua.dk>
16576
16577 * emulation/cua-base.el (cua-mode): Mention that CUA enables
16578 transient-mark-mode in doc string.
16579
16580 2006-01-31 Richard M. Stallman <rms@gnu.org>
16581
16582 * replace.el (multi-occur): Doc fix.
16583 (multi-occur-in-matching-buffers): Rename from
16584 multi-occur-by-filename-regexp. Prefix arg says match
16585 buffer names instead of file names.
16586
16587 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
16588
16589 * bs.el: Allow non-default values of `bs-header-lines-length'.
16590 (bs--running-in-xemacs): Remove (not needed anymore).
16591 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
16592 instead of `shrink-window', thus avoiding having to compute the
16593 height of the window.
16594 (bs--up): Wrap around even when there's no header.
16595 (bs--down): Use `forward-line' instead of `next-line'.
16596
16597 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
16598
16599 * image-mode.el (image-toggle-display): Use file name if possible,
16600 instead of unnecessarily allocating a (possibly huge) lisp string.
16601
16602 2006-01-30 John Paul Wallington <jpw@pobox.com>
16603
16604 * subr.el (toplevel): Define `cl-assertion-failed' condition here
16605 because the `assert' macro signals it at runtime.
16606
16607 * emacs-lisp/cl.el (toplevel): Remove definition of
16608 `cl-assertion-failed' condition.
16609
16610 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
16611
16612 * thumbs.el (thumbs-marked-list): Make buffer-local and
16613 permanent-local.
16614 (thumbs-insert-thumb): Make help-echo non-sticky.
16615 (thumbs-file-alist): Use eolp as check for (non)-image.
16616
16617 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
16618
16619 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
16620 (ediff-before-session-group-setup-hooks)
16621 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
16622 Fix typos in docstrings.
16623
16624 * window.el (bw-dir, bw-eqdir, balance-windows)
16625 (split-window-keep-point): Fix typos in docstrings.
16626
16627 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
16628 (org-quote-string, org-calendar-to-agenda-key)
16629 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
16630 (org-show-following-heading, org-tags-column)
16631 (org-use-tag-inheritance, org, org-allow-space-in-links)
16632 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
16633 (org-enable-table-editor, org-calc-default-modes)
16634 (org-table-allow-automatic-line-recalculation)
16635 (org-export-html-style, org-export-with-fixed-width)
16636 (org-export-with-sub-superscripts, org-special-keyword)
16637 (org-formula, org-time-grid, org-table-may-need-update)
16638 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
16639 (org-goto-quit, org-get-indentation, org-end-of-item)
16640 (org-move-item-down, org-move-item-up)
16641 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
16642 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
16643 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
16644 (org-agenda-log-mode, org-agenda-toggle-diary)
16645 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
16646 (org-agenda-file-to-end, org-agenda-no-heading-message)
16647 (org-agenda-get-closed, org-format-agenda-item)
16648 (org-cmp-priority, org-cmp-category, org-cmp-time)
16649 (org-agenda-change-all-lines, org-agenda-diary-entry)
16650 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
16651 (org-link-search, org-camel-to-words, org-open-file)
16652 (org-remember-handler, org-table-convert-region)
16653 (org-table-move-row-down, org-table-move-row-up)
16654 (org-table-copy-region, org-table-wrap-region)
16655 (org-table-toggle-vline-visibility)
16656 (org-table-get-vertical-vector, org-table-modify-formulas)
16657 (org-table-get-specials, org-recalc-commands)
16658 (org-table-rotate-recalc-marks, org-table-eval-formula)
16659 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
16660 (org-level-color-stars-only, org-insert-heading):
16661 Fix typos in docstrings.
16662 (last-arg): Add defvar.
16663
16664 * makefile.w32-in (WINS): Add erc.
16665 (MH_E_SRC): Update (copied from lisp/Makefile.in).
16666
16667 2006-01-29 Bill Wohler <wohler@newt.com>
16668
16669 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
16670 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
16671 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
16672 (mh-autoloads): Don't use comments on otherwise empty lines.
16673
16674 2006-01-29 Edward O'Connor <ted@oconnor.cx>
16675
16676 * emulation/viper.el (viper-major-mode-modifier-list):
16677 Add insert-state and vi-state entries for erc-mode.
16678 (viper-go-away, viper-set-hooks): Add and remove
16679 viper-comint-mode-hook from erc-mode-hook as appropriate.
16680
16681 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
16682
16683 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
16684
16685 * bs.el (bs--format-aux): Implement `middle' alignment as
16686 described in the docstring for `bs-attributes-list'.
16687 (bs--get-name): Simplify. Don't pad the buffer name.
16688
16689 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
16690
16691 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
16692 English aspell dictionary is installed, use the first entry of
16693 ispell-dictionary-alist-1.
16694
16695 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
16696
16697 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
16698 Doc fix.
16699
16700 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
16701
16702 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
16703 for `process-file', in order to let it work for older Emacsen too.
16704
16705 2006-01-27 Eli Zaretskii <eliz@gnu.org>
16706
16707 * international/latexenc.el: Add a suitable `coding:' tag.
16708 (latexenc-find-file-coding-system): Undo last change.
16709
16710 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16711
16712 * international/latexenc.el (latexenc-find-file-coding-system):
16713 Make sure latexenc-main-file is a regular file and is readable.
16714
16715 2006-01-27 Andre Spiegel <spiegel@gnu.org>
16716
16717 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
16718 Pass FILE to vc-user-login-name.
16719
16720 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
16721
16722 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
16723
16724 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
16725 there are no more images to display.
16726 (thumbs-mark, thumbs-unmark): Revert change so that they move to
16727 the next image.
16728
16729 2006-01-26 Richard M. Stallman <rms@gnu.org>
16730
16731 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
16732
16733 * wid-edit.el (advertised-widget-backward): New alias.
16734 (widget-keymap): Use advertised-widget-backward for S-TAB.
16735
16736 * tumme.el: Correct the keywords.
16737 (tumme-dir-max-size): Use defvar.
16738 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
16739
16740 * simple.el (move-beginning-of-line): Take account of fields.
16741 (clone-indirect-buffer-other-window): Take args like
16742 clone-indirect-buffer, and work like it.
16743
16744 * help-fns.el (describe-function): Don't pass `nil' as default.
16745
16746 * files.el (risky-local-variable-p): Follow var aliases.
16747
16748 * subr.el (lazy-completion-table): Doc fix.
16749
16750 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
16751 global binding of `line'.
16752
16753 2006-01-25 Andre Spiegel <spiegel@gnu.org>
16754
16755 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
16756 Tramp.
16757
16758 * vc.el (vc-default-dired-state-info): Pass FILE to
16759 vc-user-login-name.
16760 (vc-default-update-changelog): Don't use vc-user-login-name, we
16761 don't need it here.
16762
16763 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
16764 no longer necessary.
16765
16766 2006-01-25 Kenichi Handa <handa@m17n.org>
16767
16768 * international/mule.el (decode-char): Avoid the overhead of
16769 calling utf-lookup-subst-table-for-decode if
16770 utf-translate-cjk-mode is nil.
16771 (encode-char): Avoid the overhead of calling
16772 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
16773 nil.
16774
16775 2006-01-22 Kenichi Handa <handa@m17n.org>
16776
16777 * international/mule.el (make-subsidiary-coding-system): Reset
16778 `coding-system-define-form' property of subsidiaries to nil.
16779 Avoid duplicated entry in coding-system-alist.
16780 (make-coding-system): Avoid duplicated entry in
16781 coding-system-alist.
16782 (define-coding-system-alias): Likewise.
16783
16784 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
16785
16786 * completion.el: Minor fixes in introductory comment.
16787 (completion-def-wrapper): Fix alist.
16788
16789 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
16790
16791 * thumbs.el (thumbs-new-image-size): New function.
16792 (thumbs-increment-image-size-element)
16793 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
16794 (thumbs-decrement-image-size): Delete.
16795 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
16796 temp files and use to resize.
16797 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
16798 Use increment argument to enlarge/shrink. Preserve point.
16799 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
16800 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
16801 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
16802 (thumbs-mark, thumbs-unmark): Preserve point.
16803 (thumbs-modify-image): Keep old temp files and use to modify.
16804 Cleanup old temp files at load time. Preserve point.
16805 (thumbs-view-image-mode-map): Use new command names.
16806
16807 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
16808
16809 * log-view.el (log-view-minor-wrap): First rev is the one at point.
16810
16811 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
16812 the nastiest part of the cyclic dependency.
16813 (cal-menu-update): Use dotimes and calendar-increment-month.
16814
16815 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
16816 (calendar-week-start-day): Add an :initializer.
16817 (calendar-mode-map): Use suppress-keymap, and command remapping.
16818 (describe-calendar-mode): Setup xref-stack info for the back button.
16819 (calendar-star-date): Insert before delete.
16820 (calendar-set-mode-line): Add file-modified info if applicable.
16821 (calendar-increment-month): New function.
16822
16823 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
16824
16825 * font-lock.el (lisp-font-lock-keywords-2):
16826 Recognize "& keywords" only at word boundaries.
16827
16828 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
16829
16830 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
16831 and permanent-local.
16832 (thumbs-max-image-number): New variable.
16833 (thumbs-do-thumbs-insertion): Use them.
16834 (thumbs-per-line): Change default to 4.
16835 (thumbs-marked-list): Rename from thumbs-markedL.
16836 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
16837 (thumbs-rename-images): Use -list instead of L for internal variables.
16838 (thumbs-call-convert): Use call-process instead of shell-command.
16839 (thumbs-insert-thumb): Add filename as help-echo to each image.
16840 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
16841 Give dir to thumbs-show-thumbs-list.
16842 (thumbs-show-thumbs-list): Set default-directory to that of images.
16843 (thumbs-dired-show): Rename from thumbs-dired-show-all.
16844 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
16845 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
16846 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
16847
16848 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
16849
16850 * ses.el (ses-read-cell): Provide a default value.
16851
16852 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
16853
16854 * term/w32-win.el (image-library-alist): Add additional names for
16855 GIF library.
16856
16857 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16858
16859 * international/latexenc.el (latexenc-find-file-coding-system):
16860 Add file-regular-p check.
16861
16862 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
16863
16864 * simple.el (clone-buffer): Don't show the new buffer in the same
16865 window.
16866
16867 2006-01-23 Juri Linkov <juri@jurta.org>
16868
16869 * faces.el (link, link-visited): New faces based on default values
16870 of `info-xref' and `info-xref-visited'.
16871
16872 * info.el (info-xref): Inherit from `link'.
16873 (info-xref-visited): Inherit from `link-visited'.
16874
16875 * cus-edit.el (custom-buffer-create-internal): Use widget type
16876 `custom-manual' instead of `info-link' and don't set properties
16877 `button-face' and `mouse-face' explicitly.
16878 (custom-browse-group-tag, custom-browse-variable-tag)
16879 (custom-browse-face-tag): Inherit from widget class
16880 `custom-group-link' instead of `push-button'.
16881 (custom-button-unraised): Inherit from `underline' face.
16882 (custom-link): Inherit from `link' face. Fix doc and group.
16883 (custom-add-parent-links, custom-group-value-create): Don't set
16884 properties `button-face' and `mouse-face' explicitly for
16885 `custom-group-link' widget.
16886 (custom-group-link): Add properties `button-face' and `mouse-face'
16887 to widget definition.
16888 (custom-field-keymap): New variable. Put `custom-field-keymap' to
16889 editable-field's :keymap property.
16890 (custom-mode): Fix docstring: substitute keybindings for
16891 `widget-forward' and `widget-backward' from `widget-keymap',
16892 `widget-complete' from `custom-field-keymap', replace old
16893 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
16894
16895 * desktop.el (desktop-load-file): Check for `fboundp' before
16896 calling `symbol-function'.
16897
16898 * simple.el (clone-buffer, clone-indirect-buffer)
16899 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
16900 `read-string'. Fix prompts.
16901
16902 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
16903
16904 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
16905
16906 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
16907
16908 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
16909
16910 * startup.el (inhibit-splash-screen, initial-scratch-message):
16911 Doc fixes.
16912
16913 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
16914
16915 Sync with Tramp 2.0.52.
16916
16917 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
16918 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
16919 `tramp-unload-tramp' for checklist.
16920
16921 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
16922 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
16923 (tramp-unload-file-name-handler-alist)
16924 (tramp-unload-tramp): New defuns.
16925 (tramp-advice-PC-expand-many-files): New defadvice.
16926 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
16927 removed.
16928 (tramp-handle-expand-file-name): Remove double slash.
16929 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
16930 It doesn't matter, because it will be converted later on.
16931 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
16932 implementation was just heuristic.
16933 (tramp-post-connection): Set uid and gid properties.
16934 (tramp-convert-file-attributes): Set file's gid change bit.
16935 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
16936 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
16937 in case of su(do)? methods. The home directory of the local user
16938 will be taken else.
16939 (tramp-open-connection-telnet)
16940 (tramp-open-connection-rsh, tramp-open-connection-su)
16941 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
16942 local shell prompt could hurt. Reported by Romain Francoise
16943 <romain@orebokech.com>.
16944 (tramp-let-maybe): Add `edebug-form-spec' property.
16945 (tramp-handle-expand-file-name): Bind `default-directory' locally
16946 to "/" in order to avoid problems with UNC shares or Cygwin
16947 mounts.
16948 (tramp-md5-function): Fix typo in error message.
16949
16950 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
16951
16952 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
16953 for byte-compiler pacification.
16954
16955 2006-01-22 Andre Spiegel <spiegel@gnu.org>
16956
16957 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
16958 ID-FORMAT `string'. This allows us to get rid of
16959 `vc-user-login-name UID'.
16960
16961 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
16962
16963 2006-01-22 John Paul Wallington <jpw@pobox.com>
16964
16965 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
16966
16967 2006-01-21 Martin Rudalics <rudalics@gmx.at>
16968
16969 * emacs-lisp/find-func.el (find-definition-noselect)
16970 (find-variable-noselect): Search variables in C source code too.
16971 (find-function-C-source, find-function-noselect, find-function)
16972 (find-function-other-frame, find-variable-noselect, find-variable)
16973 (find-variable-other-frame, find-variable-at-point):
16974 Fix docstrings.
16975
16976 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
16977
16978 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
16979
16980 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
16981
16982 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
16983 Default to disabling the "Save affix" question.
16984
16985 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
16986
16987 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
16988 the first arg to run-python.
16989
16990 2006-01-21 Eli Zaretskii <eliz@gnu.org>
16991
16992 * startup.el (command-line-1): Handle --no-desktop if desktop.el
16993 is not loaded.
16994
16995 2006-01-20 Jay Belanger <belanger@truman.edu>
16996
16997 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
16998 limit is 0.
16999
17000 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
17001 the correct variable.
17002
17003 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
17004
17005 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
17006 link. Fixed buggy argument sequence in call to `org-view-tags'.
17007 (org-compile-prefix-format): Set `org-prefix-has-tag'.
17008 (org-prefix-has-tag): New variable.
17009 (org-format-agenda-item): Remove tags from headline if
17010 appropriate.
17011 (org-agenda-remove-tags-when-in-prefix): New option.
17012 (org-get-tags-at): New function.
17013
17014 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
17015
17016 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
17017 (thumbs-find-image): Move image name and number from buffer name
17018 to mode name. Set thumbs-buffer. Preserve point so that large
17019 images remain visible.
17020 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
17021 order.
17022 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
17023 mode name.
17024 (thumbs-next-image, thumbs-previous-image): Make them work.
17025
17026 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
17027
17028 * cus-edit.el (custom-buffer-create-internal): State in the text above
17029 the whole buffer buttons that they do not operate on hidden items.
17030 (custom-face-menu): Use `custom-face-save' instead of
17031 `custom-face-save-command'.
17032 (custom-face-save-command): Make it an alias for `custom-face-save'
17033 and declare it obsolete.
17034 (custom-face-save): Doc fix.
17035
17036 * dired.el (dired-no-confirm): Add quote.
17037 (dired-subdir-alist-pre-R): Add quote in
17038 `make-variable-buffer-local' form and remove unbalanced parenthesis.
17039
17040 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
17041
17042 * textmodes/table.el (table-mode-indicator): Typo in last change.
17043
17044 2006-01-19 Richard M. Stallman <rms@gnu.org>
17045
17046 * outline.el (hide-leaves): Don't call outline-end-of-heading.
17047 Fixes bug reported in Nov 2005.
17048
17049 * isearch.el (isearch-forward): Doc fix.
17050
17051 * dired.el (dired-move-to-filename-regexp): Define as alias.
17052 (dired-no-confirm): Use defcustom.
17053 (dired-subdir-alist-pre-R): Put defvar at top level.
17054
17055 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
17056
17057 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17058 Mark as risky.
17059
17060 * simple.el (set-mark-command): Doc fix.
17061 (clone-indirect-buffer-other-window):
17062 Read arg like clone-indirect-buffer.
17063 (move-beginning-of-line): Skip invisible newlines.
17064
17065 2006-01-19 Masatake YAMATO <jet@gyve.org>
17066
17067 * progmodes/cpp.el (cpp-edit-load): Make the order of
17068 listed conditions in a base C code buffer and its associate
17069 CPP Edit buffer the same.
17070
17071 2006-01-19 Kenichi Handa <handa@m17n.org>
17072
17073 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
17074 (rmail-mime-feature): Likewise.
17075 (rmail-require-mime-maybe): Use display-warning to show a warning
17076 message.
17077
17078 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
17079 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
17080
17081 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
17082
17083 * array.el: Move defvars out of eval-when-compile.
17084 (array-make-template): Replace undeclared global var with a local one.
17085 (array-mode): Inline initialization functions.
17086 (array-init-local-variables, array-init-max-row)
17087 (array-init-max-column, array-init-columns-per-line)
17088 (array-init-field-width, array-init-rows-numbered)
17089 (array-init-line-length, array-init-lines-per-row): Remove.
17090
17091 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
17092 (doc-mode-map): Define explicitly.
17093 (doctor-txtype): Use mapc.
17094
17095 * textmodes/table.el: Move defvars out of eval-when-compile.
17096 Remove harmful code meant to avoid byte-compiler warnings.
17097 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
17098 specification that checks table-fixed-width-mode directly.
17099 (table-recognize-region, table-recognize-cell):
17100 Use restore-buffer-modified-p.
17101 (table-fixed-width-mode): Remove code that refreshes
17102 table-fixed-mode-indicator.
17103 (*table--cell-describe-bindings, *table--cell-describe-mode):
17104 Avoid obsolete name print-help-return-message.
17105 (table--test-cell-list): Don't use replace-regexp from elisp.
17106 (table--point-entered-cell-function, table--point-left-cell-function):
17107 Don't set table-fixed-mode-indicator, use force-mode-line-update.
17108
17109 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
17110 that was after the end of file. Use buffer-file-name variable.
17111 (org-timestamp-change): Use with-current-buffer.
17112 (org-todo-list): Don't unnecessarily define a new buffer-local var.
17113 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
17114 `file'.
17115
17116 * progmodes/fortran.el: Move defvars out of eval-when-compile.
17117 (fortran-break-line): Remove unused var `opoint'.
17118 (fortran-abbrev-start): Obey help-event-list.
17119
17120 2006-01-18 Jesper Harder <harder@phys.au.dk>
17121
17122 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
17123
17124 2006-01-18 Masatake YAMATO <jet@gyve.org>
17125
17126 * progmodes/make-mode.el (makefile-imake-mode): New mode
17127 derived from makefile-mode.
17128 (makefile-imake-mode-syntax-table): New syntax table
17129 derived from makefile-mode-syntax-table.
17130 (makefile-mode): Write about makefile-imake-mode in doc string.
17131 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
17132 (makefile-imake-font-lock-keywords): New font lock keywords.
17133
17134 * files.el (auto-mode-alist): Add Imakefile.
17135
17136 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
17137
17138 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
17139 loading the file rather than when turning on flyspell-mode.
17140
17141 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
17142
17143 * cus-edit.el (customize-rogue): Minor doc fix.
17144
17145 2006-01-17 Juri Linkov <juri@jurta.org>
17146
17147 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
17148 instead of the file at the mark as default if the file at the mark
17149 is the same as the file at point or if dired-dwim-target-directory
17150 is not the same as the current directory and the mark is not active.
17151
17152 * log-view.el (log-view-minor-wrap): Use the same logic to get
17153 revisions as `log-view-diff'.
17154
17155 * info.el (Info-revert-find-node): Check for Info-current-file
17156 before preserving new-history.
17157
17158 * man.el (Man-heading-regexp): Add `/'.
17159
17160 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
17161 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
17162
17163 2006-01-16 Juri Linkov <juri@jurta.org>
17164
17165 * faces.el (mode-line-faces): New defgroup.
17166 (mode-line-highlight): Move definition after new defgroup.
17167 (mode-line, mode-line-inactive, mode-line-highlight):
17168 Replace :group `modeline' with `mode-line-faces'.
17169 (mode-line-buffer-id): New face.
17170 (modeline-buffer-id): New face alias.
17171 (vertical-border): Remove :group `modeline'.
17172
17173 * bindings.el (propertized-buffer-identification): Use face
17174 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
17175 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
17176 (mode-line-buffer-identification-keymap): For mouse-1 replace
17177 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
17178 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
17179 mouse-3.
17180
17181 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
17182 Buffer-menu-buffer. Doc fix.
17183 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
17184 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
17185 `Buffer-menu-buffer'.
17186
17187 * info.el (Info-mode-line-node-keymap): New defvar.
17188 (Info-set-mode-line): Use `stringp' to check Info-current-file.
17189 Propertize Info-current-node with `mode-line-buffer-id' and
17190 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
17191
17192 * time.el (display-time-mail-face): Replace :group `faces' with
17193 `mode-line-faces'.
17194
17195 2006-01-16 Kenichi Handa <handa@m17n.org>
17196
17197 * international/code-pages.el: Add autoload cookies for cp125[0345678].
17198
17199 * language/european.el (cp1252): New alias for windows-1252.
17200
17201 * international/mule.el (autoload-coding-system): Prepare for EOL
17202 variants.
17203
17204 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
17205
17206 * term.el (term-raw-map): Add mapping for insert.
17207 (term-send-insert): New.
17208 (term-mode): Make variables local here instead of doing it in
17209 `term-emulate-terminal'.
17210 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
17211 Scroll reverse needs to take into account the scroll region.
17212 Saving and restoring the cursor should save the color attributes too.
17213 (term-reset-terminal): Reset the scroll region.
17214 (term-handle-ansi-escape): Cursor up and down should take into
17215 account the scroll region.
17216 (term-set-scroll-region): Rename from `term-scroll-region'.
17217 Move to 0,0 after setting the region.
17218 (term-handle-scroll): Handle scroll up.
17219 (term-down): Fix off by one error.
17220 (term-delete-lines): Do not delete outside the scroll region.
17221 (term-insert-lines): Take into account the scroll region.
17222
17223 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
17224
17225 * textmodes/ispell.el (ispell-internal-change-dictionary)
17226 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
17227 (start, end): Move declaration outside of eval-when-compile.
17228
17229 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
17230 (flyspell-mode-on): Use it.
17231
17232 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
17233 ispell-kill-ispell-hook.
17234
17235 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
17236
17237 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
17238 (Custom-reset-saved): Do not ask for confirmation in single option
17239 buffers.
17240
17241 2006-01-13 Richard M. Stallman <rms@gnu.org>
17242
17243 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
17244
17245 2006-01-13 Romain Francoise <romain@orebokech.com>
17246
17247 * add-log.el (add-change-log-entry, change-log-merge):
17248 Conditionally use `hard-newline'.
17249
17250 2006-01-13 Martin Rudalics <rudalics@gmx.at>
17251
17252 * wid-edit.el (widget-field-end): If the overlay is no longer
17253 associated with a buffer, behave as if the overlay didn't exist.
17254
17255 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
17256 Make sure the links use the `custom-link' face.
17257
17258 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
17259
17260 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
17261 (ld-script-mode): Don't set indent-line-function since we don't
17262 have one.
17263
17264 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
17265
17266 * textmodes/org.el (org-open-file): Use mailcap for selecting an
17267 application.
17268 (org-file-apps-defaults-gnu): Use mailcap as the default for
17269 selecting an application on a UNIX system.
17270 (org-agenda-show-tags): New command.
17271 (org-table-insert-hline): Keep cursor in current table line.
17272 (org-table-convert): Offset effect of modifying
17273 `org-table-insert-hline'.
17274 (org-format-agenda-item): New optional argument TAG.
17275 (org-compile-prefix-format): Handle %T format for the tag.
17276 (org-expand-wide-chars): New function.
17277 (org-table-insert-row, org-table-insert-hline):
17278 Use `org-expand-wide-chars'.
17279 (org-open-file): Fix bug in program launch.
17280 (org-get-time-of-day): Fix bug with times before 1am.
17281 (org-agenda-menu): Add tags commands.
17282
17283 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
17284
17285 * textmodes/ispell.el (ispell-init-process): Include the used
17286 dictionary in ispell process start message.
17287 (ispell-internal-change-dictionary): When flyspell-mode is active
17288 and dictionary is changed, make sure ispell process is restarted
17289 and flyspell word cache cleared out for the current buffer.
17290 (ispell-change-dictionary): Make sure flyspell word cache is
17291 cleared out in all buffers with active flyspell mode when
17292 dictionary is globally changed.
17293 Call ispell-internal-change-dictionary after dictionary change.
17294
17295 2006-01-13 Eli Zaretskii <eliz@gnu.org>
17296
17297 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
17298
17299 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
17300 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
17301 years. Fix small differences wrt Makefile.in.
17302 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
17303 Makefile.in does.
17304
17305 2006-01-12 Bill Wohler <wohler@newt.com>
17306
17307 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
17308 mh-search.el.
17309
17310 2006-01-12 Masatake YAMATO <jet@gyve.org>
17311
17312 * progmodes/ld-script.el: Update copyright year.
17313
17314 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
17315
17316 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
17317 Don't add widget if setting undefined.
17318
17319 2006-01-12 John Paul Wallington <jpw@pobox.com>
17320
17321 * help-fns.el (describe-variable): Remove newlines from void
17322 variable output.
17323
17324 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
17325
17326 * wdired.el (wdired-mode-map): Add help echo for
17327 wdired-abort-changes.
17328
17329 * man.el (Man-file-name-regexp): Adjust for a list of files.
17330
17331 2006-01-12 Masatake YAMATO <jet@gyve.org>
17332
17333 * progmodes/ld-script.el (auto-mode-alist): Support
17334 suffix conventions used in netbsd and eCos.
17335
17336 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
17337
17338 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
17339 (custom-variable-menu, custom-face-menu, custom-group-menu)
17340 (Custom-mode-menu): Change names of menu items. (As discussed on
17341 emacs-devel.)
17342 (custom-face-menu): Add "Undo Edits" item.
17343
17344 * startup.el (init-file-user): defcustom -> defvar.
17345
17346 * tooltip.el (tooltip-mode): Doc fix.
17347
17348 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
17349
17350 * reveal.el (reveal-post-command): window-buffer signals an error on
17351 dead windows rather than returning nil.
17352 (reveal-open-new-overlays): An overlay might die while we open others.
17353
17354 2006-01-11 Bill Wohler <wohler@newt.com>
17355
17356 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
17357 phrasing in docstring.
17358
17359 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
17360 can give some systems gas. Add new file mh-buffers.el.
17361
17362 2006-01-06 Masatake YAMATO <jet@gyve.org>
17363
17364 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
17365 C preprocessor forward ported from GNU Emacs 21.2.
17366
17367 * progmodes/asm-mode.el (asm-font-lock-keywords):
17368 Use `cpp-font-lock-keywords'.
17369
17370 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
17371
17372 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
17373 of $ for "\\.ld[s]?".
17374
17375 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
17376
17377 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
17378 (tcl-indent-line): Return `noindent' if inside a string.
17379
17380 * progmodes/flymake.el (flymake-split-string): Remove more than one
17381 empty string at beg/end of the result.
17382 (flymake-find-buildfile, flymake-find-possible-master-files):
17383 Use expand-file-name.
17384 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
17385 since expand-file-name does it for us. Use directory-file-name.
17386 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
17387 (flymake-ler-get-type, flymake-ler-get-text)
17388 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
17389 (flymake-current-line-no): Remove spurious interactive spec.
17390 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
17391 (flymake-check-include): Remove arg inc-path merged into inc-name.
17392 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
17393 Arg regexp-list replaced by a simple regexp.
17394 (flymake-master-make-header-init, flymake-master-tex-init):
17395 Correspondingly replace regexp-list with a regexp. Fix regexp.
17396
17397 2006-01-10 Simon Josefsson <jas@extundo.com>
17398
17399 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
17400 describing AUTH PLAIN fix.
17401
17402 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
17403
17404 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
17405 (report-emacs-bug): Don't record initial prompt text.
17406 Instead, add text properties to prompting text.
17407 (report-emacs-bug-hook): Delete prompting text.
17408
17409 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
17410
17411 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
17412 `dirs'. Adjust callers.
17413
17414 2006-01-09 John Paul Wallington <jpw@gnu.org>
17415
17416 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
17417
17418 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
17419
17420 * reveal.el (reveal-open-new-overlays): New extracted fun.
17421 (reveal-close-old-overlays): Idem. Check overlays's liveness before
17422 using them. Simplify the code.
17423 (reveal-post-command): Use them. Fix up obsolete windows in
17424 reveal-open-spots.
17425
17426 * progmodes/flymake.el: Use `require' rather than autoload for
17427 XEmacs's overlays.
17428 (flymake-get-common-file-prefix, flymake-build-relative-filename):
17429 Delete. Use file-relative-name instead.
17430 (flymake-get-syntax-check-program-args, flymake-perl-init):
17431 Simplify the resulting code.
17432
17433 * log-view.el (log-view-file-re, log-view-message-re): Add support
17434 for DaRCS output.
17435
17436 2006-01-09 Alex Schroeder <alex@gnu.org>
17437
17438 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
17439 identifiers sometimes added in square brackets at the beginning of
17440 subject lines.
17441
17442 2006-01-07 Richard M. Stallman <rms@gnu.org>
17443
17444 * cus-edit.el (Custom-set, Custom-save): Doc fix.
17445 (Custom-reset-current, Custom-reset-saved): Change question text.
17446 (Custom-reset-standard): Likewise.
17447 (custom-variable-reset-saved): Doc fix.
17448
17449 2006-01-07 Eli Zaretskii <eliz@gnu.org>
17450
17451 * startup.el (init-file-user): Doc fix.
17452
17453 2006-01-07 Alex Schroeder <alex@gnu.org>
17454
17455 * mail/rmail.el (rmail-current-subject): New function.
17456 (rmail-current-subject-regexp): New function.
17457 (rmail-next-same-subject): Use it.
17458
17459 * mail/rmailsum.el (rmail-summary-by-topic):
17460 Use rmail-current-subject and rmail-current-subject-regexp.
17461 (rmail-summary-next-same-subject): Ditto.
17462
17463 * net/rcirc.el (rcirc-send-input): No longer check whether the
17464 process is open, since not all commands need an open process.
17465 (rcirc-send-string): Check whether the process is open before
17466 sending anything.
17467 (rcirc-ignore-list): New option.
17468 (rcirc-ignore-list-automatic): New variable.
17469 (rcirc-print): Take rcirc-ignore-list into account.
17470 (rcirc-cmd-ignore): New command.
17471 (rcirc-ignore-update-automatic): New function.
17472 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
17473 list if ignored nicks.
17474 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
17475
17476 2006-01-06 David Reitter <david.reitter@gmail.com>
17477
17478 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
17479 reflect the address to which the report will be sent.
17480
17481 2006-01-06 Eli Zaretskii <eliz@gnu.org>
17482
17483 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
17484 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
17485
17486 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
17487
17488 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
17489
17490 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
17491 the doc string: "functoin" => "function".
17492 * ldefs-boot.el: Likewise.
17493
17494 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
17495 message text: "Duplicat" => "Duplicate".
17496
17497 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
17498
17499 * files.el (basic-save-buffer-2): If backing-up failed, reset
17500 buffer-backed-up to nil.
17501
17502 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
17503
17504 * progmodes/gud.el (gdb-script-skip-to-head)
17505 (gdb-script-calculate-indentation): Indent for breakpoint command
17506 lists also.
17507
17508 2006-01-05 Bill Wohler <wohler@newt.com>
17509
17510 * Makefile.in (compile-always): Add mh-autoloads dependency.
17511 (bootstrap): Remove mh-autoloads dependency, as compile dependency
17512 provides it.
17513 (updates): Remove mh-autoloads dependency, since it probably has
17514 already run recently (via recompile).
17515
17516 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
17517
17518 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
17519 argument `force' to disable the flyspell-last-buffer optimization.
17520 (flyspell-mode-on): Use it.
17521
17522 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
17523 flymake-simple-cleanup.
17524 (flymake-allowed-file-name-masks): Use this new default.
17525 All the functions are now called in the right buffer rather than
17526 passing the buffer as argument.
17527 (flymake-process-sentinel): Switch to buffer before calling cleanup.
17528 (flymake-parse-err-lines): Remove redundant buffer arg.
17529 (flymake-get-program-dir): Comment out unused function.
17530 (flymake-start-syntax-check, flymake-start-syntax-check-process):
17531 Remove redundant buffer argument.
17532 (flymake-get-real-file-name, flymake-simple-java-cleanup)
17533 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
17534
17535 2006-01-05 Richard M. Stallman <rms@gnu.org>
17536
17537 * info.el (Info-find-node): Don't record previous node if have none.
17538 (info): Go to directory only if history is empty.
17539
17540 * simple.el (mark): Doc fix.
17541
17542 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17543
17544 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
17545 already of desired type.
17546 (mac-ae-list): Coerce parameter to "list" type.
17547 (mac-dispatch-apple-event): Replace cadr part of event with a
17548 dummy position so that event-start returns it.
17549
17550 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
17551
17552 * textmodes/org.el (org-end-of-subtree): New function.
17553 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
17554 Use `org-end-of-subtree'.
17555 (org-agenda, org-agenda-convert-date): Protect calls to
17556 `fit-window-to-buffer'.
17557 (org-tags-view): Force matching of sublevels when doing a
17558 todo-only search. Define the correct redo command, including the
17559 arguments.
17560 (org-agenda-redo): Display message.
17561 (org-check-for-org-mode): New function.
17562 (org-agenda-type): New variable.
17563 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
17564 Set `org-agenda-type'.
17565 (org-agenda-check-type): New function.
17566 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
17567 (org-agenda-week-view, org-agenda-day-view)
17568 (org-agenda-next-date-line, org-agenda-previous-date-line)
17569 (org-agenda-log-mode, org-agenda-toggle-diary)
17570 (org-agenda-toggle-time-grid, org-agenda-date-later)
17571 (org-agenda-date-prompt, org-agenda-diary-entry)
17572 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
17573 (org-agenda-convert-date, org-agenda-menu):
17574 Use `org-agenda-check-type'.
17575 (org-make-overlay, org-delete-overlay)
17576 (org-detatch-overlay, org-move-overlay, org-overlay-put):
17577 New compatibility functions.
17578 (org-calendar-select-mouse): New command.
17579
17580 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
17581
17582 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
17583 (Custom-reset-standard): Fix y-or-n-p messages.
17584 (custom-link): New face for links.
17585 (custom-buffer-create-internal, custom-manual): Use it.
17586 (custom-face-save): Push to theme-face before setting face spec.
17587
17588 * wid-edit.el (widget-default-mouse-face-get): New function.
17589 (widget-specify-button): Handle mouse-face like button-face.
17590
17591 * custom.el (load-theme): Clear old theme settings if reloading.
17592
17593 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
17594
17595 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
17596 "Erase Customization" button back to same position it occupies in
17597 the individual State menus.
17598
17599 2006-01-04 Kim F. Storm <storm@cua.dk>
17600
17601 * wid-edit.el (key-sequence): Rework widget to read key binding
17602 using `kbd' syntax. Use C-q to insert literal key, event, or code.
17603 (widget-key-sequence-default-value): Default value for empty sequence.
17604 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
17605 (widget-key-sequence-read-event): New command for C-q.
17606 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
17607 (widget-key-sequence-value-to-external): New functions.
17608
17609 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
17610
17611 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
17612 Use expand-file-name.
17613 (flymake-delete-temp-directory): Use expand-file-name,
17614 file-name-directory, and directory-file-name.
17615 (flymake-strrchr): Delete.
17616 (flymake-start-syntax-check): Don't pass the redundant buffer argument
17617 to the init-f function.
17618 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
17619 (flymake-init-find-buildfile-dir)
17620 (flymake-init-create-temp-source-and-master-buffer-copy)
17621 (flymake-simple-make-init-impl, flymake-simple-make-init)
17622 (flymake-master-make-init, flymake-master-make-header-init)
17623 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
17624 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
17625 (flymake-xml-init): Remove corresponding redundant buffer argument.
17626 (flymake-allowed-file-name-masks): Remove last elems that are equal to
17627 the default anyway. Clean up regexps.
17628
17629 * progmodes/flymake.el (flymake-temp-source-file-name)
17630 (flymake-master-file-name, flymake-temp-master-file-name)
17631 (flymake-base-dir): New buffer-local vars.
17632 (flymake-buffer-data, flymake-get-buffer-value)
17633 (flymake-set-buffer-value): Replace those hash-tables by the new
17634 buffer-local vars. Update callers.
17635
17636 * progmodes/flymake.el (flymake-check-start-time)
17637 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
17638 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
17639 Move definition, so we can remove redundant earlier declaration.
17640 (flymake-replace-regexp-in-string, flymake-split-string)
17641 (flymake-get-temp-dir): Use defalias.
17642 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
17643 (flymake-xemacs-window-edges): Remove unused function.
17644 (flymake-get-point-pixel-pos): Move.
17645 (flymake-pid-to-names, flymake-reg-names)
17646 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
17647 Replace by a simple list flymake-processes and by process-buffer.
17648 Update callers. Other than simplify the code, it uses buffers rather
17649 than buffer-names so it doesn't get confused by uniquify.
17650 (flymake-buffer-data): The global value should just be nil.
17651
17652 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
17653 Optimize the body of a defalias like any other code.
17654
17655 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
17656 Make sure we've setup font-lock's vars. It may influence which
17657 function we then call.
17658 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
17659 here since it's too late anyway.
17660
17661 2006-01-03 Romain Francoise <romain@orebokech.com>
17662
17663 * startup.el (fancy-splash-tail, normal-splash-screen):
17664 Update copyright year.
17665
17666 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
17667
17668 * mouse.el (mouse-drag-track): Rename, from
17669 `mouse-drag-region-1'. Includes optional argument required to
17670 enable post-drag event processing (e.g. delete region keys).
17671 Can be used without this argument to track a mouse region and operate
17672 on it as soon as the drag completes.
17673 (mouse-drag-region): Use `mouse-drag-track'.
17674
17675 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
17676
17677 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
17678 Move to `custom-buffer' group.
17679
17680 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
17681 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
17682 (custom-theme-insert-face-marker, custom-theme-variable-menu)
17683 (custom-theme-face-menu): New variables.
17684 (custom-theme-add-variable, custom-theme-variable-action)
17685 (custom-variable-reset-theme, custom-theme-delete-variable)
17686 (custom-face-reset-theme, custom-theme-face-action)
17687 (custom-theme-delete-face, custom-theme-merge-theme)
17688 (custom-theme-add-face, custom-theme-visit-theme): New functions.
17689
17690 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
17691
17692 * custom.el: Move Custom Themes commentary to start of theme code.
17693 (custom-known-themes): Rename `standard' theme to `changed'.
17694 (custom-push-theme): Caller no longer specifies what theme to use
17695 when doing `reset'---the setting is simply removed from the theme.
17696 Delete MODE from `theme-value' and `theme-settings' properties.
17697 (custom-declare-theme): Ignore &rest args since we don't use them.
17698
17699 (custom-loaded-themes): Delete variable.
17700 (custom-theme-load-themes, custom-theme-loaded-p)
17701 (custom-theme-value): Delete functions.
17702
17703 (custom-declare-theme): Signal error on invalid theme names.
17704 (provide-theme): custom-loaded-themes was deleted.
17705 (load-theme): Load the file unconditionally.
17706 (enable-theme): Call `load-theme' if theme is undefined.
17707 (custom-enabled-themes): Only update value for successful loads.
17708 (disable-theme): Complete from enabled themes when interactive.
17709 (custom-variable-theme-value): Calculate theme value directly.
17710
17711 (custom-theme-reset-variables, custom-reset-variables): Mark as
17712 XEmacs compatibility functions. We don't actually use these.
17713
17714 * cus-edit.el (custom-variable-state-set):
17715 Use custom-variable-theme-value instead of custom-theme-value.
17716 (custom-face-state-set): Rename `standard' theme to `changed'.
17717 (custom-save-variables, custom-save-faces): Delete unneeded
17718 references to custom-reset-variables.
17719 (custom-save-resets): Delete function.
17720 (custom-save-variables, custom-save-faces): MODE argument deleted.
17721 (custom-save-variables, custom-save-faces): Ignore theme values.
17722
17723 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
17724 compatibility function.
17725
17726 2006-01-01 Richard M. Stallman <rms@gnu.org>
17727
17728 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
17729 (Custom-reset-current, Custom-reset-saved): Likewise.
17730 (Custom-reset-standard): Show message if aborted.
17731 (custom-mode): Doc fix, describing those commands.
17732
17733 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
17734 put on event-kind property.
17735
17736 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
17737
17738 * custom.el (provide-theme): Ban `user' theme name.
17739 (custom-enabling-themes): New variable.
17740 (enable-theme): Don't enable user if custom-enabling-themes is t.
17741 (custom-enabled-themes): Make it a defcustom.
17742 (custom-theme-recalc-face): No-op if face is undefined.
17743
17744 * cus-edit.el (custom-button-mouse): New variable.
17745 (custom-button-mouse): New face.
17746 (custom-raised-buttons, custom-mode): Use it.
17747
17748 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
17749
17750 2005-12-31 Eli Zaretskii <eliz@gnu.org>
17751
17752 * progmodes/gud.el (gud-display-line): Support hl-line in the
17753 source buffer.
17754
17755 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
17756
17757 * mouse.el (mouse-drag-window-above): Verify that the found window
17758 overlaps with the given window in the horizontal dimension.
17759
17760 2005-12-31 Eli Zaretskii <eliz@gnu.org>
17761
17762 * Makefile.in (cvs-update): New target.
17763
17764 * makefile.w32-in (cvs-update): Ditto.
17765
17766 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
17767
17768 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
17769 (custom-new-theme-mode-map): New variable.
17770
17771 2005-12-30 Richard M. Stallman <rms@gnu.org>
17772
17773 * custom.el (custom-load-themes): Function deleted.
17774
17775 * cus-edit.el (custom-save-loaded-themes): Function deleted.
17776 (custom-save-variables): Don't delete or add custom-load-themes call.
17777
17778 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
17779
17780 * cus-start.el: Add `visible-cursor'.
17781
17782 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
17783 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
17784 (flymake-process-filter): Switch to buffer before calling it instead.
17785 (flymake-post-syntax-check, flymake-highlight-err-lines)
17786 (flymake-delete-own-overlays, flymake-parse-err-lines)
17787 (flymake-start-syntax-check, flymake-start-syntax-check-process)
17788 (flymake-count-lines, flymake-parse-residual):
17789 Remove constant buffer argument.
17790 (flymake-start-syntax-check-for-current-buffer): Remove.
17791 Update callers to use flymake-start-syntax-check instead.
17792 (flymake-display-err-menu-for-current-line):
17793 Remove unused var `mouse-pos'.
17794 (flymake-restore-formatting): Comment out unused function.
17795 (flymake-report-status, flymake-report-fatal-status): Remove buffer
17796 argument, use current-buffer instead. Update callers.
17797
17798 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17799
17800 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
17801 buffer-local because choose-completion-delete-max-match requires
17802 that we set completion-ignore-case (i.e., binding via let is not
17803 sufficient).
17804 (bibtex-complete): Always set completion-ignore-case and
17805 choose-completion-string-functions. The latter is needed because
17806 choose-completion-string-functions keeps its value if we quit the
17807 *Completions* buffer without requesting a completion.
17808
17809 2005-12-30 Andreas Schwab <schwab@suse.de>
17810
17811 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
17812
17813 2005-12-30 Eli Zaretskii <eliz@gnu.org>
17814
17815 * jit-lock.el (jit-lock-chunk-size): Doc fix.
17816
17817 2005-12-30 Juri Linkov <juri@jurta.org>
17818
17819 * locate.el (locate-fcodes-file, locate-header-face)
17820 * progmodes/delphi.el (delphi-other-face)
17821 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
17822
17823 * paren.el (show-paren-match, show-paren-mismatch): Use existing
17824 group `paren-showing-faces'.
17825
17826 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
17827 (goto-address): Fix docstring.
17828
17829 * net/webjump.el (webjump-sample-sites): Update URLs.
17830
17831 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
17832
17833 * subr.el (cancel-change-group): Add listp around pending-undo-list.
17834
17835 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
17836
17837 * font-lock.el (font-lock-compile-keywords): Signal an error when
17838 font-lock-set-defaults hasn't been called.
17839
17840 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
17841
17842 * subr.el (noreturn, 1value): Doc fixes.
17843
17844 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17845
17846 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
17847 that assoc-string returns nil.
17848
17849 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17850
17851 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
17852 (bibtex-entry-type-str, bibtex-empty-field-re)
17853 (bibtex-search-backward-string, bibtex-preamble-prefix)
17854 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
17855 (bibtex-any-valid-entry-type): New variable.
17856 (bibtex-parse-field-name): Simplify.
17857 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
17858 (bibtex-preamble-prefix): Include left delimiter.
17859 (bibtex-search-forward-field, bibtex-search-backward-field):
17860 Allow unbounded search past entry boundaries (required by bibtex-pop).
17861 (bibtex-text-in-field-bounds): Use push.
17862 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
17863 (bibtex-parse-preamble, bibtex-valid-entry)
17864 (bibtex-beginning-first-field): New functions.
17865 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
17866 (bibtex-map-entries): Fix docstring.
17867 (bibtex-flash-head): New arg prompt. Simplify.
17868 (bibtex-enclosing-field): Include code of bibtex-inside-field.
17869 (bibtex-insert-kill): Simplify. Always insert text past the
17870 current field or entry.
17871 (bibtex-format-entry): Use bibtex-parse-field.
17872 (bibtex-pop): Use bibtex-beginning-of-entry and
17873 bibtex-end-of-entry to initiate the search. Insert empty field if
17874 we found ourselves.
17875 (bibtex-print-help-message): New args field and comma.
17876 Handle entry keys.
17877 (bibtex-make-field): Use bibtex-beginning-of-entry.
17878 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
17879 invalid entry.
17880 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
17881 Handle preambles. Simplify code for thorough test.
17882 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
17883 New arg comma. Handle entry heads.
17884 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17885 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
17886 New arg comma.
17887 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
17888 (bibtex-fill-field): Simplify.
17889 (bibtex-fill-entry): Use bibtex-beginning-first-field and
17890 bibtex-parse-field.
17891 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
17892 (bibtex-complete): Use bibtex-parse-preamble.
17893
17894 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
17895
17896 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
17897 Display name of expression instead of convenience variable.
17898 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
17899
17900 * progmodes/gud.el (gud-tooltip-dereference): Rename from
17901 toggle-gud-tooltip-dereference.
17902 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
17903 (gud-tooltip-tips): ...here when dereferencing.
17904
17905 2005-12-28 Bill Wohler <wohler@newt.com>
17906
17907 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
17908
17909 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
17910
17911 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
17912 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
17913 (vc-annotate-display-autoscale): Adjust call.
17914 (vc-annotate-display-default): Adjust call. Make arg compulsory.
17915 Fix interactive spec.
17916 (vc-annotate-time-span): Remove.
17917 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
17918 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
17919 (vc-annotate-display-select): Use new name.
17920
17921 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
17922 (vc-annotate-mode-menu): Remove left-over redundant declaration.
17923 Correct the construction of span entries. Simplify.
17924 (vc-annotate-display-select): Fix the nil case.
17925 (vc-annotate): Remove obsolete (and now broken) code.
17926 (vc-annotate-extract-revision-at-line): Remove obsolete code.
17927 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
17928
17929 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
17930
17931 * subr.el (lazy-completion-table): Correct typo in docstring.
17932
17933 * startup.el (command-line): Use `custom-reevaluate-setting' for
17934 `send-mail-function'.
17935
17936 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
17937
17938 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
17939
17940 * mail/smtpmail.el (smtpmail-try-auth-methods):
17941 Send credentials together with "AUTH PLAIN" command.
17942
17943 2005-12-27 Richard M. Stallman <rms@gnu.org>
17944
17945 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
17946 mouse-2, go back to previously selected window, so it's selected
17947 when mouse-2 command runs.
17948
17949 2005-12-27 Juri Linkov <juri@jurta.org>
17950
17951 * descr-text.el (describe-text-sexp): Use square brackets for
17952 button [Show] to distinguish it from the property value `show'.
17953 (describe-property-list): Use `insert-text-button' with
17954 `help-face' type instead of putting face in quotes, because button
17955 is not created automatically for a list of faces.
17956 (describe-text-properties-1): Put button-type value in quotes to
17957 distinguish from plain text "button".
17958 (describe-char): Display code point values in hex. Don't use
17959 `symbol-name' for `current-input-method' because it is a string.
17960 Use `insert-text-button' with `help-face' type instead of putting
17961 hardcoded face in quotes, because button is not created automatically.
17962
17963 2005-12-27 Richard M. Stallman <rms@gnu.org>
17964
17965 * progmodes/glasses.el (glasses-face): More specific custom type.
17966
17967 * files.el (set-visited-file-name): Doc fix.
17968
17969 * textmodes/flyspell.el (flyspell-external-point-words):
17970 Use local var buffer-scan-pos to advance scan for next misspelling.
17971 Advance it only after we find the misspelling.
17972
17973 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
17974
17975 * textmodes/flyspell.el (flyspell-external-point-words):
17976 New criteria for finding the misspelling in the buffer.
17977
17978 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
17979
17980 * help-mode.el (help-insert-string): Set help-xref-stack-item
17981 rather than call help-setup-xref.
17982
17983 * descr-text.el (describe-char): Revert previous changes for
17984 optional buffer argument.
17985
17986 2005-12-27 Juri Linkov <juri@jurta.org>
17987
17988 * help-mode.el (help-insert-string): New function. Save buffer
17989 contents in cases where it is impossible to recompute the old contents.
17990
17991 * descr-text.el (describe-char): Set help-xref-stack-item
17992 explicitly after buffer has been generated.
17993
17994 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17995
17996 * cus-start.el (all): Add x-gtk-show-hidden-files.
17997
17998 2005-12-26 Richard M. Stallman <rms@gnu.org>
17999
18000 * replace.el (perform-replace): Calculate match-again
18001 before skipping read-only matches.
18002
18003 * paren.el (paren-showing-faces): New group.
18004 (show-paren-match, show-paren-mismatch): Move to that group.
18005
18006 * button.el (button): Put into group `basic-faces'.
18007
18008 * progmodes/make-mode.el: Remove faces from group `faces'.
18009
18010 * apropos.el (apropos, apropos-value): Doc fix.
18011 (apropos-documentation): Doc fix.
18012
18013 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
18014
18015 * subr.el (lazy-completion-table): Remove argument `args'.
18016
18017 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
18018 Don't use the `args' argument of lazy-completion-table.
18019
18020 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
18021
18022 * descr-text.el (describe-char): Add optional argument for buffer.
18023 Set buffer appropriately. Call help-setup-xref.
18024 Suggested by Stefan Monnier.
18025
18026 2005-12-26 Juri Linkov <juri@jurta.org>
18027
18028 * descr-text.el: Require `help-fns' at runtime. Don't require
18029 `button' for byte compilation.
18030 (describe-text-widget): Add `help-echo' for first button.
18031 Use `help-info' for second.
18032 (describe-property-list): Use `help-argument-name' instead of `italic'.
18033 (describe-text-category): Add prompt to interactive spec.
18034 Call `help-setup-xref'.
18035 (describe-char): Use `help-character-set'. Add `help-echo' for
18036 code point. Use `help-input-method'. Remove superfluous insert.
18037
18038 2005-12-25 Richard M. Stallman <rms@gnu.org>
18039
18040 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
18041 at point, in case of narrowing.
18042
18043 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
18044
18045 * locate.el (locate-header-face): Allow nil in type.
18046
18047 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
18048
18049 2005-12-25 Romain Francoise <romain@orebokech.com>
18050
18051 * battery.el (battery-linux-proc-acpi): Also try
18052 `/proc/acpi/thermal_zone/THM0/temperature'.
18053
18054 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
18055
18056 * custom.el (custom-push-theme): Fix docstring.
18057
18058 * cus-edit.el (custom-variable-set, custom-variable-save)
18059 (custom-variable-save): Custom-quote widget values.
18060 (customize-save-variable): Fix custom-push-theme call.
18061
18062 2005-12-24 Eli Zaretskii <eliz@gnu.org>
18063
18064 * w32-fns.el (w32-batch-update-autoloads): New function.
18065
18066 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
18067 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
18068 from the command line.
18069
18070 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
18071
18072 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
18073 reset means to remove setting from theme entirely. Don't keep
18074 expanding theme-settings list; delete old entries if necessary.
18075
18076 * cus-edit.el (custom-buffer-create-internal): Move "Erase
18077 customization" button one line up.
18078 (custom-themed): New face.
18079 (custom-magic-alist): New value, THEMED, for theme settings.
18080 (custom-variable-state-set, custom-face-state-set):
18081 Check theme-value instead of saved-value.
18082 (custom-variable-reset-standard, custom-face-reset-standard):
18083 Remove theme setting entirely. Recalculate new values.
18084 (custom-variable-set, custom-variable-set)
18085 (custom-variable-reset-saved, custom-variable-reset-backup)
18086 (custom-face-set, custom-face-reset-saved): Update `user' theme.
18087 (custom-variable-save): Fix typos.
18088
18089 2005-12-23 Juri Linkov <juri@jurta.org>
18090
18091 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
18092 Add autoload cookies.
18093 (edebug-outside-d-c-i-n-s-w): New variable.
18094 (edebug-display, edebug-outside-excursion): Use it to save the
18095 original value of default-cursor-in-non-selected-windows.
18096 Set default-cursor-in-non-selected-windows to t while Edebug
18097 is active.
18098 (edebug-mode, edebug-eval-mode): Doc fix.
18099
18100 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
18101 with `buffer-substring-no-properties' to remove common substring
18102 highlighting.
18103
18104 * info.el (info-other-window, info): Rename function argument
18105 `file' to `file-or-node'.
18106 (Info-complete-menu-item): Use local variable `complete-nodes' to
18107 keep the global value of `Info-complete-nodes' unchanged for
18108 subsequent completions.
18109 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
18110
18111 * simple.el (get-next-valid-buffer, last-buffer)
18112 (next-error-buffer-p, next-error-find-buffer)
18113 (minibuffer-history-sexp-flag): Doc fix.
18114
18115 * savehist.el (savehist-mode-hook): Add `:group'.
18116
18117 * log-view.el: Call autoload for vc-find-version.
18118 (log-view-current-file): Adjust subgroup numbers.
18119 (log-view-current-tag): Add `length'.
18120
18121 2005-12-23 Richard M. Stallman <rms@gnu.org>
18122
18123 * vc.el (vc-annotate-car-last-cons): Defn moved up.
18124
18125 2005-12-23 Juri Linkov <juri@jurta.org>
18126
18127 * hi-lock.el (hi-lock-archaic-interface-message-used)
18128 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
18129 (hi-lock-mode): Display "Hi" in the mode line only when
18130 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
18131 (hi-lock-write-interactive-patterns):
18132 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
18133 (hi-lock-set-pattern, hi-lock-set-file-patterns)
18134 (hi-lock-font-lock-hook): Set 3rd arg `how' of
18135 font-lock-add-keywords to t.
18136
18137 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
18138
18139 * hi-lock.el (hi-lock-highlight-range): New variable.
18140 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
18141 only if font-lock-fontified is non-nil. Remove overlays.
18142 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
18143 font-lock-fontified is non-nil, otherwise use overlays (instead of
18144 text properties).
18145 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
18146 New variables.
18147 (hi-lock-string-serialize): New function.
18148
18149 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18150
18151 * menu-bar.el (menu-find-file-existing): New function.
18152 (menu-bar-file-menu): Use menu-find-file-existing for Open.
18153
18154 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
18155
18156 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
18157
18158 * vc.el: Remove unnecessary leading * in docstrings.
18159 (vc-annotate-mode-map): Move initialization into declaration.
18160 (vc-static-header-alist): Nitpick on the regexp.
18161 (vc-default-init-version): New fun.
18162 (vc-register): Use it.
18163 (vc-insert-headers): Use dolist.
18164 (vc-annotate-get-backend): Remove unused function.
18165 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
18166 (vc-annotate-mode): Remove corresponding call.
18167 (vc-annotate-car-last-cons): Simplify.
18168 (vc-annotate-buffers): Remove var.
18169 (vc-annotate-backend): Make it buffer-local.
18170 (vc-annotate): Move the interaction to the interactive spec.
18171 Add a `buf' argument.
18172 (vc-annotate-warp-version): Use this new `buf' argument to avoid
18173 killing&creating a vc-annotate buffer, which is very disruptive when
18174 the buffers are shown in dedicated frames.
18175
18176 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
18177
18178 * descr-text.el: Add FSF as maintainer.
18179 (describe-text-mode, describe-text-mode-map)
18180 (describe-text-mode-hook, describe-text-done): Delete. Use normal
18181 help-mode.
18182 (describe-text-widget, describe-text-sexp)
18183 (describe-property-list, describe-text-category)
18184 (describe-text-properties, describe-text-properties-1)
18185 (describe-char): Use help buttons instead of widgets.
18186 (describe-char-unicodedata-file): Make URL link in doc string.
18187
18188 2005-12-22 Richard M. Stallman <rms@gnu.org>
18189
18190 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
18191 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
18192 Don't include buttons that write a file when there's no file.
18193 (custom-variable-menu, custom-face-menu, custom-group-menu):
18194 Don't include commands that write a file when there's no file.
18195 (customize-browse): Reword the top-of-buffer help intro.
18196 (custom-buffer-create-internal): Fix previous change.
18197 (customize-changed-options-previous-release): Prev release is 21.1.
18198 (customize-changed-options): Doc fix.
18199 (customize-changed): New alias.
18200 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
18201 Say "standard values".
18202 (Custom-reset-standard): Doc fix.
18203 (custom-face-reset-standard): Doc fix.
18204
18205 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
18206
18207 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
18208 even if font-lock-mode is non-nil since it may be t without having
18209 turned on font-lock-mode-internal.
18210 (font-lock-choose-keywords): Minor optimization.
18211 (font-lock-add-keywords, font-lock-remove-keywords)
18212 (font-lock-set-defaults): Don't call make-local-variable on a variable
18213 that we know to already be local.
18214
18215 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
18216
18217 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
18218 messages if in the minibuffer.
18219
18220 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
18221
18222 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
18223 (tex-mode-flyspell-verify, flyspell-get-word)
18224 (flyspell-external-point-words): Don't use point-min/max uselessly.
18225
18226 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
18227 by Kevin Rodgers. Instead, just hide the completions buffer if we
18228 don't need to show it.
18229
18230 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
18231
18232 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
18233
18234 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
18235
18236 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
18237 delete-windows-on with an inexistent buffer.
18238
18239 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
18240
18241 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
18242 Delete defcustom variable :tag names.
18243
18244 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
18245
18246 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
18247 (log-view-font-lock-keywords): Ajust subgroup numbers.
18248 (log-view-current-tag): Don't hard code the number of subgroups.
18249
18250 2005-12-20 Juri Linkov <juri@jurta.org>
18251
18252 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
18253 (tooltip-x-offset, tooltip-y-offset): Doc fix.
18254
18255 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
18256 (menu-bar-non-minibuffer-window-p): Instead of checking
18257 display-multi-frame-p, use selected-frame when menu-updating-frame
18258 is nil.
18259
18260 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
18261
18262 * align.el (align-rules-list): Use [ \t] instead of \s-
18263 for column separators in text mode.
18264
18265 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
18266
18267 * help-mode.el (help-customize-variable, help-customize-face):
18268 Don't pop help-xref-stack as help-follow no longer pushes
18269 anything on to it.
18270
18271 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
18272
18273 * textmodes/org.el (org-agenda-custom-commands): New option.
18274 (org-agenda): Offer custom commands on splash screen.
18275 (org-make-tags-matcher): Parser for Boolean logic added.
18276 (org-agenda-set-tags): New command.
18277 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
18278 (org-set-tags): Efficiency improvements.
18279 (org-auto-align-tags): New option.
18280 (org-todo, org-demote, org-promote): Realign tags.
18281 (org-tags-completion-function): Use also "&" and "|" as separators.
18282 (org-org-menu): Agenda commands simplified.
18283
18284 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
18285
18286 * cus-edit.el (customize-apropos, customize-apropos-options):
18287 Docstring changes.
18288
18289 * font-lock.el (font-lock): Add tags to the links in the defgroup.
18290
18291 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
18292
18293 * longlines.el (longlines-mode): Wrap while widened.
18294 (longlines-decode-region, longlines-encode-region): Compute max
18295 just once.
18296
18297 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18298
18299 * cus-edit.el (mac): New group.
18300
18301 * cus-start.el (all): Add user options in macterm.c. Add test for
18302 Mac-related built-ins. Fix test for GTK-related built-ins.
18303
18304 * term/mac-win.el (mac-handle-language-change)
18305 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
18306 (mac-services-open-selection, mac-services-mail-selection)
18307 (mac-services-mail-to, mac-services-insert-text)
18308 (mac-dispatch-apple-event): Add docstrings.
18309 (x-get-selection, mac-select-convert-to-string): Select coding
18310 system from `utf-16be' and `utf-16le' using `byteorder'.
18311
18312 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
18313
18314 * subr.el (lazy-completion-table): Don't be fooled if the var holds
18315 a "list" (lambda ...) rather than a real completion list.
18316
18317 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
18318 lexical-let when encountering ((lambda (...) ...) ...).
18319
18320 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
18321
18322 * progmodes/sh-script.el (sh-mode):
18323 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
18324 * textmodes/picture.el (picture-mode): Update docstrings.
18325
18326 2005-12-17 Eli Zaretskii <eliz@gnu.org>
18327
18328 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
18329 commands enclosed in $(ARGQUOTE)s should not be split between two
18330 lines, as that will break with GNU Make >3.80, when sh.exe is used
18331 and arg quoting is with '..'.
18332 (autoloads): Don't break the quoted --eval expression between
18333 several lines.
18334
18335 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
18336
18337 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
18338 Capture error from printing circular structures.
18339
18340 2005-12-17 Martin Rudalics <rudalics@gmx.at>
18341
18342 * wid-edit.el (widget-checkbox-action): Clear undo info.
18343
18344 2005-12-16 Bill Wohler <wohler@newt.com>
18345
18346 * menu-bar.el (kill-this-buffer): Set a good example by using menu
18347 bar, not menubar in comment.
18348
18349 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
18350
18351 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
18352 After-change-functions should not clobber the match data.
18353
18354 2005-12-16 Juri Linkov <juri@jurta.org>
18355
18356 * simple.el (choose-completion): Use `buffer-substring-no-properties'
18357 instead of `buffer-substring'.
18358 (completion-common-substring): Doc fix.
18359 (completion-setup-function): Use minibuffer-completion-contents
18360 instead of minibuffer-contents. Don't set common-string-length
18361 initially. Remove special handling of partial-completion-mode.
18362 Move computation of completion-base-size into one cond.
18363 Call completion-base-size-function in mainbuf. In computation of
18364 completion-base-size for file name completion don't move point to
18365 the end of the minibuffer. Move computation of common-string-length
18366 into one cond. Start putting faces only when common-string-length>=0.
18367 Add condition to put completions-common-part when
18368 common-string-length>0.
18369
18370 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
18371 place point at the first different character in the minibuffer
18372 even if this position is at the beginning of the minibuffer.
18373
18374 * info.el (Info-read-node-name-1): In completion-base-size-function's
18375 lambda return 1 if common-substring or minibuffer-completion-contents
18376 starts with (, and 0 otherwise.
18377
18378 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
18379 Use `crm-current-element' for second arg of `display-completion-list'.
18380
18381 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
18382
18383 * files.el (set-auto-mode): Look for an interpreter specified on
18384 the first line also if search for mode specification succeeded,
18385 but the mode is not known.
18386
18387 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
18388
18389 * textmodes/org.el (org-tags-match-list-sublevels): New option.
18390 (org-open-at-point): Implement tag searches as links.
18391 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
18392 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
18393 (org-tags-sparse-tree, org-tags-view, org-set-tags)
18394 (org-agenda-dispatch): New commands.
18395 (org-use-tag-inheritance, org-tags-column): New options.
18396 (org-tab-follows-link, org-return-follows-link): New options.
18397 (org-tags): New customize group.
18398 (org-start-icalendar-file): Get local time zone.
18399 (org-tags-completion-function): New function.
18400 (org-set-font-lock-defaults): Make sure links will also be
18401 highlighted inside headlines.
18402
18403 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
18404
18405 * term.el (term-emulate-terminal):
18406 Let term-handle-ansi-terminal-messages override what Bash says about
18407 its current directory.
18408
18409 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
18410
18411 * bindings.el (last-buffer): Move to simple.el.
18412 * simple.el (last-buffer): Move here.
18413 (get-next-valid-buffer): New function.
18414 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
18415 (prev-buffer): Ditto. Rename to `previous-buffer'.
18416
18417 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
18418 * bindings.el (global-map): Ditto.
18419
18420 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
18421
18422 * cus-edit.el: Introductory comment change.
18423 (custom-magic-alist): Change message string for the `rogue' state.
18424
18425 2005-12-15 Richard M. Stallman <rms@gnu.org>
18426
18427 * tooltip.el: Delete defcustom variable :tag names.
18428
18429 * complete.el (partial-completion-mode): Doc fix.
18430
18431 * textmodes/flyspell.el (flyspell-external-point-words):
18432 Use save-excursion to ensure we don't move backward in the
18433 search loop, not even one character.
18434 (flyspell-delete-all-overlays): Use remove-overlays directly.
18435
18436 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
18437 (ispell-start-process): Set that variable.
18438 Clear ispell-buffer-local-name.
18439 (ispell-internal-change-dictionary):
18440 Set ispell-current-dictionary after killing process.
18441 (ispell-buffer-local-dict):
18442 Don't set spell-personal-dictionary after killing process.
18443 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
18444 (ispell-tex-skip-alists, ispell-html-skip-alists)
18445 (ispell-skip-region-alist): Mark as risky.
18446
18447 * net/newsticker.el (newsticker--retrieval-timer-list)
18448 (newsticker--display-timer, newsticker-running-p)
18449 (newsticker-ticker-running-p): Definitions moved up.
18450
18451 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
18452
18453 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
18454
18455 2005-12-15 David Ponce <david@dponce.com>
18456
18457 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
18458 (recentf-edit-list, recentf-open-files): Signal an error when
18459 there is no recent file.
18460
18461 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
18462
18463 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
18464 read-only except for texinfo-format-region evaluation.
18465
18466 2005-12-14 Richard M. Stallman <rms@gnu.org>
18467
18468 * vc.el (vc-default-previous-version, vc-default-next-version)
18469 (vc-do-command): Doc fixes.
18470
18471 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18472
18473 * textmodes/bibtex.el (bibtex-expand-strings)
18474 (bibtex-autokey-expand-string, bibtex-name-part)
18475 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
18476 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
18477 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
18478 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
18479 (bibtex-entry-postfix, bibtex-known-entry-type-re)
18480 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
18481 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
18482 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
18483 (bibtex-beginning-of-last-entry): Remove.
18484 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
18485 message if comma is missing but buffer is read-only.
18486 (bibtex-parse-field-text): Handle whitespaces at the end of field
18487 text. Return 3-element list with beginning and end of field text
18488 and end of field.
18489 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
18490 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
18491 (bibtex-search-forward-field, bibtex-search-backward-field):
18492 Search always delimited by limits of entry. Use more efficient
18493 search algorithms.
18494 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
18495 bibtex-end-of-name-in-field.
18496 (bibtex-text-in-field-bounds): Handle BibTeX strings when
18497 extracting the content of a field.
18498 (bibtex-text-in-field): Use search limits.
18499 (bibtex-parse-string-prefix): Handle empty string keys based on
18500 bibtex-string-empty-key.
18501 (bibtex-parse-string): Fix docstring.
18502 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
18503 (bibtex-preamble-prefix, bibtex-strings): New functions.
18504 (bibtex-skip-to-valid-entry): Include preceding whitespace in
18505 BibTeX entries (consistent with other BibTeX functions).
18506 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
18507 (bibtex-search-entry): Fix docstring. Simplify.
18508 (bibtex-flash-head, bibtex-complete-string-cleanup)
18509 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
18510 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
18511 (bibtex-parse-entry): New optional arg content.
18512 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
18513 Use bibtex-text-in-field-bounds.
18514 (bibtex-print-help-message): Handle BibTeX strings and preambles.
18515 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
18516 bibtex-parse-string-postfix.
18517 (bibtex-find-text-internal): New function.
18518 (bibtex-remove-delimiters): Use it.
18519 (bibtex-find-text): Use it. New optional arg help.
18520 (bibtex-complete): Handle BibTeX string and preamble entries.
18521 (bibtex-Preamble): Fix order of closing delimiters.
18522
18523 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
18524
18525 * vc.el (vc-default-revert): New fun.
18526
18527 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
18528
18529 2005-12-14 Romain Francoise <romain@orebokech.com>
18530
18531 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
18532 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
18533 (font-lock-remove-keywords): Likewise.
18534
18535 2005-12-14 Juri Linkov <juri@jurta.org>
18536
18537 * log-view.el (log-view-diff): Doc fix.
18538
18539 * isearch.el (isearch-query-replace): Use (mark) instead of
18540 isearch-opoint if mark is active in transient-mark-mode.
18541
18542 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
18543
18544 * isearch.el (isearch-query-replace): Check for isearch-other-end.
18545
18546 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
18547
18548 * progmodes/cpp.el (cpp-face): New widget.
18549 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
18550
18551 2005-12-14 Juri Linkov <juri@jurta.org>
18552
18553 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
18554 around `erase-buffer' and `insert'.
18555
18556 * descr-text.el (describe-text-properties): Replace buffer name
18557 "*Help-2*" with "*Help*<2>".
18558 (describe-char): Add functions print-help-return-message,
18559 toggle-read-only. Use help-setup-xref with nil to not store
18560 describe-char in help-xref-stack. Use help-make-xrefs to
18561 make [back] button.
18562
18563 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
18564
18565 * wdired.el (wdired-old-point): New internal variable.
18566 (wdired-change-to-wdired-mode): Set it buffer-locally.
18567 (wdired-abort-changes): Restore point after aborting changes.
18568
18569 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
18570
18571 * vc.el (vc-do-command): Add a new value t for okstatus.
18572
18573 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
18574 frame in case of errors.
18575
18576 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18577
18578 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
18579 so it comes after "On the Left" in the menu.
18580
18581 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
18582
18583 * cus-edit.el (customize-apropos, customize-apropos-options)
18584 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
18585
18586 2005-12-12 Bill Wohler <wohler@newt.com>
18587
18588 * vc-svn.el (vc-svn-registered): Fix problem of visiting
18589 non-writable Subversion-controlled files by saving window
18590 configuration before calling vc-do-command. vc-do-command calls
18591 pop-to-buffer on error which is unexpected during registration.
18592
18593 2005-12-12 Jay Belanger <belanger@truman.edu>
18594
18595 * calc/README: Update the summary of changes.
18596
18597 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
18598
18599 * descr-text.el (describe-char): Rework last fix to solve the problem
18600 is the same way it's solved for everything else in that function
18601 (i.e. by extracting the info before setting up the *Help* buffer).
18602
18603 2005-12-12 Kim F. Storm <storm@cua.dk>
18604
18605 * subr.el (version-regexp-alist): Allow space as separator before
18606 non-numeric part, e.g. "1.0 alpha".
18607 (version-to-list): Interpret .X.Y version as 0.X.Y version.
18608
18609 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
18610
18611 * textmodes/org.el (org-agenda, org-timeline, org-todo):
18612 Implement Logging and the keep-modes setting.
18613 (org-get-category): Make sure a string is returned.
18614 (org-log-done): New function.
18615 (org-log-done, org-closed-string): New options.
18616
18617 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18618
18619 * tooltip.el (tooltip-y-offset): Change default to 20.
18620
18621 2005-12-12 Richard M. Stallman <rms@gnu.org>
18622
18623 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
18624
18625 * frame.el (display-hourglass): Doc fix.
18626
18627 * help.el (help-for-help-internal): Simplify entry for `a'.
18628
18629 * info.el (Info-on-current-buffer): Doc fix.
18630 (info-insert-file-contents): Don't test (featurep 'jka-compr).
18631
18632 * startup.el (inhibit-splash-screen): Make this the real name.
18633 (inhibit-startup-message): Make this the alias.
18634 (command-line): Find only simple.el, and use its directory
18635 to fill in other preloaded files' names.
18636 (command-line): Deactivate the mark if deactivate-mark is set.
18637
18638 * international/mule.el (load-with-code-conversion):
18639 Bind deactivate-mark.
18640
18641 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
18642
18643 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
18644
18645 * cus-edit.el (customize-apropos): Avoid listing an option more
18646 than once under different aliases. No longer list user options
18647 that are not defined with defcustom (unless a prefix arg is given).
18648 Doc fix.
18649 (customize-apropos-options): Doc fix.
18650
18651 2005-12-11 Juri Linkov <juri@jurta.org>
18652
18653 * frame.el (set-background-color, set-foreground-color)
18654 (set-cursor-color, set-mouse-color, set-border-color):
18655 Add explicit prompts to read colors by `facemenu-read-color'.
18656 (show-trailing-whitespace, blink-cursor-delay)
18657 (blink-cursor-interval, display-hourglass, hourglass-delay):
18658 Remove tags.
18659 (display-hourglass, hourglass-delay): Doc fix.
18660 (cursor-in-non-selected-windows): Capitalize words in tag.
18661
18662 * faces.el (frame-background-mode): Replace `choice-item' keywords
18663 with `const' to not make [default] button. Change default value tag
18664 from `default' to `automatic'. Doc fix.
18665 (trailing-whitespace) <defface>: Change group `whitespace' to
18666 `whitespace-faces'.
18667
18668 2005-12-11 Richard M. Stallman <rms@gnu.org>
18669
18670 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
18671
18672 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18673
18674 * term/mac-win.el: Create keymap for mac-apple-event-map.
18675
18676 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
18677
18678 * tooltip.el (tooltip-mode): Move to start of file so that it
18679 appears at top of customize buffer.
18680
18681 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
18682 Add the gud groupname.
18683 (gud-tooltip-mode): Add the tooltip groupname.
18684 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
18685 avoid conflict with tooltip-use-echo-area.
18686
18687 2005-12-10 Romain Francoise <romain@orebokech.com>
18688
18689 * help.el (help-for-help-internal): Add `r' in doc string.
18690
18691 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18692
18693 * align.el (align-regexp, align-highlight-rule):
18694 Use region-beginning and region-end instead of point and mark, so that
18695 repetition (with `repeat-complex-command') recomputes the region
18696 bounds.
18697
18698 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
18699
18700 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
18701 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
18702 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
18703 (balance-windows): Rewrite using the above new functions.
18704
18705 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
18706
18707 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
18708 react if global-hi-lock-mode seems intended.
18709 (global-hi-lock-mode): Renamed from hi-lock-mode.
18710 (hi-lock-archaic-interface-message-used)
18711 (hi-lock-archaic-interface-deduce): New variables.
18712 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
18713 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
18714 (hi-lock-find-patterns, hi-lock-font-lock-hook):
18715 Replace hi-lock-buffer-mode with hi-lock-mode.
18716
18717 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
18718
18719 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
18720 completion list, even after a partial completion has been
18721 inserted in the current buffer. If there are more than 1
18722 completion, redisplay the *Completions* buffer; if the
18723 completion is unique, delete the *Completions* window.
18724
18725 2005-12-10 Eli Zaretskii <eliz@gnu.org>
18726
18727 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
18728 strings and long subject lines that were broken into multiple
18729 lines at arbitrary places. Handle subjects that have "Re: " in
18730 the middle.
18731
18732 2005-12-10 John W. Eaton <jwe@octave.org>
18733
18734 * progmodes/octave-mod.el (octave-electric-space): Don't indent
18735 comments or strings if octave-auto-indent is nil.
18736
18737 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18738
18739 * term/mac-win.el: Require url when compiling.
18740 Call mac-process-deferred-apple-events after loading init files.
18741 (mac-apple-event-map): New defvar. Define event handlers in it.
18742 (core-event, internet-event): New Apple event class symbols.
18743 (open-application, reopen-application, open-documents)
18744 (print-documents, open-contents, quit-application)
18745 (application-died, show-preferences, autosave-now, get-url):
18746 New Apple event ID symbols.
18747 (about): New HICommand ID symbol.
18748 (mac-event-spec, mac-event-ae): New macros.
18749 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
18750 (mac-ae-selection-range, mac-ae-text-for-search)
18751 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
18752 (mac-application-menu-map): Remove keymap. Handlers for HICommand
18753 and Services menu events are now defined in mac-apple-event-map.
18754 (mac-drag-n-drop): Remove selection range handling.
18755
18756 2005-12-10 Kenichi Handa <handa@m17n.org>
18757
18758 * simple.el (zap-to-char):
18759 * isearch.el (isearch-process-search-char): Translate CHAR by
18760 translation-table-for-input.
18761
18762 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
18763
18764 * foldout.el (foldout-exit-fold): Properly hide subtree.
18765
18766 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
18767
18768 * files.el (save-buffer):
18769 * international/ucs-tables.el (ucs-set-table-for-input):
18770 * mail/mail-extr.el (mail-extract-address-components):
18771 * mail/sendmail.el (mail-mode): Reformat doc string.
18772
18773 2005-12-09 Juri Linkov <juri@jurta.org>
18774
18775 * isearch.el (isearch-highlight): Change main overlay priority
18776 from 1 to 1001. Simplify.
18777 (isearch-lazy-highlight-update): Change lazy overlay priority
18778 from 0 to 1000.
18779
18780 * replace.el (replace-highlight): Change overlay priority from
18781 1 to 1001.
18782
18783 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
18784 Change overlay priority from 1 to 1001. Reuse existing overlay.
18785
18786 * compare-w.el (compare-windows-highlight): Change overlay
18787 priority from 1 to 1000.
18788
18789 * menu-bar.el (menu-bar-edit-menu): Add listp around
18790 pending-undo-list to disable menu item "undo" when pending
18791 undo list is empty.
18792
18793 * locate.el (locate): Disable undo in *Locate* buffer.
18794
18795 2005-12-09 Kim F. Storm <storm@cua.dk>
18796
18797 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
18798
18799 2005-12-09 David Ponce <david@dponce.com>
18800
18801 * recentf.el: Improvement of the menu code.
18802 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
18803 instead of menu hook.
18804 (recentf-show-menu, recentf-hide-menu): New functions.
18805 (recentf-menu-customization-changed, recentf-mode): Use them.
18806 (recentf-menu-action, recentf-max-menu-items)
18807 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
18808 (recentf-arrange-by-rule-others)
18809 (recentf-arrange-by-rules-min-items)
18810 (recentf-arrange-by-rule-subfilter): Don't use
18811 `recentf-menu-customization-changed'.
18812 (recentf-arrange-rules): Likewise. Accept functions to compute
18813 sub-menu titles.
18814 (recentf-menu-filter): Likewise. Doc fix.
18815 (recentf-menu-value-shortcut): Doc fix.
18816 (recentf-dump-variable): Quote atom value.
18817 (recentf-make-menu-items): Update to use it as a menu filter.
18818 (recentf-match-rule): New function.
18819 (recentf-arrange-by-rule): Use it.
18820 (recentf-indirect-mode-rule): New function.
18821 (recentf-build-mode-rules): Use it.
18822 (recentf-dir-rule): New function.
18823 (recentf-arrange-by-dir): Use it.
18824 (recentf-filter-changer-current): Rename from
18825 `recentf-filter-changer-state'. All references updated.
18826 (recentf-filter-changer-alist): Update filter names.
18827 (recentf-filter-changer-select): New function.
18828 (recentf-filter-changer): Use it. Make a sub-menu from filters
18829 available in `recentf-filter-changer-alist'.
18830 (recentf-data-cache, recentf-clear-data)
18831 (recentf-update-menu): Remove. All references updated.
18832 (recentf-match-rule-p, recentf-build-dir-rules)
18833 (recentf-filter-changer-goto-next)
18834 (recentf-filter-changer-get-current)
18835 (recentf-filter-changer-get-next): Remove.
18836
18837 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
18838
18839 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
18840 buffer "Reset" button to "Reset to Current" for consistency with
18841 the State buttons.
18842
18843 2005-12-08 John Paul Wallington <jpw@pobox.com>
18844
18845 * ibuf-ext.el (define-ibuffer-filter filename):
18846 If `dired-directory' is a list then really use its car.
18847
18848 2005-12-08 Kim F. Storm <storm@cua.dk>
18849
18850 * emulation/cua-rect.el (cua--rectangle-aux-replace):
18851 Fix indention of text on right side of replaced rectangle.
18852
18853 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
18854
18855 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
18856 No need to check gud-comint-buffer is bound.
18857 (gdb): Prevent multiple debugging when first session uses gdba.
18858
18859 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18860
18861 CC Mode update to 5.31.
18862
18863 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
18864 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
18865 We might do this function properly in the future).
18866
18867 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
18868 New macros c-sentence-end and c-default-value-sentence end, to cope
18869 with Emacs 22's new function `sentence-end'.
18870
18871 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18872
18873 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
18874 compat issue using `c-put-overlay' and `c-delete-overlay'.
18875
18876 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
18877 New compat macros to handle overlays/extents.
18878
18879 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18880
18881 * progmodes/cc-fix.el: Add definitions of the macros push and pop
18882 (for GNU Emacs 20.4).
18883
18884 * progmodes/cc-defs.el
18885 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
18886
18887 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
18888 highlighting mechanism so it will work in XEmacs too.
18889
18890 * progmodes/cc-defs.el: Insert c-int-to-char.
18891
18892 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
18893 call to the new macro c-int-to-char. This solves XEmacs's
18894 regarding characters as different from integers.
18895
18896 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18897
18898 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
18899 New internal helper.
18900
18901 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
18902 construct to make the indirect face lookup work in XEmacs.
18903
18904 (c-cpp-matchers): Append the negation char face to the existing
18905 fontification, so that the cpp face doesn't disappear.
18906 Use `c-make-syntactic-matcher' to avoid negation chars in comments
18907 and strings.
18908
18909 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
18910 to map to `font-lock-negation-char-face' in emacsen where it exists.
18911
18912 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18913
18914 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
18915
18916 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
18917 Rename "c-subword-move-mode" as "c-subword-mode".
18918
18919 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
18920 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
18921
18922 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18923
18924 * progmodes/cc-mode.el: Added autoload directive for
18925 `c-subword-move-mode' for use in older emacsen.
18926
18927 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18928
18929 * progmodes/cc-mode.el:
18930 (i): Insert a binding for C-c C-backspace into
18931 c-bind-special-erase-keys which works in TTYs.
18932 (ii): Make sure that when file styles are used, any explicitly
18933 given style variables take priority over those in the style.
18934 Do this by calling `hack-local-variables' a second time.
18935
18936 * progmodes/cc-vars.el: Add language specific customization
18937 widgets for AWK to c-doc-comment-style, c-require-final-newline
18938 and c-default-style. Add a defcustom for awk-mode-hook.
18939 Give c-syntactic-element and c-syntactic-context doc-strings by
18940 directly setting their `variable-documentation' propery.
18941 This allows Emacs 22.1 to read these with C-h v.
18942
18943 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
18944
18945 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18946
18947 * progmodes/cc-fonts.el, cc-vars.el
18948 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
18949 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
18950 Masatake YAMATO.
18951
18952 (c-doc-comment-style): Made GtkDoc default in C mode.
18953
18954 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
18955 and C-c C-<delete>.
18956
18957 (c-bind-special-erase-keys): New function for use on
18958 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
18959
18960 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
18961 <delete> key behavior in XEmacs according to `delete-forward-p'.
18962 C.f. `c-electric-delete'.
18963
18964 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18965
18966 * progmodes/cc-mode.el: Give c-hungry-backspace and
18967 c-hungry-delete-forward permanent key bindings.
18968
18969 * progmodes/cc-cmds.el (c-electric-semi&comma):
18970 Bind c-syntactic-context for calls to "criteria functions", for
18971 consistency with other calls to user functions.
18972
18973 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
18974 `current-prefix-arg', since this might be the prefix arg to a
18975 command which calls c-indent-command as a function. Change the
18976 interactive spec from "p" to "P".
18977
18978 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
18979 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
18980 was difficult to understand.
18981
18982 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18983
18984 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
18985 first char of an identifier.
18986
18987 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
18988 +" syntax in C++.
18989
18990 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18991
18992 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
18993 auto-fill doesn't split a c-comment's last word from a hanging
18994 "*/" when a space is typed between them after fill-column.
18995
18996 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
18997
18998 * progmodes/cc-styles.el (c-set-style)
18999 (c-setup-paragraph-variables): Abort the command if we're not in a
19000 CC Mode buffer.
19001
19002 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
19003 with blank comment-prefix, and a blank line as the comment's
19004 second line.
19005
19006 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19007
19008 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
19009 Incorporate the patterns added in the Emacs development branch
19010 for the new Emacs 22 face `font-lock-negation-char-face'.
19011
19012 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
19013 of "red" since it stands out better in xterms and DOS terminals.
19014
19015 * progmodes/cc-engine.el (c-literal-faces):
19016 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
19017
19018 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19019
19020 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
19021 forcibly enable c-electric-flag.
19022
19023 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
19024 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
19025 after the comment-prefix of a C-style comment will close that comment.
19026
19027 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19028
19029 * progmodes/cc-fonts.el (c-basic-matchers-before)
19030 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
19031 in Pike.
19032
19033 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
19034 digraphs.
19035
19036 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
19037 (c-cpp-message-directives, c-cpp-include-directives)
19038 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
19039 (c-cpp-expr-directives): Introduce new language constants to
19040 control cpp syntax in a cleaner way.
19041
19042 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
19043
19044 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
19045
19046 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
19047 (c-multiline-string-start-char): New language constants and
19048 variables to specify how newlines in string literals work.
19049
19050 (c-font-lock-invalid-string): Use them.
19051
19052 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
19053 unbalanced close brace is entered. Optimization by avoiding going
19054 back over arbitrarily large blocks. Removed hints that this
19055 function only would be relevant/useful in AWK.
19056
19057 (c-electric-brace): Indent syntactically after the cleanups since
19058 lineup functions might do it differently then.
19059
19060 * progmodes/cc-engine.el, cc-langs.el
19061 (c-opt-op-identifier-prefix): New language constant and variable.
19062
19063 (c-just-after-func-arglist-p, c-after-special-operator-id)
19064 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
19065
19066 * progmodes/cc-align.el, cc-engine.el
19067 (c-after-special-operator-id): New helper to handle C++ operator
19068 identifiers.
19069
19070 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
19071 (c-guess-basic-syntax): Handle C++ operator identifiers in
19072 declarations.
19073
19074 * progmodes/cc-langs.el (c-assignment-operators): Add the
19075 trigraph version of ^= too.
19076
19077 * progmodes/cc-langs.el (c-assignment-operators): Add the
19078 trigraph version of |= in C++.
19079
19080 * progmodes/cc-fonts.el (c-font-lock-declarators):
19081 Handle `c-decl-hangon-kwds' after the identifier name.
19082
19083 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
19084 whether an arglist is "nonempty", ignore a comment after the open
19085 paren if it isn't followed by a non-comment token on the same line.
19086
19087 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
19088 Enable heuristics below the point to cope with classes inside special
19089 brace lists in Pike.
19090
19091 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19092
19093 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
19094
19095 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19096
19097 * progmodes/cc-guess.el (cc-guess-install): New function to
19098 install an already guessed style in another buffer.
19099
19100 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
19101 sets `inhibit-read-only' - `c-save-buffer-state' should be used
19102 anyway if the change always is undone.
19103
19104 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19105
19106 Implement togglable electricity:
19107
19108 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
19109 saying when it should be used.
19110
19111 * progmodes/cc-engine.el: Add the new buffer-local variable,
19112 c-electric-flag.
19113
19114 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
19115 c-toggle-auto-newline.
19116
19117 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
19118 c-toggle-auto-newline. Remove the binding for
19119 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
19120 c-toggle-electric-state.
19121
19122 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
19123
19124 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
19125 c-\(forward\|backward\)-subword.
19126 (c-update-modeline): Add the new modeline flag `l' for
19127 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
19128 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
19129 Make the old name an alias of the new name.
19130 (c-toggle-electric-state): New function.
19131 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
19132 Adapt these functions to do electric things only when
19133 c-electric-flag is non-nil.
19134 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
19135 new functions from c-electric-brace.
19136 (c-point-syntax): Add a check for "virtual semicolons" in AWK
19137 mode, so that the tentative extra newline doesn't change the
19138 syntax of the following brace.
19139 (c-electric-brace): Restructure by extracting the above functions.
19140 Tidy up the coding somewhat.
19141 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
19142 restructure a bit.
19143
19144 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19145
19146 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
19147 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
19148
19149 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
19150 (c-submode-indicators): Change name from `c-auto-hungry-string'
19151 since it's now used to track another submode.
19152
19153 (c-update-modeline): Convert to function and extended to check
19154 `c-subword-move-mode'.
19155
19156 (c-forward-into-nomenclature, c-backward-into-nomenclature):
19157 Convert to compat aliases for `c-forward-subword' and
19158 `c-backward-subword'.
19159
19160 * progmodes/cc-subword.el: New functions and minor mode to handle
19161 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
19162
19163 (c-forward-subword, c-backward-subword, c-mark-subword)
19164 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
19165 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
19166 Functions corresponding to the standard word handling functions.
19167
19168 (c-subword-move-mode): Minor mode that replaces all the standard
19169 word handling functions with their subword equivalences.
19170
19171 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19172
19173 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
19174 entry for one-liner-defun.
19175
19176 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
19177 name in its def-edebug-spec.
19178
19179 * progmodes/cc-cmds.el (c-electric-brace): Make the
19180 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
19181 compacts space before a comment, if this will make things fit on
19182 one line.
19183
19184 Introduce an "awk" style, mainly for auto-newline and clean-ups.
19185
19186 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
19187
19188 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
19189 clean-up one-liner-defun.
19190
19191 * progmodes/cc-styles.el: Add the new "awk" style.
19192
19193 * progmodes/cc-vars.el: Add description of one-liner-defun to
19194 c-cleanup-list's doc-string. New user options,
19195 c-max-one-liner-length. In c-default-style, set the default style
19196 for AWK to "awk".
19197
19198 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19199
19200 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
19201 macros inside labels.
19202
19203 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
19204 `c-at-statement-start-p' and `c-at-expression-start-p'.
19205
19206 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
19207 error if the mark isn't set.
19208
19209 * progmodes/cc-engine.el (c-guess-continued-construct)
19210 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
19211 accurately detect functions inside functions.
19212
19213 * progmodes/cc-engine.el (c-at-expression-start-p): New function
19214 like `c-at-statement-start-p' that additionally recognizes commas
19215 and expression parentheses as delimiters.
19216
19217 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
19218 to avoid heuristics that doesn't work for unclosed blocks.
19219 (c-at-statement-start-p): New function.
19220
19221 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
19222 Objective-C directives, e.g. directives spanning lines should work
19223 reasonably well now.
19224
19225 (c-put-c-type-property, c-clear-c-type-property): New helpers.
19226
19227 (c-forward-objc-directive): New function to move over any ObjC
19228 directive.
19229
19230 (c-just-after-func-arglist-p, c-guess-basic-syntax)
19231 (c-basic-matchers-before): Use it.
19232
19233 (c-font-lock-objc-iip-decl): Remove.
19234
19235 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
19236 in the template arglist recognition.
19237
19238 * progmodes/cc-styles.el (c-style-alist): Fix several
19239 inconsistencies in the Whitesmith style.
19240
19241 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
19242 New lineup function to get lines after Whitesmith style blocks
19243 correctly indented.
19244
19245 (c-lineup-whitesmith-in-block): Back out the compensation for
19246 opening parens since it's done using `add' lists in the style
19247 definition instead. Don't use the anchor position since it varies
19248 too much between the syntactic symbols. :P
19249
19250 * progmodes/cc-vars.el (c-valid-offset): Update.
19251
19252 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
19253 lists where the offsets are combined according to several
19254 different methods: `first', `min', `max', and `add'.
19255 Report offset evaluation errors with `c-benign-error' so that some kind
19256 of reindentation still is done.
19257
19258 * progmodes/cc-engine.el (c-guess-basic-syntax):
19259 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
19260 `arglist-close'.
19261
19262 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
19263 situations for `arglist-cont-nonempty' and `arglist-close'.
19264
19265 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
19266
19267 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
19268 cc-bytecomp-boundp' in a number of places.
19269
19270 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
19271 macro related issue.
19272
19273 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19274
19275 * progmodes/cc-awk.el: Change the terminology of regexps: A char
19276 list is now [asdf], a char class [:alpha:].
19277 Include code for char classes.
19278 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
19279 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
19280
19281 Remove (nearly all of) the cruft associated with AWK Mode's former
19282 concept of "virtual semicolons":
19283
19284 Adapt c-beginning-of-statement, c-end-of-statement (together with
19285 subfunctions) to use the new notion of "virtual semicolon" in
19286 place of the old awkward special handling for AWK. There remains
19287 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
19288 * progmodes/cc-cmds.el:
19289 (c-ascertain-adjacent-literal): In the backwards direction, now
19290 recognises AWK regexp delimiters as string delimiters.
19291 (c-after-statement-terminator-p): Adapt for virtual semicolons;
19292 check more rigorously for "end of macro".
19293 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
19294 virtual semicolons;
19295 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
19296 out the code for forward movement into ...
19297 (c-end-of-statement): Now contains the code for forward movement,
19298 adapted for virtual semicolons.
19299
19300 * progmodes/cc-engine.el:
19301 (c-ws*-string-limit-regexp): New regexp.
19302 (c-forward-single-comment, c-backward-single-comment): Comment out
19303 the (now redundant) "special" AWK stuff.
19304
19305 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
19306 c-string-par-start, c-string-par-separate to be more like Text
19307 Mode than Fundamental Mode.
19308
19309 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19310
19311 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
19312 to the fontified region so that fontification doesn't occur
19313 outside it (could happen e.g. when fontifying a line with an
19314 unfinished declaration).
19315
19316 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19317
19318 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
19319 start of the file. ^L now separate sections of the file.
19320 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
19321 (c-awk-one-line-possibly-open-string-re)
19322 (c-awk-regexp-one-line-possibly-open-char-class-re)
19323 (c-awk-one-line-possibly-open-regexp-re)
19324 (c-awk-one-line-non-syn-ws*-re): New defonsts.
19325 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
19326
19327 Amend the concept of "virtual semicolons" (in the indentation
19328 engine) for languages like AWK, such that they are now
19329 conceptually attached to end of the last token of a statement, not
19330 the end of the line. (In AWK Mode, however, the pertinent text
19331 property is still physically set on the EOL.) Remove the specific
19332 tests for awk-mode, thus facilitating the introduction of other
19333 language modes where EOLs can end statements.
19334 (Note: The funtionality in cc-cmds.el, specifically
19335 c-beginning/end-of-statement has yet to be amended.)
19336
19337 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
19338 New macros.
19339
19340 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
19341 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
19342 c-vsemi-status-unknown-p-fn (in a new page).
19343
19344 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
19345 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
19346 numerous awkward forms like
19347 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
19348 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
19349 variable before-ws-ip, the place just after char-before-ip appears.
19350
19351 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
19352 a comment.
19353
19354 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19355
19356 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
19357 `c-tentative-buffer-changes'.
19358
19359 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
19360 convert to macro to choose between Emacs and XEmacs at compile time.
19361
19362 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
19363
19364 (c-tentative-buffer-changes): New macro to handle temporary buffer
19365 changes in a convenient way.
19366
19367 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
19368 for `c-tentative-buffer-changes'.
19369
19370 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
19371 the checks for paren sexps between the point and the keyword, to
19372 avoid some false alarms.
19373
19374 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
19375 Fixed a situation where an error could be thrown for unbalanced
19376 parens. Changed to make use of c-keyword-member' to avoid some
19377 repeated regexp matches.
19378
19379 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
19380 These language variable are no longer necessary.
19381
19382 (c-block-stmt-kwds): New language constant used by
19383 c-looking-at-inexpr-block'.
19384
19385 (c-guess-basic-syntax): Remove an optional check that looked at
19386 the existence of the now removed language variables.
19387
19388 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
19389 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
19390 object instantiation expressions as declarations in some contexts.
19391 This bug only affected languages where the declarator can't be
19392 enclosed in parentheses.
19393
19394 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
19395 insert newlines before and after substatement braces.
19396
19397 * progmodes/cc-engine.el: Improved the heuristics for recognizing
19398 function declaration headers and the handling of C++ style member
19399 init lists.
19400
19401 (c-just-after-func-arglist-p): Rewritten to use
19402 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
19403
19404 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
19405
19406 (c-guess-basic-syntax): Adapt case 5B for the new
19407 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
19408 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
19409 covers all cases now).
19410
19411 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
19412
19413 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19414
19415 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
19416 c-string-par-start/separate c-sentence-end-with-esc-eol,
19417 initialised in c-setup-paragraph-variables, used in string
19418 scanning subroutines of c-beginning-of-statement.
19419
19420 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
19421 which precedes the newly inserted `{'.
19422
19423 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19424
19425 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
19426 function for declaration level blocks. It should now cope with
19427 templates better and also be a lot more comprehensible.
19428
19429 (c-looking-at-decl-block): The new function.
19430
19431 (c-search-uplist-for-classkey): The old one. It's now a wrapper
19432 for compatibility.
19433
19434 (c-add-class-syntax, c-guess-continued-construct)
19435 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
19436
19437 (c-decl-block-key): Change to tell apart ambiguous and
19438 unambiguous keywords. Pike specials are now handled directly in
19439 the code instead.
19440
19441 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
19442 New language constants and variables to make the backward skip in
19443 `c-looking-at-decl-block' as tight as possible.
19444
19445 (c-nonsymbol-token-char-list): New language constant.
19446
19447 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
19448 find balanced template arglists backwards.
19449
19450 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
19451 making char classes for `c-syntactic-skip-backward'.
19452
19453 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
19454 16D - can't be a class-close at that point.
19455
19456 * progmodes/cc-engine.el (c-guess-basic-syntax)
19457 (c-add-class-syntax): Don't narrow out the enclosing declaration
19458 level. This makes everything a lot easier, and it was actually
19459 only four small places that needed it to work. Some places that
19460 previously did `widen' are removed now, which has the effect that
19461 `c-guess-basic-syntax' never will look at things outside the
19462 current narrowment now. The anchor position for `topmost-intro'
19463 is affected by this, but it was so bogus it was basically useless
19464 before, and now it's equally bogus but in a slightly different way.
19465
19466 (c-narrow-out-enclosing-class): Gone.
19467
19468 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
19469 the narrowed region.
19470
19471 (c-least-enclosing-brace): Remove silly optional argument.
19472
19473 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
19474 the point could be left directly after an open paren when finding
19475 the beginning of the first decl in the block.
19476
19477 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
19478 Specify which submatch to use.
19479
19480 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
19481
19482 (c-decl-start-re): No longer any need for special treatment of
19483 ObjC due to the above.
19484
19485 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
19486 presumably follows C in that regard.
19487
19488 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
19489 New language constants to specify operator tokens inside
19490 identifiers in a more high level way.
19491
19492 (c-opt-identifier-prefix-key): New internal language constant.
19493
19494 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
19495 (c-identifier-start, c-identifier-key): Now completely calculated
19496 from other constants.
19497
19498 (c-identifier-last-sym-match): Decommission since it's no longer used.
19499
19500 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
19501
19502 * progmodes/cc-engine.el (c-forward-name): Remove the
19503 optimization when c-identifier-key is equal to c-symbol-key since
19504 it doesn't work in byte compiled files. Don't record empty
19505 regions as identifiers.
19506
19507 * progmodes/cc-langs.el (c-filter-ops): New helper function to
19508 simplify access to `c-operators' and its likes.
19509
19510 (c-operator-list, c-all-op-syntax-tokens)
19511 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
19512 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
19513 (c-primary-expr-regexp, c-cast-parens): Use it.
19514
19515 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
19516 an explicit language in functions.
19517
19518 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
19519 variant of adornment.
19520
19521 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
19522 variable.
19523
19524 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
19525 the Pike value.
19526
19527 * progmodes/cc-engine.el (c-on-identifier)
19528 (c-simple-skip-symbol-backward): Small fix for handling "-"
19529 correctly in `skip-chars-backward'. Affected the operator lfun
19530 syntax in Pike.
19531
19532 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
19533 diagnostic message about precompiled language vars not being used.
19534
19535 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
19536 "__attribute__" is followed by a parenthesis.
19537
19538 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
19539 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
19540 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
19541
19542 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
19543 Internal cleanups to properly detect the declared identifiers in
19544 various declarations.
19545
19546 (c-decl-start-kwds): New language constant to recognize
19547 declarations that can start anywhere. Used for class declarations
19548 in Pike.
19549
19550 (c-specifier-key, c-not-decl-init-keywords)
19551 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
19552 (c-find-decl-spots): Implement `c-decl-start-kwds'.
19553
19554 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
19555 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
19556 handling of the compiler specific extension keywords into a new
19557 language constant `c-decl-hangon-kwds' that defines keyword
19558 clauses to be ignored in declarations.
19559
19560 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
19561 past unrecognized tokens when handling `c-colon-type-list-kwds'.
19562 Necessary to stop at the declared identifier in e.g. IDL valuetype
19563 declarations.
19564
19565 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
19566 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
19567 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
19568 (c-forward-decl-or-cast-1): Recognize the declared identifier in
19569 class and enum declarations as such and not as part of the type.
19570
19571 (c-forward-decl-or-cast-1, c-forward-label): Relax the
19572 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
19573
19574 (c-forward-decl-or-cast-1): Don't disregard sure signs of
19575 declarations when there's some syntax error later on.
19576
19577 (c-complex-decl-matchers): Did away with a reference to
19578 `c-specifier-key'.
19579
19580 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
19581 value - this variable is always dynamically bound.
19582
19583 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
19584 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
19585 * cc-cmds.el, cc-defs.el: Change the policy for marking up
19586 functions that might do hidden buffer changes: All such internal
19587 functions are now marked instead of those that don't.
19588
19589 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
19590 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
19591 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
19592 (c-literal-type): Allow these functions to make hidden buffer changes,
19593 so that they are free to use text property caching later on.
19594
19595 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
19596 (c-electric-brace, c-electric-slash, c-electric-star)
19597 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
19598 (c-electric-paren, c-electric-continued-statement, c-indent-command)
19599 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
19600 (c-context-line-break): Add `c-save-buffer-state' calls to comply
19601 with the changed semantics of the functions above.
19602
19603 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
19604 when macros occur in obscure places. Optimized the sexp movement
19605 a bit.
19606
19607 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19608
19609 Enhancements for c-beginning-of-statement to work in AWK Mode:
19610
19611 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
19612 (completed statement) with `}' (statement completed by closing
19613 brace or semicolon) and `$' (statement completed by EOL).
19614
19615 (c-awk-virtual-semicolon-ends-prev-line-p)
19616 (c-awk-virtual-semicolon-ends-line-p)
19617 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
19618 (c-awk-at-statement-end-p): New functions.
19619
19620 * progmodes/cc-cmds.el: Simplify the structure of functions
19621 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
19622 two functions and c-beginning-of-statement to handle AWK Mode.
19623
19624 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
19625 c-backward-single-comment for AWK mode. Attempt to clarify their
19626 doc-strings.
19627
19628 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
19629
19630 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19631
19632 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
19633 label handling. Labels are now recognized in a uniform and more
19634 robust way, regardless of context. Text properties are put on all
19635 labels to recognize the following declarations better.
19636 Multiword labels are handled both in indentation and fontification for
19637 the benefit of language extensions like Qt. For consistency, keywords
19638 in labels are now fontified with the label face instead.
19639 That also applies to "case" and "default".
19640
19641 (c-beginning-of-statement-1): Fix some bugs in the label
19642 handling. Disregard `c-nonlabel-token-key' in labels that begin
19643 with `c-label-kwds'.
19644
19645 (c-find-decl-spots): Support that the callback adds more
19646 `c-decl-end' spots to find.
19647
19648 (c-forward-decl-or-cast-1): Don't treat a list of plain
19649 identifiers followed by a colon as a declaration.
19650
19651 (c-forward-label): New function to recognize labels.
19652
19653 (c-guess-basic-syntax): Replace uses of `c-label-key' with
19654 `c-forward-label'. Moved the label recognition cases (14 and 15)
19655 earlier since they aren't so context sensitive now. Handle labels
19656 on the top level gracefully. Moved access label recognition to
19657 the generic label case (CASE 15) - removed CASE 5E.
19658
19659 (c-font-lock-declarations): Add recognition of labels in the
19660 same round since we need to handle labels in parallell with other
19661 declarations to recognize both accurately. It should also improve
19662 speed.
19663
19664 (c-simple-decl-matchers, c-basic-matchers-after):
19665 Move `c-font-lock-labels' so that it only is used on decoration level 2
19666 since `c-font-lock-declarations' handles it otherwise.
19667
19668 (c-complex-decl-matchers): Remove the simplistic recognition of
19669 access labels.
19670
19671 (c-decl-prefix-re): Remove the kludges that was necessary to cope
19672 with labels earlier.
19673
19674 (c-decl-start-re): New language variable to make
19675 `c-font-lock-declarations' stop for the special protection labels
19676 in Objective-C that start with `@'.
19677
19678 (c-label-key): Remove since it's no longer used.
19679
19680 (c-recognize-colon-labels, c-label-prefix-re): New language
19681 constants to support recognition of generic colon-terminated labels.
19682
19683 (c-type-decl-end-used): `c-decl-end' is now used whenever there
19684 are colon terminated labels.
19685
19686 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
19687 first argument starts with a special brace list.
19688
19689 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
19690 (c-font-lock-declarations): Break out the declaration and cast
19691 recognition from `c-font-lock-declarations' to a new function, so
19692 that it can be used in the indentation engine.
19693
19694 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
19695 up to the start of the literal. Fixed bug with the point on the
19696 wrong side of the search limit that could happen when the start
19697 position is inside a literal.
19698
19699 * progmodes/cc-engine.el (c-parse-state)
19700 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
19701 so that it's kept a little bit back to increase the hit rate.
19702
19703 (c-parse-state): Change the macro handling and fixed some
19704 glitches. Macro context is checked more often than necessary now,
19705 but otoh less garbage conses are generated.
19706
19707 * progmodes/cc-engine.el (c-parse-state)
19708 (c-invalidate-state-cache): Cache the last position where
19709 `c-state-cache' applies. This can speed up refontification quite
19710 a bit in blocks where there are many non-brace parens before the point.
19711
19712 (c-state-cache-end): New variable for this.
19713
19714 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
19715 cache variable.
19716
19717 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
19718 get close initial continue positions when the start position is
19719 inside a literal or macro. Do not call the callback for spots
19720 before the start position (which can happen e.g. for `c-decl-end'
19721 spots inside comments). Optimize better in special cases when the
19722 region is a single line inside a literal or macro (typically when
19723 the current line is refontified).
19724
19725 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
19726 to `c-add-stmt-syntax' - there's no need to explicitly whack off
19727 entries from the paren state.
19728
19729 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
19730 special case for "else if" clauses.
19731
19732 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
19733 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
19734
19735 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
19736 New language variable to recognize the gcc extension with statement
19737 blocks inside expressions.
19738
19739 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
19740 it somewhat more comprehensible. The argument AT-BLOCK-START is
19741 no longer used and hence removed.
19742
19743 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
19744 to `c-add-stmt-syntax'.
19745
19746 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
19747 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
19748 This fixes bogus label recognition.
19749
19750 * progmodes/cc-engine.el (c-add-type, c-check-type)
19751 (c-forward-name, c-forward-type): Improve storage of template
19752 types in `c-found-types' so that they can be recognized better.
19753
19754 (c-syntactic-content): Add option to skip past nested parens.
19755
19756 * progmodes/cc-engine.el (c-forward-name):
19757 Set `c-last-identifier-range' all the time. It's less work that way.
19758 Handle that there might not be an identifier to store in
19759 `c-last-identifier-range'.
19760
19761 (c-forward-type): Handle that `c-last-identifier-range' might be
19762 nil from `c-forward-name'.
19763
19764 * progmodes/cc-defs.el (c-safe-scan-lists)
19765 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
19766
19767 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
19768 to work even if the form fails.
19769
19770 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
19771 down in a large file in one go.
19772
19773 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
19774
19775 * progmodes/cc-align.el (c-lineup-assignments): New lineup
19776 function which is like `c-lineup-math' but returns nil instead of
19777 `c-basic-offset' when it doesn't match.
19778
19779 (c-lineup-math): Change to use `c-lineup-assignments'.
19780
19781 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19782
19783 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
19784 c-beginning-of-statement. New subfunctions
19785 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
19786
19787 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19788
19789 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
19790 hardcoded char classes whereever possible. Changed a couple of
19791 places to use skip by syntax instead of skip by char class.
19792
19793 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
19794 Fix a bug in the regexp that caused extreme backtracking.
19795
19796 * progmodes/cc-langs.el (c-block-comment-starter)
19797 (c-block-comment-ender): New language constants to specify in a
19798 single place how block comments look.
19799
19800 (c-comment-start-regexp, c-block-comment-start-regexp)
19801 (comment-start, comment-end, comment-start-skip)
19802 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
19803 (c-syntactic-ws, c-nonempty-syntactic-ws)
19804 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
19805 `c-line-comment-starter', `c-block-comment-starter' and
19806 `c-block-comment-ender'.
19807
19808 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
19809 New language constants to break up things a bit.
19810
19811 (c-simple-ws): New language constant for simple whitespace.
19812
19813 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
19814
19815 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
19816 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
19817 newlines. Allow and ignore nil elements in the list.
19818
19819 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19820
19821 * progmodes/cc-cmds.el: Comment out a (n almost certainly
19822 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
19823
19824 * progmodes/cc-cmds.el: Tidy up the comments in
19825 c-beginning-of-statement and subfunctions.
19826
19827 * progmodes/cc-awk.el: Replace calls to put-text-property to the
19828 more flexible c-put-char-property and c-clear-char-properties.
19829 Add the author's email address.
19830
19831 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
19832
19833 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
19834 closing "*/" of a block comment.
19835
19836 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
19837 subfunctions) so that it works at BOB and EOB.
19838
19839 * progmodes/cc-cmds.el, cc-vars.el: More updating of
19840 c-beginning-of-statement, including new variable
19841 c-block-comment-start-regexp.
19842
19843 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19844
19845 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
19846 symbols from `*-font-lock-extra-types' so that there's no need to
19847 use `regexp-opt' on those lists.
19848
19849 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
19850 `c-type-modifier-kwds' is empty.
19851
19852 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
19853 there are several strings on the same line.
19854
19855 * progmodes/cc-engine.el (c-literal-limits): Remove the
19856 compatibility function for older emacsen. `c-literal-limits-fast'
19857 has now taken the place of this function.
19858
19859 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
19860 with older emacsen: We now require `pps-extended-state'.
19861
19862 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19863
19864 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
19865 which obviates the need to hack sentence-end. This now handles
19866 escaped newlines in strings correctly. Correct minor bugs in
19867 c-move-over-sentence and in c-beginning-of-statement.
19868
19869 * progmodes/cc-cmds.el (c-beginning-of-statement (and
19870 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
19871 that movement over macros and code are rigorously separated from
19872 eachother. Correct a few incidental bugs.
19873
19874 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
19875 Improve its doc-string. Improve the handling of certain specific cases.
19876
19877 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19878
19879 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
19880 (c-guess-basic-syntax): Change the way class-level labels are
19881 recognized; they can now contain essentially any symbols.
19882
19883 (c-opt-extra-label-key): New language variable to cope with the
19884 special protection label syntax in Objective-C.
19885
19886 (c-opt-access-key): Remove; this is now handled better by
19887 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
19888
19889 (c-complex-decl-matchers): Update to handle that
19890 `c-opt-access-key' no longer exists.
19891
19892 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
19893 improved label recognition in `c-beginning-of-statement-1'.
19894
19895 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
19896 Recognize bitfields better.
19897
19898 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
19899 Remove some cruft and fixed a bug that could cause it to go to a
19900 position further down.
19901
19902 * progmodes/cc-langs.el, cc-engine.el
19903 (c-beginning-of-statement-1): Improve detection of labels in
19904 declaration contexts.
19905
19906 (c-beginning-of-decl-1): Use it.
19907
19908 (c-nonlabel-token-key): New language constant and variable needed
19909 by `c-beginning-of-statement-1'.
19910
19911 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
19912 manifested itself due to the correction in `c-forward-sexp'.
19913
19914 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
19915 Make these behave as documented when used at the buffer limits.
19916
19917 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
19918 (c-type-decl-end-used): Made this a language variable.
19919
19920 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
19921 correctly when `combine-after-change-calls' is used together with
19922 temporary narrowings.
19923
19924 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19925 Report labels correctly when the start point is immediately after the
19926 colon.
19927
19928 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
19929 Remove since it isn't used anymore.
19930
19931 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
19932 bracket arglists such as template parens in C++.
19933
19934 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
19935 in the last check-in. Some optimization.
19936
19937 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
19938 where it could stop at the same level in a preceding sexp when
19939 PAREN-LEVEL is set.
19940
19941 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
19942 text property lookup only when it's needed.
19943
19944 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
19945 Change the policy for paren marked angle brackets to be more
19946 persistent; once marked they remain marked even when they're found
19947 to be unbalanced in the searched region. This should keep the
19948 paren syntax around even when individual lines are refontified in
19949 multiline template arglists.
19950
19951 (c-parse-and-markup-<>-arglists): New dynamically bound variable
19952 to control markup so that incorrect angle bracket arglists aren't
19953 marked in contexts where the correct value for
19954 `c-disallow-comma-in-<>-arglists' isn't known.
19955
19956 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
19957 argument has become `c-parse-and-markup-<>-arglists'.
19958
19959 (c-remove-<>-arglist-properties): Remove - no longer used.
19960
19961 (c-after-change-check-<>-operators): New function used on
19962 `after-change-functions' to avoid that "<" and ">" characters that
19963 are part of longer operators have paren syntax.
19964
19965 (c-<>-multichar-token-regexp): New language variable used by
19966 `c-after-change-check-<>-operators'.
19967
19968 (c-after-change): Call `c-after-change-check-<>-operators'.
19969
19970 (c-font-lock-<>-arglists): Use the context properties set by
19971 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
19972 correctly to avoid doing invalid markup.
19973
19974 (c-font-lock-declarations): Remove code that undoes the invalid
19975 markup done by `c-font-lock-<>-arglists'.
19976
19977 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
19978 after `c-font-lock-declarations'.
19979
19980 * progmodes/cc-engine.el (c-syntactic-skip-backward):
19981 Add paren-level feature.
19982
19983 (c-guess-basic-syntax): Improve the anchor position for
19984 `template-args-cont' in nested template arglists. There's still
19985 much to be desired in this area, though.
19986
19987 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19988
19989 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
19990 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
19991
19992 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19993
19994 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
19995 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
19996
19997 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
19998 it doesn't work no longer are supported.
19999
20000 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
20001 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
20002 requires support for the syntax-table' text property, which rules
20003 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
20004 cruft associated with those versions.
20005
20006 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
20007 for the `syntax-table' text property, which rules out Emacs 19 and
20008 XEmacs < 21.4. Removed various compatibility cruft associated
20009 with those versions.
20010
20011 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
20012 support for the `syntax-table' text property.
20013
20014 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
20015 variable and use an extra quoted face name instead. All the
20016 emacsen flavors handle that correctly.
20017
20018 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
20019 (c-font-lock-declarators, c-font-lock-declarations)
20020 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
20021 property to mark the items in in declarator lists to handle
20022 refontification inside multiline declarations better.
20023
20024 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
20025 construct like "a * b = c;" as a declaration.
20026
20027 2005-12-08 Kim F. Storm <storm@cua.dk>
20028
20029 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
20030 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
20031 select either meta, hyper, or super modifier for rectangle commands.
20032 (cua--rectangle-modifier-key): New defvar.
20033 (cua--M/H-key): Use it. Remove special case for `space'.
20034 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
20035 on X, to meta otherwise. Always bind C-return to toggle
20036 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
20037
20038 * emulation/cua-rect.el (cua-help-for-rectangle):
20039 Use cua--rectangle-modifier-key. Handle super modifier too.
20040 (cua--init-rectangles): Always bind C-return to toggle rectangle.
20041 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
20042
20043 * ido.el: Move Acknowledgements and History after Commentary.
20044 Minor changes to Commentary.
20045
20046 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
20047 keymap if cua--prefix-override-timer is `shift'.
20048 (cua--shift-control-prefix): New function; emulate "type prefix
20049 key twice" functionality to handle shifted prefix key override.
20050 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
20051 New commands.
20052 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
20053
20054 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
20055
20056 * textmodes/org.el (org-insert-heading): Try to do items before
20057 headings.
20058 (org-agenda-mode): Quote `org-agenda-mode-hook'.
20059 (org-insert-item): New function.
20060 (org-renumber-ordered-list): Don't skip to higher level lists.
20061
20062 2005-12-08 Juri Linkov <juri@jurta.org>
20063
20064 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
20065
20066 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
20067
20068 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
20069
20070 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
20071 the constructed function name fun-1.
20072
20073 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
20074 because such links don't lead to parent documentation.
20075
20076 2005-12-08 Kenichi Handa <handa@m17n.org>
20077
20078 * descr-text.el (describe-char): Use *Help-2* buffer if the
20079 current buffer is *Help*. Call describe-text-properties while
20080 setting the original buffer.
20081
20082 2005-12-07 Bill Wohler <wohler@newt.com>
20083
20084 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
20085 and causes problems with non-MH users (such as Gnus users).
20086
20087 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
20088
20089 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
20090 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
20091 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
20092 command "info sources". Move calls to GDB command "list".
20093 (gdb-find-file-hook): Just use gdb-source-file-list.
20094 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
20095 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
20096 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
20097 (gdb-data-list-register-values-handler): Use correct trigger name.
20098
20099 2005-12-07 Kim F. Storm <storm@cua.dk>
20100
20101 * ido.el (ido-completion-map): Rename from ido-mode-map.
20102 (ido-common-completion-map, ido-file-completion-map)
20103 (ido-file-dir-completion-map, ido-buffer-completion-map):
20104 Rename from ido-mode-....-map.
20105 (ido-init-completion-maps): Rename from ido-init-mode-maps.
20106 (ido-setup-completion-map): Rename from ido-define-mode-map.
20107 (ido-read-internal): Bind minibuffer-local-filename-completion-map
20108 to ido-completion-map.
20109
20110 2005-12-07 Kenichi Handa <handa@m17n.org>
20111
20112 * international/mule-cmds.el
20113 (set-display-table-and-terminal-coding-system): If the coding
20114 system specified in `unibyte-display' property is different from
20115 the arg coding-system, don't setup standard-display-table.
20116
20117 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
20118
20119 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
20120 that comments end at \n, regardless of selective-display.
20121
20122 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
20123
20124 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
20125 (gdb-version): New variables.
20126 (gdb-source-file-list, gdb-register-names)
20127 (gdb-changed-registers): New variables for use with GDB 6.4+.
20128 (gdb-ann3): Replace with...
20129 (gdb-init-1, gdb-init-2): ...two new functions.
20130 (gdba, gdb-prompt): Call gdb-init-1.
20131 (gdb-get-version): New function. Call gdb-init-2 from here.
20132 (gud-watch): Make it work with mouse events too.
20133 (gdb-post-prompt): Don't add to queue until GDB version is known.
20134 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
20135 (gdb-locals-mode): Use gdb-version.
20136 (gdb-memory-format-map, gdb-memory-unit-map)
20137 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
20138 (gdb-locals-font-lock-keywords-1)
20139 (gdb-locals-font-lock-keywords-2): New variables.
20140 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
20141 (gdb-set-gud-minor-mode-existing-buffers-1)
20142 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
20143 (gdb-var-update-1, gdb-var-update-handler-1)
20144 (gdb-data-list-register-values-handler)
20145 (gdb-data-list-register-values-custom)
20146 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
20147 (gdb-stack-list-locals-handler, gdb-get-register-names):
20148 New functions for use with GDB 6.4+.
20149 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
20150 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
20151 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
20152 (gdb-stack-list-locals-regexp)
20153 (gdb-data-list-register-names-regexp): New regexps for use with
20154 GDB 6.4+.
20155
20156 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
20157
20158 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
20159
20160 2005-12-06 Nozomu Ando <nand@mac.com>
20161
20162 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
20163 prompts work for AUTH PLAIN. Also reported by Steve Allan
20164 <seallan@verizon.net>.
20165
20166 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
20167
20168 * frame.el (set-frame-parameter): Add doc string.
20169
20170 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
20171
20172 * textmodes/org.el (org-occur-highlights): New variable.
20173 (org-highlight-new-match, org-remove-occur-highlights): New functions.
20174 (org-highlight-sparse-tree-matches): New option.
20175 (org-do-occur): New function.
20176 (org-get-heading): Make it work also at beginning of line.
20177 (org-category-table): New variable.
20178 (org-get-category-table, org-get-category)
20179 (org-camel-to-words, org-link-search): New functions.
20180 (org-select-this-todo-keyword): New variable.
20181 (org-todo-list): New command.
20182 (org-shiftright, org-shiftleft): New commands.
20183 (org-agenda-todo): Add prefix argument.
20184 (org-show-hierarchy-above): New option.
20185 (org-show-todo-tree): Numerical prefix creates tree for specific
20186 TODO keyword.
20187 (org-outline-level): New function, to assign a level to plain
20188 lists items.
20189 (org-cycle-include-plain-lists): New option.
20190 (org-mode): Use `org-outline-level' as value of `outline-level'.
20191 (org-cycle): Temporarily switch `outline-regexp' if
20192 `org-cycle-include-plain-lists' is non-nil.
20193 (org-start-icalendar-file): Fix format bug.
20194 (org-agenda-get-day-entries): Create category table.
20195 (org-agenda-get-todos, org-agenda-get-timestamps)
20196 (org-agenda-get-deadlines, org-agenda-get-scheduled)
20197 (org-agenda-get-blocks): Use `org-get-category'.
20198 (org-context-in-file-links): Rename from
20199 `org-line-numbers-in-file-links'.
20200
20201 2005-12-06 Romain Francoise <romain@orebokech.com>
20202
20203 * window.el (balance-windows): Delete extraneous third arg in call
20204 to `enlarge-window'.
20205
20206 2005-12-06 Kenichi Handa <handa@m17n.org>
20207
20208 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
20209
20210 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
20211
20212 * progmodes/gdb-ui.el (gdb-var-create-handler)
20213 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
20214 (gdb-var-list-children-handler, gdb-var-update-handler):
20215 Current buffer is already gdb-partial-output-buffer, don't
20216 make it current again.
20217
20218 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
20219
20220 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
20221 (list-buffers-noselect): Use it.
20222
20223 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
20224
20225 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
20226 (mail-yank-ignored-headers): Use regexp-opt.
20227 (mail-mode-map): Move initialization into declaration.
20228 (mail-sent-via): Remove unused shadowed var `to-line'.
20229 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
20230 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
20231 (mail-do-fcc): Use dolist and push.
20232 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
20233 (mail-yank-ignored-headers): Don't autoload.
20234
20235 2005-12-05 Kenichi Handa <handa@m17n.org>
20236
20237 * international/mule-cmds.el (set-language-info-internal): New fun.
20238 (set-language-info): Call set-language-info-internal to update
20239 language-info-alist. If LANG-ENV is the current one, call
20240 set-language-environment to make INFO effective now.
20241 (set-language-info-alist): Likewise.
20242 (locale-language-names): With locale "en", use English
20243 lang. env. but set the default codings to iso-8859-1.
20244
20245 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
20246
20247 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
20248 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
20249 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
20250 for plain strings.
20251 (gdb-frames-mode): Remove redundant call to font-lock-mode.
20252 (gdb-all-registers): Rename from toggle-gdb-all-registers.
20253 Create registers buffer if necessary. Echo new state in minibuffer.
20254 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
20255
20256 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
20257
20258 * info.el (Info-fontify-node): Match external links using
20259 non-directory part of filename.
20260
20261 2005-12-04 Juri Linkov <juri@jurta.org>
20262
20263 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
20264 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
20265 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
20266 because there is no customization option for it.
20267
20268 * font-lock.el (lisp-font-lock-keywords-1):
20269 Add define-global-minor-mode.
20270
20271 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
20272
20273 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
20274 properties on the constructed variable names.
20275
20276 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20277 Put `definition-name' properties on the constructed function names
20278 next-sym and prev-sym.
20279
20280 * emacs-lisp/find-func.el (find-function-regexp):
20281 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
20282 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
20283 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
20284 and easy-menu-define.
20285
20286 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
20287 easy-mmode-define-global-mode and define-global-minor-mode.
20288 (lisp-imenu-generic-expression): Add define-global-minor-mode.
20289
20290 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
20291 instead of easy-mmode-define-global-mode.
20292
20293 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
20294 Use define-minor-mode instead of easy-mmode-define-minor-mode.
20295
20296 * cus-edit.el (customize-group, customize-group-other-window):
20297 Filter out autoloaded options from the group completion list by
20298 using heuristics that autoloaded groups don't have `custom-autoload'
20299 property on their symbols (they have only `custom-loads').
20300
20301 * simple.el (completion-setup-function): Put completions-common-part
20302 face on complete completion string too (i.e. completion string
20303 without completions-first-difference face).
20304
20305 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
20306
20307 2005-12-03 Eli Zaretskii <eliz@gnu.org>
20308
20309 * view.el (view-mode): Doc fix.
20310
20311 * disp-table.el (standard-display-european): Add to the warning
20312 message a reference to the doc string.
20313
20314 * play/yow.el (apropos-zippy): Call print-help-return-message,
20315 similar to other Help and Apropos commands.
20316
20317 * help.el (print-help-return-message): If pop-up-frames is
20318 non-nil, set up help-return-method to delete the help window and,
20319 possibly, its frame as well, and don't display message about
20320 scrolling the help window. Doc fix.
20321 (help-return-method): Doc fix.
20322
20323 2005-12-03 Martin Rudalics <rudalics@gmx.at>
20324
20325 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
20326 whereby names of length one or names starting with a
20327 symbol-constituent character would not be returned.
20328
20329 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
20330
20331 * subr.el (atomic-change-group): Add edebug and indentation spec.
20332
20333 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
20334
20335 * completion.el (save-completions-file-name): Fix typo in last change.
20336
20337 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20338
20339 * info.el: Move back/forward history to the beginning of the tool bar.
20340
20341 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
20342
20343 * allout.el (eval-when-compile): Remove unnecessary load of cl.
20344 Add fset of allout-real-isearch-abort during compile to fix
20345 byte-compilation warnings.
20346 (allout-mode-p): Move definition of this macro above all uses, or
20347 byte compilation in barren Emacs (eg, during Emacs build) will
20348 lack the definition.
20349 (allout-mode): Move this variable above any uses, or byte
20350 compilation will fail.
20351 (allout-resolve-xref): Remove use of personal file-reference function.
20352 (allout-toggle-current-subtree-encryption): Do the current (ie,
20353 visible containing) topic, rather than nearest around point. Doc fix.
20354 (allout-toggle-subtree-encryption): New function, workhorse that
20355 works on nearest topic containing point.
20356 (allout-encrypt-string): Signal requirement for newer version of pgg.
20357 (allout-resumptions): Doc fix.
20358
20359 2005-12-02 Eli Zaretskii <eliz@gnu.org>
20360
20361 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
20362
20363 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
20364
20365 * textmodes/flyspell.el (flyspell-external-point-words):
20366 Consider a misspelling as found in the string search if: (a) misspelling
20367 and found string lengths match, or (b) misspelling is found as
20368 element in a boundary-chars separated longer string, or (c)
20369 ispell-program-name is really ispell and misspelling is found as
20370 part of a TeX string. After successful match move beginning of
20371 search region to end of match. Warn about not found misspellings
20372 once the process is done.
20373 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
20374
20375 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
20376
20377 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
20378 tool bar (removed inadvertently).
20379
20380 2005-12-02 Juri Linkov <juri@jurta.org>
20381
20382 * log-view.el (log-view-diff): Clarify doc string.
20383
20384 2005-12-01 Bill Wohler <wohler@newt.com>
20385
20386 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
20387 triggers lm-verify errors.
20388
20389 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
20390
20391 * simple.el (transient-mark-mode, line-number-mode)
20392 (column-number-mode, size-indication-mode): Remove `:require nil'.
20393
20394 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
20395
20396 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
20397 in the margin also.
20398 (gdb-breakpoints-mode-map): Use D instead of d for
20399 gdb-delete-breakpoint.
20400 (gdb-get-frame-number): Require a number to match on.
20401 (gdb-threads-mode-map): Add follow-link binding.
20402
20403 2005-11-30 Jason Rumney <jasonr@gnu.org>
20404
20405 * isearch.el (isearch-mode-map): Avoid exiting search on
20406 language-change event.
20407
20408 2005-11-30 Romain Francoise <romain@orebokech.com>
20409
20410 * speedbar.el (speedbar-default-position): New defcustom.
20411 (speedbar-frame-reposition-smartly): Use it.
20412
20413 * dframe.el (dframe-reposition-frame-emacs): Fix position
20414 computation for `left' location.
20415 Update copyright year.
20416
20417 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
20418
20419 * help.el (help-map): Move initialization into declaration.
20420
20421 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
20422
20423 * help-fns.el (help-argument-name): Don't autoload.
20424 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
20425 to be re-loaded when customizing the `help' group.
20426
20427 2005-11-30 John Paul Wallington <jpw@gnu.org>
20428
20429 * help-fns.el (describe-function-1): Fill arglist output.
20430
20431 2005-11-30 Kim F. Storm <storm@cua.dk>
20432
20433 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
20434 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
20435 after revert-buffer (or anything else which kills all local variables).
20436
20437 * apropos.el (apropos-parse-pattern): Doc fix.
20438 Set apropos-regexp directly, rather than expecting callers to do so.
20439 (apropos-command, apropos, apropos-value, apropos-documentation):
20440 Simplify calls to apropos-parse-pattern.
20441
20442 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
20443
20444 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
20445 (hi-lock-face-phrase-buffer): Use hi-yellow face.
20446 (hi-lock-write-interactive-patterns): Use comment-region.
20447
20448 * longlines.el (longlines-mode): Add mail-setup-hook.
20449
20450 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
20451
20452 * simple.el (sendmail-user-agent-compose, next-line):
20453 Conditionally use hard-newline.
20454
20455 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
20456
20457 * international/latexenc.el (latex-inputenc-coding-alist):
20458 Reword doc string.
20459
20460 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
20461
20462 * help.el (describe-key-briefly, describe-key): Recognize default
20463 bindings.
20464
20465 2005-11-29 Romain Francoise <romain@orebokech.com>
20466
20467 * view.el (view-inhibit-help-message): New defcustom.
20468 (view-mode-enter): Use it.
20469
20470 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
20471
20472 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
20473 Preserve user position.
20474
20475 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
20476
20477 * font-lock.el: Throw error if facemenu is not loaded to prevent
20478 accidental change of loading order in loadup.el. (Suggested by RMS.)
20479
20480 * loadup.el: Add comment explaining why facemenu must be loaded
20481 before font-lock.
20482
20483 2005-11-28 Jay Belanger <belanger@truman.edu>
20484
20485 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
20486 (calc-dispatch-map): Add more keys for `calc-same-interface'.
20487
20488 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
20489
20490 * calc/calc-embed.el (calc-do-embedded): Update help message.
20491
20492 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
20493
20494 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
20495
20496 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
20497
20498 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
20499 called-interactively-p.
20500 (elp-profilable-p): Rename from elp-not-profilable-p.
20501 Invert result and take into account macros and autoloaded functions.
20502 (elp-instrument-function): Update call.
20503 (elp-instrument-package): Update call. Add completion.
20504 (elp-pack-number): Use match-string.
20505 (elp-results-jump-to-definition-by-mouse): Merge into
20506 elp-results-jump-to-definition and then remove.
20507 (elp-output-insert-symname): Make help echo text single-line.
20508
20509 * replace.el (query-replace-map): Move initialization into declaration.
20510 (occur-engine): Use with-current-buffer.
20511 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
20512 (occur-mode-mouse-goto): Replace with an alias.
20513
20514 2005-11-28 Juri Linkov <juri@jurta.org>
20515
20516 * simple.el (quoted-insert): Let-bind input-method-function to nil.
20517
20518 * term/w32-win.el: Bind [S-tab] to [backtab].
20519
20520 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
20521 `Info-find-file' to t.
20522
20523 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
20524 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
20525 and same-window-regexps.
20526 (occur-next-error): Don't move point for arg 0.
20527
20528 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
20529
20530 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
20531
20532 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
20533
20534 * log-edit.el (log-edit-changelog-use-first): New var.
20535 (log-edit-changelog-ours-p): Use it.
20536 (log-edit-insert-changelog): Set it with new arg `use-first'.
20537 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
20538 (log-edit-hook): Add them to the list of suggested options.
20539
20540 * textmodes/flyspell.el (flyspell-last-buffer): New var.
20541 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
20542 redundant work.
20543 (flyspell-mode-on): Use add-hook for after-change-functions.
20544 (flyspell-mode-off): Use remove-hook for after-change-functions.
20545 (flyspell-changes): Make it buffer-local.
20546 (flyspell-after-change-function): Make it non-interactive. Use push.
20547 (flyspell-post-command-hook): Check input-pending-p while processing
20548 the potentially long list of buffer changes.
20549
20550 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
20551
20552 * buff-menu.el (list-buffers-noselect): Display the selected
20553 frame's buffer list, not the global one.
20554
20555 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
20556
20557 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
20558 that (list last-input-event) works as in interactive spec.
20559
20560 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
20561
20562 * loadup.el ("facemenu"): Load facemenu before font-lock, because
20563 `facemenu-keymap' needs to be defined when font-lock is loaded.
20564 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
20565
20566 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
20567
20568 * completion.el: Remove useless leading * in defcustom docstrings.
20569 (save-completions-file-name): Use ~/.emacs.d if available.
20570 (completion-standard-syntax-table): Rename from
20571 cmpl-standard-syntax-table and fold initialization into declaration,
20572 thus removing cmpl-make-standard-completion-syntax-table.
20573 (completion-lisp-syntax-table, completion-c-syntax-table)
20574 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
20575 (cmpl-saved-syntax, cmpl-saved-point): Remove.
20576 (symbol-under-point, symbol-before-point)
20577 (symbol-under-or-before-point, symbol-before-point-for-complete)
20578 (add-completions-from-c-buffer): Use with-syntax-table.
20579 (make-completion): Don't return a list of completion entries.
20580 Update callers.
20581 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
20582 (completion-initialize): Rename from initialize-completions.
20583 (completion-find-file-hook): Rename from cmpl-find-file-hook.
20584 (kill-emacs-save-completions): Collect stats here.
20585 (save-completions-to-file, load-completions-from-file):
20586 Use with-current-buffer.
20587 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
20588 into a function. Move all calls to toplevel.
20589 (completion-lisp-mode-hook): New fun.
20590 (completion-c-mode-hook, completion-setup-fortran-mode):
20591 Set the syntax-table here. Use local-set-key.
20592 (completion-saved-bindings): New var.
20593 (dynamic-completion-mode): Make it into a proper minor mode.
20594 (load-completions-from-file): Remove unused var `num-uses'.
20595
20596 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
20597 constructor if it is explicitly overridden.
20598
20599 * complete.el (PC-completion-as-file-name-predicate):
20600 Use minibuffer-completing-file-name.
20601 (partial-completion-mode): Use find-file-not-found-functions.
20602 (PC-lisp-complete-symbol): Use with-syntax-table.
20603 (PC-look-for-include-file): Remove dead setq.
20604 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
20605 (PC-complete): Use with-current-buffer.
20606
20607 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
20608 escape single quotes.
20609
20610 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
20611
20612 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
20613 of `if' whose condition always returned nil. Doc fix.
20614
20615 * buff-menu.el (Buffer-menu-revert-function): Make the selected
20616 window's buffer the current buffer around the call to
20617 `list-buffers-noselect'. This is necessary to mark that buffer
20618 with a `.' in the Buffer Menu when called from Lisp, for instance
20619 by Auto Revert Mode.
20620
20621 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
20622
20623 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
20624 attaching to it.
20625 (gdb-pre-prompt): Make sure gdb-error is reset.
20626
20627 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
20628 with a child process, detect it.
20629 (gud-speedbar-buttons): Match regexp more carefully.
20630
20631 2005-11-27 Richard M. Stallman <rms@gnu.org>
20632
20633 * mouse.el (mouse-drag-move-window-bottom):
20634 Use adjust-window-trailing-edge.
20635
20636 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
20637
20638 * simple.el (blink-matching-open): Ignore
20639 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
20640 (blink-matching-paren-on-screen): Update docstring.
20641
20642 * paren.el (show-paren-mode): No longer change
20643 `blink-matching-paren-on-screen'.
20644
20645 2005-11-27 John Paul Wallington <jpw@pobox.com>
20646
20647 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
20648 (gdb-threads-select, gdb-edit-register-value):
20649 Use `posn-set-point' instead of `mouse-set-point' because the
20650 latter is not fbound when configured without X.
20651
20652 2005-11-27 Kim F. Storm <storm@cua.dk>
20653
20654 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
20655 existing face when partially highlighting a TAB in a rectangle.
20656
20657 2005-11-26 Kim F. Storm <storm@cua.dk>
20658
20659 * ido.el (ido-mode-map): Doc fix.
20660 (ido-mode-common-map, ido-mode-file-map)
20661 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
20662 (ido-define-mode-map): Rewrite. Select one of the new maps as
20663 parent for ido-mode-map instead of building from scratch.
20664 (ido-init-mode-maps): New defun to initialize new maps.
20665 (ido-mode): Call it.
20666 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
20667 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
20668
20669 2005-11-26 John Paul Wallington <jpw@pobox.com>
20670
20671 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
20672 `mouse-set-point' because the latter is not fbound when configured
20673 without X.
20674
20675 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
20676
20677 * files.el (file-relative-name): Doc fix.
20678
20679 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
20680
20681 * progmodes/octave-inf.el (inferior-octave-startup): Force a
20682 non-empty string for secondary prompt PS2.
20683
20684 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
20685
20686 * progmodes/compile.el (compilation-setup): Fix last change.
20687
20688 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
20689
20690 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
20691 (gdb-mouse-toggle-breakpoint-margin)
20692 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
20693 Add gdb-server-prefix to keep out of command history.
20694 (gdb-edit-register-value): New function.
20695 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
20696 (gdb-info-registers-custom): Use above map.
20697
20698 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
20699
20700 * custom.el (enable-theme): Signal error if argument is not a
20701 theme. Don't recalculate a face if it's not loaded yet.
20702
20703 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
20704 the `user' theme is in effect.
20705
20706 * info.el (Info-on-current-buffer): Record actual filename in
20707 Info-current-file, instead of t, or a fake filename if a non-file
20708 buffer. Make autoload.
20709 (Info-find-node, Info-revert-find-node): No need to check for
20710 Info-current-file nil.
20711 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
20712 Info-current-file is now never `t'.
20713 (Info-fontify-node): Many simplifications due to Info-current-file
20714 always being valid. Use Info-find-file to find node filename.
20715
20716 2005-11-25 David Kastrup <dak@gnu.org>
20717
20718 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
20719 new character, then delete" in order to preserve markers.
20720
20721 2005-11-25 David Ponce <david@dponce.com>
20722
20723 * recentf.el (recentf-arrange-by-rule): Handle a special
20724 `auto-mode-alist'-like "strip suffix" rule.
20725 (recentf-build-mode-rules): Handle second level auto-mode entries.
20726
20727 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
20728
20729 * emulation/viper-keym.el (viper-ESC-key): Use different values
20730 in terminal and window modes.
20731
20732 * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
20733 add jde-javadoc-checker-report-mode.
20734
20735 * ediff-wind.el (ediff-make-wide-display): Slight simplification.
20736
20737 * ediff.el (ediff-date): Change the date of last update.
20738
20739 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
20740
20741 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
20742 Use define-minor-mode, and make it a local mode. Turn on font-lock.
20743 (hi-lock-mode): New global minor mode.
20744 (turn-on-hi-lock-if-enabled): New function.
20745 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
20746 Change arguments to regexp and face instead of a font-lock pattern.
20747 Directly set face property, instead of refontifying.
20748 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
20749 (hi-lock-find-patterns): Use line-number-at-pos.
20750
20751 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
20752 arguments for hi-lock-set-pattern.
20753 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
20754 Call font-lock-fontify-buffer.
20755 (hi-lock-find-file-hook, hi-lock-current-line)
20756 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
20757
20758 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
20759 turned off.
20760
20761 * progmodes/compile.el (compilation-setup): Don't fiddle with
20762 font-lock-defaults.
20763
20764 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
20765
20766 * progmodes/gdb-ui.el (gdb-var-create-handler)
20767 (gdb-var-list-children-handler): Find values for all variable
20768 objects. gud-speedbar-buttons decides whether to display them.
20769
20770 2005-11-24 Romain Francoise <romain@orebokech.com>
20771
20772 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
20773 buffer name with a space.
20774
20775 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
20776
20777 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
20778 `org-export-local-list-max-depth'. Change default value to 3.
20779 (org-auto-renumber-ordered-lists)
20780 (org-plain-list-ordered-item-terminator): New options.
20781 (org-at-item-p, org-beginning-of-item, org-end-of-item)
20782 (org-get-indentation, org-get-string-indentation)
20783 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
20784 New functions.
20785 (org-move-item-down, org-move-item-up): New commands.
20786 (org-export-as-html): New classes for CSS support. Bug fix in
20787 regular expression detecting fixed-width regions. Respect
20788 `org-local-list-ordered-item-terminator'.
20789 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
20790 also a list item.
20791 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
20792 New item moving functions.
20793
20794 2005-11-24 Juri Linkov <juri@jurta.org>
20795
20796 * isearch.el (isearch-repeat): With empty search ring set
20797 `isearch-error' to the error string instead of signaling error
20798 with the function `error'.
20799
20800 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20801
20802 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
20803
20804 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
20805
20806 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
20807 and variable.
20808 (gdb-var-create-handler, gdb-var-list-children-handler):
20809 Don't match on "char **...".
20810 (gdb-var-update-handler): Find values for all variable objects.
20811 (gdb-info-frames-custom): Identify frames by leading "#".
20812
20813 * progmodes/gud.el (gud-speedbar-menu-items): Add
20814 gdb-speedbar-auto-raise as radio button.
20815 (gud-speedbar-buttons): Raise speedbar if requested.
20816 Don't match on "char **...".
20817 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
20818 Make it editable.
20819
20820 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
20821
20822 * info.el (Info-fontify-node): Handle the case where
20823 Info-current-file is t.
20824
20825 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
20826
20827 * simple.el (blink-matching-open): Fix off-by-one in last change.
20828
20829 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20830
20831 * term/mac-win.el: Don't change default directory.
20832
20833 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
20834
20835 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
20836 buffers correctly. (It used to throw an error in such buffers.)
20837 Make it ask for confirmation in group buffers and other Custom
20838 buffers containing more than one customization item.
20839
20840 2005-11-22 John Paul Wallington <jpw@gnu.org>
20841
20842 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
20843 property on mail and url overlays.
20844 (goto-address-at-point): Use `posn-set-point' instead of
20845 `mouse-set-point' because the latter is not fbound when configured
20846 without X.
20847
20848 2005-11-22 Lars Hansen <larsh@soem.dk>
20849
20850 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
20851 (ls-lisp-classify, ls-lisp-format): Delete call to
20852 ls-lisp-parse-symlink.
20853 (ls-lisp-handle-switches): Handle symlinks to directories as
20854 directories when ls-lisp-dirs-first in non-nil.
20855
20856 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
20857
20858 * startup.el (command-line): Make sure that loaddefs.el is handled
20859 correctly in load-history.
20860
20861 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
20862
20863 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
20864 (gdb-struct-string, gdb-array-string): New constants.
20865 (gdb-info-locals-handler): Use them.
20866 (gdb-reset): Reset gdb-var-list to nil.
20867
20868 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
20869
20870 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
20871 in patterns.
20872
20873 2005-11-21 Juri Linkov <juri@jurta.org>
20874
20875 * custom.el (defcustom): Update link types in docstring.
20876
20877 2005-11-20 Martin Rudalics <rudalics@gmx.at>
20878
20879 * custom.el (defgroup): Add doc-string-elt info.
20880
20881 * widget.el (define-widget): Don't use declare for the doc-string-elt.
20882
20883 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
20884
20885 * newcomment.el (comment-enter-backward): Fix last fix.
20886
20887 * simple.el (blink-matching-open):
20888 * paren.el (show-paren-function): Allow new paren-class info.
20889
20890 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
20891
20892 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
20893 handled automagically.
20894
20895 2005-11-20 Andreas Schwab <schwab@suse.de>
20896
20897 * descr-text.el (describe-char): When copying overlays put them
20898 over the full char description instead of just the first character
20899 of it.
20900
20901 2005-11-20 Juri Linkov <juri@jurta.org>
20902
20903 * simple.el (what-cursor-position):
20904 * descr-text.el (describe-char): Use Lisp-readable syntax
20905 for octal and hex. Reorder decimal, octal and hex values.
20906 Remove excess whitespace in the output. Use `=' in `column='
20907 like in `point=' and `Hscroll='.
20908
20909 * international/mule-cmds.el (encoded-string-description):
20910 Use Lisp-readable syntax for hex.
20911
20912 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
20913
20914 * newcomment.el (comment-enter-backward): Handle the case where the
20915 comment is closed by EOB.
20916
20917 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
20918
20919 * longlines.el (longlines-before-revert-hook)
20920 (longlines-after-revert-hook): New functions.
20921 (longlines-mode): Turn off longlines temporarily when reverting.
20922 Add a message-setup-hook.
20923 (longlines-decode-buffer): New function.
20924 (longlines-wrap-line): Preserve marker positions.
20925
20926 2005-11-19 Andreas Schwab <schwab@suse.de>
20927
20928 * emacs-lisp/shadow.el: Handle compressed files.
20929
20930 2005-11-19 Romain Francoise <romain@orebokech.com>
20931
20932 * net/browse-url.el (browse-url-default-browser): Signal an error
20933 if no usable browser can be found, rather than try to load w3.
20934
20935 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
20936
20937 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
20938 replacing existing properties.
20939 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20940 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
20941 tty specs.
20942 (rcirc-server-prefix, rcirc-server): New faces.
20943 (rcirc-url-regexp): Generate with rx macro.
20944 (rcirc-last-server-message-time): New variable.
20945 (rcirc-filter): Record time of last message.
20946 (rcirc-keepalive): Kill processes that did not send a message
20947 since the last ping.
20948 (rcirc-mode): Give rcirc-topic a local binding here.
20949
20950 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
20951
20952 * subr.el (read-passwd): Fontify the prompt as we do with other
20953 prompts.
20954
20955 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
20956
20957 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
20958 binding buffer-read-only to nil.
20959
20960 2005-11-19 Eli Zaretskii <eliz@gnu.org>
20961
20962 * complete.el (partial-completion-mode):
20963 Mention completion-auto-help in the doc string.
20964
20965 * man.el (Man-highlight-references): Doc fix. Reformat code in a
20966 more Lisp-ish way.
20967
20968 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
20969
20970 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
20971 digits, not 8, to avoid misalignment for files larger than 100MB.
20972
20973 2005-11-19 Eli Zaretskii <eliz@gnu.org>
20974
20975 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
20976 Mention "keyboard shortcuts" in the help text.
20977
20978 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20979
20980 * startup.el (fancy-splash-default-action): Discard only
20981 mouse-down and succeeding mouse-up events in the splash screen
20982 window so that drag-n-drop event can be processed.
20983
20984 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
20985
20986 * longlines.el (longlines-mode): Add hacks for mail-mode and
20987 message-mode.
20988
20989 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
20990
20991 * textmodes/org.el (org-table-sort-lines): New command.
20992 (org-tbl-menu): Add entry for `org-table-sort-lines'.
20993 (org-add-file): Command removed, use `org-agenda-file-to-front'
20994 instead.
20995 (org-export-icalendar): Use `org-icalendar-combined-name'.
20996 (org-cycle-agenda-files, org-agenda-file-to-end)
20997 (org-agenda-file-to-front): New commands.
20998 (org-table-tab-jumps-over-hlines, org-export-html-style):
20999 New options.
21000 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
21001 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
21002 New functions.
21003 (org-fill-paragraph): Call `org-table-align' in tables.
21004 (org-mode): Call `org-set-autofill-regexps'.
21005 (org-export-as-html): Support for local handformatted lists.
21006 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
21007 (org-export-local-list-max-depth): New option.
21008 (org-html-expand): Use `org-html-protect'.
21009
21010 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
21011
21012 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
21013 to "p".
21014 (gdb): Move definition of gud-pp to...
21015
21016 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
21017 speedbar.
21018 (gdb-find-watch-expression): New function.
21019
21020 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
21021
21022 * faces.el (face-attribute, set-face-attribute): Mention existence
21023 of `:ignore-defface' setting in docstring.
21024
21025 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
21026
21027 * simple.el (completion-setup-function): Fix last change.
21028
21029 2005-11-17 John Paul Wallington <jpw@pobox.com>
21030
21031 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
21032 Use `posn-set-point' instead of `mouse-set-point' because the
21033 latter is not fbound when configured without X.
21034
21035 * comint.el (comint-insert-input): Likewise.
21036
21037 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
21038
21039 * simple.el (hard-newline): New variable.
21040 (sendmail-user-agent-compose, next-line): Use it.
21041
21042 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
21043 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
21044 (mail-mail-reply-to, mail-mail-followup-to)
21045 (mail-position-on-field, mail-signature, mail-yank-original)
21046 (mail-attach-file): Likewise.
21047
21048 * mail/mailheader.el (mail-header-format)
21049 (mail-header-format-function): Likewise.
21050
21051 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
21052
21053 2005-11-17 Juri Linkov <juri@jurta.org>
21054
21055 * font-lock.el (font-lock-faces): Rename this defgroup from
21056 `font-lock-highlighting-faces'.
21057 (font-lock-comment-face, font-lock-comment-delimiter-face)
21058 (font-lock-string-face, font-lock-doc-face)
21059 (font-lock-keyword-face, font-lock-builtin-face)
21060 (font-lock-function-name-face, font-lock-variable-name-face)
21061 (font-lock-type-face, font-lock-constant-face)
21062 (font-lock-warning-face, font-lock-negation-char-face)
21063 (font-lock-preprocessor-face)
21064 (font-lock-regexp-grouping-backslash)
21065 (font-lock-regexp-grouping-construct): Rename :group from
21066 `font-lock-highlighting-faces' to `font-lock-faces'.
21067
21068 * cus-edit.el (lisp, c, tex):
21069 * progmodes/ada-mode.el (ada):
21070 * progmodes/asm-mode.el (asm):
21071 * progmodes/cperl-mode.el (cperl-faces):
21072 * progmodes/cpp.el (cpp):
21073 * progmodes/dcl-mode.el (dcl):
21074 * progmodes/f90.el (f90):
21075 * progmodes/fortran.el (fortran):
21076 * progmodes/icon.el (icon):
21077 * progmodes/idlwave.el (idlwave-misc):
21078 * progmodes/m4-mode.el (m4):
21079 * progmodes/make-mode.el (makefile):
21080 * progmodes/meta-mode.el (meta-font):
21081 * progmodes/modula2.el (modula2):
21082 * progmodes/octave-mod.el (octave):
21083 * progmodes/pascal.el (pascal):
21084 * progmodes/perl-mode.el (perl):
21085 * progmodes/prolog.el (prolog):
21086 * progmodes/ps-mode.el (PostScript-edit):
21087 * progmodes/scheme.el (scheme):
21088 * progmodes/sh-script.el (sh-script):
21089 * progmodes/simula.el (simula):
21090 * progmodes/tcl.el (tcl):
21091 * textmodes/nroff-mode.el (nroff):
21092 * textmodes/reftex-vars.el (reftex-fontification-configurations):
21093 * textmodes/sgml-mode.el (sgml):
21094 * textmodes/texinfo.el (texinfo):
21095 Add :link (custom-group-link font-lock-faces) to defgroup.
21096
21097 * hi-lock.el (hi-lock): Rename this defgroup from
21098 `hi-lock-interactive-text-highlighting'. Change parent group from
21099 `faces' to `font-lock'. Add link to the manual.
21100 (hi-lock-mode, hi-lock-file-patterns-range)
21101 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
21102 `hi-lock-interactive-text-highlighting' to `hi-lock'.
21103 (hi-lock-faces): Add :group `faces'.
21104
21105 * cus-edit.el (custom-variable-prompt): Clarify the code.
21106
21107 * faces.el (face-read-string): Set the default value arg of
21108 completing-read.
21109
21110 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
21111
21112 * rfn-eshadow.el (file-name-shadow-properties)
21113 (file-name-shadow-tty-properties, file-name-shadow-mode):
21114 Remove autoloads, because the file is now preloaded.
21115
21116 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21117
21118 * printing.el (easy-menu-intern): Don't define.
21119 (pr-get-symbol): Use easy-menu-intern only if defined.
21120
21121 * simple.el (blink-matching-open): Simplify a bit.
21122 (completion-setup-function): Fix the case of partial-completion-mode
21123 when the minibuffer's contents start with "-".
21124 Obey completion-base-size-function even when
21125 minibuffer-completing-file-name is non-nil.
21126
21127 2005-11-16 Richard M. Stallman <rms@gnu.org>
21128
21129 * net/eudcb-ph.el (eudc-ph-open-session):
21130 Use set-process-query-on-exit-flag.
21131
21132 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
21133
21134 * international/ucs-tables.el (ucs-set-table-for-input):
21135 Use make-local-variable, not make-variable-buffer-local.
21136
21137 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
21138 Improve warning message text.
21139
21140 * savehist.el (savehist-save-hook): Add :group.
21141
21142 * menu-bar.el (menu-bar-help-menu):
21143 Rename Find Extra Packages to External Packages.
21144
21145 * cus-edit.el (Custom-reset-standard): Verify that
21146 :custom-standard-value prop exists before calling it.
21147
21148 * apropos.el (apropos-calc-scores): Use apropos-pattern.
21149
21150 2005-11-16 Martin Rudalics <rudalics@gmx.at>
21151
21152 * wid-edit.el (color): Enclose %t in %{...%}.
21153
21154 * cus-edit.el (face): Enclose %t in %{...%}.
21155
21156 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
21157
21158 * savehist.el (savehist-mode-hook): Re-add the var.
21159 (savehist-mode): Use it.
21160
21161 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21162
21163 * textmodes/flyspell.el: Fix commenting convention.
21164 Remove unnecessary leading * in custom docstrings.
21165 (flyspell-emacs): Remove unused var.
21166 (flyspell-delete-region-overlays): Use remove-overlays.
21167 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
21168 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
21169 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
21170 (flyspell-debug-signal-word-checked): Use with-current-buffer.
21171 (make-flyspell-overlay): Don't locally reuse a global name.
21172 (flyspell-highlight-incorrect-region)
21173 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
21174 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
21175 (flyspell-notify-misspell): Remove unused args `start' and `end'.
21176 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
21177 Wrap calls to accept-process-output inside with-local-quit since it's
21178 often called from a post-command-hook.
21179 (flyspell-correct-word, flyspell-auto-correct-word):
21180 Use ispell-send-string.
21181 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
21182
21183 * calendar/diary-lib.el (diary-list-entries): Also hide the
21184 terminating newline.
21185
21186 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
21187
21188 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
21189 window-system, to allow fonts on tty.
21190
21191 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
21192
21193 * progmodes/gud.el (gud-speedbar-item-info): New function.
21194 (gud-install-speedbar-variables): Use it to display data type
21195 of watch expression as a tooltip in speedbar.
21196
21197 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
21198
21199 * font-core.el (global-font-lock-mode): Add :version keyword,
21200 because default was changed.
21201
21202 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
21203
21204 * startup.el (command-line): Use `custom-reevaluate-setting' for
21205 `file-name-shadow-mode'.
21206
21207 * loadup.el: Preload rfn-eshadow.
21208
21209 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
21210 Add :version keyword.
21211 (file-name-shadow-properties, file-name-shadow-tty-properties)
21212 (file-name-shadow): Add :version keyword.
21213
21214 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
21215 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
21216 in the custom-group property of the symbol frames and the fringe
21217 group got no link to its parent group frames.
21218 Doc fix.
21219
21220 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21221
21222 * progmodes/gud.el (gud-stop-subjob): New function.
21223 (gud-menu-map, gud-tool-bar-map): Use it.
21224
21225 2005-11-16 Kim F. Storm <storm@cua.dk>
21226
21227 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
21228 than kill it.
21229 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
21230 to a more useful/logical place.
21231
21232 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21233
21234 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
21235 go buttons complementary.
21236
21237 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
21238
21239 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
21240 (rfn-eshadow-sifn-equal): New function.
21241 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
21242
21243 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
21244
21245 * emulation/viper-utils.el (viper-non-word-characters-reformed-vi):
21246 Quote `-' in string.
21247
21248 * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
21249 rcirc-mode buffers come up in Emacs state.
21250
21251 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
21252 operation.
21253
21254 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
21255
21256 * term.el (term-termcap-format): Fix typos.
21257 (term-down): Fix the negative argument case.
21258
21259 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21260
21261 * progmodes/gdb-ui.el: Remove face-alias left over from change on
21262 2005-08-15.
21263 (gdb-ann3): New command gud-go.
21264 (menu): Accomodate gdb-mi.el.
21265 (gdb-assembler-custom): Make buffer of selected window current
21266 so that set-window-point works.
21267
21268 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
21269 buttons and include new ones.
21270
21271 2005-11-16 Kim F. Storm <storm@cua.dk>
21272
21273 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
21274 (gud-menu-map): Use it.
21275
21276 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
21277
21278 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
21279 that works correctly for Custom and that does not override a user
21280 who disables it.
21281
21282 * help-mode.el (help-make-xrefs, help-xref-on-pp)
21283 (help-xref-interned, help-follow): Make hyperlinks for variables
21284 that are unbound, but have a non-nil variable-documentation property.
21285
21286 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
21287 mode hook. (It conflicted with defcustoms for some mode hooks.)
21288 Use the `variable-documentation' property to give the mode hook a
21289 docstring and expand that docstring.
21290
21291 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
21292
21293 * savehist.el (savehist-mode): Don't bother with
21294 `custom-set-minor-mode'.
21295 (savehist-coding-system): Check XEmacs version.
21296 (history-length): Declare also at run time.
21297 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
21298 Don't set the customize state.
21299 (savehist-minibuffer-hook): Special case for when
21300 minibuffer-history-variable is equal to t.
21301
21302 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
21303
21304 * files.el (write-file): Refresh VC status.
21305
21306 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
21307 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
21308 than fundamental-mode to see if the mode was set.
21309
21310 2005-11-14 Romain Francoise <romain@orebokech.com>
21311
21312 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
21313 dummy function in `eval-when-compile' to avoid compiler warning.
21314 Require `man' at compile time.
21315
21316 2005-11-14 Jay Belanger <belanger@truman.edu>
21317
21318 * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
21319 calcFunc-powerexpand.
21320 (math-write-out-power): Rename it to math-powerexpand; have it
21321 handle negative exponents.
21322 (calc-writeoutpower): Rename it to calc-powerexpand.
21323
21324 * calc/calc-ext.el: Change calcFunc-writeoutpower and
21325 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
21326 autoloads.
21327 Add calcFunc-ldiv to autoloads.
21328
21329 * calc/calc-arith.el (calcFunc-ldiv): New function.
21330
21331 * calc/calc.el (calc-left-divide): New function.
21332
21333 2005-11-14 Juri Linkov <juri@jurta.org>
21334
21335 * cus-edit.el (custom-variable-prompt): Set the default value arg
21336 of completing-read.
21337
21338 * cus-dep.el (custom-make-dependencies): Reverse the list of
21339 found dependencies.
21340
21341 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
21342
21343 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
21344 Highlighting" entry, it is on by default now.
21345 (menu-bar-options-save): Do not save global-font-lock-mode.
21346
21347 2005-11-13 Richard M. Stallman <rms@gnu.org>
21348
21349 * textmodes/flyspell.el (flyspell-large-region):
21350 Call flyspell-accept-buffer-local-defs.
21351
21352 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
21353
21354 * textmodes/flyspell.el (flyspell-notify-misspell):
21355 Fix misspelling of "Misspelling".
21356 (flyspell-process-localwords): New function.
21357 (flyspell-large-region): Call flyspell-process-localwords and
21358 flyspell-delete-region-overlays.
21359 (flyspell-delete-region-overlays): New function.
21360 (flyspell-delete-all-overlays): Call that.
21361
21362 2005-11-13 Richard M. Stallman <rms@gnu.org>
21363
21364 * help.el (help-for-help-internal): Improve doc of C-h a.
21365 (describe-key): Improve prompt; doc fix.
21366
21367 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
21368
21369 * vc-svn.el (vc-svn-registered): Catch all errors.
21370
21371 * cus-dep.el (custom-make-dependencies): Typo.
21372
21373 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
21374
21375 * net/tramp-util.el (top): Fix compilation warning.
21376
21377 2005-11-13 Kim F. Storm <storm@cua.dk>
21378
21379 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
21380
21381 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
21382
21383 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
21384 (gud-speedbar-buttons): Match on "const char *" too.
21385
21386 * progmodes/gdb-ui.el (gdb-var-create-handler)
21387 (gdb-var-list-children-handler): Match on "const char *" too.
21388 (gdb-var-evaluate-expression-handler): Match on empty string.
21389 (gdb-var-update-handler): Only call
21390 gdb-var-evaluate-expression-handler when required.
21391
21392 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
21393
21394 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
21395 selected window. This still doesn't work for speedbar.
21396 (gud-speedbar-buttons): Handle string expressions properly.
21397
21398 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
21399 (gdb-var-create-handler): Handle string expressions properly.
21400 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
21401 Handle string expressions properly. Move "type" field into regexp.
21402
21403 2005-11-12 Karl Fogel <kfogel@red-bean.com>
21404
21405 * bookmark.el (bookmark-maybe-message): New function to reduce
21406 code duplication: invokes `message' iff baud-rate is high enough.
21407 (bookmark-write-file): Use above instead of an inline conditional.
21408 (bookmark-load): Same.
21409
21410 2005-11-12 Karl Fogel <kfogel@red-bean.com>
21411
21412 * bookmark.el (bookmark-write-file): Don't visit the destination
21413 file, just write the data to it using write-region. This is
21414 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
21415 change to avoid visiting the file in the first place.
21416
21417 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
21418
21419 * hi-lock.el (hi-lock-mode): Set the default value of
21420 font-lock-defaults.
21421
21422 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
21423
21424 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
21425 arg to `file-attributes'.
21426 (find-lisp-format): The UID and GID can now be strings.
21427
21428 2005-11-12 Kim F. Storm <storm@cua.dk>
21429
21430 * help.el (help-map): Bind C-h d to apropos-documentation.
21431
21432 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
21433 when point is at end-of-buffer.
21434
21435 * apropos.el (apropos-match-face): Doc fix.
21436 (apropos-sort-by-scores): Add new choice `verbose'.
21437 (apropos-documentation-sort-by-scores): New defcustom.
21438 (apropos-pattern): Now contains the pattern entered by the user.
21439 (apropos-pattern-quoted): New defvar.
21440 (apropos-regexp): New defvar, containing the regexp corresponding
21441 to apropos-pattern.
21442 (apropos-all-words-regexp): Rename from apropos-all-regexp.
21443 (apropos-read-pattern): New defun. Use it to read pattern arg in
21444 interactive calls; returns list of words for a word list, and
21445 string for a regexp.
21446 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
21447 parses a list of words or regexp as returned by apropos-read-pattern.
21448 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
21449 (apropos-score-doc): Return a very high score if the string
21450 entered by the user matches literally.
21451 (apropos-variable): Doc fix. Use apropos-read-pattern.
21452 (apropos-command): Doc fix. Use apropos-read-pattern and
21453 apropos-parse-pattern. Call apropos-print with nosubst=t.
21454 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
21455 apropos-parse-pattern.
21456 (apropos-documentation): Doc fix. Use apropos-read-pattern and
21457 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
21458 apropos-documentation-sort-by-scores. Call apropos-print with
21459 nosubst=t.
21460 (apropos-documentation-internal): Pass doc string through
21461 substitute-key-definition before adding text properties.
21462 Highlight substring matching literal user input if possible.
21463 (apropos-documentation-check-doc-file): Remove locals beg and end.
21464 Fix calculation of score (as added twice). Pass doc string through
21465 substitute-key-definition before adding text properties.
21466 (apropos-documentation-check-elc-file): Pass doc string through
21467 substitute-key-definition before adding text properties.
21468 Highlight substring matching literal user input if possible.
21469 (apropos-print): Add new arg NOSUBST; if set, command and variable
21470 doc strings have already been passed through substitute-key-definition.
21471 Add code to handle apropos-accumulator items without score element
21472 for backwards compatibility (e.g. with woman package).
21473 Only show scores if apropos-sort-by-scores is `verbose'.
21474
21475 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21476
21477 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
21478 Add jka-compr-load-suffixes to load-suffixes.
21479
21480 * jka-compr.el: Require jka-cmpr-hook.
21481 (jka-compr-info-compress-message, jka-compr-info-compress-program)
21482 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
21483 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
21484 (jka-compr-info-can-append, jka-compr-info-strip-extension)
21485 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
21486 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
21487 (jka-compr-uninstall): Remove entries from
21488 jka-compr-added-to-file-coding-system-alist after they are used.
21489 (jka-compr-error): Remove unused var `curbuf'.
21490 (jka-compr-file-local-copy): Remove unused var `notfound'.
21491
21492 2005-11-10 Romain Francoise <romain@orebokech.com>
21493
21494 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
21495
21496 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
21497
21498 * progmodes/gud.el (gud-menu-map): Move parentheses.
21499 (gdb): New command gud-pv.
21500
21501 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21502
21503 * tar-mode.el: Remove spurious or unnecessary leading stars
21504 in docstrings.
21505 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
21506 (tar-parse-octal-integer-safe): Use mapc.
21507 (tar-header-block-summarize): Remove unused var `ck'.
21508 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
21509 cleared before. Obey default-enable-multibyte-characters.
21510 Use mapconcat. Simplify setting of tar-header-offset.
21511 (tar-mode-map): Move initialization inside delcaration.
21512 (tar-flag-deleted): Use `abs'.
21513 (tar-expunge-internal): Remove unused var `line'.
21514 (tar-expunge-internal): Don't hardcode point-min==1.
21515 (tar-expunge): Widen while doing set-buffer-multibyte.
21516 (tar-rename-entry): Use file-name-coding-system.
21517 (tar-alter-one-field): Don't hardcode point-min==1.
21518 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
21519 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
21520
21521 2005-11-10 Masatake YAMATO <jet@gyve.org>
21522
21523 * add-log.el (add-log-current-defun): Handle class::method
21524 notation of c++. Fix incorrect comment.
21525
21526 2005-11-10 Alan Mackenzie <acm@muc.de>
21527
21528 * help-fns.el (describe-variable): Make C-h v work when a variable
21529 has variable documentation yet is unbound.
21530
21531 2005-11-10 Masatake YAMATO <jet@gyve.org>
21532
21533 * man.el (Man-highlight-references): Set an empty
21534 string to `Man-arguments' if it is nil.
21535 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
21536
21537 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
21538
21539 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
21540 commenting conventions.
21541
21542 * cus-dep.el (custom-make-dependencies): Simplify.
21543 Better follow the commenting conventions.
21544
21545 2005-11-09 Richard M. Stallman <rms@gnu.org>
21546
21547 * apropos.el (apropos-pattern): Rename from apropos-regexp.
21548 (apropos-orig-pattern): Rename from apropos-orig-regexp.
21549 All uses changed.
21550 (apropos-rewrite-regexp): Doc fix.
21551 (apropos-variable, apropos-command, apropos, apropos-value):
21552 Change prompt; carry through the argument renaming.
21553
21554 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
21555
21556 * find-lisp.el: Require dired.
21557 (find-lisp-find-dired-internal): Do not call
21558 `abbreviate-file-name' on DIR.
21559
21560 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
21561
21562 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
21563
21564 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
21565
21566 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
21567 when using the speedbar.
21568 (gdb): New command gud-pp.
21569 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
21570
21571 2005-11-09 Juri Linkov <juri@jurta.org>
21572
21573 * replace.el (occur-excluded-properties): New defcustom.
21574 (occur-1, occur-engine, occur-accumulate-lines): Use it.
21575
21576 2005-11-08 Jay Belanger <belanger@truman.edu>
21577
21578 * calc/calc-units.el (math-convert-units): Replace any composite
21579 unit by its definition.
21580
21581 2005-11-08 Lars Hansen <larsh@soem.dk>
21582
21583 * emacs-lisp/autoload.el (update-directory-autoloads):
21584 Add obsolete function alias.
21585
21586 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
21587
21588 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
21589 comment-indent-function.
21590 (lisp-comment-indent): Replace by an alias for comment-indent-default.
21591
21592 * reveal.el (reveal-post-command): Rework the handling of
21593 reveal-open-spots, so as to be more reliable. There were several
21594 tricky corner cases where an open spot might be lost, or where
21595 a closed spot might end up on the list of open spots.
21596 Only reveal text that's ellipsised.
21597
21598 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
21599
21600 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
21601
21602 2005-11-07 John Paul Wallington <jpw@gnu.org>
21603
21604 * ibuffer.el (ibuffer): Search iconified frames too when
21605 getting Ibuffer buffer's window.
21606
21607 2005-11-06 Richard M. Stallman <rms@gnu.org>
21608
21609 * progmodes/compile.el (compilation-internal-error-properties):
21610 save-excursion around the computation of MARKER.
21611
21612 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
21613
21614 * textmodes/flyspell.el (flyspell-external-point-words):
21615 flyspell-get-word returns a list, not just a string.
21616
21617 2005-11-06 John Paul Wallington <jpw@pobox.com>
21618
21619 * ibuffer.el (ibuffer): Search all visible frames when getting
21620 Ibuffer buffer's window.
21621
21622 2005-11-07 Masatake YAMATO <jet@gyve.org>
21623
21624 * man.el (Man-reference-regexp): Accept spaces between
21625 `Man-name-regexp' and `Man-section-regexp'.
21626 (Man-apropos-regexp): New variable.
21627 (Man-abstract-xref-man-page): Use value for `Man-target-string'
21628 if available.
21629 (Man-highlight-references, Man-highlight-references0):
21630 Handle the case when `Man-arguments' includes "-k".
21631 (Man-highlight-references0): Rename the argument `TARGET-POS' to
21632 `TARGET'. `TARGET' can be a number, function or nil.
21633
21634 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
21635
21636 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
21637 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
21638 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
21639 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
21640 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
21641 (gdb-send-item): Use buffer-local-value and simplify.
21642
21643 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
21644
21645 * startup.el (command-line): Use `custom-reevaluate-setting' for
21646 `global-font-lock-mode'.
21647
21648 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
21649 by default, except in batch mode or when the -D option is given.
21650
21651 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
21652 specified keyword args on to `define-minor-mode'. Update docstring.
21653
21654 2005-11-05 Romain Francoise <romain@orebokech.com>
21655
21656 * replace.el (occur-engine): Add marker at end of line, too.
21657
21658 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
21659
21660 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21661 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21662 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21663 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21664 argument to all these routines, so the passphrase can be managed
21665 externally and passed in to the system.
21666 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21667 pgg-add-passphrase-to-cache function.
21668
21669 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21670 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
21671 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
21672 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
21673 argument to all these routines, so the passphrase can be managed
21674 externally and passed in to the system.
21675 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
21676 function.
21677
21678 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
21679
21680 * font-lock.el: Don't deal with font-lock-face-attributes here,
21681 move the code ...
21682
21683 * startup.el (command-line): ... here. Use face-spec-set instead
21684 of custom-declare-face.
21685
21686 * faces.el (face-spec-set): Reset the face if spec is not nil.
21687
21688 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
21689
21690 * newcomment.el (comment-region-internal): Box more tightly in the
21691 common case where there's no TAB in the boxed text.
21692
21693 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21694
21695 * info.el (info-tool-bar-map): Use images prev-node, next-node and
21696 up-node.
21697
21698 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
21699
21700 * net/newsticker.el: Commentary updated. Code formatting changed.
21701 (newsticker-version): Change to "1.9".
21702 (newsticker, newsticker-feed): Doc fix.
21703 (newsticker-url-list): Doc fix. Add option "Weekly".
21704 (newsticker-retrieval-interval): Add option "Weekly".
21705 (newsticker-headline-processing): Doc fix.
21706 (newsticker-auto-mark-filter): Remove.
21707 (newsticker-auto-mark-filter-list): New.
21708 (newsticker-layout, newsticker-sort-method): Doc fix.
21709 (newsticker-hide-old-items-in-newsticker-buffer)
21710 (newsticker-heading-format, newsticker-item-format)
21711 (newsticker-desc-format): Doc fix.
21712 (newsticker-show-all-rss-elements): Remove.
21713 (newsticker-show-all-news-elements): New.
21714 (newsticker-faces, newsticker-ticker): Doc fix.
21715 (remove-from-invisibility-spec): Code formatting.
21716 (newsticker--process-ids): New.
21717 (newsticker-mode): Doc fix.
21718 (newsticker-mode): Change mode-line-format.
21719 (newsticker-start): Remove debug output.
21720 (newsticker-start-ticker): Doc fix. Add autoload cookie.
21721 (newsticker-w3m-show-inline-images): Code formatting.
21722 (newsticker-next-item): Call `force-mode-line-update'.
21723 (newsticker-previous-item): Call `force-mode-line-update'.
21724 (newsticker-next-feed): Call `force-mode-line-update'.
21725 (newsticker-previous-feed): Call `force-mode-line-update'.
21726 (newsticker-mark-all-items-at-point-as-read): Code formatting.
21727 (newsticker-show-old-items): Do not show descs.
21728 (newsticker-hide-entry): Hide too much.
21729 (newsticker-hide-entry, newsticker-show-entry)
21730 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
21731 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
21732 (newsticker-toggle-auto-narrow-to-item): Code formatting.
21733 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
21734 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
21735 (newsticker-get-news): Call `force-mode-line-update'.
21736 Collect process ids.
21737 (newsticker--sentinel): Change coding system handling.
21738 Move image retrieval to new functions newsticker--get-logo-url-*.
21739 Move feed parsing to new functions newsticker--parse-*.
21740 Update list of process ids.
21741 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
21742 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
21743 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
21744 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
21745 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21746 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
21747 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
21748 (newsticker--decode-coding-string): Remove.
21749 (newsticker--decode-numeric-entities): Check input. Format code.
21750 (newsticker--remove-whitespace): Check input.
21751 (newsticker--do-forget-preformatted): Doc fix.
21752 (newsticker--decode-rfc822-date): Allow for missing time.
21753 (newsticker--update-process-ids): New.
21754 (newsticker--image-sentinel): Change comment.
21755 (newsticker--image-read): Change error message.
21756 (newsticker--imenu-goto): Doc fix. Show headline title.
21757 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
21758 (newsticker--buffer-do-insert-text): Clean whitespace in
21759 html-rendered headline title. Code formatting.
21760 Call `newsticker--buffer-print-extra-elements'.
21761 (newsticker--buffer-print-extra-element): Remove.
21762 (newsticker--buffer-print-extra-elements): New.
21763 (newsticker--buffer-do-print-extra-element): New.
21764 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
21765 large sizes.
21766 (newsticker--run-auto-mark-filter)
21767 (newsticker--do-run-auto-mark-filter):
21768 Use `newsticker-auto-mark-filter-list'.
21769
21770 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
21771
21772 * net/rcirc.el: Use split-string OMIT-NULLS argument.
21773 (rcirc-print): Force redisplay before running hooks. Do long
21774 buffer truncation after making new text read-only. Deal with nil
21775 text when decoding strings. If TARGET is nil, use either the
21776 currently selected buffer, if it is an rcirc buffer and of the
21777 same process or the process buffer.
21778 (rcirc-mode): Remove header-line. Recompute short buffer names.
21779 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
21780 (rcirc-short-buffer-name): Add variable.
21781 (rcirc-kill-buffer-hook): Recompute short buffer names.
21782 Remove nick from private channel.
21783 (rcirc-send-input): Send command text to current-buffer.
21784 Don't clear overlay arrow here.
21785 (rcirc-short-buffer-name): Return a short buffer name.
21786 (rcirc-update-short-buffer-names, rcirc-abbreviate)
21787 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
21788 buffer-name abbreviations.
21789 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
21790 Do not touch nick-table when killing a parted channel.
21791 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
21792 Clear arrow from current buffer if it is now hidden.
21793 (rcirc-current-buffer): Add variable.
21794 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
21795 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
21796 Remove -face from names.
21797 (rcirc-update-activity-string): Print "DND" when globally ignoring
21798 activity.
21799 (rcirc-ignore-buffer-activity-flag): Rename from
21800 rcirc-ignore-channel-activity.
21801 (rcirc-ignore-all-activity-flag): Doc fix.
21802 (rcirc-channels): Remove variable.
21803 (rcirc-kill-buffer-hook):
21804 (rcirc-get-buffer-create): Add nick to private channel.
21805 (rcirc-multiline-edit-submit): Remove tabs.
21806 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
21807 folded.
21808 (rcirc-remove-nick-channel): Bug fix.
21809 (rcirc-toggle-ignore-buffer-activity): Rename from
21810 rcirc-toggle-ignore-channel-activity.
21811 (rcirc-record-activity): Add buffers to the front of the list.
21812 (rcirc-update-activity): Remove killed buffers from list.
21813 (rcirc-process-server-response-1): Remove last argument if it is
21814 null before calling handler.
21815 (rcirc): Add "rcirc" defcustom prefix.
21816 (rcirc-prompt): Simplify default prompt.
21817 Use custom-initialize-default.
21818 (rcirc-private-chats): Remove variable.
21819 (rcirc-prompt): Change initialization.
21820 (rcirc-version): Remove function.
21821 (rcirc-id-string): Add constant.
21822 (rcirc-last-buffer): Remove variable.
21823 (rcirc-buffer-alist): Add variable.
21824 (rcirc-connect): Update variable setup.
21825 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
21826 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
21827 default.
21828 (rcirc-handler-generic): Trigger activity.
21829 (rcirc-send-message): Create the buffor of the target.
21830 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
21831 (rcirc-get-buffer): Just return nil if there is no matching buffer.
21832 (rcirc-multiline-edit-cancel): Remove function.
21833 (rcirc-set-last-buffer): Remove function.
21834 (rcirc-get-any-buffer): Add function.
21835 (rcirc-join-channels): Don't print /join text.
21836 (rcirc-toggle-ignore-channel-activity): Add and update echo area
21837 messages.
21838 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
21839 (rcirc-handler-NOTICE): Recognize CTCP responses.
21840 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
21841 constructing TOPIC string for buffers we are not JOINed.
21842 (rcirc-handler-CTCP-response): Add handler.
21843 (rcirc-multiline-edit-submit): Restore the window-configuration
21844 before adjusting point.
21845 (rcirc): Add customization group.
21846 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
21847 (rcirc-user-full-name, rcirc-startup-channels-alist)
21848 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
21849 (rcirc-ignore-all-activity-flag, rcirc-time-format)
21850 (rcirc-input-ring-size, rcirc-read-only-flag)
21851 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
21852 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
21853 Change defvar to defcustom.
21854 (rcirc-update-prompt): Add optional ALL arg, which will update
21855 prompts in all rcirc buffers. Regexp quote replacement text.
21856 (rcirc-fill-column): Accept frame-width as a value.
21857 (rcirc-set-changed): Add function.
21858 (rcirc-next-active-buffer): Write more meaningful messages.
21859 (rcirc-faces): Add customization group.
21860 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
21861 (rcirc-nick-in-message-face, rcirc-prompt-face)
21862 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
21863 (with-rcirc-process-buffer): Move before first usage.
21864 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
21865 (rcirc-debug-flag): Rename from `rcirc-log-p'.
21866 (rcirc-debug): Rename from `rcirc-log'.
21867 (rcirc-format-response-string): Do not print `-' chars for a
21868 NOTICE with no sender. Simplify output of server responses.
21869
21870 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
21871
21872 (rcirc-browse-url-map, rcirc-browse-url-at-point)
21873 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
21874 Make urls mouse and RET clickable.
21875
21876 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
21877
21878 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
21879
21880 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
21881
21882 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21883 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21884 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21885 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21886 argument to all these routines, so the passphrase can be managed
21887 externally and passed in to the system.
21888 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21889 pgg-add-passphrase-to-cache function.
21890
21891 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21892 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
21893 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
21894 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
21895 argument to all these routines, so the passphrase can be managed
21896 externally and passed in to the system.
21897 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
21898 function.
21899
21900 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
21901
21902 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
21903 from goto-address-url-regexp.
21904
21905 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
21906
21907 * textmodes/org.el (org-read-date, org-goto-calendar)
21908 (org-recenter-calendar, org-agenda-goto-calendar):
21909 Temporarily clear `calendar-move-hook'.
21910
21911 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
21912
21913 * ediff-merg.el (ediff-merge-region-is-non-clash):
21914 Return t, if not merging.
21915
21916 * ediff-util.el (ediff-previous-difference): Don't skip regions that
21917 have merge clashes.
21918
21919 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21920
21921 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21922 Undo previous change.
21923
21924 * startup.el (command-line): Use `custom-reevaluate-setting' for
21925 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
21926 tty-register-default-colors on Mac.
21927
21928 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
21929
21930 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
21931 (gdb-buffer-type): Make it automatically buffer local...
21932 (gdb-get-create-buffer): ...and set it accordingly.
21933 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
21934 actually work.
21935
21936 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
21937
21938 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
21939 not red.
21940
21941 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
21942
21943 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
21944 case GUD buffer is not visible.
21945 (gdb-goto-breakpoint): Try to force display in source buffer.
21946 (gdb-frame-gdb-buffer): Copy other similar functions.
21947 (gdb-restore-windows): Don't display source if not asked for.
21948 (gdb-assembler-buffer-name): Don't capitalise.
21949
21950 2005-11-03 Richard M. Stallman <rms@gnu.org>
21951
21952 * wid-edit.el (key-sequence): New widget type.
21953
21954 * simple.el (set-mark-command-repeat-pop): New variable.
21955 (set-mark-command): Only interpret plan C-@ after a pop as a pop
21956 if set-mark-command-repeat-pop is true.
21957
21958 * info.el (Info-fontify-node): Don't display extra "see" if there
21959 already is one here.
21960
21961 * mouse.el: Fix special handling of DEL after dragging a region:
21962 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
21963 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
21964
21965 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
21966
21967 * textmodes/ispell.el (ispell-command-loop): Change `i' description
21968 not to assume it pertains to an affix.
21969
21970 * textmodes/flyspell.el (flyspell-post-command-hook):
21971 Bind deactivate-mark to prevent deactivation.
21972
21973 2005-11-03 Lars Hansen <larsh@soem.dk>
21974
21975 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
21976 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
21977 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
21978
21979 2005-11-03 Romain Francoise <romain@orebokech.com>
21980
21981 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
21982 Update copyright years.
21983
21984 2005-11-03 Sam Steingold <sds@gnu.org>
21985
21986 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21987 Use system-type instead of window-system because window-system is not
21988 correctly defined during loadup.
21989
21990 2005-11-02 Mark A. Hershberger <mah@everybody.org>
21991
21992 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
21993 (xml-parse-tag): Join strings separated by a comment properly.
21994
21995 2005-11-02 Andreas Schwab <schwab@suse.de>
21996
21997 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
21998
21999 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
22000
22001 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
22002 (byte-optimize-pure-func): Quote the eval'd value.
22003
22004 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
22005 Rename from perl-font-lock-syntactic-face-function.
22006 Change the calling convention so it can be used as a font-lock MATCHER.
22007 Do the parse-partial-sexp loop outselves.
22008 (perl-font-lock-syntactic-keywords): Use it.
22009 (perl-mode): Don't set font-lock-syntactic-face-function any more.
22010
22011 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
22012
22013 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
22014 disassembly buffer too.
22015 (gdb-exited): Remove overlay arrows when execution has finished.
22016 (gdb-info-frames-custom, gdb-info-threads-custom)
22017 (gdb-info-registers-custom): Don't add inappropriate text
22018 properties if inferior is not active.
22019
22020 2005-11-02 Glenn Morris <rgm@gnu.org>
22021
22022 * progmodes/fortran.el (fortran-blink-match):
22023 Use `blink-matching-delay'.
22024
22025 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
22026
22027 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
22028
22029 2005-11-02 Lars Hansen <larsh@soem.dk>
22030
22031 * net/tramp.el (tramp-action-out-of-band): Handle scp message
22032 "Permission denied".
22033
22034 2005-11-01 Richard M. Stallman <rms@gnu.org>
22035
22036 * textmodes/flyspell.el (flyspell-external-point-words):
22037 Pass nil to flyspell-get-word.
22038
22039 2005-11-02 Kim F. Storm <storm@cua.dk>
22040
22041 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
22042 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
22043
22044 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
22045
22046 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
22047 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
22048 (calendar-mouse-print-dates): Add optional `event' argument.
22049 Update interactive-spec.
22050 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
22051 Use `calendar-event-to-date' instead of `event'.
22052
22053 2005-11-02 Masatake YAMATO <jet@gyve.org>
22054
22055 * progmodes/ld-script.el (ld-script-builtins):
22056 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
22057 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
22058 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
22059
22060 2005-11-01 Romain Francoise <romain@orebokech.com>
22061
22062 * vc-sccs.el: Update copyright year.
22063 * ezimage.el: Likewise.
22064
22065 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
22066
22067 * info.el (Info-fontify-node): Use `string-width' for fontifying
22068 underlined titles.
22069
22070 2005-11-01 Juri Linkov <juri@jurta.org>
22071
22072 * info.el (Info-fontify-node): Downcase node header keywords Node,
22073 Prev, Next, Up before comparison.
22074 (Info-history): Insert absolute directory name, and put invisible
22075 property on it.
22076
22077 2005-11-01 Juri Linkov <juri@jurta.org>
22078
22079 * info.el (Info-file-supports-index-cookies): New variable.
22080 (Info-find-node-2): Check makeinfo version for index cookie support.
22081 (Info-index-nodes): Search for nodes with index cookies only when
22082 Info-file-supports-index-cookies is t. Otherwise, search nodes
22083 with "Index" in the node name.
22084 (Info-index-node): Search index cookie in the current node only when
22085 Info-file-supports-index-cookies is t. Otherwise, check the word
22086 "Index" in the node name.
22087 (Info-find-emacs-command-nodes): Remove code that searches nodes
22088 with "Index" node name in the top menu.
22089
22090 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
22091
22092 * progmodes/scheme.el (scheme-mode-variables): Use the default
22093 comment-indent-function.
22094
22095 * faces.el (face-attribute): Handle the case where a face inherits from
22096 a non-existent face.
22097
22098 * simple.el (eval-expression-print-format): Use lisp-readable syntax
22099 for octal and hexa output, and merge the char into the paren.
22100 (kill-new): Use push.
22101 (copy-to-buffer): Use with-current-buffer.
22102 (completion-setup-function): Move code in loop to remove redundancy.
22103 (minibuffer-local-must-match-map): Don't add bindings that duplicate
22104 those inherited from minibuffer-local-completion-map.
22105
22106 * savehist.el (savehist-mode) <defcustom>:
22107 Use custom-set-minor-mode if available.
22108 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
22109 and emit a message if applicable.
22110
22111 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
22112
22113 * savehist.el: Sync up to version 19.
22114 (savehist-mode): New minor mode.
22115 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
22116 (savehist-length): Remove (use history-length instead).
22117 (savehist-file-modes): Rename from savehist-modes.
22118 (savehist-save-hook, savehist-loaded): New vars.
22119 (savehist-load): Use savehist-mode. Try to smooth up transition from
22120 old format to new format.
22121 (savehist-install): Allow savehist-autosave-interval to be nil.
22122 (savehist-save): Run the new hook. Be more careful to only trim the
22123 history variables.
22124 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
22125 (savehist-printable): Print into a buffer rather than char-by-char.
22126
22127 2005-11-01 John Wiegley <johnw@newartisans.com>
22128
22129 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
22130 toggle-ignore keybinding (C-a). The author said it had been
22131 disabled much earlier due to a possible incompatibility, but after
22132 many months of usage I have encountered no problems (and it is a
22133 rather useful option, especially for switching to " *temp*").
22134
22135 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
22136 support for OS/X's AddressBook, by calling out to the open source
22137 program "contacts" (installable through Fink).
22138
22139 * net/eudc.el (eudc-expand-inline): If the
22140 `eudc-multiple-match-handling-method' is set to `all', delete the
22141 query string before inserting the query result.
22142
22143 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
22144 flag, to prevent Eshell from using the system ls when
22145 `eshell-ls-insert-directory' is in used.
22146 (eshell-ls-insert-directory): Disable font-lock in directory
22147 buffer so that Eshell's own fontification is seen. This broke
22148 recently due to changes in font-lock, so this goes back to version
22149 21 behavior.
22150
22151 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
22152
22153 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
22154 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
22155 (gdb-many-windows): Doc fix.
22156
22157 2005-10-31 Romain Francoise <romain@orebokech.com>
22158
22159 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
22160
22161 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
22162
22163 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
22164 that global-font-lock-mode can be enabled by default.
22165
22166 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
22167 (font-lock-add-keywords, font-lock-remove-keywords)
22168 (font-lock-fontify-buffer): Remove autoload cookies.
22169
22170 * jit-lock.el (jit-lock-register): Likewise.
22171
22172 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
22173
22174 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
22175
22176 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
22177 intact if there is no gud-comint-buffer.
22178
22179 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
22180
22181 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
22182 old prompt comint-prompt-read-only is t and GDB commands are
22183 issued from tool bar etc.
22184
22185 2005-10-31 Masatake YAMATO <jet@gyve.org>
22186
22187 * vc.el (vc-directory-exclusion-list): Add "{arch}".
22188
22189 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
22190
22191 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
22192 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
22193
22194 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
22195
22196 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
22197 starting at beginning of line. Fontification is messed up when
22198 `open-paren-in-column-0-is-defun-start' set to t.
22199 Reported by John Paul Wallington <jpw@pobox.com>.
22200
22201 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
22202
22203 * comint.el (comint-send-input): Call `comint-update-fence' when
22204 `comint-process-echoes' and `comint-prompt-read-only' are both
22205 non-nil, to avoid leftover read-only newline.
22206
22207 2005-10-30 Richard M. Stallman <rms@gnu.org>
22208
22209 * textmodes/flyspell.el (flyspell-external-point-words):
22210 Detect when WORD can't be checked properly because
22211 flyspell-get-word finds just part of it, and move on.
22212
22213 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
22214 boundarychar for Polish.
22215 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
22216 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
22217
22218 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
22219
22220 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
22221 (gdb-registers-font-lock-keywords): Delete.
22222 (gdb-registers-mode): Don't fontify.
22223 (gdb-info-registers-custom): Use text properties instead as, in
22224 future, changed register values will use font-lock-warning-face.
22225 (gdb-local-font-lock-keywords): Rename to...
22226 (gdb-locals-font-lock-keywords): ...for consistency.
22227
22228 2005-10-30 Andre Spiegel <spiegel@gnu.org>
22229
22230 * vc.el (vc-switch-backend): Better error message if the buffer is
22231 not visiting a file under version control.
22232
22233 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
22234
22235 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
22236
22237 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
22238 ~/.emacs.d/.emacs.
22239
22240 2005-10-29 Richard M. Stallman <rms@gnu.org>
22241
22242 * replace.el (occur-mode-mouse-goto): Always go to other window.
22243 (occur-mode-goto-occurrence): Always switch in same window.
22244
22245 * simple.el (undo): Display message at end, not at start.
22246
22247 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
22248 New arg REUSE-CELL.
22249 (cancel-timer-internal): New function.
22250 (timer-event-handler): Use cancel-timer-internal,
22251 and pass the cell it returns to timer-activate...
22252
22253 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
22254 (jit-lock-deferred-fontify, jit-lock-context-fontify)
22255 (jit-lock-after-change): Test memory-full.
22256
22257 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
22258
22259 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
22260 part of the decoded armor to find the key-identifier.
22261 (pgg-gpg-lookup-key-owner): New function to return the
22262 human-readable identifier of a key owner.
22263 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
22264 key itself.
22265 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
22266 the key value) if we have a key and can match it against a secret
22267 key. Also, added a note pointing out fact that the prompt only
22268 indicates the first matching key.
22269
22270 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
22271 pgg-decrypt-region.
22272 (pgg-pending-timers): A new hash for tracking the passphrase cache
22273 timers, so that new ones supercede old ones.
22274 (pgg-add-passphrase-to-cache): Rename from
22275 `pgg-add-passphrase-cache' to reduce confusion (all callers
22276 changed). Modified to cancel old timers when new ones are added.
22277 (pgg-remove-passphrase-from-cache): Rename from
22278 `pgg-remove-passphrase-cache' to reduce confusion (all callers
22279 changed). Modified to cancel old timers when their keys are
22280 removed from the cache.
22281 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
22282 XEmacs, an indirection to delete-itimer.
22283 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
22284 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
22285 users can only check cache without risk of prompting. Correct bug in
22286 notruncate behavior.
22287 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
22288 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22289 Add informative docstrings.
22290 (pgg-decrypt): Convey provided passphrase in subordinate call to
22291 pgg-decrypt-region.
22292
22293 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
22294 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
22295 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
22296 `passphrase' argument, so the passphrase can be managed externally
22297 and then passed in to the system.
22298
22299 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
22300 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
22301 so the passphrase cache can be used reliably with identifiers
22302 besides a pgp packet's key id.
22303
22304 * pgg-gpg.el (pgg-pgp-encrypt-region)
22305 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22306 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22307 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22308 argument to all these routines, so the passphrase can be managed
22309 externally and passed in to the system.
22310
22311 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
22312 `notruncate' argument, so the passphrase cache can be used
22313 reliably with identifiers besides a pgp packet's key id.
22314
22315 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
22316
22317 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
22318 symmetric encryption.
22319 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22320 encrypted session key.
22321 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
22322 message ask for the passphrase in a proper way.
22323
22324 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
22325 New user commands for symmetric encryption.
22326
22327 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
22328
22329 * textmodes/conf-mode.el (conf-assignment-sign)
22330 (conf-assignment-regexp): Fix docstrings.
22331 (conf-mode-initialize): New function.
22332 (conf-mode): Remove optional args. Use delay-mode-hooks to
22333 recognize recursive calls.
22334 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
22335 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
22336 (conf-xdefaults-mode): Use define-derived-mode and
22337 conf-mode-initialize.
22338
22339 2005-10-29 Romain Francoise <romain@orebokech.com>
22340
22341 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
22342
22343 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
22344
22345 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
22346 part of the decoded armor to find the key-identifier.
22347 (pgg-gpg-lookup-key-owner): New function to return the
22348 human-readable identifier of a key owner.
22349 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
22350 key itself.
22351 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
22352 the key value) if we have a key and can match it against a secret
22353 key. Also, added a note pointing out fact that the prompt only
22354 indicates the first matching key.
22355
22356 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
22357 pgg-decrypt-region.
22358 (pgg-pending-timers): A new hash for tracking the passphrase cache
22359 timers, so that new ones supercede old ones.
22360 (pgg-add-passphrase-to-cache): Rename from
22361 `pgg-add-passphrase-cache' to reduce confusion (all callers
22362 changed). Modified to cancel old timers when new ones are added.
22363 (pgg-remove-passphrase-from-cache): Rename from
22364 `pgg-remove-passphrase-cache' to reduce confusion (all callers
22365 changed). Modified to cancel old timers when their keys are
22366 removed from the cache.
22367 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
22368 XEmacs, an indirection to delete-itimer.
22369 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
22370 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
22371 users can only check cache without risk of prompting. Correct bug in
22372 notruncate behavior.
22373 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
22374 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22375 Add informative docstrings.
22376 (pgg-decrypt): Convey provided passphrase in subordinate call to
22377 pgg-decrypt-region.
22378
22379 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
22380
22381 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
22382 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
22383 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
22384 `passphrase' argument, so the passphrase can be managed externally
22385 and then passed in to the system.
22386
22387 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
22388 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
22389 so the passphrase cache can be used reliably with identifiers
22390 besides a pgp packet's key id.
22391
22392 * pgg-gpg.el (pgg-pgp-encrypt-region)
22393 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22394 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22395 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22396 argument to all these routines, so the passphrase can be managed
22397 externally and passed in to the system.
22398
22399 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
22400 `notruncate' argument, so the passphrase cache can be used
22401 reliably with identifiers besides a pgp packet's key id.
22402
22403 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
22404
22405 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
22406 symmetric encryption.
22407 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22408 encrypted session key.
22409 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
22410 message ask for the passphrase in a proper way.
22411
22412 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
22413 New user commands for symmetric encryption.
22414
22415 2005-10-28 Bill Wohler <wohler@newt.com>
22416
22417 * help-mode.el (help-url): New button type. Calls browse-url.
22418 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
22419 Similar to Info nodes: URL `url'.
22420 (help-make-xrefs): Create help-url buttons for
22421 help-xref-url-regexp matches.
22422
22423 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
22424
22425 * tool-bar.el (tool-bar-add-item-from-menu)
22426 (tool-bar-local-item-from-menu): Fix doc strings.
22427
22428 2005-10-28 Romain Francoise <romain@orebokech.com>
22429
22430 * ldefs-boot.el: Update.
22431
22432 * subr.el (locate-library): Move from help-fns.el.
22433 * help-fns.el (locate-library): Move to subr.el.
22434
22435 2005-10-28 Richard M. Stallman <rms@gnu.org>
22436
22437 * net/tramp.el (tramp-completion-mode): defvar moved up.
22438
22439 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
22440
22441 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
22442
22443 * files.el (find-file-noselect): Use %d to format large file size.
22444
22445 * bindings.el (mode-line-format): Add %e.
22446
22447 * loadup.el ("facemenu"): Load unconditionally.
22448 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
22449 ("x-dnd"): Load, when appropriate.
22450
22451 * startup.el (command-line): Call before-init-hook earlier.
22452 Warn about some bad characters in -u user name.
22453
22454 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
22455 (flyspell-external-point-words): Error if misspelled word is not found.
22456 Set flyspell-large-region-beg at end of word.
22457
22458 2005-10-28 Andreas Schwab <schwab@suse.de>
22459
22460 * view.el (View-revert-buffer-scroll-page-forward):
22461 Use view-page-size-default.
22462
22463 2005-10-28 Juri Linkov <juri@jurta.org>
22464
22465 * international/quail.el (quail-get-current-str): Translate last
22466 raw character for deterministic input methods.
22467
22468 2005-10-27 Jay Belanger <belanger@truman.edu>
22469
22470 * calc/calc-ext.el: Add functions to autoloads.
22471 (math-identity-matrix-p, math-ident-row-p): New functions.
22472
22473 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
22474 multiplication by an identity matrix; don't turn multiplication by
22475 an inverse matrix into division.
22476 (math-div-symbol-fancy): Replace division by matrices with
22477 multiplication by inverse.
22478
22479 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
22480
22481 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
22482 (calc-writeoutpower): New functions.
22483
22484 2005-10-27 Romain Francoise <romain@orebokech.com>
22485
22486 * replace.el (occur-engine): Include colon in mouse-face highlight.
22487
22488 * dired-x.el: Change Maintainer field.
22489
22490 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
22491
22492 * longlines.el (longlines-mode): Bind after-change-functions to
22493 nil during initial decoding and final encoding.
22494
22495 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
22496
22497 * term.el (term-emulate-terminal, term-handle-colors-array)
22498 (term-handle-ansi-escape): Specify the terminfo capabilities
22499 implemented.
22500
22501 2005-10-26 Richard M. Stallman <rms@gnu.org>
22502
22503 * info.el (Info-fontify-node): Fix detection of sentence-break
22504 before *Note.
22505
22506 2005-10-26 Romain Francoise <romain@orebokech.com>
22507
22508 * smerge-mode.el: Add `tools' to file keywords.
22509
22510 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
22511
22512 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
22513 when the fringe is not available.
22514
22515 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
22516 (def-gdb-auto-update-trigger): Simplify construction.
22517 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
22518 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
22519 defined explicitly.
22520 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
22521 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
22522 defined explicitly.
22523 (gdb-info-locals-custom): Remove as it's a no-op.
22524
22525 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
22526
22527 * longlines.el (longlines-mode): Remove narrowing before
22528 performing the initial decoding or final encoding.
22529
22530 2005-10-25 Romain Francoise <romain@orebokech.com>
22531
22532 * emacs-lisp/find-func.el (find-library-name): Also strip
22533 extension if library name ends in .el, to take advantage of
22534 `find-library-suffixes'.
22535
22536 2005-10-25 Richard M. Stallman <rms@gnu.org>
22537
22538 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
22539
22540 2005-10-25 Juri Linkov <juri@jurta.org>
22541
22542 * textmodes/texinfo.el (texinfo-mode): Change charset of one
22543 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
22544
22545 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
22546
22547 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
22548 (blackbox-redefine-key): Add argument `map'.
22549
22550 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
22551 regions when moving the jit-lock-context-unfontify-pos boundary.
22552
22553 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
22554
22555 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
22556
22557 2005-10-25 Masatake YAMATO <jet@gyve.org>
22558
22559 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
22560
22561 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
22562
22563 * play/blackbox.el (blackbox-redefine-key): New function.
22564 (blackbox-mode-map): Use it to remap existing bindings for cursor
22565 motion instead of binding literal keys.
22566
22567 2005-10-25 Glenn Morris <rgm@gnu.org>
22568
22569 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
22570 diary does not end in a newline. Do not assume a blank line at
22571 the start of the diary file.
22572
22573 2005-10-25 Kenichi Handa <handa@m17n.org>
22574
22575 * international/quail.el (quail-translate-key): If the input
22576 method is deterministic and failed to handle the last key, restart
22577 the key handling loop from an appropriate key.
22578
22579 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
22580
22581 * vc.el (vc-dired-mode): Extend comment for binding of
22582 `directory-listing-before-filename-regexp'.
22583
22584 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
22585
22586 * textmodes/texinfo.el (texinfo-mode):
22587 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
22588 not to unnecessarily expose emacs-mule's internal char codes.
22589
22590 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
22591
22592 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
22593 Display hand pointer and help-echo on disabled icon too.
22594 (gdb-mouse-until): New function.
22595 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
22596
22597 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
22598
22599 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
22600 with 2005-10-23 change to doctor.el.
22601
22602 * finder.el (finder-mode-map): Add follow-link binding.
22603
22604 2005-10-25 Kim F. Storm <storm@cua.dk>
22605
22606 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
22607 to gdb-mouse-toggle-breakpoint-fringe.
22608 (gdb-mouse-toggle-breakpoint-margin): Rename from
22609 gdb-mouse-toggle-breakpoint. Fix doc.
22610 (gdb-mouse-toggle-breakpoint-fringe): New defun.
22611 (gdb-put-string): Add optional SPROPS arg. Add props to string.
22612 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
22613 string properties also for fringe breakpoint bitmaps.
22614
22615 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
22616
22617 * textmodes/org.el (org-start-icalendar-file): Fix format form.
22618
22619 2005-10-25 Masatake YAMATO <jet@gyve.org>
22620
22621 * simple.el (completion-common-substring):
22622 Use `completion-common-substring' prior to `completion-base-size'.
22623
22624 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
22625
22626 * savehist.el: Require CL while compiling.
22627 (savehist-history-variables): Remove.
22628 (savehist-save-minibuffer-history, savehist-additional-variables)
22629 (savehist-minibuffer-history-variables): New vars.
22630 (savehist-save): Use them.
22631 (savehist-uninstall, savehist-minibuffer-hook): New funs.
22632 (savehist-install): New fun, extracted from savehist-load.
22633 (savehist-load): Use them.
22634
22635 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
22636
22637 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
22638 a dummy doc-string-elt property.
22639 (defalias, defvaralias, define-category): Add a docstring property.
22640
22641 * image.el (defimage):
22642 * widget.el (define-widget):
22643 * custom.el (defface, defcustom): Add `doc-string' declaration.
22644
22645 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
22646 (defadvice): Add `doc-string' declaration.
22647
22648 * emacs-lisp/byte-run.el (macro-declaration-function):
22649 Handle `doc-string' declarations.
22650 (define-obsolete-function-alias, define-obsolete-variable-alias):
22651 Add `doc-string' declaration.
22652
22653 2005-10-24 Kenichi Handa <handa@m17n.org>
22654
22655 * international/utf-7.el (utf-7): Add autoload cookie.
22656
22657 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
22658
22659 2005-10-24 Eli Zaretskii <eliz@gnu.org>
22660
22661 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
22662 list of directories passed to batch-update-autoloads. Add "." to
22663 the list of the echoed directories.
22664
22665 * pgg-def.el:
22666 * pgg-gpg.el:
22667 * pgg-parse.el:
22668 * pgg-pgp.el:
22669 * pgg-pgp5.el:
22670 * pgg.el: Moved here from the gnus subdirectory.
22671
22672 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
22673
22674 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
22675 in case comint-prompt-read-only is set to t.
22676
22677 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
22678 in case comint-prompt-read-only is set to t.
22679
22680 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
22681
22682 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
22683 Now a string.
22684 (icalendar-import-format): Handle CLASS, STATUS, URL.
22685 Rename `subject' to `summary'.
22686 (icalendar-import-format-summary): Rename from
22687 `icalendar-import-format-subject'.
22688 (icalendar-import-format-url, icalendar-import-format-status)
22689 (icalendar-import-format-class): New variables.
22690 (icalendar--rris): Take variable argument list.
22691 (icalendar--datestring-to-isodate): Remove unnecessary
22692 calendar-style check when converting dates with explicit month names.
22693 (icalendar-export-region): Change return type of conversion
22694 subroutines. Bury current buffer unless error occurred.
22695 (icalendar--convert-to-ical)
22696 (icalendar--parse-summary-and-rest): New functions.
22697 (icalendar--convert-ordinary-to-ical)
22698 (icalendar--convert-weekly-to-ical)
22699 (icalendar--convert-yearly-to-ical)
22700 (icalendar--convert-block-to-ical)
22701 (icalendar--convert-cyclic-to-ical)
22702 (icalendar--convert-anniversary-to-ical): Change return type.
22703 Strip trailing blanks from subject.
22704 (icalendar--convert-sexp-to-ical): Change return type.
22705 Strip trailing blanks from subject. Handle simple sexp
22706 entries as generated by icalendar.el.
22707 (icalendar--convert-float-to-ical)
22708 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
22709 (icalendar-import-file): Doc fix.
22710 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
22711 Correct call to icalendar--rris.
22712 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
22713 `summary'.
22714 (icalendar--add-diary-entry): Rename `subject' to `summary'.
22715
22716 2005-10-24 Romain Francoise <romain@orebokech.com>
22717
22718 * server.el (server-sentinel): Set query-on-exit flag to nil on
22719 new client processes (it isn't inherited from the server process).
22720
22721 * replace.el (occur-engine): Rearrange text properties.
22722
22723 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
22724
22725 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
22726 case-fold-search is nil.
22727 (debug-help-follow): Use help-xref-interned directly.
22728
22729 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
22730
22731 * thumbs.el (thumbs-image-type): Add .pbm.
22732
22733 2005-10-23 Richard M. Stallman <rms@gnu.org>
22734
22735 * faces.el (inhibit-face-set-after-frame-default): New variable.
22736 (set-face-attribute): Bind it.
22737 (face-set-after-frame-default): Test it.
22738
22739 * help-fns.el (describe-simplify-lib-file-name): New function.
22740 (describe-function-1, describe-variable): Use it.
22741
22742 * faces.el (describe-face): Use describe-simplify-lib-file-name.
22743
22744 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
22745 Eliminate nil as possible value.
22746 (tooltip-hide-delay): Reduce internal-border-width.
22747
22748 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
22749 (menu-bar-file-menu) <new-file>: Likewise.
22750
22751 * simple.el (line-move-finish): Ignore fields computing LINE-END.
22752
22753 * international/mule.el (load-with-code-conversion):
22754 Pass full file name to `eval-buffer' unless preloading.
22755
22756 * textmodes/flyspell.el (flyspell-large-region):
22757 Call ispell-check-version.
22758
22759 * textmodes/ispell.el (ispell-local-dictionary-overridden):
22760 Fix the make-variable-buffer-local call that was supposed
22761 to be for this variable.
22762 (ispell-aspell-supports-utf8): Doc fix.
22763 (ispell-find-aspell-dictionaries): Preserve elements of
22764 ispell-dictionary-alist for dictionaries that aspell doesn't report.
22765 (ispell-aspell-find-dictionary): Return nil on error.
22766
22767 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
22768 (doctor-symptoms): Likewise.
22769
22770 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
22771
22772 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
22773
22774 * cus-edit.el (custom-button, custom-button-pressed): New vars.
22775 (custom-raised-buttons): Add :set spec.
22776 (custom-button-unraised, custom-button-pressed-unraised):
22777 New faces, so that custom-raised-buttons actually does something.
22778 (custom-mode): Use custom-button and custom-button-pressed.
22779
22780 * wid-edit.el (widget-specify-button): Don't ignore
22781 widget-mouse-face on graphic terminals.
22782 (widget-move-and-invoke): Cleanup.
22783
22784 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
22785
22786 * whitespace.el (whitespace-cleanup): Doc fix.
22787
22788 2005-10-23 Romain Francoise <romain@orebokech.com>
22789
22790 * emulation/viper.el (viper-set-hooks): Quote forms passed to
22791 `eval-after-load' to avoid evaluating their result.
22792
22793 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
22794
22795 * files.el (directory-listing-before-filename-regexp):
22796 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
22797
22798 * dired.el (dired-move-to-filename-regexp): Remove.
22799 All occurrences replaced by `directory-listing-before-filename-regexp'.
22800
22801 * dired-x.el, locate.el, vc.el:
22802 Replace `dired-move-to-filename-regexp' by
22803 `directory-listing-before-filename-regexp'. In vc.el it is
22804 overwritten locally; maybe this can be handled in files.el too.
22805
22806 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
22807 replaced by `directory-listing-before-filename-regexp'.
22808
22809 2005-10-23 Andreas Schwab <schwab@suse.de>
22810
22811 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
22812 and eval-next-after-load.
22813
22814 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
22815
22816 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
22817 exist, create it.
22818
22819 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
22820
22821 * allout.el: Remove autoloads for mailcrypt and crypt++.
22822 Require pgg, pgg-gpg during compilation.
22823 (allout-version): Increment version number to 2.1, and use a literal
22824 rather than RCS Id.
22825 (allout-default-encryption-scheme): Remove.
22826 (allout-passphrase-verifier-handling)
22827 (allout-passphrase-verifier-string)
22828 (allout-file-passphrase-verifier-string)
22829 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
22830 (allout-passphrase-hint-handling): Rename and simplify.
22831 (allout-init): Use `find-file-hook' if available, otherwise
22832 `find-file-hooks'.
22833 (allout-mode): Use `write-file-functions' if available, otherwise
22834 `local-write-file-hooks' and, instead of making auto-save-hook
22835 buffer local, make the write-file-hook activity contingent to
22836 allout-mode.
22837 (allout-mode): Use key-binding substitution in the docstring.
22838 (allout-kill-line): Spell-out kill ring data structure mutation
22839 instead of using byte-compiler-complaint-provoking `pop'.
22840 (allout-insert-listified): Use `insert' rather than `insert-string'
22841 (allout-toggle-current-subtree-encryption): Update docstring, adjust
22842 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
22843 (allout-encrypt-string): Totally revamped vis new underlying
22844 encryption facilities.
22845 (allout-mc-activate-passwd): Remove.
22846 (allout-obtain-passphrase): New, more or less replaces
22847 allout-mc-activate-passwd.
22848 (allout-encrypted-key-info): More or less replaces
22849 allout-encrypted-text-type.
22850 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
22851 (my-mark-marker): Use `(featurep 'xemacs)'.
22852
22853 2005-10-23 Lars Hansen <larsh@soem.dk>
22854
22855 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
22856 (byte-compile-file-form-defmumble, byte-compile-defun)
22857 (byte-compile-defmacro): Use it.
22858 (byte-compile-form): Don't call byte-compile-set-symbol-position
22859 when a byte-compile handler is called.
22860
22861 2005-10-22 Romain Francoise <romain@orebokech.com>
22862
22863 * savehist.el (savehist-history-variables): Add `grep-find-history'.
22864
22865 * subr.el (eval-after-load): Convert library name to an absolute
22866 file name using locate-library, since load-history no longer has
22867 library names in it.
22868
22869 2005-10-22 Richard M. Stallman <rms@gnu.org>
22870
22871 * files.el (make-temp-file): Move from subr.el.
22872 * subr.el (make-temp-file): Move to files.el.
22873
22874 * window.el (get-buffer-window-list): Move from subr.el.
22875 * subr.el (get-buffer-window-list): Move to window.el.
22876
22877 * image.el (image-load-path): Use eval-at-startup to initialize.
22878
22879 * subr.el (eval-at-startup): New macro.
22880
22881 * subr.el: Much rearrangement of functions and division
22882 into pages. No code changes.
22883
22884 2005-10-22 Kenichi Handa <handa@m17n.org>
22885
22886 * tar-mode.el (tar-extract): Be sure to call
22887 find-operation-coding-system if set-auto-coding doesn't find a
22888 coding system.
22889
22890 2005-10-22 Kim F. Storm <storm@cua.dk>
22891
22892 * image.el (image-type-header-regexps): Rename from image-type-regexps.
22893 Change users.
22894 (image-type-file-name-regexps): New defconst.
22895 (image-type-from-data): Simplify loop.
22896 (image-type-from-buffer): New defun.
22897 (image-type-from-file-header): Use it instead of image-type-from-data.
22898 Use image-search-load-path instead of only looking in data-directory.
22899 (image-type-from-file-name): New defun.
22900 (image-search-load-path): Change `pathname' to `filename'.
22901 Make PATH arg optional, default to image-load-path.
22902
22903 2005-10-21 Richard M. Stallman <rms@gnu.org>
22904
22905 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
22906
22907 * textmodes/paragraphs.el (sentence-end-base): New variable.
22908 (sentence-end): Use sentence-end-base.
22909
22910 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
22911
22912 * font-lock.el (font-lock-default-fontify-region): Check the multiline
22913 property independently from the font-lock-multiline variable.
22914
22915 2005-10-21 Richard M. Stallman <rms@gnu.org>
22916
22917 * emacs-lisp/find-func.el (find-library-name): Doc fix.
22918
22919 * startup.el (command-line): Convert library names
22920 in `load-history' to absolute file names.
22921
22922 * subr.el (symbol-file): Doc fix.
22923
22924 * loadhist.el (file-loadhist-lookup): Call locate-library
22925 instead of find-library-name. Don't try converting
22926 abs file names to library names, since load-history no longer
22927 has library names in it.
22928 (file-dependents, file-provides, file-requires): Doc fixes.
22929
22930 2005-10-21 Juri Linkov <juri@jurta.org>
22931
22932 * progmodes/etags.el (tags-table-mode): New function.
22933 (tags-verify-table): Replace initialize-new-tags-table with
22934 tags-table-mode.
22935
22936 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
22937 default value.
22938 (desktop-modes-not-to-save): Add tags-table-mode to the
22939 default value.
22940
22941 * info.el (Info-index-next): Add total number of index
22942 alternatives to the message.
22943
22944 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
22945 backward only space (instead of space and period) before looking
22946 at sentence end.
22947
22948 * simple.el (set-variable): Use user-variable-p instead of symbolp.
22949 Add the old variable value as 4th default-value arg of read-string.
22950
22951 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22952
22953 * cus-face.el (custom-declare-face): Make face from X resources
22954 also on Mac.
22955
22956 * disp-table.el (standard-display-g1, standard-display-graphic):
22957 Refuse to use string glyphs also on Mac.
22958 (standard-display-european): Don't set terminal coding system also
22959 on Mac.
22960
22961 * frame.el (display-screens): Use x-display-screens also on Mac.
22962
22963 2005-10-21 Romain Francoise <romain@orebokech.com>
22964
22965 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
22966
22967 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
22968
22969 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
22970 and $? into sexps.
22971
22972 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
22973 warning face on open-paren-in-column-0.
22974
22975 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
22976 boundary case. Fix typo.
22977 Suggested by Martin Rudalics <rudalics@gmx.at>.
22978
22979 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
22980
22981 * textmodes/org.el (org-combined-agenda-icalendar-file)
22982 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
22983 (org-export-icalendar-this-file)
22984 (org-export-icalendar-all-agenda-files)
22985 (org-export-icalendar-combine-agenda-files): New commands.
22986 (org-export-icalendar, org-print-icalendar-entries)
22987 (org-start-icalendar-file, org-finish-icalendar-file)
22988 (org-ical-ts-to-string): New functions.
22989 (org-read-date, org-goto-calendar)
22990 (org-agenda-goto-calendar): Inhibit displaying diary entries by
22991 call to `calendar'.
22992 (orgtbl-setup): Remove the :keys arguments from the menu description.
22993 (org-after-save-iCalendar-file-hook): New variable.
22994
22995 2005-10-21 Kenichi Handa <handa@m17n.org>
22996
22997 * language/vietnamese.el (tcvn-5712): Make it an alias of
22998 vietnamese-tcvn coding-system.
22999
23000 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
23001
23002 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
23003 group id is given.
23004
23005 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
23006
23007 * progmodes/sh-script.el (sh-escaped-line-re): New var.
23008 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
23009 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
23010 whose line is either continued or ends with a comment.
23011
23012 2005-10-20 Romain Francoise <romain@orebokech.com>
23013
23014 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
23015
23016 * replace.el (occur-engine): Add follow-link property.
23017
23018 * font-core.el (font-lock-mode): Doc fix.
23019
23020 2005-10-20 Richard M. Stallman <rms@gnu.org>
23021
23022 * net/rcirc.el: New file.
23023
23024 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
23025
23026 * term.el (term-term-name): Initialize to "eterm-color".
23027
23028 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
23029
23030 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
23031 for encryption functionality.
23032 Move allout customization subgroup from `editing' to `outlines' group.
23033 Fix commentary keywords to legitimate ones.
23034 Update author info (using my current email address, obscurified).
23035 (allout-encrypt-string, allout-encryption-produce-work-buffer)
23036 (allout-encrypted-topic-p, allout-encrypted-text-type)
23037 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
23038 (allout-situate-encryption-key-verifier)
23039 (allout-get-encryption-key-verifier, allout-verify-key)
23040 (allout-next-topic-pending-encryption)
23041 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
23042 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
23043 (outline-key-verifier-handling, outline-key-hint-handling)
23044 (outline-encrypt-unencrypted-on-saves): New defcustoms.
23045 (allout-file-key-verifier-string, allout-encryption-scheme)
23046 (allout-key-verifier-string, allout-key-hint-string)
23047 (allout-after-save-decrypt): New variables.
23048 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
23049 (allout-after-saves-handler): New hook functions.
23050 (allout-post-command-business): Do allout-after-save-decrypt.
23051 (allout-enable-file-variable-adjustment): Custom var to enable
23052 mechanism for adding and adjusting settings of Emacs file variables.
23053 (allout-adjust-file-variable, allout-file-vars-section-data):
23054 New functions, implement the mechanism.
23055 (outlineify-sticky): Use the file vars mechanism.
23056 (allout-inhibit-protection, allout-during-write-cue)
23057 (allout-override-protect, allout-before-change-protect): Remove.
23058 (allout-flag-region, allout-open-topic): Adjust read-only text.
23059 (allout-open-line-not-read-only): Add to facilitate read-only
23060 text based protection.
23061 (allout-kill-line): Revise to adjust read-only text, clue the
23062 user about the inhibition.
23063 (allout-unprotected): Use unwind-protect.
23064 (allout-shift-in, allout-shift-out): Disallow manually shifting a
23065 topic deeper than the offspring depth of the previous topic -
23066 avoiding confusing "containment discontinuities".
23067 (allout-reindent-bodies): Fix retention of body relative hanging
23068 indent during promotion of collapsed bodies.
23069 (allout-open-topic): Make it easy to open new topic with same
23070 bullet as current topic - topic creation functions provided with
23071 any universal argument provokes now prompt for bullet, defaulting
23072 to the bullet of the previous topic.
23073 (allout-plain-bullets-string, allout-distinctive-bullets-string):
23074 Plain bullet alternates `.' period and `,' comma only. All other
23075 bullets are relegated to special status (but customizable).
23076 (allout-end-of-entry): Rename from allout-end-of-current-entry
23077 since it actually operates w.r.t. most immediately containing
23078 entry, visible or not.
23079 (allout-hide-current-entry, allout-show-current-entry): Use the
23080 revised version.
23081 (allout-old-expose-topic): Solidify deprecation.
23082 (allout-end-of-subtree): Add so we can span concealed as well
23083 as visible topics.
23084 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
23085 (allout-end-of-current-heading): Tweak to just respect the first line.
23086 (allout-get-body-text): Add.
23087 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
23088 when invoked interactively.
23089 (allout-up-current-level): Use `interactive-p'.
23090 (allout-mode, allout-init): Miscellaneous docstring and
23091 operational refinements, as well as hookups of new encryption stuff.
23092 (allout-beginning-of-current-entry): Now works as advertised.
23093 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
23094 (allout-isearch-rectification): Refine condition for isearching.
23095 (allout-isearch-abort, allout-enwrap-isearch)
23096 (allout-flag-region, my-region-active-p): Relocate some macros.
23097 (allout-title): Fallback title is (buffer-name), not
23098 non-existing (current-buffer-name).
23099 (subst-char-in-string): Define if absent (for some XEmacs versions).
23100
23101 2005-10-20 Jari Aalto <jari.aalto@cante.net>
23102
23103 * mail/sendmail.el (mail-setup-hook, mail-aliases)
23104 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
23105 (mail-citation-prefix-regexp, mail-signature-file)
23106 (mail-default-headers, mail-bury-selects-summary)
23107 (mail-send-nonascii): Add autoload cookies.
23108
23109 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23110
23111 * frame.el (blink-cursor-mode): Add `mac' to the list of
23112 window-system's that support blinking cursor.
23113
23114 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
23115
23116 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
23117
23118 2005-10-20 Eli Zaretskii <eliz@gnu.org>
23119
23120 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
23121 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
23122 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
23123
23124 2005-10-20 Kim F. Storm <storm@cua.dk>
23125
23126 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
23127 (ido-set-current-directory): Don't add / after final @.
23128 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
23129 Explicitly handle ange-ftp completion oddities.
23130 (ido-make-file-list): Don't rotate list at tramp root to avoid
23131 triggering tramp file handler for expand-file-name via get-file-buffer.
23132
23133 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
23134
23135 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
23136
23137 2005-10-19 Jay Belanger <belanger@truman.edu>
23138
23139 * calc/calc-units.el (math-standard-units): Add units, adjust
23140 symbols and update values.
23141 (math-unit-prefixes): Add more prefixes.
23142
23143 2005-10-19 Romain Francoise <romain@orebokech.com>
23144
23145 * bookmark.el (bookmark-menu-heading): New face.
23146 (bookmark-bmenu-list): Use it.
23147 Don't fiddle with `baud-rate' at top-level.
23148
23149 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
23150
23151 * image.el (create-image, find-image): Mention max-image-size in
23152 docstring.
23153
23154 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
23155
23156 * savehist.el (savehist-load): Revert to checking XEmacs.
23157
23158 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
23159 Various docstring and line-width fixups.
23160 (conf-mode): Use cond.
23161 Set font-lock-defaults. Don't set comment-use-syntax.
23162
23163 2005-10-18 David Ponce <david@dponce.com>
23164
23165 * tree-widget.el (tree-widget-button-click): New function.
23166 (tree-widget-button-keymap): Use it.
23167
23168 2005-10-18 Romain Francoise <romain@orebokech.com>
23169
23170 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
23171 (bookmark-bmenu-hide-filenames): Add follow-link property.
23172 Improve help-echo text.
23173
23174 * ffap.el (find-file-at-point): Doc fix.
23175
23176 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23177
23178 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
23179
23180 2005-10-18 Masatake YAMATO <jet@gyve.org>
23181
23182 Install to the CVS repository what I forgot to install in my
23183 2005-10-16 changes.
23184
23185 * progmodes/python.el (python-complete-symbol): Pass the common
23186 prefix substring of completion to `display-completion-list'.
23187
23188 * textmodes/org.el (org-complete): Ditto.
23189
23190 2005-10-18 Masatake YAMATO <jet@gyve.org>
23191
23192 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
23193
23194 * woman.el (WoMan-xref-man-page): New button type derived
23195 from `Man-abstract-xref-man-page'.
23196 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
23197
23198 * man.el (Man-abstract-xref-man-page): New button type.
23199 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
23200 (Man-highlight-references): Add new optional argument `xref-man-type'.
23201
23202 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
23203
23204 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
23205
23206 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
23207
23208 * cus-edit.el (Custom-move-and-invoke): Delete.
23209 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
23210
23211 * wid-edit.el (widget-move-and-invoke): New function, from
23212 Custom-move-and-invoke.
23213
23214 2005-10-17 Bill Wohler <wohler@newt.com>
23215
23216 Move all remaining images from lisp/toolbar to etc/images, move
23217 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
23218 the low resolution images in their own directory (low-color).
23219
23220 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
23221 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
23222 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
23223 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
23224 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
23225 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
23226 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
23227
23228 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
23229 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
23230 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
23231 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
23232 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
23233 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
23234 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
23235 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
23236 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
23237 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
23238 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
23239 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
23240 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
23241 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
23242 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
23243
23244 To conform with convention, replace the underscore (_) in the
23245 following image names with dash (-) or (/) as appropriate.
23246
23247 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
23248 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
23249 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
23250 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
23251 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
23252 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
23253 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
23254 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
23255 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
23256 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
23257 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
23258 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
23259 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
23260 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
23261 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
23262
23263 * info.el (info-tool-bar-map): Replace underscores in image names
23264 with dashes.
23265
23266 * makefile.w32-in (WINS): Remove toolbar.
23267
23268 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
23269
23270 * tool-bar.el: Move to lisp from toolbar. Now that
23271 toolbar is empty, it should be deleted when folks run "cvs up -P".
23272
23273 2005-10-18 Jay Belanger <belanger@truman.edu>
23274
23275 * calc/calc-store.el (calc-store-into): Get the proper variable name
23276 to display in message.
23277
23278 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
23279
23280 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
23281 expressions display in speedbar for all buffers when debugging.
23282 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
23283
23284 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
23285 (speedbar-insert-button, speedbar-make-button):
23286 Use add-text-properties.
23287 (speedbar-update-localized-contents)
23288 (speedbar-update-directory-contents)
23289 (speedbar-update-special-contents): Use dolist.
23290 (speedbar-buffer-easymenu-definition): Add a menu separator.
23291
23292 2005-10-17 Jason Rumney <jasonr@gnu.org>
23293
23294 * makefile.w32-in: Use $(lisp) consistently.
23295 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
23296 for shell specific generation of mh-autoloads.
23297
23298 2005-10-17 Richard M. Stallman <rms@gnu.org>
23299
23300 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
23301
23302 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
23303
23304 * jit-lock.el (jit-lock-fontify-now):
23305 Move jit-lock-context-unfontify-pos to avoid wasted work.
23306
23307 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
23308
23309 * net/tramp.el (tramp-completion-mode): New defvar. Used in
23310 `tramp-completion-mode' for checking if we are in completion mode.
23311 (tramp-completion-handle-file-name-all-completions): Reorder code
23312 in order to complete for file names only in case there are no
23313 method/user/host completions. This is necessary for cooperation
23314 with ido. Reported by Kim F. Storm <storm@cua.dk>.
23315
23316 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
23317
23318 * longlines.el (longlines-search-forward)
23319 (longlines-search-backward): Match any number of spaces.
23320
23321 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
23322
23323 * diff-mode.el (diff-mode): Doc fix.
23324
23325 2005-10-16 David Reitter <david.reitter@gmail.com>
23326
23327 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
23328 as default on darwin and windows systems.
23329
23330 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
23331
23332 * arc-mode.el (archive-zip-extract): Doc fix.
23333
23334 2005-10-16 Romain Francoise <romain@orebokech.com>
23335
23336 * mouse.el (mouse-1-click-follows-link): Doc fix.
23337
23338 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
23339
23340 * savehist.el: Don't require CL at runtime.
23341 (savehist-xemacs): Remove.
23342 (savehist-coding-system): Use utf-8 if present, regardless of religion.
23343 (savehist-no-conversion): Use (featurep 'xemacs).
23344 (savehist-load): Check existence of start-itimer rather than XEmacs.
23345 Use an idle timer.
23346 (savehist-process-for-saving): Replace use of CL funs `subseq' and
23347 `delete-if-not'.
23348
23349 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
23350
23351 * savehist.el: Newer version.
23352 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
23353 (savehist-last-checksum, savehist-no-conversion): New vars.
23354 (savehist-autosave, savehist-process-for-saving, savehist-printable):
23355 New functions.
23356 (savehist-load, savehist-save): Use them.
23357 (savehist-delimit): Remove.
23358
23359 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
23360
23361 * progmodes/compile.el (compilation-goto-locus): Display the
23362 compilation buffer first and the source buffer second, in case they're
23363 in overlapping frames. Don't raise the compilation frame if it was the
23364 selected window upon entry. Pass the `other-window' arg to
23365 pop-to-buffer.
23366
23367 * info.el (Info-fontify-node): Use dolist.
23368 Change add-text-properties to put-text-property.
23369
23370 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23371
23372 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
23373 bound of search.
23374
23375 2005-10-16 Masatake YAMATO <jet@gyve.org>
23376
23377 * dabbrev.el (dabbrev-completion): Pass the common
23378 prefix substring of completion to `display-completion-list'.
23379
23380 * filecache.el (file-cache-minibuffer-complete)
23381 (file-cache-complete): Ditto.
23382
23383 * tempo.el (tempo-display-completions): Ditto.
23384
23385 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
23386
23387 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
23388
23389 * eshell/em-hist.el (eshell-list-history): Ditto.
23390
23391 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
23392
23393 * mail/mailalias.el (mail-complete): Ditto.
23394
23395 * progmodes/etags.el (complete-tag): Ditto.
23396
23397 * progmodes/make-mode.el (makefile-complete): Ditto.
23398
23399 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
23400
23401 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
23402
23403 * progmodes/pascal.el (pascal-complete-word)
23404 (pascal-show-completions): Ditto.
23405
23406 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
23407
23408 * simple.el (completion-common-substring): New variable.
23409 (completion-setup-function): Use `completion-common-substring'
23410 to put faces.
23411
23412 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23413
23414 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
23415 (x-get-selection, mac-select-convert-to-string): Convert from/to
23416 UTF-16 clipboard data as in native byte order, no BOM.
23417
23418 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
23419
23420 * progmodes/gud.el (gud-tool-bar-map): Rename the images
23421 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
23422 (gud-sentinel): Use speedbar-frame to check for speedbar.
23423
23424 2005-10-15 Richard M. Stallman <rms@gnu.org>
23425
23426 * savehist.el: New file.
23427
23428 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
23429
23430 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
23431 Fix bug in \bf fontification.
23432
23433 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
23434
23435 * pcvs.el (cvs-edit-log-files): New var.
23436 (cvs-mode-edit-log): New arg `file'.
23437 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
23438 Instead force the use of the original file and nothing else.
23439 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
23440 the cvs-minor-wrap-function is set.
23441 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
23442
23443 2005-10-14 Bill Wohler <wohler@newt.com>
23444
23445 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
23446 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
23447 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
23448 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
23449 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
23450 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
23451 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
23452 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
23453 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
23454 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
23455 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
23456 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
23457 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
23458 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
23459 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
23460
23461 * progmodes/gud.el (gud-tool-bar-map): Rename the images
23462 appropriately (for example, gud-break to gud/break).
23463
23464 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
23465
23466 * longlines.el (longlinges-search-function)
23467 (longlines-search-forward, longlines-search-backward): New functions.
23468 (longlines-mode): Set isearch-search-fun-function to
23469 longlinges-search-function.
23470
23471 * mouse.el (mouse-drag-region-1): Handle the case where a
23472 double-click event is bound to an arbitrary function.
23473
23474 2005-10-14 David Ponce <david@dponce.com>
23475
23476 * recentf.el (recentf-track-opened-file)
23477 (recentf-track-closed-file, recentf-update-menu)
23478 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
23479 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
23480 mouse-1-click-follows-link.
23481
23482 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23483
23484 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
23485 Gnome file-manager.png. Suggested by
23486 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
23487
23488 * toolbar/README: Add diropen.xpm.
23489
23490 2005-10-13 Bill Wohler <wohler@newt.com>
23491
23492 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
23493 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
23494
23495 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
23496
23497 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
23498 Don't waste the byte-compiler's time on constant data.
23499
23500 2005-10-13 Kenichi Handa <handa@m17n.org>
23501
23502 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
23503 byte with `escape-glyph' face.
23504
23505 * international/fontset.el (ccl-encode-unicode-font):
23506 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
23507 Handle the case that ucs-mule-to-mule-unicode translates a character to
23508 ASCII (usually for IPA characters).
23509
23510 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
23511
23512 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
23513 Don't hide the underline of titles if font-lock-mode is disabled.
23514
23515 2005-10-12 Bill Wohler <wohler@newt.com>
23516
23517 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
23518 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
23519 files in MH-E-SRC have been updated.
23520 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
23521
23522 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
23523
23524 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
23525 (mixal-mode-syntax-table): Add \n as end-comment.
23526 (mixal-operation-codes-alist): Immediately initialize to full value.
23527 (mixal-add-operation-code): Remove.
23528 (mixal-describe-operation-code): Make the arg non-optional.
23529 Use the interactive spec instead.
23530 Use mixal-operation-codes-alist rather than mixal-operation-codes.
23531 (mixal-font-lock-keywords): Don't highlight comments here any more.
23532 (mixal-font-lock-syntactic-keywords): New var.
23533 (mixal-mode): Use it. Fix comment-start-skip.
23534
23535 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23536
23537 * startup.el (command-line-x-option-alist): -nb => -nbi.
23538
23539 2005-10-12 Kim F. Storm <storm@cua.dk>
23540
23541 * startup.el (fancy-splash-default-action): Discard mouse click in
23542 the splash screen window, as it has no sensible meaning in the
23543 next window to be selected. Fixes error reported by Jan D.
23544
23545 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
23546
23547 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
23548
23549 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
23550
23551 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
23552 Try to fix up minor layout issues like indentation, line break, etc...
23553 (mixal-mode-syntax-table): Don't try to specify comment syntax,
23554 because it doesn't work.
23555 (mixal-operation-codes): Add some more codes.
23556 (mixal-font-lock-keywords): Process comments here.
23557 (mixal-mode): mixasm no longer needs -g option.
23558
23559 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
23560
23561 * progmodes/sh-script.el (sh-tmp-file):
23562 Use mktemp -t. Finish support for es and rc shells.
23563
23564 2005-10-11 Jay Belanger <belanger@truman.edu>
23565
23566 * calc/calcalg2.el (calc-integral): With an argument, compute the
23567 definite integral.
23568
23569 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
23570
23571 * mouse.el (mouse-drag-region-1): Don't try to catch a
23572 double-click when doing follow-link (it's overridden anyway).
23573
23574 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
23575
23576 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
23577 (autoload-print-form-outbuf): Add docstring.
23578
23579 2005-10-11 Juri Linkov <juri@jurta.org>
23580
23581 * info.el (Info-mode-menu): Delete menu item "Edit".
23582 (Info-mode): Delete description of Info-edit from docstring,
23583 and rearrange descriptions of Info commands in the order
23584 they are documented in the Info manual.
23585
23586 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
23587
23588 * calendar/appt.el (appt-check): Use diary-selective-display var.
23589
23590 2005-10-10 Richard M. Stallman <rms@gnu.org>
23591
23592 * net/newsticker.el (newsticker-start, newsticker-show-news):
23593 Add autoload cookies.
23594
23595 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
23596
23597 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
23598
23599 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
23600
23601 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
23602
23603 2005-10-10 Jay Belanger <belanger@truman.edu>
23604
23605 * calc/calc-arith.el (math-check-known-scalarp)
23606 (math-check-known-matrixp): Check the values of arguments that are
23607 variables.
23608 (math-check-known-square-matrixp): New function.
23609 (math-known-square-matrixp): Use math-check-known-square-matrixp.
23610 (math-super-types): Add sqmatrix type.
23611
23612 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
23613 mode name `square' to `sqmatrix'.
23614
23615 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
23616 mode name `square' to `sqmatrix'.
23617
23618 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
23619
23620 * progmodes/etags.el (select-tags-table-mode): Don't use
23621 selective-display.
23622 (tags-select-tags-table): Pass `button' to the action function.
23623 (select-tags-table): Place the side-info on button properties rather
23624 than in hidden text. Abbreviate file names.
23625 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
23626 (select-tags-table-select): Add `button' argument.
23627 Get side-info from the button property rather than from hidden text.
23628
23629 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
23630
23631 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
23632 (gud-speedbar-buttons): Preserve point if possible.
23633 (gud-sentinel): Restore previous speedbar display type.
23634
23635 * progmodes/gdb-ui.el (gdba): Improve diagram.
23636 (def-gdb-auto-update-handler, gdb-info-locals-handler)
23637 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
23638 Call get-buffer-window once.
23639
23640 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
23641
23642 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
23643 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
23644 (pascal-indent-command): Remove unused var `ind'.
23645 (pascal-indent-case): Remove unused var `oldpos'.
23646 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
23647 since it's now used as a proper minor mode map.
23648 (pascal-outline): Rename to pascal-outline-mode.
23649 (pascal-outline-mode): Use define-minor-mode.
23650 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
23651 selective-display.
23652
23653 2005-10-10 Andreas Schwab <schwab@suse.de>
23654
23655 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
23656 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
23657
23658 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
23659 outside source directory.
23660
23661 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
23662
23663 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
23664 C-x' as a prefix.
23665 (orgtbl-mode-map): Full keymap instead of sparse, because all
23666 `self-insert-command' keys are redefined in this map.
23667 (org-export-as-html): Specify charset for HTML file, by taking it
23668 from the coding system.
23669
23670 2005-10-10 Kenichi Handa <handa@m17n.org>
23671
23672 * textmodes/flyspell.el (flyspell-check-word-p):
23673 If unread-command-events is non-empty, don't call sit-for.
23674
23675 2005-10-09 Richard M. Stallman <rms@gnu.org>
23676
23677 * font-lock.el (font-lock-syntactic-keywords)
23678 (font-lock-keywords): Doc fixes.
23679
23680 * textmodes/flyspell.el (flyspell-external-point-words):
23681 Simplify logic, and don't try to check for consecutive appearances
23682 of one incorrect word.
23683
23684 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
23685
23686 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
23687 separator.
23688
23689 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
23690 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
23691 (gud-expansion-speedbar-buttons): New function.
23692 (gud-speedbar-buttons): Check for gud-comint-buffer.
23693
23694 2005-10-09 Bill Wohler <wohler@newt.com>
23695
23696 * Makefile.in (updates): Add mh-loaddefs dependency.
23697
23698 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
23699
23700 * speedbar.el (speedbar-file-key-map): Fix typo.
23701
23702 2005-10-09 Daniel Brockman <daniel@brockman.se>
23703
23704 * cus-start.el (line-spacing): Add custom spec.
23705
23706 2005-10-09 Romain Francoise <romain@orebokech.com>
23707
23708 * textmodes/ispell.el (ispell-check-version): Fix last change.
23709
23710 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23711
23712 * term/x-win.el: Remove -i, --icon-type from comment.
23713
23714 * startup.el (command-line-x-option-alist): Remove options -i,
23715 -itype, --icon-type, added -nb, --no-bitmap-icon.
23716
23717 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
23718
23719 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
23720 instead of :active.
23721
23722 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
23723
23724 * textmodes/ispell.el (ispell-check-version):
23725 Ignore hyphen, and all that follows, in aspell's version text.
23726
23727 2005-10-08 Jay Belanger <belanger@truman.edu>
23728
23729 * calc/calc-arith.el (math-known-square-matrixp): New function.
23730 (math-pow-fancy): Check for matrices before distributing exponent
23731 across products.
23732
23733 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
23734 fullscreen keypad. Suggested by Luc Teirlinck.
23735 (calc-keypad-show-input): Add space for formatting.
23736
23737 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
23738 Add square matrix option.
23739
23740 * calc/calc-poly.el (math-expand-term): Check for matrices instead
23741 of checking calc-matrix-mode when deciding how to expand.
23742
23743 * calc/calc.el (calc-set-mode-line): Add square matrix option.
23744
23745 2005-10-08 Lars Hansen <larsh@soem.dk>
23746
23747 * net/tramp.el (tramp-perl-directory-files-and-attributes):
23748 Add error handling.
23749 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
23750
23751 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
23752
23753 Sync with Tramp 2.0.51.
23754
23755 * net/tramp.el (tramp-handle-set-visited-file-modtime)
23756 (tramp-handle-insert-file-contents, tramp-handle-write-region):
23757 Insert special handling for `last-coding-system-used', again
23758 it still seems to be necessary (unlike stated before).
23759 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
23760 (tramp-password-prompt-regexp): There might be other words before
23761 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
23762 (tramp-chunksize): Improve docstring.
23763 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
23764 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
23765 Christian Joergensen <bugs@razor.dk>.
23766
23767 2005-10-07 Glenn Morris <rgm@gnu.org>
23768
23769 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
23770 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
23771 precision'.
23772
23773 2005-10-07 Romain Francoise <romain@orebokech.com>
23774
23775 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
23776 (ibuffer-do-shell-command-pipe-replace)
23777 (ibuffer-do-shell-command-file, ibuffer-do-eval)
23778 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
23779 (ibuffer-do-revert, ibuffer-do-replace-regexp)
23780 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
23781 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
23782 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
23783 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
23784 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
23785 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
23786 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
23787 Autoload file sans suffix.
23788
23789 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
23790
23791 2005-10-07 David Ponce <david@dponce.com>
23792
23793 * recentf.el (recentf-menu-open-all-flag): New option.
23794 (recentf-digit-shortcut-command-name): New function.
23795 (recentf--shortcuts-keymap): New variable.
23796 (recentf-menu-shortcuts): New variable.
23797 (recentf-make-menu-items): Initialize it. Replace the "More..."
23798 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
23799 (recentf-menu-value-shortcut): New function.
23800 (recentf-make-menu-item): Use it. No more in-lined.
23801 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
23802 (recentf-open-most-recent-file): Rename from
23803 `recentf-open-file-with-key'. Don't depend on key binding.
23804 (recentf-mode-map): New variable.
23805 (recentf-mode): Use it.
23806
23807 2005-10-06 Bill Wohler <wohler@newt.com>
23808
23809 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
23810
23811 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
23812 (MH-E-SRC): New. Used by mh-autoloads.
23813 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
23814 files in MH-E-SRC have been updated.
23815 (compile, recompile, bootstrap): Depend on mh-autoloads.
23816
23817 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
23818
23819 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
23820 gud-break and gud-remove icons when the fringe is not available.
23821
23822 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
23823 Typo.
23824
23825 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
23826
23827 * play/zone.el (zone): Wrap body with save-window-excursion.
23828
23829 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
23830
23831 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
23832 Use the new `list-only' arg to diary-list-entries.
23833
23834 * calendar/diary-lib.el: Use overlays rather than selective-display.
23835 (diary-selective-display): New var.
23836 (diary-header-line-format): Use it.
23837 (diary-list-entries): Add argument `list-only'.
23838 Put the buffer in diary-mode. Don't add \^M at beg and end.
23839 Replace \^M by invisible overlays.
23840 (diary-unhide-everything): Replace \^M by invisible overlays.
23841 (print-diary-entries): Look for overlays rather than \^M.
23842 Add a space to the temp buffer name.
23843 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
23844 Put the buffer in diary-mode.
23845 (list-sexp-diary-entries): Replace \^M by invisible overlays.
23846 (diary-anniversary): Make the year arg optional.
23847 (diary-time-regexp): New const.
23848 (diary-font-lock-keywords): Use it to accept a few more time formats.
23849
23850 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
23851
23852 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
23853
23854 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
23855 Fix bug introduced 2005-07-03: Use (car (last ...))
23856 to faithfully reproduce replaced artist-last.
23857 (artist-set-arrow-points-for-poly): Likewise.
23858 Suggested by Johan Bockg\e,Ae\e(Brd.
23859
23860 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
23861
23862 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
23863 * wid-edit.el (widget):
23864 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
23865 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
23866
23867 2005-10-06 Kenichi Handa <handa@m17n.org>
23868
23869 * international/mule-cmds.el (set-language-environment):
23870 Fix setting up of case-table for unibyte mode.
23871
23872 * simple.el (what-cursor-position): If the character is displayed
23873 by some `display' text property, show that. Don't use
23874 single-key-description for eight-bit characters in multibyte mode.
23875
23876 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
23877
23878 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
23879 (gdb-ann3): Set it.
23880 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
23881 (gdb-info-frames-custom): Use inverse-video for first five
23882 characters of selected frame only.
23883 (gdb-get-frame-number): Select frame even when point is on frame
23884 number.
23885
23886 2005-10-06 Masatake YAMATO <jet@gyve.org>
23887
23888 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
23889 Put `font-lock-function-name-face'.
23890 (gdb-info-frames-custom): Put `font-lock-function-name-face'
23891 and `font-lock-variable-name-face'
23892 (gdb-registers-font-lock-keywords): New font lock keywords definition.
23893 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
23894 (gdb-memory-font-lock-keywords): New font lock keywords definition.
23895 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
23896 (gdb-local-font-lock-keywords): New font lock keywords definition.
23897 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
23898 (gdb-threads-font-lock-keywords): New font lock keywords definition.
23899 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
23900
23901 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
23902
23903 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
23904 (ediff-merge-region-is-non-clash-to-skip): Previously called
23905 ediff-merge-region-is-non-clash.
23906
23907 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
23908 Use insert-buffer-substring.
23909
23910 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
23911 selecting files to patch. Also bug fixes.
23912
23913 * ediff-util.el (ediff-setup): Bug fix.
23914 (ediff-next-difference): Never skip clashes that differ in white
23915 space only.
23916
23917 * ediff-wind.el (ediff-setup-control-frame)
23918 (ediff-destroy-control-frame): Check the menubar feature.
23919
23920 * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
23921 (viper-refresh-mode-line): Use make-local-variable to localize
23922 some vars instead of make-variable-buffer-local. Suggested by
23923 Stefan Monnier.
23924
23925 * emulation/viper-init.el (viper-make-variable-buffer-local):
23926 Delete alias.
23927 (viper-restore-cursor-type, viper-set-insert-cursor-type):
23928 Use make-local-variable instead of make-variable-buffer-local.
23929 Suggested by Stefan Monnier.
23930
23931 * emulation/viper.el (viper-mode): Don't use
23932 viper-make-variable-buffer-local.
23933 (viper-comint-mode-hook): Use make-local-variable on
23934 require-final-newline.
23935 (viper-non-hook-settings): Don't use make-variable-buffer-local.
23936
23937 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
23938
23939 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
23940 also the second char of a comment-start sequence.
23941 (scheme-sexp-comment-syntax-table): New var.
23942 (lambda, define): Set their scheme-doc-string-elt property.
23943 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
23944 Use lisp-font-lock-syntactic-face-function now that it properly
23945 handles |...| symbols.
23946 (scheme-mode-variables): Set lisp-doc-string-elt-property,
23947 parse-sexp-lookup-properties and font-lock-extra-managed-props.
23948
23949 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
23950 bit from # to |.
23951 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
23952
23953 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
23954 (lisp-doc-string-elt-property): New var.
23955 (lisp-font-lock-syntactic-face-function): Use it.
23956 Rewrite to recognize docstrings even for forms not at toplevel.
23957
23958 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
23959 annotation on the | part of #| rather than on the # part.
23960 (scheme-font-lock-syntactic-face-function): New function, to
23961 distinguish strings from |...| symbols.
23962 (scheme-mode-variables): Use it. Also fix up the font-lock-time
23963 syntax-table so that #|...|# is properly highlighted.
23964
23965 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
23966 Don't mark as docstring the 3rd elem of an unknown toplevel form.
23967
23968 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
23969
23970 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
23971 and C-e.
23972
23973 * emacs-lisp/eldoc.el: Move comments into docstrings.
23974 (eldoc-message-commands): Initialize in its declaration.
23975 Add move-beginning-of-line and move-end-of-line.
23976 (eldoc-add-command, eldoc-add-command-completions)
23977 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
23978
23979 * outline.el (outline-mark-subtree): Activate the mark.
23980
23981 * calendar/appt.el (appt-time-regexp): New var.
23982 (appt-add, appt-make-list): Use it.
23983 (appt-convert-time): Clean up.
23984
23985 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
23986 Don't set any syntax-table property here.
23987 (tex-font-lock-verb): New function. Do it here.
23988 (tex-font-lock-syntactic-keywords): Use it.
23989
23990 2005-10-04 Richard M. Stallman <rms@gnu.org>
23991
23992 * wid-edit.el (widget-file-complete): Get the widget start point
23993 the right way. Default directory to `/' if file has none.
23994
23995 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
23996
23997 * textmodes/flyspell.el (flyspell-mode-on):
23998 Call ispell-maybe-find-aspell-dictionaries.
23999
24000 * textmodes/ispell.el (ispell-word, ispell-region):
24001 Call ispell-maybe-find-aspell-dictionaries.
24002 (ispell-accept-buffer-local-defs):
24003 Don't call ispell-maybe-find-aspell-dictionaries.
24004
24005 2005-10-04 Richard M. Stallman <rms@gnu.org>
24006
24007 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
24008
24009 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
24010
24011 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
24012 instead of `fboundp' in order to allow for anonymous functions.
24013
24014 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
24015
24016 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
24017 case the user clicks on the link while another window is selected.
24018 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
24019
24020 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
24021 functionality.
24022 (dframe-help-echo): Save point in case mouse tracking is off.
24023
24024 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
24025
24026 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
24027
24028 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
24029
24030 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
24031 not change the global value of those vars.
24032
24033 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
24034 make-local-variable which we do not need any more.
24035
24036 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
24037
24038 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
24039 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
24040 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
24041 (speedbar-path-line): Define obsolete aliases.
24042 (speedbar-line-directory): Doc fix.
24043
24044 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
24045 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
24046 instead of speedbar-line-path.
24047
24048 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24049
24050 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
24051 to nil if dropping on a window. Handle dropping on a minibuffer window
24052 like dropping on a non-window part of Emacs.
24053
24054 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
24055
24056 * net/ange-ftp.el: Use with-current-buffer.
24057 (ange-ftp-insert-directory): Do not follow symlinks any more.
24058
24059 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
24060 Remove interactive spec.
24061
24062 2005-10-03 Kim F. Storm <storm@cua.dk>
24063
24064 * ido.el (ido-mode): Use custom-initialize-set.
24065
24066 2005-10-02 Richard M. Stallman <rms@gnu.org>
24067
24068 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
24069 Use insert-buffer-substring.
24070
24071 * net/tramp.el: Pacify byte compiler warnings in pacification code.
24072 (tramp-handle-file-local-copy): Use insert-buffer-substring.
24073
24074 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
24075
24076 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
24077 in last change.
24078 (ange-ftp-insert-directory): Fix up the search for the case where
24079 `file' is absolute.
24080
24081 2005-10-02 Romain Francoise <romain@orebokech.com>
24082
24083 * progmodes/compile.el (compile-goto-error): Delete extra paren.
24084
24085 2005-10-02 Andreas Schwab <schwab@suse.de>
24086
24087 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
24088 directory component in the session info.
24089
24090 2005-10-01 Richard M. Stallman <rms@gnu.org>
24091
24092 * comint.el (comint-redirect-subvert-readonly): Doc fix.
24093
24094 * simple.el (next-error-internal): New function.
24095
24096 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
24097 (compilation-start): Pass new arg to compilation-buffer-name.
24098 (compile-goto-error): Use next-error-internal.
24099
24100 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
24101
24102 * speedbar.el: Remove RCS tag.
24103 (speedbar-check-read-only): Handle non-existent files.
24104
24105 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
24106
24107 * info.el (Info-speedbar-hierarchy-buttons)
24108 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
24109
24110 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24111
24112 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
24113 Do not match newline.
24114 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
24115 (bibtex-summary): Remove unnecessary save-excursion.
24116 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
24117
24118 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24119
24120 * term/mac-win.el: Add charset info for "iso10646-1".
24121 Modify default fontset to use ATSUI-compatible fonts for some charsets
24122 if available.
24123
24124 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
24125
24126 * speedbar.el: Re-apply arch tag.
24127 (speedbar-version): Rename to version 1.0. Suggested by Eric
24128 M. Ludlam.
24129 Reapply two changes from Emacs CVS' version of speedbar lost
24130 during the merge:
24131 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
24132 (speedbar-frame-parameters): Improve customize type.
24133
24134 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
24135
24136 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
24137 (ange-ftp-file-directory-p): Fix the symlink case.
24138 (ange-ftp-insert-directory): When listing a single file, get a list of
24139 the parent buffer and extract the relevant line. Inspired from a patch
24140 by Katsumi Yamaoka <yamaoka@jpl.org>.
24141 (ange-ftp-file-name-sans-versions): Simplify.
24142
24143 2005-09-30 Bill Wohler <wohler@newt.com>
24144
24145 Move MH-E image files from toolbar and mail directories into
24146 etc/images.
24147
24148 * mail/reply2.*: Move to etc/images/mail/reply*.
24149
24150 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
24151 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
24152 etc/images.
24153
24154 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
24155 * toolbar/reply*: Move to etc/images/mail.
24156
24157 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
24158
24159 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
24160
24161 * speedbar.el: New version 1.0pre3.
24162
24163 Frame management code (including timer, and mouse click specifics)
24164 moved to dframe.el:
24165 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
24166 (speedbar-timer): Removed. Use dframe-timer.
24167 (speedbar-close-frame): Removed. Use dframe-close-frame.
24168 (speedbar-activity-change-focus-flag): Removed. Use
24169 dframe-activity-change-focus-flag.
24170 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
24171 dframe-update-speed.
24172
24173 (speedbar-current-frame): New macro. Use this instead of the
24174 variable speedbar-frame.
24175
24176 (speedbar-use-images, speedbar-expand-image-button-alist)
24177 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
24178
24179 (speedbar-find-image-on-load-path): Removed. Replaced by
24180 defezimage in ezimage.el.
24181 (speedbar-expand-image-button-alist): Removed. Replaced by
24182 ezimage-expand-image-button-alist in ezimage.el.
24183
24184 (speedbar-ignored-directory-regexp)
24185 (speedbar-add-ignored-directory-regexp)
24186 (speedbar-ignored-directory-expressions)
24187 (speedbar-line-directory, speedbar-buffers-line-directory)
24188 (speedbar-directory-line, speedbar-buffers-line-directory):
24189 Renamed, replacing `path' with `directory'.
24190
24191 (speedbar-create-directory, speedbar-expand-line-descendants)
24192 (speedbar-toggle-line-expansion)
24193 (speedbar-contract-line-descendants): New commands.
24194
24195 (speedbar-query-confirmation-method, speedbar-select-frame-method)
24196 (speedbar-use-tool-tips-flag): New options.
24197
24198 (speedbar-check-read-only, speedbar-require-version)
24199 (speedbar-insert-separator, speedbar-buffers-tail-notes)
24200 (speedbar-handle-delete-frame, speedbar-try-completion)
24201 (speedbar-update-localized-contents): New functions.
24202
24203 (speedbar-incompatible-version, speedbar-ro-to-do-point)
24204 (speedbar-object-read-only-indicator): New variables.
24205
24206 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
24207 New hooks.
24208
24209 (speedbar-separator-face): New face.
24210
24211 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
24212 (speedbar-ignored-modes): Add fundamental-mode.
24213 (speedbar-directory-unshown-regexp): Add . directories.
24214
24215 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
24216 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
24217 `]' for full expand/close.
24218 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
24219
24220 (speedbar-check-vc): Support hidden files.
24221 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
24222 (speedbar-this-file-in-vc): Use vc-state if available. If VC
24223 state is nil, it is not checked out.
24224
24225 (speedbar-line-text, speedbar-line-token): Support expand buttons
24226 with no text.
24227 (speedbar-refresh): Universal argument acts as power-click.
24228 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
24229 that buffer to get variable values.
24230
24231 And many other bugfixes.
24232
24233 * dframe.el, ezimage.el, sb-image.el: New files.
24234
24235 * sb-*.xpm: Remove files. New image files installed into
24236 etc/images/ezimage.
24237
24238 2005-09-30 Kenichi Handa <handa@m17n.org>
24239
24240 * ps-mule.el (ps-mule-show-warning): If a character is in
24241 ps-print-translation-table, don't treat it as non-printable.
24242
24243 2005-09-30 David Ponce <david@dponce.com>
24244
24245 * tree-widget.el (tree-widget-themes-load-path): New variable.
24246 (tree-widget-themes-directory): Doc fix.
24247 (tree-widget-image-formats) [Emacs]: Doc fix.
24248 (tree-widget--locate-sub-directory): New function.
24249 (tree-widget-themes-directory): Use it.
24250
24251 * recentf.el (recentf-filename-handlers): Rename from
24252 `recentf-filename-handler'. Allow a list of functions.
24253 (recentf-menu-items-for-commands): Fix :help strings.
24254 (recentf-apply-filename-handlers): New function.
24255 (recentf-expand-file-name): Use it.
24256 (recentf-cleanup): Remove duplicates too.
24257
24258 2005-09-29 Juri Linkov <juri@jurta.org>
24259
24260 * faces.el: Rearrange face definitions to be in the same order as
24261 their face descriptions in "(emacs)Standard Faces".
24262
24263 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
24264
24265 * tooltip.el (tooltip): Add group `basic-faces'.
24266
24267 * buff-menu.el (Buffer-menu-buffer): Remove group
24268 `font-lock-highlighting-faces'.
24269
24270 * progmodes/compile.el (compilation-error, compilation-warning)
24271 (compilation-info, compilation-line-number, compilation-column-number):
24272 Change group from `font-lock-highlighting-faces' to `compilation'.
24273
24274 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
24275 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
24276 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
24277 (vhdl-font-lock-reserved-words-face)
24278 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
24279 `font-lock-highlighting-faces'.
24280
24281 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
24282
24283 2005-09-28 Kim F. Storm <storm@cua.dk>
24284
24285 * emulation/cua-base.el: Set CUA move property on additional commands:
24286 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
24287 forward-sexp, backward-sexp, forward-list, backward-list.
24288
24289 2005-09-28 Romain Francoise <romain@orebokech.com>
24290
24291 * comint.el (comint-show-output): Really set point at the
24292 beginning of the output when not using `comint-use-prompt-regexp'.
24293
24294 2005-09-27 Jay Belanger <belanger@truman.edu>
24295
24296 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
24297 in TeX mode.
24298
24299 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
24300
24301 * textmodes/org.el (org-table-sum): Fix format string.
24302
24303 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
24304 Quote face names.
24305
24306 2005-09-26 Romain Francoise <romain@orebokech.com>
24307
24308 * isearch.el (isearch-forward-regexp): Close doc string.
24309
24310 2005-09-25 Richard M. Stallman <rms@gnu.org>
24311
24312 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
24313
24314 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
24315
24316 * progmodes/compile.el (compilation-error-properties):
24317 When getting the file from the previous error message,
24318 correctly decode the new data format.
24319
24320 * progmodes/cc-cmds.el (c-electric-paren):
24321 Call old-blink-paren only for close-paren.
24322
24323 2005-09-24 Andreas Schwab <schwab@suse.de>
24324
24325 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
24326 condition.
24327
24328 2005-09-25 Romain Francoise <romain@orebokech.com>
24329
24330 * dired-aux.el (dired-copy-file-recursive):
24331 * dired.el (dired-delete-file):
24332 * ediff-mult.el (ediff-dir-diff-copy-file):
24333 * ediff-util.el (ediff-test-save-region):
24334 * forms.el (forms-mode):
24335 * ido.el (ido-file-internal, ido-delete-file-at-head):
24336 * log-edit.el (log-edit-done):
24337 * ses.el (ses-yank-resize):
24338 * play/gomoku.el (gomoku-human-plays, gomoku)
24339 (gomoku-human-resigns, gomoku-prompt-for-other-game)
24340 (gomoku-offer-a-draw):
24341 * play/landmark.el (lm-human-resigns, lm):
24342 * net/eudcb-ldap.el (eudc-ldap-check-base):
24343 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
24344 * progmodes/ebrowse.el (ebrowse-find-pattern):
24345 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
24346 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
24347 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
24348
24349 * vc.el (vc-delete-file):
24350 * play/gomoku.el (gomoku-terminate-game, gomoku)
24351 (gomoku-prompt-for-move, gomoku-human-takes-back):
24352 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
24353 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
24354
24355 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
24356
24357 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
24358 color rxvt terminals by using the code xterm.el used to use before
24359 2005-04-09 in order to match the colors used by rxvt.
24360
24361 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
24362
24363 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
24364 colors rxvt-unicode terminals by using the same code as xterm.el.
24365
24366 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
24367
24368 * textmodes/tex-mode.el (tex-font-lock-append-prop)
24369 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
24370 new symbol used for the tex-verbatim face.
24371
24372 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
24373
24374 * woman.el (woman-file-name):
24375 * wid-edit.el (widget-file-prompt-value)
24376 (widget-coding-system-prompt-value):
24377 * w32-fns.el (set-w32-system-coding-system):
24378 * vc.el (vc-version-diff, vc-annotate):
24379 * textmodes/reftex-auc.el (reftex-arg-cite)
24380 (reftex-arg-index-tag):
24381 * textmodes/refer.el (refer-get-bib-files):
24382 * textmodes/artist.el (artist-figlet-choose-font):
24383 * terminal.el (terminal-emulator):
24384 * replace.el (occur-read-primary-args):
24385 * rect.el (string-rectangle, string-insert-rectangle):
24386 * ps-print.el (ps-print-preprint):
24387 * progmodes/pascal.el (pascal-goto-defun):
24388 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
24389 * progmodes/compile.el (compilation-find-file):
24390 * printing.el (pr-interactive-n-up):
24391 * play/animate.el (animate-birthday-present):
24392 * net/rcompile.el (remote-compile):
24393 * man.el (man, Man-goto-section, Man-follow-manual-reference):
24394 * mail/rmailsum.el (rmail-summary-search-backward)
24395 (rmail-summary-search):
24396 * mail/rmailout.el (rmail-output-read-rmail-file-name)
24397 (rmail-output-read-file-name):
24398 * mail/rmail.el (rmail-search, rmail-search-backwards):
24399 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
24400 * locate.el (locate):
24401 * international/quail.el (quail-show-keyboard-layout):
24402 * international/mule.el (set-buffer-file-coding-system)
24403 (revert-buffer-with-coding-system, set-file-name-coding-system)
24404 (set-terminal-coding-system, set-keyboard-coding-system)
24405 (set-next-selection-coding-system):
24406 * international/mule-diag.el (describe-coding-system)
24407 (describe-font, describe-fontset):
24408 * international/mule-cmds.el (universal-coding-system-argument)
24409 (search-unencodable-char, describe-input-method)
24410 (set-language-environment, describe-language-environment):
24411 * international/codepage.el (codepage-setup):
24412 * international/code-pages.el (codepage-setup):
24413 * info.el (Info-search, Info-follow-reference)
24414 (Info-search-backward):
24415 * emacs-lisp/advice.el (ad-read-advised-function)
24416 (ad-read-advice-class, ad-clear-cache, ad-activate)
24417 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
24418 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
24419 (ad-read-regexp):
24420 * ediff-util.el (ediff-toggle-regexp-match):
24421 * ediff-ptch.el (ediff-prompt-for-patch-file):
24422 * dired-aux.el (dired-diff):
24423 * diff.el (diff):
24424 * cus-edit.el (custom-variable-prompt):
24425 * calendar/timeclock.el (timeclock-ask-for-project):
24426 * calc/calcalg3.el (calc-get-fit-variables):
24427 * calc/calc-store.el (calc-edit-variable)
24428 (calc-permanent-variable):
24429 * vc-mcvs.el (vc-mcvs-register):
24430 * shadowfile.el (shadow-define-literal-group):
24431 * woman.el (woman-file-name):
24432 * vc.el (vc-version-diff, vc-merge):
24433 * textmodes/reftex-index.el (reftex-index-complete-tag):
24434 * format.el (format-decode-buffer, format-decode-region):
24435 * emulation/viper-cmd.el (viper-read-string-with-history):
24436 * emacs-lisp/debug.el (cancel-debug-on-entry):
24437 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
24438 * ediff.el (ediff-merge-revisions)
24439 (ediff-merge-revisions-with-ancestor, ediff-revision):
24440 * completion.el (interactive-completion-string-reader):
24441 * calc/calc-prog.el (calc-user-define-formula):
24442 Follow convention for reading with the minibuffer.
24443
24444 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
24445
24446 * progmodes/python.el (python-describe-symbol): Add globals() and
24447 locals() to the arguments of emacs.ehelp.
24448
24449 2005-09-24 Magnus Henoch <mange@freemail.hu>
24450
24451 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
24452 New function, code extracted from ispell-valid-dictionary-list.
24453 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
24454 Call it.
24455
24456 2005-09-24 Eli Zaretskii <eliz@gnu.org>
24457
24458 * subr.el (version-regexp-alist): Extend valid syntax for version
24459 strings: allow any of the characters -,_,+ to separate the
24460 alpha/beta/rc part from the version part. Doc fix.
24461 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
24462
24463 2005-09-23 David Reitter <david.reitter@gmail.com>
24464
24465 * mail/mailclient.el: New file.
24466
24467 2005-09-23 Richard M. Stallman <rms@gnu.org>
24468
24469 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
24470 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
24471 Doc fixes.
24472
24473 * progmodes/cc-mode.el (c-font-lock-init):
24474 Specify font-lock-lines-before.
24475
24476 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
24477
24478 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
24479 whole conflict.
24480
24481 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
24482
24483 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
24484 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
24485 of `remap' feature when available. Additional key bindings for
24486 better tty support.
24487 (org-mode-restart, org-force-self-insert): New commands.
24488 (org-time-stamp-inactive): New command.
24489 (org-remap): New function.
24490 (org-table-auto-blank-field, org-level-color-stars-only): New options.
24491 (org-enable-fixed-width-editor): Move to `org-structure'
24492 customization group.
24493 (org-self-insert-command, orgtbl-self-insert-command): Modify to
24494 blank field after field motion commands.
24495
24496 2005-09-23 Kenichi Handa <handa@m17n.org>
24497
24498 * international/mule-cmds.el (set-language-environment):
24499 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
24500 have to call utf-translate-cjk-load-tables.
24501
24502 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
24503
24504 * mouse.el (mouse-move-drag-overlay): Fix last change.
24505
24506 2005-09-22 David Ponce <david@dponce.com>
24507
24508 * tree-widget.el (tree-widget-value-create): Fix previous change.
24509
24510 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
24511
24512 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
24513
24514 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
24515
24516 * mouse.el (mouse-move-drag-overlay): New function.
24517 (mouse-drag-region-1): Use it.
24518 Try to simplify a bit the state handling. Handle clicks on links
24519 inside intangible areas.
24520 (mouse-save-then-kill): Minor simplification.
24521 (mouse-secondary-overlay): Make it always non-nil instead of
24522 recreating it each time.
24523 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
24524 (mouse-kill-secondary, mouse-secondary-save-then-kill):
24525 Simplify accordingly.
24526
24527 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
24528
24529 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
24530
24531 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
24532
24533 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
24534 (ediff-file-name-sans-prefix): Treat nil as an empty string.
24535 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
24536 to patch.
24537
24538 * ediff-util.el: Use insert-buffer-substring.
24539
24540 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
24541
24542 * emulation/viper-cmd.el (viper-change-state): Don't move over the
24543 field boundaries in the minibuffer.
24544 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
24545 (viper-minibuffer-post-command-hook): New hook.
24546 (viper-line): Don't move cursor at bolp.
24547
24548 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
24549
24550 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
24551 avoid compiler warnings.
24552
24553 * emulation/viper-macs.el (ex-map): Better messages.
24554
24555 * emulation/viper-utils.el (viper-beginning-of-field): New function.
24556
24557 * emulation/viper.el: Replace make-variable-buffer-local with
24558 viper-make-variable-buffer-local everywhere, to avoid warnings.
24559
24560 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
24561
24562 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
24563 Delete unused var `old-selected-window'.
24564 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
24565 (mouse-drag-secondary): Delete unused var `start-frame'.
24566
24567 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
24568
24569 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
24570
24571 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
24572
24573 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
24574 Re-indent within 80 columns. Use inhibit-read-only.
24575
24576 2005-09-19 Romain Francoise <romain@orebokech.com>
24577
24578 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
24579
24580 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
24581
24582 * font-lock.el (font-lock-default-fontify-region): Don't add a line
24583 unconditionally, since the after-change-function already did it.
24584
24585 2005-09-19 Miles Bader <miles@gnu.org>
24586
24587 * net/newsticker.el: Get rid of CVS keyword.
24588
24589 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
24590
24591 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
24592 The prompt is formatted later.
24593
24594 2005-09-19 David Ponce <david@dponce.com>
24595
24596 * tree-widget.el (tree-widget-value-create): Save the converted
24597 tree :node widget.
24598
24599 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
24600
24601 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
24602 variable `message'.
24603
24604 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
24605
24606 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
24607 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
24608 <slawomir.nowaczyk.847@student.lu.se>.
24609
24610 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
24611
24612 * image.el (image-load-path): Use symbol `data-directory' instead
24613 of its value, for backward compatibility with packages that bind
24614 it during `find-image'. Suggested by Katsumi Yamaoka.
24615 (image-search-load-path): Handle symbols whose values are strings.
24616
24617 2005-09-18 Romain Francoise <romain@orebokech.com>
24618
24619 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
24620 with-current-buffer form in save-excursion.
24621
24622 2005-09-18 Deepak Goel <deego@gnufans.org>
24623
24624 * apropos.el (apropos-command): Fix `message' call: first arg
24625 should be a format spec. In this and all other cases that appear
24626 below and elsewhere in the source code, I made a change only when
24627 two conditions were satisfied: [1] I can think of a possibility
24628 that the arguments would cause an error, for example, the code in
24629 question relies on external variables such as filenames. [2] I
24630 was sure that the arg to `message' could not have been nil in the code.
24631
24632 * textmodes/tildify.el (tildify-region): Ditto.
24633
24634 * textmodes/reftex-index.el (reftex-index-change-entry)
24635 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
24636 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
24637 * textmodes/org.el (org-complete, org-deadline, org-schedule)
24638 (org-priority, org-table-sum):
24639 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
24640 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
24641 (flyspell-word, flyspell-display-next-corrections):
24642 * textmodes/bibtex.el (bibtex-print-help-message):
24643 * textmodes/artist.el (artist-key-set-point-poly):
24644 * term/mac-win.el (mac-services-insert-text):
24645 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
24646 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
24647 (vhdl-port-paste-testbench, vhdl-compose-new-component)
24648 (vhdl-compose-configuration):
24649 * progmodes/sh-script.el (sh-blink, sh-show-indent)
24650 (sh-set-indent, sh-learn-line-indent):
24651 * progmodes/ps-mode.el (ps-mode-target-column):
24652 * progmodes/idlwave.el (idlwave-make-tags)
24653 (idlwave-scan-library-catalogs):
24654 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
24655 * progmodes/gud.el (gud-jdb-analyze-source):
24656 * progmodes/flymake.el (flymake-log):
24657 * progmodes/ebnf2ps.el (ebnf-generate-region):
24658 * progmodes/cmacexp.el (c-macro-expansion):
24659 * progmodes/ada-xref.el (ada-treat-cmd-string):
24660 * progmodes/ada-mode.el (ada-create-case-exception-substring)
24661 (ada-justified-indent-current, ada-batch-reformat):
24662 * play/zone.el (zone):
24663 * play/landmark.el (lm-move):
24664 * play/decipher.el (decipher-show-alphabet):
24665 * net/newsticker.el (newsticker--display-jump)
24666 (newsticker--display-scroll):
24667 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
24668 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
24669 * mail/feedmail.el (feedmail-dump-message-to-queue):
24670 * eshell/esh-proc.el (eshell-remove-process-entry):
24671 * emulation/ws-mode.el (ws-last-error):
24672 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
24673 (viper-record-kbd-macro):
24674 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
24675 * emacs-lisp/lisp-mnt.el (lm-report-bug):
24676 * emacs-lisp/find-func.el (find-function-noselect):
24677 * calendar/timeclock.el (timeclock-status-string)
24678 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
24679 (timeclock-when-to-leave-string):
24680 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
24681 * calc/calc-units.el (calc-enter-units-table):
24682 * calc/calc-mode.el (calc-mode-record-mode):
24683 * woman.el (woman-mini-help):
24684 * wdired.el (wdired-change-to-wdired-mode):
24685 * vc.el (vc-retrieve-snapshot):
24686 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
24687 * startup.el (display-startup-echo-area-message):
24688 * simple.el (set-goal-column):
24689 * ses.el (ses-command-hook, ses-recalculate-cell):
24690 * server.el (server-process-filter):
24691 * printing.el (pr-interface-txt-print, pr-interface-printify)
24692 (pr-interface-ps):
24693 * pcvs.el (cvs-help):
24694 * log-edit.el (log-edit, log-edit-mode-help):
24695 * iswitchb.el (iswitchb-possible-new-buffer):
24696 * isearch.el (isearch-edit-string):
24697 * image-mode.el (image-mode, image-minor-mode):
24698 * ibuf-macs.el (define-ibuffer-filter):
24699 * hi-lock.el (hi-lock-find-patterns):
24700 * files.el (toggle-read-only):
24701 * ediff-util.el (ediff-copy-diff)
24702 (ediff-write-merge-buffer-and-maybe-kill):
24703 * echistory.el (Electric-history-undefined):
24704 * dnd.el (dnd-insert-text):
24705 * dired-aux.el (dired-query):
24706 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
24707 * bookmark.el (bookmark-bmenu-locate):
24708 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
24709 Fix `message' calls to ensure first arg is a format string.
24710 The change was made only when these two conditions were satisfied:
24711 [1] when there is a possibility that the arguments would cause an error
24712 for example, if the code in question relies on external variables
24713 such as filenames, and
24714 [2] if the arg to `message' could not have been nil in the code.
24715
24716 * pcomplete.el (pcomplete--help): Fix `message' format spec.
24717 Not having a %s would be weird, though not technically wrong.
24718
24719 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24720
24721 * term/mac-win.el (mac-add-charset-info): Doc fix.
24722
24723 2005-09-17 Romain Francoise <romain@orebokech.com>
24724
24725 * shell.el (shell-resync-dirs): Handle echoing processes more
24726 reliably. Don't insert resync command if `comint-process-echoes'
24727 is non-nil.
24728
24729 2005-09-17 Magnus Henoch <mange@freemail.hu>
24730
24731 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
24732 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
24733 aspell versions >= 0.60.
24734 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
24735 only if ispell-aspell-supports-utf8 is non-nil.
24736
24737 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
24738
24739 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
24740 buffer-local value to lisp-indent-function.
24741
24742 2005-09-17 Milan Zamazal <pdm@zamazal.org>
24743
24744 * progmodes/glasses.el (glasses-make-readable): If
24745 glasses-separator differs from underscore, put appropriate
24746 overlays over underscore characters.
24747 (glasses-convert-to-unreadable): If glasses-separator differs from
24748 underscore, try to convert glasses-separator characters to
24749 underscores.
24750
24751 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
24752
24753 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
24754 Use with-syntax-table and dolist.
24755
24756 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
24757
24758 * textmodes/reftex-auc.el:
24759 * textmodes/reftex-cite.el:
24760 * textmodes/reftex-dcr.el:
24761 * textmodes/reftex-global.el:
24762 * textmodes/reftex-parse.el:
24763 * textmodes/reftex-ref.el:
24764 * textmodes/reftex-sel.el:
24765 * textmodes/reftex-toc.el:
24766 * textmodes/reftex-vars.el:
24767 * textmodes/reftex.el: Small changes to remove compiler warnings.
24768
24769 * textmodes/reftex-index.el: Likewise.
24770 (reftex-query-index-phrase): More efficient use of markers.
24771
24772 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
24773
24774 * image.el (image-load-path): New variable.
24775 (image-search-load-path): New function.
24776 (find-image): Search for images in `image-load-path'.
24777
24778 2005-09-15 Richard M. Stallman <rms@gnu.org>
24779
24780 * follow.el: Change Maintainer field.
24781
24782 2005-09-15 David Ponce <david@dponce.com>
24783
24784 * recentf.el (recentf-save-file-modes): New option.
24785 (recentf-save-list): Use it.
24786
24787 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
24788
24789 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
24790 (mode-line-mule-info, mode-line-modified): Move bindings from
24791 mouse-3 to mouse-1.
24792
24793 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
24794
24795 * simple.el (sendmail-user-agent-compose): Revert last change.
24796
24797 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
24798
24799 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
24800 Use with-current-buffer.
24801 (ange-ftp-gwp-start): Remove unused var `gw-user'.
24802 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
24803 (ange-ftp-insert-directory): Remove unused var `short'.
24804 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
24805
24806 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
24807 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
24808
24809 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
24810 (check-calendar-holidays, diary-list-entries): Autoload.
24811 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
24812 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
24813
24814 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
24815 which mistakenly removed a call to display-buffer.
24816
24817 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
24818
24819 * obsolete/iso-insert.el: Move to obsolete/ from international/.
24820
24821 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
24822
24823 * progmodes/hideshow.el
24824 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
24825 (hs-allow-nesting): New user var.
24826 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
24827 (hs-hide-block-at-point): When nesting allowed,
24828 if there is already an overlay in place, delete it.
24829 (hs-safety-is-job-n): Delete func; remove call sites.
24830 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
24831 (hs-overlay-at): New func.
24832 (hs-already-hidden-p, hs-show-block): Use it.
24833 (hs-hide-all): Don't pre-clean if nesting allowed.
24834 (hs-show-all): Temporarily disallow
24835 nesting around call to `hs-discard-overlays'.
24836
24837 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
24838
24839 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
24840 Delete unused local var.
24841
24842 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
24843
24844 * help-fns.el (describe-categories): "?\ " -> "?\s".
24845 (help-do-arg-highlight): Recognize also ARG-n, as in
24846 `move-to-left-margin' (ARG+n is already recognized). Simplify.
24847
24848 * international/codepage.el (dos-unsupported-char-glyph):
24849 * net/newsticker.el (tool-bar-map, w3-mode-map)
24850 (w3m-minor-mode-map):
24851 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
24852 (ent-alist):
24853 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
24854
24855 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
24856
24857 * custom.el (custom-push-theme): Handle the case where a symbol is
24858 bound but face properties have not yet been assigned.
24859
24860 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
24861 Fix behavior if noerase is `t' and there is no mail buffer.
24862
24863 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
24864 if `continue' is nil, rather than signal an error.
24865
24866 2005-09-12 Richard M. Stallman <rms@gnu.org>
24867
24868 * font-lock.el (font-lock-keywords): Add autoload.
24869
24870 * help-fns.el (describe-variable): Rearrange to put source link
24871 in a predictable place.
24872
24873 * net/newsticker.el: New file.
24874
24875 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
24876
24877 * calendar/calendar.el (calendar-for-loop): Add edebug info.
24878 (calendar-basic-setup): Use the new nil arg.
24879 (number-of-diary-entries): Move to diary-lib.el.
24880
24881 * calendar/diary-lib.el: Use with-current-buffer, match-string.
24882 (diary-list-entries): Use with-syntax-table and dolist.
24883 Rename from list-diary-entries.
24884 Use number-of-diary-entries if `number' is nil.
24885 (diary, diary-view-entries): Use this new name and new nil arg value.
24886 (number-of-diary-entries): Move from calendar.el.
24887 (diary-unhide-everything): New function.
24888 (include-other-diary-files, fancy-diary-display)
24889 (diary-show-all-entries, make-diary-entry): Use it.
24890 (diary-mail-entries): Use buffer-string.
24891 (mark-diary-entries): Fix long standing paren typo.
24892 (diary-sexp-entry): Use count-lines.
24893 (make-diary-entry): Avoid `previous-line'.
24894 (diary-mode-map): New var.
24895 (diary-mode): Redraw cal after saving. Setup header-line.
24896 (fancy-diary-display-mode): Use local-set-key.
24897
24898 * startup.el (command-line): Try calling various terminal-init-foo-bar
24899 functions by stripping hyphenated suffixes from $TERM.
24900
24901 * files.el (normal-mode): Check boundness of font-lock-keywords.
24902
24903 2005-09-12 Richard M. Stallman <rms@gnu.org>
24904
24905 * progmodes/compile.el: Don't decide a file's directory
24906 until the user actually tries to go there.
24907 (compilation-next-error-function):
24908 Pass compilation-find-file the directory from the file-struct.
24909 (compilation-internal-error-properties): Separate local FILE-STRUCT
24910 from FILE. Doc the args better. Rename arg FMT to FMTS.
24911 (compilation-find-file): Arg DIR renamed to DIRECTORY.
24912 Expand it, and if nil, use default-directory.
24913 (compilation-get-file-structure): Don't mix specified directory
24914 with default directory. Put specified directory into
24915 file-struct. Don't make the file name absolute.
24916
24917 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
24918 (compile-command): Add autoload.
24919 (compilation-disable-input): Add autoload.
24920
24921 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
24922
24923 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
24924 strings of the variables it can override.
24925 (time-stamp): New (as yet undocumented) time-stamp-format escapes
24926 %Q and %q, for fully-qualified domain name and unqualified host name.
24927
24928 2005-09-11 Kim F. Storm <storm@cua.dk>
24929
24930 * emacs-lisp/authors.el (authors-aliases): Update list.
24931 (authors-fixed-entries): Update mldrag.el entry.
24932
24933 2005-09-10 Alan Mackenzie <acm@muc.de>
24934
24935 * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
24936 delimiter from the region narrowed to.
24937
24938 2005-09-10 Magnus Henoch <mange@freemail.hu>
24939
24940 * textmodes/ispell.el (ispell-check-version): Signal an error if
24941 aspell version is less than 0.60.
24942
24943 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
24944
24945 * progmodes/octave-inf.el (inferior-octave-startup):
24946 Resync current dir at the end.
24947
24948 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
24949
24950 * woman.el (woman-topic-at-point-default):
24951 Rename to woman-use-topic-at-point-default.
24952 (woman-topic-at-point): Rename to woman-use-topic-at-point.
24953 (woman-file-name): Reflect renames above. Automatically use the
24954 word at point as topic if woman-use-topic-at-point is non-nil.
24955 Otherwise offer it as default but don't insert it in the
24956 minibuffer. Also use `test-completion' instead of `assoc' as
24957 suggested by Stefan Monnier.
24958
24959 2005-09-10 Andre Spiegel <spiegel@gnu.org>
24960
24961 * vc.el (vc-directory, vc-update-change-log): Throw an error on
24962 the attempt to do it over Tramp. This is not yet supported.
24963
24964 2005-09-10 Eli Zaretskii <eliz@gnu.org>
24965
24966 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
24967 (menu-bar-non-minibuffer-window-p): New functions.
24968 ("Split Window", "Save As..."): Use them.
24969 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
24970 ("Print Buffer", "Truncate Long Lines in this Buffer"):
24971 Use menu-bar-menu-frame-live-and-visible-p.
24972 ("Save Buffer", "Insert File", "Open Directory...")
24973 ("Open File...", "Visit New File..."):
24974 Use menu-bar-non-minibuffer-window-p.
24975 (kill-this-buffer-enabled-p, dired <menu-enable>):
24976 Use menu-bar-non-minibuffer-window-p.
24977
24978 2005-09-09 Eli Zaretskii <eliz@gnu.org>
24979
24980 * cus-start.el (all): Don't complain about fringe-related
24981 built-ins if fringes are not supported. Ditto about
24982 selection-related built-ins. Fix the test for GTK-related built-ins.
24983
24984 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
24985 ("Postscript Print Buffer", "Print Region", "Save As...")
24986 ("Save", "Insert File...", "Open Directory...")
24987 ("Open File...", "Visit New File..."")
24988 ("Truncate Long Lines in this Buffer"): Don't look at
24989 menu-updating-frame if this display does not support multiple frames.
24990
24991 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24992
24993 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
24994
24995 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
24996
24997 * woman.el: Format- and whitespace-related changes.
24998
24999 2005-09-09 Eli Zaretskii <eliz@gnu.org>
25000
25001 * woman.el: Fix my email address.
25002
25003 2005-09-08 Richard M. Stallman <rms@gnu.org>
25004
25005 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
25006 (sh-mode): Locally set skeleton-pair-default-alist.
25007
25008 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
25009
25010 * progmodes/flymake.el: Require `compile' unconditionally.
25011
25012 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
25013
25014 * woman.el (woman-file-name): Provide a default, not initial input.
25015
25016 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
25017
25018 * font-lock.el (font-lock-support-mode): Doc fix.
25019
25020 * descr-text.el (describe-property-list): Handle non-symbol prop names.
25021
25022 2005-09-08 Richard M. Stallman <rms@gnu.org>
25023
25024 * simple.el (blink-matching-open): Get rid of text props from
25025 the string shown in echo area. Don't permanently set point.
25026 Some rearrangements.
25027
25028 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
25029
25030 * recentf.el (recentf-filename-handler): Add custom choice
25031 `abbreviate-file-name'.
25032
25033 * msb.el (msb--very-many-menus): Fix typo.
25034
25035 * disp-table.el (standard-display-european): Don't set
25036 enable-multibyte-characters to nil.
25037
25038 2005-09-08 David Ponce <david@dponce.com>
25039
25040 * recentf.el (recentf-show-file-shortcuts-flag): New option.
25041 (recentf-expand-file-name): Doc fix.
25042 (recentf-dialog-mode-map): Define digit shortcuts.
25043 (recentf--files-with-key): New variable.
25044 (recentf-show-digit-shortcut-filter): New function.
25045 (recentf-open-files-items): New function.
25046 (recentf-open-files): Use it.
25047 (recentf-open-file-with-key): New command.
25048
25049 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
25050
25051 * buff-menu.el (Buffer-menu-sort-by-column): New function.
25052 Suggested by Kim F. Storm.
25053 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
25054 (Buffer-menu-make-sort-button): Use global keymap.
25055
25056 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
25057
25058 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
25059 (Man-getpage-in-background-advice): Remove defadvice; it isn't
25060 necessary any longer with the remapped command.
25061 (Man-bgproc-sentinel-advice): Remove defadvice which counts
25062 formatting time only.
25063
25064 * net/tramp.el (tramp-action-password)
25065 (tramp-multi-action-password): Compile the password prompt from
25066 `method', `user' and `host'. Sometimes it isn't obvious which
25067 password to enter, for example with remote files offered by
25068 recentf.el, or with multiple steps. Suggested by Robert Marshall
25069 <robert@chezmarshall.freeserve.co.uk>.
25070
25071 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
25072
25073 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
25074 Fix regexp for when "s///" is at the beginning of line.
25075
25076 2005-09-07 Jay Belanger <belanger@truman.edu>
25077
25078 * calc/calc-poly.el (math-expand-term): Multiply out any powers
25079 when in matrix mode.
25080
25081 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
25082
25083 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
25084 non-anonymous functions.
25085
25086 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
25087
25088 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
25089 when using a header line. Otherwise, use mouse-1-click-follows-link.
25090
25091 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
25092 can't be moved; don't signal an error.
25093
25094 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
25095
25096 * cus-theme.el (custom-theme-write-faces): Save the current face
25097 spec, not the defface spec.
25098
25099 * custom.el (custom-known-themes): Clarify meaning of "standard".
25100 (custom-push-theme): Save old values in the standard theme.
25101 (disable-theme): Correct typo.
25102 (custom-face-theme-value): Deleted unused function.
25103 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
25104
25105 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
25106
25107 * progmodes/compile.el (compilation-goto-locus): Take into account
25108 iconified frames when determining whether the buffer is
25109 already visible.
25110 Don't reset window height if the window already existed.
25111
25112 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
25113
25114 * custom.el (load-theme): Rename from require-theme.
25115 Add interactive spec.
25116 (enable-theme): Rename from custom-enable-theme.
25117 Add interactive spec.
25118 (disable-theme): Rename from custom-disable-theme.
25119 Add interactive spec.
25120 (custom-make-theme-feature): Doc fix.
25121 (custom-theme-directory): Doc fix.
25122 (provide-theme): Call enable-theme.
25123
25124 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
25125
25126 * obsolete/lazy-lock.el (lazy-lock-mode):
25127 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
25128 font-lock-mode if it's off. Print a warning instead.
25129
25130 * progmodes/compile.el (compilation-start): Ignore errors if the
25131 process died before we get to send-eof.
25132
25133 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
25134 Undo last change. Enclosing the result in quotes broke things on Unix
25135 since tex-send-command passes it through shell-quote-argument.
25136 (tex-send-command): Pass `file' through convert-standard-filename
25137 when possible.
25138 (tex-uptodate-p): Handle the case where TeX hasn't put additional
25139 info in a transcript.
25140
25141 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
25142
25143 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
25144 fix compilation warning. Reorder the key definitions to group
25145 together keys emitted by the current version of xterm.
25146
25147 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
25148 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
25149 Reorder predicates to correct min-color usage.
25150
25151 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
25152
25153 * longlines.el (longlines-mode): Inhibit read-only when encoding.
25154 Kill local variables when longlines-mode is turned off.
25155
25156 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
25157
25158 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
25159
25160 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
25161
25162 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
25163
25164 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
25165 (font-lock-lines-before): Change default to being inactive.
25166 (font-lock-default-fontify-region): Obey font-lock-lines-before.
25167 (font-lock-after-change-function): Don't handle f-l-lines-before here.
25168
25169 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
25170
25171 * net/tramp.el (tramp-handle-make-auto-save-file-name):
25172 Deactivate temporarily advice if active (not needed for Emacs 22,
25173 but for backwards compatibility).
25174 (tramp-exists-file-name-handler): Rewrite. First implementation
25175 was too simple.
25176 (tramp-advice-make-auto-save-file-name):
25177 Call `tramp-handle-make-auto-save-file-name' (again, just for
25178 backwards compatibility).
25179
25180 2005-08-31 Reto Zimmermann <reto@gnu.org>
25181
25182 * progmodes/vhdl-mode.el
25183 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
25184 (vhdl-end-p): Fix indentation bug "else" after "-- when".
25185 (vhdl-set-default-project): New function (easier setting of default).
25186 (vhdl-port-copy): Handle extended identifiers for generics.
25187 (vhdl-compiler-alist): Better description for error message regexp.
25188 (vhdl-make): Query for target, use previous as default.
25189 (vhdl-port-copy): Fix port copy for port names starting with "signal".
25190 (vhdl-font-lock-keywords-2): Fix fontification for record
25191 el. assign.
25192 (vhdl-speedbar-make-subpack-line): Add package body link.
25193 (vhdl-generate-makefile-1): Not include itself as dependency.
25194 (vhdl-font-lock-init): Highlight c-preprocessor directives.
25195 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
25196 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
25197 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
25198 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
25199 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
25200 (vhdl-import-project): Add string argument for `error'.
25201 (vhdl-compose-configuration)
25202 (vhdl-compose-configuration-architecture): Add configuration
25203 declaration generation.
25204 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
25205 (vhdl-trailer-re): Add "record" keyword (better indentation).
25206 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
25207 "[^ \t-\"]+".
25208 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
25209 (vhdl-testbench-entity-file-name)
25210 (vhdl-testbench-architecture-file-name): Allow separate
25211 customization of testbench file names.
25212 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
25213 (vhdl-get-visible-signals): Allow newline within alias declaration.
25214 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
25215 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
25216 (member-ignore-case): Alias for missing function in XEmacs.
25217 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
25218 (vhdl-update-sensitivity-list): Ignore case on read signals.
25219 (vhdl-replace-string): Adjust case only for file names.
25220 (vhdl-update-sensitivity-list): Fix search for read signals.
25221 (vhdl-update-sensitivity-list): Exclude formal parameters.
25222 (vhdl-get-visible-signals): Include aliases of signals.
25223 (vhdl-get-visible-signals): Fix signal name searching.
25224 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
25225 (vhdl-fixup-whitespace-region): Fix for character
25226 literals (e.g. `:').
25227
25228 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
25229
25230 * ansi-color.el (comint-last-output-start):
25231 * bs.el (font-lock-verbose):
25232 * diff-mode.el (add-log-buffer-file-name-function):
25233 * dired-x.el (vm-folder-directory):
25234 * faces.el (help-xref-stack-item):
25235 * files.el (font-lock-keywords):
25236 * find-lisp.el (dired-buffers, dired-subdir-alist):
25237 * ido.el (cua-inhibit-cua-keys):
25238 * log-view.el (cvs-minor-wrap-function):
25239 * outline.el (font-lock-warning-face):
25240 * simple.el (compilation-current-error):
25241 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
25242 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
25243 * tooltip.el (comint-prompt-regexp):
25244 * w32-fns.el (explicit-shell-file-name):
25245 * term/mac-win.el (mac-charset-info-alist)
25246 (mac-services-selection, mac-system-script-code):
25247 * term/tty-colors.el (msdos-color-values):
25248 * term/w32-win.el (xlfd-regexp-registry-subnum):
25249 * term/x-win.el (x-keysym-table, x-selection-timeout)
25250 (x-session-id, x-session-previous-id):
25251 * textmodes/ispell.el (mail-yank-prefix):
25252 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
25253 * textmodes/org.el (calc-embedded-close-formula)
25254 (calc-embedded-open-formula)
25255 (font-lock-unfontify-region-function):
25256 * textmodes/reftex-global.el (isearch-next-buffer-function)
25257 (TeX-master):
25258 * textmodes/reftex.el (font-lock-keywords):
25259 * textmodes/tex-mode.el (font-lock-comment-face)
25260 (font-lock-doc-face):
25261 * textmodes/texinfo.el (outline-heading-alist):
25262 Add defvars.
25263
25264 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
25265 (artist-spray-chars, artist-mode-init, artist-replace-string)
25266 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
25267 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
25268 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
25269
25270 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
25271 (conf-align-assignments): "?\ " -> "?\s".
25272
25273 * textmodes/reftex-index.el (TeX-master): Add defvar.
25274 (reftex-index-phrases-marker): Move up defvar.
25275
25276 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
25277 (reftex-toc-include-labels-indicator)
25278 (reftex-toc-include-index-indicator)
25279 (reftex-toc-max-level-indicator): Move up declarations.
25280
25281 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
25282 of args to `tramp-run-real-handler', even if it's empty in this case.
25283
25284 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25285
25286 * dired.el (dired-move-to-filename-regexp): Add date format for
25287 Mac OS X 10.3 in East Asian locales.
25288
25289 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
25290
25291 * files.el (make-auto-save-file-name): Add file name handler call
25292 if applicable.
25293
25294 * net/tramp.el (tramp-file-name-handler-alist)
25295 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
25296 (tramp-handle-make-auto-save-file-name): Rename from
25297 `tramp-make-auto-save-file-name'.
25298 (tramp-exists-file-name-handler): New defun.
25299 (tramp-advice-make-auto-save-file-name): Make defadvice only when
25300 `make-auto-save-file-name' is not a magic file name operation.
25301
25302 2005-08-30 Richard M. Stallman <rms@gnu.org>
25303
25304 * files.el (risky-local-variable-p):
25305 Match `-predicates' and `-commands.
25306
25307 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
25308 (custom-save-all): Visit the file if necessary;
25309 kill the buffer if we created it.
25310 (custom-save-delete): Don't visit file or kill buffer here.
25311
25312 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
25313
25314 * textmodes/org.el (org-special-keyword): New face.
25315 (org-table-copy-down, org-table-eval-formula)
25316 (org-table-recalculate, org-init-section-numbers):
25317 Use `string-to-number' instead of `string-to-int'.
25318 (org-get-location): Use `insert-buffer-substring' instead of
25319 `insert-buffer'.
25320 (org-modify-diary-entry-string): New function.
25321 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
25322 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
25323 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
25324 active region.
25325 (org-export-as-html): Handle QUOTE keyword.
25326 (org-quote-string): New option.
25327 (org-bookmark-jump-unhide): New function, used for
25328 `bookmark-after-jump-hook'.
25329 (org-diary-default-entry): Apply only when not called through
25330 `org-agenda'.
25331
25332 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
25333
25334 * net/eudc.el (mode-popup-menu):
25335 * play/handwrite.el (ps-printer-name, ps-lpr-command):
25336 * progmodes/ada-mode.el (compile-auto-highlight)
25337 (skeleton-further-elements):
25338 * progmodes/autoconf.el (font-lock-syntactic-keywords):
25339 * progmodes/cmacexp.el (msdos-shells):
25340 * progmodes/compile.el (font-lock-extra-managed-props)
25341 (font-lock-keywords, font-lock-maximum-size)
25342 (font-lock-support-mode):
25343 * progmodes/grep.el (font-lock-lines-before):
25344 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
25345 * progmodes/mixal-mode.el (compile-command):
25346 * progmodes/perl-mode.el (font-lock-comment-face)
25347 (font-lock-doc-face, font-lock-string-face):
25348 * progmodes/prolog.el (comint-prompt-regexp):
25349 * progmodes/sh-script.el (font-lock-comment-face)
25350 (font-lock-set-defaults, font-lock-string-face):
25351 * progmodes/sql.el (font-lock-keyword-face)
25352 (font-lock-set-defaults, font-lock-string-face):
25353 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
25354 (itimer-version, lazy-lock-defer-contextually)
25355 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
25356 Add defvars.
25357
25358 * progmodes/cperl-mode.el (cperl-electric-lbrace)
25359 (cperl-electric-keyword, cperl-electric-pod)
25360 (cperl-electric-backspace, cperl-forward-re)
25361 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
25362 (vc-rcs-header, vc-sccs-header): Add defvars.
25363
25364 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
25365 (font-lock-syntactic-keywords, gud-find-expr-function):
25366 Add defvars.
25367
25368 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
25369 (gdb-frame-parameters): Declare before use.
25370
25371 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
25372 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
25373 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
25374 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
25375
25376 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
25377 (idlwave-help-with-source): Use `insert-buffer-substring', not
25378 `insert-buffer'.
25379
25380 2005-08-29 Juri Linkov <juri@jurta.org>
25381
25382 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
25383 Put outline-back-to-heading function call inside save-excursion.
25384
25385 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
25386
25387 * man.el (Man-init-defvars, Man-translate-references)
25388 (Man-support-local-filenames, Man-highlight-references):
25389 * progmodes/sql.el (sql-interactive-mode):
25390 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
25391
25392 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
25393 (compilation-mode-font-lock-keywords): Add defvars.
25394 (checkdoc-interactive-loop): "?\ " -> "?\s".
25395
25396 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
25397 (font-lock-doc-face, font-lock-string-face)
25398 (font-lock-keywords-case-fold-search): Add defvars.
25399 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
25400
25401 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
25402 Don't pass X and Y (they are ignored anyway).
25403 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
25404 (mouse-delete-window): Make arguments optional.
25405
25406 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
25407 (caesar-translate-table, minor-modes, news-buffer-save)
25408 (news-group-name, news-minor-modes): Add defvars.
25409
25410 * emacs-lisp/lselect.el (mouse-highlight-priority)
25411 (x-lost-selection-functions, zmacs-regions):
25412 * emacs-lisp/pp.el (font-lock-verbose):
25413 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
25414 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
25415 (ses-mode-map):
25416 * emacs-lisp/tcover-unsafep.el (safe-functions):
25417 * international/mule-cmds.el (mac-system-coding-system)
25418 (mac-system-locale):
25419 * language/ethio-util.el (rmail-current-message)
25420 (rmail-message-vector):
25421 * language/thai-util.el (thai-auto-composition-mode):
25422 * mail/metamail.el (rmail-current-message, rmail-message-vector):
25423 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
25424 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
25425 (vm-primary-inbox, vm-spool-files):
25426 * mail/rmail.el (deleted-head, font-lock-fontified)
25427 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
25428 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
25429 (total-messages):
25430 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
25431 (rmail-summary-mode-map):
25432 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
25433 (rmail-last-label, rmail-last-multi-labels)
25434 (rmail-summary-vector, rmail-total-messages):
25435 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
25436 * mail/rmailsum.el (msgnum):
25437 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
25438 (rmail-current-message):
25439 * obsolete/fast-lock.el (font-lock-face-list):
25440 * obsolete/rnewspost.el (mail-reply-buffer):
25441 * obsolete/scribe.el (compile-command):
25442 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
25443
25444 2005-08-28 John Paul Wallington <jpw@gnu.org>
25445
25446 * ibuf-ext.el (ibuffer-auto-update-changed):
25447 Use `frame-or-buffer-changed-p' to check whether we need to update.
25448 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
25449 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
25450 as a `frame-or-buffer-changed-p' state vector instead.
25451
25452 2005-08-27 Romain Francoise <romain@orebokech.com>
25453
25454 * textmodes/makeinfo.el (makeinfo-compile):
25455 Use `compilation-start'. Set `next-error-function' according to
25456 `disable-errors'.
25457 (makeinfo-next-error): New function.
25458 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
25459 (makeinfo-buffer): Likewise.
25460
25461 * progmodes/compile.el (compilation-start): Add autoload cookie.
25462
25463 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
25464 * textmodes/sgml-mode.el: Likewise.
25465 * progmodes/python.el: Likewise.
25466
25467 2005-08-27 Eli Zaretskii <eliz@gnu.org>
25468
25469 * simple.el (blink-matching-paren-distance): Document the meaning
25470 of nil value, and allow to customize to nil.
25471
25472 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
25473 command.com, not command.exe.
25474
25475 2005-08-26 John Wiegley <johnw@newartisans.com>
25476
25477 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
25478 code around a bit so that an extraneous nil argument is not added
25479 to a command when no args are given.
25480
25481 * eshell/esh-arg.el (eshell-parse-double-quote): If a
25482 double-quoted argument resolves to nil, return it as an empty
25483 string rather than as nil. This made it impossible to pass "" to
25484 a shell script as a null string argument.
25485
25486 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
25487
25488 * outline.el (outline-invent-heading): New fun.
25489 (outline-promote, outline-demote): Use it.
25490 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
25491 (outline-end-of-subtree): Remove unused var `opoint'.
25492
25493 2005-08-26 David Reitter <david.reitter@gmail.com>
25494
25495 * menu-bar.el (truncate-lines, write-file, print-buffer)
25496 (ps-print-buffer-faces, ps-print-buffer, split-window):
25497 Disable menu items when the frame they refer to is invisible, or when
25498 they refer to a buffer and the minibuffer is selected.
25499
25500 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
25501
25502 * progmodes/flymake.el (flymake-highlight-err-lines):
25503 Use save-excursion around flymake-highlight-line to preserve point.
25504
25505 2005-08-26 Eli Zaretskii <eliz@gnu.org>
25506
25507 * progmodes/octave-mod.el: Change Author and Maintainer address.
25508 (octave-maintainer-address): Change Kurt's email address.
25509 * progmodes/octave-inf.el: Change Author and Maintainer address.
25510 * progmodes/octave-hlp.el: Change Author and Maintainer address.
25511
25512 2005-08-26 Kim F. Storm <storm@cua.dk>
25513
25514 * subr.el (version-list-<, version-list-<=, version-list-=):
25515 Rename from integer-list-*.
25516 (version-list-not-zero): Likewise. Fix while loop.
25517 (version=): Use version-list-= instead of string-equal.
25518
25519 2005-08-26 Richard M. Stallman <rms@gnu.org>
25520
25521 * outline.el (outline-promote): Try shortening the heading.
25522 As last resort, read the heading to use.
25523 (outline-demote): As last resort, read the heading to use.
25524
25525 2005-08-26 Romain Francoise <romain@orebokech.com>
25526
25527 * progmodes/compile.el (compilation-start): Doc fix.
25528
25529 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
25530 (antlr-font-lock-additional-keywords): Fix reference to
25531 `antlr-font-lock-literal-regexp' erroneously changed during the
25532 mass face rename.
25533 (antlr-run-tool): Use `compilation-start'.
25534
25535 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
25536 instead of the obsolete `compile-internal'.
25537
25538 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
25539
25540 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
25541 (number, original-date):
25542 * calendar/cal-china.el (date):
25543 * calendar/cal-coptic.el (date):
25544 * calendar/cal-french.el (date):
25545 * calendar/cal-hebrew.el (date, entry, number, original-date):
25546 * calendar/cal-islam.el (date, number, original-date):
25547 * calendar/cal-iso.el (date):
25548 * calendar/cal-julian.el (date):
25549 * calendar/cal-mayan.el (date):
25550 * calendar/cal-menu.el (date, event):
25551 * calendar/cal-persia.el (date):
25552 * calendar/lunar.el (date):
25553 * calendar/solar.el (date): Add defvars.
25554
25555 * emerge.el:
25556 * ibuffer.el:
25557 * info-xref.el:
25558 * obsolete/bg-mouse.el:
25559 * obsolete/sun-curs.el:
25560 * obsolete/swedish.el: Move the `defvar's to the top level.
25561
25562 * smerge-mode.el (smerge-refined-change): Add :group.
25563
25564 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
25565
25566 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
25567 (smerge-keep-n): Remove props.
25568 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
25569 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
25570 now that it's done in smerge-keep-n.
25571 (smerge-refined-change): New face.
25572 (smerge-refine-chopup-region, smerge-refine-highlight-change)
25573 (smerge-refine): New funs.
25574 (smerge-basic-map): Bind smerge-refine.
25575
25576 2005-08-25 Juri Linkov <juri@jurta.org>
25577
25578 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
25579 compilation-process-setup-function and compilation-disable-input
25580 in grep-mode instead of let-bindings in grep.
25581
25582 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
25583 Delete "Automatic File De/compression" (auto-compression-mode).
25584
25585 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
25586
25587 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
25588 Silence warning about non-existent variable.
25589
25590 2005-08-25 Richard M. Stallman <rms@gnu.org>
25591
25592 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
25593 Rename "Describe Key" to "Describe Key or Mouse Operation".
25594
25595 * mail/mailalias.el (build-mail-aliases): Delete comments
25596 from the contents before processing them.
25597
25598 * isearch.el (isearch-edit-string): Erase the Search prompt
25599 if user enters an empty string and there is no default.
25600
25601 * comint.el (comint-file-name-prefix): Add autoload.
25602
25603 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
25604
25605 * subr.el (play-sound): Rearrange to avoid warning.
25606
25607 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
25608
25609 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
25610 New hook.
25611 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
25612
25613 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
25614
25615 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
25616
25617 * custom.el (custom-theme-set-variables): Sort minor modes last.
25618
25619 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25620
25621 * subr.el (version-separator, version-regexp-alist): New vars used by
25622 version comparison funs.
25623 (integer-list-<, integer-list-=, integer-list-<=)
25624 (integer-list-not-zero): New funs for integer list comparison.
25625 (version-to-list, version=, version<, version<=): New funs for version
25626 comparison.
25627
25628 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
25629
25630 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
25631 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
25632 time to silence the byte-compiler.
25633
25634 * ibuffer.el (ibuffer-compile-make-eliding-form)
25635 (ibuffer-check-formats): Use `with-no-warnings' to hide references
25636 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
25637 so it's silly to get warnings for it).
25638 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
25639 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
25640 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
25641 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
25642 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
25643 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
25644 Defvar at compile time.
25645 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
25646 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
25647 Declare them before use.
25648
25649 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
25650 (info-xref-good, info-xref-bad): Defvar at compile time.
25651
25652 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
25653 Use `let*' instead of `let'.
25654
25655 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
25656 (*mouse-y*, menu, char): Defvar at compile time.
25657 (sc::menu): Declare it before use.
25658 (sc::pack-one-line): Use `let', not `let*'.
25659
25660 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
25661 (mail-send-hook): Defvar at compile time.
25662
25663 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
25664 Defvar at compile time.
25665
25666 * term/sun-mouse.el (current-global-mousemap)
25667 (current-local-mousemap): Declare them before use.
25668
25669 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
25670
25671 * bookmark.el (bookmark-after-jump-hook): New hook.
25672 (bookmark-jump): Run `bookmark-after-jump-hook'.
25673
25674 2005-08-23 Juri Linkov <juri@jurta.org>
25675
25676 * faces.el (minibuffer-prompt): Doc fix.
25677
25678 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
25679
25680 * progmodes/xscheme.el: Trivial changes to silence warnings.
25681 (xscheme-previous-mode, xscheme-previous-process-state):
25682 Add defvars.
25683 (xscheme-last-input-end, xscheme-process-command-line)
25684 (xscheme-process-name, xscheme-buffer-name)
25685 (xscheme-expressions-ring-max, xscheme-expressions-ring)
25686 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
25687 (xscheme-control-g-synchronization-p)
25688 (xscheme-control-g-disabled-p, xscheme-string-receiver)
25689 (default-xscheme-runlight, xscheme-runlight)
25690 (xscheme-runlight-string, xscheme-process-filter-state)
25691 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
25692 Move to beginning of file.
25693 (scheme-interaction-mode-commands-alist)
25694 (scheme-interaction-mode-map, scheme-debugger-mode-map):
25695 Declare them before use. Note: the initialization code for the
25696 variables has not been moved because it uses functions that reference
25697 the variables.
25698 (xscheme-control-g-message-string, xscheme-process-filter-alist)
25699 (xscheme-prompt-for-expression-map): Declare them before use.
25700 (scheme-debugger-mode-commands): "?\ " -> "?\s".
25701
25702 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
25703
25704 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
25705
25706 2005-08-22 Juri Linkov <juri@jurta.org>
25707
25708 * faces.el (set-face-underline): Delete this duplicate function
25709 and make an obsolete alias to set-face-underline-p.
25710 (set-face-underline-p): Use docstring of set-face-underline.
25711 (describe-face): Create hyperlink to parent face.
25712
25713 * info.el (Info-insert-dir): Use save-excursion around
25714 insert-buffer-substring.
25715 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
25716 (Info-escape-percent): Delete function.
25717 (Info-fontify-node): Replace Info-escape-percent by
25718 replace-regexp-in-string with REP arg set to lambda that
25719 duplicates `%' and preserves text properties.
25720
25721 * progmodes/compile.el (compilation-disable-input): Doc fix.
25722 (define-compilation-mode): Doc fix and refill.
25723 (kill-compilation): Use `mode-name' in the error message.
25724 (compilation-find-file): Use `compilation-error' in the
25725 read-file-name's prompt.
25726
25727 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
25728
25729 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
25730 (smerge-auto-leave): Make undo re-enable the mode.
25731 (debug-ignored-errors): Add the user-error of impossible resolution.
25732 (smerge-resolve): Move things around a bit, in preparation for later.
25733 (smerge-diff): Don't fail if the buffer has no associated file.
25734 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
25735 (smerge-conflict-overlay): New function.
25736 (smerge-match-conflict): Don't add text properties here.
25737 (smerge-find-conflict): Instead, add an overlay here.
25738 Also check for the case where we're inside a conflict already, so as to
25739 obviate the need for font-lock-multiline, which is unbearably slow with
25740 large conflicts and ciomplex font-lock patterns.
25741 (smerge-remove-props): Remove overlay rather than text-properties.
25742 (smerge-mode): Don't set font-lock-multiline.
25743 Remove overlays when turned off.
25744
25745 2005-08-21 Kim F. Storm <storm@cua.dk>
25746
25747 * ido.el (ido-ignore-item-p): Use save-match-data.
25748 Bind case-fold-search to ido-case-fold locally.
25749
25750 2005-08-20 Richard M. Stallman <rms@gnu.org>
25751
25752 * files.el (normal-mode): If font lock is on, turn it off and on.
25753
25754 * subr.el (replace-regexp-in-string): Doc fix.
25755
25756 * startup.el (command-line-1): Don't suppress startup screen
25757 due to existing processes.
25758
25759 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
25760
25761 * progmodes/compile.el (compilation-disable-input): Default to nil.
25762
25763 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
25764
25765 * progmodes/compile.el (compilation-disable-input): New defcustom.
25766 (compilation-start): If compilation-disable-input is non-nil, send
25767 EOF to the compilation process.
25768
25769 2005-08-20 Eli Zaretskii <eliz@gnu.org>
25770
25771 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
25772 Run the argument of tex-shell-cd-command through
25773 convert-standard-filename, to get the correct style of slashes on
25774 Windows, and enclose the result in quotes, in case the file name
25775 includes whitespace or other special characters.
25776
25777 2005-08-19 Andreas Schwab <schwab@suse.de>
25778
25779 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
25780 process.
25781
25782 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
25783
25784 * cus-start.el (minibuffer-prompt-properties): Correct typo.
25785
25786 2005-08-18 Kim F. Storm <storm@cua.dk>
25787
25788 * scroll-lock.el: Fix errors due to incorrect line wrapping.
25789
25790 2005-08-18 Richard M. Stallman <rms@gnu.org>
25791
25792 * scroll-lock.el: New file.
25793
25794 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
25795
25796 * dired.el (dired-move-to-end-of-filename):
25797 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
25798
25799 2005-08-18 Kim F. Storm <storm@cua.dk>
25800
25801 * ido.el (ido-everywhere): Fix defcustom :set function to disable
25802 rather than toggle mode when custom value is nil.
25803 (ido-everywhere): Fix defun doc string.
25804
25805 2005-08-17 Richard M. Stallman <rms@gnu.org>
25806
25807 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
25808 as tag instead of "Inviolable".
25809
25810 2005-08-17 Kim F. Storm <storm@cua.dk>
25811
25812 * windmove.el (windmove-coordinates-of-position): Remove.
25813 (windmove-coordinates-of-window-position): Remove.
25814 (windmove-reference-loc): Use posn-at-point instead.
25815
25816 * subr.el (insert-for-yank-1): Doc fix.
25817
25818 * ido.el (ido-enter-matching-directory): Rename from
25819 ido-enter-single-matching-directory. Change `slash' choice to
25820 `only'. Add `first' choice.
25821 (ido-exhibit): Adapt to above changes.
25822
25823 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
25824
25825 * Makefile.in: Expand comment about building loaddefs.el.
25826
25827 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
25828
25829 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
25830 Comment use of defadvice.
25831
25832 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
25833
25834 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
25835
25836 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
25837 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
25838 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
25839 * progmodes/idlw-shell.el, progmodes/ld-script.el,
25840 * progmodes/which-func.el, ruler-mode.el, strokes.el,
25841 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
25842 for backward compatibility for faces that did not appear in the
25843 previous Emacs release.
25844
25845 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
25846
25847 2005-08-15 Kim F. Storm <storm@cua.dk>
25848
25849 * emulation/cua-base.el (cua-delete-region): Return t if
25850 deleted region was non-empty.
25851 (cua-replace-region): Inhibit overwrite-mode for
25852 self-insert-command if replaced region was non-empty.
25853 (cua--explicit-region-start, cua--status-string): Make them
25854 buffer-local at top-level...
25855 (cua-mode): ...rather than when mode is enabled.
25856
25857 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
25858
25859 * progmodes/vhdl-mode.el (vhdl-emacs-21):
25860 Set t for Emacs 21, 22, and so on.
25861
25862 2005-08-15 David Ponce <david@dponce.com>
25863
25864 * tree-widget.el: Update Commentary header.
25865 (tree-widget-theme): Doc fix.
25866 (tree-widget-space-width): New option.
25867 (tree-widget-image-properties): Look up in the default theme too.
25868 (tree-widget--cursors): Only for images with arrow pointer shape.
25869 (tree-widget-lookup-image): Pointer shape is hand by default.
25870 (tree-widget-icon): Rename generic icon widget from
25871 `tree-widget-control'.
25872 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
25873 derive from `tree-widget-icon'.
25874 (tree-widget-handle): Improve default look and feel of the text
25875 representation.
25876 (tree-widget): Rename :*-control properties to :*-icon properties.
25877 Add :action and :help-echo properties.
25878 (tree-widget-after-toggle-functions): Move.
25879 (tree-widget-close-node, tree-widget-open-node): Remove.
25880 (tree-widget-before-create-icon-functions): New hook.
25881 (tree-widget-value-create): Update to allow customization of icons
25882 and nodes at run-time via that new hook.
25883 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
25884 (tree-widget-icon-action, tree-widget-icon-help-echo)
25885 (tree-widget-action, tree-widget-help-echo): New functions.
25886
25887 2005-08-15 Kim F. Storm <storm@cua.dk>
25888
25889 * ido.el (ido-buffer-internal): Use with-no-warnings.
25890 (ido-make-merged-file-list): Use while-no-input.
25891
25892 2005-08-15 Richard M. Stallman <rms@gnu.org>
25893
25894 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
25895 (flyspell-large-region): Fix doc and custom type.
25896
25897 2005-08-14 Richard M. Stallman <rms@gnu.org>
25898
25899 * files.el (interpreter-mode-alist): Doc fix.
25900
25901 * mail/rmail.el (rmail-nonignored-headers): New variable.
25902 (rmail-clear-headers): Use it.
25903 (rmail-reply): Better handling of mail-followup-to header.
25904
25905 * progmodes/sh-script.el (sh-font-lock-keywords-var):
25906 Rename variable from sh-font-lock-keywords. In the `shell' entry,
25907 don't try to refer to executable-font-lock-keywords.
25908 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
25909 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
25910 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
25911 (sh-mode): Set comment-start-skip, local-abbrev-table,
25912 imenu-case-fold-search.
25913 (sh-set-shell): Don't set them here.
25914 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
25915 Don't cache the results in the original alist; don't ever modify
25916 that alist.
25917
25918 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
25919
25920 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
25921 empty.
25922
25923 2005-08-15 Andreas Schwab <schwab@suse.de>
25924
25925 * desktop.el: Put autoload cookie at risky-local-variable declarations.
25926
25927 * dired.el, info.el, mail/rmail.el: Revert last change.
25928
25929 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
25930
25931 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
25932 modification in `eval-after-load' form.
25933 * info.el: Likewise.
25934 * mail/rmail.el: Likewise.
25935
25936 2005-08-14 Juri Linkov <juri@jurta.org>
25937
25938 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25939 Remove highlighting of "Compilation started". Highlight only
25940 the word "finished" in "Compilation finished". Add highlighting
25941 of "interrupt", "killed", "terminated" and the exit code.
25942 (compilation-start): Add newline after header. Use exactly the
25943 same time stamp format as the finishing message.
25944 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
25945
25946 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
25947 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
25948 Add highlighting of "interrupt", "killed", "terminated".
25949
25950 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
25951 enabled and the current command is self-insert-command, call it
25952 explicitly with overwrite-mode bound to nil, to not allow it
25953 to delete the character after the selected region.
25954
25955 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
25956
25957 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
25958 move-end-of-line, end-of-line, and beginning-of-line to the list
25959 of commands after which the echo area is updated.
25960
25961 2005-08-12 Eli Zaretskii <eliz@gnu.org>
25962
25963 * cus-edit.el (custom-save-all, custom-save-delete):
25964 Bind recentf-exclude to exclude custom-file.
25965
25966 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
25967
25968 * mail/rmailsum.el (rmail-summary-end-of-message): New command
25969 to go to the bottom of the mail message. Added to
25970 `rmail-summary-mode-map' with key "/".
25971 (rmail-summary-show-message): New (internal) function for use by
25972 both `rmail-summary-beginning/end-of-message'.
25973 (rmail-summary-beginning-of-message): Change to use
25974 rmail-summary-show-message.
25975
25976 * mail/rmail.el (rmail-end-of-message): New command to go to the
25977 end of the current message. Added to `rmail-mode-map' with key "/".
25978 (rmail-beginning-of-message): Fix to work as documented.
25979 (rmail-mode): Change documentation.
25980
25981 * progmodes/compile.el (compilation-start): Add the line
25982 "Compilation started" with compilation start time.
25983 (compilation-mode-font-lock-keywords): Add `started' to keywords.
25984
25985 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
25986
25987 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
25988 of menu items.
25989
25990 2005-08-11 Richard M. Stallman <rms@gnu.org>
25991
25992 * simple.el (pop-global-mark): Reverse test of widen-automatically.
25993
25994 * battery.el (battery-status-function): Don't use ignore-errors.
25995
25996 2005-08-11 Lute Kamstra <lute@gnu.org>
25997
25998 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
25999 define-obsolete-variable-alias.
26000
26001 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
26002
26003 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
26004 (ange-ftp-send-cmd): Revert last change, and expand
26005 the comment explaining the problem.
26006
26007 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
26008
26009 * ldefs-boot.el: Update.
26010
26011 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
26012 item to "Time, Load and Mail". Change help echo text.
26013
26014 * time.el (display-time-use-mail-icon, display-time-format)
26015 (display-time-string-forms): Shorten first line of docstrings.
26016
26017 2005-08-10 Lars Hansen <larsh@soem.dk>
26018
26019 * desktop.el (desktop-buffer-mode-handlers):
26020 Make non-customizable. Add autoload cookie. Change initial value to
26021 nil; add elements in respective modules instead. Fix doc string.
26022 (desktop-load-file): New function.
26023 (desktop-minor-mode-handlers): New autoloaded variable.
26024 (desktop-create-buffer): Call minor mode handlers.
26025 Use desktop-load-file to load major and minor mode modules prior to
26026 checking for a handler.
26027 (desktop-save): Don't add nil to desktop-minor-modes for minor
26028 modes with nil function in desktop-minor-mode-table. Don't delete
26029 desktop file before rewriting it.
26030 (desktop-locals-to-save): Add autoload cookie. Don't make
26031 automatically buffer-local. Add variables column-number-mode,
26032 size-indication-mode, indent-tabs-mode,
26033 indicate-buffer-boundaries, indicate-empty-lines and
26034 show-trailing-whitespace.
26035 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
26036 regexps. Don't use desktop-clear-preserve-buffers-regexp.
26037 (desktop-clear-preserve-buffers-regexp): Delete.
26038 (desktop-clear-preserve-buffers): Update initial value and docstring.
26039 (desktop-save-buffer): Fix doc string.
26040
26041 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
26042 (hilit-chg-desktop-restore): New function.
26043 (highlight-changes-mode): Add highlight-changes-mode to
26044 desktop-locals-to-save.
26045
26046 * dired.el: Add handler to desktop-buffer-mode-handlers.
26047 (dired-restore-desktop-buffer): Remove autoload cookie.
26048 (dired-mode): Add autoload cookie.
26049
26050 * info.el: Add handler to desktop-buffer-mode-handlers.
26051 (Info-restore-desktop-buffer): Remove autoload cookie.
26052 (Info-mode): Add autoload cookie.
26053
26054 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
26055 (mh-restore-desktop-buffer): Remove autoload cookie.
26056 (mh-folder-mode): Add autoload cookie.
26057
26058 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
26059 (rmail-restore-desktop-buffer): Remove autoload cookie.
26060
26061 2005-08-11 Masatake YAMATO <jet@gyve.org>
26062
26063 * hexl.el (hexl-address-region):
26064 (hexl-ascii-region, hexl-font-lock-keywords):
26065 (hexl-highlight-line-range): Use the term "region"
26066 instead of "area" for consistency with the other symbols
26067 defined in hexl.el.
26068
26069 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
26070
26071 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
26072 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
26073 out by Juri Linkov). Add `display-battery-mode'.
26074
26075 2005-08-09 Juri Linkov <juri@jurta.org>
26076
26077 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26078 Remove `-text' from face variable names.
26079 (compilation-error-file-name, compilation-warning-file-name)
26080 (compilation-info-file-name): Delete faces.
26081 (compilation-line-number, compilation-column-number):
26082 Remove face underlining.
26083 (compilation-message-face): Set to `underline' value by default.
26084 (compilation-error-face, compilation-warning-face)
26085 (compilation-info-face): Remove `-file-name' from face names.
26086 (compilation-error-text-face, compilation-warning-text-face)
26087 (compilation-info-text-face): Delete face variables.
26088 (compilation-text-face): Delete function.
26089
26090 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
26091 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
26092 (grep-error-face): Set to `compilation-error' instead of
26093 `compilation-error-face' (which is redefined to `grep-hit-face' in
26094 grep buffers).
26095 (grep-mode-font-lock-keywords): Remove `-text' from face variable
26096 names. Use `grep-error-face' instead of `compilation-error-text-face'.
26097
26098 * dired-aux.el (dired-do-query-replace-regexp):
26099 Use `query-replace-read-args'.
26100
26101 * replace.el (query-replace-read-from, query-replace-read-to)
26102 (query-replace-read-args): Rename arg `string' to `prompt'.
26103
26104 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
26105
26106 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
26107
26108 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
26109 uploading files.
26110 (ange-ftp-canonize-filename): Handle file names beginning with ~
26111 correctly.
26112
26113 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
26114
26115 * textmodes/fill.el (canonically-space-region)
26116 (fill-context-prefix, fill-french-nobreak-p)
26117 (fill-delete-newlines, fill-comment-paragraph)
26118 (justify-current-line): "?\ " -> "?\s".
26119
26120 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
26121
26122 * textmodes/fill.el (fill-nonuniform-paragraphs):
26123 Improve argument/docstring consistency.
26124
26125 2005-08-09 Richard M. Stallman <rms@gnu.org>
26126
26127 * textmodes/ispell.el (ispell-word): More fboundp checks.
26128
26129 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
26130 (find-file-noselect-1): Call it here, only if RAWFILE.
26131 (normal-mode): Always set some major mode.
26132 (save-some-buffers-action-alist): Change some explanation strings.
26133 (file-name-non-special): In the `quote' method, use unwind-protect.
26134
26135 2005-08-09 Magnus Henoch <mange@freemail.hu>
26136
26137 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
26138 (ispell-have-aspell-dictionaries): New variable.
26139 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
26140 (ispell-get-aspell-config-value): New function.
26141 (ispell-aspell-find-dictionary): New function.
26142 (ispell-aspell-add-aliases): New function.
26143 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
26144 appropriate. Don't look for ispell dictionaries if we use aspell.
26145 (ispell-menu-map): Don't build a submenu of dictionaries.
26146
26147 2005-08-09 Richard M. Stallman <rms@gnu.org>
26148
26149 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
26150 (sql-read-passwd): Use read-passwd.
26151
26152 * progmodes/idlw-toolbar.el (idlwave-toolbar)
26153 (idlwave-toolbar-is-possible): Add defvars.
26154
26155 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
26156 Avoid warnings.
26157
26158 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
26159 (idlwave-system-class-info, idlwave-executive-commands-alist):
26160 Use defvar.
26161
26162 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
26163
26164 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
26165 Avoid warnings.
26166
26167 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
26168 and content-type: headers.
26169
26170 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
26171
26172 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
26173 and rename some of them to be more self-explanatory.
26174
26175 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
26176
26177 * startup.el (command-line-1): Implement -scriptload.
26178
26179 * replace.el (occur-engine): Initial *Occur* output not undoable.
26180
26181 * menu-bar.el (menu-bar-file-menu): Rename some menu items
26182 and improve help strings.
26183
26184 * isearch.el (isearch-repeat): When changing direction,
26185 mark search successful.
26186
26187 * ediff-init.el: Use (featurep 'xemacs).
26188
26189 * comint.el (send-invisible): Identify buffer, if not selected.
26190
26191 * align.el: Delete autoload for c-guess-basic-syntax.
26192
26193 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
26194
26195 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
26196 Improve argument/docstring consistency. Doc fixes.
26197 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
26198 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
26199 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
26200 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
26201 (r2bv-organization, r2bv-pages, r2bv-primary-author)
26202 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
26203 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
26204 Defvar at compile time.
26205
26206 2005-08-09 Juri Linkov <juri@jurta.org>
26207
26208 * info.el: Replace `info' with upper-case `Info' where appropriate.
26209 (info-title-1, info-title-2, info-title-3, info-title-4)
26210 (info-menu-header): Move up face definitions.
26211 (info-menu-star): Rename from `info-menu-5'.
26212 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
26213 (Info-fontify-visited-nodes): Fix docstring.
26214 (Info-hide-note-references): Fix docstring.
26215 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
26216 menu items in the same way as on cross-references.
26217 (info-apropos): Fix sorting order and formatting to be like in the
26218 stand-alone Info browser. Display error messages for 1 sec.
26219 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
26220 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
26221 from the menu bar.
26222 (Info-insert-dir): Restore point after calling
26223 `insert-buffer-substring'.
26224
26225 2005-08-08 Richard M. Stallman <rms@gnu.org>
26226
26227 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
26228 (recompute-lucid-menubar): Add defvars.
26229
26230 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
26231
26232 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
26233
26234 * net/net-utils.el (run-dig): Rename from `dig'.
26235
26236 * play/gametree.el (gametree-mode): Use make-local-variable,
26237 not make-variable-buffer-local.
26238
26239 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
26240
26241 * ansi-color.el (ansi-color-make-extent)
26242 (ansi-color-set-extent-face): Use fboundp, not functionp.
26243
26244 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
26245 not make-variable-buffer-local.
26246
26247 * bookmark.el (Info-current-file): Add defvar.
26248 (bookmark-jump-noselect): Use with-no-warnings.
26249
26250 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
26251
26252 * ebuff-menu.el (Helper-return-blurb): Add defvar.
26253
26254 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
26255
26256 * find-file.el (ada-procedure-start-regexp)
26257 (ada-package-start-regexp): Add defvars.
26258
26259 * info.el (Info-insert-dir): Use insert-buffer-substring.
26260
26261 * xml.el (xml-att-def-re): Add defvar.
26262
26263 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
26264 calling convention.
26265
26266 * subr.el (while-no-input): Return t if there is input.
26267
26268 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
26269
26270 * cus-start.el (all): Add `overflow-newline-into-fringe'.
26271
26272 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
26273
26274 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
26275 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
26276
26277 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
26278
26279 * cmuscheme.el (scheme-start-file): Replace reference to
26280 `user-emacs-directory' by "~/.emacs.d/".
26281
26282 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
26283
26284 * info.el (Info-dir-remove-duplicates): Avoid case folding
26285 in loop; instead, keep downcased strings for comparison.
26286 Suggested by Helmut Eller.
26287
26288 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
26289
26290 Sync with Tramp 2.0.50.
26291
26292 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
26293 XEmacs case; not necessary anymore.
26294 (tramp-user-regexp): Allow "@" as part of user name.
26295 (tramp-handle-set-visited-file-modtime)
26296 (tramp-handle-insert-file-contents)
26297 (tramp-handle-write-region): No special handling for
26298 `last-coding-system-used, because this is done in
26299 `tramp-accept-process-output' now.
26300 (tramp-accept-process-output): New defun.
26301 (tramp-process-one-action, tramp-process-one-multi-action)
26302 (tramp-wait-for-regexp, tramp-wait-for-output)
26303 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
26304 Howells <dhowells@redhat.com>.
26305 (clear-visited-file-modtime): Defadvice removed. The check for
26306 unset buffer's modtime does not need to be based on
26307 `tramp-buffer-file-attributes'. Suggested by RMS.
26308 (tramp-message): Insert "\n" if not being at beginning of line.
26309 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
26310 sequence with same logic.
26311 (tramp-completion-handle-expand-file-name): Discard call of
26312 `tramp-drop-volume-letter'. It is not necessary, and there have
26313 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
26314 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
26315 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
26316 should always be visible.
26317 (tramp-handle-insert-directory, tramp-setup-complete)
26318 (tramp-set-process-query-on-exit-flag)
26319 (tramp-append-tramp-buffers): Pacify byte-compiler.
26320 (tramp-bug): Delete non-existing variables from list.
26321 Apply `tramp-load-report-modules' as pre-hook.
26322 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
26323 `shell-prompt-pattern' because of non-7bit characters.
26324 Reported by Sebastian Luque <sluque@mun.ca>.
26325 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
26326 (tramp-match-string-list): Remove function.
26327 (tramp-wait-for-regexp): Remove call of that function.
26328 Suggested by Kim F. Storm <storm@cua.dk>.
26329 (tramp-set-auto-save-file-modes): Use octal integer code #o600
26330 instead of octal character code ?\600. The latter resulted in a
26331 syntax error with XEmacs.
26332
26333 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
26334 XEmacs case; not necessary anymore.
26335 (tramp-smb-handle-write-region): No special handling for
26336 `last-coding-system-used, because this is done in
26337 `tramp-accept-process-output' now.
26338 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
26339
26340 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
26341
26342 * wid-edit.el (widget-choice-value-create):
26343 Unconditionally respect user choice. Set :explicit-choice back to nil
26344 when no longer needed.
26345 (widget-choice-action): Unconditionally respect user choice.
26346 Eliminate :explicit-choice-value.
26347
26348 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
26349
26350 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
26351 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
26352 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
26353 running new function `toggle-indicate-empty-lines'.
26354 Rename "Customize" item to "Customize fringe".
26355 Rename "Indicators" item to "Buffer boundaries" and change help echo.
26356 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
26357 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
26358 Delete "Empty lines only" item.
26359 (menu-bar-showhide-fringe-ind-customize): New function.
26360 (menu-bar-showhide-fringe-ind-mixed)
26361 (menu-bar-showhide-fringe-ind-box)
26362 (menu-bar-showhide-fringe-ind-right)
26363 (menu-bar-showhide-fringe-ind-left)
26364 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
26365 instead of `fringe-indicators'.
26366
26367 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
26368
26369 * emulation/viper.el (viper-emacs-state-mode-list):
26370 Add recentf-dialog-mode. Change the date of last update.
26371
26372 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
26373
26374 * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
26375 (viper-exec-yank, viper-put-back): Don't display modification msg
26376 if in the minibuffer.
26377
26378 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
26379 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
26380 Make variables frame local.
26381
26382 * emulation/viper-util.el (viper-append-filter-alist):
26383 Use append instead of nconc.
26384
26385 * emulation/viper.el (viper-vi-state-mode-list)
26386 (viper-emacs-state-mode-list): Move help-mode and
26387 completion-list-mode from the first list to the second.
26388 (viper-mode): Docstring.
26389 (viper-go-away, viper-non-hook-settings): Don't localize
26390 minor-mode-alist in newer Emacsen. Add advice to
26391 set-cursor-color. Don't bind "\C-c\\".
26392
26393 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
26394
26395 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
26396 (scheme-macro-expand-command): New user options.
26397 (scheme-trace-procedure, scheme-expand-current-form): New commands.
26398 (scheme-form-at-point, scheme-start-file)
26399 (scheme-interactively-start-process): New functions.
26400 (scheme-get-process): New function, extracted from `scheme-proc'.
26401 (run-scheme): Call `scheme-start-file' to get start file, and pass
26402 it to `make-comint'.
26403 (switch-to-scheme, scheme-proc):
26404 Call `scheme-interactively-start-process' if no Scheme buffer/process
26405 is available.
26406
26407 2005-08-06 Juri Linkov <juri@jurta.org>
26408
26409 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26410 Use `compilation-text-face', `compilation-info-text-face' and
26411 `compilation-error-text-face' instead of `font-lock-keyword-face'.
26412 (compilation-error): New face.
26413 (compilation-error-file-name): Inherit from
26414 `compilation-error' instead of `font-lock-warning-face'.
26415 (compilation-warning-file-name): Inherit from
26416 `compilation-warning' instead of `font-lock-warning-face'.
26417 (compilation-info, compilation-error-file-name)
26418 (compilation-warning-file-name, compilation-info-file-name)
26419 (compilation-line-number, compilation-column-number): Doc fix.
26420 (compilation-error-text-face, compilation-warning-text-face)
26421 (compilation-info-text-face): New face variables.
26422 (compilation-line-face, compilation-column-face)
26423 (compilation-enter-directory-face)
26424 (compilation-leave-directory-face): Doc fix.
26425 (compilation-text-face): New function.
26426
26427 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
26428 instead of 1 to display binary file names as info file links.
26429 (grep-error-face): Use `compilation-error-face' instead of
26430 `font-lock-keyword-face'.
26431 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
26432 and `compilation-warning-text-face' instead of
26433 `font-lock-keyword-face'. Use `compilation-error-text-face'
26434 instead of `grep-error-face'.
26435
26436 2005-08-05 Kenichi Handa <handa@m17n.org>
26437
26438 * international/code-pages.el: Add autoload cookies for all coding
26439 systems.
26440
26441 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
26442
26443 * cus-start.el (all): Put undo.c where it alphabetically belongs.
26444
26445 2005-08-04 Juri Linkov <juri@jurta.org>
26446
26447 * progmodes/compile.el (compilation-mode-map):
26448 * progmodes/grep.el (grep-mode-map):
26449 Bind TAB to `compilation-next-error' and [backtab] to
26450 `compilation-previous-error'.
26451
26452 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
26453 matching line numbers, column numbers and their ranges with regexp
26454 matching only line numbers.
26455 (grep-context-face): New face variable.
26456 (grep-mode-font-lock-keywords): Use it.
26457
26458 * faces.el (read-face-name): Delete duplicate faces.
26459
26460 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
26461
26462 * thumbs.el (thumbs-find-image): Don't make variables
26463 automatically buffer local.
26464 (thumbs-current-tmp-filename, thumbs-current-image-filename)
26465 (thumbs-image-num): Make automatically buffer local.
26466 (thumbs-show-thumbs-list): Use `make-local-variable', not
26467 `make-variable-buffer-local'.
26468 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
26469
26470 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
26471 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
26472 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
26473 (bother, bye, canyou, chatlst, continue, deathlst, describe)
26474 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
26475 (feelings-about, foullst, found, hello, history, howareyoulst)
26476 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
26477 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
26478 (neglst, obj, object, owner, please, problems, qlist)
26479 (random-adjective, relation, remlst, repetitive-shortness)
26480 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
26481 (shortlst, something, sportslst, stallmanlst, states, subj)
26482 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
26483 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
26484 Defvar at compile time.
26485
26486 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
26487 not `make-variable-buffer-local'.
26488
26489 2005-08-02 Kim F. Storm <storm@cua.dk>
26490
26491 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
26492 rectangle overlay in selected window.
26493
26494 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
26495
26496 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
26497 instead of display group. Make `indicate-buffer-boundaries'
26498 customizable through Custom.
26499
26500 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
26501
26502 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
26503 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
26504 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
26505 (gdb-put-string): Fix typos in docstrings.
26506
26507 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
26508
26509 Update copyright notices of files in progmodes directory for
26510 release of Emacs 22.1.
26511
26512 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
26513
26514 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
26515 Don't barf if the GUD buffer has been killed.
26516
26517 2005-08-01 Kim F. Storm <storm@cua.dk>
26518
26519 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
26520
26521 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
26522
26523 * simple.el (next-error-follow-minor-mode):
26524 make-variable-buffer-local -> make-local-variable.
26525
26526 * emacs-lisp/cl-extra.el: Require CL also when compiling.
26527
26528 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
26529 (byte-compile-form-make-variable-buffer-local): New functions to warn
26530 about misuses of make-variable-buffer-local where make-local-variable
26531 was meant.
26532
26533 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
26534
26535 * bs.el (bs-attributes-list): Doc fix.
26536 (bs): Update url-link.
26537
26538 * desktop.el (desktop-save-buffer): Fix typos in docstring.
26539 (desktop-load-default): Simplify.
26540
26541 * ibuffer.el (ibuffer-columnize-and-insert-list)
26542 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
26543 (ibuffer-unmark-all, ibuffer-toggle-marks)
26544 (ibuffer-unmark-forward, ibuffer-unmark-backward)
26545 (ibuffer-compile-make-format-form, ibuffer-format-column)
26546 (ibuffer-current-buffers-with-marks)
26547 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
26548 (ibuffer): Doc fix.
26549 (ibuffer-mode): Fix typo in docstring.
26550 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
26551 with `define-obsolete-variable-alias'.
26552 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
26553
26554 2005-07-29 Kenichi Handa <handa@m17n.org>
26555
26556 * international/mule-cmds.el (select-message-coding-system):
26557 Be sure to use LF for end-of-line. If no coding system is decided,
26558 return iso-8859-1-unix.
26559
26560 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
26561
26562 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
26563 (ange-ftp-pending-error-line): New vars.
26564 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
26565 to handle the non-fatal no-route-to-host messages.
26566 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
26567
26568 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
26569
26570 * isearch.el (isearch-mode-map, isearch-other-meta-char)
26571 (isearch-quote-char, isearch-printing-char)
26572 (isearch-text-char-description): "?\ " -> "?\s".
26573 (isearch-lazy-highlight-cleanup)
26574 (isearch-lazy-highlight-initial-delay)
26575 (isearch-lazy-highlight-interval)
26576 (isearch-lazy-highlight-max-at-a-time)
26577 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
26578 Declare with define-obsolete-*-alias macros.
26579 (isearch-forward): Fix typo in docstring.
26580 (search-invisible, search-ring-yank-pointer)
26581 (regexp-search-ring-yank-pointer): Doc fixes.
26582
26583 * recentf.el (recentf-menu-append-commands-p): Declare with
26584 `define-obsolete-variable-alias'.
26585 (recentf-max-saved-items, recentf-menu-filter)
26586 (recentf-arrange-by-rule-subfilter): Doc fixes.
26587 (recentf-menu-append-commands-flag)
26588 (recentf-initialize-file-name-history, recentf-expand-file-name)
26589 (recentf-clear-data): Fix typos in docstrings.
26590
26591 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
26592
26593 * progmodes/gdb-ui.el: Smarten comments.
26594 (gdb-info-breakpoints-custom): Use nowarn when finding file.
26595
26596 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
26597
26598 * term/apollo.el (terminal-init-apollo): New function containing
26599 all former top level forms in the file.
26600 * term/bobcat.el (terminal-init-bobcat):
26601 * term/cygwin.el (terminal-init-cygwin):
26602 * term/iris-ansi.el (terminal-init-iris-ansi):
26603 * term/linux.el (terminal-init-linux):
26604 * term/news.el (terminal-init-news):
26605 * term/rxvt.el (terminal-init-rxvt):
26606 * term/sun.el (terminal-init-sun):
26607 * term/tvi970.el (terminal-init-tvi970):
26608 * term/vt100.el (terminal-init-vt100):
26609 * term/vt102.el (terminal-init-vt102):
26610 * term/vt125.el (terminal-init-vt125):
26611 * term/vt200.el (terminal-init-vt200):
26612 * term/vt201.el (terminal-init-vt201):
26613 * term/vt220.el (terminal-init-vt220):
26614 * term/vt240.el (terminal-init-vt240):
26615 * term/vt300.el (terminal-init-vt300):
26616 * term/vt320.el (terminal-init-vt320):
26617 * term/vt400.el (terminal-init-vt400):
26618 * term/vt420.el (terminal-init-vt420):
26619 * term/wyse50.el (terminal-init-wyse50):
26620 * term/xterm.el (terminal-init-xterm): Likewise.
26621
26622 * term/README: Describe the terminal-init-* functionality.
26623
26624 * startup.el (command-line): After loading the terminal initialization
26625 file call the corresponding terminal initialization function.
26626
26627 2005-07-27 Kenichi Handa <handa@m17n.org>
26628
26629 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
26630 negative.
26631
26632 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
26633 (ps-mule-composition-prologue): Fix for the case that
26634 RelativeCompose is false.
26635
26636 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
26637
26638 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
26639
26640 * descr-text.el (describe-char): Handle the case where the list of
26641 chars is displayed in a separate frame.
26642 Be a bit more discriminating when looking for the char.
26643
26644 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
26645
26646 * bookmark.el (bookmark-automatically-show-annotations)
26647 (bookmark-read-annotation-text-func): Doc fixes.
26648 (bookmark-save): Improve argument/docstring consistency.
26649 (bookmark-get-bookmark, bookmark-get-bookmark-record)
26650 (bookmark-alist-from-buffer)
26651 (bookmark-upgrade-file-format-from-0)
26652 (bookmark-grok-file-format-version)
26653 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
26654 (bookmark-read-annotation-mode)
26655 (bookmark-insert-current-bookmark, bookmark-jump)
26656 (bookmark-exit-hook): Fix typos in docstrings.
26657 (bookmark-exit-hooks): Define as obsolete alias.
26658 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
26659 not `bookmark-exit-hooks'. Fix docstring.
26660 (bookmark-bmenu-select): "?\ " -> "?\s".
26661
26662 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
26663
26664 * startup.el (command-line): Fix typo.
26665
26666 2005-07-24 Richard M. Stallman <rms@gnu.org>
26667
26668 * tooltip.el (tooltip-mode): Test emacs-basic-display,
26669 not emacs-quick-startup.
26670
26671 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
26672
26673 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
26674 (reb-next-match, reb-show-subexp): Use `with-selected-window'
26675 instead of `reb-with-current-window'.
26676 (reb-prev-match): Likewise. Also, don't move left if the search
26677 was unsuccessful.
26678 (reb-initialize-buffer): New function.
26679 (re-builder, reb-change-syntax): Use it.
26680
26681 * man.el (Man-goto-page): Make second argument NOERROR optional.
26682
26683 2005-07-23 Richard M. Stallman <rms@gnu.org>
26684
26685 * man.el (Man-bgproc-sentinel): Check here for failure to find
26686 any man page in the output, and report the error here.
26687 (Man-arguments): Make it permanent local.
26688 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
26689 (Man-mode): Pass t for NOERROR.
26690
26691 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
26692 (grep-mode-font-lock-keywords):
26693 Don't use compilation-...-face for messages that are not file names.
26694
26695 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26696 Don't use compilation-...-face for messages that are not file names.
26697
26698 2005-07-22 Juri Linkov <juri@jurta.org>
26699
26700 * startup.el (normal-splash-screen): Update menu name.
26701
26702 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
26703
26704 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
26705
26706 * term/xterm.el: Load term/rxvt if the terminal is actually an
26707 rxvt terminal.
26708 (xterm-rxvt-set-background-mode): Remove, not used anymore.
26709
26710 * term/rxvt.el (function-key-map): Use substitute-key-definition
26711 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
26712
26713 * term/cygwin.el: New file.
26714
26715 2005-07-22 Kim F. Storm <storm@cua.dk>
26716
26717 * image-file.el (insert-image-file, image-file-yank-handler):
26718 Fix last change to maintain a (unique) yank-handler on yanked images.
26719
26720 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
26721
26722 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
26723 of the file size (as in "177B" for 177 bytes). This happens with
26724 "ls -lh" on FreeBSD.
26725
26726 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
26727
26728 * hilit-chg.el (highlight-changes-global-initial-state)
26729 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
26730 (hilit-chg-fixup, highlight-changes-mode):
26731 Fix typos in docstrings.
26732 (highlight-changes-global-modes, highlight-changes-rotate-faces):
26733 Doc fixes.
26734
26735 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
26736
26737 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
26738 mode function using `eval-after-load'.
26739
26740 2005-07-21 Kim F. Storm <storm@cua.dk>
26741
26742 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
26743 included when reporting an Emacs crash, and tell about the DEBUG file.
26744
26745 * image-file.el (insert-image-file): Add yank-handler.
26746 (image-file-yank-handler): Yank handler to make unique copies of
26747 images when they are yanked into a buffer next to each other.
26748
26749 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
26750
26751 * comint.el (comint-use-prompt-regexp, comint-send-input)
26752 (comint-source-default, comint-extract-string)
26753 (comint-get-source, comint-word, comint-completion)
26754 (comint-source, comint-prompt-read-only, comint-update-fence):
26755 Fix typos in docstrings.
26756 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
26757 Declare with define-obsolete-*-alias macros.
26758 (comint-previous-matching-input-from-input)
26759 (comint-next-matching-input-from-input)
26760 (comint-previous-matching-input, comint-next-matching-input)
26761 (comint-forward-matching-input):
26762 Improve argument/docstring consistency.
26763
26764 * desktop.el (desktop-clear-preserve-buffers-regexp):
26765 Also preserve the *server* buffer.
26766
26767 * simple.el (clone-indirect-buffer): Doc fix.
26768 (fixup-whitespace, just-one-space)
26769 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
26770 (next-error, next-error-highlight)
26771 (next-error-highlight-no-select, next-error-last-buffer)
26772 (next-error-buffer-p, next-error-find-buffer, next-error)
26773 (previous-error, next-error-no-select, previous-error-no-select)
26774 (open-line, split-line, minibuffer-prompt-width, kill-new)
26775 (binary-overwrite-mode): Fix typos in docstrings.
26776 (set-fill-column): Fix typo in message.
26777
26778 * skeleton.el (skeleton-proxy-new): Doc fix.
26779
26780 * strokes.el (strokes-load-hook): Doc fix.
26781 (strokes-grid-resolution, strokes-get-grid-position)
26782 (strokes-renormalize-to-grid, strokes-read-stroke)
26783 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
26784 (strokes-global-map): Fix typos in docstrings.
26785 (strokes-help): Doc fix. Fix help message and pass it through
26786 `substitute-command-keys'.
26787
26788 * tempo.el (tempo-insert-prompt, tempo-interactive)
26789 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
26790 (tempo-insert-string-functions, tempo-local-tags)
26791 (tempo-define-template, tempo-insert-template)
26792 (tempo-insert-prompt-compat, tempo-is-user-element)
26793 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
26794 Fix typos in docstrings.
26795
26796 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
26797 (vcursor-key-bindings, vcursor-use-vcursor-map)
26798 (vcursor-find-window, vcursor-scroll-down)
26799 (vcursor-disable, vcursor-beginning-of-buffer)
26800 (vcursor-end-of-buffer): Fix typos in docstrings.
26801 (vcursor-relative-move, vcursor-get-char-count):
26802 Improve argument/docstring consistency.
26803
26804 * version.el: "?\ " -> "?\s".
26805
26806 * wid-edit.el (widget-default-create, widget-after-change)
26807 (widget-default-format-handler, widget-checklist-add-item)
26808 (widget-radio-add-item, widget-choose, widget-specify-secret)
26809 (widget-field-value-create, widget-field-value-get)
26810 (widget-editable-list-format-handler)
26811 (widget-editable-list-entry-create, widget-group-value-create)
26812 (widget-documentation-link-add)
26813 (widget-documentation-string-value-create): "?\ " -> "?\s".
26814 (widget-convert-text): Doc fix.
26815 (widget-narrow-to-field, widget-field-find)
26816 (widget-url-link-action, widget-emacs-library-link-action)
26817 (widget-color-notify): Fix typos in docstrings.
26818
26819 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
26820 (x-select-text, set-w32-system-coding-system)
26821 (w32-add-charset-info): Fix typos in docstrings.
26822
26823 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
26824 (cua-enable-cua-keys, cua-use-hyper-key)
26825 (cua-virtual-rectangle-edges): Fix typos in docstrings.
26826 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
26827
26828 * net/tramp.el (tramp-handle-load): Fix typo in error message.
26829
26830 * emacs-lisp/re-builder.el (regexp-builder): Declare with
26831 `defalias' instead of faking it.
26832
26833 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
26834 (eshell-ls-missing, eshell-ls-dired-initial-args)
26835 (eshell-ls-use-in-dired): Fix typos in docstrings.
26836
26837 2005-07-20 Kim F. Storm <storm@cua.dk>
26838
26839 * emulation/cua-base.el (cua-mode): Improve doc string.
26840
26841 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
26842
26843 * abbrev.el (expand-region-abbrevs): Doc fix.
26844 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
26845 Improve argument/docstring consistency.
26846
26847 * arc-mode.el (archive-get-descr, archive-alternate-display):
26848 Doc fixes.
26849 (archive-l-e): Improve argument/docstring consistency.
26850 (archive-tmpdir, archive-unixdate, archive-unixtime)
26851 (archive-chmod-entry): Fix typos in docstrings.
26852 (archive-unflag, archive-unflag-backwards)
26853 (archive-unmark-all-files): "?\ " -> "?\s".
26854
26855 * buff-menu.el (Buffer-menu-unmark): Doc fix.
26856 (Buffer-menu-not-modified, Buffer-menu-execute)
26857 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
26858 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
26859
26860 * composite.el (compose-string, encode-composition-rule)
26861 (compose-last-chars): Fix typos in docstrings.
26862
26863 * desktop.el (desktop-enable, desktop-basefilename):
26864 Declare with `define-obsolete-variable-alias'.
26865 (desktop-internal-v2s): Don't quote keywords.
26866 (desktop-clear): "?\ " -> "?\s".
26867
26868 * dired.el (dired-align-file, dired-flag-backup-files)
26869 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
26870 (dired-listing-switches, dired-ls-F-marks-symlinks)
26871 (dired-dwim-target, dired-load-hook, dired-mode-hook)
26872 (dired-directory, dired-faces, dired, dired-revert)
26873 (dired-mode, dired-summary, dired-view-file)
26874 (dired-copy-filename-as-kill, dired-delete-file)
26875 (dired-no-confirm, dired-unmark-all-marks)
26876 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
26877 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
26878 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
26879 Fix typos in message strings.
26880
26881 * dired-x.el (virtual-dired): Declare with `defalias'.
26882 (dired-mark-unmarked-files, dired-local-variables-file)
26883 (dired-omit-here-always): Doc fix.
26884 (dired-omit-mode, dired-find-subdir)
26885 (dired-enable-local-variables, dired-clean-up-buffers-too)
26886 (dired-extra-startup, dired-mark-extension, dired-jump)
26887 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
26888 (dired-smart-shell-command, dired-guess-shell-alist-user)
26889 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
26890 (dired-x-bind-find-file, dired-x-submit-report):
26891 Fix typos in docstrings.
26892 (dired-mark-unmarked-files): "?\ " -> "?\s".
26893
26894 * dirtrack.el (dirtrack-list): Fix typos in docstring.
26895
26896 * faces.el (describe-face): "?\ " -> "?\s".
26897 (read-all-face-attributes, read-face-font, modify-face)
26898 (face-attr-construct, italic): Fix typos in docstrings.
26899 (frame-update-face-colors): Declare with
26900 `define-obsolete-function-alias'.
26901
26902 * files.el (find-file-noselect, recode-file-name): Doc fixes.
26903 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
26904 (magic-mode-alist, buffer-file-numbers-unique)
26905 (write-file-functions, get-free-disk-space):
26906 Fix typos in docstrings.
26907 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
26908 (write-contents-hooks, write-file-hooks):
26909 Declare with `define-obsolete-variable-alias'.
26910
26911 * forms-d2.el (arch-rj): Fix typo in docstrings.
26912 (arch-tocol): Likewise. "?\ " -> "?\s".
26913
26914 * frame.el (set-frame-font, cursor-in-non-selected-windows):
26915 Fix typo in docstring.
26916 (set-screen-width, set-screen-height): Delete redundant info in
26917 doctrings.
26918 (new-frame, screen-height, screen-width): Declare with
26919 `define-obsolete-function-alias'.
26920 (delete-frame-hook, blink-cursor): Declare with
26921 `define-obsolete-variable-alias'.
26922
26923 * paths.el (prune-directory-list): Fix typos in docstring.
26924
26925 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
26926 (cvs-prefix-get): Fix typos in docstrings.
26927
26928 * ps-print.el (ps-extend-face-list, ps-extend-face)
26929 (ps-print-background-image): Fix typos in docstrings.
26930 (ps-default-fg, ps-default-bg): Doc fixes.
26931
26932 * s-region.el (s-region-bind): Doc fix.
26933 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
26934
26935 * textmodes/org.el (org-table-formula-substitute-names)
26936 (org-table-get-vertical-vector): Doc fixes.
26937 (org-table-recalculate): Remove unused argument to `message'.
26938
26939 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
26940
26941 * textmodes/org.el (org-table-column-names)
26942 (org-table-column-name-regexp)
26943 (org-table-named-field-locations): New variables.
26944 (org-archive-subtree): Protect `this-command' when calling
26945 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
26946 the kill buffer.
26947 (org-complete): Remove fixed-formula completion.
26948 (org-edit-formulas-map): New variable.
26949 (org-table-edit-formulas): New command.
26950 (org-finish-edit-formulas, org-abort-edit-formulas)
26951 (org-show-variable, org-table-get-vertical-vector): New functions.
26952 (org-table-maybe-eval-formula): Handle `:=' fields.
26953 (org-table-get-stored-formulas, org-table-store-formulas)
26954 (org-table-get-formula, org-table-modify-formulas)
26955 (org-table-replace-in-formulas): Handle named field formulas.
26956 (org-table-get-specials): Store locations of named fields.
26957
26958 2005-07-19 Juri Linkov <juri@jurta.org>
26959
26960 * progmodes/grep.el (grep-regexp-alist)
26961 (grep-mode-font-lock-keywords, grep-process-setup):
26962 Use default GNU grep match color "01;31m" instead of "01;41m".
26963 (grep-regexp-alist, grep-mode-font-lock-keywords):
26964 Use `\\[[0-9]*m' instead of `\\[00m'.
26965 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
26966 sgr_start where its handling is more important. Use the real
26967 length of sgr_start instead of constant 8.
26968 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
26969 specially. Delete all remaining escape sequences.
26970 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
26971 (grep-regexp-alist): Make hyperlink only for binary file name
26972 instead of the whole line.
26973 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
26974 (grep-mode): Add autoload.
26975
26976 * emacs-lisp/find-func.el (find-function-regexp):
26977 Add `define-compilation-mode'.
26978
26979 2005-07-19 Juri Linkov <juri@jurta.org>
26980
26981 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
26982 (compare-windows-sync-string-size, compare-windows-recenter)
26983 (compare-windows-highlight, compare-windows): Add version 22.1.
26984 (compare-windows) <defface>: Inherit from lazy-highlight instead
26985 of duplicating its default value.
26986
26987 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
26988 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
26989
26990 * descr-text.el (describe-char): Create link buttons for `charset'
26991 and `code point'. Add the current input method name with a link
26992 button to `to input' field. Print face names of display table
26993 characters in `The display table entry is displayed by' section
26994 instead of printing face-id in the `display' field.
26995 Guess hardcoded faces and create a link button for them.
26996 Skip empty fields when calculating max-width.
26997 Treat `widget-create' specially while inserting strings from the
26998 collected field list.
26999 (describe-char-after): Made obsolete in version 22.1, not 21.5.
27000
27001 * diff-mode.el (diff-file-header): Change foreground color from
27002 yellow to green on light backgrounds.
27003 (diff-context): Inherit from `shadow' only for color/grayscale
27004 with more than 88 colors.
27005 (diff-indicator-removed, diff-indicator-added)
27006 (diff-indicator-changed): New faces.
27007 (diff-font-lock-keywords): Use new faces. Regroup rules.
27008 Add "^---$" for `normal' diff format. Fontify `#' lines with
27009 font-lock-comment-delimiter-face and font-lock-comment-face.
27010 Add `#' to ^[^...] in the rule for `diff-context-face'.
27011
27012 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
27013 a button-like box. Inherit from `highlight' on low colors.
27014 (shadow): Use shades of gray only for color/grayscale with
27015 more than 88 colors. Use green for light backgrounds with
27016 8 colors, and yellow for dark backgrounds with 8 colors.
27017
27018 * font-lock.el (font-lock-regexp-grouping-backslash):
27019 Don't inherit from escape-glyph (use bold for all cases).
27020
27021 * info.el (info-xref-visited): Use light foreground color `violet'
27022 for dark backgrounds instead of dark color `magenta3'.
27023 (info-title-1): Use `yellow' color for dark backgrounds.
27024
27025 * isearch.el (isearch): Use not-too-dark magenta3 instead of
27026 too-light magenta2.
27027
27028 * replace.el (match): Use slightly more light RoyalBlue3 instead
27029 of dark RoyalBlue4.
27030
27031 * wid-edit.el (widget-inactive): Inherit from `shadow'.
27032
27033 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
27034
27035 * novice.el (disabled-command-hook): Declare it with
27036 `define-obsolete-variable-alias'.
27037
27038 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
27039 (desktop-buffer-misc-functions, desktop-buffer-handlers)
27040 (desktop-load-default): Add release to obsolescence info.
27041 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
27042 (desktop-append-buffer-args, desktop-read):
27043 Fix typos in docstrings.
27044 (desktop-kill): Fix typo in message.
27045 (desktop-save): Doc fix.
27046
27047 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
27048
27049 * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
27050 (viper-envelop-ESC-key): Change the definition of fast
27051 keysequence so it'll work with keyboard macros.
27052
27053 * ediff.el (ediff-patch-buffer): Change the docstring.
27054
27055 2005-07-19 Kenichi Handa <handa@m17n.org>
27056
27057 * international/mule-cmds.el (select-safe-coding-system): Try to
27058 use an auto-coding (if any) before anything else. If the found
27059 auto-coding is invalid, show a warning message.
27060
27061 * international/mule.el (find-auto-coding): New function created
27062 by modifying the body of set-auto-coding.
27063 (set-auto-coding): Use find-auto-coding to find a coding.
27064
27065 2005-07-18 Richard M. Stallman <rms@gnu.org>
27066
27067 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
27068 not isearch-mode-end-hook-error.
27069 (allout-before-change-protect): Fix error message.
27070
27071 2005-07-18 Juri Linkov <juri@jurta.org>
27072
27073 * allout.el (allout-mode):
27074 * calculator.el (calculator-copy):
27075 * custom.el (custom-known-themes):
27076 * dired.el (dired-desktop-buffer-misc-data)
27077 (dired-restore-desktop-buffer):
27078 * dired-x.el (dired-omit-marker-char):
27079 * files.el (basic-save-buffer):
27080 * font-core.el (font-lock-mode):
27081 * calendar/calendar.el (calendar-goto-hebrew-date)
27082 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
27083 (calendar-goto-persian-date):
27084 * language/ethio-util.el (ethio-sera-to-fidel-region):
27085 * textmodes/picture.el (picture-mode):
27086 Delete duplicate duplicate words.
27087
27088 2005-07-18 Juri Linkov <juri@jurta.org>
27089
27090 * isearch.el (isearch-mode-map): Remove key bindings for regexp
27091 chars * ? } |.
27092 (isearch-fallback): Don't call `isearch-process-search-char'.
27093 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
27094 (isearch-process-search-char): Call `isearch-fallback' for regexp
27095 chars * ? } |.
27096 (isearch-return-char): Make obsolete with `make-obsolete' instead
27097 of simply documenting it as obsolete in the docstring.
27098 (isearch-fallback): Refill docstring.
27099
27100 * international/isearch-x.el
27101 (isearch-process-search-multibyte-characters): Remove unneeded
27102 `concat'. Add intermediate values to `junk-hist' instead of
27103 `minibuffer-history'. Test the length of `str'.
27104
27105 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
27106
27107 * allout.el (allout-resolve-xref): Fix typos in error strings.
27108 (allout-before-change-protect): Remove unneeded `concat'.
27109
27110 * array.el (array-mode, array-reconfigure-rows)
27111 (untabify-backward): Fix typos in docstrings.
27112 (array-reconfigure-rows): Use `insert-buffer-substring', not
27113 `insert-buffer'.
27114
27115 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
27116 * progmodes/ada-mode.el (ada-make-body):
27117 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
27118
27119 * dired.el (dired-log):
27120 * tar-mode.el (tar-subfile-save-buffer):
27121 * play/zone.el (zone-pgm-stress-destress):
27122 Use `insert-buffer-substring', not `insert-buffer'.
27123
27124 2005-07-17 Simon Josefsson <jas@extundo.com>
27125
27126 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
27127
27128 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
27129
27130 * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
27131 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
27132
27133 2005-07-17 Kim F. Storm <storm@cua.dk>
27134
27135 * ido.el (dired-other-window): Add ido property.
27136
27137 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
27138
27139 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
27140 Fix typo in docstring.
27141 (byte-compile-interactive-only-functions): Add `insert-buffer' and
27142 `insert-file-literally'.
27143
27144 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
27145 info and delete redundant message. Doc fix.
27146 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
27147 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
27148
27149 2005-07-16 Richard M. Stallman <rms@gnu.org>
27150
27151 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
27152 (byte-compile-and): Use byte-compile-and-recursion.
27153 (byte-compile-or-recursion): New function.
27154 (byte-compile-or): Use that.
27155 (byte-compile-if): Guard the else-clause too.
27156 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
27157
27158 * isearch.el (isearch-mode-end-hook-quit): New variable.
27159 (isearch-done): Bind it.
27160 (isearch-mode-end-hook): Doc fix.
27161
27162 * allout.el (allout-isearch-did-quit): Variable deleted.
27163 (allout-real-isearch-abort): Function name no longer used.
27164 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
27165 (allout-isearch-rectification): isearch-mode always exists.
27166 Don't set allout-isearch-did-quit.
27167 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
27168 allout-isearch-did-quit.
27169 (allout-enwrap-isearch): Just add the hook.
27170 (allout-isearch-abort): Function deleted.
27171 (allout-pre-command-business): Avoid warning.
27172
27173 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
27174 Correctly avoid warnings.
27175 (pascal-outline): Likewise.
27176
27177 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
27178
27179 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
27180
27181 * play/tetris.el (tetris-mode): Avoid warning.
27182
27183 * play/snake.el (snake-mode): Avoid warning.
27184
27185 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
27186 (gamegrid-set-display-table): Avoid warning.
27187 (gamegrid-set-timer): Likewise.
27188 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
27189 (gamegrid-add-score-with-update-game-score-1): Take FILE
27190 as argument.
27191 (gamegrid-add-score-with-update-game-score): Pass that argument.
27192 Rename have-shared-game-dir to gamegrid-shared-game-dir.
27193
27194 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
27195
27196 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
27197 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
27198
27199 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
27200 and insert-file.
27201
27202 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
27203 (sc-ask): Avoid warnings.
27204
27205 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
27206 (eshell-hist-initialize): Use that var the natural way.
27207
27208 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
27209
27210 * emacs-lisp/re-builder.el (reb-cook-regexp):
27211 Avoid warning calling lre-compile-string.
27212 (reb-color-display-p): Avoid warning.
27213
27214 * calculator.el (calculator-last-input): Guard uses
27215 of event-key and key-press-event-p.
27216 (event-key, key-press-event-p): Delete definitions.
27217
27218 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
27219 (find-gc-source-directory, find-gc-subrs-callers)
27220 (find-gc-noreturn-list, find-gc-source-files)
27221 (find-gc-subrs-called): Vars renamed and defvar'd.
27222
27223 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
27224 (checkdoc-overlay-put, checkdoc-delete-overlay)
27225 (checkdoc-overlay-start, checkdoc-overlay-end)
27226 (checkdoc-mode-line-update, checkdoc-char=):
27227 Define such that compiler knows they are defined.
27228 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
27229 (checkdoc-read-event): Delete. Use read-event directly.
27230
27231 * whitespace.el (whitespace-make-overlay)
27232 (whitespace-overlay-put, whitespace-delete-overlay)
27233 (whitespace-overlay-start, whitespace-overlay-end):
27234 Define such that compiler knows they are defined.
27235 (whitespace): Move conditional inside.
27236
27237 * tempo.el (tempo-insert-template): Suppress warning.
27238
27239 * ediff-diff.el (longlines-mode): Add defvar.
27240
27241 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
27242
27243 * server.el: Bind "C-x #" in a way that works even if C-x is
27244 redefined to a command key, not a prefix key.
27245
27246 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
27247
27248 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
27249 cl-make-type-test till execution time.
27250
27251 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
27252
27253 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
27254 arg ARG and use it.
27255
27256 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
27257
27258 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
27259
27260 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
27261
27262 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
27263 a defcustom with two :set or :type keywords.
27264
27265 2005-07-15 Richard M. Stallman <rms@gnu.org>
27266
27267 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
27268 Don't give ^M comment-end syntax.
27269
27270 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
27271
27272 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
27273 Don't consider gdbmi (gdb-mi.el has its own update functions).
27274 (gdb-var-delete): Make it work for gdbmi as well.
27275 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
27276
27277 * progmodes/gud.el (etags, sdb): Only require etags when needed.
27278 (gud-speedbar-menu-items): Correct logic for enabling items.
27279
27280 2005-07-15 Kim F. Storm <storm@cua.dk>
27281
27282 * ido.el: Fix commentary.
27283 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
27284 Use with-no-warnings around ffap-guesser.
27285 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
27286 Let bind minibuffer-completing-file-name to t.
27287
27288 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
27289
27290 * startup.el (site-run-file, keyboard-type): Doc fixes.
27291 (command-line): Check for "--basic-display" argument; also for
27292 "--quick", not "--bare-bones" (which was renamed).
27293 (fancy-splash-text): Add missing item "Getting New Versions".
27294 (normal-splash-screen): Fix typos and improve consistency with
27295 `fancy-splash-text'. Update copyright year.
27296
27297 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
27298 valid binding for `help-char'.
27299
27300 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
27301
27302 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
27303
27304 * term.el (term-mode): Disable cua-mode for term buffers.
27305
27306 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
27307
27308 * add-log.el (add-log-mailing-address, change-log-merge):
27309 Doc fixes.
27310 (change-log-get-method-definition): Fix typo in docstring.
27311
27312 2005-07-14 Kim F. Storm <storm@cua.dk>
27313
27314 * emulation/cua-base.el:
27315 (cua--pre-command-handler-1, cua--pre-command-handler)
27316 (cua--post-command-handler-1, cua--post-command-handler):
27317 Split in two. Check (buffer local) value of cua-mode.
27318 (cua-selection-mode): New command.
27319
27320 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
27321
27322 * custom.el (custom-initialize-safe-set)
27323 (custom-initialize-safe-default): Doc fixes.
27324
27325 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
27326 and simplify :init-value again.
27327
27328 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
27329 and simplify :init-value again. Delete autoload.
27330
27331 * startup.el (command-line): Use `custom-reevaluate-setting' again
27332 for tooltip-mode.
27333
27334 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
27335 a defcustom with two :initialize keywords.
27336
27337 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
27338
27339 * allout.el (my-mark-marker, allout-isearch-prior-pos)
27340 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
27341 (allout-post-command-business, allout-flag-region)
27342 (isearch-reenable-font-lock, allout-yank)
27343 (allout-insert-latex-header, allout-insert-latex-trailer)
27344 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
27345 (allout-latex-verb-quote): Fix typos in docstrings.
27346 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
27347 (allout-unprotected, allout-prefix-data):
27348 Improve argument/docstring consistency.
27349 (allout-chart-subtree): Fix argument spec.
27350 (allout-open-topic): Rename `use_sib_bullet' argument to
27351 `use-sib-bullet'. Doc fix.
27352
27353 * whitespace.el (whitespace-check-buffer-leading)
27354 (whitespace-check-buffer-trailing)
27355 (whitespace-check-buffer-indent)
27356 (whitespace-check-buffer-spacetab)
27357 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
27358 (whitespace-check-leading-whitespace)
27359 (whitespace-check-trailing-whitespace)
27360 (whitespace-check-spacetab-whitespace)
27361 (whitespace-check-indent-whitespace)
27362 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
27363 (whitespace-modes): Fix typos in docstrings.
27364 (defgroup, defcustom): Doc fixes.
27365
27366 * winner.el (winner-mode, winner-boring-buffers)
27367 (winner-pending-undo-ring): Doc fixes.
27368 (winner-ring): Remove unneeded `progn'.
27369 (winner-equal): `defsubst' it.
27370 (winner-redo): Fix message.
27371
27372 2005-07-13 Kim F. Storm <storm@cua.dk>
27373
27374 * simple.el (line-move-1): Always use vertical-motion to
27375 do the last (or only) line move to ensure some movement.
27376 Undo 2005-06-23 change--don't check for overlays.
27377
27378 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27379
27380 * term/mac-win.el (ccl-encode-mac-roman-font)
27381 (ccl-encode-mac-centraleurroman-font)
27382 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
27383 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
27384 Change charset-id boundary of dimension to ?\xef.
27385 (mac-char-fontspec-list): New constant.
27386 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
27387 argument. Nil uses itself as family in font-spec. Previous
27388 behavior for nil is now provided by non-nil non-string argument.
27389 All callers changed. Add font-specs for Mac fonts to
27390 "fontset-default" unless iso8859-1 fonts are installed.
27391
27392 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
27393
27394 * progmodes/sh-script.el (sh-get-indent-info): Only indent
27395 a continuation line if the \ is preceded by SPC or TAB.
27396 (sh-get-indent-info): Simplify.
27397 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
27398 Use with-current-buffer.
27399
27400 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
27401 when the matched text is empty.
27402
27403 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
27404
27405 * startup.el (command-line): Revert to previous handling of
27406 tooltip-mode. Explain in comment why the complexity is needed.
27407
27408 * tooltip.el (tooltip-mode): Revert to previous implementation of
27409 its defcustom.
27410
27411 * frame.el (blink-cursor-mode): Revert to previous implementation
27412 of its defcustom. Update comment.
27413
27414 2005-07-12 Lars Hansen <larsh@soem.dk>
27415
27416 * desktop.el: Update e-mail address.
27417
27418 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27419
27420 * term/mac-win.el (mac-services-mail-selection)
27421 (mac-services-mail-to): New functions.
27422 (mac-application-menu-map): Bind them.
27423
27424 2005-07-12 wulei <milton@wulei.net> (tiny change)
27425
27426 * progmodes/gdb-ui.el: Add note about buffering with Windows.
27427
27428 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
27429
27430 * custom.el (custom-reevaluate-setting): Doc fix.
27431
27432 2005-07-11 Jay Belanger <belanger@truman.edu>
27433
27434 * calc/calc.el (calc-embedded-announce-formula-alist)
27435 (calc-embedded-open-close-plain-alist)
27436 (calc-embedded-open-close-mode-alist): Add checks for additional
27437 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
27438
27439 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
27440
27441 * custom.el (custom-enable-theme): Don't add theme to
27442 `custom-enabled-themes' with `push' because there is no
27443 setf-method for `delq'.
27444
27445 2005-07-11 Richard M. Stallman <rms@gnu.org>
27446
27447 * custom.el (custom-declare-variable): Doc fix.
27448
27449 * dired-aux.el (dired-compare-directories): Remove "." and ".."
27450 from the alists.
27451
27452 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
27453 Do nothing if edebug-active.
27454
27455 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
27456 (edebug-display): Do it here instead.
27457
27458 2005-07-10 Richard M. Stallman <rms@gnu.org>
27459
27460 * cus-face.el (custom-theme-set-faces): Make it work.
27461 (custom-reset-faces): Doc fix.
27462 (custom-theme-reset-internal-face, custom-theme-face-value):
27463 Functions deleted.
27464
27465 * custom.el (custom-push-theme): Maintain list of the settings
27466 of a given theme in its theme-settings property.
27467 Maintain position of old settings in the theme-value
27468 or theme-face property.
27469 (custom-enabled-themes): New variable.
27470 (custom-theme-enabled-p): New function.
27471 (provide-theme): Update custom-enabled-themes.
27472 Disable and reenable the `user' theme.
27473 (require-theme): Doc fix.
27474 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
27475 (custom-theme-value, custom-theme-variable-value): Likewise.
27476 (custom-theme-reset-internal): Likewise.
27477 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
27478 (custom-enable-theme, custom-disable-theme): New functions.
27479 (custom-variable-theme-value, custom-face-theme-value): Likewise.
27480 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
27481 (custom-theme-reset-variables): Simplify.
27482 (deftheme, custom-declare-theme, custom-make-theme-feature):
27483 Definitions moved.
27484
27485 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
27486
27487 * longlines.el (longlines-show-region)
27488 (longlines-unshow-hard-newlines): Recognize hard newlines by
27489 non-nil hard property, instead of t.
27490
27491 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
27492
27493 * emulation/viper-cmd.el (viper--key-maps): New variable.
27494 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
27495 emulation-mode-map-alists.
27496 (viper-envelop-ESC-key): Use viper-subseq.
27497 (viper-search-forward/backward/next): Disable debug-on-error.
27498
27499 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
27500 (viper-ESC-key): New defcustoms.
27501
27502 * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
27503
27504 * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
27505 (viper-subseq): Copy of subseq from cl.el.
27506
27507 * emulation/viper.el (viper-go-away, viper-set-hooks): Use
27508 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
27509
27510 * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
27511
27512 * emulation/viper-init.el: Get rid of -face in face names.
27513
27514 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
27515 Make it work with longlines mode.
27516
27517 * ediff-mult.el (ediff-meta-mode-hook): New variable.
27518
27519 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
27520
27521 * ediff-init.el: Get rid of -face in face names.
27522
27523 2005-07-10 Richard M. Stallman <rms@gnu.org>
27524
27525 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
27526 and with-timeout-unsuspend.
27527
27528 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
27529 and with-timeout-unsuspend.
27530
27531 * emacs-lisp/timer.el (with-timeout-timers): New variable.
27532 (with-timeout): Bind that variable to record timers.
27533 (with-timeout-suspend, with-timeout-unsuspend): New functions.
27534
27535 * emacs-lisp/debug.el (debug-help-follow): New function.
27536 (debugger-mode-map): Use that instead of help-follow.
27537 (debugger-setup-buffer): Use eval-buffer-list
27538 to handle eval-buffer frames.
27539
27540 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
27541
27542 * timezone.el (timezone-parse-date): Change first regexp
27543 so it will not mistakenly match dates with no time zone.
27544
27545 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
27546
27547 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
27548
27549 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
27550
27551 * custom.el (custom-initialize-safe-set)
27552 (custom-initialize-safe-default): New functions.
27553
27554 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
27555 and simplify :init-value.
27556
27557 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
27558 and simplify :init-value. Delete obsolete comment.
27559
27560 * startup.el (command-line): Use `custom-reevaluate-setting' to
27561 handle `tooltip-mode'. Delete obsolete comment.
27562
27563 * files.el (set-visited-file-name): Avoid calling
27564 `file-name-nondirectory' with a nil argument.
27565
27566 2005-07-09 Richard M. Stallman <rms@gnu.org>
27567
27568 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
27569 was called with nil for the buffer, handle the read position right.
27570 Handle read position for eval-region, too.
27571
27572 2005-07-09 Juri Linkov <juri@jurta.org>
27573
27574 * fringe.el (fringe-mode): Add period in docstring.
27575 (fringe-query-style): Build prompt depending on `all-frames' arg.
27576
27577 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
27578 to not create links to unrelated functions in the Help buffer.
27579
27580 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
27581 Doc fix.
27582
27583 * simple.el (next-error-hook): New variable.
27584 (next-error): Use it. Doc fix.
27585
27586 * textmodes/ispell.el (ispell-command-loop): Add current
27587 dictionary name and program name to mode-line-format.
27588 (ispell-region, ispell-process-line): Add current dictionary name
27589 and program name to messages.
27590
27591 2005-07-08 Jay Belanger <belanger@truman.edu>
27592
27593 * calc/calc.el (calc-embedded-announce-formula-alist)
27594 (calc-embedded-open-close-formula-alist)
27595 (calc-embedded-open-close-word-alist)
27596 (calc-embedded-open-close-plain-alist)
27597 (calc-embedded-open-close-new-formula-alist)
27598 (calc-embedded-open-close-mode-alist)
27599 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
27600 (calc-embedded-mode-hook): New variables.
27601
27602 * calc/calc-embed.el (calc-embedded-firsttime)
27603 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
27604 New variables.
27605 (calc-do-embedded): Use calc-embedded-firsttime,
27606 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
27607 determine whether or not to run hooks.
27608 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
27609 calc-embedded-firsttime-formula appropriately.
27610 Set calc-embedded delimiter variables according to mode.
27611
27612 2005-07-08 Richard M. Stallman <rms@gnu.org>
27613
27614 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
27615 Check for "emacs", etc., as entire symbol, not just as word.
27616 (checkdoc-file-comments-engine): Use regexp-quote on FN.
27617
27618 * files.el (set-visited-file-name): Report the error
27619 for "empty filename" earlier.
27620 (kill-some-buffers): Ignore buffers already dead.
27621
27622 * fringe.el (fringe-mode): Doc fix.
27623
27624 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
27625 Check for (featurep 'xemacs) and turn off warnings in what it guards.
27626 Use unwind-protect to ensure byte-compile-unresolved-functions
27627 is updated.
27628
27629 * whitespace.el (whitespace-buffer-leading-cleanup):
27630 Simplify w/ skip-chars-forward.
27631 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
27632
27633 * mail/rmail.el (rmail-only-expunge): Fix paren error.
27634 Unconditionally try to leave point at the same old place.
27635
27636 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
27637
27638 * comint.el (comint-postoutput-scroll-to-bottom)
27639 (comint-show-maximum-output): Take scroll-margin into consideration.
27640
27641 2005-07-08 Kim F. Storm <storm@cua.dk>
27642
27643 * ido.el (ido-use-filename-at-point): New choice `guess'.
27644 (ido-file-internal): Try ffap-guesser if selected.
27645
27646 * ido.el (ido-before-fallback-functions): New hook.
27647 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
27648 (ido-read-file-name): Run it.
27649
27650 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
27651
27652 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
27653 strings rather than a list of symbols to the completion function.
27654
27655 2005-07-07 Jay Belanger <belanger@truman.edu>
27656
27657 * calc/calc-units.el (math-apply-units): Change the places in
27658 which units are simplified.
27659
27660 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
27661
27662 * cus-edit.el (customize-option, customize-option-other-window):
27663 Make them handle aliases.
27664
27665 * custom.el (custom-variable-p): Make it recursively follow
27666 aliases. Mention that in the docstring.
27667
27668 2005-07-07 Richard M. Stallman <rms@gnu.org>
27669
27670 * cus-start.el (exec-path): Use `directory' instead of `file'.
27671 Fix tag for nil.
27672
27673 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
27674
27675 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
27676 when called non-interactively. Doc fix.
27677
27678 2005-07-07 Lute Kamstra <lute@gnu.org>
27679
27680 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
27681 new address as well.
27682
27683 2005-07-07 Kenichi Handa <handa@m17n.org>
27684
27685 * international/mule.el (make-coding-system):
27686 Describe `ascii-incompatible' property in the docstring.
27687 (set-file-name-coding-system): Signal an error if coding-system is
27688 ascii-incompatible.
27689 (set-keyboard-coding-system): Likewise.
27690
27691 * international/mule-cmds.el (set-default-coding-systems):
27692 Don't set default-file-name-coding-system and
27693 default-keyboard-coding-system if coding-system is ASCII-incompatible.
27694
27695 * international/utf-16.el: Declare that all UTF-16-based coding
27696 systems are ASCII-incompatible.
27697
27698 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
27699
27700 * progmodes/gud.el: Require font-lock for displaying errors.
27701 Used by gdb-ui.el.
27702
27703 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
27704
27705 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
27706 values for the pattern lists which are `read'able but not
27707 `append'able (like symbols).
27708
27709 2005-07-06 Richard M. Stallman <rms@gnu.org>
27710
27711 * progmodes/flymake.el (flymake-float-time): Instead of
27712 with-no-warnings, test for XEmacs.
27713 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
27714 to avoid warning.
27715
27716 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
27717
27718 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
27719
27720 2005-07-05 Lute Kamstra <lute@gnu.org>
27721
27722 * battery.el: Add support for Darwin (with much debugging help
27723 from Samuel Lauber <sam124@operamail.com>).
27724 (battery-status-function, battery-echo-area-format)
27725 (battery-mode-line-format): Add support for pmset on Darwin.
27726 (battery-load-low, battery-load-critical): New user options.
27727 (battery-pmset): New function.
27728
27729 2005-07-05 Lute Kamstra <lute@gnu.org>
27730
27731 Update FSF's address in GPL notices.
27732
27733 * textmodes/page-ext.el: Update FSF's address.
27734
27735 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
27736
27737 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
27738 filling from using prefix when filling a single-line docstring.
27739
27740 * progmodes/flymake.el: Remove useless eval-when-compile.
27741
27742 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
27743
27744 2005-07-04 Richard M. Stallman <rms@gnu.org>
27745
27746 * textmodes/org.el (org-file-apps-defaults-gnu):
27747 Rename from org-file-apps-defaults-linux.
27748 (org-default-apps): Don't test system-type for `linux'.
27749 (org-file-apps): Doc fix.
27750
27751 2005-07-04 David Ponce <david@dponce.com>
27752
27753 * tree-widget.el: Improve header Commentary section.
27754 (tree-widget) [defgroup]
27755 (tree-widget-image-enable, tree-widget-themes-directory)
27756 (tree-widget-theme, tree-widget-image-properties-emacs)
27757 (tree-widget-image-properties-xemacs, tree-widget-create-image)
27758 (tree-widget-image-formats, tree-widget-control)
27759 (tree-widget-empty-control, tree-widget-leaf-control
27760 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
27761 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
27762 (tree-widget-keep, tree-widget-after-toggle-functions)
27763 (tree-widget-open-node, tree-widget-close-node): Doc fix.
27764 (tree-widget-open-control, tree-widget-close-control): Fix doc and
27765 :help-echo message.
27766 (tree-widget-set-theme): Doc fix. Use `string-equal'.
27767 (tree-widget-image-properties): Doc fix. Clearer implementation.
27768 (tree-widget--cursors): New constant.
27769 (tree-widget-lookup-image): New function split from
27770 `tree-widget-find-image'. Clearer implementation.
27771 (tree-widget-find-image): Use it.
27772 (tree-widget-button-keymap): Use `set-keymap-parent'.
27773 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
27774 Define the sub-widgets here.
27775 (tree-widget-node): Check that :node is not a tree-widget.
27776 (tree-widget-get-super, tree-widget-open-control)
27777 (tree-widget-close-control, tree-widget-empty-control)
27778 (tree-widget-leaf-control, tree-widget-guide)
27779 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
27780 (tree-widget-no-handle, tree-widget-value-delete)
27781 (tree-widget-map): Remove.
27782 (tree-widget-children-value-save): Doc fix. Simplified.
27783 (tree-widget-value-create): Update according to previous changes.
27784
27785 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
27786
27787 * textmodes/org.el: Leading space replaced by TABS.
27788 (org-recalc-marks, org-table-rotate-recalc-marks)
27789 (org-table-get-specials): Treat "^" and "_" marks.
27790 (org-table-justify-field-maybe): Optional argument NEW.
27791 (org-table-eval-formula): Parsing of the format simplified.
27792 New modes C,I. Honor the %= parameter in the current table.
27793 Avoid unnecessary re-align by using the NEW argument to
27794 `org-table-justify-field-maybe'.
27795 (org-calc-default-modes): Default for date-format mimicks org-mode.
27796 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
27797
27798 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
27799
27800 * cus-face.el (custom-theme-set-faces): Make it handle face
27801 aliases whose alias declarations are pre- or autoloaded.
27802
27803 2005-07-04 Juri Linkov <juri@jurta.org>
27804
27805 * faces.el (read-face-name): Put the code for getting a face name
27806 from the buffer before adding the faces from the `face' property.
27807 Use `completing-read-multiple' instead of `completing-read'.
27808 Require `crm'. Add default value and post-process the returned
27809 list of faces.
27810
27811 * emacs-lisp/crm.el (crm-find-current-element)
27812 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
27813
27814 * emacs-lisp/lisp-mode.el (eval-defun-1):
27815 * emacs-lisp/edebug.el (edebug-eval-defun):
27816 Remove unnecessary quotes.
27817
27818 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
27819
27820 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
27821 (prolog-indent-level): Fix typo in docstring.
27822
27823 * info.el (Info-history, Info-history-forward)
27824 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
27825
27826 * add-log.el (add-change-log-entry):
27827 * comint.el (comint-dynamic-list-input-ring)
27828 (comint-dynamic-list-completions):
27829 * dabbrev.el (dabbrev-expand):
27830 * delim-col.el (delimit-columns-rectangle-line):
27831 * diff-mode.el (diff-context->unified, diff-reverse-direction)
27832 (diff-unified->context):
27833 * ediff-init.el (ediff-abbrev-jobname):
27834 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
27835 (ediff-replace-session-activity-marker-in-meta-buffer):
27836 * info.el (Info-summary):
27837 * lpr.el (printify-region):
27838 * printing.el (pr-create-interface):
27839 * ps-print.el (ps-print-quote):
27840 * ses.el (ses-column-widths, ses-print-cell)
27841 (ses-adjust-print-width, ses-center):
27842 * shell.el (shell-file-name-quote-list):
27843 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
27844 (strokes-fill-current-buffer-with-whitespace)
27845 (strokes-xpm-for-stroke, strokes-list-strokes)
27846 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
27847 * term.el (term-dynamic-list-input-ring)
27848 (term-dynamic-list-completions):
27849 * calc/calc.el (math-format-stack-value):
27850 * emacs-lisp/edebug.el (edebug-display-freq-count):
27851 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
27852 (delphi-new-comment-line):
27853 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
27854 * progmodes/executable.el (executable-set-magic):
27855 * progmodes/python.el (inferior-python-mode):
27856 * progmodes/scheme.el (scheme-mode-syntax-table):
27857 * progmodes/sh-script.el (sh-maybe-here-document):
27858 * progmodes/sql.el (sql-copy-column):
27859 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
27860 * textmodes/bibtex.el (bibtex-mode):
27861 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
27862 (sgml-auto-attributes):
27863 * textmodes/table.el (table-insert, table-shorten-cell)
27864 (table--generate-source-scan-lines, table-delete-row)
27865 (*table--cell-delete-char, table--spacify-frame)
27866 (table--horizontally-shift-above-and-below)
27867 (table--cell-insert-char, table--cell-blank-str)
27868 (table--fill-region-strictly):
27869 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
27870 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
27871
27872 * add-log.el (change-log):
27873 * apropos.el (apropos):
27874 * comint.el (comint-completion, comint-source):
27875 * dabbrev.el (dabbrev):
27876 * delim-col.el (columns):
27877 * diff-mode.el (diff-mode):
27878 * ediff.el (ediff):
27879 * ediff-diff.el (ediff-diff):
27880 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
27881 * ediff-mult.el (ediff-mult):
27882 * ediff-ptch.el (ediff-ptch):
27883 * ediff-wind.el (ediff-window):
27884 * facemenu.el (facemenu):
27885 * indent.el (indent):
27886 * info.el (info):
27887 * jka-cmpr-hook.el (compression, jka-compr):
27888 * lpr.el (lpr):
27889 * outline.el (outlines):
27890 * pcmpl-cvs.el (pcmpl-cvs):
27891 * pcmpl-rpm.el (pcmpl-rpm):
27892 * printing.el (printing):
27893 * ps-print.el (postscript, ps-print, ps-print-horizontal)
27894 (ps-print-vertical, ps-print-headers, ps-print-font)
27895 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
27896 (ps-print-background, ps-print-printer, ps-print-page)
27897 (ps-print-miscellany):
27898 * ses.el (ses):
27899 * shell.el (shell, shell-directories, shell-faces):
27900 * startup.el (initialization):
27901 * strokes.el (strokes):
27902 * term.el (term):
27903 * uniquify.el (uniquify):
27904 * w32-vars.el (w32):
27905 * calc/calc.el (calc):
27906 * emacs-lisp/bytecomp.el (bytecomp):
27907 * emacs-lisp/cl-indent.el (lisp-indent):
27908 * emacs-lisp/edebug.el (edebug):
27909 * emacs-lisp/elp.el (elp):
27910 * emacs-lisp/testcover.el (testcover):
27911 * emacs-lisp/trace.el (trace):
27912 * emulation/viper-ex.el (viper-ex):
27913 * emulation/viper-mous.el (viper-mouse):
27914 * mail/mailalias.el (mailalias):
27915 * mail/supercite.el (supercite, supercite-frames)
27916 (supercite-attr, supercite-cite, supercite-hooks):
27917 * net/rcompile.el (remote-compile):
27918 * net/rlogin.el (rlogin):
27919 * obsolete/ooutline.el (outlines):
27920 * progmodes/delphi.el (delphi):
27921 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
27922 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
27923 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
27924 (ebnf-optimization):
27925 * progmodes/etags.el (etags):
27926 * progmodes/executable.el (executable):
27927 * progmodes/idlwave.el (idlwave):
27928 * progmodes/pascal.el (pascal):
27929 * progmodes/prolog.el (prolog):
27930 * progmodes/python.el (python):
27931 * progmodes/scheme.el (scheme):
27932 * progmodes/sh-script.el (sh, sh-script):
27933 * progmodes/sql.el (SQL):
27934 * progmodes/tcl.el (tcl):
27935 * textmodes/bibtex.el (bibtex, bibtex-autokey):
27936 * textmodes/enriched.el (enriched):
27937 * textmodes/makeinfo.el (makeinfo):
27938 * textmodes/sgml-mode.el (sgml):
27939 * textmodes/table.el (table-hooks):
27940 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
27941 * textmodes/texinfo.el (texinfo):
27942 * textmodes/two-column.el (two-column):
27943 Finish `defgroup' description with period.
27944
27945 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
27946 * eshell/esh-var.el (eshell-var):
27947 * progmodes/vhdl-mode.el (vhdl-testbench):
27948 * textmodes/org.el (org): Fix typos in docstrings.
27949
27950 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
27951 consistency.
27952
27953 * progmodes/flymake.el (flymake-find-file): Remove.
27954 (flymake-float-time): Use `with-no-warnings'.
27955 (flymake-check-start-time, flymake-check-was-interrupted)
27956 (flymake-err-info, flymake-is-running, flymake-last-change-time)
27957 (flymake-new-err-info): `defvar' at compile time.
27958
27959 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
27960
27961 * replace.el (occur-hook): Doc fix.
27962 (occur-1): Don't call `occur-hook' if there are no matches.
27963
27964 2005-07-03 Richard M. Stallman <rms@gnu.org>
27965
27966 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
27967 global-map, save the same map.
27968 (global-map): Don't alter it at top level.
27969 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
27970 Then alter it here instead.
27971 (tpu-edt-off): Set global-map to the saved one.
27972
27973 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
27974 All references simplified.
27975 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
27976 (zmacs-regions): Add defvar.
27977 (repeat-complex-command-map): Everything about that deleted.
27978
27979 * textmodes/artist.el (artist-key-is-drawing)
27980 (artist-key-endpoint1, artist-key-poly-point-list)
27981 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
27982 (artist-key-compl-table, artist-rb-save-data)
27983 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
27984 Don't put them in eval-when-compile.
27985 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
27986
27987 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
27988 Use with-no-warnings.
27989
27990 * net/browse-url.el (dos-windows-version): Add defvar.
27991
27992 * mail/supercite.el (filladapt-prefix-table): Add defvar.
27993
27994 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
27995 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
27996 (rmail-new-summary-line-count): Rename from new-summary-line-count.
27997 Add defvar.
27998 (rmail-summary-beginning-of-message): Use with-no-warnings.
27999 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
28000
28001 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
28002 Use with-no-warnings.
28003
28004 * emulation/vi.el (vi-mark-region): Use c-mark-function.
28005 (c-mark-function): Add point-moving-unit property.
28006 (vi-goto-line): Use with-no-warnings.
28007
28008 * emulation/edt.el (edt-last-copied-word): Add defvar.
28009 (zmacs-region-stays): Likewise.
28010 (edt-mark-section-wisely): Use c-mark-function for C.
28011 Use makr-defun for Fortran.
28012 (time-string): defvar deleted.
28013 (edt-display-the-time): Don't set time-string.
28014
28015 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
28016
28017 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
28018 Don't warn when name is not constant
28019 or for defining the group `emacs'.
28020
28021 * tooltip.el (gud-tooltip-mode): Add defvar.
28022
28023 * startup.el (default-frame-background-mode): Add defvar.
28024
28025 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
28026
28027 * info.el (tool-bar-map): Add defvar.
28028
28029 * dired.el (dnd-protocol-alist): Add defvar.
28030
28031 * dired-aux.el (dired-query): Display question with answer, when
28032 the user answers.
28033
28034 * custom.el (custom-add-option): Doc fix.
28035
28036 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
28037
28038 2005-07-03 Eli Zaretskii <eliz@gnu.org>
28039
28040 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
28041 bogus name from the last change.
28042
28043 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
28044
28045 * custom.el (custom-declare-variable): Fix typos in comment.
28046 (custom-known-themes): Doc fix.
28047 (custom-theme-directory): New defcustom.
28048 (require-theme): Make it check `custom-theme-directory'.
28049
28050 * cus-theme.el (custom-new-theme-mode): New function.
28051 (custom-theme-name, custom-theme-variables, custom-theme-faces)
28052 (custom-theme-description): Add compiler defvars.
28053 (customize-create-theme): Add doc to the "*New Custom Theme*"
28054 buffer. Use `custom-new-theme-mode'.
28055 (custom-theme-write): Put the created buffer in emacs-lisp-mode
28056 and save it to the `custom-theme-directory'. Make this the
28057 default directory of the buffer.
28058
28059 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
28060
28061 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
28062 Fix unbalanced parentheses.
28063
28064 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
28065
28066 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
28067 into flymake-mode and delegate to flymake-mode.
28068
28069 * find-file.el (ff-which-function-are-we-in): Clean up.
28070
28071 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
28072
28073 * replace.el (occur-rename-buffer): Fix docstring.
28074
28075 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
28076 (edt-last-copied-word, edt-learn-macro-count)
28077 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
28078 (edt-rect-start-point, edt-user-global-map, rect-start-point)
28079 (time-string, zmacs-region-stays):
28080 * emulation/edt-mapper.el (edt-save-function-key-map)
28081 (EDT-key-name): `defvar' to silence the byte-compiler.
28082
28083 2005-07-02 Martin Rudalics <rudalics@gmx.at>
28084
28085 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
28086 font-lock-regexp-backslash. Doc fix.
28087 (font-lock-regexp-backslash-grouping-construct): Rename from
28088 font-lock-regexp-backslash-construct. Doc fix.
28089 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
28090 grouping constructs.
28091
28092 2005-07-02 Eli Zaretskii <eliz@gnu.org>
28093
28094 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
28095 updating all the prerequisites.
28096
28097 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
28098
28099 * textmodes/org.el (org-agenda-start-on-weekday)
28100 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
28101 (org-agenda-use-time-grid, org-archive-location)
28102 (org-allow-space-in-links, org-usenet-links-prefer-google)
28103 (org-enable-table-editor, org-export-default-language)
28104 (org-export-html-show-new-buffer, org-fill-paragraph)
28105 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
28106 (org-goto-quit, org-occur, org-eval-in-calendar)
28107 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
28108 (org-agenda-diary-entry, org-remember-help)
28109 (org-table-convert-region, org-at-table-p)
28110 (org-table-move-row-down, org-table-move-row-up)
28111 (org-table-copy-region, org-table-toggle-vline-visibility)
28112 (org-table-get-stored-formulas, org-table-get-specials)
28113 (org-recalc-commands, org-table-eval-formula)
28114 (org-table-formula-substitute-names, orgtbl-make-binding)
28115 (org-format-org-table-html, org-format-table-table-html)
28116 (org-format-table-table-html-using-table-generate-source)
28117 (org-customize): Fix typos in docstrings.
28118 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
28119 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
28120 (org-back-to-heading): Doc fixes.
28121 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
28122 (org-agenda-change-all-lines, org-get-header):
28123 Improve argument/docstring consistency.
28124 (orgtbl-error): Fix error message.
28125
28126 * progmodes/flymake.el (flymake-find-possible-master-files)
28127 (flymake-master-file-compare, flymake-get-line-err-count)
28128 (flymake-highlight-line, flymake-gui-warnings-enabled):
28129 Fix typos in docstrings.
28130 (flymake-parse-line, flymake-get-project-include-dirs-function)
28131 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
28132 Doc fixes.
28133 (flymake-get-project-include-dirs-function)
28134 (flymake-make-err-menu-data):
28135 Improve argument/docstring consistency.
28136
28137 2005-07-01 Lute Kamstra <lute@gnu.org>
28138
28139 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
28140 Catch errors with ignore-errors. Use temporary buffer.
28141 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
28142
28143 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
28144 background color faces.
28145 (facemenu-set-foreground, facemenu-set-background):
28146 Use facemenu-set-face-from-menu.
28147 (facemenu-set-face-from-menu): Treat face names that start with
28148 "fg:" or "bg:" as special.
28149 (facemenu-add-new-color): Don't create faces. Simplify.
28150
28151 2005-06-30 Richard M. Stallman <rms@gnu.org>
28152
28153 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
28154 (crm-find-current-element): Likewise.
28155
28156 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
28157
28158 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
28159
28160 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
28161
28162 * arc-mode.el (archive-extract): Make it work as a mouse binding.
28163 (archive-mouse-extract): Make it an obsolete alias.
28164 (archive-mode-map): Don't use archive-mouse-extract any more.
28165 (archive-mode, archive-extract): write-contents-hooks ->
28166 write-contents-functions.
28167 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
28168 first arg.
28169 (archive-rename-entry): Update the call.
28170 (archive-zip-summarize): Remove unused var `method'.
28171 (archive-lzh-summarize): Remove unused var `creator'.
28172
28173 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
28174 dedicated frame upon exit.
28175
28176 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
28177 (archive-zip-extract, archive-zip-expunge)
28178 (archive-zip-update, archive-zip-update-case): Use executable-find.
28179 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
28180 Use restore-buffer-modified-p.
28181 (archive-extract, archive-add-new-member, archive-write-file-member):
28182 Use with-current-buffer.
28183 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
28184
28185 2005-06-30 Andreas Schwab <schwab@suse.de>
28186
28187 * progmodes/gud.el (gud-filter): Remove unneeded progn.
28188
28189 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
28190
28191 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
28192
28193 2005-06-30 Juri Linkov <juri@jurta.org>
28194
28195 * faces.el (vertical-border): Inherit from mode-line-inactive
28196 only on tty.
28197
28198 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
28199
28200 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
28201 example, -NLINES in the `occur' docstring).
28202
28203 * replace.el (occur-1): When no matches are found, do not set the
28204 `buffer-read-only' and modified flags for the occur buffer,
28205 because it is deleted.
28206
28207 * emulation/cua-base.el (cua-check-pending-input)
28208 (cua-repeat-replace-region, cua-mode, cua-debug)
28209 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
28210 Fix typos in docstrings.
28211
28212 * emulation/cua-gmrk.el (cua-toggle-global-mark)
28213 (cua-cut-region-to-global-mark)
28214 (cua--cut-rectangle-to-global-mark):
28215 Remove period from end of messages.
28216
28217 * emulation/cua-rect.el (cua-do-rectangle-padding):
28218 Remove period from end of messages.
28219 (cua--rectangle-seq-format): Fix typo in docstring.
28220 (cua-sequence-rectangle, cua-fill-char-rectangle):
28221 Improve argument/docstring consistency.
28222
28223 2005-06-29 Juri Linkov <juri@jurta.org>
28224
28225 * faces.el (default-frame-background-mode): New internal variable.
28226 (frame-set-background-mode): Use it.
28227
28228 * startup.el (normal-top-level): Set default-frame-background-mode
28229 instead of frame-background-mode. Before setting it, test for its
28230 nil value. Remove tests for frame-background-mode and frame
28231 parameter `reverse'. Add test for "unspecified-fg".
28232
28233 * term/xterm.el (xterm-rxvt-set-background-mode):
28234 * term/rxvt.el (rxvt-set-background-mode):
28235 Set default-frame-background-mode instead of frame-background-mode.
28236
28237 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
28238
28239 * simple.el (set-variable): Warn about obsolete user variables.
28240
28241 * imenu.el (imenu--completion-buffer):
28242 * mouse.el (mouse-buffer-menu-alist):
28243 * msb.el (msb-invisible-buffer-p):
28244 * calendar/diary-lib.el (diary-header-line-format):
28245 * emacs-lisp/pp.el (pp-buffer):
28246 * progmodes/cperl-mode.el (cperl-do-auto-fill):
28247 * textmodes/picture.el (picture-replace-match):
28248 Change space constants followed by a sexp to "?\s ".
28249
28250 * play/decipher.el (decipher-loop-with-breaks):
28251 * textmodes/texinfo.el (texinfo-insert-@item): Change space
28252 constants "protected" from end of line by a comment to "?\s".
28253
28254 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
28255
28256 * font-lock.el (save-buffer-state): Use `declare'.
28257
28258 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
28259 reset the syntax-table to cperl-mode-syntax-table.
28260 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
28261 "foo_print_bar" is not matched as a reserved keyword.
28262
28263 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
28264
28265 * textmodes/org.el (orgtbl-setup): New function, for delayed
28266 setup for the orgtbl commands.
28267 (org-calc-default-modes): New option.
28268 (orgtbl-make-binding): Use `defun' to get better help display.
28269 (org-diary): Call `org-compile-prefix-format'.
28270 (org-table-formula-substitute-names): New function.
28271 (org-agenda-day-view, org-agenda-week-view): New commands.
28272 (org-agenda-toggle-week-view): Command removed.
28273 (org-tbl-menu): Split off from org-org-menu.
28274 (org-mode): Move removal of outline-mode menus to here.
28275 (org-table-formula-debug): New option.
28276 (org-table-insert-row): Keep first field if just "#" or "*".
28277 (org-mode): Paragraph regexps fixed.
28278 (org-table-recalculate-regexp): New constant.
28279 (org-table-justify-field-maybe): Avoid replace if not necessary.
28280 (org-copy-special, org-cut-special): Use `call-interactively'.
28281 (org-table-copy-region): Take region from `interactive' call.
28282 (org-trim): Return string even if no match.
28283 (org-formula): New face.
28284 (org-set-font-lock-defaults): No longer highlight "FIXME".
28285 But highlight formula-related fields in table.
28286 (org-table-p): Use regexp, not fontification.
28287 (org-table-align): Handle white space at end of line.
28288 (org-table-formula-evaluate-inline): New option.
28289 (org-mode): Auto-wrapping in comment lines turned off.
28290 (org-table-copy-down): Evaluate only in copied field, not in
28291 destination.
28292 (org-table-current-formula): Variable removed.
28293 (org-table-store-formulas, org-table-get-stored-formulas)
28294 (org-table-modify-formulas, org-table-replace-in-formulas)
28295 (org-table-maybe-eval-formula): New functions.
28296 (org-table-get-formula): Modify to use stored formulas.
28297 (org-table-insert-column, org-table-delete-column)
28298 (org-table-move-column): Call `org-table-modify-formulas'.
28299 (org-complete): Add completion for keyword formulas.
28300 (orgtbl-mode): Pull orgtbl-mode-map to start of
28301 minor-mode-map-alist.
28302
28303 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
28304
28305 * progmodes/python.el (python-check): Require `compile' before
28306 modifying its variables.
28307
28308 * newcomment.el (comment-indent-default): Don't get fooled by an early
28309 end of buffer.
28310
28311 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28312
28313 * ps-print.el (ps-print-version): Fix version number.
28314
28315 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
28316
28317 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
28318
28319 2005-06-28 Richard M. Stallman <rms@gnu.org>
28320
28321 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
28322 (flyspell-local-mouse-map): Declaration deleted.
28323 (flyspell-mouse-map): Bind only mouse-2.
28324 (flyspell-mode-map): Don't test flyspell-use-local-map.
28325 (flyspell-overlay-keymap-property-name): Var deleted.
28326 (flyspell-mode-on): Don't make local bindings for
28327 flyspell-mouse-map and flyspell-mode-map.
28328 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
28329
28330 * textmodes/ispell.el (ispell-word): Do not ignore short words.
28331
28332 * progmodes/compile.el (compilation-next-error-function):
28333 Don't switch buffers; operate on the current buffer.
28334
28335 * progmodes/compile.el (compilation-error-file-name)
28336 (compilation-warning-file-name, compilation-info-file-name)
28337 (compilation-line-number, compilation-column-number): New faces.
28338 (compilation-error-face, compilation-warning-face)
28339 (compilation-info-face, compilation-line-face)
28340 (compilation-column-face): Use them.
28341
28342 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
28343
28344 * comint.el (comint-password-prompt-regexp): Accept ", try again".
28345
28346 * bindings.el (global-map): Bind insertchar and its variants.
28347
28348 2005-06-27 Richard M. Stallman <rms@gnu.org>
28349
28350 * textmodes/artist.el (artist-text-overwrite)
28351 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
28352
28353 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28354
28355 * ps-print.el: It was not working the page selection for printing.
28356 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
28357 (ps-print-version): New version 6.6.7.
28358 (ps-end-sheet): New fun.
28359 (ps-header-sheet, ps-end-job): Call it.
28360
28361 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
28362
28363 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
28364
28365 2005-06-27 Lute Kamstra <lute@gnu.org>
28366
28367 * facemenu.el (facemenu-unlisted-faces): Add foreground and
28368 background color faces.
28369 (facemenu-get-face): Delete function.
28370 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
28371 (facemenu-add-new-color): Make second argument mandatory.
28372 Create the appropriate face and return it. Simplify.
28373 (facemenu-set-foreground, facemenu-set-background): Don't check if
28374 color is defined. Use return value of facemenu-add-new-color.
28375
28376 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
28377
28378 * progmodes/gud.el (gud-filter): Add missing argument to
28379 with-selected-window.
28380
28381 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
28382
28383 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
28384 a :require to the defcustom.
28385
28386 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
28387 defcustoms corresponding to minor modes.
28388
28389 2005-06-26 David Ponce <david@dponce.com>
28390
28391 * recentf.el: Require tree-widget instead of wid-edit.
28392 (recentf-filename-handler): Fix widget :type.
28393 (recentf-cancel-dialog, recentf-open-more-files)
28394 (recentf-open-files-action): Doc fix.
28395 (recentf-dialog-goto-first): New function.
28396 (recentf-dialog-mode-map): Set parent keymap first.
28397 (recentf-dialog-mode): Define with define-derived-mode.
28398 Don't display continuation lines in dialogs.
28399 (recentf-edit-list): Rename from recentf-edit-selected-items.
28400 (recentf-edit-list-select): Rename from recentf-edit-list-action.
28401 Simplify.
28402 (recentf-edit-list-validate): New function.
28403 (recentf-edit-list): Update accordingly.
28404 (recentf-open-files-item-shift): Remove.
28405 (recentf-open-files-item): Convert menu elements into tree and
28406 link widgets. Don't create the widgets.
28407 (recentf-open-files): Update accordingly.
28408 (recentf-save-list): Untabify.
28409
28410 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
28411
28412 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
28413 (keep-lines): Add INTERACTIVE arg. Never delete lines only
28414 partially contained in the active region. Do not take active
28415 region into account when called from Lisp, unless INTERACTIVE arg
28416 is non-nil. Use `forward-line' instead of `beginning-of-line' to
28417 avoid trouble with fields. Make marker point nowhere when no
28418 longer used. Always return nil. Doc fix.
28419 (flush-lines): Add INTERACTIVE arg. Do not take active region
28420 into account when called from Lisp, unless INTERACTIVE arg is
28421 non-nil. Use `forward-line' instead of `beginning-of-line' to
28422 avoid trouble with fields. Make marker point nowhere when no
28423 longer used. Always return nil. Doc fix.
28424 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
28425 interchangeable. Do not take active region into account when
28426 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
28427 message in echo area when called from Lisp, unless INTERACTIVE arg
28428 is non-nil. Avoid saying "1 occurrences". Do not use markers.
28429 Return the number of matches. Doc fix.
28430 (occur): Doc fix.
28431 (perform-replace): Make comment follow double space convention for
28432 the sake of `outline-minor-mode'.
28433
28434 * faces.el (facep): Doc fix.
28435
28436 2005-06-25 Richard M. Stallman <rms@gnu.org>
28437
28438 * facemenu.el (facemenu-enable-faces-p): New function.
28439 (facemenu-background-menu, facemenu-foreground-menu)
28440 (facemenu-face-menu): Add menu-enable property.
28441
28442 * jka-compr.el (jka-compr-insert-file-contents):
28443 Special handling if cannot find the uncompression program.
28444
28445 * cus-face.el (custom-face-attributes): Add autoload.
28446
28447 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28448 Bind comment-indent-function locally.
28449
28450 * window.el (save-selected-window): Use save-current-buffer.
28451
28452 * subr.el (with-selected-window): Use save-current-buffer.
28453
28454 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
28455 and with-current-buffer.
28456
28457 2005-06-24 Richard M. Stallman <rms@gnu.org>
28458
28459 * simple.el (line-move-1): Fix previous change.
28460
28461 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
28462
28463 * replace.el (occur-1): Set `buffer-read-only' and the
28464 buffer-modified flag before running `occur-hook' to protect
28465 against unintentional buffer switches that can lead to data loss.
28466
28467 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
28468
28469 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
28470 (gud-gdb-marker-filter): Use font-lock-warning-face for any
28471 initial error.
28472
28473 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
28474 after fresh input.
28475 (gdb-var-create-handler): Put name of expression in quotes.
28476
28477 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
28478
28479 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
28480 elements of RING in order, and without bogus nil elements.
28481
28482 2005-06-23 Richard M. Stallman <rms@gnu.org>
28483
28484 * simple.el (set-variable): Args renamed; doc fix.
28485 (line-move-1): When there are overlays around, use vertical-motion.
28486
28487 * faces.el (escape-glyph): Use brown against light background.
28488 (nobreak-space): Rename from no-break-space.
28489 Fix previous change.
28490
28491 * dired-aux.el (dired-do-copy): Fix arg prompt.
28492
28493 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
28494
28495 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
28496
28497 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
28498 rather than "Distributor".
28499
28500 2005-06-23 Lute Kamstra <lute@gnu.org>
28501
28502 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
28503 (debug-on-entry): Use it. New interactive declaration that uses
28504 function-called-at-point.
28505
28506 2005-06-23 Kim F. Storm <storm@cua.dk>
28507
28508 * subr.el (save-match-data): Add comment about using evaporate arg
28509 to set-match-data.
28510
28511 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
28512
28513 * cus-edit.el (customize-face)
28514 (customize-face-other-window): Handle face aliases.
28515
28516 * faces.el (face-documentation, set-face-attribute)
28517 (face-spec-set): Handle face aliases.
28518
28519 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
28520
28521 * help-mode.el (help-make-xrefs): If a symbol representing a face
28522 name is not followed by the word "face", it could still be a
28523 function or variable name, so don't bypass other checks.
28524
28525 2005-06-22 Juri Linkov <juri@jurta.org>
28526
28527 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
28528 Replace aliased functions with calls where second arg `inherit' is t.
28529
28530 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
28531
28532 * progmodes/gdb-ui.el (gdb-error): New variable.
28533 (gdb-error): New function.
28534 (gdb-annotation-rules): Act on error-begin and error annotations.
28535 (gdb-concat-output): Use font-lock-warning-face for errors.
28536
28537 2005-06-22 Miles Bader <miles@gnu.org>
28538
28539 * bindings.el (propertized-buffer-identification): Use renamed
28540 `Buffer-menu-buffer' face.
28541
28542 * faces.el (vertical-border): Rename from `vertical-divider'.
28543 (escape-glyph): Change dark-background color back to `cyan'.
28544
28545 2005-06-21 Juri Linkov <juri@jurta.org>
28546
28547 * faces.el (face-user-default-spec): Try getting `customized-face'
28548 prior to `saved-face'.
28549 (frame-background-mode): Refill docstring.
28550
28551 * emacs-lisp/lisp-mode.el (eval-defun-1):
28552 * emacs-lisp/edebug.el (edebug-eval-defun):
28553 Set `saved-face' temporarily to nil before calling form.
28554 Set `customized-face' to the new spec after that.
28555
28556 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
28557
28558 * subr.el (1value, lambda, key-substitution-in-progress):
28559 Doc fixes.
28560
28561 * autoinsert.el (auto-insert-alist):
28562 * ses.el (ses-call-printer):
28563 * subr.el (noreturn):
28564 * emacs-lisp/lisp.el (check-parens):
28565 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
28566 * net/browse-url.el (browse-url-mosaic):
28567 * progmodes/cc-defs.el (c-safe-scan-lists):
28568 * progmodes/ebnf-abn.el (ebnf-abn-lex):
28569 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
28570 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
28571 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
28572 * progmodes/ebnf-iso.el (ebnf-iso-lex):
28573 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
28574
28575 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
28576
28577 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
28578
28579 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
28580
28581 * calendar/appt.el (appt-make-list): Activate the package, if
28582 not already active (for backwards compatibility).
28583
28584 2005-06-20 Kim F. Storm <storm@cua.dk>
28585
28586 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
28587
28588 2005-06-20 Miles Bader <miles@gnu.org>
28589
28590 * faces.el (vertical-divider): New face.
28591
28592 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
28593
28594 * simple.el (kill-whole-line): Doc fix.
28595 (next-error-buffer-p, next-error-find-buffer)
28596 (clone-indirect-buffer): Fix typos in docstrings.
28597 (comment-line-break-function): Doc fix: don't say variable
28598 is automatically buffer-local (it isn't).
28599
28600 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
28601
28602 * net/tramp-ftp.el (top):
28603 * net/tramp-smb.el (top):
28604 * net/tramp-util.el (top):
28605 * net/tramp-uu.el (top):
28606 * net/tramp-vc.el (top):
28607 * net/tramp.el (top): Revert copyright years back to original
28608 ones. Tramp has a life outside GNU Emacs.
28609
28610 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
28611
28612 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
28613
28614 2005-06-18 Juri Linkov <juri@jurta.org>
28615
28616 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
28617 end of first regexp to limit the match to the position between
28618 line number and source line with same separator character as used
28619 between file name and line number. In the second regexp limit
28620 mouse-face area to file name and line number by adding new group
28621 for them and referring it in HYPERLINK arg.
28622 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
28623 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
28624 previous line where grep markers may be already removed.
28625
28626 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
28627
28628 * progmodes/ps-mode.el: Update version and maintainer's email address.
28629
28630 2005-06-18 Steve Youngs <steve@xemacs.org>
28631
28632 * net/browse-url.el (browse-url-browser-function)
28633 (browse-url-default-browser): Add firefox.
28634 (browse-url-firefox-program, browse-url-firefox-arguments)
28635 (browse-url-firefox-startup-arguments)
28636 (browse-url-firefox-new-window-is-tab): New defcustoms.
28637 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
28638
28639 2005-06-17 Richard M. Stallman <rms@gnu.org>
28640
28641 * startup.el (command-line): Warn if specified user name has
28642 no home directory.
28643
28644 * term.el (term-get-old-input, term-input-filter, term-input-sender)
28645 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
28646
28647 * longlines.el (longlines-mode, longlines-show-hard-newlines):
28648 Doc fixes.
28649
28650 * faces.el (underline): Try bold if terminal doesn't support underline.
28651
28652 * mail/sendmail.el (mail-setup-with-from): New variable.
28653 (mail-insert-from-field): New function.
28654 (sendmail-send-it): Call it.
28655 (mail-setup): Optionally call it here.
28656
28657 * term/linux.el: Call tty-no-underline.
28658
28659 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
28660
28661 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
28662
28663 2005-06-17 Miles Bader <miles@gnu.org>
28664
28665 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
28666 (ediff-current-diff-C, ediff-current-diff-Ancestor)
28667 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
28668 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
28669 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
28670 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
28671 Remove "-face" suffix from face names.
28672 (ediff-current-diff-face-A, ediff-current-diff-face-B)
28673 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
28674 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
28675 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
28676 (ediff-even-diff-face-A, ediff-even-diff-face-B)
28677 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
28678 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
28679 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
28680 New backward-compatibility aliases for renamed faces.
28681 (ediff-current-diff-face-A, ediff-current-diff-face-B)
28682 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
28683 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
28684 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
28685 (ediff-even-diff-face-A, ediff-even-diff-face-B)
28686 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
28687 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
28688 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
28689 Use renamed ediff faces.
28690
28691 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
28692 Remove "-face" suffix from face names.
28693 (eshell-test-ok-face, eshell-test-failed-face):
28694 New backward-compatibility aliases for renamed faces.
28695 (eshell-run-test): Use renamed eshell-test faces.
28696
28697 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
28698 face name.
28699 (eshell-prompt-face): New backward-compatibility alias for renamed
28700 face.
28701 (eshell-emit-prompt): Use renamed eshell-prompt face.
28702
28703 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
28704 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
28705 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
28706 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
28707 Remove "-face" suffix from face names.
28708 (eshell-ls-directory-face, eshell-ls-symlink-face)
28709 (eshell-ls-executable-face, eshell-ls-readonly-face)
28710 (eshell-ls-unreadable-face, eshell-ls-special-face)
28711 (eshell-ls-missing-face, eshell-ls-archive-face)
28712 (eshell-ls-backup-face, eshell-ls-product-face)
28713 (eshell-ls-clutter-face):
28714 New backward-compatibility aliases for renamed faces.
28715 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
28716
28717 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
28718 Remove "-face" suffix from face name.
28719 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
28720 instead of literal face.
28721
28722 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
28723
28724 * emacs-lisp/warnings.el (display-warning, lwarn)
28725 (warning-minimum-log-level): Doc fixes.
28726 (warning-minimum-level, warning-minimum-log-level):
28727 Add :debug to :type choices.
28728
28729 * progmodes/ada-mode.el (ada-format-paramlist)
28730 (ada-get-indent-case, ada-check-matching-start)
28731 (ada-check-defun-name, ada-goto-matching-decl-start)
28732 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
28733 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
28734 (ada-make-subprogram-body): Follow error conventions.
28735 (ada-case-exception-file, ada-indent-comment-as-code)
28736 (ada-indent-handle-comment-special, ada-indent-renames)
28737 (ada-indent-return, ada-search-directories-internal)
28738 (ada-tab-policy, ada-case-exception-substring)
28739 (ada-other-file-alist, ada-matching-start-re)
28740 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
28741 (ada-imenu-generic-expression, ada-compile-goto-error)
28742 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
28743 (ada-popup-menu, ada-add-extensions, ada-mode)
28744 (ada-region-selected, ada-create-case-exception)
28745 (ada-create-case-exception-substring, ada-after-keyword-p)
28746 (ada-activate-keys-for-case, ada-adjust-case-region)
28747 (ada-adjust-case-buffer, ada-format-paramlist)
28748 (ada-scan-paramlist, ada-insert-paramlist)
28749 (ada-indent-newline-indent)
28750 (ada-indent-newline-indent-conditional)
28751 (ada-justified-indent-current, ada-goto-previous-word)
28752 (ada-indent-current, ada-get-indent-open-paren)
28753 (ada-get-indent-paramlist, ada-get-indent-end)
28754 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
28755 (ada-get-indent-block-start, ada-get-indent-subprog)
28756 (ada-get-indent-noindent, ada-get-indent-label)
28757 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
28758 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
28759 (ada-goto-stmt-end, ada-goto-next-word)
28760 (ada-check-matching-start, ada-check-defun-name)
28761 (ada-goto-matching-decl-start, ada-goto-matching-start)
28762 (ada-goto-matching-end, ada-search-ignore-string-comment)
28763 (ada-in-decl-p, ada-looking-at-semi-or)
28764 (ada-looking-at-semi-private, ada-in-paramlist-p)
28765 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
28766 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
28767 (ada-next-procedure, ada-previous-procedure, ada-next-package)
28768 (ada-previous-package, ada-create-menu)
28769 (ada-fill-comment-paragraph-justify)
28770 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
28771 (ada-other-file-name, ada-last-which-function-line)
28772 (ada-last-which-function-subprog, ada-which-function)
28773 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
28774 (ada-gen-treat-proc, ada-check-emacs-version)
28775 (ada-continuation-indent, ada-align-region-separate):
28776 Fix typos in docstrings.
28777 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
28778
28779 2005-06-16 Lute Kamstra <lute@gnu.org>
28780
28781 * simple.el (fundamental-mode): Run after-change-major-mode-hook
28782 conditionally.
28783
28784 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
28785
28786 * comint.el (comint-replace-by-expanded-filename)
28787 (comint-prompt-regexp, comint-delimiter-argument-list)
28788 (comint-preinput-scroll-to-bottom):
28789 * info.el (Info-hide-cookies-node):
28790 * ls-lisp.el (ls-lisp-classify):
28791 * find-file.el (ff-search-directories, ff-special-constructs)
28792 (ff-find-other-file):
28793 * font-lock.el (font-lock-keywords):
28794 * shell.el (shell-prompt-pattern)
28795 (shell-dynamic-complete-functions, shell-mode)
28796 (shell-delimiter-argument-list):
28797 * term.el (term-replace-by-expanded-filename)
28798 (term-prompt-regexp, term-delimiter-argument-list):
28799 * woman.el (woman-ignore, woman0-if):
28800 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
28801 * emacs-lisp/elint.el (elint-init-env):
28802 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
28803 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
28804 * language/ethio-util.el (ethio-tilde-escape)
28805 (ethio-use-three-dot-question):
28806 * net/zone-mode.el (zone-mode-load-time-setup):
28807 * progmodes/cc-align.el (c-lineup-argcont):
28808 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
28809 * progmodes/cperl-mode.el (cperl-set-style-back):
28810 * progmodes/inf-lisp.el (inferior-lisp-prompt):
28811 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
28812 Fix spellings in docstrings.
28813
28814 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
28815 * progmodes/modula2.el (m2-for): Fix spellings.
28816
28817 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
28818
28819 * simple.el (undo-more): Don't use `format' on `error' arguments.
28820 Improve argument/docstring consistency.
28821 (pending-undo-list): Doc fix.
28822
28823 * smerge-mode.el (smerge-ensure-match):
28824 * emulation/vip.el (vip-ex):
28825 * net/zone-mode.el (zone-mode-update-serial):
28826 * progmodes/idlwave.el (idlwave-complete):
28827 * progmodes/vhdl-mode.el (vhdl-visit-file)
28828 (vhdl-compose-wire-components):
28829 Don't use `format' on `error' arguments.
28830
28831 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
28832 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
28833 (tooltip-help-tips): Fix typos in docstrings.
28834
28835 2005-06-16 David Ponce <david@dponce.com>
28836
28837 * tree-widget.el (tree-widget-value-create): Simplify last change.
28838
28839 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
28840
28841 * ido.el (ido-incomplete-regexp): New variable.
28842 (ido-set-matches-1): Handle invalid-regexp error and set
28843 ido-incomplete-regexp.
28844 (ido-incomplete-regexp): New face.
28845 (ido-completions): Use it.
28846 (ido-complete, ido-exit-minibuffer, ido-completions):
28847 Handle incomplete regexps.
28848 (ido-completions): Add check for complete match when entering a regexp.
28849
28850 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
28851
28852 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
28853
28854 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
28855
28856 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
28857 by field delimiters.
28858
28859 2005-06-15 David Ponce <david@dponce.com>
28860
28861 * tree-widget.el: eval-and-compile inlined functions so they will
28862 be available at run-time too.
28863 (tree-widget-super-format-handler)
28864 (tree-widget-format-handler): Remove.
28865 (tree-widget-value-create): Handle the :indent property.
28866
28867 2005-06-15 Miles Bader <miles@gnu.org>
28868
28869 * progmodes/which-func.el (which-func): Only inherit
28870 `font-lock-function-name-face' when that makes sense against the
28871 default mode-line face, otherwise set the face color explicitly.
28872
28873 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
28874 faces instead of (non-existent) variables.
28875
28876 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
28877
28878 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
28879 (iswitchb-get-matched-buffers): Likewise. Simplify.
28880
28881 2005-06-14 Miles Bader <miles@gnu.org>
28882
28883 * progmodes/ld-script.el (ld-script-location-counter):
28884 Remove "-face" suffix from face name.
28885 (ld-script-location-counter-face):
28886 New backward-compatibility alias for renamed face.
28887 (ld-script-location-counter-face): Use renamed face.
28888
28889 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
28890 (cperl-hash): Remove "-face" suffix from face names.
28891 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
28892 New backward-compatibility aliases for renamed faces.
28893 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
28894 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
28895
28896 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
28897 name.
28898 (which-func-face): New backward-compatibility alias for renamed face.
28899 (which-func-format): Use renamed which-func face.
28900
28901 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
28902 (vhdl-function, vhdl-directive, vhdl-reserved-word)
28903 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
28904 names.
28905 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
28906 (vhdl-speedbar-configuration, vhdl-speedbar-package)
28907 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
28908 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
28909 (vhdl-speedbar-architecture-selected)
28910 (vhdl-speedbar-configuration-selected)
28911 (vhdl-speedbar-package-selected)
28912 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
28913 names.
28914 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
28915 Use renamed faces.
28916 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
28917 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
28918 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
28919 Use renamed faces.
28920 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
28921 names.
28922 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
28923 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
28924 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
28925 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
28926 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
28927 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
28928
28929 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
28930 face name.
28931 (sh-heredoc-face): New backward-compatibility alias for renamed face.
28932 (sh-heredoc-face): Use renamed sh-heredoc face.
28933
28934 * progmodes/idlw-help.el (idlwave-help-link):
28935 Remove "-face" suffix from face name.
28936 (idlwave-help-link-face):
28937 New backward-compatibility alias for renamed face.
28938 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
28939
28940 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
28941 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
28942 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
28943 New backward-compatibility aliases for renamed faces.
28944 (idlwave-shell-disabled-breakpoint-face)
28945 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
28946
28947 * progmodes/flymake.el (flymake-errline, flymake-warnline):
28948 Remove "-face" suffix from face names.
28949 (flymake-errline-face, flymake-warnline-face):
28950 New backward-compatibility aliases for renamed faces.
28951 (flymake-highlight-line): Use renamed flymake faces.
28952
28953 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
28954 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
28955 (ebrowse-member-class, ebrowse-progress):
28956 Remove "-face" suffix from face names.
28957 (ebrowse-tree-mark-face, ebrowse-root-class-face)
28958 (ebrowse-file-name-face, ebrowse-default-face)
28959 (ebrowse-member-attribute-face, ebrowse-member-class-face)
28960 (ebrowse-progress-face):
28961 New backward-compatibility aliases for renamed faces.
28962 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
28963 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
28964 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
28965 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
28966
28967 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
28968 antlr-syntax)
28969 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
28970 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
28971 names.
28972 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
28973 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
28974 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
28975 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
28976 backward-compatibility aliases for renamed faces.
28977 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
28978 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
28979 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
28980 remove "font-lock-". Use renamed antlr-mode faces.
28981 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
28982 literal face-names with face variable references.
28983
28984 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
28985 face name.
28986 (Buffer-menu-buffer-face): New backward-compatibility alias for
28987 renamed face.
28988 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
28989
28990 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
28991
28992 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
28993 Eliminate "-face" suffix.
28994 (makefile-targets): Inherit from font-lock-function-name-face and
28995 eliminate "-face" suffix.
28996 (makefile-shell): Remove attributes and eliminate "-face" suffix.
28997 (makefile-*-font-lock-keywords): Append makefile-targets in rule
28998 actions, instead of prepending, to make it less visible.
28999 (makefile-previous-dependency, makefile-match-dependency):
29000 Don't match a target on a continuation line.
29001
29002 * files.el (auto-mode-alist): Put Makefile in gmake mode.
29003
29004 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
29005
29006 * progmodes/gdb-ui.el (menu): Re-order menu items.
29007 (gdb-tooltip-print): Respect tooltip-use-echo-area.
29008
29009 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
29010 Define in tooltip.el.
29011 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
29012 (gud-tooltip-tips): Respect tooltip-use-echo-area and
29013 gud-tooltip-echo-area.
29014
29015 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
29016 backward compatibility and make obsolete.
29017 (tooltip-help-tips): Use tooltip-use-echo-area.
29018 (tooltip-show-help-function): Rename to...
29019 (tooltip-show-help): ...this, because it is a function.
29020 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
29021
29022 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
29023
29024 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
29025 (edebug-print-length, edebug-print-level, edebug-print-circle)
29026 (edebug-modify-breakpoint, edebug-eval-last-sexp)
29027 (edebug-eval-print-last-sexp): Doc fixes.
29028
29029 2005-06-14 Kim F. Storm <storm@cua.dk>
29030
29031 * ido.el (ido-mode): Make a new keymap every time we enable ido,
29032 as the coverage buffer/file/both may change.
29033
29034 2005-06-14 Lute Kamstra <lute@gnu.org>
29035
29036 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
29037 and run-mode-hooks. Simplify.
29038
29039 * mail/rmailedit.el (rmail-edit-mode):
29040 * progmodes/octave-inf.el (inferior-octave-mode):
29041 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
29042
29043 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
29044 and run-mode-hooks.
29045 (recentf-edit-list, recentf-open-files): Don't call
29046 kill-all-local-variables directly.
29047
29048 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
29049
29050 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
29051
29052 * emacs-lisp/byte-run.el (make-obsolete)
29053 (define-obsolete-function-alias): Rename arguments FUNCTION and
29054 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
29055 (make-obsolete-variable, define-obsolete-variable-alias):
29056 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
29057 respectively.
29058
29059 * isearchb.el (isearchb-activate):
29060 * pcvs.el (cvs-mode):
29061 * ses.el (ses-load):
29062 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
29063 * net/tramp.el (tramp-find-file-exists-command)
29064 (tramp-find-shell):
29065 * progmodes/ada-mode.el (ada-create-case-exception)
29066 (ada-create-case-exception-substring, ada-make-subprogram-body):
29067 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
29068 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
29069 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
29070 * textmodes/org.el (org-promote, org-evaluate-time-range)
29071 (org-agenda-next-date-line, org-agenda-previous-date-line)
29072 (org-agenda-error, org-open-at-point, org-table-move-row)
29073 (org-format-table-table-html-using-table-generate-source)
29074 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
29075 * textmodes/reftex.el (reftex-access-scan-info):
29076 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
29077 (reftex-toc-promote-prepare): Follow error conventions.
29078
29079 * diff-mode.el (diff-mode): Fix typo in docstring.
29080
29081 * forms.el (forms--intuit-from-file): Fix reference to
29082 `forms-number-of-fields' in error message.
29083 (forms-print): Fix quoting in error message.
29084
29085 * forms.el (forms-mode):
29086 * emulation/vi.el (vi-goto-insert-state):
29087 * progmodes/flymake.el (flymake-new-err-info)
29088 (flymake-start-syntax-check-for-current-buffer)
29089 (flymake-simple-cleanup):
29090 * eshell/esh-var.el (eshell/export):
29091 * progmodes/gud.el (xdb):
29092 * textmodes/flyspell.el (flyspell-incorrect-hook)
29093 (flyspell-maybe-correct-transposition)
29094 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
29095
29096 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
29097
29098 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
29099 minibuffer prompt.
29100
29101 2005-06-13 Kim F. Storm <storm@cua.dk>
29102
29103 * subr.el (add-to-ordered-list): New defun.
29104
29105 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
29106 add cua--keymap-alist to emulation-mode-map-alists.
29107
29108 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
29109
29110 * subr.el (complete-in-turn): New macro.
29111 (dynamic-completion-table, lazy-completion-table): Add debug info.
29112
29113 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
29114 in preference to face aliases.
29115
29116 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
29117 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
29118 Remove unused vars `start' and `firstline'.
29119 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
29120 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
29121
29122 2005-06-13 Eli Zaretskii <eliz@gnu.org>
29123
29124 * cus-start.el (all): Don't complain about missing GTK-related
29125 variables, unless either `gtk' is boundp or this isn't a
29126 `windows-nt' build.
29127
29128 2005-06-13 Lute Kamstra <lute@gnu.org>
29129
29130 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
29131 run-mode-hooks.
29132
29133 * ediff-mult.el (ediff-meta-mode):
29134 * ediff-util.el (ediff-mode): Use run-mode-hooks.
29135
29136 * ledit.el (ledit-mode): Use delay-mode-hooks.
29137
29138 * woman.el (woman-mode-line-format): Delete constant.
29139 (woman-mode-map): Initialize it properly.
29140 (woman-mode): Set mode-class property to special.
29141 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
29142 Set major-mode and mode-name. Don't set mode-line-format directly.
29143 (Man-getpage-in-background): Don't reference woman-mode-line-format.
29144
29145 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
29146 string argument obsolete.
29147
29148 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
29149
29150 * textmodes/org.el (org-CUA-compatible): New option.
29151 (org-disputed-keys): New variable.
29152 (org-key): New function.
29153 (orgtbl-make-binding): Add docstring to the created function.
29154 (org-mode): Set paragraph start/separate regexps.
29155 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
29156 (org-archive-location, org-archive-mark-done)
29157 (org-archive-stamp-time): New options.
29158 (org-archive-subtree): New command.
29159 (org-fill-paragraph): New function.
29160 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
29161 (org-fake-empty-table-line): Function removed.
29162 (org-format-org-table-html): Do not create empty table lines at
29163 separator lines. Improved table header treatment.
29164 (org-link-format): New option.
29165 (org-make-link): New function.
29166 (org-insert-link, org-store-link): Use org-make-link.
29167 (org-open-file): Quote file name for shell command, to allow
29168 spaces in file names.
29169 (org-link-regexp): Fix bug with mailto link.
29170 (org-link-maybe-angles-regexp, org-protected-link-regexp):
29171 New constants.
29172 (org-export-as-html): Deal with the optional angles around a link.
29173 Better treatment of file: links.
29174 (org-open-at-point): Replace @{ and @} with < and >.
29175 (org-run-mode-hooks): Function removed.
29176 (org-agenda-mode): No longer use `org-run-mode-hooks'.
29177
29178 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
29179
29180 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
29181 MI command -data-list-register-values.
29182 (gdb-post-prompt): Indent properly.
29183
29184 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
29185
29186 * hilit-chg.el (highlight-changes-colors): Rename from
29187 `highlight-changes-colours'.
29188 (highlight-changes-colours): Keep as obsolete alias.
29189 (highlight-changes-face-list): Doc fix.
29190 (hilit-chg-make-list): Use `highlight-changes-colors'.
29191
29192 2005-06-12 Mark A. Hershberger <mah@everybody.org>
29193
29194 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
29195 defun-prompt-regexp.
29196
29197 2005-06-12 Eli Zaretskii <eliz@gnu.org>
29198
29199 * loadup.el: Don't say we are dumping under 2 names on windows-nt
29200 and cygwin.
29201
29202 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
29203 Don't use an old loaddefs.el, as in Makefile.in.
29204
29205 2005-06-12 Lute Kamstra <lute@gnu.org>
29206
29207 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
29208
29209 * man.el (Man-mode-map): Initialize it properly.
29210 (Man-mode): Set mode-class property to special.
29211
29212 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
29213
29214 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
29215
29216 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
29217 A newline is needed in the docstring there.
29218
29219 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
29220 Doc fixes.
29221
29222 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
29223
29224 * printing.el: Doc fix. The menubar is no more changed when printing
29225 is loaded, it only changes when pr-menu-bind or pr-update-menus is
29226 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
29227 (pr-version): New version number (6.8.4).
29228 (pr-menu-bind): New command.
29229 (pr-update-menus): Docstring and code fix.
29230 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
29231 Docstring fix.
29232 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
29233 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
29234
29235 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
29236
29237 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
29238 "Returns" to "return", document useful return values, etc.
29239
29240 2005-06-11 Alan Mackenzie <acm@muc.de>
29241
29242 * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
29243 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
29244 (adaptive-file-function): Minor amendment to doc-string.
29245
29246 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
29247
29248 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
29249 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
29250 Fix :type--it is `integer', not `string'.
29251
29252 * faces.el (modeline-highlight): Rename from (the erroneous)
29253 `modeline-higilight'.
29254
29255 2005-06-11 Lute Kamstra <lute@gnu.org>
29256
29257 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
29258 lisp-interaction-mode-map but make it the parent.
29259 (edebug-eval-mode): Use define-derived-mode.
29260
29261 2005-06-11 Andreas Schwab <schwab@suse.de>
29262
29263 * bindings.el: Add binding of `ESC functionkey' for every
29264 `M-functionkey'.
29265 * hexl.el (hexl-mode-map): Likewise.
29266
29267 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
29268
29269 * progmodes/compile.el (compilation-error-regexp-alist-alist)
29270 [msft]: update regexp for newer msft compilers.
29271
29272 2005-06-10 Mark A. Hershberger <mah@everybody.org>
29273
29274 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
29275 ATTLIST portions of included DTDs.
29276 (xml-parse-dtd): Eliminate use of inefficient match-data.
29277
29278 2005-06-10 Miles Bader <miles@gnu.org>
29279
29280 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
29281 (mpuz-text): Remove "-face" suffix from face names.
29282 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
29283 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
29284 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
29285
29286 * play/gomoku.el (gomoku-O, gomoku-X):
29287 Remove "-face" suffix from face names.
29288 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
29289 New backward-compatibility aliases for renamed faces.
29290 (gomoku-font-lock-keywords): Use renamed gomoku faces.
29291
29292 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
29293
29294 * thumbs.el: Fixes for changes of 2005-06-09.
29295 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
29296 as a directory.
29297 (thumbs-thumbname): Remove directory separator from format string;
29298 `thumbs-thumbsdir' now returns a valid directory name.
29299 (thumbs-temp-dir): New defsubst.
29300 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
29301 Use it.
29302
29303 * cus-edit.el (minibuffer):
29304 * files.el (make-backup-file-name-function):
29305 * filesets.el (filesets-external-viewers):
29306 * hilit-chg.el (highlight-changes-colours)
29307 (highlight-changes-face-list, highlight-changes-rotate-faces):
29308 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
29309 * kmacro.el (kmacro-call-macro):
29310 * log-edit.el (log-edit-changelog-full-paragraphs):
29311 * mouse.el (mouse-1-click-follows-link):
29312 * skeleton.el (skeleton-autowrap):
29313 * subr.el (insert-for-yank-1):
29314 * tempo.el (tempo-insert-region):
29315 * terminal.el (terminal-emulator):
29316 * time.el (display-time-mail-face):
29317 * vc.el (vc-annotate):
29318 * vcursor.el (vcursor-copy-line):
29319 * woman.el (woman-bold-headings, woman-ignore)
29320 (woman-default-faces, woman-monochrome-faces):
29321 * calendar/todo-mode.el (todo-insert-threshold):
29322 * emulation/pc-select.el (pc-select-selection-keys-only)
29323 (pc-selection-mode):
29324 * emulation/vip.el (vip-find-char-forward):
29325 * emulation/viper-cmd.el (viper-find-char-forward):
29326 * international/mule-cmds.el
29327 (select-safe-coding-system-accept-default-p)
29328 (input-method-exit-on-invalid-key):
29329 * international/mule-diag.el (describe-coding-system):
29330 * international/ucs-tables.el (unify-8859-on-encoding-mode):
29331 * net/browse-url.el (browse-url-xterm-program):
29332 * obsolete/lazy-lock.el (lazy-lock-mode):
29333 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
29334 (cperl-mode):
29335 * progmodes/cpp.el (cpp-face-light-name-list)
29336 (cpp-face-dark-name-list):
29337 * progmodes/delphi.el (delphi-newline-always-indents):
29338 Fix spellings in docstrings.
29339
29340 * ido.el (ido-mode, ido-file-extensions-order)
29341 (ido-default-file-method, ido-default-buffer-method)
29342 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
29343 (ido-decorations, ido-read-file-name-as-directory-commands)
29344 (ido-read-file-name-non-ido, ido-work-directory-list)
29345 (ido-ignore-item-temp-list, ido-current-directory)
29346 (ido-magic-forward-char, ido-enter-find-file)
29347 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
29348 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
29349
29350 2005-06-10 Lute Kamstra <lute@gnu.org>
29351
29352 * play/dunnet.el (dun-mode): Use define-derived-mode.
29353 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
29354 obsolete alias.
29355
29356 * play/doctor.el (doctor-mode-map): Remove defvar.
29357 (doctor-mode): Use define-derived-mode.
29358
29359 * mail/mspools.el (mspools-mode):
29360 * net/eudc-hotlist.el (eudc-hotlist-mode):
29361 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
29362
29363 2005-06-10 Miles Bader <miles@gnu.org>
29364
29365 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
29366 Remove "-face" suffix from face names.
29367 (flyspell-incorrect-face, flyspell-duplicate-face):
29368 New backward-compatibility aliases for renamed faces.
29369 (flyspell-mode-on, make-flyspell-overlay)
29370 (flyspell-highlight-incorrect-region)
29371 (flyspell-highlight-duplicate-region)
29372 (flyspell-display-next-corrections)
29373 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
29374
29375 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
29376 from face name.
29377 (texinfo-heading-face): New backward-compatibility alias for
29378 renamed face.
29379 (texinfo-heading-face): Use renamed texinfo-heading face.
29380
29381 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
29382 suffix from face names.
29383 (tex-math-face, tex-verbatim-face):
29384 New backward-compatibility aliases for renamed faces.
29385 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
29386 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
29387 literal face name.
29388
29389 * textmodes/table.el (table-cell): Remove "-face" suffix from face
29390 name.
29391 (table-cell-face): New backward-compatibility alias for renamed face.
29392 (table--put-cell-face-property, table--update-cell-face):
29393 Use renamed table-cell face.
29394
29395 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
29396 from face name.
29397 (sgml-namespace-face): New backward-compatibility alias for
29398 renamed face.
29399 (sgml-namespace-face): Use renamed sgml-namespace face.
29400
29401 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
29402 (org-level-4, org-level-5, org-level-6, org-level-7)
29403 (org-level-8, org-warning, org-headline-done)
29404 (org-deadline-announce, org-scheduled-today)
29405 (org-scheduled-previously, org-link, org-done, org-table)
29406 (org-time-grid): Remove "-face" suffix from face names.
29407 (org-level-1-face, org-level-2-face, org-level-3-face)
29408 (org-level-4-face, org-level-5-face, org-level-6-face)
29409 (org-level-7-face, org-level-8-face, org-warning-face)
29410 (org-headline-done-face, org-deadline-announce-face)
29411 (org-scheduled-today-face, org-scheduled-previously-face)
29412 (org-link-face, org-done-face, org-table-face)
29413 (org-time-grid-face):
29414 New backward-compatibility aliases for renamed faces.
29415 (org-level-faces, org-set-font-lock-defaults, org-timeline)
29416 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
29417 (org-agenda-get-timestamps, org-agenda-get-scheduled)
29418 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
29419
29420 * emulation/viper-init.el (viper-search, viper-replace-overlay)
29421 (viper-minibuffer-emacs, viper-minibuffer-insert)
29422 (viper-minibuffer-vi): Remove "-face" suffix from face names.
29423 (viper-search-face, viper-replace-overlay-face)
29424 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
29425 (viper-minibuffer-vi-face):
29426 New backward-compatibility aliases for renamed faces.
29427 (viper-search-face, viper-replace-overlay-face)
29428 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
29429 (viper-minibuffer-vi-face): Use renamed viper faces.
29430
29431 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
29432 Remove "-face" suffix from face names.
29433 (testcover-nohits-face, testcover-1value-face):
29434 New backward-compatibility aliases for renamed faces.
29435 (testcover-mark): Use renamed testcover faces.
29436
29437 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
29438 face name.
29439 (diary-button-face): New backward-compatibility alias for renamed face.
29440 (diary-entry): Use renamed diary-button face.
29441
29442 * calendar/calendar.el (diary, calendar-today, holiday)
29443 (mark-visible-calendar-date): Remove "-face" suffix from face names.
29444 (diary-face, calendar-today-face, holiday-face):
29445 New backward-compatibility aliases for renamed faces.
29446 (eval-after-load "facemenu", diary-entry-marker)
29447 (calendar-today-marker, calendar-holiday-marker, diary-face):
29448 Use renamed calendar faces.
29449
29450 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
29451 (compare-windows-face): New backward-compatibility alias for
29452 renamed face.
29453 (compare-windows-highlight): Use renamed compare-windows face.
29454
29455 * strokes.el (strokes-char): Remove "-face" suffix from face name.
29456 (strokes-char-face): New backward-compatibility alias for renamed face.
29457 (strokes-encode-buffer): Use renamed strokes-char face.
29458
29459 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
29460 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
29461 Remove "-face" suffix from face names.
29462 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
29463 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
29464 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
29465 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
29466 Use renamed pcvs faces.
29467 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
29468 * pcvs-defs.el (cvs-mode-map): Likewise.
29469 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
29470
29471 * info.el (info-title-1, info-title-2, info-title-3)
29472 (info-title-4): Remove "-face" suffix from and downcase face names.
29473 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
29474 (Info-title-4-face):
29475 New backward-compatibility aliases for renamed faces.
29476 (Info-fontify-node): Use renamed info faces.
29477
29478 * hilit-chg.el (highlight-changes, highlight-changes-delete):
29479 Remove "-face" suffix from face names.
29480 (highlight-changes-face, highlight-changes-delete-face):
29481 New backward-compatibility aliases for renamed faces.
29482 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
29483 (hilit-chg-make-list): Use renamed highlight-changes faces.
29484
29485 * generic-x.el (show-tabs-tab, show-tabs-space):
29486 Remove "-face" suffix from face names.
29487 (show-tabs-tab-face, show-tabs-space-face):
29488 New backward-compatibility aliases for renamed faces.
29489 (show-tabs-generic-mode-font-lock-defaults-1)
29490 (show-tabs-generic-mode-font-lock-defaults-2):
29491 Use renamed show-tabs faces.
29492
29493 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
29494 (smerge-markers): Remove "-face" suffix from face names.
29495 (smerge-mine-face, smerge-other-face, smerge-base-face)
29496 (smerge-markers-face):
29497 New backward-compatibility aliases for renamed faces.
29498 (smerge-mine-face, smerge-other-face, smerge-base-face)
29499 (smerge-markers-face): Use renamed smerge faces.
29500
29501 * log-view.el (log-view-file, log-view-message): Remove "-face"
29502 suffix from face names.
29503 (log-view-file-face, log-view-message-face):
29504 New backward-compatibility aliases for renamed faces.
29505 (log-view-file-face, log-view-message-face): Use renamed log-view
29506 faces.
29507
29508 * paren.el (show-paren-match, show-paren-mismatch):
29509 Remove "-face" suffix from face names.
29510 (show-paren-match-face, show-paren-mismatch-face):
29511 New backward-compatibility aliases for renamed faces.
29512 (show-paren-function): Use renamed show-paren faces.
29513
29514 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
29515 (ruler-mode-margins, ruler-mode-fringes)
29516 (ruler-mode-column-number, ruler-mode-fill-column)
29517 (ruler-mode-comment-column, ruler-mode-goal-column)
29518 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
29519 suffix from face names.
29520 (ruler-mode-default-face, ruler-mode-pad-face)
29521 (ruler-mode-margins-face, ruler-mode-fringes-face)
29522 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
29523 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
29524 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
29525 New backward-compatibility aliases for renamed faces.
29526 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
29527 (ruler-mode-column-number, ruler-mode-fill-column)
29528 (ruler-mode-comment-column, ruler-mode-goal-column)
29529 (ruler-mode-tab-stop, ruler-mode-current-column)
29530 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
29531 faces.
29532
29533 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
29534 face name.
29535 (whitespace-highlight-the-space): Use renamed face.
29536 (whitespace-highlight-face): New backward-compatibility alias for
29537 renamed face.
29538
29539 * woman.el (woman-italic, woman-bold, woman-unknown)
29540 (woman-addition, woman-symbol-face):
29541 Remove "-face" suffix from face names.
29542 (woman-italic-face, woman-bold-face, woman-unknown-face)
29543 (woman-addition-face):
29544 New backward-compatibility aliases for renamed faces.
29545 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
29546 (woman-decode-region, woman-replace-match)
29547 (woman-display-extended-fonts, woman-special-characters)
29548 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
29549 Use renamed woman faces.
29550
29551 * longlines.el (longlines-visible-face): Face removed.
29552
29553 * diff-mode.el (diff-header, diff-file-header, diff-index)
29554 (diff-hunk-header, diff-removed, diff-added, diff-changed)
29555 (diff-function, diff-context, diff-nonexistent): Remove "-face"
29556 suffix from face names.
29557 (diff-header-face, diff-file-header-face, diff-index-face)
29558 (diff-hunk-header-face, diff-removed-face, diff-added-face)
29559 (diff-changed-face, diff-function-face, diff-context-face)
29560 (diff-nonexistent-face): New backward-compatibility aliases for
29561 renamed faces.
29562 (diff-header-face, diff-file-header-face)
29563 (diff-index, diff-index-face, diff-hunk-header)
29564 (diff-hunk-header-face, diff-removed, diff-removed-face)
29565 (diff-added, diff-added-face, diff-changed-face, diff-function)
29566 (diff-function-face, diff-context-face, diff-nonexistent)
29567 (diff-nonexistent-face): Use renamed diff-mode faces.
29568
29569 * progmodes/compile.el (compilation-warning-face)
29570 (compilation-info-face): Remove "-face" suffix from face names.
29571 (compilation-warning-face, compilation-info-face):
29572 New backward-compatibility aliases for renamed faces.
29573 (compilation-warning-face, compilation-info-face):
29574 Use renamed compilation faces.
29575
29576 * add-log.el (change-log-date, change-log-name)
29577 (change-log-email, change-log-file, change-log-list)
29578 (change-log-conditionals, change-log-function)
29579 (change-log-acknowledgement): Remove "-face" suffix from face names.
29580 (change-log-date-face, change-log-name-face)
29581 (change-log-email-face, change-log-file-face)
29582 (change-log-list-face, change-log-conditionals-face)
29583 (change-log-function-face, change-log-acknowledgement-face):
29584 New backward-compatibility aliases for renamed faces.
29585 (change-log-font-lock-keywords): Use renamed change-log faces.
29586
29587 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
29588 (custom-set, custom-changed, custom-saved, custom-button)
29589 (custom-button-pressed, custom-documentation, custom-state)
29590 (custom-comment, custom-comment-tag, custom-variable-tag)
29591 (custom-variable-button, custom-face-tag, custom-group-tag-1)
29592 (custom-group-tag): Remove "-face" suffix from face names.
29593 (custom-magic-alist, custom-magic-value-create)
29594 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
29595 (custom-invalid-face, custom-rogue-face, custom-modified-face)
29596 (custom-set-face, custom-changed-face, custom-saved-face)
29597 (custom-button-face, custom-button-pressed-face)
29598 (custom-documentation-face, custom-state-face)
29599 (custom-comment-face, custom-comment-tag-face)
29600 (custom-variable-tag-face, custom-variable-button-face)
29601 (custom-face-tag-face, custom-group-tag-face-1)
29602 (custom-group-tag-face):
29603 New backward-compatibility aliases for renamed faces.
29604
29605 * wid-edit.el (widget-documentation, widget-button)
29606 (widget-field, widget-single-line-field, widget-inactive)
29607 (widget-button-pressed): "-face" suffix removed from face names.
29608 (widget-documentation-face, widget-button-face)
29609 (widget-field-face, widget-single-line-field-face)
29610 (widget-inactive-face, widget-button-pressed-face):
29611 New backward-compatibility aliases for renamed faces.
29612 (widget-documentation-face, widget-button-face)
29613 (widget-button-pressed-face, widget-specify-field)
29614 (widget-specify-inactive): Use renamed widget faces.
29615
29616 2005-06-10 Kenichi Handa <handa@m17n.org>
29617
29618 * term/x-win.el (x-clipboard-yank): Remove condition-case
29619 wrapping.
29620
29621 2005-06-11 Kenichi Handa <handa@m17n.org>
29622
29623 * add-log.el (change-log-font-lock-keywords): Make the regexp for
29624 date lines stricter.
29625
29626 2005-06-10 Zhang Wei <id.brep@gmail.com>
29627
29628 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
29629 of x-get-selection.
29630
29631 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
29632
29633 * comint.el (comint-mode, comint-snapshot-last-prompt):
29634 * frame.el (frame-current-scroll-bars):
29635 * term.el (term-mode, term-check-proc, term-input-sender)
29636 (term-simple-send, term-extract-string, term-word)
29637 (term-match-partial-filename):
29638 * window.el (window-current-scroll-bars):
29639 * emulation/cua-base.el (cua-normal-cursor-color)
29640 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
29641 (cua-global-mark-cursor-color):
29642 * mail/undigest.el (rmail-forward-separator-regex):
29643 Fix typos in docstrings.
29644
29645 * comint.el (comint-check-proc, make-comint-in-buffer)
29646 (comint-source-default): Doc fixes.
29647
29648 * term.el (term-send-string): Improve argument/docstring consistency.
29649
29650 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
29651
29652 * comint.el (comint-send-input): Bind `inhibit-read-only' around
29653 call to `delete-region'.
29654 (comint-mode-hook): Do not enable Font Lock by default.
29655
29656 2005-06-09 Lute Kamstra <lute@gnu.org>
29657
29658 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
29659 could be void.
29660
29661 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
29662
29663 * emacs-lisp/debug.el (debugger-will-be-back): New var.
29664 (debug): Use it.
29665 (debugger-step-through, debugger-continue, debugger-jump)
29666 (debugger-return-value): Set it when needed.
29667 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
29668 Use inhibit-read-only.
29669
29670 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
29671
29672 * window.el (shrink-window-if-larger-than-buffer)
29673 (window-size-fixed): Fix typo in docstring.
29674
29675 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
29676 thumbnails directory on loading.
29677 (thumbs-conversion-program): Use `eq' to check the system type,
29678 not `equal'.
29679 (thumbs-temp-dir): Initialize to `temporary-file-directory',
29680 not "/tmp". Fix docstring.
29681 (thumbs-thumbsdir): New function to return the thumbnails
29682 directory, creating it if needed.
29683 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
29684 (thumbs-temp-file): Delete variable and make it into a function.
29685 (thumbs-resize-image, thumbs-modify-image): Use it.
29686 (thumbs-kill-buffer): Simplify.
29687 (thumbs-gensym): Defalias or duplicate CL `gensym'.
29688 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
29689 docstrings.
29690
29691 2005-06-09 Kim F. Storm <storm@cua.dk>
29692
29693 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
29694 set-match-data to free markers in match-data.
29695
29696 * replace.el (replace-match-data): Pass RESEAT arg `t' to
29697 match-data to unchain markers in match-data.
29698
29699 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
29700
29701 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
29702 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
29703 unnecessary now.
29704
29705 2005-06-08 Richard M. Stallman <rms@gnu.org>
29706
29707 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
29708 give the variable a doc string that doesn't say don't set it directly.
29709
29710 * textmodes/ispell.el (ispell-check-version):
29711 Use match-string-no-properties.
29712 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
29713 (ispell-buffer-local-words): Likewise.
29714
29715 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
29716 except on terminals with enough colors to really display it.
29717 (makefile-dependency-regex): Delete spurious `bb'.
29718
29719 * faces.el (escape-glyph): Use blue once again in last case.
29720 (no-break-space): Redefine so that it isn't invisible on a tty.
29721
29722 2005-06-08 Kim F. Storm <storm@cua.dk>
29723
29724 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
29725 also when reading directory name.
29726
29727 2005-06-08 Lute Kamstra <lute@gnu.org>
29728
29729 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
29730 (flyspell-mode-line-string): Remove autoload cookie.
29731 (flyspell-mode): Remove defvar.
29732
29733 2005-06-07 Lute Kamstra <lute@gnu.org>
29734
29735 * textmodes/org.el (org-run-mode-hooks): New function.
29736 (org-agenda-mode): Use it.
29737
29738 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
29739
29740 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
29741
29742 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
29743
29744 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
29745
29746 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
29747
29748 * font-lock.el (font-lock-add-keywords): Doc fix.
29749
29750 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
29751
29752 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
29753 (tex-compile-default): In the absence of any history, use the order in
29754 tex-compile-alist to choose the preferred command.
29755 (tex-compile-commands): Reorder a bit.
29756
29757 * textmodes/flyspell.el (flyspell-auto-correct-binding)
29758 (flyspell-incorrect-face, flyspell-duplicate-face):
29759 Use (X)Emacs-agnostic code.
29760 (flyspell-mode-map): Don't overwrite at each load. Remove code
29761 redundant with the subsequent add-minor-mode. Merge Emacs and
29762 XEmacs code.
29763 (flyspell-word): Minor simplification.
29764 (flyspell-math-tex-command-p): Quieten the byte-compiler.
29765 (flyspell-external-point-words): Remove unused vars `size' and `start'.
29766 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
29767 Merge the corresponding Emacs code.
29768 (flyspell-correct-word, flyspell-xemacs-popup):
29769 Use flyspell-do-correct.
29770
29771 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
29772 a dedicated window.
29773
29774 * international/latexenc.el (latexenc-find-file-coding-system):
29775 Undo part of last patch, to turn off a compiler warning.
29776
29777 2005-06-06 Juri Linkov <juri@jurta.org>
29778
29779 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
29780 Rename `tmm-inactive-face' to `tmm-inactive'.
29781
29782 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
29783
29784 * iswitchb.el: Rename faces.
29785
29786 2005-06-06 Kim F. Storm <storm@cua.dk>
29787
29788 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
29789 (cua-global-mark): Remove -face suffix from face names.
29790
29791 * emulation/cua-gmrk.el (cua--init-global-mark):
29792 Remove cua-global-mark face setup.
29793
29794 2005-06-06 Richard M. Stallman <rms@gnu.org>
29795
29796 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
29797 just like other allowed characters.
29798 (makefile-match-dependency): Exclude leading and training whitespace
29799 from the range of regexp subexp 1.
29800 (makefile-macroassign-regex): Don't try to match the body,
29801 just the name of the macro being defined.
29802
29803 * info.el (Info-read-node-name-2): New function.
29804 (Info-read-node-name-1): Use that.
29805 Add a completion-base-size-function property.
29806
29807 * simple.el (completion-setup-function): Look for
29808 completion-base-size-function property of minibuffer-completion-table.
29809
29810 * files.el (locate-file-completion): Doc fix.
29811
29812 * printing.el: Don't call pr-update-menus; user must do that.
29813
29814 * emacs-lisp/debug.el (debugger-window): New variable.
29815 (debug): Use debugger-window if it is set and still alive.
29816 Record debugger-window for next entry.
29817
29818 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
29819
29820 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
29821
29822 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
29823 (hack-one-local-variable, hack-local-variables)
29824 (hack-local-variables-prop-line): Pass that arg.
29825
29826 2005-06-06 Kim F. Storm <storm@cua.dk>
29827
29828 * ido.el (ido-first-match, ido-only-match, ido-subdir)
29829 (ido-indicator): Remove -face suffix from face names.
29830
29831 2005-06-06 Juri Linkov <juri@jurta.org>
29832
29833 * font-lock.el (font-lock-regexp-backslash)
29834 (font-lock-regexp-backslash-construct): New faces.
29835 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
29836 after `('. Add `while-no-input' to control structures.
29837
29838 * faces.el (no-break-space, shadow): New faces.
29839 (escape-glyph): Use less loud colors pink2 and red4.
29840
29841 * diff-mode.el (diff-context-face)
29842 * dired.el (dired-ignored)
29843 * rfn-eshadow.el (file-name-shadow)
29844 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
29845
29846 * info.el (Info-title-1-face): Use green instead of yellow because
29847 bold yellow is not readable on light backgrounds.
29848
29849 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
29850 before selecting the desired mode to not spend time fontifying
29851 old contents.
29852
29853 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
29854
29855 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
29856 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
29857
29858 * ps-print.el (ps-default-fg, ps-default-bg):
29859 Fix typos in docstrings.
29860
29861 * isearchb.el (isearchb): Don't pass a spurious second argument to
29862 `iswitchb-completions'.
29863
29864 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
29865
29866 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
29867 to preserve point.
29868 (gdb-find-file-hook): Add doc string.
29869
29870 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
29871 C dereferenced pointer expression.
29872 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
29873
29874 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
29875
29876 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
29877 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
29878 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
29879 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
29880 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
29881 Make background transparent.
29882
29883 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
29884
29885 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
29886 (font-lock-remove-keywords): Doc fix.
29887 (font-lock-mode-major-mode): Compiler defvar.
29888 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
29889
29890 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
29891 (font-lock-mode): Update `font-lock-mode-major-mode'.
29892 (font-lock-set-defaults): Compiler defvar.
29893 (font-lock-default-function): Take `font-lock-mode-major-mode'
29894 into account.
29895
29896 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
29897 keep track of which major mode it enabled the minor mode for.
29898 Use find-file-hook again. Update docstring.
29899
29900 * simple.el (eval-expression-print-level)
29901 (eval-expression-print-length, eval-expression-debug-on-error):
29902 Doc fixes.
29903
29904 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
29905
29906 * iswitchb.el (iswitchb-single-match-face)
29907 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
29908 (iswitchb-invalid-regexp-face): New faces.
29909 (iswitchb-completions): Use them.
29910 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
29911 now marked as an obsolete alias.
29912 (iswitchb-read-buffer): Remove check for bound font variables.
29913 (iswitchb-invalid-regexp): New free variable.
29914 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
29915 set iswitchb-invalid-regexp.
29916 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
29917 invalid regexps.
29918 (iswitchb-completions): Add check for complete match when entering
29919 a regexp.
29920 (iswitchb-completions): Remove require-match argument.
29921 (iswitchb-exhibit): Fix caller.
29922 (iswitchb-common-match-inserted): New variable.
29923 (iswitchb-complete, iswitchb-completion-help): Use it.
29924
29925 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
29926
29927 * url/url-http.el (url-http-chunked-encoding-after-change-function):
29928 Use `url-http-debug' instead of `message'.
29929
29930 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
29931
29932 * url/url-http.el (url-http-parse-headers): Pass redirected URL
29933 as a callback argument.
29934
29935 2005-06-04 Kim F. Storm <storm@cua.dk>
29936
29937 * simple.el (line-move): Only call sit-for when moving backwards.
29938
29939 * ido.el (ido-make-merged-file-list-1): New defun split from
29940 ido-make-merged-file-list.
29941 (ido-make-merged-file-list): Bind throw-on-input around call to
29942 ido-make-merged-file-list-1. Return input-pending-p if
29943 interrupted by more input available.
29944 (ido-read-internal): Handle input-pending-p return value from
29945 ido-make-merged-file-list.
29946
29947 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
29948
29949 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
29950 compatibility code.
29951
29952 * international/latexenc.el (latexenc-find-file-coding-system):
29953 Don't inherit the EOL part of the coding-system from the
29954 tex-main buffer. Fit within 80 columns.
29955
29956 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
29957
29958 * tmm.el (tmm-inactive-face): New face.
29959 (tmm-remove-inactive-mouse-face): New function.
29960 (tmm-prompt, tmm-add-one-shortcut)
29961 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
29962 but not selectable.
29963
29964 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
29965
29966 * faces.el (face-equal): Improve argument/docstring consistency.
29967
29968 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
29969
29970 * progmodes/make-mode.el (makefile-targets-face)
29971 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
29972 (makefile-bsdmake-dependency-regex)
29973 (makefile-makepp-rule-action-regex)
29974 (makefile-bsdmake-rule-action-regex): New constants.
29975 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
29976
29977 * progmodes/compile.el (compilation-error-regexp-alist-alist):
29978 Allow (...) within `...' for makepp messages.
29979
29980 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
29981
29982 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
29983
29984 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
29985 "." files are deleted from all file lists before comparison.
29986
29987 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
29988 (viper-ESC-key): Made them customizable.
29989
29990 * emulation/viper.el (viper-non-hook-settings):
29991 Fix the names of defadvices.
29992
29993 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
29994
29995 * autorevert.el (auto-revert-buffers): Use save-match-data.
29996
29997 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
29998
29999 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
30000 menu items with a nil command binding.
30001
30002 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
30003
30004 * emacs-lisp/cl-macs.el (defsetf):
30005 Improve argument/docstring consistency.
30006
30007 * faces.el (list-faces-display): Improve the formatting by
30008 computing the maximum length required for any face-name (reworked
30009 patch of 1999-01-11, accidentally deleted on 1999-07-21).
30010 (internal-find-face): Remove redundant info in docstring.
30011
30012 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
30013
30014 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
30015 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
30016 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
30017 (gdb-assembler-custom): Improve regexps.
30018 (def-gdb-auto-update-handler): Use window point to preserve point.
30019
30020 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
30021
30022 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
30023
30024 2005-05-31 Jay Belanger <belanger@truman.edu>
30025
30026 * calc/calc-embed.el (calc-embedded-word): Change argument passed
30027 to calc-embedded.
30028 (calc-embedded-make-info): Have plain prefix argument select
30029 entire line.
30030
30031 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
30032
30033 * faces.el (list-faces-display): Signal error if passed a regexp
30034 that matches no face name.
30035
30036 * simple.el (filter-buffer-substring): Fix typo in docstring.
30037
30038 2005-05-31 Richard M. Stallman <rms@gnu.org>
30039
30040 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
30041 (vhdl-emacs-21): Doc fix.
30042 (vhdl-mode): Unconditionally set comment-padding.
30043 (vhdl-fixup-whitespace-region): Insert spaces only where
30044 there are none.
30045 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
30046
30047 2005-05-30 John Wiegley <johnw@newartisans.com>
30048
30049 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
30050 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
30051 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
30052 `directory-sep-char' to ?/, and all uses of `string-to-int' to
30053 `string-to-number'.
30054
30055 2005-05-30 Jay Belanger <belanger@truman.edu>
30056
30057 * calc/calc.el (calc-bug-address): Fix docstring.
30058 (calc-window-hook, calc-trail-window-hook): New variables.
30059 (calc-trail-display): Restore use of calc-trail-window-hook.
30060 (calc): Restore use of calc-window-hook.
30061
30062 2005-05-31 Masatake YAMATO <jet@gyve.org>
30063
30064 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
30065
30066 * help-fns.el (help-C-file-name): Add autoload mark for
30067 `find-function-noselect'.
30068
30069 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
30070
30071 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
30072 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
30073
30074 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
30075
30076 * calendar/diary-lib.el (mark-included-diary-files): Only kill
30077 included diary buffer if it was not already being visited.
30078 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
30079
30080 * calendar/icalendar.el (top-level): Do not require appt.
30081
30082 * mail/supercite.el (sc-select-attribution): Only use a list
30083 element from sc-attrib-selection-list if it returns a string.
30084 Reported by Davide G. M. Salvetti <salve@debian.org>.
30085
30086 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
30087
30088 * thumbs.el (thumbs-thumbname): The resulting thumbname now
30089 includes a hash value to improve its uniqueness, and has a ".jpg"
30090 extension. Also, it is now a valid filename on all systems.
30091 (thumbs-make-thumb): Use `let', not `let*'.
30092 (thumbs-show-thumbs-list): Check for JPEG availability.
30093
30094 2005-05-30 Richard M. Stallman <rms@gnu.org>
30095
30096 * filesets.el (filesets-menu-ensure-use-cached):
30097 Prevent warning when emacs-version>= is undefined.
30098
30099 * printing.el (pr-interactive-n-up): Use string-to-number.
30100
30101 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
30102
30103 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
30104 Warn only when name to be defined is quoted.
30105
30106 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
30107
30108 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
30109 Make regexp more robust.
30110 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
30111 Force regeneration of disassembly.
30112
30113 2005-05-29 Jay Belanger <belanger@truman.edu>
30114
30115 * calc/calc.el (calc-user-invocation): Check if
30116 calc-invocation-macro is non-nil.
30117
30118 2005-05-29 Juri Linkov <juri@jurta.org>
30119
30120 * add-log.el (change-log-font-lock-keywords):
30121 Add `+' to e-mail regexp to accept mail address with keywords.
30122
30123 * man.el (Man-name-regexp): Add `:' to accept qualified names.
30124
30125 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
30126
30127 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
30128
30129 * ielm.el (inferior-emacs-lisp-mode): Ditto.
30130
30131 2005-05-29 Richard M. Stallman <rms@gnu.org>
30132
30133 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
30134 Undo the change that moves to end of the current word.
30135
30136 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
30137
30138 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
30139 Throw error when count <= 0 to ensure input is a number.
30140 (gdb-read-memory-custom): Pick up address from buffer.
30141 (gdb-memory-mode): Allow user to increment and decrement
30142 memory address from header line.
30143
30144 2005-05-29 Richard M. Stallman <rms@gnu.org>
30145
30146 * textmoddes/flyspell.el (flyspell-version): Function deleted.
30147 (flyspell-auto-correct-previous-hook): Doc fix.
30148
30149 * jit-lock.el (jit-lock-function, jit-lock-after-change):
30150 Do nothing if memory is full.
30151
30152 * font-lock.el (font-lock-fontify-syntactically-region):
30153 Pass t for GREEDY to looking-back.
30154
30155 * saveplace.el (save-place-alist-to-file): Write the file
30156 using write-region.
30157
30158 * subr.el (looking-back): New argument GREEDY.
30159
30160 * progmodes/compile.el (compilation-start): Set the mode
30161 before inserting the initial text.
30162
30163 * progmodes/which-func.el (which-func-update-1): Turn the mode
30164 off in case of error by setting which-func-mode.
30165
30166 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
30167
30168 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
30169 Narrow down to what's on the screen, and recenter overlays
30170 at the end of the next word.
30171
30172 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
30173
30174 * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
30175 8Vars moved up.
30176 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
30177 (flyspell-abbrev-p): Default to nil.
30178 (flyspell-use-global-abbrev-table-p): Doc fix.
30179 (flyspell-large-region): Allow nil as value.
30180 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
30181
30182 (mail-mode-flyspell-verify): More robust handling
30183 of `mail-header-separator'. More efficient signature detection.
30184 Allow for regexp metacharacters in message-header-separator.
30185 Adding `To' not to be checked in mail-mode-flyspell-verify.
30186
30187 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
30188 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
30189 Bind flyspell-auto-correct-binding.
30190 Bind C-. and C-, .
30191 (flyspell-mode-map): Likewise.
30192 (flyspell-mode): Doc fix.
30193 (flyspell-accept-buffer-local-defs): Preserve current buffer.
30194 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
30195 (flyspell-word-cache-result): New var, always local.
30196 (flyspell-check-pre-word-p): Doc fix.
30197 (flyspell-check-changed-word-p): Handle spc like newline.
30198 (flyspell-post-command-hook): Set flyspell-word-cache-result.
30199 (flyspell-word-search-backward, flyspell-word-search-forward):
30200 New functions.
30201 (flyspell-word): Return t if nothing to check.
30202 When parsing TeX code, check for after } or \.
30203 Use flyspell-word-search-backward to find previous word.
30204 Return nil if duplicated word.
30205 For word already checked, return same value as last time.
30206 Set flyspell-word-cache-result after checking.
30207 Don't clobber the return value.
30208 (flyspell-get-word): Major rewrite.
30209 (flyspell-external-point-words): New locals pword, pcount.
30210 Fix size used in progress message.
30211 Find the proper corresponding word in flyspell-large-region-buffer.
30212 (flyspell-region): Check for flyspell-large-region = nil.
30213 (flyspell-highlight-incorrect-region): Clean up overlays in region.
30214 (flyspell-auto-correct-word): Check that WORD is a cons.
30215 (flyspell-correct-word): Likewise.
30216
30217 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
30218
30219 * progmodes/make-mode.el (makefile-rule-action-regex)
30220 (makefile-macroassign-regex, makefile-makepp-mode)
30221 (makefile-bsdmake-mode): Continuation lines may be empty.
30222 Reported by Joshua Varner.
30223 (makefile-makepp-font-lock-keywords): Add $(stem).
30224
30225 2005-05-28 Karl Berry <karl@gnu.org>
30226
30227 * textmodes/tex-mode.el: Now that tex-send-command calls
30228 shell-quote-argument (2005-03-31 change), remove all calls to
30229 shell-quote-argument; they all end up invoking tex-send-command.
30230 The double quoting loses on filenames with non-safe characters,
30231 such as "@". Reported by Frederik Fouvry.
30232
30233 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
30234
30235 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
30236 about preserving point.
30237
30238 2005-05-27 Jay Belanger <belanger@truman.edu>
30239
30240 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
30241 Info-goto-node.
30242
30243 * calc/calc-embed.el (calc-embed-arg): New variable.
30244 (calc-do-embedded-activate, calc-embedded-activate-formula)
30245 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
30246 variable by new variable.
30247 (calc-embedded-make-info): Replace undeclared variable by new
30248 variable. When selecting region with positive prefix
30249 argument, use end of previous line instead of beginning of line.
30250
30251 * calc/calc-aent.el (calc-arg-values): Declare it.
30252
30253 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
30254 Declare them.
30255
30256 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
30257
30258 * calc/calc.el (calc-alg-map): Declare it.
30259
30260 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
30261
30262 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
30263
30264 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
30265 (gdb-registers-buffer, toggle-gdb-all-registers):
30266 Toggle display of floating point registers.
30267 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
30268
30269 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
30270 (toggle-gud-tooltip-dereference):
30271 Rename from gud-toggle-tooltip-dereference.
30272
30273 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
30274
30275 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
30276
30277 2005-05-27 Jay Belanger <belanger@truman.edu>
30278
30279 * calc/calc-prog.el (calc-kbd-report): Remove.
30280 (calc-kbd-query): Rewrite.
30281
30282 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
30283
30284 * image.el (image-library-alist): Move to image.c.
30285 (image-type-available-p): Doc fix.
30286
30287 2005-05-27 Lute Kamstra <lute@gnu.org>
30288
30289 * calc/calc.el (calc):
30290 * outline.el (outline-1, outline-2, outline-3, outline-4)
30291 (outline-5, outline-6, outline-7, outline-8):
30292 * textmodes/dns-mode.el (dns-mode):
30293 * textmodes/sgml-mode.el (sgml-namespace-face):
30294 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
30295 (tex-verbatim-face, tex-use-reftex):
30296 * textmodes/texinfo.el (texinfo-heading-face):
30297 Specify customization group.
30298
30299 * longlines.el: Don't require easy-mmode.
30300 (longlines-visible-face): Specify customization group.
30301
30302 2005-05-27 Kenichi Handa <handa@m17n.org>
30303
30304 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
30305 encoding table of windows-1251.
30306
30307 * international/ucs-tables.el (ucs-set-table-for-input):
30308 If translation-table-for-input of a coding system is a symbol, get
30309 its translation-table property.
30310
30311 * international/code-pages.el: Don't register a coding system into
30312 non-iso-charset-alist more than once.
30313 (cp-make-coding-system): Likewise.
30314
30315 2005-05-26 John Wiegley <johnw@newartisans.com>
30316
30317 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
30318 `eshell-resume-eval' is wrapped in a list, it indicates that the
30319 command was run asynchronously. In that case, unwrap the value
30320 before checking the delimiter value.
30321
30322 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
30323 character before a space at the end of a line is \, assume the space
30324 is part of the last argument rather than a final argument separator.
30325
30326 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
30327 is in use, and the target is `t' or `nil' (which are the most common
30328 values), don't assume that the symbol target is a buffer.
30329
30330 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
30331
30332 * calendar/calendar.el (calendar-mode-line-format):
30333 Use mode-line-highlight as mouse-face.
30334
30335 * time.el (display-time-string-forms, display-time-update):
30336 Use mode-line-highlight as mouse-face.
30337
30338 2005-05-26 Jay Belanger <belanger@truman.edu>
30339
30340 * calc/calc.el (calc-language-alist): Remove extra defvar.
30341
30342 2005-05-26 Lute Kamstra <lute@gnu.org>
30343
30344 * arc-mode.el (archive-mode):
30345 * bookmark.el (bookmark-read-annotation-mode)
30346 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
30347 * bs.el (bs-mode):
30348 * calc/calc-yank.el (calc-edit-mode):
30349 * calc/calc.el (calc-mode, calc-trail-mode):
30350 * calculator.el (calculator-mode):
30351 * chistory.el (command-history-mode):
30352 * comint.el:
30353 * cus-edit.el (custom-mode):
30354 * descr-text.el (describe-text-mode):
30355 * ebuff-menu.el (Electric-buffer-menu-mode):
30356 * ediff-util.el (ediff-mode):
30357 * emacs-lisp/re-builder.el (reb-mode):
30358 * emulation/vi.el (vi-mode-setup):
30359 * emulation/ws-mode.el (wordstar-mode):
30360 * eshell/esh-mode.el (eshell-mode):
30361 * forms.el (forms-mode):
30362 * help-mode.el (help-mode):
30363 * hexl.el (hexl-mode):
30364 * ibuffer.el (ibuffer-mode):
30365 * ielm.el (inferior-emacs-lisp-mode):
30366 * info.el (Info-mode, Info-edit-mode):
30367 * international/swedish.el:
30368 * ledit.el (ledit-from-lisp-mode):
30369 * locate.el (locate-mode):
30370 * mail/rmail.el (rmail-mode):
30371 * mail/rmailedit.el (rmail-edit-mode):
30372 * mail/rmailsum.el (rmail-summary-mode):
30373 * mail/supercite.el (sc-electric-mode):
30374 * net/eudc.el (eudc-mode):
30375 * net/quickurl.el (quickurl-list-mode):
30376 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
30377 * obsolete/ooutline.el (outline-mode):
30378 * obsolete/options.el (Edit-options-mode):
30379 * obsolete/rnews.el (news-mode):
30380 * obsolete/rnewspost.el (news-reply-mode):
30381 * play/5x5.el (5x5-mode):
30382 * play/decipher.el (decipher-mode, decipher-stats-mode):
30383 * play/gomoku.el (gomoku-mode):
30384 * play/snake.el (snake-mode):
30385 * play/solitaire.el (solitaire-mode):
30386 * play/tetris.el (tetris-mode):
30387 * progmodes/ada-mode.el (ada-mode):
30388 * progmodes/antlr-mode.el (antlr-mode):
30389 * progmodes/autoconf.el (autoconf-mode):
30390 * progmodes/dcl-mode.el (dcl-mode):
30391 * progmodes/delphi.el (delphi-mode):
30392 * progmodes/ebrowse.el (ebrowse-tree-mode)
30393 (ebrowse-electric-list-mode, ebrowse-member-mode)
30394 (ebrowse-electric-position-mode):
30395 * progmodes/f90.el (f90-mode):
30396 * progmodes/fortran.el (fortran-mode):
30397 * progmodes/icon.el (icon-mode):
30398 * progmodes/idlw-help.el (idlwave-help-mode):
30399 * progmodes/idlw-shell.el (idlwave-shell-mode):
30400 * progmodes/idlwave.el (idlwave-mode):
30401 * progmodes/inf-lisp.el (inferior-lisp-mode):
30402 * progmodes/m4-mode.el (m4-mode):
30403 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
30404 * progmodes/modula2.el (modula-2-mode):
30405 * progmodes/octave-inf.el (inferior-octave-mode):
30406 * progmodes/octave-mod.el (octave-mode):
30407 * progmodes/pascal.el (pascal-mode):
30408 * progmodes/sh-script.el (sh-mode):
30409 * progmodes/sql.el (sql-mode, sql-interactive-mode):
30410 * progmodes/vhdl-mode.el (vhdl-mode):
30411 * progmodes/xscheme.el (scheme-interaction-mode):
30412 * replace.el (occur-mode):
30413 * ses.el (ses-mode):
30414 * simple.el (completion-list-mode):
30415 * skeleton.el:
30416 * speedbar.el (speedbar-mode):
30417 * term.el (term-mode):
30418 * terminal.el (terminal-edit-mode):
30419 * textmodes/reftex-index.el (reftex-index-mode)
30420 (reftex-index-phrases-mode):
30421 * textmodes/reftex-sel.el (reftex-select-label-mode)
30422 (reftex-select-bib-mode):
30423 * textmodes/reftex-toc.el (reftex-toc-mode):
30424 * wdired.el (wdired-change-to-wdired-mode):
30425 * wid-browse.el (widget-browse-mode):
30426 Use run-mode-hooks.
30427
30428 * array.el (array-mode):
30429 * calendar/todo-mode.el (todo-mode):
30430 * man.el (Man-mode):
30431 * play/landmark.el (lm-mode):
30432 * play/mpuz.el (mpuz-mode):
30433 Use kill-all-local-variables and run-mode-hooks.
30434
30435 * subr.el (delay-mode-hooks): Specify indentation.
30436
30437 2005-05-26 Mark A. Hershberger <mah@everybody.org>
30438
30439 * xml.el (xml-substitute-special): Don't die for undefined xml
30440 entities.
30441
30442 2005-05-26 Jay Belanger <belanger@truman.edu>
30443
30444 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
30445 of nil.
30446
30447 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
30448
30449 * progmodes/gdb-ui.el (gdb-frame-address):
30450 Rename from gdb-current-address.
30451 (gdb-previous-frame-address): Rename from gdb-previous-address.
30452 (gdb-selected-frame): Rename from gdb-current-frame.
30453 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
30454 (gdb-frame-number): Rename from gdb-current-stack-level.
30455 (gdb-ann3): Match new mode-name for disassembly buffer.
30456 Extend initialization of variables.
30457 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
30458 (gdb-memory-mode): Use mouse-face in header line.
30459 (gdb-assembler-buffer-name): Call it disassembly and give frame
30460 in mode line.
30461 (gdb-source-spec-regexp, gdb-assembler-custom)
30462 (gdb-invalidate-assembler, gdb-frame-handler):
30463 Make robust to leading zeroes in address format.
30464
30465 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
30466
30467 * textmodes/org.el (org-mode): Use `define-derived-mode' to
30468 define `org-mode'.
30469 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
30470
30471 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
30472
30473 * log-edit.el (log-edit-changelog-entries): Distinguish between
30474 filenames like xfns.c and fns.c.
30475
30476 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
30477
30478 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
30479 point after reverting.
30480 (Buffer-menu-make-sort-button): Handle the case where
30481 `Buffer-menu-use-header-line' is nil.
30482
30483 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
30484
30485 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
30486 New funcs. In minibuffer-local-completion-map bind `]', `/'
30487 and `:' to them.
30488
30489 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
30490
30491 * startup.el (normal-top-level): Allow modification of load-path while
30492 we're iterating over it.
30493
30494 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
30495
30496 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
30497 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
30498 (thumbs-resize-interactive, thumbs-insert-image)
30499 (thumbs-insert-thumb, thumbs-dired-show-marked)
30500 (thumbs-find-image-at-point, thumbs-delete-images)
30501 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
30502 (thumbs-increment-image-size, thumbs-decrement-image-size):
30503 Fix typos in docstrings.
30504
30505 2005-05-24 Andre Spiegel <spiegel@gnu.org>
30506
30507 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
30508 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
30509 (cperl-mode): Use them.
30510
30511 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
30512
30513 * window.el (quit-window, shrink-window-if-larger-than-buffer):
30514 Doc fixes.
30515
30516 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
30517
30518 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
30519 Bind C-d to gdb-inferior-io-eof.
30520
30521 * dired.el (dired-dnd-popup-notice): Use message-box.
30522
30523 2005-05-23 Masatake YAMATO <jet@gyve.org>
30524
30525 * bindings.el (mode-line-major-mode-keymap):
30526 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
30527
30528 * faces.el (mode-line-highlight): New face.
30529
30530 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
30531 as mouse-face.
30532
30533 * bindings.el (top-level, help-echo, mode-line-modified)
30534 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
30535 as mouse-face.
30536
30537 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
30538
30539 * progmodes/cc-engine.el (c-guess-basic-syntax):
30540 Remove spurious call to `zerop'.
30541
30542 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
30543
30544 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
30545
30546 CC Mode update to 5.30.10:
30547
30548 * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
30549 the point could go past the limit in decoration level 2, thereby
30550 causing errors during interactive fontification.
30551
30552 * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
30553 bug when the file is evaluated interactively.
30554
30555 * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
30556 declarations somewhat better in C++.
30557
30558 * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
30559 New helper macro to make use of `run-mode-hooks'
30560 which has been added in Emacs 21.1.
30561 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
30562 (awk-mode): Use it.
30563 (make-local-hook): Suppress warning about obsoleteness.
30564
30565 * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
30566 (c-append-backslashes-forward, c-delete-backslashes-forward)
30567 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
30568 Compensate for return value from `forward-line' when it has moved
30569 but not to a different line due to eob.
30570
30571 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
30572 `objc-method-intro' and `objc-method-args-cont'.
30573
30574 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
30575
30576 CC Mode update to 5.30.10:
30577
30578 * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
30579 address in the copyright statement. Incidentally, change "along with
30580 GNU Emacs" to "along with this program" where it occurs.
30581
30582 * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
30583 autoload, so that it is interactive, hence can be found by M-x awk-mode
30584 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
30585 <gmorris+emacs@ast.cam.ac.uk>.
30586
30587 * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
30588 Mode's regexps.
30589
30590 2005-05-23 Kevin Ryde <user42@zip.com.au>
30591
30592 * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
30593 from c-parse-state, to avoid a lisp error (on bad code).
30594
30595 2005-05-23 Lute Kamstra <lute@gnu.org>
30596
30597 * subr.el (font-lock-defaults): Remove defvar as it's already
30598 defined in font-core.el.
30599
30600 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
30601
30602 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
30603
30604 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
30605 more general and work when GDB variable "print pretty" is on,
30606 as with Emacs, for example.
30607
30608 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
30609
30610 * font-core.el: Update comment.
30611
30612 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
30613 Use `after-change-major-mode-hook' instead of `find-file-hook'.
30614
30615 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
30616
30617 2005-05-22 Eli Zaretskii <eliz@gnu.org>
30618
30619 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
30620 and `yank-handler' in the doc strings.
30621
30622 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
30623
30624 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
30625
30626 2005-05-22 Richard M. Stallman <rms@gnu.org>
30627
30628 * help.el (describe-key): Move print-help-return-message call
30629 out of conditional.
30630
30631 * progmodes/etags.el (list-tags): Use with-no-warnings.
30632
30633 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
30634 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
30635 (starttls-extra-args, starttls-extra-arguments): Add defvars.
30636
30637 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
30638
30639 * language/viet-util.el (viet-viscii-nonascii-translation-table):
30640 Add defvar.
30641
30642 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
30643 Use defvar, not defconst.
30644
30645 * hexl.el (hexl-follow-line): Use with-no-warnings.
30646
30647 * emulation/tpu-extras.el: Use write-file-functions instead of
30648 write-file-hooks.
30649
30650 * dired.el (dired-font-lock-keywords): Fontify files with junk
30651 extensions even if marked by -F.
30652
30653 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
30654
30655 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
30656 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
30657 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
30658 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
30659 (concatenate, list-length, get*, getf, cl-remprop):
30660 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
30661 (etypecase, progv, lexical-let, lexical-let*)
30662 (multiple-value-bind, multiple-value-setq, shiftf):
30663 Improve argument/docstring consistency.
30664
30665 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
30666
30667 2005-05-22 Andre Spiegel <spiegel@gnu.org>
30668
30669 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
30670 doesn't exist.
30671
30672 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
30673 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
30674
30675 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
30676
30677 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
30678 already deleted variables: auto-fill-hook, blink-paren-hook,
30679 lisp-indent-hook, inhibit-local-variables, unread-command-event,
30680 suspend-hooks, comment-indent-hook, meta-flag,
30681 before-change-function, after-change-function,
30682 font-lock-doc-string-face.
30683
30684 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
30685
30686 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
30687
30688 2005-05-21 Eli Zaretskii <eliz@gnu.org>
30689
30690 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
30691 rmail-dont-reply-to.
30692
30693 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
30694
30695 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
30696 literal blank when splitting new-header-values.
30697
30698 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
30699
30700 * calendar/cal-menu.el (cal-menu-update): Add separator as a
30701 string so that tmm doesn't create a completion entry for it.
30702
30703 * textmodes/table.el (table-disable-menu): Ditto.
30704
30705 2005-05-21 Richard M. Stallman <rms@gnu.org>
30706
30707 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
30708
30709 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
30710
30711 * net/rcompile.el (remote-compile): Use compilation-start.
30712
30713 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
30714
30715 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
30716
30717 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
30718 Default to makefile-bsdmake-mode on BSD systems.
30719
30720 * imenu.el (imenu-generic-expression, imenu--generic-function'):
30721 REGEXP may also be a search function now. The part of doc-string
30722 for describing the structure was 95% identical to that of
30723 `imenu--generic-function'. Unify it there.
30724
30725 * progmodes/make-mode.el (makefile-imenu-generic-expression):
30726 Use function to find dependencies, because regexp alone is so complex,
30727 it easily goes into an endless loop.
30728 (makefile-makepp-mode): Also add submenu for Perl functions
30729 defined in the makefile.
30730 (makefile-bsdmake-mode): Special imenu-generic-expression no
30731 longer needed, due to function call.
30732 (makefile-match-dependency): Take BOUND into account when checking
30733 if we're through.
30734
30735 2005-05-20 Jay Belanger <belanger@truman.edu>
30736
30737 * calc/calc-units.el (calc-invalidate-units-table):
30738 Use inhibit-read-only.
30739 (math-build-units-table-buffer): Use view-mode.
30740
30741 2005-05-20 David Kastrup <dak@gnu.org>
30742
30743 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
30744 easy-menu-add is not a nop on Emacs; and clarify when to call it.
30745
30746 2005-05-20 Lute Kamstra <lute@gnu.org>
30747
30748 * diff-mode.el (diff-header-face, diff-file-header-face)
30749 (diff-index-face, diff-hunk-header-face, diff-removed-face)
30750 (diff-added-face, diff-changed-face, diff-function-face)
30751 (diff-context-face, diff-nonexistent-face): Put them in the
30752 diff-mode customization group.
30753
30754 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
30755
30756 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
30757
30758 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
30759
30760 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
30761 Minor regexp-optimization.
30762
30763 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
30764
30765 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
30766 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
30767 (org-agenda-add-time-grid-maybe): New function.
30768 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
30769 (org-table-create): `dotimes' instead of `mapcar'.
30770 (org-xor): Simplify implementation.
30771 (org-agenda): `inhibit-redisplay' turned on.
30772 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
30773 a consistent line after a state change.
30774 (org-agenda-remove-times-when-in-prefix): New option.
30775 (org-prefix-has-time): New variable.
30776 (org-parse-time-string): Optional argument NODEFAULT.
30777 (org-format-agenda-item): Parse items for time-of-day
30778 specifications and move these into the prefix if possible.
30779 (org-agenda-priority): Get current heading, not previous heading
30780 during agenda remote editing.
30781
30782 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
30783
30784 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
30785 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
30786 (remove-duplicates, delete-duplicates, substitute)
30787 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
30788 (nsubstitute-if-not, find, find-if, find-if-not, position)
30789 (position-if, position-if-not, count, count-if, count-if-not)
30790 (mismatch, search, sort*, stable-sort, merge, member*)
30791 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
30792 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
30793 (intersection, nintersection, set-difference, nset-difference)
30794 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
30795 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
30796 (nsublis, tree-equal): Improve argument/docstring consistency.
30797
30798 * subr.el (send-string, send-region): Remove obsolescence declaration.
30799 (window-dot, set-window-dot, read-input, show-buffer)
30800 (eval-current-buffer, string-to-int):
30801 Add release number to obsolescence declarations.
30802
30803 2005-05-19 Kim F. Storm <storm@cua.dk>
30804
30805 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
30806 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
30807
30808 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
30809
30810 * faces.el (list-faces-display): Make back button respect optional
30811 regexp arg.
30812
30813 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
30814
30815 * calculator.el (calculator-radix-grouping-mode)
30816 (calculator-radix-grouping-digits, calculator-displayer)
30817 (calculator-radix-grouping-separator, calculator-copy-displayer):
30818 * dabbrev.el (dabbrev-search-these-buffers-only):
30819 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
30820 (diff-advance-after-apply-hunk, diff-mode-hook)
30821 (diff-minor-mode-prefix):
30822 * imenu.el (imenu-use-popup-menu):
30823 * jit-lock.el (jit-lock-context-time):
30824 * newcomment.el (comment-fill-column, comment-column)
30825 (comment-style, comment-padding, comment-multi-line)
30826 (comment-empty-lines, comment-auto-fill-only-comments):
30827 * reveal.el (reveal-around-mark):
30828 * uniquify.el (uniquify-buffer-name-style)
30829 (uniquify-after-kill-buffer-p)
30830 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
30831 (uniquify-min-dir-content, uniquify-separator)
30832 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
30833 * w32-vars.el (w32-fixed-font-alist):
30834 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
30835 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
30836 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
30837 * progmodes/perl-mode.el (perl-indent-level)
30838 (perl-continued-statement-offset, perl-continued-brace-offset)
30839 (perl-brace-offset, perl-brace-imaginary-offset)
30840 (perl-label-offset, perl-indent-continued-arguments)
30841 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
30842 * progmodes/tcl.el (tcl-indent-level)
30843 (tcl-continued-indent-level, tcl-auto-newline)
30844 (tcl-tab-always-indent, tcl-electric-hash-style)
30845 (tcl-help-directory-list, tcl-use-smart-word-finder)
30846 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
30847 (inferior-tcl-source-command):
30848 * textmodes/fill.el (enable-kinsoku):
30849 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
30850 * textmodes/table.el (table-yank-handler):
30851 Specify missing group (and type, if simple) in defcustom.
30852
30853 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
30854
30855 * progmodes/compile.el (compilation-finish-function): Fix defvar.
30856
30857 2005-05-19 Richard M. Stallman <rms@gnu.org>
30858
30859 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
30860
30861 * subr.el (event-basic-type): Don't get an error.
30862 (left-fringe-p): Function deleted.
30863
30864 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
30865 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
30866
30867 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
30868 in recursive copy.
30869
30870 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
30871
30872 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
30873
30874 * emacs-lisp/bytecomp.el
30875 (byte-compile-file-form-custom-declare-variable):
30876 Call byte-compile-nogroup-warn if appropriate.
30877
30878 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
30879 (compilation-set-window): Don't call left-fringe-p; do it directly.
30880
30881 2005-05-19 Jay Belanger <belanger@truman.edu>
30882
30883 * calc/calc-graph.el (calc-graph-format-data): Make sure
30884 var-PlotRejects is bound before trying to check its value.
30885
30886 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
30887
30888 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
30889 definition of this variable from reftex-global.el to reftex.el,
30890 because it is needed in the menu.
30891
30892 2005-05-19 Lute Kamstra <lute@gnu.org>
30893
30894 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
30895 years are fixed. Don't insert a space after a dash.
30896
30897 2005-05-19 Kim F. Storm <storm@cua.dk>
30898
30899 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
30900
30901 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
30902
30903 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
30904 strings, because (eq ... ?\\) is fairly frequent.
30905
30906 * progmodes/make-mode.el (makefile-add-this-line-targets):
30907 Simplify and integrate into `makefile-pickup-targets'.
30908 (makefile-add-this-line-macro): Simplify and integrate into
30909 `makefile-pickup-macros.
30910 (makefile-pickup-filenames-as-targets): Simplify.
30911 (makefile-previous-dependency, makefile-match-dependency):
30912 Don't stumble over `::'.
30913
30914 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
30915
30916 * subr.el (post-command-idle-hook, post-command-idle-delay):
30917 Remove obsoletion of post-command-idle-hook and
30918 post-command-idle-delay.
30919
30920 * faces.el (list-faces-display): Provide button when describe-face
30921 is called to take user back to the list of faces.
30922
30923 * help-fns.el (describe-variable): Remove hyperlinks in a
30924 variable's value as these are quite frequently inappropriate.
30925
30926 * follow.el (follow-submit-feedback, follow-mode):
30927 Remove references to post-command-idle-hook.
30928
30929 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
30930
30931 * progmodes/make-mode.el (makefile-previous-dependency)
30932 (makefile-match-dependency): Check for := (and in bsd mode also
30933 !=) to give a better result, even when font-lock is not on.
30934
30935 2005-05-18 Jay Belanger <belanger@truman.edu>
30936
30937 * calc/calc-help.el (calc-s-prefix-help):
30938 Add `calc-copy-special-constant' to help string.
30939
30940 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
30941
30942 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
30943
30944 2005-05-18 Jay Belanger <belanger@truman.edu>
30945
30946 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
30947 in linear factors are in proper order.
30948
30949 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
30950
30951 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
30952 Support for jurabib.
30953
30954 * textmodes/reftex.el (featurep): Define aliases for overlay
30955 commands, for XEmacs compatibility, and use these aliases in
30956 overlay initializations.
30957 (reftex-highlight): Use `reftex-move-overlay'.
30958 (reftex-unhighlight): Use `reftex-delete-overlay'.
30959 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
30960 (reftex-access-search-path): Use `reftex-uniquify' instead of
30961 `reftex-uniq'.
30962
30963 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
30964 `before-string' property modification enables for Emacs as well.
30965 (reftex-select-item): Use `reftex-delete-overlay'.
30966 (reftex-select-mark): Use `reftex-make-overlay' and
30967 `reftex-overlay-put'.
30968 (reftex-select-unmark): Use `reftex-delete-overlay' and
30969 `reftex-overlay-put'.
30970
30971 2005-05-18 Lute Kamstra <lute@gnu.org>
30972
30973 * emacs-lisp/lisp.el (check-parens): Fix docstring.
30974
30975 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
30976
30977 * add-log.el (add-change-log-entry):
30978 * array.el (array-make-template, array-reconfigure-rows)
30979 (array-init-max-row, array-init-max-column)
30980 (array-init-columns-per-line, array-init-field-width):
30981 * replace.el (replace-match-maybe-edit, perform-replace):
30982 * textmodes/spell.el (spell-region):
30983 Replace `read-input' by `read-string'.
30984
30985 * forms.el (forms-mode):
30986 * finder.el (finder-compile-keywords):
30987 * shadowfile.el (shadow-read-files):
30988 Replace `eval-current-buffer' by `eval-buffer'.
30989
30990 * terminal.el (te-pass-through):
30991 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
30992 (ange-ftp-raw-send-cmd):
30993 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
30994 (send-process-next-char, telnet-initial-filter, telnet):
30995 Replace `send-string' by `process-send-string'.
30996
30997 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
30998 (prolog-consult-region): Replace `send-string' by
30999 `process-send-string'; replace `send-region' by `process-send-region'.
31000
31001 * progmodes/delphi.el (delphi-log-msg):
31002 Replace `set-window-dot' by `set-window-point'.
31003
31004 * subr.el (window-dot, set-window-dot, read-input, send-string)
31005 (send-region, show-buffer, eval-current-buffer):
31006 Make really obsolete, as the comment says.
31007
31008 2005-05-17 Kim F. Storm <storm@cua.dk>
31009
31010 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
31011 (cua--init-keymaps): Bind C-return instead of S-return to set
31012 rectangle mark.
31013
31014 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
31015 instead of S-return to toggle/clear rectangle mark.
31016
31017 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
31018
31019 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
31020 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
31021 Also fontify plain strings assigned to variables, mostly so that a
31022 colon has a face and is thus not taken as a dependency separator.
31023 (makefile-previous-dependency): Inline the new matcher, because it
31024 is too complex to work in both directions.
31025 (makefile-match-dependency): Eliminate `backward' arg (see above).
31026 Completely reimplemented so as to not sometimes go into an endless
31027 loop. It should also be more efficient, because first it only
31028 searches for `:', instead of applying the very complex regexp.
31029 (makefile-mode): Cancel `font-lock-support-mode', because blocks
31030 to be fontified in one piece can be too long for JIT.
31031 Makefiles are never *that* big.
31032
31033 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
31034
31035 * dired.el (dired-mode): Simplify.
31036
31037 2005-05-17 Lute Kamstra <lute@gnu.org>
31038
31039 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
31040 defcustom for the mode hook variable.
31041
31042 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
31043 Emacs Lisp Reference Manual.
31044
31045 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
31046
31047 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
31048 (evenp, list*):
31049 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
31050 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
31051
31052 * net/tramp-smb.el (tramp-smb-open-connection):
31053 Pass `tramp-chunksize' as fifth (required) argument.
31054
31055 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
31056
31057 * font-lock.el (lisp-font-lock-keywords-1):
31058 Set `font-lock-negation-char-face' for [^...] char group.
31059 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
31060
31061 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
31062 a var, and refine it to mask one more level of nested vars.
31063 (makefile-rule-action-regex): Turn it into a var, and refine it so
31064 it recognizes backslashed continuation lines as belonging to the
31065 same command.
31066 (makefile-macroassign-regex): Refine it so it recognizes
31067 backslashed continuation lines as belonging to the same command.
31068 (makefile-var-use-regex): Don't look at the next char, because it
31069 might be the same one to be skipped by the initial [^$], leading
31070 to an overlooked variable use.
31071 (makefile-make-font-lock-keywords): Remove two parameters, which
31072 are now variables that some of the modes set locally.
31073 Handle dependency and rule action matching through functions, because
31074 regexps alone match too often. Dependency matching now comes
31075 last, so it can check, whether a colon already matched something else.
31076 (makefile-mode): Inform that font-lock improves makefile parsing
31077 capabilities.
31078 (makefile-match-dependency, makefile-match-action): New functions.
31079
31080 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
31081
31082 * emacs-lisp/cl-extra.el (equalp): Doc fix.
31083
31084 * align.el (align-regexp):
31085 * ansi-color.el (ansi-color-get-face):
31086 * array.el (array-reconfigure-rows, array-init-max-row)
31087 (array-init-max-column, array-init-columns-per-line)
31088 (array-init-field-width):
31089 * dired-aux.el (dired-trample-file-versions):
31090 * dired-x.el (dired-mark-sexp):
31091 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
31092 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
31093 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
31094 * faces.el (face-read-integer):
31095 * files.el (backup-extract-version, insert-directory):
31096 * hexl.el (hexl-insert-decimal-char):
31097 * server.el (server-process-filter):
31098 * shell.el (shell-extract-num):
31099 * startup.el (command-line-1):
31100 * term.el (term-command-hook):
31101 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
31102 (time-stamp-do-number):
31103 * time.el (display-time-update):
31104 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
31105 (timezone-fix-time):
31106 * vms-patch.el (vms-suspend-resume-hook):
31107 * calendar/appt.el (appt-convert-time):
31108 * calendar/cal-bahai.el (mark-bahai-diary-entries):
31109 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
31110 * calendar/cal-islam.el (mark-islamic-diary-entries):
31111 * calendar/calendar.el (calendar-cursor-to-date)
31112 (calendar-star-date):
31113 * calendar/diary-lib.el (diary-attrtype-convert)
31114 (mark-diary-entries, diary-entry-time):
31115 * calendar/solar.el (solar-get-number):
31116 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
31117 * emacs-lisp/re-builder.el (reb-display-subexp):
31118 * emulation/edt.el (edt-set-scroll-margins):
31119 * emulation/tpu-extras.el (tpu-set-scroll-margins):
31120 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
31121 (vip-get-ex-count):
31122 * emulation/viper-ex.el (viper-get-ex-token)
31123 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
31124 * international/fontset.el (fontset-plain-name):
31125 * mail/feedmail.el (feedmail-look-at-queue-directory):
31126 * mail/mailalias.el (mail-get-names):
31127 * mail/rmail.el (rmail-convert-to-babyl-format):
31128 * mail/rmailsum.el (rmail-make-basic-summary-line)
31129 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
31130 (rmail-summary-goto-msg):
31131 * mail/smtpmail.el (smtpmail-read-response):
31132 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
31133 (ange-ftp-vms-add-file-entry):
31134 * play/gametree.el (gametree-looking-at-ply)
31135 (gametree-current-branch-score):
31136 * progmodes/ada-xref.el (ada-prj-find-prj-file)
31137 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
31138 * progmodes/cperl-mode.el (condition-case):
31139 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
31140 (ebrowse-set-member-buffer-column-width)
31141 (ebrowse-select-1st-to-9nth):
31142 * progmodes/etags.el (etags-snarf-tag):
31143 * progmodes/flymake.el (flymake-parse-line):
31144 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
31145 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
31146 (idlwave-shell-menu-def):
31147 * progmodes/ps-mode.el (ps-run-goto-error):
31148 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
31149 (vhdl-speedbar-contract-level):
31150 * term/mac-win.el (x-handle-numeric-switch):
31151 * term/sun-mouse.el (sun-get-frame-data):
31152 * term/w32-win.el (x-handle-numeric-switch):
31153 * term/x-win.el (x-handle-numeric-switch):
31154 * textmodes/ispell.el (ispell-parse-output):
31155 * textmodes/nroff-mode.el (nroff-outline-level):
31156 * textmodes/reftex-cite.el (reftex-bib-sort-year)
31157 (reftex-bib-sort-year-reverse, reftex-format-citation):
31158 * textmodes/reftex-parse.el (reftex-init-section-numbers)
31159 (reftex-section-number):
31160 * textmodes/texinfmt.el (texinfo-paragraphindent):
31161 Replace `string-to-int' by `string-to-number'.
31162
31163 * international/latexenc.el: Add page marker to force the "Local
31164 Variables:" string out of the last page.
31165
31166 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
31167
31168 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
31169 tooltip-change-major-mode.
31170 (gud-tooltip-print-command): Remove case where gud-minor-mode
31171 is gdb ("--fullname").
31172 (gud-tooltip-tips): Turn GUD tooltips off for this case and
31173 explain to user.
31174
31175 2005-05-16 Jay Belanger <belanger@truman.edu>
31176
31177 * calc/calc-store.el (calc-copy-special-constant): New function.
31178
31179 * calc/calc-ext.el (calc-init-extensions): Add binding for
31180 `calc-copy-special-constant'.
31181
31182 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
31183 for the `calc-copy-special-constant' command.
31184
31185 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
31186
31187 * subr.el (left-fringe-p): New function.
31188
31189 * progmodes/compile.el (compilation-setup): Set local value of
31190 overlay-arrow-string to "" always.
31191 (compilation-set-window): Left fringe then don't scroll.
31192 No left fringe then no arrow and scroll message to top.
31193 (compilation-context-lines): Adjust doc string accordingly.
31194
31195 2005-05-16 Kim F. Storm <storm@cua.dk>
31196
31197 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
31198 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
31199 (ido-wide-find-dir-or-delete-dir): New command for M-d.
31200 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
31201 (ido-read-file-name): Handle commands with ido property value
31202 equal to find-file as reading a file name, to allow C-d to enter dired.
31203 (ibuffer-find-file): Add ido property with value find-file.
31204
31205 2005-05-15 Kim F. Storm <storm@cua.dk>
31206
31207 * subr.el (open-network-stream-nowait): Remove.
31208 (open-network-stream-server): Remove.
31209
31210 2005-05-15 Richard M. Stallman <rms@gnu.org>
31211
31212 * faces.el (describe-face): Output a definition link button.
31213
31214 * help-mode.el (help-face-def): New button type.
31215
31216 * emacs-lisp/copyright.el (copyright-fix-years):
31217 Match properly if the first year is 2-digit.
31218 Don't mess up the whitespace after the years by filling.
31219
31220 * dired-aux.el (dired-mark-confirm):
31221 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
31222
31223 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
31224 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
31225 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
31226
31227 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
31228 Set font-lock-comment-start-skip.
31229
31230 * font-lock.el (font-lock-comment-start-skip): New variable.
31231 (font-lock-comment-end-skip): New variable.
31232 (font-lock-fontify-syntactically-region): Use them if non-nil.
31233
31234 2005-05-15 Jay Belanger <belanger@truman.edu>
31235
31236 * calc/calc-store.el (calc-store-value): Return a string rather
31237 than display it as a message.
31238 Use calc-var-name for variable name.
31239 (calc-store-into): Add the result of calc-store-value to message.
31240 (calc-copy-variable): Add a message.
31241 (calc-store-exchange): Improve error messages.
31242 (calc-store-binary, calc-store-map): Don't reset the values of
31243 special constants.
31244
31245 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
31246
31247 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
31248 manual to docstring.
31249
31250 * files.el (hack-local-variables-confirm): Add STRING argument.
31251 Make the function handle non file visiting buffers correctly.
31252 (hack-local-variables-prop-line, hack-local-variables)
31253 (hack-one-local-variable): Use STRING arg of
31254 `hack-local-variables-confirm'.
31255
31256 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
31257
31258 Sync with Tramp 2.0.49.
31259
31260 * net/tramp.el (tramp-handle-dired-call-process)
31261 (tramp-handle-insert-directory):`insert-buffer' cannot be used
31262 because the contents of the Tramp buffer is changed before
31263 insertion (`expand-file' and alike).
31264 (tramp-handle-insert-directory): If `localname' has an empty
31265 nondirectory name, it must not be quoted.
31266 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
31267 variable `tramp-chunksize'. Change callees.
31268 (tramp-open-connection-setup-interactive-shell): Check remote host
31269 for buggy `send-process-string' implementation.
31270 Set `tramp-chunksize' if found. Reported by Michael Kifer
31271 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
31272 (tramp-handle-shell-command): `insert-buffer' cannot be used
31273 because the contents of the Tramp buffer is changed before
31274 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
31275 <frederic.bothamy@free.fr>.
31276 (tramp-set-auto-save): Actions should be done for Tramp file name
31277 handler only. Ange-FTP has its own auto-save mechanism.
31278 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
31279 (tramp-set-auto-save-file-modes): Set file modes of
31280 `buffer-auto-save-file-name' to ?\600 as fallback solution.
31281 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
31282 (tramp-bug): Remove obsolete variable.
31283 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
31284 for presence of `mml-mode'. Make it running for older Emacsen as well.
31285
31286 2005-05-14 John Paul Wallington <jpw@pobox.com>
31287
31288 * ibuf-ext.el (define-ibuffer-filter filename):
31289 If `dired-directory' is a list, use its car.
31290
31291 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
31292
31293 * ibuffer.el (define-ibuffer-column filename):
31294 If `dired-directory' is a list, use its car.
31295
31296 2005-05-14 Richard M. Stallman <rms@gnu.org>
31297
31298 * subr.el (symbol-file): Doc fix.
31299
31300 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
31301 (byte-compile-form): Call byte-compile-nogroup-warn.
31302 (byte-compile-warning-types): Doc fix.
31303
31304 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
31305
31306 * progmodes/cc-engine.el (c-literal-faces):
31307 Add font-lock-comment-delimiter-face.
31308
31309 * net/net-utils.el (dig): Use with-no-warnings.
31310
31311 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
31312 (sc-recite-frame-alist, sc-default-cite-frame)
31313 (sc-default-uncite-frame, sc-default-recite-frame)
31314 (sc-attrib-selection-list, sc-rewrite-header-list):
31315 Mark as risky-local-variable.
31316
31317 * international/ogonek.el (ogonek-jak, ogonek-how):
31318 Don't use beginning-of-buffer.
31319
31320 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
31321
31322 * calendar/solar.el (solar-data-list): Move definition up.
31323
31324 * dnd.el (dnd-protocol-alist): Add autoload.
31325
31326 * progmodes/sh-script.el: Many doc usage fixes.
31327 (sh-indent-after-do): Change default to match common styles.
31328
31329 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
31330
31331 * files.el (interpreter-mode-alist)
31332 (auto-mode-interpreter-regexp): Doc fixes.
31333
31334 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
31335
31336 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
31337
31338 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
31339
31340 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31341
31342 * dired.el (dired-mode): make-variable-buffer-local =>
31343 make-local-variable.
31344
31345 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31346
31347 * term/mac-win.el (mac-select-convert-to-string): Try coding
31348 systems in mac-script-code-coding-systems if specified one cannot
31349 encode string for `com.apple.traditional-mac-plain-text'.
31350
31351 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
31352
31353 * progmodes/make-mode.el (makefile-targets-face)
31354 (makefile-shell-face, makefile-makepp-perl-face): New faces.
31355 (makefile-dependency-regex): Fix it to not make the colon in
31356 $(var:a=b) special.
31357 (makefile-rule-action-regex): New regexp for highlighting embedded
31358 Shell strings.
31359 (makefile-macroassign-regex): Handle != for highlighting as
31360 embedded Shell strings.
31361 (makefile-var-use-regex): New const.
31362 (makefile-statements, makefile-automake-statements)
31363 (makefile-gmake-statements, makefile-makepp-statements)
31364 (makefile-bsdmake-statements): New consts.
31365 (makefile-make-font-lock-keywords): New function.
31366 (makefile-automake-font-lock-keywords)
31367 (makefile-gmake-font-lock-keywords)
31368 (makefile-makepp-font-lock-keywords)
31369 (makefile-bsdmake-font-lock-keywords): New consts.
31370 (makefile-mode-map): Add switchers between the various submodes.
31371 (makefile-mode): Document the availability of the variants.
31372 (makefile-automake-mode, makefile-gmake-mode)
31373 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
31374
31375 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
31376 new variants of makefile-mode.
31377
31378 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
31379
31380 * font-lock.el (font-lock-comment-delimiter-face): Fix up
31381 the inheritance.
31382
31383 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
31384
31385 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
31386 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
31387
31388 * files.el (normal-mode): Extend the scope of the
31389 `enable-local-variables' binding to include the `set-auto-mode' call.
31390 (magic-mode-alist): Doc fix.
31391
31392 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
31393
31394 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
31395 font-lock-comment-face rather than copying its setting.
31396
31397 2005-05-12 Andreas Schwab <schwab@suse.de>
31398
31399 * eshell/esh-mode.el (eshell-send-input): Doc fix.
31400
31401 2005-05-12 Lute Kamstra <lute@gnu.org>
31402
31403 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
31404 defcustom for the mode hook variable. Delete the last argument.
31405 * generic-x.el: Fix callers of define-generic-mode.
31406 (generic-x-modes): Delete group.
31407 (show-tabs-tab-face, show-tabs-space-face): Put them in the
31408 generic-x customization group.
31409
31410 2005-05-12 Kim F. Storm <storm@cua.dk>
31411
31412 * font-lock.el (font-lock-negation-char-face): Default to "off".
31413
31414 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
31415 font-lock-negation-char-face to ! in !=.
31416
31417 2005-05-12 Masatake YAMATO <jet@gyve.org>
31418
31419 * add-log.el (find-change-log): Fix typos in the docstring
31420 of function.
31421
31422 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
31423
31424 * international/latexenc.el (latexenc-find-file-coding-system):
31425 Avoid `re-search-forward' when looking for input encoding because
31426 of speed and safety. Better regular expressions for recognizing
31427 input encoding. Limit a search for TeX-master/tex-main-file to
31428 the local variable section.
31429
31430 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
31431
31432 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
31433 syntax of $ to "'" (quote).
31434
31435 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
31436
31437 * dnd.el (dnd-protocol-alist): Improve custom type.
31438
31439 * dired.el (dired-dnd-protocol-alist): New variable.
31440 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
31441 `dired-mode-hook' to the end.
31442
31443 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
31444
31445 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
31446 comment-end if comment-start-skip is not set.
31447 Obey the font-lock-comment-delimiter-face variables.
31448
31449 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
31450
31451 * files.el (executable-find): Move from executable.el. Use
31452 locate-file.
31453 * progmodes/executable.el (executable-find): Move to files.el.
31454
31455 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
31456 when trying to ensure forward progress.
31457
31458 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
31459
31460 * mouse-sel.el (mouse-sel-follow-link-p): New function.
31461 (mouse-select, mouse-select-internal, mouse-extend-internal):
31462 Use it to implement mouse-1-click-follows-link functionality.
31463
31464 2005-05-11 Richard M. Stallman <rms@gnu.org>
31465
31466 * font-lock.el (font-lock-fontify-syntactically-region):
31467 Use font-lock-comment-delimiter-face for comment delimiters.
31468
31469 2005-05-10 Jay Belanger <belanger@truman.edu>
31470
31471 * calc/calc-help.el (calc-m-prefix-help): Add mention of
31472 preserving embedded modes.
31473
31474 2005-05-10 Richard M. Stallman <rms@gnu.org>
31475
31476 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
31477
31478 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
31479 Move from ada-stmt.el.
31480 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
31481
31482 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
31483 Move to ada-mode.el.
31484 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
31485
31486 * cus-edit.el (custom-file): Call file-chase-links.
31487
31488 * files.el (read-directory-name): Fix previous change.
31489 (hack-local-variables-confirm): New function.
31490 (hack-local-variables-prop-line, hack-local-variables)
31491 (hack-one-local-variable): Use it.
31492
31493 2005-05-10 Lute Kamstra <lute@gnu.org>
31494
31495 * font-lock.el (font-lock-keywords-alist)
31496 (font-lock-removed-keywords-alist): Clarify docstrings.
31497
31498 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
31499
31500 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
31501 (gdb-source-info): Check for preprocessor info.
31502 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
31503 a macro for a function.
31504 (gdb-info-breakpoints-custom): Try to find file again if not already
31505 found (user might have used GDB dir command).
31506 (gdb-get-location): Update gdb-location-alist correctly for change
31507 to gdb-info-breakpoints-custom.
31508
31509 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
31510 (gud-tooltip-print-command): Add gdbmi case.
31511 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
31512 preprocessor info.
31513
31514 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
31515
31516 * startup.el (fancy-splash-insert): Fix typo in doc string.
31517
31518 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
31519
31520 * obsolete/float.el (string-to-float):
31521 * obsolete/hilit19.el (hilit-add-pattern):
31522 * obsolete/rnews.el (news-parse-range, news-select-message)
31523 (news-get-pruned-list-of-files): Replace `string-to-int' by
31524 `string-to-number'.
31525
31526 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
31527 `find-file-not-found-hooks'; use `add-hook'.
31528 (uncompress-while-visiting): Set `write-file-functions', not
31529 `write-file-hooks'; use `add-hook'.
31530
31531 2005-05-09 Kim F. Storm <storm@cua.dk>
31532
31533 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
31534 (cua-paste): Handle clipboard action.
31535 (cua--init-keymaps): Remap clipboard-kill-region and
31536 clipboard-kill-ring-save.
31537
31538 2005-05-08 Eli Zaretskii <eliz@gnu.org>
31539
31540 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
31541 Improve commentary.
31542
31543 * simple.el (next-error-overlay-arrow-position): Revert the change
31544 made on 2005-04-30.
31545
31546 2005-05-07 Jay Belanger <belanger@truman.edu>
31547
31548 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
31549 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
31550 `calc-sel-reselect'.
31551
31552 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
31553 Calc is in embedded mode.
31554
31555 2005-05-07 Eli Zaretskii <eliz@gnu.org>
31556
31557 * progmodes/compile.el (compilation-setup):
31558 Set overlay-arrow-string to an empty string on text terminals.
31559
31560 * textmodes/ispell.el (ispell-program-name): Try looking for
31561 "aspell" along exec-path, and if found, use it as the default
31562 speller program.
31563
31564 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
31565
31566 * international/mule.el (sgml-xml-auto-coding-function):
31567 Recognize encoding='FOO' in single quotes as well as in double quotes.
31568
31569 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
31570
31571 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
31572 as well as `interactive', so that defmacro* would recognize
31573 `declare' forms.
31574
31575 2005-05-07 Eli Zaretskii <eliz@gnu.org>
31576
31577 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
31578 Explain more about the LIGHTER arg's usage in the doc string.
31579 Add commentary to clarify what the code does. Fix the regexp that
31580 strips whitespace from LIGHTER. Quote LIGHTER before using it,
31581 since it could have characters special to regular expressions.
31582
31583 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
31584
31585 * replace.el (occur-1): Bind inhibit-read-only so that
31586 erase-buffer doesn't barf on read-only text properties (likewise
31587 for add-text-properties in occur-engine). Mark buffer as unmodified.
31588 (occur-engine): Don't set buffer-read-only here.
31589
31590 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
31591
31592 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
31593 list-buffers-directory. This caused the *cvs-commit* buffer to be
31594 sometimes mistakenly reused as a *cvs* buffer.
31595
31596 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
31597
31598 * tooltip.el: Move code for GUD tooltips into gud.el.
31599 (require): CL no longer needed to compile case.
31600 (tooltip-mode): Do not toggle functions for GUD tooltips.
31601 (tooltip-gud-tips-p): Remove. Replace with minor mode
31602 gud-tooltip-mode in gud.el.
31603 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
31604 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
31605 tooltip-gud prefix with gud-tooltip and obsolete.
31606 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
31607 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
31608 (tooltip-mouse-motion): Mouse movement functions/variable.
31609 Rename in gud.el by adding gud prefix.
31610 (tooltip-gud-original-filter, tooltip-gud-dereference)
31611 (tooltip-gud-event, tooltip-toggle-gud-tips)
31612 (tooltip-gud-process-output, tooltip-gud-print-command)
31613 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
31614 gud.el by replacing tooltip-gud prefix with gud-tooltip.
31615 (gdb-tooltip-print): Move to gdb-ui.el.
31616
31617 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
31618 (require): CL needed to compile case.
31619 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
31620 tooltip-gud-tips-p. Make it a minor-mode.
31621 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
31622 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
31623 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
31624 (gud-tooltip-change-major-mode)
31625 (gud-tooltip-activate-mouse-motions-if-enabled)
31626 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
31627 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
31628 (gud-tooltip-original-filter, gud-tooltip-dereference)
31629 (gud-tooltip-event, tooltip-toggle-gud-tips)
31630 (gud-tooltip-process-output, gud-tooltip-print-command)
31631 (gud-tooltip-tips): Move from tooltip.el.
31632
31633 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
31634 (gdb-cpp-define-alist-flags): Doc fix.
31635 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
31636 gud-tooltip-mode is t.
31637
31638 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
31639
31640 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
31641 evaporate if their text is deleted.
31642 (goto-address-at-point): Make it work as a mouse binding as well.
31643 (goto-address-at-mouse): Obsolete it. Update users.
31644
31645 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
31646
31647 * calendar/appt.el (top-level): No longer activate on load.
31648
31649 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
31650
31651 * calendar/cal-bahai.el (mark-bahai-diary-entries):
31652 * net/webjump.el (webjump):
31653 * progmodes/idlw-help.el (idlwave-do-context-help1)
31654 (idlwave-highlight-linked-completions):
31655 * textmodes/po.el (po-find-file-coding-system-guts):
31656 Replace `assoc-ignore-case' by `assoc-string'.
31657
31658 2005-05-06 Eli Zaretskii <eliz@gnu.org>
31659
31660 * files.el (locate-file): Doc fix.
31661
31662 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
31663 Remove the redundant test for ms-dos.
31664
31665 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
31666 look for the preprocessor with exec-suffixes. If not found in
31667 standard places, look in exec-path. Remove most of the tests that
31668 used system-type.
31669
31670 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
31671
31672 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
31673
31674 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
31675 file-name clash with jka-compr.el on 8+3 filesystems.
31676
31677 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31678
31679 * term/mac-win.el: Don't define or bind scroll bar functions if
31680 x-toolkit-scroll-bars is t.
31681 (x-select-text, x-get-selection-value): Clear
31682 x-last-selected-text-clipboard if x-select-enable-clipboard is
31683 nil.
31684 (PRIMARY): Put mac-scrap-name property.
31685 (mac-select-convert-to-file-url): New function.
31686 (public.file-url): New selection target type. Add to
31687 selection-converter-alist.
31688 (x-get-selection, x-selection-value): Handle it.
31689 (x-cut-buffer-or-selection-value): New alias.
31690
31691 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
31692
31693 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
31694 entry to avoid calling bibtex-find-entry with arg global
31695 being t. Remove arg key.
31696 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
31697 (bibtex-copy-summary-as-kill): Change accordingly.
31698
31699 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
31700
31701 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
31702 (org-agenda-date-later): Use with-current-buffer.
31703
31704 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
31705
31706 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
31707 (define-obsolete-variable-alias): Doc Fixes.
31708
31709 2005-05-06 Kim F. Storm <storm@cua.dk>
31710
31711 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
31712 vertical-motion when selective-display is active.
31713
31714 * ido.el (ido-setup-hook): New hook.
31715 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
31716 (ido-input-stack): New var.
31717 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
31718 ido-next-work-file binding to M-O.
31719 Bind M-f to ido-wide-find-file-or-pop-dir.
31720 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
31721 (ido-read-internal): Run ido-setup-hook.
31722 Catch quit in read-file-name and read-string to cancel edit.
31723 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
31724 Automatically pop-all when completing a directory name (RET).
31725 (ido-file-internal): Add with-no-warnings around ffap and dired code.
31726 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
31727 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
31728 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
31729 New functions for M-b/M-f to move among the directory components.
31730 (ido-make-merged-file-list): Catch quit to cancel merge.
31731 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
31732 (ido-completion-help): No warnings for ido-completion-buffer-full.
31733
31734 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
31735
31736 * font-lock.el (font-lock-negation-char-face): New face and variable.
31737 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
31738 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
31739 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
31740 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
31741
31742 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
31743
31744 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
31745 Fix typo in docstring.
31746
31747 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
31748 (ebrowse-print-statistics-line)
31749 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
31750
31751 * term/w32-win.el (image-library-alist): Add additional name for
31752 Xpm library.
31753
31754 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
31755
31756 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
31757 use gcc instead of cpp.
31758
31759 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
31760 (gdb-create-define-alist): Use it.
31761 (gdb-cpp-define-alist-program): Update for MS-DOS.
31762
31763 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
31764
31765 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
31766
31767 2005-05-04 Richard M. Stallman <rms@gnu.org>
31768
31769 * help.el (describe-key): No error when UNTRANSLATED is nil.
31770
31771 * simple.el (line-move-1): Fix previous change to signal errors
31772 appropriately.
31773
31774 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
31775
31776 * calendar/icalendar.el (icalendar-version): Now at 0.12.
31777 (icalendar-duration-correction): Remove.
31778 (icalendar--get-event-properties): Split result at commas.
31779 (icalendar--decode-isoduration): New optional argument
31780 DURATION-CORRECTION.
31781 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
31782 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
31783 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
31784 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
31785 (icalendar--convert-anniversary-to-ical): New functions, extracted
31786 from icalendar-export-region, with bug fixes.
31787 (icalendar-export-region): Use the above functions.
31788 (icalendar-import-buffer): Check before saving diary file.
31789 (icalendar--convert-recurring-to-diary)
31790 (icalendar--convert-non-recurring-all-day-to-diary)
31791 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
31792 extracted from icalendar--convert-ical-to-diary, with bug fixes.
31793 (icalendar--convert-ical-to-diary): Use the above functions.
31794
31795 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
31796
31797 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
31798 Remove these recent additions.
31799 (c-mode): Restore to before 2005-04-28.
31800
31801 * progmodes/cc-vars.el (cc-define-list-program): Remove this
31802 recent addition.
31803
31804 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
31805 (gdb-define-alist): New variables.
31806 (gdb-create-define-alist): New function.
31807 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
31808 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
31809 with string-to-number.
31810 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
31811
31812 * progmodes/gud.el: Replace string-to-int with string-to-number.
31813 (gud-find-file): Handle gdb-define-alist.
31814
31815 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
31816
31817 2005-05-02 Jay Belanger <belanger@truman.edu>
31818
31819 * calc/calc-aent.el (math-read-token):
31820 * calc/calc-bin.el (calc-word-size):
31821 * calc/calc-ext.el (calc-read-number-fancy):
31822 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
31823 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
31824 * calc/calc-frac.el (calc-over-notation):
31825 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
31826 (calc-graph-num-points, calc-graph-init):
31827 * calc/calc-prog.el (calc-read-parse-table-part)
31828 (calc-edit-macro-repeats):
31829 * calc/calc-yank.el (calc-do-grab-rectangle):
31830 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
31831 Replace `string-to-int' by `string-to-number'.
31832
31833 2005-05-02 Kim F. Storm <storm@cua.dk>
31834
31835 * kmacro.el: Use executing-kbd-macro-index variable.
31836
31837 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
31838
31839 * net/rlogin.el (rlogin-parse-words): Delete func.
31840 (rlogin): Use split-string, not rlogin-parse-words.
31841 Also, if there are option-like elements in the parsed args,
31842 take the host to be the first arg immediately following them.
31843 Suggested by Michael Mauger.
31844
31845 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
31846
31847 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
31848
31849 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
31850
31851 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
31852 (cc-mode-cpp-program): Rename to cc-define-list-program and
31853 move to cc-vars.el.
31854
31855 * progmodes/cc-vars.el (cc-define-list-program):
31856 Change to "gcc -E -dM -". Make customizable.
31857
31858 2005-05-02 Kim F. Storm <storm@cua.dk>
31859
31860 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
31861
31862 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
31863
31864 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
31865
31866 * international/mule-util.el (truncate-string): Remove alias and
31867 obsolete declaration.
31868
31869 * international/mule-cmds.el (update-iso-coding-systems):
31870 Remove alias and obsolete declaration.
31871
31872 * international/mule.el (coding-system-parent): Remove alias and
31873 obsolete declaration.
31874
31875 * subr.el (define-function, sref): Remove aliases and obsolete
31876 declarations.
31877 (chars-in-region): Remove obsolete declaration.
31878
31879 2005-05-01 Richard M. Stallman <rms@gnu.org>
31880
31881 * info.el (Info-mode): Set widen-automatically to nil, locally.
31882
31883 * simple.el (widen-automatically): New variable.
31884 (pop-global-mark): Obey widen-automatically.
31885
31886 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
31887
31888 * term/xterm.el (function-key-map): Call substitute-key-definition
31889 before the keymap size is increased by a lot of define-key calls.
31890
31891 2005-05-01 Richard M. Stallman <rms@gnu.org>
31892
31893 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
31894 Rename ARG to ELEMENT. Doc fix.
31895
31896 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
31897
31898 * allout.el (allout-exposure): Remove macro and obsolete declaration.
31899 Remove references to allout-exposure/change to allout-new-exposure.
31900
31901 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
31902 bytecode symbols.
31903
31904 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
31905 (compiled-function-p, focus-frame, unfocus-frame):
31906 Remove aliases and obsolete declarations.
31907 Back out inadvertent changes from previous commit.
31908
31909 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
31910
31911 * files.el (require-final-newline): Make Custom tags consistent
31912 with mode-require-final-newline.
31913 (mode-require-final-newline): Doc fix.
31914
31915 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
31916
31917 * international/latexenc.el (latexenc-find-file-coding-system):
31918 Fix regular expressions.
31919
31920 2005-05-01 David Kastrup <dak@gnu.org>
31921
31922 * international/latexenc.el (latexenc-find-file-coding-system):
31923 Fix regular expressions.
31924
31925 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
31926
31927 * subr.el (string-to-int): Make obsolete.
31928
31929 2005-04-30 Richard M. Stallman <rms@gnu.org>
31930
31931 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
31932
31933 * loadup.el: Load jka-comp-hook.
31934
31935 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
31936 (jka-compr-handler): Add autoload. `put' calls moved
31937 to jka-comp-hook.el.
31938 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
31939 (jka-compr-inhibit): Autoload.
31940
31941 * jka-comp-hook.el: New file.
31942 Enable the mode by default.
31943
31944 * files.el (backup-buffer-copy): Use copy-file instead
31945 of write-region, and put back the 'excl.
31946
31947 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
31948
31949 * progmodes/flymake.el (flymake-split-string)
31950 (flymake-split-string, flymake-log, flymake-pid-to-names)
31951 (flymake-reg-names, flymake-get-source-buffer-name)
31952 (flymake-unreg-names, flymake-add-line-err-info)
31953 (flymake-add-err-info): Clarify docstrings.
31954 (flymake-popup-menu, flymake-make-emacs-menu)
31955 (flymake-make-xemacs-menu): Add docstrings.
31956 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
31957 Set variables directly throughout.
31958
31959 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
31960
31961 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
31962 exists. Initialize cc-define-alist.
31963 (c-mode): Add cc-create-define-alist locally to after-save-hook.
31964 If there is no file (Macroexpansion) don't create an alist.
31965
31966 2005-04-29 Sam Steingold <sds@gnu.org>
31967
31968 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
31969 (cc-create-define-alist): Use it instead of the hard-coded string.
31970
31971 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
31972
31973 * international/mule-conf.el (file-coding-system-alist): Fix regexp
31974 for latexenc.
31975
31976 2005-04-29 Lute Kamstra <lute@gnu.org>
31977
31978 * emacs-lisp/generic.el: Improve commentary section.
31979 (define-generic-mode): Improve docstring.
31980
31981 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
31982
31983 * textmodes/org.el (many places): Change to quiet the byte compiler.
31984 (org-prefix-format-compiled): New variable.
31985 (org-compile-prefix-format): New function.
31986 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
31987 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
31988 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
31989 (org-get-entries-from-diary): Use `org-get-time-of-day' for
31990 consistency with entries from `org-mode' files.
31991 (org-get-time-of-day): Fix bug with partial matches early in a line.
31992 (org-non-link-chars): New constant.
31993 (org-link-regexp): Respect `org-non-link-chars'.
31994 (org-agenda-day-view): Remove command.
31995 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
31996 (org-follow-bbdb-link, org-store-link): Search also company field.
31997 (org-highlight-overlay): New variable.
31998 (org-highlight, org-unhighlight): New functions.
31999 (org-agenda-mode): Add pre-command-hook to remove highlight.
32000 (org-evaluate-time-range): Behavior depends upon whether time stamp
32001 contains a time or not.
32002 (org-show-subtree, org-show-entry): New functions.
32003 (org-agenda-cleanup-fancy-diary): Remove empty lines.
32004
32005 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
32006
32007 * comint.el (comint-output-filter-functions): Add autoload cookie.
32008
32009 2005-04-28 Kim F. Storm <storm@cua.dk>
32010
32011 * ido.el (ido-everywhere): Fix last change.
32012
32013 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
32014
32015 * international/latexenc.el: New file.
32016 * international/mule-conf.el (file-coding-system-alist): For .tex,
32017 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
32018
32019 2005-04-28 Lute Kamstra <lute@gnu.org>
32020
32021 * font-lock.el (font-lock-add-keywords)
32022 (font-lock-remove-keywords): Clarify docstring.
32023 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
32024 Don't start docstrings with a `*'.
32025 (font-lock-update-removed-keyword-alist): Give it a docstring.
32026
32027 * generic-x.el: Update commentary section.
32028 Only require font-lock when compiling.
32029 Define all modes conditionally.
32030 Place all generic modes in the generic-x-modes customization group.
32031 (generic-x-modes): New customization group.
32032 (generic-default-modes, generic-mswindows-modes)
32033 (generic-unix-modes, generic-other-modes): New constants.
32034 (generic-define-mswindows-modes, generic-define-unix-modes):
32035 Update docstrings. Make them obsolete.
32036 (generic-extras-enable-list): New default value. Update docstring.
32037 Improve :type. Change :set function.
32038 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
32039 Fix docstring.
32040
32041 * emacs-lisp/generic.el (generic-mode-internal):
32042 Simplify font-lock-defaults.
32043 (define-generic-mode): Fix docstring.
32044
32045 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
32046
32047 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
32048 font-lock-face property to highlight matches.
32049
32050 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
32051
32052 * progmodes/cc-mode.el (cc-create-define-alist): New function.
32053 (cc-define-alist): New variable.
32054 (c-mode): Make it local and initialize it.
32055
32056 * progmodes/gdb-ui.el (gdb-active-process): New variable.
32057 (gdb-exited): New function.
32058 (gdb-annotation-rules): Use it.
32059 (gdb-starting): Set gdb-active-process to t.
32060 (gdb-stopping): Amend doc string.
32061 (gdb-reset): Set gdb-active-process to nil.
32062
32063 * tooltip.el (tooltip-gud-tips): Show the associated #define
32064 directives when a C program under GDB is not executing.
32065
32066 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
32067
32068 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
32069 font-lock-fontify-syntactic-keywords.
32070
32071 * font-lock.el (font-lock-default-fontify-region): Don't force
32072 parse-sexp-lookup-properties to nil.
32073
32074 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
32075
32076 * man.el (man-mode-syntax-table): Set up `:' to have
32077 word-constituent syntax.
32078
32079 2005-04-27 Lute Kamstra <lute@gnu.org>
32080
32081 * novice.el (disable-command): Don't add spurious newlines to the
32082 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
32083
32084 2005-04-26 Jay Belanger <belanger@truman.edu>
32085
32086 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
32087 than one window before deleting window.
32088
32089 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
32090
32091 * shell.el (shell-prompt-pattern): Doc fix.
32092 (shell-mode): Set paragraph-separate buffer locally to "\\'".
32093
32094 * comint.el (comint-prompt-regexp, comint-get-old-input)
32095 (comint-use-prompt-regexp)
32096 (comint-use-prompt-regexp-instead-of-fields)
32097 (comint-replace-by-expanded-history, comint-send-input)
32098 (comint-output-filter, comint-get-old-input-default)
32099 (comint-line-beginning-position, comint-bol, comint-show-output)
32100 (comint-backward-matching-input, comint-forward-matching-input)
32101 (comint-next-prompt, comint-previous-prompt):
32102 Rename `comint-use-prompt-regexp-instead-of-fields' to
32103 `comint-use-prompt-regexp'. Keep old name as alias and declare
32104 obsolete.
32105 (comint-use-prompt-regexp): Shorten first line of doc string.
32106
32107 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
32108 Set paragraph-separate buffer locally to "\\'".
32109
32110 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
32111 Adapt to above name change.
32112
32113 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
32114 (smbclient-prompt-regexp): Ditto.
32115
32116 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
32117
32118 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
32119
32120 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
32121 gdb-location-list.
32122 Break lines that are over 80 characters wide.
32123
32124 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
32125
32126 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
32127 New fun and var, to preserve compatibility.
32128
32129 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
32130
32131 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
32132
32133 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
32134 name to file-newer-than-file-p.
32135
32136 2005-04-26 Richard M. Stallman <rms@gnu.org>
32137
32138 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
32139
32140 * progmodes/python.el (python-mode):
32141 Use new name eldoc-documentation-function.
32142
32143 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
32144
32145 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
32146 (eldoc-documentation-function):
32147 Rename from eldoc-print-current-symbol-info-function. Calls changed.
32148
32149 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
32150
32151 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
32152
32153 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
32154
32155 * term/xterm.el (function-key-map): Fix strings for
32156 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
32157 {C,S,A,C-S}-{f1-f12}.
32158
32159 2005-04-26 Kenichi Handa <handa@m17n.org>
32160
32161 * international/mule-cmds.el (select-safe-coding-system):
32162 Fix previous change.
32163
32164 2005-04-26 Lute Kamstra <lute@gnu.org>
32165
32166 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
32167
32168 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
32169 (font-lock-comment-delimiter-face): Ditto.
32170
32171 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
32172
32173 2005-04-25 Jay Belanger <belanger@truman.edu>
32174
32175 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
32176 to t while inserting information; use help-mode.
32177
32178 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
32179
32180 * term.el (ansi-term-color-vector): Use the xterm colors.
32181 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
32182
32183 2005-04-25 Lute Kamstra <lute@gnu.org>
32184
32185 * font-core.el (font-lock-defaults): Fix docstring.
32186
32187 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
32188
32189 2005-04-25 Kenichi Handa <handa@m17n.org>
32190
32191 * international/mule-cmds.el (select-safe-coding-system):
32192 Don't check consistency with coding: spec, etc if raw-text or
32193 no-conversion was found to be safe.
32194
32195 2005-04-24 Richard M. Stallman <rms@gnu.org>
32196
32197 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
32198 citation markers at start of each line.
32199
32200 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
32201 citation markers at start of each line.
32202
32203 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
32204
32205 * files.el (mode-require-final-newline): Fix previous change.
32206 (require-final-newline): Fix type label.
32207
32208 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
32209
32210 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
32211 statement in buffer (broken by 2004-11-24 change).
32212
32213 2005-04-24 Kim F. Storm <storm@cua.dk>
32214
32215 * ido.el (ido-everywhere): Save and restore old read-buffer-function
32216 and read-file-name-function values. Don't overwrite existing
32217 non-nil values if ido-mode is enabled without ido-everywhere.
32218
32219 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
32220
32221 * files.el (mode-require-final-newline): Minor doc fix.
32222
32223 2005-04-24 Eli Zaretskii <eliz@gnu.org>
32224
32225 * subr.el (syntax-after): Doc fix.
32226 (syntax-class): If argument is nil, return nil. Mask off upper 16
32227 bits, not 8 bits.
32228
32229 * files.el (mode-require-final-newline): Doc fix.
32230 (backup-buffer-copy): Fix last change.
32231
32232 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32233
32234 * term/mac-win.el: Require select. Set selection-coding-system to
32235 mac-system-coding-system. Call menu-bar-enable-clipboard.
32236 (x-last-selected-text-clipboard, x-last-selected-text-primary)
32237 (x-select-enable-clipboard): New variables.
32238 (x-select-text, x-get-selection, x-selection-value)
32239 (x-get-selection-value, mac-select-convert-to-string)
32240 (mac-services-open-file, mac-services-open-selection)
32241 (mac-services-insert-text): New functions.
32242 (CLIPBOARD, FIND): Put mac-scrap-name property.
32243 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
32244 (public.tiff): Put mac-ostype property.
32245 (selection-converter-alist): Add entries for them.
32246 (mac-application-menu-map): New keymap.
32247 (interprogram-cut-function, interprogram-paste-function): Set to
32248 x-select-text and x-get-selection-value, respectively.
32249 (split-window-keep-point): Set to t.
32250
32251 2005-04-23 Richard M. Stallman <rms@gnu.org>
32252
32253 * files.el (read-directory-name): Always pass non-nil
32254 DEFAULT-FILENAME arg to read-file-name.
32255 (backup-buffer-copy, basic-save-buffer-2): Take care against
32256 writing thru an unexpected existing symlink.
32257 (revert-buffer): In indirect buffer, revert the base buffer.
32258 (magic-mode-alist): Doc fix.
32259 (buffer-stale-function): Doc fix.
32260 (minibuffer-with-setup-hook): Avoid warning.
32261 (mode-require-final-newline): Doc and custom fix.
32262
32263 * follow.el (follow-end-of-buffer): Use with-no-warnings.
32264
32265 * font-lock.el (font-lock-comment-face): On terminals with few colors,
32266 use the default appearance.
32267 (font-lock-comment-delimiter-face): New face, new variable.
32268
32269 * imenu.el (imenu--generic-function): The official position of a
32270 definition is the start of the line that BEG is in.
32271
32272 * midnight.el (midnight-timer): Move defvar up.
32273
32274 * mouse.el (mouse-drag-region-1): Delete some debugging code.
32275
32276 * saveplace.el (save-place-to-alist): Use with-no-warnings.
32277
32278 * startup.el (command-line): Use with-no-warnings.
32279
32280 * window.el (window-size-fixed): New defvar.
32281
32282 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
32283
32284 * mail/rmail.el (rmail-font-lock-keywords):
32285 Use font-lock-comment-delimiter-face.
32286
32287 * mail/sendmail.el (mail-font-lock-keywords):
32288 Use font-lock-comment-delimiter-face.
32289
32290 * progmodes/compile.el (next-error-highlight-timer): New defvar.
32291
32292 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
32293
32294 * progmodes/compile.el (compilation-mode-font-lock-keywords):
32295 Specify t for LAXMATCH when matching directories.
32296 Save match data around compilation-compat-error-properties form.
32297
32298 2005-04-23 David Kastrup <dak@gnu.org>
32299
32300 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
32301 Mention that the autoloaded aliases should be kept for AUCTeX.
32302
32303 2005-04-23 Andreas Schwab <schwab@suse.de>
32304
32305 * isearch.el (isearch-forward): Doc fix.
32306
32307 2005-04-23 Eli Zaretskii <eliz@gnu.org>
32308
32309 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
32310 (jit-lock-stealth-nice): Change default value to 0.5.
32311
32312 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
32313
32314 * abbrev.el (write-abbrev-file): Write table entries in
32315 alphabetical order by table name.
32316
32317 2005-04-22 Kim F. Storm <storm@cua.dk>
32318
32319 * ido.el (ido-read-internal): Fix `list' completion.
32320
32321 2005-04-22 Kenichi Handa <handa@m17n.org>
32322
32323 * recentf.el (recentf-save-file-coding-system): New variable.
32324 (recentf-save-list): Encode the file by
32325 recentf-save-file-coding-system and add coding: tag.
32326
32327 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
32328
32329 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
32330
32331 2005-04-21 Lute Kamstra <lute@gnu.org>
32332
32333 * loadhist.el (unload-feature): Don't remove a function from hooks
32334 if it is about to be restored to an autoload . Remove functions
32335 that will become unbound from auto-mode-alist. Simplify the code.
32336
32337 * subr.el (assq-delete-all): New implementation that is linear,
32338 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
32339 (rassq-delete-all): New function.
32340
32341 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
32342 Add size-indication-mode.
32343
32344 2005-04-21 Kenichi Handa <handa@m17n.org>
32345
32346 * international/mule-cmds.el: Add autoload for widget-value in
32347 eval-when-compile.
32348
32349 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
32350
32351 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
32352 Add tooltip-mode.
32353
32354 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
32355
32356 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
32357
32358 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
32359 (inferior-lisp-filter-regexp, inferior-lisp-program)
32360 (inferior-lisp-load-command, inferior-lisp-prompt)
32361 (inferior-lisp-mode-hook, lisp-source-modes)
32362 (inferior-lisp-load-hook): defvar->defcustom.
32363 (inferior-lisp-program, inferior-lisp-prompt)
32364 (inferior-lisp-load-hook): Doc fixes.
32365 (inferior-lisp-install-letter-bindings): Small change in
32366 introductory comment.
32367
32368 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
32369
32370 * vc.el (vc-annotate-color-map): Change some colors so that text
32371 using them as foreground is readable on both white and black
32372 backgrounds.
32373
32374 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
32375
32376 * international/mule-conf.el (translation-table-for-input):
32377 Remove redundant declaration.
32378
32379 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
32380
32381 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
32382
32383 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
32384 (tooltip-toggle-gud-tips): New function.
32385
32386 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32387
32388 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
32389 right angle brackets.
32390
32391 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
32392
32393 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
32394
32395 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
32396
32397 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
32398 Remove. Update callers to use expand-file-name instead.
32399
32400 * subr.el (syntax-class): New function.
32401
32402 * simple.el (blink-matching-open): Use it.
32403
32404 * paren.el (show-paren-function): Use it to recognize parens that are
32405 also used in 2-char comment markers.
32406
32407 2005-04-19 Lute Kamstra <lute@gnu.org>
32408
32409 * loadhist.el (unload-feature): Update for new format of
32410 load-history. Simplify the code.
32411
32412 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32413
32414 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
32415 (mac-add-charset-info): New function. Initialize variable
32416 mac-charset-info-alist using it.
32417 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
32418 for translation.
32419 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
32420 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
32421 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
32422 New CCL programs.
32423
32424 2005-04-19 Kim F. Storm <storm@cua.dk>
32425
32426 * simple.el (next-buffer, prev-buffer, next-error)
32427 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
32428 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
32429
32430 * bindings.el (next-buffer, prev-buffer, next-error)
32431 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
32432 (clone-indirect-buffer-other-window): Move bindings from simple.el.
32433 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
32434 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
32435
32436 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
32437
32438 * isearch.el (isearch-edit-string): Make the search-ring available for
32439 minibuffer history commands.
32440 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
32441 the default history commands now work just as well.
32442 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
32443
32444 2005-04-18 Kim F. Storm <storm@cua.dk>
32445
32446 * emulation/cua-base.el (cua--pre-command-handler): Add more
32447 elaborate check for shift modifier on non-window systems.
32448
32449 2005-04-18 Lars Hansen <larsh@math.ku.dk>
32450
32451 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
32452
32453 2005-04-18 Kim F. Storm <storm@cua.dk>
32454
32455 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
32456 and make it optional. Don't test tooltip-gud-echo-area here.
32457 (tooltip-gud-process-output, gdb-tooltip-print):
32458 Pass tooltip-gud-echo-area to tooltip-show.
32459 (tooltip-help-tips): Remove second optional arg to tooltip-show.
32460
32461 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32462
32463 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
32464 `display-graphic-p' may not be bound yet.
32465
32466 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
32467
32468 * startup.el (command-line): No longer enable Xterm Mouse mode by
32469 default in terminals compatible with xterm.
32470
32471 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
32472
32473 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
32474
32475 * tooltip.el (tooltip-gud-echo-area): Rename from
32476 tooltip-use-echo-area.
32477 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
32478 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
32479 area independently of where help tooltips are displayed.
32480
32481 2005-04-17 David Kastrup <dak@gnu.org>
32482
32483 * cus-theme.el (custom-theme-write-variables): Quote variables
32484 where necessary.
32485
32486 2005-04-17 Richard M. Stallman <rms@gnu.org>
32487
32488 * simple.el (yank-excluded-properties): Add follow-link to value.
32489
32490 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
32491
32492 * startup.el (fancy-splash-max-time): Just 30 seconds.
32493 (fancy-splash-delay): Just 7.
32494 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
32495
32496 * loadhist.el (unload-feature): Update for new format of load-history.
32497 Simplify the code.
32498
32499 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
32500 (rmail-font-lock-keywords): Don't fontify the text of a citation.
32501
32502 * mail/sendmail.el (mail-font-lock-keywords):
32503 Don't fontify subject text.
32504 Don't fontify the text of a citation.
32505
32506 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
32507
32508 * comint.el (comint-output-filter): Run comint-output-filter-functions
32509 with point where the user had it.
32510
32511 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
32512
32513 * international/ucs-tables.el (ucs-set-table-for-input):
32514 Disable when using unify-on-decoding.
32515
32516 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
32517
32518 * emulation/cua-base.el (cua-global-mark-face): Add special case
32519 for displays supporting a high number of colors.
32520
32521 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
32522
32523 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
32524
32525 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
32526
32527 * filesets.el (filesets-add-buffer): If user supplies a name of a
32528 non-existing fileset, create a new fileset.
32529
32530 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
32531
32532 * textmodes/org.el (org-up-heading-all): Fix bug with
32533 `outline-up-heading-all'.
32534
32535 2005-04-16 Andreas Schwab <schwab@suse.de>
32536
32537 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
32538 /etc/permissions.d/* and /etc/aliases.d/*.
32539
32540 2005-04-16 Kenichi Handa <handa@m17n.org>
32541
32542 * international/code-pages.el (cp-make-coding-system):
32543 Set `translation-table-for-input' property value to the symbol
32544 ucs-mule-to-mule-unicode, not to that value.
32545 (pt154): Escape guillemet by `\'.
32546
32547 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
32548
32549 * loadup.el: Load tooltip if x-show-tip is fboundp.
32550
32551 * startup.el (command-line): Add comment.
32552
32553 * tooltip.el (tooltip-mode): Specify correct standard value for
32554 Custom in init-value.
32555
32556 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
32557
32558 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
32559 possible.
32560
32561 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
32562
32563 * textmodes/org.el (org-agenda-date-prompt): Rename from
32564 `org-agenda-date-today'.
32565 (org-evaluate-time-range): Insert at point instead of directly
32566 after time range.
32567 (org-first-headline-recenter, org-subtree-end-visible-p)
32568 (org-optimize-window-after-visibility-change): New functions
32569 (org-agenda-post-command-hook): Don't allow point at end of line,
32570 to make sure it always hits the text properties.
32571 (org-agenda-next-date-line, org-agenda-previous-date-line):
32572 New commands.
32573 (org-set-regexps-and-options): Category may contain white space.
32574 (org-agenda-get-deadlines, org-agenda-get-scheduled):
32575 Improve marker positions.
32576 (org-agenda-new-marker): Argument POS made optional.
32577 (org-agenda-get-timestamps): Deadlines which are done are listed
32578 in org-done-face now.
32579 (org-agenda-get-todos, org-agenda-get-timestamps)
32580 (org-agenda-get-deadlines, org-agenda-get-scheduled):
32581 Set `undone-face' and `done-face' properties.
32582 (org-last-todo-state-is-todo): New variable.
32583 (org-todo): Set `org-last-todo-state-is-todo'.
32584 (org-agenda-todo): Change face according to
32585 `org-last-todo-state-is-todo'. And change other lines referring to
32586 the same entry.
32587 (org-calendar-goto-agenda): New command.
32588 (org-calendar-to-agenda-key): New option.
32589 (org-startup-folded): New allowed value `content'.
32590 (org-set-regexps-and-options): Accept new value `content' for
32591 `org-startup-folded'.
32592 (org-get-current-options): Handle new value `content' for
32593 `org-startup-folded'.
32594 (org-insert-todo-heading): New command.
32595 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
32596 interactively in empty file and option
32597 `org-insert-mode-line-in-empty-file' has been set.
32598 (org-agenda-todo, org-agenda-priority): Modify to use
32599 `org-agenda-change-all-lines'.
32600 (org-warning-face): Change color on dark background.
32601
32602 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32603
32604 * international/mule-cmds.el (set-locale-environment): On Mac OS,
32605 use preferences AppleLocale and AppleLanguages, and variable
32606 mac-system-locale for default locale. On Mac OS Classic, use
32607 mac-system-coding-system for default coding systems.
32608
32609 * term/mac-win.el: Don't set file-name-coding-system.
32610 Decode variables system-name, emacs-build-system, user-login-name, and
32611 user-full-name by mac-system-coding-system on Mac OS Classic.
32612 (mac-system-coding-system): New variable.
32613
32614 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
32615
32616 * startup.el (command-line): Handle `xterm-mouse-mode' before
32617 reading init file.
32618
32619 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
32620
32621 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
32622
32623 * progmodes/sh-script.el (sh-here-document-word): Make it a
32624 defcustom. Doc fix.
32625 (sh-add): Bash uses $(( )) for arithmetic.
32626 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
32627 (sh-maybe-here-document): Remove quotes and leading whitespace
32628 from heredoc word when closing. Indent heredoc with tabs if word
32629 starts with "-".
32630
32631 2005-04-13 Richard M. Stallman <rms@gnu.org>
32632
32633 * simple.el (undo): Fix previous change.
32634
32635 * custom.el (defface): Doc fix.
32636
32637 2005-04-13 Lute Kamstra <lute@gnu.org>
32638
32639 * Makefile.in (DONTCOMPILE): Remove list.
32640 (compile, compile-always): Don't use DONTCOMPILE.
32641 (update-authors): Load the library in which batch-update-authors
32642 is defined.
32643 * makefile.w32-in (DONTCOMPILE): Remove list.
32644 (compile, compile-always): Fix comments.
32645 (update-authors): Load the library in which batch-update-authors
32646 is defined.
32647
32648 * generic-x.el (generic-mode-ini-file-find-file-hook):
32649 Rename to ini-generic-mode-find-file-hook.
32650 Keep generic-mode-ini-file-find-file-hook as an alias.
32651 (ini-generic-mode-find-file-hook): Rename from
32652 generic-mode-ini-file-find-file-hook. Fix docstring.
32653 (ini-generic-mode): Docstring change.
32654 (bat-generic-mode-run-as-comint): Silence the byte compiler.
32655
32656 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
32657 called from lisp.
32658
32659 * generic.el: Move to the emacs-lisp subdir.
32660
32661 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
32662
32663 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
32664 and C-S- function and cursor motion keys.
32665
32666 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
32667
32668 * startup.el (command-line): Enable Xterm Mouse mode by default.
32669 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
32670 for Custom. No longer show "Mouse" in mode line when enabled.
32671 Doc fix.
32672
32673 2005-04-12 Kim F. Storm <storm@cua.dk>
32674
32675 * emulation/cua-base.el (cua-rectangle-face)
32676 (cua-rectangle-noselect-face): Define face attributes here.
32677
32678 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
32679
32680 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32681
32682 * startup.el (command-line): Turn off blinking cursor if
32683 cursorBlink in resources is off or false.
32684
32685 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32686
32687 * term/mac-win.el (dnd): Require dnd.
32688 (mac-drag-n-drop): Call dnd-handle-one-url.
32689 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
32690 (kTextEncodingISOLatin2): Remove constants.
32691 (mac-script-code-coding-systems): New constant.
32692 (mac-handle-language-change): New function.
32693 (special-event-map): Bind it to `language-change' event.
32694 (mac-centraleurroman, mac-cyrillic): New coding systems.
32695 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
32696 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
32697 and mac-cyrillic-encoder to encode-mac-centraleurroman and
32698 encode-mac-cyrillic, respectively.
32699
32700 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
32701
32702 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
32703 Don't set overlay-arrow-string to "=>" as this is done
32704 globally in C now.
32705
32706 2005-04-12 Lute Kamstra <lute@gnu.org>
32707
32708 * generic-x.el (rc-generic-mode, rul-generic-mode):
32709 Fix auto-mode-alist entries.
32710 (etc-fstab-generic-mode): Tweak fontification.
32711
32712 * generic.el (generic-make-keywords-list): Fix docstring.
32713 (generic-mode-internal): Simplify generic-font-lock-keywords.
32714
32715 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
32716
32717 * whitespace.el (whitespace-buffer-leading)
32718 (whitespace-buffer-trailing): Revert the incorrect test inversion.
32719 However, fix the highlight area for the leading and
32720 trailing whitespaces to show space.
32721
32722 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
32723
32724 * whitespace.el (whitespace-version): Bump to 3.5.
32725
32726 (whitespace-buffer-leading, whitespace-buffer-trailing):
32727 Invert sense of the test to highlight the whitespace.
32728
32729 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
32730
32731 * progmodes/gud.el (gud-display-line): GUD uses its own
32732 overlay arrow now so don't set overlay-arrow-string.
32733 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
32734
32735 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
32736
32737 * term.el (term-ansi-current-bold, term-ansi-current-underline)
32738 (term-ansi-current-reverse, term-ansi-current-invisible)
32739 (term-ansi-face-already-done): Change to boolean.
32740 (term-reset-terminal, term-handle-colors-array): Handle the above
32741 vars accordingly.
32742 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
32743 (term-emulate-terminal): Use the new name.
32744
32745 * faces.el (secondary-selection): Use yellow1, not yellow.
32746 (trailing-whitespace): Use red1, not red.
32747
32748 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32749
32750 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
32751 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
32752 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
32753
32754 * cus-edit.el (dnd): New group.
32755
32756 * term/w32-win.el (dnd): Require dnd
32757 (w32-drag-n-drop): Call dnd-handle-one-url.
32758
32759 * x-dnd.el: Require dnd.
32760 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
32761 Call dnd-handle-one-url.
32762 (x-dnd-types-alist, x-dnd-insert-utf8-text)
32763 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
32764 to dnd-insert-text.
32765 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
32766 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
32767 (x-dnd-get-local-file-name, x-dnd-open-local-file)
32768 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
32769
32770 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
32771
32772 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32773
32774 * wdired.el: Doc fixes.
32775 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
32776 (wdired-use-dired-vertical-movement): Rename from
32777 wdired-always-move-to-filename-beginning.
32778 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
32779 (wdired-change-to-wdired-mode): Change mode name.
32780 (wdired-newline): Delete.
32781
32782 2005-04-11 Richard M. Stallman <rms@gnu.org>
32783
32784 * whitespace.el (whitespace-highlight-the-space):
32785 Don't call whitespace-unhighlight-the-space here.
32786
32787 * simple.el (undo): Record t in undo-equiv-table
32788 for the redo record made by an undo-in-region.
32789
32790 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
32791
32792 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
32793 (gdb-frame-inferior-io-buffer): New Functions to control
32794 display of separate IO buffer.
32795 (menu): Add them to menu-bar.
32796 (gdb-display-buffer): Check for buffer another frame.
32797 Protect GUD buffer.
32798 (gdb-setup-windows): Create IO buffer if not already there.
32799 (gdb-memory-mode): Remove purecopy noops.
32800
32801 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
32802
32803 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
32804 and pass to self-insert-command.
32805
32806 2005-04-11 Lute Kamstra <lute@gnu.org>
32807
32808 * generic.el: Commentary section cleanup.
32809 (generic): Delete.
32810 (generic-use-find-file-hook, generic-lines-to-scan)
32811 (generic-find-file-regexp, generic-ignore-files-regexp)
32812 (default-generic-mode, generic-mode-find-file-hook)
32813 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
32814 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
32815 (generic-use-find-file-hook, generic-lines-to-scan)
32816 (generic-find-file-regexp, generic-ignore-files-regexp)
32817 (default-generic-mode, generic-mode-find-file-hook)
32818 (generic-mode-ini-file-find-file-hook): Move from generic.el.
32819
32820 2005-04-10 Karl Fogel <kfogel@red-bean.com>
32821
32822 * bookmark.el (bookmark-write-file): Catch errors writing file.
32823 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
32824
32825 2005-04-10 Richard M. Stallman <rms@gnu.org>
32826
32827 * startup.el (fancy-splash-tail): Update copyright year.
32828 (command-line): Split part of -Q into -D.
32829 (emacs-basic-display): New defvar.
32830 (fancy-splash-text): Correct name of menu item.
32831
32832 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
32833
32834 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
32835 lines in one node.
32836
32837 * comint.el (comint-send-input): New arg ARTIFICIAL.
32838 Callers in this file changed.
32839
32840 * abbrev.el (define-abbrevs): Read system abbrevs properly.
32841
32842 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
32843
32844 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
32845
32846 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
32847 `ldap-search-internal'.
32848
32849 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
32850
32851 * files.el (set-auto-mode-1): Use line-end-position.
32852
32853 * international/latin-1.el:
32854 * international/latin-2.el:
32855 * international/latin-3.el:
32856 * international/latin-4.el:
32857 * international/latin-5.el:
32858 * international/latin-8.el:
32859 * international/latin-9.el: Give punctuation syntax to NBSP.
32860
32861 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
32862 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
32863 Use char-classes to accept non-ascii letters, accepted in some recent
32864 bibtex implementations.
32865
32866 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
32867
32868 * custom.el (custom-set-minor-mode): Any non-nil value for the
32869 variable should enable the mode when set through Custom.
32870
32871 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
32872
32873 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
32874 TAB binding so tab-always-indent is obeyed.
32875 (vhdl-minibuffer-local-map): Move initialization into declaration.
32876 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
32877 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
32878 (vhdl-hooked-abbrev): Avoid test for XEmacs.
32879 (vhdl-current-line): Use line-beginning-position.
32880 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
32881 with-output-to-temp-buffer, so the current position can be recorded.
32882
32883 2005-04-10 Masatake YAMATO <jet@gyve.org>
32884
32885 * progmodes/compile.el (compilation-error-regexp-alist-alist):
32886 Add regexp for gcov.
32887
32888 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
32889
32890 * calendar/time-date.el (time-to-seconds, seconds-to-time)
32891 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
32892 syntax which Emacs 20 doesn't support.
32893
32894 2005-04-09 Richard M. Stallman <rms@gnu.org>
32895
32896 * help.el (describe-key-briefly, describe-key):
32897 Replace strings as event types with "(any string)".
32898
32899 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
32900
32901 * arc-mode.el (archive-mode-map): Move initialization into
32902 the declaration. Override *all* bindings of `undo'.
32903 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
32904
32905 2005-04-09 Jay Belanger <belanger@truman.edu>
32906
32907 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
32908
32909 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
32910
32911 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
32912 (xterm-register-default-colors): Update color values computation
32913 to match xterm-200.
32914
32915 2005-04-09 Kenichi Handa <handa@m17n.org>
32916
32917 * international/code-pages.el (iso-latin-7): Fix the map.
32918
32919 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
32920
32921 * emacs-lisp/lisp.el (defun-prompt-regexp)
32922 (parens-require-spaces, buffer-end, end-of-defun)
32923 (insert-parentheses): Doc fixes.
32924
32925 2005-04-08 Kim F. Storm <storm@cua.dk>
32926
32927 * comint.el (comint-highlight-prompt): Fix face spec.
32928 * hi-lock.el (hi-green): Likewise.
32929
32930 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
32931
32932 * cus-edit.el (custom-modified-face):
32933 * comint.el (comint-highlight-input): Fix previous changes.
32934 * term.el (term-handle-ansi-escape): Add a comment.
32935
32936 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
32937
32938 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
32939 in the buffer and in whitespace-highlighted-space.
32940 (whitespace-unhighlight-the-space): Simplify.
32941 (whitespace-buffer): Simplify.
32942
32943 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
32944
32945 * textmodes/table.el (table-cell-face): Add special case for
32946 displays supporting a high number of colors.
32947 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
32948 (vhdl-font-lock-reserved-words-face)
32949 (vhdl-speedbar-architecture-face)
32950 (vhdl-speedbar-instantiation-face)
32951 (vhdl-speedbar-architecture-selected-face)
32952 (vhdl-speedbar-instantiation-selected-face): Likewise.
32953 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
32954 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
32955 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
32956 (ebrowse-root-class-face, ebrowse-member-attribute-face)
32957 (ebrowse-progress-face): Likewise.
32958 * progmodes/compile.el (compilation-info-face): Likewise.
32959 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
32960 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
32961 * calendar/calendar.el (diary-face): Likewise.
32962 * woman.el (woman-italic-face, woman-bold-face)
32963 (woman-unknown-face): Likewise.
32964 * wid-edit.el (widget-button-pressed-face): Likewise.
32965 * whitespace.el (whitespace-highlight-face): Likewise.
32966 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
32967 * pcvs-info.el (cvs-marked-face): Likewise.
32968 * info.el (info-xref): Likewise.
32969 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
32970 * hilit-chg.el (highlight-changes-face)
32971 (highlight-changes-delete-face): Likewise.
32972 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
32973 (hi-red-b): Likewise.
32974 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
32975 * font-lock.el (font-lock-keyword-face)
32976 (font-lock-function-name-face, font-lock-warning-face): Likewise.
32977 * cus-edit.el (custom-invalid-face, custom-modified-face)
32978 (custom-set-face, custom-changed-face, custom-variable-tag-face)
32979 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
32980 * comint.el (comint-highlight-prompt): Likewise.
32981
32982 2005-04-08 Lute Kamstra <lute@gnu.org>
32983
32984 * font-lock.el (font-lock-keywords): Docstring fixes.
32985
32986 2005-04-08 Kenichi Handa <handa@m17n.org>
32987
32988 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
32989 chars are more than a limit, print " and more..." at the tail.
32990
32991 2005-04-08 Kim F. Storm <storm@cua.dk>
32992
32993 * emacs-lisp/authors.el (authors-aliases): Update list.
32994 (authors-ignored-files): New list.
32995 (authors-fixed-entries): Fix typo.
32996 (authors-renamed-files-alist): Update list.
32997 (authors-add): Check authors-ignored-files.
32998
32999 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
33000
33001 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
33002 optional, to ensure backward compatibility.
33003
33004 2005-04-08 Stephen Eglen <stephen@gnu.org>
33005
33006 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
33007
33008 2005-04-08 Kim F. Storm <storm@cua.dk>
33009
33010 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
33011
33012 * mouse.el (mouse-on-link-p): Doc fix.
33013
33014 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
33015
33016 * ielm.el (ielm-prompt-read-only): Doc fix.
33017
33018 * comint.el (comint-prompt-read-only): Doc fix.
33019
33020 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
33021
33022 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
33023 ensure dired always handles wildcards passed to ffap.
33024 (find-file-at-point): Use it.
33025 (ffap-dired-wildcards): Doc fix.
33026
33027 2005-04-07 Juri Linkov <juri@jurta.org>
33028
33029 * simple.el (next-error-overlay-arrow-position): New defvar.
33030 Put "=>" on its property `overlay-arrow-string'. Add it to
33031 `overlay-arrow-variable-list'.
33032
33033 * progmodes/compile.el (compilation-setup):
33034 Set `next-error-overlay-arrow-position' to nil. Also set it to
33035 nil in the local hook `kill-buffer-hook'. Make local variable
33036 `overlay-arrow-string' and set it to "=>".
33037 (compilation-goto-locus): Set BOL position to
33038 `next-error-overlay-arrow-position' instead of
33039 `overlay-arrow-position'.
33040
33041 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
33042 locally instead of adding it to the global hook.
33043 (Info-kill-buffer): Move up.
33044
33045 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
33046
33047 * term/xterm.el (xterm-standard-colors): Update color values from
33048 xterm-200.
33049
33050 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
33051
33052 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
33053
33054 * fast-lock.el:
33055 * lazy-lock.el: Move them to the obsolete subdir.
33056
33057 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33058
33059 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
33060 (wdired-add-replace-advice): Remove.
33061 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
33062
33063 2005-04-06 Kim F. Storm <storm@cua.dk>
33064
33065 * startup.el (command-line): Add --bare-bones alias for -Q.
33066
33067 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33068
33069 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
33070 create the startup fontset if a font specification ends with
33071 `mac-roman'.
33072
33073 2005-04-06 Lute Kamstra <lute@gnu.org>
33074
33075 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
33076 change.
33077
33078 * emacs-lisp/copyright.el (copyright-update-year): Replace the
33079 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
33080
33081 2005-04-05 Lute Kamstra <lute@gnu.org>
33082
33083 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
33084 (define-generic-mode): Ditto. Fix debug declaration.
33085
33086 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
33087 Put them in the generic-x group.
33088
33089 * calendar/timeclock.el (timeclock): Doc fix.
33090
33091 * generic.el (define-generic-mode): Don't use custom-current-group.
33092 Document default :group value.
33093 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
33094 (define-global-minor-mode): Don't use custom-current-group.
33095
33096 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
33097
33098 * startup.el (command-line-1): Display startup-echo-area-message
33099 when fancy splash screen is in use.
33100
33101 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
33102 (sh-escaped-newline): New face.
33103 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
33104 newline, and use sh-escaped-newline face.
33105
33106 * progmodes/tcl.el (tcl-escaped-newline): New face.
33107 (tcl-builtin-list): New variable.
33108 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
33109 newlines. Fix keywords subexpression number.
33110
33111 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
33112
33113 * textmodes/org.el (org-diary-default-entry): Fix call to
33114 `add-to-diary-entry'.
33115
33116 2005-04-05 Kim F. Storm <storm@cua.dk>
33117
33118 * ediff-init.el: Use (featurep 'xemacs).
33119
33120 2005-04-05 David Ponce <david@dponce.com>
33121
33122 * cus-edit.el (face): Derive from symbol widget. Display sample
33123 of the current face on the fly.
33124 (widget-face-sample-face-get, widget-face-notify): New functions.
33125 (widget-face-value-create): Remove.
33126
33127 * wid-edit.el (widget-field-end): Temporarily remove field
33128 narrowing before to call `get-char-property'.
33129
33130 2005-04-04 Jay Belanger <belanger@truman.edu>
33131
33132 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
33133 (math-read-subscripts): New variable.
33134 (math-read-preprocess-string): Process subscripts.
33135
33136 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
33137
33138 * comint.el (comint-prompt-read-only): Doc fix.
33139
33140 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
33141 `-1'. Doc fix.
33142
33143 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
33144
33145 * textmodes/org.el (org-insert-mode-line-in-empty-file):
33146 Change default value to nil.
33147
33148 2005-04-04 Lute Kamstra <lute@gnu.org>
33149
33150 * autorevert.el (auto-revert-mode): Specify :group.
33151 * battery.el (display-battery-mode): Specify :group.
33152 * diff-mode.el (diff-minor-mode): Specify :group.
33153 * font-core.el (font-lock-mode): Specify :group.
33154 * hl-line.el (hl-line-mode): Specify :group.
33155 * iimage.el (iimage): New customization group.
33156 (iimage-mode): Specify :group.
33157 * longlines.el (longlines-mode): Specify :group.
33158 * master.el: Don't require easy-mmode.
33159 (master): New customization group.
33160 (master-mode): Specify :group.
33161 * msb.el (msb-mode): Specify :group.
33162 * reveal.el (reveal-mode): Specify :group.
33163 * simple.el (next-error-follow-minor-mode): Specify :group.
33164 * smerge-mode.el (smerge-mode): Specify :group.
33165 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
33166 * emulation/cua-base.el (cua-mode): Specify :group.
33167 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
33168 * language/thai-util.el (thai-auto-composition-mode)
33169 (thai-word-mode): Specify :group.
33170 * mail/supercite.el (sc-minor-mode): Specify :group.
33171 * progmodes/cwarn.el (cwarn-mode): Specify :group.
33172 * progmodes/flymake.el (flymake-mode): Specify :group.
33173 * progmodes/glasses.el (glasses-mode): Specify :group.
33174 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
33175 * textmodes/enriched.el (enriched-mode): Specify :group.
33176 * textmodes/refill.el (refill-mode): Specify :group.
33177
33178 * add-log.el (change-log-font-lock-keywords): Names in
33179 parenthesized lists can contain spaces.
33180
33181 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
33182
33183 * startup.el (fancy-splash-text): Shorten default text of
33184 "Emacs Tutorial" line. Also, if the current language env
33185 indicates an available tutorial file other than TUTORIAL,
33186 extract its title and append it to the line in parentheses.
33187 (fancy-splash-insert): If arg is a thunk, funcall it.
33188
33189 2005-04-04 Jay Belanger <belanger@truman.edu>
33190
33191 * calc.el (calc-language-alist): Add tags to customization type.
33192
33193 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
33194
33195 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
33196 Doc fix.
33197
33198 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
33199
33200 * add-log.el (change-log-font-lock-keywords): The manual
33201 describing a Change Log entry, says: (...) "Aside from these
33202 header lines, every line in the change log starts with a space or
33203 a tab.". The font-lock was not highlighting lines started with
33204 spaces, added support for it.
33205
33206 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
33207
33208 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
33209 (bibtex-generate-url-list): Update docstring accordingly. Put the
33210 complex example in the docstring.
33211 (bibtex-font-lock-url): Use pop.
33212
33213 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
33214
33215 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
33216
33217 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
33218
33219 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
33220
33221 * filesets.el (filesets-set-default): Doc fix.
33222
33223 2005-04-03 Lute Kamstra <lute@gnu.org>
33224
33225 * generic.el (define-generic-mode): Add argument to specify
33226 keywords for defcustom.
33227 (default-generic-mode): Specify :group.
33228
33229 * generic-x.el: Specify :group for all generic modes.
33230
33231 * desktop.el (desktop-no-desktop-file-hook)
33232 (desktop-after-read-hook): Doc fix.
33233
33234 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
33235
33236 * simple.el (visible-mode): Use explicit :group keyword.
33237 This changes the group of `visible-mode-hook' from paren-blinking
33238 to editing-basics.
33239
33240 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
33241
33242 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
33243 mailbox specifications as well as URLs.
33244 (rmail-insert-inbox-text): Remove unused conditional branches.
33245
33246 2005-04-01 Jay Belanger <belanger@truman.edu>
33247
33248 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
33249 (calc-gnuplot-print-command): Move definitions to calc.el.
33250
33251 * calc/calc-embed.el (calc-embedded-announce-formula)
33252 (calc-embedded-open-formula, calc-embedded-close-formula)
33253 (calc-embedded-open-word, calc-embedded-close-word)
33254 (calc-embedded-open-plain, calc-embedded-close-plain)
33255 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
33256 (calc-embedded-open-mode, calc-embedded-close-mode):
33257 Move definitions to calc.el.
33258
33259 * calc/calc.el (calc-settings-file, calc-language-alist):
33260 Make customizable.
33261 (calc-embedded-announce-formula, calc-embedded-open-formula)
33262 (calc-embedded-close-formula, calc-embedded-open-word)
33263 (calc-embedded-close-word, calc-embedded-open-plain)
33264 (calc-embedded-close-plain, calc-embedded-open-new-formula)
33265 (calc-embedded-close-new-formula, calc-embedded-open-mode)
33266 (calc-embedded-close-mode, calc-gnuplot-name)
33267 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
33268 from other files and make customizable.
33269
33270 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
33271
33272 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
33273 Use buffer-live-p.
33274 (cvs-mode-run): Don't call cvs-update-header here.
33275 (cvs-run-process): Call cvs-update-header.
33276 Use process properties for cvs-postprocess and cvs-buffer so that
33277 the sentinel can behave better if the temp buffer is killed.
33278 Use a pipe rather than a tty, to better handle unexpected prompts.
33279 (cvs-sentinel): Rewrite. Call cvs-update-header.
33280
33281 2005-04-01 Andre Spiegel <spiegel@gnu.org>
33282
33283 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
33284 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
33285
33286 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
33287
33288 * generic.el (define-generic-mode): Add indentation rule.
33289
33290 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
33291
33292 * files.el (mode-require-final-newline): Make Custom correctly
33293 report a nil value and allow to set it to nil via Custom.
33294 Doc fix.
33295
33296 2005-04-01 Kenichi Handa <handa@m17n.org>
33297
33298 * international/characters.el: Enable the correct case setting for
33299 dotless-i and dotted-I.
33300
33301 2005-04-01 Kim F. Storm <storm@cua.dk>
33302
33303 * ido.el (ido-file-internal): Fall back to non-ido command if
33304 initial directory is on slow ftp (or tramp) host.
33305
33306 2005-03-31 Richard M. Stallman <rms@gnu.org>
33307
33308 * emacs-lisp/autoload.el (make-autoload):
33309 Handle define-global-minor-mode.
33310
33311 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
33312 Rename from easy-mmode-define-global-mode.
33313 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
33314
33315 * progmodes/scheme.el (scheme-mode-syntax-table):
33316 Update syntax of | and # for two-character comment syntax.
33317
33318 2005-03-31 Lute Kamstra <lute@gnu.org>
33319
33320 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
33321 (define-minor-mode): Call custom-current-group at load-time.
33322
33323 * generic.el (define-generic-mode): Add debug declaration.
33324 Add defcustom for the mode hook.
33325 (generic-mode-internal): Use run-mode-hooks.
33326
33327 2005-03-31 Kim F. Storm <storm@cua.dk>
33328
33329 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
33330 (mouse-fixup-help-message): New defun called by show_help_echo
33331 to fixup mouse-2 prefix in help messages when applicable.
33332
33333 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
33334
33335 2005-03-31 Kenichi Handa <handa@m17n.org>
33336
33337 * language/thai-word.el (thai-find-word-ends): Pay attention to
33338 the case that we reach the end of buffer.
33339
33340 * textmodes/fill.el (fill-text-properties-at): New function.
33341 (fill-newline): Use fill-text-properties-at instead of
33342 text-properties-at.
33343
33344 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
33345
33346 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
33347 not comint-quote-filename.
33348
33349 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
33350
33351 * help-fns.el (help-with-tutorial): Revert last change.
33352
33353 2005-03-31 Kim F. Storm <storm@cua.dk>
33354
33355 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
33356
33357 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
33358
33359 * calendar/cal-china.el: Update reference to "Calendrical
33360 Calculations" book; there's a new edition.
33361 * calendar/cal-coptic.el: Likewise.
33362 * calendar/cal-french.el: Likewise.
33363 * calendar/cal-hebrew.el: Likewise.
33364 * calendar/cal-islam.el: Likewise.
33365 * calendar/cal-iso.el: Likewise.
33366 * calendar/cal-julian.el: Likewise.
33367 * calendar/cal-mayan.el: Likewise.
33368 * calendar/cal-persia.el: Likewise.
33369 * calendar/calendar.el: Likewise.
33370 * calendar/holidays.el: Likewise.
33371 * calendar/lunar.el: Likewise.
33372 * calendar/solar.el: Likewise.
33373
33374 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
33375 white space from doc string.
33376
33377 2005-03-30 Jay Belanger <belanger@truman.edu>
33378
33379 * calc/calc-help.el (calc-full-help): Remove email address.
33380
33381 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
33382
33383 * help-fns.el (help-with-tutorial): Delete title line.
33384
33385 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
33386
33387 * calendar/cal-x.el (calendar-one-frame-setup)
33388 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
33389 rather than `symbol' for set-window-dedicated-p.
33390
33391 * calendar/appt.el (appt-buffer-name): Make it a constant.
33392 (appt-add): Doc fix.
33393
33394 * filesets.el (filesets-menu-path, filesets-menu-before)
33395 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
33396 (filesets-menu-cache-file): Use directory ~/.emacs.d.
33397 (filesets-add-submenu): Delete and use add-submenu instead.
33398
33399 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
33400
33401 * textmodes/org.el (org-agenda-phases-of-moon)
33402 (org-agenda-sunrise-sunset, org-agenda-convert-date)
33403 (org-agenda-goto-calendar): New commands.
33404 (org-diary-default-entry): New function.
33405 (org-get-entries-from-diary): Better parsing of diary entries.
33406 (org-agenda-check-no-diary): New function.
33407 ("diary-lib"): Advice to function `add-to-diary-list', to allow
33408 linking to diary entries.
33409 (org-agenda-execute-calendar-command): New function.
33410 (org-agenda): Improve visible section in window.
33411 Use `org-fit-agenda-window'.
33412 (org-fit-agenda-window): New option.
33413 (org-move-subtree-down): Better handling of empty lines
33414 at end of subtree.
33415 (org-cycle): Numeric prefix is interpreted now as show-subtree N
33416 levels up.
33417 (org-fontify-done-headline): New option.
33418 (org-headline-done-face): New face.
33419 (org-set-font-lock-defaults): Use `org-headline-done-face'.
33420 (org-table-copy-down): Rename from `org-table-copy-from-above'.
33421 When current field is non-empty, it is copied to next row.
33422 (org-table-copy-from-above): Fix bug which made it
33423 impossible to copy fields containing only a single non-white character.
33424
33425 2005-03-30 Kim F. Storm <storm@cua.dk>
33426
33427 * kmacro.el (kmacro-end-macro): Isearch may store this command
33428 into the macro -- so ignore it when executing keyboard macro.
33429
33430 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
33431
33432 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
33433
33434 2005-03-29 Kenichi Handa <handa@m17n.org>
33435
33436 * language/thai.el ("Thai"): Set setup-function and exit-function
33437 for Thai language environment.
33438
33439 * language/thai-util.el: Require thai-word.
33440 (thai-word-mode-map): New variable.
33441 (thai-word-mode): New minor mode.
33442 (setup-thai-language-environment-internal): New function.
33443 (exit-thai-language-environment-internal): New function.
33444
33445 * language/thai-word.el (thai-word-table): Declare it by defvar,
33446 use dolist to initialize it.
33447 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
33448 (thai-fill-find-break-point): New functions.
33449
33450 2005-03-29 Richard M. Stallman <rms@gnu.org>
33451
33452 * simple.el (idle-update-delay): Move definition up.
33453 (set-mark): Doc fix.
33454
33455 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
33456
33457 * longlines.el: New file.
33458
33459 * simple.el (buffer-substring-filters): New variable.
33460 (filter-buffer-substring): New function.
33461 (kill-region, copy-region-as-kill): Use it.
33462
33463 * register.el (copy-to-register, append-to-register)
33464 (prepend-to-register): Use filter-buffer-substring.
33465
33466 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
33467
33468 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
33469 (gud-filter-pending-text): Move in front of gdb.
33470 (gud-overlay-arrow-position): New variable.
33471 (gud-sentinel, gud-display-line): Use it in place of
33472 overlay-arrow-position.
33473
33474 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
33475
33476 * progmodes/fortran.el (fortran-if-indent): Doc fix.
33477 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
33478 (fortran-font-lock-keywords-4): New variable.
33479 (fortran-blocks-re, fortran-end-block-re)
33480 (fortran-start-block-re): New constants, for hideshow.
33481 (hs-special-modes-alist): Add a Fortran entry.
33482 (fortran-mode-map): Bind fortran-end-of-block,
33483 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
33484 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
33485 (fortran-looking-at-if-then, fortran-end-of-block)
33486 (fortran-beginning-of-block): New functions, for hideshow.
33487
33488 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
33489 Doc fix. Tweak regexp.
33490 (f90-beginning-of-block): Push mark first.
33491
33492 2005-03-29 Jay Belanger <belanger@truman.edu>
33493
33494 * calc/calc.el: Update copyright date.
33495 (calc-version): Increase to 2.1.
33496 (calc-version-date): Remove.
33497
33498 * calc/calc-help.el: Update copyright date.
33499 (calc-full-help): Remove reference to calc-version-date.
33500 Update copyright date.
33501
33502 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
33503
33504 * vc.el (vc-do-command): Use a pipe for async processes, so password
33505 prompts don't show up at places where the user can't reply.
33506
33507 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
33508
33509 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
33510 on the file name we pass to the inferior shell.
33511
33512 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
33513
33514 * progmodes/which-func.el (which-function): Be robust in the face of an
33515 imenu--make-index-alist failure.
33516
33517 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
33518
33519 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
33520
33521 * progmodes/python.el (python-preoutput-filter): Fix last change.
33522
33523 2005-03-29 Lute Kamstra <lute@gnu.org>
33524
33525 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
33526 functions and compiled macros.
33527 (debug-convert-byte-code): Handle macros too.
33528 (debug-on-entry-1): Don't signal an error when trying to clear a
33529 function that is not set to debug on entry.
33530
33531 2005-03-29 Jay Belanger <belanger@truman.edu>
33532
33533 * calc/calc-lang.el: Add functions to math-function-table
33534 properties of tex and math.
33535
33536 2005-03-29 Kenichi Handa <handa@m17n.org>
33537
33538 * ps-mule.el (ps-mule-plot-string): Translate characters by
33539 ps-print-translation-table.
33540 (ps-mule-begin-job): Call find-charset-region/string with
33541 ps-print-translation-table.
33542 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
33543
33544 * ps-print.el (ps-print-translation-table): New variable.
33545 (ps-plot-region): Translate characters by ps-print-translation-table.
33546
33547 2005-03-29 Juri Linkov <juri@jurta.org>
33548
33549 * simple.el (next-error-highlight-timer): New variable.
33550
33551 * progmodes/compile.el (compilation-goto-locus):
33552 Use `next-error-highlight-timer' instead of `sit-for'.
33553
33554 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
33555
33556 * mail/supercite.el (sc-mail-field): Use assoc-string.
33557 (sc-get-address): Simplify regexps.
33558
33559 * files.el (minibuffer-with-setup-hook): New macro.
33560 (find-file-read-args): Use it to avoid let-binding
33561 minibuffer-with-setup-hook (which breaks turning on/off
33562 file-name-shadow-mode while in the prompt).
33563
33564 * complete.el (PC-read-include-file-name-internal):
33565 Use test-completion.
33566
33567 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
33568
33569 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
33570
33571 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
33572
33573 * window.el (window-buffer-height): Use count-screen-lines.
33574
33575 * progmodes/python.el (python-preoutput-leftover): New var.
33576 (python-preoutput-filter): Use it.
33577 (python-send-receive): Loop until all the result has been received.
33578
33579 2005-03-28 Juri Linkov <juri@jurta.org>
33580
33581 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
33582
33583 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
33584 "Recover Crashed Session".
33585 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
33586 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
33587 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
33588 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
33589 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
33590 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
33591 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
33592 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
33593
33594 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
33595 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
33596 Ediff Sessions", "Toggle use of separate control buffer frame",
33597 "Use separate frame for Ediff control buffer".
33598
33599 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
33600 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
33601 "Rename Bookmark", "Delete Bookmark".
33602
33603 * info.el (Info-mode-menu): Remove ellipsis from "Index".
33604 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
33605 Add `:active Info-index-alternatives' to "Next Matching Item".
33606
33607 * wdired.el (wdired-change-to-wdired-mode):
33608 Mention `wdired-abort-changes' key in the initial message.
33609
33610 * international/mule.el (auto-coding-alist): Associate non-ascii
33611 image filename extensions with `no-conversion'.
33612
33613 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
33614
33615 * international/iso-acc.el:
33616 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
33617
33618 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
33619
33620 * textmodes/sgml-mode.el (html-mode): Doc update.
33621
33622 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
33623
33624 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
33625
33626 * term.el (term-move-columns): Fix face after extending a line.
33627 (term-insert-spaces): Likewise.
33628 (term-reset-terminal): Fix off by one error.
33629
33630 2005-03-26 Eli Zaretskii <eliz@gnu.org>
33631
33632 * international/mule.el (auto-coding-alist): Add .xpi files.
33633
33634 * files.el (auto-mode-alist): Add .xpi files.
33635
33636 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
33637
33638 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
33639
33640 2005-03-26 Eli Zaretskii <eliz@gnu.org>
33641
33642 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
33643
33644 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
33645
33646 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
33647 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
33648
33649 * calendar/cal-move.el (calendar-beginning-of-year): Move the
33650 cursor to Jan 1 when needed.
33651 (calendar-end-of-year): Fix -/+ typo.
33652 Reported by Chong Yidong <cyd@stupidchicken.com>.
33653
33654 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
33655
33656 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
33657
33658 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
33659 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
33660
33661 2005-03-25 Richard M. Stallman <rms@gnu.org>
33662
33663 * filesets.el (filesets-init): Add autoload.
33664
33665 * mail/mailalias.el (mail-directory): Doc fix.
33666
33667 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
33668
33669 * mail/mailalias.el (mail-directory-process): Do nothing if
33670 mail-directory-process is an atom.
33671 (mail-get-names): Ignore mail-directory-names if it is an atom.
33672 (mail-directory-process defvar): Doc fix.
33673 (mail-names): Doc fix.
33674
33675 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
33676
33677 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
33678
33679 2005-03-26 Kenichi Handa <handa@m17n.org>
33680
33681 * international/mule-util.el (detect-coding-with-priority):
33682 Call update-coding-systems-internal before detect-coding-region.
33683
33684 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
33685
33686 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
33687 (gdb-frames-mode-map): Add follow-link property.
33688
33689 2005-03-25 Jay Belanger <belanger@truman.edu>
33690
33691 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
33692 for variables.
33693
33694 2005-03-25 Juri Linkov <juri@jurta.org>
33695
33696 * image-mode.el: Optimize image filename extension regexps in
33697 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
33698 in `auto-mode-alist'.
33699 (image-mode): Add `image-toggle-display-text' to local hook
33700 `change-major-mode-hook'. Display the image as an image by
33701 default. Set `cursor-type' and `truncate-lines' if the image
33702 is already displayed. Take into account the current mode (image
33703 or text) in message.
33704 (image-minor-mode): New minor mode.
33705 (image-mode-maybe, image-toggle-display-text): New functions.
33706 (image-toggle-display): Use called-interactively-p.
33707 Let-bind `inhibit-read-only' to t.
33708
33709 * image-mode.el (image-minor-mode): Set `cursor-type' and
33710 `truncate-lines' if the image is already displayed. Add turning
33711 image-minor-mode off to `change-major-mode-hook'. Add message.
33712 Call `image-toggle-display-text' after turning image-minor-mode off.
33713
33714 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
33715
33716 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
33717 Terminal.app, use utf-8.
33718 (set-display-table-and-terminal-coding-system): Add coding-system arg.
33719 (set-locale-environment): Use it.
33720
33721 * term/xterm.el: Undo last change, better done in mule-cmds.el.
33722
33723 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
33724
33725 * progmodes/python.el (python-close-block-statement-p)
33726 (python-outdent-p, python-current-defun): Use symbol-end.
33727
33728 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
33729
33730 * files.el (save-some-buffers): Doc fix.
33731
33732 2005-03-25 Werner Lemberg <wl@gnu.org>
33733
33734 * complete.el, thumbs.el: Replace `legal' with `valid'.
33735 * calendar/calendar.el: Replace `legal' with `valid'.
33736 * emacs-lisp/advice.el: Replace `legal' with `valid'.
33737 * mail/supercite.el: Replace `legal' with `valid'.
33738 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
33739 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
33740 Replace `legal' with `valid'.
33741 * textmodes/reftex-vars.el, textmodes/reftex.el:
33742 Replace `legal' with `valid'.
33743
33744 2005-03-25 Werner Lemberg <wl@gnu.org>
33745
33746 * calc/calc-forms.el, calc/calc-sel.el
33747 * midnight.el, vc-cvs.el
33748 * emacs-lisp/cl-macs.el
33749 * emulation/vip.el
33750 * eshell/esh-io.el, eshell/esh-var.el
33751 * mail/supercite.el
33752 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
33753 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
33754 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
33755 * progmodes/sh-script.el, progmodes/xscheme.el
33756 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
33757 * textmodes/reftex-index.el, textmodes/reftex-parse.el
33758 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
33759 * textmodes/reftex.el, textmodes/org.el:
33760 Replace `illegal' with `invalid'.
33761
33762 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
33763
33764 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
33765 (flymake-find-buildfile, flymake-find-possible-master-files)
33766 (flymake-check-include, flymake-parse-line): Replace loops over the
33767 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
33768
33769 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
33770 Substitute file-name-as-directory in the rest of the file.
33771 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
33772 (flymake-replace-region): Remove unused arg `buffer'.
33773 (flymake-check-patch-master-file-buffer): Update calls to it.
33774 (flymake-add-err-info): Remove unused var `count'.
33775 (flymake-mode): Use define-minor-mode.
33776
33777 * progmodes/flymake.el: Use with-current-buffer.
33778 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
33779 flymake-replace-regexp-in-string, flymake-line-beginning-position)
33780 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
33781 Avoid testing for `xemacs'.
33782 (flymake-nop): Move.
33783 (flymake-region-has-flymake-overlays): Return the computed value.
33784 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
33785 Remove unused var `endline'.
33786 (flymake-get-line-count): Remove unused function.
33787 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
33788
33789 * emulation/vi.el:
33790 * generic.el:
33791 * hilit-chg.el (global-highlight-changes):
33792 * hi-lock.el (hi-lock-mode):
33793 * follow.el: find-file-hooks -> find-file-hook.
33794
33795 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
33796
33797 2005-03-24 Juri Linkov <juri@jurta.org>
33798
33799 * dired.el (dired-mode-map): Add menu item "Compare directories"
33800 for dired-compare-directories.
33801
33802 * dired-aux.el (dired-compare-directories): Add autoload cookie.
33803 Doc fix. Replace `read-file-name' with `read-directory-name'.
33804
33805 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
33806
33807 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
33808
33809 2005-03-24 Jay Belanger <belanger@truman.edu>
33810
33811 * calc/calc-embed.el (calc-embedded-mode-change): Save all
33812 relevant mode settings in calc-embedded-original-modes when modes
33813 are permanently changed.
33814
33815 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
33816
33817 * autoinsert.el: find-file-hooks -> find-file-hook.
33818
33819 2005-03-24 Lute Kamstra <lute@gnu.org>
33820
33821 * generic.el (generic-font-lock-defaults): Make it obsolete.
33822 (generic-font-lock-keywords): New variable to replace
33823 generic-font-lock-defaults.
33824 (generic-mode-set-font-lock): Delete it.
33825 (generic-mode-internal): Don't call generic-mode-set-font-lock.
33826 (generic-bracket-support): Add docstring.
33827
33828 * generic-x.el: Rename generic-font-lock-defaults to
33829 generic-font-lock-keywords throughout.
33830 (mailagent-rules-setup-function): Delete it.
33831 (mailagent-rules-generic-mode): Use anonymous function instead.
33832 (show-tabs-generic-mode-font-lock-defaults-1)
33833 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
33834 Quote faces.
33835 (show-tabs-tab-face, show-tabs-space-face): Specify background,
33836 not foreground.
33837
33838 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
33839 Recognize define-generic-mode.
33840
33841 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
33842
33843 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
33844 if there's no completion table.
33845
33846 2005-03-23 Miles Bader <miles@gnu.org>
33847
33848 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33849 Remove tty-specific variants, as they're no longer needed.
33850
33851 2005-03-23 Lute Kamstra <lute@gnu.org>
33852
33853 * generic-x.el: Code cleanup: make args constant whenever possible.
33854 (installshield-statement-keyword-list)
33855 (installshield-system-functions-list)
33856 (installshield-system-variables-list, installshield-types-list)
33857 (installshield-funarg-constants-list): Make them constants.
33858
33859 * generic.el (generic-make-keywords-list): Add autoload cookie.
33860
33861 * calendar/time-date.el: Add comment on time value formats.
33862 Don't require parse-time.
33863 (with-decoded-time-value): New macro.
33864 (encode-time-value): New function.
33865 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
33866 (days-to-time): Return a valid time value when arg is huge.
33867 (time-since): Use time-subtract.
33868 (time-to-number-of-days): Use time-to-seconds.
33869
33870 2005-03-23 David Ponce <david@dponce.com>
33871
33872 * recentf.el (recentf-keep): New option.
33873 (recentf-menu-action): Default to `find-file'.
33874 (recentf-keep-non-readable-files-flag)
33875 (recentf-keep-non-readable-files-p)
33876 (recentf-file-readable-p, recentf-find-file)
33877 (recentf-cleanup-remote): Remove.
33878 (recentf-include-p): More robust.
33879 (recentf-keep-p): New function.
33880 (recentf-remove-if-non-kept): Rename from
33881 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
33882 All callers updated.
33883 (recentf-menu-items-for-commands): Fix help string.
33884 (recentf-track-closed-file): Update. Doc fix.
33885 (recentf-cleanup): Update. Count removed files. Doc fix.
33886
33887 2005-03-23 Kim F. Storm <storm@cua.dk>
33888
33889 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33890 Don't inherit from fringe face (now happens automatically).
33891
33892 2005-03-22 Kim F. Storm <storm@cua.dk>
33893
33894 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
33895 position values.
33896
33897 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
33898
33899 * menu-bar.el (showhide-date-time): Remove.
33900 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
33901 (menu-bar-make-mm-toggle): Simplify.
33902
33903 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33904
33905 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
33906 Accept qualified variable and function names.
33907
33908 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
33909
33910 * bindings.el (completion-ignored-extensions):
33911 Remove ".lis" for `vax-vms'.
33912
33913 2005-03-22 Andreas Schwab <schwab@suse.de>
33914
33915 * generic-x.el: Revert last change.
33916 * ldefs-boot.el: Update.
33917
33918 2005-03-22 Jay Belanger <belanger@truman.edu>
33919
33920 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
33921 (calc-embedded-save-original-modes)
33922 (calc-embedded-restore-original-modes): New functions.
33923 (calc-do-embedded): Save original modes when entering embedded mode
33924 and restore when leaving embedded mode.
33925 (calc-embedded-modes-change): Change the value of
33926 calc-embedded-original-modes to reflect permanent changes.
33927
33928 2005-03-22 Lute Kamstra <lute@gnu.org>
33929
33930 * generic-x.el: Require generic again.
33931
33932 2005-03-22 Miles Bader <miles@gnu.org>
33933
33934 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33935 Tweak details to look good on both ttys and bitmap displays, light
33936 or dark background, etc.
33937
33938 2005-03-21 Kim F. Storm <storm@cua.dk>
33939
33940 * tooltip.el (tooltip-show-help-function): Check car and cdr of
33941 mouse position.
33942
33943 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
33944
33945 * icomplete.el: Don't forcibly turn on the mode upon load.
33946 (icomplete-mode): Use define-minor-mode.
33947 (icomplete-eoinput): Default to nil.
33948 (icomplete-minibuffer-setup): Remove autoload.
33949 (icomplete-tidy): Simplify.
33950 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
33951 in the initial state or if the user has modified the field.
33952 Fix handling of icomplete-max-delay-chars.
33953 Remove code that handles the oddball case where
33954 minibuffer-completion-table is an integer.
33955 Wrap icomplete-completions in while-no-input in case building
33956 completions takes more time than expected.
33957 (icomplete-completions): Simplify.
33958
33959 2005-03-21 Richard M. Stallman <rms@gnu.org>
33960
33961 * jka-compr.el (jka-compr-really-do-compress):
33962 Make variable buffer-local.
33963
33964 * image-mode.el: Handle .xpm files too.
33965 (image-toggle-display): Preserve modification flag.
33966
33967 * help.el (where-is): Don't mention aliases with no key bindings.
33968
33969 2005-03-21 Lute Kamstra <lute@gnu.org>
33970
33971 * generic.el: Fix commentary section. Don't require cl for
33972 compilation.
33973 (generic-mode-list): Add autoload cookie.
33974 (generic-use-find-file-hook, generic-lines-to-scan)
33975 (generic-find-file-regexp, generic-ignore-files-regexp)
33976 (generic-mode, generic-mode-find-file-hook)
33977 (generic-mode-ini-file-find-file-hook): Fix docstrings.
33978 (define-generic-mode): Make it a defmacro. Fix docstring.
33979 (generic-mode-internal): Code cleanup. Add autoload cookie.
33980 (generic-mode-set-comments): Code cleanup.
33981 * generic-x.el: Don't prevent compilation. Don't require generic.
33982 Follow coding conventions. Minor code cleanup.
33983 (etc-fstab-generic-mode): Add some keywords.
33984 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
33985 define-generic-mode like a function declaration.
33986
33987 2005-03-21 Jay Belanger <belanger@truman.edu>
33988
33989 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
33990 changing modes.
33991
33992 2005-03-21 Sam Steingold <sds@gnu.org>
33993
33994 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
33995
33996 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
33997
33998 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
33999 Add underscore to "f$ lexicals" regexp.
34000
34001 2005-03-20 Juri Linkov <juri@jurta.org>
34002
34003 * subr.el (progress-reporter-do-update): When `min-value' is equal
34004 to `max-value', set `percentage' to 0 and prevent division by zero.
34005
34006 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
34007
34008 Sync with Tramp 2.0.48.
34009
34010 * net/tramp.el (all): Change all addresses to .gnu.org.
34011 (tramp-append-tramp-buffers): New defun.
34012 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
34013 Catch `dont-send' signal.
34014 (tramp-set-auto-save-file-modes): Set always permissions, because
34015 there might be an old auto-saved file belonging to another
34016 original file. This could be a security threat. Reported by
34017 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
34018 Check for Emacs 21.3.50 removed.
34019
34020 * net/tramp-smb.el (all): Remove debug construct for
34021 `with-parsed-tramp-file-name'.
34022 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
34023 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
34024 No error message if DIRECTORY or FILENAME doesn't exist.
34025 (tramp-smb-open-connection): Check existence of
34026 `tramp-smb-program'.
34027
34028 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
34029
34030 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
34031 Properly handle the case where the `m' or `s' command's argument is not
34032 yet terminated.
34033 (perl-indent-new-calculate): New function.
34034 (perl-indent-line): Use it.
34035
34036 2005-03-20 Miles Bader <miles@gnu.org>
34037
34038 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
34039 in text-mode too. Change to new face names.
34040 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
34041 Add `:weight bold' attribute.
34042 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
34043
34044 2005-03-19 Juri Linkov <juri@jurta.org>
34045
34046 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
34047
34048 * international/mule.el (auto-coding-alist): Sync with
34049 `auto-mode-alist' by adding upper case archive file extensions
34050 and adding ear/war to jar extension.
34051
34052 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
34053
34054 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
34055 running, restart it.
34056
34057 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
34058
34059 * finder.el (finder-current-item): Throw an error on an empty line.
34060
34061 * man.el (Man-follow-manual-reference): If current-word returns
34062 nil, use "".
34063
34064 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
34065
34066 * simple.el (goto-line): Doc fix.
34067
34068 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
34069
34070 * files.el (save-buffer): Doc fix.
34071
34072 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
34073
34074 * recentf.el (recentf-cleanup-remote): New variable.
34075 (recentf-cleanup): Use it to conditionally check availability of
34076 remote files.
34077
34078 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
34079
34080 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
34081 function names.
34082
34083 2005-03-19 Eli Zaretskii <eliz@gnu.org>
34084
34085 * language/thai-word.el: New file.
34086
34087 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
34088
34089 * files.el (backup-buffer): If the file's directory is not
34090 writable, use copy instead of move to backup the file.
34091
34092 2005-03-19 Eli Zaretskii <eliz@gnu.org>
34093
34094 * obsolete/keyswap.el: Moved to obsolete/ from term/.
34095
34096 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
34097
34098 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
34099 Use functionp instead of symbolp and fboundp. Reported by Drkm
34100 <darkman_spam@yahoo.fr>.
34101 (ps-print-version): New version 6.6.6.
34102
34103 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
34104
34105 * textmodes/table.el (table--line-column-position): New idiom.
34106 (table--row-column-insertion-point-p): New function to test
34107 validity of row and column insertion operation at a location.
34108 (table-global-menu, table-cell-menu): Use above functions for
34109 deterministic test operation.
34110 (table--editable-cell-p): Behave in deterministic fashion.
34111
34112 2005-03-18 Juri Linkov <juri@jurta.org>
34113
34114 * isearch.el (isearch-lazy-highlight-new-loop):
34115 Make arguments beg and end optional.
34116 (isearch-update): Remove optional arguments nil from
34117 isearch-lazy-highlight-new-loop.
34118 (isearch-lazy-highlight-search): Let-bind case-fold-search to
34119 isearch-lazy-highlight-case-fold-search instead of
34120 isearch-case-fold-search, and let-bind isearch-regexp to
34121 isearch-lazy-highlight-regexp.
34122 Use isearch-lazy-highlight-last-string instead of isearch-string.
34123
34124 * replace.el (perform-replace): Remove bindings of global
34125 variables isearch-string, isearch-regexp, isearch-case-fold-search.
34126 Add three new arguments to `replace-highlight'.
34127 (replace-highlight): Add arguments string, regexp, case-fold.
34128 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
34129 to allow isearch-lazy-highlight-new-loop to use these values
34130 to set corresponding isearch-lazy-highlight-* internal
34131 variables whose values lazy highlighting will use regardless of
34132 changes to global variables isearch-string, isearch-regexp,
34133 isearch-case-fold-search during lazy highlighting loop.
34134 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
34135 to `lazy-highlight-cleanup'.
34136
34137 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
34138 (ispell-highlight-face): Set default face to `isearch' when
34139 lazy highlighting is enabled.
34140 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
34141 priority to 1. Add lazy highlighting.
34142 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
34143 from `isearch-dehighlight'.
34144
34145 2005-03-18 David Ponce <david@dponce.com>
34146
34147 * files.el (hack-local-variables): Do a case-insensitive search
34148 for End.
34149
34150 2005-03-18 Juri Linkov <juri@jurta.org>
34151
34152 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
34153 `isearch-lazy-highlight-cleanup', add alias to old name and
34154 declare obsolete. Add release numbers to other obsolete vars.
34155 (isearch-done, isearch-lazy-highlight-new-loop):
34156 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
34157 (lazy-highlight-cleanup) <variable>: Doc fix.
34158 (isearch-lazy-highlight-update): Rename obsolete
34159 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
34160
34161 2005-03-18 Kenichi Handa <handa@m17n.org>
34162
34163 * language/thai-util.el: Fix categorization of Thai characters in
34164 thai-category-table.
34165 (thai-composition-pattern): Adjust it for the above change.
34166 (thai-self-insert-command, thai-compose-syllable): New functions.
34167 (thai-compose-region): Use thai-compose-syllable.
34168 (thai-compose-string): Likewise.
34169 (thai-composition-function): Likewise.
34170 (thai-auto-composition): New function.
34171 (thai-auto-composition-mode): New minor mode.
34172
34173 * language/thai.el: Fix patterns to be registered in
34174 composition-function-table.
34175
34176 * international/quail.el (quail-input-method): Locally bind
34177 inhibit-modification-hooks to t.
34178
34179 2005-03-17 Richard M. Stallman <rms@gnu.org>
34180
34181 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
34182 (perl-mode): Use run-mode-hooks.
34183
34184 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
34185 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
34186 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
34187
34188 * mail/sendmail.el (sendmail-send-it): Reenable the code
34189 to compute resend-to-address and use it.
34190
34191 * tar-mode.el (tar-mode): Turn off undo unconditionally.
34192
34193 * image-mode.el: New file.
34194
34195 * image.el (insert-sliced-image): Add autoload cookie.
34196
34197 * font-lock.el (font-lock-lines-before): New user option.
34198 (font-lock-after-change-function): Obey it.
34199
34200 * bindings.el (esc-map): Make M-g a prefix.
34201 Bind M-g g and M-g M-g to goto-line.
34202
34203 * faces.el (face-id): Doc fix.
34204
34205 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
34206
34207 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
34208 (rmail-show-message): Use rmail-unknown-mail-followup-to.
34209 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
34210
34211 * mail/sendmail.el (mail-yank-ignored-headers)
34212 (mail-font-lock-keywords, mail-mode-fill-paragraph):
34213 Add Mail-Followup-To and Mail-Reply-To headers.
34214 (mail-citation-hook): Add autoload cookie.
34215 (mail-mode): Doc fix.
34216 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
34217 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
34218 (mail-mode-fill-paragraph): Handle those headers.
34219 (mail-mailing-lists): New variable.
34220 (mail-mail-reply-to, mail-mail-followup-to): New functions.
34221
34222 2005-03-17 Juri Linkov <juri@jurta.org>
34223
34224 * isearch.el (isearch-fallback): Check for `(car previous)'
34225 before calling `isearch-other-end-state'.
34226
34227 2005-03-17 Kim F. Storm <storm@cua.dk>
34228
34229 * simple.el (move-beginning-of-line): Move to beginning of buffer
34230 line, as well as beginning of screen line.
34231
34232 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
34233
34234 * calendar/diary-lib.el (mark-diary-entries): Use new optional
34235 argument REDRAW rather than calendar-redrawing variable.
34236 * calendar/calendar.el (calendar-redrawing): Delete.
34237 (redraw-calendar): Do not bind calendar-redrawing.
34238
34239 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
34240
34241 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
34242 diary-file buffer.
34243
34244 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
34245
34246 * help.el (describe-mode): Allow a :minor-mode-function property to
34247 specify a different minor mode toggle function than the variable.
34248 * simple.el (auto-fill-function):
34249 * subr.el (add-minor-mode): Use it.
34250
34251 2005-03-16 Kenichi Handa <handa@m17n.org>
34252
34253 * language/ethio-util.el (sera-being-called-by-w3): New variable.
34254 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
34255 (ethio-fidel-to-sera-buffer): Likewise.
34256
34257 2005-03-16 Juri Linkov <juri@jurta.org>
34258
34259 * emacs-lisp/find-func.el (find-function-regexp):
34260 Add defun-emitting macro `menu-bar-make-toggle'.
34261
34262 * isearch.el: Put `isearch-scroll' property to
34263 `split-window-horizontally'.
34264
34265 * info.el: Update error messages for `debug-ignored-errors'.
34266 (Info-isearch-search): Doc fix.
34267 (Info-find-node): Move up code to go into info buffer before
34268 recording the node to the history.
34269 (Info-fontify-node): Fontify titles only if the next line
34270 has two or more `*', `=', `-', `.'.
34271 Display "go to this node" for empty (match-string 3).
34272
34273 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34274
34275 * term/mac-win.el: Add mouse pointer shape constants.
34276
34277 2005-03-15 Kim F. Storm <storm@cua.dk>
34278
34279 * simple.el (move-beginning-of-line): Use vertical-motion.
34280
34281 2005-03-15 Juri Linkov <juri@jurta.org>
34282
34283 * isearch.el (isearch-error): New variable.
34284 (isearch-invalid-regexp, isearch-within-brackets): Remove.
34285 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
34286 (isearch-within-brackets-state): Remove.
34287 (isearch-case-fold-search-state, isearch-pop-fun-state):
34288 Decrease frame index.
34289 (isearch-mode, isearch-top-state, isearch-push-state)
34290 (isearch-edit-string, isearch-abort, isearch-search-and-update)
34291 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
34292 (isearch-search, isearch-lazy-highlight-new-loop):
34293 Replace `isearch-invalid-regexp' with `isearch-error'.
34294 Remove `isearch-within-brackets'.
34295 (isearch-search): Add `search-failed' handler to `condition-case'.
34296 (isearch-lazy-highlight-search): Add `condition-case' to catch
34297 errors and allow `isearch-lazy-highlight-update' to try
34298 highlighting from the beginning of the window.
34299 (isearch-repeat): Move up code to set isearch-wrapped to t
34300 before calling isearch-wrap-function.
34301
34302 * info.el (Info-isearch-initial-node): New internal variable.
34303 (Info-search): Signal an error in isearch mode when search leaves
34304 the initial node. Signal an error when `bound' is non-nil and
34305 nothing was found in the current subfile.
34306 (Info-isearch-search): Remove `condition-case'.
34307 (Info-isearch-wrap): Don't wrap when search failed during leaving
34308 the initial node. If `Info-isearch-search' is nil, wrap around
34309 the current node.
34310 (Info-isearch-start): New fun.
34311 (Info-mode): Add buffer-local hook `Info-isearch-start' to
34312 `isearch-mode-hook'.
34313
34314 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34315
34316 * simple.el (normal-erase-is-backspace): Set default to t if
34317 running on Mac.
34318
34319 * term/mac-win.el (function-key-map): Sync with x-win.el.
34320
34321 2005-03-15 Kenichi Handa <handa@m17n.org>
34322
34323 * international/mule-cmds.el (locale-language-names): Modify the
34324 format of elements and add more entries.
34325 (locale-preferred-coding-systems): Add more entries.
34326 (set-locale-environment): Adjust for the change of
34327 locale-language-names.
34328
34329 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
34330
34331 * pcvs.el (smerge-ediff): Remove bogus autoload.
34332
34333 2005-03-14 Lute Kamstra <lute@gnu.org>
34334
34335 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
34336 Ignore a `*' at the beginning of a line.
34337
34338 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
34339 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
34340 subr.el.
34341 (dont-compile, eval-when-compile, eval-and-compile): Use declare
34342 to specify indentation.
34343
34344 * generic.el (define-generic-mode): Let generic-mode-list be a
34345 list of strings; test membership with equal.
34346
34347 2005-03-14 Kim F. Storm <storm@cua.dk>
34348
34349 * simple.el (next-line, previous-line): Add optional try-vscroll
34350 arg to recognize interactive use. Pass it on to line-move.
34351 (line-move): Don't perform auto-window-vscroll when defining or
34352 executing keyboard macro to ensure consistent behavior.
34353
34354 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
34355
34356 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
34357
34358 2005-03-13 Lute Kamstra <lute@gnu.org>
34359
34360 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
34361 debugger-setup-buffer so that backtrace marks the frames set to
34362 debug-on-exit and we don't have to do it manually. Set an extra
34363 debug-on-exit for macro's.
34364 (debugger-setup-buffer): Don't mark the top frame manually.
34365
34366 2005-03-12 Lute Kamstra <lute@gnu.org>
34367
34368 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
34369 lisp-indent-function throughout.
34370 (with-no-warnings): Set lisp-indent-function property.
34371
34372 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
34373
34374 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
34375 Add entry for backslash.
34376
34377 2005-03-12 Juri Linkov <juri@jurta.org>
34378
34379 * info.el (Info-search): Four fixes for backward search.
34380
34381 2005-03-11 Jay Belanger <belanger@truman.edu>
34382
34383 * calc/calc.el (calc-language-alist): New variable.
34384 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
34385 (calc-embedded-find-modes): Use calc-language-alist instead of
34386 calc-embedded-language-alist.
34387
34388 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
34389
34390 * calendar/calendar.el (calendar-redrawing): New internal
34391 variable.
34392 (redraw-calendar): Remove bogus save-excursion from previous
34393 change. Bind calendar-redrawing to t for mark-diary-entries.
34394 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
34395 calendar if that is why we were called.
34396
34397 2005-03-11 Kenichi Handa <handa@m17n.org>
34398
34399 * international/mule.el (make-coding-system): Set property
34400 coding-system-define-form to nil.
34401 (define-coding-system-alias): Likewise.
34402
34403 2005-03-11 Kenichi Handa <handa@m17n.org>
34404
34405 These changes are suggested by Dave Love <fx@gnu.org>.
34406
34407 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
34408 coding: tag.
34409 (adaptive-fill-regexp): Add more bullets.
34410 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
34411 regexps.
34412
34413 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
34414
34415 * help.el (describe-mode): Properly handle non-trivial lighters.
34416 Don't ignore minor modes that are not listed in minor-mode-list.
34417
34418 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
34419 feature ON when the user requests to turn it OFF.
34420
34421 2005-03-10 Lute Kamstra <lute@gnu.org>
34422
34423 * emacs-lisp/debug.el (debug-entry-code): Delete it.
34424 (implement-debug-on-entry): New function to replace debug-entry-code.
34425 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
34426 second argument as the 2005-03-07 change makes it obsolete.
34427 (debug-on-entry, cancel-debug-on-entry): Update call to
34428 debug-on-entry-1.
34429 (debug, debugger-setup-buffer): Comment update.
34430 (debugger-frame-number): Update to work with implement-debug-on-entry.
34431
34432 2005-03-10 Jay Belanger <belanger@truman.edu>
34433
34434 * calc/calc-embed.el (math-ms-args): Declare it.
34435 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
34436 math-ms-args.
34437 (calc-embedded-subst): Use math-multi-subst-rec to substitute
34438 variables.
34439
34440 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
34441
34442 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
34443 Use message-box.
34444
34445 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
34446 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
34447 (tooltip-gud-tips): Simplify.
34448 (tooltip-gud-tips-p): Remove superfluous :set.
34449 (tooltip-gud-modes): Add fortran-mode.
34450 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
34451
34452 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
34453
34454 2005-03-09 Kim F. Storm <storm@cua.dk>
34455
34456 * play/animate.el (animate-place-char): Use forward-line instead
34457 of next-line to improve performance.
34458
34459 2005-03-09 Simon Josefsson <jas@extundo.com>
34460
34461 * net/browse-url.el (browse-url-default-browser): Doc fix.
34462
34463 2005-03-09 Miles Bader <miles@gnu.org>
34464
34465 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
34466 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
34467
34468 2005-03-09 Kenichi Handa <handa@m17n.org>
34469
34470 * international/latin-1.el: Set case and syntax for 255 only if
34471 set-case-syntax-set-multibyte is nil.
34472
34473 * textmodes/ispell.el (ispell-insert-word): New function.
34474 (ispell-word): Use ispell-insert-word to insert a new word.
34475 (ispell-process-line): Likewise.
34476 (ispell-complete-word): Likewise.
34477
34478 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
34479
34480 * calendar/calendar.el (redraw-calendar): Preserve point.
34481 Reported by Matt Hodges <MPHodges@member.fsf.org>.
34482 (calendar-week-start-day): Move after definition of
34483 redraw-calendar. Delete buffer test, since redraw-calendar has
34484 that now.
34485
34486 * calendar/diary-lib.el (mark-diary-entries): Only call
34487 redraw-calendar in the first of any recursive calls.
34488 Reported by Alan Shutko <ats@acm.org>.
34489
34490 2005-03-08 Juri Linkov <juri@jurta.org>
34491
34492 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
34493 (html-horizontal-rule, html-line, html-image, html-checkboxes)
34494 (html-radio-buttons): Add a space before the trailing `/>' where
34495 sgml-xml-mode is non-nil.
34496 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
34497 the subsequent tag of the empty XML tag.
34498 (html-href-anchor): Don't set initial input to "http:".
34499 (html-image): Ask for the image URL and set point inside alt="".
34500 (html-name-anchor): Duplicate the name in the `id' attribute when
34501 sgml-xml-mode is non-nil.
34502 (html-paragraph): Remove \n before <p>.
34503 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
34504 instead of `checked' when sgml-xml-mode is non-nil.
34505
34506 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
34507 Remove 1 space before #RRGGBB to not truncate it on terminal
34508 windows w/o fringes. Remove 1 space between bg and fg examples
34509 to get more space.
34510 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
34511 avoid byte-compile warnings.
34512
34513 * image-file.el (image-file-handler): Put `safe-magic' property to
34514 `image-file-handler'.
34515
34516 * info.el (Info-isearch-search): Emulate word search in
34517 isearching through multiple Info nodes with Info-search.
34518 (Info-isearch-wrap): Allow isearch-word.
34519
34520 2005-03-08 Lute Kamstra <lute@gnu.org>
34521
34522 * emacs-lisp/debug.el (debugger-step-through): Make sure that
34523 stepping into the debugger's code is not possible.
34524 (debugger-jumping-flag): Docstring update.
34525
34526 2005-03-08 Jay Belanger <belanger@truman.edu>
34527
34528 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
34529 embedded mode begins.
34530 (calc-embedded-language-alist): New variable.
34531 (calc-embedded-find-modes): Use calc-embedded-language-alist to
34532 set default language mode.
34533
34534 2005-03-08 Kenichi Handa <handa@m17n.org>
34535
34536 * international/ccl.el (define-ccl-program): Fix docstring about
34537 extra 256 bytes assured for the output buffer.
34538
34539 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
34540 Fix BUFFER_MAGNIFICATION to 2.
34541 (ccl-encode-mule-utf-16be-with-signature): Likewise.
34542
34543 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
34544
34545 * align.el (align-rules-list): Added an alignment rule for CSS
34546 declarations (applies to css-mode and html-mode buffers).
34547
34548 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
34549
34550 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
34551
34552 2005-03-07 Kim F. Storm <storm@cua.dk>
34553
34554 * simple.el (move-beginning-of-line): New command.
34555
34556 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
34557
34558 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
34559
34560 * emulation/cua-base.el: Put CUA move property on move-end-of-line
34561 and move-beginning-of-line.
34562
34563 * apropos.el (apropos-print): Omit command from M-x ... RET.
34564
34565 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
34566
34567 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
34568 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
34569
34570 2005-03-06 Richard M. Stallman <rms@gnu.org>
34571
34572 * bindings.el (esc-map): Bind M-g to goto-line.
34573
34574 * facemenu.el (global-map): Bind M-o, not M-g.
34575
34576 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
34577
34578 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
34579 "Open Directory" as for "Open File".
34580
34581 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
34582
34583 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
34584 (push-mark-command): Run activate-mark-hook.
34585
34586 2005-03-06 Richard M. Stallman <rms@gnu.org>
34587
34588 * help-mode.el (help-mode-finish): Don't alter the element
34589 in view-return-to-alist if there already is one.
34590
34591 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
34592 make sure the current buffer is the expected one.
34593
34594 * novice.el (disabled-command-function): Output in *Disabled Command*.
34595 Explicitly ignore non-keyboard events, and explicitly handle C-g.
34596
34597 * textmodes/flyspell.el (flyspell-large-region):
34598 Pass args differently for aspell.
34599
34600 * files.el (mode-require-final-newline): Doc fix.
34601
34602 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
34603
34604 * progmodes/which-func.el (which-function):
34605 Specify NOERROR when calling imenu--make-index-alist.
34606
34607 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
34608
34609 * simple.el (normal-erase-is-backspace): Define default value.
34610
34611 * custom.el (custom-theme-set-variables): Remove unused var
34612 `immediate'.
34613 (custom-reevaluate-setting): Simple function to handle variables
34614 that are defined before their default value can really be
34615 computed.
34616
34617 * startup.el (command-line): Use it for temporary-file-directory,
34618 small-emporary-file-directory, auto-save-file-name-transforms,
34619 blink-cursor-mode, and normal-erase-is-backspace.
34620
34621 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
34622 progress, even with buggy anchored keywords.
34623
34624 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
34625
34626 * simple.el (goto-line): Remove unbalanced final parenthesis.
34627
34628 2005-03-05 Richard M. Stallman <rms@gnu.org>
34629
34630 * simple.el (goto-line): Use a number at point as the default.
34631 With C-u as arg, switch buffers.
34632
34633 2005-03-05 Juri Linkov <juri@jurta.org>
34634
34635 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
34636 with `no-blinking-cursor'.
34637
34638 * startup.el (no-blinking-cursor): New defvar.
34639 (command-line): Add `--no-blinking-cursor' to longopts.
34640 Set `no-blinking-cursor' to t for command line arguments
34641 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
34642 with `no-blinking-cursor' in the condition for calling
34643 `blink-cursor-mode'.
34644
34645 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
34646
34647 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
34648 (menu-bar-options-save): Add blink-cursor-mode.
34649 (menu-bar-options-menu): Add blink-cursor-mode.
34650
34651 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
34652
34653 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
34654 (icalendar-export-file, icalendar-export-region)
34655 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
34656 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
34657
34658 2005-03-04 Lute Kamstra <lute@gnu.org>
34659
34660 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
34661 (debug-function-list): Ditto.
34662
34663 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
34664
34665 * textmodes/texinfmt.el (texinfo-append-refill):
34666 Redefine the types of line to which @refill
34667 is not appended by replacing a search for `@refill\\|@bye' with
34668 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
34669 itemize@refill' bug and the unfilled long lines bug.
34670 (texinfmt-version): Update number and date.
34671
34672 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
34673
34674 * international/code-pages.el (windows-1250, windows-125[2-8])
34675 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
34676
34677 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
34678
34679 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
34680 bound yet.
34681
34682 2005-03-02 Romain Francoise <romain@orebokech.com>
34683
34684 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
34685 buffer after removing limits.
34686 (ibuffer-pop-filter): Ditto.
34687 Update copyright.
34688
34689 2005-03-02 Miles Bader <miles@gnu.org>
34690
34691 * button.el (make-text-button): If the user doesn't specify a
34692 type, use the default. Rewrite to use `add-text-properties' and
34693 plist functions.
34694
34695 2005-03-01 Lute Kamstra <lute@gnu.org>
34696
34697 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
34698 (debugger-jumping-flag): New var.
34699 (debug-entry-code): Use it.
34700 (debugger-jump): Use debugger-jumping-flag and add
34701 debugger-reenable to post-command-hook.
34702 (debugger-reenable): Use debugger-jumping-flag and remove itself
34703 from post-command-hook.
34704 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
34705 debugger-reenable.
34706
34707 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
34708
34709 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
34710 inclusion of "itemize\\|", which may be unnecessary, is certainly
34711 inelegant, and stops refilling in itemize lists when formatting
34712 Japanese Texinfo files to Info.
34713 Update copyright to 2005.
34714
34715 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
34716
34717 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
34718 of an error if GDB can't find the source file.
34719
34720 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
34721
34722 * calendar/calendar.el (redraw-calendar): Work from any buffer,
34723 not just the calendar.
34724
34725 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
34726 first.
34727 (diary-redraw-calendar): New function.
34728 (make-diary-entry): Add diary-redraw-calendar to local
34729 write-contents-functions. Turn off selective display before
34730 inserting in diary.
34731
34732 2005-03-01 Kim F. Storm <storm@cua.dk>
34733
34734 * emacs-lisp/copyright.el (copyright-fix-years): New command.
34735
34736 2005-03-01 Lute Kamstra <lute@gnu.org>
34737
34738 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
34739 that debug-entry-code can be safely removed from a function while
34740 this code is being evaluated. Revert the 2005-02-27 change as the
34741 new implementation no longer requires it. Make sure that a
34742 function body containing just a string is not mistaken for a docstring.
34743 (debug): Skip one more frame in case of debug on entry.
34744 (debugger-setup-buffer): Delete one more frame line in case of
34745 debug on entry.
34746 (debugger-frame-number): Update to use the new text introduced by
34747 the 1999-11-03 change. Skip one more frame in case of debug on entry.
34748
34749 2005-02-28 Kim F. Storm <storm@cua.dk>
34750
34751 * double.el (double-translate-key): Call force-window-update after
34752 read-event to avoid crash in redisplay.
34753
34754 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
34755
34756 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
34757 (debug): Use it. Move the inhibit-trace earlier.
34758 (debug-entry-code): New const.
34759 (debug-on-entry-1): Use it.
34760
34761 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
34762
34763 * international/utf-16.el (ccl-encode-mule-utf-16le):
34764 Fix BUFFER_MAGNIFICATION to 2.
34765 (ccl-encode-mule-utf-16be): Likewise.
34766
34767 2005-02-28 Kenichi Handa <handa@m17n.org>
34768
34769 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
34770 Fix BUFFER_MAGNIFICATION to 4.
34771 (ccl-encode-mule-utf-16be-with-signature): Likewise.
34772
34773 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
34774
34775 * speedbar.el (speedbar-update-flag): Doc fix.
34776 (speedbar-show-info-under-mouse): Give set-mouse-position the right
34777 argument.
34778
34779 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
34780
34781 * reveal.el (reveal-post-command): Don't try to reveal overlays which
34782 have a non-nil `invisible' property but are actually visible.
34783
34784 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
34785 for perldoc sections.
34786 (perl-outline-regexp, perl-outline-level): New var and function.
34787 (perl-mode): Use them.
34788
34789 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
34790
34791 * calendar/diary-lib.el (diary-remind): Discard any mark portion
34792 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
34793
34794 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
34795
34796 * cus-edit.el: Comment change.
34797 (custom-buffer-create-internal): Slightly reword text at top of
34798 Custom buffers. Mention there that saving an option edits the
34799 init file. Add link to Emacs manual node on `custom-file'.
34800 (custom-magic-alist): Rewrite individual State messages to use
34801 capitalized keywords. Doc fix.
34802
34803 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
34804
34805 * calendar/calendar.el (calendar-buffer): Move above
34806 calendar-week-start-day.
34807 (calendar-week-start-day): Doc fix. Add :set function.
34808 (calendar-minimum-window-height): New variable.
34809 (generate-calendar-window): Only resize window if selected-window
34810 is displaying the calendar buffer. Use new variable
34811 calendar-minimum-window-height.
34812 (generate-calendar): Reword error message.
34813 (calendar-mode-map): Bind DEL to scroll-other-window-down.
34814
34815 2005-02-27 Andreas Schwab <schwab@suse.de>
34816
34817 * vc.el (vc-do-command): Don't run command asynchronously when
34818 operating in a remote directory.
34819
34820 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
34821 change from sync with Tramp 2.0.47.
34822
34823 2005-02-27 Richard M. Stallman <rms@gnu.org>
34824
34825 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
34826
34827 * textmodes/flyspell.el (flyspell-mode-on):
34828 Call ispell-change-dictionary only if necessary.
34829
34830 * emacs-lisp/re-builder.el (regexp-builder): New function.
34831
34832 * register.el (describe-register-1): Explicitly handle
34833 yank-excluded-properties = t.
34834
34835 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
34836 (custom-magic-alist): Change the status descriptions again.
34837 (face widget-type): Total rewrite based on `restricted-sexp'
34838 to eliminate the confusing double hiding levels.
34839
34840 * emacs-lisp/debug.el (debug-on-entry-1):
34841 If function body is empty, add nil as body form.
34842
34843 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
34844
34845 * emacs-lisp/trace.el (inhibit-trace): New var.
34846 (trace-make-advice): Use it.
34847
34848 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
34849
34850 2005-02-26 Kim F. Storm <storm@cua.dk>
34851
34852 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
34853 (mouse-on-link-p, mouse-drag-region-1): Use it.
34854
34855 2005-02-25 Lute Kamstra <lute@gnu.org>
34856
34857 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
34858
34859 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
34860
34861 * frame.el (blink-cursor-mode): Add :group keyword.
34862
34863 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
34864
34865 * calendar/icalendar.el (icalendar--decode-isodatetime):
34866 New optional argument DAY-SHIFT.
34867 (icalendar-export-region): Fix coding-system-for-write.
34868 (icalendar--convert-ical-to-diary): Shift end-day of all-day
34869 events by one.
34870
34871 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
34872
34873 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
34874
34875 2005-02-24 Kim F. Storm <storm@cua.dk>
34876
34877 * international/iso-acc.el (iso-accents-compose): Fix crash
34878 during redisplay. Call force-window-update after read-event
34879 and delete-region to signal that window is not accurate.
34880
34881 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
34882
34883 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
34884 Remove unused and inexistent var `inhibit-trace'.
34885 (debugger-mode): Use run-mode-hooks.
34886 (debugger-list-functions): Add buttons; setup xref stack.
34887
34888 2005-02-23 Richard M. Stallman <rms@gnu.org>
34889
34890 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
34891 appointment says it was explicitly made.
34892 (appt-add): Set the 3rd element.
34893 (appt-make-list): Preserve explicit appointments.
34894
34895 * subr.el (find-tag-default): Catch errors in forward-sexp.
34896
34897 2005-02-23 Juri Linkov <juri@jurta.org>
34898
34899 * info.el (Info-isearch-search): New defcustom.
34900 (Info-isearch-search): Call the default isearch function
34901 when Info-isearch-search is nil.
34902 (Info-isearch-wrap): Use variable Info-isearch-search.
34903
34904 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
34905
34906 * cus-edit.el: Comment change.
34907
34908 2005-02-22 Kim F. Storm <storm@cua.dk>
34909
34910 * progmodes/hideif.el (hide-ifdef-use-define-alist):
34911 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
34912
34913 2005-02-22 Simon Josefsson <jas@extundo.com>
34914
34915 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
34916 New variable.
34917 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
34918 Oskarsson" <myrkraverk@users.sourceforget.net>.
34919
34920 2005-02-22 Kim F. Storm <storm@cua.dk>
34921
34922 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
34923 check that window of that event is the selected window.
34924 (mouse-drag-region-1): Compare mouse event window to selected
34925 window before setting point.
34926
34927 * tooltip.el (tooltip-show-help-function): Pass event to
34928 mouse-on-link-p so it can check selected window.
34929
34930 2005-02-22 Kenichi Handa <handa@m17n.org>
34931
34932 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
34933 (ps-mule-show-warning): New function.
34934 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
34935 characters are found.
34936
34937 * ps-print.el (ps-header-footer-string): Return a list of header
34938 and footer strings.
34939
34940 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
34941
34942 * pcvs.el (cvs-retrieve-revision): Fix thinko.
34943
34944 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
34945
34946 * frame.el (blink-cursor-mode): Use define-minor-mode.
34947
34948 * term/mac-win.el (function-key-map): Use char-names more consistently.
34949 (file-name-coding-system): Only set it for MacOS-9. The other case is
34950 already handled in mule-cmds.el (where it also works when mac-win.el
34951 is not used).
34952
34953 2005-02-21 Kenichi Handa <handa@m17n.org>
34954
34955 * international/mule.el (ctext-pre-write-conversion): Always use
34956 " *code-converting-work*" buffer for work.
34957
34958 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
34959
34960 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
34961
34962 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
34963
34964 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
34965
34966 * ses.el (undo-more): Restore defadvice, but only the part that
34967 allows changes outside the restricted area of the buffer.
34968
34969 2005-02-20 Kim F. Storm <storm@cua.dk>
34970
34971 * simple.el (line-move): Add fourth optional arg try-vscroll which
34972 must be set to perform auto-window-vscroll.
34973 When moving backwards and doing auto-window-vscroll, automatically
34974 vscroll to the last part of lines which are taller than the window.
34975 (next-line, previous-line): Set try-vscroll arg on line-move.
34976
34977 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
34978
34979 * replace.el (query-replace, query-replace-regexp)
34980 (replace-string, replace-regexp): When operating on region, make
34981 the minibuffer prompt say so.
34982
34983 * isearch.el (isearch-forward): Document isearch-query-replace and
34984 isearch-query-replace-regexp keybindings.
34985
34986 2005-02-19 Jay Belanger <belanger@truman.edu>
34987
34988 * calc/calc-aent.el (math-read-token): Add local variable.
34989
34990 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
34991 (calc-edit-top): Move declaration to earlier in file.
34992 (calc-edit-macro-repeats): Add local variables.
34993
34994 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
34995 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
34996 calcFunc-tanh.
34997 Adjust integration rule for calcFunc-tan.
34998
34999 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
35000
35001 * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
35002 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
35003 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
35004 (viper-skip-separators): Bug fix.
35005 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
35006 particular major mode.
35007 (viper-del-backward-char-in-replace): Don't put deleted char on the
35008 kill ring.
35009
35010 * emulation/viper-ex.el (viper-color-display-p): New function.
35011 (viper-has-face-support-p): Use viper-color-display-p.
35012
35013 * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
35014
35015 * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
35016
35017 * emulation/viper-util.el (viper-glob-unix-files):
35018 Fix shell status check.
35019 (viper-file-remote-p): Make equivalent to file-remote-p.
35020
35021 * emulation/viper.el (viper-major-mode-modifier-list):
35022 Use viper-gnus-modifier-map.
35023
35024 2005-02-19 David Kastrup <dak@gnu.org>
35025
35026 * subr.el (subregexp-context-p): Fix garbled doc string by adding
35027 quoting.
35028
35029 2005-02-19 Jay Belanger <belanger@truman.edu>
35030
35031 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
35032 Remove extra definitions.
35033 (calc-coth): New function.
35034 (calcFunc-cot): Fix `let'.
35035
35036 2005-02-19 Eli Zaretskii <eliz@gnu.org>
35037
35038 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
35039 the reasons we use "type pc" in these faces.
35040
35041 * button.el (button): Ditto.
35042
35043 2005-02-19 Michael Mauger <mmaug@yahoo.com>
35044
35045 * replace.el (query-replace-read-from): Set the value of
35046 query-replace-from-history-variable to handle the case of an empty
35047 string entered to accept the suggested default.
35048
35049 * net/tramp.el (tramp-file-name-for-operation):
35050 Use dired-call-process instead of dired-call-process-command.
35051
35052 2005-02-19 Jay Belanger <belanger@truman.edu>
35053
35054 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
35055 (math-div-non-trig): New variables.
35056 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
35057 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
35058 (math-combine-prod, math-div-symb-fancy): Add simplifications for
35059 trig expressions.
35060
35061 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
35062
35063 * progmodes/gdb-ui.el (gdb-var-update-handler)
35064 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
35065 for watch expressions,
35066 (gdb-var-create-handler): Don't set speedbar-update-flag.
35067 (gdb-post-prompt): Simplify test for speedbar.
35068
35069 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
35070
35071 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
35072 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
35073 we use the syntax table of the correct buffer.
35074 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
35075 Felix Gatzemeier.
35076
35077 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
35078 (ediff-file-remote-p): Make synonymous with file-remote-p.
35079 In all deffaces ediff-*-face-*, use min-colors.
35080
35081 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
35082 ediff-recurse-to-subdirectories.
35083 (ediff-mark-if-equal): Check that the arguments are strings, use
35084 ediff-same-contents (after to Felix Gatzemeier).
35085
35086 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
35087 nil.
35088
35089 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
35090
35091 * log-view.el (log-view-message-re): Fix up Subversion regexp.
35092
35093 2005-02-18 David Kastrup <dak@gnu.org>
35094
35095 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
35096 use `mark-active' when defined.
35097
35098 2005-02-18 Kenichi Handa <handa@m17n.org>
35099
35100 * ps-print.el (ps-font-info-database): New entry
35101 ZapfChancery-MediumItalic with correct font name. Fix font name
35102 of the entry Zapf-Chancery-MediumItalic.
35103
35104 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
35105
35106 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
35107
35108 2005-02-16 Kim F. Storm <storm@cua.dk>
35109
35110 * ido.el (ido-fallback-command): Pass user input to fallback command.
35111
35112 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
35113
35114 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
35115 (gdb-find-file-hook): Add server prefix.
35116
35117 2005-02-16 Richard M. Stallman <rms@gnu.org>
35118
35119 * replace.el (perform-replace): Pass new args to replace-highlight.
35120 (replace-highlight): Take region args,
35121 and pass them to isearch-lazy-highlight-new-loop.
35122
35123 * novice.el (disabled-command-hook): Autoload the defalias
35124 and the make-obsolete-variable call.
35125
35126 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
35127
35128 * isearch.el (isearch-lazy-highlight-start-limit)
35129 (isearch-lazy-highlight-end-limit): New variables limit
35130 the region for highlighting.
35131 (isearch-lazy-highlight-new-loop): New args BEG and END.
35132 (isearch-lazy-highlight-search): Use the new vars.
35133 (isearch-lazy-highlight-update): Likewise.
35134
35135 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
35136
35137 * cus-start.el (all): Use default-boundp.
35138
35139 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
35140
35141 * menu-bar.el (menu-bar-select-frame): Handle current frame.
35142
35143 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
35144
35145 * autorevert.el (auto-revert-stop-on-user-input)
35146 (auto-revert-verbose): Doc fixes.
35147
35148 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
35149
35150 * international/mule-cmds.el (set-locale-environment): Remove call
35151 to set-selection-coding-system on Windows.
35152
35153 2005-02-15 Jay Belanger <belanger@truman.edu>
35154
35155 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
35156 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
35157 calcFunc-coth.
35158 (math-simplify-sqrt): Add simplifications.
35159
35160 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
35161 to list.
35162
35163 * calc/calc-ext.el: Add functions to autoloads.
35164
35165 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
35166 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
35167 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
35168 (math-csc-raw, math-cot-raw): New functions.
35169
35170 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
35171
35172 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
35173 the variable name in a message.
35174
35175 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
35176 calcFunc-csc, calcFunc-cot.
35177
35178 * calc/calcalg2.el: Add derivative and integration rules for
35179 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
35180 calcFunc-csch, calcFunc-coth.
35181 (math-do-integral-methods): Add to checks for when to use
35182 substitutions.
35183
35184 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
35185
35186 2005-02-15 Lute Kamstra <lute@gnu.org>
35187
35188 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
35189 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
35190 <monnier@iro.umontreal.ca>.
35191 (lisp-outline-level): Improve efficiency. Suggested by David
35192 Kastrup <dak@gnu.org>.
35193
35194 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
35195
35196 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
35197 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
35198 (gdb-set-gud-minor-mode-existing-buffers): New functions.
35199 (gdb-find-file-hook): New hook. Add it to find-file-hook.
35200 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
35201
35202 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
35203
35204 * cus-start.el (all): Comment change.
35205
35206 2005-02-14 Lute Kamstra <lute@gnu.org>
35207
35208 * cus-start.el (all): Check if symbol is void.
35209
35210 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
35211
35212 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
35213 optional argument to \cite.
35214
35215 2005-02-14 Richard M. Stallman <rms@gnu.org>
35216
35217 * cus-edit.el (custom-buffer-create-internal): Update help message.
35218 (custom-magic-alist): Update help messages.
35219
35220 * cus-start.el (all): Allow a var to specify a standard value.
35221
35222 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
35223
35224 * custom.el (custom-theme-set-variables): Handle variable aliases.
35225
35226 * frame.el (blink-cursor-timer): Doc fix.
35227 (blink-cursor): Make it an alias for `blink-cursor-mode' and
35228 declare obsolete.
35229 (blink-cursor-mode): Define with defcustom and use correct
35230 standard expression in that defcustom.
35231 * startup.el (command-line): Adapt to above changes in frame.el.
35232
35233 2005-02-11 Lute Kamstra <lute@gnu.org>
35234
35235 * apropos.el (apropos-score-doc): Prevent division by zero.
35236
35237 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
35238
35239 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
35240 (icalendar--get-event-property-attributes)
35241 (icalendar--get-event-properties)
35242 (icalendar--datetime-to-diary-date): New functions.
35243 (icalendar--split-value): Doc fix.
35244 (icalendar--datetime-to-noneuropean-date)
35245 (icalendar--datetime-to-european-date): New optional argument
35246 SEPARATOR. Return result as a string instead of a list.
35247 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
35248 (icalendar--convert-string-for-export): Rename arg S to STRING.
35249 (icalendar-export-region): Doc fix. Change name of error buffer.
35250 Save output buffer.
35251 (icalendar-import-file): Add blank at end of prompt.
35252 (icalendar-import-buffer): Doc fix. Do not switch to error
35253 buffer. Indicate status in return value.
35254 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
35255 buffer. Save output buffer. Handle exception from recurrence
35256 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
35257 events. Fix problems with weekly all-day events.
35258
35259 2005-02-10 Richard M. Stallman <rms@gnu.org>
35260
35261 * simple.el (eval-expression-print-format):
35262 Avoid warning about edebug-active.
35263
35264 * help.el (help-for-help-internal): Rename from help-for-help.
35265 (help-for-help): Define with defalias.
35266
35267 * font-core.el (font-lock-default-function): Use with-no-warnings.
35268
35269 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
35270
35271 * custom.el (defface): Doc fix.
35272
35273 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
35274
35275 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
35276 width 0" to prevent word wrapping problems.
35277
35278 2005-02-09 Kim F. Storm <storm@cua.dk>
35279
35280 * ido.el (ido-file-extensions-order): New defcustom.
35281 (ido-file-extension-lessp, ido-file-extension-aux)
35282 (ido-file-extension-order): New advanced file ordering.
35283 (ido-file-lessp): New simple file ordering.
35284 (ido-sort-list): Remove.
35285 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
35286 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
35287
35288 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
35289
35290 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
35291 that some versions of grep produce.
35292 (grep-mode-font-lock-keywords): Likewise.
35293
35294 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
35295
35296 * progmodes/gdb-ui.el (gdb-location-list): New variable.
35297 (gdb-cdir): Delete.
35298 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
35299 (gdb-source-info): Treat case when source file is in another
35300 directory properly.
35301 (gdb-get-location): New function.
35302
35303 2005-02-07 Jay Belanger <belanger@truman.edu>
35304
35305 * calc/calc-prog.el (calc-write-parse-table-part)
35306 (calc-fix-token-name): Fix a check for language type.
35307
35308 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
35309
35310 2005-02-07 Andre Spiegel <spiegel@gnu.org>
35311
35312 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
35313 as directory not writable.
35314
35315 2005-02-07 Kim F. Storm <storm@cua.dk>
35316
35317 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
35318 (cua--standard-movement-commands): Remove list.
35319 Instead, set CUA property value to move for movement commands.
35320 (cua-movement-commands): Remove. Users must set CUA prop instead.
35321 (cua--pre-command-handler): Check CUA property.
35322 (cua--init-keymaps): Don't remap undo commands.
35323 (cua-mode): Don't call cua--rectangle-on-off.
35324
35325 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
35326 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
35327 (cua--rect-undo-set-point): New var.
35328 (cua--rectangle-undo-boundary): Setup undo apply entry.
35329 (cua--rect-undo-handler): New function for rectangle undo.
35330 (cua--rect-start-position, cua--rect-end-position): Add.
35331 (cua--rectangle-post-command): Call cua--rectangle-set-corners
35332 for restored rectangle. Set point if cua--rect-undo-set-point.
35333
35334 2005-02-06 Jay Belanger <belanger@truman.edu>
35335
35336 * calc/calc-lang.el (calc-tex-language): Display more information
35337 in messages.
35338
35339 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
35340 in TeX mode.
35341
35342 2005-02-06 Richard M. Stallman <rms@gnu.org>
35343
35344 * emacs-lisp/lisp.el (buffer-end): Doc fix.
35345
35346 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
35347
35348 * net/ldap.el (ldap-search-internal): Support attributes with
35349 optional descriptions separated by a semi-colon, as in
35350 "userCertificate;binary".
35351
35352 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
35353
35354 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
35355 isn't a cons (i.e. the version is 0).
35356
35357 2005-02-05 Eli Zaretskii <eliz@gnu.org>
35358
35359 * help.el (help-for-help): Doc fix.
35360
35361 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
35362
35363 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
35364 GDB-Windows on the menu-bar as this works better.
35365
35366 2005-02-04 Jay Belanger <belanger@truman.edu>
35367
35368 * calc/calc-embed.el (calc-embedded-update): Don't put in
35369 unnecessary newlines. Adjust the end of formula marker.
35370
35371 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
35372 (math-latex-parse-two-args): New function.
35373
35374 2005-02-03 Lute Kamstra <lute@gnu.org>
35375
35376 * help-fns.el (help-with-tutorial): Make sure that users cannot
35377 remove the entire text of the tutorial by means of `undo'.
35378
35379 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
35380
35381 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
35382 in recent changes, where the ispell process was repeatedly
35383 killed & restarted.
35384
35385 * international/mule-cmds.el (set-locale-environment): Set file-name
35386 coding system to utf-8 on Darwin systems.
35387 (set-default-coding-systems): Don't set default-file-name-coding-system
35388 on Darwin systems.
35389
35390 2005-02-03 Richard M. Stallman <rms@gnu.org>
35391
35392 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
35393
35394 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
35395
35396 * faces.el (list-faces-display): Add optional argument.
35397
35398 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
35399
35400 * font-core.el (font-lock-default-function): Handle the rare case where
35401 only font-lock-keywords is set.
35402
35403 2005-02-02 Kenichi Handa <handa@m17n.org>
35404
35405 * international/characters.el: Cancel previous change for
35406 I-WITH-DOT-ABOVE and DOTLESS-i.
35407
35408 * international/latin-5.el: Cancel previous change.
35409
35410 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
35411
35412 * progmodes/gud.el: Correction to syntax in gud-menu-map.
35413
35414 2005-02-02 Kenichi Handa <handa@m17n.org>
35415
35416 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
35417 DOTLESS-i.
35418
35419 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
35420 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
35421
35422 * case-table.el (get-upcase-table): New function.
35423 (copy-case-table): Copy upcaes table too if non-nil.
35424 (set-case-syntax-delims): Maintain upcase table too.
35425 (set-case-syntax-pair): Likewise.
35426 (set-upcase-syntax, set-downcase-syntax): New functions.
35427 (set-case-syntax): Maintain upcase table too.
35428
35429 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
35430
35431 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
35432
35433 * progmodes/gud.el (gud-goto-info): New function.
35434 (gud-tool-bar-map): Use correct icon.
35435
35436 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
35437
35438 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
35439 When delegating, order args in the funcall correctly.
35440
35441 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
35442
35443 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
35444
35445 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
35446
35447 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
35448 buffer not visiting a file.
35449
35450 2005-01-31 Jay Belanger <belanger@truman.edu>
35451
35452 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
35453 bound on the line with the formula.
35454
35455 2005-01-31 Kim F. Storm <storm@cua.dk>
35456
35457 * ses.el (ses-create-cell-variable-range)
35458 (ses-destroy-cell-variable-range, ses-reset-header-string)
35459 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
35460 (ses-insert-row): Fix format of apply undo entries.
35461
35462 2005-01-31 Jay Belanger <belanger@truman.edu>
35463
35464 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
35465 parts.
35466
35467 * calc/calc-embed.el (calc-embedded-open-formula)
35468 (calc-embedded-close-formula): Ignore matrix environments.
35469
35470 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
35471 TeX mode.
35472
35473 * calc/calc-lang.el (math-function-table, math-oper-table)
35474 (math-variable-table): Adjust the LaTeX portions.
35475
35476 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
35477 (math-latex-ignore-words): New constant.
35478
35479 2005-01-31 Richard M. Stallman <rms@gnu.org>
35480
35481 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
35482 (ispell-local-dictionary): Doc fix.
35483 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
35484 Don't reinitialize at run time. Don't defcustom.
35485 All uses changed to append ispell-local-dictionary-alist,
35486 or check it first.
35487 (ispell-current-dictionary): New variable for dictionary in use.
35488 (ispell-dictionary): Now used only for global default.
35489 (ispell-start-process): Set ispell-current-dictionary,
35490 not ispell-dictionary.
35491 (ispell-change-dictionary): Use this only for setting
35492 user preferences.
35493 (ispell-internal-change-dictionary): New function
35494 to change the current dictionary in use.
35495 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
35496 Use ispell-current-dictionary.
35497 Handle ispell-local-dictionary-overridden.
35498 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
35499
35500 2005-01-31 Jay Belanger <belanger@truman.edu>
35501
35502 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
35503
35504 * calc/calc-ext.el: Add calc-latex-language to autoloads.
35505 (calc-mode-map): Add calc-latex-language.
35506
35507 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
35508 (math-latex-print-frac): New functions.
35509 (math-oper-table, math-function-table, math-variable-table)
35510 (math-complex-format, math-input-filter): Add latex properties.
35511 (calc-set-language): Set math-expr-special-function-mapping.
35512
35513 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
35514 (calc-write-parse-table-part): Add LaTeX support.
35515
35516 * calc/calc.el (calc-language): Adjust docstring.
35517 (calc-set-mode-line): Add LaTeX support.
35518 (math-expr-special-function-mapping): New variable.
35519 (math-tex-ignore-words): Add to list.
35520
35521 * calc/calccomp.el (math-compose-expr, math-compose-rows):
35522 Add LaTeX support.
35523 (math-compose-expr): Add support for special functions.
35524
35525 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
35526
35527 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
35528
35529 * progmodes/gdb-ui.el (gdb-memory-address)
35530 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
35531 (gdb-memory-mode-map, gdb-memory-format-keymap)
35532 (gdb-memory-format-menu, gdb-memory-unit-keymap)
35533 (gdb-memory-unit-menu): New variables for a buffer
35534 that lets the user examine program memory.
35535 (gdb-memory-set-address, gdb-memory-set-repeat-count)
35536 (gdb-memory-format-binary, gdb-memory-format-octal)
35537 (gdb-memory-format-unsigned, gdb-memory-format-signed)
35538 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
35539 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
35540 (gdb-memory-unit-word, gdb-memory-unit-halfword)
35541 (gdb-memory-unit-byte, gdb-memory-unit-menu)
35542 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
35543 (gdb-memory-mode, gdb-memory-buffer-name)
35544 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
35545 New functions for above buffer.
35546
35547 2005-01-30 Richard M. Stallman <rms@gnu.org>
35548
35549 * cus-edit.el (custom-bury-buffer): Function deleted.
35550 (custom-buffer-done-function): Option deleted.
35551 (custom-buffer-done-kill): New replacement option.
35552 (Custom-buffer-done): Call quit-window.
35553 (custom-buffer-create-internal): Update for above changes.
35554
35555 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
35556
35557 * simple.el (undo-ask-before-discard): New var.
35558 (undo-outer-limit-truncate): Implement it.
35559 (undo-extra-outer-limit): Doc update.
35560
35561 2005-01-29 Richard M. Stallman <rms@gnu.org>
35562
35563 * ses.el (undo-more): Delete defadvice.
35564 (ses-begin-change): Doc fix.
35565
35566 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
35567 instead of rebinding C-x u and C-_.
35568
35569 * files.el (normal-backup-enable-predicate): Return nil for files
35570 in /tmp, regardless of temporary-file-directory.
35571
35572 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
35573
35574 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
35575 (open-rectangle, delete-whitespace-rectangle-line)
35576 (clear-rectangle-line): If FILL, pass t instead of FILL
35577 for move-to-column's 2nd arg.
35578
35579 * simple.el (undo): Fix the test for continuing a series of undos.
35580 (undo-more): Set pending-undo-list to t when we reach end.
35581 (pending-undo-list): Move up defvar.
35582
35583 * wid-edit.el (widget-button-click):
35584 Shorten the range of the track-mouse binding.
35585
35586 * comint.el (comint-insert-input): Undo previous changes;
35587 use last-input-event in interactive spec.
35588
35589 2005-01-29 Eli Zaretskii <eliz@gnu.org>
35590
35591 * progmodes/compile.el (compilation-start): Bind buffer-read-only
35592 to nil before invoking call-process. Reset buffer's modified flag
35593 after fontifying it in the no-async branch.
35594
35595 * wid-edit.el (widget-specify-button): If mouse pointer shape
35596 cannot be changed, use mouse face instead.
35597
35598 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
35599
35600 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
35601 (gdb-goto-breakpoint): Make breakpoint handling work on template
35602 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
35603 (gdb-assembler-custom): Update to recognize breakpoint information
35604 added on 2005-01-19.
35605
35606 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
35607
35608 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
35609 (dsssl-mode): Use define-derived-mode.
35610 (scheme-mode-initialize): Remove.
35611 (scheme-mode): Use run-mode-hooks.
35612
35613 * cus-edit.el (customize-group-other-window)
35614 (custom-buffer-create-other-window): Don't override special-display-*.
35615 (custom-mode-map): Make it dense.
35616
35617 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
35618 sets the default value.
35619
35620 2005-01-28 Eli Zaretskii <eliz@gnu.org>
35621
35622 * descr-text.el: Add more keywords.
35623
35624 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
35625
35626 * speedbar.el: Avoid unnecessary use of locate-library.
35627
35628 * international/mule-cmds.el (standard-display-european-internal):
35629 Don't fiddle with latin-1 non-break space any more since it's now
35630 special cased in the C code.
35631 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
35632
35633 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
35634
35635 * cus-start.el (all): Add `undo-outer-limit'.
35636
35637 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
35638
35639 * textmodes/bibtex.el (bibtex-format-entry):
35640 Use `bibtex-empty-field-re' only on the text of fields, not on entire
35641 field lines.
35642 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
35643 not on part of a buffer.
35644
35645 2005-01-25 Lute Kamstra <lute@gnu.org>
35646
35647 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
35648 nonempty field text strings like "{letters\\macro{}more letters}".
35649 Clarify docstring.
35650 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
35651 (bibtex-entry-offset, bibtex-parse-association)
35652 (bibtex-parse-field-name): Fix typos in docstrings.
35653 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
35654
35655 2005-01-24 Dan Nicolaescu <dann@ics.uci.edu>
35656 Juri Linkov <juri@jurta.org>
35657
35658 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
35659 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
35660 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
35661 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
35662
35663 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
35664 isearch minor mode.
35665
35666 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
35667
35668 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
35669
35670 2005-01-24 Lute Kamstra <lute@gnu.org>
35671
35672 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
35673 CASECHARS and NOT-CASECHARS regular expressions of the
35674 "nederlands" and "nederlands8" dictionaries to prevent a "Range
35675 striding over charsets" error.
35676
35677 2005-01-24 Jay Belanger <belanger@truman.edu>
35678
35679 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
35680 display variable name.
35681
35682 2005-01-24 Kenichi Handa <handa@m17n.org>
35683
35684 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
35685 Fix setting of the element of encoded-kbd-iso2022-invocations.
35686
35687 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
35688
35689 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
35690 (gdb-threads-select): Change to also accept mouse events.
35691 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
35692 (gdb-threads-mouse-select): Delete.
35693
35694 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
35695
35696 * files.el (insert-directory): Take care of empty directory,
35697 listed without -a switch.
35698
35699 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
35700
35701 * textmodes/refill.el (refill-post-command-function):
35702 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
35703 to the list of functions that we should be careful not to undo.
35704 (refill-late-fill-paragraph-function): Remove.
35705 (refill-saved-state): New var.
35706 (refill-mode): Use it to save fill-paragraph-function.
35707 Save also the value of auto-fill-function.
35708
35709 * term/w32-win.el: Simplify code.
35710
35711 2005-01-23 Kim F. Storm <storm@cua.dk>
35712
35713 * simple.el (line-move): Adapt to new return value from
35714 pos-visible-in-window-p.
35715
35716 * simple.el (line-move): Fix last change. Check partial
35717 visibility at point rather than at window-start.
35718
35719 2005-01-22 Jason Rumney <jasonr@gnu.org>
35720
35721 * term/w32-win.el (xw-defined-colors): Remove debug-message.
35722
35723 2005-01-22 David Kastrup <dak@gnu.org>
35724
35725 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
35726
35727 2005-01-22 Eli Zaretskii <eliz@gnu.org>
35728
35729 * type-break.el (type-break-mode): Add a test for
35730 type-break-file-name being non-nil.
35731
35732 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
35733
35734 * net/eudc.el (top level): Call (message "") via progn, so that
35735 eudc-options-file is loaded.
35736
35737 2005-01-22 Kim F. Storm <storm@cua.dk>
35738
35739 * simple.el (line-move-1): Rename from line-move.
35740 (line-move): New function that adjusts vscroll for partially
35741 visible rows, and calls line-move-1 otherwise.
35742
35743 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
35744
35745 * pcomplete.el: Define pcomplete-read-event instead of read-event,
35746 since it's not a complete read-event implementation.
35747
35748 2005-01-20 Jay Belanger <belanger@truman.edu>
35749
35750 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
35751 for called function.
35752
35753 2005-01-20 Steven Tamm <steventamm@mac.com>
35754
35755 * term/mac-win.el (process-connection-type): Remove.
35756 Controlled now by s/darwin.h:PTY_ITERATION.
35757
35758 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
35759
35760 * window.el (handle-select-window): Don't switch window when we're
35761 in the minibuffer.
35762
35763 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
35764
35765 * subr.el (dotimes-with-progress-reporter): New macro.
35766
35767 * ses.el (ses-dotimes-msg): Remove macro.
35768 Use `dotimes-with-progress-reporter' instead.
35769
35770 2005-01-19 Steven Tamm <steventamm@mac.com>
35771
35772 * term/mac-win.el (process-connection-type): Use new
35773 operating-system-release variable to use ptys on Darwin 7 (OS X
35774 10.3) when using carbon build.
35775
35776 2005-01-19 Jay Belanger <belanger@truman.edu>
35777
35778 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
35779 flags if the last command was a tab or M-tab.
35780
35781 * calc/calc-prog.el (calc-user-define-edit): Put original formula
35782 in formula editing buffer.
35783
35784 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
35785
35786 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
35787 breakpoint image symbol in margin.
35788
35789 2005-01-19 Jay Belanger <belanger@truman.edu>
35790
35791 * calc/calc-prog.el (calc-execute-kbd-macro):
35792 Ignore calc-keep-arg-flag.
35793
35794 2005-01-19 Kenichi Handa <handa@m17n.org>
35795
35796 * textmodes/ispell.el (ispell-looking-at): New function.
35797 (ispell-process-line): Use ispell-looking-at to compare the ispell
35798 output and the buffer contents.
35799
35800 2005-01-18 Jay Belanger <belanger@truman.edu>
35801
35802 * calc/calc.el (calc-display-raw): Fix docstring.
35803
35804 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
35805
35806 * simple.el (blink-matching-open): Strip extra info from syntax.
35807
35808 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
35809 funny chars in the end-of-here-doc marker.
35810
35811 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
35812
35813 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
35814 that enable/disabled state of breakpoints is shown correctly in
35815 fringe and on ttys.
35816 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
35817 Add breakpoint information as text properties.
35818 (gdb-mouse-toggle-breakpoint):
35819 Rename to gdb-mouse-set-clear-breakpoint.
35820 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
35821 breakpoints in the margin.
35822 (gdb-remove-strings): Simplify.
35823
35824 2005-01-17 Jay Belanger <belanger@truman.edu>
35825
35826 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
35827 erasing buffer.
35828
35829 2005-01-17 Richard M. Stallman <rms@gnu.org>
35830
35831 * progmodes/grep.el (grep-find): Copy from `grep' the condition
35832 for calling grep-compute-defaults.
35833
35834 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
35835 if buffer is empty.
35836
35837 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
35838
35839 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
35840
35841 * hilit-chg.el (highlight-changes-mode): Don't autoload.
35842
35843 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
35844 non-preloaded variables.
35845
35846 2005-01-17 Steven Tamm <steventamm@mac.com>
35847
35848 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
35849 tex-shell cause to force interactivity when using pipes.
35850
35851 2005-01-17 Kim F. Storm <storm@cua.dk>
35852
35853 * simple.el (just-one-space): Make arg optional.
35854
35855 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
35856
35857 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
35858 posn-at-x-y to t to access left-margin.
35859
35860 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
35861
35862 Sync with Tramp 2.0.47.
35863
35864 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
35865 catching keep-date problems in cp/scp operations.
35866 (tramp-handle-copy-file): Don't call `set-file-modes'
35867 unconditionally. Specialized functions should know better what is
35868 necessary. This improves performance a little bit, and the
35869 functions could catch errors with `cp -p' and `scp -p'.
35870 (tramp-do-copy-or-rename-file-via-buffer)
35871 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
35872 when appropriate.
35873 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
35874 Call `set-file-modes' when appropriate.
35875 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
35876 Johnsson <isak@hypergene.com>.
35877 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
35878 of both Tramp buffer and debug buffer. Reported by Joakim Verona
35879 <joakim@verona.se>.
35880 (tramp-file-name-for-operation): Mark `shell-command' as magic for
35881 Emacs only.
35882
35883 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
35884 `find-file-hooks' and `dired-mode-hook'.
35885 (tramp-minor-mode-map): Respective map. Add remapping for
35886 `compile' and `recompile'.
35887 (tramp-remap-command, tramp-recompile): New defuns.
35888 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
35889 in buffer "*Compilation*". Call the commands asynchronously.
35890
35891 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
35892 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
35893 `shell-command', because it isn't magic in XEmacs. Reported by
35894 Adrian Aichner <adrian@xemacs.org>.
35895
35896 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
35897 `substitute-in-file-name.
35898 (tramp-smb-handle-substitute-in-file-name): New defun.
35899 (tramp-smb-advice-PC-do-completion): Delete advice.
35900
35901 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
35902
35903 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
35904 Fix error in deleting region.
35905
35906 2005-01-15 Richard M. Stallman <rms@gnu.org>
35907
35908 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
35909 In non-temp buffer, switch syntax table temporarily.
35910
35911 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
35912
35913 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
35914
35915 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
35916
35917 * imenu.el (imenu--split-menu): Copy menulist before sorting.
35918 (imenu--generic-function): Use START, not BEG, as pos of definition.
35919
35920 * simple.el (just-one-space): Argument specifies number of spaces.
35921
35922 * simple.el (eval-expression-print-format): Avoid warning
35923 about edebug-active.
35924
35925 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
35926
35927 * progmodes/sh-script.el: Code copied from make-mode.el
35928 with small changes,
35929 (sh-mode-map): Bind C-c C-\.
35930 (sh-backslash-column, sh-backslash-align): New variables.
35931 (sh-backslash-region, sh-append-backslash): New functions.
35932
35933 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
35934
35935 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
35936 (rmail-pop-password, rmail-pop-password-required): Move to
35937 rmail-obsolete group.
35938 (rmail-set-pop-password): Rename to rmail-set-remote-password.
35939 All callers updated.
35940 (rmail-get-pop-password): Rename to rmail-get-remote-password.
35941 Take an argument specifying whether it is POP or IMAP mailbox we
35942 are using. All callers updated.
35943 (rmail-pop-password-error): Rename to
35944 rmail-remote-password-error. Added mailutils-specific error message.
35945 (rmail-movemail-search-path)
35946 (rmail-movemail-variant-in-use): New variables.
35947 (rmail-remote-password, rmail-remote-password-required):
35948 New customization variables.
35949 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
35950 (rmail-parse-url): New function.
35951 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
35952 with GNU mailutils movemail.
35953
35954 2005-01-15 Kevin Ryde <user42@zip.com.au>
35955
35956 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
35957 suffix to space, $ or '$, to correctly position point when going
35958 to @table style constants like DBL_MAX.
35959
35960 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
35961
35962 * type-break.el (type-break-mode, type-break-file-time)
35963 (type-break-file-keystroke-count, type-break-choose-file):
35964 Don't store data in or load data from the file if type-break-file-name
35965 is nil.
35966 (type-break-file-name): Doc update as per the above.
35967
35968 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
35969
35970 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
35971 lookup-key might return nil; handle that.
35972
35973 2005-01-15 Alan Mackenzie <acm@muc.de>
35974
35975 * progmodes/ebrowse.el (ebrowse-class-in-tree):
35976 Return the tail of the tree rather than the element found,
35977 thus enabling the tree to be setcar'd.
35978
35979 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
35980
35981 * textmodes/org.el (org-show-following-heading): New option.
35982 (org-show-hierarchy-above): Use `org-show-following-heading'.
35983 (org-cycle): Documentation fix.
35984
35985 * textmodes/org.el (orgtbl-optimized): New option.
35986 (orgtbl-mode): New command, a minor mode.
35987 (orgtbl-mode-map): New variable.
35988 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
35989 (orgtbl-error, orgtbl-self-insert-command)
35990 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
35991
35992 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
35993 a local variable in each org-mode buffer.
35994
35995 * textmodes/org.el (org-set-regexps-and-options): Rename from
35996 `org-set-regexps'. Added checking for STARTUP keyword.
35997 (org-get-current-options): Add STARTUP options.
35998 (org-table-insert-row): Make mode intelligent about when
35999 realignment is needed.
36000 (org-self-insert-command, org-delete-backward-char, org-delete-char):
36001 New commands.
36002 (org-enable-table-editor): New default value `optimized'.
36003 (org-table-blank-field): Support blanking regions if active.
36004
36005 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
36006
36007 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
36008 if the year is not given.
36009
36010 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
36011 Add new escapes %m and %M, fixed bug with %F by adding
36012 save-match-data.
36013 (reftex-reference): Remove ?. from list of spaces.
36014 (reftex-label-info): Add automatic label prefix recognition.
36015
36016 * textmodes/reftex-index.el (reftex-index-next-phrase):
36017 Add slave parameter to call of `reftex-index-this-phrase'.
36018 (reftex-index-this-phrase): New optional argument.
36019 (reftex-index-region-phrases): Add slave parameter to call of
36020 `reftex-index-this-phrase'.
36021 (reftex-display-index): New argument redo.
36022 (reftex-index-rescan): Add `redo' to arguments of
36023 `reftex-display-index'.
36024 (reftex-index-Rescan, reftex-index-revert)
36025 (reftex-index-switch-index-tag): Add `redo' to arguments of
36026 `reftex-display-index'.
36027 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
36028 indexing. Fix bug with matching is there is a quote before or
36029 after the word.
36030
36031 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
36032 Fix bug when collecting citation keys in lines with comments.
36033 (reftex-citation): Prefix argument no longer rescans the document,
36034 but forces prompting for optional arguments of cite macros.
36035 (reftex-do-citation): Prompting for optional arguments implemented.
36036
36037 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
36038 Add optional arguments to most cite commands.
36039 (reftex-cite-cleanup-optional-args): New option
36040 (reftex-cite-prompt-optional-args): New option.
36041 (reftex-trust-label-prefix): New option.
36042
36043 * textmodes/reftex-toc.el (reftex-toc-find-section):
36044 Add push-mark before changing the position in the buffer.
36045
36046 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
36047 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
36048
36049 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
36050
36051 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
36052 more carefully.
36053
36054 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
36055
36056 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
36057 (sgml-mode): Use it.
36058 (sgml-get-context): Better keep track of implicitly closed tags.
36059
36060 2005-01-13 Kenichi Handa <handa@m17n.org>
36061
36062 * textmodes/ispell.el: These changes are to fix misalignment error
36063 caused by equivalent characters of different Emacs charsets.
36064 (ispell-unified-chars-table): New variable.
36065 (ispell-get-decoded-string): New function.
36066 (ispell-get-casechars, ispell-get-not-casechars)
36067 (ispell-get-otherchars): Call ispell-get-decoded-string.
36068
36069 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
36070
36071 * custom.el (custom-declare-variable): Just put symbol instead
36072 of (defvar . symbol) in `current-load-list'.
36073
36074 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
36075
36076 * emacs-lisp/elint.el: Fixed typo in Commentary section.
36077
36078 2005-01-12 Jay Belanger <belanger@truman.edu>
36079
36080 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
36081 to create a Calc summary.
36082
36083 2005-01-12 Kim F. Storm <storm@cua.dk>
36084
36085 * mouse.el (mouse-on-link-p): Change functionality and doc
36086 string to comply with latest description in lisp ref.
36087
36088 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
36089
36090 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
36091 Enable mouse clicks on mode-line, header-line and margin.
36092 (event-type): Give mouse event symbols an `event-kind' property
36093 with value `mouse-click'.
36094
36095 2005-01-12 Juri Linkov <juri@jurta.org>
36096
36097 * facemenu.el (list-colors-display): Add new arg buffer-name.
36098 Use it. Fix docstring. Replace code for identifying duplicate
36099 colors by the name with call to `list-colors-duplicates' which
36100 identifies duplicate colors by the value unless the color
36101 is one of special Windows colors. Set truncate-lines to t.
36102 Print sorted duplicate color names on each line. Indent to 22
36103 \(the longest color name in rgb.txt) instead of 20. Optimize.
36104 (list-colors-duplicates): New function.
36105 (facemenu-color-name-equal): Delete function.
36106
36107 * facemenu.el (list-colors-print): New function created from code
36108 in list-colors-display. Print #RRGGBB at the window right edge.
36109 (list-colors-display): When temp-buffer-show-function is not
36110 defined, call list-colors-print from temp-buffer-show-hook
36111 to get the right value of window-width in list-colors-print
36112 after the buffer is displayed.
36113
36114 * simple.el (pop-mark): Move deactivate-mark out of conditional
36115 part to deactivate the active mark regardless of the state of the
36116 mark ring.
36117
36118 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
36119 variables line in desktop files.
36120
36121 2005-01-12 Juri Linkov <juri@jurta.org>
36122
36123 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
36124 Bring together isearch highlight related options.
36125 (lazy-highlight): Replace group `replace' by `matching'.
36126 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
36127 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
36128 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
36129 and declare them obsolete.
36130 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
36131 (isearch-faces): Remove defgroup.
36132 (isearch-overlay, isearch-highlight, isearch-dehighlight):
36133 Move isearch highlighting code closer to lazy highlighting code.
36134
36135 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
36136 (query-replace-highlight, query-replace-lazy-highlight)
36137 (query-replace): Move definitions to the beginning of the file.
36138
36139 2005-01-11 Juri Linkov <juri@jurta.org>
36140
36141 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
36142 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
36143 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
36144
36145 * info.el (Info-history-forward): New variable.
36146 (Info-select-node): Reset Info-history-forward to nil.
36147 (Info-last): Turn into defalias.
36148 (Info-history-back): Rename from Info-last.
36149 Add current node to Info-history-forward.
36150 (Info-history-forward): New fun.
36151 (Info-mode-map): Replace Info-last by Info-history-back.
36152 Bind Info-history-forward to "r".
36153 (Info-mode-menu): Replace Info-last by Info-history-back.
36154 Fix menu item text. Add menu item for Info-history-forward.
36155 (info-tool-bar-map): Replace Info-last by Info-history-back.
36156 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
36157 for Info-history-forward.
36158 (Info-mode): Replace Info-last by Info-history-back in docstring.
36159 Add local variable Info-history-forward.
36160 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
36161
36162 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
36163
36164 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
36165 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
36166 Ignore select-window events rather than fiddle with
36167 mouse-autoselect-window.
36168
36169 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
36170
36171 * type-break.el (type-break-mode): Fix previous change.
36172
36173 2005-01-10 Jay Belanger <belanger@truman.edu>
36174
36175 * calc/calc-ext.el (calc-reset): Reset when inside embedded
36176 calculator; only reset when point is inside a calculator.
36177 Don't adjust the window height if the window takes up the whole height
36178 of the frame.
36179
36180 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
36181
36182 * ebuff-menu.el (Electric-buffer-menu-mode):
36183 Preserve value of buffer-local var header-line-format.
36184
36185 2005-01-09 Jay Belanger <belanger@truman.edu>
36186
36187 * calc/calc.el (calc-mode-var-list-restore-saved-values):
36188 Make sure settings file exists before accessing it.
36189
36190 * calc/calc-embed.el (calc-embedded-subst):
36191 Replace math-multi-subst-rec, which is only supposed to be called
36192 by math-multi-subst, by math-multi-subst.
36193
36194 2005-01-09 Andre Spiegel <spiegel@gnu.org>
36195
36196 * vc.el (vc-allow-async-revert): New user option.
36197 (vc-disable-async-diff): New internal variable.
36198 (vc-revert-buffer): Use them to disable asynchronous diff.
36199
36200 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
36201 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
36202 asynchronously if vc-disable-async-diff is t.
36203
36204 2005-01-09 Jay Belanger <belanger@truman.edu>
36205
36206 * calc/calc.el (defcalcmodevar): New macro.
36207 (calc-mode-var-list-restore-default-values)
36208 (calc-mode-var-list-restore-saved-values): New functions.
36209 (calc-mode-var-list): Use defcalcmodevar to define it.
36210 (calc-always-load-extensions, calc-line-numbering)
36211 (calc-line-breaking, calc-display-just, calc-display-origin)
36212 (calc-number-radix, calc-leading-zeros, calc-group-digits)
36213 (calc-group-char, calc-point-char, calc-frac-format)
36214 (calc-prefer-frac, calc-hms-format, calc-date-format)
36215 (calc-float-format, calc-full-float-format, calc-complex-format)
36216 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
36217 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
36218 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
36219 (calc-matrix-brackets, calc-language, calc-language-option)
36220 (calc-left-label, calc-right-label, calc-word-size)
36221 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
36222 (calc-display-raw, calc-internal-prec, calc-angle-mode)
36223 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
36224 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
36225 (calc-window-height, calc-display-trail, calc-show-selections)
36226 (calc-use-selections, calc-assoc-selections)
36227 (calc-display-working-message, calc-auto-why, calc-timing)
36228 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
36229 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
36230 (calc-gnuplot-default-device, calc-gnuplot-default-output)
36231 (calc-gnuplot-print-device, calc-gnuplot-print-output)
36232 (calc-gnuplot-geometry, calc-graph-default-resolution)
36233 (calc-graph-default-resolution-3d, calc-invocation-macro)
36234 (calc-show-banner): Use defcalcmodevar to declare them and set
36235 their default values.
36236
36237 * calc/calc-ext.el (calc-reset): Restore saved values of variables
36238 instead of default values (but restore default values if there is
36239 an argument of 0).
36240
36241 2005-01-09 David Kastrup <dak@gnu.org>
36242
36243 * desktop.el (desktop-restore-eager): Fix typo in type.
36244
36245 2005-01-08 Richard M. Stallman <rms@gnu.org>
36246
36247 * cus-edit.el (customize): Delete :link.
36248
36249 2005-01-08 Jay Belanger <belanger@truman.edu>
36250
36251 * calc/calc.el (calc-mode): Remove the extension from the
36252 `calc-settings-file' file name when loading it.
36253
36254 2005-01-08 Kim F. Storm <storm@cua.dk>
36255
36256 * info.el (Info-mode-map, Info-next-link-keymap)
36257 (Info-prev-link-keymap, Info-up-link-keymap):
36258 Map follow-link to mouse-face.
36259 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
36260
36261 2005-01-08 Jay Belanger <belanger@truman.edu>
36262
36263 * calc/calc.el (calc-settings-file): Change default value.
36264 Suggested by cgw in a comment in calc-mode.el.
36265
36266 * calc/calc-mode.el (calc-settings-file-name):
36267 Compare calc-settings-file to user-init-file instead of ~/.emacs.
36268 Replace ~/.emacs in a prompt by calc-settings-file.
36269
36270 2005-01-07 Lars Hansen <larsh@math.ku.dk>
36271
36272 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
36273 (desktop-lazy-idle-delay): New customizable variables.
36274 (desktop-buffer-args-list): New variable.
36275 (desktop-append-buffer-args): New function.
36276 (desktop-save): Call desktop-append-buffer-args for some buffers.
36277 (desktop-lazy-create-buffer): New function.
36278 (desktop-idle-create-buffers): New function.
36279 (desktop-read): Add message about buffers to restore lazily.
36280 (desktop-lazy-abort): New command.
36281 (desktop-clear): Call desktop-lazy-abort.
36282 (desktop-lazy-complete): New command.
36283
36284 2005-01-06 Richard M. Stallman <rms@gnu.org>
36285
36286 * emacs-lisp/find-func.el (find-face-definition):
36287 Rename from find-face.
36288
36289 2005-01-06 Kim F. Storm <storm@cua.dk>
36290
36291 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
36292
36293 * man.el (Man-xref-man-page, Man-xref-header-file)
36294 (Man-xref-normal-file): Add follow-link property.
36295
36296 2005-01-06 Jay Belanger <belanger@truman.edu>
36297
36298 * calc/calc-units.el: Make sure the proper macro definitions are
36299 available when compiling.
36300
36301 2005-01-06 Juri Linkov <juri@jurta.org>
36302
36303 * isearch.el (isearch-lazy-highlight-update):
36304 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
36305
36306 2005-01-06 Miles Bader <miles@gnu.org>
36307
36308 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
36309 (isearch-lazy-highlight-face): Use new name.
36310
36311 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
36312
36313 * uniquify.el (uniquify-rationalize-file-buffer-names):
36314 Re-add an interactive spec.
36315 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
36316 to the same name.
36317
36318 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
36319 (isearch-update, isearch-done): Adjust calls accordingly.
36320
36321 2005-01-05 Richard M. Stallman <rms@gnu.org>
36322
36323 * custom.el (custom-set-variables, custom-theme-set-variables):
36324 Clarify documentation.
36325
36326 * emacs-lisp/find-func.el (find-variable)
36327 (find-variable-other-window, find-variable-other-frame):
36328 Fix the TYPE args to find-function-read and find-function-do-it.
36329 (find-function): Doc fix.
36330 (find-function-at-point): Replace function-at-point alias.
36331
36332 2005-01-04 Richard M. Stallman <rms@gnu.org>
36333
36334 * cus-face.el (custom-declare-face):
36335 Record defface in current-load-list.
36336
36337 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
36338
36339 * emacs-lisp/find-func.el: Doc fixes.
36340 (find-face-regexp): New variable.
36341 (find-function-regexp-alist): New variable.
36342 (find-function-C-source): Third arg is now TYPE.
36343 (find-function-search-for-symbol): Handle general TYPE.
36344 (find-function-read, find-function-do-it): Handle general TYPE.
36345 (find-definition-noselect, find-face): New functions.
36346 (function-at-point): Alias deleted.
36347
36348 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
36349
36350 * battery.el (display-battery-mode): Rename from display-battery.
36351 Handle the case where it gets turned off.
36352
36353 2005-01-04 Richard M. Stallman <rms@gnu.org>
36354
36355 * cus-edit.el (customize): Make :link point to user doc.
36356
36357 * man.el (Man-fontify-manpage): Turn off undo generation.
36358
36359 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
36360
36361 2005-01-04 Andreas Schwab <schwab@suse.de>
36362
36363 * files.el (insert-directory): Only look for error lines in
36364 inserted text. Don't move too far after processing --dired markers.
36365
36366 2005-01-04 Richard M. Stallman <rms@gnu.org>
36367
36368 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
36369 Don't expand if the character is @, period, dash, etc.
36370 (define-mail-abbrev): Quote names that contain problem characters.
36371
36372 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
36373
36374 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
36375
36376 2005-01-03 Richard M. Stallman <rms@gnu.org>
36377
36378 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
36379 (query-replace-highlight, query-replace-lazy-highlight)
36380 (query-replace): Definitions moved up. Doc fix.
36381
36382 2005-01-03 Richard M. Stallman <rms@gnu.org>
36383
36384 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
36385 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
36386 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
36387 (lazy-highlight-face): Rename from isearch-lazy-...
36388 Change all references to them.
36389
36390 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
36391
36392 * cus-edit.el (custom-file): Doc fix for defcustom.
36393 (custom-file): The function no longer sets the variable
36394 `custom-file' to its return value.
36395
36396 * startup.el (command-line): No longer load `custom-file'.
36397
36398 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
36399
36400 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
36401
36402 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
36403 Don't confuse module-prefixed identifiers for labels.
36404 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
36405
36406 2005-01-02 Richard M. Stallman <rms@gnu.org>
36407
36408 * files.el (basic-save-buffer-1): Fix previous change.
36409
36410 * loadhist.el (file-loadhist-lookup): New function.
36411 (file-provides, file-requires): Use it.
36412
36413 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
36414 instead of calculating the right size.
36415
36416 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
36417
36418 * vc-svn.el (vc-svn-diff): Stay local if possible.
36419
36420 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
36421
36422 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
36423
36424 * files.el (hack-local-variables): Fix last change.
36425
36426 2005-01-02 Jay Belanger <belanger@truman.edu>
36427
36428 * calc/calc-yank.el (calc-edit-top): New variable.
36429 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
36430 object. Change header properties.
36431 (calc-edit-finish, calc-edit-finish-stack-object)
36432 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
36433 edited object.
36434 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
36435 for the beginning of the edited object.
36436 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
36437 for the beginning of the edited object.
36438 * calc/calc-prog.el (calc-edit-macro-finish-edit)
36439 (calc-finish-formula-edit, calc-macro-repeats)
36440 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
36441 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
36442 beginning of the edited object.
36443 (calc-user-define-edit): Change the header for editing macros.
36444 Remove unnecessary variable.
36445
36446 2005-01-01 Jay Belanger <belanger@truman.edu>
36447
36448 * calc/calc-yank.el (calc-edit-mode): Change default header.
36449 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
36450 * calc/calc-store.el (calc-edit-variable): Change title to match new
36451 header.
36452 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
36453 mode to match new header.
36454 (calc-user-define-edit): Change titles to include names of commands.
36455 (calc-finish-formula-edit): Adjust to handle new header.
36456 (calc-finish-macro-edit): Remove.
36457 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
36458 (calc-edit-macro-command, calc-edit-macro-command-type)
36459 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
36460 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
36461 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
36462 (calc-edit-macro-finish-edit): New functions.
36463 (calc-user-define-edit): Use new functions to edit named calc macros.
36464
36465 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
36466
36467 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
36468
36469 * ses.el (copy-region-as-kill): Deactivate mark.
36470
36471 2005-01-01 Richard M. Stallman <rms@gnu.org>
36472
36473 * replace.el (occur-1): If the output buffer is also an input,
36474 don't kill it, rename it.
36475
36476 * faces.el (set-face-background, set-face-foreground): Doc fix.
36477
36478 * cus-face.el (custom-face-attributes): Fix :help-echo strings
36479 for :foreground and :background.
36480
36481 * dired.el (dired-view-command-alist): Variable deleted.
36482 (dired-view-file, dired-mouse-find-file-other-window):
36483 Delete the code to use it.
36484
36485 2005-01-01 Kim F. Storm <storm@cua.dk>
36486
36487 * image.el (insert-sliced-image): Use t for line-height property.
36488
36489 See ChangeLog.11 for earlier changes.
36490
36491 ;; Local Variables:
36492 ;; coding: iso-2022-7bit
36493 ;; add-log-time-zone-rule: t
36494 ;; End:
36495
36496 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
36497
36498 This file is part of GNU Emacs.
36499
36500 GNU Emacs is free software; you can redistribute it and/or modify
36501 it under the terms of the GNU General Public License as published by
36502 the Free Software Foundation; either version 3, or (at your option)
36503 any later version.
36504
36505 GNU Emacs is distributed in the hope that it will be useful,
36506 but WITHOUT ANY WARRANTY; without even the implied warranty of
36507 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
36508 GNU General Public License for more details.
36509
36510 You should have received a copy of the GNU General Public License
36511 along with GNU Emacs; see the file COPYING. If not, write to the
36512 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
36513 Boston, MA 02110-1301, USA.
36514
36515 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1