]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(top-level): Fix spacing.
[gnu-emacs] / lisp / ChangeLog
1 2008-01-09 Wilson Snyder <wsnyder@wsnyder.org>
2
3 * progmodes/verilog-mode.el (top-level): Fix spacing.
4 (verilog-mode-version, verilog-mode-release-date): Update version
5 number.
6 (verilog-mode-release-emacs): New variable.
7 (compile-command, reporter-prompt-for-summary-p): Define for byte
8 compiler.
9 (verilog-startup-message-lines)
10 (verilog-startup-message-displayed)
11 (verilog-display-startup-message): Remove.
12 (verilog-highlight-p1800-keywords): Improve docstring.
13 (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
14 (vector-skip-list): Only defvar at compile time.
15 (verilog-highlight-translate-off, verilog-indent-level)
16 (verilog-indent-level-module, verilog-indent-level-declaration)
17 (verilog-indent-declaration-macros, verilog-indent-lists)
18 (verilog-indent-level-behavioral)
19 (verilog-indent-level-directive, verilog-cexp-indent)
20 (verilog-case-indent, verilog-auto-newline)
21 (verilog-auto-indent-on-newline, verilog-tab-always-indent)
22 (verilog-tab-to-comment, verilog-indent-begin-after-if)
23 (verilog-align-ifelse, verilog-minimum-comment-distance)
24 (verilog-auto-lineup, verilog-highlight-p1800-keywords)
25 (verilog-auto-endcomments, verilog-auto-read-includes)
26 (verilog-auto-star-expand, verilog-auto-star-save)
27 (verilog-library-flags, verilog-library-directories)
28 (verilog-library-files, verilog-library-extensions)
29 (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
30 (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
31 (verilog-assignment-delay, verilog-auto-inst-vector)
32 (verilog-auto-inst-template-numbers)
33 (verilog-auto-input-ignore-regexp)
34 (verilog-auto-inout-ignore-regexp)
35 (verilog-auto-output-ignore-regexp)
36 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp): Add
37 safe-local-variable properties.
38 (verilog-statement-menu, verilog-company)
39 (verilog-re-search-forward, verilog-re-search-backward)
40 (verilog-error-regexp-add, verilog-end-block-re)
41 (verilog-emacs-features, verilog-populate-syntax-table)
42 (verilog-setup-dual-comments, verilog-type-font-keywords)
43 (verilog-inside-comment-p, electric-verilog-backward-sexp)
44 (verilog-backward-sexp, verilog-forward-sexp)
45 (verilog-font-lock-init, verilog-mode)
46 (electric-verilog-terminate-line, electric-verilog-semi)
47 (electric-verilog-tab, verilog-insert-1, )
48 (verilog-insert-indices, verilog-generate-numbers)
49 (verilog-comment-region, verilog-label-be)
50 (verilog-beg-of-statement, verilog-in-case-region-p)
51 (verilog-in-struct-region-p, verilog-in-generate-region-p)
52 (verilog-in-fork-region-p, verilog-backward-case-item)
53 (verilog-set-auto-endcomments, verilog-get-expr)
54 (verilog-expand-vector-internal, verilog-surelint-off)
55 (verilog-batch-execute-func, verilog-calculate-indent)
56 (verilog-calc-1, verilog-calculate-indent-directive)
57 (verilog-leap-to-head, verilog-continued-line)
58 (verilog-backward-token, verilog-backward-syntactic-ws)
59 (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
60 (verilog-forward-ws&directives, verilog-at-constraint-p)
61 (verilog-skip-backward-comments, verilog-indent-line-relative)
62 (verilog-do-indent, verilog-indent-comment)
63 (verilog-more-comment, verilog-pretty-declarations)
64 (verilog-pretty-expr, verilog-just-one-space)
65 (verilog-indent-declaration, verilog-get-completion-decl)
66 (verilog-goto-defun, verilog-showscopes, verilog-header)
67 (verilog-signals-combine-bus, verilog-read-decls)
68 (verilog-read-always-signals-recurse, verilog-read-instants)
69 (verilog-read-auto-template, verilog-set-define)
70 (verilog-read-defines, verilog-read-signals, verilog-getopt)
71 (verilog-is-number, verilog-expand-dirnames)
72 (verilog-modi-lookup, verilog-modi-cache-results)
73 (verilog-insert-one-definition, verilog-make-width-expression)
74 (verilog-delete-autos-lined, verilog-auto-save-check)
75 (verilog-auto-arg, verilog-auto-inst-port, verilog-auto-inst)
76 (verilog-auto-inst-param, verilog-auto-reg)
77 (verilog-auto-reg-input, verilog-auto-wire, )
78 (verilog-auto-output, verilog-auto-output-every)
79 (verilog-auto-input, verilog-auto-inout)
80 (verilog-auto-inout-module, verilog-auto-sense)
81 (verilog-auto-reset, verilog-auto-tieoff, verilog-auto-unused)
82 (verilog-auto-ascii-enum, verilog-auto)
83 (verilog-sk-define-signal, verilog-mode-mouse-map)
84 (verilog-load-file-at-mouse, verilog-load-file-at-point)
85 (verilog-library-files): Cleanup spacing of )'s they should not be
86 on unique lines. Fix checkdoc warnings.
87
88 2008-01-09 Glenn Morris <rgm@gnu.org>
89
90 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
91 entry, for Windows.
92
93 2008-01-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
94
95 * ps-print.el: Some face attributes (like :strike-through) was not
96 being recognised. Reported by Leo <sdl.web@gmail.com>.
97 (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
98 (ps-screen-to-bit-face): Fix code.
99
100 2008-01-08 Kevin Ryde <user42@zip.com.au>
101
102 * progmodes/compile.el (compilation-error-regexp-alist-alist):
103 For perl, allow "during global destruction" at end.
104
105 2008-01-08 Glenn Morris <rgm@gnu.org>
106
107 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
108 unified format.
109
110 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
111
112 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
113
114 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
115 quotes in case of spaces, e.g. STL containers (not pretty).
116
117 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
118
119 * vc-hg.el (vc-hg-log-view-mode): Handle the user field better.
120
121 2008-01-07 Nick Roberts <nickrob@snap.net.nz>
122
123 * progmodes/gdb-ui.el (gud-gdb-command-name): Explain
124 "--annotate=3" option is necessary for the Graphical Interface.
125
126 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
127
128 * vc-hg.el (vc-hg-dir-state): Pass the dir argument to
129 vc-hg-command.
130
131 2008-01-07 Glenn Morris <rgm@gnu.org>
132
133 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
134
135 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
136
137 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
138 on menu bar.
139
140 2008-01-06 Michael Albinus <michael.albinus@gmx.de>
141
142 * ffap.el (ffap-read-file-or-url): Let-bind
143 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
144
145 2008-01-05 Sven Joachim <svenjoac@gmx.de>
146
147 * vc-bzr.el: Fix typo in header.
148
149 2008-01-05 Eli Zaretskii <eliz@gnu.org>
150
151 * Makefile.in (custom-deps, finder-data): Depend on autoloads
152 instead of loaddefs.el.
153
154 2008-01-05 Glenn Morris <rgm@gnu.org>
155
156 * progmodes/verilog-mode.el: Replace all instances of
157 string-to-int with string-to-number, insert-string with insert,
158 and read-input with read-string.
159 (top-level): No need to require imenu, reporter, dinotrace, vc,
160 font-lock when compiling. Always require compile. Relegate remaining
161 compatibility cruft to XEmacs. Don't require font-lock.
162 (verilog-version): Remove superfluous concat.
163 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
164 No need to define.
165 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
166 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
167 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
168 (verilog-startup-message-displayed): These are variables, not constants.
169 (verilog-batch-execute-func, verilog-auto-inst)
170 (verilog-auto-inst-param): Use mapc rather than mapcar.
171 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
172 actually defining.
173 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
174 (verilog-modi-get-outputs, verilog-modi-get-inouts)
175 (verilog-modi-get-inputs, verilog-modi-get-wires)
176 (verilog-modi-get-regs, verilog-modi-get-assigns)
177 (verilog-modi-get-consts, verilog-modi-get-gparams)
178 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
179 (verilog-modi-get-sub-inputs): Move inline functions earlier in
180 the file.
181 (sigs-in, sigs-out): Don't declare multiple times.
182 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
183 `defvar'.
184 (verilog-auto): Call dinotrace-unannotate-all only if bound.
185 (verilog-module-inside-filename-p): No need to wrap fboundp test
186 in condition-case.
187 (reporter-submit-bug-report): Autoload it.
188 (verilog-mark-defun): Call zmacs-activate-region only if bound.
189 (verilog-font-customize): Call customize-apropos only if bound.
190 (verilog-getopt-flags, verilog-auto-reeval-locals):
191 Use make-local-variable rather than make-variable-buffer-local.
192 (verilog-company, verilog-project, verilog-modi-cache-list):
193 Move make-variable-buffer-local calls to top-level.
194 (font-lock-defaults-alist): Don't define it.
195 (verilog-need-fld): Remove.
196 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
197 (verilog-mode): Only call make-local-hook on XEmacs.
198 Set font-lock-defaults rather than using verilog-font-lock-init.
199
200 * progmodes/verilog-mode.el (top-level): Don't require compile.
201 (compilation-error-regexp-alist, compilation-last-buffer):
202 Define for compiler.
203 (verilog-insert-1): New function.
204 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
205 Use verilog-insert-1.
206 (verilog-surelint-off): Use next-error-last-buffer if bound.
207 Check compile buffer is live.
208
209 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
210
211 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
212 gets inserted out-of-order.
213
214 2008-01-04 Riccardo Murri <riccardo.murri@gmail.com>
215
216 * vc-bzr.el: Copyright and version headers update.
217 Remove some outdated comments through the whole file.
218 (vc-bzr-program-args): Remove because unused.
219 (vc-bzr-log-switches): New customization option.
220 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
221 use `vc-bzr-program-args'.
222 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
223 `vc-find-root' (patch by Andreas Hoenen).
224 (vc-bzr-status): Update regex to match latest Bzr output.
225 Remove redundant test.
226 (vc-bzr-init-version): New function.
227 (vc-bzr-unregister): Must not delete file.
228 (vc-bzr-find-version): New function.
229 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
230 a non-empty string, otherwise take head revision.
231 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
232 (vc-bzr-diff): Simpler build of the revision spec string.
233 (vc-annotate-convert-time, vc-bzr-annotate-difference):
234 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
235 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
236 (vc-bzr-dired-state-info): Only provide custom strings for
237 overloaded VC state 'edited; otherwise fallback to
238 `vc-default-dired-state-info'.
239
240 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
241
242 * vc-git.el (vc-git-dir-state):
243 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
244
245 2008-01-04 Richard Stallman <rms@gnu.org>
246
247 * delsel.el (delete-selection-mode): Doc fix.
248
249 2008-01-04 Glenn Morris <rgm@gnu.org>
250
251 * version.el (emacs-copyright): Update to 2008.
252
253 2008-01-03 Nick Roberts <nickrob@snap.net.nz>
254
255 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
256 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
257
258 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
259 of watch expressions (only works fully with GDB 6.7 or later).
260
261 2008-01-03 Dan Nicolaescu <dann@ics.uci.edu>
262
263 * time-stamp.el (time-stamp-time-zone):
264 * whitespace.el (whitespace-check-buffer-leading)
265 (whitespace-check-buffer-trailing)
266 (whitespace-check-buffer-indent)
267 (whitespace-check-buffer-spacetab)
268 (whitespace-check-buffer-ateol):
269 * progmodes/sh-script.el (sh-indentation):
270 * textmodes/ispell.el (ispell-local-pdict):
271 Add safe-local-variable properties.
272
273 2007-12-31 Richard Stallman <rms@gnu.org>
274
275 * cus-edit.el (custom-add-parent-links): New arg DOC-INITIAL-STRING.
276 Defaults for INITIAL-STRING and DOC-INITIAL-STRING do not include
277 `parent'.
278 (custom-group-value-create): Pass two args to custom-add-parent-links.
279
280 2007-12-29 Richard Stallman <rms@gnu.org>
281
282 * font-lock.el (font-lock-prepend-text-property)
283 (font-lock-append-text-property): Canonicalize the face and
284 font-lock-face properties.
285
286 * faces.el (facep): Doc fix.
287
288 * startup.el (fancy-startup-tail, fancy-about-text)
289 (fancy-startup-text): Regularize format of face property.
290
291 * facemenu.el (list-colors-print): Use :background and :foreground
292 instead of background-color and foreground-color.
293
294 2007-12-29 Drew Adams <drew.adams@oracle.com>
295
296 * cus-edit.el (custom-add-parent-links):
297 Fill the "Parent documentation" text.
298
299 2007-12-29 Eli Zaretskii <eliz@gnu.org>
300
301 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
302 MS-Windows and MS-DOS.
303 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
304
305 2007-12-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
306
307 * progmodes/grep.el (rgrep): Fix last change.
308
309 2007-12-27 Richard Stallman <rms@gnu.org>
310
311 * progmodes/compile.el (compilation-start): Set initial visible
312 point properly even when compilation buffer already current.
313
314 2007-12-26 Richard Stallman <rms@gnu.org>
315
316 * files.el (conf-mode-maybe): New function.
317 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
318
319 2007-12-26 Martin Rudalics <rudalics@gmx.at>
320
321 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
322
323 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
324
325 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
326
327 2007-12-25 Richard Stallman <rms@gnu.org>
328
329 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
330 so they never do EOF.
331
332 2007-12-23 Richard Stallman <rms@gnu.org>
333
334 * dired-aux.el: Load dired.el at run time too.
335
336 * faces.el (copy-face): Create the new face explicitly if it
337 does not exist already.
338
339 2007-12-23 Andreas Schwab <schwab@suse.de>
340
341 * files.el (switch-to-buffer-other-frame): Return the buffer
342 switched to.
343
344 2007-12-23 Juri Linkov <juri@jurta.org>
345
346 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
347 item to about-emacs instead of display-splash-screen.
348
349 2007-12-22 Eli Zaretskii <eliz@gnu.org>
350
351 * simple.el (minibuffer-history, shell-command-history)
352 (set-variable-value-history):
353 * replace.el (regexp-history):
354 * international/mule-cmds.el (input-method-history):
355 * files.el (file-name-history): Add reference to history-length in
356 the doc string.
357
358 2007-12-22 Richard Stallman <rms@gnu.org>
359
360 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
361
362 2007-12-21 Jason Rumney <jasonr@gnu.org>
363
364 * find-dired.el (find-name-arg): New custom variable.
365 (find-name-dired): Use it.
366 (find-dired-find-program): Remove.
367 (find-dired): Use find-program.
368 (find-grep-dired): Use grep-program.
369
370 * progmodes/grep.el (rgrep): Use find-name-arg.
371
372 2007-12-21 Martin Rudalics <rudalics@gmx.at>
373
374 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
375 specifier from format-string. Reported by Ye Wenbin.
376
377 2007-12-19 Martin Rudalics <rudalics@gmx.at>
378
379 * cus-start.el: Use correct group name for members of mode-line group.
380
381 2007-12-17 Thien-Thi Nguyen <ttn@gnuvola.org>
382
383 * progmodes/cc-vars.el (defcustom-c-stylevar):
384 Revert to pre-2007-12-12 version.
385
386 2007-12-15 Richard Stallman <rms@gnu.org>
387
388 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
389
390 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
391 Use changed.
392
393 * startup.el (fancy-splash-help-echo): Var deleted.
394 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
395 (fancy-about-screen): Don't display fancy-splash-help-echo.
396
397 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
398
399 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
400
401 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
402
403 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
404
405 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
406 function.
407 (add-submenu): Only define for XEmacs.
408 (verilog-regexp-words): Revert previous change, keep the other
409 definition.
410
411 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
412
413 * progmodes/perl-mode.el (perl-continued-statement-offset)
414 (perl-continued-brace-offset, perl-brace-offset)
415 (perl-brace-imaginary-offset, perl-label-offset):
416 * progmodes/cperl-mode.el (cperl-brace-offset)
417 (cperl-continued-brace-offset, cperl-label-offset)
418 (cperl-continued-statement-offset)
419 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
420 Add safe-local-variable properties.
421
422 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
423
424 * progmodes/verilog-mode.el (verilog-mode-map)
425 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
426 (verilog-colorize-include-files): Use only overlay functions so
427 that it can work on both emacs and XEmacs.
428 (set-extent-keymap): Remove unused defun.
429 (verilog-kill-existing-comment, verilog-insert-date)
430 (verilog-insert-year): Rename in order not to pollute the global
431 namespace from kill-existing-comment, insert-date and
432 insert-year, respectively.
433 (verilog-set-auto-endcomments, verilog-header): Update callers.
434
435 * files.el (auto-mode-alist): Recognize verilog files.
436
437 * progmodes/verilog-mode.el (verilog-string-replace-matches)
438 (verilog-string-remove-spaces, verilog-re-search-forward)
439 (verilog-re-search-backward, verilog-re-search-forward-quick)
440 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
441 (verilog-get-end-of-line, verilog-within-string): Move definitions
442 before first use. No code changes.
443
444 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
445
446 * progmodes/verilog-mode.el (verilog-mode-version)
447 (verilog-mode-release-date): Don't use expanding keywords.
448 (provide): Move to the end of file.
449 (fboundp): Don't check if eval-when-compile is bound, it is used
450 later in the file without checking.
451 (when, unless): Copy definitions from subr.el.
452 (char-before, defcustom, defface, customize-group)
453 (verilog-batch-error-wrapper): Don't use old style backquotes.
454 (verilog-regexp-opt): Avoid using the cl function case.
455 (verilog-regexp-words): Remove duplicated definition.
456 (verilog-mode-abbrev-table): Remove, duplicate.
457 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
458 Declare and initialize in one step.
459 (verilog-declaration-prefix-re, verilog-declaration-re)
460 (verilog-end-of-statement, verilog-indent-declaration)
461 (verilog-get-lineup-indent): Remove trailing whitespace.
462 (verilog-mode): Fix autoload cookie.
463 Set beginning-of-defun-function and end-of-defun-function.
464 Use when instead of if.
465 (verilog-emacs-features, verilog-auto-ascii-enum)
466 (verilog-insert-indices): Escape braces in doc strings.
467
468 2007-12-08 Michael McNamara <mac@verilog.com>
469 Wilson Snyder <wsnyder@wsnyder.org>
470
471 * progmodes/verilog-mode.el: New file.
472
473 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
474
475 * international/latexenc.el (latexenc-find-file-coding-system):
476 If both coding-system-for-write and buffer-file-coding-system of
477 latex-main-file are nil, use `undecided'.
478
479 2007-12-06 Jason Rumney <jasonr@gnu.org>
480
481 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
482
483 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
484
485 * ido.el (ido-save-history): Use emacs-mule coding system
486 instead of utf-8 to save filenames (it's safer in Emacs 22).
487 Set the `coding' local variable on the first line of the file.
488
489 2007-12-04 Karl Fogel <kfogel@red-bean.com>
490
491 * saveplace.el (save-place-alist-to-file): Save with 'emacs-mule'
492 coding system. This ports revisions 1.40 and 1.41 over to the
493 EMACS_22_BASE branch, but with the right coding system for Emacs
494 22 to reliably record filenames. Suggested by Eli Zaretskii.
495
496 2007-12-01 Richard Stallman <rms@gnu.org>
497
498 * wid-edit.el (widget-type): Doc fix.
499
500 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
501
502 * emacs-lisp/byte-run.el (declare-function): Change to a macro.
503
504 2007-12-01 Alexandre Julliard <julliard@winehq.org>
505
506 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
507
508 2007-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
509
510 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
511 Don't match "sub { (...) ... }".
512
513 2007-11-29 Richard Stallman <rms@gnu.org>
514
515 * international/mule-cmds.el (toggle-input-method-active): New var.
516 (toggle-input-method): Bind toggle-input-method-active to t.
517 Error if it was already non-nil.
518
519 2007-11-29 Glenn Morris <rgm@gnu.org>
520
521 * calendar/time-date.el (with-decoded-time-value): Doc fix.
522
523 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
524
525 * calendar/time-date.el (encode-time-value): Doc fix.
526
527 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
528
529 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
530
531 2007-11-24 Kenichi Handa <handa@m17n.org>
532
533 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
534
535 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
536
537 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
538
539 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
540
541 * textmodes/paragraphs.el (forward-sentence): Doc fix.
542 Reported by Drew Adams <drew.adams@oracle.com>.
543
544 2007-11-20 Glenn Morris <rgm@gnu.org>
545
546 * emacs-lisp/byte-run.el (declare-function): Define as a no-op,
547 for compatibility with Emacs 23.
548
549 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
550
551 * replace.el (map-query-replace-regexp): Doc fix (revert part of
552 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
553
554 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
555
556 * progmodes/gdb-ui.el: Update commentary.
557
558 2007-11-16 Eli Zaretskii <eliz@gnu.org>
559
560 * international/mule-cmds.el (set-locale-environment):
561 Set default-file-name-coding-system _after_ keyboard and terminal
562 coding systems. This fixes last change.
563
564 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
565 one space after "Subject:".
566
567 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
568
569 * subr.el (make-variable-frame-local):
570 Fix typo in obsolescence declaration.
571
572 2007-11-16 Glenn Morris <rgm@gnu.org>
573
574 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
575
576 2007-11-16 Rob Riepel <riepel@Stanford.EDU>
577
578 * emulation/tpu-extras.el (tpu-next-line, tpu-previous-line)
579 (tpu-forward-line, tpu-backward-line, tpu-scroll-window-down)
580 (tpu-scroll-window-up): Replace next-line-internal -> line-move.
581
582 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
583
584 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
585 in order to determine if there's a conflict.
586
587 2007-11-16 Juri Linkov <juri@jurta.org>
588
589 * man.el (Man-heading-regexp): Add 0-9.
590 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
591
592 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
593
594 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
595 Fix typo in docstring.
596
597 * emulation/cua-base.el (cua-paste-pop): Fix typo in docstring.
598 (cua-highlight-region-shift-only): Doc fix.
599
600 2007-11-15 Richard Stallman <rms@gnu.org>
601
602 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
603
604 * reposition.el (reposition-window):
605 Binding C-M-l moved to bindings.el.
606
607 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
608
609 * add-log.el (add-change-log-entry-other-window):
610 Key binding C-x 4 a moved to bindings.el.
611
612 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
613 from filecache.el.
614
615 * filecache.el: Minibuffer map bindings moved to bindings.el.
616
617 2007-11-14 Jason Rumney <jasonr@gnu.org>
618
619 * international/mule-cmds.el (set-locale-environment):
620 Set default-file-name-coding-system from system defaults on Windows.
621
622 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
623
624 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
625 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
626 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
627 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
628 locations.
629 (gdb-info-breakpoints-custom, gdb-assembler-custom)
630 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
631 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
632
633 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
634
635 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
636 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
637 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
638 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
639 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
640 Rewrite in active voice.
641
642 2007-11-10 Juri Linkov <juri@jurta.org>
643
644 * startup.el: Backport startup screen related changes from the trunk.
645 (initialization): Change group to `environment'.
646 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
647 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
648 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
649 (initial-scratch-message): Fix docstring.
650 (startup-screen-inhibit-startup-screen)
651 (pure-space-overflow-message): New variables.
652 (command-line): Rename `inhibit-startup-message' to
653 `inhibit-startup-screen'.
654 (initial-scratch-message): Doc fix.
655 (fancy-splash-text): Remove variable.
656 (fancy-startup-text, fancy-about-text, splash-screen-keymap):
657 New variables.
658 (fancy-splash-delay, fancy-splash-max-time)
659 (fancy-current-text, fancy-splash-stop-time)
660 (fancy-splash-outer-buffer, fancy-splash-last-input-event):
661 Remove variables.
662 (fancy-splash-insert): Use help-echo from the 3rd element of the
663 link specification list, or "Follow this link" if it's nil. Doc fix.
664 Allow functions for face and link specs.
665 (fancy-splash-tail): Remove function.
666 (fancy-startup-tail): New function.
667 (fancy-splash-default-action, fancy-splash-special-event-action)
668 (fancy-splash-screens): Remove functions.
669 (fancy-about-screen): New function.
670 (normal-splash-screen): Rename argument `hide-on-input' to `startup'.
671 Fix docstring. Use argument `startup' to conditionally display
672 different texts for Startup and About screens. Don't display Help
673 commands on the About screen. Remove `unwind-protect' `sit-for'
674 delay and `kill-buffer' after it.
675 (normal-mouse-startup-screen, normal-splash-screen)
676 (normal-no-mouse-startup-screen): New functions.
677 (startup-echo-area-message): Change text of the echo area.
678 (display-splash-screen): Remove function.
679 (display-startup-screen, display-about-screen): New functions.
680 (about-emacs): Make alias to `display-about-screen'.
681 (display-splash-screen): Make alias to `display-startup-screen'.
682 (command-line-1): Rename `inhibit-startup-message' to
683 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
684 started with command line options "-f", "-funcall", "-e", "-eval",
685 "-execute", "-insert", "-find-file", "-file", "-visit".
686 Inhibit startup screen when Emacs is started with a file name only
687 on tty (i.e. don't inhibit it when started with a file name like
688 "emacs FILE..." on a window system).
689 Comment out unused code for coping with the old sit-for behavior.
690 If file-count > 0, then display the concise version in another
691 window, otherwise display full version in the same window.
692 * loadup.el: Add `button'. Move up `startup'.
693 * help.el (help-map, help-for-help-internal): Add `C-h C-a'.
694 * version.el (emacs-copyright): Add emacs-copyright.
695 * menu-bar.el (menu-bar-help-menu):
696 Move "About Emacs" and "About GNU" to the end of the Help menu.
697 Move "Emacs Psychotherapist" after "Send Bug Report...".
698 Move "External Packages" after "Find Emacs Packages".
699
700 2007-11-10 Jason Rumney <jasonr@gnu.org>
701
702 * w32-fns.el: Sync charset names with setup-default-fontset.
703 Append "-1" where second part missing.
704
705 * term/w32-win.el: Enable SJIS fonts before creating any fontsets.
706
707 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
708
709 * ido.el (ido-save-history): Write the history file in UTF-8,
710 and add `coding' file-local variable.
711
712 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
713
714 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
715 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
716 (iso-iso2duden-trans-tab): Add docstring.
717
718 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
719
720 * faces.el (face-normalize-spec): Remove function.
721 (frame-set-background-mode): Undo last change.
722
723 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
724
725 * files.el (enable-local-variables): Doc fix.
726
727 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
728
729 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
730 match dir like "a...b".
731
732 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
733
734 * eshell/esh-mode.el (eshell-output-filter):
735 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
736 Use `with-current-buffer'.
737
738 2007-11-05 Nick Roberts <nickrob@snap.net.nz>
739
740 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
741
742 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
743
744 * net/tls.el: Require rx when compiling.
745 (tls-end-of-info): New variable.
746 (open-tls-stream): Keep reading input until `tls-end-of-info' is
747 matched.
748
749 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
750
751 * simple.el (bad-packages-alist): Anchor semantic regexp.
752
753 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
754
755 * files.el (hack-local-variables): Fix membership tests to avoid
756 treating all variables as safe if `enable-local-variables' is
757 set to :safe (CVE-2007-5795).
758
759 2007-11-02 Glenn Morris <rgm@gnu.org>
760
761 * progmodes/etags.el (tags-table-mode): Disable undo.
762
763 * simple.el (bad-packages-alist): Revert previous change.
764
765 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
766
767 * printing.el (printing): Fix :version, printing.el was included
768 in emacs-22.1.
769 (pr-path-style, pr-path-alist, pr-txt-name)
770 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
771 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
772 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
773 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
774 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
775 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
776 (pr-setting-database, pr-visible-entry-list)
777 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
778 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
779 :version.
780
781 2007-11-01 Glenn Morris <rgm@gnu.org>
782
783 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
784
785 * mail/footnote.el (footnote-numeric-regexp)
786 (footnote-english-upper-regexp, footnote-english-lower-regexp)
787 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
788 Match multi-character footnotes.
789
790 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
791 (nroff-indent-line-function): New function.
792 (nroff-count-text-lines): Use nroff-forward-text-line rather than
793 obsolete alias.
794
795 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
796
797 * net/tramp.el (tramp-open-connection-telnet)
798 (tramp-open-connection-rsh, tramp-open-connection-su)
799 (tramp-open-connection-multi): Set $LC_ALL to "C".
800
801 2007-10-31 Sven Joachim <svenjoac@gmx.de>
802
803 * dired-aux.el (dired-copy-file-recursive):
804 Preserve directory permissions.
805
806 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
807
808 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
809 (whitespace-unload-function): New-style unload function. When run,
810 unintern `whitespace-unload-hook' and call `unload-feature' recursively
811 to stop the old hook from messing with the unloading.
812
813 * strokes.el (strokes-alphabetic-lessp): Doc fix.
814
815 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
816
817 * emacs-lisp/find-func.el (find-library): Use library at
818 point as default interactive argument.
819
820 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
821
822 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
823 (elp-unset-master, elp-results): Fix typos.
824 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
825 Doc fixes.
826
827 * msb.el (msb--many-menus): Remove variable.
828 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
829 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
830 (msb--toggle-menu-type): Fix typos in docstrings.
831
832 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
833 (shadow-insert-var): Doc fixes.
834 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
835 Reflow docstrings.
836 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
837
838 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
839
840 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
841 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
842 Fix typos in autoload docstrings.
843
844 * loadhist.el (unload-feature): Remove redundant check.
845
846 2007-10-30 Richard Stallman <rms@gnu.org>
847
848 * savehist.el (savehist-save): Obey savehist-ignored-variables.
849
850 2007-10-30 Nick Roberts <nickrob@snap.net.nz>
851
852 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
853 (gdb-var-update-handler-1): Use it.
854
855 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
856
857 * loadhist.el (unload-feature): Remove erroneous check for the
858 FEATURE-unload-function variable; check the existence of the
859 function (that's what the docstring says, and it makes more sense).
860
861 * follow.el (follow-unload-function): Add docstring.
862 (follow-unload-function): Remove variable.
863
864 * server.el (server-unload-function): Remove variable.
865 (server-unload-function): Unbind `server-edit' from `C-x #'.
866
867 * uniquify.el (uniquify-unload-function): Add docstring.
868 (uniquify-unload-function): Remove variable.
869
870 * ses.el (ses-unload-function): New function.
871
872 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
873
874 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
875 (unsafep-progn, unsafep-let): Fix typos in docstrings.
876
877 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
878 before use to avoid a warning in packages that require uniquify.
879 (uniquify-unload-function): New function and var.
880
881 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
882
883 * loadhist.el (unload-feature-special-hooks):
884 Add `delete-frame-functions'.
885
886 * server.el (server-unload-function): Rename from `server-unload-hook'
887 and adapt to new `unload-feature' functionality. Remove hook from
888 `kill-buffer-hook' buffer-locally.
889 (server-unload-hook): Remove.
890 (server-unload-function): New var; replaces `server-unload-hook'.
891
892 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
893
894 * desktop.el (uniquify-managed): Pacify byte compiler.
895 (desktop-buffer-info): If the buffer name is managed by uniquify,
896 save the base name, not the uniquified one.
897 (desktop-create-buffer): Allow `rename-buffer' to generate a new
898 name in case of conflict.
899
900 2007-10-26 Glenn Morris <rgm@gnu.org>
901
902 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
903 safe-local-variable property.
904
905 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
906
907 * net/browse-url.el (browse-url-browser-function): Delete grail.
908 (browse-url-grail): Function and variable deleted.
909 (browse-url-browser-function): Delete IXI Mosaic.
910 (browse-url-default-browser): Don't try IXI Mosaic.
911 (browse-url-iximosaic): Function deleted.
912 (browse-url-browser-function): Delete MMM.
913 (browse-url-default-browser): Don't try MMM.
914 (browse-url-mmm): Function deleted.
915
916 2007-10-25 Glenn Morris <rgm@gnu.org>
917
918 * progmodes/f90.el (f90-indented-comment-re)
919 (f90-directive-comment-re, f90-break-delimiters):
920 * progmodes/fortran.el (fortran-comment-line-start-skip)
921 (fortran-directive-re):
922 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
923 as safe if they are strings.
924
925 2007-10-25 Richard Stallman <rms@gnu.org>
926
927 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
928
929 2007-10-24 Richard Stallman <rms@gnu.org>
930
931 * savehist.el (savehist-save): Omit unreadable elements.
932
933 * loadhist.el (unload-function-defs-list): Renamed from
934 unload-function-features-list.
935 (unload-feature-special-hooks, unload-feature): Doc fixes.
936
937 * indent.el (indent-to-left-margin): If point's in the indentation,
938 move to the end of the indentation.
939
940 * cus-edit.el (customize-changed-options): Make arg optional.
941
942 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
943
944 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
945
946 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
947
948 * textmodes/css-mode.el: Require CL.
949 (comment-continue): Declare.
950
951 * subr.el (make-variable-frame-localizable): Remove.
952 (make-variable-frame-local): Mark obsolete.
953
954 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
955
956 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
957 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
958
959 2007-10-23 Chris Moore <christopher.ian.moore@gmail.com>
960
961 * comint.el (comint-password-prompt-regexp):
962 Handle `[sudo] password'-style prompt.
963
964 2007-10-23 Glenn Morris <rgm@gnu.org>
965
966 * progmodes/f90.el (f90-do-indent, f90-if-indent)
967 (f90-type-indent, f90-program-indent)
968 (f90-continuation-indent, f90-comment-region)
969 (f90-beginning-ampersand, f90-smart-end)
970 (f90-break-before-delimiters, f90-auto-keyword-case)
971 (f90-leave-line-no, f90-mode-hook):
972 Give an appropriate safe-local-variable property.
973 (f90-font-lock-keywords-2): Fix `go to' regexp.
974
975 * progmodes/fortran.el (fortran-tab-mode-default)
976 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
977 (fortran-structure-indent, fortran-continuation-indent)
978 (fortran-comment-indent, fortran-comment-line-extra-indent)
979 (fortran-comment-line-start)
980 (fortran-minimum-statement-indent-fixed)
981 (fortran-minimum-statement-indent-tab)
982 (fortran-comment-indent-char, fortran-line-number-indent)
983 (fortran-check-all-num-for-matching-do)
984 (fortran-blink-matching-if, fortran-continuation-string)
985 (fortran-comment-region, fortran-electric-line-number)
986 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
987 (fortran-analyze-depth, fortran-break-before-delimiters):
988 Give an appropriate safe-local-variable property.
989
990 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
991
992 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
993 of the subdirs is unreadable.
994
995 2007-10-22 Martin Rudalics <rudalics@gmx.at>
996
997 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
998 Use window-full-width-p.
999
1000 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1001
1002 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
1003 (tpu-edt-off): Use it.
1004 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
1005 the global-map before adding it to global-map.
1006
1007 * menu-bar.el (global-buffers-menu-map): New var.
1008 (global-map, menu-bar-update-buffers): Use it.
1009 * msb.el (msb-menu-bar-update-buffers): Use it.
1010 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
1011 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
1012 Use with-current-buffer.
1013
1014 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1015
1016 * hexl.el (hexl-menu): New major mode menu.
1017
1018 2007-10-20 Glenn Morris <rgm@gnu.org>
1019
1020 * progmodes/f90.el (f90-font-lock-keywords-2)
1021 (f90-looking-at-type-like): Fix regexp typos.
1022
1023 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1024
1025 * bs.el (bs-mode): Add mode name (accidentally left out
1026 in the 2007-10-16 change).
1027
1028 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1029
1030 * bs.el (bs--track-window-changes): Don't refresh the whole list.
1031 (bs-mode): Set mode-class property to special.
1032
1033 * follow.el (follow-unload-function): New function.
1034
1035 * loadhist.el (unload-function-features-list):
1036 Rename from `unload-hook-features-list'.
1037 (unload-hook-features-list): Add as obsolete alias.
1038 (unload-feature): Use `unload-function-features-list'
1039 and new FEATURE-unload-function.
1040
1041 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
1042
1043 * loadhist.el (unload-feature-special-hooks):
1044 Update list of special hooks.
1045
1046 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
1047 (adaptive-fill-function): Doc fix. Remove * from docstring.
1048
1049 2007-10-18 Glenn Morris <rgm@gnu.org>
1050
1051 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
1052
1053 2007-10-17 Aaron Hawley <aaronh@garden.org>
1054
1055 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
1056 position is not saved.
1057
1058 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
1059
1060 * longlines.el (longlines-wrap-follows-window-size): Integer value
1061 specifies wrapping margin.
1062 (longlines-mode, longlines-window-change-function):
1063 Set window-specific wrapping margin based on the above.
1064
1065 2007-10-17 John Wiegley <johnw@newartisans.com>
1066
1067 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
1068
1069 2007-10-17 Glenn Morris <rgm@gnu.org>
1070
1071 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
1072 Tweak regexp to avoid stack overflow.
1073
1074 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
1075
1076 * simple.el (reindent-then-newline-and-indent): Don't assume that
1077 indent-according-to-mode preserves point.
1078
1079 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
1080
1081 * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
1082 (bs--restore-window-config): Keep the selected frame.
1083 (bs--track-window-changes, bs--remove-hooks): New functions.
1084 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
1085 (bs--show-with-configuration): Revert 2006-11-09 change.
1086 Don't reuse window unless it is visible on the selected frame.
1087 Restore window configuration (possibly in a different frame)
1088 before creating any window.
1089
1090 2007-10-16 Richard Stallman <rms@gnu.org>
1091
1092 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
1093 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
1094 (ad-is-advised, ad-get-advice-info-field)
1095 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
1096
1097 2007-10-16 Glenn Morris <rgm@gnu.org>
1098
1099 * simple.el (blink-matching-open): Don't report false errors with
1100 the `$' syntax class.
1101
1102 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1103
1104 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
1105 (filesets-ormap, filesets-sort-case-sensitive-flag)
1106 (filesets-remake-shortcut, filesets-ingroup-collect-files):
1107 Fix typos in docstrings.
1108 (filesets-data-get-name, filesets-data-get-data)
1109 (filesets-data-set, filesets-cmd-query-replace-getargs)
1110 (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
1111
1112 2007-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1113
1114 * term/mac-win.el: Don't require url when compiling, as url-type is
1115 no longer a macro.
1116
1117 2007-10-14 Glenn Morris <rgm@gnu.org>
1118
1119 * progmodes/etags.el (select-tags-table): Disable undo in the
1120 `*Tags Table List*' buffer.
1121
1122 2007-10-13 Eli Zaretskii <eliz@gnu.org>
1123
1124 * dired.el (dired-warn-writable): New face.
1125 (dired-warn-writable-face): New variable.
1126 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
1127 of dired-warning-face, for group- and world-writable files.
1128
1129 2007-10-13 Glenn Morris <rgm@gnu.org>
1130
1131 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
1132 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1133 Add doc string, and an explicit COUNT argument.
1134 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
1135 `inc' to search functions.
1136
1137 2007-10-13 John W. Eaton <jwe@octave.org>
1138
1139 * progmodes/octave-mod.el (octave-looking-at-kw)
1140 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1141 New functions.
1142 (octave-in-defun-p, calculate-octave-indent)
1143 (octave-blink-matching-block-open, octave-beginning-of-defun)
1144 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
1145 to search for regexps that contain case-sensitive keywords.
1146 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
1147 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
1148
1149 2007-10-13 Richard Stallman <rms@gnu.org>
1150
1151 * files.el (directory-abbrev-alist): Doc fix.
1152
1153 2007-10-13 Jari Aalto <jari.aalto@cante.net>
1154
1155 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
1156
1157 2007-10-12 Martin Rudalics <rudalics@gmx.at>
1158
1159 * frame.el (set-frame-configuration): Assign name parameter only
1160 if it has been set explicitly before.
1161
1162 * window.el (handle-select-window): Revert part of 2007-10-06
1163 change setting the input focus.
1164
1165 2007-10-12 Glenn Morris <rgm@gnu.org>
1166
1167 * cus-edit.el (custom-variable-menu, custom-face-menu)
1168 (custom-group-menu): Check init-file-user rather than
1169 user-init-file, in case cus-edit is loaded by site-run-file.
1170
1171 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
1172
1173 * follow.el (follow-stop-intercept-process-output):
1174 Use `follow-call-process-filter' rather than `process-filter'.
1175
1176 2007-10-11 Tom Tromey <tromey@redhat.com>
1177
1178 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
1179 frame is visible.
1180
1181 2007-10-10 Richard Stallman <rms@gnu.org>
1182
1183 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
1184 in *Backtrace*.
1185
1186 * faces.el (face-font-selection-order): Doc fix.
1187
1188 * loadhist.el (unload-feature): Doc fix.
1189
1190 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1191
1192 * ps-print.el: Fix the usage of :foreground and :background face
1193 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
1194 (ps-print-version): New version 6.7.6.
1195 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
1196 Fix code.
1197 (ps-face-foreground-color-p, ps-face-background-color-p)
1198 (ps-face-color-p): New inline funs.
1199
1200 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
1201
1202 * follow.el: Change all instances of "Follow Mode" to "Follow
1203 mode" in docstrings and messages.
1204
1205 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
1206
1207 * faces.el (face-font-selection-order): Doc fix.
1208
1209 * follow.el (follow-mode-hook, follow-mode): Doc fixes.
1210 (follow-mode-off-hook): Mark as obsolete.
1211
1212 2007-10-08 Richard Stallman <rms@gnu.org>
1213
1214 * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
1215 (edebug-install-custom-print, edebug-reset-print-funcs)
1216 (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
1217 Functions deleted.
1218 (edebug-prin1, edebug-print, edebug-prin1-to-string)
1219 (edebug-format, edebug-message): Define directly as aliases.
1220
1221 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
1222
1223 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
1224
1225 2007-10-07 Glenn Morris <rgm@gnu.org>
1226
1227 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
1228 version numbers.
1229
1230 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
1231
1232 * net/tramp.el (tramp-completion-mode): Extend doc-string.
1233 (tramp-completion-mode-p): Revert change from 2007-09-24.
1234 Checking for `return' etc as last character is not sufficient, for
1235 example in dired-mode when entering <g> (revert-buffer) or
1236 <s> (dired-sort).
1237
1238 2007-10-06 Martin Rudalics <rudalics@gmx.at>
1239
1240 * window.el (mouse-autoselect-window-cancel): Don't cancel for
1241 select-window or select-frame events.
1242 (handle-select-window): When autoselecting window set input
1243 focus. Restructure.
1244
1245 * frame.el (focus-follows-mouse): Moved to frame.c.
1246 * cus-start.el (all): Add focus-follows-mouse.
1247
1248 2007-10-05 Chris Moore <dooglus@gmail.com>
1249
1250 * server.el (server-kill-new-buffers): Doc fix.
1251
1252 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
1253
1254 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
1255 activate font-locking in the *buffer-selection* buffer.
1256 (bs-show-sorted): Doc fix.
1257
1258 * bs.el (bs--get-marked-string, bs--get-modified-string)
1259 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
1260 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
1261 (bs--format-aux): Doc fix.
1262
1263 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
1264
1265 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
1266
1267 2007-10-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1268
1269 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
1270
1271 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
1272
1273 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
1274 (gud-gdb): New function for old M-x gdb (text command mode).
1275 (gud-gdb-command-name, gdb): Move to...
1276
1277 * progmodes/gdb-ui.el: ...here and adapt doc string.
1278 (gud-gdba-command-name, gdba): Delete.
1279
1280 2007-10-03 Juanma Barranquero <lekktu@gmail.com>
1281
1282 * bs.el: Don't defvar `font-lock-verbose'.
1283 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
1284 (bs--get-file-name): Fix typos in docstrings.
1285 (bs--show-header): Use `dolist' instead of `mapcar'.
1286 (bs-mode): Set `show-trailing-whitespace' to nil.
1287 (bs-buffer-sort-function, bs-mouse-select-other-frame)
1288 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
1289 Doc fixes.
1290
1291 2007-10-02 Adam Hupp <adam@hupp.org> (tiny change)
1292
1293 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
1294
1295 2007-10-02 Nick Roberts <nickrob@snap.net.nz>
1296
1297 * progmodes/gud.el (gdb): Make graphical mode the default and
1298 switch to text command mode if appropriate, i.e., reverse previous
1299 arrangement.
1300 (gud-gdb-marker-filter): Adapt for above change.
1301
1302 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
1303 gud-minor-mode and gud-marker-filter.
1304 (gdb-fullname-regexp): New variable.
1305 (gud-gdba-marker-filter): Use it to switch to text command
1306 mode if appropriate.
1307
1308 2007-10-02 Richard Stallman <rms@gnu.org>
1309
1310 * frame.el (cursor-in-non-selected-windows): Doc fix.
1311
1312 2007-10-01 Nick Roberts <nickrob@snap.net.nz>
1313
1314 * progmodes/gud.el (gud-display-line): Find source buffer even when
1315 GUD buffer has its own frame.
1316
1317 2007-10-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1318
1319 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
1320
1321 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1322
1323 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
1324
1325 2007-09-29 Martin Rudalics <rudalics@gmx.at>
1326
1327 * allout.el (allout-before-change-handler): Replace got-char by
1328 goto-char.
1329
1330 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1331
1332 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
1333 Used to try and automatically enabled smerge-mode in the presence of
1334 conflicts and to call `svn resolved' when the conflicts are gone.
1335 (vc-svn-parse-status): Remember the svn-specific status.
1336
1337 * newcomment.el (comment-choose-indent): New function extracted
1338 from comment-indent. Improve the alignment algorithm.
1339 (comment-indent): Use it.
1340
1341 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
1342
1343 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
1344 (eldoc-message-commands, eldoc-current-idle-delay):
1345 Fix typos in docstrings.
1346
1347 * progmodes/python.el (python-eldoc-function): Doc fix.
1348
1349 2007-09-26 Eli Zaretskii <eliz@gnu.org>
1350
1351 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
1352 menu-bar-apropos-menu. All users changed.
1353 (menu-bar-help-menu): Change menu symbols to better match the text
1354 displayed by the menu.
1355
1356 2007-09-25 Glenn Morris <rgm@gnu.org>
1357
1358 * view.el (view-search-no-match-lines): Add a doc string.
1359 Rewrite to simplify and work better.
1360
1361 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
1362
1363 * net/tramp.el (tramp-completion-mode-p): Rename from
1364 `tramp-completion-mode'. Revert logic, check `return', `newline'
1365 and such alike. Packages like Icicles tend to use other completion
1366 characters but `tab' and `space' only.
1367 (top): Require cl.el, when `copy-tree' is not available otherwise.
1368
1369 * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
1370 `ad-get-arg'.
1371
1372 2007-09-24 Ville Skytt\e,Ad\e(B <scop@xemacs.org> (tiny change)
1373
1374 * net/tramp-vc.el (tramp-vc-user-login-name):
1375 Use `vc-find-version' instead of `process-file' to check whether we
1376 have a new enough vc that doesn't need the defadvice.
1377
1378 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
1379
1380 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
1381 #, @, : and ^.
1382
1383 2007-09-23 Glenn Morris <rgm@gnu.org>
1384
1385 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
1386
1387 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
1388
1389 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
1390
1391 * log-view.el (log-view-mode-map): Likewise.
1392
1393 * diff-mode.el (diff-mode-shared-map): Likewise.
1394
1395 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
1396
1397 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
1398 add inferior-octave-directory-tracker to the buffer-local value
1399 of comint-input-filter-functions.
1400
1401 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
1402
1403 * files.el (file-name-sans-versions): Also allow `A-Z'.
1404
1405 * vc.el: Mention all supported VC backends.
1406
1407 2007-09-22 Richard Stallman <rms@gnu.org>
1408
1409 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
1410 neighbouring buttons.
1411
1412 2007-09-22 Andreas Schwab <schwab@suse.de>
1413
1414 * files.el (file-name-sans-versions): Also allow `_'.
1415
1416 2007-09-22 Glenn Morris <rgm@gnu.org>
1417
1418 * eshell/esh-mode.el (eshell-output-filter-functions):
1419 Add eshell-postoutput-scroll-to-bottom.
1420
1421 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1422
1423 * files.el (file-name-sans-versions): Allow - and a-z in version names.
1424
1425 * log-view.el (log-view-mode-map, log-view-mode-menu):
1426 Bind log-view-annotate-version.
1427 (log-view-beginning-of-defun, log-view-end-of-defun)
1428 (log-view-annotate-version): New functions.
1429 (log-view-mode): Use log-view-beginning-of-defun and
1430 log-view-end-of-defun.
1431
1432 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1433
1434 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
1435
1436 2007-09-21 Kevin Ryde <user42@zip.com.au>
1437
1438 * international/mule.el (sgml-html-meta-auto-coding-function):
1439 Bind `case-fold-search' to t.
1440
1441 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1442
1443 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
1444 neighbouring buttons.
1445
1446 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1447 Recognize gcc's use of "note" for informational messages.
1448
1449 2007-09-20 Glenn Morris <rgm@gnu.org>
1450
1451 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
1452 motion functions, rather than hard-coding "\n\n".
1453 (tex-validate-region): Check for eobp, to speed up.
1454 (tex-next-unmatched-end): Doc fix.
1455
1456 2007-09-19 Glenn Morris <rgm@gnu.org>
1457
1458 * textmodes/tex-mode.el (tex-terminate-paragraph):
1459 Use backward-paragraph.
1460
1461 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1462
1463 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
1464 (css-mode): Update correspondingly.
1465
1466 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1467
1468 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
1469
1470 * vc-hooks.el (vc-menu-entry): New var.
1471 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
1472 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
1473 (vc-menu-map): Declare and initialize in one step.
1474
1475 * menu-bar.el (vc-menu-map): Don't setup any more.
1476 Instead, just create the proper spot in the menu.
1477
1478 2007-09-18 Dan Nicolaescu <dann@ics.uci.edu>
1479 Stefan Monnier <monnier@iro.umontreal.ca>
1480
1481 * vc.el: Document new VC operation `extra-menu'.
1482
1483 * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
1484
1485 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
1486
1487 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
1488 Signed-off-by, Acked-by and Merge.
1489
1490 2007-09-17 Glenn Morris <rgm@gnu.org>
1491
1492 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
1493 filename from `--file-line-error', if it is available.
1494
1495 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
1496
1497 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
1498 TeX `--file-line-error' format.
1499
1500 2007-09-17 Glenn Morris <rgm@gnu.org>
1501
1502 * textmodes/tex-mode.el (tex-region): Simplify previous change,
1503 handling the case where the region is not in `tex-main-file'.
1504 (tex-region-1): Delete.
1505 (tex-region-header): New function, doing the header part of the
1506 old tex-region-1.
1507
1508 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1509
1510 * ediff-init.el (ediff-verbose-p): This var is not a constant.
1511
1512 2007-09-16 Drew Adams <drew.adams@oracle.com>
1513
1514 * cus-edit.el (custom-face-edit-activate): Doc fix.
1515
1516 2007-09-16 Glenn Morris <rgm@gnu.org>
1517
1518 * textmodes/tex-mode.el (tex-region): Handle the case where the
1519 region is not in `tex-main-file'. Move the old code that applies
1520 to both cases...
1521 (tex-region-1): ...to this new function.
1522
1523 2007-09-15 Martin Rudalics <rudalics@gmx.at>
1524
1525 * simple.el (blink-matching-open): Don't display message when no
1526 paren is found within blink-matching-paren-distance characters.
1527 Don't search prompt in blink-matching-paren-distance nil case.
1528
1529 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
1530
1531 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
1532
1533 2007-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1534
1535 * vc-mtn.el: New file.
1536
1537 * vc-hooks.el (vc-handled-backends): Add Mtn.
1538
1539 2007-09-13 Eli Zaretskii <eliz@gnu.org>
1540
1541 * files.el (find-file, find-file-other-window)
1542 (find-file-other-frame, find-file-existing, find-file-read-only)
1543 (find-file-read-only-other-window)
1544 (find-file-read-only-other-frame)
1545 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
1546
1547 2007-09-13 Jari Aalto <jari.aalto@cante.net>
1548
1549 * man.el (Man-default-man-entry): At end of line, continue looking
1550 to the next line for possible end of hyphenated command.
1551
1552 2007-09-13 Chris Moore <dooglus@gmail.com>
1553
1554 * shell.el (shell-resync-dirs): Don't move the cursor relative to
1555 the command being edited.
1556
1557 2007-09-13 Nick Roberts <nickrob@snap.net.nz>
1558
1559 * progmodes/gud.el (gdb-ready): New variable.
1560 (gdb): Set it to nil. Set gud-running to nil here...
1561 (gud-common-init): ...instead of here.
1562
1563 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
1564 Use gdb-ready. Discard input until GDB is ready to accept it.
1565
1566 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
1567
1568 * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
1569 C-M-S- keys.
1570
1571 2007-09-12 Martin Rudalics <rudalics@gmx.at>
1572
1573 * dired.el (dired-warning): Inherit from font-lock-warning-face to
1574 make it show up with eight colors.
1575
1576 2007-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1577
1578 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
1579 diffs are concatenated with no intervening line.
1580
1581 2007-09-10 Dave Love <fx@gnu.org>
1582
1583 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
1584 (python-font-lock-keywords): Update to the 2.5 version of the language.
1585 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
1586 (python-backspace): Only behave funny in code.
1587 (python-compilation-regexp-alist): Add PDB stack trace regexp.
1588 (inferior-python-mode): Add PDB prompt regexp.
1589 (python-fill-paragraph): Refine the fenced-string regexp.
1590 (python-find-imports): Handle imports spanning several lines.
1591 (python-mode): Add `class' to hideshow support.
1592
1593 2007-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1594
1595 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
1596 add-log-buffer-file-name-function rather than bind buffer-file-name,
1597 so we dont end up calling change-log-mode in *cvs* when `fi' is the
1598 ChangeLog file itself.
1599
1600 * outline.el (outline-flag-region): Use front-advance.
1601
1602 2007-09-07 Ilya Zakharevich <ilyaz@cpan.org>
1603
1604 * progmodes/cperl-mode.el: Merge upstream 5.23.
1605 (cperl-where-am-i): Remove function.
1606 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
1607 (cperl-sniff-for-indent): De-invert [string] and [comment].
1608 When looking for label, skip s:m:y:tr.
1609 (cperl-indent-line): Likewise.
1610 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
1611 (cperl-windowed-init): Wrong `ps-print' handling.
1612 Both thanks to Chong Yidong.
1613 (cperl-look-at-leading-count): Could fail with unfinished RExen.
1614 (cperl-find-pods-heres): If the second part of s()[] is missing,
1615 don't try to highlight delimiters...
1616
1617 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1618
1619 * progmodes/compile.el (compilation-get-file-structure): Complete last
1620 change by also using spec-directory in the puthash.
1621
1622 2007-09-07 Riccardo Murri <riccardo.murri@gmail.com>
1623
1624 * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
1625 (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
1626 (vc-bzr-status): Fix shadowing of variable 'status'.
1627 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
1628 Use `expand-file-name' instead of `concat'.
1629 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
1630 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
1631
1632 2007-09-05 Jason Rumney <jasonr@gnu.org>
1633
1634 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
1635
1636 2007-09-02 Richard Stallman <rms@gnu.org>
1637
1638 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
1639 Add `safe-local-variable' property.
1640 (lisp-body-indent): Likewise.
1641
1642 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1643
1644 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
1645 prev/next-node.
1646
1647 * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
1648 (x-gtk-map-stock): New function.
1649
1650 2007-09-02 Glenn Morris <rgm@gnu.org>
1651
1652 * comint.el (comint-mode): Don't set scroll-conservatively.
1653
1654 * eshell/em-unix.el (eshell/time): Stringify and flatten the
1655 non-command arguments.
1656
1657 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
1658
1659 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1660 Fix bug: Don't expand top-level file name more than once.
1661 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
1662
1663 2007-09-01 Richard Stallman <rms@gnu.org>
1664
1665 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
1666 Add doc string.
1667
1668 2007-08-30 Richard Stallman <rms@gnu.org>
1669
1670 * speedbar.el (speedbar-frame-reposition-smartly)
1671 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
1672 (speedbar-check-vc): Don't use dframe-xemacsp.
1673
1674 2007-08-30 Martin Rudalics <rudalics@gmx.at>
1675
1676 * files.el (backup-buffer-copy): Try to overwrite old backup first.
1677
1678 2007-08-29 Martin Rudalics <rudalics@gmx.at>
1679
1680 * repeat.el (repeat): Use last-repeatable-command instead of
1681 real-last-command. Run pre- and post-command hooks for
1682 self-insertion. Update doc-string.
1683
1684 2007-08-28 Glenn Morris <rgm@gnu.org>
1685
1686 * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
1687
1688 2007-08-27 Alexandre Julliard <julliard@winehq.org>
1689
1690 * vc-git.el (vc-git-state): Call git-add --refresh to update the
1691 state of the file.
1692 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
1693 (vc-git-create-repo): Fix invalid command.
1694
1695 2007-08-27 Richard Stallman <rms@gnu.org>
1696
1697 * textmodes/flyspell.el (flyspell-mode):
1698 Catch errors in flyspell-mode-on.
1699
1700 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
1701
1702 * progmodes/modula2.el (m2-definition, m2-module):
1703 Don't use previous-line. Reported by T. V. Raman.
1704
1705 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1706
1707 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
1708 argument to tool-bar-mode call.
1709
1710 2007-08-27 Glenn Morris <rgm@gnu.org>
1711
1712 * diff-mode.el (diff-find-file-name): Only accept regular files,
1713 to rule out /dev/null, directories, etc.
1714
1715 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
1716
1717 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
1718 safe-local-variable setting.
1719 * progmodes/perl-mode.el (perl-indent-level): Likewise.
1720
1721 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
1722
1723 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
1724 of buffers in uniquify-managed.
1725
1726 * simple.el (invisible-p): Rename from text-invisible-p.
1727 Update callers.
1728
1729 2007-08-25 Alan Mackenzie <acm@muc.de>
1730
1731 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
1732 new language variable.
1733
1734 * progmodes/cc-engine.el (c-brace-anchor-point): New function.
1735 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
1736 "extern" etc., rather than BOI. Fix addition of spurious
1737 syntactic-symbol 'defun-block-intro, replacing it with
1738 'innamespace, etc.
1739
1740 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
1741
1742 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
1743 Don't behave differently when executed via M-x. Add doc string.
1744
1745 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1746
1747 * files.el (backup-buffer-copy): Don't wrap delete in
1748 condition-case, only try to delete if file exists.
1749
1750 2007-08-24 Glenn Morris <rgm@gnu.org>
1751
1752 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
1753
1754 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1755
1756 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
1757 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
1758 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
1759 (cperl-etags-goto-tag-location): Use new style backquotes.
1760
1761 * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
1762 (dynamic-completion-table): Use it it.
1763
1764 * net/browse-url.el: Remove spurious * in custom docstrings.
1765 (browse-url-filename-alist): Use new-style backquote.
1766
1767 * emacs-lisp/backquote.el (backquote-unquote-symbol)
1768 (backquote-splice-symbol): Clarify they're not new-style unquotes.
1769
1770 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
1771 (\,@): Backslash the , and ,@ which are not new-style unquotes.
1772
1773 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
1774
1775 * net/socks.el (socks-username/password-auth-filter):
1776 Remove unused vars `state' and `desired-len'.
1777 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
1778 (socks-wait-for-state-change): Use new-style backquotes.
1779
1780 * pcvs.el (cvs-mode-status): Fix long-standing typo.
1781
1782 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
1783 backquotes after each `read' rather than once per buffer.
1784
1785 * dframe.el: Remove spurious * in custom docstrings.
1786 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
1787 (dframe-xemacs20p): Remove, inline at the sole use point.
1788 (defface): Don't defvar the face, don't use old-style backquote.
1789 (defcustom): Don't use old-style backquote.
1790 (dframe-frame-parameter, dframe-mouse-event-p):
1791 Make it obvious that it's always defined.
1792 (dframe-popup-kludge): New function to replace
1793 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
1794 (dframe-frame-mode, dframe-set-timer-internal)
1795 (dframe-mouse-set-point): Remove use of with-no-warnings from
1796 XEmacs-specific code.
1797 (dframe-set-timer-internal): Fix very old bug with
1798 post-command-idle-hook.
1799
1800 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
1801
1802 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
1803
1804 * image-mode.el (image-minor-mode): Use image-mode-text-map.
1805
1806 2007-08-22 Reiner Steib <Reiner.Steib@gmx.de>
1807
1808 * sort.el (sort-fold-case, sort-numeric-base): Mark as
1809 safe-local-variable.
1810
1811 2007-08-22 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1812
1813 * net/browse-url.el (browse-url-emacs): New function.
1814
1815 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
1816
1817 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
1818 warning if the file uses old style backquotes.
1819
1820 * emacs-lisp/bytecomp.el (byte-compile-log-file)
1821 (byte-recompile-directory, byte-compile-file)
1822 (byte-compile-from-buffer): Use with-current-buffer.
1823
1824 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
1825 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
1826 (line-move-1, line-move-finish, line-move-to-column)
1827 (move-end-of-line, move-beginning-of-line): Use new name.
1828
1829 2007-08-22 Glenn Morris <rgm@gnu.org>
1830
1831 * files.el (backup-buffer-copy): Check backup directory is
1832 writable, to avoid infloop deleting old backup.
1833
1834 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
1835 movemail related variables.
1836 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
1837 will now be set before this is called.
1838
1839 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1840
1841 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
1842
1843 * progmodes/ada-mode.el: Fix up comment style in header.
1844 (ada-check-emacs-version): Remove.
1845 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
1846 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
1847 to try and quieten the byte-compiler.
1848 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
1849
1850 * vc.el (vc-annotate-warp-version): Don't use previous-line.
1851
1852 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
1853
1854 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
1855 extracted from `eval-last-sexp-1'.
1856 (eval-last-sexp-1): Call `preceding-sexp'.
1857
1858 2007-08-19 Glenn Morris <rgm@gnu.org>
1859
1860 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
1861 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
1862 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
1863 shadow files messing up the compilation.
1864
1865 2007-08-18 Glenn Morris <rgm@gnu.org>
1866
1867 * progmodes/scheme.el (scheme-mode-variables):
1868 Set font-lock-comment-start-skip.
1869
1870 2007-08-18 Martin Rudalics <rudalics@gmx.at>
1871
1872 * progmodes/ada-mode.el (ada-create-syntax-table):
1873 Move set-syntax-table from here to ...
1874 (ada-mode): ... here. Don't change global value of comment-multi-line.
1875 Call new function ada-initialize-syntax-table-properties.
1876 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
1877 (ada-deactivate-properties, ada-initialize-properties):
1878 Replace by new functions ...
1879 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
1880 (ada-initialize-syntax-table-properties): ... to set up syntax-table
1881 properties uniformly, independently from whether font-lock-mode
1882 is enabled or not. Handle read-only buffers and do not change
1883 undo-list when setting syntax-table properties.
1884 (ada-after-change-function): Use ada-set-syntax-table-properties.
1885
1886 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1887
1888 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
1889 (cperl-find-pods-heres): Fix an error when typing expressions like
1890 `s{a}{b}'.
1891
1892 2007-08-17 Glenn Morris <rgm@gnu.org>
1893
1894 * progmodes/compile.el (compilation-get-file-structure): Make use
1895 of the directory part when checking for an existing entry, to
1896 handle files with same basename in different directories.
1897
1898 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1899
1900 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
1901 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
1902 (ps-paragraph-spacing): Docstring fix.
1903
1904 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
1905
1906 * smerge-mode.el (smerge-resolve): New arg `safe'.
1907 (smerge-resolve-all, smerge-batch-resolve): New function.
1908 (smerge-refine): Make sure `diff' returns the expected result.
1909 (smerge-parsep-re): New const.
1910 (smerge-mode): Use it to adjust paragraph-separate.
1911
1912 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1913 Correctly match / regexp matchers as first char on a line when
1914 fontifying only that line.
1915
1916 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
1917
1918 2007-08-16 Glenn Morris <rgm@gnu.org>
1919
1920 * ps-print.el (ps-font-size): Doc fix.
1921
1922 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
1923
1924 * vc-bzr.el: Don't fiddle with vc-handled-backend.
1925 (vc-bzr-registered): Don't redundantly protect against
1926 file-error. Actually use the format-specific code.
1927 (vc-bzr-buffer-nonblank-p): Remove.
1928 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
1929
1930 2007-08-15 Glenn Morris <rgm@gnu.org>
1931
1932 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
1933 sloppier, for the sake of GNU Mailman.
1934 (rmail-digest-rfc1153): Initialize `result' correctly.
1935
1936 2007-08-14 Glenn Morris <rgm@gnu.org>
1937
1938 * simple.el (bad-packages-alist): New constant.
1939 (bad-package-check): New function. Together, these two add
1940 elements to `after-load-alist' to check for problematic external
1941 packages.
1942 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
1943
1944 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
1945
1946 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
1947 optional quotes around files in NEED-UPDATE . REMOVED case.
1948
1949 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
1950 (ada-treat-cmd-string): Improve error message.
1951 (ada-do-file-completion): Call `ada-require-project-file', so
1952 project variables are set properly.
1953 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
1954 (ada-gnatfind-buffer-name): New constant.
1955 (ada-find-any-references): Use new constant. Set buffer name
1956 properly in compilation-start. Toggle read-only properly.
1957 (ada-find-in-src-path): Fix spelling error in docstring.
1958
1959 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
1960 by zero error.
1961
1962 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
1963
1964 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
1965
1966 2007-08-12 Richard Stallman <rms@gnu.org>
1967
1968 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
1969 (cvs-execute-single-file): Use new name split-string-and-unquote.
1970 (cvs-header-msg): Use new name combine-and-quote-strings.
1971
1972 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
1973
1974 * progmodes/gud.el (gud-common-init): Use new name
1975 split-string-and-unquote.
1976
1977 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
1978 in javac regexp.
1979
1980 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
1981 combine-and-quote-strings and split-string-and-unquote.
1982
1983 * subr.el (combine-and-quote-strings): Rename from strings->string.
1984 (split-string-and-unquote): Rename from string->strings.
1985
1986 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1987
1988 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
1989 to buffer-local settings.
1990
1991 * emacs-lisp/backquote.el (backquote-delay-process): New function.
1992 (backquote-process): Add internal arg `level'. Use the two to
1993 correctly handle nested backquotes.
1994
1995 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
1996
1997 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
1998 (vc-bzr-state-words): Add "kind changed" state word.
1999 (vc-bzr-status): New function. Return Bzr idea of file status,
2000 which is different from VC's.
2001 (vc-bzr-state): Use vc-bzr-status.
2002 (vc-workfile-unchanged-p): Use vc-bzr-status.
2003 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
2004 (vc-dired-state): Process "kind changed" state word.
2005
2006 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
2007
2008 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
2009
2010 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
2011 Move from vc-default-find-file-not-found-hook.
2012
2013 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
2014
2015 * url/url-auth.el (url-basic-auth): When prompting for username
2016 and password, default to the username and password in the URL.
2017
2018 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2019
2020 * man.el: Remove spurious * in docstrings.
2021 Merge defvars and toplevel setq-defaults.
2022 (Man-highlight-references0): Limit=nil rather than point-max.
2023 (Man-mode-map): Move initialization into the declaration.
2024 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
2025 (Man-view-header-file): Use expand-file-name rather than concat.
2026 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
2027
2028 * man.el (Man-next-section): Make sure we do not move backward.
2029
2030 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2031
2032 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
2033 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
2034 ps-print-color-p is neither nil nor black-white. Reported by Christian
2035 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2036
2037 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2038
2039 * files.el (auto-mode-alist): Use the purecopied text (duh!).
2040
2041 2007-08-08 Andreas Schwab <schwab@suse.de>
2042
2043 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
2044 self-insert-command, not self-insert.
2045
2046 2007-08-08 Glenn Morris <rgm@gnu.org>
2047
2048 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
2049
2050 * Replace `iff' in doc-strings and comments.
2051
2052 * help-mode.el (help-make-xrefs): Search for symbol constituents,
2053 rather than just `-'.
2054
2055 2007-08-08 Martin Rudalics <rudalics@gmx.at>
2056
2057 * dired.el (dired-pop-to-buffer):
2058 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2059 * calendar/calendar.el (generate-calendar-window):
2060 * progmodes/compile.el (compilation-set-window-height):
2061 * textmodes/two-column.el (2C-two-columns, 2C-merge):
2062 Use window-full-width-p instead of comparing frame-width and
2063 window-width.
2064
2065 * progmodes/compile.el (compilation-find-buffer): Remove extra
2066 argument in call to compilation-buffer-internal-p.
2067
2068 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
2069
2070 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
2071 parameters IDENTIFICATION and CONNECTED.
2072 (tramp-handle-insert-file-contents): VISIT must be handled after
2073 insertion of the local copy. Reported by Peter Gordon
2074 <peter@pg-consultants.com>.
2075 (tramp-file-name-handler): No special handling for
2076 `expand-file-name'. But for `file-name-as-directory'.
2077 (tramp-find-shell, tramp-open-connection-telnet)
2078 (tramp-open-connection-rsh, tramp-open-connection-su)
2079 (tramp-open-connection-multi)
2080 (tramp-open-connection-setup-interactive-shell): Guard against
2081 $PROMPT_COMMAND shell var. Reported by Steve Youngs
2082 <steve@sxemacs.org>.
2083 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
2084 the hint.
2085
2086 * net/trampver.el: Update release number.
2087
2088 2007-08-07 Tom Tromey <tromey@redhat.com>
2089
2090 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
2091 Add safe-local-variable property.
2092
2093 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
2094
2095 * image-mode.el (image-toggle-display): Use image-refresh.
2096
2097 * longlines.el (longlines-decoded): New variable.
2098 (longlines-mode): Avoid encoding or decoding the buffer twice.
2099
2100 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
2101
2102 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
2103 unofficial version.
2104 (vc-bzr-command): Remove redundant setting of process-connection-type.
2105 (vc-bzr-admin-checkout-format-file): Add autoload.
2106 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
2107 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
2108 (vc-bzr-registered): Compare dirstate format tag with known good
2109 value, abort parsing if match fails. Warn user in docstring.
2110 (vc-bzr-workfile-version): Case for different Bzr branch formats.
2111 See bzrlib/branch.py in Bzr sources.
2112 (vc-bzr-diff): First argument FILES may be a string rather than a list.
2113 (vc-bzr-shell-command): Remove in favor of
2114 vc-bzr-command-discarding-stderr.
2115 (vc-bzr-command-discarding-stderr): New function.
2116
2117 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
2118
2119 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
2120 program, and return nil
2121 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
2122 (vc-bzr-state): Look for path names relative to the repository
2123 root after status keyword.
2124 (vc-bzr-file-name-relative): New function.
2125 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
2126 depend on it.
2127 (vc-bzr-admin-dirname, ...-checkout-format-file)
2128 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
2129 files that we now parse directly for speed.
2130 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
2131 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
2132 (vc-bzr-state): "bzr status" successful only if exitcode is 0
2133 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
2134 Bzr warnings, so we must discard it.
2135 (vc-bzr-workfile-version): Speedup counting lines from
2136 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
2137 if that file doesn't exist.
2138 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
2139 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
2140 (not ".bzr"!) to `vc-directory-exclusion-list'
2141 (vc-bzr-shell-command): New function.
2142
2143 2007-08-06 Tom Tromey <tromey@redhat.com>
2144
2145 * diff-mode.el (diff-unified->context, diff-reverse-direction)
2146 (diff-fixup-modifs): Typo in docstring.
2147
2148 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
2149
2150 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
2151 count-screen-lines.
2152 (tpu-edt-off): Disable relevant pieces of advice.
2153
2154 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
2155 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
2156 (newline, newline-and-indent, do-auto-fill): Use advice instead of
2157 redefining the function.
2158 (tpu-set-scroll-margins): Activate the pieces of advice.
2159
2160 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
2161
2162 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
2163 process-filter.
2164
2165 2007-08-06 Martin Rudalics <rudalics@gmx.at>
2166
2167 * help.el (resize-temp-buffer-window): Use window-full-width-p
2168 instead of comparing frame-width and window-width.
2169
2170 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
2171
2172 * term.el: Honor term-default-fg-color and term-default-bg-color
2173 settings when modifying term-current-face.
2174 (term-default-fg-color, term-default-bg-color): Initialize from
2175 default term-current-face.
2176 (term-mode, term-reset-terminal): Set term-current-face with
2177 term-default-fg-color and term-default-bg-color.
2178 (term-handle-colors-array): term-current-face has term-default-fg-color
2179 and term-default-bg-color after reset escape sequence.
2180 (term-handle-colors-array): Set term-current-color with
2181 term-default-fg/bg-color instead of ansi-term-color-vector when the
2182 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
2183
2184 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
2185
2186 * files.el (set-auto-mode): Handle also remote files wrt
2187 `auto-mode-alist'.
2188
2189 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
2190 remote identification.
2191
2192 2007-08-04 Glenn Morris <rgm@gnu.org>
2193
2194 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
2195 zero, not nil, when the library is first loaded. Check for a file
2196 that has been modified on disk.
2197
2198 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
2199 Remove duplicate defvar preventing initialization.
2200 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
2201
2202 2007-08-03 Miles Bader <miles@gnu.org>
2203
2204 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
2205 backend names for new backends to `Git', `Hg', and `Bzr'.
2206 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
2207 not `HG'.
2208 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
2209 name, not `GIT'.
2210 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
2211 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
2212
2213 2007-08-03 Glenn Morris <rgm@gnu.org>
2214
2215 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
2216
2217 2007-08-02 Richard Stallman <rms@gnu.org>
2218
2219 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
2220 to update deleted flag.
2221
2222 * cus-edit.el (customize-apropos, customize-apropos-options)
2223 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
2224
2225 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
2226
2227 * startup.el (fancy-splash-head, startup-echo-area-message):
2228 Change message text.
2229
2230 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
2231 All callers use line-move.
2232
2233 * progmodes/compile.el (compilation-find-buffer): Return current
2234 buffer immediately if suitable.
2235 (compile, compilation-buffer-name, compilation-start): Doc fixes.
2236
2237 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2238
2239 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
2240 Make it more discriminating and more useful.
2241 (vc-bzr-root-dir): Use new name.
2242 (vc-bzr-registered): Use new name and look at the dirstate file to
2243 determine if it's registered or not without running `bzr'.
2244
2245 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
2246
2247 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
2248
2249 2007-07-31 Drew Adams <drew.adams@oracle.com>
2250
2251 * cus-edit.el (custom-group-value-create, custom-goto-parent):
2252 Fix parent groups link.
2253
2254 2007-07-31 Daiki Ueno <ueno@unixuser.org>
2255
2256 * faces.el (face-normalize-spec): New function.
2257 (frame-set-background-mode): Normalize face-spec before calling
2258 face-spec-match-p.
2259
2260 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
2261
2262 * vc-bzr.el: New file (copied from the trunk).
2263
2264 * vc-hooks.el (vc-handled-backends): Add BZR.
2265 (vc-find-file-hook): Failsafe if the backend's `registered'
2266 function burps.
2267
2268 * server.el (server-window): Add switch-to-buffer-other-frame option.
2269
2270 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2271
2272 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
2273 (vc-git-revision-completion-table): Enable.
2274
2275 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
2276
2277 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
2278
2279 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
2280 (vc-hg-registered): Set the vc-state property.
2281
2282 * diff-mode.el (diff-mode-menu): New entries.
2283
2284 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
2285
2286 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
2287 (diff-file-kill): Use it.
2288 (diff-beginning-of-hunk): Add arg `try-harder' using it.
2289 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
2290 Use it so they find the hunk even when we're in the file header.
2291
2292 * vc.el: Add new VC operation `revision-completion-table'.
2293 (vc-default-revision-completion-table): New function.
2294 (vc-version-diff, vc-version-other-window): Use it to provide
2295 completion of revision names if the backend provides it.
2296
2297 * vc-arch.el (vc-arch--version-completion-table)
2298 (vc-arch-revision-completion-table): New functions to provide
2299 completion of revision names.
2300
2301 * vc-cvs.el: Require CL.
2302 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
2303 New functions to provide completion of revision names.
2304
2305 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
2306
2307 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
2308 (copyright-fix-years, copyright): Correctly handle the case where
2309 copyright-limit is nil.
2310
2311 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
2312
2313 * progmodes/python.el (run-python): Fix path separator under w32.
2314
2315 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
2316
2317 * vc-git.el: New File.
2318
2319 2007-07-28 Alan Mackenzie <acm@muc.de>
2320
2321 Fix problem with modes derived from CC Mode:
2322 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
2323 macro to cc-langs.
2324 (c-init-language-vars-for): Remove call to above macro.
2325 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
2326 been moved to here.
2327 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
2328
2329 2007-07-28 Eli Zaretskii <eliz@gnu.org>
2330
2331 * net/trampver.el: Fix the `coding' cookie.
2332
2333 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
2334
2335 * add-log.el (change-log-redate): Remove (not needed anymore and
2336 doesn't appear to work).
2337
2338 2007-07-25 Glenn Morris <rgm@gnu.org>
2339
2340 * Relicense all FSF files to GPLv3 or later.
2341
2342 * COPYING: Switch to GPLv3.
2343
2344 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
2345
2346 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
2347 Replace it with another one which disables undo before calling
2348 erase-buffer and then turns it back on if needed.
2349
2350 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2351
2352 * ps-print.el: Problem with foreground and background color when
2353 printing a buffer with and without faces. Reported by Christian
2354 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2355 (ps-print-version): New version 6.7.5.
2356 (ps-default-fg): Change default value to nil, so black color is used
2357 when a face does not specify a foreground color.
2358 (ps-default-bg): Change default value to nil, so white color is used
2359 for background color.
2360 (ps-begin-job): Fix code.
2361
2362 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
2363
2364 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
2365
2366 2007-07-24 Alan Mackenzie <acm@muc.de>
2367
2368 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
2369 Initialise byte-compile-unresolved-functions before rather than
2370 after a compilation.
2371 (byte-compile-unresolved-functions): Amplify doc string.
2372
2373 2007-07-24 Glenn Morris <rgm@gnu.org>
2374
2375 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
2376 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
2377 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
2378 (cal-tex-cursor-week, cal-tex-cursor-week2)
2379 (cal-tex-cursor-week-iso, cal-tex-week-hours)
2380 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
2381 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2382 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
2383
2384 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
2385
2386 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
2387
2388 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2389
2390 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
2391 underlying file is uptodate.
2392
2393 2007-07-23 Richard Stallman <rms@gnu.org>
2394
2395 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
2396
2397 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2398
2399 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
2400 (sh-font-lock-flush-syntax-ppss-cache): New funs.
2401 (sh-font-lock-syntactic-keywords): Use them to distinguish the
2402 different possible cases for \'.
2403 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
2404
2405 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
2406 `file' from which to start the search and fix case where `file' is the
2407 current directory and the root as well.
2408
2409 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
2410 name for buffer-file-name if it refers to a directory.
2411
2412 2007-07-22 Jason Rumney <jasonr@gnu.org>
2413
2414 * w32-fns.el (set-default-process-coding-system): Use dos line ends
2415 for input to cmdproxy on all versions of Windows.
2416 Use dos line ends for input to plink.
2417
2418 * comint.el (comint-simple-send): Concat newline before sending.
2419 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
2420
2421 2007-07-22 Juri Linkov <juri@jurta.org>
2422
2423 * isearch.el (isearch-edit-string): Save old point and
2424 isearch-other-end to old-point and old-other-end before reading
2425 the search string from minibuffer. After exiting minibuffer set
2426 point to old-other-end if point and the search direction is the
2427 same as before reading the search string.
2428 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
2429 to isearch-other-end. Instead of isearch-search-and-update call
2430 three functions isearch-search, isearch-push-state and isearch-update.
2431
2432 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
2433
2434 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
2435 destroying an existing buffer.
2436
2437 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2438
2439 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
2440
2441 * term/x-win.el (x-handle-no-bitmap-icon): New function.
2442
2443 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
2444
2445 * textmodes/reftex.el (reftex-access-parse-file): Create parse
2446 file in a way that does not interfere with recentf.
2447
2448 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
2449
2450 * image-dired.el (image-dired-sane-db-file): New func.
2451 (image-dired-write-tags, image-dired-remove-tag)
2452 (image-dired-list-tags, image-dired-write-comments)
2453 (image-dired-get-comment, image-dired-mark-tagged-files)
2454 (image-dired-create-gallery-lists): Call new func.
2455 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
2456
2457 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
2458
2459 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
2460 (vc-hg-dir-state): Fix loop.
2461 (vc-hg-print-log): Fix expected return value for vc-hg-command.
2462 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
2463 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
2464 (vc-hg-revert): Likewise.
2465 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
2466
2467 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
2468
2469 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
2470 case of alignment under a constant symbol, find and consider
2471 the sexp actually at indentation to be the "last sexp".
2472
2473 2007-07-20 Eli Zaretskii <eliz@gnu.org>
2474
2475 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2476 (install): Use them to copy all *.el files before *.elc.
2477 (clean): Don't delete *~.
2478
2479 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
2480
2481 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
2482
2483 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
2484
2485 * vc-hg.el (vc-hg-registered): Replace if with when.
2486 (vc-hg-state): Deal with nonexistent files.
2487
2488 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
2489
2490 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
2491 (follow-delete-other-windows-and-split, follow-recenter)
2492 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
2493 (follow-redisplay, follow-estimate-first-window-start)
2494 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
2495 Fix typos in docstrings.
2496
2497 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
2498
2499 * bookmark.el (bookmark-show-all-annotations):
2500 Make sure each inserted annotation ends with newline.
2501
2502 (bookmark-maybe-sort-alist): Don't modify
2503 bookmark-alist. Instead, if not sorting, simply return it.
2504 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
2505 for its return value, not for its side effect.
2506
2507 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
2508
2509 * vc.el: Add more info about the vc-registered function.
2510
2511 2007-07-16 David Kastrup <dak@gnu.org>
2512
2513 * emacs-lisp/advice.el (defadvice): Doc fix.
2514
2515 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
2516
2517 * subr.el (when, unless): Doc fix.
2518
2519 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
2520
2521 * vc-hg.el (vc-hg-state): Handle removed files.
2522 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
2523 (vc-hg-checkout): Re-enable.
2524
2525 2007-07-15 Richard Stallman <rms@gnu.org>
2526
2527 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
2528
2529 * tutorial.el (tutorial--find-changed-keys):
2530 Handle C-x specially like ESC.
2531
2532 2007-07-15 Roland McGrath <roland@frob.com>
2533
2534 * add-log.el (add-change-log-entry): Check add-log-full-name
2535 and add-log-mailing-address later, after change-log-mode-hook.
2536
2537 2007-07-15 Richard Stallman <rms@gnu.org>
2538
2539 * isearch.el (isearch-mode, isearch-done):
2540 Delete unintended code in previous change.
2541
2542 * ps-print.el (ps-default-bg): Change to White.
2543
2544 2007-07-15 Aaron Hawley <aaronh@garden.org>
2545
2546 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
2547
2548 2007-07-15 Martin Rudalics <rudalics@gmx.at>
2549
2550 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
2551 when handling the terminating event.
2552
2553 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
2554
2555 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
2556
2557 2007-07-13 Eli Zaretskii <eliz@gnu.org>
2558
2559 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2560 (install): Use them to copy all *.el files before *.elc.
2561
2562 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
2563
2564 * replace.el (match): Use yellow1 instead of yellow.
2565
2566 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
2567
2568 * pcvs-info.el (cvs-unknown): Likewise.
2569
2570 2007-07-12 Davis Herring <herring@lanl.gov>
2571
2572 * desktop.el (desktop-buffer-info, desktop-save):
2573 Use `desktop-dirname' instead of `dirname'.
2574
2575 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
2576
2577 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
2578
2579 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
2580
2581 2007-07-10 Richard Stallman <rms@gnu.org>
2582
2583 * emacs-lisp/lisp-mode.el (eval-defun):
2584 Explain special handling of `defface'.
2585
2586 2007-07-09 Richard Stallman <rms@gnu.org>
2587
2588 * isearch.el (isearch-edit-string): Call to isearch-push-state
2589 after the search.
2590
2591 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
2592
2593 * cus-start.el (file-coding-system-alist): Fix custom type.
2594
2595 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
2596
2597 * longlines.el (longlines-wrap-region): Avoid marking buffer as
2598 modified.
2599 (longlines-auto-wrap, longlines-window-change-function):
2600 Remove unnecessary calls to set-buffer-modified-p.
2601
2602 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2603
2604 * vc.el (vc-default-log-view-mode): New function.
2605 (vc-print-log): Add new `log-view-mode' VC operation.
2606
2607 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
2608
2609 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
2610 Rename and move to...
2611
2612 * subr.el (strings->string, string->strings): ...here.
2613
2614 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
2615 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
2616
2617 * progmodes/gud.el (gud-common-init): Call string->strings instead
2618 of split-string.
2619
2620 2007-07-07 Eli Zaretskii <eliz@gnu.org>
2621
2622 * term/w32-win.el (menu-bar-open): New function.
2623 Bind <f10> to it.
2624
2625 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2626
2627 * log-view.el (log-view-mode-menu): New menu.
2628
2629 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
2630
2631 * vc-hg.el: New file.
2632
2633 2007-07-06 Andreas Schwab <schwab@suse.de>
2634
2635 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
2636 dynamic bindings around the evaluation of the expression.
2637 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
2638
2639 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
2640
2641 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
2642 file names.
2643
2644 2007-07-02 Martin Rudalics <rudalics@gmx.at>
2645
2646 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
2647
2648 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
2649 event is not a cons cell. Do not unread drag-mouse-1 events.
2650 Select right window in check whether space was stolen from
2651 window above.
2652
2653 2007-07-01 Richard Stallman <rms@gnu.org>
2654
2655 * files.el (find-file-visit-truename): Fix safe-local-variable value.
2656
2657 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
2658
2659 * generic-x.el (generic-define-mswindows-modes)
2660 (generic-define-unix-modes, apache-log-generic-mode)
2661 (bat-generic-mode-keymap, java-manifest-generic-mode)
2662 (show-tabs-generic-mode): Fix typos in docstrings.
2663
2664 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2665
2666 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
2667 replace-regexp-in-string.
2668
2669 2007-06-28 Andreas Schwab <schwab@suse.de>
2670
2671 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
2672 $(lisp)/subdirs.el.
2673
2674 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
2675
2676 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
2677 the speedbar frame if nil; that deletes the current frame or
2678 causes an error if it is the only frame.
2679 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
2680
2681 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
2682
2683 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
2684 directory where the desktop file was found, as the docstring says.
2685 (desktop-kill): Use `read-directory-name'.
2686
2687 * desktop.el (desktop-load-locked-desktop): New option.
2688 (desktop-read): Use it.
2689 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
2690 Use `when'.
2691
2692 2007-06-24 Davis Herring <herring@lanl.gov>
2693
2694 * desktop.el (desktop-save-mode-off): New function.
2695 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
2696 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
2697 (desktop-claim-lock, desktop-release-lock): New functions.
2698 (desktop-kill): Tell `desktop-save' that this is the last save.
2699 Release the lock afterwards.
2700 (desktop-buffer-info): New function.
2701 (desktop-save): Use it. Run `desktop-save-hook' where the doc
2702 says to. Detect conflicts, and manage the lock.
2703 (desktop-read): Detect conflicts. Manage the lock.
2704
2705 2007-06-23 Eli Zaretskii <eliz@gnu.org>
2706
2707 * ls-lisp.el (insert-directory): If an invalid regexp error is
2708 thrown, try using FILE as a literal file name, not a wildcard.
2709 Check for FILE as an existing file, not just a directory.
2710
2711 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
2712
2713 * ruler-mode.el (ruler-mode): Prevent clobbering the original
2714 `header-line-format' when reentering ruler mode.
2715
2716 2007-06-23 Eli Zaretskii <eliz@gnu.org>
2717
2718 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
2719 FILE exists as a directory.
2720
2721 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2722
2723 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
2724 (vera-font-lock-match-item): Fix doc string.
2725 (vera-in-comment-p): Remove unused function.
2726 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
2727 use `syntax-ppss'.
2728 (vera-forward-syntactic-ws): Fix argument order.
2729 (vera-prepare-search): Use `with-syntax-table'.
2730 (vera-indent-line): Fix doc string.
2731 (vera-electric-tab): Fix doc string.
2732 (vera-expand-abbrev): Define alias instead of using `fset'.
2733 (vera-comment-uncomment-region): Use `comment-start-skip'.
2734
2735 2007-06-20 Reto Zimmermann <reto@gnu.org>
2736
2737 * progmodes/vera-mode.el: New file.
2738
2739 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
2740
2741 * ido.el (ido-find-file-in-dir): Don't signal an error for
2742 empty directories.
2743
2744 2007-06-18 Alan Mackenzie <acm@muc.de>
2745
2746 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2747 When removing lines, also remove the \n. Correction of patch of
2748 2007-04-21.
2749
2750 2007-06-17 Glenn Morris <rgm@gnu.org>
2751
2752 * lpr.el (lpr-page-header-switches): Move %s to separate element
2753 for correct quoting. Doc fix.
2754
2755 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2756
2757 * term/xterm.el (terminal-init-xterm): Escape parens in character
2758 constants.
2759
2760 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
2761
2762 * scroll-lock.el (scroll-lock-mode): Doc fix.
2763
2764 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2765
2766 * font-lock.el (font-lock-add-keywords): In case font-lock was only
2767 half-activated, forcefully activate it completely.
2768
2769 2007-06-11 Richard Stallman <rms@gnu.org>
2770
2771 * cus-edit.el (custom-variable-type): Doc fix.
2772
2773 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
2774
2775 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
2776
2777 2007-06-09 Davis Herring <herring@lanl.gov>
2778
2779 * desktop.el (desktop-minor-mode-table): Doc fix.
2780
2781 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
2782
2783 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
2784 (image-next-line, image-previous-line, image-scroll-up)
2785 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
2786 New functions.
2787 (image-mode-map): Remap motion commands.
2788 (image-mode-text-map): New keymap for viewing images as text.
2789 (image-mode): Use image-mode-map.
2790 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
2791
2792 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
2793
2794 Sync with Tramp 2.0.56.
2795
2796 * net/tramp.el:
2797 * net/tramp-ftp.el:
2798 * net/tramp-smb.el:
2799 * net/tramp-util.el:
2800 * net/tramp-vc.el:
2801 Don't load cl.el, because that pollutes the namespace. Replace cl
2802 macros by their implementations where necessary. Requested by
2803 Richard Stallman <rms@gnu.org>.
2804
2805 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
2806 doesn't exist.
2807 (with-parsed-tramp-file-name): Protect debug spec during compilation.
2808 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
2809 (tramp-file-name-p, tramp-file-name-multi-method)
2810 (tramp-file-name-method, tramp-file-name-user)
2811 (tramp-file-name-host, tramp-file-name-localname): New defuns,
2812 replacing defstruct `tramp-file-name'.
2813 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
2814 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
2815 Apply `vector' instead of `make-tramp-file-name'.
2816 (tramp-handle-make-auto-save-file-name):
2817 Apply `tramp-temporary-file-directory' for compatibility reasons.
2818 (tramp-completion-mode): Use `natnump' instead of `wholenump'
2819 because of XEmacs.
2820 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
2821 started.
2822
2823 2007-06-07 David Kastrup <dak@gnu.org>
2824
2825 * dired.el (dired-recursive-deletes, dired-recursive-copies):
2826 Change default to `top'.
2827
2828 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
2829
2830 * dired.el (dired-mode-map): Remove spurious separator.
2831
2832 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2833
2834 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
2835
2836 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2837 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
2838
2839 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
2840
2841 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
2842 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
2843
2844 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2845
2846 * progmodes/ebrowse.el (ebrowse-member-table):
2847 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
2848
2849 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2850
2851 * pgg.el (pgg-sign-region, pgg-sign):
2852 * ses.el (ses-call-printer):
2853 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
2854 * textmodes/org.el (org-cycle): Fix typos in docstrings.
2855
2856 2007-06-06 Eli Zaretskii <eliz@gnu.org>
2857
2858 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
2859 (tar-get-descriptor): Handle type 55, an extended pax header.
2860
2861 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2862
2863 * textmodes/css-mode.el: New file.
2864
2865 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
2866
2867 * net/socks.el: New file, taken from w3 repository.
2868 (top): Update Copyright. Don't load cl.el.
2869 (all): Replace `case' by `cond', `string-to-int' by
2870 `string-to-number', and `process-kill-without-query' by
2871 `set-process-query-on-exit-flag'.
2872 (socks-char-int): Remove defalias and all occurrences.
2873
2874 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2875
2876 * international/mule-cmds.el (toggle-enable-multibyte-characters)
2877 (sort-coding-systems, search-unencodable-char): Doc fixes.
2878 (coding-system-change-eol-conversion, set-default-coding-systems)
2879 (prefer-coding-system, find-multibyte-characters, princ-list)
2880 (leim-list-entry-regexp, set-input-method, locale-language-names)
2881 (input-method-exit-on-first-char, exit-language-environment-hook)
2882 (locale-charset-language-names): Fix typos in docstrings.
2883
2884 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
2885
2886 * bs.el (bs-cycle-previous): Don't modify the cycle list until
2887 `switch-to-buffer' has returned succesfully.
2888 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
2889 window is dedicated (it could iconify the frame).
2890
2891 2007-06-05 Glenn Morris <rgm@gnu.org>
2892
2893 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
2894
2895 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
2896
2897 * files.el (auto-mode-alist): Add lower-priority match for names
2898 like ChangeLog.old.
2899
2900 2007-06-04 Andreas Schwab <schwab@suse.de>
2901
2902 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
2903
2904 2007-06-04 Davis Herring <herring@lanl.gov>
2905
2906 * calendar/timeclock.el: Update version number.
2907 (timeclock-modeline-display): Mention timeclock-use-display-time
2908 in explanatory message.
2909 (timeclock-log): Suppress warnings when finding the log.
2910 Don't check for a nil project twice. Run hooks after killing the
2911 buffer (if applicable).
2912 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
2913 was geometric). All uses changed.
2914 (timeclock-generate-report): Support prefix argument.
2915
2916 2007-06-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2917
2918 * man.el (Man-next-section): Don't consider the last line of the
2919 page as being part of any section.
2920
2921 2007-06-04 Martin Rudalics <rudalics@gmx.at>
2922
2923 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
2924 modified flag of buffer. Use `inhibit-modification-hooks'.
2925
2926 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
2927
2928 * mail/mail-extr.el (mail-extract-address-components):
2929 Recognize non-ASCII characters except for NBSP as words.
2930
2931 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
2932
2933 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
2934
2935 2007-06-04 Michael Olson <mwolson@gnu.org>
2936
2937 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
2938 died and we are trying to send a signal to it.
2939
2940 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
2941
2942 * emacs-lisp/easy-mmode.el (define-minor-mode)
2943 (easy-mmode-define-navigation): Fix typos in docstrings.
2944
2945 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
2946 Fix typos in docstrings.
2947 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
2948 (compilation-finish-function): Fix typo in obsolescence declaration.
2949
2950 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
2951
2952 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
2953
2954 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
2955 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
2956
2957 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
2958
2959 * longlines.el (longlines-mode): Make longlines-auto-wrap
2960 buffer-local. Add hooks unconditionally.
2961 (longlines-auto-wrap): Toggle wrapping.
2962 (longlines-after-change-function)
2963 (longlines-post-command-function): Check longlines-auto-wrap.
2964
2965 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
2966
2967 * Version 22.1 released.
2968
2969 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
2970
2971 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
2972 changes.
2973
2974 2007-05-31 Richard Stallman <rms@gnu.org>
2975
2976 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
2977
2978 2007-05-29 Martin Rudalics <rudalics@gmx.at>
2979
2980 * textmodes/table.el (table--point-entered-cell-function)
2981 (table--point-left-cell-function):
2982 Bind `inhibit-point-motion-hooks' to t.
2983
2984 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2985
2986 * emacs-lisp/rx.el (rx): Doc fix.
2987
2988 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
2989
2990 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
2991
2992 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2993
2994 * log-edit.el (log-edit-changelog-paragraph): Return point-max
2995 as the end of the ChangeLog paragraph when it ends without a line
2996 termination.
2997
2998 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2999
3000 * textmodes/fill.el (canonically-space-region): Make the second arg
3001 a marker if it's not already the case.
3002
3003 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
3004 (xterm-mouse-event): Use it.
3005
3006 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
3007
3008 * vc-hooks.el (vc-find-root): Fix file attribute test.
3009
3010 2007-05-24 Richard Stallman <rms@gnu.org>
3011
3012 * textmodes/flyspell.el (flyspell-correct-word-before-point):
3013 Don't let opoint be nil.
3014 (flyspell-emacs-popup): Explicit error if no dialogs.
3015
3016 2007-05-23 Eli Zaretskii <eliz@gnu.org>
3017
3018 * tar-mode.el (tar-file-name-handler): New function.
3019 (tar-extract): Bind file-name-handler-alist to it to force
3020 find-buffer-file-type-coding-system behave as if the file being
3021 extracted existed. Use last-coding-system-used to force
3022 buffer-file-coding-system to what decode-coding-region actually
3023 used to decode the file.
3024
3025 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3026
3027 * progmodes/compile.el (compilation-handle-exit):
3028 `compilation-finish-function' may change the current buffer.
3029
3030 2007-05-22 Richard Stallman <rms@gnu.org>
3031
3032 * files.el (set-auto-mode): Doc fix.
3033
3034 2007-05-22 Eli Zaretskii <eliz@gnu.org>
3035
3036 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3037
3038 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
3039
3040 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
3041 (rcirc-print): Handle `window-width'.
3042 (rcirc-buffer-maximum-lines): Doc fix.
3043
3044 2007-05-19 Kevin Ryde <user42@zip.com.au>
3045
3046 * info.el (Info-fontify-node): Match https also.
3047
3048 2007-05-18 Richard Stallman <rms@gnu.org>
3049
3050 * simple.el (push-mark): Doc fix.
3051
3052 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
3053
3054 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
3055 tpu-global-map.
3056 (tpu-original-global-map): Delete variable.
3057 (tpu-control-keys-map): New keymap variable.
3058 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
3059 setting keymapping directly.
3060 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
3061 tpu-global-map.
3062 (tpu-edt-on): Activate the tpu-global-map.
3063 (tpu-edt-off): Deactivate the tpu-global-map.
3064
3065 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
3066
3067 * textmodes/ispell.el (ispell-get-word): Return markers
3068 for start and end positions.
3069 (ispell-word): Assume END is a marker.
3070
3071 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3072
3073 * ps-print.el: Use default color when foreground or background color
3074 are unspecified. Reported by Leo <sdl.web@gmail.com>.
3075 (ps-print-version): New version 6.7.4.
3076 (ps-rgb-color): New argument. Use default color when color is
3077 unspecified.
3078 (ps-begin-job): Fix code.
3079
3080 2007-05-17 Martin Rudalics <rudalics@gmx.at>
3081
3082 * textmodes/ispell.el (ispell-start-process): Defend against bad
3083 default-directory.
3084
3085 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3086
3087 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
3088
3089 2007-05-16 Richard Stallman <rms@gnu.org>
3090
3091 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
3092
3093 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3094
3095 * files.el (magic-mode-alist, magic-fallback-mode-alist):
3096 Move the *ml, Postscript, and XmCD entries to the fallback part.
3097
3098 * files.el (magic-fallback-mode-alist):
3099 Rename from file-start-mode-alist.
3100
3101 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3102
3103 * progmodes/compile.el (compilation-handle-exit): Quote first
3104 argument of `run-hook-with-args'.
3105
3106 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
3107
3108 * buff-menu.el (Buffer-menu-sort-column):
3109 * dabbrev.el (dabbrev-upcase-means-case-search):
3110 * dired.el (dired-recursive-deletes, dired-recursive-copies):
3111 * info.el (Info-current-subfile):
3112 * ls-lisp.el (ls-lisp-verbosity):
3113 * msb.el (msb-menu-cond):
3114 * pcvs.el (cvs-dired-use-hook):
3115 * simple.el (set-mark-command-repeat-pop):
3116 * time.el (display-time-24hr-format, display-time-mail-file):
3117 Doc fixes.
3118
3119 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
3120 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
3121
3122 * view.el (view-inhibit-help-message): Fix typo in docstring.
3123 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
3124
3125 2007-05-14 Eli Zaretskii <eliz@gnu.org>
3126
3127 * mail/rmail.el (rmail-convert-to-babyl-format):
3128 Check content-transfer-encoding _last_, because we need its position
3129 in base64-header-field-end.
3130
3131 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
3132
3133 * files.el (mode-require-final-newline, require-final-newline)
3134 (enable-local-variables, enable-local-eval): Doc fixes.
3135
3136 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
3137
3138 * progmodes/python.el (python-font-lock-keywords)
3139 (python-open-block-statement-p, python-mode): Add support for the new
3140 "with" keyword.
3141
3142 2007-05-10 Richard Stallman <rms@gnu.org>
3143
3144 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
3145 (iso-cvt-write-only): Likewise.
3146
3147 * emacs-lisp/easy-mmode.el (define-minor-mode):
3148 Fix generated doc string.
3149
3150 * startup.el (fancy-splash-text): Add URL of guided tour.
3151 Adjust horizontal and vertical whitespace.
3152
3153 * progmodes/compile.el (compilation-handle-exit):
3154 Use run-hook-with-args to run compilation-finish-functions.
3155
3156 * files.el (file-start-mode-alist): New variable.
3157 (magic-mode-regexp-match-limit): Doc fix.
3158 (set-auto-mode): Handle file-start-mode-alist.
3159 A little cleanup of structure.
3160
3161 2007-05-10 Davis Herring <herring@lanl.gov>
3162
3163 * calendar/timeclock.el (timeclock-in): Fix non-interactive
3164 workday specifications.
3165 (timeclock-log): Don't kill the log buffer if it already existed.
3166
3167 2007-05-08 Richard Stallman <rms@gnu.org>
3168
3169 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
3170 Don't include non-self-insert commands in the exception for `-'.
3171
3172 2007-05-08 David Reitter <david.reitter@gmail.com>
3173
3174 * progmodes/python.el (python-guess-indent): Check non-nullness
3175 before comparing indent against the 2..8 interval.
3176
3177 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3178
3179 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
3180 available.
3181
3182 2007-05-06 Richard Stallman <rms@gnu.org>
3183
3184 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
3185
3186 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
3187
3188 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
3189 disconnections.
3190
3191 2007-05-01 Romain Francoise <romain@orebokech.com>
3192
3193 * dired-x.el: Revert 2007-04-06 change.
3194
3195 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
3196
3197 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
3198 don't put stop on toolbar.
3199
3200 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
3201
3202 * find-dired.el (find-dired-filter): Propertize all text down to eob.
3203
3204 2007-04-29 Richard Stallman <rms@gnu.org>
3205
3206 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
3207
3208 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3209
3210 * progmodes/cc-mode.el (c-before-change): Use point-min rather
3211 than 1.
3212
3213 2007-04-28 Richard Stallman <rms@gnu.org>
3214
3215 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
3216
3217 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3218
3219 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
3220
3221 2007-04-28 Eli Zaretskii <eliz@gnu.org>
3222
3223 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
3224 instead of $(lisp)/mh-e.
3225
3226 * textmodes/fill.el (fill-paragraph): Doc fix.
3227
3228 2007-04-28 Glenn Morris <rgm@gnu.org>
3229
3230 * image-dired.el (image-dired-cmd-create-thumbnail-options)
3231 (image-dired-cmd-create-temp-image-options): Replace option
3232 +profile "*" with -strip.
3233
3234 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
3235
3236 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
3237 Use window-start and window-end.
3238
3239 2007-04-26 Glenn Morris <rgm@gnu.org>
3240
3241 * progmodes/python.el: Restore file pending consideration of legal
3242 status.
3243
3244 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
3245
3246 * locate.el (locate-in-alternate-database): Doc fix.
3247
3248 2007-04-26 Glenn Morris <rgm@gnu.org>
3249
3250 * button.el (button): Use underline if supported, else fall back
3251 to color.
3252
3253 2007-04-25 Richard Stallman <rms@gnu.org>
3254
3255 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
3256
3257 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
3258
3259 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
3260 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
3261 pushing mark.
3262 (idlwave-current-routine): Don't push mark.
3263
3264 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
3265
3266 * image-dired.el (image-dired-display-image): Derive image-type from
3267 filename rather than assuming jpeg, in case no resizing was needed.
3268
3269 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3270
3271 * custom.el (defface): Doc fix.
3272
3273 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
3274
3275 * progmodes/python.el: Remove due to unclear legal issues.
3276
3277 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
3278
3279 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
3280 Don't re-query for each cleared BP.
3281 (idlwave-shell-clear-bp): Optionally skip BP query.
3282 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
3283 of set-window-buffer, which incorrectly moves displayed region.
3284
3285 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
3286
3287 * calc/calc.el (calc-bug-address): Update maintainer's address.
3288 * calc/*: Update maintainer's address.
3289
3290 2007-04-23 Richard Stallman <rms@gnu.org>
3291
3292 * simple.el (set-mark-command-repeat-pop): Doc fix.
3293 Put in `editing-basics' group.
3294
3295 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
3296
3297 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
3298 New functions.
3299 (Info-mode-line-node-keymap): Bind mouse commands to
3300 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
3301
3302 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
3303
3304 * locate.el (locate-local-prompt): New var.
3305 (locate-prompt-for-command): Doc fix.
3306 (locate-prompt-for-search-string): New function.
3307 (locate): New optional arg. Make locate-local-prompt
3308 buffer-local. Use locate-prompt-for-search-string.
3309 (locate-with-filter): New optional arg.
3310 Use locate-prompt-for-search-string.
3311 (locate-update): Bind locate-prompt-for-command.
3312
3313 2007-04-23 Glenn Morris <rgm@gnu.org>
3314
3315 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
3316
3317 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
3318
3319 * button.el (button): Inherit from link face on a tty.
3320
3321 2007-04-23 Glenn Morris <rgm@gnu.org>
3322
3323 * button.el (button): Use color for this face on a tty.
3324
3325 * files.el (magic-mode-alist): Allow for carriage-returns in
3326 html-mode and sgml-mode entries.
3327
3328 2007-04-22 Richard Stallman <rms@gnu.org>
3329
3330 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3331 Improve doc string of generated command.
3332
3333 * subr.el (read-number): Catch errors.
3334
3335 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
3336
3337 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
3338
3339 * image-dired.el: Rename from thumbnails.el. All instances of
3340 "thumbnails" replaced with "image-dired".
3341
3342 * dired.el (dired-mode-map): Rename "thumbnails" again, to
3343 "image-dired".
3344
3345 2007-04-22 Kim F. Storm <storm@cua.dk>
3346
3347 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
3348 Don't use kill-line.
3349
3350 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
3351
3352 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
3353 error message.
3354
3355 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
3356
3357 * dired.el: Rename "tumme" to "thumbnails".
3358
3359 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
3360 replaced with "thumbnails".
3361
3362 2007-04-22 Glenn Morris <rgm@gnu.org>
3363
3364 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
3365 and give it the risky-local-variable property.
3366
3367 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
3368 before defining it.
3369
3370 2007-04-21 Martin Rudalics <rudalics@gmx.at>
3371
3372 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
3373 Use delete-region instead of kill-line.
3374
3375 2007-04-21 Alan Mackenzie <acm@muc.de>
3376
3377 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
3378 `kill-region' by `delete-region'.
3379
3380 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
3381
3382 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
3383 instead of kill-region.
3384
3385 * progmodes/mantemp.el (mantemp-make-mantemps-region)
3386 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
3387 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
3388 and kill-line.
3389
3390 * progmodes/vhdl-mode.el (vhdl-template-type)
3391 (vhdl-template-record, vhdl-template-nature)
3392 (vhdl-template-configuration-spec, vhdl-template-component-inst)
3393 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
3394 Use delete-region instead of kill-word and kill-line.
3395
3396 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3397
3398 * dired-x.el (dired-virtual-mode): Doc fix.
3399
3400 2007-04-21 Richard Stallman <rms@gnu.org>
3401
3402 * font-lock.el (font-lock-keywords-alist): Mark as risky.
3403
3404 * subr.el (read-number): Doc fix.
3405
3406 * simple.el (pop-to-mark-command): Display message "mark popped"
3407 if point does not move.
3408 (set-mark-command): Doc fix.
3409
3410 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
3411
3412 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
3413 (locate-local-filter, locate-local-search): New vars.
3414 (locate): Make variables local.
3415 (locate-update): Bind locate-buffer-name. Call locate using
3416 locate-local-filter and locate-local-search.
3417
3418 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
3419
3420 * hi-lock.el (hi-lock-file-patterns-policy): New var.
3421 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
3422 (hi-lock-mode): Update docstring.
3423
3424 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3425
3426 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
3427 fill-nobreak-predicate when the break is past fill-column.
3428
3429 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
3430
3431 * locate.el (locate): Output from shell-command should go in the
3432 current buffer rather than *Shell Command Output*.
3433
3434 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
3435
3436 * paren.el (show-paren-function): Fix last fix.
3437
3438 2007-04-19 Kevin Ryde <user42@zip.com.au>
3439
3440 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
3441 (archive-lzh-summarize): Add optional start arg for where to start
3442 looking at the archive.
3443 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
3444
3445 * international/mule.el (auto-coding-alist): no-conversion for .exe
3446 and .EXE.
3447
3448 2007-04-19 Alan Mackenzie <acm@muc.de>
3449
3450 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
3451 function return type contains "struct", "union", etc.
3452 c-end-of-defun goes too far forward.
3453
3454 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
3455
3456 * paren.el (show-paren-function): Reset window-start to avoid
3457 recentering.
3458
3459 2007-04-19 Glenn Morris <rgm@gnu.org>
3460
3461 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
3462
3463 2007-04-18 Glenn Morris <rgm@gnu.org>
3464
3465 * calendar/diary-lib.el (diary-header-line-format): Add a custom
3466 :set function.
3467 (diary-list-entries): Only switch to diary-mode from
3468 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
3469 diary-mode set header-line-format, in case of any customization.
3470
3471 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
3472
3473 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
3474 is less than the length of parse-time-syntax.
3475
3476 2007-04-17 David Kastrup <dak@gnu.org>
3477
3478 * replace.el (query-replace-regexp-eval): Deprecate.
3479
3480 2007-04-17 Alan Mackenzie <acm@muc.de>
3481
3482 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
3483 point too close to EOB, leave point at EOB rather than last `}'.
3484
3485 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3486
3487 * textmodes/bibtex.el (bibtex-include-OPTkey)
3488 (bibtex-user-optional-fields, bibtex-entry-field-alist):
3489 Fix defcustom.
3490
3491 2007-04-17 Glenn Morris <rgm@gnu.org>
3492
3493 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
3494 be encoded, fall back to current year.
3495
3496 2007-04-14 Kevin Ryde <user42@zip.com.au>
3497
3498 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
3499 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
3500 M "MSDOS".
3501
3502 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
3503
3504 * progmodes/python.el (python-end-of-block): Avoid looping forever
3505 if python-next-statement fails.
3506
3507 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3508
3509 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
3510
3511 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3512
3513 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
3514 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
3515
3516 2007-04-15 Jay Belanger <belanger@truman.edu>
3517
3518 * calc/calc.el (calc-version): New function.
3519 (calc-trail-mode): Shorten the title.
3520
3521 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
3522
3523 * mail/footnote.el (footnote-style): Clarify docstring to state
3524 that customizing this only applies to future footnotes.
3525
3526 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3527
3528 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
3529 (bibtex-make-field): Check that INIT is a string. Use functionp.
3530
3531 2007-04-14 Glenn Morris <rgm@gnu.org>
3532
3533 * complete.el (PC-goto-end): New buffer-local variable.
3534 (PC-do-completion-end): Make buffer-local.
3535 (partial-completion-mode) <choose-completion-string-functions>:
3536 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
3537 (PC-do-completion): New optional fourth argument GOTO-END. Add a
3538 doc string. Set PC-goto-end for choose-completion.
3539 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
3540 PC-do-completion.
3541
3542 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
3543 arg to bibtex-make-field.
3544 (bibtex-make-field): Add optional fourth arg NODELIM.
3545 Insert delimiters around INIT unless this arg is non-nil.
3546
3547 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
3548
3549 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
3550 global map isn't modified.
3551
3552 2007-04-14 Glenn Morris <rgm@gnu.org>
3553
3554 * calendar/appt.el (appt-disp-window): Do not split small windows.
3555 Suggested by Jeff Miller <jmiller@cablespeed.com>.
3556
3557 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
3558
3559 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
3560
3561 * files.el: Ditto.
3562
3563 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
3564
3565 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
3566
3567 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
3568 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
3569 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
3570 (term-pager-help): Fix typos in docstrings.
3571
3572 * wid-edit.el (widget-documentation): Fix typo in docstring.
3573
3574 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
3575 Fix typos in error messages.
3576
3577 2007-04-13 Martin Rudalics <rudalics@gmx.at>
3578
3579 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
3580 window marked as dedicated.
3581
3582 * mail/footnote.el (footnote-latin-string): New variable.
3583 (footnote-latin-regexp): Redefine as regexp alternative.
3584 (Footnote-latin): Use footnote-latin-string instead of
3585 footnote-latin-regexp.
3586
3587 2007-04-13 Glenn Morris <rgm@gnu.org>
3588
3589 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
3590 inherited keymaps.
3591
3592 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
3593
3594 * outline.el (outline-get-next-sibling): Clarify docstring.
3595 (outline-get-last-sibling): Handle case where we are at the first
3596 heading. Clarify docstring.
3597
3598 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
3599
3600 * progmodes/gud.el (gud-minor-mode-map): Make go button same
3601 length as stop button to lessen flicker.
3602 (jdb): Add gud-print.
3603 (gud-find-expr): Jdb prints the expression with the value, so
3604 don't insert it in the output.
3605
3606 2007-04-11 Jason Rumney <jasonr@gnu.org>
3607
3608 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
3609 case hex. Do not try to decode non-hex letters.
3610
3611 2007-04-11 Markus Triska <markus.triska@gmx.at>
3612
3613 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
3614 (byte-optimize-backward-word): Remove (move to bytecomp.el).
3615 (byte-optimize-form-code-walker): Evaluate pure function calls if
3616 possible.
3617 (byte-optimize-all-constp): New function.
3618
3619 * emacs-lisp/bytecomp.el (byte-compile-char-before):
3620 Improve numeric argument case.
3621 (byte-compile-backward-char, byte-compile-backward-word):
3622 New functions, performing rewriting previously done in byte-opt.el.
3623 Fix their "Fixme" item (restriction to numeric arguments).
3624
3625 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3626
3627 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
3628 with dolist.
3629 (after-init-hook): Don't quote lambda.
3630 (desktop-first-buffer): Don't wrap it in eval-when-compile.
3631 (desktop-internal-v2s): Remove unused var `el'.
3632 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
3633 desktop-restore-file-buffer.
3634 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
3635 desktop-create-buffer.
3636
3637 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
3638
3639 * woman.el (woman-decode-buffer): Postpone macro-set check...
3640 (woman-decode-region): ...to here.
3641
3642 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
3643
3644 * startup.el (tty-handle-args): Use %S to log ARGS.
3645
3646 2007-04-10 Glenn Morris <rgm@gnu.org>
3647
3648 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
3649 it is obsolete and has no effect.
3650
3651 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
3652 byte-compiler.
3653
3654 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
3655 obsolete function make-local-hook.
3656
3657 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
3658 start to quieten byte-compiler.
3659
3660 2007-04-10 Markus Triska <markus.triska@gmx.at>
3661
3662 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
3663 to bytecomp.el as byte-compile-char-before).
3664 * emacs-lisp/bytecomp.el (byte-compile-char-before):
3665 New function (modified replacement for byte-optimize-char-before in
3666 byte-opt.el).
3667
3668 2007-04-09 Alan Mackenzie <acm@muc.de>
3669
3670 * startup.el (inhibit-splash-screen): Emphatically state that it
3671 can't be set in site-start.el.
3672
3673 2007-04-09 Masatake YAMATO <jet@gyve.org>
3674
3675 * progmodes/cc-subword.el (c-capitalize-subword): More closely
3676 mimic the behavior of `capitalize-word'. Do not move point with a
3677 negative argument. Based on tiny change by Paul Curry.
3678
3679 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
3680
3681 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
3682 Don't move point if ARG is negative.
3683
3684 2007-04-09 Alan Mackenzie <acm@muc.de>
3685
3686 Changes to make `narrow-to-defun' and `mark-defun' work properly
3687 in CC Mode:
3688
3689 * progmodes/cc-defs.el (c-beginning-of-defun-1):
3690 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
3691 Bind beginning/end-of-defun-function to nil around calls to
3692 beginning/end-of-defun.
3693
3694 * progmodes/cc-langs.el (beginning-of-defun-function)
3695 (end-of-defun-function): New c-lang-setvar's.
3696
3697 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
3698 (setq arg 1))" to enable non-interactive call.
3699
3700 2007-04-09 Eli Zaretskii <eliz@gnu.org>
3701
3702 * simple.el (set-mark-command): Doc fix.
3703
3704 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
3705
3706 * progmodes/gud.el (gdb): Restore existing session if user
3707 tries to start a second one in graphical mode.
3708
3709 2007-04-08 Martin Rudalics <rudalics@gmx.at>
3710
3711 * cus-start.el <scroll-preserve-screen-position>: Add choices.
3712
3713 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3714
3715 * term/xterm.el (terminal-init-xterm): Fix key definitions.
3716 Add binding for C-M-SPC.
3717
3718 2007-04-08 Richard Stallman <rms@gnu.org>
3719
3720 * pcomplete.el (pcomplete-read-event): One single definition,
3721 and not a defsubst.
3722
3723 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
3724
3725 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
3726 byte-compiler warning "value unused".
3727
3728 2007-04-08 Andreas Schwab <schwab@suse.de>
3729
3730 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
3731
3732 2007-04-07 Glenn Morris <rgm@gnu.org>
3733
3734 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
3735 Autoload these functions.
3736 (diary-date-forms): Add a custom :set form.
3737
3738 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
3739 before first use.
3740 (diary-font-lock-keywords): New function with old code for
3741 initialization of variable of same name.
3742
3743 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
3744
3745 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
3746 clean-up: only insert space when on identifier, etc.
3747
3748 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
3749
3750 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
3751
3752 * net/tls.el (open-tls-stream): Properly handle case where there
3753 is no associated buffer.
3754
3755 2007-04-07 Glenn Morris <rgm@gnu.org>
3756
3757 * ffap.el (ffap-file-at-point): Lower the priority of the
3758 ffap-ftp-sans-slash-regexp check.
3759
3760 2007-04-06 Alan Mackenzie <acm@muc.de>
3761
3762 Fix fontification of labels, and other things with ":".
3763
3764 * progmodes/cc-engine.el (c-forward-label): The function now
3765 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
3766 the former t.
3767
3768 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
3769 new return code from c-forward-label, fontifying tokens properly.
3770 Add some general comments throughout the file.
3771
3772 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
3773
3774 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
3775 Revert 2006-01-27 change.
3776
3777 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
3778
3779 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
3780
3781 * desktop.el (desktop-create-buffer, desktop-save):
3782 Revert 2004-11-12 change for lack of copyright papers.
3783
3784 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
3785 (dired-guess-default): Respect case.
3786
3787 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
3788
3789 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
3790 was originally checked in as byte-optimize-concat on 1997-11-02.
3791
3792 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
3793 1995-05-19 doc changes.
3794
3795 2007-04-06 Kim F. Storm <storm@cua.dk>
3796
3797 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
3798 (unload-feature): Update interactive spec accordingly.
3799
3800 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
3801
3802 2007-04-06 John Paul Wallington <jpw@pobox.com>
3803
3804 * subr.el (with-case-table): Use `make-symbol' to avoid variable
3805 capture. Restore the table in the same buffer.
3806
3807 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
3808
3809 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
3810
3811 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3812 Print entire form.
3813
3814 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
3815
3816 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
3817 for low-color displays.
3818
3819 2007-04-05 Glenn Morris <rgm@gnu.org>
3820
3821 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
3822 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
3823 Seed random number generator on loading.
3824
3825 * emacs-lisp/authors.el (top-level): Provide self.
3826
3827 * play/animate.el (top-level): Provide self.
3828
3829 2007-04-04 Alan Mackenzie <acm@muc.de>
3830
3831 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
3832 to mention c-syntactic-indentation.
3833
3834 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
3835
3836 * subr.el (with-case-table): New macro.
3837
3838 * international/mule.el (ascii-case-table): New var.
3839
3840 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
3841 downcasing.
3842
3843 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
3844
3845 * progmodes/gud.el (gud-minor-mode-map): Simplify.
3846
3847 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
3848 of the window if we're outside it e.g menu-bar.
3849
3850 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
3851 window if we're outside it e.g menu-bar.
3852
3853 2007-04-03 Eli Zaretskii <eliz@gnu.org>
3854
3855 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
3856 decode base-64 encoded body if its content-type is something other
3857 than text/* or message/*.
3858
3859 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
3860
3861 * simple.el (activate-mark-hook): Fix typo in docstring.
3862
3863 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
3864
3865 * tmm.el (tmm-c-prompt): Initialize.
3866 (tmm-menubar): Deal with extended menu-items at top level.
3867 (tmm-get-keybind): Handle bindings redefined/undefined locally.
3868 (tmm-prompt): Handle visibility of top level menu-items.
3869
3870 * progmodes/gud.el (gud-menu-map): Simplify.
3871 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
3872 menubar.
3873
3874 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
3875
3876 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
3877
3878 * comint.el (comint-send-input): Widen the buffer first.
3879
3880 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
3881
3882 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3883
3884 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
3885 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
3886
3887 * newcomment.el (comment-search-forward): Discard comment starters
3888 before point.
3889
3890 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
3891
3892 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
3893
3894 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
3895
3896 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
3897 when downcasing.
3898
3899 * button.el (previous-button): Rewrite to account for adjacent buttons.
3900
3901 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
3902
3903 * progmodes/idlwave.el (idlwave-auto-fill):
3904 Revert paragraph-separate change.
3905
3906 * progmodes/idlw-shell.el (idlwave-shell-break-in):
3907 Simplify module calc.
3908 (idlwave-shell-set-bp-in-module): Compute module.
3909
3910 2007-03-31 Glenn Morris <rgm@gnu.org>
3911
3912 * emacs-lisp/timer.el (run-at-time): Doc fix.
3913
3914 * emacs-lisp/warnings.el (display-warning): If we create the
3915 buffer displaying the warning, disable undo there.
3916
3917 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
3918
3919 * net/tramp.el (tramp-register-file-name-handler)
3920 (tramp-register-completion-file-name-handler): New defsubst,
3921 derived from `tramp-register-file-name-handlers'. The split is
3922 necessary because Tramp's file name handlers must be registered at
3923 different startup places.
3924
3925 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
3926
3927 * progmodes/hideshow.el (turn-off-hideshow): New function.
3928 (hs-minor-mode): Use it instead of a lambda expression in
3929 change-major-mode-hook.
3930
3931 2007-03-31 David Kastrup <dak@gnu.org>
3932
3933 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
3934 corresponding to MANPATH_MAP entries.
3935 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
3936 (woman-parse-man.conf): Use more discriminating man.conf name.
3937 (woman-parse-man.conf): Parse MANPATH_MAP entries.
3938 (woman-manpath): Doc fix and type fix.
3939 (woman-cached-data): Check for MANPATH_MAP entries.
3940 (woman-expand-directory-path): Treat MANPATH_MAP entries.
3941
3942 2007-03-31 Stuart Herring <herring@lanl.gov>
3943
3944 * emacs-lisp/sregex.el (sregexq): Doc fix.
3945
3946 2007-03-31 Markus Triska <markus.triska@gmx.at>
3947
3948 * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
3949
3950 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
3951
3952 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
3953 Move to the right.
3954
3955 2007-03-30 Alan Mackenzie <acm@muc.de>
3956
3957 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
3958
3959 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
3960
3961 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
3962 Use it, passed in explicitly, instead of from the dynamic binding.
3963 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
3964
3965 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
3966
3967 * simple.el (blink-matching-open): When in minibuffer, don't
3968 search for a match inside the prompt.
3969
3970 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
3971
3972 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
3973 (tmm-prompt): Don't make the mouse user select the first menu
3974 item twice.
3975
3976 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
3977
3978 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
3979 SIGUSR1 and SIGUSR2.
3980
3981 2007-03-29 Kim F. Storm <storm@cua.dk>
3982
3983 * ido.el (ido-read-internal): When reading file or dir, only override
3984 minibuffer-local-filename-completion-map, otherwise only override
3985 minibuffer-local-completion-map.
3986
3987 2007-03-29 Glenn Morris <rgm@gnu.org>
3988
3989 * complete.el (partial-completion-mode): Set PC-do-completion-end
3990 to nil after use.
3991 (PC-lisp-complete-symbol): Create and use a marker at `end',
3992 rather than using point-marker.
3993
3994 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
3995
3996 * simple.el (next-error-highlight): Doc fix.
3997 (compose-mail): Revert 2007-03-19 change.
3998
3999 2007-03-28 Richard Stallman <rms@gnu.org>
4000
4001 * emacs-lisp/edebug.el (edebug-display): Don't go to
4002 edebug-outside-buffer if it is dead.
4003
4004 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
4005
4006 * view.el (view-mode): Fix typos in docstring.
4007
4008 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
4009
4010 * recentf.el (recentf-save-file): Add a custom :set function.
4011
4012 2007-03-28 Glenn Morris <rgm@gnu.org>
4013
4014 * complete.el (PC-do-completion-end): New variable.
4015 (partial-completion-mode) <choose-completion-string-functions>:
4016 Use PC-do-completion-end in the non-minibuffer case to replace the
4017 correct amount of text.
4018 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
4019 (PC-lisp-complete-symbol): Give marker the after-insertion type,
4020 to deal with improvements inserted after point.
4021
4022 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4023
4024 * button.el (make-text-button): Add explicit `button' property.
4025 (default-button): Don't put a `button' property on it.
4026
4027 * progmodes/python.el (python-mode): Skip comments when parsing.
4028
4029 * vc-arch.el (vc-with-current-file-buffer): New macro.
4030 (vc-arch-file-source-p): Use it to avoid infloop.
4031
4032 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
4033
4034 * emacs-lisp/lisp.el (lisp-complete-symbol):
4035 Fix call to get-buffer-window to find windows in other frames.
4036
4037 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4038
4039 * comint.el (comint-proc-query, comint-dynamic-list-completions):
4040 Fix calls to get-buffer-window to find windows in other frames.
4041 Reported by David Hansen <david.hansen@gmx.net>.
4042
4043 2007-03-27 Kevin Ryde <user42@zip.com.au>
4044
4045 * info.el (Info-display-images-node): On a text-only terminal,
4046 show the "text" or "alt" parts of the image blobs.
4047
4048 2007-03-27 Glenn Morris <rgm@gnu.org>
4049
4050 * complete.el (PC-do-completion): Compute completion-base-size in
4051 the non-filename case, rather than setting to nil.
4052 (PC-lisp-complete-end): New variable.
4053 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
4054 original end in a series of consecutive invocations.
4055
4056 * calendar/calendar.el (calendar-mode-hook): Declare it.
4057
4058 * calendar/diary-lib.el (diary-live-p): Do not check for
4059 diary-selective-display.
4060
4061 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4062
4063 * replace.el (occur-next-error): *Occur* might not be displayed in the
4064 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
4065
4066 2007-03-26 Richard Stallman <rms@gnu.org>
4067
4068 * textmodes/flyspell.el (flyspell-large-region):
4069 Use ispell-call-process-region.
4070
4071 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4072
4073 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
4074 Use prin1 instead of princ.
4075
4076 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
4077
4078 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
4079 Merge in X resources before global face.
4080
4081 * progmodes/compile.el (compilation-start): Save compilation-directory
4082 rather than default-directory as local var.
4083 (compilation-directory): Mark as safe local var.
4084
4085 * files.el: Don't mark default-directory as a safe local var.
4086
4087 2007-03-25 Alan Mackenzie <acm@muc.de>
4088
4089 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
4090 * progmodes/cc-engine.el: Fix typo.
4091
4092 2007-03-25 Juri Linkov <juri@jurta.org>
4093
4094 * compare-w.el (compare-windows): Rename customization group
4095 `compare-w' to `compare-windows'.
4096 (compare-windows-whitespace, compare-ignore-whitespace)
4097 (compare-ignore-case, compare-windows-sync)
4098 (compare-windows-sync-string-size, compare-windows-recenter)
4099 (compare-windows-highlight, compare-windows): Change group name in
4100 the `group' tag from `compare-w' to `compare-windows'.
4101 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
4102
4103 2007-03-24 Markus Triska <markus.triska@gmx.at>
4104
4105 * expand.el: Change example to always enable abbrev-mode,
4106 and remove redundant `function'.
4107 (expand-abbrev-hook): Add autoload cookie.
4108
4109 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
4110
4111 * emacs-lisp/testcover.el (testcover-start, testcover-end)
4112 (testcover-mark-all, testcover-unmark-all): Add prompts to
4113 interactive specs.
4114
4115 2007-03-24 Jason Rumney <jasonr@gnu.org>
4116
4117 * autorevert.el (find-file-hook, auto-revert-tail-mode):
4118 Use file size in bytes for auto-revert-tail-pos not characters.
4119
4120 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
4121
4122 * vc-rcs.el (vc-rcs-annotate-command):
4123 Set text property :vc-annotate-prefix on the annotation text.
4124 (vc-rcs-annotate-time): Instead of searching for ": ",
4125 search for end of text propertized with :vc-annotate-prefix.
4126
4127 2007-03-24 Martin Rudalics <rudalics@gmx.at>
4128
4129 * whitespace.el (top level): Remove calls putting
4130 permanent-local nil property since these are no-ops.
4131
4132 * man.el (Man-support-local-filenames): Assure that
4133 default-directory exists when doing call-process.
4134
4135 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
4136
4137 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
4138 Fix omission bug: Use m4-program-options to construct shell command.
4139
4140 2007-03-23 David Kastrup <dak@gnu.org>
4141
4142 * progmodes/cc-mode.el (c-make-emacs-variables-local):
4143 Use `mapcar' rather than `mapcan' to silence compiler warning.
4144
4145 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
4146
4147 * textmodes/reftex.el, textmodes/reftex-vars.el,
4148 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
4149 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
4150 * textmodes/reftex-index.el, textmodes/reftex-global.el,
4151 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
4152 * textmodes/reftex-auc.el: Add maintainer address.
4153
4154 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
4155
4156 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
4157 Make sure that `global-font-lock-mode' does not turn on font-lock
4158 in these buffers.
4159
4160 2007-03-21 Kim F. Storm <storm@cua.dk>
4161
4162 * xt-mouse.el (xt-mouse-epoch): New variable.
4163 (xterm-mouse-event): Use float-time.
4164
4165 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
4166
4167 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
4168 current-time.
4169
4170 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4171
4172 * complete.el (read-file-name-internal): Don't add the final > if the
4173 completion is not finished (re-application of this patch, which was
4174 accidentally undone by Eli).
4175
4176 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
4177
4178 * emulation/viper.el (viper-non-hook-settings): Handle mouse
4179 clicks in describe-key and describe-key-briefly advice a little better.
4180
4181 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
4182
4183 * server.el (server-process-filter): Cancel any pending isearch.
4184
4185 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
4186
4187 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
4188 (icalendar--get-unfolded-buffer): Define actual arguments rather
4189 than just using &rest. Check replace-in-string is fbound.
4190 (icalendar-import-buffer): Doc fix.
4191 (icalendar--convert-ical-to-diary): Set diary-file.
4192 Check diary-file before inserting final newline.
4193 (icalendar--add-diary-entry): Return diary-file.
4194
4195 2007-03-21 Glenn Morris <rgm@gnu.org>
4196
4197 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
4198 (diary-display-hook): Add custom :set function.
4199
4200 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
4201 Add custom :set function.
4202 (diary-header-line-format): Doc fix.
4203 (diary-set-maybe-redraw): New function.
4204 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
4205 (diary-list-entries): Always run diary-mode.
4206
4207 2007-03-20 Kenichi Handa <handa@m17n.org>
4208
4209 * international/quail.el (quail-setup-completion-buf): Make the
4210 completion buffer read-only.
4211 (quail-completion): Adjusted for the above change. Leave the
4212 modified flag nil.
4213
4214 2007-03-20 David Kastrup <dak@gnu.org>
4215
4216 * files.el (magic-mode-alist): Require literal "%!PS" string for
4217 magic postscript file detection.
4218
4219 2007-03-20 Richard Stallman <rms@gnu.org>
4220
4221 * textmodes/ispell.el (ispell-call-process): New function.
4222 Defends against bad `default-directory.'
4223 (ispell-check-version, ispell-find-aspell-dictionaries)
4224 (ispell-get-aspell-config-value, lookup-words): Call it.
4225 (ispell-call-process-region): New function.
4226 (ispell-send-string): Call it.
4227
4228 2007-03-20 Andreas Schwab <schwab@suse.de>
4229
4230 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
4231 (finder-data): Likewise.
4232 (autoloads): Likewise.
4233
4234 2007-03-20 Martin Rudalics <rudalics@gmx.at>
4235
4236 * files.el (basic-save-buffer): Do not set visited filename when
4237 the corresponding directory does not exist or the specified
4238 filename is that of an existing directory.
4239
4240 2007-03-20 Glenn Morris <rgm@gnu.org>
4241
4242 * calendar/diary-lib.el (diary-live-p): New function.
4243 (number-of-diary-entries): Add a :set function to redisplay diary
4244 when necessary.
4245
4246 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
4247
4248 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
4249 from client program, mev, to compute mouse event.
4250
4251 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
4252
4253 * faces.el (momentary): Face removed; unused due to reversion of
4254 2007-01-04 changes by Kevin Rodgers.
4255
4256 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
4257 Suggested by Johan Bockg\e,Ae\e(Brd.
4258
4259 2007-03-19 Martin Rudalics <rudalics@gmx.at>
4260
4261 * font-lock.el (lisp-font-lock-keywords-1):
4262 Highlight define-globalized-minor-mode as a keyword.
4263
4264 2007-03-19 Kim F. Storm <storm@cua.dk>
4265
4266 * calc/calc-forms.el (math-std-daylight-savings)
4267 (math-std-daylight-savings-old): Doc fix.
4268
4269 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
4270
4271 * progmodes/python.el (python-default-template): Doc fix.
4272 (python-buffer): Fix typo in docstring.
4273
4274 * isearchb.el (isearchb-follow-char):
4275 * subr.el (def-edebug-spec): Fix typo in docstring.
4276
4277 2007-03-19 Richard Stallman <rms@gnu.org>
4278
4279 * files.el (default-directory): Mark safe.
4280 (basic-save-buffer-2): Put proper dir name in error message.
4281
4282 * simple.el (compose-mail): Run switch-function after
4283 setting up the mail buffer.
4284
4285 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
4286
4287 2007-03-18 Jay Belanger <belanger@truman.edu>
4288
4289 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
4290 (math-std-daylight-savings-new): Rename from
4291 `math-std-daylight-savings'.
4292 (math-std-daylight-savings-old): Rename from old value of
4293 `math-std-daylight-savings'.
4294 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
4295 `math-std-daylight-savings-old' depending on the year.
4296
4297 2007-03-18 Detlev Zundel <dzu@gnu.org>
4298
4299 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
4300 zero-width regexps as invalid but rather at least count them correctly.
4301
4302 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
4303
4304 * net/tls.el (open-tls-stream): In handshake-waiting loop,
4305 don't wait more if there is output available to process.
4306
4307 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
4308
4309 * progmodes/compile.el (compilation-find-file): Revert change
4310 from 2006-07-18 to allow completion of directory names.
4311 Reported by John Carter <john.carter@tait.co.nz>.
4312
4313 2007-03-18 Kim F. Storm <storm@cua.dk>
4314
4315 * subr.el (when, unless): Doc fix.
4316
4317 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
4318
4319 * net/tls.el (tls-program): Doc fix.
4320
4321 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
4322
4323 * autorevert.el (auto-revert-tail-handler):
4324 Call after-revert-hook.
4325
4326 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
4327
4328 * simple.el (switch-to-completions): No error if search for \n\n fails.
4329
4330 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
4331
4332 * simple.el (line-move-1):
4333 Respect `inhibit-line-move-field-capture' property.
4334
4335 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
4336
4337 * comint.el (comint-arguments): Mark backslash-escaped chars.
4338 (comint-delim-arg): Don't treat them as delimiters.
4339
4340 2007-03-12 Kim F. Storm <storm@cua.dk>
4341 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
4342
4343 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
4344
4345 * tempo.el (tempo-insert): Deal with 'r> if it appears
4346 specified with a prompt argument.
4347
4348 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
4349
4350 * textmodes/org.el (org-set-font-lock-defaults):
4351 Handle narrow table columns correctly.
4352
4353 2007-03-12 Mark A. Hershberger <mah@everybody.org>
4354
4355 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
4356 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
4357 Return to use of the -no-properties variants. There was
4358 consensus on emacs-devel that the speed of these variants was
4359 prefered since we are usually parsing files (from the internet
4360 or on disk) instead of XML created in Emacs.
4361
4362 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
4363 Add customize option.
4364
4365 2007-03-12 Glenn Morris <rgm@gnu.org>
4366
4367 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
4368 North American rule. Replace "daylight savings" with "daylight
4369 saving" in doc.
4370
4371 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
4372 * calendar/lunar.el, solar.el: Replace "daylight savings" with
4373 "daylight saving" in text.
4374
4375 * woman.el (woman-change-fonts): Tweak previous change by using
4376 woman-request-regexp rather than "^\\.".
4377
4378 * startup.el (command-line-1): Make insertion of
4379 initial-scratch-message not depend on scratch being selected.
4380
4381 2007-03-11 Juri Linkov <juri@jurta.org>
4382
4383 * replace.el (match): Use yellow background on light-bg terminals.
4384
4385 2007-03-11 Richard Stallman <rms@gnu.org>
4386
4387 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
4388 Correctly compute line number.
4389
4390 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
4391
4392 * type-break.el (type-break-get-previous-count):
4393 Repeat previous change here.
4394
4395 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
4396
4397 * progmodes/grep.el (grep-find-ignored-directories):
4398 Add .git and .bzr to list.
4399
4400 2007-03-11 Andreas Schwab <schwab@suse.de>
4401
4402 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
4403
4404 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4405
4406 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
4407
4408 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
4409
4410 * faces.el (face-set-after-frame-default): Recalculate face
4411 customizations after applying X resources.
4412
4413 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
4414
4415 * net/rcirc.el (rcirc-timeout-seconds): New variable.
4416 (rcirc-keepalive-seconds): Remove variable.
4417 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
4418 (rcirc-process, rcirc-user-disconnect): New variables.
4419 (rcirc-connect): Initalize new variables.
4420 (rcirc-keepalive): Don't send keepalive pings before connection
4421 is completed.
4422 (rcirc-sentinel): Do mark all channels with activity when
4423 connection is dropped. Run hook with process buffer local.
4424 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
4425 (rcirc-buffer-process): Return value of rcirc-process if
4426 rcirc-server-buffer is nil.
4427 (rcirc-server-name): Return the reported server name.
4428 (rcirc-update-prompt): Simplify computation of the server name.
4429 (rcirc-format-response-string): Likewise.
4430 (rcirc-handler-001): Mark server as connected, record the reported
4431 server name, and schedule a timeout.
4432 (rcirc-track-nick): Add a spec for the tty class.
4433 (rcirc-user-non-nick): Remove function.
4434 (rcirc-nick-prefix-chars): Add variable.
4435 (rcirc-user-nick): Use above variable.
4436
4437 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4438
4439 * icomplete.el (icomplete-tidy, icomplete-exhibit):
4440 Bind deactivate-mark to nil.
4441
4442 2007-03-10 Martin Rudalics <rudalics@gmx.at>
4443
4444 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
4445 that buffer contents get erased during completion.
4446
4447 2007-03-10 Glenn Morris <rgm@gnu.org>
4448
4449 * woman.el (woman-change-fonts): Add a hack to deal with
4450 font-escape followed by "." at start of a line.
4451 (woman2-IP): Add a hack to deal with consecutive requests.
4452 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
4453
4454 2007-03-10 Alan Mackenzie <acm@muc.de>
4455
4456 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
4457
4458 2007-03-09 Richard Stallman <rms@gnu.org>
4459
4460 * abbrev.el (abbrev): Add `provide'.
4461
4462 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
4463
4464 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
4465
4466 2007-03-09 Martin Rudalics <rudalics@gmx.at>
4467
4468 * complete.el (PC-try-completion): New function.
4469 (PC-do-completion, read-file-name-internal): Use it instead of
4470 try-completion.
4471
4472 2007-03-08 Alan Mackenzie <acm@muc.de>
4473
4474 Remove stale tokens from `c-found-types' cache.
4475
4476 * progmodes/cc-mode.el (c-unfind-enclosing-token)
4477 (c-unfind-coalesced-tokens, c-before-change): New functions.
4478 (c-maybe-stale-found-type): New variable.
4479
4480 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
4481 (c-trim-found-types): New functions.
4482
4483 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
4484
4485 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
4486 (debug-ignored-errors): Add entry from smerge-match-conflict.
4487
4488 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
4489
4490 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
4491 special help topics for keywords.
4492 (idlwave-help-assistant-command): Include ".exe" for ms-dos
4493 etc. Assistant command.
4494
4495 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
4496
4497 * replace.el (occur-engine): Move buffer-undo-list binding...
4498 (occur-1): ...to here.
4499
4500 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
4501
4502 * simple.el (minibuffer-completing-symbol): New var.
4503 (eval-expression): Use it.
4504 (completion-setup-function): Don't bind completion-base-size when
4505 completing a symbol in the minibuffer.
4506
4507 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
4508
4509 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
4510 tries to start a second session in graphical mode.
4511
4512 2007-03-07 Miles Bader <miles@gnu.org>
4513
4514 * international/isearch-x.el
4515 (isearch-process-search-multibyte-characters):
4516 Strip text-properties from PROMPT to avoid an error from read-string.
4517
4518 2007-03-07 Kim F. Storm <storm@cua.dk>
4519
4520 * complete.el (PC-bindings): Remap lisp-complete-symbol to
4521 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
4522
4523 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4524
4525 * complete.el (PC-do-completion): Delete duplicates in the list of
4526 possible completions.
4527
4528 2007-03-07 Glenn Morris <rgm@gnu.org>
4529
4530 * ses.el (ses-mode): Doc fix.
4531
4532 2007-03-06 Kim F. Storm <storm@cua.dk>
4533
4534 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
4535
4536 2007-03-06 Kenichi Handa <handa@m17n.org>
4537
4538 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
4539
4540 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4541
4542 * simple.el (completion-setup-function): Improve last fix so it doesn't
4543 set it to a relative directory name either.
4544
4545 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4546
4547 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
4548
4549 2007-03-05 Richard Stallman <rms@gnu.org>
4550
4551 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
4552
4553 * files.el (find-file-noselect): No error if file no longer exists.
4554 Display a message and avoid other questions.
4555
4556 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4557
4558 * pcomplete.el (pcomplete-show-completions): Improve last change, so
4559 as not to use an invisible window and to create a window if none exist.
4560
4561 * progmodes/python.el (python-send-command): Restart proc if necessary.
4562 (python-proc): Simplify.
4563
4564 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
4565
4566 * pcomplete.el (pcomplete-show-completions): Search all frames for
4567 completions buffer.
4568
4569 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
4570
4571 * cus-edit.el (customize-save-variable): Clear customized-value
4572 property (saved values are now put in theme-value property).
4573 (customize-set-variable): Doc fix.
4574
4575 * complete.el (PC-do-completion): If completion-ignore-case is
4576 non-nil, replace field with completion string before exiting.
4577
4578 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
4579
4580 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
4581 Append its extension to the resulting temporary file name.
4582 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
4583
4584 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
4585 (tramp-smb-handle-write-region): Apply it.
4586
4587 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4588
4589 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4590 Redo previous change.
4591
4592 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
4593
4594 * diff-mode.el (diff-mode): Doc fix.
4595
4596 2007-03-05 Kenichi Handa <handa@m17n.org>
4597
4598 * international/characters.el: Set category `l' (latin)
4599 for more characters.
4600
4601 2007-03-04 Kim F. Storm <storm@cua.dk>
4602
4603 * emacs-lisp/authors.el (authors-aliases): Add alias.
4604
4605 2007-03-04 Glenn Morris <rgm@gnu.org>
4606
4607 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
4608 all when switching major mode.
4609 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
4610 (hs-block-start-mdata-select, hs-block-end-regexp)
4611 (hs-forward-sexp-func, hs-adjust-block-beginning):
4612 Do not make these variables permanent-local.
4613
4614 2007-03-04 Richard Stallman <rms@gnu.org>
4615
4616 * progmodes/cperl-mode.el (cperl-mode):
4617 Modify cperl-compilation-error-regexp-alist by appending.
4618
4619 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
4620 (edebug-mode): Add the hook.
4621 (edebug-recursive-edit): Remove the hook on exiting.
4622
4623 * type-break.el (type-break-get-previous-time):
4624 Handle end-of-file errors specially
4625 so they don't get reported wrong in .emacs.
4626
4627 * startup.el (fancy-splash-text): Clarify text.
4628
4629 * simple.el (beginning-of-buffer, end-of-buffer):
4630 Avoid treating plain C-u like numeric arg.
4631
4632 * simple.el (completion-setup-function): Don't set
4633 default-directory to nil.
4634
4635 * shell.el (shell-dirstack-query): Doc fix.
4636
4637 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
4638 Don't select the window -- pass it to primitives instead.
4639
4640 * faces.el (minibuffer-prompt): Use medium blue by default.
4641
4642 2007-03-04 David Kastrup <dak@gnu.org>
4643
4644 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
4645 Preserve 16 as default value for "seconds" when customizing.
4646
4647 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
4648
4649 * textmodes/org.el (org-self-insert-command)
4650 (orgtbl-self-insert-command, org-delete-char)
4651 (org-delete-backward-char): Set the `flyspell-delayed' property.
4652
4653 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
4654
4655 * international/mule.el (find-auto-coding): Don't search for
4656 line-ending characters past the end of the tail.
4657
4658 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
4659
4660 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
4661 Jump to the line where new score has been uploaded.
4662
4663 * play/tetris.el (tetris-move-bottom, tetris-move-left)
4664 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
4665 Do nothing when the game is paused.
4666
4667 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
4668
4669 * textmodes/org.el (org-set-tags): Prevent slipping of point
4670 during completion.
4671
4672 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
4673
4674 * isearch.el (isearch-message-prefix):
4675 Use minibuffer-prompt-properties.
4676
4677 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4678
4679 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
4680 (ps-setup): Print which Emacsen is running ps-print package.
4681
4682 2007-03-01 Stuart Herring <herring@lanl.gov>
4683
4684 * files.el (set-auto-mode-0): Use `indirect-function'.
4685 (hack-one-local-variable): Don't reapply current major mode.
4686
4687 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
4688
4689 * progmodes/python.el (python-quote-syntax): Don't bother with
4690 syntax-ppss-context.
4691 (python-fill-paragraph): Make sure that fenced-string delimiters that
4692 stand on their own line stay there.
4693
4694 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
4695
4696 * replace.el (perform-replace): Propertize message.
4697
4698 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
4699
4700 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
4701 invisible heading.
4702
4703 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
4704
4705 * net/tramp.el (tramp-file-name-handler): Revert last change.
4706
4707 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
4708
4709 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
4710 Correct doc strings.
4711
4712 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
4713
4714 * replace.el (perform-replace): Undo forward-char immediately if
4715 non-adjacent search fails.
4716
4717 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4718
4719 * version.el (emacs-major-version, emacs-minor-version):
4720 string-to-int -> string-to-number.
4721
4722 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
4723
4724 * help.el (where-is): Fail gracefully when not passed a command.
4725
4726 2007-02-28 Stuart Herring <herring@lanl.gov>
4727
4728 * find-lisp.el (find-lisp-default-directory-predicate):
4729 Fix bug: Do symlink check on expanded filename.
4730
4731 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
4732
4733 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
4734 changes during replacement.
4735 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
4736
4737 2007-02-28 Lars Hansen <larsh@soem.dk>
4738
4739 * desktop.el: Delete header line listing me as maintainer.
4740
4741 2007-02-28 Glenn Morris <rgm@gnu.org>
4742
4743 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
4744 the menus case.
4745
4746 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
4747
4748 * net/tramp.el (tramp-file-name-handler): Inhibit modification
4749 hooks to avoid confusion when combining after-change calls.
4750
4751 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
4752
4753 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
4754 now that pgg-gpg-process-region correctly honors passed-in passphrase.
4755 (allout-distinctive-bullets-string): Add info about bullet conventions.
4756 (allout-mode): Add info about distinctive vs plain bullets.
4757
4758 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
4759
4760 * textmodes/org.el (org-archive-subtree): Quote variable name.
4761 (org-agenda-get-todos): Make sure skip properties are checked correctly.
4762
4763 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
4764
4765 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
4766 (gud-bashdb-command-name, bashdb): Remove.
4767 (gud, gud-menu-map): Remove references to bash/bashdb.
4768
4769 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
4770
4771 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
4772 keyword for Python 2.5.
4773
4774 2007-02-26 Romain Francoise <romain@orebokech.com>
4775
4776 * net/net-utils.el (whois-server-tld): Update server for .org.
4777 (whois-server-list): Add whois.publicinterestregistry.net.
4778 (whois-guess-server): Fix formatting in docstring.
4779
4780 2007-02-26 Kim F. Storm <storm@cua.dk>
4781
4782 * mouse.el (mouse-show-mark): Run hooks and perform command
4783 remapping for mouse-region-delete-keys.
4784
4785 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4786
4787 * font-core.el (font-lock-mode): Doc fix.
4788
4789 2007-02-25 Kim F. Storm <storm@cua.dk>
4790
4791 * ido.el (ido-buffer-internal): Set this-command to fallback command.
4792 Add selected buffer to buffer-name-history.
4793 (ido-file-internal): Set this-command to fallback command.
4794 Add file names to file-name-history.
4795
4796 * emacs-lisp/map-ynp.el (map-y-or-n-p):
4797 Apply minibuffer-prompt-properties.
4798
4799 2007-02-25 Andreas Schwab <schwab@suse.de>
4800
4801 * files.el (hack-one-local-variable-eval-safep): Correct handling
4802 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
4803
4804 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
4805
4806 * textmodes/org.el (org-table-overlay-coordinates)
4807 (org-table-toggle-coordinate-overlays): New functions.
4808 (org-table-overlay-coordinates, org-table-coordinate-overlays):
4809 New variables.
4810 (org-startup-with-deadline-check): Remove option.
4811 (org-mode): Remove deadline check on startup.
4812 (org-table-limit-column-width): Remove option.
4813 (org-table-formula-numbers-only): Remove option.
4814 (org-link-style, org-link-format): Remove options.
4815 (org-select-agenda-window, org-fit-agenda-window): Remove options.
4816 (org-export-ascii-show-new-buffer)
4817 (org-export-html-show-new-buffer): Remove options.
4818 (org-activate-links): Remove camel option.
4819 (org-file-link-context-use-camel-case): Remove option.
4820 (org-camel-regexp): Remove variable.
4821 (org-activate-camels): Remove function.
4822 (org-store-link): Remove Camel stuff.
4823 (org-make-org-heading-camel): Remove function.
4824 (org-open-at-point): Remove camel stuff.
4825 (org-link-search): Remove camel stuff.
4826 (org-camel-to-words): Function removed.
4827 (org-get-agenda-file-buffer): Make sure we prepare the base
4828 buffers, not any indirect buffers.
4829 (org-sort-entries): Sort top-level when not on a headline, and no
4830 active region.
4831 (org-in-regexp): New function.
4832 (org-search-not-self): Rename from `org-search-not-link'.
4833 (org-open-link-marker): New variable.
4834 (org-open-at-point): Set `org-open-link-marker'.
4835 (org-print-icalendar-entries): Fixe bug with excluding DONE
4836 entries from the exported list.
4837 (org-edit-formula-lisp-indent): New command.
4838 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
4839 (orgtbl-to-latex, orgtbl-insert-radio-table)
4840 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
4841 (orgtbl-radio-table-templates): New option.
4842 (org-store-link-props):
4843 (org-remember-templates): More possibilities to insert info
4844 into templates.
4845 (org-remember-apply-template): Make use of the extended
4846 template capabilities.
4847 (org-remember-redo-template): New command.
4848 (org-upgrade-old-links)
4849 (org-table-modify-formulas, org-table-replace-in-formulas)
4850 (org-table-find-dataline)
4851 (org-table-get-vertical-vector): Remove functions.
4852 (org-table-remove-rectangle-highlight)
4853 (org-time-stamp-format, org-toggle-log-option)
4854 (org-table-highlight-rectangle)
4855 (org-table-iterate, org-table-make-reference):
4856 (org-translate-time, org-tree-to-indirect-buffer)
4857 (org-table-field-info, org-table-fix-formulas)
4858 (org-table-force-dataline, org-table-get-descriptor-line)
4859 (org-table-get-range)
4860 (org-skip-comments, org-sort)
4861 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
4862 (org-table-current-dline, org-table-current-field-formula)
4863 (org-table-edit-backward-field)
4864 (org-table-edit-formulas-post-command)
4865 (org-table-edit-line-down, org-table-edit-line-up)
4866 (org-agenda-archive)
4867 (org-agenda-clock-cancel)
4868 (org-agenda-clock-out, org-agenda-list-stuck-projects)
4869 (org-agenda-open-link, org-agenda-show-new-time)
4870 (org-agenda-skip-subtree-when-regexp-matches)
4871 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
4872 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
4873 (org-do-sort, org-file-image-p, org-find-overlays)
4874 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
4875 (org-highlight-until-next-command, org-isearch-end)
4876 (org-match-any-p, org-next-link, org-previous-link):
4877 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
4878 (org-rewrite-old-row-references)
4879 (org-isearch-post-command)
4880 (org-table-edit-move, org-table-edit-next-field)
4881 (org-table-edit-scroll, org-table-edit-scroll-down)
4882 (org-set-frame-title, org-show-reference)
4883 (org-unhighlight-once, org-verify-change-for-undo): New functions.
4884 (org-show-variable): Remove command.
4885 (org-add-log-maybe): New arguments STATE, FINDPOS
4886 (org-table-sort-lines): Rewrite from scratch.
4887 (org-link-search): New argument AVOID-POS.
4888 (org-print-icalendar-entries): Remove argument CATEGORY.
4889 (org-run-agenda-series): Remove argument WONDOW.
4890 (org-next-link, org-previous-link): New commands.
4891 (org-agenda-date-format): New option.
4892 (org-table-iterate): New command.
4893 (org-table-modify-formulas)
4894 (org-table-replace-in-formulas): Remove functions.
4895 (org-table-fix-formulas): New function.
4896 (org-table-insert-column, org-table-delete-column)
4897 (org-table-move-column): Use `org-table-fix-formulas'.
4898 (org-follow-gnus-link): Patch from Bastien/Leo.
4899 (org-table-current-field-formula): New function.
4900 (org-file-image-p): New function.
4901 (org-agenda-show-new-time): New function.
4902 (org-agenda-date-later): Call `org-agenda-show-new-time'.
4903 (org-with-remote-undo): New macro.
4904 (org-agenda-undo): New command.
4905 (org-verify-change-for-undo): New function.
4906 (org-time-stamp-format): New function.
4907 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
4908 by user.
4909 (org-match-any-p): New function.
4910 (org-make-tags-matcher): Handle regular expressions for tag and
4911 todo matches.
4912 (org-read-date): Accept "+N" as input for a date relative to the
4913 current date.
4914 (org-remove-subtree-entries-from-agenda): New function.
4915 (org-agenda-archive, org-agenda-kill):
4916 Use `org-remove-subtree-entries-from-agenda'.
4917 (org-do-sort, org-sort-entries): New functions.
4918 (org-sort): New command.
4919 (org-table-sort-lines): Use `org-do-sort'.
4920 (org-fix-decoded-time): New function.
4921 (org-table-number-regexp): Require 0x... to identify as number
4922 in tables.
4923 (org-startup-options): New keywords for note taking.
4924 (org-upgrade-old-links): Remove function.
4925 (org-get-repeat): New function.
4926 (org-show-context): Also show siblings on current level.
4927 (org-show-siblings): New function.
4928 (org-isearch-end, org-isearch-post-command): New functions.
4929 (org-show-siblings): New option.
4930 (org-show-context): Use `org-show-siblings'.
4931 (org-table-maybe-recalculate-line): No longer require `calc-eval'
4932 to be bound, because user may just use elisp.
4933
4934 2007-02-24 Kim F. Storm <storm@cua.dk>
4935
4936 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
4937 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
4938
4939 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
4940
4941 * startup.el (command-line): Also check if the abbrev file is readable.
4942
4943 2007-02-24 John Paul Wallington <jpw@pobox.com>
4944
4945 * net/tls.el (tls-certtool-program): Fix custom type.
4946
4947 * mail/feedmail.el (feedmail-message-id-generator)
4948 (feedmail-date-generator): Fix custom types.
4949
4950 * mail/rmail.el (rmail-message-filter): Fix custom type.
4951
4952 2007-02-24 Eli Zaretskii <eliz@gnu.org>
4953
4954 * startup.el (command-line): If simple.el cannot be found, proceed
4955 with a warning message.
4956
4957 2007-02-24 Kenichi Handa <handa@m17n.org>
4958
4959 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
4960 case that BEG is a string.
4961
4962 2007-02-24 Chris Moore <dooglus@gmail.com>
4963
4964 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
4965 * pgg-pgp.el (pgg-pgp-encrypt-region):
4966 * pgg-gpg.el (pgg-gpg-encrypt-region):
4967 Check pgg-encrypt-for-me if no other recipients.
4968
4969 2007-02-23 Eli Zaretskii <eliz@gnu.org>
4970
4971 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
4972
4973 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
4974 shell-quote-argument.
4975
4976 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4977
4978 * comint.el (comint-read-input-ring): Use comint-input-ring-size
4979 from the comint buffer instead of the temporary one.
4980
4981 2007-02-23 David Reitter <david.reitter@gmail.com>
4982
4983 * cus-edit.el (custom-save-all): Canonicalize custom-file before
4984 storing it in recentf-exclude.
4985
4986 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
4987
4988 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
4989 in splash screen.
4990
4991 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
4992
4993 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
4994 commands, for restart.
4995 (idlwave-shell-current-module): Fix handling of module name by type.
4996 (idlwave-shell-break-in): Update type handling.
4997 (idlwave-shell-bp-get): Encode type in BP structure.
4998 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
4999 (idlwave-shell-module-source-query): Query routine info based on type.
5000 Fix path parsing for non-compiled files.
5001 (idlwave-shell-module-source-filter): Don't signal error in filter
5002 if no source found.
5003 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
5004 filter race.
5005
5006 2007-02-22 Kim F. Storm <storm@cua.dk>
5007
5008 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
5009 (editable-field): Document need to put some text before the %v
5010 escape in :format string.
5011
5012 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
5013
5014 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
5015 (vc-svn-use-edit): Remove unused config var.
5016 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
5017
5018 * outline.el (hide-sublevels): Keep empty last line, if available.
5019
5020 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
5021 rather than the corresponding unicode char, to make the code
5022 more readable.
5023
5024 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
5025
5026 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
5027 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
5028 (speedbar-item-info-tag-helper): Doc fixes.
5029
5030 2007-02-19 Kenichi Handa <handa@m17n.org>
5031
5032 * international/mule-cmds.el (locale-language-names):
5033 Map "eo" to "Esperanto".
5034
5035 * language/european.el ("Esperanto"): New language environment.
5036
5037 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
5038
5039 * simple.el (kill-line): Doc fix.
5040
5041 2007-02-17 Kim F. Storm <storm@cua.dk>
5042
5043 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
5044 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
5045 (bindat--unpack-group, bindat--pack-group):
5046 Handle vectors with optional element type.
5047
5048 2007-02-17 Daiki Ueno <ueno@unixuser.org>
5049
5050 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
5051 if PASSPHRASE is given.
5052
5053 2007-02-17 Chris Moore <dooglus@gmail.com>
5054
5055 * jka-cmpr-hook.el (jka-compr-compression-info-list):
5056 Recognize backups of bz2 compressed files.
5057
5058 2007-02-17 Eli Zaretskii <eliz@gnu.org>
5059
5060 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
5061 to nil to speed up lookup of the symbol in index nodes.
5062
5063 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5064
5065 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
5066 Add indentation for the constants of Lisp.
5067
5068 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
5069
5070 * ps-print.el: Use (defvar <foo>) where applicable.
5071 (ps-print-emacs-type): Remove.
5072 (ps-x-frame-property, ps-e-frame-parameter): Remove.
5073 (ps-frame-parameter): Align its call-convention with frame-parameter.
5074 (ps-begin-job): Adjust calls to it appropriately.
5075 (ps-setup): Don't print ps-print-emacs-type.
5076 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
5077 Define in such a way that it's obvious that it's defined.
5078 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
5079 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
5080 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
5081
5082 2007-02-15 Alan Mackenzie <acm@muc.de>
5083
5084 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
5085 an empty one-line C-style comment, post-position point properly.
5086
5087 2007-02-15 Chris Moore <dooglus@gmail.com>
5088
5089 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
5090 (isearch-lazy-highlight-new-loop): Bind it.
5091 (isearch-lazy-highlight-search): Use it.
5092
5093 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
5094
5095 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
5096
5097 * font-lock.el (font-lock-extend-region-wholelines):
5098 Only return non-nil if the region has really been changed.
5099 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
5100
5101 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
5102
5103 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
5104 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
5105 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
5106
5107 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
5108
5109 * faces.el (color-values): Revert changes to docstring from
5110 2007-01-31 and 2000-09-07.
5111
5112 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
5113 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
5114 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
5115 (ispell-help): Fix typos in docstring and output message.
5116
5117 2007-02-14 Kim F. Storm <storm@cua.dk>
5118
5119 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
5120 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
5121 (grep): Fix lgrep reference.
5122
5123 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
5124 (standard-display-underline): Use make-glyph-code.
5125
5126 * descr-text.el (describe-char): Use glyph-char and glyph-face.
5127
5128 * international/latin1-disp.el (latin1-display-char):
5129 Use make-glyph-code.
5130
5131 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
5132
5133 * ehelp.el (with-electric-help, electric-help-exit)
5134 (electric-help-retain): Doc fixes.
5135
5136 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
5137 (byte-compile-file): Doc fixes.
5138
5139 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5140
5141 * term/mac-win.el: Change all uses of
5142 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
5143 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
5144 (mac-ae-get-url): Call select-frame-set-input-focus.
5145 (mac-dnd-handle-drag-n-drop-event): Don't call
5146 select-frame-set-input-focus.
5147
5148 2007-02-13 Kenichi Handa <handa@m17n.org>
5149
5150 * international/characters.el: Fix documentation of category `a'.
5151
5152 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
5153
5154 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
5155
5156 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
5157
5158 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
5159 (tramp-get-remote-ln): Handle error case.
5160 Reported by Chris Moore <dooglus@gmail.com>.
5161
5162 2007-02-11 Kim F. Storm <storm@cua.dk>
5163
5164 * bindings.el (ctl-x-map): Remove register compatibility bindings
5165 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
5166
5167 2007-02-11 Richard Stallman <rms@gnu.org>
5168
5169 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
5170 in load history.
5171
5172 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
5173 condition -- don't fail to stop at endpos.
5174
5175 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
5176
5177 * textmodes/org.el (org-agenda-get-todos)
5178 (org-agenda-get-timestamps, org-agenda-get-closed)
5179 (org-agenda-get-deadlines, org-agenda-get-scheduled)
5180 (org-agenda-get-blocks, org-format-agenda-item)
5181 (org-agenda-change-all-lines, org-scan-tags): Rename text property
5182 from `category' to `org-category'.
5183
5184 2007-02-11 Kenichi Handa <handa@m17n.org>
5185
5186 * international/titdic-cnv.el (titdic-convert): Force files be written
5187 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
5188 (miscdic-convert): Force files be written with Unix-like eol format.
5189
5190 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
5191
5192 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
5193
5194 * calculator.el (calculator-prompt): Doc fix.
5195 (calculator-mode-map): Fix typo in menu entry.
5196
5197 2007-02-10 Jay Belanger <belanger@truman.edu>
5198
5199 * calculator.el (calculator): Do more extensive checking for when
5200 3 lines should be used for the calculator.
5201
5202 2007-02-10 Eli Zaretskii <eliz@gnu.org>
5203
5204 * info-look.el (info-lookup-make-completions):
5205 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
5206 index nodes.
5207
5208 * info.el (Info-fontify-maximum-menu-size): Document the effect
5209 of a nil value.
5210 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
5211 non-nil before using it as size.
5212
5213 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
5214
5215 * subr.el (insert-for-yank-1): Prevent read-only properties from
5216 interfering with text property operations.
5217
5218 * image-mode.el (image-mode): Revert 2007-01-30 changes.
5219
5220 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
5221 (image-type-auto-detected-p): Fail if another match is found in
5222 auto-mode-alist.
5223
5224 * files.el (magic-mode-alist): Call image-mode instead of
5225 image-mode-maybe for autodetected images.
5226
5227 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
5228
5229 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
5230 Fix typos in docstrings.
5231 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
5232
5233 2007-02-09 Kim F. Storm <storm@cua.dk>
5234
5235 * emacs-lisp/float-sup.el: Remove obsolete comment.
5236
5237 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5238
5239 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
5240
5241 2007-02-08 Karl Fogel <kfogel@red-bean.com>
5242
5243 * simple.el: Revert previous change, at request of RMS:
5244 (fundamental-mode-hook): Remove.
5245 (fundamental-mode): Run after-change-major-mode-hooks manually,
5246 and don't run the now-nonexistent fundamental-mode-hook.
5247
5248 2007-02-08 Karl Fogel <kfogel@red-bean.com>
5249
5250 * simple.el (fundamental-mode-hook): Declare new hook.
5251 (fundamental-mode): Run the new dedicated hook, and don't run
5252 after-change-major-mode-hooks manually anymore.
5253
5254 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5255
5256 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
5257 added columns of chars. Remove support for the "no-meta-info" format.
5258 Prompted by Romain Francoise <romain@orebokech.com>.
5259
5260 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
5261
5262 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
5263 (gdb-mouse-until, gdb-mouse-jump): Use it.
5264
5265 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
5266
5267 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
5268 work when there is just an assembler buffer (no source buffer).
5269
5270 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
5271
5272 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
5273 just because the diff was produced using "-p" (--show-c-function).
5274
5275 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
5276
5277 * faces.el (frame-set-background-mode): Use `color-values' and
5278 `display-color-p', not `x-color-values' and `x-display-color-p'.
5279 (face-valid-attribute-values): Use `defined-colors' instead of
5280 `x-defined-colors'.
5281
5282 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5283
5284 * ps-print.el: The ps-print commands without face printing should not
5285 print background color. Reported by Leo <sdl.web@gmail.com>.
5286 (ps-print-version): New version 6.7.3.
5287 (ps-begin-job): New arg. Fix ps-default-background and
5288 ps-default-foreground initialization.
5289 (ps-face-attributes): Fix doc string.
5290 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
5291
5292 * printing.el: Fix ps-print link.
5293
5294 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
5295
5296 * faces.el (face-set-after-frame-default): Compile attributes to
5297 be set by frame parameters before merging in X resources.
5298
5299 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
5300
5301 * simple.el (blink-matching-paren-dont-ignore-comments):
5302 (blink-matching-paren-on-screen): Doc fixes.
5303
5304 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
5305
5306 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
5307
5308 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
5309
5310 * loadhist.el (unload-feature): Silently ignore `load-history' entries
5311 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
5312 entries like `defun'. Return nil.
5313
5314 2007-02-05 Kim F. Storm <storm@cua.dk>
5315
5316 * ido.el: Doc fixes.
5317
5318 2007-02-04 David Kastrup <dak@gnu.org>
5319
5320 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
5321 `mpuz-allow-double-multiplicator' is non-zero, and correct
5322 calculation of `min'.
5323
5324 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
5325
5326 * wid-edit.el (widget-default-create): Insert new text at the
5327 :from marker _after_ the marker, not before it.
5328
5329 2007-02-04 Alan Mackenzie <acm@muc.de>
5330
5331 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
5332 containing it is re-indented.
5333
5334 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
5335
5336 * net/newsticker.el (newsticker--insert-image): Update docstring,
5337 and insert the image directly.
5338 (newsticker--buffer-redraw): Update docstring.
5339
5340 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5341 Rename from define-global-minor-mode.
5342
5343 * progmodes/cwarn.el (global-cwarn-mode):
5344 * emacs-lisp/autoload.el (make-autoload):
5345 * hi-lock.el (global-hi-lock-mode):
5346 * font-core.el (global-font-lock-mode): All callers changed.
5347
5348 2007-02-03 Eli Zaretskii <eliz@gnu.org>
5349
5350 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
5351 Don't copy @ignore lines into menu descriptions.
5352 (texinfo-multi-file-update): Goto the @node line before attempting
5353 to pluck the node name.
5354 (texinfo-multiple-files-update): Reverse the optional arguments'
5355 order, as per the doc string and the `interactive' form.
5356
5357 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
5358
5359 * image-mode.el: Use autoload to avoid overriding disabled setting
5360 applied in .emacs.
5361
5362 2007-02-03 Alan Mackenzie <acm@muc.de>
5363
5364 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
5365 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
5366 adjacent paren groups).
5367
5368 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5369
5370 * progmodes/ebnf2ps.el: Doc fixes.
5371 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
5372
5373 2007-02-02 Eli Zaretskii <eliz@gnu.org>
5374
5375 * dired-x.el (dired-do-relsymlink): Add reference to
5376 dired-do-symlink. Add an autoload cookie.
5377
5378 * dired-aux.el (dired-do-symlink): Add reference to
5379 dired-do-relsymlink.
5380
5381 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
5382
5383 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
5384 <left-fringe mouse-3>: New bindings.
5385
5386 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
5387
5388 * net/newsticker.el (newsticker-version): Changed to "1.10".
5389 (newsticker--set-customvar): Doc string.
5390 (newsticker-new-item-face): Doc string.
5391 (newsticker-mode): Initialize `invisibility-spec' with t.
5392 (newsticker-mode-map): Added
5393 `newsticker-mark-all-items-at-point-as-read'.
5394 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
5395 (newsticker-w3m-show-inline-images): Do not call
5396 `w3m-remove-image'.
5397 (newsticker--buffer-after-w3m-insert-image): New advice for
5398 w3m-insert-image to cache images.
5399 (newsticker-next-item-same-feed): New.
5400 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
5401 (newsticker-mark-all-items-of-feed-as-read): New.
5402 (newsticker-mark-all-items-at-point-as-read): Use new functions.
5403 (newsticker-mark-item-at-point-as-read): Doc string.
5404 (newsticker-mark-item-at-point-as-read): Use new functions.
5405 (newsticker--do-mark-item-at-point-as-read): New, extracted from
5406 `newsticker-mark-item-at-point-as-read'.
5407 (newsticker-hide-entry): Use (t) instead of t for invisibility.
5408 (newsticker--sentinel): Yet another xml-parser workaround.
5409 (newsticker--decode-iso8601-date): Bugfix for datestrings without
5410 days.
5411 (newsticker--buffer-do-insert-text): Fix.
5412 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
5413 (newsticker--buffer-make-item-completely-visible):
5414 `switch-to-buffer' not necessary.
5415
5416 2007-02-02 Eli Zaretskii <eliz@gnu.org>
5417
5418 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
5419 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
5420 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
5421 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
5422 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
5423
5424 2007-02-02 Kenichi Handa <handa@m17n.org>
5425
5426 * international/quail.el (quail-show-key): Fix an error message.
5427
5428 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
5429
5430 * faces.el (set-face-underline-p, modify-face): Rename arg
5431 UNDERLINE-P to UNDERLINE (it is not a flag).
5432
5433 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
5434
5435 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
5436 when adding gdb-speedbar-update to gdb-input-queue.
5437
5438 2007-02-01 Kenichi Handa <handa@m17n.org>
5439
5440 * international/quail.el (quail-show-key): Signal an error if the
5441 current input method is not using Quail.
5442
5443 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
5444
5445 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
5446 Trim leading whitespace in sysvar names.
5447
5448 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
5449
5450 * faces.el (internal-find-face, internal-get-face): Doc fixes.
5451
5452 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
5453
5454 * ido.el (ido-set-common-completion): Use `let', not `let*'.
5455
5456 2007-01-31 Romain Francoise <romain@orebokech.com>
5457
5458 * comint.el: Delete extra copy of `comint-copy-old-input' added in
5459 previous change to this file.
5460
5461 2007-01-31 Jason Rumney <jasonr@gnu.org>
5462
5463 * files.el (magic-mode-alist): Use image-mode-maybe rather than
5464 image-mode.
5465
5466 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
5467 interfering with attempt to set major mode from modified
5468 auto-mode-alist.
5469
5470 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
5471
5472 * faces.el (color-values): Doc fix.
5473 (face-differs-from-default-p): Don't check :foreground twice.
5474
5475 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
5476
5477 * comint.el (comint-mode): Prevent non-keyword fontification by default.
5478
5479 2007-01-31 Kenichi Handa <handa@m17n.org>
5480
5481 * international/quail.el (quail-store-decode-map-key): Store a
5482 translated character too.
5483 (quail-char-equal-p): New function.
5484 (quail-find-key1): Check character equality by quail-char-equal-p.
5485 (quail-decode-map-generated): New variable.
5486 (quail-find-key): Check quail-decode-map-generated and re-generate
5487 a decode map if necessary.
5488
5489 2007-01-30 Richard Stallman <rms@gnu.org>
5490
5491 * tutorial.el (tutorial--detailed-help): Make the list of
5492 changed keys look nicer.
5493
5494 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
5495
5496 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
5497 (gdb-var-delete): Use it.
5498 (gdb-var-update-handler-1): Handle value "invalid" for MI field
5499 `in_scope'.
5500
5501 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
5502
5503 * files.el (get-free-disk-space): Return nil for remote directories.
5504
5505 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
5506 instead of "dir".
5507
5508 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
5509
5510 * type-break.el (type-break-catch-up-event): New function.
5511 (type-break-demo-hanoi, type-break-demo-life)
5512 (type-break-demo-boring): Use it.
5513
5514 * image-mode.el (image-mode): Don't automatically view as image.
5515 (image-toggle-display): Add `disabled' property.
5516
5517 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
5518
5519 * isearchb.el (isearchb-iswitchb):
5520 * ps-print.el (ps-build-face-reference):
5521 * emacs-lisp/shadow.el (list-load-path-shadows):
5522 * eshell/esh-cmd.el (eshell-rewrite-for-command):
5523 * international/mule.el (find-auto-coding):
5524 * mail/supercite.el (sc-attrib-selection-list):
5525 * progmodes/cc-defs.el (c-emacs-features):
5526 * progmodes/cc-vars.el (c-offsets-alist):
5527 * progmodes/flymake.el
5528 (flymake-init-create-temp-source-and-master-buffer-copy):
5529 Fix typos in docstrings (some suggested by Chris Moore).
5530
5531 * progmodes/vhdl-mode.el (vhdl-components-package-name)
5532 (vhdl-get-library-unit, vhdl-corresponding-begin)
5533 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
5534 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
5535 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
5536 (vhdl-font-lock-match-item): Fix typos in docstrings.
5537 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
5538 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
5539 (vhdl-speedbar-insert-project-hierarchy):
5540 Improve argument/docstring consistency.
5541
5542 2007-01-29 Kenichi Handa <handa@m17n.org>
5543
5544 * international/titdic-cnv.el (py-converter): Fix previous change.
5545
5546 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
5547
5548 * jka-compr.el (jka-compr-partial-uncompress)
5549 (jka-compr-call-process): Rebind default-directory if it is
5550 invalid. Suggested by Chris Moore.
5551
5552 * comint.el (comint-insert-input): Handle situation where the
5553 selected buffer is not the clicked buffer.
5554
5555 2007-01-29 Kenichi Handa <handa@m17n.org>
5556
5557 * international/ja-dic-cnv.el (skkdic-convert):
5558 Add byte-compile-disable-print-circle:t at the head.
5559
5560 * international/titdic-cnv.el (tit-process-header):
5561 Add byte-compile-disable-print-circle:t at the head.
5562 (miscdic-convert): Likewise.
5563 (py-converter): Skip the header comments.
5564
5565 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
5566 New variable.
5567 (byte-compile-output-file-form): Bing print-circle to nil if
5568 byte-compile-output-file-form is not nil.
5569 (byte-compile-output-docform): Likewise.
5570
5571 2007-01-28 Kim F. Storm <storm@cua.dk>
5572
5573 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
5574 Declare earlier to avoid byte compiler warnings.
5575
5576 2007-01-28 Markus Triska <markus.triska@gmx.at>
5577
5578 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
5579
5580 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
5581
5582 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
5583 (gamegrid-add-score-with-update-game-score-1): Allow local quits
5584 when calling update-game-score program. Remove unnecessary
5585 save-excursion.
5586
5587 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
5588
5589 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
5590
5591 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
5592 avoid compiler warning.
5593 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
5594 might have values other than "true" or "false".
5595
5596 2007-01-28 Richard Stallman <rms@gnu.org>
5597
5598 * textmodes/fill.el (fill-paragraph-function): Doc fix.
5599 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
5600
5601 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
5602
5603 * image.el (image-type-header-regexps): Make GIF regex more specific.
5604
5605 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
5606 Don't check `backspace'.
5607 (tutorial--find-changed-keys): Look up bindings in a temp buffer
5608 in Fundamental mode.
5609
5610 * startup.el (fancy-splash-text, normal-splash-screen):
5611 Mention C-g.
5612
5613 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
5614 when inserting in buffer.
5615
5616 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
5617 inside the if.
5618
5619 2007-01-27 Richard Stallman <rms@gnu.org>
5620
5621 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
5622
5623 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
5624
5625 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
5626 enum/union/struct/class definition.
5627 Revert change to call `forward-sexp' multiple times.
5628
5629 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
5630
5631 * files.el (hack-local-variables-confirm): Don't keep trying to
5632 read an event from an empty kbd macro.
5633
5634 2007-01-27 Eli Zaretskii <eliz@gnu.org>
5635
5636 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
5637
5638 2007-01-27 Ben North <ben@redfrontdoor.org>
5639
5640 * outline.el (outline-promote, outline-demote): Doc fix. Rename
5641 the arg CHILDREN -> WHICH.
5642
5643 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
5644
5645 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
5646 default-directory to a sane value when calling start-process.
5647
5648 2007-01-27 Eli Zaretskii <eliz@gnu.org>
5649
5650 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
5651 (ls-lisp-format-time-list): Doc fix. Mention
5652 ls-lisp-use-localized-time-format.
5653 (ls-lisp-format-time): Use ls-lisp-format-time-list if
5654 ls-lisp-use-localized-time-format is non-nil, even if a valid
5655 locale is defined.
5656
5657 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
5658
5659 * jka-compr.el (jka-compr-shell): Doc fix.
5660
5661 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
5662
5663 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5664
5665 * ps-print.ps: Fix background height.
5666 (ps-print-version): New version 6.7.2.
5667
5668 2007-01-26 Eli Zaretskii <eliz@gnu.org>
5669
5670 * makefile.w32-in (finder-data, custom-deps): Depend on
5671 $(lisp)/loaddefs.el.
5672
5673 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
5674
5675 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
5676
5677 2007-01-24 Miles Bader <miles@gnu.org>
5678
5679 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
5680 (byte-compile-output-docform): Bind `print-circle' to t.
5681
5682 2007-01-24 Kenichi Handa <handa@m17n.org>
5683
5684 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
5685 file name of the original SKK dictionary file.
5686
5687 2007-01-24 Kim F. Storm <storm@cua.dk>
5688
5689 * ido.el (ido-initial-position): New variable.
5690 (ido-read-internal): Set it if default item is specified.
5691 (ido-minibuffer-setup): Position cursor accordingly if set.
5692 (ido-edit-input): C-e moves to end of input if not already there.
5693 (ido-magic-backward-char): C-b does like M-b if prev char is /.
5694 Don't switch to buffer mode if repeating C-b at start of input.
5695 (ido-toggle-ignore): C-a only toggles ignore at start or end of
5696 input; else it moves to start of input.
5697 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
5698 not at end of input, delete rest of input, rather than normal op.
5699
5700 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
5701
5702 * emulation/viper-keym.el (viper-insert-basic-map):
5703 Delete binding for S-TAB.
5704
5705 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
5706 of message. Activate mark.
5707 (ediff-activate-mark): Set transient-mark-mode to t.
5708
5709 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
5710
5711 2007-01-23 Martin Rudalics <rudalics@gmx.at>
5712
5713 * help-fns.el (describe-variable): Don't suppress display of
5714 buffer local value when the value is "large".
5715
5716 2007-01-22 Kim F. Storm <storm@cua.dk>
5717
5718 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
5719 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
5720 (ido-tidy): Use ido-active.
5721
5722 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
5723
5724 * hexl.el (hexl-mode-exit): Add missing quote.
5725
5726 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5727
5728 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
5729 (mac-ae-keyboard-modifiers): New function.
5730 (mac-handle-toolbar-switch-mode): Use it.
5731 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
5732 if keyboard modifiers on drop contain option key.
5733 (mac-dnd-drop-data): Add optional argument `action'.
5734 (special-event-map): Remove binding for M-drag-n-drop.
5735
5736 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
5737
5738 * add-log.el (add-log-current-defun): Use CC Mode functions to
5739 find the beginning and end of a defun.
5740
5741 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
5742
5743 * progmodes/gdb-ui.el (gdb-var-create-regexp)
5744 (gdb-var-create-handler): Handle value field in GDB output of
5745 -var-create.
5746 (gdb-max-frames): New variable.
5747 (gdb-stack-buffer, gdb-frames-select): Use it.
5748 (gdb-info-stack-custom): Help user customize gdb-max-frames,
5749 if necessary.
5750 (gdb-get-frame-number): Simplify.
5751
5752 2007-01-21 Glenn Morris <rgm@gnu.org>
5753
5754 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
5755 Update copyrights.
5756
5757 2007-01-21 Alan Mackenzie <acm@muc.de>
5758
5759 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
5760 handling of K&R stuff.
5761
5762 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5763
5764 * textmodes/bibtex.el (bibtex-files): Fix customization type.
5765
5766 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5767
5768 * ps-print.el: Handle frame parameters (background and/or foreground
5769 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
5770 (ps-print-version): New version 6.7.1.
5771 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
5772 (ps-frame-parameter): New fun.
5773 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
5774 Fix doc and customization.
5775 (ps-begin-job): Get frame parameters (background and/or foreground
5776 colors).
5777 (ps-do-despool): Ensure ps-printer-name has a valid value.
5778
5779 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
5780
5781 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
5782 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
5783 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
5784 mean unlimited.
5785
5786 2007-01-20 Alan Mackenzie <acm@muc.de>
5787
5788 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
5789 much more rigorous analysis of putative K&R regions.
5790
5791 2007-01-20 Alan Mackenzie <acm@muc.de>
5792
5793 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
5794 New functions.
5795
5796 2007-01-20 Alan Mackenzie <acm@muc.de>
5797
5798 * progmodes/cc-align.el, progmodes/cc-cmds.el,
5799 * progmodes/cc-defs.el, progmodes/cc-engine.el,
5800 * progmodes/cc-langs.el, progmodes/cc-styles.el,
5801 * progmodes/cc-vars.el: Add my name.
5802
5803 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
5804
5805 * files.el (find-alternate-file): Revert query message to Emacs 21
5806 version.
5807
5808 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
5809
5810 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
5811 the doc string how to use personal abbrevs without electric
5812 keywords.
5813
5814 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5815
5816 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
5817 Fixed cursor position when toggle abbreviated display.
5818
5819 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
5820
5821 * t-mouse.el: Update copyright following assignment by
5822 Alessandro Rubini.
5823
5824 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
5825
5826 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
5827 (type-break-demo-boring): Call read-event instead of read-char.
5828
5829 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
5830
5831 * progmodes/compile.el: Add handling for makepplog.
5832
5833 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
5834
5835 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
5836 aspell dictionaries are initialized when called non-interactively.
5837
5838 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
5839
5840 * progmodes/compile.el (compilation-loop): New arg limit.
5841 Handle case where the first error is at point-min.
5842 (compilation-next-error): New arg to compilation-loop call.
5843
5844 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
5845
5846 * info.el (Info-default-dirs): Change default info dir to
5847 share/info.
5848
5849 * paths.el (Info-default-directory-list): Ditto.
5850
5851 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
5852
5853 * hexl.el (hexl-before-revert-hook): New function.
5854 (hexl-mode): Use it.
5855 (hexl-after-revert-hook): Just call hexl-mode.
5856 (hexl-mode-exit): Remove before-revert-hook.
5857
5858 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
5859
5860 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
5861
5862 2007-01-16 Martin Rudalics <rudalics@gmx.at>
5863
5864 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
5865 by "-" in francais7 otherchars entry.
5866 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
5867 otherchars entry.
5868
5869 2007-01-15 Karl Fogel <kfogel@red-bean.com>
5870
5871 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
5872 path. Rewrite function in `cond' style for readability.
5873
5874 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
5875 (The path shortening, that is, not the rearrarangement.)
5876
5877 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5878
5879 * term/mac-win.el (mac-ae-quit-application): New function.
5880 (mac-apple-event-map): Bind "quit application" Apple event to it.
5881
5882 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
5883
5884 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
5885 than the program's output.
5886
5887 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
5888
5889 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
5890 (kmacro-start-macro-or-insert-counter)
5891 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
5892 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
5893
5894 * longlines.el (longlines-show-hard-newlines):
5895 * ruler-mode.el (ruler-mode-ruler):
5896 * emulation/keypad.el (keypad-setup):
5897 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
5898 Fix typo in docstring.
5899
5900 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
5901
5902 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
5903 Remove redirect character ">".
5904
5905 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
5906
5907 * replace.el (perform-replace): Remove leftover code.
5908
5909 2007-01-12 Richard Stallman <rms@gnu.org>
5910
5911 * replace.el (perform-replace): Don't clear NODENT when computing
5912 the replacement string.
5913
5914 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
5915
5916 * net/tramp.el (tramp-handle-file-local-copy):
5917 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
5918 <christopher.ian.moore@gmail.com>.
5919
5920 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
5921
5922 * diff-mode.el (diff-sanity-check-context-hunk-half)
5923 (diff-sanity-check-hunk): New functions.
5924 (diff-find-source-location): Use'em to check the hunks are well-formed.
5925
5926 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
5927 activate undo when undo is not active.
5928 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
5929
5930 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5931
5932 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
5933 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
5934 (ffap-url-at-point): Use char-classes rather than "a-z".
5935
5936 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
5937
5938 * ediff-init.el (ediff-autostore-merges):
5939 * textmodes/fill.el (fill-region): Doc fix.
5940
5941 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5942
5943 * server.el (server-ensure-safe-dir): UIDs may be floats.
5944
5945 2007-01-10 Richard Stallman <rms@gnu.org>
5946
5947 * battery.el (battery-linux-proc-acpi): Use ignore-errors
5948 around calls to directory-files.
5949
5950 * subr.el (momentary-string-display): Use save-excursion.
5951
5952 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
5953 argument, but read it as `X' does.
5954
5955 2007-01-09 Juri Linkov <juri@jurta.org>
5956
5957 * info.el (Info-fontify-node): Don't hide node names of index entries.
5958
5959 * faces.el (momentary): Change :group to basic-faces where all
5960 basic faces belong to. Add :version.
5961
5962 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
5963
5964 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
5965 keybinding is found.
5966 (tutorial--find-changed-keys): Never treat null keybinding as a
5967 remapping.
5968
5969 2007-01-09 Martin Rudalics <rudalics@gmx.at>
5970
5971 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
5972
5973 2007-01-09 Kenichi Handa <handa@m17n.org>
5974
5975 * international/mule-cmds.el
5976 (select-safe-coding-system-interactively): Fix message.
5977
5978 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
5979
5980 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
5981 (tramp-process-actions): Add optional parameter TIMEOUT.
5982 (tramp-open-connection-telnet, tramp-open-connection-rsh)
5983 (tramp-open-connection-su): Add timeout of 60".
5984
5985 2007-01-09 Richard Stallman <rms@gnu.org>
5986
5987 * progmodes/compile.el (compile): Doc fix.
5988
5989 2007-01-09 Markus Triska <markus.triska@gmx.at>
5990
5991 * tumme.el (tumme-display-thumb): Doc fix.
5992
5993 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
5994
5995 * battery.el (battery-search-for-one-match-in-files):
5996 * bindings.el (mode-line-minor-mode-help):
5997 * x-dnd.el (x-dnd-types-alist):
5998 * calendar/icalendar.el (icalendar-import-buffer):
5999 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
6000
6001 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
6002
6003 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
6004
6005 * replace.el (replace-regexp): Fix typo in docstring.
6006
6007 2007-01-07 Alan Mackenzie <acm@muc.de>
6008
6009 * progmodes/cc-langs.el (c-operators, c-filter-ops):
6010 Amend doc-string and comments.
6011
6012 2007-01-06 Eli Zaretskii <eliz@gnu.org>
6013
6014 * files.el (abbreviate-file-name): Doc fix.
6015
6016 2007-01-06 Markus Triska <triska@gmx.at>
6017
6018 * subr.el (split-string): Remove spurious ")" from doc string.
6019
6020 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
6021
6022 * textmodes/table.el (table--warn-incompatibility):
6023 Use display-warning instead of momentary-string-display.
6024
6025 2007-01-05 Richard Stallman <rms@gnu.org>
6026
6027 * image.el (image-type-header-regexps): Recognize xbm more strictly.
6028
6029 * simple.el (backward-kill-word): Doc fix.
6030
6031 2007-01-05 Romain Francoise <romain@orebokech.com>
6032
6033 * international/mule.el (sgml-html-meta-auto-coding-function):
6034 Ensure that the buffer contains a HTML document.
6035
6036 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6037
6038 * faces.el (momentary): Move here ...
6039 * subr.el (momentary): ... from here.
6040
6041 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
6042
6043 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
6044 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
6045 large structures/arrays.
6046
6047 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
6048
6049 * files.el (find-file-noselect-1, set-visited-file-name):
6050 Allow backup-enable-predicate to be nil.
6051
6052 2007-01-04 Andreas Schwab <schwab@suse.de>
6053
6054 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
6055 last change.
6056
6057 2007-01-03 Richard Stallman <rms@gnu.org>
6058
6059 * woman.el (woman-decode-buffer): Clarify error message.
6060
6061 2007-01-03 Alan Mackenzie <acm@muc.de>
6062
6063 * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
6064
6065 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
6066
6067 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
6068
6069 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6070
6071 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
6072
6073 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
6074
6075 * emulation/viper.el (viper-custom-file-name, viper-mode):
6076 Fix typos in docstrings.
6077
6078 * subr.el (momentary-string-display): After moving point, set POS
6079 variable to it to avoid later errors once the buffer is modified.
6080 Doc fix.
6081
6082 2007-01-02 Alan Mackenzie <acm@muc.de>
6083
6084 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
6085 check that the "*/" is present before trying to manipulate it.
6086
6087 2007-01-02 Richard Stallman <rms@gnu.org>
6088
6089 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
6090
6091 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
6092 Fix format of value.
6093
6094 * cus-edit.el (customize-unsaved): Rename from customize-customized.
6095 Change messages accordingly.
6096 (customize-customized): Now alias.
6097
6098 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
6099
6100 * files.el (version-control): Doc fix.
6101
6102 2007-01-01 Alan Mackenzie <acm@muc.de>
6103
6104 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
6105 Check the format of c-state-cache is valid for an optimisation before
6106 using it.
6107
6108 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
6109 are at a statement within a macro". Other changes so that only
6110 the first continuation line in a macro gets the symbol
6111 `cpp-define-intro', the others getting `statement', or whatever.
6112
6113 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
6114 a string, preserve whitespace. Add a backslash only when also in
6115 a macro.
6116
6117 * progmodes/cc-defs.el: Correct typos.
6118
6119 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
6120 new line after an escaped EOL in a string.
6121
6122 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
6123 label when it directly follows "else", "do", ....
6124
6125 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
6126 angle brackets (as seen in "explicit specialisations" of C++
6127 templates).
6128
6129 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
6130 in the doc-string.
6131
6132 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
6133 when the comment ender looks like "=========*/" and is alone on
6134 its line.
6135
6136 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
6137 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
6138 for the old name.
6139
6140 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
6141 c-\(beginning\|end\)-of-defun by default.
6142
6143 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
6144 New line-up function, for the DEFUN macro in the Emacs C sources.
6145 Only used in "gnu" style.
6146
6147 * progmodes/cc-styles.el (c-style-alist): Use this new function in
6148 the "gnu" style.
6149
6150 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
6151 clean-up comment-close-slash also to work when there's a comment
6152 terminator on the line.
6153 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
6154 these for large arg - only take account of top level {..}, except
6155 for initial and final adjustments. M-- C-M-[ae] now go to the
6156 right defuns when the starting point is between defuns. They use
6157 the four new functions:
6158 (c-in-function-trailer-p, c-where-wrt-brace-construct)
6159 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
6160 support c-\(beginning\|end\)-of-defun.
6161
6162 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
6163 expressions more rigorously, to exclude bit-field specifiers from
6164 being classed as labels.
6165 (c-forward-label): When analyzing a ":" within a macro, be careful
6166 about using c-forward-syntactic-ws at the macro beginning.
6167 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
6168 stmt boundary, check for "operator=", etc.
6169
6170 * progmodes/cc-mode.el (c-postprocess-file-styles):
6171 Bind inhibit-read-only to t, around the call to
6172 c-remove-any-local-eval-or-mode-variables, so that it works on a
6173 RO file.
6174
6175 * progmodes/cc-defs.el (c-version): Update the version number to
6176 "5.31.4".
6177
6178 2007-01-01 Richard Stallman <rms@gnu.org>
6179
6180 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
6181 only if we restored isearch-window-configuration.
6182
6183 2006-12-31 Romain Francoise <romain@orebokech.com>
6184
6185 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
6186
6187 2006-12-31 Kim F. Storm <storm@cua.dk>
6188
6189 * files.el (auto-mode-case-fold): New defcustom.
6190 (set-auto-mode): If non-nil, perform second case-sensitive pass
6191 through auto-mode-alist if first pass failed.
6192
6193 2006-12-30 Richard Stallman <rms@gnu.org>
6194
6195 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
6196
6197 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
6198
6199 * allout.el (allout-encrypt-string): Handle symmetric-key
6200 passphrase caching but leave keypair caching to pgg.
6201
6202 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
6203
6204 Sync with Tramp 2.0.55.
6205
6206 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
6207 `integerp'. `char-equal' could fail else in case of negative
6208 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
6209 (top): Check for `font-lock-add-keywords' before calling; it
6210 doesn't exist under XEmacs.
6211 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
6212 (tramp-completion-mode): Remove clause (not
6213 tramp-unified-filenames), because the function is called in other
6214 context too, where this check results in wrong results in the
6215 XEmacs case on Windows.
6216 (tramp-touch): UTC handling is not possible for XEmacs.
6217
6218 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6219
6220 * scroll-bar.el (previous-scroll-bar-mode): New variable
6221 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
6222 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
6223
6224 * term/x-win.el: Set scroll bar mode to right if set by X resources.
6225
6226 2006-12-30 Richard Stallman <rms@gnu.org>
6227
6228 * files.el (make-backup-file-name-1): Precompute abs name
6229 but don't lose the relative name.
6230
6231 * international/mule-cmds.el (select-safe-coding-system-interactively):
6232 Fix message.
6233
6234 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
6235
6236 * files.el (backup-buffer): Show entire backup file name in msg.
6237
6238 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
6239
6240 * image.el (image-type-header-regexps, image-type-from-data)
6241 (image-type-from-buffer, image-type-from-file-header):
6242 Revert changes from 2006-12-26.
6243 (image-type-auto-detectable): New variable.
6244 (image-type-auto-detected-p): New function.
6245
6246 * files.el (magic-mode-alist): Detect image files with
6247 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
6248
6249 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
6250
6251 * dired.el (dired-sort-other): Move test for dired-mode...
6252 (dired-sort-set-modeline): ...to here.
6253
6254 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6255
6256 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
6257 change. Suggested by Stefan Monnier.
6258
6259 2006-12-29 Kim F. Storm <storm@cua.dk>
6260
6261 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
6262 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
6263
6264 2006-12-27 Kim F. Storm <storm@cua.dk>
6265
6266 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
6267 so it doesn't accidentally match an fsf.org mail address.
6268 (authors-renamed-files-alist): Add tcover-*.el.
6269
6270 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
6271
6272 * vc-arch.el (vc-arch-find-version): New function.
6273
6274 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
6275 composed of arbitrary characters (even /) in some systems.
6276
6277 2006-12-27 Eli Zaretskii <eliz@gnu.org>
6278
6279 * international/mule-cmds.el (select-safe-coding-system-interactively):
6280 Improve the message in the *Warning* buffer.
6281
6282 2006-12-27 Kim F. Storm <storm@cua.dk>
6283
6284 * ido.el (ido-set-matches-1): Fix last change. If default item is
6285 current buffer, it is ok to be first.
6286
6287 2006-12-27 Kenichi Handa <handa@m17n.org>
6288
6289 * international/mule-cmds.el (select-safe-coding-system-interactively):
6290 Use face `link' for problematic chars.
6291
6292 2006-12-27 Kenichi Handa <handa@m17n.org>
6293
6294 * international/mule-cmds.el (select-safe-coding-system-interactively):
6295 Improve the message in *Warning* buffer.
6296
6297 2006-12-27 Kim F. Storm <storm@cua.dk>
6298
6299 * ido.el (ido-set-matches-1): Never put current buffer first if
6300 there are other matches.
6301
6302 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
6303
6304 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
6305 expressions.
6306 (gdb-var-delete): Handle duplicate names. Print message for non
6307 root expressions.
6308 (gdb-partial-output-name): Start buffer name with a space.
6309 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
6310 buffer name.
6311
6312 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6313
6314 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
6315 last footnote when `footnote-spaced-footnotes' is nil.
6316
6317 2006-12-26 Richard Stallman <rms@gnu.org>
6318
6319 * cus-edit.el (custom-browse-sort-alphabetically)
6320 (custom-buffer-sort-alphabetically)
6321 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
6322
6323 * image.el (image-type-header-regexps): Change element format
6324 to include third item NOT-ALWAYS.
6325 (image-type-from-data): Handle new format.
6326 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
6327 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
6328
6329 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
6330
6331 * add-log.el (add-log-current-defun): Call `forward-sexp'
6332 multiple times to pick a member function name defined as
6333 part of nested classes/namespaces.
6334
6335 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6336
6337 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
6338 which keymap should be used to change menu. It does not affect any
6339 existent code.
6340
6341 2006-12-26 Richard Stallman <rms@gnu.org>
6342
6343 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
6344 rather than for being in a minibuffer window.
6345
6346 2006-12-25 Daiki Ueno <ueno@unixuser.org>
6347
6348 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
6349 locale-coding-system.
6350 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
6351 LF.
6352
6353 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
6354
6355 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
6356 (sql-mode-syntax-table): Disable double quoted strings.
6357 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
6358
6359 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6360
6361 * startup.el (fancy-splash-last-input-event): New variable.
6362 (fancy-splash-special-event-action): New function.
6363 (fancy-splash-screens): Temporarily bind special events to it.
6364 Execute command for saved special event before exiting from
6365 recursive editing.
6366
6367 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
6368 New functions.
6369 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
6370 Use mac-unread-string.
6371
6372 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6373
6374 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
6375 an optimized comment regexp if `comment-start-skip' uses a ^.
6376 * bs.el (bs--up): Remove interactive spec.
6377
6378 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
6379
6380 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
6381 Suggested by James Cloos.
6382
6383 2006-12-24 Kevin Ryde <user42@zip.com.au>
6384
6385 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
6386 in March.
6387 (calendar-dst-ends): Default to first Sunday in November.
6388
6389 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
6390
6391 * allout.el (allout-encrypt-string): Inhibit use of agent within
6392 body of let form where encryption happens. Acknowledge non-use of
6393 gpg-agent in docstring.
6394 (allout-toggle-subtree-encryption): Acknowledge non-use of
6395 gpg-agent in docstring.
6396
6397 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
6398
6399 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
6400
6401 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
6402
6403 * ediff-diff.el (ediff-diff-options): Clarify docstring.
6404 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
6405
6406 * emulation/viper-cmd.el (viper-post-command-sentinel):
6407 Protect against errors in hooks.
6408 (viper-add-newline-at-eob-if-necessary): Add newline only if we
6409 actually modify buffer; ignore errors if occur.
6410
6411 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
6412
6413 * calendar/calendar.el (calendar-mode-map): Switch < and >.
6414 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
6415 formatting.
6416
6417 2006-12-23 Richard Stallman <rms@gnu.org>
6418
6419 * simple.el (delete-horizontal-space): Doc fix.
6420
6421 2006-12-23 Eli Zaretskii <eliz@gnu.org>
6422
6423 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
6424 explicitly in a recursive Make, not implicitly through prerequisites,
6425 since the latter is wrong under parallel builds.
6426
6427 2006-12-22 Eli Zaretskii <eliz@gnu.org>
6428
6429 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
6430
6431 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
6432
6433 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
6434 message string.
6435
6436 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
6437
6438 * outline.el (outline-next-visible-heading): Fix the case with a
6439 header at end-of-file with no final newline.
6440
6441 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
6442
6443 * indent.el (tab-always-indent): Doc fix.
6444
6445 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
6446
6447 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
6448 (Info-fontify-node): Do fontify indices.
6449
6450 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
6451 to the Emacs Lisp reference manual.
6452 (tutorial--tab-map): Remove. All callers changed.
6453 (tutorial--find-changed-keys): New elt QUIET, used to...
6454 (tutorial--display-changes): ...ensure that warning messages are
6455 only issued once per changed key.
6456 (tutorial--remove-remarks): Delete unused code-path.
6457 (lang-strings): Remove extraneous formatting.
6458 (tutorial--save-tutorial): Prompt before saving tutorial state.
6459
6460 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
6461
6462 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
6463 Replace '?\ ' by '?\s' throughout.
6464 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
6465 `help' custom group.
6466 (tutorial--key-description): New function.
6467 (tutorial--display-changes): Remove redundant arg. Scan for all
6468 key sequences to avoid false matches. Cleanup.
6469 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
6470 reduce homedir pollution.
6471 (help-with-tutorial): Call tutorial--display-changes with no arg.
6472
6473 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
6474
6475 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
6476
6477 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
6478
6479 * net/tramp.el (tramp-default-method): We still need to check for
6480 `executable-find', because it is not bound under Emacs 20.
6481 (tramp-handle-file-name-completion)
6482 (tramp-completion-handle-file-name-completion): Handle optional
6483 parameter PREDICATE.
6484 (tramp-find-default-method): Add code for default values.
6485
6486 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
6487
6488 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
6489 make gud-go send "continue".
6490
6491 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
6492
6493 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
6494 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
6495
6496 2006-12-19 Kim F. Storm <storm@cua.dk>
6497
6498 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
6499 instead of global-map.
6500
6501 * files.el (magic-mode-alist): Allow matching file type by
6502 calling a function at bob. Check for image types by calling
6503 image-type-from-buffer. Suggested by Juanma Barranquero.
6504 (set-auto-mode): Do it.
6505
6506 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
6507
6508 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
6509 Remove "ControlMaster" option from the other `scp*' methods.
6510 (tramp-default-method): Check for ssh-agent before setting to `scp'.
6511
6512 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
6513
6514 * textmodes/org.el (org-mode): Show context after isearch.
6515 (org-show-siblings): New function.
6516 (org-show-context): Use `org-show-siblings'.
6517
6518 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
6519
6520 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
6521 Use syntax-ppss-toplevel-pos.
6522
6523 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
6524
6525 * textmodes/org.el (org-current-line): Make sure that lines are
6526 counted from beginning of buffer.
6527 (org-table-copy-region, org-table-paste-rectangle): Make sure that
6528 lines are counted from beginning of buffer.
6529
6530 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
6531
6532 * info.el (Info-build-node-completions): Signal error if tag-table
6533 marker is not found.
6534
6535 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6536
6537 2006-12-17 Alan Mackenzie <acm@muc.de>
6538
6539 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
6540 speed) the case when open-paren-in-column-0-is-defun-start is nil.
6541 Based on code by Martin Rudalics.
6542
6543 * progmodes/cc-mode.el (c-basic-common-init): Don't set
6544 open-paren-in-column-0-is-defun-start to nil any more.
6545
6546 2006-12-17 Richard Stallman <rms@gnu.org>
6547
6548 * simple.el (delete-horizontal-space): Use prefix arg.
6549
6550 * help-fns.el (describe-variable): Improve blank separator lines.
6551
6552 * files.el (magic-mode-alist): Mark as risky.
6553
6554 * files.el (make-backup-file-name-1):
6555 Expand backup-directory explicitly.
6556
6557 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
6558
6559 * net/tramp.el (tramp-default-method): Before setting to "pscp",
6560 check whether package password.el is loaded, or Pageant is running.
6561
6562 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
6563
6564 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
6565 (icalendar--rris): First try Emacs, then XEmacs.
6566 (icalendar--convert-ical-to-diary): Doc fix.
6567 Insert newline at end of target file.
6568
6569 2006-12-17 Kim F. Storm <storm@cua.dk>
6570
6571 * outline.el (outline-isearch-open-invisible-function): New defvar.
6572 (outline-flag-region): Use it if non-nil for isearch-open-invisible
6573 overlay property instead of outline-isearch-open-invisible.
6574
6575 2006-12-16 Kim F. Storm <storm@cua.dk>
6576
6577 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
6578 if ido-directory-too-big is set on entry.
6579 (ido-toggle-ignore, ido-completion-help): Print message while
6580 reading big directory.
6581
6582 2006-12-15 Richard Stallman <rms@gnu.org>
6583
6584 * shell.el (shell): Doc fix.
6585
6586 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
6587
6588 * emulation/edt.el (edt-xserver):
6589 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
6590 to fix a problem on Cygwin.
6591
6592 * emulation/edt.el
6593 * emulation/edt-mapper.el
6594 * emulation/edt-lk201.el
6595 * emulation/edt-pc.el
6596 * emulation/edt-vt100.el: Update maintainer's email address.
6597
6598 2006-12-15 Simon Marshall <simon@gnu.org>
6599
6600 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
6601
6602 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6603
6604 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
6605 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
6606 instead of mac-atsu-font-table.
6607 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
6608
6609 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
6610
6611 * align.el (align-match-tex-pattern): Fix a rare bug which
6612 hanged Emacs.
6613
6614 2006-12-14 Richard Stallman <rms@gnu.org>
6615
6616 * startup.el (use-fancy-splash-screens-p): Use frame-height
6617 instead of window-height. Pass frame to image-size.
6618
6619 2006-12-13 Kenichi Handa <handa@m17n.org>
6620
6621 * international/mule-cmds.el (set-locale-environment):
6622 Set default-sendmail-coding-system too.
6623
6624 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
6625
6626 * progmodes/idlw-help.el: Fix copyright notice.
6627
6628 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
6629
6630 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
6631
6632 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
6633
6634 * subr.el (unread-command-char): Reformat obsolescence info.
6635
6636 2006-12-11 Richard Stallman <rms@gnu.org>
6637
6638 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
6639 about calls to cl-struct-setf-expander.
6640
6641 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
6642
6643 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
6644 (ediff-combination-pattern): Fix typo in docstring.
6645
6646 * textmodes/refer.el (refer-find-entry): Doc fix.
6647 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
6648 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
6649 Fix tipos in docstrings.
6650
6651 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
6652
6653 2006-12-10 Kim F. Storm <storm@cua.dk>
6654
6655 * ido.el (ido-init-completion-maps): Remap backward-kill-word
6656 instead of binding M-backspace.
6657
6658 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
6659
6660 * replace.el (replace-match-data, replace-match-maybe-edit):
6661 * calc/calc-aent.el (calc-eval-error):
6662 * emulation/vi.el (vi-char-argument):
6663 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
6664 (c-vsemi-status-unknown-p-fn): Doc fixes.
6665
6666 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
6667
6668 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
6669 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
6670
6671 2006-12-10 Masatake YAMATO <jet@gyve.org>
6672
6673 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
6674
6675 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
6676
6677 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
6678
6679 * man.el (Man-xref-button-action): New function. If the
6680 `Man-target-string' button property is a function, assume it
6681 accepts a position argument.
6682 (Man-abstract-xref-man-page): Use it.
6683 (Man-default-man-entry): New optional arg POS.
6684
6685 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
6686 symlink arrows read-only and non-rear-sticky.
6687
6688 2006-12-09 Martin Rudalics <rudalics@gmx.at>
6689
6690 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
6691 (wdired-search-and-rename): Simplify code.
6692 (wdired-preprocess-files, wdired-preprocess-perms): Make
6693 read-only property of preceding character rear-nonsticky to
6694 avoid that it can be modified. Put old-name and old-link
6695 properties on character preceding name and replace
6696 put-text-property by add-text-properties.
6697 (wdired-get-filename, wdired-get-previous-link): Get old-name
6698 and old-link properties from character preceding name and
6699 simplify code.
6700 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
6701 (wdired-perms-to-number): Make local-map property
6702 rear-nonsticky to avoid that text following permissions may be
6703 modified. Use add-text-properties instead of put-text-property
6704 when changing a permission bit.
6705 (wdired-change-to-dired-mode): Remove stickiness properties.
6706
6707 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
6708
6709 * international/mule-cmds.el (register-input-method): Doc fix.
6710
6711 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
6712
6713 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
6714
6715 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6716
6717 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
6718 Force buffer local defs evaluation on local variables loading.
6719 (flyspell-mode-on, flyspell-mode-off): Use it in
6720 `hack-local-variables-hook'.
6721
6722 2006-12-09 Eli Zaretskii <eliz@gnu.org>
6723
6724 * emacs-lisp/find-func.el (find-variable): Doc fix.
6725
6726 * help-fns.el (variable-at-point): Doc fix.
6727
6728 * w32-fns.el (w32-append-code-lines): New function.
6729
6730 2006-12-09 Romain Francoise <romain@orebokech.com>
6731
6732 * comint.el (comint-insert-input): Delete obsolete comment.
6733
6734 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
6735
6736 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
6737 current frame, in case we're connected to several displays.
6738
6739 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
6740
6741 * frame.el (other-frame): Doc fix.
6742 (set-frame-parameter): Fix typo in docstring.
6743
6744 2006-12-07 Kim F. Storm <storm@cua.dk>
6745
6746 * info.el (Info-index): Strip leading colon from topic.
6747
6748 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
6749
6750 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
6751 to pointers.
6752
6753 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
6754
6755 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
6756 Trim out spurious class inheritance "None" entries.
6757
6758 2006-12-05 Kim F. Storm <storm@cua.dk>
6759
6760 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
6761 (cua-paste-pop): Rework last change for
6762 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
6763 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
6764 text inserted by the last M-y command.
6765
6766 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6767
6768 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
6769 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
6770
6771 * shell.el (shell): Search the start file in ~/.emacs.d as
6772 `init_SHELLNAME.sh' instead.
6773
6774 2006-12-05 Glenn Morris <rgm@gnu.org>
6775
6776 * progmodes/cperl-mode.el (cperl-mode)
6777 * progmodes/f90.el (f90-mode-abbrev-table)
6778 * progmodes/fortran.el (fortran-mode-abbrev-table)
6779 * progmodes/octave-mod.el (octave-abbrev-table)
6780 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
6781 if abbrev-table is non-nil (saved user abbrevs may have been restored).
6782
6783 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
6784 clear abbrev table, else saved abbrevs will not be restored.
6785
6786 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
6787
6788 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
6789 the call to `make-obsolete-variable', not in the docstring.
6790
6791 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
6792
6793 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
6794
6795 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6796
6797 * progmodes/ebnf-abn.el:
6798 * progmodes/ebnf-bnf.el:
6799 * progmodes/ebnf-dtd.el:
6800 * progmodes/ebnf-ebx.el:
6801 * progmodes/ebnf-iso.el:
6802 * progmodes/ebnf-otz.el:
6803 * progmodes/ebnf-yac.el:
6804 * progmodes/ebnf2ps.el:
6805 * delim-col.el:
6806 * printing.el:
6807 * ps-bdf.el:
6808 * ps-mule.el:
6809 * ps-print.el: Remove 'Time-stamp' comment mark.
6810
6811 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
6812 'easy-menu-add-item' when called in Emacs 21 or higher.
6813
6814 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
6815
6816 * progmodes/ada-xref.el (ada-check-current): Doc fix.
6817 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
6818
6819 2006-12-04 Kim F. Storm <storm@cua.dk>
6820
6821 * bindings.el (global-map): Bind [signal t] to ignore, to have
6822 user signals ignored by default.
6823
6824 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
6825
6826 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
6827 Unicode data file pointed to by `describe-char-unicodedata-file'.
6828
6829 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
6830
6831 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
6832 O(n^2) regexp-search by anchoring the search.
6833
6834 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
6835
6836 * whitespace.el (whitespace-cleanup-internal): Use current
6837 argument for recursive call.
6838
6839 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
6840
6841 * net/tramp.el (tramp-methods): Add "ControlPath" and
6842 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
6843 Andreas Schwab <schwab@suse.de>.
6844 (tramp-do-copy-or-rename-file-out-of-band)
6845 (tramp-open-connection-rsh): Compute format spec for ?t.
6846 (tramp-process-actions): Trace command parameters.
6847
6848 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
6849
6850 * simple.el (toggle-truncate-lines): Clarify doc string.
6851
6852 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
6853 (gdb-speedbar-expand-node): Use it.
6854
6855 2006-12-04 Richard Stallman <rms@gnu.org>
6856
6857 * progmodes/python.el (python-indent): Add safe-local-variable prop.
6858
6859 * dired.el (dired-revert): Turn off dired-after-readin-hook
6860 around call to dired-readin.
6861
6862 * menu-bar.el (menu-bar-make-toggle): Add "globally"
6863 to echo area messages.
6864 <indicate-empty-lines, case-fold-search>:
6865 Add "globally" to Help string.
6866 <case-fold-search>: MESSAGE arg need not say "globally".
6867 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
6868
6869 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
6870
6871 * outline.el (outline-end-of-subtree): Don't leave an empty
6872 line hidden as we would a real next heading.
6873
6874 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
6875
6876 * allout.el (allout-ascend): Add an optional argument to preserve
6877 original position of point when unsuccessful. Also, fix a
6878 docstring error.
6879 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
6880 work again, using allout-ascend's new option.
6881 (allout-setup-mode-map): Extract from allout-mode to initialize
6882 allout-mode-map. Call it on file load, so the mode docstring
6883 substitutions work even if allout mode has not yet been invoked.
6884 (allout-mode): Use new allout-setup-mode-map to track any keybinding
6885 customizations since the map was last processed. Also, refine the
6886 docstring so it's ship-shape for release.
6887 (allout-default-layout, allout-beginning-of-line-cycles)
6888 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
6889 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
6890 (allout-version, allout-layout, allout-infer-body-reindent)
6891 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
6892 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
6893 (allout-previous-heading, allout-goto-prefix-doublechecked)
6894 (allout-current-bullet-pos, allout-next-sibling-leap)
6895 (allout-pre-command-business, allout-encrypted-type-prefix)
6896 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
6897 (allout-rebullet-topic, allout-rebullet-topic-grunt)
6898 (allout-flag-region, allout-expose-topic, allout-expose-topic)
6899 (allout-old-expose-topic, allout-listify-exposed)
6900 (allout-process-exposed, allout-latex-verb-quote)
6901 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
6902 (allout-toggle-current-subtree-encryption)
6903 (allout-toggle-subtree-encryption, allout-bullet-isearch):
6904 Remove extraneous open-paren and close paren string escapes.
6905
6906 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
6907
6908 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
6909 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
6910 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
6911 Fix typos in docstrings.
6912
6913 2006-12-03 Glenn Morris <rgm@gnu.org>
6914
6915 * progmodes/cc-align.el
6916 * progmodes/cc-awk.el
6917 * progmodes/cc-cmds.el
6918 * progmodes/cc-compat.el
6919 * progmodes/cc-defs.el
6920 * progmodes/cc-engine.el
6921 * progmodes/cc-langs.el
6922 * progmodes/cc-menus.el
6923 * progmodes/cc-mode.el
6924 * progmodes/cc-styles.el
6925 * progmodes/cc-vars.el
6926 * progmodes/vhdl-mode.el: Fix Copyright format.
6927
6928 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
6929
6930 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
6931 initial down event.
6932
6933 2006-12-02 Kim F. Storm <storm@cua.dk>
6934
6935 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
6936 (cua-repeat-replace-region): Make M-v more robust.
6937 (cua-paste-pop-rotate-temporarily): New defcustom.
6938 (cua-paste-pop): Use it.
6939 (cua-auto-mark-last-change): New defcustom.
6940 (cua-pop-to-last-change): New helper function.
6941 (cua-set-mark): Use them.
6942
6943 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
6944
6945 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
6946 mini-buffer message.
6947
6948 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
6949
6950 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
6951
6952 2006-12-01 Ben North <ben@redfrontdoor.org>
6953
6954 * paren.el: Fix the highlight overlay extension when the user types a
6955 sequence of char very fast just before the open parenthesis.
6956
6957 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6958
6959 * ps-mule.el: Eliminate Emacs 20 compatibility.
6960
6961 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
6962 (ps-print-version): New version 6.7.
6963 (ps-print-quote): Replace '?\ ' by '?\s'.
6964
6965 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
6966
6967 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
6968 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
6969 (hexl-end-of-1k-page): Doc fixes.
6970 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
6971 Fix typos in docstrings.
6972
6973 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6974
6975 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
6976 locally, i.e. without using file name handlers.
6977 (ido-read-internal): Allow mono letter host names, avoiding the
6978 `c:' problem by testing if the file exists locally.
6979 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
6980
6981 2006-11-30 Masatake YAMATO <jet@gyve.org>
6982
6983 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
6984 to avoid bytecomp warnings.
6985 (hexl-mode-old-ruler-function): New variable.
6986 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
6987 and `hl-line-range-function' after `require' hl-line.
6988 Then bind `hl-line-range-function' and `hl-line-face'.
6989 Don't require frame. Don't use `with-no-warnings'.
6990 (hexl-activate-ruler): Store the original value of
6991 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
6992 (hexl-mode-exit): Restore the original value of
6993 `ruler-mode-ruler-function'.
6994
6995 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
6996
6997 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
6998 (hexl-mode-old-hl-line-face): New variable.
6999 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
7000 line when exit from the hexl-mode.
7001
7002 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
7003
7004 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
7005 Doc fixes.
7006
7007 * international/fontset.el (create-fontset-from-ascii-font)
7008 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
7009 (fontset-name-p): Fix typo in docstring.
7010
7011 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
7012
7013 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7014
7015 * ps-bdf.el: Fix maintainer email.
7016
7017 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
7018 compatibility.
7019
7020 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
7021 21 compatibility.
7022 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
7023 Emacs 20 & 21.
7024
7025 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
7026
7027 * progmodes/idlwave.el (idlwave-auto-fill):
7028 Remove paragraph-start let to prevent auto-fill giving up.
7029
7030 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
7031
7032 * vt100-led.el (led-state): Fix typo in previous change.
7033
7034 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7035
7036 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7037 Fix interactive spec of the functions getting defined to make them
7038 work as documented.
7039
7040 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
7041
7042 * startup.el (fancy-splash-screens): Hide initial splash buffer.
7043
7044 2006-11-28 Kim F. Storm <storm@cua.dk>
7045
7046 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
7047 icomplete-mode is enabled.
7048
7049 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
7050
7051 * textmodes/org.el (require): Require gnus-sum during compilation
7052 to avoid problem with a macro call.
7053
7054 2006-11-28 Glenn Morris <rgm@gnu.org>
7055
7056 * emacs-lisp/authors.el (authors-aliases): Add new alias.
7057
7058 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
7059 (fortran-window-create-momentarily): Do not need string-to-char.
7060
7061 2006-11-28 Richard Stallman <rms@gnu.org>
7062
7063 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
7064 Replace incorrect use of assoc-default with a loop.
7065
7066 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
7067
7068 * simple.el (next-error-find-buffer): Improve messages.
7069
7070 * files.el (revert-buffer): Special error message if file
7071 is now not readable.
7072
7073 * facemenu.el (facemenu-add-new-face): Improve doc strings of
7074 constructed commands.
7075
7076 * comint.el (comint-exec-1): Provide Emacs version and `comint'
7077 in INSIDE_EMACS.
7078
7079 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7080
7081 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
7082
7083 * server.el: Remove spurious * in docstrings.
7084 (server-process-filter): Exit from recursive editing before processing
7085 a new request.
7086
7087 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
7088
7089 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
7090 line so hidden blocks will be correctly identified.
7091
7092 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
7093
7094 * ledit.el (ledit-save-defun, ledit-mode):
7095 * resume.el (resume-emacs-args-buffer):
7096 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
7097 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
7098 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
7099 (command-send-input, command-kill-line):
7100 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
7101
7102 * autoarg.el (autoarg-kp-mode): Doc fix.
7103
7104 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
7105 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
7106 (check-emacs-lock): Doc fix. Simplify.
7107
7108 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
7109 (iimage-mode-buffer): Fix typos in docstring.
7110
7111 * misc.el (zap-up-to-char): Doc fix.
7112
7113 * time-stamp.el: Fix comment and obsolescence string for old
7114 functions. Use `dolist' instead of `while'.
7115
7116 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
7117
7118 * disp-table.el (standard-display-8bit, standard-display-default):
7119 * ebuff-menu.el (electric-buffer-list):
7120 * ehelp.el (electric-help-command-loop):
7121 * font-core.el (font-lock-mode):
7122 * help-macro.el (make-help-screen):
7123 * help.el (describe-minor-mode-completion-table-for-indicator)
7124 (lookup-minor-mode-from-indicator):
7125 * indent.el (tab-to-tab-stop, move-to-tab-stop):
7126 * info-look.el (info-lookup-guess-custom-symbol):
7127 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
7128 * longlines.el (longlines-wrap-line):
7129 * macros.el (insert-kbd-macro):
7130 * menu-bar.el (menu-bar-update-buffers):
7131 * misc.el (copy-from-above-command):
7132 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
7133 * newcomment.el (comment-indent):
7134 * novice.el (disabled-command-function):
7135 * sort.el (sort-fields-syntax-table):
7136 * subr.el (momentary-string-display):
7137 * tar-mode.el (tar-header-block-summarize)
7138 (tar-clear-modification-flags):
7139 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
7140 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
7141 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
7142 (te-delete-char, te-down-vertically-or-scroll):
7143 * time-stamp.el (time-stamp-string-preprocess):
7144 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
7145
7146 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
7147
7148 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
7149 in GUD mode.
7150
7151 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
7152 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
7153
7154 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7155
7156 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
7157
7158 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
7159
7160 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
7161 (ada-compile-goto-error): Adapt to new argument profile of
7162 compilation-goto-locus in Emacs 22. Don't check if the various
7163 compile functions are defined; we already do "(require 'compile)".
7164
7165 2006-11-26 Kim F. Storm <storm@cua.dk>
7166
7167 * kmacro.el: Fix commentary.
7168
7169 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
7170
7171 * progmodes/gud.el (gdb): Explain how to run in text command mode
7172 more clearly. Say in error message that multiple debugging
7173 requires restarting GDB.
7174
7175 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
7176
7177 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
7178
7179 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
7180
7181 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
7182 (flymake-popup-menu): Use it instead of posn-at-point.
7183
7184 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7185
7186 * progmodes/cc-vars.el (c-backslash-column):
7187 Mention c-backslash-max-column in documentation for c-backslash-column.
7188
7189 2006-11-24 Lars Hansen <larsh@soem.dk>
7190
7191 * net/tramp.el (tramp-default-method): Under Windows, change from
7192 plink to pscp.
7193 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
7194 (tramp-actions-copy-out-of-band):
7195 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
7196 (tramp-action-out-of-band): Move "Permission denied" handling to
7197 tramp-action-copy-failed.
7198 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
7199 process buffer.
7200
7201 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7202
7203 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7204 strings to a single string. Quote `errors-file-name'.
7205 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7206 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7207 Adjust calls. Use `shell-quote-argument'.
7208
7209 * international/mule.el (load-with-code-conversion)
7210 (with-category-table): Use with-current-buffer.
7211 (after-insert-file-set-coding): Use restore-buffer-modified-p.
7212
7213 2006-11-24 Eli Zaretskii <eliz@gnu.org>
7214
7215 * mail/smtpmail.el (smtpmail-send-it):
7216 Copy buffer-file-coding-system from the mail buffer. Possibly add a
7217 MIME header for the message encoding.
7218 Bind coding-system-for-write around the call to mail-do-fcc.
7219 Use smtpmail-code-conv-from to encode queued mail messages.
7220
7221 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
7222
7223 * tabify.el (tabify-regexp): Doc fix.
7224
7225 * net/rcirc.el (rcirc-buffer-maximum-lines):
7226 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
7227
7228 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
7229 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
7230 Fix typos in output messages.
7231 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
7232
7233 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7234
7235 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
7236 the horse's mouth.
7237 (hexlify-buffer): Don't re-encode an arg that's already encoded.
7238
7239 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
7240
7241 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
7242 Remove condition-case.
7243
7244 2006-11-23 Glenn Morris <rgm@gnu.org>
7245
7246 * progmodes/f90.el (f90-comment-indent): Do not move point in
7247 default case.
7248
7249 2006-11-21 Romain Francoise <romain@orebokech.com>
7250
7251 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
7252 from library name (reverts change of 2005-10-25).
7253
7254 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
7255
7256 * tutorial.el (tutorial--default-keys): Add newline and
7257 delete-backward-char bindings.
7258 (tutorial--detailed-help): Save excursion when finding keys.
7259 Correct warning string for M-x FOO case.
7260 (tutorial--display-changes): Print special keys in tutorial style.
7261 Tweak search regexp for changed keys.
7262
7263 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
7264
7265 * thingatpt.el (thing-at-point-url-at-point): Don't add a
7266 redundant scheme.
7267
7268 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
7269
7270 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
7271 are new to the list at IANA. Also added irc, mms, mmsh.
7272
7273 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
7274
7275 * progmodes/idlw-help.el (idlwave-html-help-location):
7276 Fail gracefully for missing help packages.
7277 (idlwave-help-assistant-open-link): Open full links.
7278 (idlwave-help-assistant-help-with-topic): Direct help link.
7279
7280 * progmodes/idlwave.el (idlwave-mode):
7281 Set add-log-current-defun-function.
7282 (idlwave-current-routine-fullname): Add, to support add-log.
7283 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
7284 to reflect improvements to xml-parse-file.
7285 (idlwave-mode-menu-def): New binding for help-with-topic.
7286
7287 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
7288 Handle extra newlines and spaces.
7289 (idlwave-shell-mode-map): Add help-with-topic.
7290
7291 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
7292
7293 * tutorial.el (tutorial-warning-face): New face.
7294 (tutorial--detailed-help, tutorial--display-changes): Use it.
7295 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
7296 Improve search pattern for occurrences of changed keys.
7297
7298 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7299
7300 * term/x-win.el (x-last-cut-buffer-coding): New variable.
7301 (x-select-text): Set it.
7302 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
7303 when checking for newness.
7304
7305 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
7306
7307 * subr.el (posn-image):
7308 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
7309
7310 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
7311
7312 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7313
7314 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
7315 Exceptions to the rule "add a space between an identifier and an
7316 opening parenthesis". Defaulted to the `#define' problem of cpp.
7317 (glasses-parenthesis-exception-p): New. Check if the region is an
7318 exception regarding to that.
7319 (glasses-make-readable): Use it.
7320 (glasses-convert-to-unreadable): Ditto. Modify the file also if
7321 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
7322
7323 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
7324
7325 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
7326
7327 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
7328
7329 * progmodes/ada-mode.el (ada-make-body): Fix typo.
7330
7331 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
7332 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
7333
7334 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
7335
7336 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
7337 conditions for function or variable bindings.
7338
7339 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
7340
7341 * progmodes/compile.el (compilation-start): Ditto.
7342
7343 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
7344
7345 * net/tramp.el (top): cl and custom are always required.
7346
7347 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7348
7349 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
7350 cut-buffers with next-selection-coding-system if not nil.
7351
7352 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7353
7354 * textmodes/org.el (org-fix-decoded-time): New function.
7355 (org-display-custom-time): Use `org-fix-decoded-time'.
7356
7357 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
7358
7359 * menu-bar.el (menu-bar-games-menu): Remove yow.
7360
7361 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7362
7363 * textmodes/org.el (org-scan-tags): Re-align code fixed.
7364 (org-detach-overlay): Rename from `org-detatch-overlay'.
7365 (org-table-convert-region): Insert space after column separator.
7366 (org-agenda-kill): New command.
7367 (org-metaleft): Call `org-outdent-item' on bullets.
7368 (org-metaright): Call `org-indent-item' on bullets.
7369 (org-timestamp-change): Set `org-last-changed-timestamp'.
7370 (org-current-line): Make sure (bolp) returns correct result.
7371 (org-agenda-change-all-lines): Make sure TODO are highlighted.
7372
7373 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7374
7375 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
7376
7377 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
7378
7379 * mouse.el (global-map): Change 2006-08-16 fix to call
7380 mouse-yank-at-click explicitly, since mouse events are not carried
7381 over into keyboard macros.
7382
7383 2006-11-16 Kim F. Storm <storm@cua.dk>
7384
7385 * ido.el (ido-file-internal): Use current buffer's file name as default
7386 choice for ido-find-alternate-file. Suggested by Matt Hodges.
7387
7388 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
7389
7390 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
7391 (allout-inhibit-aberrance-doublecheck): Rename from
7392 allout-during-yank-processing. All callers changed.
7393 (allout-ascend): Provide for unusual case where some topic after
7394 the first in file is at lower depth than the first.
7395 (allout-shift-in): Ensure the offspring of the new containing
7396 topic are exposed.
7397 (allout-encrypt-string): Preserve the coding-system of the text,
7398 according to that of the containing buffer.
7399 (allout-toggle-subtree-encryption): When the text being encrypted
7400 requires a different coding system, offer to preserve the coding
7401 system using a file local var.
7402
7403 2006-11-15 Simon Marshall <simon@gnu.org>
7404
7405 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
7406 to recognise "T t()" as a function declaration, rather than a
7407 variable instantiation, iff at the top-level or inside a class
7408 declaration. Suggested by Feng Li <fengli@gmail.com>.
7409
7410 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
7411
7412 * progmodes/ada-xref.el (ada-parse-prj-file):
7413 Don't delete project buffer; user may want to edit it.
7414 (ada-xref-set-project-field, ada-xref-current-project-file)
7415 (ada-xref-current-project, ada-show-current-project)
7416 (ada-set-main-compile-application): New functions.
7417 (ada-xref-get-project-field, ada-require-project-file):
7418 Normalize use of ada-prj-default-project-file.
7419 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
7420 Normalize use of ada-require-project-file.
7421 (ada-prj-find-prj-file): Improve doc string, comments.
7422
7423 * progmodes/ada-mode.el (ada-mode-version): Bump version.
7424 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
7425 (ada-create-menu): Add ada-set-main-compile-application,
7426 ada-show-current-main, ada-show-current-project.
7427
7428 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7429
7430 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
7431 (inferior-python-mode): Use it.
7432
7433 2006-11-14 Andreas Schwab <schwab@suse.de>
7434
7435 * term/xterm.el (terminal-init-xterm): Add more key bindings.
7436
7437 2006-11-13 Kim F. Storm <storm@cua.dk>
7438
7439 * ido.el (ido-copy-current-word): C-o copies region if active.
7440
7441 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
7442
7443 * textmodes/org.el (org-emph-face): Fix typo in variable name.
7444
7445 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
7446
7447 * ediff.el (ediff-revision):
7448 * files.el (set-visited-file-name):
7449 * mail/rmailout.el (rmail-output-body-to-file):
7450 Use `format', not `message', in `y-or-n-p' call.
7451
7452 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
7453
7454 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
7455 (org-metaright): Call `org-indent-item' on bullets.
7456 (org-timestamp-change): Set `org-last-changed-timestamp'.
7457 (org-current-line): Make sure (bolp) returns correct result.
7458 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
7459
7460 2006-11-12 Richard Stallman <rms@gnu.org>
7461
7462 * language/european.el (turkish-case-conversion-enable)
7463 (turkish-case-conversion-disable): New functions.
7464 ("Turkish" lang env): Use them.
7465
7466 * international/characters.el (case table):
7467 Do nothing special for i and I.
7468
7469 * subr.el (remove-overlays): Fix last change.
7470
7471 * cus-edit.el (custom-save-all): Use find-file-visit-truename
7472 for visiting the custom file.
7473
7474 2006-11-12 Markus Triska <triska@gmx.at>
7475
7476 * play/handwrite.el (handwrite): Also process lines not ending
7477 with newline. Replace some position-fiddling with different
7478 logic. Improve performance.
7479
7480 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
7481
7482 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
7483 replacing deleted variable `ada-check-switch'.
7484 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
7485 (ada-xref-project-files): Improve doc string.
7486 (ada-find-executable): New function.
7487 (ada-initialize-runtime-library): Use `ada-find-executable'.
7488 (ada-xref-set-default-prj-values): In compile commands, don't need
7489 `ada-cd-command'; `compile' does that more portably.
7490 Use ada-prj-default-check-cmd.
7491 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
7492 properties if not specified in project file.
7493 (ada-goto-declaration): Display useful message for new error
7494 'error-file-not-found.
7495 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
7496 'error-file-not-found.
7497 (ada-get-all-references): Match latest ali syntax. Signal new
7498 error 'error-file-not-found.
7499 (ada-find-in-ali): Match latest ali syntax.
7500 (ada-make-filename-from-adaname): Handle different semantics of
7501 gnatkr in GNAT 3.15p vs later.
7502
7503 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
7504 ada-procedure-start-regexp.
7505 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
7506
7507 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
7508 with defvar.
7509 (ada-language-version): Rename ada05 -> ada2005.
7510 (ada-align-region-separate): Add `eval-when-compile'.
7511 (ada-name-regexp): Remove unneeded escapes in regexp character
7512 alternative.
7513 (ada-compile-goto-error-file-linenr-re): New constant.
7514 (ada-matching-start-re): Handle additional cases `declare',
7515 `procedure', `function'.
7516 (ada-compile-goto-error): Handle "... at line nn".
7517 (ada-mode): Clearer syntax, comments for ff-special-constructs.
7518 Delete support for old versions of `align'.
7519 (ada-search-prev-end-stmt): Handle additional keyword `private'.
7520 (ada-check-defun-name): Simplify handling of `declare'.
7521 (ada-goto-matching-start): Handle nested `begin ... end'.
7522 Handle `declare', `protected', `procedure', `function'.
7523 (ada-create-menu): Presence of arm95 is not conditional on using
7524 GNAT compiler.
7525
7526 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
7527
7528 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
7529 nil in the *RE-Builder* buffer (it causes spurious error messages).
7530
7531 * server.el (server-visit-files): If `minibuffer-auto-raise' has
7532 been set to t, respect it.
7533
7534 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
7535
7536 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
7537 Delete commented out code for old Emacs versions. Autoloading of
7538 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
7539 (ada-mode-version): Bump version number.
7540 (ada-95-string-keywords, ada-2005-string-keywords)
7541 (ada-2005-keywords, ada-name-regexp): New constant.
7542 (ada-language-version, ada-procedure-start-regexp, ada-mode)
7543 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
7544 (ada-package-start-regexp): Support private packages, include package
7545 name (for ada-set-point-accordingly).
7546 (ada-next-procedure, ada-previous-procedure)
7547 (ada-which-function-are-we-in): Match changes to
7548 ada-procedure-start-regexp.
7549 (ada-make-body): Make non-interactive; not a user function.
7550 (ada-make-subprogram-body): Improve doc string.
7551
7552 2006-11-11 Romain Francoise <romain@orebokech.com>
7553
7554 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
7555 `compilation-error-regexp-alist' buffer-local, since we changed
7556 `compilation-error-regexp-alist-alist' locally.
7557
7558 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
7559
7560 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
7561 to the value of `server-raise-frame'.
7562
7563 2006-11-11 Glenn Morris <rgm@gnu.org>
7564
7565 * ido.el (ido-enable-prefix)
7566 * ses.el (ses-call-printer-return)
7567 * net/tramp.el (tramp-unified-filenames)
7568 * progmodes/cc-align.el (c-lineup-string-cont)
7569 * progmodes/compile.el (compilation-directory-matcher)
7570 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
7571 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
7572 (vhdl-clock-rising-edge)
7573 * textmodes/org.el (org-export-with-timestamps)
7574 (org-export-remove-timestamps-from-toc)
7575 (org-export-with-tags): Improve previous doc fixes.
7576
7577 2006-11-11 Richard Stallman <rms@gnu.org>
7578
7579 * textmodes/flyspell.el (flyspell-mode-map):
7580 Bind C-c $ instead of M-RET.
7581
7582 2006-11-10 Simon Marshall <simon@gnu.org>
7583
7584 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
7585 fontification for "case" and "default" keywords.
7586
7587 2006-11-10 Andreas Schwab <schwab@suse.de>
7588
7589 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
7590 Avoid starting sentence with "nil".
7591
7592 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
7593
7594 * server.el (server-raise-frame): New option.
7595 (server-switch-buffer): Use it.
7596
7597 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
7598
7599 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
7600 with a capital.
7601
7602 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
7603
7604 * textmodes/org.el (org-show-hierarchy-above)
7605 (org-show-following-heading): Fix typo in default value.
7606 (org-scan-tags): Make the search case-sensitive.
7607 (org-tags-sparse-tree): Don't overrule
7608 `org-show-following-heading' and `org-show-hierarchy-above'.
7609 (org-reveal): New command.
7610 (org-show-context): Rename from `org-show-hierarchy-above'.
7611 (org-fast-tag-selection-single-key): New option.
7612 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
7613 (org-tags-overlay): New variable.
7614 (org-agenda-todo-ignore-deadlines): New option.
7615 ("session"): Add circular data structure `org-mark-ring' to
7616 exceptions list in session.el.
7617 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
7618 New options.
7619 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
7620 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
7621 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
7622 (org-finalize-agenda): Activate bracket links in agenda.
7623 (org-at-timestamp-p, org-at-date-range-p): Additional argument
7624 INACTIVE-OK.
7625 (org-show-hierarchy-above, org-show-following-heading):
7626 List values allowed for fine-tuned configuration.
7627 (org-show-hierarchy-above): New argument CONTEXT, use the
7628 fine-tuned settings in `org-show-hierarchy-above' and
7629 `org-show-following-heading'.
7630 (org-display-custom-time): New function.
7631 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
7632 (org-display-custom-times, org-time-stamp-custom-formats):
7633 (org-maybe-intangible): New macro.
7634 (org-activate-bracket-links, org-hide-wide-columns):
7635 Use `org-maybe-intangible'.
7636 (org-open-file): Use `shell-quote-argument'.
7637 (org-display-internal-link-with-indirect-buffer): New option.
7638 (org-file-remote-p): Get regexp from list.
7639 (org-link-expand-abbrev): New function.
7640 (org-link-abbrev-alist): New option.
7641 (org-open-at-point, org-cleaned-string-for-export):
7642 Call `org-link-expand-abbrev'.
7643 (org-timeline, org-agenda-list, org-todo-list)
7644 (org-tags-view): Remove the KEEP-MODES argument.
7645 (org-finalize-agenda-hook): New hook.
7646 (org-get-alist-option): New function.
7647 (org-follow-timestamp-link): New function.
7648 (org-open-at-point): Call `org-follow-timestamp-link'.
7649 (org-log-note-marker, org-log-note-purpose)
7650 (org-log-note-window-configuration): New variables.
7651 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
7652 (org-log-note-headings): New option.
7653 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
7654 (org-store-link): Support for dired-mode.
7655 (org-open-file): Substitute environment variables into filename.
7656 (org-last): New defsubst.
7657 (org-agenda-re-align-tags): New function.
7658 (org-agenda-align-tags-to-column): New option.
7659 (org-agenda-timeline): Group removed.
7660 (org-prepare-agenda, org-prepare-agenda-buffers)
7661 (org-run-agenda-series, org-timeline, org-agenda-list)
7662 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
7663 the text property inticating the agenda type.
7664 (org-agenda-post-command-hook): Get agenda type from text property
7665 at point.
7666 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
7667 and obey `org-agenda-overriding-arguments'.
7668 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
7669 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
7670 (org-agenda-week-view, org-agenda-day-view):
7671 Use `org-agenda-overriding-arguments' to make updating work with
7672 multi-block agendas.
7673 (org-agenda-prefix-format): Allow different formats for the
7674 different agenda entry types.
7675 (org-timeline-prefix-format): Option removed, use
7676 `org-agenda-prefix-format' instead.
7677 (org-prepare-agenda): New function.
7678 (org-select-timeline-window): Option removed, use
7679 `org-select-agenda-window' instead.
7680 (org-respect-restriction): Variable removed.
7681 (org-cmp-tag): New function.
7682 (org-agenda-sorting-strategy, org-entries-lessp):
7683 Implement sorting by last tag.
7684 (org-complete): Better completion in in-buffer option lines.
7685 (org-in-item-p): New function.
7686 (org-org-menu): Add entries for checkboxes.
7687 (org-cycle): Extra brouping in outline-regexp, because it is used
7688 in a search with "^" prepended.
7689 (org-provide-checkbox-statistics): New option.
7690 (org-set-font-lock-defaults): Highlight checkbox statistics.
7691 (org-update-checkbox-count-maybe)
7692 (org-get-checkbox-statistics-face): New functions.
7693 (org-update-checkbox-count): New command.
7694 (org-insert-item, org-toggle-checkbox):
7695 Call `org-update-checkbox-count-maybe'.
7696 (org-export-as-html): XEmacs compatibility for coding system.
7697 (org-force-cycle-archived): New command.
7698 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
7699 overrules cycling.
7700 (org-fix-position-after-promote): If the line contains only a todo
7701 keyword, add a final space.
7702 (org-promote-subtree, org-demote-subtree):
7703 Call `org-fix-position-after-promote'.
7704
7705 2006-11-10 Glenn Morris <rgm@gnu.org>
7706
7707 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
7708 date in every year.
7709 (calendar-dst-check-each-year-flag): New customizable variable.
7710 (calendar-dst-find-data): New function, extracted from
7711 calendar-current-time-zone.
7712 (calendar-current-time-zone): Use calendar-dst-find-data.
7713 (calendar-dst-transition-cache): New variable.
7714 (calendar-dst-find-startend, calendar-dst-starts)
7715 (calendar-dst-ends): New functions.
7716 (calendar-daylight-savings-starts)
7717 (calendar-daylight-savings-ends): Change value to use
7718 calendar-dst-starts, calendar-dst-ends; respectively.
7719
7720 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
7721
7722 * ido.el (ido-enable-prefix)
7723 * ses.el (ses-call-printer-return)
7724 * net/tramp.el (tramp-unified-filenames)
7725 * progmodes/cc-align.el (c-lineup-string-cont)
7726 * progmodes/compile.el (compilation-directory-matcher)
7727 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
7728 * progmodes/gdb-ui.el (gdb-many-windows)
7729 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
7730 (vhdl-clock-rising-edge)
7731 * textmodes/org.el (org-export-with-timestamps)
7732 (org-export-remove-timestamps-from-toc, org-export-with-tags)
7733 (org-read-date): Doc fix (Nil -> nil).
7734
7735 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7736
7737 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
7738 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
7739
7740 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
7741
7742 * bs.el (bs--window-for-buffer): Remove.
7743 (bs--show-with-configuration): Use `get-window-with-predicate'
7744 instead of `bs--window-for-buffer'.
7745
7746 2006-11-10 Kenichi Handa <handa@m17n.org>
7747
7748 * files.el (revert-buffer): Fix previous change.
7749
7750 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
7751
7752 * bs.el (bs--redisplay): Fix typo in docstring.
7753 (bs--window-config-coming-from): Make frame-local.
7754 (bs--restore-window-config): New function.
7755 (bs-kill, bs-select, bs-select-other-window)
7756 (bs-select-other-frame): Use it.
7757 (bs--window-for-buffer): Return as soon as a matching buffer is found.
7758 (bs--show-with-configuration): Save the window configuration as a
7759 frame local var, and only if *buffer-selection* is not already
7760 visible on this frame.
7761
7762 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
7763
7764 * vc-svn.el (vc-svn-admin-directory): New var.
7765 (vc-svn-registered, vc-svn-responsible-p)
7766 (vc-svn-repository-hostname): Use it.
7767 Suggested by arit93@yahoo.com.
7768
7769 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
7770
7771 * ldefs-boot.el: Regenerate.
7772
7773 2006-11-08 Alan Mackenzie <acm@muc.de>
7774
7775 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
7776 case (eq open-paren-in-column-0-is-defun-start nil) by searching
7777 for least nested open-paren.
7778
7779 2006-11-08 Romain Francoise <romain@orebokech.com>
7780
7781 * subr.el (remove-overlays): Fix typo in last change.
7782
7783 2006-11-08 Richard Stallman <rms@gnu.org>
7784
7785 * subr.el (remove-overlays): Call overlay-recenter.
7786
7787 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7788
7789 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
7790 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
7791 behaviour.
7792 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
7793 directly.
7794
7795 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
7796
7797 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
7798 (ido-max-dir-file-cache, ido-decorations)
7799 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
7800 (ido-magic-backward-char, ido-enter-dired)
7801 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
7802 (ido-list-directory, ido-first-match, ido-only-match)
7803 (ido-subdir, ido-indicator): Fix typos in docstrings.
7804 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
7805 (ido-read-internal): Fix typo in error message.
7806
7807 2006-11-08 Kenichi Handa <handa@m17n.org>
7808
7809 * international/mule-cmds.el (set-default-coding-systems):
7810 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
7811
7812 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
7813
7814 * makefile.w32-in (setwins): Remove.
7815 (WINS_ALMOST): New macro.
7816 (WINS): Use it.
7817 (autoloads): Don't extract autoloads from files in obsolete/.
7818
7819 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
7820
7821 * whitespace.el (whitespace-buffer): Call remove-overlays after
7822 overlay-recenter for performance. Suggested by Martin Rudalics.
7823
7824 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
7825
7826 * net/tramp.el (tramp-default-method): scp is the default method.
7827
7828 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
7829
7830 * server.el (server-start): Save also the Emacs pid in the server file.
7831
7832 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
7833
7834 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
7835 point when displaying a bibtex cross reference in the echo area.
7836
7837 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
7838
7839 * international/mule.el (make-char): Fix typo in docstring.
7840 (load-with-code-conversion, charsetp): Doc fixes.
7841
7842 * international/ja-dic-cnv.el (skkdic-convert):
7843 * cus-edit.el (hook): Fix typo in docstring.
7844
7845 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
7846
7847 * cus-edit.el (custom-mode-map): Move defvar above code using it.
7848 (custom-mode-link-map): New variable.
7849 (custom-group-link, custom-manual): Use follow-link.
7850
7851 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7852
7853 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
7854 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
7855
7856 2006-11-06 Richard Stallman <rms@gnu.org>
7857
7858 * textmodes/flyspell.el (flyspell-correct-word-before-point):
7859 New function broken out of flyspell-correct-word.
7860 (flyspell-mode-map): Bind it to M-RET.
7861 (flyspell-correct-word): Call it.
7862
7863 * textmodes/fill.el (fill-minibuffer-function): New function.
7864 (fill-paragraph): Bind fill-paragraph-function to
7865 fill-minibuffer-function.
7866
7867 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
7868 so that they aren't undefined.
7869
7870 * dired.el (dired-readin): Locally bind file-name-coding-system.
7871
7872 * bindings.el: Shorten and clarify usual mode line mouse help string.
7873
7874 * Makefile.in (autoloads): Don't include `obsolete'.
7875
7876 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
7877
7878 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
7879 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
7880 Printing menu if it's not initialized.
7881 (pr-menu-bind): Act on menu-bar-file-menu directly.
7882
7883 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
7884
7885 * help.el (view-emacs-news): Fix typo in error message.
7886
7887 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
7888
7889 * shadowfile.el (shadow-define-regexp-group)
7890 (shadow-literal-groups, shadow-insert-var): Doc fixes.
7891 (shadow-read-files): Fix typo in message.
7892 (shadow-inhibit-overload, shadow-find, shadow-suffix)
7893 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
7894 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
7895 (shadow-file-match): Fix typos in docstrings.
7896
7897 * terminal.el (terminal-emulator): Fix typo in message.
7898
7899 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
7900
7901 * emacs-lisp/lselect.el (x-kill-primary-selection)
7902 (x-delete-primary-selection, x-copy-primary-selection):
7903 Fix typos in error messages.
7904
7905 * emulation/edt-mapper.el: Fix typo in interactive message.
7906
7907 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
7908
7909 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
7910 (ispell-help): Fix typos in docstrings.
7911 (ispell-help): Fix typo in output message.
7912
7913 * allout.el (allout-adjust-file-variable)
7914 (allout-passphrase-verifier-string)
7915 (allout-passphrase-hint-string)
7916 (allout-toggle-current-subtree-encryption):
7917 * apropos.el (apropos-synonyms):
7918 * cus-edit.el (hook):
7919 * emacs-lock.el (emacs-lock-from-exiting):
7920 * follow.el (follow-avoid-tail-recenter-p):
7921 * hexl.el (hexl-mode):
7922 * mouse-copy.el (mouse-copy-work-around-drag-bug):
7923 * mouse.el (mouse-set-font):
7924 * resume.el (resume-emacs-args-file):
7925 * rfn-eshadow.el (file-name-shadow-tty-properties):
7926 * t-mouse.el (t-mouse-process, t-mouse-mode):
7927 * emacs-lisp/cust-print.el (custom-print-install)
7928 (custom-print-uninstall, custom-format):
7929 * emacs-lisp/shadow.el (list-load-path-shadows):
7930 * emulation/tpu-edt.el (tpu-help-text)
7931 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
7932 (tpu-reset-control-keys):
7933 * emulation/vip.el (vip-emacs-local-map)
7934 (vip-change-mode-to-emacs):
7935 * emulation/viper.el (viper-mode, viper-set-hooks)
7936 (viper-major-mode-modifier-list):
7937 * emulation/viper-init.el (viper-emacs-state-cursor-color):
7938 * emulation/viper-keym.el (viper-emacs-kbd-map)
7939 (viper-toggle-key):
7940 * mail/feedmail.el (feedmail-queue-reminder)
7941 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
7942 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
7943 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
7944 (feedmail-sender-line, feedmail-force-binary-write)
7945 (feedmail-from-line, feedmail-deduce-envelope-from)
7946 (feedmail-x-mailer-line, feedmail-message-id-generator)
7947 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
7948 (feedmail-enable-spray, feedmail-spray-this-address)
7949 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
7950 (feedmail-queue-runner-confirm-global)
7951 (feedmail-ask-before-queue-prompt)
7952 (feedmail-ask-before-queue-reprompt)
7953 (feedmail-prompt-before-queue-standard-alist)
7954 (feedmail-prompt-before-queue-user-alist)
7955 (feedmail-prompt-before-queue-help-supplement)
7956 (feedmail-queue-use-send-time-for-message-id)
7957 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
7958 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
7959 (feedmail-mail-send-hook-queued)
7960 (feedmail-confirm-addresses-hook-example)
7961 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
7962 (feedmail-queue-runner-mode-setter)
7963 (feedmail-queue-alternative-mail-header-separator)
7964 (feedmail-queue-runner-message-sender)
7965 (feedmail-buffer-eating-function, feedmail-binmail-template)
7966 (feedmail-run-the-queue-no-prompts)
7967 (feedmail-run-the-queue-global-prompt)
7968 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
7969 (feedmail-envelope-deducer, feedmail-fiddle-date)
7970 (feedmail-default-message-id-generator)
7971 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
7972 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
7973 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
7974 (vms-pmail-setup):
7975 * play/dunnet.el (dun-help):
7976 * play/handwrite.el (handwrite):
7977 * play/hanoi.el (hanoi-unix-64):
7978 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
7979 * textmodes/enriched.el (fixed):
7980 * textmodes/org.el (org-file-apps)
7981 (org-emphasis-regexp-components, org-emphasis-alist):
7982 * textmodes/texinfmt.el (batch-texinfo-format):
7983 Fix typos in docstrings.
7984
7985 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
7986
7987 * loadhist.el (read-feature): Don't complete features not loaded
7988 from a file (which make `unload-feature' to fail).
7989
7990 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
7991
7992 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
7993
7994 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
7995
7996 * startup.el (command-line-1): Kill emacs if the last frame is
7997 deleted while evaluating the command-line arguments.
7998
7999 2006-11-05 Richard Stallman <rms@gnu.org>
8000
8001 * startup.el (init-file-had-error): Add doc string.
8002 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
8003 Use fixed-width font for keyboard key descriptions.
8004
8005 * cus-edit.el (custom-save-all): Error if saving in .emacs
8006 and it had an error when loaded.
8007
8008 * dired-aux.el (dired-copy-file-recursive): Catch errors
8009 from recursive copies in the loop, around the recursive call.
8010
8011 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8012
8013 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
8014 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
8015 `/proc/acpi/thermal_zone/*'.
8016 (battery-search-for-one-match-in-files): New. Search a regexp in
8017 the content of some files.
8018
8019 2006-11-05 Martin Rudalics <rudalics@gmx.at>
8020
8021 * window.el (mouse-autoselect-window-now): Remove variable.
8022 (mouse-autoselect-window-state): New variable.
8023 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
8024 (mouse-autoselect-window-select, handle-select-window):
8025 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
8026 Suspend delayed autoselection during menu or popup dialog.
8027
8028 * info-look.el (info-lookup-guess-custom-symbol): New function
8029 for retrieving symbol at point in custom buffers.
8030 (top level) <info-lookup-maybe-add-help>: Add backquote and
8031 comma to ignored characters in regexps of help specifications
8032 for emacs-lisp-mode and lisp-interaction-mode. This permits
8033 looking up symbols in `...' and after a comma. Add help
8034 specifications for custom-mode and help-mode.
8035
8036 2006-11-04 Eli Zaretskii <eliz@gnu.org>
8037
8038 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
8039 Don't encode body if RAW is non-nil, or if the old encoding is
8040 identical to the new encoding, or if the body contains only
8041 eight-bit-* characters.
8042
8043 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
8044
8045 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
8046 (faces-sample-overlay): Remove variable.
8047 (describe-face): Insert sample text in the face being described.
8048
8049 2006-11-04 Martin Rudalics <rudalics@gmx.at>
8050
8051 * whitespace.el (whitespace-indent-regexp): Make this match any
8052 multiples of eight spaces near the beginning of a line.
8053 (whitespace-buffer): Use `remove-overlays' instead of
8054 `whitespace-unhighlight-the-space' and `overlay-recenter' to
8055 speed up overlay handling.
8056 (whitespace-buffer-leading, whitespace-buffer-trailing):
8057 Make these functions highlight the text removed by
8058 `whitespace-buffer-leading-cleanup' and
8059 `whitespace-buffer-trailing-cleanup' respectively.
8060 (whitespace-buffer-search): Use `with-local-quit'.
8061 Move `format' out of loop to speed up scanning larger buffers.
8062 (whitespace-unhighlight-the-space): Remove `remove-hook' since
8063 that function is never added to a hook.
8064 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
8065 (whitespace-buffer-leading-cleanup)
8066 (whitespace-refresh-rescan-list): Fix docstrings.
8067
8068 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
8069
8070 * allout.el (allout-during-yank-processing): Cue for inhibiting
8071 aberrance processing during yanks.
8072 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
8073 the amount of yanked topics that can be aberrant.
8074 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
8075 a function, and supplement with inihibition of doublechecking
8076 during yanks.
8077 (allout-beginning-of-line, allout-next-heading)
8078 (allout-previous-heading, allout-goto-prefix-doublechecked)
8079 (allout-back-to-current-heading, allout-next-visible-heading)
8080 (allout-next-sibling): Use new allout-do-doublecheck function.
8081 (allout-next-sibling): Ensure we made progress when returning
8082 other than nil.
8083 (allout-rebullet-heading): Preserve text property annotations
8084 indicating the text was hidden, if it was.
8085 (allout-kill-line): Remove any added was-hidden annotations.
8086 (allout-kill-topic): Remove any added was-hidden annotations.
8087 (allout-annotate-hidden): Inhibit adding was-hidden text
8088 properties to the undo list.
8089 (allout-deannotate-hidden): New function to remove was-hidden
8090 annotation.
8091 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
8092 (allout-remove-exposure-annotation): Replace by
8093 allout-deannotate-hidden.
8094 (allout-yank-processing): Signal that yank processing is happening
8095 with allout-during-yank-processing. Also, wrap
8096 allout-unprotected's closer to the text changes, for easier
8097 debugging. We need to inhibit-field-text-motion explicitly, in
8098 lieu of the encompassing allout-unprotected.
8099 (outlineify-sticky): Adjust criteria for triggering new outline
8100 decorations to presence or absence of any topics, not just a topic
8101 at the beginning of the buffer.
8102
8103 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
8104
8105 * bs.el (bs--show-all, bs--redisplay):
8106 * cus-edit.el (custom-unlispify-menu-entries)
8107 (custom-unlispify-tag-names, custom-prompt-variable):
8108 * expand.el (expand-pos):
8109 * speedbar.el (speedbar-generic-list-tag-p):
8110 * wid-edit.el (widget-image-enable):
8111 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
8112 * emacs-lisp/find-func.el (find-function-noselect)
8113 (find-function, find-variable-noselect, find-variable)
8114 (find-definition-noselect, find-face-definition):
8115 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
8116 * net/eudc-vars.el (eudc-expansion-overwrites-query):
8117 * progmodes/ada-xref.el (ada-find-in-ali):
8118 * textmodes/flyspell.el (flyspell-check-tex-math-command):
8119 * textmodes/org.el (org-copy-subtree):
8120 * textmodes/table.el (table--row-column-insertion-point-p):
8121 Use "non-nil" in docstrings.
8122
8123 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
8124
8125 * sort.el (sort-columns): Set the field separator to tab; on
8126 NetBSD, sort complains if "\n" is used as field separator.
8127
8128 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
8129
8130 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
8131
8132 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8133
8134 * server.el (server-auth-key): Remove. Replace by a process-property.
8135 (server-start): Don't remove the file of the previous process, but
8136 instead clear out the place for the new file.
8137 (server-start): Set the :auth-key property.
8138 (server-process-filter): Use the :auth-key property.
8139
8140 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
8141
8142 * textmodes/org.el (org-mode-map): No longer copy
8143 `outline-mode-map' explicitly - this is already done by
8144 `define-derived-mode'.
8145
8146 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
8147
8148 * server.el (server-visit-files): Use `when'.
8149 (server-process-filter): When authentication fails, send error
8150 message to client. Wrap `process-send-region' in `ignore-errors'
8151 instead of `condition-case', and remove misleading comment.
8152
8153 2006-11-01 Juri Linkov <juri@jurta.org>
8154
8155 * simple.el (yank): Doc fix.
8156
8157 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8158
8159 * server.el: Try and fit within 80 columns.
8160 (server-start): Make the auth file unreadable by other users.
8161
8162 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8163
8164 * battery.el (battery-linux-proc-acpi): Prevent range error when
8165 `full-capacity' is 0.
8166
8167 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
8168
8169 * faces.el (faces-sample-overlay): New defvar.
8170 (faces-sample-overlay): New function to show face sample text.
8171 (describe-face): Use it.
8172
8173 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
8174
8175 * progmodes/ada-stmt.el: Change maintainer, apply
8176 whitespace-cleanup, checkdoc.
8177 (ada-func-or-proc-name): Add doc string.
8178
8179 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
8180 whitespace-cleanup, checkdoc. Minor improvements to many doc
8181 strings and comments.
8182 (ada-prj-display-page): Change buffer name to more accurately
8183 reflect function.
8184
8185 * progmodes/ada-xref.el: Change maintainer, apply
8186 whitespace-cleanup, checkdoc. Minor improvements to many doc
8187 strings and comments. Don't look for `gvd' or `ddd' debuggers.
8188 (ada-compile-current): Don't add newlines to commands.
8189
8190 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
8191
8192 * server.el: Add support for TCP sockets.
8193 (server-use-tcp, server-host, server-auth-dir): New options.
8194 (server-auth-key): New variable.
8195 (server-ensure-safe-dir): Create nonexistent parent dirs.
8196 Ignore Unix-style file modes on Windows.
8197 (server-start): Crete a TCP or Unix socket according to the value
8198 of `server-use-tcp'. For TCP sockets, create the id/auth file in
8199 `server-auth-dir' directory.
8200 (server-process-filter): Delete process if authentication
8201 fails (which never happens for Unix sockets).
8202
8203 2006-10-30 David Kastrup <dak@gnu.org>
8204
8205 * subr.el (add-to-list): Don't continue checking if a match has
8206 been found.
8207
8208 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
8209
8210 * tutorial.el: Move defvars to avoid bytecomp warnings.
8211 (tutorial--find-changed-keys): Check if viper-current-state is
8212 bound before using it.
8213 (help-with-tutorial): Check if viper-tutorial is defined before
8214 using it.
8215
8216 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
8217
8218 * help-fns.el (help-with-tutorial): Move to tutorial.el.
8219
8220 * tutorial.el: New file.
8221 (help-with-tutorial): Move here from help-fns.el. Add help for
8222 rebound keys. Fix resume of tutorial.
8223 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
8224 (tutorial--find-changed-keys, tutorial--display-changes)
8225 (tutorial--saved-dir, tutorial--saved-file)
8226 (tutorial--save-tutorial): New functions to support the changes in
8227 help-with-tutorial.
8228
8229 2006-10-30 Kenichi Handa <handa@m17n.org>
8230
8231 * files.el (revert-buffer): If a unibyte buffer is being reverted
8232 with a coding system for multibyte, set buffer multibyte before
8233 calling insert-file-contents.
8234
8235 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8236
8237 * server.el (server-select-display): Use a dummy buffer to detect when
8238 the frame is later used.
8239 (server-select-display): New function.
8240 (server-process-filter): Use it to detect unused temp frames.
8241
8242 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
8243
8244 * progmodes/ada-mode.el: Change maintainer, apply
8245 whitespace-clean, checkdoc. Minor improvements to many doc strings.
8246 (ada-mode-version): New function.
8247 (ada-create-menu): Menu operations are available for all supported
8248 compilers.
8249
8250 2006-10-29 Lars Hansen <larsh@soem.dk>
8251
8252 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
8253 Highlight as keyword.
8254 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
8255 Don't call tramp-method-out-of-band-p for local files.
8256 (tramp-touch): Quote file name.
8257
8258 2006-10-28 Glenn Morris <rgm@gnu.org>
8259
8260 * calendar/calendar.el (cal-html-cursor-month)
8261 (cal-html-cursor-year): Add autoloads for this new package.
8262 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
8263
8264 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
8265
8266 * calendar/cal-html.el: New file.
8267
8268 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
8269
8270 * emacs-lisp/authors.el (authors-aliases): Update.
8271
8272 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
8273
8274 * version.el (emacs-version): Bump version number to 22.0.90.
8275
8276 2006-10-26 John W. Eaton <jwe@octave.org>
8277
8278 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
8279 New defvar.
8280 (inferior-octave-resync-dirs): Check to see whether Octave has
8281 built-in variables and set inferior-octave-has-built-in-variables.
8282 Check inferior-octave-has-built-in-variables to decide whether to
8283 send commands that set built-in variables or call functions to
8284 change Octave's behavior.
8285 Send "disp (pwd ())" to Octave instead of just "pwd".
8286 (inferior-octave-startup): Send "more off" to Octave instead of
8287 "page_screen_output = 0".
8288
8289 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
8290
8291 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
8292 pattern normally.
8293
8294 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
8295
8296 * bindings.el (mode-line-mode-menu): Remove bindings for global
8297 minor modes (line/column number) as they are on the menubar.
8298
8299 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
8300
8301 * term/w32-win.el (x-handle-name-switch): Doc fix.
8302 (w32-standard-fontset-spec): Fix typo in docstring.
8303
8304 * midnight.el (midnight-buffer-display-time): Doc fix.
8305 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
8306
8307 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
8308
8309 * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
8310
8311 * emulation/viper-ex.el (ex-read): Quote file argument.
8312
8313 * ediff-diff.el (ediff-same-file-contents): Expand file names.
8314
8315 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
8316
8317 2006-10-22 Martin Rudalics <rudalics@gmx.at>
8318
8319 * textmodes/flyspell.el (flyspell-check-region-doublons):
8320 Fix last fix.
8321
8322 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
8323
8324 * bindings.el (mode-line-mode-menu): List global minor modes
8325 before local ones.
8326
8327 2006-10-23 Kim F. Storm <storm@cua.dk>
8328
8329 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
8330 (sit-for): If last command was a prefix arg, add the read-ahead
8331 event to unread-command-events as (t . EVENT) so it will be added
8332 to this-command-keys by read-key-sequence.
8333
8334 2006-10-22 Martin Rudalics <rudalics@gmx.at>
8335
8336 * textmodes/flyspell.el (flyspell-word): Skip past all previous
8337 whitespace when checking doublons.
8338 (flyspell-check-region-doublons): Fix doublon regexp.
8339 (flyspell-highlight-incorrect-region): Highlight doublons using
8340 flyspell-duplicate face.
8341
8342 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
8343
8344 2006-10-22 John Wiegley <johnw@newartisans.com>
8345
8346 * progmodes/python.el (python-use-skeletons): python-mode was
8347 auto-inserting templates (for those with abbrev-mode on), not only
8348 by default -- *but without a configuration variable to disable
8349 it*. This rendered python-mode completely useless for me, so I
8350 have added `python-use-skeletons', which is now off by default.
8351
8352 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
8353
8354 * progmodes/cperl-mode.el (cperl-mode): Don't assume
8355 font-lock-multiline is auto-local (it's not).
8356 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
8357 initialized before calling cperl-init-faces.
8358
8359 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
8360
8361 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
8362 gdb-stack-position a value when there is no fringe.
8363
8364 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
8365 indicator if not visiting a file.
8366
8367 2006-10-20 David Kastrup <dak@gnu.org>
8368
8369 * window.el (kill-buffer-and-window): Fix a bug where an aborted
8370 operation would still cause some window to collapse later.
8371
8372 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8373
8374 * vc.el (vc-switch-backend): Try to be more careful with unwanted
8375 side-effect due to mixing various backends's file properties.
8376
8377 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
8378 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
8379 Return `filename's status if applicable. Update callers.
8380
8381 2006-10-19 Kenichi Handa <handa@m17n.org>
8382
8383 * international/kkc.el (kkc-region): When a key sequence is not
8384 defined, append (this-single-command-raw-keys) to
8385 unread-input-method-events.
8386
8387 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
8388
8389 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
8390
8391 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8392
8393 * version.el (emacs-version): Use mac-carbon-version-string.
8394
8395 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
8396
8397 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8398
8399 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
8400 Kenichi Handa).
8401 (xselect-convert-to-string): Decline requests for UTF8_STRING if
8402 the selection is not UTF-8.
8403
8404 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
8405
8406 * progmodes/ada-mode.el (ada-83-string-keywords)
8407 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
8408 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
8409 (ada-looking-at-semi-private, ada-get-body-name):
8410 Fix typos in docstrings.
8411 (ada-create-case-exception, ada-create-case-exception-substring):
8412 Fix typos in error messages.
8413 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
8414
8415 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8416
8417 * term/x-win.el (res-geometry): Don't set geometry from Xresources
8418 to default-frame-alist if default-frame-alist already contains
8419 width/height.
8420
8421 2006-10-18 Richard Stallman <rms@gnu.org>
8422
8423 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
8424 Non-interactive arg is the value, not the expression.
8425
8426 * simple.el (read-expression-map): Just set it, no defvar.
8427
8428 * subr.el (insert-for-yank-1): If last inserted char has
8429 properties, mark them as rear-nonsticky.
8430
8431 * recentf.el (recentf-mode): Doc fix.
8432
8433 * facemenu.el (facemenu-add-new-face): Defend against symbol
8434 that isn't a face name.
8435
8436 * dired-aux.el (dired-do-copy): Doc fix.
8437
8438 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
8439
8440 * simple.el (line-move-1): Ignore fields when moving to the
8441 beginning of line to avoid getting point stuck.
8442
8443 2006-10-18 Martin Rudalics <rudalics@gmx.at>
8444
8445 * textmodes/flyspell.el (flyspell-word-search-backward):
8446 Set inhibit-point-motion-hooks to avoid looping due to intangibile
8447 text.
8448
8449 2006-10-16 Richard Stallman <rms@gnu.org>
8450
8451 * help-fns.el (describe-function-1): Special case optimization
8452 for self-insert-command.
8453
8454 2006-10-16 Kim F. Storm <storm@cua.dk>
8455
8456 * ido.el (ido-reread-directory): Work in `dir' mode too.
8457
8458 2006-10-15 Martin Rudalics <rudalics@gmx.at>
8459
8460 * textmodes/table.el: Require 'regexp-opt.
8461
8462 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
8463
8464 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
8465 Use shell-quote-argument.
8466
8467 * shell.el (explicit-bash-args): Likewise.
8468
8469 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
8470 Use grep -E rather than egrep.
8471
8472 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8473
8474 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
8475
8476 2006-10-15 Kim F. Storm <storm@cua.dk>
8477
8478 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
8479
8480 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
8481
8482 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
8483 to protect whitespace and metacharacters from the shell.
8484
8485 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8486
8487 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
8488
8489 2006-10-13 Eli Zaretskii <eliz@gnu.org>
8490
8491 * subr.el (start-process-shell-command): Doc fix.
8492
8493 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
8494
8495 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
8496 the regexp for Maxima symbols.
8497
8498 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8499
8500 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
8501 (vc-find-root): Don't walk higher up than ~.
8502
8503 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
8504
8505 * international/utf-8.el (utf-translate-cjk-load-tables):
8506 Avoid clobbering last-coding-system-used during load.
8507
8508 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
8509
8510 * textmodes/reftex-global.el (reftex-create-tags-file):
8511 Quote file arguments.
8512
8513 2006-10-12 Richard Stallman <rms@gnu.org>
8514
8515 * files.el (file-name-history): Add defvar.
8516 (save-some-buffers-action-alist): Improve description strings.
8517
8518 2006-10-12 Andreas Schwab <schwab@suse.de>
8519
8520 * files.el (auto-mode-alist): Match change log file name also with
8521 a dash before a numeric extension.
8522
8523 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
8524
8525 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
8526 After 5.0:
8527 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
8528
8529 After 5.1: Major edit. Summary of most visible changes:
8530
8531 - Multiple <<HERE per line allowed.
8532 - Handles multiline subroutine declaration headers (with comments).
8533 (The exception is `cperl-etags' - but it is not used in the rest
8534 of the mode.)
8535 - Fontifies multiline my/our declarations (even with comments,
8536 and with legacy `font-lock').
8537 - Major speedup of syntaxification, both immediate and postponed
8538 (3.5x to 15x [for different CPUs and versions of Emacs] on the
8539 huge real-life document I tested).
8540 - New bindings, edits to imenu.
8541 - "_" is made into word-char during fontification/syntaxification;
8542 some attempts to recognize non-word "_" during other operations too.
8543 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
8544 - autoload some more perldoc-related stuff
8545 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
8546 - Attempt to incorporate XEmacs edits which reached me.
8547
8548 Fine-grained changelog:
8549 (cperl-hook-after-change): New configuration variable.
8550 (cperl-vc-sccs-header): Likewise.
8551 (cperl-vc-sccs-header): Likewise.
8552 (cperl-vc-header-alist): Default via two preceding variables.
8553 (cperl-invalid-face): Remove double quoting under XEmacs
8554 (still needed under 21.2).
8555 (cperl-tips): Update URLs for resources.
8556 (cperl-problems): Likewise.
8557 (cperl-praise): Mention new features.
8558 New C-c key bindings: for `cperl-find-bad-style',
8559 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
8560 `cperl-perdoc', and `cperl-perldoc-at-point'.
8561 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
8562 moved, new submenu of Tools with Ispell entries and narrowing.
8563 (cperl-after-sub-regexp): New defsubst.
8564 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
8565 Allows heads up to head4.
8566 Allow "package;".
8567 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
8568 (paren-backwards-message): ??? Something for XEmacs???
8569 (cperl-mode): Never auto-switch abbrev-mode off.
8570 Try to allow '_' be non-word char.
8571 Do not use `font-lock-unfontify-region-function' on XEmacs.
8572 Reset syntax cache on mode start.
8573 Support multiline facification (even on legacy `font-lock').
8574 (cperl-facemenu-add-face-function): ??? Some contributed code ???
8575 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
8576 refuse to inform us whether the fontification is due to lazy
8577 calling or due to edit to a buffer, install our own hook
8578 (controlled by `cperl-hook-after-change').
8579 (cperl-electric-pod): =cut may have been recognized as start.
8580 (cperl-block-p): Move, updated for attributes.
8581 (cperl-calculate-indent): Try to allow '_' be non-word char
8582 Support subs with attributes.
8583 (cperl-where-am-i): Quiet (?) a warning.
8584 (cperl-cached-syntax-table): New function.
8585 (cperl-forward-re): Use `cperl-cached-syntax-table'.
8586 (cperl-unwind-to-safe): Recognize `syntax-type' property
8587 changing in a middle of line.
8588 (cperl-find-sub-attrs): New function.
8589 (cperl-find-pods-heres): Allow many <<EOP per line.
8590 Allow subs with attributes.
8591 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
8592 Recognize "extproc " (OS/2) case-folded and only at start.
8593 /x on s///x with empty replacement was not recognized.
8594 Better comments.
8595 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
8596 Allow subs with attributes, labels.
8597 Do not confuse "else::foo" with "else".
8598 Minor optimizations...
8599 (cperl-after-expr-p): Try to allow '_' be non-word char.
8600 (cperl-fill-paragraph): Try to detect a major bug in Emacs
8601 with `looking-at' inside `narrow' and bulk out if found.
8602 (cperl-imenu--create-perl-index): Updates for new
8603 `cperl-imenu--function-name-regexp-perl'.
8604 (cperl-outline-level): Likewise.
8605 (cperl-init-faces): Allow multiline subroutine headers
8606 and my/our declarations, and ones with comments.
8607 Allow subroutine attributes.
8608 (cperl-imenu-on-info): Better docstring.
8609 (cperl-etags): Rudimentary support for attributes.
8610 Support for packages and "package;".
8611 (cperl-add-tags-recurse-noxs): Better (?) docstring.
8612 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
8613 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
8614 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
8615 (cperl-perldoc): Add autoload.
8616 (cperl-perldoc-at-point): Likewise.
8617 (cperl-here-doc-spell): New function.
8618 (cperl-pod-spell): Likewise.
8619 (cperl-map-pods-heres): Likewise.
8620 (cperl-get-here-doc-region): Likewise.
8621 (cperl-font-lock-fontify-region-function): Likewise (backward
8622 compatibility for legacy `font-lock').
8623 (cperl-font-lock-unfontify-region-function): Fix style.
8624 (cperl-fontify-syntaxically): Recognize and optimize away deferred
8625 calls with no-change. Governed by `cperl-hook-after-change'.
8626 (cperl-fontify-update): Recognize that syntaxification region
8627 can be larger than fontification one.
8628 XXXX we leave `cperl-postpone' property, so this is quadratic...
8629 (cperl-fontify-update-bad): Temporary placeholder until
8630 it is clear how to implement `cperl-fontify-update'.
8631 (cperl-time-fontification): New function.
8632 (attrib-group): New text attribute.
8633 (multiline): New value: `syntax-type' text attribute.
8634
8635 After 5.2:
8636 (cperl-emulate-lazy-lock): New function.
8637 (cperl-fontify-syntaxically): Would skip large regions.
8638 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
8639 Some globals were declared, but uninitialized.
8640
8641 After 5.3, 5.4:
8642 (cperl-facemenu-add-face-function): Add docs, fix U<>.
8643 Copyright message updated.
8644 (cperl-init-faces): Work around a bug in `font-lock'. May slow
8645 facification down a bit.
8646 Misprint for my|our|local for old `font-lock'
8647 "our" was not fontified same as "my|local".
8648 Highlight variables after "my" etc even in
8649 a middle of an expression.
8650 Do not facify multiple variables after my etc
8651 unless parentheses are present.
8652
8653 After 5.5, 5.6
8654 (cperl-fontify-syntaxically): after-change hook could reset.
8655 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
8656
8657 After 5.7:
8658 (cperl-init-faces): Allow highlighting of local ($/).
8659 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
8660 (cperl-problems): Remove fixed problems.
8661 (cperl-find-pods-heres): Recognize #-comments in m##x too.
8662 Recognize charclasses (unless delimiter is \).
8663 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
8664 (cperl-regexp-scan): Update docs.
8665 (cperl-beautify-regexp-piece): Use information got from regexp scan.
8666
8667 After 5.8:
8668 Major user visible changes:
8669 Recognition and fontification of character classes in RExen.
8670 Variable indentation of RExen according to groups.
8671
8672 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
8673 Fontify REx charclasses in variable-name face.
8674 Fontify POSIX charclasses in "type" face.
8675 Fontify unmatched "]" in function-name face.
8676 Mark first-char of HERE-doc as `front-sticky'.
8677 Reset `front-sticky' property when needed.
8678 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
8679 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
8680 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
8681 constructs. Support `narrow'ed buffers.
8682 (cperl-praise): Remove a reservation.
8683 (cperl-make-indent): New function.
8684 (cperl-indent-for-comment): Use `cperl-make-indent'.
8685 (cperl-indent-line): Likewise.
8686 (cperl-lineup): Likewise.
8687 (cperl-beautify-regexp-piece): Likewise.
8688 (cperl-contract-level): Likewise.
8689 (cperl-toggle-set-debug-unwind): New function.
8690 New menu entry for this.
8691 (fill-paragraph-function): Use when `boundp'.
8692 (cperl-calculate-indent): Take into account groups when indenting RExen.
8693 (cperl-to-comment-or-eol): Recognize # which end a string.
8694 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
8695 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
8696 (cperl-fontify-syntaxically): More clear debugging message.
8697 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
8698 (cperl-init-faces): More complicated highlight even on XEmacs (new).
8699 Merge cosmetic changes from XEmacs.
8700
8701 After 5.9:
8702 (cperl-1+): Move to before the first use.
8703 (cperl-1-): Likewise.
8704
8705 After 5.10:
8706
8707 This code may lock Emacs hard!!! Use at your own risk!
8708
8709 (cperl-font-locking): New internal variable.
8710 (cperl-beginning-of-property): New function.
8711 (cperl-calculate-indent): Use `cperl-beginning-of-property'
8712 instead of `previous-single-property-change'.
8713 (cperl-unwind-to-safe): Likewise.
8714 (cperl-after-expr-p): Likewise.
8715 (cperl-get-here-doc-region): Likewise.
8716 (cperl-font-lock-fontify-region-function): Likewise.
8717 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
8718 recursively.
8719 Bound `next-single-property-change' via `point-max'.
8720 (cperl-unwind-to-safe): Bound likewise
8721 (cperl-font-lock-fontify-region-function): Likewise.
8722 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
8723 Initialization of `cperl-font-lock-multiline-start' could be
8724 missed if the "main" fontification did not run due to the
8725 keyword being already fontified.
8726 (cperl-pod-spell): Return t from do-one-chunk function.
8727 (cperl-map-pods-heres): Stop when the worker returns nil.
8728 Call `cperl-update-syntaxification'.
8729 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
8730 (cperl-get-here-doc-delim): Remove unused function.
8731
8732 After 5.11:
8733
8734 The possible lockup of Emacs (introduced in 5.10) fixed.
8735
8736 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
8737 (cperl-syntaxify-for-menu): New customization variable.
8738 (cperl-select-this-pod-or-here-doc): New function.
8739 (cperl-get-here-doc-region): Extra argument.
8740 Do not adjust pos by 1.
8741
8742 New menu entries
8743 (Perl/Tools): Selection of current POD or HERE-DOC section.
8744 (Debugging CPerl:) backtrace on fontification.
8745
8746 After 5.12:
8747 (cperl-cached-syntax-table): Use `car-safe'.
8748 (cperl-forward-re): Remove spurious argument SET-ST.
8749 Add documentation.
8750 (cperl-forward-group-in-re): New function.
8751 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
8752 (XXXX Temporary (?) hack is to syntax-mark them as comment).
8753
8754 After 5.13:
8755 (cperl-string-syntax-table): Make { and } not-grouping
8756 (Sometimes they ARE grouping in RExen, but matching them would only
8757 confuse in many situations when they are not)
8758 (beginning-of-buffer): Replace two occurrences with goto-char...
8759 (cperl-calculate-indent): `char-after' could be nil...
8760 (cperl-find-pods-heres): REx can start after "[" too.
8761 Hightlight (??{}) in RExen too.
8762 (cperl-maybe-white-and-comment-rex): New constant
8763 (cperl-white-and-comment-rex): Likewise.
8764 XXXX Not very efficient, but hard to make
8765 better while keeping 1 group.
8766
8767 After 5.13:
8768 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
8769 Likewise for 1 << identifier.
8770
8771 After 5.14:
8772 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
8773 Error-less condition-case could fail.
8774 (cperl-font-lock-fontify-region-function): Likewise.
8775 (cperl-init-faces): Likewise.
8776
8777 After 5.15:
8778 (cperl-find-pods-heres): Support property REx-part2.
8779 (cperl-calculate-indent): Likewise.
8780 Don't special-case REx with non-empty 1st line.
8781 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
8782 Invert highlighting of charclasses:
8783 now the envelop is highlighted.
8784 Highlight many others 0-length builtins.
8785 (cperl-praise): Mention indenting and highlight in RExen.
8786
8787 After 5.15:
8788 (cperl-find-pods-heres): Highlight capturing parens in REx.
8789
8790 After 5.16:
8791 (cperl-find-pods-heres): Highlight '|' for alternation
8792 Initialize `font-lock-warning-face' if not present.
8793 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
8794 `font-lock-function-name-face'.
8795 (cperl-look-at-leading-count): Likewise.
8796 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
8797 `font-lock-keyword-face' (needed for
8798 batch processing), etc...
8799 Use `font-lock-builtin-face' for builtin in REx
8800 Now `font-lock-variable-name-face'
8801 is used for interpolated variables
8802 Use "talking aliases" for faces inside REx
8803 Highlight parts of REx (except in charclasses)
8804 according to the syntax and/or semantic
8805 Syntax-mark a {}-part of (?{}) as "comment"
8806 (it was the ()-part)
8807 Better logic to distinguish what is what in REx
8808 (cperl-tips-faces): Document REx highlighting
8809 (cperl-praise): Mention REx syntax highlight etc.
8810
8811 After 5.17:
8812 (cperl-find-sub-attrs): Would not always manage to print error message.
8813 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
8814
8815 After 5.18:
8816 (cperl-find-pods-heres): Misprint in REx for parsing REx.
8817 Very minor optimization.
8818 `my-cperl-REx-modifiers-face' got quoted.
8819 Recognize "print $foo <<END" as HERE-doc.
8820 Put `REx-interpolated' text attribute if needed.
8821 (cperl-invert-if-unless-modifiers): New function.
8822 (cperl-backward-to-start-of-expr): Likewise.
8823 (cperl-forward-to-end-of-expr): Likewise.
8824 (cperl-invert-if-unless): Works in "the opposite way" too.
8825 Cursor position on return is on the switch-word.
8826 Indents comments better.
8827 (REx-interpolated): New text attribute.
8828 (cperl-next-interpolated-REx): New function.
8829 (cperl-next-interpolated-REx-0): Likewise.
8830 (cperl-next-interpolated-REx-1): Likewise.
8831 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
8832 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
8833 (cperl-praise): Mention finded interpolated RExen.
8834
8835 After 5.19:
8836 (cperl-init-faces): Highlight %$foo, @$foo too.
8837 (cperl-short-docs): Better docs for system, exec.
8838 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
8839 Would not find HERE-doc ended by EOF without NL.
8840 (cperl-short-docs): Correct not-doubled \-escapes.
8841 start block: Put some `defvar' for stuff gone from XEmacs.
8842
8843 After 5.20:
8844 initial comment: Extend copyright, fix email address.
8845 (cperl-indent-comment-at-column-0): New customization variable.
8846 (cperl-comment-indent): Indentation after $#a would increasy by 1.
8847 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
8848 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
8849 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
8850 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
8851 highlight $ in $foo too (UNTESTED).
8852 (cperl-set-style): Docstring missed some available styles.
8853 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
8854 Change "Current" to "Memorize Current".
8855 (cperl-indent-wrt-brace): New customization variable; the default is
8856 as for pre-5.2 version.
8857 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
8858 (cperl-style-alist): Likewise.
8859 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
8860 and `cperl-extra-newline-before-brace' etc
8861 being t
8862 (cperl-indent-exp): Plans B and C to find continuation blocks even
8863 if `cperl-extra-newline-before-brace' is t.
8864
8865 After 5.21:
8866 Improve some docstrings concerning indentation.
8867 (cperl-indent-rules-alist): New variable.
8868 (cperl-sniff-for-indent): New function name
8869 (separated from `cperl-calculate-indent').
8870 (cperl-calculate-indent): Separate the sniffer and the indenter;
8871 uses `cperl-sniff-for-indent' now.
8872 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
8873 was inverted;
8874 Support `comment-column' = 0.
8875
8876 2006-10-11 Martin Rudalics <rudalics@gmx.at>
8877
8878 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
8879 * help-at-pt.el (scan-buf-move-to-region): Likewise.
8880 * longlines.el (longlines-window-change-function): Likewise.
8881 * simple.el (undo-ask-before-discard): Likewise.
8882 * wid-edit.el (widget-field-prompt-internal)
8883 (widget-documentation-link-p): Likewise.
8884
8885 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8886
8887 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
8888 for a keyword.
8889
8890 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
8891
8892 * newcomment.el (comment-valid-prefix-p): Make the check
8893 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
8894 (comment-indent-new-line): Adjust call.
8895
8896 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
8897
8898 * allout.el (allout-back-to-current-heading): Base on lower-level
8899 routines to get proper disqualification of aberrant topics.
8900
8901 2006-10-09 Richard Stallman <rms@gnu.org>
8902
8903 * textmodes/two-column.el (2C-two-columns): Doc fix.
8904
8905 2006-10-09 Kim F. Storm <storm@cua.dk>
8906
8907 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
8908 about implicit use.
8909
8910 2006-10-08 Richard Stallman <rms@gnu.org>
8911
8912 * textmodes/two-column.el (2C-two-columns): Doc fix.
8913
8914 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
8915
8916 * files.el: Mark `buffer-read-only' as safe-local-variable.
8917
8918 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
8919
8920 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
8921 Burp if GUD buffer has been killed.
8922
8923 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8924
8925 * completion.el (add-completions-from-c-buffer):
8926 Don't presume an error's second element is a string.
8927 Use looking-at rather than buffer-substring + member.
8928
8929 2006-10-07 Eli Zaretskii <eliz@gnu.org>
8930
8931 * mail/rmail.el (rmail-redecode-body): If the old encoding is
8932 `undecided', call find-coding-systems-region to find a proper
8933 non-trivial encoding.
8934 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
8935 and "text/plain".
8936
8937 2006-10-07 Kevin Ryde <user42@zip.com.au>
8938
8939 * textmodes/reftex-vars.el (defgroup reftex): Update home page
8940 url-link.
8941
8942 * strokes.el (defgroup strokes): Remove invalid url-link.
8943
8944 2006-10-07 Magnus Henoch <mange@freemail.hu>
8945
8946 * autoinsert.el (auto-insert-alist): Doc fix.
8947
8948 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8949
8950 * mouse-sel.el (mouse-insert-selection-internal):
8951 Use insert-for-yank, so that yank handlers are run.
8952
8953 2006-10-07 Kim F. Storm <storm@cua.dk>
8954
8955 * ido.el (ido-file-extension-aux): Fix comparison.
8956
8957 2006-10-06 Kim F. Storm <storm@cua.dk>
8958
8959 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
8960
8961 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
8962
8963 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
8964 (ad-make-mapped-call): Use `let', not `let*'.
8965
8966 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
8967
8968 * international/mule-cmds.el (coding-system-change-eol-conversion):
8969 Ensure the coding system is initialized before calling
8970 coding-system-eol-type.
8971
8972 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
8973
8974 * textmodes/org.el (org-rm-props, org-activate-plain-links)
8975 (org-activate-angle-links, org-activate-dates)
8976 (org-activate-target-links, org-activate-camels)
8977 (org-activate-tags): Add `rear-nonsticky' text property to avoid
8978 textproperty keymaps from being active beyond the end of a line.
8979 (org-unfontify-region): Also remove `rear-nonsticky' property.
8980
8981 2006-10-04 Kenichi Handa <handa@m17n.org>
8982
8983 * international/code-pages.el (next): Table fixed.
8984
8985 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8986
8987 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
8988 that it's been made unnecessary by removing narrowing.
8989
8990 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8991
8992 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
8993 control flow a bit, simplify another bit, and add comments.
8994
8995 2006-10-03 David Kastrup <dak@gnu.org>
8996
8997 * help.el (describe-mode): For clicks on mode-line, use "@"
8998 interactive argument to get the major mode of the click instead of
8999 the current buffer.
9000
9001 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
9002 in order to better redirect mouse-2 clicks. Also allow default
9003 bindings to apply.
9004
9005 2006-10-03 Kim F. Storm <storm@cua.dk>
9006
9007 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
9008 (pushnew): Fix last change.
9009
9010 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
9011
9012 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
9013 Use the interactive spec of `eval-expression'.
9014
9015 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
9016
9017 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
9018
9019 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9020
9021 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
9022 2006-09-28 commit.
9023
9024 2006-10-02 Kenichi Handa <handa@m17n.org>
9025
9026 * international/code-pages.el (iso-8859-6): Table fixed.
9027
9028 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
9029
9030 * dired.el (dired-build-subdir-alist): Fix previous change.
9031
9032 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9033
9034 * simple.el (undo-elt-crosses-region): Fix the inequalities.
9035
9036 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
9037
9038 * emacs-lisp/find-func.el (find-function-regexp): Don't match
9039 "define-button-type".
9040
9041 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
9042 they don't keep accumulating.
9043
9044 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
9045
9046 * ffap.el (ffap-rfc-path): Change the address of the RFC
9047 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
9048
9049 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
9050
9051 * allout.el (allout-expose-topic): Rectify implementation of "+"
9052 spec, so that bodies are not exposed with headlines.
9053
9054 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
9055
9056 * allout.el (allout-current-depth): Do aberrent check only at or
9057 below doublecheck depth.
9058 (allout-chart-subtree): Make it explicit that LEVELS being nil
9059 means unlimited depth. Drop undocumented support for LEVELS value
9060 t meaning unlimited depth. (This is consistent with
9061 allout-chart-to-reveal, but contrary to allout-show-children,
9062 which needs to use nil to default to depth of 1.)
9063 (allout-goto-prefix-doublechecked): Wrap long docstring line.
9064 (allout-chart-to-reveal): Be explicit in docstring about meaning
9065 of nil LEVELS, and drop support for LEVELS value t.
9066 (allout-show-children): Translate the level spec used by this
9067 routine to that used by allout-chart-subtree and
9068 allout-chart-to-reveal.
9069 (allout-show-to-offshoot): Retry once when stuck, after opening
9070 subtree - improvements in discontinuity handling likely will
9071 enable progress.
9072
9073 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
9074
9075 * wid-edit.el (widget-button-click-moves-point): New variable.
9076 (widget-button-click): If widget-button-click-moves-point is
9077 non-nil, set point after performing the button action.
9078
9079 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
9080
9081 2006-09-30 Martin Rudalics <rudalics@gmx.at>
9082
9083 * files.el (find-file-existing): Modify to not allow wildcards.
9084
9085 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9086
9087 * simple.el (undo-more): When undo information for the region is
9088 exhausted, say "No further undo information FOR REGION".
9089
9090 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
9091
9092 * progmodes/sh-script.el (sh-prev-thing):
9093 Take `sh-leading-keywords' into account.
9094
9095 2006-09-29 Glenn Morris <rgm@gnu.org>
9096
9097 * custom.el (defcustom): Doc fix.
9098
9099 * calendar/calendar.el (european-calendar-style):
9100 Call european-calendar or american-calendar as needed when set.
9101 (diary-view-entries, list-calendar-holidays): Move autoloads
9102 before use.
9103
9104 2006-09-29 Juri Linkov <juri@jurta.org>
9105
9106 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
9107 to nil if there is no previous property change.
9108
9109 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9110
9111 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
9112 saving anything to be sure that `forward-sexp' behaves correctly.
9113
9114 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
9115
9116 * simple.el (line-move-finish): Ignore field boundaries if the
9117 initial and final points have the same `field' property.
9118
9119 2006-09-29 Kim F. Storm <storm@cua.dk>
9120
9121 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
9122 to t while calling ido-read-internal.
9123
9124 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
9125
9126 * textmodes/org.el (org-file-remote-p): Get regexp from list.
9127 (org-archive-subtree): Remove erraneous `]' from character list.
9128
9129 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
9130
9131 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
9132 (ses-reconstruct-all): Make undo of "insert row" work by keeping
9133 markers for data-area and parameters-area.
9134
9135 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9136
9137 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
9138
9139 * font-lock.el (font-lock-after-change-function): Refontify next line
9140 as well if end is at BOL.
9141 (font-lock-extend-jit-lock-region-after-change): Be more careful to
9142 only extend the region as much as needed.
9143
9144 2006-09-28 Richard Stallman <rms@gnu.org>
9145
9146 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
9147
9148 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
9149
9150 * international/mule.el (after-insert-file-set-coding):
9151 If VISIT, don't let set-buffer-multibyte make undo info.
9152
9153 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
9154
9155 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
9156 lines in base64-encoded authentication response.
9157
9158 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9159
9160 * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
9161 (ebnf-version): New version 4.3.
9162 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
9163 (ebnf-prologue): Adjust PostScript programming.
9164 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
9165 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
9166
9167 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
9168
9169 * jit-lock.el (jit-lock-force-redisplay): Rename from
9170 jit-lock-fontify-again, and undo the mistaken change I've just done.
9171
9172 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
9173 (jit-lock-fontify-again): Don't refontify text that's not displayed.
9174
9175 2006-09-26 Kenichi Handa <handa@m17n.org>
9176
9177 * startup.el (display-splash-screen): Allow a prefix argument.
9178
9179 2006-09-25 Jason Rumney <jasonr@gnu.org>
9180
9181 * subr.el (shell-quote-argument): Use DOS logic for Windows
9182 shells with DOS semantics.
9183
9184 2006-09-24 Richard Stallman <rms@gnu.org>
9185
9186 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
9187 (compilation-goto-locus): Use compilation-goto-locus-delete-o
9188 to delete the overlay. Put it on pre-command-hook.
9189
9190 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
9191
9192 * startup.el (fancy-splash-screens, normal-splash-screen):
9193 Call the splash buffer *About GNU Emacs*.
9194
9195 * simple.el (next-error-highlight, next-error-highlight-no-select):
9196 Default to 0.5.
9197 (yank-excluded-properties): Add `fontified'.
9198
9199 * font-lock.el (font-lock-compile-keywords): Allow value of
9200 syntax-begin-function to enable paren-column-0 highlighting.
9201
9202 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
9203
9204 * dired.el (dired-build-subdir-alist): When file ends in colon,
9205 don't exit the loop, just disregard that file.
9206
9207 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
9208
9209 * simple.el (line-move-finish): Handle corner case for fields in
9210 continued lines.
9211 (line-move-1): Remove flawed test for that case.
9212
9213 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
9214
9215 * icomplete.el (icomplete-simple-completing-p): Use the correct
9216 name for the new variable, `icomplete-with-completion-tables'.
9217 (file local variables): Remove superfluous setting.
9218
9219 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
9220
9221 * calendar/appt.el (appt-check): Fix typo for appointments just
9222 after midnight.
9223
9224 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
9225
9226 * help.el (describe-key-briefly, describe-key): Don't expect an
9227 extra up event if a down-event is generated by a popup menu.
9228
9229 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
9230
9231 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
9232 local dictionary when changing the global dictionary.
9233
9234 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
9235
9236 * icomplete.el (icomplete-with-completion-tables): List of
9237 specialized completion tables with which icomplete should
9238 operate. Include the new `internal-complete-buffer', so icomplete
9239 works with interactive buffer-selection.
9240 (icomplete-simple-completing-p): Add acceptance of specialized
9241 completion tables listed in icomplete-with-completion-tables.
9242
9243 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9244
9245 * frame.el (focus-follows-mouse): Set default to nil on Mac.
9246
9247 * startup.el (command-line): Use `custom-reevaluate-setting' for
9248 `focus-follows-mouse'.
9249
9250 2006-09-22 Richard Stallman <rms@gnu.org>
9251
9252 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
9253 explain why Save is not available.
9254
9255 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
9256
9257 * woman.el (woman0-so): Use `let*', not `let'.
9258 (woman-horizontal-line): Remove unbalanced parenthesis.
9259
9260 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
9261
9262 * woman.el: Make sure all the end-of-region markers we use have
9263 a non-nil insertion-type.
9264 (woman0-so): Move things around so we can use copy-marker.
9265 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
9266 Adjust marker type.
9267 (woman2-process-escapes): Check marker type.
9268 (woman-horizontal-line): Dispense with the use of a marker.
9269
9270 2006-09-22 Jay Belanger <belanger@truman.edu>
9271
9272 * calc/calc-lang.el: Add Greek letters to math-variable-table
9273 property of tex.
9274
9275 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
9276
9277 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
9278
9279 2006-09-22 Masatake YAMATO <jet@gyve.org>
9280
9281 * add-log.el (add-log-current-defun): Use `forward-sexp'
9282 instead of `forward-word' to pick c++::symbol.
9283 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
9284
9285 2006-09-22 Kenichi Handa <handa@m17n.org>
9286
9287 * bindings.el: Fix setting self-insert-command for multibyte
9288 characters in global-map.
9289
9290 2006-09-21 David Kastrup <dak@gnu.org>
9291
9292 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
9293 doc string.
9294
9295 2006-09-21 Kenichi Handa <handa@m17n.org>
9296
9297 * language/european.el ("Latin-1"): Add windows-1252 to
9298 coding-priority.
9299 ("German"): Likewise.
9300
9301 2006-09-21 Kim F. Storm <storm@cua.dk>
9302
9303 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
9304 Suggested by Miles Bader.
9305
9306 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
9307 instead of add-to-list in the simple case.
9308
9309 2006-09-20 Kenichi Handa <handa@m17n.org>
9310
9311 * isearch.el (isearch-process-search-char): Cancel the previous change.
9312 (isearch-search-string): New function.
9313 (isearch-search): Use isearch-search-string.
9314 (isearch-lazy-highlight-search): Likewise.
9315
9316 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9317
9318 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
9319 string to become an option.
9320
9321 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9322
9323 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
9324
9325 2006-09-20 Kim F. Storm <storm@cua.dk>
9326
9327 * simple.el (line-move-partial): Call pos-visible-in-window-p with
9328 position t instead of trying both window-end and window-end - 1.
9329
9330 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
9331
9332 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
9333 hidden trees.
9334
9335 2006-09-20 David Kastrup <dak@gnu.org>
9336
9337 * mouse.el (mouse-posn-property): Improve doc string.
9338 (mouse-on-link-p): Change buffers for function calls on links.
9339
9340 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
9341 buffer is read-only.
9342
9343 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
9344
9345 * allout.el (allout-unprotected): Let inhibit-read-only only when
9346 buffer-read-only isn't set.
9347 (allout-annotate-hidden): Enable topic annotation during copies even
9348 when the buffer is read-only, eg for topic copies. Ensure that the loop
9349 advances, even when the span extends beyond the deletion region.
9350 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
9351 rather than allout-exposure-changed-hook, as a stronger assertion.
9352 (allout-keybindings-list): Add bindings for
9353 allout-copy-line-as-kill and allout-copy-topic-as-kill.
9354 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
9355 Copy wrappers for allout-kill-line and allout-kill-topic.
9356 (allout-listify-exposed): Position correctly to accumulate lines.
9357
9358 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
9359
9360 * simple.el (line-move-1): Escape field boundaries occurring
9361 exactly at point. Update goal column if constrained to a field.
9362 (line-move-finish): Escape field boundaries occurring exactly at point.
9363
9364 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9365
9366 * mouse.el (mouse-on-link-p): Tentatively fix last change.
9367 (mouse-drag-vertical-line): Remove unused var `wconfig'.
9368
9369 2006-09-19 Kim F. Storm <storm@cua.dk>
9370
9371 * help.el (describe-key-briefly, describe-key): Simplify printing
9372 of descriptions by using format and %S. Fix "is undefined"
9373 messages to say "at that spot" for mouse events.
9374
9375 * simple.el (line-move-partial): Optimize. Try window-line-height
9376 before posn-at-point to get vpos of current line.
9377
9378 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
9379
9380 * emulation/viper.el: Bump up version/date of update to reflect the
9381 substantial changes done in August 2006.
9382
9383 * emulation/viper-cmd (viper-next-line-at-bol): Make sure button-at,
9384 push-button are defined.
9385
9386 * ediff-util.el (ediff-add-to-history): New function.
9387
9388 * ediff.el: Use ediff-add-to-history instead of add-to-history.
9389
9390 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9391
9392 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
9393 Delete duplicate make-local-variable form.
9394 (conf-space-keywords): Add autoload cookie.
9395 Fix typo (`keywords', not `keyword').
9396
9397 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9398
9399 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
9400 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
9401 to x-gtk-use-old-file-dialog.
9402
9403 2006-09-18 Richard Stallman <rms@gnu.org>
9404
9405 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
9406 that might come in during mouse tracking.
9407
9408 2006-09-18 Kim F. Storm <storm@cua.dk>
9409
9410 * simple.el (line-move-partial): Rework 2006-09-15 change to use
9411 new window-line-height function. Further optimize by not calling
9412 pos-visible-in-window-p for window-end when window-line-height
9413 returns useful information.
9414
9415 2006-09-16 Richard Stallman <rms@gnu.org>
9416
9417 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
9418 (conf-space-mode): Don't handle prefix arg.
9419 Delete conf-space-keywords-override code.
9420 Use add-hook.
9421 (conf-space-keywords): New command.
9422 (conf-space-mode-internal): Be careful with imenu-generic-expression.
9423 Delete conf-space-keywords-override code.
9424 (conf-space-keywords-alist): Doc fix.
9425 (conf-space-font-lock-keywords): Doc fix.
9426 (conf-space-keywords-override): Var deleted.
9427
9428 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
9429
9430 * startup.el (fancy-splash-screens): Don't switch to the scratch
9431 buffer; it may not be the next buffer.
9432
9433 2006-09-16 Romain Francoise <romain@orebokech.com>
9434
9435 * saveplace.el (load-save-place-alist-from-file): Use expanded name
9436 in both messages.
9437
9438 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
9439
9440 * progmodes/python.el (python-preoutput-filter):
9441 Fix arg order to string-match.
9442
9443 2006-09-16 Richard Stallman <rms@gnu.org>
9444
9445 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
9446 font-lock-compile-keywords.
9447
9448 * font-lock.el (font-lock-compile-keywords): Rename optional arg
9449 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
9450
9451 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9452
9453 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
9454
9455 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
9456 and the data doesn't look like UTF8, send STRING instead.
9457
9458 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
9459
9460 * textmodes/flyspell.el (flyspell-check-region-doublons):
9461 New function to detect duplicated words.
9462 (flyspell-large-region): Use it.
9463
9464 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
9465
9466 * simple.el (line-move-to-column): Revert 2006-08-03 change.
9467
9468 2006-09-16 Eli Zaretskii <eliz@gnu.org>
9469
9470 * help.el (describe-prefix-bindings): Use let, not let*.
9471
9472 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
9473
9474 * allout.el (allout-regexp, allout-line-boundary-regexp)
9475 (allout-bob-regexp): Correct grouping and boundaries to fix
9476 backwards traversal.
9477 (allout-depth-specific-regexp, allout-depth-one-regexp):
9478 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
9479 worse time in allout-ascend.
9480 (allout-doublecheck-at-and-shallower): Identify depth threshold
9481 below which topics are checked for and disqualified by containment
9482 discontinuities.
9483 (allout-hotspot-key-handler): Correctly handle multiple-key
9484 strokes. Remove some unused variables.
9485 (allout-mode-leaders): Clarify that mode-specific comment-start
9486 will be used.
9487 (set-allout-regexp): Correctly regexp-quote allout regexps to
9488 properly accept alternative header-leads and primary bullets with
9489 regexp-specific characters (eg, C "/*", mathematica "(*").
9490 Include new regular expressions among those configured.
9491 (allout-infer-header-lead-and-primary-bullet):
9492 Rename allout-infer-header-lead.
9493 (allout-recent-depth): Manifest as a variable as well as a function.
9494 (allout-prefix-data): Simplify into an inline instead of a macro,
9495 assuming current match data rather than being explicitly passed
9496 it. Establish allout-recent-depth value as well as
9497 allout-recent-prefix-beginning and allout-recent-prefix-end.
9498 (allout-aberrant-container-p): True when an item's immediate
9499 offspring discontinuously contained. Useful for disqualifying
9500 unintended topic prefixes, likely at low depths.
9501 (allout-goto-prefix-doublechecked): Elaborate version of
9502 allout-goto-prefix which disqualifies aberrant pseudo-items.
9503 (allout-pre-next-prefix): Layer on top of lower-level routines, to
9504 get disqualification of aberrant containers.
9505 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
9506 containers.
9507 (allout-beginning-of-current-entry): Position at start of buffer
9508 when in container (depth 0) entry.
9509 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
9510 (allout-current-bullet): Strip text properties.
9511 (allout-get-prefix-bullet): Use right match groups.
9512 (allout-beginning-of-line, allout-next-heading):
9513 Disqualify aberrant containers.
9514 (allout-previous-heading): Disqualify aberrant containers, and
9515 change to regular (rather than inline) function, to allow
9516 self-recursion.
9517 (allout-get-invisibility-overlay): Increment so progress is made
9518 when the first overlay is not the sought one.
9519 (allout-end-of-prefix): Disqualify aberrant containers.
9520 (allout-end-of-line): Cycle something like allout-beginning-of-line.
9521 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
9522 outline.el outlines) functional again. Change the primary bullet
9523 along with the header-lead - level 1 new-style bullets now work.
9524 Engage allout-before-change-handler in mainline Emacs, not just
9525 XEmacs, to do undo handling.
9526 (allout-before-change-handler): Expose undo changes occurring in
9527 hidden regions. Use allout-get-invisibility-overlay instead of
9528 reimplementing it inline.
9529 (allout-chart-subtree): Use start rather than end of prefix in
9530 charts. Use allout-recent-depth variable.
9531 (allout-chart-siblings): Disqualify aberrant topics.
9532 (allout-beginning-of-current-entry): Position correctly.
9533 (allout-ascend): Use new allout-depth-specific-regexp and
9534 allout-depth-one-regexp for linear instead of O(N^2) or worse
9535 behavior.
9536 (allout-ascend-to-depth): Depend on allout-ascend, rather than
9537 reimplementing an algorithm.
9538 (allout-up-current-level): Depend on allout-ascend, rather than
9539 reimplementing an algorithm. Return to start-point if we fail.
9540 (allout-descend-to-depth): Use allout-recent-depth variable
9541 instead of function.
9542 (allout-next-sibling): On traversal of numerous intervening
9543 topics, resort to economical allout-next-sibling-leap.
9544 (allout-next-sibling-leap): Specialized version of
9545 allout-next-sibling that uses allout-ascend cleverly, to depend on
9546 a regexp search to leap large numbers of contained topics, rather
9547 than arbitrarily many one-by-one traversals.
9548 (allout-next-visible-heading): Disqualify aberrant topics.
9549 (allout-previous-visible-heading): Position consistently when
9550 interactive.
9551 (allout-forward-current-level): Base on allout-previous-sibling
9552 rather than (differently) reimplmenting the algorithm. Remove some
9553 unused variables.
9554 (allout-solicit-alternate-bullet): Present default choice stripped
9555 of text properties.
9556 (allout-rebullet-heading): Use bullet stripped of text properties.
9557 Register changes using allout-exposure-change-hook.
9558 Disregard aberrant topics.
9559 (allout-shift-in): With universal-argument, make topic a peer of
9560 it's former offspring. Simplify the code by separating out
9561 allout-shift-out functionality.
9562 (allout-shift-out): With universal-argument, make offspring peers
9563 of their former container, and its siblings. Implement the
9564 functionality here, rather than inappropriately muddling the
9565 implementation of allout-shift-in.
9566 (allout-rebullet-topic): Respect additional argument for new
9567 parent-child separation function.
9568 (allout-yank-processing): Use allout-ascend directly.
9569 (allout-show-entry): Disqualify aberrant topics.
9570 (allout-show-children): Handle discontinuous children gracefully,
9571 extending the depth being revealed to expose them and posting a
9572 message indicating the situation.
9573 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
9574 Leave cursor in correct position.
9575 (allout-hide-current-subtree): Use allout-ascend directly.
9576 Disqualify aberrant topics.
9577 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
9578 a way that the yanks can restore it, as used to happen.
9579 (allout-yank-processing): Restore exposure layout as recorded by
9580 allout-kill-*, as used to happen.
9581 (allout-annotate-hidden, allout-hide-by-annotation): New routines
9582 for preseving and restoring exposure layout across kills.
9583 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
9584 (allout-encrypt-string): Strip text properties.
9585 Rearranged order and outline-headings for some of the
9586 miscellaneous functions.
9587 (allout-resolve-xref): No need to quote the error name in the
9588 condition-case handler section.
9589 (allout-flatten): Classic recursive (and recursively intensive,
9590 without tail-recursion) list-flattener, needed by allout-shift-out
9591 when confronted with discontinuous children.
9592
9593 2006-09-16 Jason Rumney <jasonr@gnu.org>
9594
9595 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
9596 on ms-windows.
9597 (dnd-open-unc-file): Remove.
9598 (dnd-open-local-file): Mention in doc string that it also handles
9599 remote files if the system natively supports unc file-names.
9600
9601 2006-09-15 Kim F. Storm <storm@cua.dk>
9602
9603 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
9604 all necessary information about the event before erasing *Help*.
9605
9606 * simple.el (line-move-partial): Use window-line-visiblity to
9607 quickly check whether last line is partially visible, and only do
9608 the hard (and slow) part in that case.
9609
9610 2006-09-15 Jay Belanger <belanger@truman.edu>
9611
9612 * COPYING: Replace "Library Public License" by "Lesser Public
9613 License" throughout.
9614
9615 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9616
9617 * term/x-win.el (x-menu-bar-open): New function for F10.
9618
9619 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
9620
9621 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9622 Disallow filenames containing " -" to avoid confusion with libtool
9623 compilation messages. Suggested by Stefan Monnier.
9624
9625 2006-09-15 David Kastrup <dak@gnu.org>
9626
9627 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
9628 instead of buffer position for `mouse-on-link-p'.
9629
9630 * mouse.el (mouse-posn-property): New function looking up the
9631 properties at a click position in overlays and text properties in
9632 either buffer or strings.
9633 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
9634 of both `follow-link' as well as `mouse-face' properties.
9635 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
9636 buffer position.
9637
9638 * help.el (describe-key-briefly): When reading a down-event on
9639 mode lines or scroll bar, swallow the following up event, too.
9640 Use the new mouse sensitity of `key-binding' for lookup.
9641 (describe-key): The same here.
9642
9643 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
9644
9645 * play/life.el (life-patterns): Add a few more interesting patterns.
9646 (life-setup): Force `show-trailing-whitespace' to nil.
9647
9648 2006-09-14 Richard Stallman <rms@gnu.org>
9649
9650 * startup.el (fancy-splash-text): Change text to improve alignment.
9651 (fancy-splash-screens): Don't set non-standard tab width.
9652 Bind cursor-type temporarily, and make it easy to patch to
9653 preserve the splash buffer.
9654 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
9655 (fancy-splash-screens): Display echo-area message explicitly.
9656 Don't set fancy-splash-help-echo.
9657
9658 * simple.el (line-number-mode): Group mode-line instead of
9659 editing-basics.
9660 (column-number-mode, size-indication-mode): Likewise.
9661
9662 * faces.el (mode-line-faces): Group mode-line instead of modeline.
9663
9664 * time.el (display-time): Group mode-line instead of modeline.
9665
9666 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
9667
9668 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
9669
9670 * startup.el (fancy-splash-text): Move editing instructions to
9671 fancy-splash-head.
9672 (fancy-splash-head): Issue editing instructions.
9673 (fancy-splash-screens): Fixup whitespace.
9674
9675 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9676
9677 * bindings.el (mode-line-buffer-identification-keymap):
9678 Remove duplicate line.
9679
9680 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9681
9682 * ido.el (ido-ignore-item-p): Allow any kind of functions in
9683 ignore lists.
9684
9685 2006-09-14 Kim F. Storm <storm@cua.dk>
9686
9687 * jit-lock.el (jit-lock-fontify-again): New function.
9688 (jit-lock-fontify-now): Use it instead of lambda form.
9689
9690 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
9691
9692 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
9693 (flyspell-auto-correct-word): Make ispell-filter local to these
9694 functions. Check that ispell-filter has new stuff before calling
9695 ispell-parse-output.
9696
9697 2006-09-13 Kim F. Storm <storm@cua.dk>
9698
9699 * simple.el (line-move-partial): Optimize.
9700
9701 2006-09-13 Richard Stallman <rms@gnu.org>
9702
9703 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
9704 Delete spurious backquote.
9705
9706 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
9707
9708 * net/rcirc.el (rcirc-print): Fix last change.
9709
9710 2006-09-12 Jay Belanger <belanger@truman.edu>
9711
9712 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
9713
9714 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
9715
9716 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
9717 rcirc-show-maximum-output.
9718 (rcirc-mode): Remove window-scroll-function hook.
9719 (rcirc-scroll-to-bottom): Remove function.
9720 (rcirc-print): Recenter so point stays at the bottom of the window
9721 if point was already there.
9722
9723 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
9724
9725 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
9726 not to "t".
9727 * progmodes/compile.el (compilation-start): Likewise.
9728 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
9729 Don't use expand-file-name on invocation-directory, since this
9730 might mishandle special characters in invocation-directory.
9731
9732 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9733
9734 * pcvs-defs.el: Remove * in defcustom's docstrings.
9735
9736 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
9737
9738 * progmodes/compile.el (compilation-directory-properties):
9739 Doc fix for help-echo.
9740
9741 2006-09-12 Lars Hansen <larsh@soem.dk>
9742
9743 * desktop.el (desktop-read): Add comment.
9744
9745 2006-09-12 Kim F. Storm <storm@cua.dk>
9746
9747 * simple.el (next-error-highlight, next-error-highlight-no-select):
9748 Fix spelling error.
9749
9750 * subr.el (sit-for): Rework to use input-pending-p and cond.
9751 Return nil input is pending on entry also for SECONDS <= 0.
9752 (while-no-input): Use input-pending-p instead of sit-for.
9753
9754 2006-09-11 Richard Stallman <rms@gnu.org>
9755
9756 * simple.el (next-error-highlight, next-error-highlight-no-select):
9757 Fix custom type and doc strings.
9758
9759 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9760
9761 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
9762 (diff-apply-hunk): Use it to ask for confirmation.
9763
9764 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
9765
9766 * emacs-lisp/cl.el (pushnew): Add missing `,'.
9767
9768 2006-09-11 David Kastrup <dak@gnu.org>
9769
9770 * help.el (string-key-binding, describe-key-briefly)
9771 (describe-key): Remove `string-key-binding' and its callers since
9772 `key-binding' already caters for the proper lookup now.
9773
9774 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9775
9776 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
9777 (cfengine-mode): Use it. Fix \ syntax to be like /.
9778
9779 * bindings.el (mode-line-buffer-identification-keymap):
9780 Move initialization into declaration.
9781
9782 2006-09-10 Kim F. Storm <storm@cua.dk>
9783
9784 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
9785 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
9786 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
9787 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
9788
9789 2006-09-10 Richard Stallman <rms@gnu.org>
9790
9791 * dired-aux.el: Handle errors in recursive copy usefully.
9792 (dired-create-files-failures): New variable.
9793 (dired-copy-file): Remove condition-case.
9794 (dired-copy-file-recursive): Check for errors on all file
9795 operations, and add them to dired-create-files-failures.
9796 Check file file-date-erorr here too.
9797 (dired-create-files): Check dired-create-files-failures
9798 and report those errors too.
9799
9800 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
9801
9802 * subr.el (add-to-list): New argument COMPARE-FN.
9803
9804 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
9805
9806 * filecache.el (file-cache-add-directory)
9807 (file-cache-add-directory-list, file-cache-add-file)
9808 (file-cache-add-directory-using-find)
9809 (file-cache-add-directory-using-locate)
9810 (file-cache-add-directory-recursively): Add autoloads.
9811
9812 2006-09-09 Richard Stallman <rms@gnu.org>
9813
9814 * textmodes/conf-mode.el (conf-space-mode):
9815 Use hack-local-variables-hook instead of calling hack-local-variables.
9816 (conf-space-keywords-override): New variable.
9817 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
9818 (conf-space-mode): Always make conf-space-keywords and
9819 conf-space-keywords-override local.
9820 Call conf-space-mode-internal directly as well as via hook.
9821
9822 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
9823
9824 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
9825 quasi-keywords.
9826
9827 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9828
9829 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
9830 (python-send-string): Be slightly more careful about adding \n.
9831
9832 * startup.el (normal-splash-screen): Don't display the buffer if we'll
9833 kill it right away anyway.
9834
9835 2006-09-09 Eli Zaretskii <eliz@gnu.org>
9836
9837 * international/codepage.el (cp850-decode-table): Fix a few codes.
9838 (cp858-decode-table): New variable.
9839
9840 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
9841
9842 * net/ldap.el (ldap-search-internal): Doc fix.
9843
9844 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9845
9846 * play/life.el (life-display-generation): Test for input manually if
9847 `sleeptime' is negative or null.
9848
9849 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
9850 (print-region-1): Substitute `%s' with the page title.
9851
9852 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
9853
9854 * locate.el (locate-current-search): New variable.
9855 (locate): Set buffer local value. Use current buffer if it is
9856 in Locate mode.
9857 (locate-mode): Disable undo here.
9858 (locate-do-setup): Use locate-current-filter from buffer to be killed.
9859 (locate-update): Use locate-current-search and locate-current-filter.
9860
9861 2006-09-08 David Kastrup <dak@gnu.org>
9862
9863 * desktop.el (desktop-read): When loading a desktop, disable
9864 saving it while the load progresses, and switch off a pending lazy
9865 load by calling `desktop-lazy-abort'.
9866
9867 2006-08-27 Martin Rudalics <rudalics@gmx.at>
9868
9869 * window.el (mouse-autoselect-window-timer)
9870 (mouse-autoselect-window-position)
9871 (mouse-autoselect-window-window)
9872 (mouse-autoselect-window-now): New vars.
9873 (mouse-autoselect-window-cancel)
9874 (mouse-autoselect-window-select)
9875 (mouse-autoselect-window-start): New functions.
9876 (handle-select-window): Call `mouse-autoselect-window-start' when
9877 delayed window autoselection is enabled.
9878
9879 * cus-start.el (mouse-autoselect-window): Handle delayed window
9880 autoselection.
9881
9882 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
9883 commands after which it is allowed to print in the echo area.
9884
9885 2006-09-08 Richard Stallman <rms@gnu.org>
9886
9887 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
9888
9889 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
9890 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
9891
9892 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
9893 (cancel-timer-internal): Add doc string.
9894 (cancel-function-timers): Doc fix.
9895 (with-timeout-handler, timer-event-last*): Add doc strings.
9896
9897 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
9898
9899 * files.el (risky-local-variable-p): Match ...-bindat-spec.
9900
9901 * dired.el (dired-log-summary): Add doc string.
9902
9903 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
9904 (custom-group-menu-create): Not here.
9905
9906 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
9907
9908 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
9909
9910 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9911
9912 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
9913 (mac-apple-event-map): Define its handler.
9914
9915 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
9916
9917 * net/ldap.el (ldap-search-internal): Handle `auth' key.
9918
9919 2006-09-07 Magnus Henoch <mange@freemail.hu>
9920
9921 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
9922 clause.
9923
9924 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9925
9926 * info.el (Info-index): Bind completion-ignore-case.
9927
9928 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9929
9930 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
9931 previous commit.
9932 (inferior-prolog-guess-flavor): New fun left out of previous commit.
9933 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
9934 burp in dedicated windows.
9935 (inferior-prolog-self-insert-command): New command.
9936 (inferior-prolog-mode-map): Use it.
9937
9938 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
9939
9940 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
9941
9942 * international/code-pages.el: Add cp858.
9943
9944 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9945
9946 * dnd.el: Fix bootstrapping.
9947
9948 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9949
9950 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
9951 (dnd-open-remote-url): New function.
9952 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
9953 not windows-nt.
9954
9955 2006-09-07 Jason Rumney <jasonr@gnu.org>
9956
9957 * dnd.el (dnd-open-remote-file-function): New variable.
9958 (dnd-open-unc-file): New function.
9959 (dnd-open-file): Call dnd-open-remote-file-function if set.
9960
9961 2006-09-06 Daiki Ueno <ueno@unixuser.org>
9962
9963 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
9964 pgg-passphrase-coding-system rather than locale-coding-system.
9965 * pgg-def.el (pgg-passphrase-coding-system): New user option.
9966
9967 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9968
9969 * progmodes/prolog.el: Remove * in docstrings.
9970 (prolog-program-name): Add SWI prolog.
9971 (prolog-mode-menu): New menu.
9972 (prolog-mode): Set comment-add.
9973 (prolog-indent-line): Simplify. Use indent-line-to.
9974 (inferior-prolog-buffer): New var.
9975 (inferior-prolog-run, inferior-prolog-process): New funs.
9976 (run-prolog, switch-to-prolog): Rewrite, using them.
9977 (prolog-consult-region): Use inferior-prolog-buffer.
9978 (inferior-prolog-load-file): New function.
9979 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
9980
9981 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
9982 last word, if it's not the end of the paragraph.
9983
9984 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
9985 file name.
9986
9987 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
9988
9989 * frame.el (display-mm-dimensions-alist): New defcustom.
9990 (display-mm-height, display-mm-width): Use it.
9991
9992 2006-09-06 Simon Josefsson <jas@extundo.com>
9993
9994 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
9995
9996 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
9997
9998 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9999 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
10000 string values.
10001
10002 2006-09-06 Kim F. Storm <storm@cua.dk>
10003
10004 * simple.el (line-move-partial): New function to do vscrolling for
10005 partially visible images / tall lines. Rewrite based on code
10006 previously in line-move. Simplify backwards vscrolling.
10007 (line-move): Use it. Simplify.
10008
10009 2006-09-05 Kim F. Storm <storm@cua.dk>
10010
10011 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
10012
10013 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
10014
10015 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10016 Process the `gcc-include' after the `gnu' rule.
10017
10018 2006-09-05 Kim F. Storm <storm@cua.dk>
10019
10020 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
10021
10022 2006-09-05 Daiki Ueno <ueno@unixuser.org>
10023
10024 * pgg.el (pgg-clear-string): Alias to clear-string for backward
10025 compatibility.
10026
10027 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
10028 inhibit-redisplay; encode passphrase with locale-coding-system.
10029
10030 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
10031
10032 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
10033
10034 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
10035
10036 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
10037 (gdb-var-list-children-regexp): Make type field optional.
10038
10039 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
10040 e.g public, protected in C++.
10041
10042 2006-09-04 John Paul Wallington <jpw@pobox.com>
10043
10044 * simple.el (completion-show-help): New defcustom.
10045 (completion-setup-function): Heed it.
10046
10047 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
10048
10049 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
10050
10051 2006-09-04 Richard Stallman <rms@gnu.org>
10052
10053 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
10054 (rsf-min-region-to-spam-list): Doc fix.
10055 (rsf-add-content-type-field): Doc fix.
10056
10057 * simple.el (kill-region): Explicitly test there is a region.
10058
10059 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
10060
10061 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
10062 sendmail in several common directories.
10063
10064 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
10065
10066 * paths.el (sendmail-program): Removed.
10067
10068 2006-09-04 Daiki Ueno <ueno@unixuser.org>
10069
10070 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
10071 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
10072 http://article.gmane.org/gmane.emacs.gnus.general/50457
10073
10074 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
10075
10076 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
10077 mark after running the menu filter.
10078
10079 2006-09-03 Juri Linkov <juri@jurta.org>
10080
10081 * international/quail.el (quail-defrule-internal): Add a check
10082 if a key is a vector.
10083
10084 2006-09-02 Juri Linkov <juri@jurta.org>
10085
10086 * man.el (Man-topic-history): New variable.
10087 (man): Use it.
10088
10089 * woman.el (woman-topic-history): Change defvar to defvaralias
10090 for symbol `Man-topic-history'.
10091
10092 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
10093 `comint-last-output-start' is a marker by using `markerp' and
10094 check if it has a position by using `marker-position', and use
10095 this position for `goto-char'.
10096
10097 * international/quail.el (quail-defrule-internal): Add missing
10098 `error' call for null key.
10099
10100 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
10101
10102 * net/rcirc.el (rcirc-keywords): New variable.
10103 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
10104 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
10105 variables.
10106 (rcirc-responses-no-activity): New function.
10107 (rcirc-handler-generic): Check for responses in above.
10108 (rcirc-process-command): Add ?: character to arguments of raw
10109 server commands.
10110 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
10111 `rcirc-dim-nicks'.
10112 (rcirc-gray-toggle): Remove unused variable.
10113 (rcirc-print): Remove some tracking logic, which is moved into
10114 markup functions.
10115 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
10116 types.
10117 (rcirc-activity-string): Look for 'keyword in activity-types.
10118 (rcirc-window-configuration-change): Don't erase overlay-arrow
10119 unnecessarily.
10120 (rcirc-add-or-remove): New function.
10121 (rcirc-cmd-ignore): Use it.
10122 (rcirc-message-leader): Remove unused function.
10123 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
10124 (rcirc-add-face): New function.
10125 (rcirc-facify): Use rcirc-add-face.
10126 (rcirc-url-regexp): Add parens.
10127 (rcirc-map-regexp): Remove function.
10128 (rcirc-mangle-regexp): Remove function.
10129 (rcirc-markup-text-functions): New variable.
10130 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
10131 (rcirc-markup-body-text, rcirc-markup-attributes)
10132 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
10133 (rcirc-markup-bright-nicks): New markup handler functions.
10134 (rcirc-nick-in-message-full-line): New face.
10135 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
10136 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
10137
10138 2006-09-02 Martin Rudalics <rudalics@gmx.at>
10139
10140 * cus-start.el (hscroll-margin, hscroll-step)
10141 (mode-line-in-non-selected-windows, mouse-autoselect-window)
10142 (x-use-underline-position-properties): Change version to "22.1"
10143 since they will appear there for the first time.
10144
10145 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
10146
10147 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
10148
10149 2006-08-31 Richard Stallman <rms@gnu.org>
10150
10151 * cus-edit.el (custom-save-variables): Slight cleanup.
10152 (Custom-no-edit): Renamed from custom-no-edit.
10153 (Custom-newline): Renamed from custom-newline.
10154 (custom-mode-map): Use new names.
10155
10156 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
10157 about customization, rather than M-x customize, in the doc string
10158 made for the defcustom.
10159
10160 * emacs-lisp/trace.el (trace-function-background): Doc fix.
10161
10162 2006-08-31 Romain Francoise <romain@orebokech.com>
10163
10164 * dired-x.el (dired-guess-shell-alist-default): Update.
10165
10166 2006-08-31 Michael Mauger <mmaug@yahoo.com>
10167
10168 * custom.el (custom-theme-set-variables): Autoload packages before
10169 sorting the variables.
10170
10171 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
10172
10173 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
10174 Convert events to chars if XEmacs.
10175 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
10176
10177 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10178
10179 * progmodes/python.el (python-eldoc-function): Re-enable quit while
10180 waiting for process.
10181
10182 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10183
10184 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
10185 results in ASCII-only string, encode original one directly.
10186
10187 2006-08-29 Romain Francoise <romain@orebokech.com>
10188
10189 * startup.el (normal-splash-screen, fancy-splash-screens):
10190 Make buffer read-only and arrange to enter view mode if necessary.
10191
10192 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
10193
10194 * hl-line.el (hl-line): New face.
10195 (hl-line-face): Use it.
10196
10197 * image-mode.el (image-mode): Fix last fix.
10198 Suggested by Kim F. Storm.
10199
10200 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
10201
10202 Sync with Tramp 2.0.54.
10203
10204 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
10205 of `=', because `tramp-get-remote-gid' might not always return an
10206 integer when expected.
10207 (tramp-register-file-name-handlers): `partial-completion-mode' is
10208 unknown to XEmacs.
10209 (tramp-time-diff): Don't use `floor', it might fail for large
10210 differences.
10211 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
10212 `tramp-auto-save-directory' if unset in order to guarantee unique
10213 auto-save file names.
10214
10215 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
10216
10217 * image-mode.el (image-mode): Display image as text on a terminal.
10218
10219 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10220
10221 * progmodes/python.el (python-send-command): Simplify.
10222 (run-python): Don't generate a new buffer unless `new' was specified.
10223 Make sure we send `import emacs' to the proper process.
10224
10225 * progmodes/python.el (python-send-command): Don't wait for the command
10226 to terminate. Don't fiddle with compilation-parsing-end.
10227
10228 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
10229
10230 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
10231 Insert commentary after first line summary.
10232
10233 * woman.el (woman-follow): New function, based on `man-follow'.
10234 (woman-mode-map): Use it.
10235
10236 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
10237 since ibuffer-do-sort-by-recency does not define a sorter.
10238
10239 2006-08-28 Kim F. Storm <storm@cua.dk>
10240
10241 * find-dired.el (find-dired): Use shell-quote-argument to properly
10242 escape ( and ) args. Also use it on {} and ; args in default
10243 value of find-ls-option string.
10244 (find-grep-dired): Use shell-quote-argument on {} and ; args.
10245
10246 2006-08-27 Michael Olson <mwolson@gnu.org>
10247
10248 * emacs-lisp/tq.el: Small grammar fix in comments.
10249 (tq-enqueue): Check for existence of queue rather than the
10250 head queue item's question, which was a no-op.
10251 (tq-filter, tq-process-buffer): Make sure the process buffer
10252 exists before making it the current buffer.
10253
10254 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10255
10256 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
10257 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
10258 (special-event-map): Apply 2006-08-16 change for x-win.el.
10259
10260 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10261
10262 * progmodes/python.el (python-send-receive): Wait in the
10263 process's buffer so as to check the right buffer-local variables.
10264
10265 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
10266
10267 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
10268 (defgroup checkdoc): Move to beginning.
10269
10270 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
10271 (python-preoutput-continuation): Remove.
10272 (python-preoutput-filter): Simplify correspondingly.
10273 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
10274 Loop around to catch embedded _emacs_out output.
10275 (run-python): Send the import&print command on a single line.
10276 (python-send-command): Send command&print on a single line.
10277 (python-send-string): Only add double \n if needed.
10278 (python-send-receive): Loop until the result comes.
10279 (python-mode-running): Defvar it.
10280 (python-setup-brm): Remove unused var `menu'.
10281 Only bind py-mode-map and `features' around brm-init.
10282 (python-calculate-indentation): Remove unused var `point'.
10283 (python-beginning-of-defun): Remove unused var `def-line'.
10284
10285 2006-08-25 Richard Stallman <rms@gnu.org>
10286
10287 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
10288
10289 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
10290
10291 * emulation/viper.el (viper-set-hooks): Use frame bindings for
10292 viper-vi-state-cursor-color.
10293 (viper-non-hook-settings): Don't set default
10294 mode-line-buffer-identification.
10295
10296 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
10297 New fun.
10298 (viper-set-cursor-color-according-to-state)
10299 (viper-get-saved-cursor-color-in-replace-mode)
10300 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
10301 viper-emacs-state-cursor-color.
10302
10303 * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
10304 (viper-undo): Use point if undo-beg-posn is nil.
10305 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
10306 (viper-after-change-undo-hook): Don't use
10307 viper-emacs-state-cursor-color by default.
10308 (viper-undo): More sensible positioning after undo.
10309
10310 * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
10311 (viper-emacs-state-cursor-color): Default to nil, since this feature
10312 doesn't work well yet.
10313
10314 * ediff-mult.el (ediff-intersect-directories)
10315 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
10316 always expand filenames.
10317
10318 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10319
10320 * tumme.el: Remove * in defcustoms's docstrings.
10321
10322 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
10323
10324 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
10325 Accept internal time format for SECS arg.
10326 (timer-relative-time): Doc fix.
10327
10328 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
10329 adapted from Martin Rudalics.
10330 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
10331 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
10332 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
10333 using sit-for.
10334
10335 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
10336
10337 * cus-start.el (all): Add `overline-margin' and
10338 `x-underline-at-descent-line'.
10339
10340 2006-08-24 Kim F. Storm <storm@cua.dk>
10341
10342 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
10343 to mean "use find -exec"; nil now unambiguously means auto-detect.
10344 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
10345 Use shell-quote-argument to build grep-find-command and
10346 grep-find-template.
10347 (rgrep): Use shell-quote-argument to properly quote arguments to find.
10348 Reported by Tom Seddon.
10349
10350 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
10351
10352 * startup.el (fancy-splash-head): Give instructions for dismissing
10353 the splash screen for default startup too.
10354 (display-startup-echo-area-message, fancy-splash-screens)
10355 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
10356 all splash text at once and keep the splash buffer around.
10357 (command-line-1): Give display-startup-echo-area-message a t arg.
10358
10359 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
10360
10361 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
10362 gnus frame is selected.
10363
10364 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
10365
10366 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
10367
10368 2006-08-22 Kim F. Storm <storm@cua.dk>
10369
10370 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
10371 Add suffix matching for subdirs.
10372
10373 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
10374
10375 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
10376 mouse-yank-at-point is non-nil.
10377
10378 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
10379
10380 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
10381 a bit wider and remove fringes to fit initial output on line.
10382
10383 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10384
10385 * frame.el (blink-cursor-end): Only ignore the error we care about.
10386 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
10387
10388 2006-08-21 Richard Stallman <rms@gnu.org>
10389
10390 * whitespace.el (whitespace-cleanup): Doc fix.
10391
10392 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
10393
10394 * net/rcirc.el (rcirc-show-maximum-output): New var.
10395 (rcirc-buffer-process): If no buffer argument is supplied, use
10396 current-buffer.
10397 (rcirc-complete-nick): Complete to the last completed nick first.
10398 (rcirc-mode): Preserve the value of `rcirc-urls' across
10399 connections. Setup scroll function.
10400 (rcirc-scroll-to-bottom): New function.
10401 (rcirc-print): Use nick syntax around regexp work.
10402 Notice dim-nicks speaking only if they say our nick.
10403 (rcirc-update-activity-string): Do not show the modeline indicator
10404 if there are no live rcirc processes.
10405 (rcirc-cmd-ignore): Ignore case.
10406 (rcirc-browse-url-at-point): Fix off-by-one error.
10407
10408 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
10409
10410 * progmodes/python.el: Remove * in defcustom docstrings.
10411 (run-python, python-proc, python-try-complete): Use derived-mode-p.
10412 (python-mode): Set tab-width and indent-tabs-mode.
10413
10414 2006-08-20 Dave Love <fx@gnu.org>
10415
10416 * progmodes/python.el: Update to Dave Love's latest version.
10417 (python-font-lock-keywords, python-mode): Don't use
10418 font-lock-syntax-table, but match symbol elements explicitly instead.
10419 (python-mode-map): Add help, and a few more key bindings.
10420 (python-skip-comments/blanks): Move out of comments as well.
10421 (python-continuation-line-p): Behave better with unbalanced parens.
10422 (python-blank-line-p): New fun.
10423 (python-open-block-statement-p): Don't use a heuristic.
10424 (python-outdent-p): Better handle blocks-in-the-same-line.
10425 (python-calculate-indentation): Misc improvements.
10426 (python-comment-indent): Remove.
10427 (python-block-pairs): New var.
10428 (python-first-word): New fun.
10429 (python-indentation-levels): Handle more common cases.
10430 (python-indent-line-1): Add `leave' argument.
10431 (python-indent-region): New fun.
10432 (python-skip-out): New fun.
10433 (python-beginning-of-statement, python-end-of-statement): Use it.
10434 (python-next-statement): Return correct count even at eob.
10435 (python-end-of-block): Fix paren-typo.
10436 (python-imenu-create-index): Add module variables.
10437 (run-python): Add `new' arg.
10438 Check we're at a prompt before returning.
10439 (python-send-command): Move to end of buffer.
10440 Wait for prompt to return.
10441 (python-set-proc): New fun.
10442 (python-imports): New var.
10443 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
10444 (python-eldoc-function): Try to move out of arg list.
10445 (python-outline-level): Offset by 1.
10446 (python-find-imports): New fun.
10447 (python-symbol-completions): Use python-imports.
10448 (python-module-path, ffap-alist): Add support for ffap.
10449 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
10450 (python-insert-*, python-default-template, python-expand-template):
10451 Add templates/skeletons.
10452 (python-setup-brm): Support for Bicycle Repair Man.
10453 (python-abbrev-syntax-table): New var.
10454 (python-abbrev-pc-hook, python-pea-hook): New funs.
10455
10456 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
10457
10458 * frame.el (blink-cursor-start): Set timer first.
10459 (blink-cursor-end): Ignore timer cancelling errors.
10460 Suggested by Ken Manheimer.
10461
10462 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
10463
10464 * newcomment.el (comment-box): Call `comment-normalize-vars'.
10465 Add autoload cookie.
10466
10467 2006-08-20 Richard Stallman <rms@gnu.org>
10468
10469 * simple.el (line-number-at-pos): Doc fix.
10470
10471 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
10472 timer-activate-when-idle, so timer can run before Emacs becomes
10473 non-idle again.
10474
10475 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
10476
10477 * whitespace.el (whitespace-cleanup-internal): New optional arg
10478 REGION-ONLY. If it's non-nil, modify the message to the user
10479 accordingly.
10480 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
10481 a non-nil argument.
10482
10483 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
10484
10485 * rect.el (spaces-string): Simplify and add doc string.
10486
10487 2006-08-17 Romain Francoise <romain@orebokech.com>
10488
10489 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
10490
10491 2006-08-17 Richard Stallman <rms@gnu.org>
10492
10493 * compare-w.el (compare-windows): lambda's take an arg and pass
10494 it to compare-windows-skip-whitespace.
10495
10496 2006-08-17 Martin Rudalics <rudalics@gmx.at>
10497
10498 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
10499 the right buffer.
10500
10501 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
10502
10503 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
10504 removed files.
10505
10506 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
10507
10508 * progmodes/gdb-ui.el (gdb-locals-watch-map)
10509 (gdb-locals-watch-map-1): Suppress keymap first.
10510 (gdb-edit-locals-map-1): New variable.
10511 (gdb-edit-locals-value): New function.
10512 (gdb-stack-list-locals-handler): Use them.
10513
10514 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10515
10516 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
10517 cursor would normally be drawn in the fringe.
10518
10519 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
10520 Reported by Martin Rudalics <rudalics@gmx.at>.
10521
10522 2006-08-16 Richard Stallman <rms@gnu.org>
10523
10524 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
10525 (special-event-map): Process drag-n-drop events this way.
10526
10527 * simple.el (move-beginning-of-line): Test whether fields
10528 would prevent motion back to line's first visible character.
10529 If so, stop where the fields would stop the motion.
10530
10531 * newcomment.el (comment-indent): Fully update INDENT
10532 before checking to see if it will change the text.
10533
10534 * cus-edit.el (custom-newline): New function.
10535 (custom-mode-map): Bind newline to custom-newline.
10536
10537 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
10538 into ignore-whitespace.
10539 Check each buffer for its skip-function.
10540 Handle compare-windows-skip-whitespace special-case test
10541 by returning t from default skip function.
10542
10543 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
10544
10545 * textmodes/org.el (org-clock-special-range)
10546 (org-clock-update-time-maybe): New functions.
10547 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
10548 not only a-z.
10549 (org-agenda-get-blocks): Allow multiple blocks per headline.
10550 (org-timestamp-change): Call `org-clock-update-time-maybe'.
10551 (org-export-html-title-format)
10552 (org-export-html-toplevel-hlevel): New options.
10553 (org-export-language-setup): Add support for Czech.
10554 (org-mode, org-insert-todo-heading, org-find-visible)
10555 (org-find-invisible, org-invisible-p, org-invisible-p2)
10556 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
10557 (org-show-subtree, org-show-entry, org-make-options-regexp):
10558 Remove compatibility support for old outline-mode.
10559 (org-check-occur-regexp): Funtion removed.
10560 (org-on-heading-p, org-back-to-heading): Made defalias.
10561 (org-set-local): New defsubst.
10562 (org-set-regexps-and-options, org-mode)
10563 (org-set-font-lock-defaults, org-edit-agenda-file-list)
10564 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
10565 (org-remember-apply-template, org-table-edit-field)
10566 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
10567 (org-set-autofill-regexps): Use `org-set-local'.
10568 (org-table-eval-formula): Fix bug with parsing of display flags.
10569
10570 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
10571
10572 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
10573 frame with fringe arrow. Suggested by Simon Marshall
10574 <simon.marshall@misys.com>.
10575 (gdb-stack-position): New variable.
10576 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
10577 (gdb-frames-mode): Set gdb-stack-position to nil.
10578 Add to overlay-arrow-variable-list
10579 (gdb-reset): Delete gdb-stack-position from above list.
10580
10581 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10582
10583 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
10584 read only.
10585
10586 2006-08-13 Romain Francoise <romain@orebokech.com>
10587
10588 * cus-theme.el (customize-create-theme)
10589 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
10590
10591 * filesets.el (filesets-add-buffer): Ditto.
10592
10593 * pcvs.el (cvs-change-cvsroot): Ditto.
10594
10595 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
10596
10597 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
10598 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
10599 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
10600 expressions.
10601 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
10602 Only search till end of line.
10603 Add face to function names in case of no filename.
10604 Add face to variable names of watchpoints.
10605
10606 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
10607
10608 * cus-start.el <indent-tabs-mode>: Move to the `indent'
10609 customization group.
10610
10611 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
10612
10613 * allout.el (allout-prior-bindings, allout-added-bindings):
10614 Remove, after long deprecation.
10615 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
10616 Add customization vars controlling allout-beginning-of-line and
10617 allout-end-of-line conveniences.
10618 (allout-header-prefix, allout-use-mode-specific-leader)
10619 (allout-use-mode-specific-leader, allout-mode-leaders):
10620 Revise docstrings.
10621 (allout-infer-header-lead): Change to be an alias for
10622 allout-infer-header-lead-and-primary-bullet.
10623 (allout-infer-header-lead-and-primary-bullet): New version of
10624 allout-infer-header-lead which assigns the primary bullet to the
10625 same as the header lead, when its being changed.
10626 (allout-infer-body-reindent): Apply regexp-quote instead of
10627 unconditionally prepending "\\", so that all literal
10628 allout-header-prefix and allout-primary-bullet strings are
10629 properly handled.
10630 (allout-add-resumptions): Add optional qualifier for extending or
10631 appending to existing values, rather than replacing them.
10632 (allout-view-change-hook): Clarify docstring.
10633 (allout-exposure-change-hook): Take explicit arguments, via
10634 run-hook-with-args.
10635 (allout-structure-added-hook)
10636 (allout-structure-deleted-hook)
10637 (allout-structure-shifted-hook): New hooks analogous to
10638 allout-exposure-change-hook for other kinds of structural outline
10639 edits.
10640 (allout-encryption-plaintext-sanitization-regexps): New encryption
10641 customization variable, by which cooperating modes can provde
10642 massage of the plaintext without actually being passed it.
10643 (allout-encryption-ciphertext-rejection-regexps)
10644 (allout-encryption-ciphertext-rejection-ceiling): New encryption
10645 customization variables, by which cooperating modes can prohibit
10646 rare but possible ciphertext patterns from fouling their
10647 operation, with actually being passed the ciphertext.
10648 (allout-mode): Run activation and deactivation hooks after the
10649 minor-mode variable has been toggled, to clarify the mode
10650 disposition. The new encryption ciphertext rejection variable is
10651 used to ensure that the ciphertext does not contain text that
10652 would be recognized as outline structural elements by allout.
10653 Substite allout-beginning-of-line and allout-end-of-line for
10654 conventionall beginning-of-line and end-of-line bindings.
10655 If allout-old-style-prefixes is non-nil, don't nullify it on mode
10656 activation!
10657 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
10658 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
10659 (allout-chart-subtree): Implement new mode, charting only the
10660 visible items in the subtree, when new 'visible' parameter is non-nil.
10661 (allout-end-of-subtree): Properly handle the last item in the buffer.
10662 (allout-pre-command-business, allout-command-counter):
10663 Increment an advertised counter so that cooperating enhancements can
10664 track revisions of items.
10665 (allout-open-topic): Run allout-structure-added-hook with suitable
10666 arguments.
10667 (allout-shift-in): Run allout-structure-shifted-hook with suitable
10668 arguments.
10669 (allout-shift-out): Fix doubling for negative args and ensure call
10670 of allout-structure-shifted-hook by solely using allout-shift-in.
10671 (allout-kill-line, allout-kill-topic):
10672 Run allout-structure-deleted-hook with suitable arguments.
10673 (allout-yank-processing): Run allout-structure-added-hook with
10674 proper arguments.
10675 (allout-yank): Enclose activity in allout-unprotected.
10676 (allout-flag-region): Run allout-exposure-change-hook with
10677 suitable arguments, instead of making the callee infer the arguments.
10678 (allout-encrypt-string):
10679 Support allout-encryption-plaintext-sanitization-regexps,
10680 allout-encryption-ciphertext-rejection-regexps, and
10681 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
10682 en/de cryption mode in symmetric encryption failure message.
10683 (allout-obtain-passphrase): Use copy-sequence to get a distinct
10684 copy of the passphrase, and don't zero it or we'll corrupt the
10685 stashed copy.
10686 (allout-create-encryption-passphrase-verifier)
10687 (allout-verify-passphrase): Respect the new signature for
10688 allout-encrypt-string.
10689 (allout-get-configvar-values): Convenience for getting a
10690 configuration variable value and handling its absence gracefully.
10691
10692 2006-08-11 Romain Francoise <romain@orebokech.com>
10693
10694 * obsolete/zone-mode.el: Delete.
10695
10696 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
10697
10698 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
10699
10700 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
10701
10702 * emacs-lisp/bindat.el (bindat-ip-to-string):
10703 Use `format-network-address' if possible.
10704
10705 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10706
10707 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
10708
10709 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
10710
10711 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
10712 restore unread-command-events here.
10713 (edebug-display): Do it here, to detect sit-for interruptions.
10714
10715 2006-08-10 Romain Francoise <romain@orebokech.com>
10716
10717 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
10718 (dns-mode-soa-auto-increment-serial): New user option.
10719 (dns-mode-soa-maybe-increment-serial): New function.
10720 (dns-mode): Add the latter to `write-contents-functions'.
10721
10722 * obsolete/zone-mode.el: Move to obsolete/ from net/.
10723 Delete autoload cookies.
10724
10725 2006-08-10 John Wiegley <johnw@newartisans.com>
10726
10727 * eshell/em-glob.el (eshell-glob-chars-list)
10728 (eshell-glob-translate-alist): Add support for [^g] in character globs.
10729
10730 2006-08-10 Richard Stallman <rms@gnu.org>
10731
10732 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
10733 (facemenu-set-face): Doc fix.
10734 (facemenu-listed-faces): Doc fix.
10735
10736 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
10737
10738 * avoid.el (mouse-avoidance-animating-pointer): New var.
10739 (mouse-avoidance-nudge-mouse): Use it.
10740 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
10741 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
10742 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
10743 Don't activate if currently animating. All callers changed.
10744
10745 2006-08-09 John Wiegley <johnw@newartisans.com>
10746
10747 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
10748 variable, which causes timeclock to report elapsed time worked,
10749 instead of just work remaining.
10750
10751 2006-08-09 Kenichi Handa <handa@m17n.org>
10752
10753 * international/latexenc.el (latexenc-find-file-coding-system):
10754 Fix for the case that the 2nd element of arg-list is a cons.
10755
10756 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
10757
10758 * info.el (Info-fontify-node): Handle preceding `in' for note
10759 reference hiding rules.
10760
10761 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10762
10763 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
10764 mistake a closing " for an opening one.
10765
10766 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10767
10768 * term/xterm.el (terminal-init-xterm): Add more key bindings.
10769
10770 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
10771
10772 * complete.el (PC-do-completion): Filter out completions matching
10773 completion-ignored-extensions before checking whether there are
10774 multiple completions.
10775 Don't use `list' unnecessarily when building completion tables.
10776
10777 2006-08-06 Richard Stallman <rms@gnu.org>
10778
10779 * help.el (describe-mode): Make minor mode list more concise.
10780
10781 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
10782
10783 * bindings.el: Give mode-line-format, mode-line-modes, and
10784 mode-line-position `standard-value' properties.
10785
10786 2006-08-05 Eli Zaretskii <eliz@gnu.org>
10787
10788 * buff-menu.el (list-buffers-noselect): For Info buffers, use
10789 "(file)node" instead of the file name.
10790
10791 2006-08-05 Richard Stallman <rms@gnu.org>
10792
10793 * faces.el (escape-glyph): Doc fix.
10794
10795 2006-08-04 Kenichi Handa <handa@m17n.org>
10796
10797 * international/mule-diag.el (describe-font): Improve docstring
10798 and error message. Use frame-parameter (not frame-parameters).
10799
10800 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10801
10802 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
10803 Correctly mark the end-of-docstring char.
10804
10805 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
10806
10807 * simple.el (line-move-to-column): Constrain move-to-column to
10808 current field.
10809
10810 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10811
10812 * font-lock.el (font-lock-beg, font-lock-end)
10813 (font-lock-extend-region-functions): New vars.
10814 (font-lock-extend-region-multiline)
10815 (font-lock-extend-region-wholelines): New functions.
10816 (font-lock-default-fontify-region): Use them.
10817 (font-lock-extend-jit-lock-region-after-change): Only round up
10818 if font-lock-default-fontify-region will do it as well.
10819
10820 * font-lock.el (font-lock-extend-after-change-region-function):
10821 Rename from font-lock-extend-region-function.
10822 (font-lock-extend-region): Remove by inlining at call sites.
10823 (font-lock-after-change-function): Don't needlessly round up to a whole
10824 number of lines.
10825 (font-lock-extend-jit-lock-region-after-change): Be more careful about
10826 the boundary conditions and the interactions between the various ways
10827 to extend the region.
10828
10829 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10830
10831 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
10832 modification status when forcing the second redisplay.
10833
10834 2006-08-03 Kim F. Storm <storm@cua.dk>
10835
10836 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
10837
10838 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10839
10840 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
10841 doesn't look like a file name.
10842
10843 * complete.el (PC-expand-many-files): Avoid signalling an error when
10844 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
10845
10846 2006-08-02 Andreas Schwab <schwab@suse.de>
10847
10848 * bindings.el (mode-line-format): Simplify reference to vc-mode.
10849
10850 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
10851
10852 * bindings.el (map): Make mode-line-buffer-identification-keymap
10853 before defining propertized-buffer-identification.
10854
10855 2006-08-01 Richard Stallman <rms@gnu.org>
10856
10857 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
10858
10859 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
10860
10861 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
10862 default value.
10863 (gdb-find-source-frame): New function.
10864 (menu): Add to menu bar.
10865
10866 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10867
10868 * font-core.el (font-lock-extend-region-function)
10869 (font-lock-extend-region): Move to font-lock.el.
10870
10871 * font-lock.el (font-lock-extend-region-function)
10872 (font-lock-extend-region): Move from font-core.el. Simplify.
10873
10874 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
10875 if needed.
10876 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
10877 (jit-lock-after-change-extend-region-functions): New hook.
10878 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
10879
10880 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
10881 (font-lock-turn-on-thing-lock): Use it.
10882
10883 * longlines.el (longlines-show-region): Make it work on read-only
10884 buffers as well.
10885
10886 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
10887
10888 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
10889
10890 2006-07-31 Richard Stallman <rms@gnu.org>
10891
10892 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
10893 (vhdl-speedbar-display-projects): Update old obsolete
10894 speedbar variable names.
10895
10896 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
10897
10898 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
10899 (gdb-stopped): Use it.
10900
10901 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
10902
10903 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
10904
10905 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
10906 for load-history elements.
10907
10908 2006-07-29 Eli Zaretskii <eliz@gnu.org>
10909
10910 * files.el (convert-standard-filename): For Cygwin, replace
10911 characters not allowed in Windows file names.
10912 (make-auto-save-file-name): Add Cygwin to the list of systems
10913 where the auto-save file name needs to be run through
10914 convert-standard-filename.
10915
10916 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
10917
10918 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
10919
10920 2006-07-28 Richard Stallman <rms@gnu.org>
10921
10922 * bindings.el (mode-line-frame-identification)
10923 (propertized-buffer-identification): Centralize the code
10924 to initialize the variable.
10925
10926 * progmodes/grep.el (grep-default-command): Catch errors from
10927 wildcard-to-regexp.
10928
10929 2006-07-29 Kim F. Storm <storm@cua.dk>
10930
10931 * progmodes/grep.el (grep-tag-default): New function.
10932 (grep-default-command, grep-read-regexp): Use it.
10933 (grep-read-files): Use car of grep-files-history or grep-files-aliases
10934 as default if nothing else applies.
10935
10936 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
10937
10938 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
10939 Throw error if buffer is not in Dired and Wdired mode, respectively.
10940
10941 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
10942
10943 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
10944 self-insert-command keys don't activate buttons.
10945 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
10946
10947 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
10948
10949 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
10950 faces for enable character.
10951
10952 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
10953
10954 * Makefile.in (recompile): Update comment to reflect change
10955 on 2004-04-21.
10956
10957 2006-07-27 Richard Stallman <rms@gnu.org>
10958
10959 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
10960 (customize-package-emacs-version): Change msg when pkg has no entry.
10961 (custom-no-edit): On a button, do like widget-button-press.
10962
10963 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10964
10965 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
10966 S-tab and C-S-tab.
10967
10968 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
10969
10970 * progmodes/which-func.el (which-function): Fix documentation/
10971 comment typo.
10972
10973 2006-07-26 Richard Stallman <rms@gnu.org>
10974
10975 * textmodes/ispell.el (ispell-word): If we replace the word,
10976 move point to the end. Insert before deleting.
10977
10978 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
10979
10980 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
10981 a timer.
10982
10983 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
10984
10985 * tumme.el (tumme-backward-image): Add prefix argument. Add error
10986 when at first image.
10987 (tumme-forward-image): Add prefix argument. Add error when at last
10988 image.
10989
10990 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
10991
10992 * tabify.el (tabify-regexp): Use more specific regexps.
10993 (tabify): Avoid modifying the buffer unnecessarily.
10994
10995 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
10996
10997 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
10998 (tumme-format-properties-string): Handle empty `buf'.
10999 (tumme-get-comment): Change variable names inside `let'.
11000 Add missing `let' variable that cause font-lock problems.
11001 (tumme-write-comments): Change variable names inside `let'.
11002 Add missing `let' variable that cause font-lock problems.
11003 (tumme-forward-image): Rename from `tumme-forward-char'.
11004 (tumme-backward-image): Rename from `tumme-backward-char'.
11005
11006 2006-07-25 Masatake YAMATO <jet@gyve.org>
11007
11008 * progmodes/ld-script.el (ld-script-keywords)
11009 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
11010 and add comments.
11011
11012 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
11013
11014 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11015 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
11016 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
11017 for status indicator.
11018
11019 2006-07-24 Richard Stallman <rms@gnu.org>
11020
11021 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
11022
11023 * subr.el (dolist, dotimes): Use interned symbols for locals.
11024 (--dotimes-limit--, --dolist-tail--): New defvars.
11025 (looking-back): Doc fix.
11026
11027 * replace.el (replace-match-string-symbols): Handle dotted lists.
11028
11029 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
11030
11031 * tumme.el (tumme-write-tags): Add.
11032 (tumme-write-comments): Add.
11033 (tumme-tag-files): Change to use `tumme-write-tags'.
11034 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
11035 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
11036 (tumme-save-information-from-widgets): Change to use
11037 `tumme-write-comments' and `tumme-write-tags'.
11038 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
11039 (tumme-write-tag): Remove.
11040 (tumme-write-comment): Remove.
11041 (tumme-display-previous-thumbnail-original): Remove empty line.
11042 (tumme-widget-list): Add punctuation.
11043
11044 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
11045
11046 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
11047
11048 2006-07-24 Daiki Ueno <ueno@unixuser.org>
11049
11050 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11051 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
11052 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
11053
11054 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
11055
11056 * mouse.el (mouse-on-link-p): Doc fix.
11057
11058 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
11059
11060 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11061 Handle "C-h f `".
11062
11063 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11064
11065 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
11066 column.
11067
11068 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
11069
11070 * textmodes/table.el: Add move-beginning-of-line and
11071 move-end-of-line to Point Motion Only Group.
11072
11073 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
11074
11075 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
11076
11077 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11078
11079 * startup.el (user-mail-address): Initialize from the `EMAIL'
11080 environment variable first. Document this.
11081 (command-line): Ditto.
11082
11083 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
11084
11085 * help-mode.el (help-function-def, help-variable-def)
11086 (help-face-def): Print a message in the minibuffer.
11087
11088 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
11089
11090 * term/xterm.el (terminal-init-xterm): Fix key bindings
11091 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
11092
11093 2006-07-21 Eli Zaretskii <eliz@gnu.org>
11094
11095 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
11096 where `(nth 1 command)' is a cons cell. Doc fix.
11097
11098 * textmodes/po.el (po-find-charset): Doc fix.
11099
11100 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
11101
11102 * allout.el (allout-unprotected, allout-e-o-prefix-p)
11103 (allout-beginning-of-current-line, allout-end-of-current-line)
11104 (allout-next-visible-heading, allout-open-topic)
11105 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
11106 (allout-flag-current-subtree, allout-show-to-offshoot)
11107 (allout-hide-current-entry, allout-show-current-branches)
11108 (allout-hide-region-body, allout-old-expose-topic)
11109 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
11110 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
11111 containing `beginning-of-line' and `end-of-line' with
11112 `inhibit-field-text-motion' t.
11113
11114 2006-07-21 Eli Zaretskii <eliz@gnu.org>
11115
11116 * frame.el (focus-follows-mouse): Document that it doesn't have
11117 any effect on MS-Windows.
11118
11119 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
11120
11121 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
11122
11123 2006-07-20 Jay Belanger <belanger@truman.edu>
11124
11125 * calc/calc.el (calc-previous-alg-entry): Remove variable.
11126
11127 * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
11128 New variables.
11129 (calc-alg-entry): Use `calc-alg-entry-history'.
11130 (calc-do-quick-calc): Use `calc-quick-calc-history'.
11131 Remove reference to `calc-previous-alg-entry'.
11132 (calcAlg-edit, calcAlg-enter): Remove reference to
11133 `calc-previous-alg-entry'.
11134 (calcAlg-previous): Use `previous-history-element' instead of
11135 `calc-previous-alg-entry'.
11136 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
11137 Change keybinding for `calcAlg-plus-minus', add keybindings for
11138 `previous-history-element' and `next-history-element'.
11139
11140 * calc/calc-rewr.el (calc-match): Remove reference to
11141 `calc-previous-alg-entry'.
11142
11143 * calc/calc-sel.el (calc-selection-history): New variable.
11144 (calc-enter-selection, calc-sel-mult-both-sides)
11145 (calc-sel-add-both-sides): Use `calc-selection-history'.
11146
11147 * calc/calc-map.el (calc-get-operator-history): New variable.
11148 (calc-get-operator): Use `calc-get-operator-history'.
11149
11150 * calc/calcalg3.el (calc-curve-fit-history): New variable.
11151 (calc-curve-fit): Use `calc-curve-fit-history'.
11152
11153 2006-07-20 Kenichi Handa <handa@m17n.org>
11154
11155 * international/mule-cmds.el (select-safe-coding-system): Fix the
11156 way of deciding eol-type of the coding system.
11157
11158 2006-07-20 Alan Mackenzie <acm@muc.de>
11159
11160 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
11161 (c-lang-setvar): New macro.
11162 (c-make-init-lang-vars-fun): Use the initialization forms in
11163 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
11164 (comment-start, comment-end, comment-start-skip): Change these from
11165 c-lang-defvar's to c-lang-setvar's.
11166
11167 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
11168 which calls make-local-variable on the elements of
11169 c-emacs-variable-inits.
11170 (c-init-language-vars-for): Call this new macro.
11171
11172 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11173
11174 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11175 Try to rule out false positives due to time stamps.
11176 (compilation-mode-font-lock-keywords): Remove rules made redundant
11177 because of the above change. Add `segmentation fault' to the known and
11178 highlighted compilation termination messages.
11179
11180 2006-07-19 Kim F. Storm <storm@cua.dk>
11181
11182 * progmodes/grep.el (grep-find-ignored-directories):
11183 Add .svn and _darcs to list.
11184
11185 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
11186
11187 * dired.el (dired-mode-map): Add key binding `C-te' for
11188 `tumme-dired-edit-comment-and-tags'.
11189
11190 * tumme.el (tumme-display-thumbnail-original-image): Make sure
11191 image display buffer is displayed before call to
11192 `tumme-display-image.
11193 (tumme-dired-display-image): Make sure image display buffer is
11194 displayed before call to `tumme-display-image.
11195 (tumme-mouse-display-image): Make sure image display buffer is
11196 displayed before call to `tumme-display-image.
11197 (tumme-widget-list): Add.
11198 (tumme-dired-edit-comment-and-tags): Add.
11199 (tumme-save-information-from-widgets): Add.
11200
11201 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11202
11203 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
11204
11205 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11206
11207 * progmodes/sh-script.el (sh-font-lock-keywords-1):
11208 Revert inadvertently installed patch hunk.
11209
11210 * progmodes/compile.el (compilation-find-file): Handle the
11211 cases where the user selects a non-existent file.
11212
11213 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11214
11215 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
11216
11217 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
11218
11219 * subr.el (sit-for): Just sleep-for if noninteractive.
11220
11221 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11222
11223 * emacs-lisp/autoload.el (make-autoload): Use new arg.
11224
11225 * custom.el (custom-autoload): Add `noset' argument.
11226 (custom-push-theme): Don't autoload the variable, let callers do it.
11227 (custom-theme-set-variables): Autoload the variable if necessary.
11228
11229 * cus-edit.el (custom-variable-state-set): If the variable was
11230 originally set outside custom, but to the same value as the default,
11231 consider it to be standard.
11232
11233 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
11234 file *before* telling Emacs to add the autoloads, in case it fails.
11235
11236 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
11237 Use `cond', push', and `dolist'.
11238
11239 2006-07-17 Richard Stallman <rms@gnu.org>
11240
11241 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
11242 Add defvars to silence warnings.
11243
11244 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
11245
11246 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11247 Don't highlight "Compiling file" messages as error.
11248
11249 * dired-aux.el (dired-compress-file): Confirm again if gzipped
11250 file already exists.
11251
11252 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
11253
11254 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
11255 entry, don't assign to free var; simply return the extracted filename.
11256 (ff-treat-as-special): Incorporate common preamble from callers.
11257 (ff-other-file-name, ff-find-the-other-file):
11258 Update call to ff-treat-as-special.
11259
11260 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
11261
11262 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
11263
11264 * tumme.el (tumme-get-comment): Fix bug.
11265
11266 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
11267
11268 * files.el: Remove spurious * in docstrings.
11269
11270 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
11271
11272 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
11273 grammar.
11274 (allout-beginning-of-current-line): Beware beginning of buffer.
11275 Also, a comment is simplified.
11276 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
11277 when appropriate. (This fix enables use for other than
11278 bullet-hotspot operation.)
11279 (allout-hide-current-subtree): While escalating to sibling-close,
11280 make sure to situate on a topic.
11281
11282 2006-07-14 Kim F. Storm <storm@cua.dk>
11283
11284 * emulation/cua-base.el (cua-delete-selection)
11285 (cua-toggle-set-mark): New defcustoms.
11286 (cua-rectangle-modifier-key): Add `alt' modifier.
11287 (cua-replace-region): Don't delete if cua-delete-selection is nil.
11288 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
11289 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
11290
11291 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
11292
11293 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
11294
11295 * allout.el: Require 'cl during byte-compilation/interactive load,
11296 for the `assert' macro.
11297 (allout-mode-deactivate-hook): New hook, run when allout mode
11298 deactivates.
11299 (allout-developer): New allout customization subgroup.
11300 (allout-run-unit-tests-on-load): New allout-developer
11301 customization variable, when true allout unit tests are run towards
11302 end of file load/eval.
11303 (allout-inhibit-auto-fill): Disable auto-fill activity even during
11304 auto-fill-mode.
11305 (allout-resumptions): Remove, to be replaced by...
11306 (allout-add-resumptions): Register variable settings to be
11307 reinstated by `allout-do-resumptions'. The settings are made
11308 buffer-local, but the locality/globality of the suspended setting
11309 is restored on resumption.
11310 (allout-do-resumptions): Reinstate all settings suspended using
11311 `allout-add-resumptions'.
11312 (allout-test-resumptions): Unit tests (and intermediate variables)
11313 for resumptions.
11314 (allout-tests-globally-unbound, allout-tests-globally-true)
11315 (allout-tests-locally-true): Intermediate variables for
11316 resumptions unit tests.
11317 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
11318 (allout-exposure-category): Replaces 'allout-overlay-category variable.
11319 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
11320 instead of retired `allout-resumptions'. For hook functions, use
11321 `local' parameter so hook settings are created and removed as
11322 buffer-local settings. Revise (resumptions) setting
11323 auto-fill-function so it is set only if already active. (The
11324 related fill-function settings are all made in either case, so
11325 that activating auto-fill-mode activity will have the custom
11326 allout-mode behaviors (hanging indent on topics, if configured for it).
11327 Remove all allout-exposure-category overlays on mode deactivation.
11328 (allout-hotspot-key-handler): New function extracted from
11329 `allout-pre-command-business', so the functionality can be used
11330 for other purposes, eg as a binding in an overlay.
11331 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
11332 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
11333 customization variable.
11334 (allout-run-unit-tests): Run the (currently quite small)
11335 repertoire of unit tests. Called just before the provide iff user
11336 has customized `allout-run-unit-tests-on-load' non-nil.
11337
11338 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
11339
11340 * emacs-lisp/authors.el (authors-aliases): Update.
11341
11342 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
11343
11344 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
11345 gdb-source-window. Add dedicated argument.
11346 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
11347 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
11348 (gdb-display-threads-buffer, gdb-display-memory-buffer)
11349 (gdb-display-locals-buffer): Use it.
11350
11351 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
11352 Set gdb-source-window.
11353
11354 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
11355
11356 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
11357 minor modes, redundant with the custom-autoload line above.
11358
11359 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
11360
11361 * longlines.el (longlines-post-command-function): Handle open-line too.
11362
11363 2006-07-12 Richard Stallman <rms@gnu.org>
11364
11365 * progmodes/grep.el (grep-last-buffer): Doc fix.
11366
11367 * info.el (Info-try-follow-nearest-node): Doc fix.
11368
11369 * emacs-lisp/edebug.el (edebug-instrument-function):
11370 Err if find-function-noselect gives no position.
11371
11372 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11373 If can't find definition, return nil for position.
11374 (find-function-do-it): Handle new return value
11375 of find-definition-noselect.
11376 (find-definition-noselect, find-variable-noselect): Doc fix.
11377 (find-function-noselect): Doc fix.
11378
11379 * help-mode.el (help-variable-def): Handle find-variable-noselect
11380 returning no position.
11381 (help-function-def): Likewise for find-function-search-for-symbol.
11382 (help-face-def): Likewise.
11383
11384 * help-fns.el (describe-variable): Handle find-variable-noselect
11385 returning no position.
11386
11387 * files.el (locate-file-completion): Avoid duplicates in result.
11388
11389 * cus-edit.el (custom-no-edit): New command.
11390 (custom-mode-map): Remap to custom-no-edit instead of
11391 using suppress-keymap.
11392
11393 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
11394
11395 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
11396 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
11397 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
11398
11399 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
11400
11401 2006-07-11 Kim F. Storm <storm@cua.dk>
11402
11403 * ido.el (ido-copy-current-file-name): Use buffer-name if
11404 buffer-file-name is nil.
11405
11406 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
11407
11408 * simple.el (undo-ask-before-discard): Set to nil.
11409
11410 * vc.el (vc-exec-after): Don't delete process manually.
11411 (vc-print-log): Run log-view-mode in process sentinel inside
11412 inhibit-read-only. Don't shrink window due to timing issues.
11413
11414 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
11415 Avoid using with-output-to-temp-buffer, which clobbers local vars.
11416
11417 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
11418
11419 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11420 Fix ambiguity introduced by last change.
11421 (compilation-find-file): Move save-excursion to where it may
11422 make sense. Fix a left over `find-file'.
11423
11424 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
11425
11426 * textmodes/texinfmt.el (texinfo-format-separate-node):
11427 Insert a string before point, which fits documentation, not after.
11428 (texinfo-multitable-item): In a multitable row, insert any
11429 additional needed @tabs and spaces.
11430
11431 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
11432
11433 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
11434 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
11435 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
11436 instead of shell-command.
11437 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
11438 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
11439 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
11440 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
11441 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
11442 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
11443
11444 2006-07-11 Kim F. Storm <storm@cua.dk>
11445
11446 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
11447 Remove special case for seconds < 0. Use (redisplay t) instead.
11448
11449 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
11450
11451 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
11452 avoid compilation error.
11453
11454 * subr.el (sit-for): New function.
11455
11456 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
11457
11458 2006-07-10 Richard Stallman <rms@gnu.org>
11459
11460 * ldefs-boot.el (edebug): Update page.
11461
11462 2006-07-10 Kim F. Storm <storm@cua.dk>
11463
11464 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
11465 to FOR-RELEASE and TODO.
11466
11467 2006-07-10 Romain Francoise <romain@orebokech.com>
11468
11469 * emacs-lisp/authors.el (authors-aliases): Update.
11470
11471 2006-07-10 Alan Mackenzie <acm@muc.de>
11472
11473 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
11474 * cc-mode.el: Changes to eradicate eval-after-load.
11475
11476 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
11477
11478 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
11479 on non-char events.
11480
11481 2006-07-09 Romain Francoise <romain@orebokech.com>
11482
11483 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11484 Don't highlight start/end markers as compilation messages.
11485
11486 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
11487 to t.
11488
11489 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
11490
11491 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
11492
11493 2006-07-08 Richard Stallman <rms@gnu.org>
11494
11495 * term/x-win.el (x-handle-display): Add doc string.
11496
11497 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11498
11499 * subr.el (def-edebug-spec): Move here.
11500 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
11501
11502 * imenu.el (imenu-choose-buffer-index): Doc fix.
11503
11504 2006-07-08 Romain Francoise <romain@orebokech.com>
11505
11506 * term/x-win.el (x-display-name): Fix typo.
11507
11508 2006-07-08 Eli Zaretskii <eliz@gnu.org>
11509
11510 * hexl.el (hexl-find-file): Doc fix.
11511
11512 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11513
11514 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
11515
11516 * term/x-win.el (x-display-name): Doc fix.
11517
11518 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11519
11520 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
11521 long prefixes.
11522 (fill-region-as-paragraph): Don't round up to a whole line.
11523 (fill-comment-paragraph): Don't include the code-before-the-comment
11524 when calling fill-region-as-paragraph.
11525
11526 * international/mule.el (make-char): Remove redundancy.
11527
11528 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
11529 property may contain an anonymous function rather than a symbol.
11530
11531 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
11532
11533 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11534 Use shy regexp. Fix incorrect backref to potentially unmatched group.
11535
11536 * dirtrack.el (dirtrack-default-directory-function): Remove.
11537 (dirtrack-directory-function): Use file-name-as-directory.
11538 (dirtrack-windows-directory-function): Simplify.
11539 (dirtrack-forward-slash, dirtrack-backward-slash)
11540 (dirtrack-replace-slash): Remove.
11541 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
11542 (dirtrack): Fix wrong parenthesizing; use match-string.
11543
11544 * progmodes/octave-inf.el: Remove spurious * in docstrings.
11545 (inferior-octave-mode): Only change the buffer-local value of
11546 comint-dynamic-complete-functions.
11547 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
11548 Move the initialization to the declaration.
11549 (inferior-octave-complete): Remove unused var `filter'.
11550
11551 * shell.el (shell-mode): Only change the buffer-local value of
11552 comint-dynamic-complete-functions.
11553
11554 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
11555
11556 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
11557 entry is skipped because it has been scheduled.
11558 (org-prepare-agenda-buffers): Don't mark buffers as modified when
11559 changing `:org-archived' and `:org-comment' properties.
11560
11561 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
11562
11563 * server.el (server-select-display): Don't make the temp frame
11564 minibuffer-only, in case it's not a temp frame.
11565 (server-process-filter): Don't delete the temp frame if it's the
11566 only one we have on that display.
11567
11568 * files.el (find-alternate-file): Doc fix.
11569
11570 2006-07-05 Richard Stallman <rms@gnu.org>
11571
11572 * files.el (abbreviate-file-name): Add save-match-data.
11573
11574 2006-07-03 Richard Stallman <rms@gnu.org>
11575
11576 * faces.el (read-face-name): Doc fix.
11577
11578 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
11579
11580 * net/goto-addr.el (goto-address): Mark as safe for local evals.
11581
11582 2006-07-05 Andre Spiegel <spiegel@gnu.org>
11583
11584 * vc.el (vc-diff-internal): Fix prev change.
11585
11586 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
11587
11588 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
11589 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
11590
11591 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11592
11593 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
11594 fails if the symbol contains chars like ( or '.
11595 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
11596 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
11597 `short'.
11598
11599 2006-07-04 Kenichi Handa <handa@m17n.org>
11600
11601 * international/mule-cmds.el (set-language-info): If LANG-ENV is
11602 the current one, don't call set-language-environment, but call one
11603 of set-language-environment-XXX to make INFO effective now.
11604 (set-language-environment): Call set-language-environment-XXX
11605 functions instead of doing the various setups directly.
11606 (set-language-environment-coding-systems): Delete argument eol-type.
11607 (set-language-environment-input-method)
11608 (set-language-environment-nonascii-translation)
11609 (set-language-environment-charset)
11610 (set-language-environment-fontset)
11611 (set-language-environment-unibyte): New functions.
11612
11613 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
11614
11615 * locate.el (locate-update-when-revert): New option.
11616 (locate-update-path): New option (suggested by Michael Albinus).
11617 (locate-prompt-for-command): Whitespace change.
11618 (locate-update): No longer offer to update the locate database by
11619 default. Implement the two new options.
11620
11621 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
11622
11623 * tooltip.el: Move comment about track-mouse...
11624
11625 * progmodes/gud.el: ...to here.
11626
11627 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
11628
11629 * facemenu.el (facemenu-listed-faces): New var.
11630 (facemenu-unlisted-faces): Variable deleted.
11631 (facemenu-add-new-face): Use facemenu-listed-faces.
11632
11633 * emulation/viper-init.el, calendar/calendar.el:
11634 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
11635
11636 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
11637
11638 * textmodes/org.el (org-mode): Remove no invalid settings for
11639 calc embedded mode.
11640 (org-mode-p): New defsubst.
11641 (org-save-all-org-buffers): New function.
11642 (org-first-headline-recenter): Enclose outline-regexp in group
11643 delimiters.
11644 (org-set-tags): Keep single space after stars.
11645
11646 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11647
11648 * window.el (set-window-text-height): Only set window-min-height to
11649 1 if that's the requested size.
11650
11651 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
11652 (diff-unified->context, diff-context->unified)
11653 (diff-reverse-direction): Make sure the end marker stays at the end.
11654 (diff-mode): Add the keymap table at the end of docstring.
11655 Use lexical-let rather than constructing a closure manually.
11656
11657 * files.el (find-file-noselect-1): Remove unused var assignment.
11658 (hack-local-variables-confirm): Print lists of strings as lists of
11659 strings rather than lists of symbols.
11660 (abbreviate-file-name, hack-local-variables-prop-line):
11661 Use match-string.
11662 (hack-one-local-variable): Move `make-local-variable' nearer its use.
11663 (recover-session-finish): Use line-end-position.
11664
11665 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
11666
11667 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
11668
11669 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
11670
11671 * progmodes/make-mode.el (makefile-macroassign-regex):
11672 Accept preceding keyword.
11673 (makefile-gmake-statements): Reorganize, now that makepp has
11674 "override" and also handle forgotten "override define".
11675 (makefile-makepp-statements): Add new "global", "override export"
11676 and "override global".
11677
11678 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
11679
11680 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
11681 (ada-compile-mouse-goto-error, ada-deactivate-properties)
11682 (ada-no-auto-case): Fix typos in docstrings.
11683
11684 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
11685
11686 * info.el (Info-find-node-2): Search for makeinfo version more
11687 carefully.
11688
11689 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
11690
11691 * textmodes/org.el (org-prepare-agenda-buffers):
11692 Use `invisible-OK' argument for `org-end-of-subtree'.
11693 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
11694 (org-beginning-of-item): Fix bug in regular expression for white line.
11695 (org-export-as-html): Enforce space after bullet in plain list items.
11696 (org-set-autofill-regexps): Require space after plain list bullet
11697 for paragraph-start.
11698 (org-ts-regexp3): New constant.
11699 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
11700 (org-timestamp-up-day, org-timestamp-down-day)
11701 (org-timestamp-change): Work with inactive timestamps.
11702 (org-ts-regexp1): Don't allow brackets in time stamps.
11703
11704 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
11705
11706 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
11707 for ignoring links.
11708
11709 * faces.el (read-face-name): Use it.
11710
11711 2006-06-28 Juri Linkov <juri@jurta.org>
11712
11713 * buff-menu.el (list-buffers-noselect): Compare Info file
11714 with the string "dir" to detect Info directory.
11715
11716 * complete.el (partial-completion-mode): In lambda for
11717 `choose-completion-string-functions' use full function signature
11718 with 4 args, and move point to the end of the minibuffer only if arg
11719 `mini-p' is non-nil.
11720
11721 2006-06-28 John Paul Wallington <jpw@pobox.com>
11722
11723 * ibuffer.el (ibuffer-mode): Doc fix.
11724
11725 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
11726
11727 * textmodes/org.el (org-context): New contexts :item-bullet,
11728 :latex-fragment, :latex-preview.
11729 (org-overlays-at, org-overlay-start, org-overlay-end):
11730 New compatibility functions.
11731 (org-inside-LaTeX-fragment-p): More accurate matching, using the
11732 exact regexp that will be used during export.
11733 (org-latex-regexps): New variable.
11734 (org-cdlatex-mode): Improve advice for `texmathp'.
11735 (turn-on-org-cdlatex): New function.
11736
11737 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11738
11739 * term/mac-win.el (mac-handle-font-selection): Change keys of
11740 mac-atsu-font-table from strings to numbers.
11741 (mac-ts-caret-position): Use also when cursor-type is nil.
11742 (mac-ts-update-active-input-area): Add Mac OS Classic support.
11743 Relax condition for using overlay strings.
11744 Use mac-ts-caret-position face when cursor-type is nil.
11745
11746 2006-06-26 Kim F. Storm <storm@cua.dk>
11747
11748 * help.el (view-emacs-news): Declare `res' in the right let* form.
11749
11750 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
11751
11752 * net/rcompile.el (remote-compile): Replace ange-ftp based
11753 implementation by Tramp functions.
11754 Suggested by Marc Abramowitz <msabramo@gmail.com>.
11755
11756 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
11757
11758 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
11759
11760 * international/fontset.el (setup-default-fontset): Fix a typo in
11761 the "Oriya-Akruti" registry name.
11762
11763 2006-06-23 Lars Hansen <larsh@soem.dk>
11764
11765 * desktop.el (desktop-full-file-name): New function.
11766 (desktop-kill, desktop-save, desktop-remove, desktop-read)
11767 (desktop-revert): Use it.
11768 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
11769 (desktop-after-read-hook): Add option list-buffers.
11770 (desktop-locals-to-save): Add tab-width.
11771 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
11772 Fix docstring.
11773
11774 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
11775
11776 * textmodes/org.el (org-cdlatex-mode-map)
11777 (org-cdlatex-texmathp-advice-is-done): New variables.
11778 (org-cdlatex-mode): New minor mode.
11779 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
11780 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
11781 (org-export-with-archived-trees): New option.
11782 (org-open-file): Remove the call to `convert-standard-filename'.
11783 (org-archive-tag, org-agenda-skip-archived-trees)
11784 (org-cycle-open-archived-trees)
11785 (org-sparse-tree-open-archived-trees): New options.
11786 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
11787 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
11788 New functions.
11789 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
11790 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
11791 (org-mode-map): Add binding for `org-toggle-archive-tag'.
11792 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
11793 Call `org-prepare-agenda-buffers'.
11794 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
11795 (org-file-apps, org-file-apps-defaults-gnu)
11796 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
11797 Handle remote files by forcing them to be opened in Emacs.
11798
11799 2006-06-23 Andre Spiegel <spiegel@gnu.org>
11800
11801 * vc.el (vc-diff-knows-L): New variable.
11802 (vc-diff-internal): Use it to handle "diff" programs that don't
11803 understand -L. This works automatically, no user action is necessary.
11804
11805 2006-06-23 Daniel Brockman <daniel@brockman.se>
11806
11807 * net/rcirc.el (rcirc-default-user-full-name): Default to
11808 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
11809 longer exists).
11810 (rcirc-process-list): Check `buffer-live-p' before attempting to
11811 switch to a buffer.
11812
11813 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
11814
11815 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
11816 based on rcirc-coding-system-alist.
11817
11818 2006-06-23 Martin Rudalics <rudalics@gmx.at>
11819
11820 * cus-edit.el (customize-apropos): A better error message.
11821 (top level) <debug-ignored-errors>: Extend and update the list of
11822 ignored error messages.
11823
11824 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
11825
11826 * complete.el (PC-do-completion): Retain capitalization of user
11827 input, when possible, even if completion-ignore-case is set.
11828
11829 2006-06-23 Eli Zaretskii <eliz@gnu.org>
11830
11831 * generic-x.el (bat-generic-mode): Support .cmd files.
11832
11833 * dos-w32.el (top level): Use find-file-not-found-functions
11834 instead of the obsolete find-file-not-found-hooks.
11835
11836 2006-06-22 Kim F. Storm <storm@cua.dk>
11837
11838 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
11839 to recognize mode name containing submodes, such as Grep/lw.
11840
11841 2006-06-21 Kim F. Storm <storm@cua.dk>
11842
11843 * simple.el (line-move-1): Check for move-end-of-line instead of
11844 end-of-line when setting temporary-goal-column.
11845
11846 2006-06-21 Miles Bader <miles@gnu.org>
11847
11848 * play/cookie1.el (cookie): Work properly when there's only one entry.
11849
11850 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
11851
11852 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
11853 (gdb-frame-handler): Generalize frame regexp for templates.
11854
11855 2006-06-20 Glenn Morris <rgm@gnu.org>
11856
11857 * calendar/appt.el (appt-display-format): Default value must be
11858 one of the customize options.
11859
11860 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
11861
11862 * term/xterm.el (terminal-init-xterm): Update key availability info.
11863 Bind C-return.
11864
11865 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
11866
11867 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
11868
11869 * files.el (hack-local-variables): Run `hack-local-variables-hook'
11870 whether or not a local variables list is defined.
11871
11872 * msb.el (msb): Move `sit-for' hack here to handle both
11873 "mouse-down and drag" and "mouse-up and select" situations.
11874 (mouse-select-buffer): Move `sit-for' hack to `msb'.
11875
11876 2006-06-20 Kenichi Handa <handa@m17n.org>
11877
11878 * international/characters.el (word-combining-categories):
11879 Add entries for 2-byte Han characters.
11880
11881 2006-06-19 Richard Stallman <rms@gnu.org>
11882
11883 * bindings.el (mode-line-format): Save some mode line space.
11884
11885 * files.el (find-file-noselect): Improve the question wording.
11886 (basic-save-buffer-2): Mask UMASK against 666.
11887
11888 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
11889 (mouse-drag-vertical-line): Call it.
11890
11891 * cus-edit.el (customize-option, customize-option-other-window):
11892 Error if SYMBOL is nil.
11893
11894 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
11895
11896 * textmodes/org.el: Require noutline, also on XEmacs.
11897 (org-end-of-subtree): Return point.
11898 (org-dblock-start-re, org-dblock-end-re): New constants.
11899 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
11900 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
11901 (org-update-all-dblocks, org-find-dblock): New functions.
11902 (org-collect-clock-time-entries): New function.
11903 (org-html-handle-time-stamps): Never export CLOCK timeranges.
11904 (org-fixup-indentation): Modify to deal correctly with lines
11905 starting with TAB. Only one argument DIFF now.
11906 (org-demote, org-promote): Call `org-fixup-indentation' with just
11907 one argument, DIFF.
11908 (org-mode): Don't mark buffer as modified when aligning tables.
11909 (org-clock-sum): Don't mark buffer modified when adding time sum
11910 properties.
11911 (org-export-as-html): Add support for a link validation function.
11912 (org-archive-all-done): New function.
11913 (org-archive-subtree): New prefix argument. When set, archive all
11914 done subtrees in this buffer.
11915 (org-remove-clock-overlays)
11916 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
11917 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
11918 (org-put-clock-overlay): Don't swallow last headline character
11919 when displaying overlay.
11920 (org-store-link): Link to `image-mode' with just the file name.
11921
11922 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
11923
11924 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
11925 Use read-key-sequence.
11926 (viper-after-change-undo-hook): Misc enhancements.
11927 (viper-after-change-undo-hook): New hook.
11928 (viper-undo): Use viper-after-change-undo-hook.
11929 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
11930 (viper-next-line-at-bol): If point is on a widget or a button, simulate
11931 clicking on that widget/button.
11932
11933 * emulation/viper.el (viper-mode): Allow a separate cursor color
11934 in Emacs state.
11935
11936 * ediff-diff.el (ediff-test-patch-utility): Catch errors.
11937 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
11938 (ediff-set-actual-diff-options): New function.
11939 (ediff-reset-diff-options, ediff-toggle-ignore-case):
11940 Use ediff-set-actual-diff-options.
11941 (ediff-extract-diffs): Catch errors.
11942 (ediff-whitespace): Add non-breakable space.
11943 (ediff-same-file-contents): Catch errors.
11944
11945 * ediff-mult.el (ediff-collect-custom-diffs):
11946 Save coding-system-for-read.
11947
11948 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
11949 (ediff-vc-internal, ediff-vc-merge-internal):
11950 Use ediff-delete-version-file.
11951 (ediff-delete-version-file): New function.
11952
11953 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
11954
11955 * ediff.el (ediff-directories, ediff-directory-revisions)
11956 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
11957 (ediff-directories-internal, ediff-merge-directory-revisions)
11958 (ediff-merge-directory-revisions-with-ancestor)
11959 (ediff-directories3): Use read-directory-name.
11960
11961 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
11962
11963 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
11964 Remove superfluous part of regexp for brace matching which is handled
11965 by `scan-lists' call.
11966
11967 2006-06-16 Richard Stallman <rms@gnu.org>
11968
11969 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
11970
11971 * files.el (basic-save-buffer-2): For a new precious file,
11972 use the default modes in the return value.
11973
11974 * facemenu.el (facemenu-color-alist): Doc fix.
11975
11976 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
11977
11978 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11979
11980 * cus-start.el (all): Add mac-ts-script-language-on-focus.
11981
11982 * term/mac-win.el (mac-text-encoding-ascii): New constant.
11983 (mac-utxt-to-string): Use it.
11984 (mac-ts-update-active-input-area): Use mac-ae-number.
11985
11986 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
11987
11988 * term.el (term-handle-scroll, term-delete-lines)
11989 (term-insert-lines): Fix off by one errors.
11990
11991 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
11992
11993 * net/tramp.el (tramp-touch): Use UTC to express time.
11994
11995 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
11996
11997 * mail/sendmail.el (mail-send): Search explicitly for
11998 mail-header-separator when checking for corrupted header lines.
11999
12000 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
12001
12002 * progmodes/gdb-ui.el (gdb-same-frame): New option.
12003 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
12004 (gdb-init-1): Initialise them.
12005 (gdb-starting): Reset gdb-printing
12006 (gdb-starting): Save value of gud-overlay-arrow-position.
12007 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
12008 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
12009 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
12010 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
12011
12012 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12013
12014 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
12015
12016 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
12017
12018 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
12019 (ldap-search-internal): Keep error messages, and a regexp fix.
12020
12021 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
12022
12023 * files.el (hack-local-variables-confirm):
12024 Display string value using its printed representation.
12025
12026 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
12027
12028 * server.el (server-edit): No-op if no server buffers exist.
12029
12030 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
12031
12032 * textmodes/page-ext.el (pages-directory-for-addresses):
12033 Including `pages-directory-address-mode' in the function results
12034 in the message "Buffer in which pages were found is deleted".
12035
12036 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
12037
12038 * textmodes/org.el (org-agenda-mode-map): Add bindings for
12039 clocking functions.
12040
12041 (org-agenda-clock-in, org-check-running-clock)
12042 (org-clock-out-if-current, org-remove-clock-overlays)
12043 (org-put-clock-overlay): New functions.
12044 (org-clock-marker, org-clock-file-total-minutes)
12045 (org-clock-overlays): New variables.
12046 (org-clock-display, org-clock-sum, org-clock-cancel)
12047 (org-clock-out, org-clock-in): New commands.
12048 (org-export): New function.
12049 (org-emph-re): New constant.
12050 (org-set-emph-re, org-do-emphasis-faces): New functions.
12051 (org-emphasis-regexp-components, org-emphasis-alist): New options.
12052 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
12053 (org-export-html-convert-emphasize): Use the configurable emphasis.
12054 (org-cleaned-string-for-export): Make multiline emphasis visible
12055 to the exporter. New optional argument PARAMETERS.
12056 (org-export-as-html): Specify :emph-multiline parameter to
12057 `org-cleaned-string-for-export'.
12058
12059 2006-06-10 Richard Stallman <rms@gnu.org>
12060
12061 * help.el (help-for-help-internal): Clean up help text.
12062
12063 2006-06-10 Andreas Schwab <schwab@suse.de>
12064
12065 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
12066 in doc string.
12067
12068 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
12069
12070 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
12071
12072 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
12073 spaces after the comment start.
12074
12075 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12076
12077 * play/pong.el (pong-init-buffer):
12078 Fill buffer with spaces instead of ^A.
12079
12080 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
12081 launched asynchronously, delete its process instead of being cool.
12082 (ispell-async-processp): Check for `delete-process' existence
12083 instead of `kill-process' one for consistency.
12084
12085 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
12086
12087 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
12088 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
12089 in mode line at startup.
12090
12091 2006-06-08 Kim F. Storm <storm@cua.dk>
12092
12093 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
12094 (ido-init-completion-maps): Bind them to M-SPC and M-v.
12095 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
12096 (ido-file-internal): Pass full file name to write-file.
12097 (ido-read-internal): Only pop stack elements automatically if they
12098 actually match an existing directory or file name.
12099
12100 2006-06-07 Kenichi Handa <handa@m17n.org>
12101
12102 * international/mule.el (find-auto-coding): Don't handle the short
12103 name `char-trans'.
12104
12105 * files.el (hack-local-variables-prop-line)
12106 (hack-local-variables): Cancel the previous change.
12107
12108 2006-06-06 Jesper Harder <harder@phys.au.dk>
12109
12110 * ediff-diff.el (ediff-test-utility): Protect against file-error.
12111
12112 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
12113
12114 * diff-mode.el (diff-mode): Set buffer-read-only to t when
12115 diff-default-read-only is non-nil.
12116 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
12117 (diff-refine-hunk): Set inhibit-read-only to t.
12118
12119 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
12120 modifying the *Diff* buffer.
12121 (diff-process-filter): New filter function for diff process that
12122 sets inhibit-read-only to t when modifying the *Diff* buffer.
12123
12124 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
12125
12126 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
12127 insertion point and control the number of empty lines.
12128 (org-paste-subtree): Limit the number of empty lines at the end of
12129 the inserted tree.
12130 (org-agenda): Use buffer name of current file for narrowing.
12131 (org-export-as-xml): Command removed.
12132 (org-export-xml-type): Option removed.
12133 (org-mode-map): Call `org-export-as-xoxo' directly.
12134 (org-get-indentation): New optional argument LINE.
12135 (org-fix-indentation, org-remove-tabs): New functions.
12136 (org-export-as-ascii, org-ascii-level-start): Determine and apply
12137 correct indentation for headlines that are converted it items.
12138 (org-skip-comments): Remove table lines that contain narrowing
12139 cookies but no other non-empty fields.
12140 (org-set-tags): Allow groups of mutually exclusive tags.
12141 (org-cmp-time): Sort 24:21 before items without time.
12142 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
12143 (org-open-at-point): Require double colon also for numbers.
12144
12145 2006-06-06 Kim F. Storm <storm@cua.dk>
12146
12147 * ido.el (ido-default-file-method, ido-default-buffer-method):
12148 Make choice values consistent with corresponding command names.
12149 (ido-visit-buffer): Update accordingly. Default to selected-window.
12150
12151 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
12152
12153 * progmodes/gud.el (gud-running): Fix doc string.
12154 (gud-menu-map): Use :visible instead fo :enable for debugger test.
12155 (gud-tooltip-modes): Add python-mode.
12156 (gud-tooltip-print-command): Add pdb. Remove perldb.
12157
12158 2006-06-05 Eli Zaretskii <eliz@gnu.org>
12159
12160 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
12161 Quote $(EMACS).
12162
12163 2006-06-05 Richard Stallman <rms@gnu.org>
12164
12165 * faces.el (defined-colors): Doc fix.
12166
12167 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
12168
12169 * vc.el (vc-process-filter): Inhibit undo info collection around
12170 call to insert.
12171 (vc-setup-buffer): Likewise for call to erase-buffer.
12172 (vc-do-command): Likewise for call to process-file.
12173
12174 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
12175
12176 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
12177 for gud-go.
12178 (gud-common-init): Other debuggers may trigger error.
12179
12180 2006-06-05 Kenichi Handa <handa@m17n.org>
12181
12182 * international/mule.el (find-auto-coding):
12183 Handle enable-character-translation in file header.
12184
12185 2006-06-04 Kim F. Storm <storm@cua.dk>
12186
12187 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
12188 (authors-fixed-entries): Fix spelling.
12189 (authors-canonical-file-name): Don't report error for wildcards.
12190
12191 * help.el (view-emacs-news): Rewrite to support new NEWS,
12192 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
12193 e.g. version 10 matches 1.10, and don't be confused by version 1.1
12194 being a prefix of 1.12 (etc). A numeric prefix arg also works.
12195
12196 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
12197
12198 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
12199 exec constructs like `foo bar`.
12200 (sh-quoted-subshell): New helper function to search for a possibly
12201 nested subshell (like `` or $()) within a "" quoted string.
12202 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
12203 (sh-apply-quoted-subshell): Flag quote characters inside a
12204 subshell, which is itself already in a quoted region, as
12205 punctuation, since this is the closest to what they actually are.
12206 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
12207 sh-apply-quoted-subshell.
12208 (sh-font-lock-syntactic-face-function): Apply the new face for
12209 text inside `` instead of the old font-lock-string-face.
12210
12211 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12212
12213 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
12214 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
12215 (mac-bytes-to-text-range, mac-ae-text-range-array)
12216 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
12217 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
12218 (mac-ts-unicode-for-key-event): New functions.
12219 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
12220 (mac-handle-font-selection): Use mac-ae-number.
12221 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
12222 New variables.
12223 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
12224 (mac-ts-converted-text, mac-ts-selected-converted-text)
12225 (mac-ts-block-fill-text, mac-ts-outline-text)
12226 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
12227 (mac-ts-hilite-style-faces): New constant.
12228 (mac-apple-event-map): Bind text input events.
12229 (mac-dispatch-apple-event): Use command-execute instead of
12230 call-interactively.
12231 (global-map): Don't bind mac-apple-event.
12232 (special-event-map): Bind mac-apple-event.
12233
12234 2006-06-02 Eli Zaretskii <eliz@gnu.org>
12235
12236 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
12237 file name.
12238 (emacs): Enclose the value of $(EMACS) in quotes.
12239
12240 2006-06-02 Juri Linkov <juri@jurta.org>
12241
12242 * international/mule.el (sgml-html-meta-auto-coding-function):
12243 Remove the condition `(search-forward "<html" size t)'.
12244 Replace `\"' with `[\"']?' in `re-search-forward'.
12245
12246 2006-06-02 Kenichi Handa <handa@m17n.org>
12247
12248 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
12249 as well as `coding'.
12250 (hack-local-variables): Likewise.
12251
12252 * international/mule.el (enable-character-translation):
12253 Put permanent-local and safe-local-variable properties.
12254 (find-auto-coding): Handle char-trans: tag.
12255
12256 2006-06-02 Juri Linkov <juri@jurta.org>
12257
12258 * international/mule.el (sgml-html-meta-auto-coding-function):
12259 Limit the search by the end of the HTML header (if any).
12260
12261 2006-06-01 Richard Stallman <rms@gnu.org>
12262
12263 * subr.el (with-current-buffer): Doc fix.
12264
12265 2006-06-02 Masatake YAMATO <jet@gyve.org>
12266
12267 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
12268 Almost rewrite. Underlines over all lines of gcov output are too
12269 uncomfortable to read. Suggested by Dan Nicolaescu.
12270
12271 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
12272
12273 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
12274
12275 * shell.el (shell-mode): Use shell-mode-map in docstring.
12276
12277 * comint.el (comint-send-input): Do not add help-echo and
12278 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
12279
12280 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12281
12282 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
12283
12284 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
12285
12286 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
12287 (gdb-stopped, gdb-info-stack-custom): If there is no source info
12288 look up the stack and pop up GUD buffer if necessary.
12289 (gdb-frames-select): Remove redundant call to gud-display-frame.
12290 (gdb-info-threads-custom): Keep point at start of buffer.
12291 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
12292
12293 2006-05-31 Juri Linkov <juri@jurta.org>
12294
12295 * replace.el (query-replace-read-from, query-replace-read-to):
12296 Bind `history-add-new-input' to nil. Call `add-to-history'.
12297
12298 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
12299
12300 * textmodes/table.el: Convert all HTML tags to lower case for
12301 XHTML compatibility.
12302
12303 2006-05-31 Masatake YAMATO <jet@gyve.org>
12304
12305 * progmodes/compile.el:
12306 (compilation-error-regexp-alist-alist::gcov-called-line):
12307 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
12308
12309 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
12310
12311 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
12312 Revert inadvertent changes made with last commit.
12313
12314 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
12315
12316 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
12317 New functions.
12318
12319 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
12320
12321 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
12322
12323 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
12324 only matches in the right place.
12325 (org-upcoming-deadline): New face.
12326 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
12327 (org-export-ascii-underline): Rename constant `org-ascii-underline'
12328 and make it an option.
12329 (org-export-ascii-bullets): New option.
12330 (org-export-as-html): Many changes to emit valid XHTML.
12331 (org-par-open): New variable.
12332 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
12333 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
12334 (org-timeline): Pass `org-timeline-show-empty-dates' to
12335 `org-get-all-dates'. Interpret empty dates returned by
12336 `org-get-all-dates'.
12337 (org-get-all-dates): New argument EMPTY. Add dates without
12338 entries to the list, mark large ranges of empty dates.
12339 (org-point-in-group, org-context): New functions.
12340
12341 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
12342
12343 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
12344
12345 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
12346 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
12347 to C-mouse-3 (for 2 button mice).
12348 (gdb-send): Do the right thing for C-d.
12349
12350 * speedbar.el (speedbar-detach): Delete.
12351 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
12352 it breaks things.
12353 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
12354
12355 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
12356
12357 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
12358 Makeppfile.
12359
12360 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12361 Add makepp diagnostic.
12362
12363 2006-05-29 Richard Stallman <rms@gnu.org>
12364
12365 * window.el (fit-window-to-buffer): Doc fix.
12366
12367 * help.el (temp-buffer-max-height): Doc fix.
12368
12369 * subr.el (with-current-buffer): Doc fix.
12370
12371 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12372
12373 * term/x-win.el: Bind F10 to menu-bar-start if available.
12374
12375 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
12376
12377 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
12378 uses with a simple test.
12379 (term-set-escape-char, term-mode, term-check-kill-echo-list)
12380 (term-send-raw-string, term-send-raw, term-mouse-paste)
12381 (term-char-mode, term-line-mode, term-exec, term-sentinel)
12382 (term-handle-exit, term-read-input-ring)
12383 (term-previous-matching-input-string)
12384 (term-previous-matching-input-string-position)
12385 (term-previous-matching-input-from-input)
12386 (term-replace-by-expanded-history, term-send-input)
12387 (term-skip-prompt, term-bol, term-send-invisible)
12388 (term-kill-input, term-delchar-or-maybe-eof)
12389 (term-backward-matching-input, term-check-source)
12390 (term-proc-query, term-emulate-terminal)
12391 (term-handle-colors-array, term-process-pager, term-pager-line)
12392 (term-pager-bob, term-unwrap-line, term-word)
12393 (term-dynamic-complete-filename)
12394 (term-dynamic-complete-as-filename)
12395 (term-dynamic-simple-complete): Replace one arm ifs with whens or
12396 unlesses.
12397
12398 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12399
12400 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
12401 during bootstrapping.
12402
12403 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
12404 Basically undo the change of 2006-05-26: use extra arguments instead of
12405 dynamic scoping.
12406 (ewoc-locate): Remove unused var `footer'.
12407
12408 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12409
12410 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
12411
12412 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
12413 (generate-file-autoloads): Obey it. Return whether autoloads were
12414 added at point or not.
12415 (update-file-autoloads): Use this new return value.
12416 Remove redundant test for the presence of an autoload cookie.
12417
12418 * emacs-lisp/autoload.el (autoload-find-file): New fun.
12419 This one calls hack-local-variables.
12420 (generate-file-autoloads, update-file-autoloads): Use it.
12421
12422 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
12423 (bibtex-sort-entry-class): Add safe-local-variable predicate.
12424 (bibtex-sort-entry-class-alist): Don't set the global value.
12425 (bibtex-init-sort-entry-class-alist): New fun.
12426 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
12427 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
12428 of bibtex-init-sort-entry-class.
12429
12430 2006-05-28 Richard Stallman <rms@gnu.org>
12431
12432 * subr.el (load-history-regexp): If FILE is relative, insist
12433 entire last name component must match it.
12434 (load-history-filename-element, load-history-regexp): Doc fixes.
12435
12436 2006-05-29 Kim F. Storm <storm@cua.dk>
12437
12438 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
12439 `pos' and `raw-data' for clarity, as eval forms may access these.
12440
12441 2006-05-28 Kim F. Storm <storm@cua.dk>
12442
12443 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
12444
12445 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12446
12447 * progmodes/make-mode.el (makefile-browser-map)
12448 (makefile-mode-syntax-table): Move initialization inside declaration.
12449 (makefile-fill-paragraph): Use the default comment-filling code.
12450
12451 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
12452
12453 * replace.el (query-replace-defaults): New variable.
12454 (query-replace-read-from): Use `query-replace-defaults' for
12455 default value, instead of history list.
12456 (query-replace-read-to): Update `query-replace-defaults'.
12457
12458 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
12459
12460 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
12461 with no X toolkit.
12462
12463 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
12464
12465 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
12466 (tumme-show-all-from-dir): Add autoload.
12467
12468 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
12469
12470 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
12471 (tumme-remove-tag): Fix bug.
12472
12473 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
12474
12475 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
12476 FOOTER args. Update unique caller.
12477 (ewoc-delete): Compute last node once before looping.
12478 (ewoc--node-branch): Merge into unique caller.
12479 (ewoc--node): Don't define constructor make-ewoc--node for this
12480 structure.
12481 (ewoc): Add member `hf-pp' to this structure.
12482 (ewoc--wrap): New func.
12483 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
12484 header/footer pretty-printers. Save header/footer pretty-printer.
12485 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
12486
12487 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
12488
12489 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
12490
12491 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
12492 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
12493 Tag'. Change "Compare directories..." to "Change Directories...".
12494 Move tumme commands to Operate, Regexp and Immediate menus.
12495 Change "Add Comment" to "Add Image Comment". Change "Add Image
12496 Tag" to "Add Image Tags".
12497
12498 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
12499 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
12500 `tumme-delete-tag'.
12501
12502 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
12503
12504 * shell.el (shell-mode): Call shell-dirtrack-mode after
12505 list-buffers-directory is made a local variable, to avoid setting
12506 the default value.
12507
12508 2006-05-26 Kevin Ryde <user42@zip.com.au>
12509
12510 * info.el (Info-index-next): Use where-is-internal to report
12511 actual binding of Info-index-next, rather than hard-coded `,'.
12512
12513 2006-05-26 Eli Zaretskii <eliz@gnu.org>
12514
12515 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
12516 and "Find Command in Manual" to here.
12517
12518 * buff-menu.el (list-buffers-noselect): For Info buffers, use
12519 Info-current-file as the file name.
12520
12521 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
12522
12523 * ses.el (defadvice undo-more): Delete this defadvice. The undo
12524 overrides will now be done a different way.
12525 (ses-set-parameter): Reapply this function for undo.
12526 (ses-set-header-row): Reconstruct header row during undo.
12527 (ses-widen): New function.
12528 (ses-goto-data, ses-reconstruct-all): Use new function.
12529 (ses-command-hook): Widen buffer during undo, before unupdating
12530 the cells.
12531 (ses-insert-row, ses-delete-row): Widen buffer during undo.
12532 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
12533 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
12534 formula hasn't been executed yet.
12535
12536 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12537
12538 * comint.el (comint-kill-whole-line): Rename arg to count.
12539 Fix doc string.
12540
12541 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
12542
12543 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
12544 to copy-file.
12545
12546 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12547
12548 * simple.el (toggle-truncate-lines): Make arg optional for
12549 backward compatibility.
12550
12551 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
12552
12553 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
12554 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
12555 DLL arg. Instead, use ewoc--current-dll. Update all callers.
12556 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
12557 (ewoc--adjust): Use ewoc--current-dll.
12558 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
12559
12560 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
12561
12562 * textmodes/org.el (org-next-item, org-previous-item): Emit more
12563 compact error message.
12564 (org-tags-view): Refresh category table in each file.
12565 (org-table-justify-field-maybe): Remove superfluous arguments to
12566 `format'.
12567 (org-export-as-html): Insert "<p>" before postamble.
12568 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
12569
12570 2006-05-26 Kenichi Handa <handa@m17n.org>
12571
12572 * textmodes/po.el (po-find-charset): Pay attention to the case
12573 FILENAME is a cons (NAME . BUFFER).
12574 (po-find-file-coding-system-guts): Likewise.
12575
12576 * arc-mode.el (archive-set-buffer-as-visiting-file):
12577 Call find-operation-coding-system with (FILENAME . BUFFER).
12578
12579 * tar-mode.el (tar-extract): Call find-operation-coding-system
12580 with (FILENAME . BUFFER).
12581
12582 * international/mule.el (decode-coding-inserted-region):
12583 Call find-operation-coding-system with (FILENAME . BUFFER).
12584
12585 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
12586
12587 * image-mode.el (image-toggle-display): Use buffer contents to
12588 generate image for a remote file.
12589
12590 2006-05-25 Juri Linkov <juri@jurta.org>
12591
12592 * replace.el (query-replace-read-from, query-replace-read-to):
12593 Remove 8th arg KEEP-ALL in read-from-minibuffer.
12594
12595 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
12596
12597 * whitespace.el (whitespace-cleanup): Change to cleanup
12598 region if one is active.
12599 * whitespace.el (whitespace-cleanup-internal): New internal method.
12600
12601 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12602
12603 * dired.el (dired-mode-map): Add help-echo strings to tumme
12604 commands. Bind `tumme-dired-display-image' to C-t i.
12605
12606 * tumme.el (tumme-display-image): Change documentation string slightly.
12607 (tumme-dired-display-image): Add call to `display-buffer'.
12608
12609 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
12610
12611 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
12612 Signal error if RAW-DATA is a multibyte string.
12613
12614 2006-05-24 Richard Stallman <rms@gnu.org>
12615
12616 * subr.el (with-local-quit): When handling `quit' signal,
12617 make a chance for quit-flag to cause a quit.
12618
12619 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
12620 (ad-disable-advice): Add autoloads.
12621
12622 * subr.el (read-passwd): Copy PROMPT before changing its properties.
12623
12624 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12625
12626 * dired.el (dired-mode-map): Change menu items for tumme as per
12627 suggestions in emacs-devel.
12628
12629 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
12630
12631 * dired.el (dired-mode-map): Fix breakage.
12632
12633 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12634
12635 * tumme.el (tumme-display-dired-image): Rename to...
12636 (tumme-dired-display-image): ...this.
12637 (tumme-track-movement): Change default value to t.
12638 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
12639 used from `tumme-next-line-and-display' and similar commands.
12640
12641 * dired.el (dired-mode-map): Add Thumbnail submenu under the
12642 Immediate menu. Add some tumme commands there.
12643
12644 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
12645
12646 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
12647
12648 2006-05-24 Chong Yidong <cyd@mit.edu>
12649
12650 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
12651 menu entries that open submenus.
12652
12653 2006-05-24 Alan Mackenzie <acm@muc.de>
12654
12655 * startup.el (command-line): For names of preloaded files, don't
12656 append ".elc" (now done in Fload), and call file-truename on the
12657 lisp directory.
12658
12659 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
12660 match ANY loaded file with the right name, not just those in
12661 load-path. Put a regexp matching the file name into
12662 after-load-alist, rather than the name itself.
12663
12664 * subr.el (load-history-regexp, load-history-filename-element)
12665 (do-after-load-evaluation): New functions.
12666
12667 * international/mule.el (load-with-code-conversion): Do the
12668 eval-after-load stuff by calling do-after-load-evaluation.
12669
12670 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
12671
12672 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
12673 has not been killed.
12674
12675 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12676
12677 * term/mac-win.el: Set idle timer to clean up expired Apple events.
12678 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
12679 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
12680 Optionally set error message in reply.
12681
12682 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
12683
12684 * textmodes/org.el (org-open-at-point): Use renamed variable
12685 `org-confirm-shell-link-function'.
12686 (org-confirm-shell-link-function): Rename from
12687 `org-confirm-shell-links'.
12688 (org-export-directory): New function.
12689 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
12690 (org-export-icalendar): Use `org-export-directory'.
12691 (org-indent-item): Keep cursor position.
12692 (org-link-file-path-type): New option.
12693 (org-export-as-html): Fix bug with plain lists starting in
12694 column 0.
12695 (org-export-as-html): Remove deadline formatting, this happens
12696 now already in `org-html-handle-time-stamps'.
12697 (org-export-html-style): Deadline class removed.
12698 (org-insert-labeled-timestamps-at-point): New option.
12699 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
12700 of `hide-sublevels 1', in case the first headline is not level 1.
12701 (org-overview, org-content): New fuction.
12702 (org-cycle-global-status, org-cycle-subtree-status): Make these
12703 variables buffer-local.
12704 (org-global-cycle): New command.
12705 (org-shifttab): Use `org-global-cycle'.
12706 (org-insert-heading, org-insert-item): Go to end of new
12707 headline/item after creating it.
12708 (org-export-visible): Rename from `org-export-copy-visible'.
12709 Now creates a temporary org-file and applies an exporting command
12710 to it.
12711 (org-table-eval-formula): Support for lisp forms.
12712 (org-agenda-todo-ignore-scheduled): New option.
12713 (org-agenda-get-todos): Use new option
12714 `org-agenda-todo-ignore-scheduled'.
12715 (org-export-html-inline-images): New value `maybe'.
12716 (org-export-as-html): Inlining of images dependent on link description.
12717 (org-archive-subtree): Check for end-of-buffer before trying
12718 `kill-line'.
12719 (org-agenda-follow-mode): New option.
12720 (org-export-with-tags, org-export-with-timestamps): New options.
12721 (org-html-handle-time-stamps): New function.
12722 (org-keyword-time-regexp): New variable.
12723 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
12724 (org-agenda-todo-list-sublevels): New option.
12725 (org-html-level-start): When TITLE is nil, just close all levels.
12726 (org-parse-key-lines, org-parse-export-options): Remove functions,
12727 replaced by `org-infile-export-plist'.
12728 (org-combine-plists, org-infile-export-plist)
12729 (org-default-export-plist): New functions.
12730 (org-export-html-preamble, org-export-html-postamble)
12731 (org-export-html-auto-preamble, org-export-html-auto-postamble):
12732 New variables.
12733 (org-export-publishing-directory): New option.
12734 (org-export-as-html, org-export-as-ascii): Use the new property
12735 lists for settings.
12736 (org-export-copy-visible, org-export-as-xoxo):
12737 Respect `org-export-publishing-directory'.
12738 (org-link-search, org-store-link, org-file-apps): Support for
12739 links to BibTeX database entries..
12740 (org-get-current-options, org-set-regexps-and-options):
12741 Implement logging as a startup option.
12742 (org-store-link): Make sure context string is never empty
12743 (org-insert-link): Use relative path when possible.
12744 (org-at-item-checklet-p): New function.
12745 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
12746 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
12747 (org-metaright, org-metaup, org-metadown, org-shiftup)
12748 (org-shiftdown, org-shiftright, org-shiftleft)
12749 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
12750 Dispatch using `call-interactively'.
12751 (org-call-with-arg): New defsubst.
12752 (org-tag-alist, org-use-fast-tag-selection): New options.
12753 (org-complete): Use `org-tag-alist'.
12754 (org-fast-tag-insert, org-fast-tag-selection): New functions.
12755 (org-next-item, org-previous-item): New commands.
12756 (org-beginning-of-item, org-end-of-item): Add (interactive) to
12757 make command.
12758 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
12759
12760 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
12761
12762 * emacs-lisp/ewoc.el (ewoc-delete): New function.
12763 (ewoc-filter): Use `ewoc-delete'.
12764
12765 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
12766
12767 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
12768
12769 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
12770 Signal more user-friendly error messages.
12771
12772 * complete.el (PC-do-completion): Undo the addition of implicit
12773 wildcards if they did not lead to finding any match.
12774 (read-file-name-internal): Don't add the final > if the completion is
12775 not finished.
12776
12777 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
12778
12779 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
12780 Quote safe-local-variable predicate.
12781
12782 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
12783
12784 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
12785
12786 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12787
12788 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
12789
12790 * progmodes/make-mode.el (makefile-special-targets-list)
12791 (makefile-macro-table, makefile-target-table): Mark as risky.
12792 (makefile-query-one-target-method): Make this the alias for the
12793 following variable.
12794 (makefile-query-one-target-method-function): Make this the real name.
12795
12796 * textmodes/artist.el (artist-text-renderer): Make this the alias
12797 for the following variable.
12798 (artist-text-renderer-function): Make this the real name.
12799
12800 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
12801 the alias for the following variable.
12802 (flyspell-generic-check-word-predicate): Make this the real name.
12803
12804 * textmodes/ispell.el (ispell-format-word): Make this the alias
12805 for the following variable.
12806 (ispell-format-word-function): Make this the real name.
12807 (ispell-message-text-end): Mark as risky.
12808
12809 * skeleton.el (skeleton-transformation, skeleton-filter)
12810 (skeleton-pair-filter): Make these the aliases for the following
12811 variables.
12812 (skeleton-transformation-function, skeleton-filter-function)
12813 (skeleton-pair-filter-function): Make these the real names.
12814
12815 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
12816 and skeleton-pair-filter-function.
12817
12818 * textmodes/sgml-mode.el (sgml-transformation): Make this the
12819 alias for the following variable.
12820 (sgml-transformation-function): Make this the real name.
12821 (sgml-tag-alist): Mark as risky.
12822
12823 2006-05-21 Richard Stallman <rms@gnu.org>
12824
12825 * simple.el (kill-region): Interactively, pass point, then mark.
12826
12827 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
12828
12829 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
12830
12831 2006-05-21 Romain Francoise <romain@orebokech.com>
12832
12833 * dired-x.el (dired-mode-map): Don't bind M-g.
12834
12835 2006-05-20 Richard Stallman <rms@gnu.org>
12836
12837 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
12838 (dired-goto-file): Doc fix.
12839
12840 2006-05-21 Kim F. Storm <storm@cua.dk>
12841
12842 * emulation/cua-base.el: Mention customizing cua-mode as alternative
12843 way to enable built-in cua-mode if user loads older CUA-mode package.
12844
12845 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
12846 if default-filename is specified.
12847
12848 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12849
12850 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
12851
12852 * info.el (info-apropos): Make sure current-file and current-node
12853 have non-nil values. Speed up by using add-to-list instead of
12854 manual consing.
12855
12856 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12857
12858 * progmodes/make-mode.el (makefile-mode): Doc fix.
12859
12860 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12861
12862 * dired-aux.el (dired-do-shell-command): Doc fix.
12863
12864 2006-05-20 Kevin Ryde <user42@zip.com.au>
12865
12866 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
12867 ``(custom-manual :tag "Foo" "(foo)Node")''.
12868
12869 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
12870
12871 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
12872 value is an integer.
12873
12874 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12875
12876 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
12877 "format".
12878 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
12879
12880 2006-05-20 Martin Rudalics <rudalics@gmx.at>
12881
12882 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
12883 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
12884
12885 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
12886
12887 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
12888 regexp for keywords.
12889
12890 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
12891
12892 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
12893 replace-regexp-in-string.
12894
12895 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
12896 encode, and escape file name on conversion to URL.
12897
12898 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12899
12900 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
12901 Don't unescape URL.
12902 (dnd-get-local-file-name): Unescape URL on conversion to file name.
12903
12904 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
12905 on conversion to URLs.
12906
12907 * net/browse-url.el (browse-url-file-url): Encode file name on
12908 conversion to URL.
12909
12910 * term/mac-win.el (mac-ae-open-documents): Escape file name on
12911 conversion to URL.
12912
12913 2006-05-19 Eli Zaretskii <eliz@gnu.org>
12914
12915 * progmodes/cc-styles.el (c-style-alist): Doc fix.
12916
12917 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12918
12919 * term/mac-win.el (mac-bytes-to-digits): Remove function.
12920 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
12921
12922 2006-05-19 Glenn Morris <rgm@gnu.org>
12923
12924 * calendar/diary-lib.el (diary-bahai-date)
12925 (list-bahai-diary-entries, mark-bahai-diary-entries)
12926 (mark-bahai-calendar-date-pattern): Not interactive.
12927 (add-to-diary-list): New optional arg LITERAL. Doc fix.
12928 (diary-entries-list): Change format of 4th element in each entry.
12929 (diary-list-entries): Use add-to-diary-list.
12930 (diary-goto-entry): Handle the case where the buffer visiting the
12931 diary has been killed.
12932 (fancy-diary-display): Add 'locator to button rather than 'marker.
12933 Only generate temp-face when there are marks to apply.
12934 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
12935 (diary-fancy-date-pattern): New variable.
12936 (diary-time-regexp): Doc fix.
12937 (diary-anniversary, diary-time): New faces.
12938 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
12939 diary-time-regexp. Add font-lock-multiline property where needed.
12940 Use new faces diary-anniversary and diary-time.
12941 (diary-fancy-font-lock-fontify-region-function): New function, to
12942 handle multiline font-lock pattern in fancy diary.
12943 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
12944 (diary-font-lock-keywords): Tweak time regexp. Use new face
12945 diary-time.
12946
12947 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
12948
12949 * international/code-pages.el (mik): Table corrected.
12950
12951 2006-05-18 Kim F. Storm <storm@cua.dk>
12952
12953 * progmodes/grep.el (grep-find): Don't check grep-find-command
12954 before running command (breaks non-interactive usage).
12955
12956 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
12957
12958 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
12959 (ewoc--insert-new-node): Don't insert trailing newline.
12960 Instead, adjust successor nodes's start markers.
12961 (ewoc--refresh-node): Delete all text from current node's start
12962 marker to the next one's; adjust successor nodes's start markers.
12963 (ewoc--create): Doc fixes.
12964 (ewoc--refresh): Don't insert newline.
12965 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
12966 * pcvs.el (cvs-make-cvs-buffer):
12967 Specify extra newline for ewoc's header and footer.
12968 (cvs-update-header): Update initial header recognition.
12969 Append newline to final header and footer values.
12970 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
12971
12972 2006-05-17 Richard Stallman <rms@gnu.org>
12973
12974 * files.el (file-name-extension): Doc fix.
12975
12976 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12977
12978 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
12979 we can explicitly enable/disable rather than toggle.
12980 (shell-mode): Use it.
12981 (shell-cd): Don't try to reproduce what `cd' does.
12982
12983 2006-05-17 Kim F. Storm <storm@cua.dk>
12984
12985 * ido.el (ido-read-internal): Use only nondirectory part of
12986 default item.
12987
12988 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
12989
12990 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
12991 (ewoc-nth): Doc fix.
12992
12993 (ewoc-map, ewoc-invalidate): Compute PP before looping.
12994
12995 2006-05-16 Eli Zaretskii <eliz@gnu.org>
12996
12997 * international/mule.el (auto-coding-alist): Add .lha to files
12998 read with no-conversion.
12999
13000 * files.el (auto-mode-alist): Add .lha files to archive file
13001 extensions.
13002
13003 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
13004 Convert csize to integer when computing offsets within the
13005 compressed archive file.
13006
13007 2006-05-16 Kim F. Storm <storm@cua.dk>
13008
13009 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
13010 with read-from-minibuffer.
13011
13012 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
13013
13014 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
13015 (byte-compile-warnings): Fix safe-local-variable property.
13016
13017 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
13018
13019 * allout.el (allout-show-bodies, allout-old-style-prefixes)
13020 (allout-stylish-prefixes, allout-numbered-bullet)
13021 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
13022 predicates to qualify `safe-local-variable' property, when
13023 available, else use equivalent lambda.
13024 (allout-current-topic-collapsed-p): Do the right thing regarding
13025 trailing blank lines.
13026
13027 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13028
13029 * server.el (server-start): Only create a directory if needed.
13030 (server-edit, server-unload-hook): server-start => server-mode.
13031 (kill-emacs-hook): Cleanup upon exit.
13032
13033 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13034
13035 * hexl.el (hexlify-buffer): Encode process arguments manually.
13036
13037 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
13038
13039 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
13040 call to gdb-tooltip-print.
13041
13042 2006-05-15 Romain Francoise <romain@orebokech.com>
13043
13044 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
13045 systems, default to "tar" since those systems probably have GNU tar.
13046
13047 2006-05-14 Lars Hansen <larsh@soem.dk>
13048
13049 * desktop.el (desktop-missing-file-warning): Fix docstring.
13050 (desktop-restore-file-buffer): Correct question asked on missing file.
13051
13052 2006-05-14 Kim F. Storm <storm@cua.dk>
13053
13054 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
13055 Add CUA move property.
13056
13057 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
13058
13059 * custom.el (custom-push-theme): Load the variable before checking
13060 its `standard-value'.
13061
13062 2006-05-13 Lars Hansen <larsh@soem.dk>
13063
13064 * desktop.el (desktop-save): Use with-temp-buffer.
13065
13066 2006-05-12 Glenn Morris <rgm@gnu.org>
13067
13068 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
13069 * calendar/calendar.el (calendar-mode-map):
13070 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
13071 * calendar/appt.el (appt-check, appt-make-list): Refer to
13072 diary-view-entries, diary-list-entries, diary-show-all-entries
13073 rather than obsolete aliases.
13074
13075 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
13076
13077 * simple.el (line-move-finish): Avoid calling point motion hooks
13078 while processing intangibility.
13079
13080 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
13081
13082 * term/xterm.el (terminal-init-xterm): Fix typo.
13083
13084 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
13085
13086 * allout.el (allout-view-change-hook): Mark as being deprecated,
13087 to be replaced by `allout-exposure-change-hook'.
13088 (allout-exposure-change-hook): New, replacing
13089 `allout-view-change-hook'.
13090 (allout-flag-region): Run new hook `allout-exposure-change-hook',
13091 in addition to `allout-view-change-hook'.
13092 (allout-show-bodies, allout-old-style-prefixes)
13093 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
13094 lambda forms to prevent their showing up in variable help
13095 presentations as inscrutable byte-compiled code.
13096 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
13097 Use string-or-null-p to qualify safe-local-variable values.
13098 (allout-reindent-bodies): Use memq to qualify matches against
13099 valid safe-local-variable values. Also, quote the lambda as above.
13100 (allout-use-mode-specific-leader): Add missing candidate-value
13101 symbols, use memq, and quote the lambda.
13102 (allout-overlay-interior-modification-handler): Remove unused
13103 variables `msg' and 'opened'.
13104 (allout-hidden-p): Constrain invisibility consideration to allout's
13105 invisibility spec, disregarding invisibility for other reasons.
13106
13107 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
13108
13109 * files.el (version-control): Correct safe values.
13110
13111 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
13112
13113 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
13114
13115 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
13116 (ewoc--insert-new-node): New func.
13117 Update callers of deleted funcs to use it, instead.
13118
13119 2006-05-11 Glenn Morris <rgm@gnu.org>
13120
13121 * calendar/calendar.el (diary-show-all-entries): Do not refer to
13122 obsolete alias `show-all-diary-entries'.
13123 (make-diary-entry): Not interactive.
13124 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
13125 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
13126 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
13127 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
13128 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
13129 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
13130
13131 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13132
13133 * calendar/calendar.el (calendar-french-date-string)
13134 (calendar-mayan-date-string, calendar-chinese-date-string)
13135 (calendar-astro-date-string, calendar-iso-date-string)
13136 (calendar-islamic-date-string, calendar-bahai-date-string)
13137 (calendar-hebrew-date-string, calendar-coptic-date-string)
13138 (calendar-ethiopic-date-string, calendar-persian-date-string):
13139 These functions are not interactive.
13140
13141 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
13142
13143 * files.el: Balance parentheses.
13144
13145 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
13146
13147 * files.el, newcomment.el, outline.el, simple.el,
13148 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
13149 * progmodes/cc-vars.el, progmodes/compile.el:
13150 Move `safe-local-variable' declarations to the respective files.
13151
13152 * help-fns.el (describe-variable): Don't print safe-var if it is
13153 byte-code. Improve wording as suggested by Luc Teirlinck.
13154
13155 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
13156
13157 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
13158 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
13159 Use a token for pending-triggers to ensure gdb-var-update
13160 gets called once per user input again for pre-GDB 6.4.
13161 (gdb-var-delete): Match on more complex expressions.
13162 (gdb-var-list-children-handler, gdb-var-create-handler):
13163 Use a token for consistency.
13164
13165 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
13166
13167 * textmodes/org.el (org-read-date, org-goto-calendar)
13168 (org-agenda-goto-calendar):
13169 Bind `view-calendar-holidays-initially' to nil.
13170
13171 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
13172
13173 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
13174 Update all callers to do it there, instead.
13175
13176 2006-05-10 Glenn Morris <rgm@gnu.org>
13177
13178 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
13179 prefix arg case, to avoid view-diary-entries-initially error.
13180 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
13181 (calendar-date-is-legal-p): Handle dates with no day part.
13182
13183 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
13184
13185 * comint.el (comint-insert-input): Just make it when
13186 comint-use-prompt regexp is nil (default) and with the mouse.
13187 (comint-copy-old-input): Reinstate from 2004-06-23.
13188 (comint-mode-map): Bind C-c C-m to it.
13189
13190 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
13191
13192 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
13193 Remove spurious move to point-max (new comint behavior fixes).
13194
13195 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
13196 compatibility function (Emacs 18/19).
13197 (idlwave-is-continuation-line): Always return point at start of
13198 previous non-blank continuation line.
13199 (keyword-parameters): Fix continued comment font-lock matcher.
13200 (idlwave-font-lock-fontify-region): Written, use as
13201 font-lock-fontify-region-function, to fix continued keyword
13202 fontification issues.
13203
13204 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13205
13206 * term/mac-win.el (mac-font-panel-mode): Doc fix.
13207 (mac-service-selection, mac-service-open-file)
13208 (mac-service-open-selection, mac-service-mail-selection)
13209 (mac-service-mail-to, mac-service-insert-text): Rename from
13210 mac-services-*. All uses changed.
13211 (mac-apple-event-map): Rename event symbol `services' to `service'.
13212
13213 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
13214
13215 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
13216 (ewoc--node-enter-first, ewoc--node-enter-last)
13217 (ewoc--delete-node-internal): Merge funcs into unique callers.
13218
13219 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
13220
13221 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
13222 return value of read-from-minibuffer for empty input.
13223
13224 2006-05-09 Miles Bader <miles@gnu.org>
13225
13226 * comint.el (comint-insert-input): Remove redundant calls to setq
13227 and goto-char.
13228
13229 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
13230
13231 * comint.el (comint-insert-input): Make it work when
13232 comint-use-prompt-regexp is t.
13233
13234 2006-05-10 Miles Bader <miles@gnu.org>
13235
13236 * subr.el (field-at-pos): New function.
13237
13238 * comint.el (comint-insert-input): Use it.
13239
13240 2006-05-09 Juri Linkov <juri@jurta.org>
13241
13242 * battery.el (battery-linux-proc-acpi): Also try
13243 `/proc/acpi/thermal_zone/THR2/temperature'.
13244
13245 * files.el <safe-local-variable>: Remove `eval' and `let' binding
13246 for now unused lambda `string-or-null'.
13247
13248 * add-log.el (change-log-default-name): Put `string-or-null-p'
13249 instead of lambda on `safe-local-variable' property.
13250
13251 * diff-mode.el (diff-context->unified): Use `region-beginning' and
13252 `region-end' instead of `mark' and `point'.
13253 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
13254 Operate on region in Transient Mark mode when the mark is active.
13255 Use `region-beginning' and `region-end' instead of `mark' and
13256 `point'.
13257 (diff-hunk-text, diff-goto-source): Doc fix.
13258
13259 * startup.el (fancy-splash-screens, normal-splash-screen): Use
13260 face `mode-line-buffer-id' for mode-line buffer face instead of
13261 hard-coded `(:weight bold)'.
13262
13263 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
13264 buffer-undo-list to t (undo-ask is reproducible by visiting
13265 nested archives).
13266
13267 2006-05-09 Kim F. Storm <storm@cua.dk>
13268
13269 * progmodes/grep.el (rgrep): Set default directory of *grep*
13270 buffer if we start M-x rgrep in the *grep* buffer and choose
13271 a different base directory.
13272
13273 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
13274
13275 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
13276 completion also when ido is loaded.
13277
13278 2006-05-09 Masatake YAMATO <jet@gyve.org>
13279
13280 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
13281 "warning" and "import".
13282 (cpp-font-lock-keywords): Added "warning".
13283
13284 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
13285
13286 * term/xterm.el (terminal-init-xterm): Add more key bindings.
13287
13288 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13289
13290 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
13291 pages at a time, if we signal the end, we should indeed reach that end.
13292
13293 2006-05-08 David Reitter <david.reitter@gmail.com>
13294
13295 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
13296 output during execution of the body.
13297
13298 2006-05-08 Kim F. Storm <storm@cua.dk>
13299
13300 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
13301
13302 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
13303
13304 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
13305 Use with-current-buffer.
13306
13307 2006-05-07 Kim F. Storm <storm@cua.dk>
13308
13309 * subr.el (add-to-history): Remove keep-dups arg.
13310
13311 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
13312 to nil around call to add-to-history.
13313
13314 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13315
13316 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
13317 than after a buffer modification.
13318
13319 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
13320
13321 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
13322 call to...
13323 (gud-watch): ...here so speedbar is raised for already watched
13324 expressions.
13325 (gdb-speedbar-refresh): Delete function.
13326 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
13327 Use speedbar-timer-fn instead of speedbar-refresh (reverting
13328 earlier change).
13329 (gdb-var-evaluate-expression-handler)
13330 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
13331
13332 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
13333 Update localized contents for all buffers except ignored modes.
13334
13335 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13336
13337 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
13338 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
13339 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
13340 (mac-handle-font-panel-closed, mac-handle-font-selection):
13341 New functions.
13342 (mac-font-panel-mode): New minor mode.
13343 (mac-apple-event-map): Add bindings for toolbar toggle button and
13344 font panel.
13345 (menu-bar-showhide-menu): Add mac-font-panel-mode.
13346
13347 2006-05-07 John Paul Wallington <jpw@pobox.com>
13348
13349 * ibuffer.el (ibuffer-compressed-file-name-regexp):
13350 Avoid `regexp-opt'; simplify regexp for readability.
13351
13352 2006-05-06 Eli Zaretskii <eliz@gnu.org>
13353
13354 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
13355 * files.el (buffer-stale-function):
13356 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13357 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
13358 links to the main manual, not to emacs-xtra.
13359
13360 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13361
13362 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
13363 MacJapanese if text is ASCII-only.
13364
13365 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
13366
13367 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
13368 unless so nil isn't returned.
13369 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
13370
13371 2006-05-06 Kim F. Storm <storm@cua.dk>
13372
13373 * subr.el (add-to-history): New function.
13374
13375 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
13376 (ediff-merge-files-with-ancestor):
13377 * env.el (setenv):
13378 * isearch.el (isearch-update-ring):
13379 * server.el (server-visit-files):
13380 * progmodes/grep.el (lgrep, rgrep):
13381 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
13382 * progmodes/xscheme.el (xscheme-insert-expression):
13383 Use add-to-history.
13384
13385 * kmacro.el (kmacro-push-ring): Use add-to-history.
13386 (kmacro-ring-length): Remove unused defun.
13387 (kmacro-start-macro): Use kmacro-push-ring.
13388
13389 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
13390
13391 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
13392 directly instead of a lambda expression that calls it.
13393
13394 2006-05-06 Kim F. Storm <storm@cua.dk>
13395
13396 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
13397 instead of compute-motion.
13398
13399 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
13400
13401 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
13402 change.
13403
13404 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
13405
13406 * startup.el (command-line-1): Refer to "Pure Storage" on
13407 pure-space-overflow.
13408
13409 2006-05-05 Martin Rudalics <rudalics@gmx.at>
13410
13411 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
13412 provided faces once they all have been used up.
13413
13414 2006-05-05 Eli Zaretskii <eliz@gnu.org>
13415
13416 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
13417 reference to the Lisp manual to the warning about pure space
13418 overflow.
13419
13420 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13421
13422 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
13423 argument to avoid the call to `ispell-internal-change-dictionary'
13424 when not needed.
13425 (ispell-change-dictionary): Use this argument and call
13426 `ispell-internal-change-dictionary' after the possible change
13427 to `ispell-local-dictionary'.
13428 (ispell-internal-change-dictionary): Check for a change in
13429 personal dictionary use too.
13430
13431 2006-05-05 Eli Zaretskii <eliz@gnu.org>
13432
13433 * startup.el (command-line): On MS-Windows, probe "~", not
13434 "~USER", for warning about non-existent home directory.
13435
13436 * arc-mode.el (archive-l-e): New optional argument `float' means
13437 generate a float value.
13438 (archive-arc-summarize, archive-lzh-summarize)
13439 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
13440 with 3rd argument non-nil when file's size is being computed.
13441 Format the file sizes with %8.0f instead of %8d.
13442
13443 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13444
13445 * cus-start.el (all): Add mac-dnd-known-types.
13446
13447 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
13448 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
13449 (mac-TIFF-to-string): New functions.
13450 (x-get-selection, x-selection-value)
13451 (mac-select-convert-to-string): Use them.
13452 (mac-text-encoding-mac-japanese-basic-variant): New constant.
13453 (mac-dnd-types-alist): New customization variable.
13454 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
13455 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
13456 (mac-dnd-handle-drag-n-drop-event): New functions.
13457 (mac-drag-n-drop): Remove function.
13458 (global-map): Bind drag-n-drop and M-drag-n-drop to
13459 mac-dnd-handle-drag-n-drop-event.
13460
13461 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
13462
13463 * progmodes/perl-mode.el (perl-beginning-of-function):
13464 Skip anonymous subs.
13465
13466 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
13467
13468 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
13469 regexp-opt at run time.
13470
13471 * term.el (term-handle-ansi-escape): Fix off by one error.
13472
13473 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
13474
13475 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
13476 (gdb-init-1, gdb-post-prompt): ...and references to it.
13477 (gdb-frame-handler): Strip directory name from filename if present.
13478
13479 * progmodes/gud.el (gdb-force-update): Delete defvar
13480 (gud-speedbar-buttons): ...and references to it. Use window-start
13481 to try to keep positon in watch expression.
13482
13483 2006-05-03 Richard Stallman <rms@gnu.org>
13484
13485 * simple.el (next-history-element, previous-history-element): Doc fix.
13486
13487 * isearch.el (isearch-update-ring): Doc fix.
13488
13489 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
13490
13491 * isearch.el (isearch-update-ring): Take history-delete-duplicates
13492 into consideration. Replace one arm ifs with whens.
13493
13494 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
13495
13496 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
13497 (menu): Fix typo.
13498
13499 2006-05-02 Miles Bader <miles@gnu.org>
13500
13501 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
13502
13503 2006-05-02 Jay Belanger <belanger@truman.edu>
13504
13505 * calc/calc-embed.el (calc-override-minor-modes-map)
13506 (calc-override-minor-modes): New variables.
13507 (calc-do-embedded): Make sure that Calc keystrokes aren't
13508 overwritten by minor modes.
13509
13510 2006-05-02 Chong Yidong <cyd@mit.edu>
13511
13512 * msb.el (msb): If EVENT is a down event, read and discard the up event.
13513
13514 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
13515
13516 * startup.el (command-line-1): Refer to Lisp manual when
13517 pure-space-overflow occurs.
13518
13519 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
13520 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
13521 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
13522 (version-control): Don't use `t' for safe-local-variable declarations.
13523
13524 2006-05-01 Richard Stallman <rms@gnu.org>
13525
13526 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
13527 M-r, M-R, M-A, M-SPC or M-DEL.
13528 (diff-mode-map): diff-refine-hunk now on C-c C-w
13529 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
13530
13531 * help-mode.el (help-mode): view-exit-action calls delete-window
13532 only when it is safe and possible.
13533
13534 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
13535 in messages.
13536
13537 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
13538
13539 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
13540 in the default tool-bar-map.
13541
13542 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
13543
13544 * net/tramp.el (tramp-completion-file-name-handler-alist)
13545 (tramp-run-real-handler, tramp-completion-run-real-handler)
13546 (tramp-completion-handle-file-name-all-completions)
13547 (tramp-completion-handle-file-name-completion): Autoload them.
13548 (tramp-completion-handle-file-exists-p)
13549 (tramp-completion-handle-file-name-directory)
13550 (tramp-completion-handle-file-name-nondirectory)
13551 (tramp-completion-handle-expand-file-name): Remove them.
13552 (tramp-handle-file-name-directory): Return the real directory name.
13553 Returning "/" only doesn't need to be necessary any longer.
13554 (tramp-file-name-handler): Make special attention when in hostname
13555 completion mode.
13556 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
13557 (tramp-register-file-name-handlers):
13558 Register `tramp-completion-file-name-handler' only when
13559 `partial-completion-mode' is enabled.
13560 (tramp-completion-handle-file-name-all-completions):
13561 Delete directory part from results.
13562 (tramp-get-completion-methods, tramp-get-completion-user-host):
13563 Discard deleting "/", it doesn't work after the change of
13564 `tramp-handle-file-name-directory' above.
13565
13566 2006-05-01 Kim F. Storm <storm@cua.dk>
13567
13568 * progmodes/grep.el (grep-expand-template): Use save-match-data
13569 and symbol-value.
13570
13571 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13572
13573 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
13574 Use select-frame-set-input-focus instead of raise-frame.
13575 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
13576
13577 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
13578
13579 * progmodes/gud.el (gud-def): Add %c case.
13580 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
13581 (gud-format-command): Make match case sensitive. Match on %F.
13582
13583 2006-04-30 Glenn Morris <rgm@gnu.org>
13584
13585 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
13586 (cal-tex-preamble): Use cal-tex-preamble-extra.
13587 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
13588 than alias `list-diary-entries'.
13589
13590 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
13591
13592 * help-fns.el (describe-variable): Add info about safe local variables.
13593
13594 2006-04-29 Richard Stallman <rms@gnu.org>
13595
13596 * bindings.el (mode-line-format): help-echo doc fixes.
13597
13598 * net/tramp.el (tramp-file-name-handler-alist): Delete
13599 expand-file-name and other operations that can cause spurious loading.
13600
13601 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13602
13603 * files.el (safe-local-variable-p): Remove support for the special
13604 value t.
13605
13606 * textmodes/paragraphs.el (sentence-end-without-space):
13607 Fix safety predicate.
13608 (sentence-end-double-space, sentence-end-without-period)
13609 (paragraph-ignore-fill-prefix):
13610 * textmodes/fill.el (colon-double-space):
13611 * abbrev.el (abbrev-mode): Tighten the safety predicate.
13612
13613 * subr.el (booleanp): New fun.
13614
13615 * textmodes/reftex-vars.el (reftex-guess-label-type):
13616 Tighten the safety predicate.
13617
13618 2006-04-28 Kim F. Storm <storm@cua.dk>
13619
13620 * progmodes/grep.el (defgroup grep): Doc fix.
13621 (grep-auto-highlight): Remove.
13622 (grep-template): New defcustom.
13623 (grep-find-template): Rename from grep-tree-template.
13624 (grep-files-aliases): Rename from grep-tree-files-aliases.
13625 Remove "all" alias, add "l" alias.
13626 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
13627 (grep-find-ignored-directories): New defcustom to replace
13628 grep-tree-ignore-CVS-directories, to facilitate ignoring
13629 subdirectories for multiple version control systems.
13630 (grep-mode-map): Add Recursive grep item to GREP menu.
13631 (grep-regexp-history, grep-files-history): New defvars.
13632 (grep-probe): New helper function.
13633 (grep-compute-defaults): Use it to simplify code.
13634 Adapt to name changes.
13635 Use `.' as base in grep-find-template rather than <D>.
13636 (grep): Remove superfluous highlight-regexp arg. Fix doc.
13637 Call grep-compute-defaults unconditionally.
13638 (grep-expand-keywords): New defconst.
13639 (grep-expand-template): Rename from grep-expand-command-macros.
13640 Simplify via grep-expand-keywords. Look at case-fold-search instead
13641 of grep-tree-ignore-case to add -i option.
13642 Bind case-fold-search to nil while matching keywords.
13643 (grep-tree-last-regexp, grep-tree-last-files): Remove.
13644 (grep-read-regexp, grep-read-files): New helper functions.
13645 (rgrep): Rename from grep-tree. Rework to use proper histories.
13646 Adapt to changes in defcustoms and functions above.
13647 (lgrep): New command, as grep, but using same interactive UI as rgrep.
13648
13649 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
13650
13651 * net/tramp.el (tramp-completion-file-name-handler):
13652 Disable Tramp's functionality while loading Tramp itself.
13653 (tramp-register-file-name-handlers): That's a defsubst now.
13654 Code from `tramp-repair-jka-compr' moved here. Apply it via
13655 `after-init-hook'.
13656 (tramp-repair-jka-compr): Remove.
13657
13658 2006-04-27 Jay Belanger <belanger@truman.edu>
13659
13660 * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
13661 read expression when `math-read-big-expr' doesn't work.
13662
13663 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
13664
13665 * startup.el (command-line-1): Display warning when
13666 pure-space-overflow is non-nil.
13667
13668 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13669
13670 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
13671 risky.
13672
13673 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13674
13675 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
13676 Return the URL or nil if none can be generated.
13677
13678 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
13679
13680 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
13681 byte compiler warnings.
13682 (gud-basic-call, gud-find-expr): Let user select an expression
13683 for printing. Print expression as well as value in GUD buffer.
13684
13685 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
13686
13687 * allout.el: Remove local autoload declaration for
13688 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
13689 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
13690 (allout-plain-bullets-string, allout-distinctive-bullets-string)
13691 (allout-use-mode-specific-leader, allout-old-style-prefixes)
13692 (allout-stylish-prefixes, allout-numbered-bullet)
13693 (allout-file-xref-bullet, allout-presentation-padding)
13694 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
13695 safe-local-variable with suitable value spec, and add autoload
13696 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
13697 (move-beginning-of-line, move-end-of-line): Repair so these compat
13698 functions now actually resituate the point, when appropriate.
13699
13700 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13701
13702 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
13703
13704 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
13705 (add-log-iso8601-time-string): Fix call to format-time-string.
13706
13707 2006-04-26 Kim F. Storm <storm@cua.dk>
13708
13709 * subr.el (posn-string, posn-image, posn-object): Doc fix.
13710
13711 2006-04-26 Masatake YAMATO <jet@gyve.org>
13712
13713 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
13714 Add support for "//" style comments. Remove `b' flag
13715 from ?* in `asm-mode-syntax-table'.
13716
13717 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13718
13719 * follow.el: Use (featurep 'xemacs) everywhere.
13720 (follow-mode): Use define-minor-mode.
13721 (follow-mode-map): Move initialization into the declaration.
13722 Use command remapping.
13723 (follow-emacs-version-xemacs-p): Remove.
13724 (follow-submit-feedback): Remove.
13725
13726 * allout.el (allout-layout, allout-passphrase-verifier-string)
13727 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
13728
13729 * textmodes/reftex-vars.el (reftex-vref-is-default)
13730 (reftex-fref-is-default, reftex-guess-label-type):
13731 Tighten up a bit the safety predicate.
13732
13733 * textmodes/paragraphs.el (sentence-end-double-space)
13734 (sentence-end-without-period, sentence-end-without-space)
13735 (page-delimiter, paragraph-ignore-fill-prefix):
13736 Tighten up a bit the safety predicate.
13737
13738 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
13739
13740 * progmodes/python.el (python-continuation-line-p)
13741 (python-beginning-of-statement): syntax-ppss may return
13742 a negative depth.
13743 (python-mode): Don't forcefully enable font-lock.
13744
13745 * time-stamp.el (time-stamp-start, time-stamp-end)
13746 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
13747
13748 * add-log.el: Remove spurious * in docstrings.
13749 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
13750 (add-change-log-entry): Use it here, since it's not specific
13751 to iso8601.
13752 (add-log-iso8601-time-string): Don't use it here any more.
13753 (change-log-indent-text, change-log-indent): Rename from add-log-*.
13754
13755 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
13756
13757 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
13758
13759 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
13760 (rcirc-toggle-low-priority): Doc fix.
13761 (rcirc-handler-NOTICE): Remove beginning of line anchor in
13762 ChanServ regexp.
13763 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
13764 #emacs.
13765 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
13766 (rcirc-decode-coding-system): Use utf-8 as the default.
13767 (rcirc-multiline-minor-mode): Set the fill-column.
13768 (rcirc-format-response-string): Display bright and dim nicks.
13769 (rcirc-browse-url): Update interactive spec to fill ARG.
13770 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
13771 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
13772
13773 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
13774
13775 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
13776 case for @Article, etc.
13777
13778 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
13779
13780 * net/tramp.el (tramp-register-file-name-handlers): New defun.
13781 Added with autoload cookie.
13782 (tramp-unload-file-name-handlers): Rename from
13783 `tramp-unload-file-name-handler-alist'.
13784
13785 2006-04-23 Romain Francoise <romain@orebokech.com>
13786
13787 * comint.el (comint-match-partial-filename): Doc fix.
13788
13789 2006-04-21 Glenn Morris <rgm@gnu.org>
13790
13791 * calendar/cal-menu.el (calendar-mode-map): Refer to
13792 `diary-view-entries' rather than alias `view-diary-entries'.
13793 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
13794
13795 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
13796
13797 * progmodes/antlr-mode.el (antlr-default):
13798 * cus-edit.el (custom-documentation):
13799 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
13800 in defface.
13801
13802 2006-04-21 Kim F. Storm <storm@cua.dk>
13803
13804 * image.el (image-type): New defun split out of create-image.
13805 (create-image): Use it.
13806
13807 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
13808
13809 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
13810 (org-open-at-point): Remove the "...done" message to keep output
13811 in the echo area visible.
13812 (org-export-as-xoxo): Fix call to `indent-region'.
13813
13814 2006-04-21 Kevin Ryde <user42@zip.com.au>
13815
13816 * international/mule.el (keyboard-coding-system): defcustom
13817 info-link fixes: "Specify Coding" has been split, keyboard now in
13818 "Terminal Coding", and "Single-Byte Character Support" is now
13819 "Unibyte Mode".
13820
13821 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
13822
13823 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
13824 Use font-lock-warning-face for any errors e.g. no stack.
13825 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
13826
13827 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
13828
13829 * progmodes/sh-script.el (sh-shell): Mark as safe.
13830
13831 * newcomment.el (comment-start, comment-start-skip)
13832 (comment-end-skip, comment-end): Mark as safe.
13833
13834 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
13835
13836 * textmodes/org.el (org-deadline-announce): Face removed.
13837 (org-level-faces, org-n-levels): Convert to constant.
13838 (org-compatible-face): New function.
13839 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
13840 (org-level-5, org-level-6, org-level-7, org-level-8)
13841 (org-special-keyword, org-warning, org-headline-done, org-link)
13842 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
13843 (org-scheduled-today, org-scheduled-previously, org-time-grid):
13844 Face definition revised for better color tty support.
13845 (org-bold-re, org-italic-re, org-underline-re): New constants.
13846 (org-set-font-lock-defaults): Use the new constants.
13847 (org-agenda-highlight-todo): New function.
13848 (org-agenda-todo): Fix bug with point at end of line.
13849 (org-agenda-change-all-lines, org-finalize-agenda-entries):
13850 Fontify TODO keywords.
13851 (org-insert-link): Preserve relative path in ../ links.
13852 (org-export-as-html): Convert links pointing to .org files into
13853 links that will work beteen the exported HTML files.
13854 (org-todo-list): Fix bug when arg=0.
13855 (org-insert-heading): More fine-tuning.
13856
13857 2006-04-19 Romain Francoise <romain@orebokech.com>
13858
13859 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
13860 from `rmail-mime-charset-pattern'.
13861
13862 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
13863
13864 * progmodes/python.el (python-mode): Fix typo.
13865
13866 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
13867
13868 * comint.el (comint-previous-input): Don't clobber input line
13869 when moving off either end of the input history ring.
13870 (comint-delete-input): New function, used by
13871 `comint-previous-input' and others.
13872 (comint-previous-matching-input):
13873 Use `coming-delete-input'. Save the partial input if leaving the
13874 edit line. Goto point-max before deleting input to avoid
13875 partial input fragments hanging around.
13876 (comint-restore-input): New function, used by `comint-previous-input'.
13877
13878 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
13879
13880 * imenu.el (imenu--index-alist): Balance parentheses.
13881
13882 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
13883
13884 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
13885
13886 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
13887
13888 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
13889 file is nil.
13890
13891 2006-04-18 Richard Stallman <rms@gnu.org>
13892
13893 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
13894
13895 * imenu.el (imenu-create-index-function, imenu--index-alist)
13896 (imenu--last-menubar-index-alist, imenu--make-index-alist)
13897 (imenu-default-create-index-function, imenu--generic-function):
13898 Doc fixes.
13899
13900 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
13901
13902 * help-mode.el (help-mode): Set view-exit-action to delete window.
13903
13904 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
13905 now works by passing nil as arg.
13906
13907 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
13908
13909 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
13910 (read-abbrev-file): Provide default when reading filename.
13911
13912 * files.el (enable-local-variables): Allow :all as value.
13913 (hack-local-variables): Implement that value.
13914 (safe-local-variable-values, safe-local-eval-forms)
13915 (enable-local-variables): Mark as risky.
13916 (find-file-visit-truename, kept-old-versions): Mark safe.
13917
13918 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
13919 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
13920 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
13921
13922 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13923
13924 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
13925 Use forward-line so as to get to BOL even in the presence of fields.
13926 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
13927 in return.
13928 (inferior-tcl): Tell tclsh to work in interactive mode.
13929
13930 * complete.el (partial-completion-mode):
13931 Use 'choose-completion-string-functions to make sure that
13932 choose-completion fills the minibuffer properly.
13933
13934 * complete.el (PC-old-read-file-name-internal): Remove.
13935 (PC-read-include-file-name-internal): Remove. Turn it into an advice
13936 of read-file-name-internal.
13937 (partial-completion-mode): Enable/disable this advice.
13938
13939 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
13940
13941 * net/tramp.el (tramp-completion-file-name-handler): Revert change
13942 of 2006-04-17.
13943
13944 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
13945
13946 * textmodes/org.el (org-insert-heading): Insert heading before
13947 current if at beginning of line.
13948 (org-todo, org-date): New faces.
13949 (org-table-align): Make sure tooltip window contains full text.
13950 (org-no-properties): New defsubst.
13951 (org-set-font-lock-defaults): Use new faces.
13952
13953 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
13954
13955 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
13956 for root variables.
13957
13958 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
13959 (gdb-frame-address): Re-use to identify frame for watch expression.
13960 (gdb-var-list, gdb-var-create-handler): Add frame address for root
13961 variables.
13962 (gdb-init-1, gdb-source, gdb-post-prompt)
13963 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
13964 (gdb-frame-handler): Get gdb-frame-address.
13965
13966 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
13967
13968 Sync with Tramp 2.0.53.
13969
13970 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
13971 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
13972 (tramp-completion-file-name-handler): Add autoload cookie for
13973 adding to `file-name-handler-alist'.
13974
13975 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
13976 the prompt. If it returns earlier (when detecting an error
13977 message), the rest of the output will merge accidently with the
13978 output of the next command. Reported by M Jared Finder
13979 <jared@hpalace.com>.
13980
13981 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13982 for `process-file', in order to let it work for older Emacsen too.
13983
13984 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
13985
13986 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
13987 (tex-font-lock-keywords-3): Use it.
13988
13989 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13990
13991 * newcomment.el (comment-add): New function.
13992 (comment-region-default, comment-dwim): Use it.
13993
13994 2006-04-15 Michael Olson <mwolson@gnu.org>
13995
13996 * emacs-lisp/tq.el: Improve comments.
13997 (tq-queue-head-question): New accessor function.
13998 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
13999 Update for modified queue structure.
14000 (tq-queue-add): Accept `question' argument.
14001 (tq-queue-pop): If a question is pending, send it.
14002 (tq-enqueue): Accept new optional argument `delay-question'.
14003 If this is non-nil, and at least one other question is pending a
14004 response, queue the question rather than sending it immediately.
14005
14006 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14007
14008 * calendar/appt.el (appt-add): Check whether an appointment is
14009 already present in appt-time-msg-list. Simplify code.
14010
14011 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14012
14013 * progmodes/cc-langs.el (c-mode-menu):
14014 Don't presume c-subword-mode is bound.
14015
14016 2006-04-13 Bill Wohler <wohler@newt.com>
14017
14018 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
14019 (customize-package-emacs-version): Use cdr instead of cadr now
14020 that alists use dotted pairs.
14021
14022 * custom.el (defcustom): Fix docstring for :package-version.
14023
14024 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
14025
14026 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
14027 (tramp-handle-shell-command): Display output buffer only when
14028 `tramp-display-shell-command-buffer' is true.
14029 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
14030
14031 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14032
14033 * textmodes/org.el (org-set-autofill-regexps): Set only the local
14034 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
14035
14036 2006-04-13 Romain Francoise <romain@orebokech.com>
14037
14038 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
14039 leaving temporary .cvsignore buffers behind.
14040
14041 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14042
14043 * textmodes/org.el (org-set-regexps-and-options)
14044 (org-get-current-options): Better names for the startup folding
14045 options.
14046
14047 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
14048
14049 * vc.el (vc-annotate): Arrange for point to end up at the same
14050 line number as in the original, but only when using a new buffer.
14051
14052 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
14053
14054 * files.el (hack-one-local-variable-eval-safep):
14055 Recognize `edebug-form-spec' for `put', but only if it passes
14056 `edebug-basic-spec'. Generalize `put' handling.
14057
14058 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
14059 vetting file-local form specs.
14060
14061 * allout.el (allout-layout): Autoload its `safe-local-variable'
14062 property.
14063
14064 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14065
14066 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
14067 (org-agenda-mouse-1-follows-link)
14068 (org-mouse-1-follows-link): New options.
14069 (org-format-agenda-item): Fix bug if TAGS is nil.
14070 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
14071
14072 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
14073
14074 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
14075 GDB 6.1+ gives full filename for "info sources" so use
14076 file-name-nondirectory.
14077
14078 2006-04-12 Romain Francoise <romain@orebokech.com>
14079
14080 * subr.el (read-passwd): Bind `message-log-max' to nil.
14081
14082 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14083
14084 * progmodes/perl-mode.el (perl-indent-new-calculate):
14085 Recompute parse-start after jumping backward by a whole sexp.
14086
14087 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14088
14089 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
14090 window configuration.
14091 (vc-annotate-display-select): Select the buffer so that current-buffer
14092 (and selected-window) is the output buffer at the end of vc-annotate.
14093
14094 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
14095
14096 * vc.el (vc-annotate-color-map): Add custom TTY color map for
14097 8-color terminals, to use all of the colors in a sensible order.
14098 256-color terminals work well with the standard map.
14099 (vc-annotate-lines): Only strip the first color character if it
14100 is "#", to allow for terminal-style named colors.
14101 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
14102 the correct buffer is scrolled.
14103
14104 2006-04-11 Richard Stallman <rms@gnu.org>
14105
14106 * emacs-lisp/bytecomp.el (byte-compile-file):
14107 Bind enable-local-variables to :safe, and make normal-mode obey it.
14108
14109 * files.el (enable-local-variables): Allow value :safe.
14110 (normal-mode): Doc fix.
14111 (hack-local-variables): Implement enable-local-variables = :safe.
14112 (hack-local-variables-confirm): Don't prevent quitting.
14113
14114 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14115
14116 * loadhist.el (unload-feature): A bit of sanity check of
14117 load-history entries. Cancel timer-vars before unbinding them.
14118
14119 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
14120 quote special chars, and make the trick work on the hex part of the
14121 buffer as well.
14122 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
14123 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
14124
14125 * startup.el (normal-splash-screen): Fix last change so we don't wait
14126 2 minutes if we don't show the splash screen.
14127
14128 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
14129
14130 * textmodes/org.el (org-export-plain-list-max-depth)
14131 (org-table-spaces-around-separators)
14132 (org-radio-targets, org-activate-camels)
14133 (org-table-spaces-around-invisible-separators): Options removed.
14134 (org-time-stamp-rounding-minutes, org-remember-templates)
14135 (org-ellipsis, org-activate-links, org-descriptive-links):
14136 New options.
14137 (org-remember-apply-template, org-current-time)
14138 (org-finish-edit-table-field)
14139 (org-link-unescape, org-link-escape)
14140 (org-string-width, org-table-clean-line, org-html-do-expand)
14141 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
14142 (org-read-agenda-file-list): New functions.
14143 (org-table-edit-field)
14144 (org-table-create-or-convert-from-region): New commands
14145 (org-table-toggle-vline-visibility): Command removed.
14146 (org-table-convert-region): Made a command.
14147 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
14148 Replace with the normal org- functions.
14149 (org-self-insert-command): Don't trigger realign unnecessarily
14150 when blanking a field that is not full.
14151 (org-mode): `Set buffer-invisibility-spec' for links.
14152 (org-activate-links2): Hide link part and only show descriptive
14153 part of the link.
14154 (org-insert-link): Modify for new linking system.
14155 (org-store-link): Store description separately, for use by
14156 `org-insert-link'.
14157 (org-table-align): Use `org-string-width'.
14158 (defgroup): Completely new group structure for custom variables.
14159 (org-agenda-files): Option: Single file name allowed. Function:
14160 Optional argument unrestrited means ignore any restricitons.
14161 (org-install-agenda-files-menu): Find a buffer in Org-mode before
14162 trying to modify the menu. Use generalized access to
14163 `org-agenda-files.'
14164 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
14165 (org-agenda-file-to-front, org-remove-file, org-diary)
14166 (org-tags-view, org-export-icalendar-all-agenda-files)
14167 (org-export-icalendar-combine-agenda-files): Use generalized
14168 access to `org-agenda-files'.
14169 (org-remember-handler): Correctly preserve heading if present.
14170 (org-table-insert-row, org-table-insert-hline): Deal with
14171 invisible characters.
14172
14173 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
14174
14175 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
14176 (vc-annotate-color-map): New 18 element constant
14177 value/saturation, rotating hue colormap, from red->blue.
14178 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
14179 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
14180 (vc-annotate): To avoid killing the required local variables,
14181 set them before the end of `with-output-to-temp-buffer', and
14182 after first switching to annotate-mode.
14183 (vc-annotate-warp-version): Add buffer argument in goto-line to
14184 ensure annotation, not source, is scrolled.
14185
14186 2006-04-10 Bill Wohler <wohler@newt.com>
14187
14188 * custom.el (defcustom, custom-handle-keyword):
14189 Add :package-version keyword.
14190 (custom-add-package-version): New function. Sets value of new
14191 property 'custom-package-version from :package-version keyword.
14192 (defcustom): Create Common Keywords section in docstring.
14193 (defface, defgroup): Replace definitions of a select few keywords
14194 with a reference to the Common Keywords in defcustom.
14195 (defcustom, defface, defgroup): Replace reference to Customization
14196 chapter in manual with hyperlink.
14197
14198 * cus-edit.el (customize-package-emacs-version-alist): New variable.
14199 (customize-changed-options): Add check for custom-package-version.
14200 (customize-package-emacs-version): New function to look up Emacs
14201 version corresponding to the given package version.
14202
14203 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
14204 defun name, in similar fashion to find-variable-regexp.
14205
14206 2006-04-10 Eli Zaretskii <eliz@gnu.org>
14207
14208 * international/mule-cmds.el (set-locale-environment): Fix last
14209 change for when the locale's preferences don't specify any encoding.
14210
14211 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14212
14213 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
14214 so the defined var/fun doesn't need to be quoted.
14215
14216 2006-04-10 Richard Stallman <rms@gnu.org>
14217
14218 * finder.el (finder-mode-map): Add n and p bindings.
14219
14220 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
14221
14222 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
14223 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
14224 (gdb-setup-windows): Put something in source window if we can't find
14225 the source file.
14226 (gdb-frame-handler): Make it work again with just assembly.
14227 (gdb-data-list-register-values-handler): Make it work when there is
14228 no stack.
14229
14230 2006-04-09 Richard Stallman <rms@gnu.org>
14231
14232 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
14233 specs while looking for charset.
14234
14235 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
14236
14237 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
14238 Make them faces.
14239 (lm-font-lock-keywords): Update appropriately.
14240
14241 2006-04-10 Kim F. Storm <storm@cua.dk>
14242
14243 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
14244 it can also replace buffer-substring-no-properties.
14245
14246 * emulation/cua-base.el (cua-delete-region, cua-paste)
14247 (cua-repeat-replace-region): Use filter-buffer-substring.
14248
14249 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
14250 (cua-cut-region-to-global-mark): Likewise.
14251
14252 * emulation/cua-rect.el (cua--extract-rectangle)
14253 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
14254
14255 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14256
14257 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
14258 entry-type. Add field delimiters to numerical fields if they are
14259 not present.
14260
14261 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14262
14263 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
14264 string-const to return value.
14265 (bibtex-remove-delimiters): Use it.
14266
14267 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14268
14269 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
14270 cl-byte-compile-compiler-macro unless it exists.
14271
14272 2006-04-08 Eli Zaretskii <eliz@gnu.org>
14273
14274 * files.el (hack-local-variables-confirm) <offer-save>:
14275 Clarify message text. Suggested by Ralf Angeli.
14276
14277 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
14278
14279 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
14280 (delete-extract-rectangle-line): Use `filter-buffer-substring'
14281 instead of `buffer-substring' and `delete-region'. (Most of the
14282 code actually copied from `kill-region'.)
14283
14284 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
14285
14286 * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
14287 (rcirc-default-port): Rename from rcirc-port.
14288 (rcirc-default-nick): Rename from rcirc-nick.
14289 (rcirc-default-user-name): Rename from rcirc-user-name.
14290 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
14291 (rcirc-low-priority-flag): New variable.
14292 (rcirc-decode-coding-system): New defcustom.
14293 (rcirc-encode-coding-system): New defcustom.
14294 (rcirc-coding-system-alist): New defcustom.
14295 (rcirc-multiline-major-mode): New defcustom.
14296 (rcirc-nick): New internal variable.
14297 (rcirc-process): Remove variable.
14298 (rcirc-server-buffer): New variable.
14299 (rcirc): Update to use rcirc-default-* variables above.
14300 (rcirc-connect): Do not add window-configuration-hook-here.
14301 (rcirc-server): New internal variable.
14302 (rcirc-connect): Do not send keepalive pings if
14303 rcirc-keepalive-seconds is nil.
14304 (with-rcirc-server-buffer): New macro.
14305 (rcirc-send-string): Encode with rcirc-encode-coding-system.
14306 (rcirc-server-name): Rename from rcirc-server.
14307 (rcirc-buffer-process): New function.
14308 (rcirc-buffer-nick): New function.
14309 (rcirc-buffer-target): Remove function.
14310 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14311 New commands.
14312 (rcirc-mode-map): Change binding of C-c C-l to
14313 rcirc-toggle-low-priority.
14314 (rcirc-mode): Initialize coding system based on
14315 rcirc-coding-system-alist. New change-major-mode-hook to part the
14316 channel on a mode change. Make kill-buffer-hook buffer-local.
14317 (rcirc-change-major-mode-hook): New function.
14318 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
14319 (rcirc-last-post-time): New variable.
14320 (rcirc-process-message): Store the last time user posted a message
14321 to this target.
14322 (rcirc-multiline-minor-mode): New mode.
14323 (rcirc-multiline-minor-mode-map): New mode map.
14324 (rcirc-edit-multiline): Put multiline-edit buffer in
14325 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
14326 (rcirc-print): Ignore any line starting with an ignored nick.
14327 (rcirc-print): Decode using rcirc-decode-coding-system.
14328 (rcirc-track-minor-mode): Update global-mode-string when disabling
14329 this mode.
14330 (minor-mode-alist): Add LowPri indicator.
14331 (rcirc-toggle-low-priority): New function.
14332 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
14333 next lowpriority buffer with activity.
14334 (rcirc-record-activity): Sort buffers in rcirc-activity by the
14335 last time the user posted a message in to the target.
14336 (rcirc-update-activity-string): New formatting for low priority
14337 buffers.
14338 (rcirc-split-activity): New function.
14339 (rcirc-handler-PART, rcirc-handler-KICK)
14340 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
14341 (rcirc-nick-away-alist): New variable.
14342 (rcirc-handler-301): New handler. Away messages are printed once
14343 per change.
14344
14345 2006-04-08 Eli Zaretskii <eliz@gnu.org>
14346
14347 * info.el (Info-follow-nearest-node): Doc fix.
14348
14349 * international/mule-cmds.el (set-locale-environment): Make sure
14350 the coding-system preferred by the locale's language has the same
14351 EOL conversion type as the original buffer-file-coding-system.
14352 (locale-language-names): Add a few MS Windows language codes.
14353
14354 2006-04-07 Richard Stallman <rms@gnu.org>
14355
14356 * simple.el (eval-expression): Doc fix.
14357
14358 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
14359 (eval-defun): Doc fixes.
14360
14361 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
14362
14363 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
14364
14365 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
14366
14367 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
14368 GDB list command without argument for greater generality.
14369
14370 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14371
14372 * subr.el (string-or-null-p): New function.
14373
14374 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
14375
14376 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
14377
14378 * files.el: Update comment about safe-local-variable declarations.
14379
14380 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
14381
14382 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
14383 See idlwave.org.
14384
14385 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
14386 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
14387
14388 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
14389 See idlwave.org.
14390
14391 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
14392 version 6.0 (minimal changes). See idlwave.org.
14393
14394 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
14395 6.0 (minimal changes). See idlwave.org.
14396
14397 * progmodes/idlw-rinfo.el: File obsoleted and removed.
14398
14399 2006-04-06 Romain Francoise <romain@orebokech.com>
14400
14401 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
14402 symmetric encryption features and a new asynchronous interface to
14403 GnuPG. This new version is version 1.4, plus whitespace changes.
14404
14405 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14406
14407 * files.el: Move some `safe-local-variable' declarations to the
14408 respective files.
14409
14410 * textmodes/ispell.el (ispell-check-comments)
14411 (ispell-local-dictionary): Mark as safe.
14412
14413 * abbrev.el (abbrev-mode): Mark as safe.
14414
14415 * add-log.el (change-log-default-name): Mark as safe.
14416
14417 * textmodes/reftex-vars.el (reftex-vref-is-default)
14418 (reftex-fref-is-default, reftex-level-indent)
14419 (reftex-guess-label-type): Mark as safe.
14420
14421 * textmodes/fill.el (colon-double-space): Mark as safe.
14422
14423 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
14424 (sentence-end-double-space, sentence-end-without-period)
14425 (sentence-end-without-space, sentence-end, sentence-end-base)
14426 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
14427
14428 2006-04-06 Kim F. Storm <storm@cua.dk>
14429
14430 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
14431 the :set-after list.
14432 (ido-downcase-unc-hosts): New user option. Default on.
14433 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
14434 when it is set, as regexps are now applied on the fly.
14435 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
14436 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
14437 on the fly, but only when ido-process-ignore-lists is set.
14438 Do case insensitive filtering if ido-downcase-unc-hosts is set.
14439 Only downcase names if ido-downcase-unc-hosts is set.
14440
14441 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
14442
14443 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
14444
14445 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
14446
14447 2006-04-05 Kim F. Storm <storm@cua.dk>
14448
14449 * ido.el (ido-mode): Set after ido-unc-hosts and
14450 ido-ignore-unc-host-regexps.
14451 (ido-save-history): Save ido-unc-hosts-cache.
14452 (ido-load-history): Load ido-unc-hosts-cache.
14453 (ido-reread-directory): Refresh unc hosts cache in // dir.
14454
14455 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
14456 to nil while displaying slash screen.
14457
14458 2006-04-05 Daiki Ueno <ueno@unixuser.org>
14459
14460 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14461 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14462
14463 2006-04-05 Kenichi Handa <handa@m17n.org>
14464
14465 * international/characters.el: Setup cases of Latin, Greek, and
14466 Cyrillic characters in CJK charsets.
14467
14468 2006-03-29 Daiki Ueno <ueno@unixuser.org>
14469
14470 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14471 default-enable-multibyte-characters. This reverts the change from
14472 revision 6.17 which is no longer necessary because the passphrase
14473 is sent separately now. GnuPG messages are unreadable under
14474 multibyte locales with default-enable-multibyte-characters set to nil.
14475
14476 2006-04-04 Andreas Schwab <schwab@suse.de>
14477
14478 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
14479 and `byte-compile-warnings' as `safe-local-variable'.
14480
14481 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
14482
14483 * man.el (Man-mode-map): Restore the \r binding.
14484 (Man-abstract-xref-man-page): If Man-target-string is a function,
14485 call it.
14486 (Man-highlight-references): Use Man-default-man-entry to get the
14487 target. Deal with xrefs too.
14488 (Man-highlight-references0): Don't call the target function.
14489
14490 * woman.el (WoMan-xref-man-page): Strip the section number, woman
14491 cannot deal with it.
14492
14493 2006-04-04 Daiki Ueno <ueno@unixuser.org>
14494
14495 * pgg-gpg.el: Clean up process buffers every time gpg processes
14496 complete.
14497
14498 2006-04-04 Kenichi Handa <handa@m17n.org>
14499
14500 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
14501 here.
14502 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
14503 Temporarily bind inhibit-field-text-motion to t.
14504
14505 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14506
14507 * startup.el (normal-splash-screen): Only set mode-line-format in the
14508 splash buffer, so as not to interfere when debugging the code.
14509 Ignore errors when switching buffer.
14510
14511 2006-04-03 Romain Francoise <romain@orebokech.com>
14512
14513 * dired.el (dired-dnd-protocol-alist): Fix typo.
14514
14515 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
14516
14517 * savehist.el (savehist): Add :version.
14518 (savehist-ignored-variables): New variable.
14519 (savehist-minibuffer-hook): Don't save variables listed in
14520 `savehist-ignored-variables'.
14521
14522 * dired.el (dired-dnd-protocol-alist): Mention that change does
14523 only apply to new buffers in doc string.
14524
14525 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
14526
14527 * recentf.el (recentf-open-files-item): Include newline in button
14528 field, so opening a file will work, when the point is at the end
14529 of the file name. Allow, for example, to [i]search a file by
14530 extension and just push RET to open it.
14531
14532 2006-04-03 Daiki Ueno <ueno@unixuser.org>
14533
14534 * pgg-gpg.el (pgg-gpg-process-filter)
14535 (pgg-gpg-wait-for-completion): Check if buffer is alive.
14536
14537 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14538 lines, temporary fix.
14539
14540 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14541
14542 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
14543
14544 2006-04-02 Richard Stallman <rms@gnu.org>
14545
14546 * progmodes/compile.el (compilation-message-face): Make it defcustom.
14547
14548 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14549
14550 * ibuf-macs.el (define-ibuffer-column): Add a new key:
14551 header-mouse-map.
14552
14553 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
14554 (ibuffer-mode-header-map): New keymaps.
14555 (ibuffer-update-title-and-summary): Enable mouse face highlighting
14556 and keybindings for column headers.
14557 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
14558 property.
14559
14560 2006-04-02 Drew Adams <drew.adams@oracle.com>
14561
14562 * speedbar.el (speedbar-after-create-hook): Doc fix.
14563
14564 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
14565
14566 * shell.el (shell-directory-tracker)
14567 (shell-dynamic-complete-command): Doc fixes.
14568
14569 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
14570
14571 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
14572 terminals.
14573
14574 2006-04-01 Kim F. Storm <storm@cua.dk>
14575
14576 * ido.el (ido-unc-hosts-cache): New defvar.
14577 (ido-unc-hosts): If value of defcustom is a function, call it to
14578 get list of UNC hosts. Add function-item choices to specify
14579 ido-unc-hosts-net-view or user function.
14580 (ido-ignore-unc-host-regexps): New defcustom.
14581 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
14582 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
14583 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
14584
14585 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
14586
14587 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
14588 wwidth.
14589
14590 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
14591
14592 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
14593 (ido-max-work-file-list, ido-switch-buffer)
14594 (ido-read-file-name-as-directory-commands):
14595 Fix typos in docstrings.
14596
14597 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14598
14599 * term/mac-win.el (mac-system-coding-system): Define and use after
14600 Mac-specific coding systems are ready.
14601
14602 2006-03-27 Romain Francoise <romain@orebokech.com>
14603
14604 * net/rcirc.el (rcirc-connect): Add autoload cookie.
14605
14606 * ldefs-boot.el: Update.
14607
14608 2006-03-27 Daiki Ueno <ueno@unixuser.org>
14609
14610 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14611 passphrases when it is not needed.
14612 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14613 passphrase stuff from gpg, should only be necessary when you use
14614 gpg with a smartcard.
14615
14616 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
14617
14618 * comint.el (comint-dynamic-list-completions): Allow user to
14619 select *Completions* buffer.
14620
14621 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
14622
14623 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
14624
14625 2006-03-26 Andreas Schwab <schwab@suse.de>
14626
14627 * progmodes/gud.el (gdb): Only complain about multiple debugging
14628 when the gdb process is still running.
14629
14630 2006-03-25 Eli Zaretskii <eliz@gnu.org>
14631
14632 * mail/rmail.el (tool-bar-map): Defvar it.
14633 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
14634 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
14635
14636 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
14637
14638 * help.el (print-help-return-message): Suggest to use
14639 display-buffer instead of switch-to-buffer-other-window to restore
14640 the previous window without selecting it.
14641
14642 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14643
14644 * frame.el (select-frame-by-name): Call x-focus-frame also when
14645 window-system is mac.
14646
14647 * term/mac-win.el: Adjust Courier font specifications in
14648 x-fixed-font-alist.
14649 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
14650 when directly encoding to UTF-16 in native byte order, no BOM.
14651
14652 2006-03-25 Kim F. Storm <storm@cua.dk>
14653
14654 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
14655 (cua--init-keymaps): Use it instead of fixed C-return.
14656 (cua-mode): Set after it.
14657
14658 * emulation/cua-rect.el (cua--init-rectangles):
14659 Use cua-rectangle-mark-key instead of fixed C-return.
14660
14661 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
14662
14663 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
14664 "run" in .gdbinit.
14665 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
14666
14667 2006-03-24 Romain Francoise <romain@orebokech.com>
14668
14669 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
14670 `display-buffer-other-frame'.
14671
14672 2006-03-24 Kim F. Storm <storm@cua.dk>
14673
14674 * apropos.el (apropos-synonyms): Add selection => region.
14675
14676 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
14677
14678 * progmodes/gdb-ui.el (gdb-var-create-regexp)
14679 (gdb-var-list-children-regexp, gdb-var-update-regexp)
14680 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
14681 (gdb-data-list-register-values-regexp)
14682 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
14683 Future proof against new fields being added to MI output.
14684 (gdb-send): Don't treat backslashes for program input as
14685 continuations.
14686 (gdb-assembler-handler): Don't use window-start for this handler.
14687 (gdb-frame-handler): Don't change to hollow arrow if overlay
14688 arrow doesn't move to new frame.
14689
14690 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
14691
14692 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
14693 prevent compiler warnings.
14694 (gdb-stopped): Check for gud-last-last-frame (case: signal).
14695 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
14696 (gdb-assembler-custom): Use hollow-right-triangle for assembler
14697 buffer too.
14698
14699 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
14700
14701 * pgg-gpg.el (pgg-gpg-update-agent): Check for
14702 make-network-process, so we can use the same code in Gnus v5-10
14703 too and have this file fully synchronized with that release.
14704
14705 2006-03-23 Romain Francoise <romain@orebokech.com>
14706
14707 * ibuf-ext.el (ibuffer-read-filter-group-name):
14708 Use `ibuffer-generate-filter-groups' to make completion list match
14709 the filter groups that are really displayed in the Ibuffer buffer.
14710 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
14711
14712 2006-03-23 Kenichi Handa <handa@m17n.org>
14713
14714 * international/mule-cmds.el (sort-coding-systems): Describe that
14715 the argument is modified in docstring.
14716
14717 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
14718
14719 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14720 (pgg-gpg-update-agent): New function.
14721 (pgg-gpg-use-agent-p): New function.
14722 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14723 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14724 (pgg-gpg-sign-region): Use it.
14725
14726 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
14727
14728 * cus-edit.el (custom-face-set): Call custom-push-theme before
14729 face-spec set so that `changed' theme is correctly saved.
14730 (custom-face-reset-standard): Reset to recalculated face rather
14731 than defface spec.
14732
14733 * custom.el (custom-push-theme): Only save `changed' theme if the
14734 current face does not match the defface specs.
14735
14736 2006-03-21 Simon Josefsson <jas@extundo.com>
14737
14738 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14739 <wilde@sha-bang.de>.
14740 (pgg-gpg-use-agent): New variable.
14741 (pgg-gpg-process-region): Use it.
14742 (pgg-gpg-encrypt-region): Likewise.
14743 (pgg-gpg-encrypt-symmetric-region): Likewise.
14744 (pgg-gpg-decrypt-region): Likewise.
14745 (pgg-gpg-sign-region): Likewise.
14746 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14747
14748 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
14749
14750 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
14751 bracket links.
14752
14753 2006-03-21 Kim F. Storm <storm@cua.dk>
14754
14755 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
14756 fringe-indicator-alist instead of modifying global value.
14757 (gdb-frame-handler): Likewise.
14758
14759 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
14760
14761 * diff-mode.el (diff-function): Make it inherit from diff-header
14762 instead of diff-context.
14763
14764 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
14765 bitmap.
14766 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
14767 change names in macro above for consistency.
14768 (gdb-frame-handler): Use hollow-right-triangle for all selected
14769 frames which except the innermost (where execution has stopped).
14770 (gdb-reset): Reset buffer-local values of overlay-arrow.
14771
14772 2006-03-20 Richard Stallman <rms@gnu.org>
14773
14774 * simple.el (set-mark-command): Doc fix.
14775
14776 * files.el (display-buffer-other-frame): New command.
14777 (ctl-x-4-map): Bind C-x 5 C-o to it.
14778
14779 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14780
14781 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
14782 rather than just defer-time, in case defer-time has been changed but
14783 the timer isn't running yet.
14784 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
14785
14786 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
14787
14788 * help-mode.el (help-follow-symbol): New function.
14789 Essentially identical to the old `help-follow', but do not let
14790 `push-button' do the work when on an xref.
14791 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
14792
14793 2006-03-19 Richard Stallman <rms@gnu.org>
14794
14795 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
14796 preceded by the word `program'.
14797 (help-follow-mouse, help-follow): Throw error if not on xref.
14798 Delete no longer used args.
14799
14800 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
14801
14802 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
14803 annotation ensure gud-overlay-arrow-position is redisplayed.
14804
14805 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14806
14807 * textmodes/bibtex.el (bibtex-include-OPTkey)
14808 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
14809 (bibtex-autokey-name-case-convert)
14810 (bibtex-autokey-titleword-case-convert): Make these the aliases
14811 for the following two variables.
14812 (bibtex-autokey-name-case-convert-function)
14813 (bibtex-autokey-titleword-case-convert-function): Make these the
14814 real names.
14815 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
14816 bibtex-font-lock-crossref sublists.
14817 (bibtex-mode): Revert 2005-12-30 change (which made
14818 completion-ignore-case buffer-local).
14819 (bibtex-url): Simplify.
14820
14821 2006-03-19 Kim F. Storm <storm@cua.dk>
14822
14823 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
14824 cursor property value to 2 (to align with C level change).
14825
14826 2006-03-19 Bill Wohler <wohler@newt.com>
14827
14828 * image.el (image-load-path-for-library): Shorten first line in
14829 docstring.
14830
14831 2006-03-18 Richard Stallman <rms@gnu.org>
14832
14833 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
14834
14835 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
14836
14837 * isearch.el (isearch-other-meta-char): Handle user bindings for
14838 shifted control characters.
14839
14840 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
14841
14842 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
14843 part that matches email addresses, file names, etc.
14844
14845 2006-03-18 Eli Zaretskii <eliz@gnu.org>
14846
14847 * term/w32-win.el (mouse-set-font):
14848 Mention w32-list-proportional-fonts in the doc string.
14849
14850 2006-03-18 Kim F. Storm <storm@cua.dk>
14851
14852 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
14853 (ido-unc-hosts): New user option to explicitly define list of know
14854 UNC-style hosts for completion.
14855 (ido-cache-unc-host-shares-time): New user option.
14856 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
14857 New helper functions for UNC file-name support.
14858 (ido-may-cache-directory): Check for UNC host. Simplify.
14859 (ido-wash-history): Clean out old UNC hosts.
14860 (ido-nonreadable-directory-p): UNC hosts are always readable.
14861 (ido-directory-too-big-p): UNC hosts are never too big.
14862 (ido-set-current-directory): Handle UNC root path.
14863 (ido-file-name-all-completions): Complete UNC host names from
14864 ido-unc-hosts list. Cache UNC host shares.
14865 (ido-make-file-list-1): Don't filter UNC root.
14866 (ido-exhibit): Check for // in root directory, and switch to UNC
14867 mode by setting ido-current-directory to //.
14868
14869 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
14870
14871 * cus-edit.el (customize-changed-options): Mention explicit
14872 version number as default in prompt.
14873
14874 2006-03-17 Bill Wohler <wohler@newt.com>
14875
14876 * image.el (image-load-path-for-library): Minor docstring fix.
14877
14878 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
14879
14880 * textmodes/org.el (org-read-date): Include subgroup 5 into
14881 replacement text.
14882 (org-popup-calendar-for-date-prompt): Fix customization type.
14883
14884 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
14885
14886 * progmodes/gdb-ui.el (gud-watch): Provide completion.
14887 (gdb-continuation): New variable.
14888 (gdb-send): Deal with continuation lines.
14889
14890 * progmodes/gud.el (gud-gdb-complete-command)
14891 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
14892 expressions.
14893 (gud-tooltip-mode): Use buffer-local value.
14894
14895 2006-03-16 Kim F. Storm <storm@cua.dk>
14896
14897 * ido.el (ido-edit-input): Use selected match, if any.
14898
14899 2006-03-16 Bill Wohler <wohler@newt.com>
14900
14901 * image.el (image-load-path-for-library): Prefer user's images in
14902 image-load-path.
14903
14904 2006-03-16 Martin Rudalics <rudalics@gmx.at>
14905
14906 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
14907 when checking for attempt to drag leftmost or rightmost scrollbar.
14908
14909 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
14910
14911 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
14912 (gdb-force-mode-line-update): New function.
14913 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
14914 (gdb-exited): Use them.
14915 (gdb-signal): New function.
14916 (gdb-annotation-rules): Provide a rule for it.
14917
14918 2006-03-16 Kenichi Handa <handa@m17n.org>
14919
14920 * international/mule.el (auto-coding-regexp-alist): Add entries
14921 for Unicode BOM.
14922
14923 * sort.el (sort-build-lists): Temporarily bind
14924 inhibit-field-text-motion to t.
14925
14926 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
14927
14928 * locate.el (locate-command, locate-make-command-line)
14929 (locate-fcodes-file, locate-update-command)
14930 (locate-prompt-for-command, locate, locate-with-filter)
14931 (locate-get-file-positions): Doc fixes.
14932 (locate-buffer-name, locate-header-face): Remove leading `*' in
14933 defcustom.
14934 (locate-filter-output): Use `keep-lines' instead of its alias
14935 `delete-non-matching-lines'.
14936 (locate-get-filename, locate-get-dirname): Add introductory comment.
14937 (locate-find-directory-other-window): Give appropriate error
14938 message if used outside main listing.
14939
14940 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14941
14942 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
14943 the new extend-region feature.
14944 (font-lock-after-change-function): Update correspondingly.
14945 * jit-lock.el (jit-lock-after-change): Update correspondingly.
14946 * progmodes/grep.el (font-lock-lines-before): Don't disable.
14947
14948 2006-03-15 Bill Wohler <wohler@newt.com>
14949
14950 * image.el (image-load-path-for-library): Fix example by not
14951 recommending that one binds image-load-path. Just defvar it to
14952 placate compiler and only use it if previously defined.
14953
14954 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
14955
14956 * textmodes/org.el (org-insert-centered): Use `string-width' to
14957 make underlining work for wide characters.
14958 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
14959 TAB to `org-cycle', to make sure that no binding in
14960 `outline-mode-map' can supercede it.
14961
14962 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
14963
14964 * allout.el: Increment version to 2.2.1 in file commentary.
14965
14966 (allout-version): Increment to 2.2.1.
14967
14968 (allout-default-layout): New customization variable, used when the
14969 file lacks a specific allout-layout. Uses allout-layout-type for
14970 recursively nested definition.
14971
14972 (allout-layout-type): Widget defining allout layouts, necessary for
14973 self-recursive definition.
14974
14975 (allout-mode): Incorporate allout-default-layout as fallback for
14976 allout-layout.
14977
14978 (allout-layout): Mark as 'safe-local-variable', and refer mention
14979 fallback to `allout-default-layout' in absence of a specified value.
14980 (allout-passphrase-verifier-string)
14981 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
14982
14983 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
14984
14985 (allout-get-encryption-passphrase-verifier): Use correct name of
14986 passphrase verifier in docstring.
14987
14988 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
14989
14990 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
14991 elements.
14992 (gdb-find-watch-expression): Make it work for arrays too.
14993 Follow change to gdb-var-list.
14994 (gud-watch): Allow the user to enter variable name with a prexix
14995 arg. Create keybindings.
14996 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14997 (gdb-var-list-children-handler, gdb-var-update-handler)
14998 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
14999 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
15000 Follow change to gdb-var-list.
15001 (gdb-starting): Don't show the overlay arrows when program is running.
15002
15003 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
15004 gdb-var-list.
15005
15006 2006-03-14 Bill Wohler <wohler@newt.com>
15007
15008 * image.el (image-load-path-for-library): Pass value of path
15009 rather than symbol. Always return list of directories.
15010 Guarantee that image directory comes first.
15011
15012 2006-03-14 Alan Mackenzie <acm@muc.de>
15013
15014 * font-core.el (font-lock-extend-region\(-function\)?.):
15015 New function/variable.
15016
15017 * font-lock.el (font-lock-after-change-function):
15018 Call font-lock-extend-region. Obey font-lock-lines-before.
15019 (font-lock-default-fontify-region): Remove reference to
15020 font-lock-lines-before.
15021
15022 * jit-lock.el (jit-lock-after-change):
15023 Call font-lock-extend-region. Obey font-lock-lines-before.
15024
15025 2006-03-14 David Ponce <david@dponce.com>
15026
15027 * tree-widget.el (tree-widget-themes-load-path)
15028 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
15029
15030 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
15031
15032 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
15033 (rcirc-print): Mark the start of text at the end of the prompt.
15034 (rcirc-track-minor-mode): Add autoload cookie.
15035 (rcirc-update-activity-string): Add space to front of mode-line
15036 indicator.
15037
15038 2006-03-13 Miles Bader <miles@gnu.org>
15039
15040 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
15041 (rcirc-abbrev-nick): Remove function.
15042 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
15043
15044 2006-03-13 David Ponce <david@dponce.com>
15045
15046 * tree-widget.el: Handle themes across all occurrences of the main
15047 themes sub-directory found in tree-widget-themes-load-path.
15048 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
15049 (tree-widget--locate-sub-directory): Return all occurrences.
15050 (tree-widget-themes-path): New function.
15051 Replace tree-widget-themes-directory, and return a list of directories.
15052 (tree-widget-set-parent-theme)
15053 (tree-widget-lookup-image): Use it.
15054
15055 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
15056
15057 * textmodes/org.el (org-link-search): Avoid self-matching of
15058 links, allow target text to be distributed over several lines.
15059 (org-search-not-link): New function.
15060 (org-set-regexps-and-options, org-get-current-options):
15061 New startup options.
15062 (org-export-as-html): Take odd-level setting from local variable.
15063 (org-fontify-emphasized-text): New option.
15064 (org-set-font-lock-defaults): Include emphasized text.
15065 (org-follow-mhe-link): Allow folder-only links, fix folder name.
15066 (org-font-lock): Customize group renamed from `org-faces'.
15067
15068 2006-03-13 John Paul Wallington <jpw@pobox.com>
15069
15070 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
15071 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
15072
15073 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
15074
15075 * cus-start.el (all): Delete :version keyword for members of the
15076 fringe group, since the entire group is new in 22.1.
15077
15078 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
15079
15080 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
15081 map if value is hexadecimal (an address).
15082 (gud-watch): Only search roots for existing watch expressions.
15083 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
15084 prevent caching problems with speedbar-update-directory-contents.
15085
15086 2006-03-12 Juri Linkov <juri@jurta.org>
15087
15088 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
15089 before comparing with `low' and `warn'.
15090
15091 * info.el (Info-dir-remove-duplicates): Move point to the
15092 beginning of the current line after deleting the entries from
15093 redundant heading. Use marker for `limit' and compare it with
15094 point before calling `re-search-forward'.
15095
15096 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
15097
15098 * simple.el (yank): Fix typo in docstring.
15099
15100 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
15101
15102 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
15103 messages, where "D" is the 6th character.
15104
15105 2006-03-11 Eli Zaretskii <eliz@gnu.org>
15106
15107 * simple.el (yank): Fix last change.
15108
15109 2006-03-11 David Ponce <david@dponce.com>
15110
15111 * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
15112 before merging elements from the standard ispell-dictionary-alist.
15113 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
15114 alist, and return the new alist.
15115
15116 2006-03-11 Richard Stallman <rms@gnu.org>
15117
15118 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
15119
15120 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
15121 the way it is implemented is too unclean.
15122
15123 * simple.el (kill-region, yank): Doc fix.
15124
15125 * battery.el (battery-echo-area-format): Doc fix.
15126 (battery-mode-line-format): Likewise.
15127 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
15128 (battery-linux-proc-acpi): Ignore batteries that say "charged".
15129
15130 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
15131
15132 * progmodes/octave-mod.el (octave-indent-for-comment):
15133 Behave according to do string.
15134
15135 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
15136
15137 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
15138 Be visible only if major mode is Mail Mode.
15139
15140 * textmodes/flyspell.el (flyspell-external-point-words)
15141 (flyspell-process-localwords): Fix last changes.
15142
15143 2006-03-11 Eli Zaretskii <eliz@gnu.org>
15144
15145 * calendar/holidays.el (list-holidays): Doc fix.
15146
15147 * international/mule.el (auto-coding-alist): Add .odt
15148 (OpenOffice's open document) files.
15149
15150 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
15151 document) files. Mention in the doc string the need to sync with
15152 auto-coding-alist.
15153
15154 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
15155
15156 * files.el (hack-local-variables-confirm): Don't prompt for ! if
15157 enable-local-variables is set to always query, or there is no
15158 savable variable.
15159
15160 2006-03-10 Bill Wohler <wohler@newt.com>
15161
15162 * image.el (image-load-path-for-library): Merge at least three
15163 functions from Gnus and MH-E into this one function that can now
15164 be shared.
15165
15166 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
15167
15168 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
15169 gdb-remove-mouse-face and remove help-echo too.
15170 (gdb-enqueue-input): Correct conditional clause.
15171
15172 2006-03-10 Glenn Morris <rgm@gnu.org>
15173
15174 * calendar/calendar.el (calendar-holidays): Doc fix.
15175 * calendar/holidays.el (list-holidays): Doc fix.
15176
15177 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
15178
15179 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
15180 it gets called in gdb-prompt anyway.
15181 (gdb-use-separate-io-buffer): Only restore window arrangement for
15182 gdb-many-windows.
15183 (gdb-enqueue-input): Make it harder to send GDB input when program
15184 is running.
15185 (gdb-buffer-list): New variable.
15186 (gdb-remove-mouse-face): New function.
15187 (gdb-starting): Use it when GDB input won't get sent.
15188
15189 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
15190
15191 * help.el (view-lossage): Remove trailing whitespace before
15192 inserting "\n".
15193
15194 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
15195
15196 * files.el (hack-local-variables-confirm):
15197 Set coding-system-for-read to nil before writing to .emacs.
15198
15199 * arc-mode.el (archive-extract): Check if an existing buffer name
15200 comes from a different archive.
15201
15202 * help.el (describe-key-briefly): If KEY is a down event, read and
15203 discard the up event.
15204
15205 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
15206
15207 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
15208 be edited and use font-lock-warning-face for any changes.
15209
15210 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
15211 (gdb-edit-value): Use it to report any errors.
15212
15213 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
15214
15215 * help.el (describe-key): Remove leftover test code.
15216
15217 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
15218
15219 * textmodes/org.el: Move defvars out of eval-when-compile.
15220 Use buffer-file-name variable.
15221 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
15222 arg `file'.
15223 (org-level-faces): Remove startup dependency.
15224 (org-cycle, org-map-tree, org-scan-tags)
15225 (org-remember-handler): Don't call `outline-level' directly.
15226 (org-mhe-search-all-folders): New option.
15227 (org-mhe-get-message-folder-from-index)
15228 (org-mhe-get-message-folder): Fix indexing search.
15229 (org-format-agenda-item): Handle nil TAGS argument.
15230 (org-cleaned-string-for-export, org-activate-target-links)
15231 (org-make-target-link-regexp): Deal with empty radio target list.
15232 (org-tag): New face.
15233 (org-get-level-face): New function.
15234 (org-set-font-lock-defaults): Simplify setup for headlines.
15235 (org-complete): Pass common substring to `display-completion-list'.
15236
15237 2006-03-06 David Ponce <david@dponce.com>
15238
15239 * tree-widget.el: Update Commentary header.
15240 (tree-widget-theme-name): Ignore parent themes.
15241 (tree-widget-set-parent-theme): New function.
15242 (tree-widget-set-theme): Use it.
15243 (tree-widget-set-image-properties): Move definition. Does nothing
15244 if image properties have already been set.
15245 (tree-widget-image-properties): Move definition. Receive an image
15246 name. Set the :pointer property.
15247 (tree-widget-lookup-image): Doc fix. Search in parent themes.
15248 Don't set the :pointer image property.
15249 (tree-widget-convert-widget): New function. Handle :dynargs
15250 compatibility here.
15251 (tree-widget): Use it to :convert-widget. Add the :expander-p
15252 predicate to control when the :expander function is entered.
15253 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
15254 (tree-widget-value-create): Handle :expander-p. widget-apply
15255 :expander.
15256 (tree-widget-expander-p): New function. Default value of the
15257 :expander-p property.
15258
15259 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
15260
15261 * help.el (describe-key): Properly handle the return value of
15262 read-key-sequence when grabbing an up-event. Cleanup mouse-1
15263 remaps. Handle string and vector `follow-link' values.
15264
15265 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
15266
15267 * complete.el (PC-expand-many-files): Try be more careful when parsing
15268 the shell's output.
15269
15270 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
15271
15272 * outline.el (hide-sublevels): Provide better interactive default.
15273
15274 2006-03-06 Kenichi Handa <handa@m17n.org>
15275
15276 * international/fontset.el (create-fontset-from-fontset-spec):
15277 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
15278
15279 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
15280
15281 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
15282 backslashes instead of one in regexp.
15283 (gud-tooltip-dereference): Add missing optional argument.
15284
15285 2006-03-04 John Paul Wallington <jpw@pobox.com>
15286
15287 * wdired.el (toplevel): Require `cl' at compile-time.
15288
15289 2006-03-04 Andreas Schwab <schwab@suse.de>
15290
15291 * server.el (server-process-filter): Handle errors during
15292 evaluation of the argument.
15293
15294 2006-03-03 John Paul Wallington <jpw@pobox.com>
15295
15296 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
15297 escape parentheses at beginning of line.
15298 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
15299 (t-mouse-mode): Remove period from end of error message.
15300
15301 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
15302
15303 * textmodes/flyspell.el (flyspell-process-localwords):
15304 Be case-sensitive.
15305
15306 2006-03-03 Martin Rudalics <rudalics@gmx.at>
15307
15308 * cus-edit.el (custom-quote): Remove function, since it has been
15309 moved to custom.el.
15310
15311 * font-lock.el (lisp-font-lock-keywords-2)
15312 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
15313 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
15314 they have no special meaning.
15315
15316 * midnight.el (clean-buffer-list): Handle case where base-buffer of
15317 indirect buffer gets killed before indirect buffer. Use dolist.
15318
15319 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
15320
15321 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
15322 value instead of a literal constant (1) on more pauses.
15323
15324 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
15325
15326 * textmodes/flyspell.el (flyspell-external-point-words):
15327 Be case-sensitive.
15328
15329 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
15330
15331 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
15332 with "www".
15333
15334 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
15335
15336 * allout.el: Restablish intermediate missing comment header to
15337 preserve outline structure.
15338 (allout-beginning-of-current-entry): Skip invisible text.
15339 (allout-open-topic): Fix opening a topic at end-of-buffer.
15340 (allout-minor-mode): Move nearer to allout-mode function.
15341
15342 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
15343
15344 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
15345
15346 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
15347
15348 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
15349 is nil.
15350
15351 * progmodes/gud.el (gud-speedbar-menu-items):
15352 Use buffer-local-value and add missing :visible keyword.
15353
15354 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
15355
15356 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
15357
15358 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
15359 must be `follow-link'.
15360
15361 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
15362
15363 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
15364 formatting: No nested anchors.
15365 (org-all-targets): Fix bug with XEmacs compatibility.
15366 (org-read-date): Add (require 'parse-time).
15367 (org-set-tags): Fix bug with extra inserted space.
15368 (org-export-html-style): Define a style class for targets.
15369 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
15370 (org-hide-leading-stars): New option.
15371 (org-hide): New face.
15372 (org-set-font-lock-defaults): Allow to hide leading stars.
15373 (org-get-legal-level, org-tr-level): New functions.
15374 (org-odd-levels-only): New option.
15375 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
15376 (org-demote, org-promote): Deal with double-star levels.
15377 (org-convert-to-odd-levels): New command.
15378
15379 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
15380
15381 * speedbar.el (speedbar-update-localized-contents): Try to
15382 preserve window-start.
15383 (speedbar-update-directory-contents): Try to preserve window-start
15384 and window-point.
15385 (speedbar-update-special-contents): Don't move back to start of window.
15386
15387 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
15388 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
15389 speedbar-timer-fn.
15390 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
15391 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
15392 instead of gdb-speedbar-timer-fn.
15393
15394 2006-02-28 Jay Belanger <belanger@truman.edu>
15395
15396 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
15397 (math-compose-expr): Use latex option when calling
15398 `math-compose-tex-matrix' for latex mode.
15399
15400 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
15401
15402 * speedbar.el: Re-instate comments about developing for speedbar
15403 [this is what info and gdb-ui use even if better methods exist now].
15404
15405 * t-mouse.el: New file.
15406 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
15407 (t-mouse-lispy-buffer-posn-from-coords): Remove.
15408 (t-mouse-make-event-element): Use posn-at-x-y instead.
15409 (t-mouse-make-event): Deal with Fedora Core 3.
15410 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
15411 (t-mouse-mouse-position-function): New function. Use it instead
15412 of advising mouse-position.
15413 (t-mouse-mode): New minor mode.
15414 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
15415
15416 2006-02-27 Glenn Morris <rgm@gnu.org>
15417
15418 * calendar/calendar.el (calendar-holidays): Doc fix.
15419
15420 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
15421
15422 * progmodes/gdb-ui.el (gdb-source-window): New variable.
15423 Re-introduce the concept of a source window.
15424 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
15425 consistency with get-buffer-create.
15426 (def-gdb-auto-update-handler, gdb-info-locals-handler)
15427 (gdb-data-list-register-values-handler)
15428 (gdb-stack-list-locals-handler): Try to preserve window-start as
15429 well as window-point.
15430 (gdb-display-source-buffer): New function (old concept).
15431 (gdb-goto-breakpoint): Use it.
15432
15433 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
15434 for gdb-ui/gdb-mi (old concept).
15435
15436 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
15437
15438 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
15439 binding.
15440
15441 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
15442
15443 * textmodes/reftex-sel.el (reftex-select-label-map)
15444 (reftex-select-bib-map): Add `follow-mouse' binding.
15445
15446 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
15447
15448 * jka-cmpr-hook.el (jka-compr-compression-info-list)
15449 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
15450 Give :set functions to provide automatic updating.
15451 Update docstring. Give compiler defvars early in the file
15452 and move the defcustoms to a later spot where all called functions
15453 are defined.
15454 (jka-compr-file-name-handler-entry): Doc fix.
15455 (jka-compr-compression-info-list--internal)
15456 (jka-compr-mode-alist-additions--internal)
15457 (jka-compr-load-suffixes--internal): New variables.
15458 (jka-compr-install): Set the three above variables.
15459 Update `load-file-rep-suffixes' instead of `load-suffixes'.
15460 (jka-compr-update, jka-compr-set): New functions.
15461 (auto-compression-mode): Doc fix.
15462
15463 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
15464 Update `load-file-rep-suffixes' instead of `load-suffixes'.
15465 Use jka-compr-compression-info-list--internal,
15466 jka-compr-mode-alist-additions--internal and
15467 jka-compr-load-suffixes--internal.
15468
15469 * files.el (load-library):
15470 * loadhist.el (file-loadhist-lookup):
15471 * startup.el (command-line):
15472 * subr.el (locate-library):
15473 * emacs-lisp/autoload.el (update-directory-autoloads):
15474 * emacs-lisp/find-func.el (find-library-suffixes):
15475 Use `get-load-suffixes' instead of `load-suffixes'.
15476
15477 * subr.el (locate-library):
15478 * emacs-lisp/find-func.el (find-library-name):
15479 Use `load-file-rep-suffixes' instead of '("").
15480
15481 2006-02-26 Kim F. Storm <storm@cua.dk>
15482
15483 * ido.el (ido-save-history, ido-load-history): Simplify.
15484 Don't use find-file-noselect to avoid interference from other modes.
15485
15486 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
15487
15488 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
15489 to use the default shell if filename is not available.
15490 Reported by Giorgos Keramidas.
15491
15492 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
15493
15494 * progmodes/etags.el (tags-completion-table): Do completion from
15495 all the tables in the current list, as documented in the manual.
15496
15497 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15498
15499 * CC Mode Update to 5.31.3.
15500
15501 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15502
15503 * progmodes/cc-mode.el (c-postprocess-file-styles):
15504 Bind inhibit-read-only to t, around the call to
15505 c-remove-any-local-eval-or-mode-variables, so that it works on a
15506 RO file.
15507
15508 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15509
15510 * progmodes/cc-awk.el: Correct a typo.
15511
15512 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15513
15514 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
15515 c-hungry-delete-backwards, at the request of RMS. Leave the old
15516 name as an alias.
15517
15518 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15519
15520 * progmodes/cc-mode.el: Correct a typo.
15521
15522 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15523
15524 * progmodes/cc-defs.el: Update the version number to 5.31.3.
15525
15526 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15527
15528 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
15529 brace-else-brace (error due to mbeg, mend being undefined).
15530
15531 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15532
15533 * progmodes/cc-mode.el: File Local variables: Solve the problem
15534 where both `mode' and c-file-offsets are specified: `mode' will
15535 overwrite c-f-o's settings:
15536 (c-remove-any-local-eval-or-mode-variables): New function.
15537 (c-postprocess-file-styles): Call the above new function, within
15538 c-tentative-buffer-change, to splat `mode' and `eval' before the
15539 second hack-local-variables.
15540
15541 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15542
15543 * progmodes/cc-mode.el:
15544 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
15545 (c-after-change): Protect the match data with save-match-data.
15546 It was getting corrupted by c-after-change-check-<>-operators.
15547
15548 * progmodes/cc-defs.el: [Supersedes patch V1.38]:
15549 (top level): Check for a buggy font-lock-compile-keywords ONLY in
15550 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
15551
15552 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
15553 with save-match-data. It was being corrupted when Font Lock was
15554 not enabled.
15555
15556 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15557
15558 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
15559 Mode and Subword Mode.
15560
15561 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
15562 real labels ("case 1:" or "foo:") from non-labels ("public:").
15563 (c-forward-objc-directive): Replace c-forward-token-2 with crude
15564 coding; c-f-t-2 doesn't move over a token at EOB.
15565
15566 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
15567
15568 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
15569 (c-update-modeline): Concatenate the minor mode indicators
15570 directly onto mode-name, removing c-submode-indicators.
15571 Sometimes, c-s-i got separated from the mode name on the mode line.
15572
15573 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
15574 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
15575
15576 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15577
15578 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
15579 error message when there's an evaluation error to show whether
15580 it's loaded from source or not.
15581 (c-filter-ops): Make it available at runtime too to work when
15582 `c-make-init-lang-vars-fun' needs to evaluate from source.
15583
15584 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
15585
15586 * help.el (help): Revert last part of 2006-02-23 change (deletion
15587 of the `provide' call).
15588
15589 2006-02-23 Juri Linkov <juri@jurta.org>
15590
15591 * compare-w.el (compare-windows-highlight): Add new value
15592 `persistent' and change :type from `boolean' to `choice'.
15593 (compare-windows-overlays1, compare-windows-overlays2):
15594 New internal variables.
15595 (compare-windows-highlight): If compare-windows-highlight is
15596 `persistent', add current overlays to compare-windows-overlays[12]
15597 instead of adding compare-windows-dehighlight to pre-command-hook.
15598 (compare-windows-dehighlight): Delete all overlays from
15599 compare-windows-overlays[12].
15600
15601 * info.el (Info-search): Don't bind search-spaces-regexp to
15602 Info-search-whitespace-regexp in non-regexp isearch mode.
15603
15604 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15605
15606 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
15607
15608 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
15609
15610 * textmodes/org.el (org-xemacs-p)
15611 (org-export-html-show-new-buffer, org-table-may-need-update)
15612 (org-insert-item, org-mhe-get-message-real-folder)
15613 (org-mhe-get-message-folder-from-index)
15614 (org-mhe-get-message-folder, org-mhe-get-message-num)
15615 (org-mhe-get-header, org-make-org-heading-search-string)
15616 (org-make-org-heading-camel, org-table-sort-lines)
15617 (org-format-org-table-html, org-format-table-table-html):
15618 Fix typos in docstrings.
15619
15620 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
15621
15622 * textmodes/org.el (org-cleaned-string-for-export)
15623 (org-solidify-link-text): New function.
15624 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
15625 XEmacs, just to silence the compiler.
15626 (org-export-as-ascii, org-export-as-html-and-open):
15627 Use `org-cleaned-string-for-export' and create internal links.
15628 (org-follow-mhe-link): Require mh-e, use folder.
15629
15630 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
15631
15632 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
15633
15634 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
15635 gdb-debug-log-length.
15636 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
15637 it a real ring but...
15638 (gud-gdba-marker-filter): ...make it work like mark-ring.
15639 (gdb-enable-debug): Rename from gdb-enable-debug-log.
15640 (gdb-mouse-jump): New function. Add bindings.
15641
15642 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
15643
15644 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
15645 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
15646 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
15647 (gdb-debug-log-length): Customize it's length.
15648 (gud-watch, gdb-var-create-handler): Display function::var format
15649 but don't use to create variable object.
15650 (gdb-var-create-handler): Use message-box in place of message.
15651 (gdb-stopped): Call gdb-exited if signalled.
15652
15653 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
15654
15655 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
15656
15657 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
15658
15659 * textmodes/reftex.el (reftex-locate-file): Search all extensions
15660 if `reftex-try-all-extensions' is set.
15661
15662 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
15663 fail silently when there is no valid argument at point.
15664 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
15665 `fail-silently' argument. From a patch by David Reiter.
15666
15667 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
15668 New commands.
15669 (org-mark-ring): New variable.
15670 (org-mark-ring-length): New option.
15671 (org-open-at-point, org-goto, org-open-file): Push old position
15672 onto the mark ring.
15673 (org-add-hook): New function.
15674 (org-export-table-remove-special-lines): New option.
15675 (org-skip-comments, org-format-org-table-html): Respect new
15676 option `org-export-table-remove-special-lines'.
15677 (org-open-file): Allow special command configuration for
15678 directory link.
15679 (org-file-apps): Fix bugs in customize type, added setting
15680 for directories.
15681 (org-activate-tags, org-format-agenda-item, org-complete)
15682 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
15683 (org-get-tags, org-get-buffer-tags, org-open-at-point)
15684 (org-link-search, org-make-org-heading-search-string)
15685 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
15686 (org-radio-targets, org-file-link-context-use-camel-case)
15687 (org-activate-camels): New options.
15688 (org-update-radio-target-regexp, org-all-targets)
15689 (org-make-target-link-regexp, org-activate-target-links):
15690 New functions.
15691 (org-make-org-heading-search-string): New function.
15692 (org-store-link, org-insert-link): Use new option
15693 `org-file-link-context-use-camel-case'.
15694 (org-activate-camels): Use new option `org-activate-camels'.
15695 (org-link-regexp): Add mhe prefix.
15696 (org-open-at-point, org-store-link): Support for mhe links.
15697 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
15698 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
15699 (org-mhe-get-header, org-follow-mhe-link): New functions.
15700 (org-remove-angle-brackets, org-add-angle-brackets):
15701 New functions.
15702 (org-bracket-link-regexp): New constant.
15703 (org-read-date): Fix bug that was rejecting all typed dates.
15704 (org-link-search): Make hierarchy above visible after a match.
15705 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
15706 (org-store-link): Fix bug with link creation when cursor is in
15707 an empty line.
15708 (org-open-at-point): Fix bug with matching a link.
15709 Fixed buggy argument sequence in call to `org-view-tags'.
15710 (org-compile-prefix-format): Set `org-prefix-has-tag'.
15711 (org-prefix-has-tag): New variable.
15712 (org-format-agenda-item): Remove tags from headline
15713 if appropriate.
15714 (org-agenda-remove-tags-when-in-prefix): New option.
15715
15716 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
15717
15718 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
15719 Fix the regular expressions.
15720
15721 2006-02-21 Richard M. Stallman <rms@gnu.org>
15722
15723 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
15724 if there's no other specific basis.
15725
15726 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
15727 as variables at all.
15728 (unsafep-variable): Rename arg; doc fix.
15729
15730 * abbrevlist.el (list-one-abbrev-table): Add autoload.
15731
15732 * calendar/appt.el (diary-selective-display): Add defvar.
15733
15734 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
15735
15736 * isearch.el (search-whitespace-regexp): Fix custom type.
15737
15738 * help.el (describe-key-briefly): Compute interactive args
15739 in same was as before previous change.
15740
15741 * files.el (enable-local-variables): Doc fix.
15742
15743 2006-02-21 Kim F. Storm <storm@cua.dk>
15744
15745 * fringe.el: Cleanup as file is now pre-loaded.
15746 (fringe-bitmaps): Initialize unconditionally.
15747 (fringe-mode, set-fringe-style): Remove autoload cookies.
15748
15749 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
15750
15751 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
15752 `horizontal-bar'.
15753 (fringe-cursor-alist): Use `horizontal-bar'.
15754
15755 2006-02-20 Kim F. Storm <storm@cua.dk>
15756
15757 * fringe.el (fringe-bitmaps): Update to new bitmap names.
15758 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
15759
15760 * loadup.el: Load "fringe" on window systems.
15761
15762 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
15763
15764 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
15765 out of scope components.
15766
15767 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
15768 default.
15769
15770 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
15771
15772 * custom.el (customize-mark-to-save, customize-mark-as-set):
15773 Load the symbol first.
15774
15775 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
15776
15777 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
15778 strech spec so it doesn't display as "^J" on the header line
15779 when `Buffer-menu-use-header-line' is t.
15780
15781 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
15782
15783 * speedbar.el (speedbar-make-button): Keep text properties
15784 of string arguments if desired.
15785
15786 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
15787 expessions.
15788
15789 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
15790 of speedbar.
15791
15792 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
15793
15794 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
15795 to value of `read-file-name-completion-ignore-case'.
15796
15797 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
15798
15799 * custom.el (customize-mark-as-set): Push to `user' theme.
15800
15801 * cus-edit.el (custom-save-variables): Allow unthemed values.
15802 (customize-set-variable): Push setting to `user' theme.
15803
15804 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
15805
15806 * progmodes/gud.el: Don't require font-lock as it's now
15807 automatically loaded.
15808 (gud-speedbar-buttons): Replace gdb-var-changed with
15809 gdb-force-update.
15810
15811 * progmodes/gdb-ui.el (gdb-force-update): Rename from
15812 gdb-var-changed.
15813 (gdb-post-prompt): Use it.
15814 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
15815 (gdb-var-update-handler, gdb-var-delete)
15816 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
15817 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
15818 gdb-force-update in gdb-post-prompt.
15819 (gdb-reset): Clear watch expressions from speedbar when quitting.
15820
15821 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
15822
15823 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
15824 (viper-change-state-to-vi, viper-change-state-to-emacs):
15825 Make aware of cursor coloring in the Emacs state.
15826 (viper-special-read-and-insert-char): Use read-char-exclusive.
15827 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
15828
15829 * emulation/viper-init.el (viper-emacs-state-cursor-color):
15830 New variable.
15831
15832 * emulation/viper-util.el (viper-save-cursor-color)
15833 (viper-get-saved-cursor-color-in-replace-mode)
15834 (viper-get-saved-cursor-color-in-insert-mode)
15835 (viper-restore-cursor-color): Make aware of the cursor color
15836 in Emacs state.
15837 (viper-get-saved-cursor-color-in-emacs-mode): New function.
15838
15839 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
15840 (ediff-ignore-case-option3, ediff-actual-diff-options)
15841 (ediff-actual-diff3-options): New variables to control case sensitivity.
15842 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
15843 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
15844 (ediff-toggle-ignore-case): New function.
15845 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
15846
15847 * ediff-help.el (ediff-long-help-message-narrow2)
15848 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
15849 (ediff-long-help-message-word-mode): Add ignore-case command.
15850 (ediff-help-for-quick-help): Add ignore-case command.
15851
15852 * ediff-merg.el: Move provide to the end.
15853
15854 * ediff-ptch.el: Move provide to the end.
15855
15856 * ediff-wind.el: Move provide to the end.
15857
15858 * ediff-mult.el: Move provide to the end.
15859 (ediff-set-meta-overlay): Enable follow-link.
15860
15861 * ediff.el: Move provide to the end.
15862 Break recursive load cycle in eval-when-compile.
15863 (ediff-patch-buffer): Better heuristics.
15864
15865 * ediff-util.el: Move provide to the end.
15866 Break recursive load cycle in eval-when-compile.
15867 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
15868 defuns.
15869 (ediff-submit-report): Pass the values of ediff-diff3-program,
15870 ediff-diff3-options.
15871
15872 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
15873
15874 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
15875 the opening bracket of the following bracketing pairs: {}, [], (), <>,
15876 `' (for example, in the docstring of `windmove-default-keybindings').
15877
15878 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
15879
15880 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
15881 shadow face. Don't provide binding to edit variable when it is
15882 out of scope.
15883
15884 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
15885 (gdb-var-update-handler): Detect out of scope variables with pre
15886 GDB 6.4 too.
15887 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
15888 Reset status of variable objects to nil in update handlers.
15889 (gdb-var-update-handler-1): Detect when a variable object comes
15890 in scope. setcar on var changes gdb-var-list directly.
15891
15892 2006-02-17 Juri Linkov <juri@jurta.org>
15893
15894 * ffap.el (ffap) <defface>: Add explicit face declaration.
15895 (ffap-highlight): Use face `ffap' directly instead of checking
15896 for its existence.
15897
15898 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
15899 `visible-ok' of `other-buffer' to find the right original buffer.
15900
15901 * info.el (Info-search): Skip `Local Variables' node.
15902
15903 2006-02-17 Juri Linkov <juri@jurta.org>
15904
15905 * info.el (Info-find-file): Check for symbols `apropos', `history',
15906 `toc' in the input filename, and return these symbols as is.
15907 (Info-find-node-2): Set Info-current-file to symbols `apropos',
15908 `history', `toc' instead of strings.
15909 (Info-set-mode-line): For non-string Info-current-file use the
15910 symbol's name inside **.
15911 (Info-isearch-push-state): Add quote before Info-current-file and
15912 Info-current-node.
15913 (Info-isearch-pop-state): Use `equal' instead of `string='.
15914 (Info-extract-pointer, Info-following-node-name): Use
15915 `match-string-no-properties' instead of `match-string'.
15916 (Info-up): Check `old-file' for `stringp'.
15917 (Info-history): Use `equal' instead of `string-equal'.
15918 Check `file' for `stringp'.
15919 (Info-history): Use symbol `history' instead of string as first arg
15920 of `Info-find-node'.
15921 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
15922 `toc' instead of string.
15923 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
15924 instead of `buffer-substring', and `match-string-no-properties'
15925 instead of `match-string'.
15926 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
15927 instead of strings.
15928 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
15929 Use symbol `apropos' instead of string.
15930 (Info-copy-current-node-name): Check `Info-current-file' for
15931 `stringp' and construct a command with `Info-find-node' from it.
15932 (Info-fontify-node): Use `match-string-no-properties' instead of
15933 `match-string' and check file names for `stringp'.
15934 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
15935 `history', `toc' instead of strings.
15936
15937 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
15938
15939 * files.el: Rearrange functions and variables in the file local
15940 variables section.
15941
15942 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
15943
15944 * files.el: Add truncate-lines, ispell-check-comments and
15945 ispell-local-dictionary as safe local variables.
15946
15947 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
15948
15949 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
15950 out of scope variables.
15951 (gud-speedbar-buttons): Use unless.
15952
15953 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
15954 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
15955 (gdb-show-changed-values): Also use for out of scope variables.
15956 (gdb-var-update-handler-1): Note if variable goes out of scope.
15957
15958 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
15959
15960 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
15961 default to global variable values for unsupplied args.
15962 (rcirc-get-buffer-create): Fix bug with setting the target.
15963 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
15964 test for rcirc-always-use-server-buffer-flag here.
15965 (rcirc-response-formats): Add %N, which is a facified nick. %n
15966 uses the default face. Change the ACTION format string. If the
15967 "nick" is the server, don't print anything for that field.
15968 Comment fixes.
15969 (rcirc-target-buffer): Don't test
15970 rcirc-always-use-server-buffer-flag here.
15971 (rcirc-print): Squeeze extra spaces out of the text before message.
15972 (rcirc-put-nick-channel): Strip potential "@" char from nick
15973 before adding them to nick table.
15974 (rcirc-url-regexp): Improve to match address like "foo.com".
15975
15976 2006-02-17 Eli Zaretskii <eliz@gnu.org>
15977
15978 * allout.el (allout-hidden-p): Move this defsubst before
15979 allout-overlay-interior-modification-handler, where it is first
15980 used.
15981
15982 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
15983
15984 * allout.el: Use allout invisible-text overlays instead of
15985 selective display for concealed text. Also, lots of general
15986 cleanup, and improved compatibility code.
15987
15988 (allout-version): Incremented, corrected, revised, and refined
15989 module commentary.
15990
15991 (provide 'allout): Moved to the bottom, added a require of overlay.
15992
15993 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
15994 `except-current'.
15995 (allout-write-file-hook-handler): Minimize delay.
15996 (count-trailing-whitespace-region): New function so
15997 auto-encryption of current topic can resituate cursor exactly.
15998 PGP/GPG encryption trims trailing whitespace from lines, which
15999 must be accounted for across encryption then decryption.
16000
16001 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
16002 just plain "\C-c", to avoid intruding on user's keybinding space.
16003
16004 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
16005 parameter, so user request to provide a new password is done.
16006
16007 (allout-outside-normal-auto-fill-function, allout-auto-fill):
16008 Refined mechanism for auto-filling behavior while in allout mode.
16009
16010 (allout-mode): Explicitly specify the mode map in the docstring.
16011 Clarify provision for various write-file hook var names.
16012 Adjusted for invisible-text overlays instead of selective-display.
16013
16014 (allout-depth): Really return 0 if not within any topic. This
16015 rectifies `allout-beginning-of-level' and sequence numbering
16016 errors that occur when cutting and pasting numbered topics.
16017 Changed from a in-line subst to a regular function, as well.
16018
16019 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
16020
16021 (allout-end-of-subtree, allout-end-of-subtree)
16022 (allout-end-of-entry, allout-end-of-current-heading)
16023 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
16024 (allout-show-children, allout-show-to-offshoot)
16025 (allout-hide-current-entry, allout-show-current-entry): Rectified
16026 handling of trailing blank lines between items.
16027
16028 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
16029 (allout-current-depth, allout-unprotected, allout-hidden-p)
16030 (allout-on-current-heading-p, allout-listify-exposed)
16031 (allout-chart-subtree, allout-goto-prefix)
16032 (allout-back-to-current-heading, allout-get-body-text)
16033 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
16034 (allout-hide-region-body, allout-toggle-subtree-encryption)
16035 (allout-encrypt-string, allout-encrypted-key-info)
16036 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
16037 (allout-file-vars-section-data): Adjusted for use with
16038 invisible-text overlays instead of selective-display.
16039
16040 (allout-kill-line, allout-kill-topic, allout-yank-processing):
16041 Reworked for use with invisible text overlays.
16042
16043 (allout-current-topic-collapsed-p): New function.
16044
16045 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
16046 to know when to close the containing topic.
16047
16048 (allout-pre-command-business, allout-post-command-business):
16049 Simplify undo-batching and dynamic isearch exposure.
16050
16051 (allout-set-overlay-category): New for invisible-text overlays.
16052 Sets properties of allout-overlay-category, used by
16053 allout-flag-region to set invisible-text overlay properties.
16054 (allout-get-invisibility-overlay): Get the first qualifying
16055 invisibility overlay, so we can find the extent of it.
16056 (allout-back-to-visible-text): Get to just before the beginnining
16057 of the current invisibility overlay, if any.
16058
16059 (allout-overlay-insert-in-front-handler)
16060 (allout-overlay-interior-modification-handler)
16061 (allout-before-change-handler, allout-isearch-end-handler): New
16062 functions to handle extraordinary actions affecting concealed
16063 text.
16064
16065 (allout-flag-region): Use overlays instead of selective-display
16066 for invisible text - by inheritence from the properties of
16067 allout-overlay-category in mainline Emacs, and applied
16068 property-by-property in XEmacs, some recent versions of which
16069 don't inherit the properties from the category. Provisions to
16070 respond to concealed-text edits simplified drastically.
16071
16072 (allout-isearch-rectification, allout-isearch-was-font-lock)
16073 (allout-isearch-expose, allout-enwrap-isearch)
16074 (allout-isearch-abort, allout-pre-was-isearching)
16075 (allout-isearch-prior-pos, allout-isearch-did-quit)
16076 (allout-isearch-dynamic-expose)
16077 (allout-hide-current-entry-completely): Functions deleted.
16078
16079 (allout-undo-aggregation): Explicit undo aggregation no longer
16080 necessary due to transition away from selective-display.
16081
16082 (set-allout-regexp, allout-up-current-level)
16083 (allout-next-visible-heading, allout-forward-current-level)
16084 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
16085 (allout-kill-line, allout-yank-processing, allout-show-children)
16086 (allout-expose-topic, allout-old-expose-topic)
16087 (allout-listify-exposed, allout-insert-latex-header)
16088 (allout-toggle-subtree-encryption, allout-encrypt-string)
16089 (remove-from-invisibility-spec, allout-hide-current-subtree):
16090 Ditched unused variables.
16091
16092 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
16093
16094 * textmodes/ispell.el (ispell-change-dictionary): Call
16095 ispell-buffer-local-dict instead of
16096 ispell-accept-buffer-local-defs.
16097 (ispell-local-dictionary-alist): Accept as valid any coding-system
16098 supported by Emacs.
16099 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
16100 changed to iso-8859-3.
16101
16102 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
16103
16104 * speedbar.el (speedbar-frame-width): Make an inline function
16105 instead of a macro. Use frame-width.
16106 (speedbar-try-completion, speedbar-update-contents)
16107 (speedbar-timer-fn): Use consp.
16108 (speedbar-update-localized-contents): Try to preserve point.
16109
16110 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
16111 (menu): Re-order menu items.
16112 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
16113 field.
16114 (gdb-var-update-handler-1): Use it for GDB 6.4+.
16115 (gdb-post-prompt): Speed things by not forcing update.
16116
16117 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
16118
16119 * wid-edit.el (widget-button-click): For mouse-1, cancel button
16120 press and perform default action if we get a mouse movement event.
16121
16122 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
16123
16124 * calendar/icalendar.el (icalendar--get-event-property)
16125 (icalendar--get-event-property-attributes): Fix typos in
16126 docstrings.
16127
16128 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
16129 docstring.
16130
16131 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
16132
16133 * bs.el (bs-mode): Use `buffer-disable-undo'.
16134 (bs--get-file-name): Simplify.
16135 (bs-show-in-buffer): Mark the buffer as not modified.
16136
16137 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
16138
16139 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
16140 widget-button-click.
16141
16142 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
16143 (custom-mode): Update docstring.
16144
16145 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
16146 binding.
16147
16148 * files.el (hack-local-variables-confirm): Allow scrolling if the
16149 file variable list is too long. Kill temp buffer after use.
16150
16151 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
16152
16153 * progmodes/gud.el (gdb): Improve doc string.
16154 (gdb-script-font-lock-keywords): Expand allowed character set.
16155
16156 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
16157 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
16158 (gdb-separate-io-interrupt, gdb-separate-io-quit)
16159 (gdb-separate-io-stop, gdb-separate-io-eof):
16160 Rename from gdb-inferior-* to gdb-separate-*.
16161 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
16162
16163 2006-02-14 Jay Belanger <belanger@truman.edu>
16164
16165 * calc/calc-arith.el (math-check-known-scalarp): Make sure
16166 expression is a symbol before checking that it is bound.
16167
16168 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
16169 test to see if equation can be solved.
16170
16171 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
16172
16173 * wid-edit.el (widget-button-click): Use :pressed-face property
16174 for overlay face, if it exists.
16175
16176 * cus-edit.el (custom-manual, custom-add-see-also)
16177 (custom-add-parent-links, custom-group-link): Add :pressed-face
16178 property to links.
16179
16180 * files.el (hack-local-variables): Remove ignored variables before
16181 checking if any variables need setting.
16182
16183 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16184
16185 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
16186
16187 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
16188
16189 * help.el (where-is): Fix message for remapped commands.
16190
16191 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
16192 Fix typos in docstrings.
16193
16194 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
16195
16196 * files.el (safe-local-variable-values): New option.
16197 (hack-local-variables-prop-line): Return a list of variable-value
16198 pairs if MODE-ONLY is non-nil.
16199 (hack-local-variables): Construct list of variable-value pairs,
16200 and apply or reject them in one go. Ask for confirmation if
16201 variables are not known safe.
16202 (hack-local-variables-confirm): Complete rewrite. Support
16203 `safe-local-variable-values'.
16204 (enable-local-variables): Update docstring to reflect new
16205 behavior.
16206 (ignored-local-variables): Ignore ignored-local-variables and
16207 safe-local-variable-values.
16208 (safe-local-variable-p): New function.
16209 (risky-local-variable-p): `safe-local-variable' property check
16210 moved to safe-local-variable-p.
16211 (hack-one-local-variable): Checks moved to hack-local-variables.
16212
16213 (byte-compile-dynamic, c-basic-offset, c-file-style)
16214 (c-indent-level, comment-column, fill-column, fill-prefix)
16215 (indent-tabs-mode, kept-new-versions, no-byte-compile)
16216 (no-update-autoloads, outline-regexp, page-delimiter)
16217 (paragraph-start, paragraph-separate, sentence-end)
16218 (sentence-end-double-space tab-width, version-control):
16219 Add `safe-local-variable' property.
16220
16221 * find-lisp.el: Delete nonexistent `autocompile' file variable.
16222
16223 * icomplete.el, play/landmark.el: Change nonexistent
16224 `outline-layout' file variable to `allout-layout'.
16225
16226 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
16227
16228 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
16229 (gdb-get-changed-registers): Test value of gud-minor-mode relative
16230 to gud-comint-buffer.
16231 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
16232 gdb-ui.el for gdb-mi.el.
16233 (gdb-post-prompt, gdb-get-changed-registers): Move test for
16234 registers buffer to gdb-get-changed-registers.
16235 (gdb-breakpoint-regexp): New regexp. Allow toggling and
16236 deletion of catchpoints (throw and catch).
16237 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16238 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
16239 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
16240 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
16241 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
16242
16243 2006-02-13 Jay Belanger <belanger@truman.edu>
16244
16245 * calc/calc-arith.el (math-check-known-matrixp): Make sure
16246 expression is a symbol before checking that it is bound.
16247
16248 2006-02-13 Richard M. Stallman <rms@gnu.org>
16249
16250 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
16251 for the minibuffer too, but not if resize-mini-windows will interfere.
16252
16253 * help.el (describe-key-briefly, describe-key): Do all arg-reading
16254 inside `interactive' spec.
16255 (describe-key-briefly-internal, describe-key-internal):
16256 Functions merged back into their callers.
16257
16258 2006-02-13 Martin Rudalics <rudalics@gmx.at>
16259
16260 * info.el (info-xref-visited): Inherit from info-xref too.
16261 (Info-set-mode-line): Replace occurrences of `%' by `%%'
16262 when propertizing Info-current-file and Info-current-node.
16263
16264 2006-02-13 Juri Linkov <juri@jurta.org>
16265
16266 * tumme.el (tumme-thumbnail-storage): Fix docstring.
16267 (tumme-thumb-name): Fix per-directory format.
16268
16269 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
16270
16271 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
16272
16273 2006-02-12 Miles Bader <miles@gnu.org>
16274
16275 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
16276
16277 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
16278
16279 * tumme.el: Remove history section. If someone needs the it, it
16280 can always be found in CVS.
16281
16282 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
16283
16284 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
16285 about the Thumbnail Managing Standard option.
16286
16287 2006-02-12 Richard M. Stallman <rms@gnu.org>
16288
16289 * subr.el (substitute-key-definition): Doc fix.
16290
16291 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
16292
16293 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
16294
16295 * info.el (Info-mode): Doc fix.
16296
16297 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
16298
16299 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
16300
16301 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
16302 because on Solaris a POSIX compatible "id" is needed. Reported by
16303 Magnus Henoch <mange@freemail.hu>.
16304
16305 2006-02-12 Juri Linkov <juri@jurta.org>
16306
16307 * tumme.el: Remove todo item about Thumbnail Managing Standard.
16308 (tumme) <defgroup>: Change :group to `multimedia'.
16309 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
16310 Managing Standard.
16311 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
16312 Fix dostring.
16313 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
16314 and %y. Fix docstring.
16315 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
16316 (tumme-cmd-create-standard-thumbnail-command): New user options.
16317 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
16318 is `standard'. Fix docstring.
16319 (tumme-thumb-width, tumme-thumb-height): New user options.
16320 (tumme-external-viewer): Try to find various viewers.
16321 (tumme-get-thumbnail-image): Use `create-image' instead of
16322 constructing the `image' structure.
16323 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
16324 `standard'.
16325 (tumme-thumb-name): Add file name generation for standard storage.
16326 Simplify code for other storages.
16327 (tumme-thumb-name): Use width %w and height %h instead of size %s.
16328 Add modification time %m and thumbnail-nq8 %q.
16329 Use `tumme-cmd-create-standard-thumbnail-command' if
16330 tumme-thumbnail-storage is `standard'.
16331 (tumme-dired-insert-marked-thumbs): New autoload command.
16332 (tumme-dired-after-readin-hook): New function.
16333 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
16334 `tumme-thumb-size'.
16335 (tumme-display-image): Replace size-x %x and size-y %y with
16336 width %w and height %h.
16337
16338 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
16339 `tumme-dired-insert-marked-thumbs'.
16340
16341 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
16342
16343 * tumme.el (tumme-write-tag): Fix small bug (file name did not
16344 include path).
16345 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
16346 matching tag.
16347
16348 2006-02-12 Miles Bader <miles@gnu.org>
16349
16350 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
16351 New variables.
16352 (rcirc-abbrev-nick): New function.
16353 (rcirc-format-response-string): Rewrite to use the formats in
16354 `rcirc-response-formats' and expand escape sequences therein.
16355 A text-property `rcirc-text' is added over the actual response
16356 text to make easy to find inside the returned string.
16357 (rcirc-print): When filling, just look for the `rcirc-text'
16358 text-property to find the appropriate fill prefix, instead of
16359 using hardwired patterns.
16360
16361 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
16362
16363 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
16364 Managing Standard.
16365
16366 2006-02-11 Kim F. Storm <storm@cua.dk>
16367
16368 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
16369 Don't use insert-buffer; do insert-buffer-substring directly.
16370 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
16371
16372 2006-02-11 Martin Rudalics <rudalics@gmx.at>
16373
16374 * files.el (revert-buffer, recover-file): Replace buffer-read-only
16375 with inhibit-read-only. Suggested by Stefan Monnier.
16376 (revert-buffer): Let insert-file-contents discard
16377 buffer-undo-list. Simplify code.
16378 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
16379
16380 2006-02-11 Eli Zaretskii <eliz@gnu.org>
16381
16382 * menu-bar.el (menu-bar-select-yank): Add a doc string.
16383
16384 * help.el (describe-key-briefly): Now a wrapper for
16385 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
16386 to t. Populate yank-menu if empty.
16387 (describe-key-briefly-internal): Renamed from describe-key-briefly.
16388 (describe-key): Now a wrapper for describe-key-internal. Bind
16389 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
16390 (describe-key-internal): Renamed from describe-key.
16391
16392 2006-02-11 Milan Zamazal <pdm@zamazal.org>
16393
16394 * progmodes/glasses.el (glasses-separator): Doc fix.
16395 (glasses-original-separator): New defcustom.
16396 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
16397
16398 2006-02-11 Martin Rudalics <rudalics@gmx.at>
16399
16400 * mwheel.el (mouse-wheel-up-event): Doc fix.
16401
16402 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
16403
16404 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
16405 (tumme-dir): New function. Copied from thumbs.el.
16406
16407 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
16408
16409 * desktop.el (desktop-outvar): Fix typo.
16410 (desktop-save-buffer-p): Doc fix.
16411
16412 * subr.el (substitute-key-definition): Fix typo.
16413
16414 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16415
16416 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
16417 when window-system is mac.
16418
16419 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
16420
16421 2006-02-10 Kim F. Storm <storm@cua.dk>
16422
16423 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
16424 indirect-function instead of using condition-case.
16425
16426 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
16427
16428 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
16429 less `colloquial'...
16430
16431 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
16432
16433 * tumme.el: Add a couple of todo items.
16434
16435 2006-02-09 Lars Hansen <larsh@soem.dk>
16436
16437 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
16438 (highlight-changes-mode): Don't change desktop-locals-to-save.
16439
16440 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
16441
16442 * image-mode.el (image-toggle-display): Clear image cache if using
16443 filename.
16444
16445 2006-02-09 Masatake YAMATO <jet@gyve.org>
16446
16447 * dired-x.el (dired-guess-shell-alist-default): Add .man as
16448 a `dired-man' target.
16449
16450 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
16451 boundary of symbols.
16452
16453 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
16454
16455 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
16456
16457 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
16458
16459 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
16460 `mapcar'; return nil.
16461
16462 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
16463
16464 * mouse.el (mouse-drag-track): Don't change window if we rebind to
16465 some other event.
16466
16467 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
16468
16469 * net/rcirc.el (rcirc-startup-channels-alist):
16470 Add irc.freenode.net and #emacs as defaults.
16471 (rcirc-ignore-all-activity-flag): Remove variable.
16472 (rcirc-authinfo): New variable.
16473 (rcirc-authinfo-filename): Remove variable.
16474 (rcirc-always-use-server-buffer-flag): New flag.
16475 (rcirc): M-x rcirc will automatically connect without prompting.
16476 C-u M-x rcirc will prompt. Use rcirc-connect to create a
16477 connection in lisp.
16478 (rcirc-process-server-response-1): Remove everything but the nick
16479 portion of the sender so it doesn't need to be done everywhere
16480 else. Update related code.
16481 (global-map): Remove global keybindings.
16482 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
16483 (rcirc-send-input): Split into several functions.
16484 (rcirc-process-input-line, rcirc-process-message)
16485 (rcirc-process-command): New functions.
16486 (rcirc-target-buffer): New function to determine where to route
16487 messages.
16488 (rcirc-user-nick): Save match data.
16489 (rcirc-toggle-ignore-buffer-activity)
16490 (rcirc-update-activity-string): Remove global ignore functionality,
16491 which can be done now by toggling rcirc-track-minor-mode.
16492 (rcirc-track-minor-mode-map): New keymap.
16493 (rcirc-track-minor-mode): New minor-mode.
16494 (ignore): Make the ignore output nicer. Always print it when
16495 adding or removing nicks.
16496 (rcirc-url-regexp): Improve.
16497 (rcirc-mangle-text): Remove properties before using text in the
16498 modeline.
16499 (rcirc-authenticate): Authentication data comes from
16500 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
16501 (rcirc-server-prefix): Inherit from rcirc-server.
16502
16503 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
16504
16505 * Makefile.in (compile): Append "|| true" to the end of the `find'
16506 command, like compile-always does.
16507
16508 2006-02-08 Sam Steingold <sds@gnu.org>
16509
16510 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
16511 output from a dead connection.
16512
16513 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
16514
16515 * dired.el (dired-mode-map): Add more bindings for tumme.
16516
16517 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
16518
16519 * wdired.el (wdired-mode-map): Use remap.
16520 (wdired-get-filename): Massage.
16521 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
16522 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
16523 `keymap' property rather than `local-map'.
16524
16525 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
16526
16527 * tumme.el (tumme-get-thumbnail-image): New utility function.
16528 Suggested by from Chong Yidong.
16529 (tumme-dired-with-window-configuration): Rename from
16530 `tumme-dired'. Add code to save window configuration.
16531 (tumme-restore-window-configuration): New command to restore the
16532 window configuration that `tumme-dired-with-window-configuration'
16533 saves before it changes the window configuration.
16534 (tumme-show-all-from-dir): New command to display thumbnails for
16535 all files in a directory entered by the user, like M-x thumbs.
16536 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
16537 have been created.
16538 (tumme-display-thumbnail-original-image): Call `display-buffer'.
16539 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
16540 Remove obsolete test function.
16541
16542 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
16543
16544 * vc.el (small-temporary-file-directory): Remove defvar; there's
16545 a defcustom for it in files.el.
16546
16547 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
16548 Fix typo in message.
16549 (tumme-gallery-generate): Fix typo in `error' message.
16550 (tumme-display-window-height-correction)
16551 (tumme-display-window-width-correction, tumme-line-up-dynamic)
16552 (tumme-line-up-interactive): Dox fixes.
16553 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
16554 (tumme-restore-window-configuration, tumme-format-properties-string)
16555 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
16556 Fix typos in docstrings.
16557
16558 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
16559
16560 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
16561
16562 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
16563
16564 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
16565 User should use hook if desired.
16566
16567 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
16568 buffer if necessary.
16569 (gdb-delete-frame-or-window): New function.
16570 (gdb-breakpoints-mode-map): Bind "q" to it.
16571
16572 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
16573
16574 * textmodes/nroff-mode.el: Clean up name space.
16575 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
16576 (nroff-mode): Obey the global setting of nroff-electric-mode.
16577 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
16578
16579 * calendar/calendar.el (calendar-increment-month): Typo in last change.
16580
16581 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
16582
16583 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
16584
16585 2006-02-06 Lars Hansen <larsh@soem.dk>
16586
16587 * generic-x.el (etc-fstab-generic-mode): Add file system types
16588 cifs and usbdevfs. Allow special chars in file names.
16589
16590 2006-02-05 Jay Belanger <belanger@truman.edu>
16591
16592 Update copyright notices of the files in lisp/calc.
16593
16594 2006-02-05 Romain Francoise <romain@orebokech.com>
16595
16596 Update copyright notices of all files in the lisp/play directory.
16597
16598 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
16599
16600 * ldefs-boot.el: Regenerate.
16601
16602 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
16603
16604 2006-02-05 Kim F. Storm <storm@cua.dk>
16605
16606 * files.el (magic-mode-regexp-match-limit): New defvar.
16607 (set-auto-mode): Use it to limit magic-mode-alist matching.
16608
16609 2006-02-04 Eli Zaretskii <eliz@gnu.org>
16610
16611 * info.el (Info-index, Info-mode): Improve the description of the
16612 `i' command.
16613
16614 * ldefs-boot.el: Regenerate.
16615
16616 2006-02-03 Werner Lemberg <wl@gnu.org>
16617
16618 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
16619 greedy to find the closing bracket in \*[...] and similar
16620 expressions. This is a first rough fix -- many additional
16621 refinements are necessary to make nroff mode really usable with groff.
16622
16623 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
16624
16625 * international/mule-cmds.el (set-locale-environment):
16626 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
16627 libX11.
16628
16629 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
16630
16631 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
16632 archive are created in archive-tmpdir.
16633
16634 2006-02-02 John Paul Wallington <jpw@pobox.com>
16635
16636 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
16637 (ibuffer-fontification-alist): Use it.
16638 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
16639 to "* z" and the Ibuffer Mark menu.
16640
16641 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
16642
16643 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
16644
16645 * textmodes/table.el (*table--cell-describe-mode)
16646 (*table--cell-describe-bindings): Undo last change since
16647 print-help-return-message is not obsoleted by anything at all.
16648
16649 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
16650
16651 * emulation/cua-base.el (cua-mode): Doc fix.
16652
16653 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
16654
16655 * dframe.el (dframe-handle-make-frame-visible)
16656 (dframe-handle-iconify-frame, dframe-get-focus)
16657 (dframe-select-attached-frame, dframe-power-click)
16658 (dframe-frame-mode): Fix typos in docstrings.
16659
16660 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
16661 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
16662 Fix typos in docstrings.
16663
16664 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
16665 (hi-lock-face-buffer, hi-lock-font-lock-hook)
16666 (hi-lock-archaic-interface-message-used)
16667 (hi-lock-file-patterns-range): Fix typos in docstrings.
16668
16669 * savehist.el (savehist-loaded, savehist-load, savehist-install)
16670 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
16671
16672 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
16673 Fix typo in docstring.
16674
16675 * net/newsticker.el (newsticker--decode-iso8601-date)
16676 (newsticker--set-customvar, newsticker--buffer-insert-item)
16677 (newsticker--do-run-auto-mark-filter)
16678 (newsticker--parse-generic-feed): Doc fixes.
16679 (newsticker--retrieval-timer-list, newsticker-url-list)
16680 (newsticker-hide-immortal-items-in-echo-area)
16681 (newsticker-hide-obsolete-items-in-echo-area)
16682 (newsticker-new-item-face, newsticker--enclosure)
16683 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
16684 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
16685 (newsticker--parse-generic-feed, newsticker--cache-contains)
16686 (newsticker--stat-num-items, newsticker-download-enclosures):
16687 Fix typos in docstrings.
16688
16689 * net/rcirc.el (rcirc-debug): Doc fix.
16690 (rcirc-fill-column, rcirc-receive-message-hooks)
16691 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
16692 (rcirc-mode, rcirc-generate-new-buffer-name)
16693 (rcirc-startup-channels, rcirc-ignore-update-automatic)
16694 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
16695 Fix typos in docstrings.
16696 (rcirc-print): "?\ " -> "?\s".
16697 (rcirc-cmd-join): Improve argument/docstring consistency.
16698
16699 2006-02-01 Mark A. Hershberger <mah@everybody.org>
16700
16701 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
16702 before narrow-to-region.
16703
16704 2006-02-01 Richard M. Stallman <rms@gnu.org>
16705
16706 * simple.el (move-beginning-of-line): Scan properly for invis change.
16707
16708 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
16709
16710 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
16711
16712 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
16713 change bit only when id-format is 'integer. Reported by Matt
16714 Hodges <M.P.Hodges@rl.ac.uk>.
16715
16716 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
16717
16718 * hilit-chg.el (highlight-changes-initial-state)
16719 (highlight-changes-global-initial-state): Doc fixes.
16720 (highlight-changes-global-modes, global-highlight-changes):
16721 Fix typos in docstrings.
16722
16723 2006-02-01 Kim F. Storm <storm@cua.dk>
16724
16725 * emulation/cua-base.el (cua-mode): Mention that CUA enables
16726 transient-mark-mode in doc string.
16727
16728 2006-01-31 Richard M. Stallman <rms@gnu.org>
16729
16730 * replace.el (multi-occur): Doc fix.
16731 (multi-occur-in-matching-buffers): Rename from
16732 multi-occur-by-filename-regexp. Prefix arg says match
16733 buffer names instead of file names.
16734
16735 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
16736
16737 * bs.el: Allow non-default values of `bs-header-lines-length'.
16738 (bs--running-in-xemacs): Remove (not needed anymore).
16739 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
16740 instead of `shrink-window', thus avoiding having to compute the
16741 height of the window.
16742 (bs--up): Wrap around even when there's no header.
16743 (bs--down): Use `forward-line' instead of `next-line'.
16744
16745 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
16746
16747 * image-mode.el (image-toggle-display): Use file name if possible,
16748 instead of unnecessarily allocating a (possibly huge) lisp string.
16749
16750 2006-01-30 John Paul Wallington <jpw@pobox.com>
16751
16752 * subr.el (toplevel): Define `cl-assertion-failed' condition here
16753 because the `assert' macro signals it at runtime.
16754
16755 * emacs-lisp/cl.el (toplevel): Remove definition of
16756 `cl-assertion-failed' condition.
16757
16758 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
16759
16760 * thumbs.el (thumbs-marked-list): Make buffer-local and
16761 permanent-local.
16762 (thumbs-insert-thumb): Make help-echo non-sticky.
16763 (thumbs-file-alist): Use eolp as check for (non)-image.
16764
16765 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
16766
16767 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
16768 (ediff-before-session-group-setup-hooks)
16769 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
16770 Fix typos in docstrings.
16771
16772 * window.el (bw-dir, bw-eqdir, balance-windows)
16773 (split-window-keep-point): Fix typos in docstrings.
16774
16775 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
16776 (org-quote-string, org-calendar-to-agenda-key)
16777 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
16778 (org-show-following-heading, org-tags-column)
16779 (org-use-tag-inheritance, org, org-allow-space-in-links)
16780 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
16781 (org-enable-table-editor, org-calc-default-modes)
16782 (org-table-allow-automatic-line-recalculation)
16783 (org-export-html-style, org-export-with-fixed-width)
16784 (org-export-with-sub-superscripts, org-special-keyword)
16785 (org-formula, org-time-grid, org-table-may-need-update)
16786 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
16787 (org-goto-quit, org-get-indentation, org-end-of-item)
16788 (org-move-item-down, org-move-item-up)
16789 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
16790 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
16791 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
16792 (org-agenda-log-mode, org-agenda-toggle-diary)
16793 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
16794 (org-agenda-file-to-end, org-agenda-no-heading-message)
16795 (org-agenda-get-closed, org-format-agenda-item)
16796 (org-cmp-priority, org-cmp-category, org-cmp-time)
16797 (org-agenda-change-all-lines, org-agenda-diary-entry)
16798 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
16799 (org-link-search, org-camel-to-words, org-open-file)
16800 (org-remember-handler, org-table-convert-region)
16801 (org-table-move-row-down, org-table-move-row-up)
16802 (org-table-copy-region, org-table-wrap-region)
16803 (org-table-toggle-vline-visibility)
16804 (org-table-get-vertical-vector, org-table-modify-formulas)
16805 (org-table-get-specials, org-recalc-commands)
16806 (org-table-rotate-recalc-marks, org-table-eval-formula)
16807 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
16808 (org-level-color-stars-only, org-insert-heading):
16809 Fix typos in docstrings.
16810 (last-arg): Add defvar.
16811
16812 * makefile.w32-in (WINS): Add erc.
16813 (MH_E_SRC): Update (copied from lisp/Makefile.in).
16814
16815 2006-01-29 Bill Wohler <wohler@newt.com>
16816
16817 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
16818 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
16819 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
16820 (mh-autoloads): Don't use comments on otherwise empty lines.
16821
16822 2006-01-29 Edward O'Connor <ted@oconnor.cx>
16823
16824 * emulation/viper.el (viper-major-mode-modifier-list):
16825 Add insert-state and vi-state entries for erc-mode.
16826 (viper-go-away, viper-set-hooks): Add and remove
16827 viper-comint-mode-hook from erc-mode-hook as appropriate.
16828
16829 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
16830
16831 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
16832
16833 * bs.el (bs--format-aux): Implement `middle' alignment as
16834 described in the docstring for `bs-attributes-list'.
16835 (bs--get-name): Simplify. Don't pad the buffer name.
16836
16837 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
16838
16839 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
16840 English aspell dictionary is installed, use the first entry of
16841 ispell-dictionary-alist-1.
16842
16843 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
16844
16845 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
16846 Doc fix.
16847
16848 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
16849
16850 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
16851 for `process-file', in order to let it work for older Emacsen too.
16852
16853 2006-01-27 Eli Zaretskii <eliz@gnu.org>
16854
16855 * international/latexenc.el: Add a suitable `coding:' tag.
16856 (latexenc-find-file-coding-system): Undo last change.
16857
16858 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16859
16860 * international/latexenc.el (latexenc-find-file-coding-system):
16861 Make sure latexenc-main-file is a regular file and is readable.
16862
16863 2006-01-27 Andre Spiegel <spiegel@gnu.org>
16864
16865 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
16866 Pass FILE to vc-user-login-name.
16867
16868 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
16869
16870 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
16871
16872 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
16873 there are no more images to display.
16874 (thumbs-mark, thumbs-unmark): Revert change so that they move to
16875 the next image.
16876
16877 2006-01-26 Richard M. Stallman <rms@gnu.org>
16878
16879 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
16880
16881 * wid-edit.el (advertised-widget-backward): New alias.
16882 (widget-keymap): Use advertised-widget-backward for S-TAB.
16883
16884 * tumme.el: Correct the keywords.
16885 (tumme-dir-max-size): Use defvar.
16886 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
16887
16888 * simple.el (move-beginning-of-line): Take account of fields.
16889 (clone-indirect-buffer-other-window): Take args like
16890 clone-indirect-buffer, and work like it.
16891
16892 * help-fns.el (describe-function): Don't pass `nil' as default.
16893
16894 * files.el (risky-local-variable-p): Follow var aliases.
16895
16896 * subr.el (lazy-completion-table): Doc fix.
16897
16898 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
16899 global binding of `line'.
16900
16901 2006-01-25 Andre Spiegel <spiegel@gnu.org>
16902
16903 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
16904 Tramp.
16905
16906 * vc.el (vc-default-dired-state-info): Pass FILE to
16907 vc-user-login-name.
16908 (vc-default-update-changelog): Don't use vc-user-login-name, we
16909 don't need it here.
16910
16911 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
16912 no longer necessary.
16913
16914 2006-01-25 Kenichi Handa <handa@m17n.org>
16915
16916 * international/mule.el (decode-char): Avoid the overhead of
16917 calling utf-lookup-subst-table-for-decode if
16918 utf-translate-cjk-mode is nil.
16919 (encode-char): Avoid the overhead of calling
16920 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
16921 nil.
16922
16923 2006-01-22 Kenichi Handa <handa@m17n.org>
16924
16925 * international/mule.el (make-subsidiary-coding-system): Reset
16926 `coding-system-define-form' property of subsidiaries to nil.
16927 Avoid duplicated entry in coding-system-alist.
16928 (make-coding-system): Avoid duplicated entry in
16929 coding-system-alist.
16930 (define-coding-system-alias): Likewise.
16931
16932 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
16933
16934 * completion.el: Minor fixes in introductory comment.
16935 (completion-def-wrapper): Fix alist.
16936
16937 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
16938
16939 * thumbs.el (thumbs-new-image-size): New function.
16940 (thumbs-increment-image-size-element)
16941 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
16942 (thumbs-decrement-image-size): Delete.
16943 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
16944 temp files and use to resize.
16945 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
16946 Use increment argument to enlarge/shrink. Preserve point.
16947 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
16948 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
16949 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
16950 (thumbs-mark, thumbs-unmark): Preserve point.
16951 (thumbs-modify-image): Keep old temp files and use to modify.
16952 Cleanup old temp files at load time. Preserve point.
16953 (thumbs-view-image-mode-map): Use new command names.
16954
16955 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
16956
16957 * log-view.el (log-view-minor-wrap): First rev is the one at point.
16958
16959 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
16960 the nastiest part of the cyclic dependency.
16961 (cal-menu-update): Use dotimes and calendar-increment-month.
16962
16963 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
16964 (calendar-week-start-day): Add an :initializer.
16965 (calendar-mode-map): Use suppress-keymap, and command remapping.
16966 (describe-calendar-mode): Setup xref-stack info for the back button.
16967 (calendar-star-date): Insert before delete.
16968 (calendar-set-mode-line): Add file-modified info if applicable.
16969 (calendar-increment-month): New function.
16970
16971 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
16972
16973 * font-lock.el (lisp-font-lock-keywords-2):
16974 Recognize "& keywords" only at word boundaries.
16975
16976 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
16977
16978 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
16979 and permanent-local.
16980 (thumbs-max-image-number): New variable.
16981 (thumbs-do-thumbs-insertion): Use them.
16982 (thumbs-per-line): Change default to 4.
16983 (thumbs-marked-list): Rename from thumbs-markedL.
16984 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
16985 (thumbs-rename-images): Use -list instead of L for internal variables.
16986 (thumbs-call-convert): Use call-process instead of shell-command.
16987 (thumbs-insert-thumb): Add filename as help-echo to each image.
16988 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
16989 Give dir to thumbs-show-thumbs-list.
16990 (thumbs-show-thumbs-list): Set default-directory to that of images.
16991 (thumbs-dired-show): Rename from thumbs-dired-show-all.
16992 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
16993 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
16994 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
16995
16996 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
16997
16998 * ses.el (ses-read-cell): Provide a default value.
16999
17000 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
17001
17002 * term/w32-win.el (image-library-alist): Add additional names for
17003 GIF library.
17004
17005 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17006
17007 * international/latexenc.el (latexenc-find-file-coding-system):
17008 Add file-regular-p check.
17009
17010 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
17011
17012 * simple.el (clone-buffer): Don't show the new buffer in the same
17013 window.
17014
17015 2006-01-23 Juri Linkov <juri@jurta.org>
17016
17017 * faces.el (link, link-visited): New faces based on default values
17018 of `info-xref' and `info-xref-visited'.
17019
17020 * info.el (info-xref): Inherit from `link'.
17021 (info-xref-visited): Inherit from `link-visited'.
17022
17023 * cus-edit.el (custom-buffer-create-internal): Use widget type
17024 `custom-manual' instead of `info-link' and don't set properties
17025 `button-face' and `mouse-face' explicitly.
17026 (custom-browse-group-tag, custom-browse-variable-tag)
17027 (custom-browse-face-tag): Inherit from widget class
17028 `custom-group-link' instead of `push-button'.
17029 (custom-button-unraised): Inherit from `underline' face.
17030 (custom-link): Inherit from `link' face. Fix doc and group.
17031 (custom-add-parent-links, custom-group-value-create): Don't set
17032 properties `button-face' and `mouse-face' explicitly for
17033 `custom-group-link' widget.
17034 (custom-group-link): Add properties `button-face' and `mouse-face'
17035 to widget definition.
17036 (custom-field-keymap): New variable. Put `custom-field-keymap' to
17037 editable-field's :keymap property.
17038 (custom-mode): Fix docstring: substitute keybindings for
17039 `widget-forward' and `widget-backward' from `widget-keymap',
17040 `widget-complete' from `custom-field-keymap', replace old
17041 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
17042
17043 * desktop.el (desktop-load-file): Check for `fboundp' before
17044 calling `symbol-function'.
17045
17046 * simple.el (clone-buffer, clone-indirect-buffer)
17047 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
17048 `read-string'. Fix prompts.
17049
17050 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
17051
17052 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
17053
17054 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
17055
17056 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
17057
17058 * startup.el (inhibit-splash-screen, initial-scratch-message):
17059 Doc fixes.
17060
17061 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
17062
17063 Sync with Tramp 2.0.52.
17064
17065 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
17066 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
17067 `tramp-unload-tramp' for checklist.
17068
17069 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
17070 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
17071 (tramp-unload-file-name-handler-alist)
17072 (tramp-unload-tramp): New defuns.
17073 (tramp-advice-PC-expand-many-files): New defadvice.
17074 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
17075 removed.
17076 (tramp-handle-expand-file-name): Remove double slash.
17077 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
17078 It doesn't matter, because it will be converted later on.
17079 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
17080 implementation was just heuristic.
17081 (tramp-post-connection): Set uid and gid properties.
17082 (tramp-convert-file-attributes): Set file's gid change bit.
17083 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
17084 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
17085 in case of su(do)? methods. The home directory of the local user
17086 will be taken else.
17087 (tramp-open-connection-telnet)
17088 (tramp-open-connection-rsh, tramp-open-connection-su)
17089 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
17090 local shell prompt could hurt. Reported by Romain Francoise
17091 <romain@orebokech.com>.
17092 (tramp-let-maybe): Add `edebug-form-spec' property.
17093 (tramp-handle-expand-file-name): Bind `default-directory' locally
17094 to "/" in order to avoid problems with UNC shares or Cygwin
17095 mounts.
17096 (tramp-md5-function): Fix typo in error message.
17097
17098 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
17099
17100 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
17101 for byte-compiler pacification.
17102
17103 2006-01-22 Andre Spiegel <spiegel@gnu.org>
17104
17105 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
17106 ID-FORMAT `string'. This allows us to get rid of
17107 `vc-user-login-name UID'.
17108
17109 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
17110
17111 2006-01-22 John Paul Wallington <jpw@pobox.com>
17112
17113 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
17114
17115 2006-01-21 Martin Rudalics <rudalics@gmx.at>
17116
17117 * emacs-lisp/find-func.el (find-definition-noselect)
17118 (find-variable-noselect): Search variables in C source code too.
17119 (find-function-C-source, find-function-noselect, find-function)
17120 (find-function-other-frame, find-variable-noselect, find-variable)
17121 (find-variable-other-frame, find-variable-at-point):
17122 Fix docstrings.
17123
17124 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
17125
17126 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
17127
17128 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
17129
17130 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
17131 Default to disabling the "Save affix" question.
17132
17133 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
17134
17135 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
17136 the first arg to run-python.
17137
17138 2006-01-21 Eli Zaretskii <eliz@gnu.org>
17139
17140 * startup.el (command-line-1): Handle --no-desktop if desktop.el
17141 is not loaded.
17142
17143 2006-01-20 Jay Belanger <belanger@truman.edu>
17144
17145 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
17146 limit is 0.
17147
17148 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
17149 the correct variable.
17150
17151 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
17152
17153 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
17154 link. Fixed buggy argument sequence in call to `org-view-tags'.
17155 (org-compile-prefix-format): Set `org-prefix-has-tag'.
17156 (org-prefix-has-tag): New variable.
17157 (org-format-agenda-item): Remove tags from headline if
17158 appropriate.
17159 (org-agenda-remove-tags-when-in-prefix): New option.
17160 (org-get-tags-at): New function.
17161
17162 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
17163
17164 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
17165 (thumbs-find-image): Move image name and number from buffer name
17166 to mode name. Set thumbs-buffer. Preserve point so that large
17167 images remain visible.
17168 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
17169 order.
17170 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
17171 mode name.
17172 (thumbs-next-image, thumbs-previous-image): Make them work.
17173
17174 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
17175
17176 * cus-edit.el (custom-buffer-create-internal): State in the text above
17177 the whole buffer buttons that they do not operate on hidden items.
17178 (custom-face-menu): Use `custom-face-save' instead of
17179 `custom-face-save-command'.
17180 (custom-face-save-command): Make it an alias for `custom-face-save'
17181 and declare it obsolete.
17182 (custom-face-save): Doc fix.
17183
17184 * dired.el (dired-no-confirm): Add quote.
17185 (dired-subdir-alist-pre-R): Add quote in
17186 `make-variable-buffer-local' form and remove unbalanced parenthesis.
17187
17188 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
17189
17190 * textmodes/table.el (table-mode-indicator): Typo in last change.
17191
17192 2006-01-19 Richard M. Stallman <rms@gnu.org>
17193
17194 * outline.el (hide-leaves): Don't call outline-end-of-heading.
17195 Fixes bug reported in Nov 2005.
17196
17197 * isearch.el (isearch-forward): Doc fix.
17198
17199 * dired.el (dired-move-to-filename-regexp): Define as alias.
17200 (dired-no-confirm): Use defcustom.
17201 (dired-subdir-alist-pre-R): Put defvar at top level.
17202
17203 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
17204
17205 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17206 Mark as risky.
17207
17208 * simple.el (set-mark-command): Doc fix.
17209 (clone-indirect-buffer-other-window):
17210 Read arg like clone-indirect-buffer.
17211 (move-beginning-of-line): Skip invisible newlines.
17212
17213 2006-01-19 Masatake YAMATO <jet@gyve.org>
17214
17215 * progmodes/cpp.el (cpp-edit-load): Make the order of
17216 listed conditions in a base C code buffer and its associate
17217 CPP Edit buffer the same.
17218
17219 2006-01-19 Kenichi Handa <handa@m17n.org>
17220
17221 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
17222 (rmail-mime-feature): Likewise.
17223 (rmail-require-mime-maybe): Use display-warning to show a warning
17224 message.
17225
17226 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
17227 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
17228
17229 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
17230
17231 * array.el: Move defvars out of eval-when-compile.
17232 (array-make-template): Replace undeclared global var with a local one.
17233 (array-mode): Inline initialization functions.
17234 (array-init-local-variables, array-init-max-row)
17235 (array-init-max-column, array-init-columns-per-line)
17236 (array-init-field-width, array-init-rows-numbered)
17237 (array-init-line-length, array-init-lines-per-row): Remove.
17238
17239 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
17240 (doc-mode-map): Define explicitly.
17241 (doctor-txtype): Use mapc.
17242
17243 * textmodes/table.el: Move defvars out of eval-when-compile.
17244 Remove harmful code meant to avoid byte-compiler warnings.
17245 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
17246 specification that checks table-fixed-width-mode directly.
17247 (table-recognize-region, table-recognize-cell):
17248 Use restore-buffer-modified-p.
17249 (table-fixed-width-mode): Remove code that refreshes
17250 table-fixed-mode-indicator.
17251 (*table--cell-describe-bindings, *table--cell-describe-mode):
17252 Avoid obsolete name print-help-return-message.
17253 (table--test-cell-list): Don't use replace-regexp from elisp.
17254 (table--point-entered-cell-function, table--point-left-cell-function):
17255 Don't set table-fixed-mode-indicator, use force-mode-line-update.
17256
17257 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
17258 that was after the end of file. Use buffer-file-name variable.
17259 (org-timestamp-change): Use with-current-buffer.
17260 (org-todo-list): Don't unnecessarily define a new buffer-local var.
17261 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
17262 `file'.
17263
17264 * progmodes/fortran.el: Move defvars out of eval-when-compile.
17265 (fortran-break-line): Remove unused var `opoint'.
17266 (fortran-abbrev-start): Obey help-event-list.
17267
17268 2006-01-18 Jesper Harder <harder@phys.au.dk>
17269
17270 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
17271
17272 2006-01-18 Masatake YAMATO <jet@gyve.org>
17273
17274 * progmodes/make-mode.el (makefile-imake-mode): New mode
17275 derived from makefile-mode.
17276 (makefile-imake-mode-syntax-table): New syntax table
17277 derived from makefile-mode-syntax-table.
17278 (makefile-mode): Write about makefile-imake-mode in doc string.
17279 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
17280 (makefile-imake-font-lock-keywords): New font lock keywords.
17281
17282 * files.el (auto-mode-alist): Add Imakefile.
17283
17284 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
17285
17286 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
17287 loading the file rather than when turning on flyspell-mode.
17288
17289 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
17290
17291 * cus-edit.el (customize-rogue): Minor doc fix.
17292
17293 2006-01-17 Juri Linkov <juri@jurta.org>
17294
17295 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
17296 instead of the file at the mark as default if the file at the mark
17297 is the same as the file at point or if dired-dwim-target-directory
17298 is not the same as the current directory and the mark is not active.
17299
17300 * log-view.el (log-view-minor-wrap): Use the same logic to get
17301 revisions as `log-view-diff'.
17302
17303 * info.el (Info-revert-find-node): Check for Info-current-file
17304 before preserving new-history.
17305
17306 * man.el (Man-heading-regexp): Add `/'.
17307
17308 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
17309 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
17310
17311 2006-01-16 Juri Linkov <juri@jurta.org>
17312
17313 * faces.el (mode-line-faces): New defgroup.
17314 (mode-line-highlight): Move definition after new defgroup.
17315 (mode-line, mode-line-inactive, mode-line-highlight):
17316 Replace :group `modeline' with `mode-line-faces'.
17317 (mode-line-buffer-id): New face.
17318 (modeline-buffer-id): New face alias.
17319 (vertical-border): Remove :group `modeline'.
17320
17321 * bindings.el (propertized-buffer-identification): Use face
17322 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
17323 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
17324 (mode-line-buffer-identification-keymap): For mouse-1 replace
17325 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
17326 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
17327 mouse-3.
17328
17329 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
17330 Buffer-menu-buffer. Doc fix.
17331 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
17332 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
17333 `Buffer-menu-buffer'.
17334
17335 * info.el (Info-mode-line-node-keymap): New defvar.
17336 (Info-set-mode-line): Use `stringp' to check Info-current-file.
17337 Propertize Info-current-node with `mode-line-buffer-id' and
17338 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
17339
17340 * time.el (display-time-mail-face): Replace :group `faces' with
17341 `mode-line-faces'.
17342
17343 2006-01-16 Kenichi Handa <handa@m17n.org>
17344
17345 * international/code-pages.el: Add autoload cookies for cp125[0345678].
17346
17347 * language/european.el (cp1252): New alias for windows-1252.
17348
17349 * international/mule.el (autoload-coding-system): Prepare for EOL
17350 variants.
17351
17352 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
17353
17354 * term.el (term-raw-map): Add mapping for insert.
17355 (term-send-insert): New.
17356 (term-mode): Make variables local here instead of doing it in
17357 `term-emulate-terminal'.
17358 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
17359 Scroll reverse needs to take into account the scroll region.
17360 Saving and restoring the cursor should save the color attributes too.
17361 (term-reset-terminal): Reset the scroll region.
17362 (term-handle-ansi-escape): Cursor up and down should take into
17363 account the scroll region.
17364 (term-set-scroll-region): Rename from `term-scroll-region'.
17365 Move to 0,0 after setting the region.
17366 (term-handle-scroll): Handle scroll up.
17367 (term-down): Fix off by one error.
17368 (term-delete-lines): Do not delete outside the scroll region.
17369 (term-insert-lines): Take into account the scroll region.
17370
17371 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
17372
17373 * textmodes/ispell.el (ispell-internal-change-dictionary)
17374 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
17375 (start, end): Move declaration outside of eval-when-compile.
17376
17377 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
17378 (flyspell-mode-on): Use it.
17379
17380 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
17381 ispell-kill-ispell-hook.
17382
17383 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
17384
17385 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
17386 (Custom-reset-saved): Do not ask for confirmation in single option
17387 buffers.
17388
17389 2006-01-13 Richard M. Stallman <rms@gnu.org>
17390
17391 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
17392
17393 2006-01-13 Romain Francoise <romain@orebokech.com>
17394
17395 * add-log.el (add-change-log-entry, change-log-merge):
17396 Conditionally use `hard-newline'.
17397
17398 2006-01-13 Martin Rudalics <rudalics@gmx.at>
17399
17400 * wid-edit.el (widget-field-end): If the overlay is no longer
17401 associated with a buffer, behave as if the overlay didn't exist.
17402
17403 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
17404 Make sure the links use the `custom-link' face.
17405
17406 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
17407
17408 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
17409 (ld-script-mode): Don't set indent-line-function since we don't
17410 have one.
17411
17412 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
17413
17414 * textmodes/org.el (org-open-file): Use mailcap for selecting an
17415 application.
17416 (org-file-apps-defaults-gnu): Use mailcap as the default for
17417 selecting an application on a UNIX system.
17418 (org-agenda-show-tags): New command.
17419 (org-table-insert-hline): Keep cursor in current table line.
17420 (org-table-convert): Offset effect of modifying
17421 `org-table-insert-hline'.
17422 (org-format-agenda-item): New optional argument TAG.
17423 (org-compile-prefix-format): Handle %T format for the tag.
17424 (org-expand-wide-chars): New function.
17425 (org-table-insert-row, org-table-insert-hline):
17426 Use `org-expand-wide-chars'.
17427 (org-open-file): Fix bug in program launch.
17428 (org-get-time-of-day): Fix bug with times before 1am.
17429 (org-agenda-menu): Add tags commands.
17430
17431 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
17432
17433 * textmodes/ispell.el (ispell-init-process): Include the used
17434 dictionary in ispell process start message.
17435 (ispell-internal-change-dictionary): When flyspell-mode is active
17436 and dictionary is changed, make sure ispell process is restarted
17437 and flyspell word cache cleared out for the current buffer.
17438 (ispell-change-dictionary): Make sure flyspell word cache is
17439 cleared out in all buffers with active flyspell mode when
17440 dictionary is globally changed.
17441 Call ispell-internal-change-dictionary after dictionary change.
17442
17443 2006-01-13 Eli Zaretskii <eliz@gnu.org>
17444
17445 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
17446
17447 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
17448 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
17449 years. Fix small differences wrt Makefile.in.
17450 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
17451 Makefile.in does.
17452
17453 2006-01-12 Bill Wohler <wohler@newt.com>
17454
17455 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
17456 mh-search.el.
17457
17458 2006-01-12 Masatake YAMATO <jet@gyve.org>
17459
17460 * progmodes/ld-script.el: Update copyright year.
17461
17462 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
17463
17464 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
17465 Don't add widget if setting undefined.
17466
17467 2006-01-12 John Paul Wallington <jpw@pobox.com>
17468
17469 * help-fns.el (describe-variable): Remove newlines from void
17470 variable output.
17471
17472 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
17473
17474 * wdired.el (wdired-mode-map): Add help echo for
17475 wdired-abort-changes.
17476
17477 * man.el (Man-file-name-regexp): Adjust for a list of files.
17478
17479 2006-01-12 Masatake YAMATO <jet@gyve.org>
17480
17481 * progmodes/ld-script.el (auto-mode-alist): Support
17482 suffix conventions used in netbsd and eCos.
17483
17484 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
17485
17486 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
17487 (custom-variable-menu, custom-face-menu, custom-group-menu)
17488 (Custom-mode-menu): Change names of menu items. (As discussed on
17489 emacs-devel.)
17490 (custom-face-menu): Add "Undo Edits" item.
17491
17492 * startup.el (init-file-user): defcustom -> defvar.
17493
17494 * tooltip.el (tooltip-mode): Doc fix.
17495
17496 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
17497
17498 * reveal.el (reveal-post-command): window-buffer signals an error on
17499 dead windows rather than returning nil.
17500 (reveal-open-new-overlays): An overlay might die while we open others.
17501
17502 2006-01-11 Bill Wohler <wohler@newt.com>
17503
17504 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
17505 phrasing in docstring.
17506
17507 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
17508 can give some systems gas. Add new file mh-buffers.el.
17509
17510 2006-01-06 Masatake YAMATO <jet@gyve.org>
17511
17512 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
17513 C preprocessor forward ported from GNU Emacs 21.2.
17514
17515 * progmodes/asm-mode.el (asm-font-lock-keywords):
17516 Use `cpp-font-lock-keywords'.
17517
17518 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
17519
17520 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
17521 of $ for "\\.ld[s]?".
17522
17523 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
17524
17525 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
17526 (tcl-indent-line): Return `noindent' if inside a string.
17527
17528 * progmodes/flymake.el (flymake-split-string): Remove more than one
17529 empty string at beg/end of the result.
17530 (flymake-find-buildfile, flymake-find-possible-master-files):
17531 Use expand-file-name.
17532 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
17533 since expand-file-name does it for us. Use directory-file-name.
17534 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
17535 (flymake-ler-get-type, flymake-ler-get-text)
17536 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
17537 (flymake-current-line-no): Remove spurious interactive spec.
17538 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
17539 (flymake-check-include): Remove arg inc-path merged into inc-name.
17540 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
17541 Arg regexp-list replaced by a simple regexp.
17542 (flymake-master-make-header-init, flymake-master-tex-init):
17543 Correspondingly replace regexp-list with a regexp. Fix regexp.
17544
17545 2006-01-10 Simon Josefsson <jas@extundo.com>
17546
17547 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
17548 describing AUTH PLAIN fix.
17549
17550 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
17551
17552 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
17553 (report-emacs-bug): Don't record initial prompt text.
17554 Instead, add text properties to prompting text.
17555 (report-emacs-bug-hook): Delete prompting text.
17556
17557 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
17558
17559 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
17560 `dirs'. Adjust callers.
17561
17562 2006-01-09 John Paul Wallington <jpw@gnu.org>
17563
17564 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
17565
17566 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
17567
17568 * reveal.el (reveal-open-new-overlays): New extracted fun.
17569 (reveal-close-old-overlays): Idem. Check overlays's liveness before
17570 using them. Simplify the code.
17571 (reveal-post-command): Use them. Fix up obsolete windows in
17572 reveal-open-spots.
17573
17574 * progmodes/flymake.el: Use `require' rather than autoload for
17575 XEmacs's overlays.
17576 (flymake-get-common-file-prefix, flymake-build-relative-filename):
17577 Delete. Use file-relative-name instead.
17578 (flymake-get-syntax-check-program-args, flymake-perl-init):
17579 Simplify the resulting code.
17580
17581 * log-view.el (log-view-file-re, log-view-message-re): Add support
17582 for DaRCS output.
17583
17584 2006-01-09 Alex Schroeder <alex@gnu.org>
17585
17586 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
17587 identifiers sometimes added in square brackets at the beginning of
17588 subject lines.
17589
17590 2006-01-07 Richard M. Stallman <rms@gnu.org>
17591
17592 * cus-edit.el (Custom-set, Custom-save): Doc fix.
17593 (Custom-reset-current, Custom-reset-saved): Change question text.
17594 (Custom-reset-standard): Likewise.
17595 (custom-variable-reset-saved): Doc fix.
17596
17597 2006-01-07 Eli Zaretskii <eliz@gnu.org>
17598
17599 * startup.el (init-file-user): Doc fix.
17600
17601 2006-01-07 Alex Schroeder <alex@gnu.org>
17602
17603 * mail/rmail.el (rmail-current-subject): New function.
17604 (rmail-current-subject-regexp): New function.
17605 (rmail-next-same-subject): Use it.
17606
17607 * mail/rmailsum.el (rmail-summary-by-topic):
17608 Use rmail-current-subject and rmail-current-subject-regexp.
17609 (rmail-summary-next-same-subject): Ditto.
17610
17611 * net/rcirc.el (rcirc-send-input): No longer check whether the
17612 process is open, since not all commands need an open process.
17613 (rcirc-send-string): Check whether the process is open before
17614 sending anything.
17615 (rcirc-ignore-list): New option.
17616 (rcirc-ignore-list-automatic): New variable.
17617 (rcirc-print): Take rcirc-ignore-list into account.
17618 (rcirc-cmd-ignore): New command.
17619 (rcirc-ignore-update-automatic): New function.
17620 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
17621 list if ignored nicks.
17622 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
17623
17624 2006-01-06 David Reitter <david.reitter@gmail.com>
17625
17626 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
17627 reflect the address to which the report will be sent.
17628
17629 2006-01-06 Eli Zaretskii <eliz@gnu.org>
17630
17631 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
17632 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
17633
17634 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
17635
17636 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
17637
17638 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
17639 the doc string: "functoin" => "function".
17640 * ldefs-boot.el: Likewise.
17641
17642 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
17643 message text: "Duplicat" => "Duplicate".
17644
17645 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
17646
17647 * files.el (basic-save-buffer-2): If backing-up failed, reset
17648 buffer-backed-up to nil.
17649
17650 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
17651
17652 * progmodes/gud.el (gdb-script-skip-to-head)
17653 (gdb-script-calculate-indentation): Indent for breakpoint command
17654 lists also.
17655
17656 2006-01-05 Bill Wohler <wohler@newt.com>
17657
17658 * Makefile.in (compile-always): Add mh-autoloads dependency.
17659 (bootstrap): Remove mh-autoloads dependency, as compile dependency
17660 provides it.
17661 (updates): Remove mh-autoloads dependency, since it probably has
17662 already run recently (via recompile).
17663
17664 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
17665
17666 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
17667 argument `force' to disable the flyspell-last-buffer optimization.
17668 (flyspell-mode-on): Use it.
17669
17670 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
17671 flymake-simple-cleanup.
17672 (flymake-allowed-file-name-masks): Use this new default.
17673 All the functions are now called in the right buffer rather than
17674 passing the buffer as argument.
17675 (flymake-process-sentinel): Switch to buffer before calling cleanup.
17676 (flymake-parse-err-lines): Remove redundant buffer arg.
17677 (flymake-get-program-dir): Comment out unused function.
17678 (flymake-start-syntax-check, flymake-start-syntax-check-process):
17679 Remove redundant buffer argument.
17680 (flymake-get-real-file-name, flymake-simple-java-cleanup)
17681 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
17682
17683 2006-01-05 Richard M. Stallman <rms@gnu.org>
17684
17685 * info.el (Info-find-node): Don't record previous node if have none.
17686 (info): Go to directory only if history is empty.
17687
17688 * simple.el (mark): Doc fix.
17689
17690 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17691
17692 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
17693 already of desired type.
17694 (mac-ae-list): Coerce parameter to "list" type.
17695 (mac-dispatch-apple-event): Replace cadr part of event with a
17696 dummy position so that event-start returns it.
17697
17698 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
17699
17700 * textmodes/org.el (org-end-of-subtree): New function.
17701 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
17702 Use `org-end-of-subtree'.
17703 (org-agenda, org-agenda-convert-date): Protect calls to
17704 `fit-window-to-buffer'.
17705 (org-tags-view): Force matching of sublevels when doing a
17706 todo-only search. Define the correct redo command, including the
17707 arguments.
17708 (org-agenda-redo): Display message.
17709 (org-check-for-org-mode): New function.
17710 (org-agenda-type): New variable.
17711 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
17712 Set `org-agenda-type'.
17713 (org-agenda-check-type): New function.
17714 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
17715 (org-agenda-week-view, org-agenda-day-view)
17716 (org-agenda-next-date-line, org-agenda-previous-date-line)
17717 (org-agenda-log-mode, org-agenda-toggle-diary)
17718 (org-agenda-toggle-time-grid, org-agenda-date-later)
17719 (org-agenda-date-prompt, org-agenda-diary-entry)
17720 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
17721 (org-agenda-convert-date, org-agenda-menu):
17722 Use `org-agenda-check-type'.
17723 (org-make-overlay, org-delete-overlay)
17724 (org-detatch-overlay, org-move-overlay, org-overlay-put):
17725 New compatibility functions.
17726 (org-calendar-select-mouse): New command.
17727
17728 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
17729
17730 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
17731 (Custom-reset-standard): Fix y-or-n-p messages.
17732 (custom-link): New face for links.
17733 (custom-buffer-create-internal, custom-manual): Use it.
17734 (custom-face-save): Push to theme-face before setting face spec.
17735
17736 * wid-edit.el (widget-default-mouse-face-get): New function.
17737 (widget-specify-button): Handle mouse-face like button-face.
17738
17739 * custom.el (load-theme): Clear old theme settings if reloading.
17740
17741 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
17742
17743 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
17744 "Erase Customization" button back to same position it occupies in
17745 the individual State menus.
17746
17747 2006-01-04 Kim F. Storm <storm@cua.dk>
17748
17749 * wid-edit.el (key-sequence): Rework widget to read key binding
17750 using `kbd' syntax. Use C-q to insert literal key, event, or code.
17751 (widget-key-sequence-default-value): Default value for empty sequence.
17752 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
17753 (widget-key-sequence-read-event): New command for C-q.
17754 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
17755 (widget-key-sequence-value-to-external): New functions.
17756
17757 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
17758
17759 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
17760 Use expand-file-name.
17761 (flymake-delete-temp-directory): Use expand-file-name,
17762 file-name-directory, and directory-file-name.
17763 (flymake-strrchr): Delete.
17764 (flymake-start-syntax-check): Don't pass the redundant buffer argument
17765 to the init-f function.
17766 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
17767 (flymake-init-find-buildfile-dir)
17768 (flymake-init-create-temp-source-and-master-buffer-copy)
17769 (flymake-simple-make-init-impl, flymake-simple-make-init)
17770 (flymake-master-make-init, flymake-master-make-header-init)
17771 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
17772 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
17773 (flymake-xml-init): Remove corresponding redundant buffer argument.
17774 (flymake-allowed-file-name-masks): Remove last elems that are equal to
17775 the default anyway. Clean up regexps.
17776
17777 * progmodes/flymake.el (flymake-temp-source-file-name)
17778 (flymake-master-file-name, flymake-temp-master-file-name)
17779 (flymake-base-dir): New buffer-local vars.
17780 (flymake-buffer-data, flymake-get-buffer-value)
17781 (flymake-set-buffer-value): Replace those hash-tables by the new
17782 buffer-local vars. Update callers.
17783
17784 * progmodes/flymake.el (flymake-check-start-time)
17785 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
17786 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
17787 Move definition, so we can remove redundant earlier declaration.
17788 (flymake-replace-regexp-in-string, flymake-split-string)
17789 (flymake-get-temp-dir): Use defalias.
17790 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
17791 (flymake-xemacs-window-edges): Remove unused function.
17792 (flymake-get-point-pixel-pos): Move.
17793 (flymake-pid-to-names, flymake-reg-names)
17794 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
17795 Replace by a simple list flymake-processes and by process-buffer.
17796 Update callers. Other than simplify the code, it uses buffers rather
17797 than buffer-names so it doesn't get confused by uniquify.
17798 (flymake-buffer-data): The global value should just be nil.
17799
17800 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
17801 Optimize the body of a defalias like any other code.
17802
17803 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
17804 Make sure we've setup font-lock's vars. It may influence which
17805 function we then call.
17806 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
17807 here since it's too late anyway.
17808
17809 2006-01-03 Romain Francoise <romain@orebokech.com>
17810
17811 * startup.el (fancy-splash-tail, normal-splash-screen):
17812 Update copyright year.
17813
17814 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
17815
17816 * mouse.el (mouse-drag-track): Rename, from
17817 `mouse-drag-region-1'. Includes optional argument required to
17818 enable post-drag event processing (e.g. delete region keys).
17819 Can be used without this argument to track a mouse region and operate
17820 on it as soon as the drag completes.
17821 (mouse-drag-region): Use `mouse-drag-track'.
17822
17823 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
17824
17825 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
17826 Move to `custom-buffer' group.
17827
17828 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
17829 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
17830 (custom-theme-insert-face-marker, custom-theme-variable-menu)
17831 (custom-theme-face-menu): New variables.
17832 (custom-theme-add-variable, custom-theme-variable-action)
17833 (custom-variable-reset-theme, custom-theme-delete-variable)
17834 (custom-face-reset-theme, custom-theme-face-action)
17835 (custom-theme-delete-face, custom-theme-merge-theme)
17836 (custom-theme-add-face, custom-theme-visit-theme): New functions.
17837
17838 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
17839
17840 * custom.el: Move Custom Themes commentary to start of theme code.
17841 (custom-known-themes): Rename `standard' theme to `changed'.
17842 (custom-push-theme): Caller no longer specifies what theme to use
17843 when doing `reset'---the setting is simply removed from the theme.
17844 Delete MODE from `theme-value' and `theme-settings' properties.
17845 (custom-declare-theme): Ignore &rest args since we don't use them.
17846
17847 (custom-loaded-themes): Delete variable.
17848 (custom-theme-load-themes, custom-theme-loaded-p)
17849 (custom-theme-value): Delete functions.
17850
17851 (custom-declare-theme): Signal error on invalid theme names.
17852 (provide-theme): custom-loaded-themes was deleted.
17853 (load-theme): Load the file unconditionally.
17854 (enable-theme): Call `load-theme' if theme is undefined.
17855 (custom-enabled-themes): Only update value for successful loads.
17856 (disable-theme): Complete from enabled themes when interactive.
17857 (custom-variable-theme-value): Calculate theme value directly.
17858
17859 (custom-theme-reset-variables, custom-reset-variables): Mark as
17860 XEmacs compatibility functions. We don't actually use these.
17861
17862 * cus-edit.el (custom-variable-state-set):
17863 Use custom-variable-theme-value instead of custom-theme-value.
17864 (custom-face-state-set): Rename `standard' theme to `changed'.
17865 (custom-save-variables, custom-save-faces): Delete unneeded
17866 references to custom-reset-variables.
17867 (custom-save-resets): Delete function.
17868 (custom-save-variables, custom-save-faces): MODE argument deleted.
17869 (custom-save-variables, custom-save-faces): Ignore theme values.
17870
17871 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
17872 compatibility function.
17873
17874 2006-01-01 Richard M. Stallman <rms@gnu.org>
17875
17876 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
17877 (Custom-reset-current, Custom-reset-saved): Likewise.
17878 (Custom-reset-standard): Show message if aborted.
17879 (custom-mode): Doc fix, describing those commands.
17880
17881 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
17882 put on event-kind property.
17883
17884 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
17885
17886 * custom.el (provide-theme): Ban `user' theme name.
17887 (custom-enabling-themes): New variable.
17888 (enable-theme): Don't enable user if custom-enabling-themes is t.
17889 (custom-enabled-themes): Make it a defcustom.
17890 (custom-theme-recalc-face): No-op if face is undefined.
17891
17892 * cus-edit.el (custom-button-mouse): New variable.
17893 (custom-button-mouse): New face.
17894 (custom-raised-buttons, custom-mode): Use it.
17895
17896 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
17897
17898 2005-12-31 Eli Zaretskii <eliz@gnu.org>
17899
17900 * progmodes/gud.el (gud-display-line): Support hl-line in the
17901 source buffer.
17902
17903 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
17904
17905 * mouse.el (mouse-drag-window-above): Verify that the found window
17906 overlaps with the given window in the horizontal dimension.
17907
17908 2005-12-31 Eli Zaretskii <eliz@gnu.org>
17909
17910 * Makefile.in (cvs-update): New target.
17911
17912 * makefile.w32-in (cvs-update): Ditto.
17913
17914 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
17915
17916 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
17917 (custom-new-theme-mode-map): New variable.
17918
17919 2005-12-30 Richard M. Stallman <rms@gnu.org>
17920
17921 * custom.el (custom-load-themes): Function deleted.
17922
17923 * cus-edit.el (custom-save-loaded-themes): Function deleted.
17924 (custom-save-variables): Don't delete or add custom-load-themes call.
17925
17926 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
17927
17928 * cus-start.el: Add `visible-cursor'.
17929
17930 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
17931 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
17932 (flymake-process-filter): Switch to buffer before calling it instead.
17933 (flymake-post-syntax-check, flymake-highlight-err-lines)
17934 (flymake-delete-own-overlays, flymake-parse-err-lines)
17935 (flymake-start-syntax-check, flymake-start-syntax-check-process)
17936 (flymake-count-lines, flymake-parse-residual):
17937 Remove constant buffer argument.
17938 (flymake-start-syntax-check-for-current-buffer): Remove.
17939 Update callers to use flymake-start-syntax-check instead.
17940 (flymake-display-err-menu-for-current-line):
17941 Remove unused var `mouse-pos'.
17942 (flymake-restore-formatting): Comment out unused function.
17943 (flymake-report-status, flymake-report-fatal-status): Remove buffer
17944 argument, use current-buffer instead. Update callers.
17945
17946 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17947
17948 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
17949 buffer-local because choose-completion-delete-max-match requires
17950 that we set completion-ignore-case (i.e., binding via let is not
17951 sufficient).
17952 (bibtex-complete): Always set completion-ignore-case and
17953 choose-completion-string-functions. The latter is needed because
17954 choose-completion-string-functions keeps its value if we quit the
17955 *Completions* buffer without requesting a completion.
17956
17957 2005-12-30 Andreas Schwab <schwab@suse.de>
17958
17959 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
17960
17961 2005-12-30 Eli Zaretskii <eliz@gnu.org>
17962
17963 * jit-lock.el (jit-lock-chunk-size): Doc fix.
17964
17965 2005-12-30 Juri Linkov <juri@jurta.org>
17966
17967 * locate.el (locate-fcodes-file, locate-header-face)
17968 * progmodes/delphi.el (delphi-other-face)
17969 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
17970
17971 * paren.el (show-paren-match, show-paren-mismatch): Use existing
17972 group `paren-showing-faces'.
17973
17974 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
17975 (goto-address): Fix docstring.
17976
17977 * net/webjump.el (webjump-sample-sites): Update URLs.
17978
17979 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
17980
17981 * subr.el (cancel-change-group): Add listp around pending-undo-list.
17982
17983 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
17984
17985 * font-lock.el (font-lock-compile-keywords): Signal an error when
17986 font-lock-set-defaults hasn't been called.
17987
17988 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
17989
17990 * subr.el (noreturn, 1value): Doc fixes.
17991
17992 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17993
17994 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
17995 that assoc-string returns nil.
17996
17997 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17998
17999 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
18000 (bibtex-entry-type-str, bibtex-empty-field-re)
18001 (bibtex-search-backward-string, bibtex-preamble-prefix)
18002 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
18003 (bibtex-any-valid-entry-type): New variable.
18004 (bibtex-parse-field-name): Simplify.
18005 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
18006 (bibtex-preamble-prefix): Include left delimiter.
18007 (bibtex-search-forward-field, bibtex-search-backward-field):
18008 Allow unbounded search past entry boundaries (required by bibtex-pop).
18009 (bibtex-text-in-field-bounds): Use push.
18010 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
18011 (bibtex-parse-preamble, bibtex-valid-entry)
18012 (bibtex-beginning-first-field): New functions.
18013 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
18014 (bibtex-map-entries): Fix docstring.
18015 (bibtex-flash-head): New arg prompt. Simplify.
18016 (bibtex-enclosing-field): Include code of bibtex-inside-field.
18017 (bibtex-insert-kill): Simplify. Always insert text past the
18018 current field or entry.
18019 (bibtex-format-entry): Use bibtex-parse-field.
18020 (bibtex-pop): Use bibtex-beginning-of-entry and
18021 bibtex-end-of-entry to initiate the search. Insert empty field if
18022 we found ourselves.
18023 (bibtex-print-help-message): New args field and comma.
18024 Handle entry keys.
18025 (bibtex-make-field): Use bibtex-beginning-of-entry.
18026 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
18027 invalid entry.
18028 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
18029 Handle preambles. Simplify code for thorough test.
18030 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
18031 New arg comma. Handle entry heads.
18032 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18033 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
18034 New arg comma.
18035 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
18036 (bibtex-fill-field): Simplify.
18037 (bibtex-fill-entry): Use bibtex-beginning-first-field and
18038 bibtex-parse-field.
18039 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
18040 (bibtex-complete): Use bibtex-parse-preamble.
18041
18042 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
18043
18044 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
18045 Display name of expression instead of convenience variable.
18046 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
18047
18048 * progmodes/gud.el (gud-tooltip-dereference): Rename from
18049 toggle-gud-tooltip-dereference.
18050 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
18051 (gud-tooltip-tips): ...here when dereferencing.
18052
18053 2005-12-28 Bill Wohler <wohler@newt.com>
18054
18055 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
18056
18057 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
18058
18059 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
18060 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
18061 (vc-annotate-display-autoscale): Adjust call.
18062 (vc-annotate-display-default): Adjust call. Make arg compulsory.
18063 Fix interactive spec.
18064 (vc-annotate-time-span): Remove.
18065 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
18066 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
18067 (vc-annotate-display-select): Use new name.
18068
18069 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
18070 (vc-annotate-mode-menu): Remove left-over redundant declaration.
18071 Correct the construction of span entries. Simplify.
18072 (vc-annotate-display-select): Fix the nil case.
18073 (vc-annotate): Remove obsolete (and now broken) code.
18074 (vc-annotate-extract-revision-at-line): Remove obsolete code.
18075 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
18076
18077 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
18078
18079 * subr.el (lazy-completion-table): Correct typo in docstring.
18080
18081 * startup.el (command-line): Use `custom-reevaluate-setting' for
18082 `send-mail-function'.
18083
18084 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
18085
18086 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
18087
18088 * mail/smtpmail.el (smtpmail-try-auth-methods):
18089 Send credentials together with "AUTH PLAIN" command.
18090
18091 2005-12-27 Richard M. Stallman <rms@gnu.org>
18092
18093 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
18094 mouse-2, go back to previously selected window, so it's selected
18095 when mouse-2 command runs.
18096
18097 2005-12-27 Juri Linkov <juri@jurta.org>
18098
18099 * descr-text.el (describe-text-sexp): Use square brackets for
18100 button [Show] to distinguish it from the property value `show'.
18101 (describe-property-list): Use `insert-text-button' with
18102 `help-face' type instead of putting face in quotes, because button
18103 is not created automatically for a list of faces.
18104 (describe-text-properties-1): Put button-type value in quotes to
18105 distinguish from plain text "button".
18106 (describe-char): Display code point values in hex. Don't use
18107 `symbol-name' for `current-input-method' because it is a string.
18108 Use `insert-text-button' with `help-face' type instead of putting
18109 hardcoded face in quotes, because button is not created automatically.
18110
18111 2005-12-27 Richard M. Stallman <rms@gnu.org>
18112
18113 * progmodes/glasses.el (glasses-face): More specific custom type.
18114
18115 * files.el (set-visited-file-name): Doc fix.
18116
18117 * textmodes/flyspell.el (flyspell-external-point-words):
18118 Use local var buffer-scan-pos to advance scan for next misspelling.
18119 Advance it only after we find the misspelling.
18120
18121 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
18122
18123 * textmodes/flyspell.el (flyspell-external-point-words):
18124 New criteria for finding the misspelling in the buffer.
18125
18126 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
18127
18128 * help-mode.el (help-insert-string): Set help-xref-stack-item
18129 rather than call help-setup-xref.
18130
18131 * descr-text.el (describe-char): Revert previous changes for
18132 optional buffer argument.
18133
18134 2005-12-27 Juri Linkov <juri@jurta.org>
18135
18136 * help-mode.el (help-insert-string): New function. Save buffer
18137 contents in cases where it is impossible to recompute the old contents.
18138
18139 * descr-text.el (describe-char): Set help-xref-stack-item
18140 explicitly after buffer has been generated.
18141
18142 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18143
18144 * cus-start.el (all): Add x-gtk-show-hidden-files.
18145
18146 2005-12-26 Richard M. Stallman <rms@gnu.org>
18147
18148 * replace.el (perform-replace): Calculate match-again
18149 before skipping read-only matches.
18150
18151 * paren.el (paren-showing-faces): New group.
18152 (show-paren-match, show-paren-mismatch): Move to that group.
18153
18154 * button.el (button): Put into group `basic-faces'.
18155
18156 * progmodes/make-mode.el: Remove faces from group `faces'.
18157
18158 * apropos.el (apropos, apropos-value): Doc fix.
18159 (apropos-documentation): Doc fix.
18160
18161 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
18162
18163 * subr.el (lazy-completion-table): Remove argument `args'.
18164
18165 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
18166 Don't use the `args' argument of lazy-completion-table.
18167
18168 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
18169
18170 * descr-text.el (describe-char): Add optional argument for buffer.
18171 Set buffer appropriately. Call help-setup-xref.
18172 Suggested by Stefan Monnier.
18173
18174 2005-12-26 Juri Linkov <juri@jurta.org>
18175
18176 * descr-text.el: Require `help-fns' at runtime. Don't require
18177 `button' for byte compilation.
18178 (describe-text-widget): Add `help-echo' for first button.
18179 Use `help-info' for second.
18180 (describe-property-list): Use `help-argument-name' instead of `italic'.
18181 (describe-text-category): Add prompt to interactive spec.
18182 Call `help-setup-xref'.
18183 (describe-char): Use `help-character-set'. Add `help-echo' for
18184 code point. Use `help-input-method'. Remove superfluous insert.
18185
18186 2005-12-25 Richard M. Stallman <rms@gnu.org>
18187
18188 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
18189 at point, in case of narrowing.
18190
18191 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
18192
18193 * locate.el (locate-header-face): Allow nil in type.
18194
18195 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
18196
18197 2005-12-25 Romain Francoise <romain@orebokech.com>
18198
18199 * battery.el (battery-linux-proc-acpi): Also try
18200 `/proc/acpi/thermal_zone/THM0/temperature'.
18201
18202 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
18203
18204 * custom.el (custom-push-theme): Fix docstring.
18205
18206 * cus-edit.el (custom-variable-set, custom-variable-save)
18207 (custom-variable-save): Custom-quote widget values.
18208 (customize-save-variable): Fix custom-push-theme call.
18209
18210 2005-12-24 Eli Zaretskii <eliz@gnu.org>
18211
18212 * w32-fns.el (w32-batch-update-autoloads): New function.
18213
18214 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
18215 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
18216 from the command line.
18217
18218 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
18219
18220 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
18221 reset means to remove setting from theme entirely. Don't keep
18222 expanding theme-settings list; delete old entries if necessary.
18223
18224 * cus-edit.el (custom-buffer-create-internal): Move "Erase
18225 customization" button one line up.
18226 (custom-themed): New face.
18227 (custom-magic-alist): New value, THEMED, for theme settings.
18228 (custom-variable-state-set, custom-face-state-set):
18229 Check theme-value instead of saved-value.
18230 (custom-variable-reset-standard, custom-face-reset-standard):
18231 Remove theme setting entirely. Recalculate new values.
18232 (custom-variable-set, custom-variable-set)
18233 (custom-variable-reset-saved, custom-variable-reset-backup)
18234 (custom-face-set, custom-face-reset-saved): Update `user' theme.
18235 (custom-variable-save): Fix typos.
18236
18237 2005-12-23 Juri Linkov <juri@jurta.org>
18238
18239 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
18240 Add autoload cookies.
18241 (edebug-outside-d-c-i-n-s-w): New variable.
18242 (edebug-display, edebug-outside-excursion): Use it to save the
18243 original value of default-cursor-in-non-selected-windows.
18244 Set default-cursor-in-non-selected-windows to t while Edebug
18245 is active.
18246 (edebug-mode, edebug-eval-mode): Doc fix.
18247
18248 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
18249 with `buffer-substring-no-properties' to remove common substring
18250 highlighting.
18251
18252 * info.el (info-other-window, info): Rename function argument
18253 `file' to `file-or-node'.
18254 (Info-complete-menu-item): Use local variable `complete-nodes' to
18255 keep the global value of `Info-complete-nodes' unchanged for
18256 subsequent completions.
18257 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
18258
18259 * simple.el (get-next-valid-buffer, last-buffer)
18260 (next-error-buffer-p, next-error-find-buffer)
18261 (minibuffer-history-sexp-flag): Doc fix.
18262
18263 * savehist.el (savehist-mode-hook): Add `:group'.
18264
18265 * log-view.el: Call autoload for vc-find-version.
18266 (log-view-current-file): Adjust subgroup numbers.
18267 (log-view-current-tag): Add `length'.
18268
18269 2005-12-23 Richard M. Stallman <rms@gnu.org>
18270
18271 * vc.el (vc-annotate-car-last-cons): Defn moved up.
18272
18273 2005-12-23 Juri Linkov <juri@jurta.org>
18274
18275 * hi-lock.el (hi-lock-archaic-interface-message-used)
18276 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
18277 (hi-lock-mode): Display "Hi" in the mode line only when
18278 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
18279 (hi-lock-write-interactive-patterns):
18280 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
18281 (hi-lock-set-pattern, hi-lock-set-file-patterns)
18282 (hi-lock-font-lock-hook): Set 3rd arg `how' of
18283 font-lock-add-keywords to t.
18284
18285 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
18286
18287 * hi-lock.el (hi-lock-highlight-range): New variable.
18288 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
18289 only if font-lock-fontified is non-nil. Remove overlays.
18290 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
18291 font-lock-fontified is non-nil, otherwise use overlays (instead of
18292 text properties).
18293 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
18294 New variables.
18295 (hi-lock-string-serialize): New function.
18296
18297 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18298
18299 * menu-bar.el (menu-find-file-existing): New function.
18300 (menu-bar-file-menu): Use menu-find-file-existing for Open.
18301
18302 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
18303
18304 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
18305
18306 * vc.el: Remove unnecessary leading * in docstrings.
18307 (vc-annotate-mode-map): Move initialization into declaration.
18308 (vc-static-header-alist): Nitpick on the regexp.
18309 (vc-default-init-version): New fun.
18310 (vc-register): Use it.
18311 (vc-insert-headers): Use dolist.
18312 (vc-annotate-get-backend): Remove unused function.
18313 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
18314 (vc-annotate-mode): Remove corresponding call.
18315 (vc-annotate-car-last-cons): Simplify.
18316 (vc-annotate-buffers): Remove var.
18317 (vc-annotate-backend): Make it buffer-local.
18318 (vc-annotate): Move the interaction to the interactive spec.
18319 Add a `buf' argument.
18320 (vc-annotate-warp-version): Use this new `buf' argument to avoid
18321 killing&creating a vc-annotate buffer, which is very disruptive when
18322 the buffers are shown in dedicated frames.
18323
18324 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
18325
18326 * descr-text.el: Add FSF as maintainer.
18327 (describe-text-mode, describe-text-mode-map)
18328 (describe-text-mode-hook, describe-text-done): Delete. Use normal
18329 help-mode.
18330 (describe-text-widget, describe-text-sexp)
18331 (describe-property-list, describe-text-category)
18332 (describe-text-properties, describe-text-properties-1)
18333 (describe-char): Use help buttons instead of widgets.
18334 (describe-char-unicodedata-file): Make URL link in doc string.
18335
18336 2005-12-22 Richard M. Stallman <rms@gnu.org>
18337
18338 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
18339 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
18340 Don't include buttons that write a file when there's no file.
18341 (custom-variable-menu, custom-face-menu, custom-group-menu):
18342 Don't include commands that write a file when there's no file.
18343 (customize-browse): Reword the top-of-buffer help intro.
18344 (custom-buffer-create-internal): Fix previous change.
18345 (customize-changed-options-previous-release): Prev release is 21.1.
18346 (customize-changed-options): Doc fix.
18347 (customize-changed): New alias.
18348 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
18349 Say "standard values".
18350 (Custom-reset-standard): Doc fix.
18351 (custom-face-reset-standard): Doc fix.
18352
18353 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
18354
18355 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
18356 even if font-lock-mode is non-nil since it may be t without having
18357 turned on font-lock-mode-internal.
18358 (font-lock-choose-keywords): Minor optimization.
18359 (font-lock-add-keywords, font-lock-remove-keywords)
18360 (font-lock-set-defaults): Don't call make-local-variable on a variable
18361 that we know to already be local.
18362
18363 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
18364
18365 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
18366 messages if in the minibuffer.
18367
18368 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
18369
18370 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
18371 (tex-mode-flyspell-verify, flyspell-get-word)
18372 (flyspell-external-point-words): Don't use point-min/max uselessly.
18373
18374 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
18375 by Kevin Rodgers. Instead, just hide the completions buffer if we
18376 don't need to show it.
18377
18378 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
18379
18380 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
18381
18382 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
18383
18384 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
18385 delete-windows-on with an inexistent buffer.
18386
18387 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
18388
18389 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
18390 Delete defcustom variable :tag names.
18391
18392 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
18393
18394 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
18395 (log-view-font-lock-keywords): Ajust subgroup numbers.
18396 (log-view-current-tag): Don't hard code the number of subgroups.
18397
18398 2005-12-20 Juri Linkov <juri@jurta.org>
18399
18400 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
18401 (tooltip-x-offset, tooltip-y-offset): Doc fix.
18402
18403 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
18404 (menu-bar-non-minibuffer-window-p): Instead of checking
18405 display-multi-frame-p, use selected-frame when menu-updating-frame
18406 is nil.
18407
18408 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
18409
18410 * align.el (align-rules-list): Use [ \t] instead of \s-
18411 for column separators in text mode.
18412
18413 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
18414
18415 * help-mode.el (help-customize-variable, help-customize-face):
18416 Don't pop help-xref-stack as help-follow no longer pushes
18417 anything on to it.
18418
18419 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
18420
18421 * textmodes/org.el (org-agenda-custom-commands): New option.
18422 (org-agenda): Offer custom commands on splash screen.
18423 (org-make-tags-matcher): Parser for Boolean logic added.
18424 (org-agenda-set-tags): New command.
18425 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
18426 (org-set-tags): Efficiency improvements.
18427 (org-auto-align-tags): New option.
18428 (org-todo, org-demote, org-promote): Realign tags.
18429 (org-tags-completion-function): Use also "&" and "|" as separators.
18430 (org-org-menu): Agenda commands simplified.
18431
18432 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
18433
18434 * cus-edit.el (customize-apropos, customize-apropos-options):
18435 Docstring changes.
18436
18437 * font-lock.el (font-lock): Add tags to the links in the defgroup.
18438
18439 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
18440
18441 * longlines.el (longlines-mode): Wrap while widened.
18442 (longlines-decode-region, longlines-encode-region): Compute max
18443 just once.
18444
18445 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18446
18447 * cus-edit.el (mac): New group.
18448
18449 * cus-start.el (all): Add user options in macterm.c. Add test for
18450 Mac-related built-ins. Fix test for GTK-related built-ins.
18451
18452 * term/mac-win.el (mac-handle-language-change)
18453 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
18454 (mac-services-open-selection, mac-services-mail-selection)
18455 (mac-services-mail-to, mac-services-insert-text)
18456 (mac-dispatch-apple-event): Add docstrings.
18457 (x-get-selection, mac-select-convert-to-string): Select coding
18458 system from `utf-16be' and `utf-16le' using `byteorder'.
18459
18460 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
18461
18462 * subr.el (lazy-completion-table): Don't be fooled if the var holds
18463 a "list" (lambda ...) rather than a real completion list.
18464
18465 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
18466 lexical-let when encountering ((lambda (...) ...) ...).
18467
18468 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
18469
18470 * progmodes/sh-script.el (sh-mode):
18471 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
18472 * textmodes/picture.el (picture-mode): Update docstrings.
18473
18474 2005-12-17 Eli Zaretskii <eliz@gnu.org>
18475
18476 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
18477 commands enclosed in $(ARGQUOTE)s should not be split between two
18478 lines, as that will break with GNU Make >3.80, when sh.exe is used
18479 and arg quoting is with '..'.
18480 (autoloads): Don't break the quoted --eval expression between
18481 several lines.
18482
18483 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
18484
18485 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
18486 Capture error from printing circular structures.
18487
18488 2005-12-17 Martin Rudalics <rudalics@gmx.at>
18489
18490 * wid-edit.el (widget-checkbox-action): Clear undo info.
18491
18492 2005-12-16 Bill Wohler <wohler@newt.com>
18493
18494 * menu-bar.el (kill-this-buffer): Set a good example by using menu
18495 bar, not menubar in comment.
18496
18497 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
18498
18499 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
18500 After-change-functions should not clobber the match data.
18501
18502 2005-12-16 Juri Linkov <juri@jurta.org>
18503
18504 * simple.el (choose-completion): Use `buffer-substring-no-properties'
18505 instead of `buffer-substring'.
18506 (completion-common-substring): Doc fix.
18507 (completion-setup-function): Use minibuffer-completion-contents
18508 instead of minibuffer-contents. Don't set common-string-length
18509 initially. Remove special handling of partial-completion-mode.
18510 Move computation of completion-base-size into one cond.
18511 Call completion-base-size-function in mainbuf. In computation of
18512 completion-base-size for file name completion don't move point to
18513 the end of the minibuffer. Move computation of common-string-length
18514 into one cond. Start putting faces only when common-string-length>=0.
18515 Add condition to put completions-common-part when
18516 common-string-length>0.
18517
18518 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
18519 place point at the first different character in the minibuffer
18520 even if this position is at the beginning of the minibuffer.
18521
18522 * info.el (Info-read-node-name-1): In completion-base-size-function's
18523 lambda return 1 if common-substring or minibuffer-completion-contents
18524 starts with (, and 0 otherwise.
18525
18526 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
18527 Use `crm-current-element' for second arg of `display-completion-list'.
18528
18529 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
18530
18531 * files.el (set-auto-mode): Look for an interpreter specified on
18532 the first line also if search for mode specification succeeded,
18533 but the mode is not known.
18534
18535 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
18536
18537 * textmodes/org.el (org-tags-match-list-sublevels): New option.
18538 (org-open-at-point): Implement tag searches as links.
18539 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
18540 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
18541 (org-tags-sparse-tree, org-tags-view, org-set-tags)
18542 (org-agenda-dispatch): New commands.
18543 (org-use-tag-inheritance, org-tags-column): New options.
18544 (org-tab-follows-link, org-return-follows-link): New options.
18545 (org-tags): New customize group.
18546 (org-start-icalendar-file): Get local time zone.
18547 (org-tags-completion-function): New function.
18548 (org-set-font-lock-defaults): Make sure links will also be
18549 highlighted inside headlines.
18550
18551 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
18552
18553 * term.el (term-emulate-terminal):
18554 Let term-handle-ansi-terminal-messages override what Bash says about
18555 its current directory.
18556
18557 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
18558
18559 * bindings.el (last-buffer): Move to simple.el.
18560 * simple.el (last-buffer): Move here.
18561 (get-next-valid-buffer): New function.
18562 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
18563 (prev-buffer): Ditto. Rename to `previous-buffer'.
18564
18565 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
18566 * bindings.el (global-map): Ditto.
18567
18568 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
18569
18570 * cus-edit.el: Introductory comment change.
18571 (custom-magic-alist): Change message string for the `rogue' state.
18572
18573 2005-12-15 Richard M. Stallman <rms@gnu.org>
18574
18575 * tooltip.el: Delete defcustom variable :tag names.
18576
18577 * complete.el (partial-completion-mode): Doc fix.
18578
18579 * textmodes/flyspell.el (flyspell-external-point-words):
18580 Use save-excursion to ensure we don't move backward in the
18581 search loop, not even one character.
18582 (flyspell-delete-all-overlays): Use remove-overlays directly.
18583
18584 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
18585 (ispell-start-process): Set that variable.
18586 Clear ispell-buffer-local-name.
18587 (ispell-internal-change-dictionary):
18588 Set ispell-current-dictionary after killing process.
18589 (ispell-buffer-local-dict):
18590 Don't set spell-personal-dictionary after killing process.
18591 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
18592 (ispell-tex-skip-alists, ispell-html-skip-alists)
18593 (ispell-skip-region-alist): Mark as risky.
18594
18595 * net/newsticker.el (newsticker--retrieval-timer-list)
18596 (newsticker--display-timer, newsticker-running-p)
18597 (newsticker-ticker-running-p): Definitions moved up.
18598
18599 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
18600
18601 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
18602
18603 2005-12-15 David Ponce <david@dponce.com>
18604
18605 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
18606 (recentf-edit-list, recentf-open-files): Signal an error when
18607 there is no recent file.
18608
18609 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
18610
18611 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
18612 read-only except for texinfo-format-region evaluation.
18613
18614 2005-12-14 Richard M. Stallman <rms@gnu.org>
18615
18616 * vc.el (vc-default-previous-version, vc-default-next-version)
18617 (vc-do-command): Doc fixes.
18618
18619 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18620
18621 * textmodes/bibtex.el (bibtex-expand-strings)
18622 (bibtex-autokey-expand-string, bibtex-name-part)
18623 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
18624 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
18625 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
18626 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
18627 (bibtex-entry-postfix, bibtex-known-entry-type-re)
18628 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
18629 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
18630 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
18631 (bibtex-beginning-of-last-entry): Remove.
18632 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
18633 message if comma is missing but buffer is read-only.
18634 (bibtex-parse-field-text): Handle whitespaces at the end of field
18635 text. Return 3-element list with beginning and end of field text
18636 and end of field.
18637 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
18638 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
18639 (bibtex-search-forward-field, bibtex-search-backward-field):
18640 Search always delimited by limits of entry. Use more efficient
18641 search algorithms.
18642 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
18643 bibtex-end-of-name-in-field.
18644 (bibtex-text-in-field-bounds): Handle BibTeX strings when
18645 extracting the content of a field.
18646 (bibtex-text-in-field): Use search limits.
18647 (bibtex-parse-string-prefix): Handle empty string keys based on
18648 bibtex-string-empty-key.
18649 (bibtex-parse-string): Fix docstring.
18650 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
18651 (bibtex-preamble-prefix, bibtex-strings): New functions.
18652 (bibtex-skip-to-valid-entry): Include preceding whitespace in
18653 BibTeX entries (consistent with other BibTeX functions).
18654 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
18655 (bibtex-search-entry): Fix docstring. Simplify.
18656 (bibtex-flash-head, bibtex-complete-string-cleanup)
18657 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
18658 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
18659 (bibtex-parse-entry): New optional arg content.
18660 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
18661 Use bibtex-text-in-field-bounds.
18662 (bibtex-print-help-message): Handle BibTeX strings and preambles.
18663 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
18664 bibtex-parse-string-postfix.
18665 (bibtex-find-text-internal): New function.
18666 (bibtex-remove-delimiters): Use it.
18667 (bibtex-find-text): Use it. New optional arg help.
18668 (bibtex-complete): Handle BibTeX string and preamble entries.
18669 (bibtex-Preamble): Fix order of closing delimiters.
18670
18671 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
18672
18673 * vc.el (vc-default-revert): New fun.
18674
18675 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
18676
18677 2005-12-14 Romain Francoise <romain@orebokech.com>
18678
18679 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
18680 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
18681 (font-lock-remove-keywords): Likewise.
18682
18683 2005-12-14 Juri Linkov <juri@jurta.org>
18684
18685 * log-view.el (log-view-diff): Doc fix.
18686
18687 * isearch.el (isearch-query-replace): Use (mark) instead of
18688 isearch-opoint if mark is active in transient-mark-mode.
18689
18690 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
18691
18692 * isearch.el (isearch-query-replace): Check for isearch-other-end.
18693
18694 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
18695
18696 * progmodes/cpp.el (cpp-face): New widget.
18697 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
18698
18699 2005-12-14 Juri Linkov <juri@jurta.org>
18700
18701 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
18702 around `erase-buffer' and `insert'.
18703
18704 * descr-text.el (describe-text-properties): Replace buffer name
18705 "*Help-2*" with "*Help*<2>".
18706 (describe-char): Add functions print-help-return-message,
18707 toggle-read-only. Use help-setup-xref with nil to not store
18708 describe-char in help-xref-stack. Use help-make-xrefs to
18709 make [back] button.
18710
18711 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
18712
18713 * wdired.el (wdired-old-point): New internal variable.
18714 (wdired-change-to-wdired-mode): Set it buffer-locally.
18715 (wdired-abort-changes): Restore point after aborting changes.
18716
18717 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
18718
18719 * vc.el (vc-do-command): Add a new value t for okstatus.
18720
18721 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
18722 frame in case of errors.
18723
18724 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18725
18726 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
18727 so it comes after "On the Left" in the menu.
18728
18729 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
18730
18731 * cus-edit.el (customize-apropos, customize-apropos-options)
18732 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
18733
18734 2005-12-12 Bill Wohler <wohler@newt.com>
18735
18736 * vc-svn.el (vc-svn-registered): Fix problem of visiting
18737 non-writable Subversion-controlled files by saving window
18738 configuration before calling vc-do-command. vc-do-command calls
18739 pop-to-buffer on error which is unexpected during registration.
18740
18741 2005-12-12 Jay Belanger <belanger@truman.edu>
18742
18743 * calc/README: Update the summary of changes.
18744
18745 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
18746
18747 * descr-text.el (describe-char): Rework last fix to solve the problem
18748 is the same way it's solved for everything else in that function
18749 (i.e. by extracting the info before setting up the *Help* buffer).
18750
18751 2005-12-12 Kim F. Storm <storm@cua.dk>
18752
18753 * subr.el (version-regexp-alist): Allow space as separator before
18754 non-numeric part, e.g. "1.0 alpha".
18755 (version-to-list): Interpret .X.Y version as 0.X.Y version.
18756
18757 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
18758
18759 * textmodes/org.el (org-agenda, org-timeline, org-todo):
18760 Implement Logging and the keep-modes setting.
18761 (org-get-category): Make sure a string is returned.
18762 (org-log-done): New function.
18763 (org-log-done, org-closed-string): New options.
18764
18765 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18766
18767 * tooltip.el (tooltip-y-offset): Change default to 20.
18768
18769 2005-12-12 Richard M. Stallman <rms@gnu.org>
18770
18771 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
18772
18773 * frame.el (display-hourglass): Doc fix.
18774
18775 * help.el (help-for-help-internal): Simplify entry for `a'.
18776
18777 * info.el (Info-on-current-buffer): Doc fix.
18778 (info-insert-file-contents): Don't test (featurep 'jka-compr).
18779
18780 * startup.el (inhibit-splash-screen): Make this the real name.
18781 (inhibit-startup-message): Make this the alias.
18782 (command-line): Find only simple.el, and use its directory
18783 to fill in other preloaded files' names.
18784 (command-line): Deactivate the mark if deactivate-mark is set.
18785
18786 * international/mule.el (load-with-code-conversion):
18787 Bind deactivate-mark.
18788
18789 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
18790
18791 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
18792
18793 * cus-edit.el (customize-apropos): Avoid listing an option more
18794 than once under different aliases. No longer list user options
18795 that are not defined with defcustom (unless a prefix arg is given).
18796 Doc fix.
18797 (customize-apropos-options): Doc fix.
18798
18799 2005-12-11 Juri Linkov <juri@jurta.org>
18800
18801 * frame.el (set-background-color, set-foreground-color)
18802 (set-cursor-color, set-mouse-color, set-border-color):
18803 Add explicit prompts to read colors by `facemenu-read-color'.
18804 (show-trailing-whitespace, blink-cursor-delay)
18805 (blink-cursor-interval, display-hourglass, hourglass-delay):
18806 Remove tags.
18807 (display-hourglass, hourglass-delay): Doc fix.
18808 (cursor-in-non-selected-windows): Capitalize words in tag.
18809
18810 * faces.el (frame-background-mode): Replace `choice-item' keywords
18811 with `const' to not make [default] button. Change default value tag
18812 from `default' to `automatic'. Doc fix.
18813 (trailing-whitespace) <defface>: Change group `whitespace' to
18814 `whitespace-faces'.
18815
18816 2005-12-11 Richard M. Stallman <rms@gnu.org>
18817
18818 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
18819
18820 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18821
18822 * term/mac-win.el: Create keymap for mac-apple-event-map.
18823
18824 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
18825
18826 * tooltip.el (tooltip-mode): Move to start of file so that it
18827 appears at top of customize buffer.
18828
18829 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
18830 Add the gud groupname.
18831 (gud-tooltip-mode): Add the tooltip groupname.
18832 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
18833 avoid conflict with tooltip-use-echo-area.
18834
18835 2005-12-10 Romain Francoise <romain@orebokech.com>
18836
18837 * help.el (help-for-help-internal): Add `r' in doc string.
18838
18839 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18840
18841 * align.el (align-regexp, align-highlight-rule):
18842 Use region-beginning and region-end instead of point and mark, so that
18843 repetition (with `repeat-complex-command') recomputes the region
18844 bounds.
18845
18846 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
18847
18848 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
18849 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
18850 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
18851 (balance-windows): Rewrite using the above new functions.
18852
18853 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
18854
18855 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
18856 react if global-hi-lock-mode seems intended.
18857 (global-hi-lock-mode): Renamed from hi-lock-mode.
18858 (hi-lock-archaic-interface-message-used)
18859 (hi-lock-archaic-interface-deduce): New variables.
18860 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
18861 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
18862 (hi-lock-find-patterns, hi-lock-font-lock-hook):
18863 Replace hi-lock-buffer-mode with hi-lock-mode.
18864
18865 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
18866
18867 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
18868 completion list, even after a partial completion has been
18869 inserted in the current buffer. If there are more than 1
18870 completion, redisplay the *Completions* buffer; if the
18871 completion is unique, delete the *Completions* window.
18872
18873 2005-12-10 Eli Zaretskii <eliz@gnu.org>
18874
18875 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
18876 strings and long subject lines that were broken into multiple
18877 lines at arbitrary places. Handle subjects that have "Re: " in
18878 the middle.
18879
18880 2005-12-10 John W. Eaton <jwe@octave.org>
18881
18882 * progmodes/octave-mod.el (octave-electric-space): Don't indent
18883 comments or strings if octave-auto-indent is nil.
18884
18885 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18886
18887 * term/mac-win.el: Require url when compiling.
18888 Call mac-process-deferred-apple-events after loading init files.
18889 (mac-apple-event-map): New defvar. Define event handlers in it.
18890 (core-event, internet-event): New Apple event class symbols.
18891 (open-application, reopen-application, open-documents)
18892 (print-documents, open-contents, quit-application)
18893 (application-died, show-preferences, autosave-now, get-url):
18894 New Apple event ID symbols.
18895 (about): New HICommand ID symbol.
18896 (mac-event-spec, mac-event-ae): New macros.
18897 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
18898 (mac-ae-selection-range, mac-ae-text-for-search)
18899 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
18900 (mac-application-menu-map): Remove keymap. Handlers for HICommand
18901 and Services menu events are now defined in mac-apple-event-map.
18902 (mac-drag-n-drop): Remove selection range handling.
18903
18904 2005-12-10 Kenichi Handa <handa@m17n.org>
18905
18906 * simple.el (zap-to-char):
18907 * isearch.el (isearch-process-search-char): Translate CHAR by
18908 translation-table-for-input.
18909
18910 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
18911
18912 * foldout.el (foldout-exit-fold): Properly hide subtree.
18913
18914 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
18915
18916 * files.el (save-buffer):
18917 * international/ucs-tables.el (ucs-set-table-for-input):
18918 * mail/mail-extr.el (mail-extract-address-components):
18919 * mail/sendmail.el (mail-mode): Reformat doc string.
18920
18921 2005-12-09 Juri Linkov <juri@jurta.org>
18922
18923 * isearch.el (isearch-highlight): Change main overlay priority
18924 from 1 to 1001. Simplify.
18925 (isearch-lazy-highlight-update): Change lazy overlay priority
18926 from 0 to 1000.
18927
18928 * replace.el (replace-highlight): Change overlay priority from
18929 1 to 1001.
18930
18931 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
18932 Change overlay priority from 1 to 1001. Reuse existing overlay.
18933
18934 * compare-w.el (compare-windows-highlight): Change overlay
18935 priority from 1 to 1000.
18936
18937 * menu-bar.el (menu-bar-edit-menu): Add listp around
18938 pending-undo-list to disable menu item "undo" when pending
18939 undo list is empty.
18940
18941 * locate.el (locate): Disable undo in *Locate* buffer.
18942
18943 2005-12-09 Kim F. Storm <storm@cua.dk>
18944
18945 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
18946
18947 2005-12-09 David Ponce <david@dponce.com>
18948
18949 * recentf.el: Improvement of the menu code.
18950 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
18951 instead of menu hook.
18952 (recentf-show-menu, recentf-hide-menu): New functions.
18953 (recentf-menu-customization-changed, recentf-mode): Use them.
18954 (recentf-menu-action, recentf-max-menu-items)
18955 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
18956 (recentf-arrange-by-rule-others)
18957 (recentf-arrange-by-rules-min-items)
18958 (recentf-arrange-by-rule-subfilter): Don't use
18959 `recentf-menu-customization-changed'.
18960 (recentf-arrange-rules): Likewise. Accept functions to compute
18961 sub-menu titles.
18962 (recentf-menu-filter): Likewise. Doc fix.
18963 (recentf-menu-value-shortcut): Doc fix.
18964 (recentf-dump-variable): Quote atom value.
18965 (recentf-make-menu-items): Update to use it as a menu filter.
18966 (recentf-match-rule): New function.
18967 (recentf-arrange-by-rule): Use it.
18968 (recentf-indirect-mode-rule): New function.
18969 (recentf-build-mode-rules): Use it.
18970 (recentf-dir-rule): New function.
18971 (recentf-arrange-by-dir): Use it.
18972 (recentf-filter-changer-current): Rename from
18973 `recentf-filter-changer-state'. All references updated.
18974 (recentf-filter-changer-alist): Update filter names.
18975 (recentf-filter-changer-select): New function.
18976 (recentf-filter-changer): Use it. Make a sub-menu from filters
18977 available in `recentf-filter-changer-alist'.
18978 (recentf-data-cache, recentf-clear-data)
18979 (recentf-update-menu): Remove. All references updated.
18980 (recentf-match-rule-p, recentf-build-dir-rules)
18981 (recentf-filter-changer-goto-next)
18982 (recentf-filter-changer-get-current)
18983 (recentf-filter-changer-get-next): Remove.
18984
18985 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
18986
18987 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
18988 buffer "Reset" button to "Reset to Current" for consistency with
18989 the State buttons.
18990
18991 2005-12-08 John Paul Wallington <jpw@pobox.com>
18992
18993 * ibuf-ext.el (define-ibuffer-filter filename):
18994 If `dired-directory' is a list then really use its car.
18995
18996 2005-12-08 Kim F. Storm <storm@cua.dk>
18997
18998 * emulation/cua-rect.el (cua--rectangle-aux-replace):
18999 Fix indention of text on right side of replaced rectangle.
19000
19001 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
19002
19003 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
19004 No need to check gud-comint-buffer is bound.
19005 (gdb): Prevent multiple debugging when first session uses gdba.
19006
19007 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19008
19009 CC Mode update to 5.31.
19010
19011 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
19012 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
19013 We might do this function properly in the future).
19014
19015 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
19016 New macros c-sentence-end and c-default-value-sentence end, to cope
19017 with Emacs 22's new function `sentence-end'.
19018
19019 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19020
19021 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
19022 compat issue using `c-put-overlay' and `c-delete-overlay'.
19023
19024 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
19025 New compat macros to handle overlays/extents.
19026
19027 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19028
19029 * progmodes/cc-fix.el: Add definitions of the macros push and pop
19030 (for GNU Emacs 20.4).
19031
19032 * progmodes/cc-defs.el
19033 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
19034
19035 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
19036 highlighting mechanism so it will work in XEmacs too.
19037
19038 * progmodes/cc-defs.el: Insert c-int-to-char.
19039
19040 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
19041 call to the new macro c-int-to-char. This solves XEmacs's
19042 regarding characters as different from integers.
19043
19044 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19045
19046 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
19047 New internal helper.
19048
19049 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
19050 construct to make the indirect face lookup work in XEmacs.
19051
19052 (c-cpp-matchers): Append the negation char face to the existing
19053 fontification, so that the cpp face doesn't disappear.
19054 Use `c-make-syntactic-matcher' to avoid negation chars in comments
19055 and strings.
19056
19057 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
19058 to map to `font-lock-negation-char-face' in emacsen where it exists.
19059
19060 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19061
19062 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
19063
19064 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
19065 Rename "c-subword-move-mode" as "c-subword-mode".
19066
19067 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
19068 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
19069
19070 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19071
19072 * progmodes/cc-mode.el: Added autoload directive for
19073 `c-subword-move-mode' for use in older emacsen.
19074
19075 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19076
19077 * progmodes/cc-mode.el:
19078 (i): Insert a binding for C-c C-backspace into
19079 c-bind-special-erase-keys which works in TTYs.
19080 (ii): Make sure that when file styles are used, any explicitly
19081 given style variables take priority over those in the style.
19082 Do this by calling `hack-local-variables' a second time.
19083
19084 * progmodes/cc-vars.el: Add language specific customization
19085 widgets for AWK to c-doc-comment-style, c-require-final-newline
19086 and c-default-style. Add a defcustom for awk-mode-hook.
19087 Give c-syntactic-element and c-syntactic-context doc-strings by
19088 directly setting their `variable-documentation' propery.
19089 This allows Emacs 22.1 to read these with C-h v.
19090
19091 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
19092
19093 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19094
19095 * progmodes/cc-fonts.el, cc-vars.el
19096 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
19097 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
19098 Masatake YAMATO.
19099
19100 (c-doc-comment-style): Made GtkDoc default in C mode.
19101
19102 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
19103 and C-c C-<delete>.
19104
19105 (c-bind-special-erase-keys): New function for use on
19106 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
19107
19108 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
19109 <delete> key behavior in XEmacs according to `delete-forward-p'.
19110 C.f. `c-electric-delete'.
19111
19112 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19113
19114 * progmodes/cc-mode.el: Give c-hungry-backspace and
19115 c-hungry-delete-forward permanent key bindings.
19116
19117 * progmodes/cc-cmds.el (c-electric-semi&comma):
19118 Bind c-syntactic-context for calls to "criteria functions", for
19119 consistency with other calls to user functions.
19120
19121 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
19122 `current-prefix-arg', since this might be the prefix arg to a
19123 command which calls c-indent-command as a function. Change the
19124 interactive spec from "p" to "P".
19125
19126 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
19127 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
19128 was difficult to understand.
19129
19130 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19131
19132 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
19133 first char of an identifier.
19134
19135 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
19136 +" syntax in C++.
19137
19138 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19139
19140 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
19141 auto-fill doesn't split a c-comment's last word from a hanging
19142 "*/" when a space is typed between them after fill-column.
19143
19144 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
19145
19146 * progmodes/cc-styles.el (c-set-style)
19147 (c-setup-paragraph-variables): Abort the command if we're not in a
19148 CC Mode buffer.
19149
19150 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
19151 with blank comment-prefix, and a blank line as the comment's
19152 second line.
19153
19154 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19155
19156 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
19157 Incorporate the patterns added in the Emacs development branch
19158 for the new Emacs 22 face `font-lock-negation-char-face'.
19159
19160 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
19161 of "red" since it stands out better in xterms and DOS terminals.
19162
19163 * progmodes/cc-engine.el (c-literal-faces):
19164 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
19165
19166 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19167
19168 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
19169 forcibly enable c-electric-flag.
19170
19171 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
19172 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
19173 after the comment-prefix of a C-style comment will close that comment.
19174
19175 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19176
19177 * progmodes/cc-fonts.el (c-basic-matchers-before)
19178 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
19179 in Pike.
19180
19181 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
19182 digraphs.
19183
19184 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
19185 (c-cpp-message-directives, c-cpp-include-directives)
19186 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
19187 (c-cpp-expr-directives): Introduce new language constants to
19188 control cpp syntax in a cleaner way.
19189
19190 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
19191
19192 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
19193
19194 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
19195 (c-multiline-string-start-char): New language constants and
19196 variables to specify how newlines in string literals work.
19197
19198 (c-font-lock-invalid-string): Use them.
19199
19200 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
19201 unbalanced close brace is entered. Optimization by avoiding going
19202 back over arbitrarily large blocks. Removed hints that this
19203 function only would be relevant/useful in AWK.
19204
19205 (c-electric-brace): Indent syntactically after the cleanups since
19206 lineup functions might do it differently then.
19207
19208 * progmodes/cc-engine.el, cc-langs.el
19209 (c-opt-op-identifier-prefix): New language constant and variable.
19210
19211 (c-just-after-func-arglist-p, c-after-special-operator-id)
19212 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
19213
19214 * progmodes/cc-align.el, cc-engine.el
19215 (c-after-special-operator-id): New helper to handle C++ operator
19216 identifiers.
19217
19218 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
19219 (c-guess-basic-syntax): Handle C++ operator identifiers in
19220 declarations.
19221
19222 * progmodes/cc-langs.el (c-assignment-operators): Add the
19223 trigraph version of ^= too.
19224
19225 * progmodes/cc-langs.el (c-assignment-operators): Add the
19226 trigraph version of |= in C++.
19227
19228 * progmodes/cc-fonts.el (c-font-lock-declarators):
19229 Handle `c-decl-hangon-kwds' after the identifier name.
19230
19231 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
19232 whether an arglist is "nonempty", ignore a comment after the open
19233 paren if it isn't followed by a non-comment token on the same line.
19234
19235 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
19236 Enable heuristics below the point to cope with classes inside special
19237 brace lists in Pike.
19238
19239 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19240
19241 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
19242
19243 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19244
19245 * progmodes/cc-guess.el (cc-guess-install): New function to
19246 install an already guessed style in another buffer.
19247
19248 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
19249 sets `inhibit-read-only' - `c-save-buffer-state' should be used
19250 anyway if the change always is undone.
19251
19252 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19253
19254 Implement togglable electricity:
19255
19256 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
19257 saying when it should be used.
19258
19259 * progmodes/cc-engine.el: Add the new buffer-local variable,
19260 c-electric-flag.
19261
19262 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
19263 c-toggle-auto-newline.
19264
19265 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
19266 c-toggle-auto-newline. Remove the binding for
19267 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
19268 c-toggle-electric-state.
19269
19270 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
19271
19272 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
19273 c-\(forward\|backward\)-subword.
19274 (c-update-modeline): Add the new modeline flag `l' for
19275 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
19276 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
19277 Make the old name an alias of the new name.
19278 (c-toggle-electric-state): New function.
19279 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
19280 Adapt these functions to do electric things only when
19281 c-electric-flag is non-nil.
19282 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
19283 new functions from c-electric-brace.
19284 (c-point-syntax): Add a check for "virtual semicolons" in AWK
19285 mode, so that the tentative extra newline doesn't change the
19286 syntax of the following brace.
19287 (c-electric-brace): Restructure by extracting the above functions.
19288 Tidy up the coding somewhat.
19289 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
19290 restructure a bit.
19291
19292 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19293
19294 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
19295 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
19296
19297 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
19298 (c-submode-indicators): Change name from `c-auto-hungry-string'
19299 since it's now used to track another submode.
19300
19301 (c-update-modeline): Convert to function and extended to check
19302 `c-subword-move-mode'.
19303
19304 (c-forward-into-nomenclature, c-backward-into-nomenclature):
19305 Convert to compat aliases for `c-forward-subword' and
19306 `c-backward-subword'.
19307
19308 * progmodes/cc-subword.el: New functions and minor mode to handle
19309 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
19310
19311 (c-forward-subword, c-backward-subword, c-mark-subword)
19312 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
19313 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
19314 Functions corresponding to the standard word handling functions.
19315
19316 (c-subword-move-mode): Minor mode that replaces all the standard
19317 word handling functions with their subword equivalences.
19318
19319 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19320
19321 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
19322 entry for one-liner-defun.
19323
19324 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
19325 name in its def-edebug-spec.
19326
19327 * progmodes/cc-cmds.el (c-electric-brace): Make the
19328 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
19329 compacts space before a comment, if this will make things fit on
19330 one line.
19331
19332 Introduce an "awk" style, mainly for auto-newline and clean-ups.
19333
19334 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
19335
19336 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
19337 clean-up one-liner-defun.
19338
19339 * progmodes/cc-styles.el: Add the new "awk" style.
19340
19341 * progmodes/cc-vars.el: Add description of one-liner-defun to
19342 c-cleanup-list's doc-string. New user options,
19343 c-max-one-liner-length. In c-default-style, set the default style
19344 for AWK to "awk".
19345
19346 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19347
19348 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
19349 macros inside labels.
19350
19351 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
19352 `c-at-statement-start-p' and `c-at-expression-start-p'.
19353
19354 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
19355 error if the mark isn't set.
19356
19357 * progmodes/cc-engine.el (c-guess-continued-construct)
19358 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
19359 accurately detect functions inside functions.
19360
19361 * progmodes/cc-engine.el (c-at-expression-start-p): New function
19362 like `c-at-statement-start-p' that additionally recognizes commas
19363 and expression parentheses as delimiters.
19364
19365 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
19366 to avoid heuristics that doesn't work for unclosed blocks.
19367 (c-at-statement-start-p): New function.
19368
19369 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
19370 Objective-C directives, e.g. directives spanning lines should work
19371 reasonably well now.
19372
19373 (c-put-c-type-property, c-clear-c-type-property): New helpers.
19374
19375 (c-forward-objc-directive): New function to move over any ObjC
19376 directive.
19377
19378 (c-just-after-func-arglist-p, c-guess-basic-syntax)
19379 (c-basic-matchers-before): Use it.
19380
19381 (c-font-lock-objc-iip-decl): Remove.
19382
19383 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
19384 in the template arglist recognition.
19385
19386 * progmodes/cc-styles.el (c-style-alist): Fix several
19387 inconsistencies in the Whitesmith style.
19388
19389 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
19390 New lineup function to get lines after Whitesmith style blocks
19391 correctly indented.
19392
19393 (c-lineup-whitesmith-in-block): Back out the compensation for
19394 opening parens since it's done using `add' lists in the style
19395 definition instead. Don't use the anchor position since it varies
19396 too much between the syntactic symbols. :P
19397
19398 * progmodes/cc-vars.el (c-valid-offset): Update.
19399
19400 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
19401 lists where the offsets are combined according to several
19402 different methods: `first', `min', `max', and `add'.
19403 Report offset evaluation errors with `c-benign-error' so that some kind
19404 of reindentation still is done.
19405
19406 * progmodes/cc-engine.el (c-guess-basic-syntax):
19407 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
19408 `arglist-close'.
19409
19410 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
19411 situations for `arglist-cont-nonempty' and `arglist-close'.
19412
19413 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
19414
19415 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
19416 cc-bytecomp-boundp' in a number of places.
19417
19418 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
19419 macro related issue.
19420
19421 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19422
19423 * progmodes/cc-awk.el: Change the terminology of regexps: A char
19424 list is now [asdf], a char class [:alpha:].
19425 Include code for char classes.
19426 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
19427 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
19428
19429 Remove (nearly all of) the cruft associated with AWK Mode's former
19430 concept of "virtual semicolons":
19431
19432 Adapt c-beginning-of-statement, c-end-of-statement (together with
19433 subfunctions) to use the new notion of "virtual semicolon" in
19434 place of the old awkward special handling for AWK. There remains
19435 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
19436 * progmodes/cc-cmds.el:
19437 (c-ascertain-adjacent-literal): In the backwards direction, now
19438 recognises AWK regexp delimiters as string delimiters.
19439 (c-after-statement-terminator-p): Adapt for virtual semicolons;
19440 check more rigorously for "end of macro".
19441 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
19442 virtual semicolons;
19443 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
19444 out the code for forward movement into ...
19445 (c-end-of-statement): Now contains the code for forward movement,
19446 adapted for virtual semicolons.
19447
19448 * progmodes/cc-engine.el:
19449 (c-ws*-string-limit-regexp): New regexp.
19450 (c-forward-single-comment, c-backward-single-comment): Comment out
19451 the (now redundant) "special" AWK stuff.
19452
19453 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
19454 c-string-par-start, c-string-par-separate to be more like Text
19455 Mode than Fundamental Mode.
19456
19457 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19458
19459 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
19460 to the fontified region so that fontification doesn't occur
19461 outside it (could happen e.g. when fontifying a line with an
19462 unfinished declaration).
19463
19464 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19465
19466 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
19467 start of the file. ^L now separate sections of the file.
19468 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
19469 (c-awk-one-line-possibly-open-string-re)
19470 (c-awk-regexp-one-line-possibly-open-char-class-re)
19471 (c-awk-one-line-possibly-open-regexp-re)
19472 (c-awk-one-line-non-syn-ws*-re): New defonsts.
19473 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
19474
19475 Amend the concept of "virtual semicolons" (in the indentation
19476 engine) for languages like AWK, such that they are now
19477 conceptually attached to end of the last token of a statement, not
19478 the end of the line. (In AWK Mode, however, the pertinent text
19479 property is still physically set on the EOL.) Remove the specific
19480 tests for awk-mode, thus facilitating the introduction of other
19481 language modes where EOLs can end statements.
19482 (Note: The funtionality in cc-cmds.el, specifically
19483 c-beginning/end-of-statement has yet to be amended.)
19484
19485 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
19486 New macros.
19487
19488 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
19489 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
19490 c-vsemi-status-unknown-p-fn (in a new page).
19491
19492 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
19493 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
19494 numerous awkward forms like
19495 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
19496 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
19497 variable before-ws-ip, the place just after char-before-ip appears.
19498
19499 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
19500 a comment.
19501
19502 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19503
19504 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
19505 `c-tentative-buffer-changes'.
19506
19507 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
19508 convert to macro to choose between Emacs and XEmacs at compile time.
19509
19510 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
19511
19512 (c-tentative-buffer-changes): New macro to handle temporary buffer
19513 changes in a convenient way.
19514
19515 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
19516 for `c-tentative-buffer-changes'.
19517
19518 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
19519 the checks for paren sexps between the point and the keyword, to
19520 avoid some false alarms.
19521
19522 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
19523 Fixed a situation where an error could be thrown for unbalanced
19524 parens. Changed to make use of c-keyword-member' to avoid some
19525 repeated regexp matches.
19526
19527 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
19528 These language variable are no longer necessary.
19529
19530 (c-block-stmt-kwds): New language constant used by
19531 c-looking-at-inexpr-block'.
19532
19533 (c-guess-basic-syntax): Remove an optional check that looked at
19534 the existence of the now removed language variables.
19535
19536 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
19537 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
19538 object instantiation expressions as declarations in some contexts.
19539 This bug only affected languages where the declarator can't be
19540 enclosed in parentheses.
19541
19542 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
19543 insert newlines before and after substatement braces.
19544
19545 * progmodes/cc-engine.el: Improved the heuristics for recognizing
19546 function declaration headers and the handling of C++ style member
19547 init lists.
19548
19549 (c-just-after-func-arglist-p): Rewritten to use
19550 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
19551
19552 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
19553
19554 (c-guess-basic-syntax): Adapt case 5B for the new
19555 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
19556 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
19557 covers all cases now).
19558
19559 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
19560
19561 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19562
19563 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
19564 c-string-par-start/separate c-sentence-end-with-esc-eol,
19565 initialised in c-setup-paragraph-variables, used in string
19566 scanning subroutines of c-beginning-of-statement.
19567
19568 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
19569 which precedes the newly inserted `{'.
19570
19571 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19572
19573 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
19574 function for declaration level blocks. It should now cope with
19575 templates better and also be a lot more comprehensible.
19576
19577 (c-looking-at-decl-block): The new function.
19578
19579 (c-search-uplist-for-classkey): The old one. It's now a wrapper
19580 for compatibility.
19581
19582 (c-add-class-syntax, c-guess-continued-construct)
19583 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
19584
19585 (c-decl-block-key): Change to tell apart ambiguous and
19586 unambiguous keywords. Pike specials are now handled directly in
19587 the code instead.
19588
19589 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
19590 New language constants and variables to make the backward skip in
19591 `c-looking-at-decl-block' as tight as possible.
19592
19593 (c-nonsymbol-token-char-list): New language constant.
19594
19595 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
19596 find balanced template arglists backwards.
19597
19598 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
19599 making char classes for `c-syntactic-skip-backward'.
19600
19601 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
19602 16D - can't be a class-close at that point.
19603
19604 * progmodes/cc-engine.el (c-guess-basic-syntax)
19605 (c-add-class-syntax): Don't narrow out the enclosing declaration
19606 level. This makes everything a lot easier, and it was actually
19607 only four small places that needed it to work. Some places that
19608 previously did `widen' are removed now, which has the effect that
19609 `c-guess-basic-syntax' never will look at things outside the
19610 current narrowment now. The anchor position for `topmost-intro'
19611 is affected by this, but it was so bogus it was basically useless
19612 before, and now it's equally bogus but in a slightly different way.
19613
19614 (c-narrow-out-enclosing-class): Gone.
19615
19616 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
19617 the narrowed region.
19618
19619 (c-least-enclosing-brace): Remove silly optional argument.
19620
19621 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
19622 the point could be left directly after an open paren when finding
19623 the beginning of the first decl in the block.
19624
19625 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
19626 Specify which submatch to use.
19627
19628 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
19629
19630 (c-decl-start-re): No longer any need for special treatment of
19631 ObjC due to the above.
19632
19633 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
19634 presumably follows C in that regard.
19635
19636 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
19637 New language constants to specify operator tokens inside
19638 identifiers in a more high level way.
19639
19640 (c-opt-identifier-prefix-key): New internal language constant.
19641
19642 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
19643 (c-identifier-start, c-identifier-key): Now completely calculated
19644 from other constants.
19645
19646 (c-identifier-last-sym-match): Decommission since it's no longer used.
19647
19648 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
19649
19650 * progmodes/cc-engine.el (c-forward-name): Remove the
19651 optimization when c-identifier-key is equal to c-symbol-key since
19652 it doesn't work in byte compiled files. Don't record empty
19653 regions as identifiers.
19654
19655 * progmodes/cc-langs.el (c-filter-ops): New helper function to
19656 simplify access to `c-operators' and its likes.
19657
19658 (c-operator-list, c-all-op-syntax-tokens)
19659 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
19660 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
19661 (c-primary-expr-regexp, c-cast-parens): Use it.
19662
19663 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
19664 an explicit language in functions.
19665
19666 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
19667 variant of adornment.
19668
19669 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
19670 variable.
19671
19672 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
19673 the Pike value.
19674
19675 * progmodes/cc-engine.el (c-on-identifier)
19676 (c-simple-skip-symbol-backward): Small fix for handling "-"
19677 correctly in `skip-chars-backward'. Affected the operator lfun
19678 syntax in Pike.
19679
19680 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
19681 diagnostic message about precompiled language vars not being used.
19682
19683 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
19684 "__attribute__" is followed by a parenthesis.
19685
19686 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
19687 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
19688 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
19689
19690 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
19691 Internal cleanups to properly detect the declared identifiers in
19692 various declarations.
19693
19694 (c-decl-start-kwds): New language constant to recognize
19695 declarations that can start anywhere. Used for class declarations
19696 in Pike.
19697
19698 (c-specifier-key, c-not-decl-init-keywords)
19699 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
19700 (c-find-decl-spots): Implement `c-decl-start-kwds'.
19701
19702 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
19703 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
19704 handling of the compiler specific extension keywords into a new
19705 language constant `c-decl-hangon-kwds' that defines keyword
19706 clauses to be ignored in declarations.
19707
19708 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
19709 past unrecognized tokens when handling `c-colon-type-list-kwds'.
19710 Necessary to stop at the declared identifier in e.g. IDL valuetype
19711 declarations.
19712
19713 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
19714 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
19715 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
19716 (c-forward-decl-or-cast-1): Recognize the declared identifier in
19717 class and enum declarations as such and not as part of the type.
19718
19719 (c-forward-decl-or-cast-1, c-forward-label): Relax the
19720 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
19721
19722 (c-forward-decl-or-cast-1): Don't disregard sure signs of
19723 declarations when there's some syntax error later on.
19724
19725 (c-complex-decl-matchers): Did away with a reference to
19726 `c-specifier-key'.
19727
19728 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
19729 value - this variable is always dynamically bound.
19730
19731 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
19732 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
19733 * cc-cmds.el, cc-defs.el: Change the policy for marking up
19734 functions that might do hidden buffer changes: All such internal
19735 functions are now marked instead of those that don't.
19736
19737 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
19738 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
19739 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
19740 (c-literal-type): Allow these functions to make hidden buffer changes,
19741 so that they are free to use text property caching later on.
19742
19743 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
19744 (c-electric-brace, c-electric-slash, c-electric-star)
19745 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
19746 (c-electric-paren, c-electric-continued-statement, c-indent-command)
19747 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
19748 (c-context-line-break): Add `c-save-buffer-state' calls to comply
19749 with the changed semantics of the functions above.
19750
19751 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
19752 when macros occur in obscure places. Optimized the sexp movement
19753 a bit.
19754
19755 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19756
19757 Enhancements for c-beginning-of-statement to work in AWK Mode:
19758
19759 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
19760 (completed statement) with `}' (statement completed by closing
19761 brace or semicolon) and `$' (statement completed by EOL).
19762
19763 (c-awk-virtual-semicolon-ends-prev-line-p)
19764 (c-awk-virtual-semicolon-ends-line-p)
19765 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
19766 (c-awk-at-statement-end-p): New functions.
19767
19768 * progmodes/cc-cmds.el: Simplify the structure of functions
19769 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
19770 two functions and c-beginning-of-statement to handle AWK Mode.
19771
19772 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
19773 c-backward-single-comment for AWK mode. Attempt to clarify their
19774 doc-strings.
19775
19776 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
19777
19778 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19779
19780 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
19781 label handling. Labels are now recognized in a uniform and more
19782 robust way, regardless of context. Text properties are put on all
19783 labels to recognize the following declarations better.
19784 Multiword labels are handled both in indentation and fontification for
19785 the benefit of language extensions like Qt. For consistency, keywords
19786 in labels are now fontified with the label face instead.
19787 That also applies to "case" and "default".
19788
19789 (c-beginning-of-statement-1): Fix some bugs in the label
19790 handling. Disregard `c-nonlabel-token-key' in labels that begin
19791 with `c-label-kwds'.
19792
19793 (c-find-decl-spots): Support that the callback adds more
19794 `c-decl-end' spots to find.
19795
19796 (c-forward-decl-or-cast-1): Don't treat a list of plain
19797 identifiers followed by a colon as a declaration.
19798
19799 (c-forward-label): New function to recognize labels.
19800
19801 (c-guess-basic-syntax): Replace uses of `c-label-key' with
19802 `c-forward-label'. Moved the label recognition cases (14 and 15)
19803 earlier since they aren't so context sensitive now. Handle labels
19804 on the top level gracefully. Moved access label recognition to
19805 the generic label case (CASE 15) - removed CASE 5E.
19806
19807 (c-font-lock-declarations): Add recognition of labels in the
19808 same round since we need to handle labels in parallell with other
19809 declarations to recognize both accurately. It should also improve
19810 speed.
19811
19812 (c-simple-decl-matchers, c-basic-matchers-after):
19813 Move `c-font-lock-labels' so that it only is used on decoration level 2
19814 since `c-font-lock-declarations' handles it otherwise.
19815
19816 (c-complex-decl-matchers): Remove the simplistic recognition of
19817 access labels.
19818
19819 (c-decl-prefix-re): Remove the kludges that was necessary to cope
19820 with labels earlier.
19821
19822 (c-decl-start-re): New language variable to make
19823 `c-font-lock-declarations' stop for the special protection labels
19824 in Objective-C that start with `@'.
19825
19826 (c-label-key): Remove since it's no longer used.
19827
19828 (c-recognize-colon-labels, c-label-prefix-re): New language
19829 constants to support recognition of generic colon-terminated labels.
19830
19831 (c-type-decl-end-used): `c-decl-end' is now used whenever there
19832 are colon terminated labels.
19833
19834 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
19835 first argument starts with a special brace list.
19836
19837 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
19838 (c-font-lock-declarations): Break out the declaration and cast
19839 recognition from `c-font-lock-declarations' to a new function, so
19840 that it can be used in the indentation engine.
19841
19842 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
19843 up to the start of the literal. Fixed bug with the point on the
19844 wrong side of the search limit that could happen when the start
19845 position is inside a literal.
19846
19847 * progmodes/cc-engine.el (c-parse-state)
19848 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
19849 so that it's kept a little bit back to increase the hit rate.
19850
19851 (c-parse-state): Change the macro handling and fixed some
19852 glitches. Macro context is checked more often than necessary now,
19853 but otoh less garbage conses are generated.
19854
19855 * progmodes/cc-engine.el (c-parse-state)
19856 (c-invalidate-state-cache): Cache the last position where
19857 `c-state-cache' applies. This can speed up refontification quite
19858 a bit in blocks where there are many non-brace parens before the point.
19859
19860 (c-state-cache-end): New variable for this.
19861
19862 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
19863 cache variable.
19864
19865 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
19866 get close initial continue positions when the start position is
19867 inside a literal or macro. Do not call the callback for spots
19868 before the start position (which can happen e.g. for `c-decl-end'
19869 spots inside comments). Optimize better in special cases when the
19870 region is a single line inside a literal or macro (typically when
19871 the current line is refontified).
19872
19873 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
19874 to `c-add-stmt-syntax' - there's no need to explicitly whack off
19875 entries from the paren state.
19876
19877 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
19878 special case for "else if" clauses.
19879
19880 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
19881 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
19882
19883 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
19884 New language variable to recognize the gcc extension with statement
19885 blocks inside expressions.
19886
19887 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
19888 it somewhat more comprehensible. The argument AT-BLOCK-START is
19889 no longer used and hence removed.
19890
19891 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
19892 to `c-add-stmt-syntax'.
19893
19894 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
19895 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
19896 This fixes bogus label recognition.
19897
19898 * progmodes/cc-engine.el (c-add-type, c-check-type)
19899 (c-forward-name, c-forward-type): Improve storage of template
19900 types in `c-found-types' so that they can be recognized better.
19901
19902 (c-syntactic-content): Add option to skip past nested parens.
19903
19904 * progmodes/cc-engine.el (c-forward-name):
19905 Set `c-last-identifier-range' all the time. It's less work that way.
19906 Handle that there might not be an identifier to store in
19907 `c-last-identifier-range'.
19908
19909 (c-forward-type): Handle that `c-last-identifier-range' might be
19910 nil from `c-forward-name'.
19911
19912 * progmodes/cc-defs.el (c-safe-scan-lists)
19913 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
19914
19915 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
19916 to work even if the form fails.
19917
19918 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
19919 down in a large file in one go.
19920
19921 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
19922
19923 * progmodes/cc-align.el (c-lineup-assignments): New lineup
19924 function which is like `c-lineup-math' but returns nil instead of
19925 `c-basic-offset' when it doesn't match.
19926
19927 (c-lineup-math): Change to use `c-lineup-assignments'.
19928
19929 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19930
19931 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
19932 c-beginning-of-statement. New subfunctions
19933 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
19934
19935 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19936
19937 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
19938 hardcoded char classes whereever possible. Changed a couple of
19939 places to use skip by syntax instead of skip by char class.
19940
19941 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
19942 Fix a bug in the regexp that caused extreme backtracking.
19943
19944 * progmodes/cc-langs.el (c-block-comment-starter)
19945 (c-block-comment-ender): New language constants to specify in a
19946 single place how block comments look.
19947
19948 (c-comment-start-regexp, c-block-comment-start-regexp)
19949 (comment-start, comment-end, comment-start-skip)
19950 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
19951 (c-syntactic-ws, c-nonempty-syntactic-ws)
19952 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
19953 `c-line-comment-starter', `c-block-comment-starter' and
19954 `c-block-comment-ender'.
19955
19956 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
19957 New language constants to break up things a bit.
19958
19959 (c-simple-ws): New language constant for simple whitespace.
19960
19961 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
19962
19963 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
19964 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
19965 newlines. Allow and ignore nil elements in the list.
19966
19967 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19968
19969 * progmodes/cc-cmds.el: Comment out a (n almost certainly
19970 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
19971
19972 * progmodes/cc-cmds.el: Tidy up the comments in
19973 c-beginning-of-statement and subfunctions.
19974
19975 * progmodes/cc-awk.el: Replace calls to put-text-property to the
19976 more flexible c-put-char-property and c-clear-char-properties.
19977 Add the author's email address.
19978
19979 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
19980
19981 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
19982 closing "*/" of a block comment.
19983
19984 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
19985 subfunctions) so that it works at BOB and EOB.
19986
19987 * progmodes/cc-cmds.el, cc-vars.el: More updating of
19988 c-beginning-of-statement, including new variable
19989 c-block-comment-start-regexp.
19990
19991 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19992
19993 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
19994 symbols from `*-font-lock-extra-types' so that there's no need to
19995 use `regexp-opt' on those lists.
19996
19997 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
19998 `c-type-modifier-kwds' is empty.
19999
20000 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
20001 there are several strings on the same line.
20002
20003 * progmodes/cc-engine.el (c-literal-limits): Remove the
20004 compatibility function for older emacsen. `c-literal-limits-fast'
20005 has now taken the place of this function.
20006
20007 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
20008 with older emacsen: We now require `pps-extended-state'.
20009
20010 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20011
20012 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
20013 which obviates the need to hack sentence-end. This now handles
20014 escaped newlines in strings correctly. Correct minor bugs in
20015 c-move-over-sentence and in c-beginning-of-statement.
20016
20017 * progmodes/cc-cmds.el (c-beginning-of-statement (and
20018 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
20019 that movement over macros and code are rigorously separated from
20020 eachother. Correct a few incidental bugs.
20021
20022 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
20023 Improve its doc-string. Improve the handling of certain specific cases.
20024
20025 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20026
20027 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
20028 (c-guess-basic-syntax): Change the way class-level labels are
20029 recognized; they can now contain essentially any symbols.
20030
20031 (c-opt-extra-label-key): New language variable to cope with the
20032 special protection label syntax in Objective-C.
20033
20034 (c-opt-access-key): Remove; this is now handled better by
20035 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
20036
20037 (c-complex-decl-matchers): Update to handle that
20038 `c-opt-access-key' no longer exists.
20039
20040 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
20041 improved label recognition in `c-beginning-of-statement-1'.
20042
20043 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
20044 Recognize bitfields better.
20045
20046 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
20047 Remove some cruft and fixed a bug that could cause it to go to a
20048 position further down.
20049
20050 * progmodes/cc-langs.el, cc-engine.el
20051 (c-beginning-of-statement-1): Improve detection of labels in
20052 declaration contexts.
20053
20054 (c-beginning-of-decl-1): Use it.
20055
20056 (c-nonlabel-token-key): New language constant and variable needed
20057 by `c-beginning-of-statement-1'.
20058
20059 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
20060 manifested itself due to the correction in `c-forward-sexp'.
20061
20062 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
20063 Make these behave as documented when used at the buffer limits.
20064
20065 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
20066 (c-type-decl-end-used): Made this a language variable.
20067
20068 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
20069 correctly when `combine-after-change-calls' is used together with
20070 temporary narrowings.
20071
20072 * progmodes/cc-engine.el (c-beginning-of-statement-1):
20073 Report labels correctly when the start point is immediately after the
20074 colon.
20075
20076 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
20077 Remove since it isn't used anymore.
20078
20079 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
20080 bracket arglists such as template parens in C++.
20081
20082 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
20083 in the last check-in. Some optimization.
20084
20085 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
20086 where it could stop at the same level in a preceding sexp when
20087 PAREN-LEVEL is set.
20088
20089 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
20090 text property lookup only when it's needed.
20091
20092 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
20093 Change the policy for paren marked angle brackets to be more
20094 persistent; once marked they remain marked even when they're found
20095 to be unbalanced in the searched region. This should keep the
20096 paren syntax around even when individual lines are refontified in
20097 multiline template arglists.
20098
20099 (c-parse-and-markup-<>-arglists): New dynamically bound variable
20100 to control markup so that incorrect angle bracket arglists aren't
20101 marked in contexts where the correct value for
20102 `c-disallow-comma-in-<>-arglists' isn't known.
20103
20104 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
20105 argument has become `c-parse-and-markup-<>-arglists'.
20106
20107 (c-remove-<>-arglist-properties): Remove - no longer used.
20108
20109 (c-after-change-check-<>-operators): New function used on
20110 `after-change-functions' to avoid that "<" and ">" characters that
20111 are part of longer operators have paren syntax.
20112
20113 (c-<>-multichar-token-regexp): New language variable used by
20114 `c-after-change-check-<>-operators'.
20115
20116 (c-after-change): Call `c-after-change-check-<>-operators'.
20117
20118 (c-font-lock-<>-arglists): Use the context properties set by
20119 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
20120 correctly to avoid doing invalid markup.
20121
20122 (c-font-lock-declarations): Remove code that undoes the invalid
20123 markup done by `c-font-lock-<>-arglists'.
20124
20125 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
20126 after `c-font-lock-declarations'.
20127
20128 * progmodes/cc-engine.el (c-syntactic-skip-backward):
20129 Add paren-level feature.
20130
20131 (c-guess-basic-syntax): Improve the anchor position for
20132 `template-args-cont' in nested template arglists. There's still
20133 much to be desired in this area, though.
20134
20135 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20136
20137 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
20138 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
20139
20140 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20141
20142 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
20143 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
20144
20145 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
20146 it doesn't work no longer are supported.
20147
20148 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
20149 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
20150 requires support for the syntax-table' text property, which rules
20151 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
20152 cruft associated with those versions.
20153
20154 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
20155 for the `syntax-table' text property, which rules out Emacs 19 and
20156 XEmacs < 21.4. Removed various compatibility cruft associated
20157 with those versions.
20158
20159 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
20160 support for the `syntax-table' text property.
20161
20162 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
20163 variable and use an extra quoted face name instead. All the
20164 emacsen flavors handle that correctly.
20165
20166 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
20167 (c-font-lock-declarators, c-font-lock-declarations)
20168 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
20169 property to mark the items in in declarator lists to handle
20170 refontification inside multiline declarations better.
20171
20172 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
20173 construct like "a * b = c;" as a declaration.
20174
20175 2005-12-08 Kim F. Storm <storm@cua.dk>
20176
20177 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
20178 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
20179 select either meta, hyper, or super modifier for rectangle commands.
20180 (cua--rectangle-modifier-key): New defvar.
20181 (cua--M/H-key): Use it. Remove special case for `space'.
20182 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
20183 on X, to meta otherwise. Always bind C-return to toggle
20184 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
20185
20186 * emulation/cua-rect.el (cua-help-for-rectangle):
20187 Use cua--rectangle-modifier-key. Handle super modifier too.
20188 (cua--init-rectangles): Always bind C-return to toggle rectangle.
20189 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
20190
20191 * ido.el: Move Acknowledgements and History after Commentary.
20192 Minor changes to Commentary.
20193
20194 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
20195 keymap if cua--prefix-override-timer is `shift'.
20196 (cua--shift-control-prefix): New function; emulate "type prefix
20197 key twice" functionality to handle shifted prefix key override.
20198 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
20199 New commands.
20200 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
20201
20202 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
20203
20204 * textmodes/org.el (org-insert-heading): Try to do items before
20205 headings.
20206 (org-agenda-mode): Quote `org-agenda-mode-hook'.
20207 (org-insert-item): New function.
20208 (org-renumber-ordered-list): Don't skip to higher level lists.
20209
20210 2005-12-08 Juri Linkov <juri@jurta.org>
20211
20212 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
20213
20214 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
20215
20216 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
20217
20218 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
20219 the constructed function name fun-1.
20220
20221 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
20222 because such links don't lead to parent documentation.
20223
20224 2005-12-08 Kenichi Handa <handa@m17n.org>
20225
20226 * descr-text.el (describe-char): Use *Help-2* buffer if the
20227 current buffer is *Help*. Call describe-text-properties while
20228 setting the original buffer.
20229
20230 2005-12-07 Bill Wohler <wohler@newt.com>
20231
20232 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
20233 and causes problems with non-MH users (such as Gnus users).
20234
20235 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
20236
20237 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
20238 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
20239 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
20240 command "info sources". Move calls to GDB command "list".
20241 (gdb-find-file-hook): Just use gdb-source-file-list.
20242 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
20243 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
20244 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
20245 (gdb-data-list-register-values-handler): Use correct trigger name.
20246
20247 2005-12-07 Kim F. Storm <storm@cua.dk>
20248
20249 * ido.el (ido-completion-map): Rename from ido-mode-map.
20250 (ido-common-completion-map, ido-file-completion-map)
20251 (ido-file-dir-completion-map, ido-buffer-completion-map):
20252 Rename from ido-mode-....-map.
20253 (ido-init-completion-maps): Rename from ido-init-mode-maps.
20254 (ido-setup-completion-map): Rename from ido-define-mode-map.
20255 (ido-read-internal): Bind minibuffer-local-filename-completion-map
20256 to ido-completion-map.
20257
20258 2005-12-07 Kenichi Handa <handa@m17n.org>
20259
20260 * international/mule-cmds.el
20261 (set-display-table-and-terminal-coding-system): If the coding
20262 system specified in `unibyte-display' property is different from
20263 the arg coding-system, don't setup standard-display-table.
20264
20265 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
20266
20267 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
20268 that comments end at \n, regardless of selective-display.
20269
20270 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
20271
20272 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
20273 (gdb-version): New variables.
20274 (gdb-source-file-list, gdb-register-names)
20275 (gdb-changed-registers): New variables for use with GDB 6.4+.
20276 (gdb-ann3): Replace with...
20277 (gdb-init-1, gdb-init-2): ...two new functions.
20278 (gdba, gdb-prompt): Call gdb-init-1.
20279 (gdb-get-version): New function. Call gdb-init-2 from here.
20280 (gud-watch): Make it work with mouse events too.
20281 (gdb-post-prompt): Don't add to queue until GDB version is known.
20282 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
20283 (gdb-locals-mode): Use gdb-version.
20284 (gdb-memory-format-map, gdb-memory-unit-map)
20285 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
20286 (gdb-locals-font-lock-keywords-1)
20287 (gdb-locals-font-lock-keywords-2): New variables.
20288 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
20289 (gdb-set-gud-minor-mode-existing-buffers-1)
20290 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
20291 (gdb-var-update-1, gdb-var-update-handler-1)
20292 (gdb-data-list-register-values-handler)
20293 (gdb-data-list-register-values-custom)
20294 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
20295 (gdb-stack-list-locals-handler, gdb-get-register-names):
20296 New functions for use with GDB 6.4+.
20297 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
20298 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
20299 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
20300 (gdb-stack-list-locals-regexp)
20301 (gdb-data-list-register-names-regexp): New regexps for use with
20302 GDB 6.4+.
20303
20304 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
20305
20306 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
20307
20308 2005-12-06 Nozomu Ando <nand@mac.com>
20309
20310 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
20311 prompts work for AUTH PLAIN. Also reported by Steve Allan
20312 <seallan@verizon.net>.
20313
20314 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
20315
20316 * frame.el (set-frame-parameter): Add doc string.
20317
20318 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
20319
20320 * textmodes/org.el (org-occur-highlights): New variable.
20321 (org-highlight-new-match, org-remove-occur-highlights): New functions.
20322 (org-highlight-sparse-tree-matches): New option.
20323 (org-do-occur): New function.
20324 (org-get-heading): Make it work also at beginning of line.
20325 (org-category-table): New variable.
20326 (org-get-category-table, org-get-category)
20327 (org-camel-to-words, org-link-search): New functions.
20328 (org-select-this-todo-keyword): New variable.
20329 (org-todo-list): New command.
20330 (org-shiftright, org-shiftleft): New commands.
20331 (org-agenda-todo): Add prefix argument.
20332 (org-show-hierarchy-above): New option.
20333 (org-show-todo-tree): Numerical prefix creates tree for specific
20334 TODO keyword.
20335 (org-outline-level): New function, to assign a level to plain
20336 lists items.
20337 (org-cycle-include-plain-lists): New option.
20338 (org-mode): Use `org-outline-level' as value of `outline-level'.
20339 (org-cycle): Temporarily switch `outline-regexp' if
20340 `org-cycle-include-plain-lists' is non-nil.
20341 (org-start-icalendar-file): Fix format bug.
20342 (org-agenda-get-day-entries): Create category table.
20343 (org-agenda-get-todos, org-agenda-get-timestamps)
20344 (org-agenda-get-deadlines, org-agenda-get-scheduled)
20345 (org-agenda-get-blocks): Use `org-get-category'.
20346 (org-context-in-file-links): Rename from
20347 `org-line-numbers-in-file-links'.
20348
20349 2005-12-06 Romain Francoise <romain@orebokech.com>
20350
20351 * window.el (balance-windows): Delete extraneous third arg in call
20352 to `enlarge-window'.
20353
20354 2005-12-06 Kenichi Handa <handa@m17n.org>
20355
20356 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
20357
20358 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
20359
20360 * progmodes/gdb-ui.el (gdb-var-create-handler)
20361 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
20362 (gdb-var-list-children-handler, gdb-var-update-handler):
20363 Current buffer is already gdb-partial-output-buffer, don't
20364 make it current again.
20365
20366 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
20367
20368 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
20369 (list-buffers-noselect): Use it.
20370
20371 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
20372
20373 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
20374 (mail-yank-ignored-headers): Use regexp-opt.
20375 (mail-mode-map): Move initialization into declaration.
20376 (mail-sent-via): Remove unused shadowed var `to-line'.
20377 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
20378 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
20379 (mail-do-fcc): Use dolist and push.
20380 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
20381 (mail-yank-ignored-headers): Don't autoload.
20382
20383 2005-12-05 Kenichi Handa <handa@m17n.org>
20384
20385 * international/mule-cmds.el (set-language-info-internal): New fun.
20386 (set-language-info): Call set-language-info-internal to update
20387 language-info-alist. If LANG-ENV is the current one, call
20388 set-language-environment to make INFO effective now.
20389 (set-language-info-alist): Likewise.
20390 (locale-language-names): With locale "en", use English
20391 lang. env. but set the default codings to iso-8859-1.
20392
20393 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
20394
20395 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
20396 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
20397 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
20398 for plain strings.
20399 (gdb-frames-mode): Remove redundant call to font-lock-mode.
20400 (gdb-all-registers): Rename from toggle-gdb-all-registers.
20401 Create registers buffer if necessary. Echo new state in minibuffer.
20402 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
20403
20404 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
20405
20406 * info.el (Info-fontify-node): Match external links using
20407 non-directory part of filename.
20408
20409 2005-12-04 Juri Linkov <juri@jurta.org>
20410
20411 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
20412 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
20413 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
20414 because there is no customization option for it.
20415
20416 * font-lock.el (lisp-font-lock-keywords-1):
20417 Add define-global-minor-mode.
20418
20419 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
20420
20421 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
20422 properties on the constructed variable names.
20423
20424 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20425 Put `definition-name' properties on the constructed function names
20426 next-sym and prev-sym.
20427
20428 * emacs-lisp/find-func.el (find-function-regexp):
20429 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
20430 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
20431 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
20432 and easy-menu-define.
20433
20434 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
20435 easy-mmode-define-global-mode and define-global-minor-mode.
20436 (lisp-imenu-generic-expression): Add define-global-minor-mode.
20437
20438 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
20439 instead of easy-mmode-define-global-mode.
20440
20441 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
20442 Use define-minor-mode instead of easy-mmode-define-minor-mode.
20443
20444 * cus-edit.el (customize-group, customize-group-other-window):
20445 Filter out autoloaded options from the group completion list by
20446 using heuristics that autoloaded groups don't have `custom-autoload'
20447 property on their symbols (they have only `custom-loads').
20448
20449 * simple.el (completion-setup-function): Put completions-common-part
20450 face on complete completion string too (i.e. completion string
20451 without completions-first-difference face).
20452
20453 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
20454
20455 2005-12-03 Eli Zaretskii <eliz@gnu.org>
20456
20457 * view.el (view-mode): Doc fix.
20458
20459 * disp-table.el (standard-display-european): Add to the warning
20460 message a reference to the doc string.
20461
20462 * play/yow.el (apropos-zippy): Call print-help-return-message,
20463 similar to other Help and Apropos commands.
20464
20465 * help.el (print-help-return-message): If pop-up-frames is
20466 non-nil, set up help-return-method to delete the help window and,
20467 possibly, its frame as well, and don't display message about
20468 scrolling the help window. Doc fix.
20469 (help-return-method): Doc fix.
20470
20471 2005-12-03 Martin Rudalics <rudalics@gmx.at>
20472
20473 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
20474 whereby names of length one or names starting with a
20475 symbol-constituent character would not be returned.
20476
20477 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
20478
20479 * subr.el (atomic-change-group): Add edebug and indentation spec.
20480
20481 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
20482
20483 * completion.el (save-completions-file-name): Fix typo in last change.
20484
20485 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20486
20487 * info.el: Move back/forward history to the beginning of the tool bar.
20488
20489 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
20490
20491 * allout.el (eval-when-compile): Remove unnecessary load of cl.
20492 Add fset of allout-real-isearch-abort during compile to fix
20493 byte-compilation warnings.
20494 (allout-mode-p): Move definition of this macro above all uses, or
20495 byte compilation in barren Emacs (eg, during Emacs build) will
20496 lack the definition.
20497 (allout-mode): Move this variable above any uses, or byte
20498 compilation will fail.
20499 (allout-resolve-xref): Remove use of personal file-reference function.
20500 (allout-toggle-current-subtree-encryption): Do the current (ie,
20501 visible containing) topic, rather than nearest around point. Doc fix.
20502 (allout-toggle-subtree-encryption): New function, workhorse that
20503 works on nearest topic containing point.
20504 (allout-encrypt-string): Signal requirement for newer version of pgg.
20505 (allout-resumptions): Doc fix.
20506
20507 2005-12-02 Eli Zaretskii <eliz@gnu.org>
20508
20509 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
20510
20511 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
20512
20513 * textmodes/flyspell.el (flyspell-external-point-words):
20514 Consider a misspelling as found in the string search if: (a) misspelling
20515 and found string lengths match, or (b) misspelling is found as
20516 element in a boundary-chars separated longer string, or (c)
20517 ispell-program-name is really ispell and misspelling is found as
20518 part of a TeX string. After successful match move beginning of
20519 search region to end of match. Warn about not found misspellings
20520 once the process is done.
20521 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
20522
20523 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
20524
20525 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
20526 tool bar (removed inadvertently).
20527
20528 2005-12-02 Juri Linkov <juri@jurta.org>
20529
20530 * log-view.el (log-view-diff): Clarify doc string.
20531
20532 2005-12-01 Bill Wohler <wohler@newt.com>
20533
20534 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
20535 triggers lm-verify errors.
20536
20537 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
20538
20539 * simple.el (transient-mark-mode, line-number-mode)
20540 (column-number-mode, size-indication-mode): Remove `:require nil'.
20541
20542 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
20543
20544 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
20545 in the margin also.
20546 (gdb-breakpoints-mode-map): Use D instead of d for
20547 gdb-delete-breakpoint.
20548 (gdb-get-frame-number): Require a number to match on.
20549 (gdb-threads-mode-map): Add follow-link binding.
20550
20551 2005-11-30 Jason Rumney <jasonr@gnu.org>
20552
20553 * isearch.el (isearch-mode-map): Avoid exiting search on
20554 language-change event.
20555
20556 2005-11-30 Romain Francoise <romain@orebokech.com>
20557
20558 * speedbar.el (speedbar-default-position): New defcustom.
20559 (speedbar-frame-reposition-smartly): Use it.
20560
20561 * dframe.el (dframe-reposition-frame-emacs): Fix position
20562 computation for `left' location.
20563 Update copyright year.
20564
20565 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
20566
20567 * help.el (help-map): Move initialization into declaration.
20568
20569 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
20570
20571 * help-fns.el (help-argument-name): Don't autoload.
20572 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
20573 to be re-loaded when customizing the `help' group.
20574
20575 2005-11-30 John Paul Wallington <jpw@gnu.org>
20576
20577 * help-fns.el (describe-function-1): Fill arglist output.
20578
20579 2005-11-30 Kim F. Storm <storm@cua.dk>
20580
20581 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
20582 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
20583 after revert-buffer (or anything else which kills all local variables).
20584
20585 * apropos.el (apropos-parse-pattern): Doc fix.
20586 Set apropos-regexp directly, rather than expecting callers to do so.
20587 (apropos-command, apropos, apropos-value, apropos-documentation):
20588 Simplify calls to apropos-parse-pattern.
20589
20590 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
20591
20592 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
20593 (hi-lock-face-phrase-buffer): Use hi-yellow face.
20594 (hi-lock-write-interactive-patterns): Use comment-region.
20595
20596 * longlines.el (longlines-mode): Add mail-setup-hook.
20597
20598 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
20599
20600 * simple.el (sendmail-user-agent-compose, next-line):
20601 Conditionally use hard-newline.
20602
20603 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
20604
20605 * international/latexenc.el (latex-inputenc-coding-alist):
20606 Reword doc string.
20607
20608 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
20609
20610 * help.el (describe-key-briefly, describe-key): Recognize default
20611 bindings.
20612
20613 2005-11-29 Romain Francoise <romain@orebokech.com>
20614
20615 * view.el (view-inhibit-help-message): New defcustom.
20616 (view-mode-enter): Use it.
20617
20618 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
20619
20620 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
20621 Preserve user position.
20622
20623 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
20624
20625 * font-lock.el: Throw error if facemenu is not loaded to prevent
20626 accidental change of loading order in loadup.el. (Suggested by RMS.)
20627
20628 * loadup.el: Add comment explaining why facemenu must be loaded
20629 before font-lock.
20630
20631 2005-11-28 Jay Belanger <belanger@truman.edu>
20632
20633 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
20634 (calc-dispatch-map): Add more keys for `calc-same-interface'.
20635
20636 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
20637
20638 * calc/calc-embed.el (calc-do-embedded): Update help message.
20639
20640 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
20641
20642 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
20643
20644 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
20645
20646 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
20647 called-interactively-p.
20648 (elp-profilable-p): Rename from elp-not-profilable-p.
20649 Invert result and take into account macros and autoloaded functions.
20650 (elp-instrument-function): Update call.
20651 (elp-instrument-package): Update call. Add completion.
20652 (elp-pack-number): Use match-string.
20653 (elp-results-jump-to-definition-by-mouse): Merge into
20654 elp-results-jump-to-definition and then remove.
20655 (elp-output-insert-symname): Make help echo text single-line.
20656
20657 * replace.el (query-replace-map): Move initialization into declaration.
20658 (occur-engine): Use with-current-buffer.
20659 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
20660 (occur-mode-mouse-goto): Replace with an alias.
20661
20662 2005-11-28 Juri Linkov <juri@jurta.org>
20663
20664 * simple.el (quoted-insert): Let-bind input-method-function to nil.
20665
20666 * term/w32-win.el: Bind [S-tab] to [backtab].
20667
20668 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
20669 `Info-find-file' to t.
20670
20671 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
20672 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
20673 and same-window-regexps.
20674 (occur-next-error): Don't move point for arg 0.
20675
20676 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
20677
20678 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
20679
20680 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
20681
20682 * log-edit.el (log-edit-changelog-use-first): New var.
20683 (log-edit-changelog-ours-p): Use it.
20684 (log-edit-insert-changelog): Set it with new arg `use-first'.
20685 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
20686 (log-edit-hook): Add them to the list of suggested options.
20687
20688 * textmodes/flyspell.el (flyspell-last-buffer): New var.
20689 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
20690 redundant work.
20691 (flyspell-mode-on): Use add-hook for after-change-functions.
20692 (flyspell-mode-off): Use remove-hook for after-change-functions.
20693 (flyspell-changes): Make it buffer-local.
20694 (flyspell-after-change-function): Make it non-interactive. Use push.
20695 (flyspell-post-command-hook): Check input-pending-p while processing
20696 the potentially long list of buffer changes.
20697
20698 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
20699
20700 * buff-menu.el (list-buffers-noselect): Display the selected
20701 frame's buffer list, not the global one.
20702
20703 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
20704
20705 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
20706 that (list last-input-event) works as in interactive spec.
20707
20708 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
20709
20710 * loadup.el ("facemenu"): Load facemenu before font-lock, because
20711 `facemenu-keymap' needs to be defined when font-lock is loaded.
20712 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
20713
20714 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
20715
20716 * completion.el: Remove useless leading * in defcustom docstrings.
20717 (save-completions-file-name): Use ~/.emacs.d if available.
20718 (completion-standard-syntax-table): Rename from
20719 cmpl-standard-syntax-table and fold initialization into declaration,
20720 thus removing cmpl-make-standard-completion-syntax-table.
20721 (completion-lisp-syntax-table, completion-c-syntax-table)
20722 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
20723 (cmpl-saved-syntax, cmpl-saved-point): Remove.
20724 (symbol-under-point, symbol-before-point)
20725 (symbol-under-or-before-point, symbol-before-point-for-complete)
20726 (add-completions-from-c-buffer): Use with-syntax-table.
20727 (make-completion): Don't return a list of completion entries.
20728 Update callers.
20729 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
20730 (completion-initialize): Rename from initialize-completions.
20731 (completion-find-file-hook): Rename from cmpl-find-file-hook.
20732 (kill-emacs-save-completions): Collect stats here.
20733 (save-completions-to-file, load-completions-from-file):
20734 Use with-current-buffer.
20735 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
20736 into a function. Move all calls to toplevel.
20737 (completion-lisp-mode-hook): New fun.
20738 (completion-c-mode-hook, completion-setup-fortran-mode):
20739 Set the syntax-table here. Use local-set-key.
20740 (completion-saved-bindings): New var.
20741 (dynamic-completion-mode): Make it into a proper minor mode.
20742 (load-completions-from-file): Remove unused var `num-uses'.
20743
20744 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
20745 constructor if it is explicitly overridden.
20746
20747 * complete.el (PC-completion-as-file-name-predicate):
20748 Use minibuffer-completing-file-name.
20749 (partial-completion-mode): Use find-file-not-found-functions.
20750 (PC-lisp-complete-symbol): Use with-syntax-table.
20751 (PC-look-for-include-file): Remove dead setq.
20752 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
20753 (PC-complete): Use with-current-buffer.
20754
20755 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
20756 escape single quotes.
20757
20758 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
20759
20760 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
20761 of `if' whose condition always returned nil. Doc fix.
20762
20763 * buff-menu.el (Buffer-menu-revert-function): Make the selected
20764 window's buffer the current buffer around the call to
20765 `list-buffers-noselect'. This is necessary to mark that buffer
20766 with a `.' in the Buffer Menu when called from Lisp, for instance
20767 by Auto Revert Mode.
20768
20769 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
20770
20771 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
20772 attaching to it.
20773 (gdb-pre-prompt): Make sure gdb-error is reset.
20774
20775 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
20776 with a child process, detect it.
20777 (gud-speedbar-buttons): Match regexp more carefully.
20778
20779 2005-11-27 Richard M. Stallman <rms@gnu.org>
20780
20781 * mouse.el (mouse-drag-move-window-bottom):
20782 Use adjust-window-trailing-edge.
20783
20784 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
20785
20786 * simple.el (blink-matching-open): Ignore
20787 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
20788 (blink-matching-paren-on-screen): Update docstring.
20789
20790 * paren.el (show-paren-mode): No longer change
20791 `blink-matching-paren-on-screen'.
20792
20793 2005-11-27 John Paul Wallington <jpw@pobox.com>
20794
20795 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
20796 (gdb-threads-select, gdb-edit-register-value):
20797 Use `posn-set-point' instead of `mouse-set-point' because the
20798 latter is not fbound when configured without X.
20799
20800 2005-11-27 Kim F. Storm <storm@cua.dk>
20801
20802 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
20803 existing face when partially highlighting a TAB in a rectangle.
20804
20805 2005-11-26 Kim F. Storm <storm@cua.dk>
20806
20807 * ido.el (ido-mode-map): Doc fix.
20808 (ido-mode-common-map, ido-mode-file-map)
20809 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
20810 (ido-define-mode-map): Rewrite. Select one of the new maps as
20811 parent for ido-mode-map instead of building from scratch.
20812 (ido-init-mode-maps): New defun to initialize new maps.
20813 (ido-mode): Call it.
20814 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
20815 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
20816
20817 2005-11-26 John Paul Wallington <jpw@pobox.com>
20818
20819 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
20820 `mouse-set-point' because the latter is not fbound when configured
20821 without X.
20822
20823 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
20824
20825 * files.el (file-relative-name): Doc fix.
20826
20827 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
20828
20829 * progmodes/octave-inf.el (inferior-octave-startup): Force a
20830 non-empty string for secondary prompt PS2.
20831
20832 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
20833
20834 * progmodes/compile.el (compilation-setup): Fix last change.
20835
20836 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
20837
20838 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
20839 (gdb-mouse-toggle-breakpoint-margin)
20840 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
20841 Add gdb-server-prefix to keep out of command history.
20842 (gdb-edit-register-value): New function.
20843 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
20844 (gdb-info-registers-custom): Use above map.
20845
20846 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
20847
20848 * custom.el (enable-theme): Signal error if argument is not a
20849 theme. Don't recalculate a face if it's not loaded yet.
20850
20851 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
20852 the `user' theme is in effect.
20853
20854 * info.el (Info-on-current-buffer): Record actual filename in
20855 Info-current-file, instead of t, or a fake filename if a non-file
20856 buffer. Make autoload.
20857 (Info-find-node, Info-revert-find-node): No need to check for
20858 Info-current-file nil.
20859 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
20860 Info-current-file is now never `t'.
20861 (Info-fontify-node): Many simplifications due to Info-current-file
20862 always being valid. Use Info-find-file to find node filename.
20863
20864 2005-11-25 David Kastrup <dak@gnu.org>
20865
20866 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
20867 new character, then delete" in order to preserve markers.
20868
20869 2005-11-25 David Ponce <david@dponce.com>
20870
20871 * recentf.el (recentf-arrange-by-rule): Handle a special
20872 `auto-mode-alist'-like "strip suffix" rule.
20873 (recentf-build-mode-rules): Handle second level auto-mode entries.
20874
20875 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
20876
20877 * emulation/viper-keym.el (viper-ESC-key): Use different values
20878 in terminal and window modes.
20879
20880 * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
20881 add jde-javadoc-checker-report-mode.
20882
20883 * ediff-wind.el (ediff-make-wide-display): Slight simplification.
20884
20885 * ediff.el (ediff-date): Change the date of last update.
20886
20887 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
20888
20889 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
20890 Use define-minor-mode, and make it a local mode. Turn on font-lock.
20891 (hi-lock-mode): New global minor mode.
20892 (turn-on-hi-lock-if-enabled): New function.
20893 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
20894 Change arguments to regexp and face instead of a font-lock pattern.
20895 Directly set face property, instead of refontifying.
20896 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
20897 (hi-lock-find-patterns): Use line-number-at-pos.
20898
20899 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
20900 arguments for hi-lock-set-pattern.
20901 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
20902 Call font-lock-fontify-buffer.
20903 (hi-lock-find-file-hook, hi-lock-current-line)
20904 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
20905
20906 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
20907 turned off.
20908
20909 * progmodes/compile.el (compilation-setup): Don't fiddle with
20910 font-lock-defaults.
20911
20912 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
20913
20914 * progmodes/gdb-ui.el (gdb-var-create-handler)
20915 (gdb-var-list-children-handler): Find values for all variable
20916 objects. gud-speedbar-buttons decides whether to display them.
20917
20918 2005-11-24 Romain Francoise <romain@orebokech.com>
20919
20920 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
20921 buffer name with a space.
20922
20923 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
20924
20925 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
20926 `org-export-local-list-max-depth'. Change default value to 3.
20927 (org-auto-renumber-ordered-lists)
20928 (org-plain-list-ordered-item-terminator): New options.
20929 (org-at-item-p, org-beginning-of-item, org-end-of-item)
20930 (org-get-indentation, org-get-string-indentation)
20931 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
20932 New functions.
20933 (org-move-item-down, org-move-item-up): New commands.
20934 (org-export-as-html): New classes for CSS support. Bug fix in
20935 regular expression detecting fixed-width regions. Respect
20936 `org-local-list-ordered-item-terminator'.
20937 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
20938 also a list item.
20939 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
20940 New item moving functions.
20941
20942 2005-11-24 Juri Linkov <juri@jurta.org>
20943
20944 * isearch.el (isearch-repeat): With empty search ring set
20945 `isearch-error' to the error string instead of signaling error
20946 with the function `error'.
20947
20948 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20949
20950 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
20951
20952 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
20953
20954 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
20955 and variable.
20956 (gdb-var-create-handler, gdb-var-list-children-handler):
20957 Don't match on "char **...".
20958 (gdb-var-update-handler): Find values for all variable objects.
20959 (gdb-info-frames-custom): Identify frames by leading "#".
20960
20961 * progmodes/gud.el (gud-speedbar-menu-items): Add
20962 gdb-speedbar-auto-raise as radio button.
20963 (gud-speedbar-buttons): Raise speedbar if requested.
20964 Don't match on "char **...".
20965 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
20966 Make it editable.
20967
20968 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
20969
20970 * info.el (Info-fontify-node): Handle the case where
20971 Info-current-file is t.
20972
20973 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
20974
20975 * simple.el (blink-matching-open): Fix off-by-one in last change.
20976
20977 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20978
20979 * term/mac-win.el: Don't change default directory.
20980
20981 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
20982
20983 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
20984 buffers correctly. (It used to throw an error in such buffers.)
20985 Make it ask for confirmation in group buffers and other Custom
20986 buffers containing more than one customization item.
20987
20988 2005-11-22 John Paul Wallington <jpw@gnu.org>
20989
20990 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
20991 property on mail and url overlays.
20992 (goto-address-at-point): Use `posn-set-point' instead of
20993 `mouse-set-point' because the latter is not fbound when configured
20994 without X.
20995
20996 2005-11-22 Lars Hansen <larsh@soem.dk>
20997
20998 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
20999 (ls-lisp-classify, ls-lisp-format): Delete call to
21000 ls-lisp-parse-symlink.
21001 (ls-lisp-handle-switches): Handle symlinks to directories as
21002 directories when ls-lisp-dirs-first in non-nil.
21003
21004 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
21005
21006 * startup.el (command-line): Make sure that loaddefs.el is handled
21007 correctly in load-history.
21008
21009 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
21010
21011 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
21012 (gdb-struct-string, gdb-array-string): New constants.
21013 (gdb-info-locals-handler): Use them.
21014 (gdb-reset): Reset gdb-var-list to nil.
21015
21016 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
21017
21018 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
21019 in patterns.
21020
21021 2005-11-21 Juri Linkov <juri@jurta.org>
21022
21023 * custom.el (defcustom): Update link types in docstring.
21024
21025 2005-11-20 Martin Rudalics <rudalics@gmx.at>
21026
21027 * custom.el (defgroup): Add doc-string-elt info.
21028
21029 * widget.el (define-widget): Don't use declare for the doc-string-elt.
21030
21031 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
21032
21033 * newcomment.el (comment-enter-backward): Fix last fix.
21034
21035 * simple.el (blink-matching-open):
21036 * paren.el (show-paren-function): Allow new paren-class info.
21037
21038 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
21039
21040 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
21041 handled automagically.
21042
21043 2005-11-20 Andreas Schwab <schwab@suse.de>
21044
21045 * descr-text.el (describe-char): When copying overlays put them
21046 over the full char description instead of just the first character
21047 of it.
21048
21049 2005-11-20 Juri Linkov <juri@jurta.org>
21050
21051 * simple.el (what-cursor-position):
21052 * descr-text.el (describe-char): Use Lisp-readable syntax
21053 for octal and hex. Reorder decimal, octal and hex values.
21054 Remove excess whitespace in the output. Use `=' in `column='
21055 like in `point=' and `Hscroll='.
21056
21057 * international/mule-cmds.el (encoded-string-description):
21058 Use Lisp-readable syntax for hex.
21059
21060 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
21061
21062 * newcomment.el (comment-enter-backward): Handle the case where the
21063 comment is closed by EOB.
21064
21065 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
21066
21067 * longlines.el (longlines-before-revert-hook)
21068 (longlines-after-revert-hook): New functions.
21069 (longlines-mode): Turn off longlines temporarily when reverting.
21070 Add a message-setup-hook.
21071 (longlines-decode-buffer): New function.
21072 (longlines-wrap-line): Preserve marker positions.
21073
21074 2005-11-19 Andreas Schwab <schwab@suse.de>
21075
21076 * emacs-lisp/shadow.el: Handle compressed files.
21077
21078 2005-11-19 Romain Francoise <romain@orebokech.com>
21079
21080 * net/browse-url.el (browse-url-default-browser): Signal an error
21081 if no usable browser can be found, rather than try to load w3.
21082
21083 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
21084
21085 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
21086 replacing existing properties.
21087 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
21088 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
21089 tty specs.
21090 (rcirc-server-prefix, rcirc-server): New faces.
21091 (rcirc-url-regexp): Generate with rx macro.
21092 (rcirc-last-server-message-time): New variable.
21093 (rcirc-filter): Record time of last message.
21094 (rcirc-keepalive): Kill processes that did not send a message
21095 since the last ping.
21096 (rcirc-mode): Give rcirc-topic a local binding here.
21097
21098 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
21099
21100 * subr.el (read-passwd): Fontify the prompt as we do with other
21101 prompts.
21102
21103 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
21104
21105 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
21106 binding buffer-read-only to nil.
21107
21108 2005-11-19 Eli Zaretskii <eliz@gnu.org>
21109
21110 * complete.el (partial-completion-mode):
21111 Mention completion-auto-help in the doc string.
21112
21113 * man.el (Man-highlight-references): Doc fix. Reformat code in a
21114 more Lisp-ish way.
21115
21116 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
21117
21118 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
21119 digits, not 8, to avoid misalignment for files larger than 100MB.
21120
21121 2005-11-19 Eli Zaretskii <eliz@gnu.org>
21122
21123 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
21124 Mention "keyboard shortcuts" in the help text.
21125
21126 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21127
21128 * startup.el (fancy-splash-default-action): Discard only
21129 mouse-down and succeeding mouse-up events in the splash screen
21130 window so that drag-n-drop event can be processed.
21131
21132 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
21133
21134 * longlines.el (longlines-mode): Add hacks for mail-mode and
21135 message-mode.
21136
21137 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
21138
21139 * textmodes/org.el (org-table-sort-lines): New command.
21140 (org-tbl-menu): Add entry for `org-table-sort-lines'.
21141 (org-add-file): Command removed, use `org-agenda-file-to-front'
21142 instead.
21143 (org-export-icalendar): Use `org-icalendar-combined-name'.
21144 (org-cycle-agenda-files, org-agenda-file-to-end)
21145 (org-agenda-file-to-front): New commands.
21146 (org-table-tab-jumps-over-hlines, org-export-html-style):
21147 New options.
21148 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
21149 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
21150 New functions.
21151 (org-fill-paragraph): Call `org-table-align' in tables.
21152 (org-mode): Call `org-set-autofill-regexps'.
21153 (org-export-as-html): Support for local handformatted lists.
21154 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
21155 (org-export-local-list-max-depth): New option.
21156 (org-html-expand): Use `org-html-protect'.
21157
21158 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
21159
21160 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
21161 to "p".
21162 (gdb): Move definition of gud-pp to...
21163
21164 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
21165 speedbar.
21166 (gdb-find-watch-expression): New function.
21167
21168 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
21169
21170 * faces.el (face-attribute, set-face-attribute): Mention existence
21171 of `:ignore-defface' setting in docstring.
21172
21173 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
21174
21175 * simple.el (completion-setup-function): Fix last change.
21176
21177 2005-11-17 John Paul Wallington <jpw@pobox.com>
21178
21179 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
21180 Use `posn-set-point' instead of `mouse-set-point' because the
21181 latter is not fbound when configured without X.
21182
21183 * comint.el (comint-insert-input): Likewise.
21184
21185 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
21186
21187 * simple.el (hard-newline): New variable.
21188 (sendmail-user-agent-compose, next-line): Use it.
21189
21190 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
21191 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
21192 (mail-mail-reply-to, mail-mail-followup-to)
21193 (mail-position-on-field, mail-signature, mail-yank-original)
21194 (mail-attach-file): Likewise.
21195
21196 * mail/mailheader.el (mail-header-format)
21197 (mail-header-format-function): Likewise.
21198
21199 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
21200
21201 2005-11-17 Juri Linkov <juri@jurta.org>
21202
21203 * font-lock.el (font-lock-faces): Rename this defgroup from
21204 `font-lock-highlighting-faces'.
21205 (font-lock-comment-face, font-lock-comment-delimiter-face)
21206 (font-lock-string-face, font-lock-doc-face)
21207 (font-lock-keyword-face, font-lock-builtin-face)
21208 (font-lock-function-name-face, font-lock-variable-name-face)
21209 (font-lock-type-face, font-lock-constant-face)
21210 (font-lock-warning-face, font-lock-negation-char-face)
21211 (font-lock-preprocessor-face)
21212 (font-lock-regexp-grouping-backslash)
21213 (font-lock-regexp-grouping-construct): Rename :group from
21214 `font-lock-highlighting-faces' to `font-lock-faces'.
21215
21216 * cus-edit.el (lisp, c, tex):
21217 * progmodes/ada-mode.el (ada):
21218 * progmodes/asm-mode.el (asm):
21219 * progmodes/cperl-mode.el (cperl-faces):
21220 * progmodes/cpp.el (cpp):
21221 * progmodes/dcl-mode.el (dcl):
21222 * progmodes/f90.el (f90):
21223 * progmodes/fortran.el (fortran):
21224 * progmodes/icon.el (icon):
21225 * progmodes/idlwave.el (idlwave-misc):
21226 * progmodes/m4-mode.el (m4):
21227 * progmodes/make-mode.el (makefile):
21228 * progmodes/meta-mode.el (meta-font):
21229 * progmodes/modula2.el (modula2):
21230 * progmodes/octave-mod.el (octave):
21231 * progmodes/pascal.el (pascal):
21232 * progmodes/perl-mode.el (perl):
21233 * progmodes/prolog.el (prolog):
21234 * progmodes/ps-mode.el (PostScript-edit):
21235 * progmodes/scheme.el (scheme):
21236 * progmodes/sh-script.el (sh-script):
21237 * progmodes/simula.el (simula):
21238 * progmodes/tcl.el (tcl):
21239 * textmodes/nroff-mode.el (nroff):
21240 * textmodes/reftex-vars.el (reftex-fontification-configurations):
21241 * textmodes/sgml-mode.el (sgml):
21242 * textmodes/texinfo.el (texinfo):
21243 Add :link (custom-group-link font-lock-faces) to defgroup.
21244
21245 * hi-lock.el (hi-lock): Rename this defgroup from
21246 `hi-lock-interactive-text-highlighting'. Change parent group from
21247 `faces' to `font-lock'. Add link to the manual.
21248 (hi-lock-mode, hi-lock-file-patterns-range)
21249 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
21250 `hi-lock-interactive-text-highlighting' to `hi-lock'.
21251 (hi-lock-faces): Add :group `faces'.
21252
21253 * cus-edit.el (custom-variable-prompt): Clarify the code.
21254
21255 * faces.el (face-read-string): Set the default value arg of
21256 completing-read.
21257
21258 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
21259
21260 * rfn-eshadow.el (file-name-shadow-properties)
21261 (file-name-shadow-tty-properties, file-name-shadow-mode):
21262 Remove autoloads, because the file is now preloaded.
21263
21264 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21265
21266 * printing.el (easy-menu-intern): Don't define.
21267 (pr-get-symbol): Use easy-menu-intern only if defined.
21268
21269 * simple.el (blink-matching-open): Simplify a bit.
21270 (completion-setup-function): Fix the case of partial-completion-mode
21271 when the minibuffer's contents start with "-".
21272 Obey completion-base-size-function even when
21273 minibuffer-completing-file-name is non-nil.
21274
21275 2005-11-16 Richard M. Stallman <rms@gnu.org>
21276
21277 * net/eudcb-ph.el (eudc-ph-open-session):
21278 Use set-process-query-on-exit-flag.
21279
21280 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
21281
21282 * international/ucs-tables.el (ucs-set-table-for-input):
21283 Use make-local-variable, not make-variable-buffer-local.
21284
21285 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
21286 Improve warning message text.
21287
21288 * savehist.el (savehist-save-hook): Add :group.
21289
21290 * menu-bar.el (menu-bar-help-menu):
21291 Rename Find Extra Packages to External Packages.
21292
21293 * cus-edit.el (Custom-reset-standard): Verify that
21294 :custom-standard-value prop exists before calling it.
21295
21296 * apropos.el (apropos-calc-scores): Use apropos-pattern.
21297
21298 2005-11-16 Martin Rudalics <rudalics@gmx.at>
21299
21300 * wid-edit.el (color): Enclose %t in %{...%}.
21301
21302 * cus-edit.el (face): Enclose %t in %{...%}.
21303
21304 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
21305
21306 * savehist.el (savehist-mode-hook): Re-add the var.
21307 (savehist-mode): Use it.
21308
21309 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21310
21311 * textmodes/flyspell.el: Fix commenting convention.
21312 Remove unnecessary leading * in custom docstrings.
21313 (flyspell-emacs): Remove unused var.
21314 (flyspell-delete-region-overlays): Use remove-overlays.
21315 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
21316 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
21317 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
21318 (flyspell-debug-signal-word-checked): Use with-current-buffer.
21319 (make-flyspell-overlay): Don't locally reuse a global name.
21320 (flyspell-highlight-incorrect-region)
21321 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
21322 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
21323 (flyspell-notify-misspell): Remove unused args `start' and `end'.
21324 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
21325 Wrap calls to accept-process-output inside with-local-quit since it's
21326 often called from a post-command-hook.
21327 (flyspell-correct-word, flyspell-auto-correct-word):
21328 Use ispell-send-string.
21329 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
21330
21331 * calendar/diary-lib.el (diary-list-entries): Also hide the
21332 terminating newline.
21333
21334 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
21335
21336 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
21337 window-system, to allow fonts on tty.
21338
21339 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
21340
21341 * progmodes/gud.el (gud-speedbar-item-info): New function.
21342 (gud-install-speedbar-variables): Use it to display data type
21343 of watch expression as a tooltip in speedbar.
21344
21345 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
21346
21347 * font-core.el (global-font-lock-mode): Add :version keyword,
21348 because default was changed.
21349
21350 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
21351
21352 * startup.el (command-line): Use `custom-reevaluate-setting' for
21353 `file-name-shadow-mode'.
21354
21355 * loadup.el: Preload rfn-eshadow.
21356
21357 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
21358 Add :version keyword.
21359 (file-name-shadow-properties, file-name-shadow-tty-properties)
21360 (file-name-shadow): Add :version keyword.
21361
21362 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
21363 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
21364 in the custom-group property of the symbol frames and the fringe
21365 group got no link to its parent group frames.
21366 Doc fix.
21367
21368 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21369
21370 * progmodes/gud.el (gud-stop-subjob): New function.
21371 (gud-menu-map, gud-tool-bar-map): Use it.
21372
21373 2005-11-16 Kim F. Storm <storm@cua.dk>
21374
21375 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
21376 than kill it.
21377 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
21378 to a more useful/logical place.
21379
21380 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21381
21382 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
21383 go buttons complementary.
21384
21385 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
21386
21387 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
21388 (rfn-eshadow-sifn-equal): New function.
21389 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
21390
21391 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
21392
21393 * emulation/viper-utils.el (viper-non-word-characters-reformed-vi):
21394 Quote `-' in string.
21395
21396 * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
21397 rcirc-mode buffers come up in Emacs state.
21398
21399 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
21400 operation.
21401
21402 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
21403
21404 * term.el (term-termcap-format): Fix typos.
21405 (term-down): Fix the negative argument case.
21406
21407 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21408
21409 * progmodes/gdb-ui.el: Remove face-alias left over from change on
21410 2005-08-15.
21411 (gdb-ann3): New command gud-go.
21412 (menu): Accomodate gdb-mi.el.
21413 (gdb-assembler-custom): Make buffer of selected window current
21414 so that set-window-point works.
21415
21416 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
21417 buttons and include new ones.
21418
21419 2005-11-16 Kim F. Storm <storm@cua.dk>
21420
21421 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
21422 (gud-menu-map): Use it.
21423
21424 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
21425
21426 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
21427 that works correctly for Custom and that does not override a user
21428 who disables it.
21429
21430 * help-mode.el (help-make-xrefs, help-xref-on-pp)
21431 (help-xref-interned, help-follow): Make hyperlinks for variables
21432 that are unbound, but have a non-nil variable-documentation property.
21433
21434 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
21435 mode hook. (It conflicted with defcustoms for some mode hooks.)
21436 Use the `variable-documentation' property to give the mode hook a
21437 docstring and expand that docstring.
21438
21439 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
21440
21441 * savehist.el (savehist-mode): Don't bother with
21442 `custom-set-minor-mode'.
21443 (savehist-coding-system): Check XEmacs version.
21444 (history-length): Declare also at run time.
21445 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
21446 Don't set the customize state.
21447 (savehist-minibuffer-hook): Special case for when
21448 minibuffer-history-variable is equal to t.
21449
21450 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
21451
21452 * files.el (write-file): Refresh VC status.
21453
21454 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
21455 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
21456 than fundamental-mode to see if the mode was set.
21457
21458 2005-11-14 Romain Francoise <romain@orebokech.com>
21459
21460 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
21461 dummy function in `eval-when-compile' to avoid compiler warning.
21462 Require `man' at compile time.
21463
21464 2005-11-14 Jay Belanger <belanger@truman.edu>
21465
21466 * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
21467 calcFunc-powerexpand.
21468 (math-write-out-power): Rename it to math-powerexpand; have it
21469 handle negative exponents.
21470 (calc-writeoutpower): Rename it to calc-powerexpand.
21471
21472 * calc/calc-ext.el: Change calcFunc-writeoutpower and
21473 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
21474 autoloads.
21475 Add calcFunc-ldiv to autoloads.
21476
21477 * calc/calc-arith.el (calcFunc-ldiv): New function.
21478
21479 * calc/calc.el (calc-left-divide): New function.
21480
21481 2005-11-14 Juri Linkov <juri@jurta.org>
21482
21483 * cus-edit.el (custom-variable-prompt): Set the default value arg
21484 of completing-read.
21485
21486 * cus-dep.el (custom-make-dependencies): Reverse the list of
21487 found dependencies.
21488
21489 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
21490
21491 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
21492 Highlighting" entry, it is on by default now.
21493 (menu-bar-options-save): Do not save global-font-lock-mode.
21494
21495 2005-11-13 Richard M. Stallman <rms@gnu.org>
21496
21497 * textmodes/flyspell.el (flyspell-large-region):
21498 Call flyspell-accept-buffer-local-defs.
21499
21500 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
21501
21502 * textmodes/flyspell.el (flyspell-notify-misspell):
21503 Fix misspelling of "Misspelling".
21504 (flyspell-process-localwords): New function.
21505 (flyspell-large-region): Call flyspell-process-localwords and
21506 flyspell-delete-region-overlays.
21507 (flyspell-delete-region-overlays): New function.
21508 (flyspell-delete-all-overlays): Call that.
21509
21510 2005-11-13 Richard M. Stallman <rms@gnu.org>
21511
21512 * help.el (help-for-help-internal): Improve doc of C-h a.
21513 (describe-key): Improve prompt; doc fix.
21514
21515 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
21516
21517 * vc-svn.el (vc-svn-registered): Catch all errors.
21518
21519 * cus-dep.el (custom-make-dependencies): Typo.
21520
21521 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
21522
21523 * net/tramp-util.el (top): Fix compilation warning.
21524
21525 2005-11-13 Kim F. Storm <storm@cua.dk>
21526
21527 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
21528
21529 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
21530
21531 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
21532 (gud-speedbar-buttons): Match on "const char *" too.
21533
21534 * progmodes/gdb-ui.el (gdb-var-create-handler)
21535 (gdb-var-list-children-handler): Match on "const char *" too.
21536 (gdb-var-evaluate-expression-handler): Match on empty string.
21537 (gdb-var-update-handler): Only call
21538 gdb-var-evaluate-expression-handler when required.
21539
21540 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
21541
21542 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
21543 selected window. This still doesn't work for speedbar.
21544 (gud-speedbar-buttons): Handle string expressions properly.
21545
21546 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
21547 (gdb-var-create-handler): Handle string expressions properly.
21548 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
21549 Handle string expressions properly. Move "type" field into regexp.
21550
21551 2005-11-12 Karl Fogel <kfogel@red-bean.com>
21552
21553 * bookmark.el (bookmark-maybe-message): New function to reduce
21554 code duplication: invokes `message' iff baud-rate is high enough.
21555 (bookmark-write-file): Use above instead of an inline conditional.
21556 (bookmark-load): Same.
21557
21558 2005-11-12 Karl Fogel <kfogel@red-bean.com>
21559
21560 * bookmark.el (bookmark-write-file): Don't visit the destination
21561 file, just write the data to it using write-region. This is
21562 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
21563 change to avoid visiting the file in the first place.
21564
21565 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
21566
21567 * hi-lock.el (hi-lock-mode): Set the default value of
21568 font-lock-defaults.
21569
21570 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
21571
21572 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
21573 arg to `file-attributes'.
21574 (find-lisp-format): The UID and GID can now be strings.
21575
21576 2005-11-12 Kim F. Storm <storm@cua.dk>
21577
21578 * help.el (help-map): Bind C-h d to apropos-documentation.
21579
21580 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
21581 when point is at end-of-buffer.
21582
21583 * apropos.el (apropos-match-face): Doc fix.
21584 (apropos-sort-by-scores): Add new choice `verbose'.
21585 (apropos-documentation-sort-by-scores): New defcustom.
21586 (apropos-pattern): Now contains the pattern entered by the user.
21587 (apropos-pattern-quoted): New defvar.
21588 (apropos-regexp): New defvar, containing the regexp corresponding
21589 to apropos-pattern.
21590 (apropos-all-words-regexp): Rename from apropos-all-regexp.
21591 (apropos-read-pattern): New defun. Use it to read pattern arg in
21592 interactive calls; returns list of words for a word list, and
21593 string for a regexp.
21594 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
21595 parses a list of words or regexp as returned by apropos-read-pattern.
21596 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
21597 (apropos-score-doc): Return a very high score if the string
21598 entered by the user matches literally.
21599 (apropos-variable): Doc fix. Use apropos-read-pattern.
21600 (apropos-command): Doc fix. Use apropos-read-pattern and
21601 apropos-parse-pattern. Call apropos-print with nosubst=t.
21602 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
21603 apropos-parse-pattern.
21604 (apropos-documentation): Doc fix. Use apropos-read-pattern and
21605 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
21606 apropos-documentation-sort-by-scores. Call apropos-print with
21607 nosubst=t.
21608 (apropos-documentation-internal): Pass doc string through
21609 substitute-key-definition before adding text properties.
21610 Highlight substring matching literal user input if possible.
21611 (apropos-documentation-check-doc-file): Remove locals beg and end.
21612 Fix calculation of score (as added twice). Pass doc string through
21613 substitute-key-definition before adding text properties.
21614 (apropos-documentation-check-elc-file): Pass doc string through
21615 substitute-key-definition before adding text properties.
21616 Highlight substring matching literal user input if possible.
21617 (apropos-print): Add new arg NOSUBST; if set, command and variable
21618 doc strings have already been passed through substitute-key-definition.
21619 Add code to handle apropos-accumulator items without score element
21620 for backwards compatibility (e.g. with woman package).
21621 Only show scores if apropos-sort-by-scores is `verbose'.
21622
21623 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21624
21625 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
21626 Add jka-compr-load-suffixes to load-suffixes.
21627
21628 * jka-compr.el: Require jka-cmpr-hook.
21629 (jka-compr-info-compress-message, jka-compr-info-compress-program)
21630 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
21631 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
21632 (jka-compr-info-can-append, jka-compr-info-strip-extension)
21633 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
21634 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
21635 (jka-compr-uninstall): Remove entries from
21636 jka-compr-added-to-file-coding-system-alist after they are used.
21637 (jka-compr-error): Remove unused var `curbuf'.
21638 (jka-compr-file-local-copy): Remove unused var `notfound'.
21639
21640 2005-11-10 Romain Francoise <romain@orebokech.com>
21641
21642 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
21643
21644 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
21645
21646 * progmodes/gud.el (gud-menu-map): Move parentheses.
21647 (gdb): New command gud-pv.
21648
21649 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21650
21651 * tar-mode.el: Remove spurious or unnecessary leading stars
21652 in docstrings.
21653 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
21654 (tar-parse-octal-integer-safe): Use mapc.
21655 (tar-header-block-summarize): Remove unused var `ck'.
21656 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
21657 cleared before. Obey default-enable-multibyte-characters.
21658 Use mapconcat. Simplify setting of tar-header-offset.
21659 (tar-mode-map): Move initialization inside delcaration.
21660 (tar-flag-deleted): Use `abs'.
21661 (tar-expunge-internal): Remove unused var `line'.
21662 (tar-expunge-internal): Don't hardcode point-min==1.
21663 (tar-expunge): Widen while doing set-buffer-multibyte.
21664 (tar-rename-entry): Use file-name-coding-system.
21665 (tar-alter-one-field): Don't hardcode point-min==1.
21666 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
21667 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
21668
21669 2005-11-10 Masatake YAMATO <jet@gyve.org>
21670
21671 * add-log.el (add-log-current-defun): Handle class::method
21672 notation of c++. Fix incorrect comment.
21673
21674 2005-11-10 Alan Mackenzie <acm@muc.de>
21675
21676 * help-fns.el (describe-variable): Make C-h v work when a variable
21677 has variable documentation yet is unbound.
21678
21679 2005-11-10 Masatake YAMATO <jet@gyve.org>
21680
21681 * man.el (Man-highlight-references): Set an empty
21682 string to `Man-arguments' if it is nil.
21683 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
21684
21685 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
21686
21687 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
21688 commenting conventions.
21689
21690 * cus-dep.el (custom-make-dependencies): Simplify.
21691 Better follow the commenting conventions.
21692
21693 2005-11-09 Richard M. Stallman <rms@gnu.org>
21694
21695 * apropos.el (apropos-pattern): Rename from apropos-regexp.
21696 (apropos-orig-pattern): Rename from apropos-orig-regexp.
21697 All uses changed.
21698 (apropos-rewrite-regexp): Doc fix.
21699 (apropos-variable, apropos-command, apropos, apropos-value):
21700 Change prompt; carry through the argument renaming.
21701
21702 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
21703
21704 * find-lisp.el: Require dired.
21705 (find-lisp-find-dired-internal): Do not call
21706 `abbreviate-file-name' on DIR.
21707
21708 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
21709
21710 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
21711
21712 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
21713
21714 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
21715 when using the speedbar.
21716 (gdb): New command gud-pp.
21717 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
21718
21719 2005-11-09 Juri Linkov <juri@jurta.org>
21720
21721 * replace.el (occur-excluded-properties): New defcustom.
21722 (occur-1, occur-engine, occur-accumulate-lines): Use it.
21723
21724 2005-11-08 Jay Belanger <belanger@truman.edu>
21725
21726 * calc/calc-units.el (math-convert-units): Replace any composite
21727 unit by its definition.
21728
21729 2005-11-08 Lars Hansen <larsh@soem.dk>
21730
21731 * emacs-lisp/autoload.el (update-directory-autoloads):
21732 Add obsolete function alias.
21733
21734 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
21735
21736 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
21737 comment-indent-function.
21738 (lisp-comment-indent): Replace by an alias for comment-indent-default.
21739
21740 * reveal.el (reveal-post-command): Rework the handling of
21741 reveal-open-spots, so as to be more reliable. There were several
21742 tricky corner cases where an open spot might be lost, or where
21743 a closed spot might end up on the list of open spots.
21744 Only reveal text that's ellipsised.
21745
21746 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
21747
21748 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
21749
21750 2005-11-07 John Paul Wallington <jpw@gnu.org>
21751
21752 * ibuffer.el (ibuffer): Search iconified frames too when
21753 getting Ibuffer buffer's window.
21754
21755 2005-11-06 Richard M. Stallman <rms@gnu.org>
21756
21757 * progmodes/compile.el (compilation-internal-error-properties):
21758 save-excursion around the computation of MARKER.
21759
21760 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
21761
21762 * textmodes/flyspell.el (flyspell-external-point-words):
21763 flyspell-get-word returns a list, not just a string.
21764
21765 2005-11-06 John Paul Wallington <jpw@pobox.com>
21766
21767 * ibuffer.el (ibuffer): Search all visible frames when getting
21768 Ibuffer buffer's window.
21769
21770 2005-11-07 Masatake YAMATO <jet@gyve.org>
21771
21772 * man.el (Man-reference-regexp): Accept spaces between
21773 `Man-name-regexp' and `Man-section-regexp'.
21774 (Man-apropos-regexp): New variable.
21775 (Man-abstract-xref-man-page): Use value for `Man-target-string'
21776 if available.
21777 (Man-highlight-references, Man-highlight-references0):
21778 Handle the case when `Man-arguments' includes "-k".
21779 (Man-highlight-references0): Rename the argument `TARGET-POS' to
21780 `TARGET'. `TARGET' can be a number, function or nil.
21781
21782 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
21783
21784 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
21785 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
21786 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
21787 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
21788 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
21789 (gdb-send-item): Use buffer-local-value and simplify.
21790
21791 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
21792
21793 * startup.el (command-line): Use `custom-reevaluate-setting' for
21794 `global-font-lock-mode'.
21795
21796 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
21797 by default, except in batch mode or when the -D option is given.
21798
21799 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
21800 specified keyword args on to `define-minor-mode'. Update docstring.
21801
21802 2005-11-05 Romain Francoise <romain@orebokech.com>
21803
21804 * replace.el (occur-engine): Add marker at end of line, too.
21805
21806 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
21807
21808 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21809 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21810 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21811 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21812 argument to all these routines, so the passphrase can be managed
21813 externally and passed in to the system.
21814 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21815 pgg-add-passphrase-to-cache function.
21816
21817 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21818 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
21819 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
21820 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
21821 argument to all these routines, so the passphrase can be managed
21822 externally and passed in to the system.
21823 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
21824 function.
21825
21826 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
21827
21828 * font-lock.el: Don't deal with font-lock-face-attributes here,
21829 move the code ...
21830
21831 * startup.el (command-line): ... here. Use face-spec-set instead
21832 of custom-declare-face.
21833
21834 * faces.el (face-spec-set): Reset the face if spec is not nil.
21835
21836 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
21837
21838 * newcomment.el (comment-region-internal): Box more tightly in the
21839 common case where there's no TAB in the boxed text.
21840
21841 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21842
21843 * info.el (info-tool-bar-map): Use images prev-node, next-node and
21844 up-node.
21845
21846 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
21847
21848 * net/newsticker.el: Commentary updated. Code formatting changed.
21849 (newsticker-version): Change to "1.9".
21850 (newsticker, newsticker-feed): Doc fix.
21851 (newsticker-url-list): Doc fix. Add option "Weekly".
21852 (newsticker-retrieval-interval): Add option "Weekly".
21853 (newsticker-headline-processing): Doc fix.
21854 (newsticker-auto-mark-filter): Remove.
21855 (newsticker-auto-mark-filter-list): New.
21856 (newsticker-layout, newsticker-sort-method): Doc fix.
21857 (newsticker-hide-old-items-in-newsticker-buffer)
21858 (newsticker-heading-format, newsticker-item-format)
21859 (newsticker-desc-format): Doc fix.
21860 (newsticker-show-all-rss-elements): Remove.
21861 (newsticker-show-all-news-elements): New.
21862 (newsticker-faces, newsticker-ticker): Doc fix.
21863 (remove-from-invisibility-spec): Code formatting.
21864 (newsticker--process-ids): New.
21865 (newsticker-mode): Doc fix.
21866 (newsticker-mode): Change mode-line-format.
21867 (newsticker-start): Remove debug output.
21868 (newsticker-start-ticker): Doc fix. Add autoload cookie.
21869 (newsticker-w3m-show-inline-images): Code formatting.
21870 (newsticker-next-item): Call `force-mode-line-update'.
21871 (newsticker-previous-item): Call `force-mode-line-update'.
21872 (newsticker-next-feed): Call `force-mode-line-update'.
21873 (newsticker-previous-feed): Call `force-mode-line-update'.
21874 (newsticker-mark-all-items-at-point-as-read): Code formatting.
21875 (newsticker-show-old-items): Do not show descs.
21876 (newsticker-hide-entry): Hide too much.
21877 (newsticker-hide-entry, newsticker-show-entry)
21878 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
21879 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
21880 (newsticker-toggle-auto-narrow-to-item): Code formatting.
21881 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
21882 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
21883 (newsticker-get-news): Call `force-mode-line-update'.
21884 Collect process ids.
21885 (newsticker--sentinel): Change coding system handling.
21886 Move image retrieval to new functions newsticker--get-logo-url-*.
21887 Move feed parsing to new functions newsticker--parse-*.
21888 Update list of process ids.
21889 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
21890 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
21891 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
21892 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
21893 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21894 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
21895 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
21896 (newsticker--decode-coding-string): Remove.
21897 (newsticker--decode-numeric-entities): Check input. Format code.
21898 (newsticker--remove-whitespace): Check input.
21899 (newsticker--do-forget-preformatted): Doc fix.
21900 (newsticker--decode-rfc822-date): Allow for missing time.
21901 (newsticker--update-process-ids): New.
21902 (newsticker--image-sentinel): Change comment.
21903 (newsticker--image-read): Change error message.
21904 (newsticker--imenu-goto): Doc fix. Show headline title.
21905 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
21906 (newsticker--buffer-do-insert-text): Clean whitespace in
21907 html-rendered headline title. Code formatting.
21908 Call `newsticker--buffer-print-extra-elements'.
21909 (newsticker--buffer-print-extra-element): Remove.
21910 (newsticker--buffer-print-extra-elements): New.
21911 (newsticker--buffer-do-print-extra-element): New.
21912 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
21913 large sizes.
21914 (newsticker--run-auto-mark-filter)
21915 (newsticker--do-run-auto-mark-filter):
21916 Use `newsticker-auto-mark-filter-list'.
21917
21918 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
21919
21920 * net/rcirc.el: Use split-string OMIT-NULLS argument.
21921 (rcirc-print): Force redisplay before running hooks. Do long
21922 buffer truncation after making new text read-only. Deal with nil
21923 text when decoding strings. If TARGET is nil, use either the
21924 currently selected buffer, if it is an rcirc buffer and of the
21925 same process or the process buffer.
21926 (rcirc-mode): Remove header-line. Recompute short buffer names.
21927 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
21928 (rcirc-short-buffer-name): Add variable.
21929 (rcirc-kill-buffer-hook): Recompute short buffer names.
21930 Remove nick from private channel.
21931 (rcirc-send-input): Send command text to current-buffer.
21932 Don't clear overlay arrow here.
21933 (rcirc-short-buffer-name): Return a short buffer name.
21934 (rcirc-update-short-buffer-names, rcirc-abbreviate)
21935 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
21936 buffer-name abbreviations.
21937 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
21938 Do not touch nick-table when killing a parted channel.
21939 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
21940 Clear arrow from current buffer if it is now hidden.
21941 (rcirc-current-buffer): Add variable.
21942 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
21943 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
21944 Remove -face from names.
21945 (rcirc-update-activity-string): Print "DND" when globally ignoring
21946 activity.
21947 (rcirc-ignore-buffer-activity-flag): Rename from
21948 rcirc-ignore-channel-activity.
21949 (rcirc-ignore-all-activity-flag): Doc fix.
21950 (rcirc-channels): Remove variable.
21951 (rcirc-kill-buffer-hook):
21952 (rcirc-get-buffer-create): Add nick to private channel.
21953 (rcirc-multiline-edit-submit): Remove tabs.
21954 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
21955 folded.
21956 (rcirc-remove-nick-channel): Bug fix.
21957 (rcirc-toggle-ignore-buffer-activity): Rename from
21958 rcirc-toggle-ignore-channel-activity.
21959 (rcirc-record-activity): Add buffers to the front of the list.
21960 (rcirc-update-activity): Remove killed buffers from list.
21961 (rcirc-process-server-response-1): Remove last argument if it is
21962 null before calling handler.
21963 (rcirc): Add "rcirc" defcustom prefix.
21964 (rcirc-prompt): Simplify default prompt.
21965 Use custom-initialize-default.
21966 (rcirc-private-chats): Remove variable.
21967 (rcirc-prompt): Change initialization.
21968 (rcirc-version): Remove function.
21969 (rcirc-id-string): Add constant.
21970 (rcirc-last-buffer): Remove variable.
21971 (rcirc-buffer-alist): Add variable.
21972 (rcirc-connect): Update variable setup.
21973 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
21974 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
21975 default.
21976 (rcirc-handler-generic): Trigger activity.
21977 (rcirc-send-message): Create the buffor of the target.
21978 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
21979 (rcirc-get-buffer): Just return nil if there is no matching buffer.
21980 (rcirc-multiline-edit-cancel): Remove function.
21981 (rcirc-set-last-buffer): Remove function.
21982 (rcirc-get-any-buffer): Add function.
21983 (rcirc-join-channels): Don't print /join text.
21984 (rcirc-toggle-ignore-channel-activity): Add and update echo area
21985 messages.
21986 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
21987 (rcirc-handler-NOTICE): Recognize CTCP responses.
21988 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
21989 constructing TOPIC string for buffers we are not JOINed.
21990 (rcirc-handler-CTCP-response): Add handler.
21991 (rcirc-multiline-edit-submit): Restore the window-configuration
21992 before adjusting point.
21993 (rcirc): Add customization group.
21994 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
21995 (rcirc-user-full-name, rcirc-startup-channels-alist)
21996 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
21997 (rcirc-ignore-all-activity-flag, rcirc-time-format)
21998 (rcirc-input-ring-size, rcirc-read-only-flag)
21999 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
22000 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
22001 Change defvar to defcustom.
22002 (rcirc-update-prompt): Add optional ALL arg, which will update
22003 prompts in all rcirc buffers. Regexp quote replacement text.
22004 (rcirc-fill-column): Accept frame-width as a value.
22005 (rcirc-set-changed): Add function.
22006 (rcirc-next-active-buffer): Write more meaningful messages.
22007 (rcirc-faces): Add customization group.
22008 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
22009 (rcirc-nick-in-message-face, rcirc-prompt-face)
22010 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
22011 (with-rcirc-process-buffer): Move before first usage.
22012 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
22013 (rcirc-debug-flag): Rename from `rcirc-log-p'.
22014 (rcirc-debug): Rename from `rcirc-log'.
22015 (rcirc-format-response-string): Do not print `-' chars for a
22016 NOTICE with no sender. Simplify output of server responses.
22017
22018 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
22019
22020 (rcirc-browse-url-map, rcirc-browse-url-at-point)
22021 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
22022 Make urls mouse and RET clickable.
22023
22024 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
22025
22026 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
22027
22028 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
22029
22030 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
22031 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22032 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22033 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22034 argument to all these routines, so the passphrase can be managed
22035 externally and passed in to the system.
22036 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
22037 pgg-add-passphrase-to-cache function.
22038
22039 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
22040 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
22041 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
22042 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
22043 argument to all these routines, so the passphrase can be managed
22044 externally and passed in to the system.
22045 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
22046 function.
22047
22048 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
22049
22050 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
22051 from goto-address-url-regexp.
22052
22053 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
22054
22055 * textmodes/org.el (org-read-date, org-goto-calendar)
22056 (org-recenter-calendar, org-agenda-goto-calendar):
22057 Temporarily clear `calendar-move-hook'.
22058
22059 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
22060
22061 * ediff-merg.el (ediff-merge-region-is-non-clash):
22062 Return t, if not merging.
22063
22064 * ediff-util.el (ediff-previous-difference): Don't skip regions that
22065 have merge clashes.
22066
22067 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22068
22069 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22070 Undo previous change.
22071
22072 * startup.el (command-line): Use `custom-reevaluate-setting' for
22073 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
22074 tty-register-default-colors on Mac.
22075
22076 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
22077
22078 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
22079 (gdb-buffer-type): Make it automatically buffer local...
22080 (gdb-get-create-buffer): ...and set it accordingly.
22081 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
22082 actually work.
22083
22084 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
22085
22086 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
22087 not red.
22088
22089 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
22090
22091 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
22092 case GUD buffer is not visible.
22093 (gdb-goto-breakpoint): Try to force display in source buffer.
22094 (gdb-frame-gdb-buffer): Copy other similar functions.
22095 (gdb-restore-windows): Don't display source if not asked for.
22096 (gdb-assembler-buffer-name): Don't capitalise.
22097
22098 2005-11-03 Richard M. Stallman <rms@gnu.org>
22099
22100 * wid-edit.el (key-sequence): New widget type.
22101
22102 * simple.el (set-mark-command-repeat-pop): New variable.
22103 (set-mark-command): Only interpret plan C-@ after a pop as a pop
22104 if set-mark-command-repeat-pop is true.
22105
22106 * info.el (Info-fontify-node): Don't display extra "see" if there
22107 already is one here.
22108
22109 * mouse.el: Fix special handling of DEL after dragging a region:
22110 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
22111 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
22112
22113 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
22114
22115 * textmodes/ispell.el (ispell-command-loop): Change `i' description
22116 not to assume it pertains to an affix.
22117
22118 * textmodes/flyspell.el (flyspell-post-command-hook):
22119 Bind deactivate-mark to prevent deactivation.
22120
22121 2005-11-03 Lars Hansen <larsh@soem.dk>
22122
22123 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
22124 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
22125 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
22126
22127 2005-11-03 Romain Francoise <romain@orebokech.com>
22128
22129 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
22130 Update copyright years.
22131
22132 2005-11-03 Sam Steingold <sds@gnu.org>
22133
22134 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22135 Use system-type instead of window-system because window-system is not
22136 correctly defined during loadup.
22137
22138 2005-11-02 Mark A. Hershberger <mah@everybody.org>
22139
22140 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
22141 (xml-parse-tag): Join strings separated by a comment properly.
22142
22143 2005-11-02 Andreas Schwab <schwab@suse.de>
22144
22145 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
22146
22147 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
22148
22149 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
22150 (byte-optimize-pure-func): Quote the eval'd value.
22151
22152 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
22153 Rename from perl-font-lock-syntactic-face-function.
22154 Change the calling convention so it can be used as a font-lock MATCHER.
22155 Do the parse-partial-sexp loop outselves.
22156 (perl-font-lock-syntactic-keywords): Use it.
22157 (perl-mode): Don't set font-lock-syntactic-face-function any more.
22158
22159 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
22160
22161 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
22162 disassembly buffer too.
22163 (gdb-exited): Remove overlay arrows when execution has finished.
22164 (gdb-info-frames-custom, gdb-info-threads-custom)
22165 (gdb-info-registers-custom): Don't add inappropriate text
22166 properties if inferior is not active.
22167
22168 2005-11-02 Glenn Morris <rgm@gnu.org>
22169
22170 * progmodes/fortran.el (fortran-blink-match):
22171 Use `blink-matching-delay'.
22172
22173 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
22174
22175 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
22176
22177 2005-11-02 Lars Hansen <larsh@soem.dk>
22178
22179 * net/tramp.el (tramp-action-out-of-band): Handle scp message
22180 "Permission denied".
22181
22182 2005-11-01 Richard M. Stallman <rms@gnu.org>
22183
22184 * textmodes/flyspell.el (flyspell-external-point-words):
22185 Pass nil to flyspell-get-word.
22186
22187 2005-11-02 Kim F. Storm <storm@cua.dk>
22188
22189 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
22190 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
22191
22192 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
22193
22194 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
22195 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
22196 (calendar-mouse-print-dates): Add optional `event' argument.
22197 Update interactive-spec.
22198 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
22199 Use `calendar-event-to-date' instead of `event'.
22200
22201 2005-11-02 Masatake YAMATO <jet@gyve.org>
22202
22203 * progmodes/ld-script.el (ld-script-builtins):
22204 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
22205 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
22206 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
22207
22208 2005-11-01 Romain Francoise <romain@orebokech.com>
22209
22210 * vc-sccs.el: Update copyright year.
22211 * ezimage.el: Likewise.
22212
22213 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
22214
22215 * info.el (Info-fontify-node): Use `string-width' for fontifying
22216 underlined titles.
22217
22218 2005-11-01 Juri Linkov <juri@jurta.org>
22219
22220 * info.el (Info-fontify-node): Downcase node header keywords Node,
22221 Prev, Next, Up before comparison.
22222 (Info-history): Insert absolute directory name, and put invisible
22223 property on it.
22224
22225 2005-11-01 Juri Linkov <juri@jurta.org>
22226
22227 * info.el (Info-file-supports-index-cookies): New variable.
22228 (Info-find-node-2): Check makeinfo version for index cookie support.
22229 (Info-index-nodes): Search for nodes with index cookies only when
22230 Info-file-supports-index-cookies is t. Otherwise, search nodes
22231 with "Index" in the node name.
22232 (Info-index-node): Search index cookie in the current node only when
22233 Info-file-supports-index-cookies is t. Otherwise, check the word
22234 "Index" in the node name.
22235 (Info-find-emacs-command-nodes): Remove code that searches nodes
22236 with "Index" node name in the top menu.
22237
22238 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
22239
22240 * progmodes/scheme.el (scheme-mode-variables): Use the default
22241 comment-indent-function.
22242
22243 * faces.el (face-attribute): Handle the case where a face inherits from
22244 a non-existent face.
22245
22246 * simple.el (eval-expression-print-format): Use lisp-readable syntax
22247 for octal and hexa output, and merge the char into the paren.
22248 (kill-new): Use push.
22249 (copy-to-buffer): Use with-current-buffer.
22250 (completion-setup-function): Move code in loop to remove redundancy.
22251 (minibuffer-local-must-match-map): Don't add bindings that duplicate
22252 those inherited from minibuffer-local-completion-map.
22253
22254 * savehist.el (savehist-mode) <defcustom>:
22255 Use custom-set-minor-mode if available.
22256 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
22257 and emit a message if applicable.
22258
22259 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
22260
22261 * savehist.el: Sync up to version 19.
22262 (savehist-mode): New minor mode.
22263 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
22264 (savehist-length): Remove (use history-length instead).
22265 (savehist-file-modes): Rename from savehist-modes.
22266 (savehist-save-hook, savehist-loaded): New vars.
22267 (savehist-load): Use savehist-mode. Try to smooth up transition from
22268 old format to new format.
22269 (savehist-install): Allow savehist-autosave-interval to be nil.
22270 (savehist-save): Run the new hook. Be more careful to only trim the
22271 history variables.
22272 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
22273 (savehist-printable): Print into a buffer rather than char-by-char.
22274
22275 2005-11-01 John Wiegley <johnw@newartisans.com>
22276
22277 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
22278 toggle-ignore keybinding (C-a). The author said it had been
22279 disabled much earlier due to a possible incompatibility, but after
22280 many months of usage I have encountered no problems (and it is a
22281 rather useful option, especially for switching to " *temp*").
22282
22283 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
22284 support for OS/X's AddressBook, by calling out to the open source
22285 program "contacts" (installable through Fink).
22286
22287 * net/eudc.el (eudc-expand-inline): If the
22288 `eudc-multiple-match-handling-method' is set to `all', delete the
22289 query string before inserting the query result.
22290
22291 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
22292 flag, to prevent Eshell from using the system ls when
22293 `eshell-ls-insert-directory' is in used.
22294 (eshell-ls-insert-directory): Disable font-lock in directory
22295 buffer so that Eshell's own fontification is seen. This broke
22296 recently due to changes in font-lock, so this goes back to version
22297 21 behavior.
22298
22299 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
22300
22301 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
22302 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
22303 (gdb-many-windows): Doc fix.
22304
22305 2005-10-31 Romain Francoise <romain@orebokech.com>
22306
22307 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
22308
22309 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
22310
22311 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
22312 that global-font-lock-mode can be enabled by default.
22313
22314 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
22315 (font-lock-add-keywords, font-lock-remove-keywords)
22316 (font-lock-fontify-buffer): Remove autoload cookies.
22317
22318 * jit-lock.el (jit-lock-register): Likewise.
22319
22320 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
22321
22322 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
22323
22324 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
22325 intact if there is no gud-comint-buffer.
22326
22327 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
22328
22329 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
22330 old prompt comint-prompt-read-only is t and GDB commands are
22331 issued from tool bar etc.
22332
22333 2005-10-31 Masatake YAMATO <jet@gyve.org>
22334
22335 * vc.el (vc-directory-exclusion-list): Add "{arch}".
22336
22337 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
22338
22339 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
22340 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
22341
22342 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
22343
22344 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
22345 starting at beginning of line. Fontification is messed up when
22346 `open-paren-in-column-0-is-defun-start' set to t.
22347 Reported by John Paul Wallington <jpw@pobox.com>.
22348
22349 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
22350
22351 * comint.el (comint-send-input): Call `comint-update-fence' when
22352 `comint-process-echoes' and `comint-prompt-read-only' are both
22353 non-nil, to avoid leftover read-only newline.
22354
22355 2005-10-30 Richard M. Stallman <rms@gnu.org>
22356
22357 * textmodes/flyspell.el (flyspell-external-point-words):
22358 Detect when WORD can't be checked properly because
22359 flyspell-get-word finds just part of it, and move on.
22360
22361 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
22362 boundarychar for Polish.
22363 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
22364 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
22365
22366 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
22367
22368 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
22369 (gdb-registers-font-lock-keywords): Delete.
22370 (gdb-registers-mode): Don't fontify.
22371 (gdb-info-registers-custom): Use text properties instead as, in
22372 future, changed register values will use font-lock-warning-face.
22373 (gdb-local-font-lock-keywords): Rename to...
22374 (gdb-locals-font-lock-keywords): ...for consistency.
22375
22376 2005-10-30 Andre Spiegel <spiegel@gnu.org>
22377
22378 * vc.el (vc-switch-backend): Better error message if the buffer is
22379 not visiting a file under version control.
22380
22381 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
22382
22383 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
22384
22385 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
22386 ~/.emacs.d/.emacs.
22387
22388 2005-10-29 Richard M. Stallman <rms@gnu.org>
22389
22390 * replace.el (occur-mode-mouse-goto): Always go to other window.
22391 (occur-mode-goto-occurrence): Always switch in same window.
22392
22393 * simple.el (undo): Display message at end, not at start.
22394
22395 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
22396 New arg REUSE-CELL.
22397 (cancel-timer-internal): New function.
22398 (timer-event-handler): Use cancel-timer-internal,
22399 and pass the cell it returns to timer-activate...
22400
22401 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
22402 (jit-lock-deferred-fontify, jit-lock-context-fontify)
22403 (jit-lock-after-change): Test memory-full.
22404
22405 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
22406
22407 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
22408 part of the decoded armor to find the key-identifier.
22409 (pgg-gpg-lookup-key-owner): New function to return the
22410 human-readable identifier of a key owner.
22411 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
22412 key itself.
22413 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
22414 the key value) if we have a key and can match it against a secret
22415 key. Also, added a note pointing out fact that the prompt only
22416 indicates the first matching key.
22417
22418 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
22419 pgg-decrypt-region.
22420 (pgg-pending-timers): A new hash for tracking the passphrase cache
22421 timers, so that new ones supercede old ones.
22422 (pgg-add-passphrase-to-cache): Rename from
22423 `pgg-add-passphrase-cache' to reduce confusion (all callers
22424 changed). Modified to cancel old timers when new ones are added.
22425 (pgg-remove-passphrase-from-cache): Rename from
22426 `pgg-remove-passphrase-cache' to reduce confusion (all callers
22427 changed). Modified to cancel old timers when their keys are
22428 removed from the cache.
22429 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
22430 XEmacs, an indirection to delete-itimer.
22431 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
22432 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
22433 users can only check cache without risk of prompting. Correct bug in
22434 notruncate behavior.
22435 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
22436 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22437 Add informative docstrings.
22438 (pgg-decrypt): Convey provided passphrase in subordinate call to
22439 pgg-decrypt-region.
22440
22441 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
22442 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
22443 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
22444 `passphrase' argument, so the passphrase can be managed externally
22445 and then passed in to the system.
22446
22447 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
22448 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
22449 so the passphrase cache can be used reliably with identifiers
22450 besides a pgp packet's key id.
22451
22452 * pgg-gpg.el (pgg-pgp-encrypt-region)
22453 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22454 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22455 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22456 argument to all these routines, so the passphrase can be managed
22457 externally and passed in to the system.
22458
22459 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
22460 `notruncate' argument, so the passphrase cache can be used
22461 reliably with identifiers besides a pgp packet's key id.
22462
22463 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
22464
22465 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
22466 symmetric encryption.
22467 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22468 encrypted session key.
22469 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
22470 message ask for the passphrase in a proper way.
22471
22472 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
22473 New user commands for symmetric encryption.
22474
22475 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
22476
22477 * textmodes/conf-mode.el (conf-assignment-sign)
22478 (conf-assignment-regexp): Fix docstrings.
22479 (conf-mode-initialize): New function.
22480 (conf-mode): Remove optional args. Use delay-mode-hooks to
22481 recognize recursive calls.
22482 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
22483 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
22484 (conf-xdefaults-mode): Use define-derived-mode and
22485 conf-mode-initialize.
22486
22487 2005-10-29 Romain Francoise <romain@orebokech.com>
22488
22489 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
22490
22491 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
22492
22493 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
22494 part of the decoded armor to find the key-identifier.
22495 (pgg-gpg-lookup-key-owner): New function to return the
22496 human-readable identifier of a key owner.
22497 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
22498 key itself.
22499 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
22500 the key value) if we have a key and can match it against a secret
22501 key. Also, added a note pointing out fact that the prompt only
22502 indicates the first matching key.
22503
22504 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
22505 pgg-decrypt-region.
22506 (pgg-pending-timers): A new hash for tracking the passphrase cache
22507 timers, so that new ones supercede old ones.
22508 (pgg-add-passphrase-to-cache): Rename from
22509 `pgg-add-passphrase-cache' to reduce confusion (all callers
22510 changed). Modified to cancel old timers when new ones are added.
22511 (pgg-remove-passphrase-from-cache): Rename from
22512 `pgg-remove-passphrase-cache' to reduce confusion (all callers
22513 changed). Modified to cancel old timers when their keys are
22514 removed from the cache.
22515 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
22516 XEmacs, an indirection to delete-itimer.
22517 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
22518 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
22519 users can only check cache without risk of prompting. Correct bug in
22520 notruncate behavior.
22521 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
22522 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22523 Add informative docstrings.
22524 (pgg-decrypt): Convey provided passphrase in subordinate call to
22525 pgg-decrypt-region.
22526
22527 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
22528
22529 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
22530 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
22531 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
22532 `passphrase' argument, so the passphrase can be managed externally
22533 and then passed in to the system.
22534
22535 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
22536 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
22537 so the passphrase cache can be used reliably with identifiers
22538 besides a pgp packet's key id.
22539
22540 * pgg-gpg.el (pgg-pgp-encrypt-region)
22541 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22542 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22543 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22544 argument to all these routines, so the passphrase can be managed
22545 externally and passed in to the system.
22546
22547 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
22548 `notruncate' argument, so the passphrase cache can be used
22549 reliably with identifiers besides a pgp packet's key id.
22550
22551 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
22552
22553 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
22554 symmetric encryption.
22555 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22556 encrypted session key.
22557 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
22558 message ask for the passphrase in a proper way.
22559
22560 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
22561 New user commands for symmetric encryption.
22562
22563 2005-10-28 Bill Wohler <wohler@newt.com>
22564
22565 * help-mode.el (help-url): New button type. Calls browse-url.
22566 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
22567 Similar to Info nodes: URL `url'.
22568 (help-make-xrefs): Create help-url buttons for
22569 help-xref-url-regexp matches.
22570
22571 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
22572
22573 * tool-bar.el (tool-bar-add-item-from-menu)
22574 (tool-bar-local-item-from-menu): Fix doc strings.
22575
22576 2005-10-28 Romain Francoise <romain@orebokech.com>
22577
22578 * ldefs-boot.el: Update.
22579
22580 * subr.el (locate-library): Move from help-fns.el.
22581 * help-fns.el (locate-library): Move to subr.el.
22582
22583 2005-10-28 Richard M. Stallman <rms@gnu.org>
22584
22585 * net/tramp.el (tramp-completion-mode): defvar moved up.
22586
22587 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
22588
22589 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
22590
22591 * files.el (find-file-noselect): Use %d to format large file size.
22592
22593 * bindings.el (mode-line-format): Add %e.
22594
22595 * loadup.el ("facemenu"): Load unconditionally.
22596 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
22597 ("x-dnd"): Load, when appropriate.
22598
22599 * startup.el (command-line): Call before-init-hook earlier.
22600 Warn about some bad characters in -u user name.
22601
22602 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
22603 (flyspell-external-point-words): Error if misspelled word is not found.
22604 Set flyspell-large-region-beg at end of word.
22605
22606 2005-10-28 Andreas Schwab <schwab@suse.de>
22607
22608 * view.el (View-revert-buffer-scroll-page-forward):
22609 Use view-page-size-default.
22610
22611 2005-10-28 Juri Linkov <juri@jurta.org>
22612
22613 * international/quail.el (quail-get-current-str): Translate last
22614 raw character for deterministic input methods.
22615
22616 2005-10-27 Jay Belanger <belanger@truman.edu>
22617
22618 * calc/calc-ext.el: Add functions to autoloads.
22619 (math-identity-matrix-p, math-ident-row-p): New functions.
22620
22621 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
22622 multiplication by an identity matrix; don't turn multiplication by
22623 an inverse matrix into division.
22624 (math-div-symbol-fancy): Replace division by matrices with
22625 multiplication by inverse.
22626
22627 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
22628
22629 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
22630 (calc-writeoutpower): New functions.
22631
22632 2005-10-27 Romain Francoise <romain@orebokech.com>
22633
22634 * replace.el (occur-engine): Include colon in mouse-face highlight.
22635
22636 * dired-x.el: Change Maintainer field.
22637
22638 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
22639
22640 * longlines.el (longlines-mode): Bind after-change-functions to
22641 nil during initial decoding and final encoding.
22642
22643 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
22644
22645 * term.el (term-emulate-terminal, term-handle-colors-array)
22646 (term-handle-ansi-escape): Specify the terminfo capabilities
22647 implemented.
22648
22649 2005-10-26 Richard M. Stallman <rms@gnu.org>
22650
22651 * info.el (Info-fontify-node): Fix detection of sentence-break
22652 before *Note.
22653
22654 2005-10-26 Romain Francoise <romain@orebokech.com>
22655
22656 * smerge-mode.el: Add `tools' to file keywords.
22657
22658 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
22659
22660 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
22661 when the fringe is not available.
22662
22663 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
22664 (def-gdb-auto-update-trigger): Simplify construction.
22665 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
22666 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
22667 defined explicitly.
22668 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
22669 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
22670 defined explicitly.
22671 (gdb-info-locals-custom): Remove as it's a no-op.
22672
22673 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
22674
22675 * longlines.el (longlines-mode): Remove narrowing before
22676 performing the initial decoding or final encoding.
22677
22678 2005-10-25 Romain Francoise <romain@orebokech.com>
22679
22680 * emacs-lisp/find-func.el (find-library-name): Also strip
22681 extension if library name ends in .el, to take advantage of
22682 `find-library-suffixes'.
22683
22684 2005-10-25 Richard M. Stallman <rms@gnu.org>
22685
22686 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
22687
22688 2005-10-25 Juri Linkov <juri@jurta.org>
22689
22690 * textmodes/texinfo.el (texinfo-mode): Change charset of one
22691 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
22692
22693 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
22694
22695 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
22696 (blackbox-redefine-key): Add argument `map'.
22697
22698 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
22699 regions when moving the jit-lock-context-unfontify-pos boundary.
22700
22701 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
22702
22703 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
22704
22705 2005-10-25 Masatake YAMATO <jet@gyve.org>
22706
22707 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
22708
22709 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
22710
22711 * play/blackbox.el (blackbox-redefine-key): New function.
22712 (blackbox-mode-map): Use it to remap existing bindings for cursor
22713 motion instead of binding literal keys.
22714
22715 2005-10-25 Glenn Morris <rgm@gnu.org>
22716
22717 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
22718 diary does not end in a newline. Do not assume a blank line at
22719 the start of the diary file.
22720
22721 2005-10-25 Kenichi Handa <handa@m17n.org>
22722
22723 * international/quail.el (quail-translate-key): If the input
22724 method is deterministic and failed to handle the last key, restart
22725 the key handling loop from an appropriate key.
22726
22727 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
22728
22729 * vc.el (vc-dired-mode): Extend comment for binding of
22730 `directory-listing-before-filename-regexp'.
22731
22732 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
22733
22734 * textmodes/texinfo.el (texinfo-mode):
22735 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
22736 not to unnecessarily expose emacs-mule's internal char codes.
22737
22738 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
22739
22740 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
22741 Display hand pointer and help-echo on disabled icon too.
22742 (gdb-mouse-until): New function.
22743 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
22744
22745 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
22746
22747 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
22748 with 2005-10-23 change to doctor.el.
22749
22750 * finder.el (finder-mode-map): Add follow-link binding.
22751
22752 2005-10-25 Kim F. Storm <storm@cua.dk>
22753
22754 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
22755 to gdb-mouse-toggle-breakpoint-fringe.
22756 (gdb-mouse-toggle-breakpoint-margin): Rename from
22757 gdb-mouse-toggle-breakpoint. Fix doc.
22758 (gdb-mouse-toggle-breakpoint-fringe): New defun.
22759 (gdb-put-string): Add optional SPROPS arg. Add props to string.
22760 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
22761 string properties also for fringe breakpoint bitmaps.
22762
22763 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
22764
22765 * textmodes/org.el (org-start-icalendar-file): Fix format form.
22766
22767 2005-10-25 Masatake YAMATO <jet@gyve.org>
22768
22769 * simple.el (completion-common-substring):
22770 Use `completion-common-substring' prior to `completion-base-size'.
22771
22772 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
22773
22774 * savehist.el: Require CL while compiling.
22775 (savehist-history-variables): Remove.
22776 (savehist-save-minibuffer-history, savehist-additional-variables)
22777 (savehist-minibuffer-history-variables): New vars.
22778 (savehist-save): Use them.
22779 (savehist-uninstall, savehist-minibuffer-hook): New funs.
22780 (savehist-install): New fun, extracted from savehist-load.
22781 (savehist-load): Use them.
22782
22783 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
22784
22785 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
22786 a dummy doc-string-elt property.
22787 (defalias, defvaralias, define-category): Add a docstring property.
22788
22789 * image.el (defimage):
22790 * widget.el (define-widget):
22791 * custom.el (defface, defcustom): Add `doc-string' declaration.
22792
22793 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
22794 (defadvice): Add `doc-string' declaration.
22795
22796 * emacs-lisp/byte-run.el (macro-declaration-function):
22797 Handle `doc-string' declarations.
22798 (define-obsolete-function-alias, define-obsolete-variable-alias):
22799 Add `doc-string' declaration.
22800
22801 2005-10-24 Kenichi Handa <handa@m17n.org>
22802
22803 * international/utf-7.el (utf-7): Add autoload cookie.
22804
22805 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
22806
22807 2005-10-24 Eli Zaretskii <eliz@gnu.org>
22808
22809 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
22810 list of directories passed to batch-update-autoloads. Add "." to
22811 the list of the echoed directories.
22812
22813 * pgg-def.el:
22814 * pgg-gpg.el:
22815 * pgg-parse.el:
22816 * pgg-pgp.el:
22817 * pgg-pgp5.el:
22818 * pgg.el: Moved here from the gnus subdirectory.
22819
22820 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
22821
22822 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
22823 in case comint-prompt-read-only is set to t.
22824
22825 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
22826 in case comint-prompt-read-only is set to t.
22827
22828 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
22829
22830 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
22831 Now a string.
22832 (icalendar-import-format): Handle CLASS, STATUS, URL.
22833 Rename `subject' to `summary'.
22834 (icalendar-import-format-summary): Rename from
22835 `icalendar-import-format-subject'.
22836 (icalendar-import-format-url, icalendar-import-format-status)
22837 (icalendar-import-format-class): New variables.
22838 (icalendar--rris): Take variable argument list.
22839 (icalendar--datestring-to-isodate): Remove unnecessary
22840 calendar-style check when converting dates with explicit month names.
22841 (icalendar-export-region): Change return type of conversion
22842 subroutines. Bury current buffer unless error occurred.
22843 (icalendar--convert-to-ical)
22844 (icalendar--parse-summary-and-rest): New functions.
22845 (icalendar--convert-ordinary-to-ical)
22846 (icalendar--convert-weekly-to-ical)
22847 (icalendar--convert-yearly-to-ical)
22848 (icalendar--convert-block-to-ical)
22849 (icalendar--convert-cyclic-to-ical)
22850 (icalendar--convert-anniversary-to-ical): Change return type.
22851 Strip trailing blanks from subject.
22852 (icalendar--convert-sexp-to-ical): Change return type.
22853 Strip trailing blanks from subject. Handle simple sexp
22854 entries as generated by icalendar.el.
22855 (icalendar--convert-float-to-ical)
22856 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
22857 (icalendar-import-file): Doc fix.
22858 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
22859 Correct call to icalendar--rris.
22860 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
22861 `summary'.
22862 (icalendar--add-diary-entry): Rename `subject' to `summary'.
22863
22864 2005-10-24 Romain Francoise <romain@orebokech.com>
22865
22866 * server.el (server-sentinel): Set query-on-exit flag to nil on
22867 new client processes (it isn't inherited from the server process).
22868
22869 * replace.el (occur-engine): Rearrange text properties.
22870
22871 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
22872
22873 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
22874 case-fold-search is nil.
22875 (debug-help-follow): Use help-xref-interned directly.
22876
22877 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
22878
22879 * thumbs.el (thumbs-image-type): Add .pbm.
22880
22881 2005-10-23 Richard M. Stallman <rms@gnu.org>
22882
22883 * faces.el (inhibit-face-set-after-frame-default): New variable.
22884 (set-face-attribute): Bind it.
22885 (face-set-after-frame-default): Test it.
22886
22887 * help-fns.el (describe-simplify-lib-file-name): New function.
22888 (describe-function-1, describe-variable): Use it.
22889
22890 * faces.el (describe-face): Use describe-simplify-lib-file-name.
22891
22892 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
22893 Eliminate nil as possible value.
22894 (tooltip-hide-delay): Reduce internal-border-width.
22895
22896 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
22897 (menu-bar-file-menu) <new-file>: Likewise.
22898
22899 * simple.el (line-move-finish): Ignore fields computing LINE-END.
22900
22901 * international/mule.el (load-with-code-conversion):
22902 Pass full file name to `eval-buffer' unless preloading.
22903
22904 * textmodes/flyspell.el (flyspell-large-region):
22905 Call ispell-check-version.
22906
22907 * textmodes/ispell.el (ispell-local-dictionary-overridden):
22908 Fix the make-variable-buffer-local call that was supposed
22909 to be for this variable.
22910 (ispell-aspell-supports-utf8): Doc fix.
22911 (ispell-find-aspell-dictionaries): Preserve elements of
22912 ispell-dictionary-alist for dictionaries that aspell doesn't report.
22913 (ispell-aspell-find-dictionary): Return nil on error.
22914
22915 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
22916 (doctor-symptoms): Likewise.
22917
22918 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
22919
22920 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
22921
22922 * cus-edit.el (custom-button, custom-button-pressed): New vars.
22923 (custom-raised-buttons): Add :set spec.
22924 (custom-button-unraised, custom-button-pressed-unraised):
22925 New faces, so that custom-raised-buttons actually does something.
22926 (custom-mode): Use custom-button and custom-button-pressed.
22927
22928 * wid-edit.el (widget-specify-button): Don't ignore
22929 widget-mouse-face on graphic terminals.
22930 (widget-move-and-invoke): Cleanup.
22931
22932 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
22933
22934 * whitespace.el (whitespace-cleanup): Doc fix.
22935
22936 2005-10-23 Romain Francoise <romain@orebokech.com>
22937
22938 * emulation/viper.el (viper-set-hooks): Quote forms passed to
22939 `eval-after-load' to avoid evaluating their result.
22940
22941 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
22942
22943 * files.el (directory-listing-before-filename-regexp):
22944 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
22945
22946 * dired.el (dired-move-to-filename-regexp): Remove.
22947 All occurrences replaced by `directory-listing-before-filename-regexp'.
22948
22949 * dired-x.el, locate.el, vc.el:
22950 Replace `dired-move-to-filename-regexp' by
22951 `directory-listing-before-filename-regexp'. In vc.el it is
22952 overwritten locally; maybe this can be handled in files.el too.
22953
22954 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
22955 replaced by `directory-listing-before-filename-regexp'.
22956
22957 2005-10-23 Andreas Schwab <schwab@suse.de>
22958
22959 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
22960 and eval-next-after-load.
22961
22962 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
22963
22964 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
22965 exist, create it.
22966
22967 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
22968
22969 * allout.el: Remove autoloads for mailcrypt and crypt++.
22970 Require pgg, pgg-gpg during compilation.
22971 (allout-version): Increment version number to 2.1, and use a literal
22972 rather than RCS Id.
22973 (allout-default-encryption-scheme): Remove.
22974 (allout-passphrase-verifier-handling)
22975 (allout-passphrase-verifier-string)
22976 (allout-file-passphrase-verifier-string)
22977 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
22978 (allout-passphrase-hint-handling): Rename and simplify.
22979 (allout-init): Use `find-file-hook' if available, otherwise
22980 `find-file-hooks'.
22981 (allout-mode): Use `write-file-functions' if available, otherwise
22982 `local-write-file-hooks' and, instead of making auto-save-hook
22983 buffer local, make the write-file-hook activity contingent to
22984 allout-mode.
22985 (allout-mode): Use key-binding substitution in the docstring.
22986 (allout-kill-line): Spell-out kill ring data structure mutation
22987 instead of using byte-compiler-complaint-provoking `pop'.
22988 (allout-insert-listified): Use `insert' rather than `insert-string'
22989 (allout-toggle-current-subtree-encryption): Update docstring, adjust
22990 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
22991 (allout-encrypt-string): Totally revamped vis new underlying
22992 encryption facilities.
22993 (allout-mc-activate-passwd): Remove.
22994 (allout-obtain-passphrase): New, more or less replaces
22995 allout-mc-activate-passwd.
22996 (allout-encrypted-key-info): More or less replaces
22997 allout-encrypted-text-type.
22998 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
22999 (my-mark-marker): Use `(featurep 'xemacs)'.
23000
23001 2005-10-23 Lars Hansen <larsh@soem.dk>
23002
23003 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
23004 (byte-compile-file-form-defmumble, byte-compile-defun)
23005 (byte-compile-defmacro): Use it.
23006 (byte-compile-form): Don't call byte-compile-set-symbol-position
23007 when a byte-compile handler is called.
23008
23009 2005-10-22 Romain Francoise <romain@orebokech.com>
23010
23011 * savehist.el (savehist-history-variables): Add `grep-find-history'.
23012
23013 * subr.el (eval-after-load): Convert library name to an absolute
23014 file name using locate-library, since load-history no longer has
23015 library names in it.
23016
23017 2005-10-22 Richard M. Stallman <rms@gnu.org>
23018
23019 * files.el (make-temp-file): Move from subr.el.
23020 * subr.el (make-temp-file): Move to files.el.
23021
23022 * window.el (get-buffer-window-list): Move from subr.el.
23023 * subr.el (get-buffer-window-list): Move to window.el.
23024
23025 * image.el (image-load-path): Use eval-at-startup to initialize.
23026
23027 * subr.el (eval-at-startup): New macro.
23028
23029 * subr.el: Much rearrangement of functions and division
23030 into pages. No code changes.
23031
23032 2005-10-22 Kenichi Handa <handa@m17n.org>
23033
23034 * tar-mode.el (tar-extract): Be sure to call
23035 find-operation-coding-system if set-auto-coding doesn't find a
23036 coding system.
23037
23038 2005-10-22 Kim F. Storm <storm@cua.dk>
23039
23040 * image.el (image-type-header-regexps): Rename from image-type-regexps.
23041 Change users.
23042 (image-type-file-name-regexps): New defconst.
23043 (image-type-from-data): Simplify loop.
23044 (image-type-from-buffer): New defun.
23045 (image-type-from-file-header): Use it instead of image-type-from-data.
23046 Use image-search-load-path instead of only looking in data-directory.
23047 (image-type-from-file-name): New defun.
23048 (image-search-load-path): Change `pathname' to `filename'.
23049 Make PATH arg optional, default to image-load-path.
23050
23051 2005-10-21 Richard M. Stallman <rms@gnu.org>
23052
23053 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
23054
23055 * textmodes/paragraphs.el (sentence-end-base): New variable.
23056 (sentence-end): Use sentence-end-base.
23057
23058 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
23059
23060 * font-lock.el (font-lock-default-fontify-region): Check the multiline
23061 property independently from the font-lock-multiline variable.
23062
23063 2005-10-21 Richard M. Stallman <rms@gnu.org>
23064
23065 * emacs-lisp/find-func.el (find-library-name): Doc fix.
23066
23067 * startup.el (command-line): Convert library names
23068 in `load-history' to absolute file names.
23069
23070 * subr.el (symbol-file): Doc fix.
23071
23072 * loadhist.el (file-loadhist-lookup): Call locate-library
23073 instead of find-library-name. Don't try converting
23074 abs file names to library names, since load-history no longer
23075 has library names in it.
23076 (file-dependents, file-provides, file-requires): Doc fixes.
23077
23078 2005-10-21 Juri Linkov <juri@jurta.org>
23079
23080 * progmodes/etags.el (tags-table-mode): New function.
23081 (tags-verify-table): Replace initialize-new-tags-table with
23082 tags-table-mode.
23083
23084 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
23085 default value.
23086 (desktop-modes-not-to-save): Add tags-table-mode to the
23087 default value.
23088
23089 * info.el (Info-index-next): Add total number of index
23090 alternatives to the message.
23091
23092 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
23093 backward only space (instead of space and period) before looking
23094 at sentence end.
23095
23096 * simple.el (set-variable): Use user-variable-p instead of symbolp.
23097 Add the old variable value as 4th default-value arg of read-string.
23098
23099 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23100
23101 * cus-face.el (custom-declare-face): Make face from X resources
23102 also on Mac.
23103
23104 * disp-table.el (standard-display-g1, standard-display-graphic):
23105 Refuse to use string glyphs also on Mac.
23106 (standard-display-european): Don't set terminal coding system also
23107 on Mac.
23108
23109 * frame.el (display-screens): Use x-display-screens also on Mac.
23110
23111 2005-10-21 Romain Francoise <romain@orebokech.com>
23112
23113 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
23114
23115 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
23116
23117 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
23118 and $? into sexps.
23119
23120 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
23121 warning face on open-paren-in-column-0.
23122
23123 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
23124 boundary case. Fix typo.
23125 Suggested by Martin Rudalics <rudalics@gmx.at>.
23126
23127 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
23128
23129 * textmodes/org.el (org-combined-agenda-icalendar-file)
23130 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
23131 (org-export-icalendar-this-file)
23132 (org-export-icalendar-all-agenda-files)
23133 (org-export-icalendar-combine-agenda-files): New commands.
23134 (org-export-icalendar, org-print-icalendar-entries)
23135 (org-start-icalendar-file, org-finish-icalendar-file)
23136 (org-ical-ts-to-string): New functions.
23137 (org-read-date, org-goto-calendar)
23138 (org-agenda-goto-calendar): Inhibit displaying diary entries by
23139 call to `calendar'.
23140 (orgtbl-setup): Remove the :keys arguments from the menu description.
23141 (org-after-save-iCalendar-file-hook): New variable.
23142
23143 2005-10-21 Kenichi Handa <handa@m17n.org>
23144
23145 * language/vietnamese.el (tcvn-5712): Make it an alias of
23146 vietnamese-tcvn coding-system.
23147
23148 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
23149
23150 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
23151 group id is given.
23152
23153 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
23154
23155 * progmodes/sh-script.el (sh-escaped-line-re): New var.
23156 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
23157 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
23158 whose line is either continued or ends with a comment.
23159
23160 2005-10-20 Romain Francoise <romain@orebokech.com>
23161
23162 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
23163
23164 * replace.el (occur-engine): Add follow-link property.
23165
23166 * font-core.el (font-lock-mode): Doc fix.
23167
23168 2005-10-20 Richard M. Stallman <rms@gnu.org>
23169
23170 * net/rcirc.el: New file.
23171
23172 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
23173
23174 * term.el (term-term-name): Initialize to "eterm-color".
23175
23176 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
23177
23178 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
23179 for encryption functionality.
23180 Move allout customization subgroup from `editing' to `outlines' group.
23181 Fix commentary keywords to legitimate ones.
23182 Update author info (using my current email address, obscurified).
23183 (allout-encrypt-string, allout-encryption-produce-work-buffer)
23184 (allout-encrypted-topic-p, allout-encrypted-text-type)
23185 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
23186 (allout-situate-encryption-key-verifier)
23187 (allout-get-encryption-key-verifier, allout-verify-key)
23188 (allout-next-topic-pending-encryption)
23189 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
23190 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
23191 (outline-key-verifier-handling, outline-key-hint-handling)
23192 (outline-encrypt-unencrypted-on-saves): New defcustoms.
23193 (allout-file-key-verifier-string, allout-encryption-scheme)
23194 (allout-key-verifier-string, allout-key-hint-string)
23195 (allout-after-save-decrypt): New variables.
23196 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
23197 (allout-after-saves-handler): New hook functions.
23198 (allout-post-command-business): Do allout-after-save-decrypt.
23199 (allout-enable-file-variable-adjustment): Custom var to enable
23200 mechanism for adding and adjusting settings of Emacs file variables.
23201 (allout-adjust-file-variable, allout-file-vars-section-data):
23202 New functions, implement the mechanism.
23203 (outlineify-sticky): Use the file vars mechanism.
23204 (allout-inhibit-protection, allout-during-write-cue)
23205 (allout-override-protect, allout-before-change-protect): Remove.
23206 (allout-flag-region, allout-open-topic): Adjust read-only text.
23207 (allout-open-line-not-read-only): Add to facilitate read-only
23208 text based protection.
23209 (allout-kill-line): Revise to adjust read-only text, clue the
23210 user about the inhibition.
23211 (allout-unprotected): Use unwind-protect.
23212 (allout-shift-in, allout-shift-out): Disallow manually shifting a
23213 topic deeper than the offspring depth of the previous topic -
23214 avoiding confusing "containment discontinuities".
23215 (allout-reindent-bodies): Fix retention of body relative hanging
23216 indent during promotion of collapsed bodies.
23217 (allout-open-topic): Make it easy to open new topic with same
23218 bullet as current topic - topic creation functions provided with
23219 any universal argument provokes now prompt for bullet, defaulting
23220 to the bullet of the previous topic.
23221 (allout-plain-bullets-string, allout-distinctive-bullets-string):
23222 Plain bullet alternates `.' period and `,' comma only. All other
23223 bullets are relegated to special status (but customizable).
23224 (allout-end-of-entry): Rename from allout-end-of-current-entry
23225 since it actually operates w.r.t. most immediately containing
23226 entry, visible or not.
23227 (allout-hide-current-entry, allout-show-current-entry): Use the
23228 revised version.
23229 (allout-old-expose-topic): Solidify deprecation.
23230 (allout-end-of-subtree): Add so we can span concealed as well
23231 as visible topics.
23232 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
23233 (allout-end-of-current-heading): Tweak to just respect the first line.
23234 (allout-get-body-text): Add.
23235 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
23236 when invoked interactively.
23237 (allout-up-current-level): Use `interactive-p'.
23238 (allout-mode, allout-init): Miscellaneous docstring and
23239 operational refinements, as well as hookups of new encryption stuff.
23240 (allout-beginning-of-current-entry): Now works as advertised.
23241 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
23242 (allout-isearch-rectification): Refine condition for isearching.
23243 (allout-isearch-abort, allout-enwrap-isearch)
23244 (allout-flag-region, my-region-active-p): Relocate some macros.
23245 (allout-title): Fallback title is (buffer-name), not
23246 non-existing (current-buffer-name).
23247 (subst-char-in-string): Define if absent (for some XEmacs versions).
23248
23249 2005-10-20 Jari Aalto <jari.aalto@cante.net>
23250
23251 * mail/sendmail.el (mail-setup-hook, mail-aliases)
23252 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
23253 (mail-citation-prefix-regexp, mail-signature-file)
23254 (mail-default-headers, mail-bury-selects-summary)
23255 (mail-send-nonascii): Add autoload cookies.
23256
23257 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23258
23259 * frame.el (blink-cursor-mode): Add `mac' to the list of
23260 window-system's that support blinking cursor.
23261
23262 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
23263
23264 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
23265
23266 2005-10-20 Eli Zaretskii <eliz@gnu.org>
23267
23268 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
23269 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
23270 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
23271
23272 2005-10-20 Kim F. Storm <storm@cua.dk>
23273
23274 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
23275 (ido-set-current-directory): Don't add / after final @.
23276 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
23277 Explicitly handle ange-ftp completion oddities.
23278 (ido-make-file-list): Don't rotate list at tramp root to avoid
23279 triggering tramp file handler for expand-file-name via get-file-buffer.
23280
23281 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
23282
23283 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
23284
23285 2005-10-19 Jay Belanger <belanger@truman.edu>
23286
23287 * calc/calc-units.el (math-standard-units): Add units, adjust
23288 symbols and update values.
23289 (math-unit-prefixes): Add more prefixes.
23290
23291 2005-10-19 Romain Francoise <romain@orebokech.com>
23292
23293 * bookmark.el (bookmark-menu-heading): New face.
23294 (bookmark-bmenu-list): Use it.
23295 Don't fiddle with `baud-rate' at top-level.
23296
23297 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
23298
23299 * image.el (create-image, find-image): Mention max-image-size in
23300 docstring.
23301
23302 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
23303
23304 * savehist.el (savehist-load): Revert to checking XEmacs.
23305
23306 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
23307 Various docstring and line-width fixups.
23308 (conf-mode): Use cond.
23309 Set font-lock-defaults. Don't set comment-use-syntax.
23310
23311 2005-10-18 David Ponce <david@dponce.com>
23312
23313 * tree-widget.el (tree-widget-button-click): New function.
23314 (tree-widget-button-keymap): Use it.
23315
23316 2005-10-18 Romain Francoise <romain@orebokech.com>
23317
23318 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
23319 (bookmark-bmenu-hide-filenames): Add follow-link property.
23320 Improve help-echo text.
23321
23322 * ffap.el (find-file-at-point): Doc fix.
23323
23324 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23325
23326 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
23327
23328 2005-10-18 Masatake YAMATO <jet@gyve.org>
23329
23330 Install to the CVS repository what I forgot to install in my
23331 2005-10-16 changes.
23332
23333 * progmodes/python.el (python-complete-symbol): Pass the common
23334 prefix substring of completion to `display-completion-list'.
23335
23336 * textmodes/org.el (org-complete): Ditto.
23337
23338 2005-10-18 Masatake YAMATO <jet@gyve.org>
23339
23340 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
23341
23342 * woman.el (WoMan-xref-man-page): New button type derived
23343 from `Man-abstract-xref-man-page'.
23344 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
23345
23346 * man.el (Man-abstract-xref-man-page): New button type.
23347 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
23348 (Man-highlight-references): Add new optional argument `xref-man-type'.
23349
23350 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
23351
23352 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
23353
23354 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
23355
23356 * cus-edit.el (Custom-move-and-invoke): Delete.
23357 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
23358
23359 * wid-edit.el (widget-move-and-invoke): New function, from
23360 Custom-move-and-invoke.
23361
23362 2005-10-17 Bill Wohler <wohler@newt.com>
23363
23364 Move all remaining images from lisp/toolbar to etc/images, move
23365 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
23366 the low resolution images in their own directory (low-color).
23367
23368 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
23369 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
23370 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
23371 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
23372 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
23373 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
23374 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
23375
23376 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
23377 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
23378 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
23379 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
23380 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
23381 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
23382 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
23383 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
23384 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
23385 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
23386 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
23387 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
23388 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
23389 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
23390 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
23391
23392 To conform with convention, replace the underscore (_) in the
23393 following image names with dash (-) or (/) as appropriate.
23394
23395 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
23396 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
23397 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
23398 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
23399 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
23400 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
23401 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
23402 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
23403 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
23404 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
23405 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
23406 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
23407 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
23408 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
23409 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
23410
23411 * info.el (info-tool-bar-map): Replace underscores in image names
23412 with dashes.
23413
23414 * makefile.w32-in (WINS): Remove toolbar.
23415
23416 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
23417
23418 * tool-bar.el: Move to lisp from toolbar. Now that
23419 toolbar is empty, it should be deleted when folks run "cvs up -P".
23420
23421 2005-10-18 Jay Belanger <belanger@truman.edu>
23422
23423 * calc/calc-store.el (calc-store-into): Get the proper variable name
23424 to display in message.
23425
23426 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
23427
23428 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
23429 expressions display in speedbar for all buffers when debugging.
23430 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
23431
23432 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
23433 (speedbar-insert-button, speedbar-make-button):
23434 Use add-text-properties.
23435 (speedbar-update-localized-contents)
23436 (speedbar-update-directory-contents)
23437 (speedbar-update-special-contents): Use dolist.
23438 (speedbar-buffer-easymenu-definition): Add a menu separator.
23439
23440 2005-10-17 Jason Rumney <jasonr@gnu.org>
23441
23442 * makefile.w32-in: Use $(lisp) consistently.
23443 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
23444 for shell specific generation of mh-autoloads.
23445
23446 2005-10-17 Richard M. Stallman <rms@gnu.org>
23447
23448 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
23449
23450 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
23451
23452 * jit-lock.el (jit-lock-fontify-now):
23453 Move jit-lock-context-unfontify-pos to avoid wasted work.
23454
23455 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
23456
23457 * net/tramp.el (tramp-completion-mode): New defvar. Used in
23458 `tramp-completion-mode' for checking if we are in completion mode.
23459 (tramp-completion-handle-file-name-all-completions): Reorder code
23460 in order to complete for file names only in case there are no
23461 method/user/host completions. This is necessary for cooperation
23462 with ido. Reported by Kim F. Storm <storm@cua.dk>.
23463
23464 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
23465
23466 * longlines.el (longlines-search-forward)
23467 (longlines-search-backward): Match any number of spaces.
23468
23469 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
23470
23471 * diff-mode.el (diff-mode): Doc fix.
23472
23473 2005-10-16 David Reitter <david.reitter@gmail.com>
23474
23475 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
23476 as default on darwin and windows systems.
23477
23478 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
23479
23480 * arc-mode.el (archive-zip-extract): Doc fix.
23481
23482 2005-10-16 Romain Francoise <romain@orebokech.com>
23483
23484 * mouse.el (mouse-1-click-follows-link): Doc fix.
23485
23486 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
23487
23488 * savehist.el: Don't require CL at runtime.
23489 (savehist-xemacs): Remove.
23490 (savehist-coding-system): Use utf-8 if present, regardless of religion.
23491 (savehist-no-conversion): Use (featurep 'xemacs).
23492 (savehist-load): Check existence of start-itimer rather than XEmacs.
23493 Use an idle timer.
23494 (savehist-process-for-saving): Replace use of CL funs `subseq' and
23495 `delete-if-not'.
23496
23497 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
23498
23499 * savehist.el: Newer version.
23500 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
23501 (savehist-last-checksum, savehist-no-conversion): New vars.
23502 (savehist-autosave, savehist-process-for-saving, savehist-printable):
23503 New functions.
23504 (savehist-load, savehist-save): Use them.
23505 (savehist-delimit): Remove.
23506
23507 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
23508
23509 * progmodes/compile.el (compilation-goto-locus): Display the
23510 compilation buffer first and the source buffer second, in case they're
23511 in overlapping frames. Don't raise the compilation frame if it was the
23512 selected window upon entry. Pass the `other-window' arg to
23513 pop-to-buffer.
23514
23515 * info.el (Info-fontify-node): Use dolist.
23516 Change add-text-properties to put-text-property.
23517
23518 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23519
23520 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
23521 bound of search.
23522
23523 2005-10-16 Masatake YAMATO <jet@gyve.org>
23524
23525 * dabbrev.el (dabbrev-completion): Pass the common
23526 prefix substring of completion to `display-completion-list'.
23527
23528 * filecache.el (file-cache-minibuffer-complete)
23529 (file-cache-complete): Ditto.
23530
23531 * tempo.el (tempo-display-completions): Ditto.
23532
23533 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
23534
23535 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
23536
23537 * eshell/em-hist.el (eshell-list-history): Ditto.
23538
23539 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
23540
23541 * mail/mailalias.el (mail-complete): Ditto.
23542
23543 * progmodes/etags.el (complete-tag): Ditto.
23544
23545 * progmodes/make-mode.el (makefile-complete): Ditto.
23546
23547 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
23548
23549 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
23550
23551 * progmodes/pascal.el (pascal-complete-word)
23552 (pascal-show-completions): Ditto.
23553
23554 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
23555
23556 * simple.el (completion-common-substring): New variable.
23557 (completion-setup-function): Use `completion-common-substring'
23558 to put faces.
23559
23560 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23561
23562 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
23563 (x-get-selection, mac-select-convert-to-string): Convert from/to
23564 UTF-16 clipboard data as in native byte order, no BOM.
23565
23566 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
23567
23568 * progmodes/gud.el (gud-tool-bar-map): Rename the images
23569 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
23570 (gud-sentinel): Use speedbar-frame to check for speedbar.
23571
23572 2005-10-15 Richard M. Stallman <rms@gnu.org>
23573
23574 * savehist.el: New file.
23575
23576 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
23577
23578 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
23579 Fix bug in \bf fontification.
23580
23581 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
23582
23583 * pcvs.el (cvs-edit-log-files): New var.
23584 (cvs-mode-edit-log): New arg `file'.
23585 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
23586 Instead force the use of the original file and nothing else.
23587 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
23588 the cvs-minor-wrap-function is set.
23589 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
23590
23591 2005-10-14 Bill Wohler <wohler@newt.com>
23592
23593 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
23594 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
23595 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
23596 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
23597 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
23598 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
23599 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
23600 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
23601 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
23602 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
23603 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
23604 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
23605 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
23606 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
23607 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
23608
23609 * progmodes/gud.el (gud-tool-bar-map): Rename the images
23610 appropriately (for example, gud-break to gud/break).
23611
23612 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
23613
23614 * longlines.el (longlinges-search-function)
23615 (longlines-search-forward, longlines-search-backward): New functions.
23616 (longlines-mode): Set isearch-search-fun-function to
23617 longlinges-search-function.
23618
23619 * mouse.el (mouse-drag-region-1): Handle the case where a
23620 double-click event is bound to an arbitrary function.
23621
23622 2005-10-14 David Ponce <david@dponce.com>
23623
23624 * recentf.el (recentf-track-opened-file)
23625 (recentf-track-closed-file, recentf-update-menu)
23626 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
23627 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
23628 mouse-1-click-follows-link.
23629
23630 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23631
23632 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
23633 Gnome file-manager.png. Suggested by
23634 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
23635
23636 * toolbar/README: Add diropen.xpm.
23637
23638 2005-10-13 Bill Wohler <wohler@newt.com>
23639
23640 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
23641 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
23642
23643 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
23644
23645 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
23646 Don't waste the byte-compiler's time on constant data.
23647
23648 2005-10-13 Kenichi Handa <handa@m17n.org>
23649
23650 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
23651 byte with `escape-glyph' face.
23652
23653 * international/fontset.el (ccl-encode-unicode-font):
23654 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
23655 Handle the case that ucs-mule-to-mule-unicode translates a character to
23656 ASCII (usually for IPA characters).
23657
23658 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
23659
23660 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
23661 Don't hide the underline of titles if font-lock-mode is disabled.
23662
23663 2005-10-12 Bill Wohler <wohler@newt.com>
23664
23665 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
23666 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
23667 files in MH-E-SRC have been updated.
23668 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
23669
23670 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
23671
23672 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
23673 (mixal-mode-syntax-table): Add \n as end-comment.
23674 (mixal-operation-codes-alist): Immediately initialize to full value.
23675 (mixal-add-operation-code): Remove.
23676 (mixal-describe-operation-code): Make the arg non-optional.
23677 Use the interactive spec instead.
23678 Use mixal-operation-codes-alist rather than mixal-operation-codes.
23679 (mixal-font-lock-keywords): Don't highlight comments here any more.
23680 (mixal-font-lock-syntactic-keywords): New var.
23681 (mixal-mode): Use it. Fix comment-start-skip.
23682
23683 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23684
23685 * startup.el (command-line-x-option-alist): -nb => -nbi.
23686
23687 2005-10-12 Kim F. Storm <storm@cua.dk>
23688
23689 * startup.el (fancy-splash-default-action): Discard mouse click in
23690 the splash screen window, as it has no sensible meaning in the
23691 next window to be selected. Fixes error reported by Jan D.
23692
23693 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
23694
23695 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
23696
23697 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
23698
23699 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
23700 Try to fix up minor layout issues like indentation, line break, etc...
23701 (mixal-mode-syntax-table): Don't try to specify comment syntax,
23702 because it doesn't work.
23703 (mixal-operation-codes): Add some more codes.
23704 (mixal-font-lock-keywords): Process comments here.
23705 (mixal-mode): mixasm no longer needs -g option.
23706
23707 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
23708
23709 * progmodes/sh-script.el (sh-tmp-file):
23710 Use mktemp -t. Finish support for es and rc shells.
23711
23712 2005-10-11 Jay Belanger <belanger@truman.edu>
23713
23714 * calc/calcalg2.el (calc-integral): With an argument, compute the
23715 definite integral.
23716
23717 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
23718
23719 * mouse.el (mouse-drag-region-1): Don't try to catch a
23720 double-click when doing follow-link (it's overridden anyway).
23721
23722 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
23723
23724 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
23725 (autoload-print-form-outbuf): Add docstring.
23726
23727 2005-10-11 Juri Linkov <juri@jurta.org>
23728
23729 * info.el (Info-mode-menu): Delete menu item "Edit".
23730 (Info-mode): Delete description of Info-edit from docstring,
23731 and rearrange descriptions of Info commands in the order
23732 they are documented in the Info manual.
23733
23734 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
23735
23736 * calendar/appt.el (appt-check): Use diary-selective-display var.
23737
23738 2005-10-10 Richard M. Stallman <rms@gnu.org>
23739
23740 * net/newsticker.el (newsticker-start, newsticker-show-news):
23741 Add autoload cookies.
23742
23743 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
23744
23745 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
23746
23747 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
23748
23749 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
23750
23751 2005-10-10 Jay Belanger <belanger@truman.edu>
23752
23753 * calc/calc-arith.el (math-check-known-scalarp)
23754 (math-check-known-matrixp): Check the values of arguments that are
23755 variables.
23756 (math-check-known-square-matrixp): New function.
23757 (math-known-square-matrixp): Use math-check-known-square-matrixp.
23758 (math-super-types): Add sqmatrix type.
23759
23760 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
23761 mode name `square' to `sqmatrix'.
23762
23763 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
23764 mode name `square' to `sqmatrix'.
23765
23766 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
23767
23768 * progmodes/etags.el (select-tags-table-mode): Don't use
23769 selective-display.
23770 (tags-select-tags-table): Pass `button' to the action function.
23771 (select-tags-table): Place the side-info on button properties rather
23772 than in hidden text. Abbreviate file names.
23773 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
23774 (select-tags-table-select): Add `button' argument.
23775 Get side-info from the button property rather than from hidden text.
23776
23777 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
23778
23779 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
23780 (gud-speedbar-buttons): Preserve point if possible.
23781 (gud-sentinel): Restore previous speedbar display type.
23782
23783 * progmodes/gdb-ui.el (gdba): Improve diagram.
23784 (def-gdb-auto-update-handler, gdb-info-locals-handler)
23785 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
23786 Call get-buffer-window once.
23787
23788 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
23789
23790 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
23791 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
23792 (pascal-indent-command): Remove unused var `ind'.
23793 (pascal-indent-case): Remove unused var `oldpos'.
23794 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
23795 since it's now used as a proper minor mode map.
23796 (pascal-outline): Rename to pascal-outline-mode.
23797 (pascal-outline-mode): Use define-minor-mode.
23798 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
23799 selective-display.
23800
23801 2005-10-10 Andreas Schwab <schwab@suse.de>
23802
23803 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
23804 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
23805
23806 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
23807 outside source directory.
23808
23809 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
23810
23811 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
23812 C-x' as a prefix.
23813 (orgtbl-mode-map): Full keymap instead of sparse, because all
23814 `self-insert-command' keys are redefined in this map.
23815 (org-export-as-html): Specify charset for HTML file, by taking it
23816 from the coding system.
23817
23818 2005-10-10 Kenichi Handa <handa@m17n.org>
23819
23820 * textmodes/flyspell.el (flyspell-check-word-p):
23821 If unread-command-events is non-empty, don't call sit-for.
23822
23823 2005-10-09 Richard M. Stallman <rms@gnu.org>
23824
23825 * font-lock.el (font-lock-syntactic-keywords)
23826 (font-lock-keywords): Doc fixes.
23827
23828 * textmodes/flyspell.el (flyspell-external-point-words):
23829 Simplify logic, and don't try to check for consecutive appearances
23830 of one incorrect word.
23831
23832 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
23833
23834 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
23835 separator.
23836
23837 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
23838 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
23839 (gud-expansion-speedbar-buttons): New function.
23840 (gud-speedbar-buttons): Check for gud-comint-buffer.
23841
23842 2005-10-09 Bill Wohler <wohler@newt.com>
23843
23844 * Makefile.in (updates): Add mh-loaddefs dependency.
23845
23846 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
23847
23848 * speedbar.el (speedbar-file-key-map): Fix typo.
23849
23850 2005-10-09 Daniel Brockman <daniel@brockman.se>
23851
23852 * cus-start.el (line-spacing): Add custom spec.
23853
23854 2005-10-09 Romain Francoise <romain@orebokech.com>
23855
23856 * textmodes/ispell.el (ispell-check-version): Fix last change.
23857
23858 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23859
23860 * term/x-win.el: Remove -i, --icon-type from comment.
23861
23862 * startup.el (command-line-x-option-alist): Remove options -i,
23863 -itype, --icon-type, added -nb, --no-bitmap-icon.
23864
23865 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
23866
23867 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
23868 instead of :active.
23869
23870 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
23871
23872 * textmodes/ispell.el (ispell-check-version):
23873 Ignore hyphen, and all that follows, in aspell's version text.
23874
23875 2005-10-08 Jay Belanger <belanger@truman.edu>
23876
23877 * calc/calc-arith.el (math-known-square-matrixp): New function.
23878 (math-pow-fancy): Check for matrices before distributing exponent
23879 across products.
23880
23881 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
23882 fullscreen keypad. Suggested by Luc Teirlinck.
23883 (calc-keypad-show-input): Add space for formatting.
23884
23885 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
23886 Add square matrix option.
23887
23888 * calc/calc-poly.el (math-expand-term): Check for matrices instead
23889 of checking calc-matrix-mode when deciding how to expand.
23890
23891 * calc/calc.el (calc-set-mode-line): Add square matrix option.
23892
23893 2005-10-08 Lars Hansen <larsh@soem.dk>
23894
23895 * net/tramp.el (tramp-perl-directory-files-and-attributes):
23896 Add error handling.
23897 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
23898
23899 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
23900
23901 Sync with Tramp 2.0.51.
23902
23903 * net/tramp.el (tramp-handle-set-visited-file-modtime)
23904 (tramp-handle-insert-file-contents, tramp-handle-write-region):
23905 Insert special handling for `last-coding-system-used', again
23906 it still seems to be necessary (unlike stated before).
23907 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
23908 (tramp-password-prompt-regexp): There might be other words before
23909 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
23910 (tramp-chunksize): Improve docstring.
23911 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
23912 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
23913 Christian Joergensen <bugs@razor.dk>.
23914
23915 2005-10-07 Glenn Morris <rgm@gnu.org>
23916
23917 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
23918 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
23919 precision'.
23920
23921 2005-10-07 Romain Francoise <romain@orebokech.com>
23922
23923 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
23924 (ibuffer-do-shell-command-pipe-replace)
23925 (ibuffer-do-shell-command-file, ibuffer-do-eval)
23926 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
23927 (ibuffer-do-revert, ibuffer-do-replace-regexp)
23928 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
23929 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
23930 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
23931 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
23932 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
23933 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
23934 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
23935 Autoload file sans suffix.
23936
23937 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
23938
23939 2005-10-07 David Ponce <david@dponce.com>
23940
23941 * recentf.el (recentf-menu-open-all-flag): New option.
23942 (recentf-digit-shortcut-command-name): New function.
23943 (recentf--shortcuts-keymap): New variable.
23944 (recentf-menu-shortcuts): New variable.
23945 (recentf-make-menu-items): Initialize it. Replace the "More..."
23946 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
23947 (recentf-menu-value-shortcut): New function.
23948 (recentf-make-menu-item): Use it. No more in-lined.
23949 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
23950 (recentf-open-most-recent-file): Rename from
23951 `recentf-open-file-with-key'. Don't depend on key binding.
23952 (recentf-mode-map): New variable.
23953 (recentf-mode): Use it.
23954
23955 2005-10-06 Bill Wohler <wohler@newt.com>
23956
23957 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
23958
23959 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
23960 (MH-E-SRC): New. Used by mh-autoloads.
23961 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
23962 files in MH-E-SRC have been updated.
23963 (compile, recompile, bootstrap): Depend on mh-autoloads.
23964
23965 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
23966
23967 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
23968 gud-break and gud-remove icons when the fringe is not available.
23969
23970 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
23971 Typo.
23972
23973 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
23974
23975 * play/zone.el (zone): Wrap body with save-window-excursion.
23976
23977 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
23978
23979 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
23980 Use the new `list-only' arg to diary-list-entries.
23981
23982 * calendar/diary-lib.el: Use overlays rather than selective-display.
23983 (diary-selective-display): New var.
23984 (diary-header-line-format): Use it.
23985 (diary-list-entries): Add argument `list-only'.
23986 Put the buffer in diary-mode. Don't add \^M at beg and end.
23987 Replace \^M by invisible overlays.
23988 (diary-unhide-everything): Replace \^M by invisible overlays.
23989 (print-diary-entries): Look for overlays rather than \^M.
23990 Add a space to the temp buffer name.
23991 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
23992 Put the buffer in diary-mode.
23993 (list-sexp-diary-entries): Replace \^M by invisible overlays.
23994 (diary-anniversary): Make the year arg optional.
23995 (diary-time-regexp): New const.
23996 (diary-font-lock-keywords): Use it to accept a few more time formats.
23997
23998 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
23999
24000 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
24001
24002 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
24003 Fix bug introduced 2005-07-03: Use (car (last ...))
24004 to faithfully reproduce replaced artist-last.
24005 (artist-set-arrow-points-for-poly): Likewise.
24006 Suggested by Johan Bockg\e,Ae\e(Brd.
24007
24008 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
24009
24010 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
24011 * wid-edit.el (widget):
24012 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
24013 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
24014
24015 2005-10-06 Kenichi Handa <handa@m17n.org>
24016
24017 * international/mule-cmds.el (set-language-environment):
24018 Fix setting up of case-table for unibyte mode.
24019
24020 * simple.el (what-cursor-position): If the character is displayed
24021 by some `display' text property, show that. Don't use
24022 single-key-description for eight-bit characters in multibyte mode.
24023
24024 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
24025
24026 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
24027 (gdb-ann3): Set it.
24028 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
24029 (gdb-info-frames-custom): Use inverse-video for first five
24030 characters of selected frame only.
24031 (gdb-get-frame-number): Select frame even when point is on frame
24032 number.
24033
24034 2005-10-06 Masatake YAMATO <jet@gyve.org>
24035
24036 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
24037 Put `font-lock-function-name-face'.
24038 (gdb-info-frames-custom): Put `font-lock-function-name-face'
24039 and `font-lock-variable-name-face'
24040 (gdb-registers-font-lock-keywords): New font lock keywords definition.
24041 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
24042 (gdb-memory-font-lock-keywords): New font lock keywords definition.
24043 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
24044 (gdb-local-font-lock-keywords): New font lock keywords definition.
24045 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
24046 (gdb-threads-font-lock-keywords): New font lock keywords definition.
24047 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
24048
24049 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
24050
24051 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
24052 (ediff-merge-region-is-non-clash-to-skip): Previously called
24053 ediff-merge-region-is-non-clash.
24054
24055 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
24056 Use insert-buffer-substring.
24057
24058 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
24059 selecting files to patch. Also bug fixes.
24060
24061 * ediff-util.el (ediff-setup): Bug fix.
24062 (ediff-next-difference): Never skip clashes that differ in white
24063 space only.
24064
24065 * ediff-wind.el (ediff-setup-control-frame)
24066 (ediff-destroy-control-frame): Check the menubar feature.
24067
24068 * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
24069 (viper-refresh-mode-line): Use make-local-variable to localize
24070 some vars instead of make-variable-buffer-local. Suggested by
24071 Stefan Monnier.
24072
24073 * emulation/viper-init.el (viper-make-variable-buffer-local):
24074 Delete alias.
24075 (viper-restore-cursor-type, viper-set-insert-cursor-type):
24076 Use make-local-variable instead of make-variable-buffer-local.
24077 Suggested by Stefan Monnier.
24078
24079 * emulation/viper.el (viper-mode): Don't use
24080 viper-make-variable-buffer-local.
24081 (viper-comint-mode-hook): Use make-local-variable on
24082 require-final-newline.
24083 (viper-non-hook-settings): Don't use make-variable-buffer-local.
24084
24085 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
24086
24087 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
24088 also the second char of a comment-start sequence.
24089 (scheme-sexp-comment-syntax-table): New var.
24090 (lambda, define): Set their scheme-doc-string-elt property.
24091 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
24092 Use lisp-font-lock-syntactic-face-function now that it properly
24093 handles |...| symbols.
24094 (scheme-mode-variables): Set lisp-doc-string-elt-property,
24095 parse-sexp-lookup-properties and font-lock-extra-managed-props.
24096
24097 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
24098 bit from # to |.
24099 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
24100
24101 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
24102 (lisp-doc-string-elt-property): New var.
24103 (lisp-font-lock-syntactic-face-function): Use it.
24104 Rewrite to recognize docstrings even for forms not at toplevel.
24105
24106 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
24107 annotation on the | part of #| rather than on the # part.
24108 (scheme-font-lock-syntactic-face-function): New function, to
24109 distinguish strings from |...| symbols.
24110 (scheme-mode-variables): Use it. Also fix up the font-lock-time
24111 syntax-table so that #|...|# is properly highlighted.
24112
24113 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
24114 Don't mark as docstring the 3rd elem of an unknown toplevel form.
24115
24116 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
24117
24118 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
24119 and C-e.
24120
24121 * emacs-lisp/eldoc.el: Move comments into docstrings.
24122 (eldoc-message-commands): Initialize in its declaration.
24123 Add move-beginning-of-line and move-end-of-line.
24124 (eldoc-add-command, eldoc-add-command-completions)
24125 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
24126
24127 * outline.el (outline-mark-subtree): Activate the mark.
24128
24129 * calendar/appt.el (appt-time-regexp): New var.
24130 (appt-add, appt-make-list): Use it.
24131 (appt-convert-time): Clean up.
24132
24133 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
24134 Don't set any syntax-table property here.
24135 (tex-font-lock-verb): New function. Do it here.
24136 (tex-font-lock-syntactic-keywords): Use it.
24137
24138 2005-10-04 Richard M. Stallman <rms@gnu.org>
24139
24140 * wid-edit.el (widget-file-complete): Get the widget start point
24141 the right way. Default directory to `/' if file has none.
24142
24143 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
24144
24145 * textmodes/flyspell.el (flyspell-mode-on):
24146 Call ispell-maybe-find-aspell-dictionaries.
24147
24148 * textmodes/ispell.el (ispell-word, ispell-region):
24149 Call ispell-maybe-find-aspell-dictionaries.
24150 (ispell-accept-buffer-local-defs):
24151 Don't call ispell-maybe-find-aspell-dictionaries.
24152
24153 2005-10-04 Richard M. Stallman <rms@gnu.org>
24154
24155 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
24156
24157 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
24158
24159 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
24160 instead of `fboundp' in order to allow for anonymous functions.
24161
24162 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
24163
24164 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
24165 case the user clicks on the link while another window is selected.
24166 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
24167
24168 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
24169 functionality.
24170 (dframe-help-echo): Save point in case mouse tracking is off.
24171
24172 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
24173
24174 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
24175
24176 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
24177
24178 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
24179 not change the global value of those vars.
24180
24181 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
24182 make-local-variable which we do not need any more.
24183
24184 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
24185
24186 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
24187 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
24188 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
24189 (speedbar-path-line): Define obsolete aliases.
24190 (speedbar-line-directory): Doc fix.
24191
24192 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
24193 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
24194 instead of speedbar-line-path.
24195
24196 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24197
24198 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
24199 to nil if dropping on a window. Handle dropping on a minibuffer window
24200 like dropping on a non-window part of Emacs.
24201
24202 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
24203
24204 * net/ange-ftp.el: Use with-current-buffer.
24205 (ange-ftp-insert-directory): Do not follow symlinks any more.
24206
24207 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
24208 Remove interactive spec.
24209
24210 2005-10-03 Kim F. Storm <storm@cua.dk>
24211
24212 * ido.el (ido-mode): Use custom-initialize-set.
24213
24214 2005-10-02 Richard M. Stallman <rms@gnu.org>
24215
24216 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
24217 Use insert-buffer-substring.
24218
24219 * net/tramp.el: Pacify byte compiler warnings in pacification code.
24220 (tramp-handle-file-local-copy): Use insert-buffer-substring.
24221
24222 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
24223
24224 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
24225 in last change.
24226 (ange-ftp-insert-directory): Fix up the search for the case where
24227 `file' is absolute.
24228
24229 2005-10-02 Romain Francoise <romain@orebokech.com>
24230
24231 * progmodes/compile.el (compile-goto-error): Delete extra paren.
24232
24233 2005-10-02 Andreas Schwab <schwab@suse.de>
24234
24235 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
24236 directory component in the session info.
24237
24238 2005-10-01 Richard M. Stallman <rms@gnu.org>
24239
24240 * comint.el (comint-redirect-subvert-readonly): Doc fix.
24241
24242 * simple.el (next-error-internal): New function.
24243
24244 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
24245 (compilation-start): Pass new arg to compilation-buffer-name.
24246 (compile-goto-error): Use next-error-internal.
24247
24248 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
24249
24250 * speedbar.el: Remove RCS tag.
24251 (speedbar-check-read-only): Handle non-existent files.
24252
24253 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
24254
24255 * info.el (Info-speedbar-hierarchy-buttons)
24256 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
24257
24258 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24259
24260 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
24261 Do not match newline.
24262 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
24263 (bibtex-summary): Remove unnecessary save-excursion.
24264 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
24265
24266 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24267
24268 * term/mac-win.el: Add charset info for "iso10646-1".
24269 Modify default fontset to use ATSUI-compatible fonts for some charsets
24270 if available.
24271
24272 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
24273
24274 * speedbar.el: Re-apply arch tag.
24275 (speedbar-version): Rename to version 1.0. Suggested by Eric
24276 M. Ludlam.
24277 Reapply two changes from Emacs CVS' version of speedbar lost
24278 during the merge:
24279 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
24280 (speedbar-frame-parameters): Improve customize type.
24281
24282 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
24283
24284 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
24285 (ange-ftp-file-directory-p): Fix the symlink case.
24286 (ange-ftp-insert-directory): When listing a single file, get a list of
24287 the parent buffer and extract the relevant line. Inspired from a patch
24288 by Katsumi Yamaoka <yamaoka@jpl.org>.
24289 (ange-ftp-file-name-sans-versions): Simplify.
24290
24291 2005-09-30 Bill Wohler <wohler@newt.com>
24292
24293 Move MH-E image files from toolbar and mail directories into
24294 etc/images.
24295
24296 * mail/reply2.*: Move to etc/images/mail/reply*.
24297
24298 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
24299 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
24300 etc/images.
24301
24302 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
24303 * toolbar/reply*: Move to etc/images/mail.
24304
24305 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
24306
24307 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
24308
24309 * speedbar.el: New version 1.0pre3.
24310
24311 Frame management code (including timer, and mouse click specifics)
24312 moved to dframe.el:
24313 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
24314 (speedbar-timer): Removed. Use dframe-timer.
24315 (speedbar-close-frame): Removed. Use dframe-close-frame.
24316 (speedbar-activity-change-focus-flag): Removed. Use
24317 dframe-activity-change-focus-flag.
24318 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
24319 dframe-update-speed.
24320
24321 (speedbar-current-frame): New macro. Use this instead of the
24322 variable speedbar-frame.
24323
24324 (speedbar-use-images, speedbar-expand-image-button-alist)
24325 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
24326
24327 (speedbar-find-image-on-load-path): Removed. Replaced by
24328 defezimage in ezimage.el.
24329 (speedbar-expand-image-button-alist): Removed. Replaced by
24330 ezimage-expand-image-button-alist in ezimage.el.
24331
24332 (speedbar-ignored-directory-regexp)
24333 (speedbar-add-ignored-directory-regexp)
24334 (speedbar-ignored-directory-expressions)
24335 (speedbar-line-directory, speedbar-buffers-line-directory)
24336 (speedbar-directory-line, speedbar-buffers-line-directory):
24337 Renamed, replacing `path' with `directory'.
24338
24339 (speedbar-create-directory, speedbar-expand-line-descendants)
24340 (speedbar-toggle-line-expansion)
24341 (speedbar-contract-line-descendants): New commands.
24342
24343 (speedbar-query-confirmation-method, speedbar-select-frame-method)
24344 (speedbar-use-tool-tips-flag): New options.
24345
24346 (speedbar-check-read-only, speedbar-require-version)
24347 (speedbar-insert-separator, speedbar-buffers-tail-notes)
24348 (speedbar-handle-delete-frame, speedbar-try-completion)
24349 (speedbar-update-localized-contents): New functions.
24350
24351 (speedbar-incompatible-version, speedbar-ro-to-do-point)
24352 (speedbar-object-read-only-indicator): New variables.
24353
24354 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
24355 New hooks.
24356
24357 (speedbar-separator-face): New face.
24358
24359 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
24360 (speedbar-ignored-modes): Add fundamental-mode.
24361 (speedbar-directory-unshown-regexp): Add . directories.
24362
24363 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
24364 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
24365 `]' for full expand/close.
24366 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
24367
24368 (speedbar-check-vc): Support hidden files.
24369 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
24370 (speedbar-this-file-in-vc): Use vc-state if available. If VC
24371 state is nil, it is not checked out.
24372
24373 (speedbar-line-text, speedbar-line-token): Support expand buttons
24374 with no text.
24375 (speedbar-refresh): Universal argument acts as power-click.
24376 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
24377 that buffer to get variable values.
24378
24379 And many other bugfixes.
24380
24381 * dframe.el, ezimage.el, sb-image.el: New files.
24382
24383 * sb-*.xpm: Remove files. New image files installed into
24384 etc/images/ezimage.
24385
24386 2005-09-30 Kenichi Handa <handa@m17n.org>
24387
24388 * ps-mule.el (ps-mule-show-warning): If a character is in
24389 ps-print-translation-table, don't treat it as non-printable.
24390
24391 2005-09-30 David Ponce <david@dponce.com>
24392
24393 * tree-widget.el (tree-widget-themes-load-path): New variable.
24394 (tree-widget-themes-directory): Doc fix.
24395 (tree-widget-image-formats) [Emacs]: Doc fix.
24396 (tree-widget--locate-sub-directory): New function.
24397 (tree-widget-themes-directory): Use it.
24398
24399 * recentf.el (recentf-filename-handlers): Rename from
24400 `recentf-filename-handler'. Allow a list of functions.
24401 (recentf-menu-items-for-commands): Fix :help strings.
24402 (recentf-apply-filename-handlers): New function.
24403 (recentf-expand-file-name): Use it.
24404 (recentf-cleanup): Remove duplicates too.
24405
24406 2005-09-29 Juri Linkov <juri@jurta.org>
24407
24408 * faces.el: Rearrange face definitions to be in the same order as
24409 their face descriptions in "(emacs)Standard Faces".
24410
24411 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
24412
24413 * tooltip.el (tooltip): Add group `basic-faces'.
24414
24415 * buff-menu.el (Buffer-menu-buffer): Remove group
24416 `font-lock-highlighting-faces'.
24417
24418 * progmodes/compile.el (compilation-error, compilation-warning)
24419 (compilation-info, compilation-line-number, compilation-column-number):
24420 Change group from `font-lock-highlighting-faces' to `compilation'.
24421
24422 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
24423 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
24424 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
24425 (vhdl-font-lock-reserved-words-face)
24426 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
24427 `font-lock-highlighting-faces'.
24428
24429 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
24430
24431 2005-09-28 Kim F. Storm <storm@cua.dk>
24432
24433 * emulation/cua-base.el: Set CUA move property on additional commands:
24434 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
24435 forward-sexp, backward-sexp, forward-list, backward-list.
24436
24437 2005-09-28 Romain Francoise <romain@orebokech.com>
24438
24439 * comint.el (comint-show-output): Really set point at the
24440 beginning of the output when not using `comint-use-prompt-regexp'.
24441
24442 2005-09-27 Jay Belanger <belanger@truman.edu>
24443
24444 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
24445 in TeX mode.
24446
24447 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
24448
24449 * textmodes/org.el (org-table-sum): Fix format string.
24450
24451 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
24452 Quote face names.
24453
24454 2005-09-26 Romain Francoise <romain@orebokech.com>
24455
24456 * isearch.el (isearch-forward-regexp): Close doc string.
24457
24458 2005-09-25 Richard M. Stallman <rms@gnu.org>
24459
24460 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
24461
24462 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
24463
24464 * progmodes/compile.el (compilation-error-properties):
24465 When getting the file from the previous error message,
24466 correctly decode the new data format.
24467
24468 * progmodes/cc-cmds.el (c-electric-paren):
24469 Call old-blink-paren only for close-paren.
24470
24471 2005-09-24 Andreas Schwab <schwab@suse.de>
24472
24473 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
24474 condition.
24475
24476 2005-09-25 Romain Francoise <romain@orebokech.com>
24477
24478 * dired-aux.el (dired-copy-file-recursive):
24479 * dired.el (dired-delete-file):
24480 * ediff-mult.el (ediff-dir-diff-copy-file):
24481 * ediff-util.el (ediff-test-save-region):
24482 * forms.el (forms-mode):
24483 * ido.el (ido-file-internal, ido-delete-file-at-head):
24484 * log-edit.el (log-edit-done):
24485 * ses.el (ses-yank-resize):
24486 * play/gomoku.el (gomoku-human-plays, gomoku)
24487 (gomoku-human-resigns, gomoku-prompt-for-other-game)
24488 (gomoku-offer-a-draw):
24489 * play/landmark.el (lm-human-resigns, lm):
24490 * net/eudcb-ldap.el (eudc-ldap-check-base):
24491 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
24492 * progmodes/ebrowse.el (ebrowse-find-pattern):
24493 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
24494 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
24495 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
24496
24497 * vc.el (vc-delete-file):
24498 * play/gomoku.el (gomoku-terminate-game, gomoku)
24499 (gomoku-prompt-for-move, gomoku-human-takes-back):
24500 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
24501 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
24502
24503 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
24504
24505 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
24506 color rxvt terminals by using the code xterm.el used to use before
24507 2005-04-09 in order to match the colors used by rxvt.
24508
24509 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
24510
24511 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
24512 colors rxvt-unicode terminals by using the same code as xterm.el.
24513
24514 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
24515
24516 * textmodes/tex-mode.el (tex-font-lock-append-prop)
24517 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
24518 new symbol used for the tex-verbatim face.
24519
24520 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
24521
24522 * woman.el (woman-file-name):
24523 * wid-edit.el (widget-file-prompt-value)
24524 (widget-coding-system-prompt-value):
24525 * w32-fns.el (set-w32-system-coding-system):
24526 * vc.el (vc-version-diff, vc-annotate):
24527 * textmodes/reftex-auc.el (reftex-arg-cite)
24528 (reftex-arg-index-tag):
24529 * textmodes/refer.el (refer-get-bib-files):
24530 * textmodes/artist.el (artist-figlet-choose-font):
24531 * terminal.el (terminal-emulator):
24532 * replace.el (occur-read-primary-args):
24533 * rect.el (string-rectangle, string-insert-rectangle):
24534 * ps-print.el (ps-print-preprint):
24535 * progmodes/pascal.el (pascal-goto-defun):
24536 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
24537 * progmodes/compile.el (compilation-find-file):
24538 * printing.el (pr-interactive-n-up):
24539 * play/animate.el (animate-birthday-present):
24540 * net/rcompile.el (remote-compile):
24541 * man.el (man, Man-goto-section, Man-follow-manual-reference):
24542 * mail/rmailsum.el (rmail-summary-search-backward)
24543 (rmail-summary-search):
24544 * mail/rmailout.el (rmail-output-read-rmail-file-name)
24545 (rmail-output-read-file-name):
24546 * mail/rmail.el (rmail-search, rmail-search-backwards):
24547 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
24548 * locate.el (locate):
24549 * international/quail.el (quail-show-keyboard-layout):
24550 * international/mule.el (set-buffer-file-coding-system)
24551 (revert-buffer-with-coding-system, set-file-name-coding-system)
24552 (set-terminal-coding-system, set-keyboard-coding-system)
24553 (set-next-selection-coding-system):
24554 * international/mule-diag.el (describe-coding-system)
24555 (describe-font, describe-fontset):
24556 * international/mule-cmds.el (universal-coding-system-argument)
24557 (search-unencodable-char, describe-input-method)
24558 (set-language-environment, describe-language-environment):
24559 * international/codepage.el (codepage-setup):
24560 * international/code-pages.el (codepage-setup):
24561 * info.el (Info-search, Info-follow-reference)
24562 (Info-search-backward):
24563 * emacs-lisp/advice.el (ad-read-advised-function)
24564 (ad-read-advice-class, ad-clear-cache, ad-activate)
24565 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
24566 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
24567 (ad-read-regexp):
24568 * ediff-util.el (ediff-toggle-regexp-match):
24569 * ediff-ptch.el (ediff-prompt-for-patch-file):
24570 * dired-aux.el (dired-diff):
24571 * diff.el (diff):
24572 * cus-edit.el (custom-variable-prompt):
24573 * calendar/timeclock.el (timeclock-ask-for-project):
24574 * calc/calcalg3.el (calc-get-fit-variables):
24575 * calc/calc-store.el (calc-edit-variable)
24576 (calc-permanent-variable):
24577 * vc-mcvs.el (vc-mcvs-register):
24578 * shadowfile.el (shadow-define-literal-group):
24579 * woman.el (woman-file-name):
24580 * vc.el (vc-version-diff, vc-merge):
24581 * textmodes/reftex-index.el (reftex-index-complete-tag):
24582 * format.el (format-decode-buffer, format-decode-region):
24583 * emulation/viper-cmd.el (viper-read-string-with-history):
24584 * emacs-lisp/debug.el (cancel-debug-on-entry):
24585 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
24586 * ediff.el (ediff-merge-revisions)
24587 (ediff-merge-revisions-with-ancestor, ediff-revision):
24588 * completion.el (interactive-completion-string-reader):
24589 * calc/calc-prog.el (calc-user-define-formula):
24590 Follow convention for reading with the minibuffer.
24591
24592 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
24593
24594 * progmodes/python.el (python-describe-symbol): Add globals() and
24595 locals() to the arguments of emacs.ehelp.
24596
24597 2005-09-24 Magnus Henoch <mange@freemail.hu>
24598
24599 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
24600 New function, code extracted from ispell-valid-dictionary-list.
24601 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
24602 Call it.
24603
24604 2005-09-24 Eli Zaretskii <eliz@gnu.org>
24605
24606 * subr.el (version-regexp-alist): Extend valid syntax for version
24607 strings: allow any of the characters -,_,+ to separate the
24608 alpha/beta/rc part from the version part. Doc fix.
24609 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
24610
24611 2005-09-23 David Reitter <david.reitter@gmail.com>
24612
24613 * mail/mailclient.el: New file.
24614
24615 2005-09-23 Richard M. Stallman <rms@gnu.org>
24616
24617 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
24618 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
24619 Doc fixes.
24620
24621 * progmodes/cc-mode.el (c-font-lock-init):
24622 Specify font-lock-lines-before.
24623
24624 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
24625
24626 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
24627 whole conflict.
24628
24629 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
24630
24631 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
24632 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
24633 of `remap' feature when available. Additional key bindings for
24634 better tty support.
24635 (org-mode-restart, org-force-self-insert): New commands.
24636 (org-time-stamp-inactive): New command.
24637 (org-remap): New function.
24638 (org-table-auto-blank-field, org-level-color-stars-only): New options.
24639 (org-enable-fixed-width-editor): Move to `org-structure'
24640 customization group.
24641 (org-self-insert-command, orgtbl-self-insert-command): Modify to
24642 blank field after field motion commands.
24643
24644 2005-09-23 Kenichi Handa <handa@m17n.org>
24645
24646 * international/mule-cmds.el (set-language-environment):
24647 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
24648 have to call utf-translate-cjk-load-tables.
24649
24650 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
24651
24652 * mouse.el (mouse-move-drag-overlay): Fix last change.
24653
24654 2005-09-22 David Ponce <david@dponce.com>
24655
24656 * tree-widget.el (tree-widget-value-create): Fix previous change.
24657
24658 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
24659
24660 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
24661
24662 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
24663
24664 * mouse.el (mouse-move-drag-overlay): New function.
24665 (mouse-drag-region-1): Use it.
24666 Try to simplify a bit the state handling. Handle clicks on links
24667 inside intangible areas.
24668 (mouse-save-then-kill): Minor simplification.
24669 (mouse-secondary-overlay): Make it always non-nil instead of
24670 recreating it each time.
24671 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
24672 (mouse-kill-secondary, mouse-secondary-save-then-kill):
24673 Simplify accordingly.
24674
24675 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
24676
24677 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
24678
24679 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
24680
24681 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
24682 (ediff-file-name-sans-prefix): Treat nil as an empty string.
24683 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
24684 to patch.
24685
24686 * ediff-util.el: Use insert-buffer-substring.
24687
24688 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
24689
24690 * emulation/viper-cmd.el (viper-change-state): Don't move over the
24691 field boundaries in the minibuffer.
24692 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
24693 (viper-minibuffer-post-command-hook): New hook.
24694 (viper-line): Don't move cursor at bolp.
24695
24696 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
24697
24698 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
24699 avoid compiler warnings.
24700
24701 * emulation/viper-macs.el (ex-map): Better messages.
24702
24703 * emulation/viper-utils.el (viper-beginning-of-field): New function.
24704
24705 * emulation/viper.el: Replace make-variable-buffer-local with
24706 viper-make-variable-buffer-local everywhere, to avoid warnings.
24707
24708 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
24709
24710 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
24711 Delete unused var `old-selected-window'.
24712 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
24713 (mouse-drag-secondary): Delete unused var `start-frame'.
24714
24715 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
24716
24717 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
24718
24719 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
24720
24721 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
24722 Re-indent within 80 columns. Use inhibit-read-only.
24723
24724 2005-09-19 Romain Francoise <romain@orebokech.com>
24725
24726 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
24727
24728 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
24729
24730 * font-lock.el (font-lock-default-fontify-region): Don't add a line
24731 unconditionally, since the after-change-function already did it.
24732
24733 2005-09-19 Miles Bader <miles@gnu.org>
24734
24735 * net/newsticker.el: Get rid of CVS keyword.
24736
24737 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
24738
24739 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
24740 The prompt is formatted later.
24741
24742 2005-09-19 David Ponce <david@dponce.com>
24743
24744 * tree-widget.el (tree-widget-value-create): Save the converted
24745 tree :node widget.
24746
24747 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
24748
24749 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
24750 variable `message'.
24751
24752 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
24753
24754 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
24755 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
24756 <slawomir.nowaczyk.847@student.lu.se>.
24757
24758 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
24759
24760 * image.el (image-load-path): Use symbol `data-directory' instead
24761 of its value, for backward compatibility with packages that bind
24762 it during `find-image'. Suggested by Katsumi Yamaoka.
24763 (image-search-load-path): Handle symbols whose values are strings.
24764
24765 2005-09-18 Romain Francoise <romain@orebokech.com>
24766
24767 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
24768 with-current-buffer form in save-excursion.
24769
24770 2005-09-18 Deepak Goel <deego@gnufans.org>
24771
24772 * apropos.el (apropos-command): Fix `message' call: first arg
24773 should be a format spec. In this and all other cases that appear
24774 below and elsewhere in the source code, I made a change only when
24775 two conditions were satisfied: [1] I can think of a possibility
24776 that the arguments would cause an error, for example, the code in
24777 question relies on external variables such as filenames. [2] I
24778 was sure that the arg to `message' could not have been nil in the code.
24779
24780 * textmodes/tildify.el (tildify-region): Ditto.
24781
24782 * textmodes/reftex-index.el (reftex-index-change-entry)
24783 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
24784 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
24785 * textmodes/org.el (org-complete, org-deadline, org-schedule)
24786 (org-priority, org-table-sum):
24787 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
24788 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
24789 (flyspell-word, flyspell-display-next-corrections):
24790 * textmodes/bibtex.el (bibtex-print-help-message):
24791 * textmodes/artist.el (artist-key-set-point-poly):
24792 * term/mac-win.el (mac-services-insert-text):
24793 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
24794 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
24795 (vhdl-port-paste-testbench, vhdl-compose-new-component)
24796 (vhdl-compose-configuration):
24797 * progmodes/sh-script.el (sh-blink, sh-show-indent)
24798 (sh-set-indent, sh-learn-line-indent):
24799 * progmodes/ps-mode.el (ps-mode-target-column):
24800 * progmodes/idlwave.el (idlwave-make-tags)
24801 (idlwave-scan-library-catalogs):
24802 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
24803 * progmodes/gud.el (gud-jdb-analyze-source):
24804 * progmodes/flymake.el (flymake-log):
24805 * progmodes/ebnf2ps.el (ebnf-generate-region):
24806 * progmodes/cmacexp.el (c-macro-expansion):
24807 * progmodes/ada-xref.el (ada-treat-cmd-string):
24808 * progmodes/ada-mode.el (ada-create-case-exception-substring)
24809 (ada-justified-indent-current, ada-batch-reformat):
24810 * play/zone.el (zone):
24811 * play/landmark.el (lm-move):
24812 * play/decipher.el (decipher-show-alphabet):
24813 * net/newsticker.el (newsticker--display-jump)
24814 (newsticker--display-scroll):
24815 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
24816 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
24817 * mail/feedmail.el (feedmail-dump-message-to-queue):
24818 * eshell/esh-proc.el (eshell-remove-process-entry):
24819 * emulation/ws-mode.el (ws-last-error):
24820 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
24821 (viper-record-kbd-macro):
24822 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
24823 * emacs-lisp/lisp-mnt.el (lm-report-bug):
24824 * emacs-lisp/find-func.el (find-function-noselect):
24825 * calendar/timeclock.el (timeclock-status-string)
24826 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
24827 (timeclock-when-to-leave-string):
24828 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
24829 * calc/calc-units.el (calc-enter-units-table):
24830 * calc/calc-mode.el (calc-mode-record-mode):
24831 * woman.el (woman-mini-help):
24832 * wdired.el (wdired-change-to-wdired-mode):
24833 * vc.el (vc-retrieve-snapshot):
24834 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
24835 * startup.el (display-startup-echo-area-message):
24836 * simple.el (set-goal-column):
24837 * ses.el (ses-command-hook, ses-recalculate-cell):
24838 * server.el (server-process-filter):
24839 * printing.el (pr-interface-txt-print, pr-interface-printify)
24840 (pr-interface-ps):
24841 * pcvs.el (cvs-help):
24842 * log-edit.el (log-edit, log-edit-mode-help):
24843 * iswitchb.el (iswitchb-possible-new-buffer):
24844 * isearch.el (isearch-edit-string):
24845 * image-mode.el (image-mode, image-minor-mode):
24846 * ibuf-macs.el (define-ibuffer-filter):
24847 * hi-lock.el (hi-lock-find-patterns):
24848 * files.el (toggle-read-only):
24849 * ediff-util.el (ediff-copy-diff)
24850 (ediff-write-merge-buffer-and-maybe-kill):
24851 * echistory.el (Electric-history-undefined):
24852 * dnd.el (dnd-insert-text):
24853 * dired-aux.el (dired-query):
24854 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
24855 * bookmark.el (bookmark-bmenu-locate):
24856 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
24857 Fix `message' calls to ensure first arg is a format string.
24858 The change was made only when these two conditions were satisfied:
24859 [1] when there is a possibility that the arguments would cause an error
24860 for example, if the code in question relies on external variables
24861 such as filenames, and
24862 [2] if the arg to `message' could not have been nil in the code.
24863
24864 * pcomplete.el (pcomplete--help): Fix `message' format spec.
24865 Not having a %s would be weird, though not technically wrong.
24866
24867 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24868
24869 * term/mac-win.el (mac-add-charset-info): Doc fix.
24870
24871 2005-09-17 Romain Francoise <romain@orebokech.com>
24872
24873 * shell.el (shell-resync-dirs): Handle echoing processes more
24874 reliably. Don't insert resync command if `comint-process-echoes'
24875 is non-nil.
24876
24877 2005-09-17 Magnus Henoch <mange@freemail.hu>
24878
24879 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
24880 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
24881 aspell versions >= 0.60.
24882 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
24883 only if ispell-aspell-supports-utf8 is non-nil.
24884
24885 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
24886
24887 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
24888 buffer-local value to lisp-indent-function.
24889
24890 2005-09-17 Milan Zamazal <pdm@zamazal.org>
24891
24892 * progmodes/glasses.el (glasses-make-readable): If
24893 glasses-separator differs from underscore, put appropriate
24894 overlays over underscore characters.
24895 (glasses-convert-to-unreadable): If glasses-separator differs from
24896 underscore, try to convert glasses-separator characters to
24897 underscores.
24898
24899 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
24900
24901 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
24902 Use with-syntax-table and dolist.
24903
24904 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
24905
24906 * textmodes/reftex-auc.el:
24907 * textmodes/reftex-cite.el:
24908 * textmodes/reftex-dcr.el:
24909 * textmodes/reftex-global.el:
24910 * textmodes/reftex-parse.el:
24911 * textmodes/reftex-ref.el:
24912 * textmodes/reftex-sel.el:
24913 * textmodes/reftex-toc.el:
24914 * textmodes/reftex-vars.el:
24915 * textmodes/reftex.el: Small changes to remove compiler warnings.
24916
24917 * textmodes/reftex-index.el: Likewise.
24918 (reftex-query-index-phrase): More efficient use of markers.
24919
24920 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
24921
24922 * image.el (image-load-path): New variable.
24923 (image-search-load-path): New function.
24924 (find-image): Search for images in `image-load-path'.
24925
24926 2005-09-15 Richard M. Stallman <rms@gnu.org>
24927
24928 * follow.el: Change Maintainer field.
24929
24930 2005-09-15 David Ponce <david@dponce.com>
24931
24932 * recentf.el (recentf-save-file-modes): New option.
24933 (recentf-save-list): Use it.
24934
24935 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
24936
24937 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
24938 (mode-line-mule-info, mode-line-modified): Move bindings from
24939 mouse-3 to mouse-1.
24940
24941 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
24942
24943 * simple.el (sendmail-user-agent-compose): Revert last change.
24944
24945 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
24946
24947 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
24948 Use with-current-buffer.
24949 (ange-ftp-gwp-start): Remove unused var `gw-user'.
24950 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
24951 (ange-ftp-insert-directory): Remove unused var `short'.
24952 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
24953
24954 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
24955 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
24956
24957 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
24958 (check-calendar-holidays, diary-list-entries): Autoload.
24959 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
24960 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
24961
24962 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
24963 which mistakenly removed a call to display-buffer.
24964
24965 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
24966
24967 * obsolete/iso-insert.el: Move to obsolete/ from international/.
24968
24969 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
24970
24971 * progmodes/hideshow.el
24972 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
24973 (hs-allow-nesting): New user var.
24974 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
24975 (hs-hide-block-at-point): When nesting allowed,
24976 if there is already an overlay in place, delete it.
24977 (hs-safety-is-job-n): Delete func; remove call sites.
24978 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
24979 (hs-overlay-at): New func.
24980 (hs-already-hidden-p, hs-show-block): Use it.
24981 (hs-hide-all): Don't pre-clean if nesting allowed.
24982 (hs-show-all): Temporarily disallow
24983 nesting around call to `hs-discard-overlays'.
24984
24985 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
24986
24987 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
24988 Delete unused local var.
24989
24990 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
24991
24992 * help-fns.el (describe-categories): "?\ " -> "?\s".
24993 (help-do-arg-highlight): Recognize also ARG-n, as in
24994 `move-to-left-margin' (ARG+n is already recognized). Simplify.
24995
24996 * international/codepage.el (dos-unsupported-char-glyph):
24997 * net/newsticker.el (tool-bar-map, w3-mode-map)
24998 (w3m-minor-mode-map):
24999 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
25000 (ent-alist):
25001 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
25002
25003 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
25004
25005 * custom.el (custom-push-theme): Handle the case where a symbol is
25006 bound but face properties have not yet been assigned.
25007
25008 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
25009 Fix behavior if noerase is `t' and there is no mail buffer.
25010
25011 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
25012 if `continue' is nil, rather than signal an error.
25013
25014 2005-09-12 Richard M. Stallman <rms@gnu.org>
25015
25016 * font-lock.el (font-lock-keywords): Add autoload.
25017
25018 * help-fns.el (describe-variable): Rearrange to put source link
25019 in a predictable place.
25020
25021 * net/newsticker.el: New file.
25022
25023 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
25024
25025 * calendar/calendar.el (calendar-for-loop): Add edebug info.
25026 (calendar-basic-setup): Use the new nil arg.
25027 (number-of-diary-entries): Move to diary-lib.el.
25028
25029 * calendar/diary-lib.el: Use with-current-buffer, match-string.
25030 (diary-list-entries): Use with-syntax-table and dolist.
25031 Rename from list-diary-entries.
25032 Use number-of-diary-entries if `number' is nil.
25033 (diary, diary-view-entries): Use this new name and new nil arg value.
25034 (number-of-diary-entries): Move from calendar.el.
25035 (diary-unhide-everything): New function.
25036 (include-other-diary-files, fancy-diary-display)
25037 (diary-show-all-entries, make-diary-entry): Use it.
25038 (diary-mail-entries): Use buffer-string.
25039 (mark-diary-entries): Fix long standing paren typo.
25040 (diary-sexp-entry): Use count-lines.
25041 (make-diary-entry): Avoid `previous-line'.
25042 (diary-mode-map): New var.
25043 (diary-mode): Redraw cal after saving. Setup header-line.
25044 (fancy-diary-display-mode): Use local-set-key.
25045
25046 * startup.el (command-line): Try calling various terminal-init-foo-bar
25047 functions by stripping hyphenated suffixes from $TERM.
25048
25049 * files.el (normal-mode): Check boundness of font-lock-keywords.
25050
25051 2005-09-12 Richard M. Stallman <rms@gnu.org>
25052
25053 * progmodes/compile.el: Don't decide a file's directory
25054 until the user actually tries to go there.
25055 (compilation-next-error-function):
25056 Pass compilation-find-file the directory from the file-struct.
25057 (compilation-internal-error-properties): Separate local FILE-STRUCT
25058 from FILE. Doc the args better. Rename arg FMT to FMTS.
25059 (compilation-find-file): Arg DIR renamed to DIRECTORY.
25060 Expand it, and if nil, use default-directory.
25061 (compilation-get-file-structure): Don't mix specified directory
25062 with default directory. Put specified directory into
25063 file-struct. Don't make the file name absolute.
25064
25065 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
25066 (compile-command): Add autoload.
25067 (compilation-disable-input): Add autoload.
25068
25069 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
25070
25071 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
25072 strings of the variables it can override.
25073 (time-stamp): New (as yet undocumented) time-stamp-format escapes
25074 %Q and %q, for fully-qualified domain name and unqualified host name.
25075
25076 2005-09-11 Kim F. Storm <storm@cua.dk>
25077
25078 * emacs-lisp/authors.el (authors-aliases): Update list.
25079 (authors-fixed-entries): Update mldrag.el entry.
25080
25081 2005-09-10 Alan Mackenzie <acm@muc.de>
25082
25083 * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
25084 delimiter from the region narrowed to.
25085
25086 2005-09-10 Magnus Henoch <mange@freemail.hu>
25087
25088 * textmodes/ispell.el (ispell-check-version): Signal an error if
25089 aspell version is less than 0.60.
25090
25091 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
25092
25093 * progmodes/octave-inf.el (inferior-octave-startup):
25094 Resync current dir at the end.
25095
25096 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
25097
25098 * woman.el (woman-topic-at-point-default):
25099 Rename to woman-use-topic-at-point-default.
25100 (woman-topic-at-point): Rename to woman-use-topic-at-point.
25101 (woman-file-name): Reflect renames above. Automatically use the
25102 word at point as topic if woman-use-topic-at-point is non-nil.
25103 Otherwise offer it as default but don't insert it in the
25104 minibuffer. Also use `test-completion' instead of `assoc' as
25105 suggested by Stefan Monnier.
25106
25107 2005-09-10 Andre Spiegel <spiegel@gnu.org>
25108
25109 * vc.el (vc-directory, vc-update-change-log): Throw an error on
25110 the attempt to do it over Tramp. This is not yet supported.
25111
25112 2005-09-10 Eli Zaretskii <eliz@gnu.org>
25113
25114 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
25115 (menu-bar-non-minibuffer-window-p): New functions.
25116 ("Split Window", "Save As..."): Use them.
25117 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
25118 ("Print Buffer", "Truncate Long Lines in this Buffer"):
25119 Use menu-bar-menu-frame-live-and-visible-p.
25120 ("Save Buffer", "Insert File", "Open Directory...")
25121 ("Open File...", "Visit New File..."):
25122 Use menu-bar-non-minibuffer-window-p.
25123 (kill-this-buffer-enabled-p, dired <menu-enable>):
25124 Use menu-bar-non-minibuffer-window-p.
25125
25126 2005-09-09 Eli Zaretskii <eliz@gnu.org>
25127
25128 * cus-start.el (all): Don't complain about fringe-related
25129 built-ins if fringes are not supported. Ditto about
25130 selection-related built-ins. Fix the test for GTK-related built-ins.
25131
25132 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
25133 ("Postscript Print Buffer", "Print Region", "Save As...")
25134 ("Save", "Insert File...", "Open Directory...")
25135 ("Open File...", "Visit New File..."")
25136 ("Truncate Long Lines in this Buffer"): Don't look at
25137 menu-updating-frame if this display does not support multiple frames.
25138
25139 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
25140
25141 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
25142
25143 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
25144
25145 * woman.el: Format- and whitespace-related changes.
25146
25147 2005-09-09 Eli Zaretskii <eliz@gnu.org>
25148
25149 * woman.el: Fix my email address.
25150
25151 2005-09-08 Richard M. Stallman <rms@gnu.org>
25152
25153 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
25154 (sh-mode): Locally set skeleton-pair-default-alist.
25155
25156 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
25157
25158 * progmodes/flymake.el: Require `compile' unconditionally.
25159
25160 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
25161
25162 * woman.el (woman-file-name): Provide a default, not initial input.
25163
25164 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
25165
25166 * font-lock.el (font-lock-support-mode): Doc fix.
25167
25168 * descr-text.el (describe-property-list): Handle non-symbol prop names.
25169
25170 2005-09-08 Richard M. Stallman <rms@gnu.org>
25171
25172 * simple.el (blink-matching-open): Get rid of text props from
25173 the string shown in echo area. Don't permanently set point.
25174 Some rearrangements.
25175
25176 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
25177
25178 * recentf.el (recentf-filename-handler): Add custom choice
25179 `abbreviate-file-name'.
25180
25181 * msb.el (msb--very-many-menus): Fix typo.
25182
25183 * disp-table.el (standard-display-european): Don't set
25184 enable-multibyte-characters to nil.
25185
25186 2005-09-08 David Ponce <david@dponce.com>
25187
25188 * recentf.el (recentf-show-file-shortcuts-flag): New option.
25189 (recentf-expand-file-name): Doc fix.
25190 (recentf-dialog-mode-map): Define digit shortcuts.
25191 (recentf--files-with-key): New variable.
25192 (recentf-show-digit-shortcut-filter): New function.
25193 (recentf-open-files-items): New function.
25194 (recentf-open-files): Use it.
25195 (recentf-open-file-with-key): New command.
25196
25197 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
25198
25199 * buff-menu.el (Buffer-menu-sort-by-column): New function.
25200 Suggested by Kim F. Storm.
25201 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
25202 (Buffer-menu-make-sort-button): Use global keymap.
25203
25204 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
25205
25206 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
25207 (Man-getpage-in-background-advice): Remove defadvice; it isn't
25208 necessary any longer with the remapped command.
25209 (Man-bgproc-sentinel-advice): Remove defadvice which counts
25210 formatting time only.
25211
25212 * net/tramp.el (tramp-action-password)
25213 (tramp-multi-action-password): Compile the password prompt from
25214 `method', `user' and `host'. Sometimes it isn't obvious which
25215 password to enter, for example with remote files offered by
25216 recentf.el, or with multiple steps. Suggested by Robert Marshall
25217 <robert@chezmarshall.freeserve.co.uk>.
25218
25219 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
25220
25221 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
25222 Fix regexp for when "s///" is at the beginning of line.
25223
25224 2005-09-07 Jay Belanger <belanger@truman.edu>
25225
25226 * calc/calc-poly.el (math-expand-term): Multiply out any powers
25227 when in matrix mode.
25228
25229 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
25230
25231 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
25232 non-anonymous functions.
25233
25234 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
25235
25236 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
25237 when using a header line. Otherwise, use mouse-1-click-follows-link.
25238
25239 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
25240 can't be moved; don't signal an error.
25241
25242 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
25243
25244 * cus-theme.el (custom-theme-write-faces): Save the current face
25245 spec, not the defface spec.
25246
25247 * custom.el (custom-known-themes): Clarify meaning of "standard".
25248 (custom-push-theme): Save old values in the standard theme.
25249 (disable-theme): Correct typo.
25250 (custom-face-theme-value): Deleted unused function.
25251 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
25252
25253 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
25254
25255 * progmodes/compile.el (compilation-goto-locus): Take into account
25256 iconified frames when determining whether the buffer is
25257 already visible.
25258 Don't reset window height if the window already existed.
25259
25260 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
25261
25262 * custom.el (load-theme): Rename from require-theme.
25263 Add interactive spec.
25264 (enable-theme): Rename from custom-enable-theme.
25265 Add interactive spec.
25266 (disable-theme): Rename from custom-disable-theme.
25267 Add interactive spec.
25268 (custom-make-theme-feature): Doc fix.
25269 (custom-theme-directory): Doc fix.
25270 (provide-theme): Call enable-theme.
25271
25272 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
25273
25274 * obsolete/lazy-lock.el (lazy-lock-mode):
25275 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
25276 font-lock-mode if it's off. Print a warning instead.
25277
25278 * progmodes/compile.el (compilation-start): Ignore errors if the
25279 process died before we get to send-eof.
25280
25281 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
25282 Undo last change. Enclosing the result in quotes broke things on Unix
25283 since tex-send-command passes it through shell-quote-argument.
25284 (tex-send-command): Pass `file' through convert-standard-filename
25285 when possible.
25286 (tex-uptodate-p): Handle the case where TeX hasn't put additional
25287 info in a transcript.
25288
25289 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
25290
25291 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
25292 fix compilation warning. Reorder the key definitions to group
25293 together keys emitted by the current version of xterm.
25294
25295 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
25296 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
25297 Reorder predicates to correct min-color usage.
25298
25299 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
25300
25301 * longlines.el (longlines-mode): Inhibit read-only when encoding.
25302 Kill local variables when longlines-mode is turned off.
25303
25304 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
25305
25306 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
25307
25308 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
25309
25310 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
25311
25312 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
25313 (font-lock-lines-before): Change default to being inactive.
25314 (font-lock-default-fontify-region): Obey font-lock-lines-before.
25315 (font-lock-after-change-function): Don't handle f-l-lines-before here.
25316
25317 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
25318
25319 * net/tramp.el (tramp-handle-make-auto-save-file-name):
25320 Deactivate temporarily advice if active (not needed for Emacs 22,
25321 but for backwards compatibility).
25322 (tramp-exists-file-name-handler): Rewrite. First implementation
25323 was too simple.
25324 (tramp-advice-make-auto-save-file-name):
25325 Call `tramp-handle-make-auto-save-file-name' (again, just for
25326 backwards compatibility).
25327
25328 2005-08-31 Reto Zimmermann <reto@gnu.org>
25329
25330 * progmodes/vhdl-mode.el
25331 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
25332 (vhdl-end-p): Fix indentation bug "else" after "-- when".
25333 (vhdl-set-default-project): New function (easier setting of default).
25334 (vhdl-port-copy): Handle extended identifiers for generics.
25335 (vhdl-compiler-alist): Better description for error message regexp.
25336 (vhdl-make): Query for target, use previous as default.
25337 (vhdl-port-copy): Fix port copy for port names starting with "signal".
25338 (vhdl-font-lock-keywords-2): Fix fontification for record
25339 el. assign.
25340 (vhdl-speedbar-make-subpack-line): Add package body link.
25341 (vhdl-generate-makefile-1): Not include itself as dependency.
25342 (vhdl-font-lock-init): Highlight c-preprocessor directives.
25343 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
25344 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
25345 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
25346 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
25347 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
25348 (vhdl-import-project): Add string argument for `error'.
25349 (vhdl-compose-configuration)
25350 (vhdl-compose-configuration-architecture): Add configuration
25351 declaration generation.
25352 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
25353 (vhdl-trailer-re): Add "record" keyword (better indentation).
25354 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
25355 "[^ \t-\"]+".
25356 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
25357 (vhdl-testbench-entity-file-name)
25358 (vhdl-testbench-architecture-file-name): Allow separate
25359 customization of testbench file names.
25360 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
25361 (vhdl-get-visible-signals): Allow newline within alias declaration.
25362 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
25363 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
25364 (member-ignore-case): Alias for missing function in XEmacs.
25365 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
25366 (vhdl-update-sensitivity-list): Ignore case on read signals.
25367 (vhdl-replace-string): Adjust case only for file names.
25368 (vhdl-update-sensitivity-list): Fix search for read signals.
25369 (vhdl-update-sensitivity-list): Exclude formal parameters.
25370 (vhdl-get-visible-signals): Include aliases of signals.
25371 (vhdl-get-visible-signals): Fix signal name searching.
25372 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
25373 (vhdl-fixup-whitespace-region): Fix for character
25374 literals (e.g. `:').
25375
25376 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
25377
25378 * ansi-color.el (comint-last-output-start):
25379 * bs.el (font-lock-verbose):
25380 * diff-mode.el (add-log-buffer-file-name-function):
25381 * dired-x.el (vm-folder-directory):
25382 * faces.el (help-xref-stack-item):
25383 * files.el (font-lock-keywords):
25384 * find-lisp.el (dired-buffers, dired-subdir-alist):
25385 * ido.el (cua-inhibit-cua-keys):
25386 * log-view.el (cvs-minor-wrap-function):
25387 * outline.el (font-lock-warning-face):
25388 * simple.el (compilation-current-error):
25389 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
25390 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
25391 * tooltip.el (comint-prompt-regexp):
25392 * w32-fns.el (explicit-shell-file-name):
25393 * term/mac-win.el (mac-charset-info-alist)
25394 (mac-services-selection, mac-system-script-code):
25395 * term/tty-colors.el (msdos-color-values):
25396 * term/w32-win.el (xlfd-regexp-registry-subnum):
25397 * term/x-win.el (x-keysym-table, x-selection-timeout)
25398 (x-session-id, x-session-previous-id):
25399 * textmodes/ispell.el (mail-yank-prefix):
25400 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
25401 * textmodes/org.el (calc-embedded-close-formula)
25402 (calc-embedded-open-formula)
25403 (font-lock-unfontify-region-function):
25404 * textmodes/reftex-global.el (isearch-next-buffer-function)
25405 (TeX-master):
25406 * textmodes/reftex.el (font-lock-keywords):
25407 * textmodes/tex-mode.el (font-lock-comment-face)
25408 (font-lock-doc-face):
25409 * textmodes/texinfo.el (outline-heading-alist):
25410 Add defvars.
25411
25412 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
25413 (artist-spray-chars, artist-mode-init, artist-replace-string)
25414 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
25415 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
25416 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
25417
25418 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
25419 (conf-align-assignments): "?\ " -> "?\s".
25420
25421 * textmodes/reftex-index.el (TeX-master): Add defvar.
25422 (reftex-index-phrases-marker): Move up defvar.
25423
25424 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
25425 (reftex-toc-include-labels-indicator)
25426 (reftex-toc-include-index-indicator)
25427 (reftex-toc-max-level-indicator): Move up declarations.
25428
25429 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
25430 of args to `tramp-run-real-handler', even if it's empty in this case.
25431
25432 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25433
25434 * dired.el (dired-move-to-filename-regexp): Add date format for
25435 Mac OS X 10.3 in East Asian locales.
25436
25437 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
25438
25439 * files.el (make-auto-save-file-name): Add file name handler call
25440 if applicable.
25441
25442 * net/tramp.el (tramp-file-name-handler-alist)
25443 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
25444 (tramp-handle-make-auto-save-file-name): Rename from
25445 `tramp-make-auto-save-file-name'.
25446 (tramp-exists-file-name-handler): New defun.
25447 (tramp-advice-make-auto-save-file-name): Make defadvice only when
25448 `make-auto-save-file-name' is not a magic file name operation.
25449
25450 2005-08-30 Richard M. Stallman <rms@gnu.org>
25451
25452 * files.el (risky-local-variable-p):
25453 Match `-predicates' and `-commands.
25454
25455 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
25456 (custom-save-all): Visit the file if necessary;
25457 kill the buffer if we created it.
25458 (custom-save-delete): Don't visit file or kill buffer here.
25459
25460 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
25461
25462 * textmodes/org.el (org-special-keyword): New face.
25463 (org-table-copy-down, org-table-eval-formula)
25464 (org-table-recalculate, org-init-section-numbers):
25465 Use `string-to-number' instead of `string-to-int'.
25466 (org-get-location): Use `insert-buffer-substring' instead of
25467 `insert-buffer'.
25468 (org-modify-diary-entry-string): New function.
25469 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
25470 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
25471 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
25472 active region.
25473 (org-export-as-html): Handle QUOTE keyword.
25474 (org-quote-string): New option.
25475 (org-bookmark-jump-unhide): New function, used for
25476 `bookmark-after-jump-hook'.
25477 (org-diary-default-entry): Apply only when not called through
25478 `org-agenda'.
25479
25480 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
25481
25482 * net/eudc.el (mode-popup-menu):
25483 * play/handwrite.el (ps-printer-name, ps-lpr-command):
25484 * progmodes/ada-mode.el (compile-auto-highlight)
25485 (skeleton-further-elements):
25486 * progmodes/autoconf.el (font-lock-syntactic-keywords):
25487 * progmodes/cmacexp.el (msdos-shells):
25488 * progmodes/compile.el (font-lock-extra-managed-props)
25489 (font-lock-keywords, font-lock-maximum-size)
25490 (font-lock-support-mode):
25491 * progmodes/grep.el (font-lock-lines-before):
25492 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
25493 * progmodes/mixal-mode.el (compile-command):
25494 * progmodes/perl-mode.el (font-lock-comment-face)
25495 (font-lock-doc-face, font-lock-string-face):
25496 * progmodes/prolog.el (comint-prompt-regexp):
25497 * progmodes/sh-script.el (font-lock-comment-face)
25498 (font-lock-set-defaults, font-lock-string-face):
25499 * progmodes/sql.el (font-lock-keyword-face)
25500 (font-lock-set-defaults, font-lock-string-face):
25501 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
25502 (itimer-version, lazy-lock-defer-contextually)
25503 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
25504 Add defvars.
25505
25506 * progmodes/cperl-mode.el (cperl-electric-lbrace)
25507 (cperl-electric-keyword, cperl-electric-pod)
25508 (cperl-electric-backspace, cperl-forward-re)
25509 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
25510 (vc-rcs-header, vc-sccs-header): Add defvars.
25511
25512 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
25513 (font-lock-syntactic-keywords, gud-find-expr-function):
25514 Add defvars.
25515
25516 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
25517 (gdb-frame-parameters): Declare before use.
25518
25519 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
25520 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
25521 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
25522 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
25523
25524 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
25525 (idlwave-help-with-source): Use `insert-buffer-substring', not
25526 `insert-buffer'.
25527
25528 2005-08-29 Juri Linkov <juri@jurta.org>
25529
25530 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
25531 Put outline-back-to-heading function call inside save-excursion.
25532
25533 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
25534
25535 * man.el (Man-init-defvars, Man-translate-references)
25536 (Man-support-local-filenames, Man-highlight-references):
25537 * progmodes/sql.el (sql-interactive-mode):
25538 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
25539
25540 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
25541 (compilation-mode-font-lock-keywords): Add defvars.
25542 (checkdoc-interactive-loop): "?\ " -> "?\s".
25543
25544 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
25545 (font-lock-doc-face, font-lock-string-face)
25546 (font-lock-keywords-case-fold-search): Add defvars.
25547 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
25548
25549 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
25550 Don't pass X and Y (they are ignored anyway).
25551 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
25552 (mouse-delete-window): Make arguments optional.
25553
25554 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
25555 (caesar-translate-table, minor-modes, news-buffer-save)
25556 (news-group-name, news-minor-modes): Add defvars.
25557
25558 * emacs-lisp/lselect.el (mouse-highlight-priority)
25559 (x-lost-selection-functions, zmacs-regions):
25560 * emacs-lisp/pp.el (font-lock-verbose):
25561 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
25562 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
25563 (ses-mode-map):
25564 * emacs-lisp/tcover-unsafep.el (safe-functions):
25565 * international/mule-cmds.el (mac-system-coding-system)
25566 (mac-system-locale):
25567 * language/ethio-util.el (rmail-current-message)
25568 (rmail-message-vector):
25569 * language/thai-util.el (thai-auto-composition-mode):
25570 * mail/metamail.el (rmail-current-message, rmail-message-vector):
25571 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
25572 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
25573 (vm-primary-inbox, vm-spool-files):
25574 * mail/rmail.el (deleted-head, font-lock-fontified)
25575 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
25576 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
25577 (total-messages):
25578 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
25579 (rmail-summary-mode-map):
25580 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
25581 (rmail-last-label, rmail-last-multi-labels)
25582 (rmail-summary-vector, rmail-total-messages):
25583 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
25584 * mail/rmailsum.el (msgnum):
25585 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
25586 (rmail-current-message):
25587 * obsolete/fast-lock.el (font-lock-face-list):
25588 * obsolete/rnewspost.el (mail-reply-buffer):
25589 * obsolete/scribe.el (compile-command):
25590 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
25591
25592 2005-08-28 John Paul Wallington <jpw@gnu.org>
25593
25594 * ibuf-ext.el (ibuffer-auto-update-changed):
25595 Use `frame-or-buffer-changed-p' to check whether we need to update.
25596 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
25597 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
25598 as a `frame-or-buffer-changed-p' state vector instead.
25599
25600 2005-08-27 Romain Francoise <romain@orebokech.com>
25601
25602 * textmodes/makeinfo.el (makeinfo-compile):
25603 Use `compilation-start'. Set `next-error-function' according to
25604 `disable-errors'.
25605 (makeinfo-next-error): New function.
25606 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
25607 (makeinfo-buffer): Likewise.
25608
25609 * progmodes/compile.el (compilation-start): Add autoload cookie.
25610
25611 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
25612 * textmodes/sgml-mode.el: Likewise.
25613 * progmodes/python.el: Likewise.
25614
25615 2005-08-27 Eli Zaretskii <eliz@gnu.org>
25616
25617 * simple.el (blink-matching-paren-distance): Document the meaning
25618 of nil value, and allow to customize to nil.
25619
25620 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
25621 command.com, not command.exe.
25622
25623 2005-08-26 John Wiegley <johnw@newartisans.com>
25624
25625 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
25626 code around a bit so that an extraneous nil argument is not added
25627 to a command when no args are given.
25628
25629 * eshell/esh-arg.el (eshell-parse-double-quote): If a
25630 double-quoted argument resolves to nil, return it as an empty
25631 string rather than as nil. This made it impossible to pass "" to
25632 a shell script as a null string argument.
25633
25634 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
25635
25636 * outline.el (outline-invent-heading): New fun.
25637 (outline-promote, outline-demote): Use it.
25638 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
25639 (outline-end-of-subtree): Remove unused var `opoint'.
25640
25641 2005-08-26 David Reitter <david.reitter@gmail.com>
25642
25643 * menu-bar.el (truncate-lines, write-file, print-buffer)
25644 (ps-print-buffer-faces, ps-print-buffer, split-window):
25645 Disable menu items when the frame they refer to is invisible, or when
25646 they refer to a buffer and the minibuffer is selected.
25647
25648 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
25649
25650 * progmodes/flymake.el (flymake-highlight-err-lines):
25651 Use save-excursion around flymake-highlight-line to preserve point.
25652
25653 2005-08-26 Eli Zaretskii <eliz@gnu.org>
25654
25655 * progmodes/octave-mod.el: Change Author and Maintainer address.
25656 (octave-maintainer-address): Change Kurt's email address.
25657 * progmodes/octave-inf.el: Change Author and Maintainer address.
25658 * progmodes/octave-hlp.el: Change Author and Maintainer address.
25659
25660 2005-08-26 Kim F. Storm <storm@cua.dk>
25661
25662 * subr.el (version-list-<, version-list-<=, version-list-=):
25663 Rename from integer-list-*.
25664 (version-list-not-zero): Likewise. Fix while loop.
25665 (version=): Use version-list-= instead of string-equal.
25666
25667 2005-08-26 Richard M. Stallman <rms@gnu.org>
25668
25669 * outline.el (outline-promote): Try shortening the heading.
25670 As last resort, read the heading to use.
25671 (outline-demote): As last resort, read the heading to use.
25672
25673 2005-08-26 Romain Francoise <romain@orebokech.com>
25674
25675 * progmodes/compile.el (compilation-start): Doc fix.
25676
25677 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
25678 (antlr-font-lock-additional-keywords): Fix reference to
25679 `antlr-font-lock-literal-regexp' erroneously changed during the
25680 mass face rename.
25681 (antlr-run-tool): Use `compilation-start'.
25682
25683 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
25684 instead of the obsolete `compile-internal'.
25685
25686 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
25687
25688 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
25689 (number, original-date):
25690 * calendar/cal-china.el (date):
25691 * calendar/cal-coptic.el (date):
25692 * calendar/cal-french.el (date):
25693 * calendar/cal-hebrew.el (date, entry, number, original-date):
25694 * calendar/cal-islam.el (date, number, original-date):
25695 * calendar/cal-iso.el (date):
25696 * calendar/cal-julian.el (date):
25697 * calendar/cal-mayan.el (date):
25698 * calendar/cal-menu.el (date, event):
25699 * calendar/cal-persia.el (date):
25700 * calendar/lunar.el (date):
25701 * calendar/solar.el (date): Add defvars.
25702
25703 * emerge.el:
25704 * ibuffer.el:
25705 * info-xref.el:
25706 * obsolete/bg-mouse.el:
25707 * obsolete/sun-curs.el:
25708 * obsolete/swedish.el: Move the `defvar's to the top level.
25709
25710 * smerge-mode.el (smerge-refined-change): Add :group.
25711
25712 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
25713
25714 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
25715 (smerge-keep-n): Remove props.
25716 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
25717 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
25718 now that it's done in smerge-keep-n.
25719 (smerge-refined-change): New face.
25720 (smerge-refine-chopup-region, smerge-refine-highlight-change)
25721 (smerge-refine): New funs.
25722 (smerge-basic-map): Bind smerge-refine.
25723
25724 2005-08-25 Juri Linkov <juri@jurta.org>
25725
25726 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
25727 compilation-process-setup-function and compilation-disable-input
25728 in grep-mode instead of let-bindings in grep.
25729
25730 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
25731 Delete "Automatic File De/compression" (auto-compression-mode).
25732
25733 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
25734
25735 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
25736 Silence warning about non-existent variable.
25737
25738 2005-08-25 Richard M. Stallman <rms@gnu.org>
25739
25740 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
25741 Rename "Describe Key" to "Describe Key or Mouse Operation".
25742
25743 * mail/mailalias.el (build-mail-aliases): Delete comments
25744 from the contents before processing them.
25745
25746 * isearch.el (isearch-edit-string): Erase the Search prompt
25747 if user enters an empty string and there is no default.
25748
25749 * comint.el (comint-file-name-prefix): Add autoload.
25750
25751 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
25752
25753 * subr.el (play-sound): Rearrange to avoid warning.
25754
25755 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
25756
25757 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
25758 New hook.
25759 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
25760
25761 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
25762
25763 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
25764
25765 * custom.el (custom-theme-set-variables): Sort minor modes last.
25766
25767 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25768
25769 * subr.el (version-separator, version-regexp-alist): New vars used by
25770 version comparison funs.
25771 (integer-list-<, integer-list-=, integer-list-<=)
25772 (integer-list-not-zero): New funs for integer list comparison.
25773 (version-to-list, version=, version<, version<=): New funs for version
25774 comparison.
25775
25776 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
25777
25778 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
25779 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
25780 time to silence the byte-compiler.
25781
25782 * ibuffer.el (ibuffer-compile-make-eliding-form)
25783 (ibuffer-check-formats): Use `with-no-warnings' to hide references
25784 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
25785 so it's silly to get warnings for it).
25786 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
25787 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
25788 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
25789 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
25790 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
25791 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
25792 Defvar at compile time.
25793 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
25794 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
25795 Declare them before use.
25796
25797 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
25798 (info-xref-good, info-xref-bad): Defvar at compile time.
25799
25800 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
25801 Use `let*' instead of `let'.
25802
25803 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
25804 (*mouse-y*, menu, char): Defvar at compile time.
25805 (sc::menu): Declare it before use.
25806 (sc::pack-one-line): Use `let', not `let*'.
25807
25808 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
25809 (mail-send-hook): Defvar at compile time.
25810
25811 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
25812 Defvar at compile time.
25813
25814 * term/sun-mouse.el (current-global-mousemap)
25815 (current-local-mousemap): Declare them before use.
25816
25817 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
25818
25819 * bookmark.el (bookmark-after-jump-hook): New hook.
25820 (bookmark-jump): Run `bookmark-after-jump-hook'.
25821
25822 2005-08-23 Juri Linkov <juri@jurta.org>
25823
25824 * faces.el (minibuffer-prompt): Doc fix.
25825
25826 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
25827
25828 * progmodes/xscheme.el: Trivial changes to silence warnings.
25829 (xscheme-previous-mode, xscheme-previous-process-state):
25830 Add defvars.
25831 (xscheme-last-input-end, xscheme-process-command-line)
25832 (xscheme-process-name, xscheme-buffer-name)
25833 (xscheme-expressions-ring-max, xscheme-expressions-ring)
25834 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
25835 (xscheme-control-g-synchronization-p)
25836 (xscheme-control-g-disabled-p, xscheme-string-receiver)
25837 (default-xscheme-runlight, xscheme-runlight)
25838 (xscheme-runlight-string, xscheme-process-filter-state)
25839 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
25840 Move to beginning of file.
25841 (scheme-interaction-mode-commands-alist)
25842 (scheme-interaction-mode-map, scheme-debugger-mode-map):
25843 Declare them before use. Note: the initialization code for the
25844 variables has not been moved because it uses functions that reference
25845 the variables.
25846 (xscheme-control-g-message-string, xscheme-process-filter-alist)
25847 (xscheme-prompt-for-expression-map): Declare them before use.
25848 (scheme-debugger-mode-commands): "?\ " -> "?\s".
25849
25850 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
25851
25852 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
25853
25854 2005-08-22 Juri Linkov <juri@jurta.org>
25855
25856 * faces.el (set-face-underline): Delete this duplicate function
25857 and make an obsolete alias to set-face-underline-p.
25858 (set-face-underline-p): Use docstring of set-face-underline.
25859 (describe-face): Create hyperlink to parent face.
25860
25861 * info.el (Info-insert-dir): Use save-excursion around
25862 insert-buffer-substring.
25863 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
25864 (Info-escape-percent): Delete function.
25865 (Info-fontify-node): Replace Info-escape-percent by
25866 replace-regexp-in-string with REP arg set to lambda that
25867 duplicates `%' and preserves text properties.
25868
25869 * progmodes/compile.el (compilation-disable-input): Doc fix.
25870 (define-compilation-mode): Doc fix and refill.
25871 (kill-compilation): Use `mode-name' in the error message.
25872 (compilation-find-file): Use `compilation-error' in the
25873 read-file-name's prompt.
25874
25875 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
25876
25877 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
25878 (smerge-auto-leave): Make undo re-enable the mode.
25879 (debug-ignored-errors): Add the user-error of impossible resolution.
25880 (smerge-resolve): Move things around a bit, in preparation for later.
25881 (smerge-diff): Don't fail if the buffer has no associated file.
25882 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
25883 (smerge-conflict-overlay): New function.
25884 (smerge-match-conflict): Don't add text properties here.
25885 (smerge-find-conflict): Instead, add an overlay here.
25886 Also check for the case where we're inside a conflict already, so as to
25887 obviate the need for font-lock-multiline, which is unbearably slow with
25888 large conflicts and ciomplex font-lock patterns.
25889 (smerge-remove-props): Remove overlay rather than text-properties.
25890 (smerge-mode): Don't set font-lock-multiline.
25891 Remove overlays when turned off.
25892
25893 2005-08-21 Kim F. Storm <storm@cua.dk>
25894
25895 * ido.el (ido-ignore-item-p): Use save-match-data.
25896 Bind case-fold-search to ido-case-fold locally.
25897
25898 2005-08-20 Richard M. Stallman <rms@gnu.org>
25899
25900 * files.el (normal-mode): If font lock is on, turn it off and on.
25901
25902 * subr.el (replace-regexp-in-string): Doc fix.
25903
25904 * startup.el (command-line-1): Don't suppress startup screen
25905 due to existing processes.
25906
25907 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
25908
25909 * progmodes/compile.el (compilation-disable-input): Default to nil.
25910
25911 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
25912
25913 * progmodes/compile.el (compilation-disable-input): New defcustom.
25914 (compilation-start): If compilation-disable-input is non-nil, send
25915 EOF to the compilation process.
25916
25917 2005-08-20 Eli Zaretskii <eliz@gnu.org>
25918
25919 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
25920 Run the argument of tex-shell-cd-command through
25921 convert-standard-filename, to get the correct style of slashes on
25922 Windows, and enclose the result in quotes, in case the file name
25923 includes whitespace or other special characters.
25924
25925 2005-08-19 Andreas Schwab <schwab@suse.de>
25926
25927 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
25928 process.
25929
25930 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
25931
25932 * cus-start.el (minibuffer-prompt-properties): Correct typo.
25933
25934 2005-08-18 Kim F. Storm <storm@cua.dk>
25935
25936 * scroll-lock.el: Fix errors due to incorrect line wrapping.
25937
25938 2005-08-18 Richard M. Stallman <rms@gnu.org>
25939
25940 * scroll-lock.el: New file.
25941
25942 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
25943
25944 * dired.el (dired-move-to-end-of-filename):
25945 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
25946
25947 2005-08-18 Kim F. Storm <storm@cua.dk>
25948
25949 * ido.el (ido-everywhere): Fix defcustom :set function to disable
25950 rather than toggle mode when custom value is nil.
25951 (ido-everywhere): Fix defun doc string.
25952
25953 2005-08-17 Richard M. Stallman <rms@gnu.org>
25954
25955 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
25956 as tag instead of "Inviolable".
25957
25958 2005-08-17 Kim F. Storm <storm@cua.dk>
25959
25960 * windmove.el (windmove-coordinates-of-position): Remove.
25961 (windmove-coordinates-of-window-position): Remove.
25962 (windmove-reference-loc): Use posn-at-point instead.
25963
25964 * subr.el (insert-for-yank-1): Doc fix.
25965
25966 * ido.el (ido-enter-matching-directory): Rename from
25967 ido-enter-single-matching-directory. Change `slash' choice to
25968 `only'. Add `first' choice.
25969 (ido-exhibit): Adapt to above changes.
25970
25971 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
25972
25973 * Makefile.in: Expand comment about building loaddefs.el.
25974
25975 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
25976
25977 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
25978 Comment use of defadvice.
25979
25980 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
25981
25982 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
25983
25984 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
25985 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
25986 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
25987 * progmodes/idlw-shell.el, progmodes/ld-script.el,
25988 * progmodes/which-func.el, ruler-mode.el, strokes.el,
25989 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
25990 for backward compatibility for faces that did not appear in the
25991 previous Emacs release.
25992
25993 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
25994
25995 2005-08-15 Kim F. Storm <storm@cua.dk>
25996
25997 * emulation/cua-base.el (cua-delete-region): Return t if
25998 deleted region was non-empty.
25999 (cua-replace-region): Inhibit overwrite-mode for
26000 self-insert-command if replaced region was non-empty.
26001 (cua--explicit-region-start, cua--status-string): Make them
26002 buffer-local at top-level...
26003 (cua-mode): ...rather than when mode is enabled.
26004
26005 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
26006
26007 * progmodes/vhdl-mode.el (vhdl-emacs-21):
26008 Set t for Emacs 21, 22, and so on.
26009
26010 2005-08-15 David Ponce <david@dponce.com>
26011
26012 * tree-widget.el: Update Commentary header.
26013 (tree-widget-theme): Doc fix.
26014 (tree-widget-space-width): New option.
26015 (tree-widget-image-properties): Look up in the default theme too.
26016 (tree-widget--cursors): Only for images with arrow pointer shape.
26017 (tree-widget-lookup-image): Pointer shape is hand by default.
26018 (tree-widget-icon): Rename generic icon widget from
26019 `tree-widget-control'.
26020 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
26021 derive from `tree-widget-icon'.
26022 (tree-widget-handle): Improve default look and feel of the text
26023 representation.
26024 (tree-widget): Rename :*-control properties to :*-icon properties.
26025 Add :action and :help-echo properties.
26026 (tree-widget-after-toggle-functions): Move.
26027 (tree-widget-close-node, tree-widget-open-node): Remove.
26028 (tree-widget-before-create-icon-functions): New hook.
26029 (tree-widget-value-create): Update to allow customization of icons
26030 and nodes at run-time via that new hook.
26031 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
26032 (tree-widget-icon-action, tree-widget-icon-help-echo)
26033 (tree-widget-action, tree-widget-help-echo): New functions.
26034
26035 2005-08-15 Kim F. Storm <storm@cua.dk>
26036
26037 * ido.el (ido-buffer-internal): Use with-no-warnings.
26038 (ido-make-merged-file-list): Use while-no-input.
26039
26040 2005-08-15 Richard M. Stallman <rms@gnu.org>
26041
26042 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
26043 (flyspell-large-region): Fix doc and custom type.
26044
26045 2005-08-14 Richard M. Stallman <rms@gnu.org>
26046
26047 * files.el (interpreter-mode-alist): Doc fix.
26048
26049 * mail/rmail.el (rmail-nonignored-headers): New variable.
26050 (rmail-clear-headers): Use it.
26051 (rmail-reply): Better handling of mail-followup-to header.
26052
26053 * progmodes/sh-script.el (sh-font-lock-keywords-var):
26054 Rename variable from sh-font-lock-keywords. In the `shell' entry,
26055 don't try to refer to executable-font-lock-keywords.
26056 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
26057 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
26058 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
26059 (sh-mode): Set comment-start-skip, local-abbrev-table,
26060 imenu-case-fold-search.
26061 (sh-set-shell): Don't set them here.
26062 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
26063 Don't cache the results in the original alist; don't ever modify
26064 that alist.
26065
26066 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
26067
26068 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
26069 empty.
26070
26071 2005-08-15 Andreas Schwab <schwab@suse.de>
26072
26073 * desktop.el: Put autoload cookie at risky-local-variable declarations.
26074
26075 * dired.el, info.el, mail/rmail.el: Revert last change.
26076
26077 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
26078
26079 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
26080 modification in `eval-after-load' form.
26081 * info.el: Likewise.
26082 * mail/rmail.el: Likewise.
26083
26084 2005-08-14 Juri Linkov <juri@jurta.org>
26085
26086 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26087 Remove highlighting of "Compilation started". Highlight only
26088 the word "finished" in "Compilation finished". Add highlighting
26089 of "interrupt", "killed", "terminated" and the exit code.
26090 (compilation-start): Add newline after header. Use exactly the
26091 same time stamp format as the finishing message.
26092 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
26093
26094 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
26095 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
26096 Add highlighting of "interrupt", "killed", "terminated".
26097
26098 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
26099 enabled and the current command is self-insert-command, call it
26100 explicitly with overwrite-mode bound to nil, to not allow it
26101 to delete the character after the selected region.
26102
26103 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
26104
26105 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
26106 move-end-of-line, end-of-line, and beginning-of-line to the list
26107 of commands after which the echo area is updated.
26108
26109 2005-08-12 Eli Zaretskii <eliz@gnu.org>
26110
26111 * cus-edit.el (custom-save-all, custom-save-delete):
26112 Bind recentf-exclude to exclude custom-file.
26113
26114 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
26115
26116 * mail/rmailsum.el (rmail-summary-end-of-message): New command
26117 to go to the bottom of the mail message. Added to
26118 `rmail-summary-mode-map' with key "/".
26119 (rmail-summary-show-message): New (internal) function for use by
26120 both `rmail-summary-beginning/end-of-message'.
26121 (rmail-summary-beginning-of-message): Change to use
26122 rmail-summary-show-message.
26123
26124 * mail/rmail.el (rmail-end-of-message): New command to go to the
26125 end of the current message. Added to `rmail-mode-map' with key "/".
26126 (rmail-beginning-of-message): Fix to work as documented.
26127 (rmail-mode): Change documentation.
26128
26129 * progmodes/compile.el (compilation-start): Add the line
26130 "Compilation started" with compilation start time.
26131 (compilation-mode-font-lock-keywords): Add `started' to keywords.
26132
26133 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
26134
26135 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
26136 of menu items.
26137
26138 2005-08-11 Richard M. Stallman <rms@gnu.org>
26139
26140 * simple.el (pop-global-mark): Reverse test of widen-automatically.
26141
26142 * battery.el (battery-status-function): Don't use ignore-errors.
26143
26144 2005-08-11 Lute Kamstra <lute@gnu.org>
26145
26146 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
26147 define-obsolete-variable-alias.
26148
26149 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
26150
26151 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
26152 (ange-ftp-send-cmd): Revert last change, and expand
26153 the comment explaining the problem.
26154
26155 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
26156
26157 * ldefs-boot.el: Update.
26158
26159 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
26160 item to "Time, Load and Mail". Change help echo text.
26161
26162 * time.el (display-time-use-mail-icon, display-time-format)
26163 (display-time-string-forms): Shorten first line of docstrings.
26164
26165 2005-08-10 Lars Hansen <larsh@soem.dk>
26166
26167 * desktop.el (desktop-buffer-mode-handlers):
26168 Make non-customizable. Add autoload cookie. Change initial value to
26169 nil; add elements in respective modules instead. Fix doc string.
26170 (desktop-load-file): New function.
26171 (desktop-minor-mode-handlers): New autoloaded variable.
26172 (desktop-create-buffer): Call minor mode handlers.
26173 Use desktop-load-file to load major and minor mode modules prior to
26174 checking for a handler.
26175 (desktop-save): Don't add nil to desktop-minor-modes for minor
26176 modes with nil function in desktop-minor-mode-table. Don't delete
26177 desktop file before rewriting it.
26178 (desktop-locals-to-save): Add autoload cookie. Don't make
26179 automatically buffer-local. Add variables column-number-mode,
26180 size-indication-mode, indent-tabs-mode,
26181 indicate-buffer-boundaries, indicate-empty-lines and
26182 show-trailing-whitespace.
26183 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
26184 regexps. Don't use desktop-clear-preserve-buffers-regexp.
26185 (desktop-clear-preserve-buffers-regexp): Delete.
26186 (desktop-clear-preserve-buffers): Update initial value and docstring.
26187 (desktop-save-buffer): Fix doc string.
26188
26189 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
26190 (hilit-chg-desktop-restore): New function.
26191 (highlight-changes-mode): Add highlight-changes-mode to
26192 desktop-locals-to-save.
26193
26194 * dired.el: Add handler to desktop-buffer-mode-handlers.
26195 (dired-restore-desktop-buffer): Remove autoload cookie.
26196 (dired-mode): Add autoload cookie.
26197
26198 * info.el: Add handler to desktop-buffer-mode-handlers.
26199 (Info-restore-desktop-buffer): Remove autoload cookie.
26200 (Info-mode): Add autoload cookie.
26201
26202 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
26203 (mh-restore-desktop-buffer): Remove autoload cookie.
26204 (mh-folder-mode): Add autoload cookie.
26205
26206 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
26207 (rmail-restore-desktop-buffer): Remove autoload cookie.
26208
26209 2005-08-11 Masatake YAMATO <jet@gyve.org>
26210
26211 * hexl.el (hexl-address-region):
26212 (hexl-ascii-region, hexl-font-lock-keywords):
26213 (hexl-highlight-line-range): Use the term "region"
26214 instead of "area" for consistency with the other symbols
26215 defined in hexl.el.
26216
26217 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
26218
26219 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
26220 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
26221 out by Juri Linkov). Add `display-battery-mode'.
26222
26223 2005-08-09 Juri Linkov <juri@jurta.org>
26224
26225 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26226 Remove `-text' from face variable names.
26227 (compilation-error-file-name, compilation-warning-file-name)
26228 (compilation-info-file-name): Delete faces.
26229 (compilation-line-number, compilation-column-number):
26230 Remove face underlining.
26231 (compilation-message-face): Set to `underline' value by default.
26232 (compilation-error-face, compilation-warning-face)
26233 (compilation-info-face): Remove `-file-name' from face names.
26234 (compilation-error-text-face, compilation-warning-text-face)
26235 (compilation-info-text-face): Delete face variables.
26236 (compilation-text-face): Delete function.
26237
26238 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
26239 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
26240 (grep-error-face): Set to `compilation-error' instead of
26241 `compilation-error-face' (which is redefined to `grep-hit-face' in
26242 grep buffers).
26243 (grep-mode-font-lock-keywords): Remove `-text' from face variable
26244 names. Use `grep-error-face' instead of `compilation-error-text-face'.
26245
26246 * dired-aux.el (dired-do-query-replace-regexp):
26247 Use `query-replace-read-args'.
26248
26249 * replace.el (query-replace-read-from, query-replace-read-to)
26250 (query-replace-read-args): Rename arg `string' to `prompt'.
26251
26252 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
26253
26254 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
26255
26256 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
26257 uploading files.
26258 (ange-ftp-canonize-filename): Handle file names beginning with ~
26259 correctly.
26260
26261 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
26262
26263 * textmodes/fill.el (canonically-space-region)
26264 (fill-context-prefix, fill-french-nobreak-p)
26265 (fill-delete-newlines, fill-comment-paragraph)
26266 (justify-current-line): "?\ " -> "?\s".
26267
26268 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
26269
26270 * textmodes/fill.el (fill-nonuniform-paragraphs):
26271 Improve argument/docstring consistency.
26272
26273 2005-08-09 Richard M. Stallman <rms@gnu.org>
26274
26275 * textmodes/ispell.el (ispell-word): More fboundp checks.
26276
26277 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
26278 (find-file-noselect-1): Call it here, only if RAWFILE.
26279 (normal-mode): Always set some major mode.
26280 (save-some-buffers-action-alist): Change some explanation strings.
26281 (file-name-non-special): In the `quote' method, use unwind-protect.
26282
26283 2005-08-09 Magnus Henoch <mange@freemail.hu>
26284
26285 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
26286 (ispell-have-aspell-dictionaries): New variable.
26287 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
26288 (ispell-get-aspell-config-value): New function.
26289 (ispell-aspell-find-dictionary): New function.
26290 (ispell-aspell-add-aliases): New function.
26291 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
26292 appropriate. Don't look for ispell dictionaries if we use aspell.
26293 (ispell-menu-map): Don't build a submenu of dictionaries.
26294
26295 2005-08-09 Richard M. Stallman <rms@gnu.org>
26296
26297 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
26298 (sql-read-passwd): Use read-passwd.
26299
26300 * progmodes/idlw-toolbar.el (idlwave-toolbar)
26301 (idlwave-toolbar-is-possible): Add defvars.
26302
26303 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
26304 Avoid warnings.
26305
26306 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
26307 (idlwave-system-class-info, idlwave-executive-commands-alist):
26308 Use defvar.
26309
26310 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
26311
26312 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
26313 Avoid warnings.
26314
26315 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
26316 and content-type: headers.
26317
26318 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
26319
26320 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
26321 and rename some of them to be more self-explanatory.
26322
26323 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
26324
26325 * startup.el (command-line-1): Implement -scriptload.
26326
26327 * replace.el (occur-engine): Initial *Occur* output not undoable.
26328
26329 * menu-bar.el (menu-bar-file-menu): Rename some menu items
26330 and improve help strings.
26331
26332 * isearch.el (isearch-repeat): When changing direction,
26333 mark search successful.
26334
26335 * ediff-init.el: Use (featurep 'xemacs).
26336
26337 * comint.el (send-invisible): Identify buffer, if not selected.
26338
26339 * align.el: Delete autoload for c-guess-basic-syntax.
26340
26341 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
26342
26343 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
26344 Improve argument/docstring consistency. Doc fixes.
26345 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
26346 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
26347 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
26348 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
26349 (r2bv-organization, r2bv-pages, r2bv-primary-author)
26350 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
26351 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
26352 Defvar at compile time.
26353
26354 2005-08-09 Juri Linkov <juri@jurta.org>
26355
26356 * info.el: Replace `info' with upper-case `Info' where appropriate.
26357 (info-title-1, info-title-2, info-title-3, info-title-4)
26358 (info-menu-header): Move up face definitions.
26359 (info-menu-star): Rename from `info-menu-5'.
26360 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
26361 (Info-fontify-visited-nodes): Fix docstring.
26362 (Info-hide-note-references): Fix docstring.
26363 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
26364 menu items in the same way as on cross-references.
26365 (info-apropos): Fix sorting order and formatting to be like in the
26366 stand-alone Info browser. Display error messages for 1 sec.
26367 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
26368 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
26369 from the menu bar.
26370 (Info-insert-dir): Restore point after calling
26371 `insert-buffer-substring'.
26372
26373 2005-08-08 Richard M. Stallman <rms@gnu.org>
26374
26375 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
26376 (recompute-lucid-menubar): Add defvars.
26377
26378 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
26379
26380 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
26381
26382 * net/net-utils.el (run-dig): Rename from `dig'.
26383
26384 * play/gametree.el (gametree-mode): Use make-local-variable,
26385 not make-variable-buffer-local.
26386
26387 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
26388
26389 * ansi-color.el (ansi-color-make-extent)
26390 (ansi-color-set-extent-face): Use fboundp, not functionp.
26391
26392 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
26393 not make-variable-buffer-local.
26394
26395 * bookmark.el (Info-current-file): Add defvar.
26396 (bookmark-jump-noselect): Use with-no-warnings.
26397
26398 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
26399
26400 * ebuff-menu.el (Helper-return-blurb): Add defvar.
26401
26402 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
26403
26404 * find-file.el (ada-procedure-start-regexp)
26405 (ada-package-start-regexp): Add defvars.
26406
26407 * info.el (Info-insert-dir): Use insert-buffer-substring.
26408
26409 * xml.el (xml-att-def-re): Add defvar.
26410
26411 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
26412 calling convention.
26413
26414 * subr.el (while-no-input): Return t if there is input.
26415
26416 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
26417
26418 * cus-start.el (all): Add `overflow-newline-into-fringe'.
26419
26420 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
26421
26422 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
26423 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
26424
26425 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
26426
26427 * cmuscheme.el (scheme-start-file): Replace reference to
26428 `user-emacs-directory' by "~/.emacs.d/".
26429
26430 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
26431
26432 * info.el (Info-dir-remove-duplicates): Avoid case folding
26433 in loop; instead, keep downcased strings for comparison.
26434 Suggested by Helmut Eller.
26435
26436 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
26437
26438 Sync with Tramp 2.0.50.
26439
26440 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
26441 XEmacs case; not necessary anymore.
26442 (tramp-user-regexp): Allow "@" as part of user name.
26443 (tramp-handle-set-visited-file-modtime)
26444 (tramp-handle-insert-file-contents)
26445 (tramp-handle-write-region): No special handling for
26446 `last-coding-system-used, because this is done in
26447 `tramp-accept-process-output' now.
26448 (tramp-accept-process-output): New defun.
26449 (tramp-process-one-action, tramp-process-one-multi-action)
26450 (tramp-wait-for-regexp, tramp-wait-for-output)
26451 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
26452 Howells <dhowells@redhat.com>.
26453 (clear-visited-file-modtime): Defadvice removed. The check for
26454 unset buffer's modtime does not need to be based on
26455 `tramp-buffer-file-attributes'. Suggested by RMS.
26456 (tramp-message): Insert "\n" if not being at beginning of line.
26457 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
26458 sequence with same logic.
26459 (tramp-completion-handle-expand-file-name): Discard call of
26460 `tramp-drop-volume-letter'. It is not necessary, and there have
26461 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
26462 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
26463 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
26464 should always be visible.
26465 (tramp-handle-insert-directory, tramp-setup-complete)
26466 (tramp-set-process-query-on-exit-flag)
26467 (tramp-append-tramp-buffers): Pacify byte-compiler.
26468 (tramp-bug): Delete non-existing variables from list.
26469 Apply `tramp-load-report-modules' as pre-hook.
26470 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
26471 `shell-prompt-pattern' because of non-7bit characters.
26472 Reported by Sebastian Luque <sluque@mun.ca>.
26473 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
26474 (tramp-match-string-list): Remove function.
26475 (tramp-wait-for-regexp): Remove call of that function.
26476 Suggested by Kim F. Storm <storm@cua.dk>.
26477 (tramp-set-auto-save-file-modes): Use octal integer code #o600
26478 instead of octal character code ?\600. The latter resulted in a
26479 syntax error with XEmacs.
26480
26481 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
26482 XEmacs case; not necessary anymore.
26483 (tramp-smb-handle-write-region): No special handling for
26484 `last-coding-system-used, because this is done in
26485 `tramp-accept-process-output' now.
26486 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
26487
26488 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
26489
26490 * wid-edit.el (widget-choice-value-create):
26491 Unconditionally respect user choice. Set :explicit-choice back to nil
26492 when no longer needed.
26493 (widget-choice-action): Unconditionally respect user choice.
26494 Eliminate :explicit-choice-value.
26495
26496 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
26497
26498 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
26499 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
26500 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
26501 running new function `toggle-indicate-empty-lines'.
26502 Rename "Customize" item to "Customize fringe".
26503 Rename "Indicators" item to "Buffer boundaries" and change help echo.
26504 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
26505 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
26506 Delete "Empty lines only" item.
26507 (menu-bar-showhide-fringe-ind-customize): New function.
26508 (menu-bar-showhide-fringe-ind-mixed)
26509 (menu-bar-showhide-fringe-ind-box)
26510 (menu-bar-showhide-fringe-ind-right)
26511 (menu-bar-showhide-fringe-ind-left)
26512 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
26513 instead of `fringe-indicators'.
26514
26515 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
26516
26517 * emulation/viper.el (viper-emacs-state-mode-list):
26518 Add recentf-dialog-mode. Change the date of last update.
26519
26520 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
26521
26522 * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
26523 (viper-exec-yank, viper-put-back): Don't display modification msg
26524 if in the minibuffer.
26525
26526 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
26527 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
26528 Make variables frame local.
26529
26530 * emulation/viper-util.el (viper-append-filter-alist):
26531 Use append instead of nconc.
26532
26533 * emulation/viper.el (viper-vi-state-mode-list)
26534 (viper-emacs-state-mode-list): Move help-mode and
26535 completion-list-mode from the first list to the second.
26536 (viper-mode): Docstring.
26537 (viper-go-away, viper-non-hook-settings): Don't localize
26538 minor-mode-alist in newer Emacsen. Add advice to
26539 set-cursor-color. Don't bind "\C-c\\".
26540
26541 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
26542
26543 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
26544 (scheme-macro-expand-command): New user options.
26545 (scheme-trace-procedure, scheme-expand-current-form): New commands.
26546 (scheme-form-at-point, scheme-start-file)
26547 (scheme-interactively-start-process): New functions.
26548 (scheme-get-process): New function, extracted from `scheme-proc'.
26549 (run-scheme): Call `scheme-start-file' to get start file, and pass
26550 it to `make-comint'.
26551 (switch-to-scheme, scheme-proc):
26552 Call `scheme-interactively-start-process' if no Scheme buffer/process
26553 is available.
26554
26555 2005-08-06 Juri Linkov <juri@jurta.org>
26556
26557 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26558 Use `compilation-text-face', `compilation-info-text-face' and
26559 `compilation-error-text-face' instead of `font-lock-keyword-face'.
26560 (compilation-error): New face.
26561 (compilation-error-file-name): Inherit from
26562 `compilation-error' instead of `font-lock-warning-face'.
26563 (compilation-warning-file-name): Inherit from
26564 `compilation-warning' instead of `font-lock-warning-face'.
26565 (compilation-info, compilation-error-file-name)
26566 (compilation-warning-file-name, compilation-info-file-name)
26567 (compilation-line-number, compilation-column-number): Doc fix.
26568 (compilation-error-text-face, compilation-warning-text-face)
26569 (compilation-info-text-face): New face variables.
26570 (compilation-line-face, compilation-column-face)
26571 (compilation-enter-directory-face)
26572 (compilation-leave-directory-face): Doc fix.
26573 (compilation-text-face): New function.
26574
26575 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
26576 instead of 1 to display binary file names as info file links.
26577 (grep-error-face): Use `compilation-error-face' instead of
26578 `font-lock-keyword-face'.
26579 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
26580 and `compilation-warning-text-face' instead of
26581 `font-lock-keyword-face'. Use `compilation-error-text-face'
26582 instead of `grep-error-face'.
26583
26584 2005-08-05 Kenichi Handa <handa@m17n.org>
26585
26586 * international/code-pages.el: Add autoload cookies for all coding
26587 systems.
26588
26589 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
26590
26591 * cus-start.el (all): Put undo.c where it alphabetically belongs.
26592
26593 2005-08-04 Juri Linkov <juri@jurta.org>
26594
26595 * progmodes/compile.el (compilation-mode-map):
26596 * progmodes/grep.el (grep-mode-map):
26597 Bind TAB to `compilation-next-error' and [backtab] to
26598 `compilation-previous-error'.
26599
26600 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
26601 matching line numbers, column numbers and their ranges with regexp
26602 matching only line numbers.
26603 (grep-context-face): New face variable.
26604 (grep-mode-font-lock-keywords): Use it.
26605
26606 * faces.el (read-face-name): Delete duplicate faces.
26607
26608 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
26609
26610 * thumbs.el (thumbs-find-image): Don't make variables
26611 automatically buffer local.
26612 (thumbs-current-tmp-filename, thumbs-current-image-filename)
26613 (thumbs-image-num): Make automatically buffer local.
26614 (thumbs-show-thumbs-list): Use `make-local-variable', not
26615 `make-variable-buffer-local'.
26616 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
26617
26618 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
26619 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
26620 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
26621 (bother, bye, canyou, chatlst, continue, deathlst, describe)
26622 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
26623 (feelings-about, foullst, found, hello, history, howareyoulst)
26624 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
26625 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
26626 (neglst, obj, object, owner, please, problems, qlist)
26627 (random-adjective, relation, remlst, repetitive-shortness)
26628 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
26629 (shortlst, something, sportslst, stallmanlst, states, subj)
26630 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
26631 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
26632 Defvar at compile time.
26633
26634 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
26635 not `make-variable-buffer-local'.
26636
26637 2005-08-02 Kim F. Storm <storm@cua.dk>
26638
26639 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
26640 rectangle overlay in selected window.
26641
26642 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
26643
26644 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
26645 instead of display group. Make `indicate-buffer-boundaries'
26646 customizable through Custom.
26647
26648 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
26649
26650 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
26651 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
26652 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
26653 (gdb-put-string): Fix typos in docstrings.
26654
26655 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
26656
26657 Update copyright notices of files in progmodes directory for
26658 release of Emacs 22.1.
26659
26660 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
26661
26662 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
26663 Don't barf if the GUD buffer has been killed.
26664
26665 2005-08-01 Kim F. Storm <storm@cua.dk>
26666
26667 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
26668
26669 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
26670
26671 * simple.el (next-error-follow-minor-mode):
26672 make-variable-buffer-local -> make-local-variable.
26673
26674 * emacs-lisp/cl-extra.el: Require CL also when compiling.
26675
26676 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
26677 (byte-compile-form-make-variable-buffer-local): New functions to warn
26678 about misuses of make-variable-buffer-local where make-local-variable
26679 was meant.
26680
26681 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
26682
26683 * bs.el (bs-attributes-list): Doc fix.
26684 (bs): Update url-link.
26685
26686 * desktop.el (desktop-save-buffer): Fix typos in docstring.
26687 (desktop-load-default): Simplify.
26688
26689 * ibuffer.el (ibuffer-columnize-and-insert-list)
26690 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
26691 (ibuffer-unmark-all, ibuffer-toggle-marks)
26692 (ibuffer-unmark-forward, ibuffer-unmark-backward)
26693 (ibuffer-compile-make-format-form, ibuffer-format-column)
26694 (ibuffer-current-buffers-with-marks)
26695 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
26696 (ibuffer): Doc fix.
26697 (ibuffer-mode): Fix typo in docstring.
26698 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
26699 with `define-obsolete-variable-alias'.
26700 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
26701
26702 2005-07-29 Kenichi Handa <handa@m17n.org>
26703
26704 * international/mule-cmds.el (select-message-coding-system):
26705 Be sure to use LF for end-of-line. If no coding system is decided,
26706 return iso-8859-1-unix.
26707
26708 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
26709
26710 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
26711 (ange-ftp-pending-error-line): New vars.
26712 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
26713 to handle the non-fatal no-route-to-host messages.
26714 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
26715
26716 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
26717
26718 * isearch.el (isearch-mode-map, isearch-other-meta-char)
26719 (isearch-quote-char, isearch-printing-char)
26720 (isearch-text-char-description): "?\ " -> "?\s".
26721 (isearch-lazy-highlight-cleanup)
26722 (isearch-lazy-highlight-initial-delay)
26723 (isearch-lazy-highlight-interval)
26724 (isearch-lazy-highlight-max-at-a-time)
26725 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
26726 Declare with define-obsolete-*-alias macros.
26727 (isearch-forward): Fix typo in docstring.
26728 (search-invisible, search-ring-yank-pointer)
26729 (regexp-search-ring-yank-pointer): Doc fixes.
26730
26731 * recentf.el (recentf-menu-append-commands-p): Declare with
26732 `define-obsolete-variable-alias'.
26733 (recentf-max-saved-items, recentf-menu-filter)
26734 (recentf-arrange-by-rule-subfilter): Doc fixes.
26735 (recentf-menu-append-commands-flag)
26736 (recentf-initialize-file-name-history, recentf-expand-file-name)
26737 (recentf-clear-data): Fix typos in docstrings.
26738
26739 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
26740
26741 * progmodes/gdb-ui.el: Smarten comments.
26742 (gdb-info-breakpoints-custom): Use nowarn when finding file.
26743
26744 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
26745
26746 * term/apollo.el (terminal-init-apollo): New function containing
26747 all former top level forms in the file.
26748 * term/bobcat.el (terminal-init-bobcat):
26749 * term/cygwin.el (terminal-init-cygwin):
26750 * term/iris-ansi.el (terminal-init-iris-ansi):
26751 * term/linux.el (terminal-init-linux):
26752 * term/news.el (terminal-init-news):
26753 * term/rxvt.el (terminal-init-rxvt):
26754 * term/sun.el (terminal-init-sun):
26755 * term/tvi970.el (terminal-init-tvi970):
26756 * term/vt100.el (terminal-init-vt100):
26757 * term/vt102.el (terminal-init-vt102):
26758 * term/vt125.el (terminal-init-vt125):
26759 * term/vt200.el (terminal-init-vt200):
26760 * term/vt201.el (terminal-init-vt201):
26761 * term/vt220.el (terminal-init-vt220):
26762 * term/vt240.el (terminal-init-vt240):
26763 * term/vt300.el (terminal-init-vt300):
26764 * term/vt320.el (terminal-init-vt320):
26765 * term/vt400.el (terminal-init-vt400):
26766 * term/vt420.el (terminal-init-vt420):
26767 * term/wyse50.el (terminal-init-wyse50):
26768 * term/xterm.el (terminal-init-xterm): Likewise.
26769
26770 * term/README: Describe the terminal-init-* functionality.
26771
26772 * startup.el (command-line): After loading the terminal initialization
26773 file call the corresponding terminal initialization function.
26774
26775 2005-07-27 Kenichi Handa <handa@m17n.org>
26776
26777 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
26778 negative.
26779
26780 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
26781 (ps-mule-composition-prologue): Fix for the case that
26782 RelativeCompose is false.
26783
26784 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
26785
26786 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
26787
26788 * descr-text.el (describe-char): Handle the case where the list of
26789 chars is displayed in a separate frame.
26790 Be a bit more discriminating when looking for the char.
26791
26792 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
26793
26794 * bookmark.el (bookmark-automatically-show-annotations)
26795 (bookmark-read-annotation-text-func): Doc fixes.
26796 (bookmark-save): Improve argument/docstring consistency.
26797 (bookmark-get-bookmark, bookmark-get-bookmark-record)
26798 (bookmark-alist-from-buffer)
26799 (bookmark-upgrade-file-format-from-0)
26800 (bookmark-grok-file-format-version)
26801 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
26802 (bookmark-read-annotation-mode)
26803 (bookmark-insert-current-bookmark, bookmark-jump)
26804 (bookmark-exit-hook): Fix typos in docstrings.
26805 (bookmark-exit-hooks): Define as obsolete alias.
26806 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
26807 not `bookmark-exit-hooks'. Fix docstring.
26808 (bookmark-bmenu-select): "?\ " -> "?\s".
26809
26810 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
26811
26812 * startup.el (command-line): Fix typo.
26813
26814 2005-07-24 Richard M. Stallman <rms@gnu.org>
26815
26816 * tooltip.el (tooltip-mode): Test emacs-basic-display,
26817 not emacs-quick-startup.
26818
26819 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
26820
26821 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
26822 (reb-next-match, reb-show-subexp): Use `with-selected-window'
26823 instead of `reb-with-current-window'.
26824 (reb-prev-match): Likewise. Also, don't move left if the search
26825 was unsuccessful.
26826 (reb-initialize-buffer): New function.
26827 (re-builder, reb-change-syntax): Use it.
26828
26829 * man.el (Man-goto-page): Make second argument NOERROR optional.
26830
26831 2005-07-23 Richard M. Stallman <rms@gnu.org>
26832
26833 * man.el (Man-bgproc-sentinel): Check here for failure to find
26834 any man page in the output, and report the error here.
26835 (Man-arguments): Make it permanent local.
26836 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
26837 (Man-mode): Pass t for NOERROR.
26838
26839 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
26840 (grep-mode-font-lock-keywords):
26841 Don't use compilation-...-face for messages that are not file names.
26842
26843 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26844 Don't use compilation-...-face for messages that are not file names.
26845
26846 2005-07-22 Juri Linkov <juri@jurta.org>
26847
26848 * startup.el (normal-splash-screen): Update menu name.
26849
26850 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
26851
26852 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
26853
26854 * term/xterm.el: Load term/rxvt if the terminal is actually an
26855 rxvt terminal.
26856 (xterm-rxvt-set-background-mode): Remove, not used anymore.
26857
26858 * term/rxvt.el (function-key-map): Use substitute-key-definition
26859 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
26860
26861 * term/cygwin.el: New file.
26862
26863 2005-07-22 Kim F. Storm <storm@cua.dk>
26864
26865 * image-file.el (insert-image-file, image-file-yank-handler):
26866 Fix last change to maintain a (unique) yank-handler on yanked images.
26867
26868 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
26869
26870 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
26871 of the file size (as in "177B" for 177 bytes). This happens with
26872 "ls -lh" on FreeBSD.
26873
26874 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
26875
26876 * hilit-chg.el (highlight-changes-global-initial-state)
26877 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
26878 (hilit-chg-fixup, highlight-changes-mode):
26879 Fix typos in docstrings.
26880 (highlight-changes-global-modes, highlight-changes-rotate-faces):
26881 Doc fixes.
26882
26883 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
26884
26885 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
26886 mode function using `eval-after-load'.
26887
26888 2005-07-21 Kim F. Storm <storm@cua.dk>
26889
26890 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
26891 included when reporting an Emacs crash, and tell about the DEBUG file.
26892
26893 * image-file.el (insert-image-file): Add yank-handler.
26894 (image-file-yank-handler): Yank handler to make unique copies of
26895 images when they are yanked into a buffer next to each other.
26896
26897 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
26898
26899 * comint.el (comint-use-prompt-regexp, comint-send-input)
26900 (comint-source-default, comint-extract-string)
26901 (comint-get-source, comint-word, comint-completion)
26902 (comint-source, comint-prompt-read-only, comint-update-fence):
26903 Fix typos in docstrings.
26904 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
26905 Declare with define-obsolete-*-alias macros.
26906 (comint-previous-matching-input-from-input)
26907 (comint-next-matching-input-from-input)
26908 (comint-previous-matching-input, comint-next-matching-input)
26909 (comint-forward-matching-input):
26910 Improve argument/docstring consistency.
26911
26912 * desktop.el (desktop-clear-preserve-buffers-regexp):
26913 Also preserve the *server* buffer.
26914
26915 * simple.el (clone-indirect-buffer): Doc fix.
26916 (fixup-whitespace, just-one-space)
26917 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
26918 (next-error, next-error-highlight)
26919 (next-error-highlight-no-select, next-error-last-buffer)
26920 (next-error-buffer-p, next-error-find-buffer, next-error)
26921 (previous-error, next-error-no-select, previous-error-no-select)
26922 (open-line, split-line, minibuffer-prompt-width, kill-new)
26923 (binary-overwrite-mode): Fix typos in docstrings.
26924 (set-fill-column): Fix typo in message.
26925
26926 * skeleton.el (skeleton-proxy-new): Doc fix.
26927
26928 * strokes.el (strokes-load-hook): Doc fix.
26929 (strokes-grid-resolution, strokes-get-grid-position)
26930 (strokes-renormalize-to-grid, strokes-read-stroke)
26931 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
26932 (strokes-global-map): Fix typos in docstrings.
26933 (strokes-help): Doc fix. Fix help message and pass it through
26934 `substitute-command-keys'.
26935
26936 * tempo.el (tempo-insert-prompt, tempo-interactive)
26937 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
26938 (tempo-insert-string-functions, tempo-local-tags)
26939 (tempo-define-template, tempo-insert-template)
26940 (tempo-insert-prompt-compat, tempo-is-user-element)
26941 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
26942 Fix typos in docstrings.
26943
26944 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
26945 (vcursor-key-bindings, vcursor-use-vcursor-map)
26946 (vcursor-find-window, vcursor-scroll-down)
26947 (vcursor-disable, vcursor-beginning-of-buffer)
26948 (vcursor-end-of-buffer): Fix typos in docstrings.
26949 (vcursor-relative-move, vcursor-get-char-count):
26950 Improve argument/docstring consistency.
26951
26952 * version.el: "?\ " -> "?\s".
26953
26954 * wid-edit.el (widget-default-create, widget-after-change)
26955 (widget-default-format-handler, widget-checklist-add-item)
26956 (widget-radio-add-item, widget-choose, widget-specify-secret)
26957 (widget-field-value-create, widget-field-value-get)
26958 (widget-editable-list-format-handler)
26959 (widget-editable-list-entry-create, widget-group-value-create)
26960 (widget-documentation-link-add)
26961 (widget-documentation-string-value-create): "?\ " -> "?\s".
26962 (widget-convert-text): Doc fix.
26963 (widget-narrow-to-field, widget-field-find)
26964 (widget-url-link-action, widget-emacs-library-link-action)
26965 (widget-color-notify): Fix typos in docstrings.
26966
26967 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
26968 (x-select-text, set-w32-system-coding-system)
26969 (w32-add-charset-info): Fix typos in docstrings.
26970
26971 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
26972 (cua-enable-cua-keys, cua-use-hyper-key)
26973 (cua-virtual-rectangle-edges): Fix typos in docstrings.
26974 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
26975
26976 * net/tramp.el (tramp-handle-load): Fix typo in error message.
26977
26978 * emacs-lisp/re-builder.el (regexp-builder): Declare with
26979 `defalias' instead of faking it.
26980
26981 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
26982 (eshell-ls-missing, eshell-ls-dired-initial-args)
26983 (eshell-ls-use-in-dired): Fix typos in docstrings.
26984
26985 2005-07-20 Kim F. Storm <storm@cua.dk>
26986
26987 * emulation/cua-base.el (cua-mode): Improve doc string.
26988
26989 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
26990
26991 * abbrev.el (expand-region-abbrevs): Doc fix.
26992 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
26993 Improve argument/docstring consistency.
26994
26995 * arc-mode.el (archive-get-descr, archive-alternate-display):
26996 Doc fixes.
26997 (archive-l-e): Improve argument/docstring consistency.
26998 (archive-tmpdir, archive-unixdate, archive-unixtime)
26999 (archive-chmod-entry): Fix typos in docstrings.
27000 (archive-unflag, archive-unflag-backwards)
27001 (archive-unmark-all-files): "?\ " -> "?\s".
27002
27003 * buff-menu.el (Buffer-menu-unmark): Doc fix.
27004 (Buffer-menu-not-modified, Buffer-menu-execute)
27005 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
27006 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
27007
27008 * composite.el (compose-string, encode-composition-rule)
27009 (compose-last-chars): Fix typos in docstrings.
27010
27011 * desktop.el (desktop-enable, desktop-basefilename):
27012 Declare with `define-obsolete-variable-alias'.
27013 (desktop-internal-v2s): Don't quote keywords.
27014 (desktop-clear): "?\ " -> "?\s".
27015
27016 * dired.el (dired-align-file, dired-flag-backup-files)
27017 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
27018 (dired-listing-switches, dired-ls-F-marks-symlinks)
27019 (dired-dwim-target, dired-load-hook, dired-mode-hook)
27020 (dired-directory, dired-faces, dired, dired-revert)
27021 (dired-mode, dired-summary, dired-view-file)
27022 (dired-copy-filename-as-kill, dired-delete-file)
27023 (dired-no-confirm, dired-unmark-all-marks)
27024 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
27025 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
27026 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
27027 Fix typos in message strings.
27028
27029 * dired-x.el (virtual-dired): Declare with `defalias'.
27030 (dired-mark-unmarked-files, dired-local-variables-file)
27031 (dired-omit-here-always): Doc fix.
27032 (dired-omit-mode, dired-find-subdir)
27033 (dired-enable-local-variables, dired-clean-up-buffers-too)
27034 (dired-extra-startup, dired-mark-extension, dired-jump)
27035 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
27036 (dired-smart-shell-command, dired-guess-shell-alist-user)
27037 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
27038 (dired-x-bind-find-file, dired-x-submit-report):
27039 Fix typos in docstrings.
27040 (dired-mark-unmarked-files): "?\ " -> "?\s".
27041
27042 * dirtrack.el (dirtrack-list): Fix typos in docstring.
27043
27044 * faces.el (describe-face): "?\ " -> "?\s".
27045 (read-all-face-attributes, read-face-font, modify-face)
27046 (face-attr-construct, italic): Fix typos in docstrings.
27047 (frame-update-face-colors): Declare with
27048 `define-obsolete-function-alias'.
27049
27050 * files.el (find-file-noselect, recode-file-name): Doc fixes.
27051 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
27052 (magic-mode-alist, buffer-file-numbers-unique)
27053 (write-file-functions, get-free-disk-space):
27054 Fix typos in docstrings.
27055 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
27056 (write-contents-hooks, write-file-hooks):
27057 Declare with `define-obsolete-variable-alias'.
27058
27059 * forms-d2.el (arch-rj): Fix typo in docstrings.
27060 (arch-tocol): Likewise. "?\ " -> "?\s".
27061
27062 * frame.el (set-frame-font, cursor-in-non-selected-windows):
27063 Fix typo in docstring.
27064 (set-screen-width, set-screen-height): Delete redundant info in
27065 doctrings.
27066 (new-frame, screen-height, screen-width): Declare with
27067 `define-obsolete-function-alias'.
27068 (delete-frame-hook, blink-cursor): Declare with
27069 `define-obsolete-variable-alias'.
27070
27071 * paths.el (prune-directory-list): Fix typos in docstring.
27072
27073 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
27074 (cvs-prefix-get): Fix typos in docstrings.
27075
27076 * ps-print.el (ps-extend-face-list, ps-extend-face)
27077 (ps-print-background-image): Fix typos in docstrings.
27078 (ps-default-fg, ps-default-bg): Doc fixes.
27079
27080 * s-region.el (s-region-bind): Doc fix.
27081 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
27082
27083 * textmodes/org.el (org-table-formula-substitute-names)
27084 (org-table-get-vertical-vector): Doc fixes.
27085 (org-table-recalculate): Remove unused argument to `message'.
27086
27087 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
27088
27089 * textmodes/org.el (org-table-column-names)
27090 (org-table-column-name-regexp)
27091 (org-table-named-field-locations): New variables.
27092 (org-archive-subtree): Protect `this-command' when calling
27093 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
27094 the kill buffer.
27095 (org-complete): Remove fixed-formula completion.
27096 (org-edit-formulas-map): New variable.
27097 (org-table-edit-formulas): New command.
27098 (org-finish-edit-formulas, org-abort-edit-formulas)
27099 (org-show-variable, org-table-get-vertical-vector): New functions.
27100 (org-table-maybe-eval-formula): Handle `:=' fields.
27101 (org-table-get-stored-formulas, org-table-store-formulas)
27102 (org-table-get-formula, org-table-modify-formulas)
27103 (org-table-replace-in-formulas): Handle named field formulas.
27104 (org-table-get-specials): Store locations of named fields.
27105
27106 2005-07-19 Juri Linkov <juri@jurta.org>
27107
27108 * progmodes/grep.el (grep-regexp-alist)
27109 (grep-mode-font-lock-keywords, grep-process-setup):
27110 Use default GNU grep match color "01;31m" instead of "01;41m".
27111 (grep-regexp-alist, grep-mode-font-lock-keywords):
27112 Use `\\[[0-9]*m' instead of `\\[00m'.
27113 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
27114 sgr_start where its handling is more important. Use the real
27115 length of sgr_start instead of constant 8.
27116 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
27117 specially. Delete all remaining escape sequences.
27118 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
27119 (grep-regexp-alist): Make hyperlink only for binary file name
27120 instead of the whole line.
27121 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
27122 (grep-mode): Add autoload.
27123
27124 * emacs-lisp/find-func.el (find-function-regexp):
27125 Add `define-compilation-mode'.
27126
27127 2005-07-19 Juri Linkov <juri@jurta.org>
27128
27129 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
27130 (compare-windows-sync-string-size, compare-windows-recenter)
27131 (compare-windows-highlight, compare-windows): Add version 22.1.
27132 (compare-windows) <defface>: Inherit from lazy-highlight instead
27133 of duplicating its default value.
27134
27135 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
27136 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
27137
27138 * descr-text.el (describe-char): Create link buttons for `charset'
27139 and `code point'. Add the current input method name with a link
27140 button to `to input' field. Print face names of display table
27141 characters in `The display table entry is displayed by' section
27142 instead of printing face-id in the `display' field.
27143 Guess hardcoded faces and create a link button for them.
27144 Skip empty fields when calculating max-width.
27145 Treat `widget-create' specially while inserting strings from the
27146 collected field list.
27147 (describe-char-after): Made obsolete in version 22.1, not 21.5.
27148
27149 * diff-mode.el (diff-file-header): Change foreground color from
27150 yellow to green on light backgrounds.
27151 (diff-context): Inherit from `shadow' only for color/grayscale
27152 with more than 88 colors.
27153 (diff-indicator-removed, diff-indicator-added)
27154 (diff-indicator-changed): New faces.
27155 (diff-font-lock-keywords): Use new faces. Regroup rules.
27156 Add "^---$" for `normal' diff format. Fontify `#' lines with
27157 font-lock-comment-delimiter-face and font-lock-comment-face.
27158 Add `#' to ^[^...] in the rule for `diff-context-face'.
27159
27160 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
27161 a button-like box. Inherit from `highlight' on low colors.
27162 (shadow): Use shades of gray only for color/grayscale with
27163 more than 88 colors. Use green for light backgrounds with
27164 8 colors, and yellow for dark backgrounds with 8 colors.
27165
27166 * font-lock.el (font-lock-regexp-grouping-backslash):
27167 Don't inherit from escape-glyph (use bold for all cases).
27168
27169 * info.el (info-xref-visited): Use light foreground color `violet'
27170 for dark backgrounds instead of dark color `magenta3'.
27171 (info-title-1): Use `yellow' color for dark backgrounds.
27172
27173 * isearch.el (isearch): Use not-too-dark magenta3 instead of
27174 too-light magenta2.
27175
27176 * replace.el (match): Use slightly more light RoyalBlue3 instead
27177 of dark RoyalBlue4.
27178
27179 * wid-edit.el (widget-inactive): Inherit from `shadow'.
27180
27181 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
27182
27183 * novice.el (disabled-command-hook): Declare it with
27184 `define-obsolete-variable-alias'.
27185
27186 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
27187 (desktop-buffer-misc-functions, desktop-buffer-handlers)
27188 (desktop-load-default): Add release to obsolescence info.
27189 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
27190 (desktop-append-buffer-args, desktop-read):
27191 Fix typos in docstrings.
27192 (desktop-kill): Fix typo in message.
27193 (desktop-save): Doc fix.
27194
27195 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
27196
27197 * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
27198 (viper-envelop-ESC-key): Change the definition of fast
27199 keysequence so it'll work with keyboard macros.
27200
27201 * ediff.el (ediff-patch-buffer): Change the docstring.
27202
27203 2005-07-19 Kenichi Handa <handa@m17n.org>
27204
27205 * international/mule-cmds.el (select-safe-coding-system): Try to
27206 use an auto-coding (if any) before anything else. If the found
27207 auto-coding is invalid, show a warning message.
27208
27209 * international/mule.el (find-auto-coding): New function created
27210 by modifying the body of set-auto-coding.
27211 (set-auto-coding): Use find-auto-coding to find a coding.
27212
27213 2005-07-18 Richard M. Stallman <rms@gnu.org>
27214
27215 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
27216 not isearch-mode-end-hook-error.
27217 (allout-before-change-protect): Fix error message.
27218
27219 2005-07-18 Juri Linkov <juri@jurta.org>
27220
27221 * allout.el (allout-mode):
27222 * calculator.el (calculator-copy):
27223 * custom.el (custom-known-themes):
27224 * dired.el (dired-desktop-buffer-misc-data)
27225 (dired-restore-desktop-buffer):
27226 * dired-x.el (dired-omit-marker-char):
27227 * files.el (basic-save-buffer):
27228 * font-core.el (font-lock-mode):
27229 * calendar/calendar.el (calendar-goto-hebrew-date)
27230 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
27231 (calendar-goto-persian-date):
27232 * language/ethio-util.el (ethio-sera-to-fidel-region):
27233 * textmodes/picture.el (picture-mode):
27234 Delete duplicate duplicate words.
27235
27236 2005-07-18 Juri Linkov <juri@jurta.org>
27237
27238 * isearch.el (isearch-mode-map): Remove key bindings for regexp
27239 chars * ? } |.
27240 (isearch-fallback): Don't call `isearch-process-search-char'.
27241 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
27242 (isearch-process-search-char): Call `isearch-fallback' for regexp
27243 chars * ? } |.
27244 (isearch-return-char): Make obsolete with `make-obsolete' instead
27245 of simply documenting it as obsolete in the docstring.
27246 (isearch-fallback): Refill docstring.
27247
27248 * international/isearch-x.el
27249 (isearch-process-search-multibyte-characters): Remove unneeded
27250 `concat'. Add intermediate values to `junk-hist' instead of
27251 `minibuffer-history'. Test the length of `str'.
27252
27253 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
27254
27255 * allout.el (allout-resolve-xref): Fix typos in error strings.
27256 (allout-before-change-protect): Remove unneeded `concat'.
27257
27258 * array.el (array-mode, array-reconfigure-rows)
27259 (untabify-backward): Fix typos in docstrings.
27260 (array-reconfigure-rows): Use `insert-buffer-substring', not
27261 `insert-buffer'.
27262
27263 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
27264 * progmodes/ada-mode.el (ada-make-body):
27265 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
27266
27267 * dired.el (dired-log):
27268 * tar-mode.el (tar-subfile-save-buffer):
27269 * play/zone.el (zone-pgm-stress-destress):
27270 Use `insert-buffer-substring', not `insert-buffer'.
27271
27272 2005-07-17 Simon Josefsson <jas@extundo.com>
27273
27274 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
27275
27276 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
27277
27278 * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
27279 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
27280
27281 2005-07-17 Kim F. Storm <storm@cua.dk>
27282
27283 * ido.el (dired-other-window): Add ido property.
27284
27285 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
27286
27287 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
27288 Fix typo in docstring.
27289 (byte-compile-interactive-only-functions): Add `insert-buffer' and
27290 `insert-file-literally'.
27291
27292 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
27293 info and delete redundant message. Doc fix.
27294 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
27295 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
27296
27297 2005-07-16 Richard M. Stallman <rms@gnu.org>
27298
27299 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
27300 (byte-compile-and): Use byte-compile-and-recursion.
27301 (byte-compile-or-recursion): New function.
27302 (byte-compile-or): Use that.
27303 (byte-compile-if): Guard the else-clause too.
27304 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
27305
27306 * isearch.el (isearch-mode-end-hook-quit): New variable.
27307 (isearch-done): Bind it.
27308 (isearch-mode-end-hook): Doc fix.
27309
27310 * allout.el (allout-isearch-did-quit): Variable deleted.
27311 (allout-real-isearch-abort): Function name no longer used.
27312 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
27313 (allout-isearch-rectification): isearch-mode always exists.
27314 Don't set allout-isearch-did-quit.
27315 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
27316 allout-isearch-did-quit.
27317 (allout-enwrap-isearch): Just add the hook.
27318 (allout-isearch-abort): Function deleted.
27319 (allout-pre-command-business): Avoid warning.
27320
27321 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
27322 Correctly avoid warnings.
27323 (pascal-outline): Likewise.
27324
27325 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
27326
27327 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
27328
27329 * play/tetris.el (tetris-mode): Avoid warning.
27330
27331 * play/snake.el (snake-mode): Avoid warning.
27332
27333 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
27334 (gamegrid-set-display-table): Avoid warning.
27335 (gamegrid-set-timer): Likewise.
27336 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
27337 (gamegrid-add-score-with-update-game-score-1): Take FILE
27338 as argument.
27339 (gamegrid-add-score-with-update-game-score): Pass that argument.
27340 Rename have-shared-game-dir to gamegrid-shared-game-dir.
27341
27342 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
27343
27344 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
27345 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
27346
27347 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
27348 and insert-file.
27349
27350 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
27351 (sc-ask): Avoid warnings.
27352
27353 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
27354 (eshell-hist-initialize): Use that var the natural way.
27355
27356 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
27357
27358 * emacs-lisp/re-builder.el (reb-cook-regexp):
27359 Avoid warning calling lre-compile-string.
27360 (reb-color-display-p): Avoid warning.
27361
27362 * calculator.el (calculator-last-input): Guard uses
27363 of event-key and key-press-event-p.
27364 (event-key, key-press-event-p): Delete definitions.
27365
27366 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
27367 (find-gc-source-directory, find-gc-subrs-callers)
27368 (find-gc-noreturn-list, find-gc-source-files)
27369 (find-gc-subrs-called): Vars renamed and defvar'd.
27370
27371 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
27372 (checkdoc-overlay-put, checkdoc-delete-overlay)
27373 (checkdoc-overlay-start, checkdoc-overlay-end)
27374 (checkdoc-mode-line-update, checkdoc-char=):
27375 Define such that compiler knows they are defined.
27376 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
27377 (checkdoc-read-event): Delete. Use read-event directly.
27378
27379 * whitespace.el (whitespace-make-overlay)
27380 (whitespace-overlay-put, whitespace-delete-overlay)
27381 (whitespace-overlay-start, whitespace-overlay-end):
27382 Define such that compiler knows they are defined.
27383 (whitespace): Move conditional inside.
27384
27385 * tempo.el (tempo-insert-template): Suppress warning.
27386
27387 * ediff-diff.el (longlines-mode): Add defvar.
27388
27389 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
27390
27391 * server.el: Bind "C-x #" in a way that works even if C-x is
27392 redefined to a command key, not a prefix key.
27393
27394 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
27395
27396 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
27397 cl-make-type-test till execution time.
27398
27399 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
27400
27401 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
27402 arg ARG and use it.
27403
27404 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
27405
27406 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
27407
27408 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
27409
27410 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
27411 a defcustom with two :set or :type keywords.
27412
27413 2005-07-15 Richard M. Stallman <rms@gnu.org>
27414
27415 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
27416 Don't give ^M comment-end syntax.
27417
27418 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
27419
27420 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
27421 Don't consider gdbmi (gdb-mi.el has its own update functions).
27422 (gdb-var-delete): Make it work for gdbmi as well.
27423 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
27424
27425 * progmodes/gud.el (etags, sdb): Only require etags when needed.
27426 (gud-speedbar-menu-items): Correct logic for enabling items.
27427
27428 2005-07-15 Kim F. Storm <storm@cua.dk>
27429
27430 * ido.el: Fix commentary.
27431 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
27432 Use with-no-warnings around ffap-guesser.
27433 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
27434 Let bind minibuffer-completing-file-name to t.
27435
27436 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
27437
27438 * startup.el (site-run-file, keyboard-type): Doc fixes.
27439 (command-line): Check for "--basic-display" argument; also for
27440 "--quick", not "--bare-bones" (which was renamed).
27441 (fancy-splash-text): Add missing item "Getting New Versions".
27442 (normal-splash-screen): Fix typos and improve consistency with
27443 `fancy-splash-text'. Update copyright year.
27444
27445 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
27446 valid binding for `help-char'.
27447
27448 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
27449
27450 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
27451
27452 * term.el (term-mode): Disable cua-mode for term buffers.
27453
27454 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
27455
27456 * add-log.el (add-log-mailing-address, change-log-merge):
27457 Doc fixes.
27458 (change-log-get-method-definition): Fix typo in docstring.
27459
27460 2005-07-14 Kim F. Storm <storm@cua.dk>
27461
27462 * emulation/cua-base.el:
27463 (cua--pre-command-handler-1, cua--pre-command-handler)
27464 (cua--post-command-handler-1, cua--post-command-handler):
27465 Split in two. Check (buffer local) value of cua-mode.
27466 (cua-selection-mode): New command.
27467
27468 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
27469
27470 * custom.el (custom-initialize-safe-set)
27471 (custom-initialize-safe-default): Doc fixes.
27472
27473 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
27474 and simplify :init-value again.
27475
27476 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
27477 and simplify :init-value again. Delete autoload.
27478
27479 * startup.el (command-line): Use `custom-reevaluate-setting' again
27480 for tooltip-mode.
27481
27482 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
27483 a defcustom with two :initialize keywords.
27484
27485 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
27486
27487 * allout.el (my-mark-marker, allout-isearch-prior-pos)
27488 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
27489 (allout-post-command-business, allout-flag-region)
27490 (isearch-reenable-font-lock, allout-yank)
27491 (allout-insert-latex-header, allout-insert-latex-trailer)
27492 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
27493 (allout-latex-verb-quote): Fix typos in docstrings.
27494 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
27495 (allout-unprotected, allout-prefix-data):
27496 Improve argument/docstring consistency.
27497 (allout-chart-subtree): Fix argument spec.
27498 (allout-open-topic): Rename `use_sib_bullet' argument to
27499 `use-sib-bullet'. Doc fix.
27500
27501 * whitespace.el (whitespace-check-buffer-leading)
27502 (whitespace-check-buffer-trailing)
27503 (whitespace-check-buffer-indent)
27504 (whitespace-check-buffer-spacetab)
27505 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
27506 (whitespace-check-leading-whitespace)
27507 (whitespace-check-trailing-whitespace)
27508 (whitespace-check-spacetab-whitespace)
27509 (whitespace-check-indent-whitespace)
27510 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
27511 (whitespace-modes): Fix typos in docstrings.
27512 (defgroup, defcustom): Doc fixes.
27513
27514 * winner.el (winner-mode, winner-boring-buffers)
27515 (winner-pending-undo-ring): Doc fixes.
27516 (winner-ring): Remove unneeded `progn'.
27517 (winner-equal): `defsubst' it.
27518 (winner-redo): Fix message.
27519
27520 2005-07-13 Kim F. Storm <storm@cua.dk>
27521
27522 * simple.el (line-move-1): Always use vertical-motion to
27523 do the last (or only) line move to ensure some movement.
27524 Undo 2005-06-23 change--don't check for overlays.
27525
27526 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27527
27528 * term/mac-win.el (ccl-encode-mac-roman-font)
27529 (ccl-encode-mac-centraleurroman-font)
27530 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
27531 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
27532 Change charset-id boundary of dimension to ?\xef.
27533 (mac-char-fontspec-list): New constant.
27534 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
27535 argument. Nil uses itself as family in font-spec. Previous
27536 behavior for nil is now provided by non-nil non-string argument.
27537 All callers changed. Add font-specs for Mac fonts to
27538 "fontset-default" unless iso8859-1 fonts are installed.
27539
27540 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
27541
27542 * progmodes/sh-script.el (sh-get-indent-info): Only indent
27543 a continuation line if the \ is preceded by SPC or TAB.
27544 (sh-get-indent-info): Simplify.
27545 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
27546 Use with-current-buffer.
27547
27548 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
27549 when the matched text is empty.
27550
27551 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
27552
27553 * startup.el (command-line): Revert to previous handling of
27554 tooltip-mode. Explain in comment why the complexity is needed.
27555
27556 * tooltip.el (tooltip-mode): Revert to previous implementation of
27557 its defcustom.
27558
27559 * frame.el (blink-cursor-mode): Revert to previous implementation
27560 of its defcustom. Update comment.
27561
27562 2005-07-12 Lars Hansen <larsh@soem.dk>
27563
27564 * desktop.el: Update e-mail address.
27565
27566 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27567
27568 * term/mac-win.el (mac-services-mail-selection)
27569 (mac-services-mail-to): New functions.
27570 (mac-application-menu-map): Bind them.
27571
27572 2005-07-12 wulei <milton@wulei.net> (tiny change)
27573
27574 * progmodes/gdb-ui.el: Add note about buffering with Windows.
27575
27576 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
27577
27578 * custom.el (custom-reevaluate-setting): Doc fix.
27579
27580 2005-07-11 Jay Belanger <belanger@truman.edu>
27581
27582 * calc/calc.el (calc-embedded-announce-formula-alist)
27583 (calc-embedded-open-close-plain-alist)
27584 (calc-embedded-open-close-mode-alist): Add checks for additional
27585 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
27586
27587 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
27588
27589 * custom.el (custom-enable-theme): Don't add theme to
27590 `custom-enabled-themes' with `push' because there is no
27591 setf-method for `delq'.
27592
27593 2005-07-11 Richard M. Stallman <rms@gnu.org>
27594
27595 * custom.el (custom-declare-variable): Doc fix.
27596
27597 * dired-aux.el (dired-compare-directories): Remove "." and ".."
27598 from the alists.
27599
27600 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
27601 Do nothing if edebug-active.
27602
27603 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
27604 (edebug-display): Do it here instead.
27605
27606 2005-07-10 Richard M. Stallman <rms@gnu.org>
27607
27608 * cus-face.el (custom-theme-set-faces): Make it work.
27609 (custom-reset-faces): Doc fix.
27610 (custom-theme-reset-internal-face, custom-theme-face-value):
27611 Functions deleted.
27612
27613 * custom.el (custom-push-theme): Maintain list of the settings
27614 of a given theme in its theme-settings property.
27615 Maintain position of old settings in the theme-value
27616 or theme-face property.
27617 (custom-enabled-themes): New variable.
27618 (custom-theme-enabled-p): New function.
27619 (provide-theme): Update custom-enabled-themes.
27620 Disable and reenable the `user' theme.
27621 (require-theme): Doc fix.
27622 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
27623 (custom-theme-value, custom-theme-variable-value): Likewise.
27624 (custom-theme-reset-internal): Likewise.
27625 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
27626 (custom-enable-theme, custom-disable-theme): New functions.
27627 (custom-variable-theme-value, custom-face-theme-value): Likewise.
27628 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
27629 (custom-theme-reset-variables): Simplify.
27630 (deftheme, custom-declare-theme, custom-make-theme-feature):
27631 Definitions moved.
27632
27633 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
27634
27635 * longlines.el (longlines-show-region)
27636 (longlines-unshow-hard-newlines): Recognize hard newlines by
27637 non-nil hard property, instead of t.
27638
27639 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
27640
27641 * emulation/viper-cmd.el (viper--key-maps): New variable.
27642 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
27643 emulation-mode-map-alists.
27644 (viper-envelop-ESC-key): Use viper-subseq.
27645 (viper-search-forward/backward/next): Disable debug-on-error.
27646
27647 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
27648 (viper-ESC-key): New defcustoms.
27649
27650 * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
27651
27652 * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
27653 (viper-subseq): Copy of subseq from cl.el.
27654
27655 * emulation/viper.el (viper-go-away, viper-set-hooks): Use
27656 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
27657
27658 * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
27659
27660 * emulation/viper-init.el: Get rid of -face in face names.
27661
27662 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
27663 Make it work with longlines mode.
27664
27665 * ediff-mult.el (ediff-meta-mode-hook): New variable.
27666
27667 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
27668
27669 * ediff-init.el: Get rid of -face in face names.
27670
27671 2005-07-10 Richard M. Stallman <rms@gnu.org>
27672
27673 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
27674 and with-timeout-unsuspend.
27675
27676 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
27677 and with-timeout-unsuspend.
27678
27679 * emacs-lisp/timer.el (with-timeout-timers): New variable.
27680 (with-timeout): Bind that variable to record timers.
27681 (with-timeout-suspend, with-timeout-unsuspend): New functions.
27682
27683 * emacs-lisp/debug.el (debug-help-follow): New function.
27684 (debugger-mode-map): Use that instead of help-follow.
27685 (debugger-setup-buffer): Use eval-buffer-list
27686 to handle eval-buffer frames.
27687
27688 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
27689
27690 * timezone.el (timezone-parse-date): Change first regexp
27691 so it will not mistakenly match dates with no time zone.
27692
27693 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
27694
27695 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
27696
27697 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
27698
27699 * custom.el (custom-initialize-safe-set)
27700 (custom-initialize-safe-default): New functions.
27701
27702 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
27703 and simplify :init-value.
27704
27705 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
27706 and simplify :init-value. Delete obsolete comment.
27707
27708 * startup.el (command-line): Use `custom-reevaluate-setting' to
27709 handle `tooltip-mode'. Delete obsolete comment.
27710
27711 * files.el (set-visited-file-name): Avoid calling
27712 `file-name-nondirectory' with a nil argument.
27713
27714 2005-07-09 Richard M. Stallman <rms@gnu.org>
27715
27716 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
27717 was called with nil for the buffer, handle the read position right.
27718 Handle read position for eval-region, too.
27719
27720 2005-07-09 Juri Linkov <juri@jurta.org>
27721
27722 * fringe.el (fringe-mode): Add period in docstring.
27723 (fringe-query-style): Build prompt depending on `all-frames' arg.
27724
27725 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
27726 to not create links to unrelated functions in the Help buffer.
27727
27728 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
27729 Doc fix.
27730
27731 * simple.el (next-error-hook): New variable.
27732 (next-error): Use it. Doc fix.
27733
27734 * textmodes/ispell.el (ispell-command-loop): Add current
27735 dictionary name and program name to mode-line-format.
27736 (ispell-region, ispell-process-line): Add current dictionary name
27737 and program name to messages.
27738
27739 2005-07-08 Jay Belanger <belanger@truman.edu>
27740
27741 * calc/calc.el (calc-embedded-announce-formula-alist)
27742 (calc-embedded-open-close-formula-alist)
27743 (calc-embedded-open-close-word-alist)
27744 (calc-embedded-open-close-plain-alist)
27745 (calc-embedded-open-close-new-formula-alist)
27746 (calc-embedded-open-close-mode-alist)
27747 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
27748 (calc-embedded-mode-hook): New variables.
27749
27750 * calc/calc-embed.el (calc-embedded-firsttime)
27751 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
27752 New variables.
27753 (calc-do-embedded): Use calc-embedded-firsttime,
27754 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
27755 determine whether or not to run hooks.
27756 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
27757 calc-embedded-firsttime-formula appropriately.
27758 Set calc-embedded delimiter variables according to mode.
27759
27760 2005-07-08 Richard M. Stallman <rms@gnu.org>
27761
27762 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
27763 Check for "emacs", etc., as entire symbol, not just as word.
27764 (checkdoc-file-comments-engine): Use regexp-quote on FN.
27765
27766 * files.el (set-visited-file-name): Report the error
27767 for "empty filename" earlier.
27768 (kill-some-buffers): Ignore buffers already dead.
27769
27770 * fringe.el (fringe-mode): Doc fix.
27771
27772 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
27773 Check for (featurep 'xemacs) and turn off warnings in what it guards.
27774 Use unwind-protect to ensure byte-compile-unresolved-functions
27775 is updated.
27776
27777 * whitespace.el (whitespace-buffer-leading-cleanup):
27778 Simplify w/ skip-chars-forward.
27779 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
27780
27781 * mail/rmail.el (rmail-only-expunge): Fix paren error.
27782 Unconditionally try to leave point at the same old place.
27783
27784 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
27785
27786 * comint.el (comint-postoutput-scroll-to-bottom)
27787 (comint-show-maximum-output): Take scroll-margin into consideration.
27788
27789 2005-07-08 Kim F. Storm <storm@cua.dk>
27790
27791 * ido.el (ido-use-filename-at-point): New choice `guess'.
27792 (ido-file-internal): Try ffap-guesser if selected.
27793
27794 * ido.el (ido-before-fallback-functions): New hook.
27795 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
27796 (ido-read-file-name): Run it.
27797
27798 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
27799
27800 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
27801 strings rather than a list of symbols to the completion function.
27802
27803 2005-07-07 Jay Belanger <belanger@truman.edu>
27804
27805 * calc/calc-units.el (math-apply-units): Change the places in
27806 which units are simplified.
27807
27808 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
27809
27810 * cus-edit.el (customize-option, customize-option-other-window):
27811 Make them handle aliases.
27812
27813 * custom.el (custom-variable-p): Make it recursively follow
27814 aliases. Mention that in the docstring.
27815
27816 2005-07-07 Richard M. Stallman <rms@gnu.org>
27817
27818 * cus-start.el (exec-path): Use `directory' instead of `file'.
27819 Fix tag for nil.
27820
27821 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
27822
27823 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
27824 when called non-interactively. Doc fix.
27825
27826 2005-07-07 Lute Kamstra <lute@gnu.org>
27827
27828 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
27829 new address as well.
27830
27831 2005-07-07 Kenichi Handa <handa@m17n.org>
27832
27833 * international/mule.el (make-coding-system):
27834 Describe `ascii-incompatible' property in the docstring.
27835 (set-file-name-coding-system): Signal an error if coding-system is
27836 ascii-incompatible.
27837 (set-keyboard-coding-system): Likewise.
27838
27839 * international/mule-cmds.el (set-default-coding-systems):
27840 Don't set default-file-name-coding-system and
27841 default-keyboard-coding-system if coding-system is ASCII-incompatible.
27842
27843 * international/utf-16.el: Declare that all UTF-16-based coding
27844 systems are ASCII-incompatible.
27845
27846 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
27847
27848 * progmodes/gud.el: Require font-lock for displaying errors.
27849 Used by gdb-ui.el.
27850
27851 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
27852
27853 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
27854 values for the pattern lists which are `read'able but not
27855 `append'able (like symbols).
27856
27857 2005-07-06 Richard M. Stallman <rms@gnu.org>
27858
27859 * progmodes/flymake.el (flymake-float-time): Instead of
27860 with-no-warnings, test for XEmacs.
27861 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
27862 to avoid warning.
27863
27864 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
27865
27866 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
27867
27868 2005-07-05 Lute Kamstra <lute@gnu.org>
27869
27870 * battery.el: Add support for Darwin (with much debugging help
27871 from Samuel Lauber <sam124@operamail.com>).
27872 (battery-status-function, battery-echo-area-format)
27873 (battery-mode-line-format): Add support for pmset on Darwin.
27874 (battery-load-low, battery-load-critical): New user options.
27875 (battery-pmset): New function.
27876
27877 2005-07-05 Lute Kamstra <lute@gnu.org>
27878
27879 Update FSF's address in GPL notices.
27880
27881 * textmodes/page-ext.el: Update FSF's address.
27882
27883 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
27884
27885 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
27886 filling from using prefix when filling a single-line docstring.
27887
27888 * progmodes/flymake.el: Remove useless eval-when-compile.
27889
27890 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
27891
27892 2005-07-04 Richard M. Stallman <rms@gnu.org>
27893
27894 * textmodes/org.el (org-file-apps-defaults-gnu):
27895 Rename from org-file-apps-defaults-linux.
27896 (org-default-apps): Don't test system-type for `linux'.
27897 (org-file-apps): Doc fix.
27898
27899 2005-07-04 David Ponce <david@dponce.com>
27900
27901 * tree-widget.el: Improve header Commentary section.
27902 (tree-widget) [defgroup]
27903 (tree-widget-image-enable, tree-widget-themes-directory)
27904 (tree-widget-theme, tree-widget-image-properties-emacs)
27905 (tree-widget-image-properties-xemacs, tree-widget-create-image)
27906 (tree-widget-image-formats, tree-widget-control)
27907 (tree-widget-empty-control, tree-widget-leaf-control
27908 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
27909 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
27910 (tree-widget-keep, tree-widget-after-toggle-functions)
27911 (tree-widget-open-node, tree-widget-close-node): Doc fix.
27912 (tree-widget-open-control, tree-widget-close-control): Fix doc and
27913 :help-echo message.
27914 (tree-widget-set-theme): Doc fix. Use `string-equal'.
27915 (tree-widget-image-properties): Doc fix. Clearer implementation.
27916 (tree-widget--cursors): New constant.
27917 (tree-widget-lookup-image): New function split from
27918 `tree-widget-find-image'. Clearer implementation.
27919 (tree-widget-find-image): Use it.
27920 (tree-widget-button-keymap): Use `set-keymap-parent'.
27921 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
27922 Define the sub-widgets here.
27923 (tree-widget-node): Check that :node is not a tree-widget.
27924 (tree-widget-get-super, tree-widget-open-control)
27925 (tree-widget-close-control, tree-widget-empty-control)
27926 (tree-widget-leaf-control, tree-widget-guide)
27927 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
27928 (tree-widget-no-handle, tree-widget-value-delete)
27929 (tree-widget-map): Remove.
27930 (tree-widget-children-value-save): Doc fix. Simplified.
27931 (tree-widget-value-create): Update according to previous changes.
27932
27933 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
27934
27935 * textmodes/org.el: Leading space replaced by TABS.
27936 (org-recalc-marks, org-table-rotate-recalc-marks)
27937 (org-table-get-specials): Treat "^" and "_" marks.
27938 (org-table-justify-field-maybe): Optional argument NEW.
27939 (org-table-eval-formula): Parsing of the format simplified.
27940 New modes C,I. Honor the %= parameter in the current table.
27941 Avoid unnecessary re-align by using the NEW argument to
27942 `org-table-justify-field-maybe'.
27943 (org-calc-default-modes): Default for date-format mimicks org-mode.
27944 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
27945
27946 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
27947
27948 * cus-face.el (custom-theme-set-faces): Make it handle face
27949 aliases whose alias declarations are pre- or autoloaded.
27950
27951 2005-07-04 Juri Linkov <juri@jurta.org>
27952
27953 * faces.el (read-face-name): Put the code for getting a face name
27954 from the buffer before adding the faces from the `face' property.
27955 Use `completing-read-multiple' instead of `completing-read'.
27956 Require `crm'. Add default value and post-process the returned
27957 list of faces.
27958
27959 * emacs-lisp/crm.el (crm-find-current-element)
27960 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
27961
27962 * emacs-lisp/lisp-mode.el (eval-defun-1):
27963 * emacs-lisp/edebug.el (edebug-eval-defun):
27964 Remove unnecessary quotes.
27965
27966 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
27967
27968 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
27969 (prolog-indent-level): Fix typo in docstring.
27970
27971 * info.el (Info-history, Info-history-forward)
27972 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
27973
27974 * add-log.el (add-change-log-entry):
27975 * comint.el (comint-dynamic-list-input-ring)
27976 (comint-dynamic-list-completions):
27977 * dabbrev.el (dabbrev-expand):
27978 * delim-col.el (delimit-columns-rectangle-line):
27979 * diff-mode.el (diff-context->unified, diff-reverse-direction)
27980 (diff-unified->context):
27981 * ediff-init.el (ediff-abbrev-jobname):
27982 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
27983 (ediff-replace-session-activity-marker-in-meta-buffer):
27984 * info.el (Info-summary):
27985 * lpr.el (printify-region):
27986 * printing.el (pr-create-interface):
27987 * ps-print.el (ps-print-quote):
27988 * ses.el (ses-column-widths, ses-print-cell)
27989 (ses-adjust-print-width, ses-center):
27990 * shell.el (shell-file-name-quote-list):
27991 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
27992 (strokes-fill-current-buffer-with-whitespace)
27993 (strokes-xpm-for-stroke, strokes-list-strokes)
27994 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
27995 * term.el (term-dynamic-list-input-ring)
27996 (term-dynamic-list-completions):
27997 * calc/calc.el (math-format-stack-value):
27998 * emacs-lisp/edebug.el (edebug-display-freq-count):
27999 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
28000 (delphi-new-comment-line):
28001 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
28002 * progmodes/executable.el (executable-set-magic):
28003 * progmodes/python.el (inferior-python-mode):
28004 * progmodes/scheme.el (scheme-mode-syntax-table):
28005 * progmodes/sh-script.el (sh-maybe-here-document):
28006 * progmodes/sql.el (sql-copy-column):
28007 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
28008 * textmodes/bibtex.el (bibtex-mode):
28009 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
28010 (sgml-auto-attributes):
28011 * textmodes/table.el (table-insert, table-shorten-cell)
28012 (table--generate-source-scan-lines, table-delete-row)
28013 (*table--cell-delete-char, table--spacify-frame)
28014 (table--horizontally-shift-above-and-below)
28015 (table--cell-insert-char, table--cell-blank-str)
28016 (table--fill-region-strictly):
28017 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
28018 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
28019
28020 * add-log.el (change-log):
28021 * apropos.el (apropos):
28022 * comint.el (comint-completion, comint-source):
28023 * dabbrev.el (dabbrev):
28024 * delim-col.el (columns):
28025 * diff-mode.el (diff-mode):
28026 * ediff.el (ediff):
28027 * ediff-diff.el (ediff-diff):
28028 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
28029 * ediff-mult.el (ediff-mult):
28030 * ediff-ptch.el (ediff-ptch):
28031 * ediff-wind.el (ediff-window):
28032 * facemenu.el (facemenu):
28033 * indent.el (indent):
28034 * info.el (info):
28035 * jka-cmpr-hook.el (compression, jka-compr):
28036 * lpr.el (lpr):
28037 * outline.el (outlines):
28038 * pcmpl-cvs.el (pcmpl-cvs):
28039 * pcmpl-rpm.el (pcmpl-rpm):
28040 * printing.el (printing):
28041 * ps-print.el (postscript, ps-print, ps-print-horizontal)
28042 (ps-print-vertical, ps-print-headers, ps-print-font)
28043 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
28044 (ps-print-background, ps-print-printer, ps-print-page)
28045 (ps-print-miscellany):
28046 * ses.el (ses):
28047 * shell.el (shell, shell-directories, shell-faces):
28048 * startup.el (initialization):
28049 * strokes.el (strokes):
28050 * term.el (term):
28051 * uniquify.el (uniquify):
28052 * w32-vars.el (w32):
28053 * calc/calc.el (calc):
28054 * emacs-lisp/bytecomp.el (bytecomp):
28055 * emacs-lisp/cl-indent.el (lisp-indent):
28056 * emacs-lisp/edebug.el (edebug):
28057 * emacs-lisp/elp.el (elp):
28058 * emacs-lisp/testcover.el (testcover):
28059 * emacs-lisp/trace.el (trace):
28060 * emulation/viper-ex.el (viper-ex):
28061 * emulation/viper-mous.el (viper-mouse):
28062 * mail/mailalias.el (mailalias):
28063 * mail/supercite.el (supercite, supercite-frames)
28064 (supercite-attr, supercite-cite, supercite-hooks):
28065 * net/rcompile.el (remote-compile):
28066 * net/rlogin.el (rlogin):
28067 * obsolete/ooutline.el (outlines):
28068 * progmodes/delphi.el (delphi):
28069 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
28070 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
28071 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
28072 (ebnf-optimization):
28073 * progmodes/etags.el (etags):
28074 * progmodes/executable.el (executable):
28075 * progmodes/idlwave.el (idlwave):
28076 * progmodes/pascal.el (pascal):
28077 * progmodes/prolog.el (prolog):
28078 * progmodes/python.el (python):
28079 * progmodes/scheme.el (scheme):
28080 * progmodes/sh-script.el (sh, sh-script):
28081 * progmodes/sql.el (SQL):
28082 * progmodes/tcl.el (tcl):
28083 * textmodes/bibtex.el (bibtex, bibtex-autokey):
28084 * textmodes/enriched.el (enriched):
28085 * textmodes/makeinfo.el (makeinfo):
28086 * textmodes/sgml-mode.el (sgml):
28087 * textmodes/table.el (table-hooks):
28088 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
28089 * textmodes/texinfo.el (texinfo):
28090 * textmodes/two-column.el (two-column):
28091 Finish `defgroup' description with period.
28092
28093 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
28094 * eshell/esh-var.el (eshell-var):
28095 * progmodes/vhdl-mode.el (vhdl-testbench):
28096 * textmodes/org.el (org): Fix typos in docstrings.
28097
28098 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
28099 consistency.
28100
28101 * progmodes/flymake.el (flymake-find-file): Remove.
28102 (flymake-float-time): Use `with-no-warnings'.
28103 (flymake-check-start-time, flymake-check-was-interrupted)
28104 (flymake-err-info, flymake-is-running, flymake-last-change-time)
28105 (flymake-new-err-info): `defvar' at compile time.
28106
28107 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
28108
28109 * replace.el (occur-hook): Doc fix.
28110 (occur-1): Don't call `occur-hook' if there are no matches.
28111
28112 2005-07-03 Richard M. Stallman <rms@gnu.org>
28113
28114 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
28115 global-map, save the same map.
28116 (global-map): Don't alter it at top level.
28117 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
28118 Then alter it here instead.
28119 (tpu-edt-off): Set global-map to the saved one.
28120
28121 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
28122 All references simplified.
28123 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
28124 (zmacs-regions): Add defvar.
28125 (repeat-complex-command-map): Everything about that deleted.
28126
28127 * textmodes/artist.el (artist-key-is-drawing)
28128 (artist-key-endpoint1, artist-key-poly-point-list)
28129 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
28130 (artist-key-compl-table, artist-rb-save-data)
28131 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
28132 Don't put them in eval-when-compile.
28133 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
28134
28135 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
28136 Use with-no-warnings.
28137
28138 * net/browse-url.el (dos-windows-version): Add defvar.
28139
28140 * mail/supercite.el (filladapt-prefix-table): Add defvar.
28141
28142 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
28143 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
28144 (rmail-new-summary-line-count): Rename from new-summary-line-count.
28145 Add defvar.
28146 (rmail-summary-beginning-of-message): Use with-no-warnings.
28147 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
28148
28149 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
28150 Use with-no-warnings.
28151
28152 * emulation/vi.el (vi-mark-region): Use c-mark-function.
28153 (c-mark-function): Add point-moving-unit property.
28154 (vi-goto-line): Use with-no-warnings.
28155
28156 * emulation/edt.el (edt-last-copied-word): Add defvar.
28157 (zmacs-region-stays): Likewise.
28158 (edt-mark-section-wisely): Use c-mark-function for C.
28159 Use makr-defun for Fortran.
28160 (time-string): defvar deleted.
28161 (edt-display-the-time): Don't set time-string.
28162
28163 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
28164
28165 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
28166 Don't warn when name is not constant
28167 or for defining the group `emacs'.
28168
28169 * tooltip.el (gud-tooltip-mode): Add defvar.
28170
28171 * startup.el (default-frame-background-mode): Add defvar.
28172
28173 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
28174
28175 * info.el (tool-bar-map): Add defvar.
28176
28177 * dired.el (dnd-protocol-alist): Add defvar.
28178
28179 * dired-aux.el (dired-query): Display question with answer, when
28180 the user answers.
28181
28182 * custom.el (custom-add-option): Doc fix.
28183
28184 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
28185
28186 2005-07-03 Eli Zaretskii <eliz@gnu.org>
28187
28188 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
28189 bogus name from the last change.
28190
28191 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
28192
28193 * custom.el (custom-declare-variable): Fix typos in comment.
28194 (custom-known-themes): Doc fix.
28195 (custom-theme-directory): New defcustom.
28196 (require-theme): Make it check `custom-theme-directory'.
28197
28198 * cus-theme.el (custom-new-theme-mode): New function.
28199 (custom-theme-name, custom-theme-variables, custom-theme-faces)
28200 (custom-theme-description): Add compiler defvars.
28201 (customize-create-theme): Add doc to the "*New Custom Theme*"
28202 buffer. Use `custom-new-theme-mode'.
28203 (custom-theme-write): Put the created buffer in emacs-lisp-mode
28204 and save it to the `custom-theme-directory'. Make this the
28205 default directory of the buffer.
28206
28207 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
28208
28209 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
28210 Fix unbalanced parentheses.
28211
28212 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
28213
28214 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
28215 into flymake-mode and delegate to flymake-mode.
28216
28217 * find-file.el (ff-which-function-are-we-in): Clean up.
28218
28219 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
28220
28221 * replace.el (occur-rename-buffer): Fix docstring.
28222
28223 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
28224 (edt-last-copied-word, edt-learn-macro-count)
28225 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
28226 (edt-rect-start-point, edt-user-global-map, rect-start-point)
28227 (time-string, zmacs-region-stays):
28228 * emulation/edt-mapper.el (edt-save-function-key-map)
28229 (EDT-key-name): `defvar' to silence the byte-compiler.
28230
28231 2005-07-02 Martin Rudalics <rudalics@gmx.at>
28232
28233 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
28234 font-lock-regexp-backslash. Doc fix.
28235 (font-lock-regexp-backslash-grouping-construct): Rename from
28236 font-lock-regexp-backslash-construct. Doc fix.
28237 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
28238 grouping constructs.
28239
28240 2005-07-02 Eli Zaretskii <eliz@gnu.org>
28241
28242 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
28243 updating all the prerequisites.
28244
28245 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
28246
28247 * textmodes/org.el (org-agenda-start-on-weekday)
28248 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
28249 (org-agenda-use-time-grid, org-archive-location)
28250 (org-allow-space-in-links, org-usenet-links-prefer-google)
28251 (org-enable-table-editor, org-export-default-language)
28252 (org-export-html-show-new-buffer, org-fill-paragraph)
28253 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
28254 (org-goto-quit, org-occur, org-eval-in-calendar)
28255 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
28256 (org-agenda-diary-entry, org-remember-help)
28257 (org-table-convert-region, org-at-table-p)
28258 (org-table-move-row-down, org-table-move-row-up)
28259 (org-table-copy-region, org-table-toggle-vline-visibility)
28260 (org-table-get-stored-formulas, org-table-get-specials)
28261 (org-recalc-commands, org-table-eval-formula)
28262 (org-table-formula-substitute-names, orgtbl-make-binding)
28263 (org-format-org-table-html, org-format-table-table-html)
28264 (org-format-table-table-html-using-table-generate-source)
28265 (org-customize): Fix typos in docstrings.
28266 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
28267 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
28268 (org-back-to-heading): Doc fixes.
28269 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
28270 (org-agenda-change-all-lines, org-get-header):
28271 Improve argument/docstring consistency.
28272 (orgtbl-error): Fix error message.
28273
28274 * progmodes/flymake.el (flymake-find-possible-master-files)
28275 (flymake-master-file-compare, flymake-get-line-err-count)
28276 (flymake-highlight-line, flymake-gui-warnings-enabled):
28277 Fix typos in docstrings.
28278 (flymake-parse-line, flymake-get-project-include-dirs-function)
28279 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
28280 Doc fixes.
28281 (flymake-get-project-include-dirs-function)
28282 (flymake-make-err-menu-data):
28283 Improve argument/docstring consistency.
28284
28285 2005-07-01 Lute Kamstra <lute@gnu.org>
28286
28287 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
28288 Catch errors with ignore-errors. Use temporary buffer.
28289 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
28290
28291 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
28292 background color faces.
28293 (facemenu-set-foreground, facemenu-set-background):
28294 Use facemenu-set-face-from-menu.
28295 (facemenu-set-face-from-menu): Treat face names that start with
28296 "fg:" or "bg:" as special.
28297 (facemenu-add-new-color): Don't create faces. Simplify.
28298
28299 2005-06-30 Richard M. Stallman <rms@gnu.org>
28300
28301 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
28302 (crm-find-current-element): Likewise.
28303
28304 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
28305
28306 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
28307
28308 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
28309
28310 * arc-mode.el (archive-extract): Make it work as a mouse binding.
28311 (archive-mouse-extract): Make it an obsolete alias.
28312 (archive-mode-map): Don't use archive-mouse-extract any more.
28313 (archive-mode, archive-extract): write-contents-hooks ->
28314 write-contents-functions.
28315 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
28316 first arg.
28317 (archive-rename-entry): Update the call.
28318 (archive-zip-summarize): Remove unused var `method'.
28319 (archive-lzh-summarize): Remove unused var `creator'.
28320
28321 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
28322 dedicated frame upon exit.
28323
28324 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
28325 (archive-zip-extract, archive-zip-expunge)
28326 (archive-zip-update, archive-zip-update-case): Use executable-find.
28327 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
28328 Use restore-buffer-modified-p.
28329 (archive-extract, archive-add-new-member, archive-write-file-member):
28330 Use with-current-buffer.
28331 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
28332
28333 2005-06-30 Andreas Schwab <schwab@suse.de>
28334
28335 * progmodes/gud.el (gud-filter): Remove unneeded progn.
28336
28337 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
28338
28339 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
28340
28341 2005-06-30 Juri Linkov <juri@jurta.org>
28342
28343 * faces.el (vertical-border): Inherit from mode-line-inactive
28344 only on tty.
28345
28346 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
28347
28348 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
28349 example, -NLINES in the `occur' docstring).
28350
28351 * replace.el (occur-1): When no matches are found, do not set the
28352 `buffer-read-only' and modified flags for the occur buffer,
28353 because it is deleted.
28354
28355 * emulation/cua-base.el (cua-check-pending-input)
28356 (cua-repeat-replace-region, cua-mode, cua-debug)
28357 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
28358 Fix typos in docstrings.
28359
28360 * emulation/cua-gmrk.el (cua-toggle-global-mark)
28361 (cua-cut-region-to-global-mark)
28362 (cua--cut-rectangle-to-global-mark):
28363 Remove period from end of messages.
28364
28365 * emulation/cua-rect.el (cua-do-rectangle-padding):
28366 Remove period from end of messages.
28367 (cua--rectangle-seq-format): Fix typo in docstring.
28368 (cua-sequence-rectangle, cua-fill-char-rectangle):
28369 Improve argument/docstring consistency.
28370
28371 2005-06-29 Juri Linkov <juri@jurta.org>
28372
28373 * faces.el (default-frame-background-mode): New internal variable.
28374 (frame-set-background-mode): Use it.
28375
28376 * startup.el (normal-top-level): Set default-frame-background-mode
28377 instead of frame-background-mode. Before setting it, test for its
28378 nil value. Remove tests for frame-background-mode and frame
28379 parameter `reverse'. Add test for "unspecified-fg".
28380
28381 * term/xterm.el (xterm-rxvt-set-background-mode):
28382 * term/rxvt.el (rxvt-set-background-mode):
28383 Set default-frame-background-mode instead of frame-background-mode.
28384
28385 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
28386
28387 * simple.el (set-variable): Warn about obsolete user variables.
28388
28389 * imenu.el (imenu--completion-buffer):
28390 * mouse.el (mouse-buffer-menu-alist):
28391 * msb.el (msb-invisible-buffer-p):
28392 * calendar/diary-lib.el (diary-header-line-format):
28393 * emacs-lisp/pp.el (pp-buffer):
28394 * progmodes/cperl-mode.el (cperl-do-auto-fill):
28395 * textmodes/picture.el (picture-replace-match):
28396 Change space constants followed by a sexp to "?\s ".
28397
28398 * play/decipher.el (decipher-loop-with-breaks):
28399 * textmodes/texinfo.el (texinfo-insert-@item): Change space
28400 constants "protected" from end of line by a comment to "?\s".
28401
28402 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
28403
28404 * font-lock.el (save-buffer-state): Use `declare'.
28405
28406 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
28407 reset the syntax-table to cperl-mode-syntax-table.
28408 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
28409 "foo_print_bar" is not matched as a reserved keyword.
28410
28411 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
28412
28413 * textmodes/org.el (orgtbl-setup): New function, for delayed
28414 setup for the orgtbl commands.
28415 (org-calc-default-modes): New option.
28416 (orgtbl-make-binding): Use `defun' to get better help display.
28417 (org-diary): Call `org-compile-prefix-format'.
28418 (org-table-formula-substitute-names): New function.
28419 (org-agenda-day-view, org-agenda-week-view): New commands.
28420 (org-agenda-toggle-week-view): Command removed.
28421 (org-tbl-menu): Split off from org-org-menu.
28422 (org-mode): Move removal of outline-mode menus to here.
28423 (org-table-formula-debug): New option.
28424 (org-table-insert-row): Keep first field if just "#" or "*".
28425 (org-mode): Paragraph regexps fixed.
28426 (org-table-recalculate-regexp): New constant.
28427 (org-table-justify-field-maybe): Avoid replace if not necessary.
28428 (org-copy-special, org-cut-special): Use `call-interactively'.
28429 (org-table-copy-region): Take region from `interactive' call.
28430 (org-trim): Return string even if no match.
28431 (org-formula): New face.
28432 (org-set-font-lock-defaults): No longer highlight "FIXME".
28433 But highlight formula-related fields in table.
28434 (org-table-p): Use regexp, not fontification.
28435 (org-table-align): Handle white space at end of line.
28436 (org-table-formula-evaluate-inline): New option.
28437 (org-mode): Auto-wrapping in comment lines turned off.
28438 (org-table-copy-down): Evaluate only in copied field, not in
28439 destination.
28440 (org-table-current-formula): Variable removed.
28441 (org-table-store-formulas, org-table-get-stored-formulas)
28442 (org-table-modify-formulas, org-table-replace-in-formulas)
28443 (org-table-maybe-eval-formula): New functions.
28444 (org-table-get-formula): Modify to use stored formulas.
28445 (org-table-insert-column, org-table-delete-column)
28446 (org-table-move-column): Call `org-table-modify-formulas'.
28447 (org-complete): Add completion for keyword formulas.
28448 (orgtbl-mode): Pull orgtbl-mode-map to start of
28449 minor-mode-map-alist.
28450
28451 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
28452
28453 * progmodes/python.el (python-check): Require `compile' before
28454 modifying its variables.
28455
28456 * newcomment.el (comment-indent-default): Don't get fooled by an early
28457 end of buffer.
28458
28459 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28460
28461 * ps-print.el (ps-print-version): Fix version number.
28462
28463 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
28464
28465 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
28466
28467 2005-06-28 Richard M. Stallman <rms@gnu.org>
28468
28469 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
28470 (flyspell-local-mouse-map): Declaration deleted.
28471 (flyspell-mouse-map): Bind only mouse-2.
28472 (flyspell-mode-map): Don't test flyspell-use-local-map.
28473 (flyspell-overlay-keymap-property-name): Var deleted.
28474 (flyspell-mode-on): Don't make local bindings for
28475 flyspell-mouse-map and flyspell-mode-map.
28476 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
28477
28478 * textmodes/ispell.el (ispell-word): Do not ignore short words.
28479
28480 * progmodes/compile.el (compilation-next-error-function):
28481 Don't switch buffers; operate on the current buffer.
28482
28483 * progmodes/compile.el (compilation-error-file-name)
28484 (compilation-warning-file-name, compilation-info-file-name)
28485 (compilation-line-number, compilation-column-number): New faces.
28486 (compilation-error-face, compilation-warning-face)
28487 (compilation-info-face, compilation-line-face)
28488 (compilation-column-face): Use them.
28489
28490 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
28491
28492 * comint.el (comint-password-prompt-regexp): Accept ", try again".
28493
28494 * bindings.el (global-map): Bind insertchar and its variants.
28495
28496 2005-06-27 Richard M. Stallman <rms@gnu.org>
28497
28498 * textmodes/artist.el (artist-text-overwrite)
28499 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
28500
28501 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28502
28503 * ps-print.el: It was not working the page selection for printing.
28504 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
28505 (ps-print-version): New version 6.6.7.
28506 (ps-end-sheet): New fun.
28507 (ps-header-sheet, ps-end-job): Call it.
28508
28509 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
28510
28511 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
28512
28513 2005-06-27 Lute Kamstra <lute@gnu.org>
28514
28515 * facemenu.el (facemenu-unlisted-faces): Add foreground and
28516 background color faces.
28517 (facemenu-get-face): Delete function.
28518 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
28519 (facemenu-add-new-color): Make second argument mandatory.
28520 Create the appropriate face and return it. Simplify.
28521 (facemenu-set-foreground, facemenu-set-background): Don't check if
28522 color is defined. Use return value of facemenu-add-new-color.
28523
28524 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
28525
28526 * progmodes/gud.el (gud-filter): Add missing argument to
28527 with-selected-window.
28528
28529 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
28530
28531 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
28532 a :require to the defcustom.
28533
28534 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
28535 defcustoms corresponding to minor modes.
28536
28537 2005-06-26 David Ponce <david@dponce.com>
28538
28539 * recentf.el: Require tree-widget instead of wid-edit.
28540 (recentf-filename-handler): Fix widget :type.
28541 (recentf-cancel-dialog, recentf-open-more-files)
28542 (recentf-open-files-action): Doc fix.
28543 (recentf-dialog-goto-first): New function.
28544 (recentf-dialog-mode-map): Set parent keymap first.
28545 (recentf-dialog-mode): Define with define-derived-mode.
28546 Don't display continuation lines in dialogs.
28547 (recentf-edit-list): Rename from recentf-edit-selected-items.
28548 (recentf-edit-list-select): Rename from recentf-edit-list-action.
28549 Simplify.
28550 (recentf-edit-list-validate): New function.
28551 (recentf-edit-list): Update accordingly.
28552 (recentf-open-files-item-shift): Remove.
28553 (recentf-open-files-item): Convert menu elements into tree and
28554 link widgets. Don't create the widgets.
28555 (recentf-open-files): Update accordingly.
28556 (recentf-save-list): Untabify.
28557
28558 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
28559
28560 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
28561 (keep-lines): Add INTERACTIVE arg. Never delete lines only
28562 partially contained in the active region. Do not take active
28563 region into account when called from Lisp, unless INTERACTIVE arg
28564 is non-nil. Use `forward-line' instead of `beginning-of-line' to
28565 avoid trouble with fields. Make marker point nowhere when no
28566 longer used. Always return nil. Doc fix.
28567 (flush-lines): Add INTERACTIVE arg. Do not take active region
28568 into account when called from Lisp, unless INTERACTIVE arg is
28569 non-nil. Use `forward-line' instead of `beginning-of-line' to
28570 avoid trouble with fields. Make marker point nowhere when no
28571 longer used. Always return nil. Doc fix.
28572 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
28573 interchangeable. Do not take active region into account when
28574 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
28575 message in echo area when called from Lisp, unless INTERACTIVE arg
28576 is non-nil. Avoid saying "1 occurrences". Do not use markers.
28577 Return the number of matches. Doc fix.
28578 (occur): Doc fix.
28579 (perform-replace): Make comment follow double space convention for
28580 the sake of `outline-minor-mode'.
28581
28582 * faces.el (facep): Doc fix.
28583
28584 2005-06-25 Richard M. Stallman <rms@gnu.org>
28585
28586 * facemenu.el (facemenu-enable-faces-p): New function.
28587 (facemenu-background-menu, facemenu-foreground-menu)
28588 (facemenu-face-menu): Add menu-enable property.
28589
28590 * jka-compr.el (jka-compr-insert-file-contents):
28591 Special handling if cannot find the uncompression program.
28592
28593 * cus-face.el (custom-face-attributes): Add autoload.
28594
28595 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28596 Bind comment-indent-function locally.
28597
28598 * window.el (save-selected-window): Use save-current-buffer.
28599
28600 * subr.el (with-selected-window): Use save-current-buffer.
28601
28602 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
28603 and with-current-buffer.
28604
28605 2005-06-24 Richard M. Stallman <rms@gnu.org>
28606
28607 * simple.el (line-move-1): Fix previous change.
28608
28609 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
28610
28611 * replace.el (occur-1): Set `buffer-read-only' and the
28612 buffer-modified flag before running `occur-hook' to protect
28613 against unintentional buffer switches that can lead to data loss.
28614
28615 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
28616
28617 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
28618 (gud-gdb-marker-filter): Use font-lock-warning-face for any
28619 initial error.
28620
28621 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
28622 after fresh input.
28623 (gdb-var-create-handler): Put name of expression in quotes.
28624
28625 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
28626
28627 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
28628 elements of RING in order, and without bogus nil elements.
28629
28630 2005-06-23 Richard M. Stallman <rms@gnu.org>
28631
28632 * simple.el (set-variable): Args renamed; doc fix.
28633 (line-move-1): When there are overlays around, use vertical-motion.
28634
28635 * faces.el (escape-glyph): Use brown against light background.
28636 (nobreak-space): Rename from no-break-space.
28637 Fix previous change.
28638
28639 * dired-aux.el (dired-do-copy): Fix arg prompt.
28640
28641 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
28642
28643 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
28644
28645 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
28646 rather than "Distributor".
28647
28648 2005-06-23 Lute Kamstra <lute@gnu.org>
28649
28650 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
28651 (debug-on-entry): Use it. New interactive declaration that uses
28652 function-called-at-point.
28653
28654 2005-06-23 Kim F. Storm <storm@cua.dk>
28655
28656 * subr.el (save-match-data): Add comment about using evaporate arg
28657 to set-match-data.
28658
28659 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
28660
28661 * cus-edit.el (customize-face)
28662 (customize-face-other-window): Handle face aliases.
28663
28664 * faces.el (face-documentation, set-face-attribute)
28665 (face-spec-set): Handle face aliases.
28666
28667 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
28668
28669 * help-mode.el (help-make-xrefs): If a symbol representing a face
28670 name is not followed by the word "face", it could still be a
28671 function or variable name, so don't bypass other checks.
28672
28673 2005-06-22 Juri Linkov <juri@jurta.org>
28674
28675 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
28676 Replace aliased functions with calls where second arg `inherit' is t.
28677
28678 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
28679
28680 * progmodes/gdb-ui.el (gdb-error): New variable.
28681 (gdb-error): New function.
28682 (gdb-annotation-rules): Act on error-begin and error annotations.
28683 (gdb-concat-output): Use font-lock-warning-face for errors.
28684
28685 2005-06-22 Miles Bader <miles@gnu.org>
28686
28687 * bindings.el (propertized-buffer-identification): Use renamed
28688 `Buffer-menu-buffer' face.
28689
28690 * faces.el (vertical-border): Rename from `vertical-divider'.
28691 (escape-glyph): Change dark-background color back to `cyan'.
28692
28693 2005-06-21 Juri Linkov <juri@jurta.org>
28694
28695 * faces.el (face-user-default-spec): Try getting `customized-face'
28696 prior to `saved-face'.
28697 (frame-background-mode): Refill docstring.
28698
28699 * emacs-lisp/lisp-mode.el (eval-defun-1):
28700 * emacs-lisp/edebug.el (edebug-eval-defun):
28701 Set `saved-face' temporarily to nil before calling form.
28702 Set `customized-face' to the new spec after that.
28703
28704 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
28705
28706 * subr.el (1value, lambda, key-substitution-in-progress):
28707 Doc fixes.
28708
28709 * autoinsert.el (auto-insert-alist):
28710 * ses.el (ses-call-printer):
28711 * subr.el (noreturn):
28712 * emacs-lisp/lisp.el (check-parens):
28713 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
28714 * net/browse-url.el (browse-url-mosaic):
28715 * progmodes/cc-defs.el (c-safe-scan-lists):
28716 * progmodes/ebnf-abn.el (ebnf-abn-lex):
28717 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
28718 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
28719 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
28720 * progmodes/ebnf-iso.el (ebnf-iso-lex):
28721 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
28722
28723 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
28724
28725 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
28726
28727 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
28728
28729 * calendar/appt.el (appt-make-list): Activate the package, if
28730 not already active (for backwards compatibility).
28731
28732 2005-06-20 Kim F. Storm <storm@cua.dk>
28733
28734 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
28735
28736 2005-06-20 Miles Bader <miles@gnu.org>
28737
28738 * faces.el (vertical-divider): New face.
28739
28740 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
28741
28742 * simple.el (kill-whole-line): Doc fix.
28743 (next-error-buffer-p, next-error-find-buffer)
28744 (clone-indirect-buffer): Fix typos in docstrings.
28745 (comment-line-break-function): Doc fix: don't say variable
28746 is automatically buffer-local (it isn't).
28747
28748 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
28749
28750 * net/tramp-ftp.el (top):
28751 * net/tramp-smb.el (top):
28752 * net/tramp-util.el (top):
28753 * net/tramp-uu.el (top):
28754 * net/tramp-vc.el (top):
28755 * net/tramp.el (top): Revert copyright years back to original
28756 ones. Tramp has a life outside GNU Emacs.
28757
28758 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
28759
28760 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
28761
28762 2005-06-18 Juri Linkov <juri@jurta.org>
28763
28764 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
28765 end of first regexp to limit the match to the position between
28766 line number and source line with same separator character as used
28767 between file name and line number. In the second regexp limit
28768 mouse-face area to file name and line number by adding new group
28769 for them and referring it in HYPERLINK arg.
28770 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
28771 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
28772 previous line where grep markers may be already removed.
28773
28774 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
28775
28776 * progmodes/ps-mode.el: Update version and maintainer's email address.
28777
28778 2005-06-18 Steve Youngs <steve@xemacs.org>
28779
28780 * net/browse-url.el (browse-url-browser-function)
28781 (browse-url-default-browser): Add firefox.
28782 (browse-url-firefox-program, browse-url-firefox-arguments)
28783 (browse-url-firefox-startup-arguments)
28784 (browse-url-firefox-new-window-is-tab): New defcustoms.
28785 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
28786
28787 2005-06-17 Richard M. Stallman <rms@gnu.org>
28788
28789 * startup.el (command-line): Warn if specified user name has
28790 no home directory.
28791
28792 * term.el (term-get-old-input, term-input-filter, term-input-sender)
28793 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
28794
28795 * longlines.el (longlines-mode, longlines-show-hard-newlines):
28796 Doc fixes.
28797
28798 * faces.el (underline): Try bold if terminal doesn't support underline.
28799
28800 * mail/sendmail.el (mail-setup-with-from): New variable.
28801 (mail-insert-from-field): New function.
28802 (sendmail-send-it): Call it.
28803 (mail-setup): Optionally call it here.
28804
28805 * term/linux.el: Call tty-no-underline.
28806
28807 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
28808
28809 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
28810
28811 2005-06-17 Miles Bader <miles@gnu.org>
28812
28813 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
28814 (ediff-current-diff-C, ediff-current-diff-Ancestor)
28815 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
28816 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
28817 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
28818 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
28819 Remove "-face" suffix from face names.
28820 (ediff-current-diff-face-A, ediff-current-diff-face-B)
28821 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
28822 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
28823 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
28824 (ediff-even-diff-face-A, ediff-even-diff-face-B)
28825 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
28826 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
28827 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
28828 New backward-compatibility aliases for renamed faces.
28829 (ediff-current-diff-face-A, ediff-current-diff-face-B)
28830 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
28831 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
28832 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
28833 (ediff-even-diff-face-A, ediff-even-diff-face-B)
28834 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
28835 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
28836 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
28837 Use renamed ediff faces.
28838
28839 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
28840 Remove "-face" suffix from face names.
28841 (eshell-test-ok-face, eshell-test-failed-face):
28842 New backward-compatibility aliases for renamed faces.
28843 (eshell-run-test): Use renamed eshell-test faces.
28844
28845 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
28846 face name.
28847 (eshell-prompt-face): New backward-compatibility alias for renamed
28848 face.
28849 (eshell-emit-prompt): Use renamed eshell-prompt face.
28850
28851 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
28852 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
28853 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
28854 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
28855 Remove "-face" suffix from face names.
28856 (eshell-ls-directory-face, eshell-ls-symlink-face)
28857 (eshell-ls-executable-face, eshell-ls-readonly-face)
28858 (eshell-ls-unreadable-face, eshell-ls-special-face)
28859 (eshell-ls-missing-face, eshell-ls-archive-face)
28860 (eshell-ls-backup-face, eshell-ls-product-face)
28861 (eshell-ls-clutter-face):
28862 New backward-compatibility aliases for renamed faces.
28863 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
28864
28865 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
28866 Remove "-face" suffix from face name.
28867 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
28868 instead of literal face.
28869
28870 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
28871
28872 * emacs-lisp/warnings.el (display-warning, lwarn)
28873 (warning-minimum-log-level): Doc fixes.
28874 (warning-minimum-level, warning-minimum-log-level):
28875 Add :debug to :type choices.
28876
28877 * progmodes/ada-mode.el (ada-format-paramlist)
28878 (ada-get-indent-case, ada-check-matching-start)
28879 (ada-check-defun-name, ada-goto-matching-decl-start)
28880 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
28881 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
28882 (ada-make-subprogram-body): Follow error conventions.
28883 (ada-case-exception-file, ada-indent-comment-as-code)
28884 (ada-indent-handle-comment-special, ada-indent-renames)
28885 (ada-indent-return, ada-search-directories-internal)
28886 (ada-tab-policy, ada-case-exception-substring)
28887 (ada-other-file-alist, ada-matching-start-re)
28888 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
28889 (ada-imenu-generic-expression, ada-compile-goto-error)
28890 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
28891 (ada-popup-menu, ada-add-extensions, ada-mode)
28892 (ada-region-selected, ada-create-case-exception)
28893 (ada-create-case-exception-substring, ada-after-keyword-p)
28894 (ada-activate-keys-for-case, ada-adjust-case-region)
28895 (ada-adjust-case-buffer, ada-format-paramlist)
28896 (ada-scan-paramlist, ada-insert-paramlist)
28897 (ada-indent-newline-indent)
28898 (ada-indent-newline-indent-conditional)
28899 (ada-justified-indent-current, ada-goto-previous-word)
28900 (ada-indent-current, ada-get-indent-open-paren)
28901 (ada-get-indent-paramlist, ada-get-indent-end)
28902 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
28903 (ada-get-indent-block-start, ada-get-indent-subprog)
28904 (ada-get-indent-noindent, ada-get-indent-label)
28905 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
28906 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
28907 (ada-goto-stmt-end, ada-goto-next-word)
28908 (ada-check-matching-start, ada-check-defun-name)
28909 (ada-goto-matching-decl-start, ada-goto-matching-start)
28910 (ada-goto-matching-end, ada-search-ignore-string-comment)
28911 (ada-in-decl-p, ada-looking-at-semi-or)
28912 (ada-looking-at-semi-private, ada-in-paramlist-p)
28913 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
28914 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
28915 (ada-next-procedure, ada-previous-procedure, ada-next-package)
28916 (ada-previous-package, ada-create-menu)
28917 (ada-fill-comment-paragraph-justify)
28918 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
28919 (ada-other-file-name, ada-last-which-function-line)
28920 (ada-last-which-function-subprog, ada-which-function)
28921 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
28922 (ada-gen-treat-proc, ada-check-emacs-version)
28923 (ada-continuation-indent, ada-align-region-separate):
28924 Fix typos in docstrings.
28925 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
28926
28927 2005-06-16 Lute Kamstra <lute@gnu.org>
28928
28929 * simple.el (fundamental-mode): Run after-change-major-mode-hook
28930 conditionally.
28931
28932 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
28933
28934 * comint.el (comint-replace-by-expanded-filename)
28935 (comint-prompt-regexp, comint-delimiter-argument-list)
28936 (comint-preinput-scroll-to-bottom):
28937 * info.el (Info-hide-cookies-node):
28938 * ls-lisp.el (ls-lisp-classify):
28939 * find-file.el (ff-search-directories, ff-special-constructs)
28940 (ff-find-other-file):
28941 * font-lock.el (font-lock-keywords):
28942 * shell.el (shell-prompt-pattern)
28943 (shell-dynamic-complete-functions, shell-mode)
28944 (shell-delimiter-argument-list):
28945 * term.el (term-replace-by-expanded-filename)
28946 (term-prompt-regexp, term-delimiter-argument-list):
28947 * woman.el (woman-ignore, woman0-if):
28948 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
28949 * emacs-lisp/elint.el (elint-init-env):
28950 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
28951 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
28952 * language/ethio-util.el (ethio-tilde-escape)
28953 (ethio-use-three-dot-question):
28954 * net/zone-mode.el (zone-mode-load-time-setup):
28955 * progmodes/cc-align.el (c-lineup-argcont):
28956 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
28957 * progmodes/cperl-mode.el (cperl-set-style-back):
28958 * progmodes/inf-lisp.el (inferior-lisp-prompt):
28959 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
28960 Fix spellings in docstrings.
28961
28962 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
28963 * progmodes/modula2.el (m2-for): Fix spellings.
28964
28965 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
28966
28967 * simple.el (undo-more): Don't use `format' on `error' arguments.
28968 Improve argument/docstring consistency.
28969 (pending-undo-list): Doc fix.
28970
28971 * smerge-mode.el (smerge-ensure-match):
28972 * emulation/vip.el (vip-ex):
28973 * net/zone-mode.el (zone-mode-update-serial):
28974 * progmodes/idlwave.el (idlwave-complete):
28975 * progmodes/vhdl-mode.el (vhdl-visit-file)
28976 (vhdl-compose-wire-components):
28977 Don't use `format' on `error' arguments.
28978
28979 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
28980 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
28981 (tooltip-help-tips): Fix typos in docstrings.
28982
28983 2005-06-16 David Ponce <david@dponce.com>
28984
28985 * tree-widget.el (tree-widget-value-create): Simplify last change.
28986
28987 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
28988
28989 * ido.el (ido-incomplete-regexp): New variable.
28990 (ido-set-matches-1): Handle invalid-regexp error and set
28991 ido-incomplete-regexp.
28992 (ido-incomplete-regexp): New face.
28993 (ido-completions): Use it.
28994 (ido-complete, ido-exit-minibuffer, ido-completions):
28995 Handle incomplete regexps.
28996 (ido-completions): Add check for complete match when entering a regexp.
28997
28998 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
28999
29000 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
29001
29002 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
29003
29004 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
29005 by field delimiters.
29006
29007 2005-06-15 David Ponce <david@dponce.com>
29008
29009 * tree-widget.el: eval-and-compile inlined functions so they will
29010 be available at run-time too.
29011 (tree-widget-super-format-handler)
29012 (tree-widget-format-handler): Remove.
29013 (tree-widget-value-create): Handle the :indent property.
29014
29015 2005-06-15 Miles Bader <miles@gnu.org>
29016
29017 * progmodes/which-func.el (which-func): Only inherit
29018 `font-lock-function-name-face' when that makes sense against the
29019 default mode-line face, otherwise set the face color explicitly.
29020
29021 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
29022 faces instead of (non-existent) variables.
29023
29024 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
29025
29026 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
29027 (iswitchb-get-matched-buffers): Likewise. Simplify.
29028
29029 2005-06-14 Miles Bader <miles@gnu.org>
29030
29031 * progmodes/ld-script.el (ld-script-location-counter):
29032 Remove "-face" suffix from face name.
29033 (ld-script-location-counter-face):
29034 New backward-compatibility alias for renamed face.
29035 (ld-script-location-counter-face): Use renamed face.
29036
29037 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
29038 (cperl-hash): Remove "-face" suffix from face names.
29039 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
29040 New backward-compatibility aliases for renamed faces.
29041 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
29042 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
29043
29044 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
29045 name.
29046 (which-func-face): New backward-compatibility alias for renamed face.
29047 (which-func-format): Use renamed which-func face.
29048
29049 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
29050 (vhdl-function, vhdl-directive, vhdl-reserved-word)
29051 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
29052 names.
29053 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
29054 (vhdl-speedbar-configuration, vhdl-speedbar-package)
29055 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
29056 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
29057 (vhdl-speedbar-architecture-selected)
29058 (vhdl-speedbar-configuration-selected)
29059 (vhdl-speedbar-package-selected)
29060 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
29061 names.
29062 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
29063 Use renamed faces.
29064 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
29065 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
29066 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
29067 Use renamed faces.
29068 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
29069 names.
29070 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
29071 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
29072 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
29073 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
29074 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
29075 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
29076
29077 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
29078 face name.
29079 (sh-heredoc-face): New backward-compatibility alias for renamed face.
29080 (sh-heredoc-face): Use renamed sh-heredoc face.
29081
29082 * progmodes/idlw-help.el (idlwave-help-link):
29083 Remove "-face" suffix from face name.
29084 (idlwave-help-link-face):
29085 New backward-compatibility alias for renamed face.
29086 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
29087
29088 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
29089 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
29090 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
29091 New backward-compatibility aliases for renamed faces.
29092 (idlwave-shell-disabled-breakpoint-face)
29093 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
29094
29095 * progmodes/flymake.el (flymake-errline, flymake-warnline):
29096 Remove "-face" suffix from face names.
29097 (flymake-errline-face, flymake-warnline-face):
29098 New backward-compatibility aliases for renamed faces.
29099 (flymake-highlight-line): Use renamed flymake faces.
29100
29101 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
29102 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
29103 (ebrowse-member-class, ebrowse-progress):
29104 Remove "-face" suffix from face names.
29105 (ebrowse-tree-mark-face, ebrowse-root-class-face)
29106 (ebrowse-file-name-face, ebrowse-default-face)
29107 (ebrowse-member-attribute-face, ebrowse-member-class-face)
29108 (ebrowse-progress-face):
29109 New backward-compatibility aliases for renamed faces.
29110 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
29111 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
29112 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
29113 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
29114
29115 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
29116 antlr-syntax)
29117 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
29118 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
29119 names.
29120 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
29121 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
29122 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
29123 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
29124 backward-compatibility aliases for renamed faces.
29125 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
29126 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
29127 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
29128 remove "font-lock-". Use renamed antlr-mode faces.
29129 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
29130 literal face-names with face variable references.
29131
29132 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
29133 face name.
29134 (Buffer-menu-buffer-face): New backward-compatibility alias for
29135 renamed face.
29136 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
29137
29138 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
29139
29140 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
29141 Eliminate "-face" suffix.
29142 (makefile-targets): Inherit from font-lock-function-name-face and
29143 eliminate "-face" suffix.
29144 (makefile-shell): Remove attributes and eliminate "-face" suffix.
29145 (makefile-*-font-lock-keywords): Append makefile-targets in rule
29146 actions, instead of prepending, to make it less visible.
29147 (makefile-previous-dependency, makefile-match-dependency):
29148 Don't match a target on a continuation line.
29149
29150 * files.el (auto-mode-alist): Put Makefile in gmake mode.
29151
29152 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
29153
29154 * progmodes/gdb-ui.el (menu): Re-order menu items.
29155 (gdb-tooltip-print): Respect tooltip-use-echo-area.
29156
29157 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
29158 Define in tooltip.el.
29159 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
29160 (gud-tooltip-tips): Respect tooltip-use-echo-area and
29161 gud-tooltip-echo-area.
29162
29163 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
29164 backward compatibility and make obsolete.
29165 (tooltip-help-tips): Use tooltip-use-echo-area.
29166 (tooltip-show-help-function): Rename to...
29167 (tooltip-show-help): ...this, because it is a function.
29168 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
29169
29170 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
29171
29172 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
29173 (edebug-print-length, edebug-print-level, edebug-print-circle)
29174 (edebug-modify-breakpoint, edebug-eval-last-sexp)
29175 (edebug-eval-print-last-sexp): Doc fixes.
29176
29177 2005-06-14 Kim F. Storm <storm@cua.dk>
29178
29179 * ido.el (ido-mode): Make a new keymap every time we enable ido,
29180 as the coverage buffer/file/both may change.
29181
29182 2005-06-14 Lute Kamstra <lute@gnu.org>
29183
29184 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
29185 and run-mode-hooks. Simplify.
29186
29187 * mail/rmailedit.el (rmail-edit-mode):
29188 * progmodes/octave-inf.el (inferior-octave-mode):
29189 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
29190
29191 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
29192 and run-mode-hooks.
29193 (recentf-edit-list, recentf-open-files): Don't call
29194 kill-all-local-variables directly.
29195
29196 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
29197
29198 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
29199
29200 * emacs-lisp/byte-run.el (make-obsolete)
29201 (define-obsolete-function-alias): Rename arguments FUNCTION and
29202 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
29203 (make-obsolete-variable, define-obsolete-variable-alias):
29204 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
29205 respectively.
29206
29207 * isearchb.el (isearchb-activate):
29208 * pcvs.el (cvs-mode):
29209 * ses.el (ses-load):
29210 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
29211 * net/tramp.el (tramp-find-file-exists-command)
29212 (tramp-find-shell):
29213 * progmodes/ada-mode.el (ada-create-case-exception)
29214 (ada-create-case-exception-substring, ada-make-subprogram-body):
29215 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
29216 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
29217 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
29218 * textmodes/org.el (org-promote, org-evaluate-time-range)
29219 (org-agenda-next-date-line, org-agenda-previous-date-line)
29220 (org-agenda-error, org-open-at-point, org-table-move-row)
29221 (org-format-table-table-html-using-table-generate-source)
29222 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
29223 * textmodes/reftex.el (reftex-access-scan-info):
29224 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
29225 (reftex-toc-promote-prepare): Follow error conventions.
29226
29227 * diff-mode.el (diff-mode): Fix typo in docstring.
29228
29229 * forms.el (forms--intuit-from-file): Fix reference to
29230 `forms-number-of-fields' in error message.
29231 (forms-print): Fix quoting in error message.
29232
29233 * forms.el (forms-mode):
29234 * emulation/vi.el (vi-goto-insert-state):
29235 * progmodes/flymake.el (flymake-new-err-info)
29236 (flymake-start-syntax-check-for-current-buffer)
29237 (flymake-simple-cleanup):
29238 * eshell/esh-var.el (eshell/export):
29239 * progmodes/gud.el (xdb):
29240 * textmodes/flyspell.el (flyspell-incorrect-hook)
29241 (flyspell-maybe-correct-transposition)
29242 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
29243
29244 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
29245
29246 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
29247 minibuffer prompt.
29248
29249 2005-06-13 Kim F. Storm <storm@cua.dk>
29250
29251 * subr.el (add-to-ordered-list): New defun.
29252
29253 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
29254 add cua--keymap-alist to emulation-mode-map-alists.
29255
29256 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
29257
29258 * subr.el (complete-in-turn): New macro.
29259 (dynamic-completion-table, lazy-completion-table): Add debug info.
29260
29261 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
29262 in preference to face aliases.
29263
29264 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
29265 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
29266 Remove unused vars `start' and `firstline'.
29267 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
29268 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
29269
29270 2005-06-13 Eli Zaretskii <eliz@gnu.org>
29271
29272 * cus-start.el (all): Don't complain about missing GTK-related
29273 variables, unless either `gtk' is boundp or this isn't a
29274 `windows-nt' build.
29275
29276 2005-06-13 Lute Kamstra <lute@gnu.org>
29277
29278 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
29279 run-mode-hooks.
29280
29281 * ediff-mult.el (ediff-meta-mode):
29282 * ediff-util.el (ediff-mode): Use run-mode-hooks.
29283
29284 * ledit.el (ledit-mode): Use delay-mode-hooks.
29285
29286 * woman.el (woman-mode-line-format): Delete constant.
29287 (woman-mode-map): Initialize it properly.
29288 (woman-mode): Set mode-class property to special.
29289 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
29290 Set major-mode and mode-name. Don't set mode-line-format directly.
29291 (Man-getpage-in-background): Don't reference woman-mode-line-format.
29292
29293 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
29294 string argument obsolete.
29295
29296 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
29297
29298 * textmodes/org.el (org-CUA-compatible): New option.
29299 (org-disputed-keys): New variable.
29300 (org-key): New function.
29301 (orgtbl-make-binding): Add docstring to the created function.
29302 (org-mode): Set paragraph start/separate regexps.
29303 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
29304 (org-archive-location, org-archive-mark-done)
29305 (org-archive-stamp-time): New options.
29306 (org-archive-subtree): New command.
29307 (org-fill-paragraph): New function.
29308 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
29309 (org-fake-empty-table-line): Function removed.
29310 (org-format-org-table-html): Do not create empty table lines at
29311 separator lines. Improved table header treatment.
29312 (org-link-format): New option.
29313 (org-make-link): New function.
29314 (org-insert-link, org-store-link): Use org-make-link.
29315 (org-open-file): Quote file name for shell command, to allow
29316 spaces in file names.
29317 (org-link-regexp): Fix bug with mailto link.
29318 (org-link-maybe-angles-regexp, org-protected-link-regexp):
29319 New constants.
29320 (org-export-as-html): Deal with the optional angles around a link.
29321 Better treatment of file: links.
29322 (org-open-at-point): Replace @{ and @} with < and >.
29323 (org-run-mode-hooks): Function removed.
29324 (org-agenda-mode): No longer use `org-run-mode-hooks'.
29325
29326 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
29327
29328 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
29329 MI command -data-list-register-values.
29330 (gdb-post-prompt): Indent properly.
29331
29332 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
29333
29334 * hilit-chg.el (highlight-changes-colors): Rename from
29335 `highlight-changes-colours'.
29336 (highlight-changes-colours): Keep as obsolete alias.
29337 (highlight-changes-face-list): Doc fix.
29338 (hilit-chg-make-list): Use `highlight-changes-colors'.
29339
29340 2005-06-12 Mark A. Hershberger <mah@everybody.org>
29341
29342 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
29343 defun-prompt-regexp.
29344
29345 2005-06-12 Eli Zaretskii <eliz@gnu.org>
29346
29347 * loadup.el: Don't say we are dumping under 2 names on windows-nt
29348 and cygwin.
29349
29350 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
29351 Don't use an old loaddefs.el, as in Makefile.in.
29352
29353 2005-06-12 Lute Kamstra <lute@gnu.org>
29354
29355 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
29356
29357 * man.el (Man-mode-map): Initialize it properly.
29358 (Man-mode): Set mode-class property to special.
29359
29360 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
29361
29362 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
29363
29364 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
29365 A newline is needed in the docstring there.
29366
29367 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
29368 Doc fixes.
29369
29370 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
29371
29372 * printing.el: Doc fix. The menubar is no more changed when printing
29373 is loaded, it only changes when pr-menu-bind or pr-update-menus is
29374 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
29375 (pr-version): New version number (6.8.4).
29376 (pr-menu-bind): New command.
29377 (pr-update-menus): Docstring and code fix.
29378 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
29379 Docstring fix.
29380 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
29381 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
29382
29383 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
29384
29385 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
29386 "Returns" to "return", document useful return values, etc.
29387
29388 2005-06-11 Alan Mackenzie <acm@muc.de>
29389
29390 * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
29391 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
29392 (adaptive-file-function): Minor amendment to doc-string.
29393
29394 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
29395
29396 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
29397 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
29398 Fix :type--it is `integer', not `string'.
29399
29400 * faces.el (modeline-highlight): Rename from (the erroneous)
29401 `modeline-higilight'.
29402
29403 2005-06-11 Lute Kamstra <lute@gnu.org>
29404
29405 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
29406 lisp-interaction-mode-map but make it the parent.
29407 (edebug-eval-mode): Use define-derived-mode.
29408
29409 2005-06-11 Andreas Schwab <schwab@suse.de>
29410
29411 * bindings.el: Add binding of `ESC functionkey' for every
29412 `M-functionkey'.
29413 * hexl.el (hexl-mode-map): Likewise.
29414
29415 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
29416
29417 * progmodes/compile.el (compilation-error-regexp-alist-alist)
29418 [msft]: update regexp for newer msft compilers.
29419
29420 2005-06-10 Mark A. Hershberger <mah@everybody.org>
29421
29422 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
29423 ATTLIST portions of included DTDs.
29424 (xml-parse-dtd): Eliminate use of inefficient match-data.
29425
29426 2005-06-10 Miles Bader <miles@gnu.org>
29427
29428 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
29429 (mpuz-text): Remove "-face" suffix from face names.
29430 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
29431 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
29432 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
29433
29434 * play/gomoku.el (gomoku-O, gomoku-X):
29435 Remove "-face" suffix from face names.
29436 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
29437 New backward-compatibility aliases for renamed faces.
29438 (gomoku-font-lock-keywords): Use renamed gomoku faces.
29439
29440 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
29441
29442 * thumbs.el: Fixes for changes of 2005-06-09.
29443 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
29444 as a directory.
29445 (thumbs-thumbname): Remove directory separator from format string;
29446 `thumbs-thumbsdir' now returns a valid directory name.
29447 (thumbs-temp-dir): New defsubst.
29448 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
29449 Use it.
29450
29451 * cus-edit.el (minibuffer):
29452 * files.el (make-backup-file-name-function):
29453 * filesets.el (filesets-external-viewers):
29454 * hilit-chg.el (highlight-changes-colours)
29455 (highlight-changes-face-list, highlight-changes-rotate-faces):
29456 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
29457 * kmacro.el (kmacro-call-macro):
29458 * log-edit.el (log-edit-changelog-full-paragraphs):
29459 * mouse.el (mouse-1-click-follows-link):
29460 * skeleton.el (skeleton-autowrap):
29461 * subr.el (insert-for-yank-1):
29462 * tempo.el (tempo-insert-region):
29463 * terminal.el (terminal-emulator):
29464 * time.el (display-time-mail-face):
29465 * vc.el (vc-annotate):
29466 * vcursor.el (vcursor-copy-line):
29467 * woman.el (woman-bold-headings, woman-ignore)
29468 (woman-default-faces, woman-monochrome-faces):
29469 * calendar/todo-mode.el (todo-insert-threshold):
29470 * emulation/pc-select.el (pc-select-selection-keys-only)
29471 (pc-selection-mode):
29472 * emulation/vip.el (vip-find-char-forward):
29473 * emulation/viper-cmd.el (viper-find-char-forward):
29474 * international/mule-cmds.el
29475 (select-safe-coding-system-accept-default-p)
29476 (input-method-exit-on-invalid-key):
29477 * international/mule-diag.el (describe-coding-system):
29478 * international/ucs-tables.el (unify-8859-on-encoding-mode):
29479 * net/browse-url.el (browse-url-xterm-program):
29480 * obsolete/lazy-lock.el (lazy-lock-mode):
29481 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
29482 (cperl-mode):
29483 * progmodes/cpp.el (cpp-face-light-name-list)
29484 (cpp-face-dark-name-list):
29485 * progmodes/delphi.el (delphi-newline-always-indents):
29486 Fix spellings in docstrings.
29487
29488 * ido.el (ido-mode, ido-file-extensions-order)
29489 (ido-default-file-method, ido-default-buffer-method)
29490 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
29491 (ido-decorations, ido-read-file-name-as-directory-commands)
29492 (ido-read-file-name-non-ido, ido-work-directory-list)
29493 (ido-ignore-item-temp-list, ido-current-directory)
29494 (ido-magic-forward-char, ido-enter-find-file)
29495 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
29496 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
29497
29498 2005-06-10 Lute Kamstra <lute@gnu.org>
29499
29500 * play/dunnet.el (dun-mode): Use define-derived-mode.
29501 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
29502 obsolete alias.
29503
29504 * play/doctor.el (doctor-mode-map): Remove defvar.
29505 (doctor-mode): Use define-derived-mode.
29506
29507 * mail/mspools.el (mspools-mode):
29508 * net/eudc-hotlist.el (eudc-hotlist-mode):
29509 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
29510
29511 2005-06-10 Miles Bader <miles@gnu.org>
29512
29513 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
29514 Remove "-face" suffix from face names.
29515 (flyspell-incorrect-face, flyspell-duplicate-face):
29516 New backward-compatibility aliases for renamed faces.
29517 (flyspell-mode-on, make-flyspell-overlay)
29518 (flyspell-highlight-incorrect-region)
29519 (flyspell-highlight-duplicate-region)
29520 (flyspell-display-next-corrections)
29521 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
29522
29523 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
29524 from face name.
29525 (texinfo-heading-face): New backward-compatibility alias for
29526 renamed face.
29527 (texinfo-heading-face): Use renamed texinfo-heading face.
29528
29529 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
29530 suffix from face names.
29531 (tex-math-face, tex-verbatim-face):
29532 New backward-compatibility aliases for renamed faces.
29533 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
29534 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
29535 literal face name.
29536
29537 * textmodes/table.el (table-cell): Remove "-face" suffix from face
29538 name.
29539 (table-cell-face): New backward-compatibility alias for renamed face.
29540 (table--put-cell-face-property, table--update-cell-face):
29541 Use renamed table-cell face.
29542
29543 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
29544 from face name.
29545 (sgml-namespace-face): New backward-compatibility alias for
29546 renamed face.
29547 (sgml-namespace-face): Use renamed sgml-namespace face.
29548
29549 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
29550 (org-level-4, org-level-5, org-level-6, org-level-7)
29551 (org-level-8, org-warning, org-headline-done)
29552 (org-deadline-announce, org-scheduled-today)
29553 (org-scheduled-previously, org-link, org-done, org-table)
29554 (org-time-grid): Remove "-face" suffix from face names.
29555 (org-level-1-face, org-level-2-face, org-level-3-face)
29556 (org-level-4-face, org-level-5-face, org-level-6-face)
29557 (org-level-7-face, org-level-8-face, org-warning-face)
29558 (org-headline-done-face, org-deadline-announce-face)
29559 (org-scheduled-today-face, org-scheduled-previously-face)
29560 (org-link-face, org-done-face, org-table-face)
29561 (org-time-grid-face):
29562 New backward-compatibility aliases for renamed faces.
29563 (org-level-faces, org-set-font-lock-defaults, org-timeline)
29564 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
29565 (org-agenda-get-timestamps, org-agenda-get-scheduled)
29566 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
29567
29568 * emulation/viper-init.el (viper-search, viper-replace-overlay)
29569 (viper-minibuffer-emacs, viper-minibuffer-insert)
29570 (viper-minibuffer-vi): Remove "-face" suffix from face names.
29571 (viper-search-face, viper-replace-overlay-face)
29572 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
29573 (viper-minibuffer-vi-face):
29574 New backward-compatibility aliases for renamed faces.
29575 (viper-search-face, viper-replace-overlay-face)
29576 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
29577 (viper-minibuffer-vi-face): Use renamed viper faces.
29578
29579 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
29580 Remove "-face" suffix from face names.
29581 (testcover-nohits-face, testcover-1value-face):
29582 New backward-compatibility aliases for renamed faces.
29583 (testcover-mark): Use renamed testcover faces.
29584
29585 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
29586 face name.
29587 (diary-button-face): New backward-compatibility alias for renamed face.
29588 (diary-entry): Use renamed diary-button face.
29589
29590 * calendar/calendar.el (diary, calendar-today, holiday)
29591 (mark-visible-calendar-date): Remove "-face" suffix from face names.
29592 (diary-face, calendar-today-face, holiday-face):
29593 New backward-compatibility aliases for renamed faces.
29594 (eval-after-load "facemenu", diary-entry-marker)
29595 (calendar-today-marker, calendar-holiday-marker, diary-face):
29596 Use renamed calendar faces.
29597
29598 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
29599 (compare-windows-face): New backward-compatibility alias for
29600 renamed face.
29601 (compare-windows-highlight): Use renamed compare-windows face.
29602
29603 * strokes.el (strokes-char): Remove "-face" suffix from face name.
29604 (strokes-char-face): New backward-compatibility alias for renamed face.
29605 (strokes-encode-buffer): Use renamed strokes-char face.
29606
29607 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
29608 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
29609 Remove "-face" suffix from face names.
29610 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
29611 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
29612 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
29613 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
29614 Use renamed pcvs faces.
29615 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
29616 * pcvs-defs.el (cvs-mode-map): Likewise.
29617 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
29618
29619 * info.el (info-title-1, info-title-2, info-title-3)
29620 (info-title-4): Remove "-face" suffix from and downcase face names.
29621 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
29622 (Info-title-4-face):
29623 New backward-compatibility aliases for renamed faces.
29624 (Info-fontify-node): Use renamed info faces.
29625
29626 * hilit-chg.el (highlight-changes, highlight-changes-delete):
29627 Remove "-face" suffix from face names.
29628 (highlight-changes-face, highlight-changes-delete-face):
29629 New backward-compatibility aliases for renamed faces.
29630 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
29631 (hilit-chg-make-list): Use renamed highlight-changes faces.
29632
29633 * generic-x.el (show-tabs-tab, show-tabs-space):
29634 Remove "-face" suffix from face names.
29635 (show-tabs-tab-face, show-tabs-space-face):
29636 New backward-compatibility aliases for renamed faces.
29637 (show-tabs-generic-mode-font-lock-defaults-1)
29638 (show-tabs-generic-mode-font-lock-defaults-2):
29639 Use renamed show-tabs faces.
29640
29641 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
29642 (smerge-markers): Remove "-face" suffix from face names.
29643 (smerge-mine-face, smerge-other-face, smerge-base-face)
29644 (smerge-markers-face):
29645 New backward-compatibility aliases for renamed faces.
29646 (smerge-mine-face, smerge-other-face, smerge-base-face)
29647 (smerge-markers-face): Use renamed smerge faces.
29648
29649 * log-view.el (log-view-file, log-view-message): Remove "-face"
29650 suffix from face names.
29651 (log-view-file-face, log-view-message-face):
29652 New backward-compatibility aliases for renamed faces.
29653 (log-view-file-face, log-view-message-face): Use renamed log-view
29654 faces.
29655
29656 * paren.el (show-paren-match, show-paren-mismatch):
29657 Remove "-face" suffix from face names.
29658 (show-paren-match-face, show-paren-mismatch-face):
29659 New backward-compatibility aliases for renamed faces.
29660 (show-paren-function): Use renamed show-paren faces.
29661
29662 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
29663 (ruler-mode-margins, ruler-mode-fringes)
29664 (ruler-mode-column-number, ruler-mode-fill-column)
29665 (ruler-mode-comment-column, ruler-mode-goal-column)
29666 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
29667 suffix from face names.
29668 (ruler-mode-default-face, ruler-mode-pad-face)
29669 (ruler-mode-margins-face, ruler-mode-fringes-face)
29670 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
29671 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
29672 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
29673 New backward-compatibility aliases for renamed faces.
29674 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
29675 (ruler-mode-column-number, ruler-mode-fill-column)
29676 (ruler-mode-comment-column, ruler-mode-goal-column)
29677 (ruler-mode-tab-stop, ruler-mode-current-column)
29678 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
29679 faces.
29680
29681 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
29682 face name.
29683 (whitespace-highlight-the-space): Use renamed face.
29684 (whitespace-highlight-face): New backward-compatibility alias for
29685 renamed face.
29686
29687 * woman.el (woman-italic, woman-bold, woman-unknown)
29688 (woman-addition, woman-symbol-face):
29689 Remove "-face" suffix from face names.
29690 (woman-italic-face, woman-bold-face, woman-unknown-face)
29691 (woman-addition-face):
29692 New backward-compatibility aliases for renamed faces.
29693 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
29694 (woman-decode-region, woman-replace-match)
29695 (woman-display-extended-fonts, woman-special-characters)
29696 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
29697 Use renamed woman faces.
29698
29699 * longlines.el (longlines-visible-face): Face removed.
29700
29701 * diff-mode.el (diff-header, diff-file-header, diff-index)
29702 (diff-hunk-header, diff-removed, diff-added, diff-changed)
29703 (diff-function, diff-context, diff-nonexistent): Remove "-face"
29704 suffix from face names.
29705 (diff-header-face, diff-file-header-face, diff-index-face)
29706 (diff-hunk-header-face, diff-removed-face, diff-added-face)
29707 (diff-changed-face, diff-function-face, diff-context-face)
29708 (diff-nonexistent-face): New backward-compatibility aliases for
29709 renamed faces.
29710 (diff-header-face, diff-file-header-face)
29711 (diff-index, diff-index-face, diff-hunk-header)
29712 (diff-hunk-header-face, diff-removed, diff-removed-face)
29713 (diff-added, diff-added-face, diff-changed-face, diff-function)
29714 (diff-function-face, diff-context-face, diff-nonexistent)
29715 (diff-nonexistent-face): Use renamed diff-mode faces.
29716
29717 * progmodes/compile.el (compilation-warning-face)
29718 (compilation-info-face): Remove "-face" suffix from face names.
29719 (compilation-warning-face, compilation-info-face):
29720 New backward-compatibility aliases for renamed faces.
29721 (compilation-warning-face, compilation-info-face):
29722 Use renamed compilation faces.
29723
29724 * add-log.el (change-log-date, change-log-name)
29725 (change-log-email, change-log-file, change-log-list)
29726 (change-log-conditionals, change-log-function)
29727 (change-log-acknowledgement): Remove "-face" suffix from face names.
29728 (change-log-date-face, change-log-name-face)
29729 (change-log-email-face, change-log-file-face)
29730 (change-log-list-face, change-log-conditionals-face)
29731 (change-log-function-face, change-log-acknowledgement-face):
29732 New backward-compatibility aliases for renamed faces.
29733 (change-log-font-lock-keywords): Use renamed change-log faces.
29734
29735 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
29736 (custom-set, custom-changed, custom-saved, custom-button)
29737 (custom-button-pressed, custom-documentation, custom-state)
29738 (custom-comment, custom-comment-tag, custom-variable-tag)
29739 (custom-variable-button, custom-face-tag, custom-group-tag-1)
29740 (custom-group-tag): Remove "-face" suffix from face names.
29741 (custom-magic-alist, custom-magic-value-create)
29742 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
29743 (custom-invalid-face, custom-rogue-face, custom-modified-face)
29744 (custom-set-face, custom-changed-face, custom-saved-face)
29745 (custom-button-face, custom-button-pressed-face)
29746 (custom-documentation-face, custom-state-face)
29747 (custom-comment-face, custom-comment-tag-face)
29748 (custom-variable-tag-face, custom-variable-button-face)
29749 (custom-face-tag-face, custom-group-tag-face-1)
29750 (custom-group-tag-face):
29751 New backward-compatibility aliases for renamed faces.
29752
29753 * wid-edit.el (widget-documentation, widget-button)
29754 (widget-field, widget-single-line-field, widget-inactive)
29755 (widget-button-pressed): "-face" suffix removed from face names.
29756 (widget-documentation-face, widget-button-face)
29757 (widget-field-face, widget-single-line-field-face)
29758 (widget-inactive-face, widget-button-pressed-face):
29759 New backward-compatibility aliases for renamed faces.
29760 (widget-documentation-face, widget-button-face)
29761 (widget-button-pressed-face, widget-specify-field)
29762 (widget-specify-inactive): Use renamed widget faces.
29763
29764 2005-06-10 Kenichi Handa <handa@m17n.org>
29765
29766 * term/x-win.el (x-clipboard-yank): Remove condition-case
29767 wrapping.
29768
29769 2005-06-11 Kenichi Handa <handa@m17n.org>
29770
29771 * add-log.el (change-log-font-lock-keywords): Make the regexp for
29772 date lines stricter.
29773
29774 2005-06-10 Zhang Wei <id.brep@gmail.com>
29775
29776 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
29777 of x-get-selection.
29778
29779 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
29780
29781 * comint.el (comint-mode, comint-snapshot-last-prompt):
29782 * frame.el (frame-current-scroll-bars):
29783 * term.el (term-mode, term-check-proc, term-input-sender)
29784 (term-simple-send, term-extract-string, term-word)
29785 (term-match-partial-filename):
29786 * window.el (window-current-scroll-bars):
29787 * emulation/cua-base.el (cua-normal-cursor-color)
29788 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
29789 (cua-global-mark-cursor-color):
29790 * mail/undigest.el (rmail-forward-separator-regex):
29791 Fix typos in docstrings.
29792
29793 * comint.el (comint-check-proc, make-comint-in-buffer)
29794 (comint-source-default): Doc fixes.
29795
29796 * term.el (term-send-string): Improve argument/docstring consistency.
29797
29798 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
29799
29800 * comint.el (comint-send-input): Bind `inhibit-read-only' around
29801 call to `delete-region'.
29802 (comint-mode-hook): Do not enable Font Lock by default.
29803
29804 2005-06-09 Lute Kamstra <lute@gnu.org>
29805
29806 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
29807 could be void.
29808
29809 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
29810
29811 * emacs-lisp/debug.el (debugger-will-be-back): New var.
29812 (debug): Use it.
29813 (debugger-step-through, debugger-continue, debugger-jump)
29814 (debugger-return-value): Set it when needed.
29815 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
29816 Use inhibit-read-only.
29817
29818 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
29819
29820 * window.el (shrink-window-if-larger-than-buffer)
29821 (window-size-fixed): Fix typo in docstring.
29822
29823 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
29824 thumbnails directory on loading.
29825 (thumbs-conversion-program): Use `eq' to check the system type,
29826 not `equal'.
29827 (thumbs-temp-dir): Initialize to `temporary-file-directory',
29828 not "/tmp". Fix docstring.
29829 (thumbs-thumbsdir): New function to return the thumbnails
29830 directory, creating it if needed.
29831 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
29832 (thumbs-temp-file): Delete variable and make it into a function.
29833 (thumbs-resize-image, thumbs-modify-image): Use it.
29834 (thumbs-kill-buffer): Simplify.
29835 (thumbs-gensym): Defalias or duplicate CL `gensym'.
29836 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
29837 docstrings.
29838
29839 2005-06-09 Kim F. Storm <storm@cua.dk>
29840
29841 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
29842 set-match-data to free markers in match-data.
29843
29844 * replace.el (replace-match-data): Pass RESEAT arg `t' to
29845 match-data to unchain markers in match-data.
29846
29847 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
29848
29849 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
29850 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
29851 unnecessary now.
29852
29853 2005-06-08 Richard M. Stallman <rms@gnu.org>
29854
29855 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
29856 give the variable a doc string that doesn't say don't set it directly.
29857
29858 * textmodes/ispell.el (ispell-check-version):
29859 Use match-string-no-properties.
29860 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
29861 (ispell-buffer-local-words): Likewise.
29862
29863 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
29864 except on terminals with enough colors to really display it.
29865 (makefile-dependency-regex): Delete spurious `bb'.
29866
29867 * faces.el (escape-glyph): Use blue once again in last case.
29868 (no-break-space): Redefine so that it isn't invisible on a tty.
29869
29870 2005-06-08 Kim F. Storm <storm@cua.dk>
29871
29872 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
29873 also when reading directory name.
29874
29875 2005-06-08 Lute Kamstra <lute@gnu.org>
29876
29877 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
29878 (flyspell-mode-line-string): Remove autoload cookie.
29879 (flyspell-mode): Remove defvar.
29880
29881 2005-06-07 Lute Kamstra <lute@gnu.org>
29882
29883 * textmodes/org.el (org-run-mode-hooks): New function.
29884 (org-agenda-mode): Use it.
29885
29886 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
29887
29888 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
29889
29890 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
29891
29892 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
29893
29894 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
29895
29896 * font-lock.el (font-lock-add-keywords): Doc fix.
29897
29898 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
29899
29900 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
29901 (tex-compile-default): In the absence of any history, use the order in
29902 tex-compile-alist to choose the preferred command.
29903 (tex-compile-commands): Reorder a bit.
29904
29905 * textmodes/flyspell.el (flyspell-auto-correct-binding)
29906 (flyspell-incorrect-face, flyspell-duplicate-face):
29907 Use (X)Emacs-agnostic code.
29908 (flyspell-mode-map): Don't overwrite at each load. Remove code
29909 redundant with the subsequent add-minor-mode. Merge Emacs and
29910 XEmacs code.
29911 (flyspell-word): Minor simplification.
29912 (flyspell-math-tex-command-p): Quieten the byte-compiler.
29913 (flyspell-external-point-words): Remove unused vars `size' and `start'.
29914 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
29915 Merge the corresponding Emacs code.
29916 (flyspell-correct-word, flyspell-xemacs-popup):
29917 Use flyspell-do-correct.
29918
29919 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
29920 a dedicated window.
29921
29922 * international/latexenc.el (latexenc-find-file-coding-system):
29923 Undo part of last patch, to turn off a compiler warning.
29924
29925 2005-06-06 Juri Linkov <juri@jurta.org>
29926
29927 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
29928 Rename `tmm-inactive-face' to `tmm-inactive'.
29929
29930 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
29931
29932 * iswitchb.el: Rename faces.
29933
29934 2005-06-06 Kim F. Storm <storm@cua.dk>
29935
29936 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
29937 (cua-global-mark): Remove -face suffix from face names.
29938
29939 * emulation/cua-gmrk.el (cua--init-global-mark):
29940 Remove cua-global-mark face setup.
29941
29942 2005-06-06 Richard M. Stallman <rms@gnu.org>
29943
29944 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
29945 just like other allowed characters.
29946 (makefile-match-dependency): Exclude leading and training whitespace
29947 from the range of regexp subexp 1.
29948 (makefile-macroassign-regex): Don't try to match the body,
29949 just the name of the macro being defined.
29950
29951 * info.el (Info-read-node-name-2): New function.
29952 (Info-read-node-name-1): Use that.
29953 Add a completion-base-size-function property.
29954
29955 * simple.el (completion-setup-function): Look for
29956 completion-base-size-function property of minibuffer-completion-table.
29957
29958 * files.el (locate-file-completion): Doc fix.
29959
29960 * printing.el: Don't call pr-update-menus; user must do that.
29961
29962 * emacs-lisp/debug.el (debugger-window): New variable.
29963 (debug): Use debugger-window if it is set and still alive.
29964 Record debugger-window for next entry.
29965
29966 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
29967
29968 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
29969
29970 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
29971 (hack-one-local-variable, hack-local-variables)
29972 (hack-local-variables-prop-line): Pass that arg.
29973
29974 2005-06-06 Kim F. Storm <storm@cua.dk>
29975
29976 * ido.el (ido-first-match, ido-only-match, ido-subdir)
29977 (ido-indicator): Remove -face suffix from face names.
29978
29979 2005-06-06 Juri Linkov <juri@jurta.org>
29980
29981 * font-lock.el (font-lock-regexp-backslash)
29982 (font-lock-regexp-backslash-construct): New faces.
29983 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
29984 after `('. Add `while-no-input' to control structures.
29985
29986 * faces.el (no-break-space, shadow): New faces.
29987 (escape-glyph): Use less loud colors pink2 and red4.
29988
29989 * diff-mode.el (diff-context-face)
29990 * dired.el (dired-ignored)
29991 * rfn-eshadow.el (file-name-shadow)
29992 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
29993
29994 * info.el (Info-title-1-face): Use green instead of yellow because
29995 bold yellow is not readable on light backgrounds.
29996
29997 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
29998 before selecting the desired mode to not spend time fontifying
29999 old contents.
30000
30001 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
30002
30003 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
30004 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
30005
30006 * ps-print.el (ps-default-fg, ps-default-bg):
30007 Fix typos in docstrings.
30008
30009 * isearchb.el (isearchb): Don't pass a spurious second argument to
30010 `iswitchb-completions'.
30011
30012 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
30013
30014 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
30015 to preserve point.
30016 (gdb-find-file-hook): Add doc string.
30017
30018 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
30019 C dereferenced pointer expression.
30020 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
30021
30022 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
30023
30024 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
30025 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
30026 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
30027 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
30028 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
30029 Make background transparent.
30030
30031 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
30032
30033 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
30034 (font-lock-remove-keywords): Doc fix.
30035 (font-lock-mode-major-mode): Compiler defvar.
30036 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
30037
30038 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
30039 (font-lock-mode): Update `font-lock-mode-major-mode'.
30040 (font-lock-set-defaults): Compiler defvar.
30041 (font-lock-default-function): Take `font-lock-mode-major-mode'
30042 into account.
30043
30044 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
30045 keep track of which major mode it enabled the minor mode for.
30046 Use find-file-hook again. Update docstring.
30047
30048 * simple.el (eval-expression-print-level)
30049 (eval-expression-print-length, eval-expression-debug-on-error):
30050 Doc fixes.
30051
30052 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
30053
30054 * iswitchb.el (iswitchb-single-match-face)
30055 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
30056 (iswitchb-invalid-regexp-face): New faces.
30057 (iswitchb-completions): Use them.
30058 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
30059 now marked as an obsolete alias.
30060 (iswitchb-read-buffer): Remove check for bound font variables.
30061 (iswitchb-invalid-regexp): New free variable.
30062 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
30063 set iswitchb-invalid-regexp.
30064 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
30065 invalid regexps.
30066 (iswitchb-completions): Add check for complete match when entering
30067 a regexp.
30068 (iswitchb-completions): Remove require-match argument.
30069 (iswitchb-exhibit): Fix caller.
30070 (iswitchb-common-match-inserted): New variable.
30071 (iswitchb-complete, iswitchb-completion-help): Use it.
30072
30073 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
30074
30075 * url/url-http.el (url-http-chunked-encoding-after-change-function):
30076 Use `url-http-debug' instead of `message'.
30077
30078 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
30079
30080 * url/url-http.el (url-http-parse-headers): Pass redirected URL
30081 as a callback argument.
30082
30083 2005-06-04 Kim F. Storm <storm@cua.dk>
30084
30085 * simple.el (line-move): Only call sit-for when moving backwards.
30086
30087 * ido.el (ido-make-merged-file-list-1): New defun split from
30088 ido-make-merged-file-list.
30089 (ido-make-merged-file-list): Bind throw-on-input around call to
30090 ido-make-merged-file-list-1. Return input-pending-p if
30091 interrupted by more input available.
30092 (ido-read-internal): Handle input-pending-p return value from
30093 ido-make-merged-file-list.
30094
30095 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
30096
30097 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
30098 compatibility code.
30099
30100 * international/latexenc.el (latexenc-find-file-coding-system):
30101 Don't inherit the EOL part of the coding-system from the
30102 tex-main buffer. Fit within 80 columns.
30103
30104 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
30105
30106 * tmm.el (tmm-inactive-face): New face.
30107 (tmm-remove-inactive-mouse-face): New function.
30108 (tmm-prompt, tmm-add-one-shortcut)
30109 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
30110 but not selectable.
30111
30112 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
30113
30114 * faces.el (face-equal): Improve argument/docstring consistency.
30115
30116 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
30117
30118 * progmodes/make-mode.el (makefile-targets-face)
30119 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
30120 (makefile-bsdmake-dependency-regex)
30121 (makefile-makepp-rule-action-regex)
30122 (makefile-bsdmake-rule-action-regex): New constants.
30123 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
30124
30125 * progmodes/compile.el (compilation-error-regexp-alist-alist):
30126 Allow (...) within `...' for makepp messages.
30127
30128 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
30129
30130 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
30131
30132 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
30133 "." files are deleted from all file lists before comparison.
30134
30135 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
30136 (viper-ESC-key): Made them customizable.
30137
30138 * emulation/viper.el (viper-non-hook-settings):
30139 Fix the names of defadvices.
30140
30141 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
30142
30143 * autorevert.el (auto-revert-buffers): Use save-match-data.
30144
30145 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
30146
30147 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
30148 menu items with a nil command binding.
30149
30150 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
30151
30152 * emacs-lisp/cl-macs.el (defsetf):
30153 Improve argument/docstring consistency.
30154
30155 * faces.el (list-faces-display): Improve the formatting by
30156 computing the maximum length required for any face-name (reworked
30157 patch of 1999-01-11, accidentally deleted on 1999-07-21).
30158 (internal-find-face): Remove redundant info in docstring.
30159
30160 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
30161
30162 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
30163 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
30164 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
30165 (gdb-assembler-custom): Improve regexps.
30166 (def-gdb-auto-update-handler): Use window point to preserve point.
30167
30168 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
30169
30170 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
30171
30172 2005-05-31 Jay Belanger <belanger@truman.edu>
30173
30174 * calc/calc-embed.el (calc-embedded-word): Change argument passed
30175 to calc-embedded.
30176 (calc-embedded-make-info): Have plain prefix argument select
30177 entire line.
30178
30179 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
30180
30181 * faces.el (list-faces-display): Signal error if passed a regexp
30182 that matches no face name.
30183
30184 * simple.el (filter-buffer-substring): Fix typo in docstring.
30185
30186 2005-05-31 Richard M. Stallman <rms@gnu.org>
30187
30188 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
30189 (vhdl-emacs-21): Doc fix.
30190 (vhdl-mode): Unconditionally set comment-padding.
30191 (vhdl-fixup-whitespace-region): Insert spaces only where
30192 there are none.
30193 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
30194
30195 2005-05-30 John Wiegley <johnw@newartisans.com>
30196
30197 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
30198 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
30199 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
30200 `directory-sep-char' to ?/, and all uses of `string-to-int' to
30201 `string-to-number'.
30202
30203 2005-05-30 Jay Belanger <belanger@truman.edu>
30204
30205 * calc/calc.el (calc-bug-address): Fix docstring.
30206 (calc-window-hook, calc-trail-window-hook): New variables.
30207 (calc-trail-display): Restore use of calc-trail-window-hook.
30208 (calc): Restore use of calc-window-hook.
30209
30210 2005-05-31 Masatake YAMATO <jet@gyve.org>
30211
30212 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
30213
30214 * help-fns.el (help-C-file-name): Add autoload mark for
30215 `find-function-noselect'.
30216
30217 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
30218
30219 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
30220 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
30221
30222 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
30223
30224 * calendar/diary-lib.el (mark-included-diary-files): Only kill
30225 included diary buffer if it was not already being visited.
30226 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
30227
30228 * calendar/icalendar.el (top-level): Do not require appt.
30229
30230 * mail/supercite.el (sc-select-attribution): Only use a list
30231 element from sc-attrib-selection-list if it returns a string.
30232 Reported by Davide G. M. Salvetti <salve@debian.org>.
30233
30234 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
30235
30236 * thumbs.el (thumbs-thumbname): The resulting thumbname now
30237 includes a hash value to improve its uniqueness, and has a ".jpg"
30238 extension. Also, it is now a valid filename on all systems.
30239 (thumbs-make-thumb): Use `let', not `let*'.
30240 (thumbs-show-thumbs-list): Check for JPEG availability.
30241
30242 2005-05-30 Richard M. Stallman <rms@gnu.org>
30243
30244 * filesets.el (filesets-menu-ensure-use-cached):
30245 Prevent warning when emacs-version>= is undefined.
30246
30247 * printing.el (pr-interactive-n-up): Use string-to-number.
30248
30249 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
30250
30251 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
30252 Warn only when name to be defined is quoted.
30253
30254 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
30255
30256 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
30257 Make regexp more robust.
30258 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
30259 Force regeneration of disassembly.
30260
30261 2005-05-29 Jay Belanger <belanger@truman.edu>
30262
30263 * calc/calc.el (calc-user-invocation): Check if
30264 calc-invocation-macro is non-nil.
30265
30266 2005-05-29 Juri Linkov <juri@jurta.org>
30267
30268 * add-log.el (change-log-font-lock-keywords):
30269 Add `+' to e-mail regexp to accept mail address with keywords.
30270
30271 * man.el (Man-name-regexp): Add `:' to accept qualified names.
30272
30273 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
30274
30275 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
30276
30277 * ielm.el (inferior-emacs-lisp-mode): Ditto.
30278
30279 2005-05-29 Richard M. Stallman <rms@gnu.org>
30280
30281 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
30282 Undo the change that moves to end of the current word.
30283
30284 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
30285
30286 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
30287 Throw error when count <= 0 to ensure input is a number.
30288 (gdb-read-memory-custom): Pick up address from buffer.
30289 (gdb-memory-mode): Allow user to increment and decrement
30290 memory address from header line.
30291
30292 2005-05-29 Richard M. Stallman <rms@gnu.org>
30293
30294 * textmoddes/flyspell.el (flyspell-version): Function deleted.
30295 (flyspell-auto-correct-previous-hook): Doc fix.
30296
30297 * jit-lock.el (jit-lock-function, jit-lock-after-change):
30298 Do nothing if memory is full.
30299
30300 * font-lock.el (font-lock-fontify-syntactically-region):
30301 Pass t for GREEDY to looking-back.
30302
30303 * saveplace.el (save-place-alist-to-file): Write the file
30304 using write-region.
30305
30306 * subr.el (looking-back): New argument GREEDY.
30307
30308 * progmodes/compile.el (compilation-start): Set the mode
30309 before inserting the initial text.
30310
30311 * progmodes/which-func.el (which-func-update-1): Turn the mode
30312 off in case of error by setting which-func-mode.
30313
30314 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
30315
30316 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
30317 Narrow down to what's on the screen, and recenter overlays
30318 at the end of the next word.
30319
30320 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
30321
30322 * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
30323 8Vars moved up.
30324 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
30325 (flyspell-abbrev-p): Default to nil.
30326 (flyspell-use-global-abbrev-table-p): Doc fix.
30327 (flyspell-large-region): Allow nil as value.
30328 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
30329
30330 (mail-mode-flyspell-verify): More robust handling
30331 of `mail-header-separator'. More efficient signature detection.
30332 Allow for regexp metacharacters in message-header-separator.
30333 Adding `To' not to be checked in mail-mode-flyspell-verify.
30334
30335 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
30336 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
30337 Bind flyspell-auto-correct-binding.
30338 Bind C-. and C-, .
30339 (flyspell-mode-map): Likewise.
30340 (flyspell-mode): Doc fix.
30341 (flyspell-accept-buffer-local-defs): Preserve current buffer.
30342 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
30343 (flyspell-word-cache-result): New var, always local.
30344 (flyspell-check-pre-word-p): Doc fix.
30345 (flyspell-check-changed-word-p): Handle spc like newline.
30346 (flyspell-post-command-hook): Set flyspell-word-cache-result.
30347 (flyspell-word-search-backward, flyspell-word-search-forward):
30348 New functions.
30349 (flyspell-word): Return t if nothing to check.
30350 When parsing TeX code, check for after } or \.
30351 Use flyspell-word-search-backward to find previous word.
30352 Return nil if duplicated word.
30353 For word already checked, return same value as last time.
30354 Set flyspell-word-cache-result after checking.
30355 Don't clobber the return value.
30356 (flyspell-get-word): Major rewrite.
30357 (flyspell-external-point-words): New locals pword, pcount.
30358 Fix size used in progress message.
30359 Find the proper corresponding word in flyspell-large-region-buffer.
30360 (flyspell-region): Check for flyspell-large-region = nil.
30361 (flyspell-highlight-incorrect-region): Clean up overlays in region.
30362 (flyspell-auto-correct-word): Check that WORD is a cons.
30363 (flyspell-correct-word): Likewise.
30364
30365 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
30366
30367 * progmodes/make-mode.el (makefile-rule-action-regex)
30368 (makefile-macroassign-regex, makefile-makepp-mode)
30369 (makefile-bsdmake-mode): Continuation lines may be empty.
30370 Reported by Joshua Varner.
30371 (makefile-makepp-font-lock-keywords): Add $(stem).
30372
30373 2005-05-28 Karl Berry <karl@gnu.org>
30374
30375 * textmodes/tex-mode.el: Now that tex-send-command calls
30376 shell-quote-argument (2005-03-31 change), remove all calls to
30377 shell-quote-argument; they all end up invoking tex-send-command.
30378 The double quoting loses on filenames with non-safe characters,
30379 such as "@". Reported by Frederik Fouvry.
30380
30381 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
30382
30383 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
30384 about preserving point.
30385
30386 2005-05-27 Jay Belanger <belanger@truman.edu>
30387
30388 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
30389 Info-goto-node.
30390
30391 * calc/calc-embed.el (calc-embed-arg): New variable.
30392 (calc-do-embedded-activate, calc-embedded-activate-formula)
30393 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
30394 variable by new variable.
30395 (calc-embedded-make-info): Replace undeclared variable by new
30396 variable. When selecting region with positive prefix
30397 argument, use end of previous line instead of beginning of line.
30398
30399 * calc/calc-aent.el (calc-arg-values): Declare it.
30400
30401 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
30402 Declare them.
30403
30404 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
30405
30406 * calc/calc.el (calc-alg-map): Declare it.
30407
30408 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
30409
30410 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
30411
30412 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
30413 (gdb-registers-buffer, toggle-gdb-all-registers):
30414 Toggle display of floating point registers.
30415 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
30416
30417 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
30418 (toggle-gud-tooltip-dereference):
30419 Rename from gud-toggle-tooltip-dereference.
30420
30421 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
30422
30423 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
30424
30425 2005-05-27 Jay Belanger <belanger@truman.edu>
30426
30427 * calc/calc-prog.el (calc-kbd-report): Remove.
30428 (calc-kbd-query): Rewrite.
30429
30430 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
30431
30432 * image.el (image-library-alist): Move to image.c.
30433 (image-type-available-p): Doc fix.
30434
30435 2005-05-27 Lute Kamstra <lute@gnu.org>
30436
30437 * calc/calc.el (calc):
30438 * outline.el (outline-1, outline-2, outline-3, outline-4)
30439 (outline-5, outline-6, outline-7, outline-8):
30440 * textmodes/dns-mode.el (dns-mode):
30441 * textmodes/sgml-mode.el (sgml-namespace-face):
30442 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
30443 (tex-verbatim-face, tex-use-reftex):
30444 * textmodes/texinfo.el (texinfo-heading-face):
30445 Specify customization group.
30446
30447 * longlines.el: Don't require easy-mmode.
30448 (longlines-visible-face): Specify customization group.
30449
30450 2005-05-27 Kenichi Handa <handa@m17n.org>
30451
30452 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
30453 encoding table of windows-1251.
30454
30455 * international/ucs-tables.el (ucs-set-table-for-input):
30456 If translation-table-for-input of a coding system is a symbol, get
30457 its translation-table property.
30458
30459 * international/code-pages.el: Don't register a coding system into
30460 non-iso-charset-alist more than once.
30461 (cp-make-coding-system): Likewise.
30462
30463 2005-05-26 John Wiegley <johnw@newartisans.com>
30464
30465 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
30466 `eshell-resume-eval' is wrapped in a list, it indicates that the
30467 command was run asynchronously. In that case, unwrap the value
30468 before checking the delimiter value.
30469
30470 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
30471 character before a space at the end of a line is \, assume the space
30472 is part of the last argument rather than a final argument separator.
30473
30474 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
30475 is in use, and the target is `t' or `nil' (which are the most common
30476 values), don't assume that the symbol target is a buffer.
30477
30478 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
30479
30480 * calendar/calendar.el (calendar-mode-line-format):
30481 Use mode-line-highlight as mouse-face.
30482
30483 * time.el (display-time-string-forms, display-time-update):
30484 Use mode-line-highlight as mouse-face.
30485
30486 2005-05-26 Jay Belanger <belanger@truman.edu>
30487
30488 * calc/calc.el (calc-language-alist): Remove extra defvar.
30489
30490 2005-05-26 Lute Kamstra <lute@gnu.org>
30491
30492 * arc-mode.el (archive-mode):
30493 * bookmark.el (bookmark-read-annotation-mode)
30494 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
30495 * bs.el (bs-mode):
30496 * calc/calc-yank.el (calc-edit-mode):
30497 * calc/calc.el (calc-mode, calc-trail-mode):
30498 * calculator.el (calculator-mode):
30499 * chistory.el (command-history-mode):
30500 * comint.el:
30501 * cus-edit.el (custom-mode):
30502 * descr-text.el (describe-text-mode):
30503 * ebuff-menu.el (Electric-buffer-menu-mode):
30504 * ediff-util.el (ediff-mode):
30505 * emacs-lisp/re-builder.el (reb-mode):
30506 * emulation/vi.el (vi-mode-setup):
30507 * emulation/ws-mode.el (wordstar-mode):
30508 * eshell/esh-mode.el (eshell-mode):
30509 * forms.el (forms-mode):
30510 * help-mode.el (help-mode):
30511 * hexl.el (hexl-mode):
30512 * ibuffer.el (ibuffer-mode):
30513 * ielm.el (inferior-emacs-lisp-mode):
30514 * info.el (Info-mode, Info-edit-mode):
30515 * international/swedish.el:
30516 * ledit.el (ledit-from-lisp-mode):
30517 * locate.el (locate-mode):
30518 * mail/rmail.el (rmail-mode):
30519 * mail/rmailedit.el (rmail-edit-mode):
30520 * mail/rmailsum.el (rmail-summary-mode):
30521 * mail/supercite.el (sc-electric-mode):
30522 * net/eudc.el (eudc-mode):
30523 * net/quickurl.el (quickurl-list-mode):
30524 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
30525 * obsolete/ooutline.el (outline-mode):
30526 * obsolete/options.el (Edit-options-mode):
30527 * obsolete/rnews.el (news-mode):
30528 * obsolete/rnewspost.el (news-reply-mode):
30529 * play/5x5.el (5x5-mode):
30530 * play/decipher.el (decipher-mode, decipher-stats-mode):
30531 * play/gomoku.el (gomoku-mode):
30532 * play/snake.el (snake-mode):
30533 * play/solitaire.el (solitaire-mode):
30534 * play/tetris.el (tetris-mode):
30535 * progmodes/ada-mode.el (ada-mode):
30536 * progmodes/antlr-mode.el (antlr-mode):
30537 * progmodes/autoconf.el (autoconf-mode):
30538 * progmodes/dcl-mode.el (dcl-mode):
30539 * progmodes/delphi.el (delphi-mode):
30540 * progmodes/ebrowse.el (ebrowse-tree-mode)
30541 (ebrowse-electric-list-mode, ebrowse-member-mode)
30542 (ebrowse-electric-position-mode):
30543 * progmodes/f90.el (f90-mode):
30544 * progmodes/fortran.el (fortran-mode):
30545 * progmodes/icon.el (icon-mode):
30546 * progmodes/idlw-help.el (idlwave-help-mode):
30547 * progmodes/idlw-shell.el (idlwave-shell-mode):
30548 * progmodes/idlwave.el (idlwave-mode):
30549 * progmodes/inf-lisp.el (inferior-lisp-mode):
30550 * progmodes/m4-mode.el (m4-mode):
30551 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
30552 * progmodes/modula2.el (modula-2-mode):
30553 * progmodes/octave-inf.el (inferior-octave-mode):
30554 * progmodes/octave-mod.el (octave-mode):
30555 * progmodes/pascal.el (pascal-mode):
30556 * progmodes/sh-script.el (sh-mode):
30557 * progmodes/sql.el (sql-mode, sql-interactive-mode):
30558 * progmodes/vhdl-mode.el (vhdl-mode):
30559 * progmodes/xscheme.el (scheme-interaction-mode):
30560 * replace.el (occur-mode):
30561 * ses.el (ses-mode):
30562 * simple.el (completion-list-mode):
30563 * skeleton.el:
30564 * speedbar.el (speedbar-mode):
30565 * term.el (term-mode):
30566 * terminal.el (terminal-edit-mode):
30567 * textmodes/reftex-index.el (reftex-index-mode)
30568 (reftex-index-phrases-mode):
30569 * textmodes/reftex-sel.el (reftex-select-label-mode)
30570 (reftex-select-bib-mode):
30571 * textmodes/reftex-toc.el (reftex-toc-mode):
30572 * wdired.el (wdired-change-to-wdired-mode):
30573 * wid-browse.el (widget-browse-mode):
30574 Use run-mode-hooks.
30575
30576 * array.el (array-mode):
30577 * calendar/todo-mode.el (todo-mode):
30578 * man.el (Man-mode):
30579 * play/landmark.el (lm-mode):
30580 * play/mpuz.el (mpuz-mode):
30581 Use kill-all-local-variables and run-mode-hooks.
30582
30583 * subr.el (delay-mode-hooks): Specify indentation.
30584
30585 2005-05-26 Mark A. Hershberger <mah@everybody.org>
30586
30587 * xml.el (xml-substitute-special): Don't die for undefined xml
30588 entities.
30589
30590 2005-05-26 Jay Belanger <belanger@truman.edu>
30591
30592 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
30593 of nil.
30594
30595 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
30596
30597 * progmodes/gdb-ui.el (gdb-frame-address):
30598 Rename from gdb-current-address.
30599 (gdb-previous-frame-address): Rename from gdb-previous-address.
30600 (gdb-selected-frame): Rename from gdb-current-frame.
30601 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
30602 (gdb-frame-number): Rename from gdb-current-stack-level.
30603 (gdb-ann3): Match new mode-name for disassembly buffer.
30604 Extend initialization of variables.
30605 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
30606 (gdb-memory-mode): Use mouse-face in header line.
30607 (gdb-assembler-buffer-name): Call it disassembly and give frame
30608 in mode line.
30609 (gdb-source-spec-regexp, gdb-assembler-custom)
30610 (gdb-invalidate-assembler, gdb-frame-handler):
30611 Make robust to leading zeroes in address format.
30612
30613 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
30614
30615 * textmodes/org.el (org-mode): Use `define-derived-mode' to
30616 define `org-mode'.
30617 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
30618
30619 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
30620
30621 * log-edit.el (log-edit-changelog-entries): Distinguish between
30622 filenames like xfns.c and fns.c.
30623
30624 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
30625
30626 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
30627 point after reverting.
30628 (Buffer-menu-make-sort-button): Handle the case where
30629 `Buffer-menu-use-header-line' is nil.
30630
30631 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
30632
30633 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
30634 New funcs. In minibuffer-local-completion-map bind `]', `/'
30635 and `:' to them.
30636
30637 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
30638
30639 * startup.el (normal-top-level): Allow modification of load-path while
30640 we're iterating over it.
30641
30642 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
30643
30644 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
30645 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
30646 (thumbs-resize-interactive, thumbs-insert-image)
30647 (thumbs-insert-thumb, thumbs-dired-show-marked)
30648 (thumbs-find-image-at-point, thumbs-delete-images)
30649 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
30650 (thumbs-increment-image-size, thumbs-decrement-image-size):
30651 Fix typos in docstrings.
30652
30653 2005-05-24 Andre Spiegel <spiegel@gnu.org>
30654
30655 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
30656 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
30657 (cperl-mode): Use them.
30658
30659 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
30660
30661 * window.el (quit-window, shrink-window-if-larger-than-buffer):
30662 Doc fixes.
30663
30664 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
30665
30666 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
30667 Bind C-d to gdb-inferior-io-eof.
30668
30669 * dired.el (dired-dnd-popup-notice): Use message-box.
30670
30671 2005-05-23 Masatake YAMATO <jet@gyve.org>
30672
30673 * bindings.el (mode-line-major-mode-keymap):
30674 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
30675
30676 * faces.el (mode-line-highlight): New face.
30677
30678 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
30679 as mouse-face.
30680
30681 * bindings.el (top-level, help-echo, mode-line-modified)
30682 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
30683 as mouse-face.
30684
30685 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
30686
30687 * progmodes/cc-engine.el (c-guess-basic-syntax):
30688 Remove spurious call to `zerop'.
30689
30690 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
30691
30692 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
30693
30694 CC Mode update to 5.30.10:
30695
30696 * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
30697 the point could go past the limit in decoration level 2, thereby
30698 causing errors during interactive fontification.
30699
30700 * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
30701 bug when the file is evaluated interactively.
30702
30703 * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
30704 declarations somewhat better in C++.
30705
30706 * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
30707 New helper macro to make use of `run-mode-hooks'
30708 which has been added in Emacs 21.1.
30709 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
30710 (awk-mode): Use it.
30711 (make-local-hook): Suppress warning about obsoleteness.
30712
30713 * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
30714 (c-append-backslashes-forward, c-delete-backslashes-forward)
30715 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
30716 Compensate for return value from `forward-line' when it has moved
30717 but not to a different line due to eob.
30718
30719 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
30720 `objc-method-intro' and `objc-method-args-cont'.
30721
30722 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
30723
30724 CC Mode update to 5.30.10:
30725
30726 * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
30727 address in the copyright statement. Incidentally, change "along with
30728 GNU Emacs" to "along with this program" where it occurs.
30729
30730 * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
30731 autoload, so that it is interactive, hence can be found by M-x awk-mode
30732 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
30733 <gmorris+emacs@ast.cam.ac.uk>.
30734
30735 * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
30736 Mode's regexps.
30737
30738 2005-05-23 Kevin Ryde <user42@zip.com.au>
30739
30740 * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
30741 from c-parse-state, to avoid a lisp error (on bad code).
30742
30743 2005-05-23 Lute Kamstra <lute@gnu.org>
30744
30745 * subr.el (font-lock-defaults): Remove defvar as it's already
30746 defined in font-core.el.
30747
30748 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
30749
30750 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
30751
30752 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
30753 more general and work when GDB variable "print pretty" is on,
30754 as with Emacs, for example.
30755
30756 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
30757
30758 * font-core.el: Update comment.
30759
30760 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
30761 Use `after-change-major-mode-hook' instead of `find-file-hook'.
30762
30763 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
30764
30765 2005-05-22 Eli Zaretskii <eliz@gnu.org>
30766
30767 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
30768 and `yank-handler' in the doc strings.
30769
30770 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
30771
30772 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
30773
30774 2005-05-22 Richard M. Stallman <rms@gnu.org>
30775
30776 * help.el (describe-key): Move print-help-return-message call
30777 out of conditional.
30778
30779 * progmodes/etags.el (list-tags): Use with-no-warnings.
30780
30781 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
30782 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
30783 (starttls-extra-args, starttls-extra-arguments): Add defvars.
30784
30785 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
30786
30787 * language/viet-util.el (viet-viscii-nonascii-translation-table):
30788 Add defvar.
30789
30790 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
30791 Use defvar, not defconst.
30792
30793 * hexl.el (hexl-follow-line): Use with-no-warnings.
30794
30795 * emulation/tpu-extras.el: Use write-file-functions instead of
30796 write-file-hooks.
30797
30798 * dired.el (dired-font-lock-keywords): Fontify files with junk
30799 extensions even if marked by -F.
30800
30801 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
30802
30803 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
30804 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
30805 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
30806 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
30807 (concatenate, list-length, get*, getf, cl-remprop):
30808 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
30809 (etypecase, progv, lexical-let, lexical-let*)
30810 (multiple-value-bind, multiple-value-setq, shiftf):
30811 Improve argument/docstring consistency.
30812
30813 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
30814
30815 2005-05-22 Andre Spiegel <spiegel@gnu.org>
30816
30817 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
30818 doesn't exist.
30819
30820 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
30821 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
30822
30823 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
30824
30825 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
30826 already deleted variables: auto-fill-hook, blink-paren-hook,
30827 lisp-indent-hook, inhibit-local-variables, unread-command-event,
30828 suspend-hooks, comment-indent-hook, meta-flag,
30829 before-change-function, after-change-function,
30830 font-lock-doc-string-face.
30831
30832 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
30833
30834 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
30835
30836 2005-05-21 Eli Zaretskii <eliz@gnu.org>
30837
30838 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
30839 rmail-dont-reply-to.
30840
30841 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
30842
30843 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
30844 literal blank when splitting new-header-values.
30845
30846 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
30847
30848 * calendar/cal-menu.el (cal-menu-update): Add separator as a
30849 string so that tmm doesn't create a completion entry for it.
30850
30851 * textmodes/table.el (table-disable-menu): Ditto.
30852
30853 2005-05-21 Richard M. Stallman <rms@gnu.org>
30854
30855 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
30856
30857 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
30858
30859 * net/rcompile.el (remote-compile): Use compilation-start.
30860
30861 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
30862
30863 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
30864
30865 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
30866 Default to makefile-bsdmake-mode on BSD systems.
30867
30868 * imenu.el (imenu-generic-expression, imenu--generic-function'):
30869 REGEXP may also be a search function now. The part of doc-string
30870 for describing the structure was 95% identical to that of
30871 `imenu--generic-function'. Unify it there.
30872
30873 * progmodes/make-mode.el (makefile-imenu-generic-expression):
30874 Use function to find dependencies, because regexp alone is so complex,
30875 it easily goes into an endless loop.
30876 (makefile-makepp-mode): Also add submenu for Perl functions
30877 defined in the makefile.
30878 (makefile-bsdmake-mode): Special imenu-generic-expression no
30879 longer needed, due to function call.
30880 (makefile-match-dependency): Take BOUND into account when checking
30881 if we're through.
30882
30883 2005-05-20 Jay Belanger <belanger@truman.edu>
30884
30885 * calc/calc-units.el (calc-invalidate-units-table):
30886 Use inhibit-read-only.
30887 (math-build-units-table-buffer): Use view-mode.
30888
30889 2005-05-20 David Kastrup <dak@gnu.org>
30890
30891 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
30892 easy-menu-add is not a nop on Emacs; and clarify when to call it.
30893
30894 2005-05-20 Lute Kamstra <lute@gnu.org>
30895
30896 * diff-mode.el (diff-header-face, diff-file-header-face)
30897 (diff-index-face, diff-hunk-header-face, diff-removed-face)
30898 (diff-added-face, diff-changed-face, diff-function-face)
30899 (diff-context-face, diff-nonexistent-face): Put them in the
30900 diff-mode customization group.
30901
30902 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
30903
30904 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
30905
30906 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
30907
30908 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
30909 Minor regexp-optimization.
30910
30911 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
30912
30913 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
30914 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
30915 (org-agenda-add-time-grid-maybe): New function.
30916 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
30917 (org-table-create): `dotimes' instead of `mapcar'.
30918 (org-xor): Simplify implementation.
30919 (org-agenda): `inhibit-redisplay' turned on.
30920 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
30921 a consistent line after a state change.
30922 (org-agenda-remove-times-when-in-prefix): New option.
30923 (org-prefix-has-time): New variable.
30924 (org-parse-time-string): Optional argument NODEFAULT.
30925 (org-format-agenda-item): Parse items for time-of-day
30926 specifications and move these into the prefix if possible.
30927 (org-agenda-priority): Get current heading, not previous heading
30928 during agenda remote editing.
30929
30930 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
30931
30932 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
30933 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
30934 (remove-duplicates, delete-duplicates, substitute)
30935 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
30936 (nsubstitute-if-not, find, find-if, find-if-not, position)
30937 (position-if, position-if-not, count, count-if, count-if-not)
30938 (mismatch, search, sort*, stable-sort, merge, member*)
30939 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
30940 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
30941 (intersection, nintersection, set-difference, nset-difference)
30942 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
30943 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
30944 (nsublis, tree-equal): Improve argument/docstring consistency.
30945
30946 * subr.el (send-string, send-region): Remove obsolescence declaration.
30947 (window-dot, set-window-dot, read-input, show-buffer)
30948 (eval-current-buffer, string-to-int):
30949 Add release number to obsolescence declarations.
30950
30951 2005-05-19 Kim F. Storm <storm@cua.dk>
30952
30953 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
30954 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
30955
30956 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
30957
30958 * faces.el (list-faces-display): Make back button respect optional
30959 regexp arg.
30960
30961 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
30962
30963 * calculator.el (calculator-radix-grouping-mode)
30964 (calculator-radix-grouping-digits, calculator-displayer)
30965 (calculator-radix-grouping-separator, calculator-copy-displayer):
30966 * dabbrev.el (dabbrev-search-these-buffers-only):
30967 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
30968 (diff-advance-after-apply-hunk, diff-mode-hook)
30969 (diff-minor-mode-prefix):
30970 * imenu.el (imenu-use-popup-menu):
30971 * jit-lock.el (jit-lock-context-time):
30972 * newcomment.el (comment-fill-column, comment-column)
30973 (comment-style, comment-padding, comment-multi-line)
30974 (comment-empty-lines, comment-auto-fill-only-comments):
30975 * reveal.el (reveal-around-mark):
30976 * uniquify.el (uniquify-buffer-name-style)
30977 (uniquify-after-kill-buffer-p)
30978 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
30979 (uniquify-min-dir-content, uniquify-separator)
30980 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
30981 * w32-vars.el (w32-fixed-font-alist):
30982 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
30983 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
30984 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
30985 * progmodes/perl-mode.el (perl-indent-level)
30986 (perl-continued-statement-offset, perl-continued-brace-offset)
30987 (perl-brace-offset, perl-brace-imaginary-offset)
30988 (perl-label-offset, perl-indent-continued-arguments)
30989 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
30990 * progmodes/tcl.el (tcl-indent-level)
30991 (tcl-continued-indent-level, tcl-auto-newline)
30992 (tcl-tab-always-indent, tcl-electric-hash-style)
30993 (tcl-help-directory-list, tcl-use-smart-word-finder)
30994 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
30995 (inferior-tcl-source-command):
30996 * textmodes/fill.el (enable-kinsoku):
30997 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
30998 * textmodes/table.el (table-yank-handler):
30999 Specify missing group (and type, if simple) in defcustom.
31000
31001 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
31002
31003 * progmodes/compile.el (compilation-finish-function): Fix defvar.
31004
31005 2005-05-19 Richard M. Stallman <rms@gnu.org>
31006
31007 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
31008
31009 * subr.el (event-basic-type): Don't get an error.
31010 (left-fringe-p): Function deleted.
31011
31012 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
31013 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
31014
31015 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
31016 in recursive copy.
31017
31018 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
31019
31020 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
31021
31022 * emacs-lisp/bytecomp.el
31023 (byte-compile-file-form-custom-declare-variable):
31024 Call byte-compile-nogroup-warn if appropriate.
31025
31026 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
31027 (compilation-set-window): Don't call left-fringe-p; do it directly.
31028
31029 2005-05-19 Jay Belanger <belanger@truman.edu>
31030
31031 * calc/calc-graph.el (calc-graph-format-data): Make sure
31032 var-PlotRejects is bound before trying to check its value.
31033
31034 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
31035
31036 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
31037 definition of this variable from reftex-global.el to reftex.el,
31038 because it is needed in the menu.
31039
31040 2005-05-19 Lute Kamstra <lute@gnu.org>
31041
31042 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
31043 years are fixed. Don't insert a space after a dash.
31044
31045 2005-05-19 Kim F. Storm <storm@cua.dk>
31046
31047 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
31048
31049 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
31050
31051 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
31052 strings, because (eq ... ?\\) is fairly frequent.
31053
31054 * progmodes/make-mode.el (makefile-add-this-line-targets):
31055 Simplify and integrate into `makefile-pickup-targets'.
31056 (makefile-add-this-line-macro): Simplify and integrate into
31057 `makefile-pickup-macros.
31058 (makefile-pickup-filenames-as-targets): Simplify.
31059 (makefile-previous-dependency, makefile-match-dependency):
31060 Don't stumble over `::'.
31061
31062 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
31063
31064 * subr.el (post-command-idle-hook, post-command-idle-delay):
31065 Remove obsoletion of post-command-idle-hook and
31066 post-command-idle-delay.
31067
31068 * faces.el (list-faces-display): Provide button when describe-face
31069 is called to take user back to the list of faces.
31070
31071 * help-fns.el (describe-variable): Remove hyperlinks in a
31072 variable's value as these are quite frequently inappropriate.
31073
31074 * follow.el (follow-submit-feedback, follow-mode):
31075 Remove references to post-command-idle-hook.
31076
31077 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
31078
31079 * progmodes/make-mode.el (makefile-previous-dependency)
31080 (makefile-match-dependency): Check for := (and in bsd mode also
31081 !=) to give a better result, even when font-lock is not on.
31082
31083 2005-05-18 Jay Belanger <belanger@truman.edu>
31084
31085 * calc/calc-help.el (calc-s-prefix-help):
31086 Add `calc-copy-special-constant' to help string.
31087
31088 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
31089
31090 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31091
31092 2005-05-18 Jay Belanger <belanger@truman.edu>
31093
31094 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
31095 in linear factors are in proper order.
31096
31097 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
31098
31099 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
31100 Support for jurabib.
31101
31102 * textmodes/reftex.el (featurep): Define aliases for overlay
31103 commands, for XEmacs compatibility, and use these aliases in
31104 overlay initializations.
31105 (reftex-highlight): Use `reftex-move-overlay'.
31106 (reftex-unhighlight): Use `reftex-delete-overlay'.
31107 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
31108 (reftex-access-search-path): Use `reftex-uniquify' instead of
31109 `reftex-uniq'.
31110
31111 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
31112 `before-string' property modification enables for Emacs as well.
31113 (reftex-select-item): Use `reftex-delete-overlay'.
31114 (reftex-select-mark): Use `reftex-make-overlay' and
31115 `reftex-overlay-put'.
31116 (reftex-select-unmark): Use `reftex-delete-overlay' and
31117 `reftex-overlay-put'.
31118
31119 2005-05-18 Lute Kamstra <lute@gnu.org>
31120
31121 * emacs-lisp/lisp.el (check-parens): Fix docstring.
31122
31123 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
31124
31125 * add-log.el (add-change-log-entry):
31126 * array.el (array-make-template, array-reconfigure-rows)
31127 (array-init-max-row, array-init-max-column)
31128 (array-init-columns-per-line, array-init-field-width):
31129 * replace.el (replace-match-maybe-edit, perform-replace):
31130 * textmodes/spell.el (spell-region):
31131 Replace `read-input' by `read-string'.
31132
31133 * forms.el (forms-mode):
31134 * finder.el (finder-compile-keywords):
31135 * shadowfile.el (shadow-read-files):
31136 Replace `eval-current-buffer' by `eval-buffer'.
31137
31138 * terminal.el (te-pass-through):
31139 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
31140 (ange-ftp-raw-send-cmd):
31141 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
31142 (send-process-next-char, telnet-initial-filter, telnet):
31143 Replace `send-string' by `process-send-string'.
31144
31145 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
31146 (prolog-consult-region): Replace `send-string' by
31147 `process-send-string'; replace `send-region' by `process-send-region'.
31148
31149 * progmodes/delphi.el (delphi-log-msg):
31150 Replace `set-window-dot' by `set-window-point'.
31151
31152 * subr.el (window-dot, set-window-dot, read-input, send-string)
31153 (send-region, show-buffer, eval-current-buffer):
31154 Make really obsolete, as the comment says.
31155
31156 2005-05-17 Kim F. Storm <storm@cua.dk>
31157
31158 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
31159 (cua--init-keymaps): Bind C-return instead of S-return to set
31160 rectangle mark.
31161
31162 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
31163 instead of S-return to toggle/clear rectangle mark.
31164
31165 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
31166
31167 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
31168 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
31169 Also fontify plain strings assigned to variables, mostly so that a
31170 colon has a face and is thus not taken as a dependency separator.
31171 (makefile-previous-dependency): Inline the new matcher, because it
31172 is too complex to work in both directions.
31173 (makefile-match-dependency): Eliminate `backward' arg (see above).
31174 Completely reimplemented so as to not sometimes go into an endless
31175 loop. It should also be more efficient, because first it only
31176 searches for `:', instead of applying the very complex regexp.
31177 (makefile-mode): Cancel `font-lock-support-mode', because blocks
31178 to be fontified in one piece can be too long for JIT.
31179 Makefiles are never *that* big.
31180
31181 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
31182
31183 * dired.el (dired-mode): Simplify.
31184
31185 2005-05-17 Lute Kamstra <lute@gnu.org>
31186
31187 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
31188 defcustom for the mode hook variable.
31189
31190 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
31191 Emacs Lisp Reference Manual.
31192
31193 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
31194
31195 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
31196 (evenp, list*):
31197 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
31198 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
31199
31200 * net/tramp-smb.el (tramp-smb-open-connection):
31201 Pass `tramp-chunksize' as fifth (required) argument.
31202
31203 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
31204
31205 * font-lock.el (lisp-font-lock-keywords-1):
31206 Set `font-lock-negation-char-face' for [^...] char group.
31207 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
31208
31209 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
31210 a var, and refine it to mask one more level of nested vars.
31211 (makefile-rule-action-regex): Turn it into a var, and refine it so
31212 it recognizes backslashed continuation lines as belonging to the
31213 same command.
31214 (makefile-macroassign-regex): Refine it so it recognizes
31215 backslashed continuation lines as belonging to the same command.
31216 (makefile-var-use-regex): Don't look at the next char, because it
31217 might be the same one to be skipped by the initial [^$], leading
31218 to an overlooked variable use.
31219 (makefile-make-font-lock-keywords): Remove two parameters, which
31220 are now variables that some of the modes set locally.
31221 Handle dependency and rule action matching through functions, because
31222 regexps alone match too often. Dependency matching now comes
31223 last, so it can check, whether a colon already matched something else.
31224 (makefile-mode): Inform that font-lock improves makefile parsing
31225 capabilities.
31226 (makefile-match-dependency, makefile-match-action): New functions.
31227
31228 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
31229
31230 * emacs-lisp/cl-extra.el (equalp): Doc fix.
31231
31232 * align.el (align-regexp):
31233 * ansi-color.el (ansi-color-get-face):
31234 * array.el (array-reconfigure-rows, array-init-max-row)
31235 (array-init-max-column, array-init-columns-per-line)
31236 (array-init-field-width):
31237 * dired-aux.el (dired-trample-file-versions):
31238 * dired-x.el (dired-mark-sexp):
31239 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
31240 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
31241 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
31242 * faces.el (face-read-integer):
31243 * files.el (backup-extract-version, insert-directory):
31244 * hexl.el (hexl-insert-decimal-char):
31245 * server.el (server-process-filter):
31246 * shell.el (shell-extract-num):
31247 * startup.el (command-line-1):
31248 * term.el (term-command-hook):
31249 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
31250 (time-stamp-do-number):
31251 * time.el (display-time-update):
31252 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
31253 (timezone-fix-time):
31254 * vms-patch.el (vms-suspend-resume-hook):
31255 * calendar/appt.el (appt-convert-time):
31256 * calendar/cal-bahai.el (mark-bahai-diary-entries):
31257 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
31258 * calendar/cal-islam.el (mark-islamic-diary-entries):
31259 * calendar/calendar.el (calendar-cursor-to-date)
31260 (calendar-star-date):
31261 * calendar/diary-lib.el (diary-attrtype-convert)
31262 (mark-diary-entries, diary-entry-time):
31263 * calendar/solar.el (solar-get-number):
31264 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
31265 * emacs-lisp/re-builder.el (reb-display-subexp):
31266 * emulation/edt.el (edt-set-scroll-margins):
31267 * emulation/tpu-extras.el (tpu-set-scroll-margins):
31268 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
31269 (vip-get-ex-count):
31270 * emulation/viper-ex.el (viper-get-ex-token)
31271 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
31272 * international/fontset.el (fontset-plain-name):
31273 * mail/feedmail.el (feedmail-look-at-queue-directory):
31274 * mail/mailalias.el (mail-get-names):
31275 * mail/rmail.el (rmail-convert-to-babyl-format):
31276 * mail/rmailsum.el (rmail-make-basic-summary-line)
31277 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
31278 (rmail-summary-goto-msg):
31279 * mail/smtpmail.el (smtpmail-read-response):
31280 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
31281 (ange-ftp-vms-add-file-entry):
31282 * play/gametree.el (gametree-looking-at-ply)
31283 (gametree-current-branch-score):
31284 * progmodes/ada-xref.el (ada-prj-find-prj-file)
31285 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
31286 * progmodes/cperl-mode.el (condition-case):
31287 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
31288 (ebrowse-set-member-buffer-column-width)
31289 (ebrowse-select-1st-to-9nth):
31290 * progmodes/etags.el (etags-snarf-tag):
31291 * progmodes/flymake.el (flymake-parse-line):
31292 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
31293 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
31294 (idlwave-shell-menu-def):
31295 * progmodes/ps-mode.el (ps-run-goto-error):
31296 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
31297 (vhdl-speedbar-contract-level):
31298 * term/mac-win.el (x-handle-numeric-switch):
31299 * term/sun-mouse.el (sun-get-frame-data):
31300 * term/w32-win.el (x-handle-numeric-switch):
31301 * term/x-win.el (x-handle-numeric-switch):
31302 * textmodes/ispell.el (ispell-parse-output):
31303 * textmodes/nroff-mode.el (nroff-outline-level):
31304 * textmodes/reftex-cite.el (reftex-bib-sort-year)
31305 (reftex-bib-sort-year-reverse, reftex-format-citation):
31306 * textmodes/reftex-parse.el (reftex-init-section-numbers)
31307 (reftex-section-number):
31308 * textmodes/texinfmt.el (texinfo-paragraphindent):
31309 Replace `string-to-int' by `string-to-number'.
31310
31311 * international/latexenc.el: Add page marker to force the "Local
31312 Variables:" string out of the last page.
31313
31314 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
31315
31316 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
31317 tooltip-change-major-mode.
31318 (gud-tooltip-print-command): Remove case where gud-minor-mode
31319 is gdb ("--fullname").
31320 (gud-tooltip-tips): Turn GUD tooltips off for this case and
31321 explain to user.
31322
31323 2005-05-16 Jay Belanger <belanger@truman.edu>
31324
31325 * calc/calc-store.el (calc-copy-special-constant): New function.
31326
31327 * calc/calc-ext.el (calc-init-extensions): Add binding for
31328 `calc-copy-special-constant'.
31329
31330 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
31331 for the `calc-copy-special-constant' command.
31332
31333 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
31334
31335 * subr.el (left-fringe-p): New function.
31336
31337 * progmodes/compile.el (compilation-setup): Set local value of
31338 overlay-arrow-string to "" always.
31339 (compilation-set-window): Left fringe then don't scroll.
31340 No left fringe then no arrow and scroll message to top.
31341 (compilation-context-lines): Adjust doc string accordingly.
31342
31343 2005-05-16 Kim F. Storm <storm@cua.dk>
31344
31345 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
31346 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
31347 (ido-wide-find-dir-or-delete-dir): New command for M-d.
31348 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
31349 (ido-read-file-name): Handle commands with ido property value
31350 equal to find-file as reading a file name, to allow C-d to enter dired.
31351 (ibuffer-find-file): Add ido property with value find-file.
31352
31353 2005-05-15 Kim F. Storm <storm@cua.dk>
31354
31355 * subr.el (open-network-stream-nowait): Remove.
31356 (open-network-stream-server): Remove.
31357
31358 2005-05-15 Richard M. Stallman <rms@gnu.org>
31359
31360 * faces.el (describe-face): Output a definition link button.
31361
31362 * help-mode.el (help-face-def): New button type.
31363
31364 * emacs-lisp/copyright.el (copyright-fix-years):
31365 Match properly if the first year is 2-digit.
31366 Don't mess up the whitespace after the years by filling.
31367
31368 * dired-aux.el (dired-mark-confirm):
31369 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
31370
31371 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
31372 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
31373 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
31374
31375 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
31376 Set font-lock-comment-start-skip.
31377
31378 * font-lock.el (font-lock-comment-start-skip): New variable.
31379 (font-lock-comment-end-skip): New variable.
31380 (font-lock-fontify-syntactically-region): Use them if non-nil.
31381
31382 2005-05-15 Jay Belanger <belanger@truman.edu>
31383
31384 * calc/calc-store.el (calc-store-value): Return a string rather
31385 than display it as a message.
31386 Use calc-var-name for variable name.
31387 (calc-store-into): Add the result of calc-store-value to message.
31388 (calc-copy-variable): Add a message.
31389 (calc-store-exchange): Improve error messages.
31390 (calc-store-binary, calc-store-map): Don't reset the values of
31391 special constants.
31392
31393 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
31394
31395 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
31396 manual to docstring.
31397
31398 * files.el (hack-local-variables-confirm): Add STRING argument.
31399 Make the function handle non file visiting buffers correctly.
31400 (hack-local-variables-prop-line, hack-local-variables)
31401 (hack-one-local-variable): Use STRING arg of
31402 `hack-local-variables-confirm'.
31403
31404 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
31405
31406 Sync with Tramp 2.0.49.
31407
31408 * net/tramp.el (tramp-handle-dired-call-process)
31409 (tramp-handle-insert-directory):`insert-buffer' cannot be used
31410 because the contents of the Tramp buffer is changed before
31411 insertion (`expand-file' and alike).
31412 (tramp-handle-insert-directory): If `localname' has an empty
31413 nondirectory name, it must not be quoted.
31414 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
31415 variable `tramp-chunksize'. Change callees.
31416 (tramp-open-connection-setup-interactive-shell): Check remote host
31417 for buggy `send-process-string' implementation.
31418 Set `tramp-chunksize' if found. Reported by Michael Kifer
31419 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
31420 (tramp-handle-shell-command): `insert-buffer' cannot be used
31421 because the contents of the Tramp buffer is changed before
31422 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
31423 <frederic.bothamy@free.fr>.
31424 (tramp-set-auto-save): Actions should be done for Tramp file name
31425 handler only. Ange-FTP has its own auto-save mechanism.
31426 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
31427 (tramp-set-auto-save-file-modes): Set file modes of
31428 `buffer-auto-save-file-name' to ?\600 as fallback solution.
31429 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
31430 (tramp-bug): Remove obsolete variable.
31431 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
31432 for presence of `mml-mode'. Make it running for older Emacsen as well.
31433
31434 2005-05-14 John Paul Wallington <jpw@pobox.com>
31435
31436 * ibuf-ext.el (define-ibuffer-filter filename):
31437 If `dired-directory' is a list, use its car.
31438
31439 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
31440
31441 * ibuffer.el (define-ibuffer-column filename):
31442 If `dired-directory' is a list, use its car.
31443
31444 2005-05-14 Richard M. Stallman <rms@gnu.org>
31445
31446 * subr.el (symbol-file): Doc fix.
31447
31448 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
31449 (byte-compile-form): Call byte-compile-nogroup-warn.
31450 (byte-compile-warning-types): Doc fix.
31451
31452 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
31453
31454 * progmodes/cc-engine.el (c-literal-faces):
31455 Add font-lock-comment-delimiter-face.
31456
31457 * net/net-utils.el (dig): Use with-no-warnings.
31458
31459 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
31460 (sc-recite-frame-alist, sc-default-cite-frame)
31461 (sc-default-uncite-frame, sc-default-recite-frame)
31462 (sc-attrib-selection-list, sc-rewrite-header-list):
31463 Mark as risky-local-variable.
31464
31465 * international/ogonek.el (ogonek-jak, ogonek-how):
31466 Don't use beginning-of-buffer.
31467
31468 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
31469
31470 * calendar/solar.el (solar-data-list): Move definition up.
31471
31472 * dnd.el (dnd-protocol-alist): Add autoload.
31473
31474 * progmodes/sh-script.el: Many doc usage fixes.
31475 (sh-indent-after-do): Change default to match common styles.
31476
31477 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
31478
31479 * files.el (interpreter-mode-alist)
31480 (auto-mode-interpreter-regexp): Doc fixes.
31481
31482 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
31483
31484 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
31485
31486 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
31487
31488 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31489
31490 * dired.el (dired-mode): make-variable-buffer-local =>
31491 make-local-variable.
31492
31493 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31494
31495 * term/mac-win.el (mac-select-convert-to-string): Try coding
31496 systems in mac-script-code-coding-systems if specified one cannot
31497 encode string for `com.apple.traditional-mac-plain-text'.
31498
31499 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
31500
31501 * progmodes/make-mode.el (makefile-targets-face)
31502 (makefile-shell-face, makefile-makepp-perl-face): New faces.
31503 (makefile-dependency-regex): Fix it to not make the colon in
31504 $(var:a=b) special.
31505 (makefile-rule-action-regex): New regexp for highlighting embedded
31506 Shell strings.
31507 (makefile-macroassign-regex): Handle != for highlighting as
31508 embedded Shell strings.
31509 (makefile-var-use-regex): New const.
31510 (makefile-statements, makefile-automake-statements)
31511 (makefile-gmake-statements, makefile-makepp-statements)
31512 (makefile-bsdmake-statements): New consts.
31513 (makefile-make-font-lock-keywords): New function.
31514 (makefile-automake-font-lock-keywords)
31515 (makefile-gmake-font-lock-keywords)
31516 (makefile-makepp-font-lock-keywords)
31517 (makefile-bsdmake-font-lock-keywords): New consts.
31518 (makefile-mode-map): Add switchers between the various submodes.
31519 (makefile-mode): Document the availability of the variants.
31520 (makefile-automake-mode, makefile-gmake-mode)
31521 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
31522
31523 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
31524 new variants of makefile-mode.
31525
31526 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
31527
31528 * font-lock.el (font-lock-comment-delimiter-face): Fix up
31529 the inheritance.
31530
31531 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
31532
31533 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
31534 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
31535
31536 * files.el (normal-mode): Extend the scope of the
31537 `enable-local-variables' binding to include the `set-auto-mode' call.
31538 (magic-mode-alist): Doc fix.
31539
31540 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
31541
31542 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
31543 font-lock-comment-face rather than copying its setting.
31544
31545 2005-05-12 Andreas Schwab <schwab@suse.de>
31546
31547 * eshell/esh-mode.el (eshell-send-input): Doc fix.
31548
31549 2005-05-12 Lute Kamstra <lute@gnu.org>
31550
31551 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
31552 defcustom for the mode hook variable. Delete the last argument.
31553 * generic-x.el: Fix callers of define-generic-mode.
31554 (generic-x-modes): Delete group.
31555 (show-tabs-tab-face, show-tabs-space-face): Put them in the
31556 generic-x customization group.
31557
31558 2005-05-12 Kim F. Storm <storm@cua.dk>
31559
31560 * font-lock.el (font-lock-negation-char-face): Default to "off".
31561
31562 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
31563 font-lock-negation-char-face to ! in !=.
31564
31565 2005-05-12 Masatake YAMATO <jet@gyve.org>
31566
31567 * add-log.el (find-change-log): Fix typos in the docstring
31568 of function.
31569
31570 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
31571
31572 * international/latexenc.el (latexenc-find-file-coding-system):
31573 Avoid `re-search-forward' when looking for input encoding because
31574 of speed and safety. Better regular expressions for recognizing
31575 input encoding. Limit a search for TeX-master/tex-main-file to
31576 the local variable section.
31577
31578 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
31579
31580 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
31581 syntax of $ to "'" (quote).
31582
31583 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
31584
31585 * dnd.el (dnd-protocol-alist): Improve custom type.
31586
31587 * dired.el (dired-dnd-protocol-alist): New variable.
31588 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
31589 `dired-mode-hook' to the end.
31590
31591 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
31592
31593 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
31594 comment-end if comment-start-skip is not set.
31595 Obey the font-lock-comment-delimiter-face variables.
31596
31597 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
31598
31599 * files.el (executable-find): Move from executable.el. Use
31600 locate-file.
31601 * progmodes/executable.el (executable-find): Move to files.el.
31602
31603 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
31604 when trying to ensure forward progress.
31605
31606 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
31607
31608 * mouse-sel.el (mouse-sel-follow-link-p): New function.
31609 (mouse-select, mouse-select-internal, mouse-extend-internal):
31610 Use it to implement mouse-1-click-follows-link functionality.
31611
31612 2005-05-11 Richard M. Stallman <rms@gnu.org>
31613
31614 * font-lock.el (font-lock-fontify-syntactically-region):
31615 Use font-lock-comment-delimiter-face for comment delimiters.
31616
31617 2005-05-10 Jay Belanger <belanger@truman.edu>
31618
31619 * calc/calc-help.el (calc-m-prefix-help): Add mention of
31620 preserving embedded modes.
31621
31622 2005-05-10 Richard M. Stallman <rms@gnu.org>
31623
31624 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
31625
31626 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
31627 Move from ada-stmt.el.
31628 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
31629
31630 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
31631 Move to ada-mode.el.
31632 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
31633
31634 * cus-edit.el (custom-file): Call file-chase-links.
31635
31636 * files.el (read-directory-name): Fix previous change.
31637 (hack-local-variables-confirm): New function.
31638 (hack-local-variables-prop-line, hack-local-variables)
31639 (hack-one-local-variable): Use it.
31640
31641 2005-05-10 Lute Kamstra <lute@gnu.org>
31642
31643 * font-lock.el (font-lock-keywords-alist)
31644 (font-lock-removed-keywords-alist): Clarify docstrings.
31645
31646 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
31647
31648 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
31649 (gdb-source-info): Check for preprocessor info.
31650 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
31651 a macro for a function.
31652 (gdb-info-breakpoints-custom): Try to find file again if not already
31653 found (user might have used GDB dir command).
31654 (gdb-get-location): Update gdb-location-alist correctly for change
31655 to gdb-info-breakpoints-custom.
31656
31657 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
31658 (gud-tooltip-print-command): Add gdbmi case.
31659 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
31660 preprocessor info.
31661
31662 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
31663
31664 * startup.el (fancy-splash-insert): Fix typo in doc string.
31665
31666 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
31667
31668 * obsolete/float.el (string-to-float):
31669 * obsolete/hilit19.el (hilit-add-pattern):
31670 * obsolete/rnews.el (news-parse-range, news-select-message)
31671 (news-get-pruned-list-of-files): Replace `string-to-int' by
31672 `string-to-number'.
31673
31674 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
31675 `find-file-not-found-hooks'; use `add-hook'.
31676 (uncompress-while-visiting): Set `write-file-functions', not
31677 `write-file-hooks'; use `add-hook'.
31678
31679 2005-05-09 Kim F. Storm <storm@cua.dk>
31680
31681 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
31682 (cua-paste): Handle clipboard action.
31683 (cua--init-keymaps): Remap clipboard-kill-region and
31684 clipboard-kill-ring-save.
31685
31686 2005-05-08 Eli Zaretskii <eliz@gnu.org>
31687
31688 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
31689 Improve commentary.
31690
31691 * simple.el (next-error-overlay-arrow-position): Revert the change
31692 made on 2005-04-30.
31693
31694 2005-05-07 Jay Belanger <belanger@truman.edu>
31695
31696 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
31697 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
31698 `calc-sel-reselect'.
31699
31700 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
31701 Calc is in embedded mode.
31702
31703 2005-05-07 Eli Zaretskii <eliz@gnu.org>
31704
31705 * progmodes/compile.el (compilation-setup):
31706 Set overlay-arrow-string to an empty string on text terminals.
31707
31708 * textmodes/ispell.el (ispell-program-name): Try looking for
31709 "aspell" along exec-path, and if found, use it as the default
31710 speller program.
31711
31712 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
31713
31714 * international/mule.el (sgml-xml-auto-coding-function):
31715 Recognize encoding='FOO' in single quotes as well as in double quotes.
31716
31717 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
31718
31719 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
31720 as well as `interactive', so that defmacro* would recognize
31721 `declare' forms.
31722
31723 2005-05-07 Eli Zaretskii <eliz@gnu.org>
31724
31725 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
31726 Explain more about the LIGHTER arg's usage in the doc string.
31727 Add commentary to clarify what the code does. Fix the regexp that
31728 strips whitespace from LIGHTER. Quote LIGHTER before using it,
31729 since it could have characters special to regular expressions.
31730
31731 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
31732
31733 * replace.el (occur-1): Bind inhibit-read-only so that
31734 erase-buffer doesn't barf on read-only text properties (likewise
31735 for add-text-properties in occur-engine). Mark buffer as unmodified.
31736 (occur-engine): Don't set buffer-read-only here.
31737
31738 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
31739
31740 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
31741 list-buffers-directory. This caused the *cvs-commit* buffer to be
31742 sometimes mistakenly reused as a *cvs* buffer.
31743
31744 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
31745
31746 * tooltip.el: Move code for GUD tooltips into gud.el.
31747 (require): CL no longer needed to compile case.
31748 (tooltip-mode): Do not toggle functions for GUD tooltips.
31749 (tooltip-gud-tips-p): Remove. Replace with minor mode
31750 gud-tooltip-mode in gud.el.
31751 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
31752 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
31753 tooltip-gud prefix with gud-tooltip and obsolete.
31754 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
31755 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
31756 (tooltip-mouse-motion): Mouse movement functions/variable.
31757 Rename in gud.el by adding gud prefix.
31758 (tooltip-gud-original-filter, tooltip-gud-dereference)
31759 (tooltip-gud-event, tooltip-toggle-gud-tips)
31760 (tooltip-gud-process-output, tooltip-gud-print-command)
31761 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
31762 gud.el by replacing tooltip-gud prefix with gud-tooltip.
31763 (gdb-tooltip-print): Move to gdb-ui.el.
31764
31765 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
31766 (require): CL needed to compile case.
31767 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
31768 tooltip-gud-tips-p. Make it a minor-mode.
31769 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
31770 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
31771 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
31772 (gud-tooltip-change-major-mode)
31773 (gud-tooltip-activate-mouse-motions-if-enabled)
31774 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
31775 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
31776 (gud-tooltip-original-filter, gud-tooltip-dereference)
31777 (gud-tooltip-event, tooltip-toggle-gud-tips)
31778 (gud-tooltip-process-output, gud-tooltip-print-command)
31779 (gud-tooltip-tips): Move from tooltip.el.
31780
31781 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
31782 (gdb-cpp-define-alist-flags): Doc fix.
31783 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
31784 gud-tooltip-mode is t.
31785
31786 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
31787
31788 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
31789 evaporate if their text is deleted.
31790 (goto-address-at-point): Make it work as a mouse binding as well.
31791 (goto-address-at-mouse): Obsolete it. Update users.
31792
31793 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
31794
31795 * calendar/appt.el (top-level): No longer activate on load.
31796
31797 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
31798
31799 * calendar/cal-bahai.el (mark-bahai-diary-entries):
31800 * net/webjump.el (webjump):
31801 * progmodes/idlw-help.el (idlwave-do-context-help1)
31802 (idlwave-highlight-linked-completions):
31803 * textmodes/po.el (po-find-file-coding-system-guts):
31804 Replace `assoc-ignore-case' by `assoc-string'.
31805
31806 2005-05-06 Eli Zaretskii <eliz@gnu.org>
31807
31808 * files.el (locate-file): Doc fix.
31809
31810 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
31811 Remove the redundant test for ms-dos.
31812
31813 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
31814 look for the preprocessor with exec-suffixes. If not found in
31815 standard places, look in exec-path. Remove most of the tests that
31816 used system-type.
31817
31818 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
31819
31820 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
31821
31822 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
31823 file-name clash with jka-compr.el on 8+3 filesystems.
31824
31825 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31826
31827 * term/mac-win.el: Don't define or bind scroll bar functions if
31828 x-toolkit-scroll-bars is t.
31829 (x-select-text, x-get-selection-value): Clear
31830 x-last-selected-text-clipboard if x-select-enable-clipboard is
31831 nil.
31832 (PRIMARY): Put mac-scrap-name property.
31833 (mac-select-convert-to-file-url): New function.
31834 (public.file-url): New selection target type. Add to
31835 selection-converter-alist.
31836 (x-get-selection, x-selection-value): Handle it.
31837 (x-cut-buffer-or-selection-value): New alias.
31838
31839 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
31840
31841 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
31842 entry to avoid calling bibtex-find-entry with arg global
31843 being t. Remove arg key.
31844 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
31845 (bibtex-copy-summary-as-kill): Change accordingly.
31846
31847 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
31848
31849 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
31850 (org-agenda-date-later): Use with-current-buffer.
31851
31852 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
31853
31854 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
31855 (define-obsolete-variable-alias): Doc Fixes.
31856
31857 2005-05-06 Kim F. Storm <storm@cua.dk>
31858
31859 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
31860 vertical-motion when selective-display is active.
31861
31862 * ido.el (ido-setup-hook): New hook.
31863 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
31864 (ido-input-stack): New var.
31865 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
31866 ido-next-work-file binding to M-O.
31867 Bind M-f to ido-wide-find-file-or-pop-dir.
31868 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
31869 (ido-read-internal): Run ido-setup-hook.
31870 Catch quit in read-file-name and read-string to cancel edit.
31871 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
31872 Automatically pop-all when completing a directory name (RET).
31873 (ido-file-internal): Add with-no-warnings around ffap and dired code.
31874 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
31875 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
31876 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
31877 New functions for M-b/M-f to move among the directory components.
31878 (ido-make-merged-file-list): Catch quit to cancel merge.
31879 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
31880 (ido-completion-help): No warnings for ido-completion-buffer-full.
31881
31882 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
31883
31884 * font-lock.el (font-lock-negation-char-face): New face and variable.
31885 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
31886 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
31887 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
31888 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
31889
31890 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
31891
31892 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
31893 Fix typo in docstring.
31894
31895 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
31896 (ebrowse-print-statistics-line)
31897 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
31898
31899 * term/w32-win.el (image-library-alist): Add additional name for
31900 Xpm library.
31901
31902 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
31903
31904 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
31905 use gcc instead of cpp.
31906
31907 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
31908 (gdb-create-define-alist): Use it.
31909 (gdb-cpp-define-alist-program): Update for MS-DOS.
31910
31911 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
31912
31913 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
31914
31915 2005-05-04 Richard M. Stallman <rms@gnu.org>
31916
31917 * help.el (describe-key): No error when UNTRANSLATED is nil.
31918
31919 * simple.el (line-move-1): Fix previous change to signal errors
31920 appropriately.
31921
31922 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
31923
31924 * calendar/icalendar.el (icalendar-version): Now at 0.12.
31925 (icalendar-duration-correction): Remove.
31926 (icalendar--get-event-properties): Split result at commas.
31927 (icalendar--decode-isoduration): New optional argument
31928 DURATION-CORRECTION.
31929 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
31930 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
31931 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
31932 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
31933 (icalendar--convert-anniversary-to-ical): New functions, extracted
31934 from icalendar-export-region, with bug fixes.
31935 (icalendar-export-region): Use the above functions.
31936 (icalendar-import-buffer): Check before saving diary file.
31937 (icalendar--convert-recurring-to-diary)
31938 (icalendar--convert-non-recurring-all-day-to-diary)
31939 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
31940 extracted from icalendar--convert-ical-to-diary, with bug fixes.
31941 (icalendar--convert-ical-to-diary): Use the above functions.
31942
31943 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
31944
31945 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
31946 Remove these recent additions.
31947 (c-mode): Restore to before 2005-04-28.
31948
31949 * progmodes/cc-vars.el (cc-define-list-program): Remove this
31950 recent addition.
31951
31952 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
31953 (gdb-define-alist): New variables.
31954 (gdb-create-define-alist): New function.
31955 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
31956 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
31957 with string-to-number.
31958 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
31959
31960 * progmodes/gud.el: Replace string-to-int with string-to-number.
31961 (gud-find-file): Handle gdb-define-alist.
31962
31963 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
31964
31965 2005-05-02 Jay Belanger <belanger@truman.edu>
31966
31967 * calc/calc-aent.el (math-read-token):
31968 * calc/calc-bin.el (calc-word-size):
31969 * calc/calc-ext.el (calc-read-number-fancy):
31970 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
31971 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
31972 * calc/calc-frac.el (calc-over-notation):
31973 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
31974 (calc-graph-num-points, calc-graph-init):
31975 * calc/calc-prog.el (calc-read-parse-table-part)
31976 (calc-edit-macro-repeats):
31977 * calc/calc-yank.el (calc-do-grab-rectangle):
31978 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
31979 Replace `string-to-int' by `string-to-number'.
31980
31981 2005-05-02 Kim F. Storm <storm@cua.dk>
31982
31983 * kmacro.el: Use executing-kbd-macro-index variable.
31984
31985 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
31986
31987 * net/rlogin.el (rlogin-parse-words): Delete func.
31988 (rlogin): Use split-string, not rlogin-parse-words.
31989 Also, if there are option-like elements in the parsed args,
31990 take the host to be the first arg immediately following them.
31991 Suggested by Michael Mauger.
31992
31993 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
31994
31995 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
31996
31997 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
31998
31999 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
32000 (cc-mode-cpp-program): Rename to cc-define-list-program and
32001 move to cc-vars.el.
32002
32003 * progmodes/cc-vars.el (cc-define-list-program):
32004 Change to "gcc -E -dM -". Make customizable.
32005
32006 2005-05-02 Kim F. Storm <storm@cua.dk>
32007
32008 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
32009
32010 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
32011
32012 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
32013
32014 * international/mule-util.el (truncate-string): Remove alias and
32015 obsolete declaration.
32016
32017 * international/mule-cmds.el (update-iso-coding-systems):
32018 Remove alias and obsolete declaration.
32019
32020 * international/mule.el (coding-system-parent): Remove alias and
32021 obsolete declaration.
32022
32023 * subr.el (define-function, sref): Remove aliases and obsolete
32024 declarations.
32025 (chars-in-region): Remove obsolete declaration.
32026
32027 2005-05-01 Richard M. Stallman <rms@gnu.org>
32028
32029 * info.el (Info-mode): Set widen-automatically to nil, locally.
32030
32031 * simple.el (widen-automatically): New variable.
32032 (pop-global-mark): Obey widen-automatically.
32033
32034 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
32035
32036 * term/xterm.el (function-key-map): Call substitute-key-definition
32037 before the keymap size is increased by a lot of define-key calls.
32038
32039 2005-05-01 Richard M. Stallman <rms@gnu.org>
32040
32041 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
32042 Rename ARG to ELEMENT. Doc fix.
32043
32044 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
32045
32046 * allout.el (allout-exposure): Remove macro and obsolete declaration.
32047 Remove references to allout-exposure/change to allout-new-exposure.
32048
32049 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
32050 bytecode symbols.
32051
32052 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
32053 (compiled-function-p, focus-frame, unfocus-frame):
32054 Remove aliases and obsolete declarations.
32055 Back out inadvertent changes from previous commit.
32056
32057 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
32058
32059 * files.el (require-final-newline): Make Custom tags consistent
32060 with mode-require-final-newline.
32061 (mode-require-final-newline): Doc fix.
32062
32063 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
32064
32065 * international/latexenc.el (latexenc-find-file-coding-system):
32066 Fix regular expressions.
32067
32068 2005-05-01 David Kastrup <dak@gnu.org>
32069
32070 * international/latexenc.el (latexenc-find-file-coding-system):
32071 Fix regular expressions.
32072
32073 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
32074
32075 * subr.el (string-to-int): Make obsolete.
32076
32077 2005-04-30 Richard M. Stallman <rms@gnu.org>
32078
32079 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
32080
32081 * loadup.el: Load jka-comp-hook.
32082
32083 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
32084 (jka-compr-handler): Add autoload. `put' calls moved
32085 to jka-comp-hook.el.
32086 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
32087 (jka-compr-inhibit): Autoload.
32088
32089 * jka-comp-hook.el: New file.
32090 Enable the mode by default.
32091
32092 * files.el (backup-buffer-copy): Use copy-file instead
32093 of write-region, and put back the 'excl.
32094
32095 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
32096
32097 * progmodes/flymake.el (flymake-split-string)
32098 (flymake-split-string, flymake-log, flymake-pid-to-names)
32099 (flymake-reg-names, flymake-get-source-buffer-name)
32100 (flymake-unreg-names, flymake-add-line-err-info)
32101 (flymake-add-err-info): Clarify docstrings.
32102 (flymake-popup-menu, flymake-make-emacs-menu)
32103 (flymake-make-xemacs-menu): Add docstrings.
32104 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
32105 Set variables directly throughout.
32106
32107 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
32108
32109 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
32110 exists. Initialize cc-define-alist.
32111 (c-mode): Add cc-create-define-alist locally to after-save-hook.
32112 If there is no file (Macroexpansion) don't create an alist.
32113
32114 2005-04-29 Sam Steingold <sds@gnu.org>
32115
32116 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
32117 (cc-create-define-alist): Use it instead of the hard-coded string.
32118
32119 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
32120
32121 * international/mule-conf.el (file-coding-system-alist): Fix regexp
32122 for latexenc.
32123
32124 2005-04-29 Lute Kamstra <lute@gnu.org>
32125
32126 * emacs-lisp/generic.el: Improve commentary section.
32127 (define-generic-mode): Improve docstring.
32128
32129 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
32130
32131 * textmodes/org.el (many places): Change to quiet the byte compiler.
32132 (org-prefix-format-compiled): New variable.
32133 (org-compile-prefix-format): New function.
32134 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
32135 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
32136 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
32137 (org-get-entries-from-diary): Use `org-get-time-of-day' for
32138 consistency with entries from `org-mode' files.
32139 (org-get-time-of-day): Fix bug with partial matches early in a line.
32140 (org-non-link-chars): New constant.
32141 (org-link-regexp): Respect `org-non-link-chars'.
32142 (org-agenda-day-view): Remove command.
32143 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
32144 (org-follow-bbdb-link, org-store-link): Search also company field.
32145 (org-highlight-overlay): New variable.
32146 (org-highlight, org-unhighlight): New functions.
32147 (org-agenda-mode): Add pre-command-hook to remove highlight.
32148 (org-evaluate-time-range): Behavior depends upon whether time stamp
32149 contains a time or not.
32150 (org-show-subtree, org-show-entry): New functions.
32151 (org-agenda-cleanup-fancy-diary): Remove empty lines.
32152
32153 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
32154
32155 * comint.el (comint-output-filter-functions): Add autoload cookie.
32156
32157 2005-04-28 Kim F. Storm <storm@cua.dk>
32158
32159 * ido.el (ido-everywhere): Fix last change.
32160
32161 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
32162
32163 * international/latexenc.el: New file.
32164 * international/mule-conf.el (file-coding-system-alist): For .tex,
32165 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
32166
32167 2005-04-28 Lute Kamstra <lute@gnu.org>
32168
32169 * font-lock.el (font-lock-add-keywords)
32170 (font-lock-remove-keywords): Clarify docstring.
32171 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
32172 Don't start docstrings with a `*'.
32173 (font-lock-update-removed-keyword-alist): Give it a docstring.
32174
32175 * generic-x.el: Update commentary section.
32176 Only require font-lock when compiling.
32177 Define all modes conditionally.
32178 Place all generic modes in the generic-x-modes customization group.
32179 (generic-x-modes): New customization group.
32180 (generic-default-modes, generic-mswindows-modes)
32181 (generic-unix-modes, generic-other-modes): New constants.
32182 (generic-define-mswindows-modes, generic-define-unix-modes):
32183 Update docstrings. Make them obsolete.
32184 (generic-extras-enable-list): New default value. Update docstring.
32185 Improve :type. Change :set function.
32186 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
32187 Fix docstring.
32188
32189 * emacs-lisp/generic.el (generic-mode-internal):
32190 Simplify font-lock-defaults.
32191 (define-generic-mode): Fix docstring.
32192
32193 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
32194
32195 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
32196 font-lock-face property to highlight matches.
32197
32198 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
32199
32200 * progmodes/cc-mode.el (cc-create-define-alist): New function.
32201 (cc-define-alist): New variable.
32202 (c-mode): Make it local and initialize it.
32203
32204 * progmodes/gdb-ui.el (gdb-active-process): New variable.
32205 (gdb-exited): New function.
32206 (gdb-annotation-rules): Use it.
32207 (gdb-starting): Set gdb-active-process to t.
32208 (gdb-stopping): Amend doc string.
32209 (gdb-reset): Set gdb-active-process to nil.
32210
32211 * tooltip.el (tooltip-gud-tips): Show the associated #define
32212 directives when a C program under GDB is not executing.
32213
32214 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
32215
32216 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
32217 font-lock-fontify-syntactic-keywords.
32218
32219 * font-lock.el (font-lock-default-fontify-region): Don't force
32220 parse-sexp-lookup-properties to nil.
32221
32222 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
32223
32224 * man.el (man-mode-syntax-table): Set up `:' to have
32225 word-constituent syntax.
32226
32227 2005-04-27 Lute Kamstra <lute@gnu.org>
32228
32229 * novice.el (disable-command): Don't add spurious newlines to the
32230 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
32231
32232 2005-04-26 Jay Belanger <belanger@truman.edu>
32233
32234 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
32235 than one window before deleting window.
32236
32237 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
32238
32239 * shell.el (shell-prompt-pattern): Doc fix.
32240 (shell-mode): Set paragraph-separate buffer locally to "\\'".
32241
32242 * comint.el (comint-prompt-regexp, comint-get-old-input)
32243 (comint-use-prompt-regexp)
32244 (comint-use-prompt-regexp-instead-of-fields)
32245 (comint-replace-by-expanded-history, comint-send-input)
32246 (comint-output-filter, comint-get-old-input-default)
32247 (comint-line-beginning-position, comint-bol, comint-show-output)
32248 (comint-backward-matching-input, comint-forward-matching-input)
32249 (comint-next-prompt, comint-previous-prompt):
32250 Rename `comint-use-prompt-regexp-instead-of-fields' to
32251 `comint-use-prompt-regexp'. Keep old name as alias and declare
32252 obsolete.
32253 (comint-use-prompt-regexp): Shorten first line of doc string.
32254
32255 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
32256 Set paragraph-separate buffer locally to "\\'".
32257
32258 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
32259 Adapt to above name change.
32260
32261 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
32262 (smbclient-prompt-regexp): Ditto.
32263
32264 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
32265
32266 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
32267
32268 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
32269 gdb-location-list.
32270 Break lines that are over 80 characters wide.
32271
32272 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
32273
32274 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
32275 New fun and var, to preserve compatibility.
32276
32277 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
32278
32279 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
32280
32281 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
32282 name to file-newer-than-file-p.
32283
32284 2005-04-26 Richard M. Stallman <rms@gnu.org>
32285
32286 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
32287
32288 * progmodes/python.el (python-mode):
32289 Use new name eldoc-documentation-function.
32290
32291 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
32292
32293 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
32294 (eldoc-documentation-function):
32295 Rename from eldoc-print-current-symbol-info-function. Calls changed.
32296
32297 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
32298
32299 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
32300
32301 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
32302
32303 * term/xterm.el (function-key-map): Fix strings for
32304 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
32305 {C,S,A,C-S}-{f1-f12}.
32306
32307 2005-04-26 Kenichi Handa <handa@m17n.org>
32308
32309 * international/mule-cmds.el (select-safe-coding-system):
32310 Fix previous change.
32311
32312 2005-04-26 Lute Kamstra <lute@gnu.org>
32313
32314 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
32315
32316 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
32317 (font-lock-comment-delimiter-face): Ditto.
32318
32319 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
32320
32321 2005-04-25 Jay Belanger <belanger@truman.edu>
32322
32323 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
32324 to t while inserting information; use help-mode.
32325
32326 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
32327
32328 * term.el (ansi-term-color-vector): Use the xterm colors.
32329 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
32330
32331 2005-04-25 Lute Kamstra <lute@gnu.org>
32332
32333 * font-core.el (font-lock-defaults): Fix docstring.
32334
32335 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
32336
32337 2005-04-25 Kenichi Handa <handa@m17n.org>
32338
32339 * international/mule-cmds.el (select-safe-coding-system):
32340 Don't check consistency with coding: spec, etc if raw-text or
32341 no-conversion was found to be safe.
32342
32343 2005-04-24 Richard M. Stallman <rms@gnu.org>
32344
32345 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
32346 citation markers at start of each line.
32347
32348 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
32349 citation markers at start of each line.
32350
32351 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
32352
32353 * files.el (mode-require-final-newline): Fix previous change.
32354 (require-final-newline): Fix type label.
32355
32356 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
32357
32358 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
32359 statement in buffer (broken by 2004-11-24 change).
32360
32361 2005-04-24 Kim F. Storm <storm@cua.dk>
32362
32363 * ido.el (ido-everywhere): Save and restore old read-buffer-function
32364 and read-file-name-function values. Don't overwrite existing
32365 non-nil values if ido-mode is enabled without ido-everywhere.
32366
32367 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
32368
32369 * files.el (mode-require-final-newline): Minor doc fix.
32370
32371 2005-04-24 Eli Zaretskii <eliz@gnu.org>
32372
32373 * subr.el (syntax-after): Doc fix.
32374 (syntax-class): If argument is nil, return nil. Mask off upper 16
32375 bits, not 8 bits.
32376
32377 * files.el (mode-require-final-newline): Doc fix.
32378 (backup-buffer-copy): Fix last change.
32379
32380 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32381
32382 * term/mac-win.el: Require select. Set selection-coding-system to
32383 mac-system-coding-system. Call menu-bar-enable-clipboard.
32384 (x-last-selected-text-clipboard, x-last-selected-text-primary)
32385 (x-select-enable-clipboard): New variables.
32386 (x-select-text, x-get-selection, x-selection-value)
32387 (x-get-selection-value, mac-select-convert-to-string)
32388 (mac-services-open-file, mac-services-open-selection)
32389 (mac-services-insert-text): New functions.
32390 (CLIPBOARD, FIND): Put mac-scrap-name property.
32391 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
32392 (public.tiff): Put mac-ostype property.
32393 (selection-converter-alist): Add entries for them.
32394 (mac-application-menu-map): New keymap.
32395 (interprogram-cut-function, interprogram-paste-function): Set to
32396 x-select-text and x-get-selection-value, respectively.
32397 (split-window-keep-point): Set to t.
32398
32399 2005-04-23 Richard M. Stallman <rms@gnu.org>
32400
32401 * files.el (read-directory-name): Always pass non-nil
32402 DEFAULT-FILENAME arg to read-file-name.
32403 (backup-buffer-copy, basic-save-buffer-2): Take care against
32404 writing thru an unexpected existing symlink.
32405 (revert-buffer): In indirect buffer, revert the base buffer.
32406 (magic-mode-alist): Doc fix.
32407 (buffer-stale-function): Doc fix.
32408 (minibuffer-with-setup-hook): Avoid warning.
32409 (mode-require-final-newline): Doc and custom fix.
32410
32411 * follow.el (follow-end-of-buffer): Use with-no-warnings.
32412
32413 * font-lock.el (font-lock-comment-face): On terminals with few colors,
32414 use the default appearance.
32415 (font-lock-comment-delimiter-face): New face, new variable.
32416
32417 * imenu.el (imenu--generic-function): The official position of a
32418 definition is the start of the line that BEG is in.
32419
32420 * midnight.el (midnight-timer): Move defvar up.
32421
32422 * mouse.el (mouse-drag-region-1): Delete some debugging code.
32423
32424 * saveplace.el (save-place-to-alist): Use with-no-warnings.
32425
32426 * startup.el (command-line): Use with-no-warnings.
32427
32428 * window.el (window-size-fixed): New defvar.
32429
32430 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
32431
32432 * mail/rmail.el (rmail-font-lock-keywords):
32433 Use font-lock-comment-delimiter-face.
32434
32435 * mail/sendmail.el (mail-font-lock-keywords):
32436 Use font-lock-comment-delimiter-face.
32437
32438 * progmodes/compile.el (next-error-highlight-timer): New defvar.
32439
32440 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
32441
32442 * progmodes/compile.el (compilation-mode-font-lock-keywords):
32443 Specify t for LAXMATCH when matching directories.
32444 Save match data around compilation-compat-error-properties form.
32445
32446 2005-04-23 David Kastrup <dak@gnu.org>
32447
32448 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
32449 Mention that the autoloaded aliases should be kept for AUCTeX.
32450
32451 2005-04-23 Andreas Schwab <schwab@suse.de>
32452
32453 * isearch.el (isearch-forward): Doc fix.
32454
32455 2005-04-23 Eli Zaretskii <eliz@gnu.org>
32456
32457 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
32458 (jit-lock-stealth-nice): Change default value to 0.5.
32459
32460 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
32461
32462 * abbrev.el (write-abbrev-file): Write table entries in
32463 alphabetical order by table name.
32464
32465 2005-04-22 Kim F. Storm <storm@cua.dk>
32466
32467 * ido.el (ido-read-internal): Fix `list' completion.
32468
32469 2005-04-22 Kenichi Handa <handa@m17n.org>
32470
32471 * recentf.el (recentf-save-file-coding-system): New variable.
32472 (recentf-save-list): Encode the file by
32473 recentf-save-file-coding-system and add coding: tag.
32474
32475 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
32476
32477 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
32478
32479 2005-04-21 Lute Kamstra <lute@gnu.org>
32480
32481 * loadhist.el (unload-feature): Don't remove a function from hooks
32482 if it is about to be restored to an autoload . Remove functions
32483 that will become unbound from auto-mode-alist. Simplify the code.
32484
32485 * subr.el (assq-delete-all): New implementation that is linear,
32486 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
32487 (rassq-delete-all): New function.
32488
32489 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
32490 Add size-indication-mode.
32491
32492 2005-04-21 Kenichi Handa <handa@m17n.org>
32493
32494 * international/mule-cmds.el: Add autoload for widget-value in
32495 eval-when-compile.
32496
32497 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
32498
32499 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
32500 Add tooltip-mode.
32501
32502 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
32503
32504 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
32505
32506 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
32507 (inferior-lisp-filter-regexp, inferior-lisp-program)
32508 (inferior-lisp-load-command, inferior-lisp-prompt)
32509 (inferior-lisp-mode-hook, lisp-source-modes)
32510 (inferior-lisp-load-hook): defvar->defcustom.
32511 (inferior-lisp-program, inferior-lisp-prompt)
32512 (inferior-lisp-load-hook): Doc fixes.
32513 (inferior-lisp-install-letter-bindings): Small change in
32514 introductory comment.
32515
32516 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
32517
32518 * vc.el (vc-annotate-color-map): Change some colors so that text
32519 using them as foreground is readable on both white and black
32520 backgrounds.
32521
32522 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
32523
32524 * international/mule-conf.el (translation-table-for-input):
32525 Remove redundant declaration.
32526
32527 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
32528
32529 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
32530
32531 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
32532 (tooltip-toggle-gud-tips): New function.
32533
32534 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32535
32536 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
32537 right angle brackets.
32538
32539 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
32540
32541 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
32542
32543 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
32544
32545 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
32546 Remove. Update callers to use expand-file-name instead.
32547
32548 * subr.el (syntax-class): New function.
32549
32550 * simple.el (blink-matching-open): Use it.
32551
32552 * paren.el (show-paren-function): Use it to recognize parens that are
32553 also used in 2-char comment markers.
32554
32555 2005-04-19 Lute Kamstra <lute@gnu.org>
32556
32557 * loadhist.el (unload-feature): Update for new format of
32558 load-history. Simplify the code.
32559
32560 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32561
32562 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
32563 (mac-add-charset-info): New function. Initialize variable
32564 mac-charset-info-alist using it.
32565 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
32566 for translation.
32567 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
32568 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
32569 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
32570 New CCL programs.
32571
32572 2005-04-19 Kim F. Storm <storm@cua.dk>
32573
32574 * simple.el (next-buffer, prev-buffer, next-error)
32575 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
32576 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
32577
32578 * bindings.el (next-buffer, prev-buffer, next-error)
32579 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
32580 (clone-indirect-buffer-other-window): Move bindings from simple.el.
32581 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
32582 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
32583
32584 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
32585
32586 * isearch.el (isearch-edit-string): Make the search-ring available for
32587 minibuffer history commands.
32588 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
32589 the default history commands now work just as well.
32590 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
32591
32592 2005-04-18 Kim F. Storm <storm@cua.dk>
32593
32594 * emulation/cua-base.el (cua--pre-command-handler): Add more
32595 elaborate check for shift modifier on non-window systems.
32596
32597 2005-04-18 Lars Hansen <larsh@math.ku.dk>
32598
32599 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
32600
32601 2005-04-18 Kim F. Storm <storm@cua.dk>
32602
32603 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
32604 and make it optional. Don't test tooltip-gud-echo-area here.
32605 (tooltip-gud-process-output, gdb-tooltip-print):
32606 Pass tooltip-gud-echo-area to tooltip-show.
32607 (tooltip-help-tips): Remove second optional arg to tooltip-show.
32608
32609 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32610
32611 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
32612 `display-graphic-p' may not be bound yet.
32613
32614 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
32615
32616 * startup.el (command-line): No longer enable Xterm Mouse mode by
32617 default in terminals compatible with xterm.
32618
32619 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
32620
32621 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
32622
32623 * tooltip.el (tooltip-gud-echo-area): Rename from
32624 tooltip-use-echo-area.
32625 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
32626 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
32627 area independently of where help tooltips are displayed.
32628
32629 2005-04-17 David Kastrup <dak@gnu.org>
32630
32631 * cus-theme.el (custom-theme-write-variables): Quote variables
32632 where necessary.
32633
32634 2005-04-17 Richard M. Stallman <rms@gnu.org>
32635
32636 * simple.el (yank-excluded-properties): Add follow-link to value.
32637
32638 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
32639
32640 * startup.el (fancy-splash-max-time): Just 30 seconds.
32641 (fancy-splash-delay): Just 7.
32642 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
32643
32644 * loadhist.el (unload-feature): Update for new format of load-history.
32645 Simplify the code.
32646
32647 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
32648 (rmail-font-lock-keywords): Don't fontify the text of a citation.
32649
32650 * mail/sendmail.el (mail-font-lock-keywords):
32651 Don't fontify subject text.
32652 Don't fontify the text of a citation.
32653
32654 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
32655
32656 * comint.el (comint-output-filter): Run comint-output-filter-functions
32657 with point where the user had it.
32658
32659 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
32660
32661 * international/ucs-tables.el (ucs-set-table-for-input):
32662 Disable when using unify-on-decoding.
32663
32664 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
32665
32666 * emulation/cua-base.el (cua-global-mark-face): Add special case
32667 for displays supporting a high number of colors.
32668
32669 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
32670
32671 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
32672
32673 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
32674
32675 * filesets.el (filesets-add-buffer): If user supplies a name of a
32676 non-existing fileset, create a new fileset.
32677
32678 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
32679
32680 * textmodes/org.el (org-up-heading-all): Fix bug with
32681 `outline-up-heading-all'.
32682
32683 2005-04-16 Andreas Schwab <schwab@suse.de>
32684
32685 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
32686 /etc/permissions.d/* and /etc/aliases.d/*.
32687
32688 2005-04-16 Kenichi Handa <handa@m17n.org>
32689
32690 * international/code-pages.el (cp-make-coding-system):
32691 Set `translation-table-for-input' property value to the symbol
32692 ucs-mule-to-mule-unicode, not to that value.
32693 (pt154): Escape guillemet by `\'.
32694
32695 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
32696
32697 * loadup.el: Load tooltip if x-show-tip is fboundp.
32698
32699 * startup.el (command-line): Add comment.
32700
32701 * tooltip.el (tooltip-mode): Specify correct standard value for
32702 Custom in init-value.
32703
32704 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
32705
32706 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
32707 possible.
32708
32709 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
32710
32711 * textmodes/org.el (org-agenda-date-prompt): Rename from
32712 `org-agenda-date-today'.
32713 (org-evaluate-time-range): Insert at point instead of directly
32714 after time range.
32715 (org-first-headline-recenter, org-subtree-end-visible-p)
32716 (org-optimize-window-after-visibility-change): New functions
32717 (org-agenda-post-command-hook): Don't allow point at end of line,
32718 to make sure it always hits the text properties.
32719 (org-agenda-next-date-line, org-agenda-previous-date-line):
32720 New commands.
32721 (org-set-regexps-and-options): Category may contain white space.
32722 (org-agenda-get-deadlines, org-agenda-get-scheduled):
32723 Improve marker positions.
32724 (org-agenda-new-marker): Argument POS made optional.
32725 (org-agenda-get-timestamps): Deadlines which are done are listed
32726 in org-done-face now.
32727 (org-agenda-get-todos, org-agenda-get-timestamps)
32728 (org-agenda-get-deadlines, org-agenda-get-scheduled):
32729 Set `undone-face' and `done-face' properties.
32730 (org-last-todo-state-is-todo): New variable.
32731 (org-todo): Set `org-last-todo-state-is-todo'.
32732 (org-agenda-todo): Change face according to
32733 `org-last-todo-state-is-todo'. And change other lines referring to
32734 the same entry.
32735 (org-calendar-goto-agenda): New command.
32736 (org-calendar-to-agenda-key): New option.
32737 (org-startup-folded): New allowed value `content'.
32738 (org-set-regexps-and-options): Accept new value `content' for
32739 `org-startup-folded'.
32740 (org-get-current-options): Handle new value `content' for
32741 `org-startup-folded'.
32742 (org-insert-todo-heading): New command.
32743 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
32744 interactively in empty file and option
32745 `org-insert-mode-line-in-empty-file' has been set.
32746 (org-agenda-todo, org-agenda-priority): Modify to use
32747 `org-agenda-change-all-lines'.
32748 (org-warning-face): Change color on dark background.
32749
32750 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32751
32752 * international/mule-cmds.el (set-locale-environment): On Mac OS,
32753 use preferences AppleLocale and AppleLanguages, and variable
32754 mac-system-locale for default locale. On Mac OS Classic, use
32755 mac-system-coding-system for default coding systems.
32756
32757 * term/mac-win.el: Don't set file-name-coding-system.
32758 Decode variables system-name, emacs-build-system, user-login-name, and
32759 user-full-name by mac-system-coding-system on Mac OS Classic.
32760 (mac-system-coding-system): New variable.
32761
32762 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
32763
32764 * startup.el (command-line): Handle `xterm-mouse-mode' before
32765 reading init file.
32766
32767 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
32768
32769 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
32770
32771 * progmodes/sh-script.el (sh-here-document-word): Make it a
32772 defcustom. Doc fix.
32773 (sh-add): Bash uses $(( )) for arithmetic.
32774 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
32775 (sh-maybe-here-document): Remove quotes and leading whitespace
32776 from heredoc word when closing. Indent heredoc with tabs if word
32777 starts with "-".
32778
32779 2005-04-13 Richard M. Stallman <rms@gnu.org>
32780
32781 * simple.el (undo): Fix previous change.
32782
32783 * custom.el (defface): Doc fix.
32784
32785 2005-04-13 Lute Kamstra <lute@gnu.org>
32786
32787 * Makefile.in (DONTCOMPILE): Remove list.
32788 (compile, compile-always): Don't use DONTCOMPILE.
32789 (update-authors): Load the library in which batch-update-authors
32790 is defined.
32791 * makefile.w32-in (DONTCOMPILE): Remove list.
32792 (compile, compile-always): Fix comments.
32793 (update-authors): Load the library in which batch-update-authors
32794 is defined.
32795
32796 * generic-x.el (generic-mode-ini-file-find-file-hook):
32797 Rename to ini-generic-mode-find-file-hook.
32798 Keep generic-mode-ini-file-find-file-hook as an alias.
32799 (ini-generic-mode-find-file-hook): Rename from
32800 generic-mode-ini-file-find-file-hook. Fix docstring.
32801 (ini-generic-mode): Docstring change.
32802 (bat-generic-mode-run-as-comint): Silence the byte compiler.
32803
32804 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
32805 called from lisp.
32806
32807 * generic.el: Move to the emacs-lisp subdir.
32808
32809 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
32810
32811 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
32812 and C-S- function and cursor motion keys.
32813
32814 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
32815
32816 * startup.el (command-line): Enable Xterm Mouse mode by default.
32817 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
32818 for Custom. No longer show "Mouse" in mode line when enabled.
32819 Doc fix.
32820
32821 2005-04-12 Kim F. Storm <storm@cua.dk>
32822
32823 * emulation/cua-base.el (cua-rectangle-face)
32824 (cua-rectangle-noselect-face): Define face attributes here.
32825
32826 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
32827
32828 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32829
32830 * startup.el (command-line): Turn off blinking cursor if
32831 cursorBlink in resources is off or false.
32832
32833 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32834
32835 * term/mac-win.el (dnd): Require dnd.
32836 (mac-drag-n-drop): Call dnd-handle-one-url.
32837 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
32838 (kTextEncodingISOLatin2): Remove constants.
32839 (mac-script-code-coding-systems): New constant.
32840 (mac-handle-language-change): New function.
32841 (special-event-map): Bind it to `language-change' event.
32842 (mac-centraleurroman, mac-cyrillic): New coding systems.
32843 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
32844 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
32845 and mac-cyrillic-encoder to encode-mac-centraleurroman and
32846 encode-mac-cyrillic, respectively.
32847
32848 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
32849
32850 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
32851 Don't set overlay-arrow-string to "=>" as this is done
32852 globally in C now.
32853
32854 2005-04-12 Lute Kamstra <lute@gnu.org>
32855
32856 * generic-x.el (rc-generic-mode, rul-generic-mode):
32857 Fix auto-mode-alist entries.
32858 (etc-fstab-generic-mode): Tweak fontification.
32859
32860 * generic.el (generic-make-keywords-list): Fix docstring.
32861 (generic-mode-internal): Simplify generic-font-lock-keywords.
32862
32863 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
32864
32865 * whitespace.el (whitespace-buffer-leading)
32866 (whitespace-buffer-trailing): Revert the incorrect test inversion.
32867 However, fix the highlight area for the leading and
32868 trailing whitespaces to show space.
32869
32870 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
32871
32872 * whitespace.el (whitespace-version): Bump to 3.5.
32873
32874 (whitespace-buffer-leading, whitespace-buffer-trailing):
32875 Invert sense of the test to highlight the whitespace.
32876
32877 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
32878
32879 * progmodes/gud.el (gud-display-line): GUD uses its own
32880 overlay arrow now so don't set overlay-arrow-string.
32881 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
32882
32883 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
32884
32885 * term.el (term-ansi-current-bold, term-ansi-current-underline)
32886 (term-ansi-current-reverse, term-ansi-current-invisible)
32887 (term-ansi-face-already-done): Change to boolean.
32888 (term-reset-terminal, term-handle-colors-array): Handle the above
32889 vars accordingly.
32890 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
32891 (term-emulate-terminal): Use the new name.
32892
32893 * faces.el (secondary-selection): Use yellow1, not yellow.
32894 (trailing-whitespace): Use red1, not red.
32895
32896 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32897
32898 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
32899 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
32900 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
32901
32902 * cus-edit.el (dnd): New group.
32903
32904 * term/w32-win.el (dnd): Require dnd
32905 (w32-drag-n-drop): Call dnd-handle-one-url.
32906
32907 * x-dnd.el: Require dnd.
32908 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
32909 Call dnd-handle-one-url.
32910 (x-dnd-types-alist, x-dnd-insert-utf8-text)
32911 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
32912 to dnd-insert-text.
32913 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
32914 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
32915 (x-dnd-get-local-file-name, x-dnd-open-local-file)
32916 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
32917
32918 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
32919
32920 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32921
32922 * wdired.el: Doc fixes.
32923 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
32924 (wdired-use-dired-vertical-movement): Rename from
32925 wdired-always-move-to-filename-beginning.
32926 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
32927 (wdired-change-to-wdired-mode): Change mode name.
32928 (wdired-newline): Delete.
32929
32930 2005-04-11 Richard M. Stallman <rms@gnu.org>
32931
32932 * whitespace.el (whitespace-highlight-the-space):
32933 Don't call whitespace-unhighlight-the-space here.
32934
32935 * simple.el (undo): Record t in undo-equiv-table
32936 for the redo record made by an undo-in-region.
32937
32938 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
32939
32940 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
32941 (gdb-frame-inferior-io-buffer): New Functions to control
32942 display of separate IO buffer.
32943 (menu): Add them to menu-bar.
32944 (gdb-display-buffer): Check for buffer another frame.
32945 Protect GUD buffer.
32946 (gdb-setup-windows): Create IO buffer if not already there.
32947 (gdb-memory-mode): Remove purecopy noops.
32948
32949 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
32950
32951 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
32952 and pass to self-insert-command.
32953
32954 2005-04-11 Lute Kamstra <lute@gnu.org>
32955
32956 * generic.el: Commentary section cleanup.
32957 (generic): Delete.
32958 (generic-use-find-file-hook, generic-lines-to-scan)
32959 (generic-find-file-regexp, generic-ignore-files-regexp)
32960 (default-generic-mode, generic-mode-find-file-hook)
32961 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
32962 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
32963 (generic-use-find-file-hook, generic-lines-to-scan)
32964 (generic-find-file-regexp, generic-ignore-files-regexp)
32965 (default-generic-mode, generic-mode-find-file-hook)
32966 (generic-mode-ini-file-find-file-hook): Move from generic.el.
32967
32968 2005-04-10 Karl Fogel <kfogel@red-bean.com>
32969
32970 * bookmark.el (bookmark-write-file): Catch errors writing file.
32971 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
32972
32973 2005-04-10 Richard M. Stallman <rms@gnu.org>
32974
32975 * startup.el (fancy-splash-tail): Update copyright year.
32976 (command-line): Split part of -Q into -D.
32977 (emacs-basic-display): New defvar.
32978 (fancy-splash-text): Correct name of menu item.
32979
32980 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
32981
32982 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
32983 lines in one node.
32984
32985 * comint.el (comint-send-input): New arg ARTIFICIAL.
32986 Callers in this file changed.
32987
32988 * abbrev.el (define-abbrevs): Read system abbrevs properly.
32989
32990 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
32991
32992 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
32993
32994 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
32995 `ldap-search-internal'.
32996
32997 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
32998
32999 * files.el (set-auto-mode-1): Use line-end-position.
33000
33001 * international/latin-1.el:
33002 * international/latin-2.el:
33003 * international/latin-3.el:
33004 * international/latin-4.el:
33005 * international/latin-5.el:
33006 * international/latin-8.el:
33007 * international/latin-9.el: Give punctuation syntax to NBSP.
33008
33009 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
33010 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
33011 Use char-classes to accept non-ascii letters, accepted in some recent
33012 bibtex implementations.
33013
33014 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
33015
33016 * custom.el (custom-set-minor-mode): Any non-nil value for the
33017 variable should enable the mode when set through Custom.
33018
33019 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
33020
33021 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
33022 TAB binding so tab-always-indent is obeyed.
33023 (vhdl-minibuffer-local-map): Move initialization into declaration.
33024 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
33025 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
33026 (vhdl-hooked-abbrev): Avoid test for XEmacs.
33027 (vhdl-current-line): Use line-beginning-position.
33028 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
33029 with-output-to-temp-buffer, so the current position can be recorded.
33030
33031 2005-04-10 Masatake YAMATO <jet@gyve.org>
33032
33033 * progmodes/compile.el (compilation-error-regexp-alist-alist):
33034 Add regexp for gcov.
33035
33036 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
33037
33038 * calendar/time-date.el (time-to-seconds, seconds-to-time)
33039 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
33040 syntax which Emacs 20 doesn't support.
33041
33042 2005-04-09 Richard M. Stallman <rms@gnu.org>
33043
33044 * help.el (describe-key-briefly, describe-key):
33045 Replace strings as event types with "(any string)".
33046
33047 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
33048
33049 * arc-mode.el (archive-mode-map): Move initialization into
33050 the declaration. Override *all* bindings of `undo'.
33051 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
33052
33053 2005-04-09 Jay Belanger <belanger@truman.edu>
33054
33055 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
33056
33057 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
33058
33059 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
33060 (xterm-register-default-colors): Update color values computation
33061 to match xterm-200.
33062
33063 2005-04-09 Kenichi Handa <handa@m17n.org>
33064
33065 * international/code-pages.el (iso-latin-7): Fix the map.
33066
33067 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
33068
33069 * emacs-lisp/lisp.el (defun-prompt-regexp)
33070 (parens-require-spaces, buffer-end, end-of-defun)
33071 (insert-parentheses): Doc fixes.
33072
33073 2005-04-08 Kim F. Storm <storm@cua.dk>
33074
33075 * comint.el (comint-highlight-prompt): Fix face spec.
33076 * hi-lock.el (hi-green): Likewise.
33077
33078 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
33079
33080 * cus-edit.el (custom-modified-face):
33081 * comint.el (comint-highlight-input): Fix previous changes.
33082 * term.el (term-handle-ansi-escape): Add a comment.
33083
33084 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
33085
33086 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
33087 in the buffer and in whitespace-highlighted-space.
33088 (whitespace-unhighlight-the-space): Simplify.
33089 (whitespace-buffer): Simplify.
33090
33091 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
33092
33093 * textmodes/table.el (table-cell-face): Add special case for
33094 displays supporting a high number of colors.
33095 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
33096 (vhdl-font-lock-reserved-words-face)
33097 (vhdl-speedbar-architecture-face)
33098 (vhdl-speedbar-instantiation-face)
33099 (vhdl-speedbar-architecture-selected-face)
33100 (vhdl-speedbar-instantiation-selected-face): Likewise.
33101 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
33102 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
33103 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
33104 (ebrowse-root-class-face, ebrowse-member-attribute-face)
33105 (ebrowse-progress-face): Likewise.
33106 * progmodes/compile.el (compilation-info-face): Likewise.
33107 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
33108 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
33109 * calendar/calendar.el (diary-face): Likewise.
33110 * woman.el (woman-italic-face, woman-bold-face)
33111 (woman-unknown-face): Likewise.
33112 * wid-edit.el (widget-button-pressed-face): Likewise.
33113 * whitespace.el (whitespace-highlight-face): Likewise.
33114 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
33115 * pcvs-info.el (cvs-marked-face): Likewise.
33116 * info.el (info-xref): Likewise.
33117 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
33118 * hilit-chg.el (highlight-changes-face)
33119 (highlight-changes-delete-face): Likewise.
33120 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
33121 (hi-red-b): Likewise.
33122 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
33123 * font-lock.el (font-lock-keyword-face)
33124 (font-lock-function-name-face, font-lock-warning-face): Likewise.
33125 * cus-edit.el (custom-invalid-face, custom-modified-face)
33126 (custom-set-face, custom-changed-face, custom-variable-tag-face)
33127 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
33128 * comint.el (comint-highlight-prompt): Likewise.
33129
33130 2005-04-08 Lute Kamstra <lute@gnu.org>
33131
33132 * font-lock.el (font-lock-keywords): Docstring fixes.
33133
33134 2005-04-08 Kenichi Handa <handa@m17n.org>
33135
33136 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
33137 chars are more than a limit, print " and more..." at the tail.
33138
33139 2005-04-08 Kim F. Storm <storm@cua.dk>
33140
33141 * emacs-lisp/authors.el (authors-aliases): Update list.
33142 (authors-ignored-files): New list.
33143 (authors-fixed-entries): Fix typo.
33144 (authors-renamed-files-alist): Update list.
33145 (authors-add): Check authors-ignored-files.
33146
33147 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
33148
33149 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
33150 optional, to ensure backward compatibility.
33151
33152 2005-04-08 Stephen Eglen <stephen@gnu.org>
33153
33154 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
33155
33156 2005-04-08 Kim F. Storm <storm@cua.dk>
33157
33158 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
33159
33160 * mouse.el (mouse-on-link-p): Doc fix.
33161
33162 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
33163
33164 * ielm.el (ielm-prompt-read-only): Doc fix.
33165
33166 * comint.el (comint-prompt-read-only): Doc fix.
33167
33168 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
33169
33170 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
33171 ensure dired always handles wildcards passed to ffap.
33172 (find-file-at-point): Use it.
33173 (ffap-dired-wildcards): Doc fix.
33174
33175 2005-04-07 Juri Linkov <juri@jurta.org>
33176
33177 * simple.el (next-error-overlay-arrow-position): New defvar.
33178 Put "=>" on its property `overlay-arrow-string'. Add it to
33179 `overlay-arrow-variable-list'.
33180
33181 * progmodes/compile.el (compilation-setup):
33182 Set `next-error-overlay-arrow-position' to nil. Also set it to
33183 nil in the local hook `kill-buffer-hook'. Make local variable
33184 `overlay-arrow-string' and set it to "=>".
33185 (compilation-goto-locus): Set BOL position to
33186 `next-error-overlay-arrow-position' instead of
33187 `overlay-arrow-position'.
33188
33189 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
33190 locally instead of adding it to the global hook.
33191 (Info-kill-buffer): Move up.
33192
33193 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
33194
33195 * term/xterm.el (xterm-standard-colors): Update color values from
33196 xterm-200.
33197
33198 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
33199
33200 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
33201
33202 * fast-lock.el:
33203 * lazy-lock.el: Move them to the obsolete subdir.
33204
33205 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33206
33207 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
33208 (wdired-add-replace-advice): Remove.
33209 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
33210
33211 2005-04-06 Kim F. Storm <storm@cua.dk>
33212
33213 * startup.el (command-line): Add --bare-bones alias for -Q.
33214
33215 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33216
33217 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
33218 create the startup fontset if a font specification ends with
33219 `mac-roman'.
33220
33221 2005-04-06 Lute Kamstra <lute@gnu.org>
33222
33223 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
33224 change.
33225
33226 * emacs-lisp/copyright.el (copyright-update-year): Replace the
33227 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
33228
33229 2005-04-05 Lute Kamstra <lute@gnu.org>
33230
33231 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
33232 (define-generic-mode): Ditto. Fix debug declaration.
33233
33234 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
33235 Put them in the generic-x group.
33236
33237 * calendar/timeclock.el (timeclock): Doc fix.
33238
33239 * generic.el (define-generic-mode): Don't use custom-current-group.
33240 Document default :group value.
33241 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
33242 (define-global-minor-mode): Don't use custom-current-group.
33243
33244 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
33245
33246 * startup.el (command-line-1): Display startup-echo-area-message
33247 when fancy splash screen is in use.
33248
33249 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
33250 (sh-escaped-newline): New face.
33251 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
33252 newline, and use sh-escaped-newline face.
33253
33254 * progmodes/tcl.el (tcl-escaped-newline): New face.
33255 (tcl-builtin-list): New variable.
33256 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
33257 newlines. Fix keywords subexpression number.
33258
33259 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
33260
33261 * textmodes/org.el (org-diary-default-entry): Fix call to
33262 `add-to-diary-entry'.
33263
33264 2005-04-05 Kim F. Storm <storm@cua.dk>
33265
33266 * ediff-init.el: Use (featurep 'xemacs).
33267
33268 2005-04-05 David Ponce <david@dponce.com>
33269
33270 * cus-edit.el (face): Derive from symbol widget. Display sample
33271 of the current face on the fly.
33272 (widget-face-sample-face-get, widget-face-notify): New functions.
33273 (widget-face-value-create): Remove.
33274
33275 * wid-edit.el (widget-field-end): Temporarily remove field
33276 narrowing before to call `get-char-property'.
33277
33278 2005-04-04 Jay Belanger <belanger@truman.edu>
33279
33280 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
33281 (math-read-subscripts): New variable.
33282 (math-read-preprocess-string): Process subscripts.
33283
33284 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
33285
33286 * comint.el (comint-prompt-read-only): Doc fix.
33287
33288 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
33289 `-1'. Doc fix.
33290
33291 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
33292
33293 * textmodes/org.el (org-insert-mode-line-in-empty-file):
33294 Change default value to nil.
33295
33296 2005-04-04 Lute Kamstra <lute@gnu.org>
33297
33298 * autorevert.el (auto-revert-mode): Specify :group.
33299 * battery.el (display-battery-mode): Specify :group.
33300 * diff-mode.el (diff-minor-mode): Specify :group.
33301 * font-core.el (font-lock-mode): Specify :group.
33302 * hl-line.el (hl-line-mode): Specify :group.
33303 * iimage.el (iimage): New customization group.
33304 (iimage-mode): Specify :group.
33305 * longlines.el (longlines-mode): Specify :group.
33306 * master.el: Don't require easy-mmode.
33307 (master): New customization group.
33308 (master-mode): Specify :group.
33309 * msb.el (msb-mode): Specify :group.
33310 * reveal.el (reveal-mode): Specify :group.
33311 * simple.el (next-error-follow-minor-mode): Specify :group.
33312 * smerge-mode.el (smerge-mode): Specify :group.
33313 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
33314 * emulation/cua-base.el (cua-mode): Specify :group.
33315 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
33316 * language/thai-util.el (thai-auto-composition-mode)
33317 (thai-word-mode): Specify :group.
33318 * mail/supercite.el (sc-minor-mode): Specify :group.
33319 * progmodes/cwarn.el (cwarn-mode): Specify :group.
33320 * progmodes/flymake.el (flymake-mode): Specify :group.
33321 * progmodes/glasses.el (glasses-mode): Specify :group.
33322 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
33323 * textmodes/enriched.el (enriched-mode): Specify :group.
33324 * textmodes/refill.el (refill-mode): Specify :group.
33325
33326 * add-log.el (change-log-font-lock-keywords): Names in
33327 parenthesized lists can contain spaces.
33328
33329 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
33330
33331 * startup.el (fancy-splash-text): Shorten default text of
33332 "Emacs Tutorial" line. Also, if the current language env
33333 indicates an available tutorial file other than TUTORIAL,
33334 extract its title and append it to the line in parentheses.
33335 (fancy-splash-insert): If arg is a thunk, funcall it.
33336
33337 2005-04-04 Jay Belanger <belanger@truman.edu>
33338
33339 * calc.el (calc-language-alist): Add tags to customization type.
33340
33341 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
33342
33343 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
33344 Doc fix.
33345
33346 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
33347
33348 * add-log.el (change-log-font-lock-keywords): The manual
33349 describing a Change Log entry, says: (...) "Aside from these
33350 header lines, every line in the change log starts with a space or
33351 a tab.". The font-lock was not highlighting lines started with
33352 spaces, added support for it.
33353
33354 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
33355
33356 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
33357 (bibtex-generate-url-list): Update docstring accordingly. Put the
33358 complex example in the docstring.
33359 (bibtex-font-lock-url): Use pop.
33360
33361 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
33362
33363 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
33364
33365 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
33366
33367 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
33368
33369 * filesets.el (filesets-set-default): Doc fix.
33370
33371 2005-04-03 Lute Kamstra <lute@gnu.org>
33372
33373 * generic.el (define-generic-mode): Add argument to specify
33374 keywords for defcustom.
33375 (default-generic-mode): Specify :group.
33376
33377 * generic-x.el: Specify :group for all generic modes.
33378
33379 * desktop.el (desktop-no-desktop-file-hook)
33380 (desktop-after-read-hook): Doc fix.
33381
33382 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
33383
33384 * simple.el (visible-mode): Use explicit :group keyword.
33385 This changes the group of `visible-mode-hook' from paren-blinking
33386 to editing-basics.
33387
33388 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
33389
33390 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
33391 mailbox specifications as well as URLs.
33392 (rmail-insert-inbox-text): Remove unused conditional branches.
33393
33394 2005-04-01 Jay Belanger <belanger@truman.edu>
33395
33396 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
33397 (calc-gnuplot-print-command): Move definitions to calc.el.
33398
33399 * calc/calc-embed.el (calc-embedded-announce-formula)
33400 (calc-embedded-open-formula, calc-embedded-close-formula)
33401 (calc-embedded-open-word, calc-embedded-close-word)
33402 (calc-embedded-open-plain, calc-embedded-close-plain)
33403 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
33404 (calc-embedded-open-mode, calc-embedded-close-mode):
33405 Move definitions to calc.el.
33406
33407 * calc/calc.el (calc-settings-file, calc-language-alist):
33408 Make customizable.
33409 (calc-embedded-announce-formula, calc-embedded-open-formula)
33410 (calc-embedded-close-formula, calc-embedded-open-word)
33411 (calc-embedded-close-word, calc-embedded-open-plain)
33412 (calc-embedded-close-plain, calc-embedded-open-new-formula)
33413 (calc-embedded-close-new-formula, calc-embedded-open-mode)
33414 (calc-embedded-close-mode, calc-gnuplot-name)
33415 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
33416 from other files and make customizable.
33417
33418 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
33419
33420 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
33421 Use buffer-live-p.
33422 (cvs-mode-run): Don't call cvs-update-header here.
33423 (cvs-run-process): Call cvs-update-header.
33424 Use process properties for cvs-postprocess and cvs-buffer so that
33425 the sentinel can behave better if the temp buffer is killed.
33426 Use a pipe rather than a tty, to better handle unexpected prompts.
33427 (cvs-sentinel): Rewrite. Call cvs-update-header.
33428
33429 2005-04-01 Andre Spiegel <spiegel@gnu.org>
33430
33431 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
33432 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
33433
33434 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
33435
33436 * generic.el (define-generic-mode): Add indentation rule.
33437
33438 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
33439
33440 * files.el (mode-require-final-newline): Make Custom correctly
33441 report a nil value and allow to set it to nil via Custom.
33442 Doc fix.
33443
33444 2005-04-01 Kenichi Handa <handa@m17n.org>
33445
33446 * international/characters.el: Enable the correct case setting for
33447 dotless-i and dotted-I.
33448
33449 2005-04-01 Kim F. Storm <storm@cua.dk>
33450
33451 * ido.el (ido-file-internal): Fall back to non-ido command if
33452 initial directory is on slow ftp (or tramp) host.
33453
33454 2005-03-31 Richard M. Stallman <rms@gnu.org>
33455
33456 * emacs-lisp/autoload.el (make-autoload):
33457 Handle define-global-minor-mode.
33458
33459 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
33460 Rename from easy-mmode-define-global-mode.
33461 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
33462
33463 * progmodes/scheme.el (scheme-mode-syntax-table):
33464 Update syntax of | and # for two-character comment syntax.
33465
33466 2005-03-31 Lute Kamstra <lute@gnu.org>
33467
33468 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
33469 (define-minor-mode): Call custom-current-group at load-time.
33470
33471 * generic.el (define-generic-mode): Add debug declaration.
33472 Add defcustom for the mode hook.
33473 (generic-mode-internal): Use run-mode-hooks.
33474
33475 2005-03-31 Kim F. Storm <storm@cua.dk>
33476
33477 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
33478 (mouse-fixup-help-message): New defun called by show_help_echo
33479 to fixup mouse-2 prefix in help messages when applicable.
33480
33481 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
33482
33483 2005-03-31 Kenichi Handa <handa@m17n.org>
33484
33485 * language/thai-word.el (thai-find-word-ends): Pay attention to
33486 the case that we reach the end of buffer.
33487
33488 * textmodes/fill.el (fill-text-properties-at): New function.
33489 (fill-newline): Use fill-text-properties-at instead of
33490 text-properties-at.
33491
33492 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
33493
33494 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
33495 not comint-quote-filename.
33496
33497 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
33498
33499 * help-fns.el (help-with-tutorial): Revert last change.
33500
33501 2005-03-31 Kim F. Storm <storm@cua.dk>
33502
33503 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
33504
33505 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
33506
33507 * calendar/cal-china.el: Update reference to "Calendrical
33508 Calculations" book; there's a new edition.
33509 * calendar/cal-coptic.el: Likewise.
33510 * calendar/cal-french.el: Likewise.
33511 * calendar/cal-hebrew.el: Likewise.
33512 * calendar/cal-islam.el: Likewise.
33513 * calendar/cal-iso.el: Likewise.
33514 * calendar/cal-julian.el: Likewise.
33515 * calendar/cal-mayan.el: Likewise.
33516 * calendar/cal-persia.el: Likewise.
33517 * calendar/calendar.el: Likewise.
33518 * calendar/holidays.el: Likewise.
33519 * calendar/lunar.el: Likewise.
33520 * calendar/solar.el: Likewise.
33521
33522 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
33523 white space from doc string.
33524
33525 2005-03-30 Jay Belanger <belanger@truman.edu>
33526
33527 * calc/calc-help.el (calc-full-help): Remove email address.
33528
33529 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
33530
33531 * help-fns.el (help-with-tutorial): Delete title line.
33532
33533 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
33534
33535 * calendar/cal-x.el (calendar-one-frame-setup)
33536 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
33537 rather than `symbol' for set-window-dedicated-p.
33538
33539 * calendar/appt.el (appt-buffer-name): Make it a constant.
33540 (appt-add): Doc fix.
33541
33542 * filesets.el (filesets-menu-path, filesets-menu-before)
33543 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
33544 (filesets-menu-cache-file): Use directory ~/.emacs.d.
33545 (filesets-add-submenu): Delete and use add-submenu instead.
33546
33547 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
33548
33549 * textmodes/org.el (org-agenda-phases-of-moon)
33550 (org-agenda-sunrise-sunset, org-agenda-convert-date)
33551 (org-agenda-goto-calendar): New commands.
33552 (org-diary-default-entry): New function.
33553 (org-get-entries-from-diary): Better parsing of diary entries.
33554 (org-agenda-check-no-diary): New function.
33555 ("diary-lib"): Advice to function `add-to-diary-list', to allow
33556 linking to diary entries.
33557 (org-agenda-execute-calendar-command): New function.
33558 (org-agenda): Improve visible section in window.
33559 Use `org-fit-agenda-window'.
33560 (org-fit-agenda-window): New option.
33561 (org-move-subtree-down): Better handling of empty lines
33562 at end of subtree.
33563 (org-cycle): Numeric prefix is interpreted now as show-subtree N
33564 levels up.
33565 (org-fontify-done-headline): New option.
33566 (org-headline-done-face): New face.
33567 (org-set-font-lock-defaults): Use `org-headline-done-face'.
33568 (org-table-copy-down): Rename from `org-table-copy-from-above'.
33569 When current field is non-empty, it is copied to next row.
33570 (org-table-copy-from-above): Fix bug which made it
33571 impossible to copy fields containing only a single non-white character.
33572
33573 2005-03-30 Kim F. Storm <storm@cua.dk>
33574
33575 * kmacro.el (kmacro-end-macro): Isearch may store this command
33576 into the macro -- so ignore it when executing keyboard macro.
33577
33578 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
33579
33580 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
33581
33582 2005-03-29 Kenichi Handa <handa@m17n.org>
33583
33584 * language/thai.el ("Thai"): Set setup-function and exit-function
33585 for Thai language environment.
33586
33587 * language/thai-util.el: Require thai-word.
33588 (thai-word-mode-map): New variable.
33589 (thai-word-mode): New minor mode.
33590 (setup-thai-language-environment-internal): New function.
33591 (exit-thai-language-environment-internal): New function.
33592
33593 * language/thai-word.el (thai-word-table): Declare it by defvar,
33594 use dolist to initialize it.
33595 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
33596 (thai-fill-find-break-point): New functions.
33597
33598 2005-03-29 Richard M. Stallman <rms@gnu.org>
33599
33600 * simple.el (idle-update-delay): Move definition up.
33601 (set-mark): Doc fix.
33602
33603 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
33604
33605 * longlines.el: New file.
33606
33607 * simple.el (buffer-substring-filters): New variable.
33608 (filter-buffer-substring): New function.
33609 (kill-region, copy-region-as-kill): Use it.
33610
33611 * register.el (copy-to-register, append-to-register)
33612 (prepend-to-register): Use filter-buffer-substring.
33613
33614 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
33615
33616 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
33617 (gud-filter-pending-text): Move in front of gdb.
33618 (gud-overlay-arrow-position): New variable.
33619 (gud-sentinel, gud-display-line): Use it in place of
33620 overlay-arrow-position.
33621
33622 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
33623
33624 * progmodes/fortran.el (fortran-if-indent): Doc fix.
33625 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
33626 (fortran-font-lock-keywords-4): New variable.
33627 (fortran-blocks-re, fortran-end-block-re)
33628 (fortran-start-block-re): New constants, for hideshow.
33629 (hs-special-modes-alist): Add a Fortran entry.
33630 (fortran-mode-map): Bind fortran-end-of-block,
33631 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
33632 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
33633 (fortran-looking-at-if-then, fortran-end-of-block)
33634 (fortran-beginning-of-block): New functions, for hideshow.
33635
33636 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
33637 Doc fix. Tweak regexp.
33638 (f90-beginning-of-block): Push mark first.
33639
33640 2005-03-29 Jay Belanger <belanger@truman.edu>
33641
33642 * calc/calc.el: Update copyright date.
33643 (calc-version): Increase to 2.1.
33644 (calc-version-date): Remove.
33645
33646 * calc/calc-help.el: Update copyright date.
33647 (calc-full-help): Remove reference to calc-version-date.
33648 Update copyright date.
33649
33650 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
33651
33652 * vc.el (vc-do-command): Use a pipe for async processes, so password
33653 prompts don't show up at places where the user can't reply.
33654
33655 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
33656
33657 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
33658 on the file name we pass to the inferior shell.
33659
33660 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
33661
33662 * progmodes/which-func.el (which-function): Be robust in the face of an
33663 imenu--make-index-alist failure.
33664
33665 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
33666
33667 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
33668
33669 * progmodes/python.el (python-preoutput-filter): Fix last change.
33670
33671 2005-03-29 Lute Kamstra <lute@gnu.org>
33672
33673 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
33674 functions and compiled macros.
33675 (debug-convert-byte-code): Handle macros too.
33676 (debug-on-entry-1): Don't signal an error when trying to clear a
33677 function that is not set to debug on entry.
33678
33679 2005-03-29 Jay Belanger <belanger@truman.edu>
33680
33681 * calc/calc-lang.el: Add functions to math-function-table
33682 properties of tex and math.
33683
33684 2005-03-29 Kenichi Handa <handa@m17n.org>
33685
33686 * ps-mule.el (ps-mule-plot-string): Translate characters by
33687 ps-print-translation-table.
33688 (ps-mule-begin-job): Call find-charset-region/string with
33689 ps-print-translation-table.
33690 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
33691
33692 * ps-print.el (ps-print-translation-table): New variable.
33693 (ps-plot-region): Translate characters by ps-print-translation-table.
33694
33695 2005-03-29 Juri Linkov <juri@jurta.org>
33696
33697 * simple.el (next-error-highlight-timer): New variable.
33698
33699 * progmodes/compile.el (compilation-goto-locus):
33700 Use `next-error-highlight-timer' instead of `sit-for'.
33701
33702 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
33703
33704 * mail/supercite.el (sc-mail-field): Use assoc-string.
33705 (sc-get-address): Simplify regexps.
33706
33707 * files.el (minibuffer-with-setup-hook): New macro.
33708 (find-file-read-args): Use it to avoid let-binding
33709 minibuffer-with-setup-hook (which breaks turning on/off
33710 file-name-shadow-mode while in the prompt).
33711
33712 * complete.el (PC-read-include-file-name-internal):
33713 Use test-completion.
33714
33715 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
33716
33717 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
33718
33719 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
33720
33721 * window.el (window-buffer-height): Use count-screen-lines.
33722
33723 * progmodes/python.el (python-preoutput-leftover): New var.
33724 (python-preoutput-filter): Use it.
33725 (python-send-receive): Loop until all the result has been received.
33726
33727 2005-03-28 Juri Linkov <juri@jurta.org>
33728
33729 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
33730
33731 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
33732 "Recover Crashed Session".
33733 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
33734 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
33735 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
33736 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
33737 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
33738 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
33739 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
33740 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
33741
33742 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
33743 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
33744 Ediff Sessions", "Toggle use of separate control buffer frame",
33745 "Use separate frame for Ediff control buffer".
33746
33747 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
33748 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
33749 "Rename Bookmark", "Delete Bookmark".
33750
33751 * info.el (Info-mode-menu): Remove ellipsis from "Index".
33752 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
33753 Add `:active Info-index-alternatives' to "Next Matching Item".
33754
33755 * wdired.el (wdired-change-to-wdired-mode):
33756 Mention `wdired-abort-changes' key in the initial message.
33757
33758 * international/mule.el (auto-coding-alist): Associate non-ascii
33759 image filename extensions with `no-conversion'.
33760
33761 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
33762
33763 * international/iso-acc.el:
33764 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
33765
33766 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
33767
33768 * textmodes/sgml-mode.el (html-mode): Doc update.
33769
33770 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
33771
33772 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
33773
33774 * term.el (term-move-columns): Fix face after extending a line.
33775 (term-insert-spaces): Likewise.
33776 (term-reset-terminal): Fix off by one error.
33777
33778 2005-03-26 Eli Zaretskii <eliz@gnu.org>
33779
33780 * international/mule.el (auto-coding-alist): Add .xpi files.
33781
33782 * files.el (auto-mode-alist): Add .xpi files.
33783
33784 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
33785
33786 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
33787
33788 2005-03-26 Eli Zaretskii <eliz@gnu.org>
33789
33790 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
33791
33792 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
33793
33794 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
33795 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
33796
33797 * calendar/cal-move.el (calendar-beginning-of-year): Move the
33798 cursor to Jan 1 when needed.
33799 (calendar-end-of-year): Fix -/+ typo.
33800 Reported by Chong Yidong <cyd@stupidchicken.com>.
33801
33802 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
33803
33804 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
33805
33806 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
33807 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
33808
33809 2005-03-25 Richard M. Stallman <rms@gnu.org>
33810
33811 * filesets.el (filesets-init): Add autoload.
33812
33813 * mail/mailalias.el (mail-directory): Doc fix.
33814
33815 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
33816
33817 * mail/mailalias.el (mail-directory-process): Do nothing if
33818 mail-directory-process is an atom.
33819 (mail-get-names): Ignore mail-directory-names if it is an atom.
33820 (mail-directory-process defvar): Doc fix.
33821 (mail-names): Doc fix.
33822
33823 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
33824
33825 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
33826
33827 2005-03-26 Kenichi Handa <handa@m17n.org>
33828
33829 * international/mule-util.el (detect-coding-with-priority):
33830 Call update-coding-systems-internal before detect-coding-region.
33831
33832 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
33833
33834 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
33835 (gdb-frames-mode-map): Add follow-link property.
33836
33837 2005-03-25 Jay Belanger <belanger@truman.edu>
33838
33839 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
33840 for variables.
33841
33842 2005-03-25 Juri Linkov <juri@jurta.org>
33843
33844 * image-mode.el: Optimize image filename extension regexps in
33845 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
33846 in `auto-mode-alist'.
33847 (image-mode): Add `image-toggle-display-text' to local hook
33848 `change-major-mode-hook'. Display the image as an image by
33849 default. Set `cursor-type' and `truncate-lines' if the image
33850 is already displayed. Take into account the current mode (image
33851 or text) in message.
33852 (image-minor-mode): New minor mode.
33853 (image-mode-maybe, image-toggle-display-text): New functions.
33854 (image-toggle-display): Use called-interactively-p.
33855 Let-bind `inhibit-read-only' to t.
33856
33857 * image-mode.el (image-minor-mode): Set `cursor-type' and
33858 `truncate-lines' if the image is already displayed. Add turning
33859 image-minor-mode off to `change-major-mode-hook'. Add message.
33860 Call `image-toggle-display-text' after turning image-minor-mode off.
33861
33862 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
33863
33864 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
33865 Terminal.app, use utf-8.
33866 (set-display-table-and-terminal-coding-system): Add coding-system arg.
33867 (set-locale-environment): Use it.
33868
33869 * term/xterm.el: Undo last change, better done in mule-cmds.el.
33870
33871 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
33872
33873 * progmodes/python.el (python-close-block-statement-p)
33874 (python-outdent-p, python-current-defun): Use symbol-end.
33875
33876 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
33877
33878 * files.el (save-some-buffers): Doc fix.
33879
33880 2005-03-25 Werner Lemberg <wl@gnu.org>
33881
33882 * complete.el, thumbs.el: Replace `legal' with `valid'.
33883 * calendar/calendar.el: Replace `legal' with `valid'.
33884 * emacs-lisp/advice.el: Replace `legal' with `valid'.
33885 * mail/supercite.el: Replace `legal' with `valid'.
33886 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
33887 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
33888 Replace `legal' with `valid'.
33889 * textmodes/reftex-vars.el, textmodes/reftex.el:
33890 Replace `legal' with `valid'.
33891
33892 2005-03-25 Werner Lemberg <wl@gnu.org>
33893
33894 * calc/calc-forms.el, calc/calc-sel.el
33895 * midnight.el, vc-cvs.el
33896 * emacs-lisp/cl-macs.el
33897 * emulation/vip.el
33898 * eshell/esh-io.el, eshell/esh-var.el
33899 * mail/supercite.el
33900 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
33901 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
33902 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
33903 * progmodes/sh-script.el, progmodes/xscheme.el
33904 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
33905 * textmodes/reftex-index.el, textmodes/reftex-parse.el
33906 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
33907 * textmodes/reftex.el, textmodes/org.el:
33908 Replace `illegal' with `invalid'.
33909
33910 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
33911
33912 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
33913 (flymake-find-buildfile, flymake-find-possible-master-files)
33914 (flymake-check-include, flymake-parse-line): Replace loops over the
33915 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
33916
33917 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
33918 Substitute file-name-as-directory in the rest of the file.
33919 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
33920 (flymake-replace-region): Remove unused arg `buffer'.
33921 (flymake-check-patch-master-file-buffer): Update calls to it.
33922 (flymake-add-err-info): Remove unused var `count'.
33923 (flymake-mode): Use define-minor-mode.
33924
33925 * progmodes/flymake.el: Use with-current-buffer.
33926 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
33927 flymake-replace-regexp-in-string, flymake-line-beginning-position)
33928 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
33929 Avoid testing for `xemacs'.
33930 (flymake-nop): Move.
33931 (flymake-region-has-flymake-overlays): Return the computed value.
33932 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
33933 Remove unused var `endline'.
33934 (flymake-get-line-count): Remove unused function.
33935 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
33936
33937 * emulation/vi.el:
33938 * generic.el:
33939 * hilit-chg.el (global-highlight-changes):
33940 * hi-lock.el (hi-lock-mode):
33941 * follow.el: find-file-hooks -> find-file-hook.
33942
33943 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
33944
33945 2005-03-24 Juri Linkov <juri@jurta.org>
33946
33947 * dired.el (dired-mode-map): Add menu item "Compare directories"
33948 for dired-compare-directories.
33949
33950 * dired-aux.el (dired-compare-directories): Add autoload cookie.
33951 Doc fix. Replace `read-file-name' with `read-directory-name'.
33952
33953 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
33954
33955 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
33956
33957 2005-03-24 Jay Belanger <belanger@truman.edu>
33958
33959 * calc/calc-embed.el (calc-embedded-mode-change): Save all
33960 relevant mode settings in calc-embedded-original-modes when modes
33961 are permanently changed.
33962
33963 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
33964
33965 * autoinsert.el: find-file-hooks -> find-file-hook.
33966
33967 2005-03-24 Lute Kamstra <lute@gnu.org>
33968
33969 * generic.el (generic-font-lock-defaults): Make it obsolete.
33970 (generic-font-lock-keywords): New variable to replace
33971 generic-font-lock-defaults.
33972 (generic-mode-set-font-lock): Delete it.
33973 (generic-mode-internal): Don't call generic-mode-set-font-lock.
33974 (generic-bracket-support): Add docstring.
33975
33976 * generic-x.el: Rename generic-font-lock-defaults to
33977 generic-font-lock-keywords throughout.
33978 (mailagent-rules-setup-function): Delete it.
33979 (mailagent-rules-generic-mode): Use anonymous function instead.
33980 (show-tabs-generic-mode-font-lock-defaults-1)
33981 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
33982 Quote faces.
33983 (show-tabs-tab-face, show-tabs-space-face): Specify background,
33984 not foreground.
33985
33986 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
33987 Recognize define-generic-mode.
33988
33989 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
33990
33991 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
33992 if there's no completion table.
33993
33994 2005-03-23 Miles Bader <miles@gnu.org>
33995
33996 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33997 Remove tty-specific variants, as they're no longer needed.
33998
33999 2005-03-23 Lute Kamstra <lute@gnu.org>
34000
34001 * generic-x.el: Code cleanup: make args constant whenever possible.
34002 (installshield-statement-keyword-list)
34003 (installshield-system-functions-list)
34004 (installshield-system-variables-list, installshield-types-list)
34005 (installshield-funarg-constants-list): Make them constants.
34006
34007 * generic.el (generic-make-keywords-list): Add autoload cookie.
34008
34009 * calendar/time-date.el: Add comment on time value formats.
34010 Don't require parse-time.
34011 (with-decoded-time-value): New macro.
34012 (encode-time-value): New function.
34013 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
34014 (days-to-time): Return a valid time value when arg is huge.
34015 (time-since): Use time-subtract.
34016 (time-to-number-of-days): Use time-to-seconds.
34017
34018 2005-03-23 David Ponce <david@dponce.com>
34019
34020 * recentf.el (recentf-keep): New option.
34021 (recentf-menu-action): Default to `find-file'.
34022 (recentf-keep-non-readable-files-flag)
34023 (recentf-keep-non-readable-files-p)
34024 (recentf-file-readable-p, recentf-find-file)
34025 (recentf-cleanup-remote): Remove.
34026 (recentf-include-p): More robust.
34027 (recentf-keep-p): New function.
34028 (recentf-remove-if-non-kept): Rename from
34029 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
34030 All callers updated.
34031 (recentf-menu-items-for-commands): Fix help string.
34032 (recentf-track-closed-file): Update. Doc fix.
34033 (recentf-cleanup): Update. Count removed files. Doc fix.
34034
34035 2005-03-23 Kim F. Storm <storm@cua.dk>
34036
34037 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34038 Don't inherit from fringe face (now happens automatically).
34039
34040 2005-03-22 Kim F. Storm <storm@cua.dk>
34041
34042 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
34043 position values.
34044
34045 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
34046
34047 * menu-bar.el (showhide-date-time): Remove.
34048 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
34049 (menu-bar-make-mm-toggle): Simplify.
34050
34051 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
34052
34053 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
34054 Accept qualified variable and function names.
34055
34056 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
34057
34058 * bindings.el (completion-ignored-extensions):
34059 Remove ".lis" for `vax-vms'.
34060
34061 2005-03-22 Andreas Schwab <schwab@suse.de>
34062
34063 * generic-x.el: Revert last change.
34064 * ldefs-boot.el: Update.
34065
34066 2005-03-22 Jay Belanger <belanger@truman.edu>
34067
34068 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
34069 (calc-embedded-save-original-modes)
34070 (calc-embedded-restore-original-modes): New functions.
34071 (calc-do-embedded): Save original modes when entering embedded mode
34072 and restore when leaving embedded mode.
34073 (calc-embedded-modes-change): Change the value of
34074 calc-embedded-original-modes to reflect permanent changes.
34075
34076 2005-03-22 Lute Kamstra <lute@gnu.org>
34077
34078 * generic-x.el: Require generic again.
34079
34080 2005-03-22 Miles Bader <miles@gnu.org>
34081
34082 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34083 Tweak details to look good on both ttys and bitmap displays, light
34084 or dark background, etc.
34085
34086 2005-03-21 Kim F. Storm <storm@cua.dk>
34087
34088 * tooltip.el (tooltip-show-help-function): Check car and cdr of
34089 mouse position.
34090
34091 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
34092
34093 * icomplete.el: Don't forcibly turn on the mode upon load.
34094 (icomplete-mode): Use define-minor-mode.
34095 (icomplete-eoinput): Default to nil.
34096 (icomplete-minibuffer-setup): Remove autoload.
34097 (icomplete-tidy): Simplify.
34098 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
34099 in the initial state or if the user has modified the field.
34100 Fix handling of icomplete-max-delay-chars.
34101 Remove code that handles the oddball case where
34102 minibuffer-completion-table is an integer.
34103 Wrap icomplete-completions in while-no-input in case building
34104 completions takes more time than expected.
34105 (icomplete-completions): Simplify.
34106
34107 2005-03-21 Richard M. Stallman <rms@gnu.org>
34108
34109 * jka-compr.el (jka-compr-really-do-compress):
34110 Make variable buffer-local.
34111
34112 * image-mode.el: Handle .xpm files too.
34113 (image-toggle-display): Preserve modification flag.
34114
34115 * help.el (where-is): Don't mention aliases with no key bindings.
34116
34117 2005-03-21 Lute Kamstra <lute@gnu.org>
34118
34119 * generic.el: Fix commentary section. Don't require cl for
34120 compilation.
34121 (generic-mode-list): Add autoload cookie.
34122 (generic-use-find-file-hook, generic-lines-to-scan)
34123 (generic-find-file-regexp, generic-ignore-files-regexp)
34124 (generic-mode, generic-mode-find-file-hook)
34125 (generic-mode-ini-file-find-file-hook): Fix docstrings.
34126 (define-generic-mode): Make it a defmacro. Fix docstring.
34127 (generic-mode-internal): Code cleanup. Add autoload cookie.
34128 (generic-mode-set-comments): Code cleanup.
34129 * generic-x.el: Don't prevent compilation. Don't require generic.
34130 Follow coding conventions. Minor code cleanup.
34131 (etc-fstab-generic-mode): Add some keywords.
34132 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
34133 define-generic-mode like a function declaration.
34134
34135 2005-03-21 Jay Belanger <belanger@truman.edu>
34136
34137 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
34138 changing modes.
34139
34140 2005-03-21 Sam Steingold <sds@gnu.org>
34141
34142 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
34143
34144 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
34145
34146 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
34147 Add underscore to "f$ lexicals" regexp.
34148
34149 2005-03-20 Juri Linkov <juri@jurta.org>
34150
34151 * subr.el (progress-reporter-do-update): When `min-value' is equal
34152 to `max-value', set `percentage' to 0 and prevent division by zero.
34153
34154 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
34155
34156 Sync with Tramp 2.0.48.
34157
34158 * net/tramp.el (all): Change all addresses to .gnu.org.
34159 (tramp-append-tramp-buffers): New defun.
34160 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
34161 Catch `dont-send' signal.
34162 (tramp-set-auto-save-file-modes): Set always permissions, because
34163 there might be an old auto-saved file belonging to another
34164 original file. This could be a security threat. Reported by
34165 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
34166 Check for Emacs 21.3.50 removed.
34167
34168 * net/tramp-smb.el (all): Remove debug construct for
34169 `with-parsed-tramp-file-name'.
34170 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
34171 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
34172 No error message if DIRECTORY or FILENAME doesn't exist.
34173 (tramp-smb-open-connection): Check existence of
34174 `tramp-smb-program'.
34175
34176 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
34177
34178 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
34179 Properly handle the case where the `m' or `s' command's argument is not
34180 yet terminated.
34181 (perl-indent-new-calculate): New function.
34182 (perl-indent-line): Use it.
34183
34184 2005-03-20 Miles Bader <miles@gnu.org>
34185
34186 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
34187 in text-mode too. Change to new face names.
34188 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
34189 Add `:weight bold' attribute.
34190 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
34191
34192 2005-03-19 Juri Linkov <juri@jurta.org>
34193
34194 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
34195
34196 * international/mule.el (auto-coding-alist): Sync with
34197 `auto-mode-alist' by adding upper case archive file extensions
34198 and adding ear/war to jar extension.
34199
34200 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
34201
34202 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
34203 running, restart it.
34204
34205 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
34206
34207 * finder.el (finder-current-item): Throw an error on an empty line.
34208
34209 * man.el (Man-follow-manual-reference): If current-word returns
34210 nil, use "".
34211
34212 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
34213
34214 * simple.el (goto-line): Doc fix.
34215
34216 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
34217
34218 * files.el (save-buffer): Doc fix.
34219
34220 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
34221
34222 * recentf.el (recentf-cleanup-remote): New variable.
34223 (recentf-cleanup): Use it to conditionally check availability of
34224 remote files.
34225
34226 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
34227
34228 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
34229 function names.
34230
34231 2005-03-19 Eli Zaretskii <eliz@gnu.org>
34232
34233 * language/thai-word.el: New file.
34234
34235 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
34236
34237 * files.el (backup-buffer): If the file's directory is not
34238 writable, use copy instead of move to backup the file.
34239
34240 2005-03-19 Eli Zaretskii <eliz@gnu.org>
34241
34242 * obsolete/keyswap.el: Moved to obsolete/ from term/.
34243
34244 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
34245
34246 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
34247 Use functionp instead of symbolp and fboundp. Reported by Drkm
34248 <darkman_spam@yahoo.fr>.
34249 (ps-print-version): New version 6.6.6.
34250
34251 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
34252
34253 * textmodes/table.el (table--line-column-position): New idiom.
34254 (table--row-column-insertion-point-p): New function to test
34255 validity of row and column insertion operation at a location.
34256 (table-global-menu, table-cell-menu): Use above functions for
34257 deterministic test operation.
34258 (table--editable-cell-p): Behave in deterministic fashion.
34259
34260 2005-03-18 Juri Linkov <juri@jurta.org>
34261
34262 * isearch.el (isearch-lazy-highlight-new-loop):
34263 Make arguments beg and end optional.
34264 (isearch-update): Remove optional arguments nil from
34265 isearch-lazy-highlight-new-loop.
34266 (isearch-lazy-highlight-search): Let-bind case-fold-search to
34267 isearch-lazy-highlight-case-fold-search instead of
34268 isearch-case-fold-search, and let-bind isearch-regexp to
34269 isearch-lazy-highlight-regexp.
34270 Use isearch-lazy-highlight-last-string instead of isearch-string.
34271
34272 * replace.el (perform-replace): Remove bindings of global
34273 variables isearch-string, isearch-regexp, isearch-case-fold-search.
34274 Add three new arguments to `replace-highlight'.
34275 (replace-highlight): Add arguments string, regexp, case-fold.
34276 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
34277 to allow isearch-lazy-highlight-new-loop to use these values
34278 to set corresponding isearch-lazy-highlight-* internal
34279 variables whose values lazy highlighting will use regardless of
34280 changes to global variables isearch-string, isearch-regexp,
34281 isearch-case-fold-search during lazy highlighting loop.
34282 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
34283 to `lazy-highlight-cleanup'.
34284
34285 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
34286 (ispell-highlight-face): Set default face to `isearch' when
34287 lazy highlighting is enabled.
34288 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
34289 priority to 1. Add lazy highlighting.
34290 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
34291 from `isearch-dehighlight'.
34292
34293 2005-03-18 David Ponce <david@dponce.com>
34294
34295 * files.el (hack-local-variables): Do a case-insensitive search
34296 for End.
34297
34298 2005-03-18 Juri Linkov <juri@jurta.org>
34299
34300 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
34301 `isearch-lazy-highlight-cleanup', add alias to old name and
34302 declare obsolete. Add release numbers to other obsolete vars.
34303 (isearch-done, isearch-lazy-highlight-new-loop):
34304 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
34305 (lazy-highlight-cleanup) <variable>: Doc fix.
34306 (isearch-lazy-highlight-update): Rename obsolete
34307 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
34308
34309 2005-03-18 Kenichi Handa <handa@m17n.org>
34310
34311 * language/thai-util.el: Fix categorization of Thai characters in
34312 thai-category-table.
34313 (thai-composition-pattern): Adjust it for the above change.
34314 (thai-self-insert-command, thai-compose-syllable): New functions.
34315 (thai-compose-region): Use thai-compose-syllable.
34316 (thai-compose-string): Likewise.
34317 (thai-composition-function): Likewise.
34318 (thai-auto-composition): New function.
34319 (thai-auto-composition-mode): New minor mode.
34320
34321 * language/thai.el: Fix patterns to be registered in
34322 composition-function-table.
34323
34324 * international/quail.el (quail-input-method): Locally bind
34325 inhibit-modification-hooks to t.
34326
34327 2005-03-17 Richard M. Stallman <rms@gnu.org>
34328
34329 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
34330 (perl-mode): Use run-mode-hooks.
34331
34332 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
34333 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
34334 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
34335
34336 * mail/sendmail.el (sendmail-send-it): Reenable the code
34337 to compute resend-to-address and use it.
34338
34339 * tar-mode.el (tar-mode): Turn off undo unconditionally.
34340
34341 * image-mode.el: New file.
34342
34343 * image.el (insert-sliced-image): Add autoload cookie.
34344
34345 * font-lock.el (font-lock-lines-before): New user option.
34346 (font-lock-after-change-function): Obey it.
34347
34348 * bindings.el (esc-map): Make M-g a prefix.
34349 Bind M-g g and M-g M-g to goto-line.
34350
34351 * faces.el (face-id): Doc fix.
34352
34353 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
34354
34355 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
34356 (rmail-show-message): Use rmail-unknown-mail-followup-to.
34357 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
34358
34359 * mail/sendmail.el (mail-yank-ignored-headers)
34360 (mail-font-lock-keywords, mail-mode-fill-paragraph):
34361 Add Mail-Followup-To and Mail-Reply-To headers.
34362 (mail-citation-hook): Add autoload cookie.
34363 (mail-mode): Doc fix.
34364 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
34365 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
34366 (mail-mode-fill-paragraph): Handle those headers.
34367 (mail-mailing-lists): New variable.
34368 (mail-mail-reply-to, mail-mail-followup-to): New functions.
34369
34370 2005-03-17 Juri Linkov <juri@jurta.org>
34371
34372 * isearch.el (isearch-fallback): Check for `(car previous)'
34373 before calling `isearch-other-end-state'.
34374
34375 2005-03-17 Kim F. Storm <storm@cua.dk>
34376
34377 * simple.el (move-beginning-of-line): Move to beginning of buffer
34378 line, as well as beginning of screen line.
34379
34380 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
34381
34382 * calendar/diary-lib.el (mark-diary-entries): Use new optional
34383 argument REDRAW rather than calendar-redrawing variable.
34384 * calendar/calendar.el (calendar-redrawing): Delete.
34385 (redraw-calendar): Do not bind calendar-redrawing.
34386
34387 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
34388
34389 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
34390 diary-file buffer.
34391
34392 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
34393
34394 * help.el (describe-mode): Allow a :minor-mode-function property to
34395 specify a different minor mode toggle function than the variable.
34396 * simple.el (auto-fill-function):
34397 * subr.el (add-minor-mode): Use it.
34398
34399 2005-03-16 Kenichi Handa <handa@m17n.org>
34400
34401 * language/ethio-util.el (sera-being-called-by-w3): New variable.
34402 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
34403 (ethio-fidel-to-sera-buffer): Likewise.
34404
34405 2005-03-16 Juri Linkov <juri@jurta.org>
34406
34407 * emacs-lisp/find-func.el (find-function-regexp):
34408 Add defun-emitting macro `menu-bar-make-toggle'.
34409
34410 * isearch.el: Put `isearch-scroll' property to
34411 `split-window-horizontally'.
34412
34413 * info.el: Update error messages for `debug-ignored-errors'.
34414 (Info-isearch-search): Doc fix.
34415 (Info-find-node): Move up code to go into info buffer before
34416 recording the node to the history.
34417 (Info-fontify-node): Fontify titles only if the next line
34418 has two or more `*', `=', `-', `.'.
34419 Display "go to this node" for empty (match-string 3).
34420
34421 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34422
34423 * term/mac-win.el: Add mouse pointer shape constants.
34424
34425 2005-03-15 Kim F. Storm <storm@cua.dk>
34426
34427 * simple.el (move-beginning-of-line): Use vertical-motion.
34428
34429 2005-03-15 Juri Linkov <juri@jurta.org>
34430
34431 * isearch.el (isearch-error): New variable.
34432 (isearch-invalid-regexp, isearch-within-brackets): Remove.
34433 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
34434 (isearch-within-brackets-state): Remove.
34435 (isearch-case-fold-search-state, isearch-pop-fun-state):
34436 Decrease frame index.
34437 (isearch-mode, isearch-top-state, isearch-push-state)
34438 (isearch-edit-string, isearch-abort, isearch-search-and-update)
34439 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
34440 (isearch-search, isearch-lazy-highlight-new-loop):
34441 Replace `isearch-invalid-regexp' with `isearch-error'.
34442 Remove `isearch-within-brackets'.
34443 (isearch-search): Add `search-failed' handler to `condition-case'.
34444 (isearch-lazy-highlight-search): Add `condition-case' to catch
34445 errors and allow `isearch-lazy-highlight-update' to try
34446 highlighting from the beginning of the window.
34447 (isearch-repeat): Move up code to set isearch-wrapped to t
34448 before calling isearch-wrap-function.
34449
34450 * info.el (Info-isearch-initial-node): New internal variable.
34451 (Info-search): Signal an error in isearch mode when search leaves
34452 the initial node. Signal an error when `bound' is non-nil and
34453 nothing was found in the current subfile.
34454 (Info-isearch-search): Remove `condition-case'.
34455 (Info-isearch-wrap): Don't wrap when search failed during leaving
34456 the initial node. If `Info-isearch-search' is nil, wrap around
34457 the current node.
34458 (Info-isearch-start): New fun.
34459 (Info-mode): Add buffer-local hook `Info-isearch-start' to
34460 `isearch-mode-hook'.
34461
34462 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34463
34464 * simple.el (normal-erase-is-backspace): Set default to t if
34465 running on Mac.
34466
34467 * term/mac-win.el (function-key-map): Sync with x-win.el.
34468
34469 2005-03-15 Kenichi Handa <handa@m17n.org>
34470
34471 * international/mule-cmds.el (locale-language-names): Modify the
34472 format of elements and add more entries.
34473 (locale-preferred-coding-systems): Add more entries.
34474 (set-locale-environment): Adjust for the change of
34475 locale-language-names.
34476
34477 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
34478
34479 * pcvs.el (smerge-ediff): Remove bogus autoload.
34480
34481 2005-03-14 Lute Kamstra <lute@gnu.org>
34482
34483 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
34484 Ignore a `*' at the beginning of a line.
34485
34486 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
34487 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
34488 subr.el.
34489 (dont-compile, eval-when-compile, eval-and-compile): Use declare
34490 to specify indentation.
34491
34492 * generic.el (define-generic-mode): Let generic-mode-list be a
34493 list of strings; test membership with equal.
34494
34495 2005-03-14 Kim F. Storm <storm@cua.dk>
34496
34497 * simple.el (next-line, previous-line): Add optional try-vscroll
34498 arg to recognize interactive use. Pass it on to line-move.
34499 (line-move): Don't perform auto-window-vscroll when defining or
34500 executing keyboard macro to ensure consistent behavior.
34501
34502 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
34503
34504 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
34505
34506 2005-03-13 Lute Kamstra <lute@gnu.org>
34507
34508 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
34509 debugger-setup-buffer so that backtrace marks the frames set to
34510 debug-on-exit and we don't have to do it manually. Set an extra
34511 debug-on-exit for macro's.
34512 (debugger-setup-buffer): Don't mark the top frame manually.
34513
34514 2005-03-12 Lute Kamstra <lute@gnu.org>
34515
34516 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
34517 lisp-indent-function throughout.
34518 (with-no-warnings): Set lisp-indent-function property.
34519
34520 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
34521
34522 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
34523 Add entry for backslash.
34524
34525 2005-03-12 Juri Linkov <juri@jurta.org>
34526
34527 * info.el (Info-search): Four fixes for backward search.
34528
34529 2005-03-11 Jay Belanger <belanger@truman.edu>
34530
34531 * calc/calc.el (calc-language-alist): New variable.
34532 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
34533 (calc-embedded-find-modes): Use calc-language-alist instead of
34534 calc-embedded-language-alist.
34535
34536 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
34537
34538 * calendar/calendar.el (calendar-redrawing): New internal
34539 variable.
34540 (redraw-calendar): Remove bogus save-excursion from previous
34541 change. Bind calendar-redrawing to t for mark-diary-entries.
34542 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
34543 calendar if that is why we were called.
34544
34545 2005-03-11 Kenichi Handa <handa@m17n.org>
34546
34547 * international/mule.el (make-coding-system): Set property
34548 coding-system-define-form to nil.
34549 (define-coding-system-alias): Likewise.
34550
34551 2005-03-11 Kenichi Handa <handa@m17n.org>
34552
34553 These changes are suggested by Dave Love <fx@gnu.org>.
34554
34555 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
34556 coding: tag.
34557 (adaptive-fill-regexp): Add more bullets.
34558 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
34559 regexps.
34560
34561 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
34562
34563 * help.el (describe-mode): Properly handle non-trivial lighters.
34564 Don't ignore minor modes that are not listed in minor-mode-list.
34565
34566 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
34567 feature ON when the user requests to turn it OFF.
34568
34569 2005-03-10 Lute Kamstra <lute@gnu.org>
34570
34571 * emacs-lisp/debug.el (debug-entry-code): Delete it.
34572 (implement-debug-on-entry): New function to replace debug-entry-code.
34573 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
34574 second argument as the 2005-03-07 change makes it obsolete.
34575 (debug-on-entry, cancel-debug-on-entry): Update call to
34576 debug-on-entry-1.
34577 (debug, debugger-setup-buffer): Comment update.
34578 (debugger-frame-number): Update to work with implement-debug-on-entry.
34579
34580 2005-03-10 Jay Belanger <belanger@truman.edu>
34581
34582 * calc/calc-embed.el (math-ms-args): Declare it.
34583 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
34584 math-ms-args.
34585 (calc-embedded-subst): Use math-multi-subst-rec to substitute
34586 variables.
34587
34588 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
34589
34590 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
34591 Use message-box.
34592
34593 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
34594 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
34595 (tooltip-gud-tips): Simplify.
34596 (tooltip-gud-tips-p): Remove superfluous :set.
34597 (tooltip-gud-modes): Add fortran-mode.
34598 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
34599
34600 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
34601
34602 2005-03-09 Kim F. Storm <storm@cua.dk>
34603
34604 * play/animate.el (animate-place-char): Use forward-line instead
34605 of next-line to improve performance.
34606
34607 2005-03-09 Simon Josefsson <jas@extundo.com>
34608
34609 * net/browse-url.el (browse-url-default-browser): Doc fix.
34610
34611 2005-03-09 Miles Bader <miles@gnu.org>
34612
34613 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
34614 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
34615
34616 2005-03-09 Kenichi Handa <handa@m17n.org>
34617
34618 * international/latin-1.el: Set case and syntax for 255 only if
34619 set-case-syntax-set-multibyte is nil.
34620
34621 * textmodes/ispell.el (ispell-insert-word): New function.
34622 (ispell-word): Use ispell-insert-word to insert a new word.
34623 (ispell-process-line): Likewise.
34624 (ispell-complete-word): Likewise.
34625
34626 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
34627
34628 * calendar/calendar.el (redraw-calendar): Preserve point.
34629 Reported by Matt Hodges <MPHodges@member.fsf.org>.
34630 (calendar-week-start-day): Move after definition of
34631 redraw-calendar. Delete buffer test, since redraw-calendar has
34632 that now.
34633
34634 * calendar/diary-lib.el (mark-diary-entries): Only call
34635 redraw-calendar in the first of any recursive calls.
34636 Reported by Alan Shutko <ats@acm.org>.
34637
34638 2005-03-08 Juri Linkov <juri@jurta.org>
34639
34640 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
34641 (html-horizontal-rule, html-line, html-image, html-checkboxes)
34642 (html-radio-buttons): Add a space before the trailing `/>' where
34643 sgml-xml-mode is non-nil.
34644 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
34645 the subsequent tag of the empty XML tag.
34646 (html-href-anchor): Don't set initial input to "http:".
34647 (html-image): Ask for the image URL and set point inside alt="".
34648 (html-name-anchor): Duplicate the name in the `id' attribute when
34649 sgml-xml-mode is non-nil.
34650 (html-paragraph): Remove \n before <p>.
34651 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
34652 instead of `checked' when sgml-xml-mode is non-nil.
34653
34654 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
34655 Remove 1 space before #RRGGBB to not truncate it on terminal
34656 windows w/o fringes. Remove 1 space between bg and fg examples
34657 to get more space.
34658 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
34659 avoid byte-compile warnings.
34660
34661 * image-file.el (image-file-handler): Put `safe-magic' property to
34662 `image-file-handler'.
34663
34664 * info.el (Info-isearch-search): Emulate word search in
34665 isearching through multiple Info nodes with Info-search.
34666 (Info-isearch-wrap): Allow isearch-word.
34667
34668 2005-03-08 Lute Kamstra <lute@gnu.org>
34669
34670 * emacs-lisp/debug.el (debugger-step-through): Make sure that
34671 stepping into the debugger's code is not possible.
34672 (debugger-jumping-flag): Docstring update.
34673
34674 2005-03-08 Jay Belanger <belanger@truman.edu>
34675
34676 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
34677 embedded mode begins.
34678 (calc-embedded-language-alist): New variable.
34679 (calc-embedded-find-modes): Use calc-embedded-language-alist to
34680 set default language mode.
34681
34682 2005-03-08 Kenichi Handa <handa@m17n.org>
34683
34684 * international/ccl.el (define-ccl-program): Fix docstring about
34685 extra 256 bytes assured for the output buffer.
34686
34687 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
34688 Fix BUFFER_MAGNIFICATION to 2.
34689 (ccl-encode-mule-utf-16be-with-signature): Likewise.
34690
34691 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
34692
34693 * align.el (align-rules-list): Added an alignment rule for CSS
34694 declarations (applies to css-mode and html-mode buffers).
34695
34696 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
34697
34698 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
34699
34700 2005-03-07 Kim F. Storm <storm@cua.dk>
34701
34702 * simple.el (move-beginning-of-line): New command.
34703
34704 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
34705
34706 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
34707
34708 * emulation/cua-base.el: Put CUA move property on move-end-of-line
34709 and move-beginning-of-line.
34710
34711 * apropos.el (apropos-print): Omit command from M-x ... RET.
34712
34713 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
34714
34715 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
34716 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
34717
34718 2005-03-06 Richard M. Stallman <rms@gnu.org>
34719
34720 * bindings.el (esc-map): Bind M-g to goto-line.
34721
34722 * facemenu.el (global-map): Bind M-o, not M-g.
34723
34724 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
34725
34726 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
34727 "Open Directory" as for "Open File".
34728
34729 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
34730
34731 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
34732 (push-mark-command): Run activate-mark-hook.
34733
34734 2005-03-06 Richard M. Stallman <rms@gnu.org>
34735
34736 * help-mode.el (help-mode-finish): Don't alter the element
34737 in view-return-to-alist if there already is one.
34738
34739 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
34740 make sure the current buffer is the expected one.
34741
34742 * novice.el (disabled-command-function): Output in *Disabled Command*.
34743 Explicitly ignore non-keyboard events, and explicitly handle C-g.
34744
34745 * textmodes/flyspell.el (flyspell-large-region):
34746 Pass args differently for aspell.
34747
34748 * files.el (mode-require-final-newline): Doc fix.
34749
34750 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
34751
34752 * progmodes/which-func.el (which-function):
34753 Specify NOERROR when calling imenu--make-index-alist.
34754
34755 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
34756
34757 * simple.el (normal-erase-is-backspace): Define default value.
34758
34759 * custom.el (custom-theme-set-variables): Remove unused var
34760 `immediate'.
34761 (custom-reevaluate-setting): Simple function to handle variables
34762 that are defined before their default value can really be
34763 computed.
34764
34765 * startup.el (command-line): Use it for temporary-file-directory,
34766 small-emporary-file-directory, auto-save-file-name-transforms,
34767 blink-cursor-mode, and normal-erase-is-backspace.
34768
34769 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
34770 progress, even with buggy anchored keywords.
34771
34772 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
34773
34774 * simple.el (goto-line): Remove unbalanced final parenthesis.
34775
34776 2005-03-05 Richard M. Stallman <rms@gnu.org>
34777
34778 * simple.el (goto-line): Use a number at point as the default.
34779 With C-u as arg, switch buffers.
34780
34781 2005-03-05 Juri Linkov <juri@jurta.org>
34782
34783 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
34784 with `no-blinking-cursor'.
34785
34786 * startup.el (no-blinking-cursor): New defvar.
34787 (command-line): Add `--no-blinking-cursor' to longopts.
34788 Set `no-blinking-cursor' to t for command line arguments
34789 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
34790 with `no-blinking-cursor' in the condition for calling
34791 `blink-cursor-mode'.
34792
34793 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
34794
34795 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
34796 (menu-bar-options-save): Add blink-cursor-mode.
34797 (menu-bar-options-menu): Add blink-cursor-mode.
34798
34799 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
34800
34801 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
34802 (icalendar-export-file, icalendar-export-region)
34803 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
34804 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
34805
34806 2005-03-04 Lute Kamstra <lute@gnu.org>
34807
34808 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
34809 (debug-function-list): Ditto.
34810
34811 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
34812
34813 * textmodes/texinfmt.el (texinfo-append-refill):
34814 Redefine the types of line to which @refill
34815 is not appended by replacing a search for `@refill\\|@bye' with
34816 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
34817 itemize@refill' bug and the unfilled long lines bug.
34818 (texinfmt-version): Update number and date.
34819
34820 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
34821
34822 * international/code-pages.el (windows-1250, windows-125[2-8])
34823 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
34824
34825 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
34826
34827 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
34828 bound yet.
34829
34830 2005-03-02 Romain Francoise <romain@orebokech.com>
34831
34832 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
34833 buffer after removing limits.
34834 (ibuffer-pop-filter): Ditto.
34835 Update copyright.
34836
34837 2005-03-02 Miles Bader <miles@gnu.org>
34838
34839 * button.el (make-text-button): If the user doesn't specify a
34840 type, use the default. Rewrite to use `add-text-properties' and
34841 plist functions.
34842
34843 2005-03-01 Lute Kamstra <lute@gnu.org>
34844
34845 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
34846 (debugger-jumping-flag): New var.
34847 (debug-entry-code): Use it.
34848 (debugger-jump): Use debugger-jumping-flag and add
34849 debugger-reenable to post-command-hook.
34850 (debugger-reenable): Use debugger-jumping-flag and remove itself
34851 from post-command-hook.
34852 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
34853 debugger-reenable.
34854
34855 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
34856
34857 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
34858 inclusion of "itemize\\|", which may be unnecessary, is certainly
34859 inelegant, and stops refilling in itemize lists when formatting
34860 Japanese Texinfo files to Info.
34861 Update copyright to 2005.
34862
34863 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
34864
34865 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
34866 of an error if GDB can't find the source file.
34867
34868 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
34869
34870 * calendar/calendar.el (redraw-calendar): Work from any buffer,
34871 not just the calendar.
34872
34873 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
34874 first.
34875 (diary-redraw-calendar): New function.
34876 (make-diary-entry): Add diary-redraw-calendar to local
34877 write-contents-functions. Turn off selective display before
34878 inserting in diary.
34879
34880 2005-03-01 Kim F. Storm <storm@cua.dk>
34881
34882 * emacs-lisp/copyright.el (copyright-fix-years): New command.
34883
34884 2005-03-01 Lute Kamstra <lute@gnu.org>
34885
34886 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
34887 that debug-entry-code can be safely removed from a function while
34888 this code is being evaluated. Revert the 2005-02-27 change as the
34889 new implementation no longer requires it. Make sure that a
34890 function body containing just a string is not mistaken for a docstring.
34891 (debug): Skip one more frame in case of debug on entry.
34892 (debugger-setup-buffer): Delete one more frame line in case of
34893 debug on entry.
34894 (debugger-frame-number): Update to use the new text introduced by
34895 the 1999-11-03 change. Skip one more frame in case of debug on entry.
34896
34897 2005-02-28 Kim F. Storm <storm@cua.dk>
34898
34899 * double.el (double-translate-key): Call force-window-update after
34900 read-event to avoid crash in redisplay.
34901
34902 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
34903
34904 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
34905 (debug): Use it. Move the inhibit-trace earlier.
34906 (debug-entry-code): New const.
34907 (debug-on-entry-1): Use it.
34908
34909 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
34910
34911 * international/utf-16.el (ccl-encode-mule-utf-16le):
34912 Fix BUFFER_MAGNIFICATION to 2.
34913 (ccl-encode-mule-utf-16be): Likewise.
34914
34915 2005-02-28 Kenichi Handa <handa@m17n.org>
34916
34917 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
34918 Fix BUFFER_MAGNIFICATION to 4.
34919 (ccl-encode-mule-utf-16be-with-signature): Likewise.
34920
34921 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
34922
34923 * speedbar.el (speedbar-update-flag): Doc fix.
34924 (speedbar-show-info-under-mouse): Give set-mouse-position the right
34925 argument.
34926
34927 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
34928
34929 * reveal.el (reveal-post-command): Don't try to reveal overlays which
34930 have a non-nil `invisible' property but are actually visible.
34931
34932 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
34933 for perldoc sections.
34934 (perl-outline-regexp, perl-outline-level): New var and function.
34935 (perl-mode): Use them.
34936
34937 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
34938
34939 * calendar/diary-lib.el (diary-remind): Discard any mark portion
34940 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
34941
34942 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
34943
34944 * cus-edit.el: Comment change.
34945 (custom-buffer-create-internal): Slightly reword text at top of
34946 Custom buffers. Mention there that saving an option edits the
34947 init file. Add link to Emacs manual node on `custom-file'.
34948 (custom-magic-alist): Rewrite individual State messages to use
34949 capitalized keywords. Doc fix.
34950
34951 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
34952
34953 * calendar/calendar.el (calendar-buffer): Move above
34954 calendar-week-start-day.
34955 (calendar-week-start-day): Doc fix. Add :set function.
34956 (calendar-minimum-window-height): New variable.
34957 (generate-calendar-window): Only resize window if selected-window
34958 is displaying the calendar buffer. Use new variable
34959 calendar-minimum-window-height.
34960 (generate-calendar): Reword error message.
34961 (calendar-mode-map): Bind DEL to scroll-other-window-down.
34962
34963 2005-02-27 Andreas Schwab <schwab@suse.de>
34964
34965 * vc.el (vc-do-command): Don't run command asynchronously when
34966 operating in a remote directory.
34967
34968 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
34969 change from sync with Tramp 2.0.47.
34970
34971 2005-02-27 Richard M. Stallman <rms@gnu.org>
34972
34973 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
34974
34975 * textmodes/flyspell.el (flyspell-mode-on):
34976 Call ispell-change-dictionary only if necessary.
34977
34978 * emacs-lisp/re-builder.el (regexp-builder): New function.
34979
34980 * register.el (describe-register-1): Explicitly handle
34981 yank-excluded-properties = t.
34982
34983 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
34984 (custom-magic-alist): Change the status descriptions again.
34985 (face widget-type): Total rewrite based on `restricted-sexp'
34986 to eliminate the confusing double hiding levels.
34987
34988 * emacs-lisp/debug.el (debug-on-entry-1):
34989 If function body is empty, add nil as body form.
34990
34991 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
34992
34993 * emacs-lisp/trace.el (inhibit-trace): New var.
34994 (trace-make-advice): Use it.
34995
34996 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
34997
34998 2005-02-26 Kim F. Storm <storm@cua.dk>
34999
35000 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
35001 (mouse-on-link-p, mouse-drag-region-1): Use it.
35002
35003 2005-02-25 Lute Kamstra <lute@gnu.org>
35004
35005 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
35006
35007 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
35008
35009 * frame.el (blink-cursor-mode): Add :group keyword.
35010
35011 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
35012
35013 * calendar/icalendar.el (icalendar--decode-isodatetime):
35014 New optional argument DAY-SHIFT.
35015 (icalendar-export-region): Fix coding-system-for-write.
35016 (icalendar--convert-ical-to-diary): Shift end-day of all-day
35017 events by one.
35018
35019 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
35020
35021 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
35022
35023 2005-02-24 Kim F. Storm <storm@cua.dk>
35024
35025 * international/iso-acc.el (iso-accents-compose): Fix crash
35026 during redisplay. Call force-window-update after read-event
35027 and delete-region to signal that window is not accurate.
35028
35029 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
35030
35031 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
35032 Remove unused and inexistent var `inhibit-trace'.
35033 (debugger-mode): Use run-mode-hooks.
35034 (debugger-list-functions): Add buttons; setup xref stack.
35035
35036 2005-02-23 Richard M. Stallman <rms@gnu.org>
35037
35038 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
35039 appointment says it was explicitly made.
35040 (appt-add): Set the 3rd element.
35041 (appt-make-list): Preserve explicit appointments.
35042
35043 * subr.el (find-tag-default): Catch errors in forward-sexp.
35044
35045 2005-02-23 Juri Linkov <juri@jurta.org>
35046
35047 * info.el (Info-isearch-search): New defcustom.
35048 (Info-isearch-search): Call the default isearch function
35049 when Info-isearch-search is nil.
35050 (Info-isearch-wrap): Use variable Info-isearch-search.
35051
35052 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
35053
35054 * cus-edit.el: Comment change.
35055
35056 2005-02-22 Kim F. Storm <storm@cua.dk>
35057
35058 * progmodes/hideif.el (hide-ifdef-use-define-alist):
35059 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
35060
35061 2005-02-22 Simon Josefsson <jas@extundo.com>
35062
35063 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
35064 New variable.
35065 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
35066 Oskarsson" <myrkraverk@users.sourceforget.net>.
35067
35068 2005-02-22 Kim F. Storm <storm@cua.dk>
35069
35070 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
35071 check that window of that event is the selected window.
35072 (mouse-drag-region-1): Compare mouse event window to selected
35073 window before setting point.
35074
35075 * tooltip.el (tooltip-show-help-function): Pass event to
35076 mouse-on-link-p so it can check selected window.
35077
35078 2005-02-22 Kenichi Handa <handa@m17n.org>
35079
35080 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
35081 (ps-mule-show-warning): New function.
35082 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
35083 characters are found.
35084
35085 * ps-print.el (ps-header-footer-string): Return a list of header
35086 and footer strings.
35087
35088 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
35089
35090 * pcvs.el (cvs-retrieve-revision): Fix thinko.
35091
35092 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
35093
35094 * frame.el (blink-cursor-mode): Use define-minor-mode.
35095
35096 * term/mac-win.el (function-key-map): Use char-names more consistently.
35097 (file-name-coding-system): Only set it for MacOS-9. The other case is
35098 already handled in mule-cmds.el (where it also works when mac-win.el
35099 is not used).
35100
35101 2005-02-21 Kenichi Handa <handa@m17n.org>
35102
35103 * international/mule.el (ctext-pre-write-conversion): Always use
35104 " *code-converting-work*" buffer for work.
35105
35106 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
35107
35108 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
35109
35110 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
35111
35112 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
35113
35114 * ses.el (undo-more): Restore defadvice, but only the part that
35115 allows changes outside the restricted area of the buffer.
35116
35117 2005-02-20 Kim F. Storm <storm@cua.dk>
35118
35119 * simple.el (line-move): Add fourth optional arg try-vscroll which
35120 must be set to perform auto-window-vscroll.
35121 When moving backwards and doing auto-window-vscroll, automatically
35122 vscroll to the last part of lines which are taller than the window.
35123 (next-line, previous-line): Set try-vscroll arg on line-move.
35124
35125 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
35126
35127 * replace.el (query-replace, query-replace-regexp)
35128 (replace-string, replace-regexp): When operating on region, make
35129 the minibuffer prompt say so.
35130
35131 * isearch.el (isearch-forward): Document isearch-query-replace and
35132 isearch-query-replace-regexp keybindings.
35133
35134 2005-02-19 Jay Belanger <belanger@truman.edu>
35135
35136 * calc/calc-aent.el (math-read-token): Add local variable.
35137
35138 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
35139 (calc-edit-top): Move declaration to earlier in file.
35140 (calc-edit-macro-repeats): Add local variables.
35141
35142 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
35143 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
35144 calcFunc-tanh.
35145 Adjust integration rule for calcFunc-tan.
35146
35147 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
35148
35149 * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
35150 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
35151 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
35152 (viper-skip-separators): Bug fix.
35153 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
35154 particular major mode.
35155 (viper-del-backward-char-in-replace): Don't put deleted char on the
35156 kill ring.
35157
35158 * emulation/viper-ex.el (viper-color-display-p): New function.
35159 (viper-has-face-support-p): Use viper-color-display-p.
35160
35161 * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
35162
35163 * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
35164
35165 * emulation/viper-util.el (viper-glob-unix-files):
35166 Fix shell status check.
35167 (viper-file-remote-p): Make equivalent to file-remote-p.
35168
35169 * emulation/viper.el (viper-major-mode-modifier-list):
35170 Use viper-gnus-modifier-map.
35171
35172 2005-02-19 David Kastrup <dak@gnu.org>
35173
35174 * subr.el (subregexp-context-p): Fix garbled doc string by adding
35175 quoting.
35176
35177 2005-02-19 Jay Belanger <belanger@truman.edu>
35178
35179 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
35180 Remove extra definitions.
35181 (calc-coth): New function.
35182 (calcFunc-cot): Fix `let'.
35183
35184 2005-02-19 Eli Zaretskii <eliz@gnu.org>
35185
35186 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
35187 the reasons we use "type pc" in these faces.
35188
35189 * button.el (button): Ditto.
35190
35191 2005-02-19 Michael Mauger <mmaug@yahoo.com>
35192
35193 * replace.el (query-replace-read-from): Set the value of
35194 query-replace-from-history-variable to handle the case of an empty
35195 string entered to accept the suggested default.
35196
35197 * net/tramp.el (tramp-file-name-for-operation):
35198 Use dired-call-process instead of dired-call-process-command.
35199
35200 2005-02-19 Jay Belanger <belanger@truman.edu>
35201
35202 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
35203 (math-div-non-trig): New variables.
35204 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
35205 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
35206 (math-combine-prod, math-div-symb-fancy): Add simplifications for
35207 trig expressions.
35208
35209 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
35210
35211 * progmodes/gdb-ui.el (gdb-var-update-handler)
35212 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
35213 for watch expressions,
35214 (gdb-var-create-handler): Don't set speedbar-update-flag.
35215 (gdb-post-prompt): Simplify test for speedbar.
35216
35217 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
35218
35219 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
35220 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
35221 we use the syntax table of the correct buffer.
35222 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
35223 Felix Gatzemeier.
35224
35225 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
35226 (ediff-file-remote-p): Make synonymous with file-remote-p.
35227 In all deffaces ediff-*-face-*, use min-colors.
35228
35229 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
35230 ediff-recurse-to-subdirectories.
35231 (ediff-mark-if-equal): Check that the arguments are strings, use
35232 ediff-same-contents (after to Felix Gatzemeier).
35233
35234 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
35235 nil.
35236
35237 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
35238
35239 * log-view.el (log-view-message-re): Fix up Subversion regexp.
35240
35241 2005-02-18 David Kastrup <dak@gnu.org>
35242
35243 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
35244 use `mark-active' when defined.
35245
35246 2005-02-18 Kenichi Handa <handa@m17n.org>
35247
35248 * ps-print.el (ps-font-info-database): New entry
35249 ZapfChancery-MediumItalic with correct font name. Fix font name
35250 of the entry Zapf-Chancery-MediumItalic.
35251
35252 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
35253
35254 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
35255
35256 2005-02-16 Kim F. Storm <storm@cua.dk>
35257
35258 * ido.el (ido-fallback-command): Pass user input to fallback command.
35259
35260 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
35261
35262 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
35263 (gdb-find-file-hook): Add server prefix.
35264
35265 2005-02-16 Richard M. Stallman <rms@gnu.org>
35266
35267 * replace.el (perform-replace): Pass new args to replace-highlight.
35268 (replace-highlight): Take region args,
35269 and pass them to isearch-lazy-highlight-new-loop.
35270
35271 * novice.el (disabled-command-hook): Autoload the defalias
35272 and the make-obsolete-variable call.
35273
35274 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
35275
35276 * isearch.el (isearch-lazy-highlight-start-limit)
35277 (isearch-lazy-highlight-end-limit): New variables limit
35278 the region for highlighting.
35279 (isearch-lazy-highlight-new-loop): New args BEG and END.
35280 (isearch-lazy-highlight-search): Use the new vars.
35281 (isearch-lazy-highlight-update): Likewise.
35282
35283 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
35284
35285 * cus-start.el (all): Use default-boundp.
35286
35287 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
35288
35289 * menu-bar.el (menu-bar-select-frame): Handle current frame.
35290
35291 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
35292
35293 * autorevert.el (auto-revert-stop-on-user-input)
35294 (auto-revert-verbose): Doc fixes.
35295
35296 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
35297
35298 * international/mule-cmds.el (set-locale-environment): Remove call
35299 to set-selection-coding-system on Windows.
35300
35301 2005-02-15 Jay Belanger <belanger@truman.edu>
35302
35303 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
35304 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
35305 calcFunc-coth.
35306 (math-simplify-sqrt): Add simplifications.
35307
35308 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
35309 to list.
35310
35311 * calc/calc-ext.el: Add functions to autoloads.
35312
35313 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
35314 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
35315 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
35316 (math-csc-raw, math-cot-raw): New functions.
35317
35318 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
35319
35320 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
35321 the variable name in a message.
35322
35323 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
35324 calcFunc-csc, calcFunc-cot.
35325
35326 * calc/calcalg2.el: Add derivative and integration rules for
35327 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
35328 calcFunc-csch, calcFunc-coth.
35329 (math-do-integral-methods): Add to checks for when to use
35330 substitutions.
35331
35332 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
35333
35334 2005-02-15 Lute Kamstra <lute@gnu.org>
35335
35336 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
35337 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
35338 <monnier@iro.umontreal.ca>.
35339 (lisp-outline-level): Improve efficiency. Suggested by David
35340 Kastrup <dak@gnu.org>.
35341
35342 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
35343
35344 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
35345 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
35346 (gdb-set-gud-minor-mode-existing-buffers): New functions.
35347 (gdb-find-file-hook): New hook. Add it to find-file-hook.
35348 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
35349
35350 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
35351
35352 * cus-start.el (all): Comment change.
35353
35354 2005-02-14 Lute Kamstra <lute@gnu.org>
35355
35356 * cus-start.el (all): Check if symbol is void.
35357
35358 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
35359
35360 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
35361 optional argument to \cite.
35362
35363 2005-02-14 Richard M. Stallman <rms@gnu.org>
35364
35365 * cus-edit.el (custom-buffer-create-internal): Update help message.
35366 (custom-magic-alist): Update help messages.
35367
35368 * cus-start.el (all): Allow a var to specify a standard value.
35369
35370 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
35371
35372 * custom.el (custom-theme-set-variables): Handle variable aliases.
35373
35374 * frame.el (blink-cursor-timer): Doc fix.
35375 (blink-cursor): Make it an alias for `blink-cursor-mode' and
35376 declare obsolete.
35377 (blink-cursor-mode): Define with defcustom and use correct
35378 standard expression in that defcustom.
35379 * startup.el (command-line): Adapt to above changes in frame.el.
35380
35381 2005-02-11 Lute Kamstra <lute@gnu.org>
35382
35383 * apropos.el (apropos-score-doc): Prevent division by zero.
35384
35385 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
35386
35387 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
35388 (icalendar--get-event-property-attributes)
35389 (icalendar--get-event-properties)
35390 (icalendar--datetime-to-diary-date): New functions.
35391 (icalendar--split-value): Doc fix.
35392 (icalendar--datetime-to-noneuropean-date)
35393 (icalendar--datetime-to-european-date): New optional argument
35394 SEPARATOR. Return result as a string instead of a list.
35395 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
35396 (icalendar--convert-string-for-export): Rename arg S to STRING.
35397 (icalendar-export-region): Doc fix. Change name of error buffer.
35398 Save output buffer.
35399 (icalendar-import-file): Add blank at end of prompt.
35400 (icalendar-import-buffer): Doc fix. Do not switch to error
35401 buffer. Indicate status in return value.
35402 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
35403 buffer. Save output buffer. Handle exception from recurrence
35404 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
35405 events. Fix problems with weekly all-day events.
35406
35407 2005-02-10 Richard M. Stallman <rms@gnu.org>
35408
35409 * simple.el (eval-expression-print-format):
35410 Avoid warning about edebug-active.
35411
35412 * help.el (help-for-help-internal): Rename from help-for-help.
35413 (help-for-help): Define with defalias.
35414
35415 * font-core.el (font-lock-default-function): Use with-no-warnings.
35416
35417 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
35418
35419 * custom.el (defface): Doc fix.
35420
35421 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
35422
35423 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
35424 width 0" to prevent word wrapping problems.
35425
35426 2005-02-09 Kim F. Storm <storm@cua.dk>
35427
35428 * ido.el (ido-file-extensions-order): New defcustom.
35429 (ido-file-extension-lessp, ido-file-extension-aux)
35430 (ido-file-extension-order): New advanced file ordering.
35431 (ido-file-lessp): New simple file ordering.
35432 (ido-sort-list): Remove.
35433 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
35434 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
35435
35436 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
35437
35438 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
35439 that some versions of grep produce.
35440 (grep-mode-font-lock-keywords): Likewise.
35441
35442 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
35443
35444 * progmodes/gdb-ui.el (gdb-location-list): New variable.
35445 (gdb-cdir): Delete.
35446 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
35447 (gdb-source-info): Treat case when source file is in another
35448 directory properly.
35449 (gdb-get-location): New function.
35450
35451 2005-02-07 Jay Belanger <belanger@truman.edu>
35452
35453 * calc/calc-prog.el (calc-write-parse-table-part)
35454 (calc-fix-token-name): Fix a check for language type.
35455
35456 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
35457
35458 2005-02-07 Andre Spiegel <spiegel@gnu.org>
35459
35460 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
35461 as directory not writable.
35462
35463 2005-02-07 Kim F. Storm <storm@cua.dk>
35464
35465 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
35466 (cua--standard-movement-commands): Remove list.
35467 Instead, set CUA property value to move for movement commands.
35468 (cua-movement-commands): Remove. Users must set CUA prop instead.
35469 (cua--pre-command-handler): Check CUA property.
35470 (cua--init-keymaps): Don't remap undo commands.
35471 (cua-mode): Don't call cua--rectangle-on-off.
35472
35473 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
35474 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
35475 (cua--rect-undo-set-point): New var.
35476 (cua--rectangle-undo-boundary): Setup undo apply entry.
35477 (cua--rect-undo-handler): New function for rectangle undo.
35478 (cua--rect-start-position, cua--rect-end-position): Add.
35479 (cua--rectangle-post-command): Call cua--rectangle-set-corners
35480 for restored rectangle. Set point if cua--rect-undo-set-point.
35481
35482 2005-02-06 Jay Belanger <belanger@truman.edu>
35483
35484 * calc/calc-lang.el (calc-tex-language): Display more information
35485 in messages.
35486
35487 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
35488 in TeX mode.
35489
35490 2005-02-06 Richard M. Stallman <rms@gnu.org>
35491
35492 * emacs-lisp/lisp.el (buffer-end): Doc fix.
35493
35494 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
35495
35496 * net/ldap.el (ldap-search-internal): Support attributes with
35497 optional descriptions separated by a semi-colon, as in
35498 "userCertificate;binary".
35499
35500 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
35501
35502 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
35503 isn't a cons (i.e. the version is 0).
35504
35505 2005-02-05 Eli Zaretskii <eliz@gnu.org>
35506
35507 * help.el (help-for-help): Doc fix.
35508
35509 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
35510
35511 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
35512 GDB-Windows on the menu-bar as this works better.
35513
35514 2005-02-04 Jay Belanger <belanger@truman.edu>
35515
35516 * calc/calc-embed.el (calc-embedded-update): Don't put in
35517 unnecessary newlines. Adjust the end of formula marker.
35518
35519 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
35520 (math-latex-parse-two-args): New function.
35521
35522 2005-02-03 Lute Kamstra <lute@gnu.org>
35523
35524 * help-fns.el (help-with-tutorial): Make sure that users cannot
35525 remove the entire text of the tutorial by means of `undo'.
35526
35527 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
35528
35529 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
35530 in recent changes, where the ispell process was repeatedly
35531 killed & restarted.
35532
35533 * international/mule-cmds.el (set-locale-environment): Set file-name
35534 coding system to utf-8 on Darwin systems.
35535 (set-default-coding-systems): Don't set default-file-name-coding-system
35536 on Darwin systems.
35537
35538 2005-02-03 Richard M. Stallman <rms@gnu.org>
35539
35540 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
35541
35542 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
35543
35544 * faces.el (list-faces-display): Add optional argument.
35545
35546 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
35547
35548 * font-core.el (font-lock-default-function): Handle the rare case where
35549 only font-lock-keywords is set.
35550
35551 2005-02-02 Kenichi Handa <handa@m17n.org>
35552
35553 * international/characters.el: Cancel previous change for
35554 I-WITH-DOT-ABOVE and DOTLESS-i.
35555
35556 * international/latin-5.el: Cancel previous change.
35557
35558 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
35559
35560 * progmodes/gud.el: Correction to syntax in gud-menu-map.
35561
35562 2005-02-02 Kenichi Handa <handa@m17n.org>
35563
35564 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
35565 DOTLESS-i.
35566
35567 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
35568 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
35569
35570 * case-table.el (get-upcase-table): New function.
35571 (copy-case-table): Copy upcaes table too if non-nil.
35572 (set-case-syntax-delims): Maintain upcase table too.
35573 (set-case-syntax-pair): Likewise.
35574 (set-upcase-syntax, set-downcase-syntax): New functions.
35575 (set-case-syntax): Maintain upcase table too.
35576
35577 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
35578
35579 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
35580
35581 * progmodes/gud.el (gud-goto-info): New function.
35582 (gud-tool-bar-map): Use correct icon.
35583
35584 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
35585
35586 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
35587 When delegating, order args in the funcall correctly.
35588
35589 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
35590
35591 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
35592
35593 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
35594
35595 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
35596 buffer not visiting a file.
35597
35598 2005-01-31 Jay Belanger <belanger@truman.edu>
35599
35600 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
35601 bound on the line with the formula.
35602
35603 2005-01-31 Kim F. Storm <storm@cua.dk>
35604
35605 * ses.el (ses-create-cell-variable-range)
35606 (ses-destroy-cell-variable-range, ses-reset-header-string)
35607 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
35608 (ses-insert-row): Fix format of apply undo entries.
35609
35610 2005-01-31 Jay Belanger <belanger@truman.edu>
35611
35612 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
35613 parts.
35614
35615 * calc/calc-embed.el (calc-embedded-open-formula)
35616 (calc-embedded-close-formula): Ignore matrix environments.
35617
35618 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
35619 TeX mode.
35620
35621 * calc/calc-lang.el (math-function-table, math-oper-table)
35622 (math-variable-table): Adjust the LaTeX portions.
35623
35624 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
35625 (math-latex-ignore-words): New constant.
35626
35627 2005-01-31 Richard M. Stallman <rms@gnu.org>
35628
35629 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
35630 (ispell-local-dictionary): Doc fix.
35631 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
35632 Don't reinitialize at run time. Don't defcustom.
35633 All uses changed to append ispell-local-dictionary-alist,
35634 or check it first.
35635 (ispell-current-dictionary): New variable for dictionary in use.
35636 (ispell-dictionary): Now used only for global default.
35637 (ispell-start-process): Set ispell-current-dictionary,
35638 not ispell-dictionary.
35639 (ispell-change-dictionary): Use this only for setting
35640 user preferences.
35641 (ispell-internal-change-dictionary): New function
35642 to change the current dictionary in use.
35643 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
35644 Use ispell-current-dictionary.
35645 Handle ispell-local-dictionary-overridden.
35646 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
35647
35648 2005-01-31 Jay Belanger <belanger@truman.edu>
35649
35650 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
35651
35652 * calc/calc-ext.el: Add calc-latex-language to autoloads.
35653 (calc-mode-map): Add calc-latex-language.
35654
35655 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
35656 (math-latex-print-frac): New functions.
35657 (math-oper-table, math-function-table, math-variable-table)
35658 (math-complex-format, math-input-filter): Add latex properties.
35659 (calc-set-language): Set math-expr-special-function-mapping.
35660
35661 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
35662 (calc-write-parse-table-part): Add LaTeX support.
35663
35664 * calc/calc.el (calc-language): Adjust docstring.
35665 (calc-set-mode-line): Add LaTeX support.
35666 (math-expr-special-function-mapping): New variable.
35667 (math-tex-ignore-words): Add to list.
35668
35669 * calc/calccomp.el (math-compose-expr, math-compose-rows):
35670 Add LaTeX support.
35671 (math-compose-expr): Add support for special functions.
35672
35673 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
35674
35675 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
35676
35677 * progmodes/gdb-ui.el (gdb-memory-address)
35678 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
35679 (gdb-memory-mode-map, gdb-memory-format-keymap)
35680 (gdb-memory-format-menu, gdb-memory-unit-keymap)
35681 (gdb-memory-unit-menu): New variables for a buffer
35682 that lets the user examine program memory.
35683 (gdb-memory-set-address, gdb-memory-set-repeat-count)
35684 (gdb-memory-format-binary, gdb-memory-format-octal)
35685 (gdb-memory-format-unsigned, gdb-memory-format-signed)
35686 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
35687 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
35688 (gdb-memory-unit-word, gdb-memory-unit-halfword)
35689 (gdb-memory-unit-byte, gdb-memory-unit-menu)
35690 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
35691 (gdb-memory-mode, gdb-memory-buffer-name)
35692 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
35693 New functions for above buffer.
35694
35695 2005-01-30 Richard M. Stallman <rms@gnu.org>
35696
35697 * cus-edit.el (custom-bury-buffer): Function deleted.
35698 (custom-buffer-done-function): Option deleted.
35699 (custom-buffer-done-kill): New replacement option.
35700 (Custom-buffer-done): Call quit-window.
35701 (custom-buffer-create-internal): Update for above changes.
35702
35703 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
35704
35705 * simple.el (undo-ask-before-discard): New var.
35706 (undo-outer-limit-truncate): Implement it.
35707 (undo-extra-outer-limit): Doc update.
35708
35709 2005-01-29 Richard M. Stallman <rms@gnu.org>
35710
35711 * ses.el (undo-more): Delete defadvice.
35712 (ses-begin-change): Doc fix.
35713
35714 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
35715 instead of rebinding C-x u and C-_.
35716
35717 * files.el (normal-backup-enable-predicate): Return nil for files
35718 in /tmp, regardless of temporary-file-directory.
35719
35720 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
35721
35722 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
35723 (open-rectangle, delete-whitespace-rectangle-line)
35724 (clear-rectangle-line): If FILL, pass t instead of FILL
35725 for move-to-column's 2nd arg.
35726
35727 * simple.el (undo): Fix the test for continuing a series of undos.
35728 (undo-more): Set pending-undo-list to t when we reach end.
35729 (pending-undo-list): Move up defvar.
35730
35731 * wid-edit.el (widget-button-click):
35732 Shorten the range of the track-mouse binding.
35733
35734 * comint.el (comint-insert-input): Undo previous changes;
35735 use last-input-event in interactive spec.
35736
35737 2005-01-29 Eli Zaretskii <eliz@gnu.org>
35738
35739 * progmodes/compile.el (compilation-start): Bind buffer-read-only
35740 to nil before invoking call-process. Reset buffer's modified flag
35741 after fontifying it in the no-async branch.
35742
35743 * wid-edit.el (widget-specify-button): If mouse pointer shape
35744 cannot be changed, use mouse face instead.
35745
35746 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
35747
35748 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
35749 (gdb-goto-breakpoint): Make breakpoint handling work on template
35750 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
35751 (gdb-assembler-custom): Update to recognize breakpoint information
35752 added on 2005-01-19.
35753
35754 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
35755
35756 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
35757 (dsssl-mode): Use define-derived-mode.
35758 (scheme-mode-initialize): Remove.
35759 (scheme-mode): Use run-mode-hooks.
35760
35761 * cus-edit.el (customize-group-other-window)
35762 (custom-buffer-create-other-window): Don't override special-display-*.
35763 (custom-mode-map): Make it dense.
35764
35765 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
35766 sets the default value.
35767
35768 2005-01-28 Eli Zaretskii <eliz@gnu.org>
35769
35770 * descr-text.el: Add more keywords.
35771
35772 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
35773
35774 * speedbar.el: Avoid unnecessary use of locate-library.
35775
35776 * international/mule-cmds.el (standard-display-european-internal):
35777 Don't fiddle with latin-1 non-break space any more since it's now
35778 special cased in the C code.
35779 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
35780
35781 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
35782
35783 * cus-start.el (all): Add `undo-outer-limit'.
35784
35785 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
35786
35787 * textmodes/bibtex.el (bibtex-format-entry):
35788 Use `bibtex-empty-field-re' only on the text of fields, not on entire
35789 field lines.
35790 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
35791 not on part of a buffer.
35792
35793 2005-01-25 Lute Kamstra <lute@gnu.org>
35794
35795 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
35796 nonempty field text strings like "{letters\\macro{}more letters}".
35797 Clarify docstring.
35798 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
35799 (bibtex-entry-offset, bibtex-parse-association)
35800 (bibtex-parse-field-name): Fix typos in docstrings.
35801 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
35802
35803 2005-01-24 Dan Nicolaescu <dann@ics.uci.edu>
35804 Juri Linkov <juri@jurta.org>
35805
35806 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
35807 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
35808 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
35809 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
35810
35811 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
35812 isearch minor mode.
35813
35814 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
35815
35816 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
35817
35818 2005-01-24 Lute Kamstra <lute@gnu.org>
35819
35820 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
35821 CASECHARS and NOT-CASECHARS regular expressions of the
35822 "nederlands" and "nederlands8" dictionaries to prevent a "Range
35823 striding over charsets" error.
35824
35825 2005-01-24 Jay Belanger <belanger@truman.edu>
35826
35827 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
35828 display variable name.
35829
35830 2005-01-24 Kenichi Handa <handa@m17n.org>
35831
35832 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
35833 Fix setting of the element of encoded-kbd-iso2022-invocations.
35834
35835 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
35836
35837 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
35838 (gdb-threads-select): Change to also accept mouse events.
35839 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
35840 (gdb-threads-mouse-select): Delete.
35841
35842 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
35843
35844 * files.el (insert-directory): Take care of empty directory,
35845 listed without -a switch.
35846
35847 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
35848
35849 * textmodes/refill.el (refill-post-command-function):
35850 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
35851 to the list of functions that we should be careful not to undo.
35852 (refill-late-fill-paragraph-function): Remove.
35853 (refill-saved-state): New var.
35854 (refill-mode): Use it to save fill-paragraph-function.
35855 Save also the value of auto-fill-function.
35856
35857 * term/w32-win.el: Simplify code.
35858
35859 2005-01-23 Kim F. Storm <storm@cua.dk>
35860
35861 * simple.el (line-move): Adapt to new return value from
35862 pos-visible-in-window-p.
35863
35864 * simple.el (line-move): Fix last change. Check partial
35865 visibility at point rather than at window-start.
35866
35867 2005-01-22 Jason Rumney <jasonr@gnu.org>
35868
35869 * term/w32-win.el (xw-defined-colors): Remove debug-message.
35870
35871 2005-01-22 David Kastrup <dak@gnu.org>
35872
35873 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
35874
35875 2005-01-22 Eli Zaretskii <eliz@gnu.org>
35876
35877 * type-break.el (type-break-mode): Add a test for
35878 type-break-file-name being non-nil.
35879
35880 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
35881
35882 * net/eudc.el (top level): Call (message "") via progn, so that
35883 eudc-options-file is loaded.
35884
35885 2005-01-22 Kim F. Storm <storm@cua.dk>
35886
35887 * simple.el (line-move-1): Rename from line-move.
35888 (line-move): New function that adjusts vscroll for partially
35889 visible rows, and calls line-move-1 otherwise.
35890
35891 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
35892
35893 * pcomplete.el: Define pcomplete-read-event instead of read-event,
35894 since it's not a complete read-event implementation.
35895
35896 2005-01-20 Jay Belanger <belanger@truman.edu>
35897
35898 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
35899 for called function.
35900
35901 2005-01-20 Steven Tamm <steventamm@mac.com>
35902
35903 * term/mac-win.el (process-connection-type): Remove.
35904 Controlled now by s/darwin.h:PTY_ITERATION.
35905
35906 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
35907
35908 * window.el (handle-select-window): Don't switch window when we're
35909 in the minibuffer.
35910
35911 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
35912
35913 * subr.el (dotimes-with-progress-reporter): New macro.
35914
35915 * ses.el (ses-dotimes-msg): Remove macro.
35916 Use `dotimes-with-progress-reporter' instead.
35917
35918 2005-01-19 Steven Tamm <steventamm@mac.com>
35919
35920 * term/mac-win.el (process-connection-type): Use new
35921 operating-system-release variable to use ptys on Darwin 7 (OS X
35922 10.3) when using carbon build.
35923
35924 2005-01-19 Jay Belanger <belanger@truman.edu>
35925
35926 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
35927 flags if the last command was a tab or M-tab.
35928
35929 * calc/calc-prog.el (calc-user-define-edit): Put original formula
35930 in formula editing buffer.
35931
35932 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
35933
35934 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
35935 breakpoint image symbol in margin.
35936
35937 2005-01-19 Jay Belanger <belanger@truman.edu>
35938
35939 * calc/calc-prog.el (calc-execute-kbd-macro):
35940 Ignore calc-keep-arg-flag.
35941
35942 2005-01-19 Kenichi Handa <handa@m17n.org>
35943
35944 * textmodes/ispell.el (ispell-looking-at): New function.
35945 (ispell-process-line): Use ispell-looking-at to compare the ispell
35946 output and the buffer contents.
35947
35948 2005-01-18 Jay Belanger <belanger@truman.edu>
35949
35950 * calc/calc.el (calc-display-raw): Fix docstring.
35951
35952 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
35953
35954 * simple.el (blink-matching-open): Strip extra info from syntax.
35955
35956 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
35957 funny chars in the end-of-here-doc marker.
35958
35959 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
35960
35961 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
35962 that enable/disabled state of breakpoints is shown correctly in
35963 fringe and on ttys.
35964 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
35965 Add breakpoint information as text properties.
35966 (gdb-mouse-toggle-breakpoint):
35967 Rename to gdb-mouse-set-clear-breakpoint.
35968 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
35969 breakpoints in the margin.
35970 (gdb-remove-strings): Simplify.
35971
35972 2005-01-17 Jay Belanger <belanger@truman.edu>
35973
35974 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
35975 erasing buffer.
35976
35977 2005-01-17 Richard M. Stallman <rms@gnu.org>
35978
35979 * progmodes/grep.el (grep-find): Copy from `grep' the condition
35980 for calling grep-compute-defaults.
35981
35982 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
35983 if buffer is empty.
35984
35985 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
35986
35987 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
35988
35989 * hilit-chg.el (highlight-changes-mode): Don't autoload.
35990
35991 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
35992 non-preloaded variables.
35993
35994 2005-01-17 Steven Tamm <steventamm@mac.com>
35995
35996 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
35997 tex-shell cause to force interactivity when using pipes.
35998
35999 2005-01-17 Kim F. Storm <storm@cua.dk>
36000
36001 * simple.el (just-one-space): Make arg optional.
36002
36003 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
36004
36005 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
36006 posn-at-x-y to t to access left-margin.
36007
36008 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
36009
36010 Sync with Tramp 2.0.47.
36011
36012 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
36013 catching keep-date problems in cp/scp operations.
36014 (tramp-handle-copy-file): Don't call `set-file-modes'
36015 unconditionally. Specialized functions should know better what is
36016 necessary. This improves performance a little bit, and the
36017 functions could catch errors with `cp -p' and `scp -p'.
36018 (tramp-do-copy-or-rename-file-via-buffer)
36019 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
36020 when appropriate.
36021 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
36022 Call `set-file-modes' when appropriate.
36023 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
36024 Johnsson <isak@hypergene.com>.
36025 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
36026 of both Tramp buffer and debug buffer. Reported by Joakim Verona
36027 <joakim@verona.se>.
36028 (tramp-file-name-for-operation): Mark `shell-command' as magic for
36029 Emacs only.
36030
36031 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
36032 `find-file-hooks' and `dired-mode-hook'.
36033 (tramp-minor-mode-map): Respective map. Add remapping for
36034 `compile' and `recompile'.
36035 (tramp-remap-command, tramp-recompile): New defuns.
36036 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
36037 in buffer "*Compilation*". Call the commands asynchronously.
36038
36039 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
36040 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
36041 `shell-command', because it isn't magic in XEmacs. Reported by
36042 Adrian Aichner <adrian@xemacs.org>.
36043
36044 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
36045 `substitute-in-file-name.
36046 (tramp-smb-handle-substitute-in-file-name): New defun.
36047 (tramp-smb-advice-PC-do-completion): Delete advice.
36048
36049 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
36050
36051 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
36052 Fix error in deleting region.
36053
36054 2005-01-15 Richard M. Stallman <rms@gnu.org>
36055
36056 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
36057 In non-temp buffer, switch syntax table temporarily.
36058
36059 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
36060
36061 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
36062
36063 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
36064
36065 * imenu.el (imenu--split-menu): Copy menulist before sorting.
36066 (imenu--generic-function): Use START, not BEG, as pos of definition.
36067
36068 * simple.el (just-one-space): Argument specifies number of spaces.
36069
36070 * simple.el (eval-expression-print-format): Avoid warning
36071 about edebug-active.
36072
36073 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
36074
36075 * progmodes/sh-script.el: Code copied from make-mode.el
36076 with small changes,
36077 (sh-mode-map): Bind C-c C-\.
36078 (sh-backslash-column, sh-backslash-align): New variables.
36079 (sh-backslash-region, sh-append-backslash): New functions.
36080
36081 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
36082
36083 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
36084 (rmail-pop-password, rmail-pop-password-required): Move to
36085 rmail-obsolete group.
36086 (rmail-set-pop-password): Rename to rmail-set-remote-password.
36087 All callers updated.
36088 (rmail-get-pop-password): Rename to rmail-get-remote-password.
36089 Take an argument specifying whether it is POP or IMAP mailbox we
36090 are using. All callers updated.
36091 (rmail-pop-password-error): Rename to
36092 rmail-remote-password-error. Added mailutils-specific error message.
36093 (rmail-movemail-search-path)
36094 (rmail-movemail-variant-in-use): New variables.
36095 (rmail-remote-password, rmail-remote-password-required):
36096 New customization variables.
36097 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
36098 (rmail-parse-url): New function.
36099 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
36100 with GNU mailutils movemail.
36101
36102 2005-01-15 Kevin Ryde <user42@zip.com.au>
36103
36104 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
36105 suffix to space, $ or '$, to correctly position point when going
36106 to @table style constants like DBL_MAX.
36107
36108 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
36109
36110 * type-break.el (type-break-mode, type-break-file-time)
36111 (type-break-file-keystroke-count, type-break-choose-file):
36112 Don't store data in or load data from the file if type-break-file-name
36113 is nil.
36114 (type-break-file-name): Doc update as per the above.
36115
36116 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
36117
36118 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
36119 lookup-key might return nil; handle that.
36120
36121 2005-01-15 Alan Mackenzie <acm@muc.de>
36122
36123 * progmodes/ebrowse.el (ebrowse-class-in-tree):
36124 Return the tail of the tree rather than the element found,
36125 thus enabling the tree to be setcar'd.
36126
36127 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
36128
36129 * textmodes/org.el (org-show-following-heading): New option.
36130 (org-show-hierarchy-above): Use `org-show-following-heading'.
36131 (org-cycle): Documentation fix.
36132
36133 * textmodes/org.el (orgtbl-optimized): New option.
36134 (orgtbl-mode): New command, a minor mode.
36135 (orgtbl-mode-map): New variable.
36136 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
36137 (orgtbl-error, orgtbl-self-insert-command)
36138 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
36139
36140 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
36141 a local variable in each org-mode buffer.
36142
36143 * textmodes/org.el (org-set-regexps-and-options): Rename from
36144 `org-set-regexps'. Added checking for STARTUP keyword.
36145 (org-get-current-options): Add STARTUP options.
36146 (org-table-insert-row): Make mode intelligent about when
36147 realignment is needed.
36148 (org-self-insert-command, org-delete-backward-char, org-delete-char):
36149 New commands.
36150 (org-enable-table-editor): New default value `optimized'.
36151 (org-table-blank-field): Support blanking regions if active.
36152
36153 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
36154
36155 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
36156 if the year is not given.
36157
36158 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
36159 Add new escapes %m and %M, fixed bug with %F by adding
36160 save-match-data.
36161 (reftex-reference): Remove ?. from list of spaces.
36162 (reftex-label-info): Add automatic label prefix recognition.
36163
36164 * textmodes/reftex-index.el (reftex-index-next-phrase):
36165 Add slave parameter to call of `reftex-index-this-phrase'.
36166 (reftex-index-this-phrase): New optional argument.
36167 (reftex-index-region-phrases): Add slave parameter to call of
36168 `reftex-index-this-phrase'.
36169 (reftex-display-index): New argument redo.
36170 (reftex-index-rescan): Add `redo' to arguments of
36171 `reftex-display-index'.
36172 (reftex-index-Rescan, reftex-index-revert)
36173 (reftex-index-switch-index-tag): Add `redo' to arguments of
36174 `reftex-display-index'.
36175 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
36176 indexing. Fix bug with matching is there is a quote before or
36177 after the word.
36178
36179 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
36180 Fix bug when collecting citation keys in lines with comments.
36181 (reftex-citation): Prefix argument no longer rescans the document,
36182 but forces prompting for optional arguments of cite macros.
36183 (reftex-do-citation): Prompting for optional arguments implemented.
36184
36185 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
36186 Add optional arguments to most cite commands.
36187 (reftex-cite-cleanup-optional-args): New option
36188 (reftex-cite-prompt-optional-args): New option.
36189 (reftex-trust-label-prefix): New option.
36190
36191 * textmodes/reftex-toc.el (reftex-toc-find-section):
36192 Add push-mark before changing the position in the buffer.
36193
36194 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
36195 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
36196
36197 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
36198
36199 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
36200 more carefully.
36201
36202 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
36203
36204 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
36205 (sgml-mode): Use it.
36206 (sgml-get-context): Better keep track of implicitly closed tags.
36207
36208 2005-01-13 Kenichi Handa <handa@m17n.org>
36209
36210 * textmodes/ispell.el: These changes are to fix misalignment error
36211 caused by equivalent characters of different Emacs charsets.
36212 (ispell-unified-chars-table): New variable.
36213 (ispell-get-decoded-string): New function.
36214 (ispell-get-casechars, ispell-get-not-casechars)
36215 (ispell-get-otherchars): Call ispell-get-decoded-string.
36216
36217 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
36218
36219 * custom.el (custom-declare-variable): Just put symbol instead
36220 of (defvar . symbol) in `current-load-list'.
36221
36222 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
36223
36224 * emacs-lisp/elint.el: Fixed typo in Commentary section.
36225
36226 2005-01-12 Jay Belanger <belanger@truman.edu>
36227
36228 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
36229 to create a Calc summary.
36230
36231 2005-01-12 Kim F. Storm <storm@cua.dk>
36232
36233 * mouse.el (mouse-on-link-p): Change functionality and doc
36234 string to comply with latest description in lisp ref.
36235
36236 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
36237
36238 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
36239 Enable mouse clicks on mode-line, header-line and margin.
36240 (event-type): Give mouse event symbols an `event-kind' property
36241 with value `mouse-click'.
36242
36243 2005-01-12 Juri Linkov <juri@jurta.org>
36244
36245 * facemenu.el (list-colors-display): Add new arg buffer-name.
36246 Use it. Fix docstring. Replace code for identifying duplicate
36247 colors by the name with call to `list-colors-duplicates' which
36248 identifies duplicate colors by the value unless the color
36249 is one of special Windows colors. Set truncate-lines to t.
36250 Print sorted duplicate color names on each line. Indent to 22
36251 \(the longest color name in rgb.txt) instead of 20. Optimize.
36252 (list-colors-duplicates): New function.
36253 (facemenu-color-name-equal): Delete function.
36254
36255 * facemenu.el (list-colors-print): New function created from code
36256 in list-colors-display. Print #RRGGBB at the window right edge.
36257 (list-colors-display): When temp-buffer-show-function is not
36258 defined, call list-colors-print from temp-buffer-show-hook
36259 to get the right value of window-width in list-colors-print
36260 after the buffer is displayed.
36261
36262 * simple.el (pop-mark): Move deactivate-mark out of conditional
36263 part to deactivate the active mark regardless of the state of the
36264 mark ring.
36265
36266 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
36267 variables line in desktop files.
36268
36269 2005-01-12 Juri Linkov <juri@jurta.org>
36270
36271 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
36272 Bring together isearch highlight related options.
36273 (lazy-highlight): Replace group `replace' by `matching'.
36274 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
36275 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
36276 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
36277 and declare them obsolete.
36278 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
36279 (isearch-faces): Remove defgroup.
36280 (isearch-overlay, isearch-highlight, isearch-dehighlight):
36281 Move isearch highlighting code closer to lazy highlighting code.
36282
36283 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
36284 (query-replace-highlight, query-replace-lazy-highlight)
36285 (query-replace): Move definitions to the beginning of the file.
36286
36287 2005-01-11 Juri Linkov <juri@jurta.org>
36288
36289 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
36290 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
36291 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
36292
36293 * info.el (Info-history-forward): New variable.
36294 (Info-select-node): Reset Info-history-forward to nil.
36295 (Info-last): Turn into defalias.
36296 (Info-history-back): Rename from Info-last.
36297 Add current node to Info-history-forward.
36298 (Info-history-forward): New fun.
36299 (Info-mode-map): Replace Info-last by Info-history-back.
36300 Bind Info-history-forward to "r".
36301 (Info-mode-menu): Replace Info-last by Info-history-back.
36302 Fix menu item text. Add menu item for Info-history-forward.
36303 (info-tool-bar-map): Replace Info-last by Info-history-back.
36304 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
36305 for Info-history-forward.
36306 (Info-mode): Replace Info-last by Info-history-back in docstring.
36307 Add local variable Info-history-forward.
36308 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
36309
36310 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
36311
36312 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
36313 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
36314 Ignore select-window events rather than fiddle with
36315 mouse-autoselect-window.
36316
36317 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
36318
36319 * type-break.el (type-break-mode): Fix previous change.
36320
36321 2005-01-10 Jay Belanger <belanger@truman.edu>
36322
36323 * calc/calc-ext.el (calc-reset): Reset when inside embedded
36324 calculator; only reset when point is inside a calculator.
36325 Don't adjust the window height if the window takes up the whole height
36326 of the frame.
36327
36328 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
36329
36330 * ebuff-menu.el (Electric-buffer-menu-mode):
36331 Preserve value of buffer-local var header-line-format.
36332
36333 2005-01-09 Jay Belanger <belanger@truman.edu>
36334
36335 * calc/calc.el (calc-mode-var-list-restore-saved-values):
36336 Make sure settings file exists before accessing it.
36337
36338 * calc/calc-embed.el (calc-embedded-subst):
36339 Replace math-multi-subst-rec, which is only supposed to be called
36340 by math-multi-subst, by math-multi-subst.
36341
36342 2005-01-09 Andre Spiegel <spiegel@gnu.org>
36343
36344 * vc.el (vc-allow-async-revert): New user option.
36345 (vc-disable-async-diff): New internal variable.
36346 (vc-revert-buffer): Use them to disable asynchronous diff.
36347
36348 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
36349 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
36350 asynchronously if vc-disable-async-diff is t.
36351
36352 2005-01-09 Jay Belanger <belanger@truman.edu>
36353
36354 * calc/calc.el (defcalcmodevar): New macro.
36355 (calc-mode-var-list-restore-default-values)
36356 (calc-mode-var-list-restore-saved-values): New functions.
36357 (calc-mode-var-list): Use defcalcmodevar to define it.
36358 (calc-always-load-extensions, calc-line-numbering)
36359 (calc-line-breaking, calc-display-just, calc-display-origin)
36360 (calc-number-radix, calc-leading-zeros, calc-group-digits)
36361 (calc-group-char, calc-point-char, calc-frac-format)
36362 (calc-prefer-frac, calc-hms-format, calc-date-format)
36363 (calc-float-format, calc-full-float-format, calc-complex-format)
36364 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
36365 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
36366 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
36367 (calc-matrix-brackets, calc-language, calc-language-option)
36368 (calc-left-label, calc-right-label, calc-word-size)
36369 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
36370 (calc-display-raw, calc-internal-prec, calc-angle-mode)
36371 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
36372 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
36373 (calc-window-height, calc-display-trail, calc-show-selections)
36374 (calc-use-selections, calc-assoc-selections)
36375 (calc-display-working-message, calc-auto-why, calc-timing)
36376 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
36377 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
36378 (calc-gnuplot-default-device, calc-gnuplot-default-output)
36379 (calc-gnuplot-print-device, calc-gnuplot-print-output)
36380 (calc-gnuplot-geometry, calc-graph-default-resolution)
36381 (calc-graph-default-resolution-3d, calc-invocation-macro)
36382 (calc-show-banner): Use defcalcmodevar to declare them and set
36383 their default values.
36384
36385 * calc/calc-ext.el (calc-reset): Restore saved values of variables
36386 instead of default values (but restore default values if there is
36387 an argument of 0).
36388
36389 2005-01-09 David Kastrup <dak@gnu.org>
36390
36391 * desktop.el (desktop-restore-eager): Fix typo in type.
36392
36393 2005-01-08 Richard M. Stallman <rms@gnu.org>
36394
36395 * cus-edit.el (customize): Delete :link.
36396
36397 2005-01-08 Jay Belanger <belanger@truman.edu>
36398
36399 * calc/calc.el (calc-mode): Remove the extension from the
36400 `calc-settings-file' file name when loading it.
36401
36402 2005-01-08 Kim F. Storm <storm@cua.dk>
36403
36404 * info.el (Info-mode-map, Info-next-link-keymap)
36405 (Info-prev-link-keymap, Info-up-link-keymap):
36406 Map follow-link to mouse-face.
36407 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
36408
36409 2005-01-08 Jay Belanger <belanger@truman.edu>
36410
36411 * calc/calc.el (calc-settings-file): Change default value.
36412 Suggested by cgw in a comment in calc-mode.el.
36413
36414 * calc/calc-mode.el (calc-settings-file-name):
36415 Compare calc-settings-file to user-init-file instead of ~/.emacs.
36416 Replace ~/.emacs in a prompt by calc-settings-file.
36417
36418 2005-01-07 Lars Hansen <larsh@math.ku.dk>
36419
36420 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
36421 (desktop-lazy-idle-delay): New customizable variables.
36422 (desktop-buffer-args-list): New variable.
36423 (desktop-append-buffer-args): New function.
36424 (desktop-save): Call desktop-append-buffer-args for some buffers.
36425 (desktop-lazy-create-buffer): New function.
36426 (desktop-idle-create-buffers): New function.
36427 (desktop-read): Add message about buffers to restore lazily.
36428 (desktop-lazy-abort): New command.
36429 (desktop-clear): Call desktop-lazy-abort.
36430 (desktop-lazy-complete): New command.
36431
36432 2005-01-06 Richard M. Stallman <rms@gnu.org>
36433
36434 * emacs-lisp/find-func.el (find-face-definition):
36435 Rename from find-face.
36436
36437 2005-01-06 Kim F. Storm <storm@cua.dk>
36438
36439 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
36440
36441 * man.el (Man-xref-man-page, Man-xref-header-file)
36442 (Man-xref-normal-file): Add follow-link property.
36443
36444 2005-01-06 Jay Belanger <belanger@truman.edu>
36445
36446 * calc/calc-units.el: Make sure the proper macro definitions are
36447 available when compiling.
36448
36449 2005-01-06 Juri Linkov <juri@jurta.org>
36450
36451 * isearch.el (isearch-lazy-highlight-update):
36452 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
36453
36454 2005-01-06 Miles Bader <miles@gnu.org>
36455
36456 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
36457 (isearch-lazy-highlight-face): Use new name.
36458
36459 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
36460
36461 * uniquify.el (uniquify-rationalize-file-buffer-names):
36462 Re-add an interactive spec.
36463 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
36464 to the same name.
36465
36466 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
36467 (isearch-update, isearch-done): Adjust calls accordingly.
36468
36469 2005-01-05 Richard M. Stallman <rms@gnu.org>
36470
36471 * custom.el (custom-set-variables, custom-theme-set-variables):
36472 Clarify documentation.
36473
36474 * emacs-lisp/find-func.el (find-variable)
36475 (find-variable-other-window, find-variable-other-frame):
36476 Fix the TYPE args to find-function-read and find-function-do-it.
36477 (find-function): Doc fix.
36478 (find-function-at-point): Replace function-at-point alias.
36479
36480 2005-01-04 Richard M. Stallman <rms@gnu.org>
36481
36482 * cus-face.el (custom-declare-face):
36483 Record defface in current-load-list.
36484
36485 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
36486
36487 * emacs-lisp/find-func.el: Doc fixes.
36488 (find-face-regexp): New variable.
36489 (find-function-regexp-alist): New variable.
36490 (find-function-C-source): Third arg is now TYPE.
36491 (find-function-search-for-symbol): Handle general TYPE.
36492 (find-function-read, find-function-do-it): Handle general TYPE.
36493 (find-definition-noselect, find-face): New functions.
36494 (function-at-point): Alias deleted.
36495
36496 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
36497
36498 * battery.el (display-battery-mode): Rename from display-battery.
36499 Handle the case where it gets turned off.
36500
36501 2005-01-04 Richard M. Stallman <rms@gnu.org>
36502
36503 * cus-edit.el (customize): Make :link point to user doc.
36504
36505 * man.el (Man-fontify-manpage): Turn off undo generation.
36506
36507 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
36508
36509 2005-01-04 Andreas Schwab <schwab@suse.de>
36510
36511 * files.el (insert-directory): Only look for error lines in
36512 inserted text. Don't move too far after processing --dired markers.
36513
36514 2005-01-04 Richard M. Stallman <rms@gnu.org>
36515
36516 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
36517 Don't expand if the character is @, period, dash, etc.
36518 (define-mail-abbrev): Quote names that contain problem characters.
36519
36520 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
36521
36522 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
36523
36524 2005-01-03 Richard M. Stallman <rms@gnu.org>
36525
36526 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
36527 (query-replace-highlight, query-replace-lazy-highlight)
36528 (query-replace): Definitions moved up. Doc fix.
36529
36530 2005-01-03 Richard M. Stallman <rms@gnu.org>
36531
36532 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
36533 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
36534 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
36535 (lazy-highlight-face): Rename from isearch-lazy-...
36536 Change all references to them.
36537
36538 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
36539
36540 * cus-edit.el (custom-file): Doc fix for defcustom.
36541 (custom-file): The function no longer sets the variable
36542 `custom-file' to its return value.
36543
36544 * startup.el (command-line): No longer load `custom-file'.
36545
36546 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
36547
36548 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
36549
36550 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
36551 Don't confuse module-prefixed identifiers for labels.
36552 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
36553
36554 2005-01-02 Richard M. Stallman <rms@gnu.org>
36555
36556 * files.el (basic-save-buffer-1): Fix previous change.
36557
36558 * loadhist.el (file-loadhist-lookup): New function.
36559 (file-provides, file-requires): Use it.
36560
36561 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
36562 instead of calculating the right size.
36563
36564 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
36565
36566 * vc-svn.el (vc-svn-diff): Stay local if possible.
36567
36568 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
36569
36570 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
36571
36572 * files.el (hack-local-variables): Fix last change.
36573
36574 2005-01-02 Jay Belanger <belanger@truman.edu>
36575
36576 * calc/calc-yank.el (calc-edit-top): New variable.
36577 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
36578 object. Change header properties.
36579 (calc-edit-finish, calc-edit-finish-stack-object)
36580 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
36581 edited object.
36582 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
36583 for the beginning of the edited object.
36584 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
36585 for the beginning of the edited object.
36586 * calc/calc-prog.el (calc-edit-macro-finish-edit)
36587 (calc-finish-formula-edit, calc-macro-repeats)
36588 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
36589 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
36590 beginning of the edited object.
36591 (calc-user-define-edit): Change the header for editing macros.
36592 Remove unnecessary variable.
36593
36594 2005-01-01 Jay Belanger <belanger@truman.edu>
36595
36596 * calc/calc-yank.el (calc-edit-mode): Change default header.
36597 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
36598 * calc/calc-store.el (calc-edit-variable): Change title to match new
36599 header.
36600 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
36601 mode to match new header.
36602 (calc-user-define-edit): Change titles to include names of commands.
36603 (calc-finish-formula-edit): Adjust to handle new header.
36604 (calc-finish-macro-edit): Remove.
36605 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
36606 (calc-edit-macro-command, calc-edit-macro-command-type)
36607 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
36608 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
36609 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
36610 (calc-edit-macro-finish-edit): New functions.
36611 (calc-user-define-edit): Use new functions to edit named calc macros.
36612
36613 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
36614
36615 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
36616
36617 * ses.el (copy-region-as-kill): Deactivate mark.
36618
36619 2005-01-01 Richard M. Stallman <rms@gnu.org>
36620
36621 * replace.el (occur-1): If the output buffer is also an input,
36622 don't kill it, rename it.
36623
36624 * faces.el (set-face-background, set-face-foreground): Doc fix.
36625
36626 * cus-face.el (custom-face-attributes): Fix :help-echo strings
36627 for :foreground and :background.
36628
36629 * dired.el (dired-view-command-alist): Variable deleted.
36630 (dired-view-file, dired-mouse-find-file-other-window):
36631 Delete the code to use it.
36632
36633 2005-01-01 Kim F. Storm <storm@cua.dk>
36634
36635 * image.el (insert-sliced-image): Use t for line-height property.
36636
36637 See ChangeLog.11 for earlier changes.
36638
36639 ;; Local Variables:
36640 ;; coding: iso-2022-7bit
36641 ;; add-log-time-zone-rule: t
36642 ;; End:
36643
36644 Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
36645
36646 This file is part of GNU Emacs.
36647
36648 GNU Emacs is free software; you can redistribute it and/or modify
36649 it under the terms of the GNU General Public License as published by
36650 the Free Software Foundation; either version 3, or (at your option)
36651 any later version.
36652
36653 GNU Emacs is distributed in the hope that it will be useful,
36654 but WITHOUT ANY WARRANTY; without even the implied warranty of
36655 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
36656 GNU General Public License for more details.
36657
36658 You should have received a copy of the GNU General Public License
36659 along with GNU Emacs; see the file COPYING. If not, write to the
36660 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
36661 Boston, MA 02110-1301, USA.
36662
36663 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1