]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2008-01-14 Alan Mackenzie <acm@muc.de>
2
3 * progmodes/cc-vars.el (c-constant-symbol): New function which
4 supersedes c-const-symbol. During a customize-.. call it enables
5 an element of (e.g.) c-hanging-braces alist to have its name
6 displayed, even when the default value of c-h-b etc. doesn't
7 include the elemnt. Replace uses of the old function by the new.
8
9 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
10 obscure non-working fragment ":value c-".
11
12 2008-01-14 Alan Mackenzie <acm@muc.de>
13
14 * progmodes/cc-engine.el (c-guess-basic-syntax): prevent a macro
15 call inside a struct being recognised as a K&R argument.
16
17 2008-01-14 Jason Rumney <jasonr@gnu.org>
18
19 * image.el (image-type): Use image-type-from-file-name (from trunk
20 2007-05-21 Chong Yidong <cyd@stupidchicken.com>).
21
22 2008-01-12 Glenn Morris <rgm@gnu.org>
23
24 * woman.el (woman-parse-numeric-arg): Change handling of `==':
25 can be interned without a function definition.
26
27 2008-01-12 Eli Zaretskii <eliz@gnu.org>
28
29 * view.el (view-file-other-window, view-file-other-frame): Don't
30 kill the buffer if it is modified. Doc fixes.
31 (kill-buffer-if-not-modified): New function.
32 (view-file): Don't kill the buffer if it is modified.
33
34 * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete
35 function.
36 (ebrowse-view/find-file-and-search-pattern): Call
37 view-file-other-window instead of ebrowse-view-file-other-window.
38 (ebrowse-view-file-other-frame): Don't call
39 current-window-configuration. Fix second argument in the call to
40 view-mode-enter. Doc fix.
41
42 2008-01-11 Richard Stallman <rms@gnu.org>
43
44 * subr.el (atomic-change-group): Prevent undo list truncation.
45
46 2008-01-11 Martin Rudalics <rudalics@gmx.at>
47
48 * cus-start.el (all): Add missing version entries.
49
50 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
51
52 * files.el (safe-local-eval-forms): Mark
53 (add-hook 'write-file-hooks 'time-stamp) as safe.
54
55 2008-01-10 Nick Roberts <nickrob@snap.net.nz>
56
57 * comint.el (comint-insert-input): Set point first.
58
59 * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
60 session doesn't hang because gdb-pending-triggers is non-nil.
61 (gdb-frame-handler): Use buffer-file-name instead of
62 buffer-name in case of duplicate file names.
63
64 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
65
66 * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
67 C-M-e and C-M-h for emacs, they work by default.
68 (verilog-emacs-features): Remove.
69 (verilog-setup-dual-comments, verilog-populate-syntax-table):
70 Remove. Move syntax table initialization ...
71 (verilog-mode-syntax-table): ... here.
72 (verilog-mode): Don't initialize the syntax table here.
73 (verilog-mark-defun): Only do something useful for XEmacs, emacs
74 does not need it.
75
76 2008-01-10 Glenn Morris <rgm@gnu.org>
77
78 * shell.el (shell-dirtrack-verbose, shell-mode)
79 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
80 (dirtrack-toggle, dirtrack-mode): No longer alias to
81 shell-dirtrack-mode.
82
83 2008-01-10 Kenichi Handa <handa@ni.aist.go.jp>
84
85 * international/mule-cmds.el (select-safe-coding-system):
86 When a buffer is modified, cancel the writing.
87
88 2008-01-09 Wilson Snyder <wsnyder@wsnyder.org>
89
90 * progmodes/verilog-mode.el (verilog-booleanp): New function for
91 backward compatibility. Replace all uses of booleanp with
92 verilog-booleanp.
93
94 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
95
96 * vc-hg.el (vc-hg-diff): Don't pass an empty string.
97
98 2008-01-09 Wilson Snyder <wsnyder@wsnyder.org>
99
100 * progmodes/verilog-mode.el (top-level): Fix spacing.
101 (verilog-mode-version, verilog-mode-release-date): Update version
102 number.
103 (verilog-mode-release-emacs): New variable.
104 (compile-command, reporter-prompt-for-summary-p): Define for byte
105 compiler.
106 (verilog-startup-message-lines)
107 (verilog-startup-message-displayed)
108 (verilog-display-startup-message): Remove.
109 (verilog-highlight-p1800-keywords): Improve docstring.
110 (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
111 (vector-skip-list): Only defvar at compile time.
112 (verilog-highlight-translate-off, verilog-indent-level)
113 (verilog-indent-level-module, verilog-indent-level-declaration)
114 (verilog-indent-declaration-macros, verilog-indent-lists)
115 (verilog-indent-level-behavioral)
116 (verilog-indent-level-directive, verilog-cexp-indent)
117 (verilog-case-indent, verilog-auto-newline)
118 (verilog-auto-indent-on-newline, verilog-tab-always-indent)
119 (verilog-tab-to-comment, verilog-indent-begin-after-if)
120 (verilog-align-ifelse, verilog-minimum-comment-distance)
121 (verilog-auto-lineup, verilog-highlight-p1800-keywords)
122 (verilog-auto-endcomments, verilog-auto-read-includes)
123 (verilog-auto-star-expand, verilog-auto-star-save)
124 (verilog-library-flags, verilog-library-directories)
125 (verilog-library-files, verilog-library-extensions)
126 (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
127 (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
128 (verilog-assignment-delay, verilog-auto-inst-vector)
129 (verilog-auto-inst-template-numbers)
130 (verilog-auto-input-ignore-regexp)
131 (verilog-auto-inout-ignore-regexp)
132 (verilog-auto-output-ignore-regexp)
133 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp): Add
134 safe-local-variable properties.
135 (verilog-statement-menu, verilog-company)
136 (verilog-re-search-forward, verilog-re-search-backward)
137 (verilog-error-regexp-add, verilog-end-block-re)
138 (verilog-emacs-features, verilog-populate-syntax-table)
139 (verilog-setup-dual-comments, verilog-type-font-keywords)
140 (verilog-inside-comment-p, electric-verilog-backward-sexp)
141 (verilog-backward-sexp, verilog-forward-sexp)
142 (verilog-font-lock-init, verilog-mode)
143 (electric-verilog-terminate-line, electric-verilog-semi)
144 (electric-verilog-tab, verilog-insert-1, )
145 (verilog-insert-indices, verilog-generate-numbers)
146 (verilog-comment-region, verilog-label-be)
147 (verilog-beg-of-statement, verilog-in-case-region-p)
148 (verilog-in-struct-region-p, verilog-in-generate-region-p)
149 (verilog-in-fork-region-p, verilog-backward-case-item)
150 (verilog-set-auto-endcomments, verilog-get-expr)
151 (verilog-expand-vector-internal, verilog-surelint-off)
152 (verilog-batch-execute-func, verilog-calculate-indent)
153 (verilog-calc-1, verilog-calculate-indent-directive)
154 (verilog-leap-to-head, verilog-continued-line)
155 (verilog-backward-token, verilog-backward-syntactic-ws)
156 (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
157 (verilog-forward-ws&directives, verilog-at-constraint-p)
158 (verilog-skip-backward-comments, verilog-indent-line-relative)
159 (verilog-do-indent, verilog-indent-comment)
160 (verilog-more-comment, verilog-pretty-declarations)
161 (verilog-pretty-expr, verilog-just-one-space)
162 (verilog-indent-declaration, verilog-get-completion-decl)
163 (verilog-goto-defun, verilog-showscopes, verilog-header)
164 (verilog-signals-combine-bus, verilog-read-decls)
165 (verilog-read-always-signals-recurse, verilog-read-instants)
166 (verilog-read-auto-template, verilog-set-define)
167 (verilog-read-defines, verilog-read-signals, verilog-getopt)
168 (verilog-is-number, verilog-expand-dirnames)
169 (verilog-modi-lookup, verilog-modi-cache-results)
170 (verilog-insert-one-definition, verilog-make-width-expression)
171 (verilog-delete-autos-lined, verilog-auto-save-check)
172 (verilog-auto-arg, verilog-auto-inst-port, verilog-auto-inst)
173 (verilog-auto-inst-param, verilog-auto-reg)
174 (verilog-auto-reg-input, verilog-auto-wire, )
175 (verilog-auto-output, verilog-auto-output-every)
176 (verilog-auto-input, verilog-auto-inout)
177 (verilog-auto-inout-module, verilog-auto-sense)
178 (verilog-auto-reset, verilog-auto-tieoff, verilog-auto-unused)
179 (verilog-auto-ascii-enum, verilog-auto)
180 (verilog-sk-define-signal, verilog-mode-mouse-map)
181 (verilog-load-file-at-mouse, verilog-load-file-at-point)
182 (verilog-library-files): Cleanup spacing of )'s they should not be
183 on unique lines. Fix checkdoc warnings.
184
185 2008-01-09 Glenn Morris <rgm@gnu.org>
186
187 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
188 entry, for Windows.
189
190 2008-01-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
191
192 * ps-print.el: Some face attributes (like :strike-through) was not
193 being recognised. Reported by Leo <sdl.web@gmail.com>.
194 (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
195 (ps-screen-to-bit-face): Fix code.
196
197 2008-01-08 Kevin Ryde <user42@zip.com.au>
198
199 * progmodes/compile.el (compilation-error-regexp-alist-alist):
200 For perl, allow "during global destruction" at end.
201
202 2008-01-08 Glenn Morris <rgm@gnu.org>
203
204 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
205 unified format.
206
207 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
208
209 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
210
211 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
212 quotes in case of spaces, e.g. STL containers (not pretty).
213
214 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
215
216 * vc-hg.el (vc-hg-log-view-mode): Handle the user field better.
217
218 2008-01-07 Nick Roberts <nickrob@snap.net.nz>
219
220 * progmodes/gdb-ui.el (gud-gdb-command-name): Explain
221 "--annotate=3" option is necessary for the Graphical Interface.
222
223 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
224
225 * vc-hg.el (vc-hg-dir-state): Pass the dir argument to
226 vc-hg-command.
227
228 2008-01-07 Glenn Morris <rgm@gnu.org>
229
230 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
231
232 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
233
234 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
235 on menu bar.
236
237 2008-01-06 Michael Albinus <michael.albinus@gmx.de>
238
239 * ffap.el (ffap-read-file-or-url): Let-bind
240 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
241
242 2008-01-05 Sven Joachim <svenjoac@gmx.de>
243
244 * vc-bzr.el: Fix typo in header.
245
246 2008-01-05 Eli Zaretskii <eliz@gnu.org>
247
248 * Makefile.in (custom-deps, finder-data): Depend on autoloads
249 instead of loaddefs.el.
250
251 2008-01-05 Glenn Morris <rgm@gnu.org>
252
253 * progmodes/verilog-mode.el: Replace all instances of
254 string-to-int with string-to-number, insert-string with insert,
255 and read-input with read-string.
256 (top-level): No need to require imenu, reporter, dinotrace, vc,
257 font-lock when compiling. Always require compile. Relegate remaining
258 compatibility cruft to XEmacs. Don't require font-lock.
259 (verilog-version): Remove superfluous concat.
260 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
261 No need to define.
262 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
263 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
264 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
265 (verilog-startup-message-displayed): These are variables, not constants.
266 (verilog-batch-execute-func, verilog-auto-inst)
267 (verilog-auto-inst-param): Use mapc rather than mapcar.
268 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
269 actually defining.
270 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
271 (verilog-modi-get-outputs, verilog-modi-get-inouts)
272 (verilog-modi-get-inputs, verilog-modi-get-wires)
273 (verilog-modi-get-regs, verilog-modi-get-assigns)
274 (verilog-modi-get-consts, verilog-modi-get-gparams)
275 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
276 (verilog-modi-get-sub-inputs): Move inline functions earlier in
277 the file.
278 (sigs-in, sigs-out): Don't declare multiple times.
279 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
280 `defvar'.
281 (verilog-auto): Call dinotrace-unannotate-all only if bound.
282 (verilog-module-inside-filename-p): No need to wrap fboundp test
283 in condition-case.
284 (reporter-submit-bug-report): Autoload it.
285 (verilog-mark-defun): Call zmacs-activate-region only if bound.
286 (verilog-font-customize): Call customize-apropos only if bound.
287 (verilog-getopt-flags, verilog-auto-reeval-locals):
288 Use make-local-variable rather than make-variable-buffer-local.
289 (verilog-company, verilog-project, verilog-modi-cache-list):
290 Move make-variable-buffer-local calls to top-level.
291 (font-lock-defaults-alist): Don't define it.
292 (verilog-need-fld): Remove.
293 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
294 (verilog-mode): Only call make-local-hook on XEmacs.
295 Set font-lock-defaults rather than using verilog-font-lock-init.
296
297 * progmodes/verilog-mode.el (top-level): Don't require compile.
298 (compilation-error-regexp-alist, compilation-last-buffer):
299 Define for compiler.
300 (verilog-insert-1): New function.
301 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
302 Use verilog-insert-1.
303 (verilog-surelint-off): Use next-error-last-buffer if bound.
304 Check compile buffer is live.
305
306 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
307
308 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
309 gets inserted out-of-order.
310
311 2008-01-04 Riccardo Murri <riccardo.murri@gmail.com>
312
313 * vc-bzr.el: Copyright and version headers update.
314 Remove some outdated comments through the whole file.
315 (vc-bzr-program-args): Remove because unused.
316 (vc-bzr-log-switches): New customization option.
317 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
318 use `vc-bzr-program-args'.
319 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
320 `vc-find-root' (patch by Andreas Hoenen).
321 (vc-bzr-status): Update regex to match latest Bzr output.
322 Remove redundant test.
323 (vc-bzr-init-version): New function.
324 (vc-bzr-unregister): Must not delete file.
325 (vc-bzr-find-version): New function.
326 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
327 a non-empty string, otherwise take head revision.
328 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
329 (vc-bzr-diff): Simpler build of the revision spec string.
330 (vc-annotate-convert-time, vc-bzr-annotate-difference):
331 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
332 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
333 (vc-bzr-dired-state-info): Only provide custom strings for
334 overloaded VC state 'edited; otherwise fallback to
335 `vc-default-dired-state-info'.
336
337 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
338
339 * vc-git.el (vc-git-dir-state):
340 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
341
342 2008-01-04 Richard Stallman <rms@gnu.org>
343
344 * delsel.el (delete-selection-mode): Doc fix.
345
346 2008-01-04 Glenn Morris <rgm@gnu.org>
347
348 * version.el (emacs-copyright): Update to 2008.
349
350 2008-01-03 Nick Roberts <nickrob@snap.net.nz>
351
352 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
353 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
354
355 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
356 of watch expressions (only works fully with GDB 6.7 or later).
357
358 2008-01-03 Dan Nicolaescu <dann@ics.uci.edu>
359
360 * time-stamp.el (time-stamp-time-zone):
361 * whitespace.el (whitespace-check-buffer-leading)
362 (whitespace-check-buffer-trailing)
363 (whitespace-check-buffer-indent)
364 (whitespace-check-buffer-spacetab)
365 (whitespace-check-buffer-ateol):
366 * progmodes/sh-script.el (sh-indentation):
367 * textmodes/ispell.el (ispell-local-pdict):
368 Add safe-local-variable properties.
369
370 2007-12-31 Richard Stallman <rms@gnu.org>
371
372 * cus-edit.el (custom-add-parent-links): New arg DOC-INITIAL-STRING.
373 Defaults for INITIAL-STRING and DOC-INITIAL-STRING do not include
374 `parent'.
375 (custom-group-value-create): Pass two args to custom-add-parent-links.
376
377 2007-12-29 Richard Stallman <rms@gnu.org>
378
379 * font-lock.el (font-lock-prepend-text-property)
380 (font-lock-append-text-property): Canonicalize the face and
381 font-lock-face properties.
382
383 * faces.el (facep): Doc fix.
384
385 * startup.el (fancy-startup-tail, fancy-about-text)
386 (fancy-startup-text): Regularize format of face property.
387
388 * facemenu.el (list-colors-print): Use :background and :foreground
389 instead of background-color and foreground-color.
390
391 2007-12-29 Drew Adams <drew.adams@oracle.com>
392
393 * cus-edit.el (custom-add-parent-links):
394 Fill the "Parent documentation" text.
395
396 2007-12-29 Eli Zaretskii <eliz@gnu.org>
397
398 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
399 MS-Windows and MS-DOS.
400 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
401
402 2007-12-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
403
404 * progmodes/grep.el (rgrep): Fix last change.
405
406 2007-12-27 Richard Stallman <rms@gnu.org>
407
408 * progmodes/compile.el (compilation-start): Set initial visible
409 point properly even when compilation buffer already current.
410
411 2007-12-26 Richard Stallman <rms@gnu.org>
412
413 * files.el (conf-mode-maybe): New function.
414 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
415
416 2007-12-26 Martin Rudalics <rudalics@gmx.at>
417
418 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
419
420 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
421
422 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
423
424 2007-12-25 Richard Stallman <rms@gnu.org>
425
426 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
427 so they never do EOF.
428
429 2007-12-23 Richard Stallman <rms@gnu.org>
430
431 * dired-aux.el: Load dired.el at run time too.
432
433 * faces.el (copy-face): Create the new face explicitly if it
434 does not exist already.
435
436 2007-12-23 Andreas Schwab <schwab@suse.de>
437
438 * files.el (switch-to-buffer-other-frame): Return the buffer
439 switched to.
440
441 2007-12-23 Juri Linkov <juri@jurta.org>
442
443 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
444 item to about-emacs instead of display-splash-screen.
445
446 2007-12-22 Eli Zaretskii <eliz@gnu.org>
447
448 * simple.el (minibuffer-history, shell-command-history)
449 (set-variable-value-history):
450 * replace.el (regexp-history):
451 * international/mule-cmds.el (input-method-history):
452 * files.el (file-name-history): Add reference to history-length in
453 the doc string.
454
455 2007-12-22 Richard Stallman <rms@gnu.org>
456
457 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
458
459 2007-12-21 Jason Rumney <jasonr@gnu.org>
460
461 * find-dired.el (find-name-arg): New custom variable.
462 (find-name-dired): Use it.
463 (find-dired-find-program): Remove.
464 (find-dired): Use find-program.
465 (find-grep-dired): Use grep-program.
466
467 * progmodes/grep.el (rgrep): Use find-name-arg.
468
469 2007-12-21 Martin Rudalics <rudalics@gmx.at>
470
471 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
472 specifier from format-string. Reported by Ye Wenbin.
473
474 2007-12-19 Martin Rudalics <rudalics@gmx.at>
475
476 * cus-start.el: Use correct group name for members of mode-line group.
477
478 2007-12-17 Thien-Thi Nguyen <ttn@gnuvola.org>
479
480 * progmodes/cc-vars.el (defcustom-c-stylevar):
481 Revert to pre-2007-12-12 version.
482
483 2007-12-15 Richard Stallman <rms@gnu.org>
484
485 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
486
487 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
488 Use changed.
489
490 * startup.el (fancy-splash-help-echo): Var deleted.
491 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
492 (fancy-about-screen): Don't display fancy-splash-help-echo.
493
494 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
495
496 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
497
498 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
499
500 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
501
502 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
503 function.
504 (add-submenu): Only define for XEmacs.
505 (verilog-regexp-words): Revert previous change, keep the other
506 definition.
507
508 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
509
510 * progmodes/perl-mode.el (perl-continued-statement-offset)
511 (perl-continued-brace-offset, perl-brace-offset)
512 (perl-brace-imaginary-offset, perl-label-offset):
513 * progmodes/cperl-mode.el (cperl-brace-offset)
514 (cperl-continued-brace-offset, cperl-label-offset)
515 (cperl-continued-statement-offset)
516 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
517 Add safe-local-variable properties.
518
519 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
520
521 * progmodes/verilog-mode.el (verilog-mode-map)
522 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
523 (verilog-colorize-include-files): Use only overlay functions so
524 that it can work on both emacs and XEmacs.
525 (set-extent-keymap): Remove unused defun.
526 (verilog-kill-existing-comment, verilog-insert-date)
527 (verilog-insert-year): Rename in order not to pollute the global
528 namespace from kill-existing-comment, insert-date and
529 insert-year, respectively.
530 (verilog-set-auto-endcomments, verilog-header): Update callers.
531
532 * files.el (auto-mode-alist): Recognize verilog files.
533
534 * progmodes/verilog-mode.el (verilog-string-replace-matches)
535 (verilog-string-remove-spaces, verilog-re-search-forward)
536 (verilog-re-search-backward, verilog-re-search-forward-quick)
537 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
538 (verilog-get-end-of-line, verilog-within-string): Move definitions
539 before first use. No code changes.
540
541 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
542
543 * progmodes/verilog-mode.el (verilog-mode-version)
544 (verilog-mode-release-date): Don't use expanding keywords.
545 (provide): Move to the end of file.
546 (fboundp): Don't check if eval-when-compile is bound, it is used
547 later in the file without checking.
548 (when, unless): Copy definitions from subr.el.
549 (char-before, defcustom, defface, customize-group)
550 (verilog-batch-error-wrapper): Don't use old style backquotes.
551 (verilog-regexp-opt): Avoid using the cl function case.
552 (verilog-regexp-words): Remove duplicated definition.
553 (verilog-mode-abbrev-table): Remove, duplicate.
554 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
555 Declare and initialize in one step.
556 (verilog-declaration-prefix-re, verilog-declaration-re)
557 (verilog-end-of-statement, verilog-indent-declaration)
558 (verilog-get-lineup-indent): Remove trailing whitespace.
559 (verilog-mode): Fix autoload cookie.
560 Set beginning-of-defun-function and end-of-defun-function.
561 Use when instead of if.
562 (verilog-emacs-features, verilog-auto-ascii-enum)
563 (verilog-insert-indices): Escape braces in doc strings.
564
565 2007-12-08 Michael McNamara <mac@verilog.com>
566 Wilson Snyder <wsnyder@wsnyder.org>
567
568 * progmodes/verilog-mode.el: New file.
569
570 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
571
572 * international/latexenc.el (latexenc-find-file-coding-system):
573 If both coding-system-for-write and buffer-file-coding-system of
574 latex-main-file are nil, use `undecided'.
575
576 2007-12-06 Jason Rumney <jasonr@gnu.org>
577
578 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
579
580 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
581
582 * ido.el (ido-save-history): Use emacs-mule coding system
583 instead of utf-8 to save filenames (it's safer in Emacs 22).
584 Set the `coding' local variable on the first line of the file.
585
586 2007-12-04 Karl Fogel <kfogel@red-bean.com>
587
588 * saveplace.el (save-place-alist-to-file): Save with 'emacs-mule'
589 coding system. This ports revisions 1.40 and 1.41 over to the
590 EMACS_22_BASE branch, but with the right coding system for Emacs
591 22 to reliably record filenames. Suggested by Eli Zaretskii.
592
593 2007-12-01 Richard Stallman <rms@gnu.org>
594
595 * wid-edit.el (widget-type): Doc fix.
596
597 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
598
599 * emacs-lisp/byte-run.el (declare-function): Change to a macro.
600
601 2007-12-01 Alexandre Julliard <julliard@winehq.org>
602
603 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
604
605 2007-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
606
607 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
608 Don't match "sub { (...) ... }".
609
610 2007-11-29 Richard Stallman <rms@gnu.org>
611
612 * international/mule-cmds.el (toggle-input-method-active): New var.
613 (toggle-input-method): Bind toggle-input-method-active to t.
614 Error if it was already non-nil.
615
616 2007-11-29 Glenn Morris <rgm@gnu.org>
617
618 * calendar/time-date.el (with-decoded-time-value): Doc fix.
619
620 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
621
622 * calendar/time-date.el (encode-time-value): Doc fix.
623
624 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
625
626 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
627
628 2007-11-24 Kenichi Handa <handa@m17n.org>
629
630 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
631
632 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
633
634 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
635
636 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
637
638 * textmodes/paragraphs.el (forward-sentence): Doc fix.
639 Reported by Drew Adams <drew.adams@oracle.com>.
640
641 2007-11-20 Glenn Morris <rgm@gnu.org>
642
643 * emacs-lisp/byte-run.el (declare-function): Define as a no-op,
644 for compatibility with Emacs 23.
645
646 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
647
648 * replace.el (map-query-replace-regexp): Doc fix (revert part of
649 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
650
651 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
652
653 * progmodes/gdb-ui.el: Update commentary.
654
655 2007-11-16 Eli Zaretskii <eliz@gnu.org>
656
657 * international/mule-cmds.el (set-locale-environment):
658 Set default-file-name-coding-system _after_ keyboard and terminal
659 coding systems. This fixes last change.
660
661 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
662 one space after "Subject:".
663
664 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
665
666 * subr.el (make-variable-frame-local):
667 Fix typo in obsolescence declaration.
668
669 2007-11-16 Glenn Morris <rgm@gnu.org>
670
671 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
672
673 2007-11-16 Rob Riepel <riepel@Stanford.EDU>
674
675 * emulation/tpu-extras.el (tpu-next-line, tpu-previous-line)
676 (tpu-forward-line, tpu-backward-line, tpu-scroll-window-down)
677 (tpu-scroll-window-up): Replace next-line-internal -> line-move.
678
679 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
680
681 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
682 in order to determine if there's a conflict.
683
684 2007-11-16 Juri Linkov <juri@jurta.org>
685
686 * man.el (Man-heading-regexp): Add 0-9.
687 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
688
689 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
690
691 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
692 Fix typo in docstring.
693
694 * emulation/cua-base.el (cua-paste-pop): Fix typo in docstring.
695 (cua-highlight-region-shift-only): Doc fix.
696
697 2007-11-15 Richard Stallman <rms@gnu.org>
698
699 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
700
701 * reposition.el (reposition-window):
702 Binding C-M-l moved to bindings.el.
703
704 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
705
706 * add-log.el (add-change-log-entry-other-window):
707 Key binding C-x 4 a moved to bindings.el.
708
709 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
710 from filecache.el.
711
712 * filecache.el: Minibuffer map bindings moved to bindings.el.
713
714 2007-11-14 Jason Rumney <jasonr@gnu.org>
715
716 * international/mule-cmds.el (set-locale-environment):
717 Set default-file-name-coding-system from system defaults on Windows.
718
719 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
720
721 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
722 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
723 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
724 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
725 locations.
726 (gdb-info-breakpoints-custom, gdb-assembler-custom)
727 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
728 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
729
730 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
731
732 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
733 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
734 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
735 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
736 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
737 Rewrite in active voice.
738
739 2007-11-10 Juri Linkov <juri@jurta.org>
740
741 * startup.el: Backport startup screen related changes from the trunk.
742 (initialization): Change group to `environment'.
743 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
744 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
745 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
746 (initial-scratch-message): Fix docstring.
747 (startup-screen-inhibit-startup-screen)
748 (pure-space-overflow-message): New variables.
749 (command-line): Rename `inhibit-startup-message' to
750 `inhibit-startup-screen'.
751 (initial-scratch-message): Doc fix.
752 (fancy-splash-text): Remove variable.
753 (fancy-startup-text, fancy-about-text, splash-screen-keymap):
754 New variables.
755 (fancy-splash-delay, fancy-splash-max-time)
756 (fancy-current-text, fancy-splash-stop-time)
757 (fancy-splash-outer-buffer, fancy-splash-last-input-event):
758 Remove variables.
759 (fancy-splash-insert): Use help-echo from the 3rd element of the
760 link specification list, or "Follow this link" if it's nil. Doc fix.
761 Allow functions for face and link specs.
762 (fancy-splash-tail): Remove function.
763 (fancy-startup-tail): New function.
764 (fancy-splash-default-action, fancy-splash-special-event-action)
765 (fancy-splash-screens): Remove functions.
766 (fancy-about-screen): New function.
767 (normal-splash-screen): Rename argument `hide-on-input' to `startup'.
768 Fix docstring. Use argument `startup' to conditionally display
769 different texts for Startup and About screens. Don't display Help
770 commands on the About screen. Remove `unwind-protect' `sit-for'
771 delay and `kill-buffer' after it.
772 (normal-mouse-startup-screen, normal-splash-screen)
773 (normal-no-mouse-startup-screen): New functions.
774 (startup-echo-area-message): Change text of the echo area.
775 (display-splash-screen): Remove function.
776 (display-startup-screen, display-about-screen): New functions.
777 (about-emacs): Make alias to `display-about-screen'.
778 (display-splash-screen): Make alias to `display-startup-screen'.
779 (command-line-1): Rename `inhibit-startup-message' to
780 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
781 started with command line options "-f", "-funcall", "-e", "-eval",
782 "-execute", "-insert", "-find-file", "-file", "-visit".
783 Inhibit startup screen when Emacs is started with a file name only
784 on tty (i.e. don't inhibit it when started with a file name like
785 "emacs FILE..." on a window system).
786 Comment out unused code for coping with the old sit-for behavior.
787 If file-count > 0, then display the concise version in another
788 window, otherwise display full version in the same window.
789 * loadup.el: Add `button'. Move up `startup'.
790 * help.el (help-map, help-for-help-internal): Add `C-h C-a'.
791 * version.el (emacs-copyright): Add emacs-copyright.
792 * menu-bar.el (menu-bar-help-menu):
793 Move "About Emacs" and "About GNU" to the end of the Help menu.
794 Move "Emacs Psychotherapist" after "Send Bug Report...".
795 Move "External Packages" after "Find Emacs Packages".
796
797 2007-11-10 Jason Rumney <jasonr@gnu.org>
798
799 * w32-fns.el: Sync charset names with setup-default-fontset.
800 Append "-1" where second part missing.
801
802 * term/w32-win.el: Enable SJIS fonts before creating any fontsets.
803
804 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
805
806 * ido.el (ido-save-history): Write the history file in UTF-8,
807 and add `coding' file-local variable.
808
809 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
810
811 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
812 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
813 (iso-iso2duden-trans-tab): Add docstring.
814
815 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
816
817 * faces.el (face-normalize-spec): Remove function.
818 (frame-set-background-mode): Undo last change.
819
820 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
821
822 * files.el (enable-local-variables): Doc fix.
823
824 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
825
826 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
827 match dir like "a...b".
828
829 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
830
831 * eshell/esh-mode.el (eshell-output-filter):
832 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
833 Use `with-current-buffer'.
834
835 2007-11-05 Nick Roberts <nickrob@snap.net.nz>
836
837 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
838
839 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
840
841 * net/tls.el: Require rx when compiling.
842 (tls-end-of-info): New variable.
843 (open-tls-stream): Keep reading input until `tls-end-of-info' is
844 matched.
845
846 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
847
848 * simple.el (bad-packages-alist): Anchor semantic regexp.
849
850 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
851
852 * files.el (hack-local-variables): Fix membership tests to avoid
853 treating all variables as safe if `enable-local-variables' is
854 set to :safe (CVE-2007-5795).
855
856 2007-11-02 Glenn Morris <rgm@gnu.org>
857
858 * progmodes/etags.el (tags-table-mode): Disable undo.
859
860 * simple.el (bad-packages-alist): Revert previous change.
861
862 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
863
864 * printing.el (printing): Fix :version, printing.el was included
865 in emacs-22.1.
866 (pr-path-style, pr-path-alist, pr-txt-name)
867 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
868 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
869 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
870 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
871 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
872 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
873 (pr-setting-database, pr-visible-entry-list)
874 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
875 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
876 :version.
877
878 2007-11-01 Glenn Morris <rgm@gnu.org>
879
880 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
881
882 * mail/footnote.el (footnote-numeric-regexp)
883 (footnote-english-upper-regexp, footnote-english-lower-regexp)
884 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
885 Match multi-character footnotes.
886
887 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
888 (nroff-indent-line-function): New function.
889 (nroff-count-text-lines): Use nroff-forward-text-line rather than
890 obsolete alias.
891
892 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
893
894 * net/tramp.el (tramp-open-connection-telnet)
895 (tramp-open-connection-rsh, tramp-open-connection-su)
896 (tramp-open-connection-multi): Set $LC_ALL to "C".
897
898 2007-10-31 Sven Joachim <svenjoac@gmx.de>
899
900 * dired-aux.el (dired-copy-file-recursive):
901 Preserve directory permissions.
902
903 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
904
905 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
906 (whitespace-unload-function): New-style unload function. When run,
907 unintern `whitespace-unload-hook' and call `unload-feature' recursively
908 to stop the old hook from messing with the unloading.
909
910 * strokes.el (strokes-alphabetic-lessp): Doc fix.
911
912 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
913
914 * emacs-lisp/find-func.el (find-library): Use library at
915 point as default interactive argument.
916
917 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
918
919 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
920 (elp-unset-master, elp-results): Fix typos.
921 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
922 Doc fixes.
923
924 * msb.el (msb--many-menus): Remove variable.
925 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
926 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
927 (msb--toggle-menu-type): Fix typos in docstrings.
928
929 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
930 (shadow-insert-var): Doc fixes.
931 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
932 Reflow docstrings.
933 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
934
935 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
936
937 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
938 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
939 Fix typos in autoload docstrings.
940
941 * loadhist.el (unload-feature): Remove redundant check.
942
943 2007-10-30 Richard Stallman <rms@gnu.org>
944
945 * savehist.el (savehist-save): Obey savehist-ignored-variables.
946
947 2007-10-30 Nick Roberts <nickrob@snap.net.nz>
948
949 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
950 (gdb-var-update-handler-1): Use it.
951
952 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
953
954 * loadhist.el (unload-feature): Remove erroneous check for the
955 FEATURE-unload-function variable; check the existence of the
956 function (that's what the docstring says, and it makes more sense).
957
958 * follow.el (follow-unload-function): Add docstring.
959 (follow-unload-function): Remove variable.
960
961 * server.el (server-unload-function): Remove variable.
962 (server-unload-function): Unbind `server-edit' from `C-x #'.
963
964 * uniquify.el (uniquify-unload-function): Add docstring.
965 (uniquify-unload-function): Remove variable.
966
967 * ses.el (ses-unload-function): New function.
968
969 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
970
971 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
972 (unsafep-progn, unsafep-let): Fix typos in docstrings.
973
974 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
975 before use to avoid a warning in packages that require uniquify.
976 (uniquify-unload-function): New function and var.
977
978 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
979
980 * loadhist.el (unload-feature-special-hooks):
981 Add `delete-frame-functions'.
982
983 * server.el (server-unload-function): Rename from `server-unload-hook'
984 and adapt to new `unload-feature' functionality. Remove hook from
985 `kill-buffer-hook' buffer-locally.
986 (server-unload-hook): Remove.
987 (server-unload-function): New var; replaces `server-unload-hook'.
988
989 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
990
991 * desktop.el (uniquify-managed): Pacify byte compiler.
992 (desktop-buffer-info): If the buffer name is managed by uniquify,
993 save the base name, not the uniquified one.
994 (desktop-create-buffer): Allow `rename-buffer' to generate a new
995 name in case of conflict.
996
997 2007-10-26 Glenn Morris <rgm@gnu.org>
998
999 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
1000 safe-local-variable property.
1001
1002 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
1003
1004 * net/browse-url.el (browse-url-browser-function): Delete grail.
1005 (browse-url-grail): Function and variable deleted.
1006 (browse-url-browser-function): Delete IXI Mosaic.
1007 (browse-url-default-browser): Don't try IXI Mosaic.
1008 (browse-url-iximosaic): Function deleted.
1009 (browse-url-browser-function): Delete MMM.
1010 (browse-url-default-browser): Don't try MMM.
1011 (browse-url-mmm): Function deleted.
1012
1013 2007-10-25 Glenn Morris <rgm@gnu.org>
1014
1015 * progmodes/f90.el (f90-indented-comment-re)
1016 (f90-directive-comment-re, f90-break-delimiters):
1017 * progmodes/fortran.el (fortran-comment-line-start-skip)
1018 (fortran-directive-re):
1019 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
1020 as safe if they are strings.
1021
1022 2007-10-25 Richard Stallman <rms@gnu.org>
1023
1024 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
1025
1026 2007-10-24 Richard Stallman <rms@gnu.org>
1027
1028 * savehist.el (savehist-save): Omit unreadable elements.
1029
1030 * loadhist.el (unload-function-defs-list): Renamed from
1031 unload-function-features-list.
1032 (unload-feature-special-hooks, unload-feature): Doc fixes.
1033
1034 * indent.el (indent-to-left-margin): If point's in the indentation,
1035 move to the end of the indentation.
1036
1037 * cus-edit.el (customize-changed-options): Make arg optional.
1038
1039 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
1040
1041 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
1042
1043 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1044
1045 * textmodes/css-mode.el: Require CL.
1046 (comment-continue): Declare.
1047
1048 * subr.el (make-variable-frame-localizable): Remove.
1049 (make-variable-frame-local): Mark obsolete.
1050
1051 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
1052
1053 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
1054 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
1055
1056 2007-10-23 Chris Moore <christopher.ian.moore@gmail.com>
1057
1058 * comint.el (comint-password-prompt-regexp):
1059 Handle `[sudo] password'-style prompt.
1060
1061 2007-10-23 Glenn Morris <rgm@gnu.org>
1062
1063 * progmodes/f90.el (f90-do-indent, f90-if-indent)
1064 (f90-type-indent, f90-program-indent)
1065 (f90-continuation-indent, f90-comment-region)
1066 (f90-beginning-ampersand, f90-smart-end)
1067 (f90-break-before-delimiters, f90-auto-keyword-case)
1068 (f90-leave-line-no, f90-mode-hook):
1069 Give an appropriate safe-local-variable property.
1070 (f90-font-lock-keywords-2): Fix `go to' regexp.
1071
1072 * progmodes/fortran.el (fortran-tab-mode-default)
1073 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
1074 (fortran-structure-indent, fortran-continuation-indent)
1075 (fortran-comment-indent, fortran-comment-line-extra-indent)
1076 (fortran-comment-line-start)
1077 (fortran-minimum-statement-indent-fixed)
1078 (fortran-minimum-statement-indent-tab)
1079 (fortran-comment-indent-char, fortran-line-number-indent)
1080 (fortran-check-all-num-for-matching-do)
1081 (fortran-blink-matching-if, fortran-continuation-string)
1082 (fortran-comment-region, fortran-electric-line-number)
1083 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
1084 (fortran-analyze-depth, fortran-break-before-delimiters):
1085 Give an appropriate safe-local-variable property.
1086
1087 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1088
1089 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
1090 of the subdirs is unreadable.
1091
1092 2007-10-22 Martin Rudalics <rudalics@gmx.at>
1093
1094 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
1095 Use window-full-width-p.
1096
1097 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1098
1099 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
1100 (tpu-edt-off): Use it.
1101 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
1102 the global-map before adding it to global-map.
1103
1104 * menu-bar.el (global-buffers-menu-map): New var.
1105 (global-map, menu-bar-update-buffers): Use it.
1106 * msb.el (msb-menu-bar-update-buffers): Use it.
1107 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
1108 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
1109 Use with-current-buffer.
1110
1111 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1112
1113 * hexl.el (hexl-menu): New major mode menu.
1114
1115 2007-10-20 Glenn Morris <rgm@gnu.org>
1116
1117 * progmodes/f90.el (f90-font-lock-keywords-2)
1118 (f90-looking-at-type-like): Fix regexp typos.
1119
1120 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1121
1122 * bs.el (bs-mode): Add mode name (accidentally left out
1123 in the 2007-10-16 change).
1124
1125 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1126
1127 * bs.el (bs--track-window-changes): Don't refresh the whole list.
1128 (bs-mode): Set mode-class property to special.
1129
1130 * follow.el (follow-unload-function): New function.
1131
1132 * loadhist.el (unload-function-features-list):
1133 Rename from `unload-hook-features-list'.
1134 (unload-hook-features-list): Add as obsolete alias.
1135 (unload-feature): Use `unload-function-features-list'
1136 and new FEATURE-unload-function.
1137
1138 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
1139
1140 * loadhist.el (unload-feature-special-hooks):
1141 Update list of special hooks.
1142
1143 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
1144 (adaptive-fill-function): Doc fix. Remove * from docstring.
1145
1146 2007-10-18 Glenn Morris <rgm@gnu.org>
1147
1148 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
1149
1150 2007-10-17 Aaron Hawley <aaronh@garden.org>
1151
1152 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
1153 position is not saved.
1154
1155 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
1156
1157 * longlines.el (longlines-wrap-follows-window-size): Integer value
1158 specifies wrapping margin.
1159 (longlines-mode, longlines-window-change-function):
1160 Set window-specific wrapping margin based on the above.
1161
1162 2007-10-17 John Wiegley <johnw@newartisans.com>
1163
1164 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
1165
1166 2007-10-17 Glenn Morris <rgm@gnu.org>
1167
1168 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
1169 Tweak regexp to avoid stack overflow.
1170
1171 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
1172
1173 * simple.el (reindent-then-newline-and-indent): Don't assume that
1174 indent-according-to-mode preserves point.
1175
1176 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
1177
1178 * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
1179 (bs--restore-window-config): Keep the selected frame.
1180 (bs--track-window-changes, bs--remove-hooks): New functions.
1181 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
1182 (bs--show-with-configuration): Revert 2006-11-09 change.
1183 Don't reuse window unless it is visible on the selected frame.
1184 Restore window configuration (possibly in a different frame)
1185 before creating any window.
1186
1187 2007-10-16 Richard Stallman <rms@gnu.org>
1188
1189 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
1190 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
1191 (ad-is-advised, ad-get-advice-info-field)
1192 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
1193
1194 2007-10-16 Glenn Morris <rgm@gnu.org>
1195
1196 * simple.el (blink-matching-open): Don't report false errors with
1197 the `$' syntax class.
1198
1199 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1200
1201 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
1202 (filesets-ormap, filesets-sort-case-sensitive-flag)
1203 (filesets-remake-shortcut, filesets-ingroup-collect-files):
1204 Fix typos in docstrings.
1205 (filesets-data-get-name, filesets-data-get-data)
1206 (filesets-data-set, filesets-cmd-query-replace-getargs)
1207 (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
1208
1209 2007-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1210
1211 * term/mac-win.el: Don't require url when compiling, as url-type is
1212 no longer a macro.
1213
1214 2007-10-14 Glenn Morris <rgm@gnu.org>
1215
1216 * progmodes/etags.el (select-tags-table): Disable undo in the
1217 `*Tags Table List*' buffer.
1218
1219 2007-10-13 Eli Zaretskii <eliz@gnu.org>
1220
1221 * dired.el (dired-warn-writable): New face.
1222 (dired-warn-writable-face): New variable.
1223 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
1224 of dired-warning-face, for group- and world-writable files.
1225
1226 2007-10-13 Glenn Morris <rgm@gnu.org>
1227
1228 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
1229 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1230 Add doc string, and an explicit COUNT argument.
1231 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
1232 `inc' to search functions.
1233
1234 2007-10-13 John W. Eaton <jwe@octave.org>
1235
1236 * progmodes/octave-mod.el (octave-looking-at-kw)
1237 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1238 New functions.
1239 (octave-in-defun-p, calculate-octave-indent)
1240 (octave-blink-matching-block-open, octave-beginning-of-defun)
1241 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
1242 to search for regexps that contain case-sensitive keywords.
1243 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
1244 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
1245
1246 2007-10-13 Richard Stallman <rms@gnu.org>
1247
1248 * files.el (directory-abbrev-alist): Doc fix.
1249
1250 2007-10-13 Jari Aalto <jari.aalto@cante.net>
1251
1252 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
1253
1254 2007-10-12 Martin Rudalics <rudalics@gmx.at>
1255
1256 * frame.el (set-frame-configuration): Assign name parameter only
1257 if it has been set explicitly before.
1258
1259 * window.el (handle-select-window): Revert part of 2007-10-06
1260 change setting the input focus.
1261
1262 2007-10-12 Glenn Morris <rgm@gnu.org>
1263
1264 * cus-edit.el (custom-variable-menu, custom-face-menu)
1265 (custom-group-menu): Check init-file-user rather than
1266 user-init-file, in case cus-edit is loaded by site-run-file.
1267
1268 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
1269
1270 * follow.el (follow-stop-intercept-process-output):
1271 Use `follow-call-process-filter' rather than `process-filter'.
1272
1273 2007-10-11 Tom Tromey <tromey@redhat.com>
1274
1275 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
1276 frame is visible.
1277
1278 2007-10-10 Richard Stallman <rms@gnu.org>
1279
1280 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
1281 in *Backtrace*.
1282
1283 * faces.el (face-font-selection-order): Doc fix.
1284
1285 * loadhist.el (unload-feature): Doc fix.
1286
1287 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1288
1289 * ps-print.el: Fix the usage of :foreground and :background face
1290 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
1291 (ps-print-version): New version 6.7.6.
1292 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
1293 Fix code.
1294 (ps-face-foreground-color-p, ps-face-background-color-p)
1295 (ps-face-color-p): New inline funs.
1296
1297 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
1298
1299 * follow.el: Change all instances of "Follow Mode" to "Follow
1300 mode" in docstrings and messages.
1301
1302 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
1303
1304 * faces.el (face-font-selection-order): Doc fix.
1305
1306 * follow.el (follow-mode-hook, follow-mode): Doc fixes.
1307 (follow-mode-off-hook): Mark as obsolete.
1308
1309 2007-10-08 Richard Stallman <rms@gnu.org>
1310
1311 * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
1312 (edebug-install-custom-print, edebug-reset-print-funcs)
1313 (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
1314 Functions deleted.
1315 (edebug-prin1, edebug-print, edebug-prin1-to-string)
1316 (edebug-format, edebug-message): Define directly as aliases.
1317
1318 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
1319
1320 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
1321
1322 2007-10-07 Glenn Morris <rgm@gnu.org>
1323
1324 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
1325 version numbers.
1326
1327 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
1328
1329 * net/tramp.el (tramp-completion-mode): Extend doc-string.
1330 (tramp-completion-mode-p): Revert change from 2007-09-24.
1331 Checking for `return' etc as last character is not sufficient, for
1332 example in dired-mode when entering <g> (revert-buffer) or
1333 <s> (dired-sort).
1334
1335 2007-10-06 Martin Rudalics <rudalics@gmx.at>
1336
1337 * window.el (mouse-autoselect-window-cancel): Don't cancel for
1338 select-window or select-frame events.
1339 (handle-select-window): When autoselecting window set input
1340 focus. Restructure.
1341
1342 * frame.el (focus-follows-mouse): Moved to frame.c.
1343 * cus-start.el (all): Add focus-follows-mouse.
1344
1345 2007-10-05 Chris Moore <dooglus@gmail.com>
1346
1347 * server.el (server-kill-new-buffers): Doc fix.
1348
1349 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
1350
1351 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
1352 activate font-locking in the *buffer-selection* buffer.
1353 (bs-show-sorted): Doc fix.
1354
1355 * bs.el (bs--get-marked-string, bs--get-modified-string)
1356 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
1357 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
1358 (bs--format-aux): Doc fix.
1359
1360 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
1361
1362 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
1363
1364 2007-10-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1365
1366 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
1367
1368 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
1369
1370 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
1371 (gud-gdb): New function for old M-x gdb (text command mode).
1372 (gud-gdb-command-name, gdb): Move to...
1373
1374 * progmodes/gdb-ui.el: ...here and adapt doc string.
1375 (gud-gdba-command-name, gdba): Delete.
1376
1377 2007-10-03 Juanma Barranquero <lekktu@gmail.com>
1378
1379 * bs.el: Don't defvar `font-lock-verbose'.
1380 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
1381 (bs--get-file-name): Fix typos in docstrings.
1382 (bs--show-header): Use `dolist' instead of `mapcar'.
1383 (bs-mode): Set `show-trailing-whitespace' to nil.
1384 (bs-buffer-sort-function, bs-mouse-select-other-frame)
1385 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
1386 Doc fixes.
1387
1388 2007-10-02 Adam Hupp <adam@hupp.org> (tiny change)
1389
1390 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
1391
1392 2007-10-02 Nick Roberts <nickrob@snap.net.nz>
1393
1394 * progmodes/gud.el (gdb): Make graphical mode the default and
1395 switch to text command mode if appropriate, i.e., reverse previous
1396 arrangement.
1397 (gud-gdb-marker-filter): Adapt for above change.
1398
1399 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
1400 gud-minor-mode and gud-marker-filter.
1401 (gdb-fullname-regexp): New variable.
1402 (gud-gdba-marker-filter): Use it to switch to text command
1403 mode if appropriate.
1404
1405 2007-10-02 Richard Stallman <rms@gnu.org>
1406
1407 * frame.el (cursor-in-non-selected-windows): Doc fix.
1408
1409 2007-10-01 Nick Roberts <nickrob@snap.net.nz>
1410
1411 * progmodes/gud.el (gud-display-line): Find source buffer even when
1412 GUD buffer has its own frame.
1413
1414 2007-10-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1415
1416 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
1417
1418 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1419
1420 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
1421
1422 2007-09-29 Martin Rudalics <rudalics@gmx.at>
1423
1424 * allout.el (allout-before-change-handler): Replace got-char by
1425 goto-char.
1426
1427 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1428
1429 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
1430 Used to try and automatically enabled smerge-mode in the presence of
1431 conflicts and to call `svn resolved' when the conflicts are gone.
1432 (vc-svn-parse-status): Remember the svn-specific status.
1433
1434 * newcomment.el (comment-choose-indent): New function extracted
1435 from comment-indent. Improve the alignment algorithm.
1436 (comment-indent): Use it.
1437
1438 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
1439
1440 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
1441 (eldoc-message-commands, eldoc-current-idle-delay):
1442 Fix typos in docstrings.
1443
1444 * progmodes/python.el (python-eldoc-function): Doc fix.
1445
1446 2007-09-26 Eli Zaretskii <eliz@gnu.org>
1447
1448 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
1449 menu-bar-apropos-menu. All users changed.
1450 (menu-bar-help-menu): Change menu symbols to better match the text
1451 displayed by the menu.
1452
1453 2007-09-25 Glenn Morris <rgm@gnu.org>
1454
1455 * view.el (view-search-no-match-lines): Add a doc string.
1456 Rewrite to simplify and work better.
1457
1458 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
1459
1460 * net/tramp.el (tramp-completion-mode-p): Rename from
1461 `tramp-completion-mode'. Revert logic, check `return', `newline'
1462 and such alike. Packages like Icicles tend to use other completion
1463 characters but `tab' and `space' only.
1464 (top): Require cl.el, when `copy-tree' is not available otherwise.
1465
1466 * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
1467 `ad-get-arg'.
1468
1469 2007-09-24 Ville Skytt\e,Ad\e(B <scop@xemacs.org> (tiny change)
1470
1471 * net/tramp-vc.el (tramp-vc-user-login-name):
1472 Use `vc-find-version' instead of `process-file' to check whether we
1473 have a new enough vc that doesn't need the defadvice.
1474
1475 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
1476
1477 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
1478 #, @, : and ^.
1479
1480 2007-09-23 Glenn Morris <rgm@gnu.org>
1481
1482 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
1483
1484 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
1485
1486 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
1487
1488 * log-view.el (log-view-mode-map): Likewise.
1489
1490 * diff-mode.el (diff-mode-shared-map): Likewise.
1491
1492 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
1493
1494 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
1495 add inferior-octave-directory-tracker to the buffer-local value
1496 of comint-input-filter-functions.
1497
1498 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
1499
1500 * files.el (file-name-sans-versions): Also allow `A-Z'.
1501
1502 * vc.el: Mention all supported VC backends.
1503
1504 2007-09-22 Richard Stallman <rms@gnu.org>
1505
1506 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
1507 neighbouring buttons.
1508
1509 2007-09-22 Andreas Schwab <schwab@suse.de>
1510
1511 * files.el (file-name-sans-versions): Also allow `_'.
1512
1513 2007-09-22 Glenn Morris <rgm@gnu.org>
1514
1515 * eshell/esh-mode.el (eshell-output-filter-functions):
1516 Add eshell-postoutput-scroll-to-bottom.
1517
1518 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1519
1520 * files.el (file-name-sans-versions): Allow - and a-z in version names.
1521
1522 * log-view.el (log-view-mode-map, log-view-mode-menu):
1523 Bind log-view-annotate-version.
1524 (log-view-beginning-of-defun, log-view-end-of-defun)
1525 (log-view-annotate-version): New functions.
1526 (log-view-mode): Use log-view-beginning-of-defun and
1527 log-view-end-of-defun.
1528
1529 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1530
1531 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
1532
1533 2007-09-21 Kevin Ryde <user42@zip.com.au>
1534
1535 * international/mule.el (sgml-html-meta-auto-coding-function):
1536 Bind `case-fold-search' to t.
1537
1538 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1539
1540 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
1541 neighbouring buttons.
1542
1543 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1544 Recognize gcc's use of "note" for informational messages.
1545
1546 2007-09-20 Glenn Morris <rgm@gnu.org>
1547
1548 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
1549 motion functions, rather than hard-coding "\n\n".
1550 (tex-validate-region): Check for eobp, to speed up.
1551 (tex-next-unmatched-end): Doc fix.
1552
1553 2007-09-19 Glenn Morris <rgm@gnu.org>
1554
1555 * textmodes/tex-mode.el (tex-terminate-paragraph):
1556 Use backward-paragraph.
1557
1558 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1559
1560 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
1561 (css-mode): Update correspondingly.
1562
1563 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1564
1565 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
1566
1567 * vc-hooks.el (vc-menu-entry): New var.
1568 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
1569 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
1570 (vc-menu-map): Declare and initialize in one step.
1571
1572 * menu-bar.el (vc-menu-map): Don't setup any more.
1573 Instead, just create the proper spot in the menu.
1574
1575 2007-09-18 Dan Nicolaescu <dann@ics.uci.edu>
1576 Stefan Monnier <monnier@iro.umontreal.ca>
1577
1578 * vc.el: Document new VC operation `extra-menu'.
1579
1580 * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
1581
1582 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
1583
1584 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
1585 Signed-off-by, Acked-by and Merge.
1586
1587 2007-09-17 Glenn Morris <rgm@gnu.org>
1588
1589 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
1590 filename from `--file-line-error', if it is available.
1591
1592 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
1593
1594 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
1595 TeX `--file-line-error' format.
1596
1597 2007-09-17 Glenn Morris <rgm@gnu.org>
1598
1599 * textmodes/tex-mode.el (tex-region): Simplify previous change,
1600 handling the case where the region is not in `tex-main-file'.
1601 (tex-region-1): Delete.
1602 (tex-region-header): New function, doing the header part of the
1603 old tex-region-1.
1604
1605 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1606
1607 * ediff-init.el (ediff-verbose-p): This var is not a constant.
1608
1609 2007-09-16 Drew Adams <drew.adams@oracle.com>
1610
1611 * cus-edit.el (custom-face-edit-activate): Doc fix.
1612
1613 2007-09-16 Glenn Morris <rgm@gnu.org>
1614
1615 * textmodes/tex-mode.el (tex-region): Handle the case where the
1616 region is not in `tex-main-file'. Move the old code that applies
1617 to both cases...
1618 (tex-region-1): ...to this new function.
1619
1620 2007-09-15 Martin Rudalics <rudalics@gmx.at>
1621
1622 * simple.el (blink-matching-open): Don't display message when no
1623 paren is found within blink-matching-paren-distance characters.
1624 Don't search prompt in blink-matching-paren-distance nil case.
1625
1626 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
1627
1628 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
1629
1630 2007-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1631
1632 * vc-mtn.el: New file.
1633
1634 * vc-hooks.el (vc-handled-backends): Add Mtn.
1635
1636 2007-09-13 Eli Zaretskii <eliz@gnu.org>
1637
1638 * files.el (find-file, find-file-other-window)
1639 (find-file-other-frame, find-file-existing, find-file-read-only)
1640 (find-file-read-only-other-window)
1641 (find-file-read-only-other-frame)
1642 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
1643
1644 2007-09-13 Jari Aalto <jari.aalto@cante.net>
1645
1646 * man.el (Man-default-man-entry): At end of line, continue looking
1647 to the next line for possible end of hyphenated command.
1648
1649 2007-09-13 Chris Moore <dooglus@gmail.com>
1650
1651 * shell.el (shell-resync-dirs): Don't move the cursor relative to
1652 the command being edited.
1653
1654 2007-09-13 Nick Roberts <nickrob@snap.net.nz>
1655
1656 * progmodes/gud.el (gdb-ready): New variable.
1657 (gdb): Set it to nil. Set gud-running to nil here...
1658 (gud-common-init): ...instead of here.
1659
1660 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
1661 Use gdb-ready. Discard input until GDB is ready to accept it.
1662
1663 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
1664
1665 * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
1666 C-M-S- keys.
1667
1668 2007-09-12 Martin Rudalics <rudalics@gmx.at>
1669
1670 * dired.el (dired-warning): Inherit from font-lock-warning-face to
1671 make it show up with eight colors.
1672
1673 2007-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1674
1675 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
1676 diffs are concatenated with no intervening line.
1677
1678 2007-09-10 Dave Love <fx@gnu.org>
1679
1680 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
1681 (python-font-lock-keywords): Update to the 2.5 version of the language.
1682 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
1683 (python-backspace): Only behave funny in code.
1684 (python-compilation-regexp-alist): Add PDB stack trace regexp.
1685 (inferior-python-mode): Add PDB prompt regexp.
1686 (python-fill-paragraph): Refine the fenced-string regexp.
1687 (python-find-imports): Handle imports spanning several lines.
1688 (python-mode): Add `class' to hideshow support.
1689
1690 2007-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1691
1692 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
1693 add-log-buffer-file-name-function rather than bind buffer-file-name,
1694 so we dont end up calling change-log-mode in *cvs* when `fi' is the
1695 ChangeLog file itself.
1696
1697 * outline.el (outline-flag-region): Use front-advance.
1698
1699 2007-09-07 Ilya Zakharevich <ilyaz@cpan.org>
1700
1701 * progmodes/cperl-mode.el: Merge upstream 5.23.
1702 (cperl-where-am-i): Remove function.
1703 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
1704 (cperl-sniff-for-indent): De-invert [string] and [comment].
1705 When looking for label, skip s:m:y:tr.
1706 (cperl-indent-line): Likewise.
1707 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
1708 (cperl-windowed-init): Wrong `ps-print' handling.
1709 Both thanks to Chong Yidong.
1710 (cperl-look-at-leading-count): Could fail with unfinished RExen.
1711 (cperl-find-pods-heres): If the second part of s()[] is missing,
1712 don't try to highlight delimiters...
1713
1714 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1715
1716 * progmodes/compile.el (compilation-get-file-structure): Complete last
1717 change by also using spec-directory in the puthash.
1718
1719 2007-09-07 Riccardo Murri <riccardo.murri@gmail.com>
1720
1721 * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
1722 (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
1723 (vc-bzr-status): Fix shadowing of variable 'status'.
1724 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
1725 Use `expand-file-name' instead of `concat'.
1726 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
1727 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
1728
1729 2007-09-05 Jason Rumney <jasonr@gnu.org>
1730
1731 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
1732
1733 2007-09-02 Richard Stallman <rms@gnu.org>
1734
1735 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
1736 Add `safe-local-variable' property.
1737 (lisp-body-indent): Likewise.
1738
1739 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1740
1741 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
1742 prev/next-node.
1743
1744 * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
1745 (x-gtk-map-stock): New function.
1746
1747 2007-09-02 Glenn Morris <rgm@gnu.org>
1748
1749 * comint.el (comint-mode): Don't set scroll-conservatively.
1750
1751 * eshell/em-unix.el (eshell/time): Stringify and flatten the
1752 non-command arguments.
1753
1754 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
1755
1756 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1757 Fix bug: Don't expand top-level file name more than once.
1758 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
1759
1760 2007-09-01 Richard Stallman <rms@gnu.org>
1761
1762 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
1763 Add doc string.
1764
1765 2007-08-30 Richard Stallman <rms@gnu.org>
1766
1767 * speedbar.el (speedbar-frame-reposition-smartly)
1768 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
1769 (speedbar-check-vc): Don't use dframe-xemacsp.
1770
1771 2007-08-30 Martin Rudalics <rudalics@gmx.at>
1772
1773 * files.el (backup-buffer-copy): Try to overwrite old backup first.
1774
1775 2007-08-29 Martin Rudalics <rudalics@gmx.at>
1776
1777 * repeat.el (repeat): Use last-repeatable-command instead of
1778 real-last-command. Run pre- and post-command hooks for
1779 self-insertion. Update doc-string.
1780
1781 2007-08-28 Glenn Morris <rgm@gnu.org>
1782
1783 * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
1784
1785 2007-08-27 Alexandre Julliard <julliard@winehq.org>
1786
1787 * vc-git.el (vc-git-state): Call git-add --refresh to update the
1788 state of the file.
1789 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
1790 (vc-git-create-repo): Fix invalid command.
1791
1792 2007-08-27 Richard Stallman <rms@gnu.org>
1793
1794 * textmodes/flyspell.el (flyspell-mode):
1795 Catch errors in flyspell-mode-on.
1796
1797 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
1798
1799 * progmodes/modula2.el (m2-definition, m2-module):
1800 Don't use previous-line. Reported by T. V. Raman.
1801
1802 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1803
1804 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
1805 argument to tool-bar-mode call.
1806
1807 2007-08-27 Glenn Morris <rgm@gnu.org>
1808
1809 * diff-mode.el (diff-find-file-name): Only accept regular files,
1810 to rule out /dev/null, directories, etc.
1811
1812 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
1813
1814 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
1815 safe-local-variable setting.
1816 * progmodes/perl-mode.el (perl-indent-level): Likewise.
1817
1818 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
1819
1820 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
1821 of buffers in uniquify-managed.
1822
1823 * simple.el (invisible-p): Rename from text-invisible-p.
1824 Update callers.
1825
1826 2007-08-25 Alan Mackenzie <acm@muc.de>
1827
1828 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
1829 new language variable.
1830
1831 * progmodes/cc-engine.el (c-brace-anchor-point): New function.
1832 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
1833 "extern" etc., rather than BOI. Fix addition of spurious
1834 syntactic-symbol 'defun-block-intro, replacing it with
1835 'innamespace, etc.
1836
1837 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
1838
1839 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
1840 Don't behave differently when executed via M-x. Add doc string.
1841
1842 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1843
1844 * files.el (backup-buffer-copy): Don't wrap delete in
1845 condition-case, only try to delete if file exists.
1846
1847 2007-08-24 Glenn Morris <rgm@gnu.org>
1848
1849 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
1850
1851 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1852
1853 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
1854 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
1855 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
1856 (cperl-etags-goto-tag-location): Use new style backquotes.
1857
1858 * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
1859 (dynamic-completion-table): Use it it.
1860
1861 * net/browse-url.el: Remove spurious * in custom docstrings.
1862 (browse-url-filename-alist): Use new-style backquote.
1863
1864 * emacs-lisp/backquote.el (backquote-unquote-symbol)
1865 (backquote-splice-symbol): Clarify they're not new-style unquotes.
1866
1867 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
1868 (\,@): Backslash the , and ,@ which are not new-style unquotes.
1869
1870 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
1871
1872 * net/socks.el (socks-username/password-auth-filter):
1873 Remove unused vars `state' and `desired-len'.
1874 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
1875 (socks-wait-for-state-change): Use new-style backquotes.
1876
1877 * pcvs.el (cvs-mode-status): Fix long-standing typo.
1878
1879 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
1880 backquotes after each `read' rather than once per buffer.
1881
1882 * dframe.el: Remove spurious * in custom docstrings.
1883 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
1884 (dframe-xemacs20p): Remove, inline at the sole use point.
1885 (defface): Don't defvar the face, don't use old-style backquote.
1886 (defcustom): Don't use old-style backquote.
1887 (dframe-frame-parameter, dframe-mouse-event-p):
1888 Make it obvious that it's always defined.
1889 (dframe-popup-kludge): New function to replace
1890 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
1891 (dframe-frame-mode, dframe-set-timer-internal)
1892 (dframe-mouse-set-point): Remove use of with-no-warnings from
1893 XEmacs-specific code.
1894 (dframe-set-timer-internal): Fix very old bug with
1895 post-command-idle-hook.
1896
1897 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
1898
1899 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
1900
1901 * image-mode.el (image-minor-mode): Use image-mode-text-map.
1902
1903 2007-08-22 Reiner Steib <Reiner.Steib@gmx.de>
1904
1905 * sort.el (sort-fold-case, sort-numeric-base): Mark as
1906 safe-local-variable.
1907
1908 2007-08-22 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1909
1910 * net/browse-url.el (browse-url-emacs): New function.
1911
1912 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
1913
1914 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
1915 warning if the file uses old style backquotes.
1916
1917 * emacs-lisp/bytecomp.el (byte-compile-log-file)
1918 (byte-recompile-directory, byte-compile-file)
1919 (byte-compile-from-buffer): Use with-current-buffer.
1920
1921 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
1922 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
1923 (line-move-1, line-move-finish, line-move-to-column)
1924 (move-end-of-line, move-beginning-of-line): Use new name.
1925
1926 2007-08-22 Glenn Morris <rgm@gnu.org>
1927
1928 * files.el (backup-buffer-copy): Check backup directory is
1929 writable, to avoid infloop deleting old backup.
1930
1931 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
1932 movemail related variables.
1933 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
1934 will now be set before this is called.
1935
1936 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1937
1938 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
1939
1940 * progmodes/ada-mode.el: Fix up comment style in header.
1941 (ada-check-emacs-version): Remove.
1942 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
1943 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
1944 to try and quieten the byte-compiler.
1945 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
1946
1947 * vc.el (vc-annotate-warp-version): Don't use previous-line.
1948
1949 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
1950
1951 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
1952 extracted from `eval-last-sexp-1'.
1953 (eval-last-sexp-1): Call `preceding-sexp'.
1954
1955 2007-08-19 Glenn Morris <rgm@gnu.org>
1956
1957 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
1958 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
1959 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
1960 shadow files messing up the compilation.
1961
1962 2007-08-18 Glenn Morris <rgm@gnu.org>
1963
1964 * progmodes/scheme.el (scheme-mode-variables):
1965 Set font-lock-comment-start-skip.
1966
1967 2007-08-18 Martin Rudalics <rudalics@gmx.at>
1968
1969 * progmodes/ada-mode.el (ada-create-syntax-table):
1970 Move set-syntax-table from here to ...
1971 (ada-mode): ... here. Don't change global value of comment-multi-line.
1972 Call new function ada-initialize-syntax-table-properties.
1973 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
1974 (ada-deactivate-properties, ada-initialize-properties):
1975 Replace by new functions ...
1976 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
1977 (ada-initialize-syntax-table-properties): ... to set up syntax-table
1978 properties uniformly, independently from whether font-lock-mode
1979 is enabled or not. Handle read-only buffers and do not change
1980 undo-list when setting syntax-table properties.
1981 (ada-after-change-function): Use ada-set-syntax-table-properties.
1982
1983 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1984
1985 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
1986 (cperl-find-pods-heres): Fix an error when typing expressions like
1987 `s{a}{b}'.
1988
1989 2007-08-17 Glenn Morris <rgm@gnu.org>
1990
1991 * progmodes/compile.el (compilation-get-file-structure): Make use
1992 of the directory part when checking for an existing entry, to
1993 handle files with same basename in different directories.
1994
1995 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1996
1997 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
1998 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
1999 (ps-paragraph-spacing): Docstring fix.
2000
2001 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
2002
2003 * smerge-mode.el (smerge-resolve): New arg `safe'.
2004 (smerge-resolve-all, smerge-batch-resolve): New function.
2005 (smerge-refine): Make sure `diff' returns the expected result.
2006 (smerge-parsep-re): New const.
2007 (smerge-mode): Use it to adjust paragraph-separate.
2008
2009 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2010 Correctly match / regexp matchers as first char on a line when
2011 fontifying only that line.
2012
2013 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
2014
2015 2007-08-16 Glenn Morris <rgm@gnu.org>
2016
2017 * ps-print.el (ps-font-size): Doc fix.
2018
2019 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2020
2021 * vc-bzr.el: Don't fiddle with vc-handled-backend.
2022 (vc-bzr-registered): Don't redundantly protect against
2023 file-error. Actually use the format-specific code.
2024 (vc-bzr-buffer-nonblank-p): Remove.
2025 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
2026
2027 2007-08-15 Glenn Morris <rgm@gnu.org>
2028
2029 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
2030 sloppier, for the sake of GNU Mailman.
2031 (rmail-digest-rfc1153): Initialize `result' correctly.
2032
2033 2007-08-14 Glenn Morris <rgm@gnu.org>
2034
2035 * simple.el (bad-packages-alist): New constant.
2036 (bad-package-check): New function. Together, these two add
2037 elements to `after-load-alist' to check for problematic external
2038 packages.
2039 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
2040
2041 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
2042
2043 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
2044 optional quotes around files in NEED-UPDATE . REMOVED case.
2045
2046 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
2047 (ada-treat-cmd-string): Improve error message.
2048 (ada-do-file-completion): Call `ada-require-project-file', so
2049 project variables are set properly.
2050 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
2051 (ada-gnatfind-buffer-name): New constant.
2052 (ada-find-any-references): Use new constant. Set buffer name
2053 properly in compilation-start. Toggle read-only properly.
2054 (ada-find-in-src-path): Fix spelling error in docstring.
2055
2056 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
2057 by zero error.
2058
2059 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
2060
2061 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
2062
2063 2007-08-12 Richard Stallman <rms@gnu.org>
2064
2065 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
2066 (cvs-execute-single-file): Use new name split-string-and-unquote.
2067 (cvs-header-msg): Use new name combine-and-quote-strings.
2068
2069 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
2070
2071 * progmodes/gud.el (gud-common-init): Use new name
2072 split-string-and-unquote.
2073
2074 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
2075 in javac regexp.
2076
2077 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
2078 combine-and-quote-strings and split-string-and-unquote.
2079
2080 * subr.el (combine-and-quote-strings): Rename from strings->string.
2081 (split-string-and-unquote): Rename from string->strings.
2082
2083 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2084
2085 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
2086 to buffer-local settings.
2087
2088 * emacs-lisp/backquote.el (backquote-delay-process): New function.
2089 (backquote-process): Add internal arg `level'. Use the two to
2090 correctly handle nested backquotes.
2091
2092 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
2093
2094 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
2095 (vc-bzr-state-words): Add "kind changed" state word.
2096 (vc-bzr-status): New function. Return Bzr idea of file status,
2097 which is different from VC's.
2098 (vc-bzr-state): Use vc-bzr-status.
2099 (vc-workfile-unchanged-p): Use vc-bzr-status.
2100 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
2101 (vc-dired-state): Process "kind changed" state word.
2102
2103 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
2104
2105 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
2106
2107 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
2108 Move from vc-default-find-file-not-found-hook.
2109
2110 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
2111
2112 * url/url-auth.el (url-basic-auth): When prompting for username
2113 and password, default to the username and password in the URL.
2114
2115 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2116
2117 * man.el: Remove spurious * in docstrings.
2118 Merge defvars and toplevel setq-defaults.
2119 (Man-highlight-references0): Limit=nil rather than point-max.
2120 (Man-mode-map): Move initialization into the declaration.
2121 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
2122 (Man-view-header-file): Use expand-file-name rather than concat.
2123 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
2124
2125 * man.el (Man-next-section): Make sure we do not move backward.
2126
2127 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2128
2129 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
2130 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
2131 ps-print-color-p is neither nil nor black-white. Reported by Christian
2132 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2133
2134 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2135
2136 * files.el (auto-mode-alist): Use the purecopied text (duh!).
2137
2138 2007-08-08 Andreas Schwab <schwab@suse.de>
2139
2140 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
2141 self-insert-command, not self-insert.
2142
2143 2007-08-08 Glenn Morris <rgm@gnu.org>
2144
2145 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
2146
2147 * Replace `iff' in doc-strings and comments.
2148
2149 * help-mode.el (help-make-xrefs): Search for symbol constituents,
2150 rather than just `-'.
2151
2152 2007-08-08 Martin Rudalics <rudalics@gmx.at>
2153
2154 * dired.el (dired-pop-to-buffer):
2155 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2156 * calendar/calendar.el (generate-calendar-window):
2157 * progmodes/compile.el (compilation-set-window-height):
2158 * textmodes/two-column.el (2C-two-columns, 2C-merge):
2159 Use window-full-width-p instead of comparing frame-width and
2160 window-width.
2161
2162 * progmodes/compile.el (compilation-find-buffer): Remove extra
2163 argument in call to compilation-buffer-internal-p.
2164
2165 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
2166
2167 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
2168 parameters IDENTIFICATION and CONNECTED.
2169 (tramp-handle-insert-file-contents): VISIT must be handled after
2170 insertion of the local copy. Reported by Peter Gordon
2171 <peter@pg-consultants.com>.
2172 (tramp-file-name-handler): No special handling for
2173 `expand-file-name'. But for `file-name-as-directory'.
2174 (tramp-find-shell, tramp-open-connection-telnet)
2175 (tramp-open-connection-rsh, tramp-open-connection-su)
2176 (tramp-open-connection-multi)
2177 (tramp-open-connection-setup-interactive-shell): Guard against
2178 $PROMPT_COMMAND shell var. Reported by Steve Youngs
2179 <steve@sxemacs.org>.
2180 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
2181 the hint.
2182
2183 * net/trampver.el: Update release number.
2184
2185 2007-08-07 Tom Tromey <tromey@redhat.com>
2186
2187 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
2188 Add safe-local-variable property.
2189
2190 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
2191
2192 * image-mode.el (image-toggle-display): Use image-refresh.
2193
2194 * longlines.el (longlines-decoded): New variable.
2195 (longlines-mode): Avoid encoding or decoding the buffer twice.
2196
2197 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
2198
2199 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
2200 unofficial version.
2201 (vc-bzr-command): Remove redundant setting of process-connection-type.
2202 (vc-bzr-admin-checkout-format-file): Add autoload.
2203 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
2204 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
2205 (vc-bzr-registered): Compare dirstate format tag with known good
2206 value, abort parsing if match fails. Warn user in docstring.
2207 (vc-bzr-workfile-version): Case for different Bzr branch formats.
2208 See bzrlib/branch.py in Bzr sources.
2209 (vc-bzr-diff): First argument FILES may be a string rather than a list.
2210 (vc-bzr-shell-command): Remove in favor of
2211 vc-bzr-command-discarding-stderr.
2212 (vc-bzr-command-discarding-stderr): New function.
2213
2214 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
2215
2216 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
2217 program, and return nil
2218 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
2219 (vc-bzr-state): Look for path names relative to the repository
2220 root after status keyword.
2221 (vc-bzr-file-name-relative): New function.
2222 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
2223 depend on it.
2224 (vc-bzr-admin-dirname, ...-checkout-format-file)
2225 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
2226 files that we now parse directly for speed.
2227 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
2228 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
2229 (vc-bzr-state): "bzr status" successful only if exitcode is 0
2230 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
2231 Bzr warnings, so we must discard it.
2232 (vc-bzr-workfile-version): Speedup counting lines from
2233 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
2234 if that file doesn't exist.
2235 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
2236 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
2237 (not ".bzr"!) to `vc-directory-exclusion-list'
2238 (vc-bzr-shell-command): New function.
2239
2240 2007-08-06 Tom Tromey <tromey@redhat.com>
2241
2242 * diff-mode.el (diff-unified->context, diff-reverse-direction)
2243 (diff-fixup-modifs): Typo in docstring.
2244
2245 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
2246
2247 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
2248 count-screen-lines.
2249 (tpu-edt-off): Disable relevant pieces of advice.
2250
2251 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
2252 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
2253 (newline, newline-and-indent, do-auto-fill): Use advice instead of
2254 redefining the function.
2255 (tpu-set-scroll-margins): Activate the pieces of advice.
2256
2257 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
2258
2259 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
2260 process-filter.
2261
2262 2007-08-06 Martin Rudalics <rudalics@gmx.at>
2263
2264 * help.el (resize-temp-buffer-window): Use window-full-width-p
2265 instead of comparing frame-width and window-width.
2266
2267 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
2268
2269 * term.el: Honor term-default-fg-color and term-default-bg-color
2270 settings when modifying term-current-face.
2271 (term-default-fg-color, term-default-bg-color): Initialize from
2272 default term-current-face.
2273 (term-mode, term-reset-terminal): Set term-current-face with
2274 term-default-fg-color and term-default-bg-color.
2275 (term-handle-colors-array): term-current-face has term-default-fg-color
2276 and term-default-bg-color after reset escape sequence.
2277 (term-handle-colors-array): Set term-current-color with
2278 term-default-fg/bg-color instead of ansi-term-color-vector when the
2279 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
2280
2281 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
2282
2283 * files.el (set-auto-mode): Handle also remote files wrt
2284 `auto-mode-alist'.
2285
2286 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
2287 remote identification.
2288
2289 2007-08-04 Glenn Morris <rgm@gnu.org>
2290
2291 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
2292 zero, not nil, when the library is first loaded. Check for a file
2293 that has been modified on disk.
2294
2295 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
2296 Remove duplicate defvar preventing initialization.
2297 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
2298
2299 2007-08-03 Miles Bader <miles@gnu.org>
2300
2301 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
2302 backend names for new backends to `Git', `Hg', and `Bzr'.
2303 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
2304 not `HG'.
2305 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
2306 name, not `GIT'.
2307 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
2308 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
2309
2310 2007-08-03 Glenn Morris <rgm@gnu.org>
2311
2312 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
2313
2314 2007-08-02 Richard Stallman <rms@gnu.org>
2315
2316 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
2317 to update deleted flag.
2318
2319 * cus-edit.el (customize-apropos, customize-apropos-options)
2320 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
2321
2322 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
2323
2324 * startup.el (fancy-splash-head, startup-echo-area-message):
2325 Change message text.
2326
2327 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
2328 All callers use line-move.
2329
2330 * progmodes/compile.el (compilation-find-buffer): Return current
2331 buffer immediately if suitable.
2332 (compile, compilation-buffer-name, compilation-start): Doc fixes.
2333
2334 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2335
2336 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
2337 Make it more discriminating and more useful.
2338 (vc-bzr-root-dir): Use new name.
2339 (vc-bzr-registered): Use new name and look at the dirstate file to
2340 determine if it's registered or not without running `bzr'.
2341
2342 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
2343
2344 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
2345
2346 2007-07-31 Drew Adams <drew.adams@oracle.com>
2347
2348 * cus-edit.el (custom-group-value-create, custom-goto-parent):
2349 Fix parent groups link.
2350
2351 2007-07-31 Daiki Ueno <ueno@unixuser.org>
2352
2353 * faces.el (face-normalize-spec): New function.
2354 (frame-set-background-mode): Normalize face-spec before calling
2355 face-spec-match-p.
2356
2357 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
2358
2359 * vc-bzr.el: New file (copied from the trunk).
2360
2361 * vc-hooks.el (vc-handled-backends): Add BZR.
2362 (vc-find-file-hook): Failsafe if the backend's `registered'
2363 function burps.
2364
2365 * server.el (server-window): Add switch-to-buffer-other-frame option.
2366
2367 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2368
2369 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
2370 (vc-git-revision-completion-table): Enable.
2371
2372 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
2373
2374 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
2375
2376 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
2377 (vc-hg-registered): Set the vc-state property.
2378
2379 * diff-mode.el (diff-mode-menu): New entries.
2380
2381 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
2382
2383 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
2384 (diff-file-kill): Use it.
2385 (diff-beginning-of-hunk): Add arg `try-harder' using it.
2386 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
2387 Use it so they find the hunk even when we're in the file header.
2388
2389 * vc.el: Add new VC operation `revision-completion-table'.
2390 (vc-default-revision-completion-table): New function.
2391 (vc-version-diff, vc-version-other-window): Use it to provide
2392 completion of revision names if the backend provides it.
2393
2394 * vc-arch.el (vc-arch--version-completion-table)
2395 (vc-arch-revision-completion-table): New functions to provide
2396 completion of revision names.
2397
2398 * vc-cvs.el: Require CL.
2399 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
2400 New functions to provide completion of revision names.
2401
2402 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
2403
2404 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
2405 (copyright-fix-years, copyright): Correctly handle the case where
2406 copyright-limit is nil.
2407
2408 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
2409
2410 * progmodes/python.el (run-python): Fix path separator under w32.
2411
2412 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
2413
2414 * vc-git.el: New File.
2415
2416 2007-07-28 Alan Mackenzie <acm@muc.de>
2417
2418 Fix problem with modes derived from CC Mode:
2419 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
2420 macro to cc-langs.
2421 (c-init-language-vars-for): Remove call to above macro.
2422 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
2423 been moved to here.
2424 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
2425
2426 2007-07-28 Eli Zaretskii <eliz@gnu.org>
2427
2428 * net/trampver.el: Fix the `coding' cookie.
2429
2430 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
2431
2432 * add-log.el (change-log-redate): Remove (not needed anymore and
2433 doesn't appear to work).
2434
2435 2007-07-25 Glenn Morris <rgm@gnu.org>
2436
2437 * Relicense all FSF files to GPLv3 or later.
2438
2439 * COPYING: Switch to GPLv3.
2440
2441 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
2442
2443 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
2444 Replace it with another one which disables undo before calling
2445 erase-buffer and then turns it back on if needed.
2446
2447 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2448
2449 * ps-print.el: Problem with foreground and background color when
2450 printing a buffer with and without faces. Reported by Christian
2451 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2452 (ps-print-version): New version 6.7.5.
2453 (ps-default-fg): Change default value to nil, so black color is used
2454 when a face does not specify a foreground color.
2455 (ps-default-bg): Change default value to nil, so white color is used
2456 for background color.
2457 (ps-begin-job): Fix code.
2458
2459 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
2460
2461 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
2462
2463 2007-07-24 Alan Mackenzie <acm@muc.de>
2464
2465 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
2466 Initialise byte-compile-unresolved-functions before rather than
2467 after a compilation.
2468 (byte-compile-unresolved-functions): Amplify doc string.
2469
2470 2007-07-24 Glenn Morris <rgm@gnu.org>
2471
2472 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
2473 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
2474 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
2475 (cal-tex-cursor-week, cal-tex-cursor-week2)
2476 (cal-tex-cursor-week-iso, cal-tex-week-hours)
2477 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
2478 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2479 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
2480
2481 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
2482
2483 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
2484
2485 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2486
2487 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
2488 underlying file is uptodate.
2489
2490 2007-07-23 Richard Stallman <rms@gnu.org>
2491
2492 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
2493
2494 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2495
2496 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
2497 (sh-font-lock-flush-syntax-ppss-cache): New funs.
2498 (sh-font-lock-syntactic-keywords): Use them to distinguish the
2499 different possible cases for \'.
2500 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
2501
2502 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
2503 `file' from which to start the search and fix case where `file' is the
2504 current directory and the root as well.
2505
2506 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
2507 name for buffer-file-name if it refers to a directory.
2508
2509 2007-07-22 Jason Rumney <jasonr@gnu.org>
2510
2511 * w32-fns.el (set-default-process-coding-system): Use dos line ends
2512 for input to cmdproxy on all versions of Windows.
2513 Use dos line ends for input to plink.
2514
2515 * comint.el (comint-simple-send): Concat newline before sending.
2516 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
2517
2518 2007-07-22 Juri Linkov <juri@jurta.org>
2519
2520 * isearch.el (isearch-edit-string): Save old point and
2521 isearch-other-end to old-point and old-other-end before reading
2522 the search string from minibuffer. After exiting minibuffer set
2523 point to old-other-end if point and the search direction is the
2524 same as before reading the search string.
2525 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
2526 to isearch-other-end. Instead of isearch-search-and-update call
2527 three functions isearch-search, isearch-push-state and isearch-update.
2528
2529 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
2530
2531 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
2532 destroying an existing buffer.
2533
2534 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2535
2536 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
2537
2538 * term/x-win.el (x-handle-no-bitmap-icon): New function.
2539
2540 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
2541
2542 * textmodes/reftex.el (reftex-access-parse-file): Create parse
2543 file in a way that does not interfere with recentf.
2544
2545 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
2546
2547 * image-dired.el (image-dired-sane-db-file): New func.
2548 (image-dired-write-tags, image-dired-remove-tag)
2549 (image-dired-list-tags, image-dired-write-comments)
2550 (image-dired-get-comment, image-dired-mark-tagged-files)
2551 (image-dired-create-gallery-lists): Call new func.
2552 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
2553
2554 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
2555
2556 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
2557 (vc-hg-dir-state): Fix loop.
2558 (vc-hg-print-log): Fix expected return value for vc-hg-command.
2559 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
2560 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
2561 (vc-hg-revert): Likewise.
2562 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
2563
2564 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
2565
2566 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
2567 case of alignment under a constant symbol, find and consider
2568 the sexp actually at indentation to be the "last sexp".
2569
2570 2007-07-20 Eli Zaretskii <eliz@gnu.org>
2571
2572 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2573 (install): Use them to copy all *.el files before *.elc.
2574 (clean): Don't delete *~.
2575
2576 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
2577
2578 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
2579
2580 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
2581
2582 * vc-hg.el (vc-hg-registered): Replace if with when.
2583 (vc-hg-state): Deal with nonexistent files.
2584
2585 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
2586
2587 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
2588 (follow-delete-other-windows-and-split, follow-recenter)
2589 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
2590 (follow-redisplay, follow-estimate-first-window-start)
2591 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
2592 Fix typos in docstrings.
2593
2594 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
2595
2596 * bookmark.el (bookmark-show-all-annotations):
2597 Make sure each inserted annotation ends with newline.
2598
2599 (bookmark-maybe-sort-alist): Don't modify
2600 bookmark-alist. Instead, if not sorting, simply return it.
2601 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
2602 for its return value, not for its side effect.
2603
2604 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
2605
2606 * vc.el: Add more info about the vc-registered function.
2607
2608 2007-07-16 David Kastrup <dak@gnu.org>
2609
2610 * emacs-lisp/advice.el (defadvice): Doc fix.
2611
2612 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
2613
2614 * subr.el (when, unless): Doc fix.
2615
2616 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
2617
2618 * vc-hg.el (vc-hg-state): Handle removed files.
2619 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
2620 (vc-hg-checkout): Re-enable.
2621
2622 2007-07-15 Richard Stallman <rms@gnu.org>
2623
2624 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
2625
2626 * tutorial.el (tutorial--find-changed-keys):
2627 Handle C-x specially like ESC.
2628
2629 2007-07-15 Roland McGrath <roland@frob.com>
2630
2631 * add-log.el (add-change-log-entry): Check add-log-full-name
2632 and add-log-mailing-address later, after change-log-mode-hook.
2633
2634 2007-07-15 Richard Stallman <rms@gnu.org>
2635
2636 * isearch.el (isearch-mode, isearch-done):
2637 Delete unintended code in previous change.
2638
2639 * ps-print.el (ps-default-bg): Change to White.
2640
2641 2007-07-15 Aaron Hawley <aaronh@garden.org>
2642
2643 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
2644
2645 2007-07-15 Martin Rudalics <rudalics@gmx.at>
2646
2647 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
2648 when handling the terminating event.
2649
2650 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
2651
2652 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
2653
2654 2007-07-13 Eli Zaretskii <eliz@gnu.org>
2655
2656 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2657 (install): Use them to copy all *.el files before *.elc.
2658
2659 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
2660
2661 * replace.el (match): Use yellow1 instead of yellow.
2662
2663 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
2664
2665 * pcvs-info.el (cvs-unknown): Likewise.
2666
2667 2007-07-12 Davis Herring <herring@lanl.gov>
2668
2669 * desktop.el (desktop-buffer-info, desktop-save):
2670 Use `desktop-dirname' instead of `dirname'.
2671
2672 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
2673
2674 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
2675
2676 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
2677
2678 2007-07-10 Richard Stallman <rms@gnu.org>
2679
2680 * emacs-lisp/lisp-mode.el (eval-defun):
2681 Explain special handling of `defface'.
2682
2683 2007-07-09 Richard Stallman <rms@gnu.org>
2684
2685 * isearch.el (isearch-edit-string): Call to isearch-push-state
2686 after the search.
2687
2688 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
2689
2690 * cus-start.el (file-coding-system-alist): Fix custom type.
2691
2692 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
2693
2694 * longlines.el (longlines-wrap-region): Avoid marking buffer as
2695 modified.
2696 (longlines-auto-wrap, longlines-window-change-function):
2697 Remove unnecessary calls to set-buffer-modified-p.
2698
2699 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2700
2701 * vc.el (vc-default-log-view-mode): New function.
2702 (vc-print-log): Add new `log-view-mode' VC operation.
2703
2704 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
2705
2706 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
2707 Rename and move to...
2708
2709 * subr.el (strings->string, string->strings): ...here.
2710
2711 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
2712 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
2713
2714 * progmodes/gud.el (gud-common-init): Call string->strings instead
2715 of split-string.
2716
2717 2007-07-07 Eli Zaretskii <eliz@gnu.org>
2718
2719 * term/w32-win.el (menu-bar-open): New function.
2720 Bind <f10> to it.
2721
2722 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2723
2724 * log-view.el (log-view-mode-menu): New menu.
2725
2726 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
2727
2728 * vc-hg.el: New file.
2729
2730 2007-07-06 Andreas Schwab <schwab@suse.de>
2731
2732 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
2733 dynamic bindings around the evaluation of the expression.
2734 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
2735
2736 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
2737
2738 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
2739 file names.
2740
2741 2007-07-02 Martin Rudalics <rudalics@gmx.at>
2742
2743 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
2744
2745 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
2746 event is not a cons cell. Do not unread drag-mouse-1 events.
2747 Select right window in check whether space was stolen from
2748 window above.
2749
2750 2007-07-01 Richard Stallman <rms@gnu.org>
2751
2752 * files.el (find-file-visit-truename): Fix safe-local-variable value.
2753
2754 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
2755
2756 * generic-x.el (generic-define-mswindows-modes)
2757 (generic-define-unix-modes, apache-log-generic-mode)
2758 (bat-generic-mode-keymap, java-manifest-generic-mode)
2759 (show-tabs-generic-mode): Fix typos in docstrings.
2760
2761 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2762
2763 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
2764 replace-regexp-in-string.
2765
2766 2007-06-28 Andreas Schwab <schwab@suse.de>
2767
2768 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
2769 $(lisp)/subdirs.el.
2770
2771 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
2772
2773 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
2774 the speedbar frame if nil; that deletes the current frame or
2775 causes an error if it is the only frame.
2776 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
2777
2778 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
2779
2780 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
2781 directory where the desktop file was found, as the docstring says.
2782 (desktop-kill): Use `read-directory-name'.
2783
2784 * desktop.el (desktop-load-locked-desktop): New option.
2785 (desktop-read): Use it.
2786 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
2787 Use `when'.
2788
2789 2007-06-24 Davis Herring <herring@lanl.gov>
2790
2791 * desktop.el (desktop-save-mode-off): New function.
2792 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
2793 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
2794 (desktop-claim-lock, desktop-release-lock): New functions.
2795 (desktop-kill): Tell `desktop-save' that this is the last save.
2796 Release the lock afterwards.
2797 (desktop-buffer-info): New function.
2798 (desktop-save): Use it. Run `desktop-save-hook' where the doc
2799 says to. Detect conflicts, and manage the lock.
2800 (desktop-read): Detect conflicts. Manage the lock.
2801
2802 2007-06-23 Eli Zaretskii <eliz@gnu.org>
2803
2804 * ls-lisp.el (insert-directory): If an invalid regexp error is
2805 thrown, try using FILE as a literal file name, not a wildcard.
2806 Check for FILE as an existing file, not just a directory.
2807
2808 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
2809
2810 * ruler-mode.el (ruler-mode): Prevent clobbering the original
2811 `header-line-format' when reentering ruler mode.
2812
2813 2007-06-23 Eli Zaretskii <eliz@gnu.org>
2814
2815 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
2816 FILE exists as a directory.
2817
2818 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2819
2820 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
2821 (vera-font-lock-match-item): Fix doc string.
2822 (vera-in-comment-p): Remove unused function.
2823 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
2824 use `syntax-ppss'.
2825 (vera-forward-syntactic-ws): Fix argument order.
2826 (vera-prepare-search): Use `with-syntax-table'.
2827 (vera-indent-line): Fix doc string.
2828 (vera-electric-tab): Fix doc string.
2829 (vera-expand-abbrev): Define alias instead of using `fset'.
2830 (vera-comment-uncomment-region): Use `comment-start-skip'.
2831
2832 2007-06-20 Reto Zimmermann <reto@gnu.org>
2833
2834 * progmodes/vera-mode.el: New file.
2835
2836 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
2837
2838 * ido.el (ido-find-file-in-dir): Don't signal an error for
2839 empty directories.
2840
2841 2007-06-18 Alan Mackenzie <acm@muc.de>
2842
2843 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2844 When removing lines, also remove the \n. Correction of patch of
2845 2007-04-21.
2846
2847 2007-06-17 Glenn Morris <rgm@gnu.org>
2848
2849 * lpr.el (lpr-page-header-switches): Move %s to separate element
2850 for correct quoting. Doc fix.
2851
2852 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2853
2854 * term/xterm.el (terminal-init-xterm): Escape parens in character
2855 constants.
2856
2857 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
2858
2859 * scroll-lock.el (scroll-lock-mode): Doc fix.
2860
2861 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2862
2863 * font-lock.el (font-lock-add-keywords): In case font-lock was only
2864 half-activated, forcefully activate it completely.
2865
2866 2007-06-11 Richard Stallman <rms@gnu.org>
2867
2868 * cus-edit.el (custom-variable-type): Doc fix.
2869
2870 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
2871
2872 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
2873
2874 2007-06-09 Davis Herring <herring@lanl.gov>
2875
2876 * desktop.el (desktop-minor-mode-table): Doc fix.
2877
2878 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
2879
2880 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
2881 (image-next-line, image-previous-line, image-scroll-up)
2882 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
2883 New functions.
2884 (image-mode-map): Remap motion commands.
2885 (image-mode-text-map): New keymap for viewing images as text.
2886 (image-mode): Use image-mode-map.
2887 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
2888
2889 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
2890
2891 Sync with Tramp 2.0.56.
2892
2893 * net/tramp.el:
2894 * net/tramp-ftp.el:
2895 * net/tramp-smb.el:
2896 * net/tramp-util.el:
2897 * net/tramp-vc.el:
2898 Don't load cl.el, because that pollutes the namespace. Replace cl
2899 macros by their implementations where necessary. Requested by
2900 Richard Stallman <rms@gnu.org>.
2901
2902 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
2903 doesn't exist.
2904 (with-parsed-tramp-file-name): Protect debug spec during compilation.
2905 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
2906 (tramp-file-name-p, tramp-file-name-multi-method)
2907 (tramp-file-name-method, tramp-file-name-user)
2908 (tramp-file-name-host, tramp-file-name-localname): New defuns,
2909 replacing defstruct `tramp-file-name'.
2910 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
2911 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
2912 Apply `vector' instead of `make-tramp-file-name'.
2913 (tramp-handle-make-auto-save-file-name):
2914 Apply `tramp-temporary-file-directory' for compatibility reasons.
2915 (tramp-completion-mode): Use `natnump' instead of `wholenump'
2916 because of XEmacs.
2917 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
2918 started.
2919
2920 2007-06-07 David Kastrup <dak@gnu.org>
2921
2922 * dired.el (dired-recursive-deletes, dired-recursive-copies):
2923 Change default to `top'.
2924
2925 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
2926
2927 * dired.el (dired-mode-map): Remove spurious separator.
2928
2929 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2930
2931 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
2932
2933 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2934 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
2935
2936 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
2937
2938 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
2939 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
2940
2941 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2942
2943 * progmodes/ebrowse.el (ebrowse-member-table):
2944 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
2945
2946 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2947
2948 * pgg.el (pgg-sign-region, pgg-sign):
2949 * ses.el (ses-call-printer):
2950 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
2951 * textmodes/org.el (org-cycle): Fix typos in docstrings.
2952
2953 2007-06-06 Eli Zaretskii <eliz@gnu.org>
2954
2955 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
2956 (tar-get-descriptor): Handle type 55, an extended pax header.
2957
2958 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2959
2960 * textmodes/css-mode.el: New file.
2961
2962 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
2963
2964 * net/socks.el: New file, taken from w3 repository.
2965 (top): Update Copyright. Don't load cl.el.
2966 (all): Replace `case' by `cond', `string-to-int' by
2967 `string-to-number', and `process-kill-without-query' by
2968 `set-process-query-on-exit-flag'.
2969 (socks-char-int): Remove defalias and all occurrences.
2970
2971 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2972
2973 * international/mule-cmds.el (toggle-enable-multibyte-characters)
2974 (sort-coding-systems, search-unencodable-char): Doc fixes.
2975 (coding-system-change-eol-conversion, set-default-coding-systems)
2976 (prefer-coding-system, find-multibyte-characters, princ-list)
2977 (leim-list-entry-regexp, set-input-method, locale-language-names)
2978 (input-method-exit-on-first-char, exit-language-environment-hook)
2979 (locale-charset-language-names): Fix typos in docstrings.
2980
2981 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
2982
2983 * bs.el (bs-cycle-previous): Don't modify the cycle list until
2984 `switch-to-buffer' has returned succesfully.
2985 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
2986 window is dedicated (it could iconify the frame).
2987
2988 2007-06-05 Glenn Morris <rgm@gnu.org>
2989
2990 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
2991
2992 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
2993
2994 * files.el (auto-mode-alist): Add lower-priority match for names
2995 like ChangeLog.old.
2996
2997 2007-06-04 Andreas Schwab <schwab@suse.de>
2998
2999 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
3000
3001 2007-06-04 Davis Herring <herring@lanl.gov>
3002
3003 * calendar/timeclock.el: Update version number.
3004 (timeclock-modeline-display): Mention timeclock-use-display-time
3005 in explanatory message.
3006 (timeclock-log): Suppress warnings when finding the log.
3007 Don't check for a nil project twice. Run hooks after killing the
3008 buffer (if applicable).
3009 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
3010 was geometric). All uses changed.
3011 (timeclock-generate-report): Support prefix argument.
3012
3013 2007-06-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3014
3015 * man.el (Man-next-section): Don't consider the last line of the
3016 page as being part of any section.
3017
3018 2007-06-04 Martin Rudalics <rudalics@gmx.at>
3019
3020 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
3021 modified flag of buffer. Use `inhibit-modification-hooks'.
3022
3023 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
3024
3025 * mail/mail-extr.el (mail-extract-address-components):
3026 Recognize non-ASCII characters except for NBSP as words.
3027
3028 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
3029
3030 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
3031
3032 2007-06-04 Michael Olson <mwolson@gnu.org>
3033
3034 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
3035 died and we are trying to send a signal to it.
3036
3037 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
3038
3039 * emacs-lisp/easy-mmode.el (define-minor-mode)
3040 (easy-mmode-define-navigation): Fix typos in docstrings.
3041
3042 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
3043 Fix typos in docstrings.
3044 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
3045 (compilation-finish-function): Fix typo in obsolescence declaration.
3046
3047 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
3048
3049 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
3050
3051 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
3052 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
3053
3054 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
3055
3056 * longlines.el (longlines-mode): Make longlines-auto-wrap
3057 buffer-local. Add hooks unconditionally.
3058 (longlines-auto-wrap): Toggle wrapping.
3059 (longlines-after-change-function)
3060 (longlines-post-command-function): Check longlines-auto-wrap.
3061
3062 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
3063
3064 * Version 22.1 released.
3065
3066 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
3067
3068 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
3069 changes.
3070
3071 2007-05-31 Richard Stallman <rms@gnu.org>
3072
3073 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
3074
3075 2007-05-29 Martin Rudalics <rudalics@gmx.at>
3076
3077 * textmodes/table.el (table--point-entered-cell-function)
3078 (table--point-left-cell-function):
3079 Bind `inhibit-point-motion-hooks' to t.
3080
3081 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3082
3083 * emacs-lisp/rx.el (rx): Doc fix.
3084
3085 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
3086
3087 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
3088
3089 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
3090
3091 * log-edit.el (log-edit-changelog-paragraph): Return point-max
3092 as the end of the ChangeLog paragraph when it ends without a line
3093 termination.
3094
3095 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3096
3097 * textmodes/fill.el (canonically-space-region): Make the second arg
3098 a marker if it's not already the case.
3099
3100 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
3101 (xterm-mouse-event): Use it.
3102
3103 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
3104
3105 * vc-hooks.el (vc-find-root): Fix file attribute test.
3106
3107 2007-05-24 Richard Stallman <rms@gnu.org>
3108
3109 * textmodes/flyspell.el (flyspell-correct-word-before-point):
3110 Don't let opoint be nil.
3111 (flyspell-emacs-popup): Explicit error if no dialogs.
3112
3113 2007-05-23 Eli Zaretskii <eliz@gnu.org>
3114
3115 * tar-mode.el (tar-file-name-handler): New function.
3116 (tar-extract): Bind file-name-handler-alist to it to force
3117 find-buffer-file-type-coding-system behave as if the file being
3118 extracted existed. Use last-coding-system-used to force
3119 buffer-file-coding-system to what decode-coding-region actually
3120 used to decode the file.
3121
3122 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3123
3124 * progmodes/compile.el (compilation-handle-exit):
3125 `compilation-finish-function' may change the current buffer.
3126
3127 2007-05-22 Richard Stallman <rms@gnu.org>
3128
3129 * files.el (set-auto-mode): Doc fix.
3130
3131 2007-05-22 Eli Zaretskii <eliz@gnu.org>
3132
3133 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3134
3135 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
3136
3137 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
3138 (rcirc-print): Handle `window-width'.
3139 (rcirc-buffer-maximum-lines): Doc fix.
3140
3141 2007-05-19 Kevin Ryde <user42@zip.com.au>
3142
3143 * info.el (Info-fontify-node): Match https also.
3144
3145 2007-05-18 Richard Stallman <rms@gnu.org>
3146
3147 * simple.el (push-mark): Doc fix.
3148
3149 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
3150
3151 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
3152 tpu-global-map.
3153 (tpu-original-global-map): Delete variable.
3154 (tpu-control-keys-map): New keymap variable.
3155 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
3156 setting keymapping directly.
3157 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
3158 tpu-global-map.
3159 (tpu-edt-on): Activate the tpu-global-map.
3160 (tpu-edt-off): Deactivate the tpu-global-map.
3161
3162 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
3163
3164 * textmodes/ispell.el (ispell-get-word): Return markers
3165 for start and end positions.
3166 (ispell-word): Assume END is a marker.
3167
3168 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3169
3170 * ps-print.el: Use default color when foreground or background color
3171 are unspecified. Reported by Leo <sdl.web@gmail.com>.
3172 (ps-print-version): New version 6.7.4.
3173 (ps-rgb-color): New argument. Use default color when color is
3174 unspecified.
3175 (ps-begin-job): Fix code.
3176
3177 2007-05-17 Martin Rudalics <rudalics@gmx.at>
3178
3179 * textmodes/ispell.el (ispell-start-process): Defend against bad
3180 default-directory.
3181
3182 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3183
3184 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
3185
3186 2007-05-16 Richard Stallman <rms@gnu.org>
3187
3188 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
3189
3190 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3191
3192 * files.el (magic-mode-alist, magic-fallback-mode-alist):
3193 Move the *ml, Postscript, and XmCD entries to the fallback part.
3194
3195 * files.el (magic-fallback-mode-alist):
3196 Rename from file-start-mode-alist.
3197
3198 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3199
3200 * progmodes/compile.el (compilation-handle-exit): Quote first
3201 argument of `run-hook-with-args'.
3202
3203 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
3204
3205 * buff-menu.el (Buffer-menu-sort-column):
3206 * dabbrev.el (dabbrev-upcase-means-case-search):
3207 * dired.el (dired-recursive-deletes, dired-recursive-copies):
3208 * info.el (Info-current-subfile):
3209 * ls-lisp.el (ls-lisp-verbosity):
3210 * msb.el (msb-menu-cond):
3211 * pcvs.el (cvs-dired-use-hook):
3212 * simple.el (set-mark-command-repeat-pop):
3213 * time.el (display-time-24hr-format, display-time-mail-file):
3214 Doc fixes.
3215
3216 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
3217 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
3218
3219 * view.el (view-inhibit-help-message): Fix typo in docstring.
3220 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
3221
3222 2007-05-14 Eli Zaretskii <eliz@gnu.org>
3223
3224 * mail/rmail.el (rmail-convert-to-babyl-format):
3225 Check content-transfer-encoding _last_, because we need its position
3226 in base64-header-field-end.
3227
3228 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
3229
3230 * files.el (mode-require-final-newline, require-final-newline)
3231 (enable-local-variables, enable-local-eval): Doc fixes.
3232
3233 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
3234
3235 * progmodes/python.el (python-font-lock-keywords)
3236 (python-open-block-statement-p, python-mode): Add support for the new
3237 "with" keyword.
3238
3239 2007-05-10 Richard Stallman <rms@gnu.org>
3240
3241 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
3242 (iso-cvt-write-only): Likewise.
3243
3244 * emacs-lisp/easy-mmode.el (define-minor-mode):
3245 Fix generated doc string.
3246
3247 * startup.el (fancy-splash-text): Add URL of guided tour.
3248 Adjust horizontal and vertical whitespace.
3249
3250 * progmodes/compile.el (compilation-handle-exit):
3251 Use run-hook-with-args to run compilation-finish-functions.
3252
3253 * files.el (file-start-mode-alist): New variable.
3254 (magic-mode-regexp-match-limit): Doc fix.
3255 (set-auto-mode): Handle file-start-mode-alist.
3256 A little cleanup of structure.
3257
3258 2007-05-10 Davis Herring <herring@lanl.gov>
3259
3260 * calendar/timeclock.el (timeclock-in): Fix non-interactive
3261 workday specifications.
3262 (timeclock-log): Don't kill the log buffer if it already existed.
3263
3264 2007-05-08 Richard Stallman <rms@gnu.org>
3265
3266 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
3267 Don't include non-self-insert commands in the exception for `-'.
3268
3269 2007-05-08 David Reitter <david.reitter@gmail.com>
3270
3271 * progmodes/python.el (python-guess-indent): Check non-nullness
3272 before comparing indent against the 2..8 interval.
3273
3274 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3275
3276 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
3277 available.
3278
3279 2007-05-06 Richard Stallman <rms@gnu.org>
3280
3281 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
3282
3283 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
3284
3285 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
3286 disconnections.
3287
3288 2007-05-01 Romain Francoise <romain@orebokech.com>
3289
3290 * dired-x.el: Revert 2007-04-06 change.
3291
3292 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
3293
3294 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
3295 don't put stop on toolbar.
3296
3297 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
3298
3299 * find-dired.el (find-dired-filter): Propertize all text down to eob.
3300
3301 2007-04-29 Richard Stallman <rms@gnu.org>
3302
3303 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
3304
3305 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3306
3307 * progmodes/cc-mode.el (c-before-change): Use point-min rather
3308 than 1.
3309
3310 2007-04-28 Richard Stallman <rms@gnu.org>
3311
3312 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
3313
3314 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3315
3316 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
3317
3318 2007-04-28 Eli Zaretskii <eliz@gnu.org>
3319
3320 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
3321 instead of $(lisp)/mh-e.
3322
3323 * textmodes/fill.el (fill-paragraph): Doc fix.
3324
3325 2007-04-28 Glenn Morris <rgm@gnu.org>
3326
3327 * image-dired.el (image-dired-cmd-create-thumbnail-options)
3328 (image-dired-cmd-create-temp-image-options): Replace option
3329 +profile "*" with -strip.
3330
3331 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
3332
3333 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
3334 Use window-start and window-end.
3335
3336 2007-04-26 Glenn Morris <rgm@gnu.org>
3337
3338 * progmodes/python.el: Restore file pending consideration of legal
3339 status.
3340
3341 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
3342
3343 * locate.el (locate-in-alternate-database): Doc fix.
3344
3345 2007-04-26 Glenn Morris <rgm@gnu.org>
3346
3347 * button.el (button): Use underline if supported, else fall back
3348 to color.
3349
3350 2007-04-25 Richard Stallman <rms@gnu.org>
3351
3352 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
3353
3354 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
3355
3356 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
3357 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
3358 pushing mark.
3359 (idlwave-current-routine): Don't push mark.
3360
3361 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
3362
3363 * image-dired.el (image-dired-display-image): Derive image-type from
3364 filename rather than assuming jpeg, in case no resizing was needed.
3365
3366 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3367
3368 * custom.el (defface): Doc fix.
3369
3370 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
3371
3372 * progmodes/python.el: Remove due to unclear legal issues.
3373
3374 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
3375
3376 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
3377 Don't re-query for each cleared BP.
3378 (idlwave-shell-clear-bp): Optionally skip BP query.
3379 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
3380 of set-window-buffer, which incorrectly moves displayed region.
3381
3382 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
3383
3384 * calc/calc.el (calc-bug-address): Update maintainer's address.
3385 * calc/*: Update maintainer's address.
3386
3387 2007-04-23 Richard Stallman <rms@gnu.org>
3388
3389 * simple.el (set-mark-command-repeat-pop): Doc fix.
3390 Put in `editing-basics' group.
3391
3392 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
3393
3394 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
3395 New functions.
3396 (Info-mode-line-node-keymap): Bind mouse commands to
3397 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
3398
3399 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
3400
3401 * locate.el (locate-local-prompt): New var.
3402 (locate-prompt-for-command): Doc fix.
3403 (locate-prompt-for-search-string): New function.
3404 (locate): New optional arg. Make locate-local-prompt
3405 buffer-local. Use locate-prompt-for-search-string.
3406 (locate-with-filter): New optional arg.
3407 Use locate-prompt-for-search-string.
3408 (locate-update): Bind locate-prompt-for-command.
3409
3410 2007-04-23 Glenn Morris <rgm@gnu.org>
3411
3412 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
3413
3414 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
3415
3416 * button.el (button): Inherit from link face on a tty.
3417
3418 2007-04-23 Glenn Morris <rgm@gnu.org>
3419
3420 * button.el (button): Use color for this face on a tty.
3421
3422 * files.el (magic-mode-alist): Allow for carriage-returns in
3423 html-mode and sgml-mode entries.
3424
3425 2007-04-22 Richard Stallman <rms@gnu.org>
3426
3427 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3428 Improve doc string of generated command.
3429
3430 * subr.el (read-number): Catch errors.
3431
3432 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
3433
3434 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
3435
3436 * image-dired.el: Rename from thumbnails.el. All instances of
3437 "thumbnails" replaced with "image-dired".
3438
3439 * dired.el (dired-mode-map): Rename "thumbnails" again, to
3440 "image-dired".
3441
3442 2007-04-22 Kim F. Storm <storm@cua.dk>
3443
3444 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
3445 Don't use kill-line.
3446
3447 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
3448
3449 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
3450 error message.
3451
3452 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
3453
3454 * dired.el: Rename "tumme" to "thumbnails".
3455
3456 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
3457 replaced with "thumbnails".
3458
3459 2007-04-22 Glenn Morris <rgm@gnu.org>
3460
3461 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
3462 and give it the risky-local-variable property.
3463
3464 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
3465 before defining it.
3466
3467 2007-04-21 Martin Rudalics <rudalics@gmx.at>
3468
3469 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
3470 Use delete-region instead of kill-line.
3471
3472 2007-04-21 Alan Mackenzie <acm@muc.de>
3473
3474 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
3475 `kill-region' by `delete-region'.
3476
3477 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
3478
3479 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
3480 instead of kill-region.
3481
3482 * progmodes/mantemp.el (mantemp-make-mantemps-region)
3483 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
3484 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
3485 and kill-line.
3486
3487 * progmodes/vhdl-mode.el (vhdl-template-type)
3488 (vhdl-template-record, vhdl-template-nature)
3489 (vhdl-template-configuration-spec, vhdl-template-component-inst)
3490 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
3491 Use delete-region instead of kill-word and kill-line.
3492
3493 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3494
3495 * dired-x.el (dired-virtual-mode): Doc fix.
3496
3497 2007-04-21 Richard Stallman <rms@gnu.org>
3498
3499 * font-lock.el (font-lock-keywords-alist): Mark as risky.
3500
3501 * subr.el (read-number): Doc fix.
3502
3503 * simple.el (pop-to-mark-command): Display message "mark popped"
3504 if point does not move.
3505 (set-mark-command): Doc fix.
3506
3507 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
3508
3509 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
3510 (locate-local-filter, locate-local-search): New vars.
3511 (locate): Make variables local.
3512 (locate-update): Bind locate-buffer-name. Call locate using
3513 locate-local-filter and locate-local-search.
3514
3515 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
3516
3517 * hi-lock.el (hi-lock-file-patterns-policy): New var.
3518 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
3519 (hi-lock-mode): Update docstring.
3520
3521 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3522
3523 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
3524 fill-nobreak-predicate when the break is past fill-column.
3525
3526 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
3527
3528 * locate.el (locate): Output from shell-command should go in the
3529 current buffer rather than *Shell Command Output*.
3530
3531 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
3532
3533 * paren.el (show-paren-function): Fix last fix.
3534
3535 2007-04-19 Kevin Ryde <user42@zip.com.au>
3536
3537 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
3538 (archive-lzh-summarize): Add optional start arg for where to start
3539 looking at the archive.
3540 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
3541
3542 * international/mule.el (auto-coding-alist): no-conversion for .exe
3543 and .EXE.
3544
3545 2007-04-19 Alan Mackenzie <acm@muc.de>
3546
3547 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
3548 function return type contains "struct", "union", etc.
3549 c-end-of-defun goes too far forward.
3550
3551 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
3552
3553 * paren.el (show-paren-function): Reset window-start to avoid
3554 recentering.
3555
3556 2007-04-19 Glenn Morris <rgm@gnu.org>
3557
3558 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
3559
3560 2007-04-18 Glenn Morris <rgm@gnu.org>
3561
3562 * calendar/diary-lib.el (diary-header-line-format): Add a custom
3563 :set function.
3564 (diary-list-entries): Only switch to diary-mode from
3565 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
3566 diary-mode set header-line-format, in case of any customization.
3567
3568 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
3569
3570 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
3571 is less than the length of parse-time-syntax.
3572
3573 2007-04-17 David Kastrup <dak@gnu.org>
3574
3575 * replace.el (query-replace-regexp-eval): Deprecate.
3576
3577 2007-04-17 Alan Mackenzie <acm@muc.de>
3578
3579 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
3580 point too close to EOB, leave point at EOB rather than last `}'.
3581
3582 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3583
3584 * textmodes/bibtex.el (bibtex-include-OPTkey)
3585 (bibtex-user-optional-fields, bibtex-entry-field-alist):
3586 Fix defcustom.
3587
3588 2007-04-17 Glenn Morris <rgm@gnu.org>
3589
3590 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
3591 be encoded, fall back to current year.
3592
3593 2007-04-14 Kevin Ryde <user42@zip.com.au>
3594
3595 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
3596 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
3597 M "MSDOS".
3598
3599 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
3600
3601 * progmodes/python.el (python-end-of-block): Avoid looping forever
3602 if python-next-statement fails.
3603
3604 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3605
3606 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
3607
3608 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3609
3610 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
3611 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
3612
3613 2007-04-15 Jay Belanger <belanger@truman.edu>
3614
3615 * calc/calc.el (calc-version): New function.
3616 (calc-trail-mode): Shorten the title.
3617
3618 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
3619
3620 * mail/footnote.el (footnote-style): Clarify docstring to state
3621 that customizing this only applies to future footnotes.
3622
3623 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3624
3625 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
3626 (bibtex-make-field): Check that INIT is a string. Use functionp.
3627
3628 2007-04-14 Glenn Morris <rgm@gnu.org>
3629
3630 * complete.el (PC-goto-end): New buffer-local variable.
3631 (PC-do-completion-end): Make buffer-local.
3632 (partial-completion-mode) <choose-completion-string-functions>:
3633 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
3634 (PC-do-completion): New optional fourth argument GOTO-END. Add a
3635 doc string. Set PC-goto-end for choose-completion.
3636 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
3637 PC-do-completion.
3638
3639 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
3640 arg to bibtex-make-field.
3641 (bibtex-make-field): Add optional fourth arg NODELIM.
3642 Insert delimiters around INIT unless this arg is non-nil.
3643
3644 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
3645
3646 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
3647 global map isn't modified.
3648
3649 2007-04-14 Glenn Morris <rgm@gnu.org>
3650
3651 * calendar/appt.el (appt-disp-window): Do not split small windows.
3652 Suggested by Jeff Miller <jmiller@cablespeed.com>.
3653
3654 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
3655
3656 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
3657
3658 * files.el: Ditto.
3659
3660 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
3661
3662 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
3663
3664 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
3665 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
3666 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
3667 (term-pager-help): Fix typos in docstrings.
3668
3669 * wid-edit.el (widget-documentation): Fix typo in docstring.
3670
3671 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
3672 Fix typos in error messages.
3673
3674 2007-04-13 Martin Rudalics <rudalics@gmx.at>
3675
3676 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
3677 window marked as dedicated.
3678
3679 * mail/footnote.el (footnote-latin-string): New variable.
3680 (footnote-latin-regexp): Redefine as regexp alternative.
3681 (Footnote-latin): Use footnote-latin-string instead of
3682 footnote-latin-regexp.
3683
3684 2007-04-13 Glenn Morris <rgm@gnu.org>
3685
3686 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
3687 inherited keymaps.
3688
3689 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
3690
3691 * outline.el (outline-get-next-sibling): Clarify docstring.
3692 (outline-get-last-sibling): Handle case where we are at the first
3693 heading. Clarify docstring.
3694
3695 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
3696
3697 * progmodes/gud.el (gud-minor-mode-map): Make go button same
3698 length as stop button to lessen flicker.
3699 (jdb): Add gud-print.
3700 (gud-find-expr): Jdb prints the expression with the value, so
3701 don't insert it in the output.
3702
3703 2007-04-11 Jason Rumney <jasonr@gnu.org>
3704
3705 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
3706 case hex. Do not try to decode non-hex letters.
3707
3708 2007-04-11 Markus Triska <markus.triska@gmx.at>
3709
3710 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
3711 (byte-optimize-backward-word): Remove (move to bytecomp.el).
3712 (byte-optimize-form-code-walker): Evaluate pure function calls if
3713 possible.
3714 (byte-optimize-all-constp): New function.
3715
3716 * emacs-lisp/bytecomp.el (byte-compile-char-before):
3717 Improve numeric argument case.
3718 (byte-compile-backward-char, byte-compile-backward-word):
3719 New functions, performing rewriting previously done in byte-opt.el.
3720 Fix their "Fixme" item (restriction to numeric arguments).
3721
3722 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3723
3724 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
3725 with dolist.
3726 (after-init-hook): Don't quote lambda.
3727 (desktop-first-buffer): Don't wrap it in eval-when-compile.
3728 (desktop-internal-v2s): Remove unused var `el'.
3729 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
3730 desktop-restore-file-buffer.
3731 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
3732 desktop-create-buffer.
3733
3734 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
3735
3736 * woman.el (woman-decode-buffer): Postpone macro-set check...
3737 (woman-decode-region): ...to here.
3738
3739 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
3740
3741 * startup.el (tty-handle-args): Use %S to log ARGS.
3742
3743 2007-04-10 Glenn Morris <rgm@gnu.org>
3744
3745 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
3746 it is obsolete and has no effect.
3747
3748 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
3749 byte-compiler.
3750
3751 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
3752 obsolete function make-local-hook.
3753
3754 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
3755 start to quieten byte-compiler.
3756
3757 2007-04-10 Markus Triska <markus.triska@gmx.at>
3758
3759 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
3760 to bytecomp.el as byte-compile-char-before).
3761 * emacs-lisp/bytecomp.el (byte-compile-char-before):
3762 New function (modified replacement for byte-optimize-char-before in
3763 byte-opt.el).
3764
3765 2007-04-09 Alan Mackenzie <acm@muc.de>
3766
3767 * startup.el (inhibit-splash-screen): Emphatically state that it
3768 can't be set in site-start.el.
3769
3770 2007-04-09 Masatake YAMATO <jet@gyve.org>
3771
3772 * progmodes/cc-subword.el (c-capitalize-subword): More closely
3773 mimic the behavior of `capitalize-word'. Do not move point with a
3774 negative argument. Based on tiny change by Paul Curry.
3775
3776 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
3777
3778 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
3779 Don't move point if ARG is negative.
3780
3781 2007-04-09 Alan Mackenzie <acm@muc.de>
3782
3783 Changes to make `narrow-to-defun' and `mark-defun' work properly
3784 in CC Mode:
3785
3786 * progmodes/cc-defs.el (c-beginning-of-defun-1):
3787 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
3788 Bind beginning/end-of-defun-function to nil around calls to
3789 beginning/end-of-defun.
3790
3791 * progmodes/cc-langs.el (beginning-of-defun-function)
3792 (end-of-defun-function): New c-lang-setvar's.
3793
3794 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
3795 (setq arg 1))" to enable non-interactive call.
3796
3797 2007-04-09 Eli Zaretskii <eliz@gnu.org>
3798
3799 * simple.el (set-mark-command): Doc fix.
3800
3801 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
3802
3803 * progmodes/gud.el (gdb): Restore existing session if user
3804 tries to start a second one in graphical mode.
3805
3806 2007-04-08 Martin Rudalics <rudalics@gmx.at>
3807
3808 * cus-start.el <scroll-preserve-screen-position>: Add choices.
3809
3810 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3811
3812 * term/xterm.el (terminal-init-xterm): Fix key definitions.
3813 Add binding for C-M-SPC.
3814
3815 2007-04-08 Richard Stallman <rms@gnu.org>
3816
3817 * pcomplete.el (pcomplete-read-event): One single definition,
3818 and not a defsubst.
3819
3820 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
3821
3822 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
3823 byte-compiler warning "value unused".
3824
3825 2007-04-08 Andreas Schwab <schwab@suse.de>
3826
3827 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
3828
3829 2007-04-07 Glenn Morris <rgm@gnu.org>
3830
3831 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
3832 Autoload these functions.
3833 (diary-date-forms): Add a custom :set form.
3834
3835 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
3836 before first use.
3837 (diary-font-lock-keywords): New function with old code for
3838 initialization of variable of same name.
3839
3840 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
3841
3842 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
3843 clean-up: only insert space when on identifier, etc.
3844
3845 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
3846
3847 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
3848
3849 * net/tls.el (open-tls-stream): Properly handle case where there
3850 is no associated buffer.
3851
3852 2007-04-07 Glenn Morris <rgm@gnu.org>
3853
3854 * ffap.el (ffap-file-at-point): Lower the priority of the
3855 ffap-ftp-sans-slash-regexp check.
3856
3857 2007-04-06 Alan Mackenzie <acm@muc.de>
3858
3859 Fix fontification of labels, and other things with ":".
3860
3861 * progmodes/cc-engine.el (c-forward-label): The function now
3862 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
3863 the former t.
3864
3865 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
3866 new return code from c-forward-label, fontifying tokens properly.
3867 Add some general comments throughout the file.
3868
3869 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
3870
3871 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
3872 Revert 2006-01-27 change.
3873
3874 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
3875
3876 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
3877
3878 * desktop.el (desktop-create-buffer, desktop-save):
3879 Revert 2004-11-12 change for lack of copyright papers.
3880
3881 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
3882 (dired-guess-default): Respect case.
3883
3884 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
3885
3886 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
3887 was originally checked in as byte-optimize-concat on 1997-11-02.
3888
3889 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
3890 1995-05-19 doc changes.
3891
3892 2007-04-06 Kim F. Storm <storm@cua.dk>
3893
3894 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
3895 (unload-feature): Update interactive spec accordingly.
3896
3897 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
3898
3899 2007-04-06 John Paul Wallington <jpw@pobox.com>
3900
3901 * subr.el (with-case-table): Use `make-symbol' to avoid variable
3902 capture. Restore the table in the same buffer.
3903
3904 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
3905
3906 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
3907
3908 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3909 Print entire form.
3910
3911 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
3912
3913 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
3914 for low-color displays.
3915
3916 2007-04-05 Glenn Morris <rgm@gnu.org>
3917
3918 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
3919 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
3920 Seed random number generator on loading.
3921
3922 * emacs-lisp/authors.el (top-level): Provide self.
3923
3924 * play/animate.el (top-level): Provide self.
3925
3926 2007-04-04 Alan Mackenzie <acm@muc.de>
3927
3928 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
3929 to mention c-syntactic-indentation.
3930
3931 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
3932
3933 * subr.el (with-case-table): New macro.
3934
3935 * international/mule.el (ascii-case-table): New var.
3936
3937 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
3938 downcasing.
3939
3940 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
3941
3942 * progmodes/gud.el (gud-minor-mode-map): Simplify.
3943
3944 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
3945 of the window if we're outside it e.g menu-bar.
3946
3947 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
3948 window if we're outside it e.g menu-bar.
3949
3950 2007-04-03 Eli Zaretskii <eliz@gnu.org>
3951
3952 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
3953 decode base-64 encoded body if its content-type is something other
3954 than text/* or message/*.
3955
3956 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
3957
3958 * simple.el (activate-mark-hook): Fix typo in docstring.
3959
3960 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
3961
3962 * tmm.el (tmm-c-prompt): Initialize.
3963 (tmm-menubar): Deal with extended menu-items at top level.
3964 (tmm-get-keybind): Handle bindings redefined/undefined locally.
3965 (tmm-prompt): Handle visibility of top level menu-items.
3966
3967 * progmodes/gud.el (gud-menu-map): Simplify.
3968 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
3969 menubar.
3970
3971 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
3972
3973 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
3974
3975 * comint.el (comint-send-input): Widen the buffer first.
3976
3977 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
3978
3979 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3980
3981 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
3982 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
3983
3984 * newcomment.el (comment-search-forward): Discard comment starters
3985 before point.
3986
3987 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
3988
3989 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
3990
3991 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
3992
3993 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
3994 when downcasing.
3995
3996 * button.el (previous-button): Rewrite to account for adjacent buttons.
3997
3998 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
3999
4000 * progmodes/idlwave.el (idlwave-auto-fill):
4001 Revert paragraph-separate change.
4002
4003 * progmodes/idlw-shell.el (idlwave-shell-break-in):
4004 Simplify module calc.
4005 (idlwave-shell-set-bp-in-module): Compute module.
4006
4007 2007-03-31 Glenn Morris <rgm@gnu.org>
4008
4009 * emacs-lisp/timer.el (run-at-time): Doc fix.
4010
4011 * emacs-lisp/warnings.el (display-warning): If we create the
4012 buffer displaying the warning, disable undo there.
4013
4014 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
4015
4016 * net/tramp.el (tramp-register-file-name-handler)
4017 (tramp-register-completion-file-name-handler): New defsubst,
4018 derived from `tramp-register-file-name-handlers'. The split is
4019 necessary because Tramp's file name handlers must be registered at
4020 different startup places.
4021
4022 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
4023
4024 * progmodes/hideshow.el (turn-off-hideshow): New function.
4025 (hs-minor-mode): Use it instead of a lambda expression in
4026 change-major-mode-hook.
4027
4028 2007-03-31 David Kastrup <dak@gnu.org>
4029
4030 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
4031 corresponding to MANPATH_MAP entries.
4032 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
4033 (woman-parse-man.conf): Use more discriminating man.conf name.
4034 (woman-parse-man.conf): Parse MANPATH_MAP entries.
4035 (woman-manpath): Doc fix and type fix.
4036 (woman-cached-data): Check for MANPATH_MAP entries.
4037 (woman-expand-directory-path): Treat MANPATH_MAP entries.
4038
4039 2007-03-31 Stuart Herring <herring@lanl.gov>
4040
4041 * emacs-lisp/sregex.el (sregexq): Doc fix.
4042
4043 2007-03-31 Markus Triska <markus.triska@gmx.at>
4044
4045 * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
4046
4047 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
4048
4049 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
4050 Move to the right.
4051
4052 2007-03-30 Alan Mackenzie <acm@muc.de>
4053
4054 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
4055
4056 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
4057
4058 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
4059 Use it, passed in explicitly, instead of from the dynamic binding.
4060 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
4061
4062 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
4063
4064 * simple.el (blink-matching-open): When in minibuffer, don't
4065 search for a match inside the prompt.
4066
4067 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
4068
4069 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
4070 (tmm-prompt): Don't make the mouse user select the first menu
4071 item twice.
4072
4073 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
4074
4075 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
4076 SIGUSR1 and SIGUSR2.
4077
4078 2007-03-29 Kim F. Storm <storm@cua.dk>
4079
4080 * ido.el (ido-read-internal): When reading file or dir, only override
4081 minibuffer-local-filename-completion-map, otherwise only override
4082 minibuffer-local-completion-map.
4083
4084 2007-03-29 Glenn Morris <rgm@gnu.org>
4085
4086 * complete.el (partial-completion-mode): Set PC-do-completion-end
4087 to nil after use.
4088 (PC-lisp-complete-symbol): Create and use a marker at `end',
4089 rather than using point-marker.
4090
4091 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
4092
4093 * simple.el (next-error-highlight): Doc fix.
4094 (compose-mail): Revert 2007-03-19 change.
4095
4096 2007-03-28 Richard Stallman <rms@gnu.org>
4097
4098 * emacs-lisp/edebug.el (edebug-display): Don't go to
4099 edebug-outside-buffer if it is dead.
4100
4101 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
4102
4103 * view.el (view-mode): Fix typos in docstring.
4104
4105 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
4106
4107 * recentf.el (recentf-save-file): Add a custom :set function.
4108
4109 2007-03-28 Glenn Morris <rgm@gnu.org>
4110
4111 * complete.el (PC-do-completion-end): New variable.
4112 (partial-completion-mode) <choose-completion-string-functions>:
4113 Use PC-do-completion-end in the non-minibuffer case to replace the
4114 correct amount of text.
4115 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
4116 (PC-lisp-complete-symbol): Give marker the after-insertion type,
4117 to deal with improvements inserted after point.
4118
4119 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4120
4121 * button.el (make-text-button): Add explicit `button' property.
4122 (default-button): Don't put a `button' property on it.
4123
4124 * progmodes/python.el (python-mode): Skip comments when parsing.
4125
4126 * vc-arch.el (vc-with-current-file-buffer): New macro.
4127 (vc-arch-file-source-p): Use it to avoid infloop.
4128
4129 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
4130
4131 * emacs-lisp/lisp.el (lisp-complete-symbol):
4132 Fix call to get-buffer-window to find windows in other frames.
4133
4134 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4135
4136 * comint.el (comint-proc-query, comint-dynamic-list-completions):
4137 Fix calls to get-buffer-window to find windows in other frames.
4138 Reported by David Hansen <david.hansen@gmx.net>.
4139
4140 2007-03-27 Kevin Ryde <user42@zip.com.au>
4141
4142 * info.el (Info-display-images-node): On a text-only terminal,
4143 show the "text" or "alt" parts of the image blobs.
4144
4145 2007-03-27 Glenn Morris <rgm@gnu.org>
4146
4147 * complete.el (PC-do-completion): Compute completion-base-size in
4148 the non-filename case, rather than setting to nil.
4149 (PC-lisp-complete-end): New variable.
4150 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
4151 original end in a series of consecutive invocations.
4152
4153 * calendar/calendar.el (calendar-mode-hook): Declare it.
4154
4155 * calendar/diary-lib.el (diary-live-p): Do not check for
4156 diary-selective-display.
4157
4158 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4159
4160 * replace.el (occur-next-error): *Occur* might not be displayed in the
4161 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
4162
4163 2007-03-26 Richard Stallman <rms@gnu.org>
4164
4165 * textmodes/flyspell.el (flyspell-large-region):
4166 Use ispell-call-process-region.
4167
4168 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4169
4170 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
4171 Use prin1 instead of princ.
4172
4173 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
4174
4175 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
4176 Merge in X resources before global face.
4177
4178 * progmodes/compile.el (compilation-start): Save compilation-directory
4179 rather than default-directory as local var.
4180 (compilation-directory): Mark as safe local var.
4181
4182 * files.el: Don't mark default-directory as a safe local var.
4183
4184 2007-03-25 Alan Mackenzie <acm@muc.de>
4185
4186 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
4187 * progmodes/cc-engine.el: Fix typo.
4188
4189 2007-03-25 Juri Linkov <juri@jurta.org>
4190
4191 * compare-w.el (compare-windows): Rename customization group
4192 `compare-w' to `compare-windows'.
4193 (compare-windows-whitespace, compare-ignore-whitespace)
4194 (compare-ignore-case, compare-windows-sync)
4195 (compare-windows-sync-string-size, compare-windows-recenter)
4196 (compare-windows-highlight, compare-windows): Change group name in
4197 the `group' tag from `compare-w' to `compare-windows'.
4198 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
4199
4200 2007-03-24 Markus Triska <markus.triska@gmx.at>
4201
4202 * expand.el: Change example to always enable abbrev-mode,
4203 and remove redundant `function'.
4204 (expand-abbrev-hook): Add autoload cookie.
4205
4206 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
4207
4208 * emacs-lisp/testcover.el (testcover-start, testcover-end)
4209 (testcover-mark-all, testcover-unmark-all): Add prompts to
4210 interactive specs.
4211
4212 2007-03-24 Jason Rumney <jasonr@gnu.org>
4213
4214 * autorevert.el (find-file-hook, auto-revert-tail-mode):
4215 Use file size in bytes for auto-revert-tail-pos not characters.
4216
4217 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
4218
4219 * vc-rcs.el (vc-rcs-annotate-command):
4220 Set text property :vc-annotate-prefix on the annotation text.
4221 (vc-rcs-annotate-time): Instead of searching for ": ",
4222 search for end of text propertized with :vc-annotate-prefix.
4223
4224 2007-03-24 Martin Rudalics <rudalics@gmx.at>
4225
4226 * whitespace.el (top level): Remove calls putting
4227 permanent-local nil property since these are no-ops.
4228
4229 * man.el (Man-support-local-filenames): Assure that
4230 default-directory exists when doing call-process.
4231
4232 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
4233
4234 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
4235 Fix omission bug: Use m4-program-options to construct shell command.
4236
4237 2007-03-23 David Kastrup <dak@gnu.org>
4238
4239 * progmodes/cc-mode.el (c-make-emacs-variables-local):
4240 Use `mapcar' rather than `mapcan' to silence compiler warning.
4241
4242 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
4243
4244 * textmodes/reftex.el, textmodes/reftex-vars.el,
4245 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
4246 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
4247 * textmodes/reftex-index.el, textmodes/reftex-global.el,
4248 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
4249 * textmodes/reftex-auc.el: Add maintainer address.
4250
4251 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
4252
4253 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
4254 Make sure that `global-font-lock-mode' does not turn on font-lock
4255 in these buffers.
4256
4257 2007-03-21 Kim F. Storm <storm@cua.dk>
4258
4259 * xt-mouse.el (xt-mouse-epoch): New variable.
4260 (xterm-mouse-event): Use float-time.
4261
4262 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
4263
4264 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
4265 current-time.
4266
4267 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4268
4269 * complete.el (read-file-name-internal): Don't add the final > if the
4270 completion is not finished (re-application of this patch, which was
4271 accidentally undone by Eli).
4272
4273 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
4274
4275 * emulation/viper.el (viper-non-hook-settings): Handle mouse
4276 clicks in describe-key and describe-key-briefly advice a little better.
4277
4278 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
4279
4280 * server.el (server-process-filter): Cancel any pending isearch.
4281
4282 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
4283
4284 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
4285 (icalendar--get-unfolded-buffer): Define actual arguments rather
4286 than just using &rest. Check replace-in-string is fbound.
4287 (icalendar-import-buffer): Doc fix.
4288 (icalendar--convert-ical-to-diary): Set diary-file.
4289 Check diary-file before inserting final newline.
4290 (icalendar--add-diary-entry): Return diary-file.
4291
4292 2007-03-21 Glenn Morris <rgm@gnu.org>
4293
4294 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
4295 (diary-display-hook): Add custom :set function.
4296
4297 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
4298 Add custom :set function.
4299 (diary-header-line-format): Doc fix.
4300 (diary-set-maybe-redraw): New function.
4301 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
4302 (diary-list-entries): Always run diary-mode.
4303
4304 2007-03-20 Kenichi Handa <handa@m17n.org>
4305
4306 * international/quail.el (quail-setup-completion-buf): Make the
4307 completion buffer read-only.
4308 (quail-completion): Adjusted for the above change. Leave the
4309 modified flag nil.
4310
4311 2007-03-20 David Kastrup <dak@gnu.org>
4312
4313 * files.el (magic-mode-alist): Require literal "%!PS" string for
4314 magic postscript file detection.
4315
4316 2007-03-20 Richard Stallman <rms@gnu.org>
4317
4318 * textmodes/ispell.el (ispell-call-process): New function.
4319 Defends against bad `default-directory.'
4320 (ispell-check-version, ispell-find-aspell-dictionaries)
4321 (ispell-get-aspell-config-value, lookup-words): Call it.
4322 (ispell-call-process-region): New function.
4323 (ispell-send-string): Call it.
4324
4325 2007-03-20 Andreas Schwab <schwab@suse.de>
4326
4327 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
4328 (finder-data): Likewise.
4329 (autoloads): Likewise.
4330
4331 2007-03-20 Martin Rudalics <rudalics@gmx.at>
4332
4333 * files.el (basic-save-buffer): Do not set visited filename when
4334 the corresponding directory does not exist or the specified
4335 filename is that of an existing directory.
4336
4337 2007-03-20 Glenn Morris <rgm@gnu.org>
4338
4339 * calendar/diary-lib.el (diary-live-p): New function.
4340 (number-of-diary-entries): Add a :set function to redisplay diary
4341 when necessary.
4342
4343 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
4344
4345 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
4346 from client program, mev, to compute mouse event.
4347
4348 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
4349
4350 * faces.el (momentary): Face removed; unused due to reversion of
4351 2007-01-04 changes by Kevin Rodgers.
4352
4353 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
4354 Suggested by Johan Bockg\e,Ae\e(Brd.
4355
4356 2007-03-19 Martin Rudalics <rudalics@gmx.at>
4357
4358 * font-lock.el (lisp-font-lock-keywords-1):
4359 Highlight define-globalized-minor-mode as a keyword.
4360
4361 2007-03-19 Kim F. Storm <storm@cua.dk>
4362
4363 * calc/calc-forms.el (math-std-daylight-savings)
4364 (math-std-daylight-savings-old): Doc fix.
4365
4366 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
4367
4368 * progmodes/python.el (python-default-template): Doc fix.
4369 (python-buffer): Fix typo in docstring.
4370
4371 * isearchb.el (isearchb-follow-char):
4372 * subr.el (def-edebug-spec): Fix typo in docstring.
4373
4374 2007-03-19 Richard Stallman <rms@gnu.org>
4375
4376 * files.el (default-directory): Mark safe.
4377 (basic-save-buffer-2): Put proper dir name in error message.
4378
4379 * simple.el (compose-mail): Run switch-function after
4380 setting up the mail buffer.
4381
4382 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
4383
4384 2007-03-18 Jay Belanger <belanger@truman.edu>
4385
4386 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
4387 (math-std-daylight-savings-new): Rename from
4388 `math-std-daylight-savings'.
4389 (math-std-daylight-savings-old): Rename from old value of
4390 `math-std-daylight-savings'.
4391 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
4392 `math-std-daylight-savings-old' depending on the year.
4393
4394 2007-03-18 Detlev Zundel <dzu@gnu.org>
4395
4396 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
4397 zero-width regexps as invalid but rather at least count them correctly.
4398
4399 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
4400
4401 * net/tls.el (open-tls-stream): In handshake-waiting loop,
4402 don't wait more if there is output available to process.
4403
4404 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
4405
4406 * progmodes/compile.el (compilation-find-file): Revert change
4407 from 2006-07-18 to allow completion of directory names.
4408 Reported by John Carter <john.carter@tait.co.nz>.
4409
4410 2007-03-18 Kim F. Storm <storm@cua.dk>
4411
4412 * subr.el (when, unless): Doc fix.
4413
4414 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
4415
4416 * net/tls.el (tls-program): Doc fix.
4417
4418 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
4419
4420 * autorevert.el (auto-revert-tail-handler):
4421 Call after-revert-hook.
4422
4423 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
4424
4425 * simple.el (switch-to-completions): No error if search for \n\n fails.
4426
4427 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
4428
4429 * simple.el (line-move-1):
4430 Respect `inhibit-line-move-field-capture' property.
4431
4432 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
4433
4434 * comint.el (comint-arguments): Mark backslash-escaped chars.
4435 (comint-delim-arg): Don't treat them as delimiters.
4436
4437 2007-03-12 Kim F. Storm <storm@cua.dk>
4438 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
4439
4440 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
4441
4442 * tempo.el (tempo-insert): Deal with 'r> if it appears
4443 specified with a prompt argument.
4444
4445 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
4446
4447 * textmodes/org.el (org-set-font-lock-defaults):
4448 Handle narrow table columns correctly.
4449
4450 2007-03-12 Mark A. Hershberger <mah@everybody.org>
4451
4452 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
4453 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
4454 Return to use of the -no-properties variants. There was
4455 consensus on emacs-devel that the speed of these variants was
4456 prefered since we are usually parsing files (from the internet
4457 or on disk) instead of XML created in Emacs.
4458
4459 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
4460 Add customize option.
4461
4462 2007-03-12 Glenn Morris <rgm@gnu.org>
4463
4464 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
4465 North American rule. Replace "daylight savings" with "daylight
4466 saving" in doc.
4467
4468 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
4469 * calendar/lunar.el, solar.el: Replace "daylight savings" with
4470 "daylight saving" in text.
4471
4472 * woman.el (woman-change-fonts): Tweak previous change by using
4473 woman-request-regexp rather than "^\\.".
4474
4475 * startup.el (command-line-1): Make insertion of
4476 initial-scratch-message not depend on scratch being selected.
4477
4478 2007-03-11 Juri Linkov <juri@jurta.org>
4479
4480 * replace.el (match): Use yellow background on light-bg terminals.
4481
4482 2007-03-11 Richard Stallman <rms@gnu.org>
4483
4484 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
4485 Correctly compute line number.
4486
4487 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
4488
4489 * type-break.el (type-break-get-previous-count):
4490 Repeat previous change here.
4491
4492 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
4493
4494 * progmodes/grep.el (grep-find-ignored-directories):
4495 Add .git and .bzr to list.
4496
4497 2007-03-11 Andreas Schwab <schwab@suse.de>
4498
4499 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
4500
4501 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4502
4503 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
4504
4505 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
4506
4507 * faces.el (face-set-after-frame-default): Recalculate face
4508 customizations after applying X resources.
4509
4510 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
4511
4512 * net/rcirc.el (rcirc-timeout-seconds): New variable.
4513 (rcirc-keepalive-seconds): Remove variable.
4514 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
4515 (rcirc-process, rcirc-user-disconnect): New variables.
4516 (rcirc-connect): Initalize new variables.
4517 (rcirc-keepalive): Don't send keepalive pings before connection
4518 is completed.
4519 (rcirc-sentinel): Do mark all channels with activity when
4520 connection is dropped. Run hook with process buffer local.
4521 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
4522 (rcirc-buffer-process): Return value of rcirc-process if
4523 rcirc-server-buffer is nil.
4524 (rcirc-server-name): Return the reported server name.
4525 (rcirc-update-prompt): Simplify computation of the server name.
4526 (rcirc-format-response-string): Likewise.
4527 (rcirc-handler-001): Mark server as connected, record the reported
4528 server name, and schedule a timeout.
4529 (rcirc-track-nick): Add a spec for the tty class.
4530 (rcirc-user-non-nick): Remove function.
4531 (rcirc-nick-prefix-chars): Add variable.
4532 (rcirc-user-nick): Use above variable.
4533
4534 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4535
4536 * icomplete.el (icomplete-tidy, icomplete-exhibit):
4537 Bind deactivate-mark to nil.
4538
4539 2007-03-10 Martin Rudalics <rudalics@gmx.at>
4540
4541 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
4542 that buffer contents get erased during completion.
4543
4544 2007-03-10 Glenn Morris <rgm@gnu.org>
4545
4546 * woman.el (woman-change-fonts): Add a hack to deal with
4547 font-escape followed by "." at start of a line.
4548 (woman2-IP): Add a hack to deal with consecutive requests.
4549 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
4550
4551 2007-03-10 Alan Mackenzie <acm@muc.de>
4552
4553 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
4554
4555 2007-03-09 Richard Stallman <rms@gnu.org>
4556
4557 * abbrev.el (abbrev): Add `provide'.
4558
4559 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
4560
4561 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
4562
4563 2007-03-09 Martin Rudalics <rudalics@gmx.at>
4564
4565 * complete.el (PC-try-completion): New function.
4566 (PC-do-completion, read-file-name-internal): Use it instead of
4567 try-completion.
4568
4569 2007-03-08 Alan Mackenzie <acm@muc.de>
4570
4571 Remove stale tokens from `c-found-types' cache.
4572
4573 * progmodes/cc-mode.el (c-unfind-enclosing-token)
4574 (c-unfind-coalesced-tokens, c-before-change): New functions.
4575 (c-maybe-stale-found-type): New variable.
4576
4577 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
4578 (c-trim-found-types): New functions.
4579
4580 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
4581
4582 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
4583 (debug-ignored-errors): Add entry from smerge-match-conflict.
4584
4585 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
4586
4587 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
4588 special help topics for keywords.
4589 (idlwave-help-assistant-command): Include ".exe" for ms-dos
4590 etc. Assistant command.
4591
4592 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
4593
4594 * replace.el (occur-engine): Move buffer-undo-list binding...
4595 (occur-1): ...to here.
4596
4597 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
4598
4599 * simple.el (minibuffer-completing-symbol): New var.
4600 (eval-expression): Use it.
4601 (completion-setup-function): Don't bind completion-base-size when
4602 completing a symbol in the minibuffer.
4603
4604 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
4605
4606 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
4607 tries to start a second session in graphical mode.
4608
4609 2007-03-07 Miles Bader <miles@gnu.org>
4610
4611 * international/isearch-x.el
4612 (isearch-process-search-multibyte-characters):
4613 Strip text-properties from PROMPT to avoid an error from read-string.
4614
4615 2007-03-07 Kim F. Storm <storm@cua.dk>
4616
4617 * complete.el (PC-bindings): Remap lisp-complete-symbol to
4618 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
4619
4620 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4621
4622 * complete.el (PC-do-completion): Delete duplicates in the list of
4623 possible completions.
4624
4625 2007-03-07 Glenn Morris <rgm@gnu.org>
4626
4627 * ses.el (ses-mode): Doc fix.
4628
4629 2007-03-06 Kim F. Storm <storm@cua.dk>
4630
4631 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
4632
4633 2007-03-06 Kenichi Handa <handa@m17n.org>
4634
4635 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
4636
4637 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4638
4639 * simple.el (completion-setup-function): Improve last fix so it doesn't
4640 set it to a relative directory name either.
4641
4642 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4643
4644 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
4645
4646 2007-03-05 Richard Stallman <rms@gnu.org>
4647
4648 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
4649
4650 * files.el (find-file-noselect): No error if file no longer exists.
4651 Display a message and avoid other questions.
4652
4653 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4654
4655 * pcomplete.el (pcomplete-show-completions): Improve last change, so
4656 as not to use an invisible window and to create a window if none exist.
4657
4658 * progmodes/python.el (python-send-command): Restart proc if necessary.
4659 (python-proc): Simplify.
4660
4661 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
4662
4663 * pcomplete.el (pcomplete-show-completions): Search all frames for
4664 completions buffer.
4665
4666 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
4667
4668 * cus-edit.el (customize-save-variable): Clear customized-value
4669 property (saved values are now put in theme-value property).
4670 (customize-set-variable): Doc fix.
4671
4672 * complete.el (PC-do-completion): If completion-ignore-case is
4673 non-nil, replace field with completion string before exiting.
4674
4675 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
4676
4677 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
4678 Append its extension to the resulting temporary file name.
4679 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
4680
4681 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
4682 (tramp-smb-handle-write-region): Apply it.
4683
4684 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4685
4686 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4687 Redo previous change.
4688
4689 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
4690
4691 * diff-mode.el (diff-mode): Doc fix.
4692
4693 2007-03-05 Kenichi Handa <handa@m17n.org>
4694
4695 * international/characters.el: Set category `l' (latin)
4696 for more characters.
4697
4698 2007-03-04 Kim F. Storm <storm@cua.dk>
4699
4700 * emacs-lisp/authors.el (authors-aliases): Add alias.
4701
4702 2007-03-04 Glenn Morris <rgm@gnu.org>
4703
4704 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
4705 all when switching major mode.
4706 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
4707 (hs-block-start-mdata-select, hs-block-end-regexp)
4708 (hs-forward-sexp-func, hs-adjust-block-beginning):
4709 Do not make these variables permanent-local.
4710
4711 2007-03-04 Richard Stallman <rms@gnu.org>
4712
4713 * progmodes/cperl-mode.el (cperl-mode):
4714 Modify cperl-compilation-error-regexp-alist by appending.
4715
4716 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
4717 (edebug-mode): Add the hook.
4718 (edebug-recursive-edit): Remove the hook on exiting.
4719
4720 * type-break.el (type-break-get-previous-time):
4721 Handle end-of-file errors specially
4722 so they don't get reported wrong in .emacs.
4723
4724 * startup.el (fancy-splash-text): Clarify text.
4725
4726 * simple.el (beginning-of-buffer, end-of-buffer):
4727 Avoid treating plain C-u like numeric arg.
4728
4729 * simple.el (completion-setup-function): Don't set
4730 default-directory to nil.
4731
4732 * shell.el (shell-dirstack-query): Doc fix.
4733
4734 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
4735 Don't select the window -- pass it to primitives instead.
4736
4737 * faces.el (minibuffer-prompt): Use medium blue by default.
4738
4739 2007-03-04 David Kastrup <dak@gnu.org>
4740
4741 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
4742 Preserve 16 as default value for "seconds" when customizing.
4743
4744 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
4745
4746 * textmodes/org.el (org-self-insert-command)
4747 (orgtbl-self-insert-command, org-delete-char)
4748 (org-delete-backward-char): Set the `flyspell-delayed' property.
4749
4750 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
4751
4752 * international/mule.el (find-auto-coding): Don't search for
4753 line-ending characters past the end of the tail.
4754
4755 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
4756
4757 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
4758 Jump to the line where new score has been uploaded.
4759
4760 * play/tetris.el (tetris-move-bottom, tetris-move-left)
4761 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
4762 Do nothing when the game is paused.
4763
4764 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
4765
4766 * textmodes/org.el (org-set-tags): Prevent slipping of point
4767 during completion.
4768
4769 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
4770
4771 * isearch.el (isearch-message-prefix):
4772 Use minibuffer-prompt-properties.
4773
4774 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4775
4776 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
4777 (ps-setup): Print which Emacsen is running ps-print package.
4778
4779 2007-03-01 Stuart Herring <herring@lanl.gov>
4780
4781 * files.el (set-auto-mode-0): Use `indirect-function'.
4782 (hack-one-local-variable): Don't reapply current major mode.
4783
4784 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
4785
4786 * progmodes/python.el (python-quote-syntax): Don't bother with
4787 syntax-ppss-context.
4788 (python-fill-paragraph): Make sure that fenced-string delimiters that
4789 stand on their own line stay there.
4790
4791 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
4792
4793 * replace.el (perform-replace): Propertize message.
4794
4795 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
4796
4797 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
4798 invisible heading.
4799
4800 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
4801
4802 * net/tramp.el (tramp-file-name-handler): Revert last change.
4803
4804 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
4805
4806 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
4807 Correct doc strings.
4808
4809 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
4810
4811 * replace.el (perform-replace): Undo forward-char immediately if
4812 non-adjacent search fails.
4813
4814 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4815
4816 * version.el (emacs-major-version, emacs-minor-version):
4817 string-to-int -> string-to-number.
4818
4819 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
4820
4821 * help.el (where-is): Fail gracefully when not passed a command.
4822
4823 2007-02-28 Stuart Herring <herring@lanl.gov>
4824
4825 * find-lisp.el (find-lisp-default-directory-predicate):
4826 Fix bug: Do symlink check on expanded filename.
4827
4828 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
4829
4830 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
4831 changes during replacement.
4832 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
4833
4834 2007-02-28 Lars Hansen <larsh@soem.dk>
4835
4836 * desktop.el: Delete header line listing me as maintainer.
4837
4838 2007-02-28 Glenn Morris <rgm@gnu.org>
4839
4840 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
4841 the menus case.
4842
4843 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
4844
4845 * net/tramp.el (tramp-file-name-handler): Inhibit modification
4846 hooks to avoid confusion when combining after-change calls.
4847
4848 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
4849
4850 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
4851 now that pgg-gpg-process-region correctly honors passed-in passphrase.
4852 (allout-distinctive-bullets-string): Add info about bullet conventions.
4853 (allout-mode): Add info about distinctive vs plain bullets.
4854
4855 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
4856
4857 * textmodes/org.el (org-archive-subtree): Quote variable name.
4858 (org-agenda-get-todos): Make sure skip properties are checked correctly.
4859
4860 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
4861
4862 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
4863 (gud-bashdb-command-name, bashdb): Remove.
4864 (gud, gud-menu-map): Remove references to bash/bashdb.
4865
4866 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
4867
4868 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
4869 keyword for Python 2.5.
4870
4871 2007-02-26 Romain Francoise <romain@orebokech.com>
4872
4873 * net/net-utils.el (whois-server-tld): Update server for .org.
4874 (whois-server-list): Add whois.publicinterestregistry.net.
4875 (whois-guess-server): Fix formatting in docstring.
4876
4877 2007-02-26 Kim F. Storm <storm@cua.dk>
4878
4879 * mouse.el (mouse-show-mark): Run hooks and perform command
4880 remapping for mouse-region-delete-keys.
4881
4882 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4883
4884 * font-core.el (font-lock-mode): Doc fix.
4885
4886 2007-02-25 Kim F. Storm <storm@cua.dk>
4887
4888 * ido.el (ido-buffer-internal): Set this-command to fallback command.
4889 Add selected buffer to buffer-name-history.
4890 (ido-file-internal): Set this-command to fallback command.
4891 Add file names to file-name-history.
4892
4893 * emacs-lisp/map-ynp.el (map-y-or-n-p):
4894 Apply minibuffer-prompt-properties.
4895
4896 2007-02-25 Andreas Schwab <schwab@suse.de>
4897
4898 * files.el (hack-one-local-variable-eval-safep): Correct handling
4899 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
4900
4901 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
4902
4903 * textmodes/org.el (org-table-overlay-coordinates)
4904 (org-table-toggle-coordinate-overlays): New functions.
4905 (org-table-overlay-coordinates, org-table-coordinate-overlays):
4906 New variables.
4907 (org-startup-with-deadline-check): Remove option.
4908 (org-mode): Remove deadline check on startup.
4909 (org-table-limit-column-width): Remove option.
4910 (org-table-formula-numbers-only): Remove option.
4911 (org-link-style, org-link-format): Remove options.
4912 (org-select-agenda-window, org-fit-agenda-window): Remove options.
4913 (org-export-ascii-show-new-buffer)
4914 (org-export-html-show-new-buffer): Remove options.
4915 (org-activate-links): Remove camel option.
4916 (org-file-link-context-use-camel-case): Remove option.
4917 (org-camel-regexp): Remove variable.
4918 (org-activate-camels): Remove function.
4919 (org-store-link): Remove Camel stuff.
4920 (org-make-org-heading-camel): Remove function.
4921 (org-open-at-point): Remove camel stuff.
4922 (org-link-search): Remove camel stuff.
4923 (org-camel-to-words): Function removed.
4924 (org-get-agenda-file-buffer): Make sure we prepare the base
4925 buffers, not any indirect buffers.
4926 (org-sort-entries): Sort top-level when not on a headline, and no
4927 active region.
4928 (org-in-regexp): New function.
4929 (org-search-not-self): Rename from `org-search-not-link'.
4930 (org-open-link-marker): New variable.
4931 (org-open-at-point): Set `org-open-link-marker'.
4932 (org-print-icalendar-entries): Fixe bug with excluding DONE
4933 entries from the exported list.
4934 (org-edit-formula-lisp-indent): New command.
4935 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
4936 (orgtbl-to-latex, orgtbl-insert-radio-table)
4937 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
4938 (orgtbl-radio-table-templates): New option.
4939 (org-store-link-props):
4940 (org-remember-templates): More possibilities to insert info
4941 into templates.
4942 (org-remember-apply-template): Make use of the extended
4943 template capabilities.
4944 (org-remember-redo-template): New command.
4945 (org-upgrade-old-links)
4946 (org-table-modify-formulas, org-table-replace-in-formulas)
4947 (org-table-find-dataline)
4948 (org-table-get-vertical-vector): Remove functions.
4949 (org-table-remove-rectangle-highlight)
4950 (org-time-stamp-format, org-toggle-log-option)
4951 (org-table-highlight-rectangle)
4952 (org-table-iterate, org-table-make-reference):
4953 (org-translate-time, org-tree-to-indirect-buffer)
4954 (org-table-field-info, org-table-fix-formulas)
4955 (org-table-force-dataline, org-table-get-descriptor-line)
4956 (org-table-get-range)
4957 (org-skip-comments, org-sort)
4958 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
4959 (org-table-current-dline, org-table-current-field-formula)
4960 (org-table-edit-backward-field)
4961 (org-table-edit-formulas-post-command)
4962 (org-table-edit-line-down, org-table-edit-line-up)
4963 (org-agenda-archive)
4964 (org-agenda-clock-cancel)
4965 (org-agenda-clock-out, org-agenda-list-stuck-projects)
4966 (org-agenda-open-link, org-agenda-show-new-time)
4967 (org-agenda-skip-subtree-when-regexp-matches)
4968 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
4969 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
4970 (org-do-sort, org-file-image-p, org-find-overlays)
4971 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
4972 (org-highlight-until-next-command, org-isearch-end)
4973 (org-match-any-p, org-next-link, org-previous-link):
4974 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
4975 (org-rewrite-old-row-references)
4976 (org-isearch-post-command)
4977 (org-table-edit-move, org-table-edit-next-field)
4978 (org-table-edit-scroll, org-table-edit-scroll-down)
4979 (org-set-frame-title, org-show-reference)
4980 (org-unhighlight-once, org-verify-change-for-undo): New functions.
4981 (org-show-variable): Remove command.
4982 (org-add-log-maybe): New arguments STATE, FINDPOS
4983 (org-table-sort-lines): Rewrite from scratch.
4984 (org-link-search): New argument AVOID-POS.
4985 (org-print-icalendar-entries): Remove argument CATEGORY.
4986 (org-run-agenda-series): Remove argument WONDOW.
4987 (org-next-link, org-previous-link): New commands.
4988 (org-agenda-date-format): New option.
4989 (org-table-iterate): New command.
4990 (org-table-modify-formulas)
4991 (org-table-replace-in-formulas): Remove functions.
4992 (org-table-fix-formulas): New function.
4993 (org-table-insert-column, org-table-delete-column)
4994 (org-table-move-column): Use `org-table-fix-formulas'.
4995 (org-follow-gnus-link): Patch from Bastien/Leo.
4996 (org-table-current-field-formula): New function.
4997 (org-file-image-p): New function.
4998 (org-agenda-show-new-time): New function.
4999 (org-agenda-date-later): Call `org-agenda-show-new-time'.
5000 (org-with-remote-undo): New macro.
5001 (org-agenda-undo): New command.
5002 (org-verify-change-for-undo): New function.
5003 (org-time-stamp-format): New function.
5004 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
5005 by user.
5006 (org-match-any-p): New function.
5007 (org-make-tags-matcher): Handle regular expressions for tag and
5008 todo matches.
5009 (org-read-date): Accept "+N" as input for a date relative to the
5010 current date.
5011 (org-remove-subtree-entries-from-agenda): New function.
5012 (org-agenda-archive, org-agenda-kill):
5013 Use `org-remove-subtree-entries-from-agenda'.
5014 (org-do-sort, org-sort-entries): New functions.
5015 (org-sort): New command.
5016 (org-table-sort-lines): Use `org-do-sort'.
5017 (org-fix-decoded-time): New function.
5018 (org-table-number-regexp): Require 0x... to identify as number
5019 in tables.
5020 (org-startup-options): New keywords for note taking.
5021 (org-upgrade-old-links): Remove function.
5022 (org-get-repeat): New function.
5023 (org-show-context): Also show siblings on current level.
5024 (org-show-siblings): New function.
5025 (org-isearch-end, org-isearch-post-command): New functions.
5026 (org-show-siblings): New option.
5027 (org-show-context): Use `org-show-siblings'.
5028 (org-table-maybe-recalculate-line): No longer require `calc-eval'
5029 to be bound, because user may just use elisp.
5030
5031 2007-02-24 Kim F. Storm <storm@cua.dk>
5032
5033 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
5034 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
5035
5036 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
5037
5038 * startup.el (command-line): Also check if the abbrev file is readable.
5039
5040 2007-02-24 John Paul Wallington <jpw@pobox.com>
5041
5042 * net/tls.el (tls-certtool-program): Fix custom type.
5043
5044 * mail/feedmail.el (feedmail-message-id-generator)
5045 (feedmail-date-generator): Fix custom types.
5046
5047 * mail/rmail.el (rmail-message-filter): Fix custom type.
5048
5049 2007-02-24 Eli Zaretskii <eliz@gnu.org>
5050
5051 * startup.el (command-line): If simple.el cannot be found, proceed
5052 with a warning message.
5053
5054 2007-02-24 Kenichi Handa <handa@m17n.org>
5055
5056 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
5057 case that BEG is a string.
5058
5059 2007-02-24 Chris Moore <dooglus@gmail.com>
5060
5061 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5062 * pgg-pgp.el (pgg-pgp-encrypt-region):
5063 * pgg-gpg.el (pgg-gpg-encrypt-region):
5064 Check pgg-encrypt-for-me if no other recipients.
5065
5066 2007-02-23 Eli Zaretskii <eliz@gnu.org>
5067
5068 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
5069
5070 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
5071 shell-quote-argument.
5072
5073 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5074
5075 * comint.el (comint-read-input-ring): Use comint-input-ring-size
5076 from the comint buffer instead of the temporary one.
5077
5078 2007-02-23 David Reitter <david.reitter@gmail.com>
5079
5080 * cus-edit.el (custom-save-all): Canonicalize custom-file before
5081 storing it in recentf-exclude.
5082
5083 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
5084
5085 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
5086 in splash screen.
5087
5088 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
5089
5090 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
5091 commands, for restart.
5092 (idlwave-shell-current-module): Fix handling of module name by type.
5093 (idlwave-shell-break-in): Update type handling.
5094 (idlwave-shell-bp-get): Encode type in BP structure.
5095 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
5096 (idlwave-shell-module-source-query): Query routine info based on type.
5097 Fix path parsing for non-compiled files.
5098 (idlwave-shell-module-source-filter): Don't signal error in filter
5099 if no source found.
5100 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
5101 filter race.
5102
5103 2007-02-22 Kim F. Storm <storm@cua.dk>
5104
5105 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
5106 (editable-field): Document need to put some text before the %v
5107 escape in :format string.
5108
5109 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
5110
5111 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
5112 (vc-svn-use-edit): Remove unused config var.
5113 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
5114
5115 * outline.el (hide-sublevels): Keep empty last line, if available.
5116
5117 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
5118 rather than the corresponding unicode char, to make the code
5119 more readable.
5120
5121 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
5122
5123 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
5124 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
5125 (speedbar-item-info-tag-helper): Doc fixes.
5126
5127 2007-02-19 Kenichi Handa <handa@m17n.org>
5128
5129 * international/mule-cmds.el (locale-language-names):
5130 Map "eo" to "Esperanto".
5131
5132 * language/european.el ("Esperanto"): New language environment.
5133
5134 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
5135
5136 * simple.el (kill-line): Doc fix.
5137
5138 2007-02-17 Kim F. Storm <storm@cua.dk>
5139
5140 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
5141 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
5142 (bindat--unpack-group, bindat--pack-group):
5143 Handle vectors with optional element type.
5144
5145 2007-02-17 Daiki Ueno <ueno@unixuser.org>
5146
5147 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
5148 if PASSPHRASE is given.
5149
5150 2007-02-17 Chris Moore <dooglus@gmail.com>
5151
5152 * jka-cmpr-hook.el (jka-compr-compression-info-list):
5153 Recognize backups of bz2 compressed files.
5154
5155 2007-02-17 Eli Zaretskii <eliz@gnu.org>
5156
5157 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
5158 to nil to speed up lookup of the symbol in index nodes.
5159
5160 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5161
5162 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
5163 Add indentation for the constants of Lisp.
5164
5165 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
5166
5167 * ps-print.el: Use (defvar <foo>) where applicable.
5168 (ps-print-emacs-type): Remove.
5169 (ps-x-frame-property, ps-e-frame-parameter): Remove.
5170 (ps-frame-parameter): Align its call-convention with frame-parameter.
5171 (ps-begin-job): Adjust calls to it appropriately.
5172 (ps-setup): Don't print ps-print-emacs-type.
5173 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
5174 Define in such a way that it's obvious that it's defined.
5175 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
5176 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
5177 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
5178
5179 2007-02-15 Alan Mackenzie <acm@muc.de>
5180
5181 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
5182 an empty one-line C-style comment, post-position point properly.
5183
5184 2007-02-15 Chris Moore <dooglus@gmail.com>
5185
5186 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
5187 (isearch-lazy-highlight-new-loop): Bind it.
5188 (isearch-lazy-highlight-search): Use it.
5189
5190 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
5191
5192 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
5193
5194 * font-lock.el (font-lock-extend-region-wholelines):
5195 Only return non-nil if the region has really been changed.
5196 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
5197
5198 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
5199
5200 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
5201 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
5202 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
5203
5204 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
5205
5206 * faces.el (color-values): Revert changes to docstring from
5207 2007-01-31 and 2000-09-07.
5208
5209 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
5210 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
5211 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
5212 (ispell-help): Fix typos in docstring and output message.
5213
5214 2007-02-14 Kim F. Storm <storm@cua.dk>
5215
5216 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
5217 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
5218 (grep): Fix lgrep reference.
5219
5220 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
5221 (standard-display-underline): Use make-glyph-code.
5222
5223 * descr-text.el (describe-char): Use glyph-char and glyph-face.
5224
5225 * international/latin1-disp.el (latin1-display-char):
5226 Use make-glyph-code.
5227
5228 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
5229
5230 * ehelp.el (with-electric-help, electric-help-exit)
5231 (electric-help-retain): Doc fixes.
5232
5233 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
5234 (byte-compile-file): Doc fixes.
5235
5236 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5237
5238 * term/mac-win.el: Change all uses of
5239 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
5240 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
5241 (mac-ae-get-url): Call select-frame-set-input-focus.
5242 (mac-dnd-handle-drag-n-drop-event): Don't call
5243 select-frame-set-input-focus.
5244
5245 2007-02-13 Kenichi Handa <handa@m17n.org>
5246
5247 * international/characters.el: Fix documentation of category `a'.
5248
5249 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
5250
5251 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
5252
5253 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
5254
5255 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
5256 (tramp-get-remote-ln): Handle error case.
5257 Reported by Chris Moore <dooglus@gmail.com>.
5258
5259 2007-02-11 Kim F. Storm <storm@cua.dk>
5260
5261 * bindings.el (ctl-x-map): Remove register compatibility bindings
5262 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
5263
5264 2007-02-11 Richard Stallman <rms@gnu.org>
5265
5266 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
5267 in load history.
5268
5269 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
5270 condition -- don't fail to stop at endpos.
5271
5272 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
5273
5274 * textmodes/org.el (org-agenda-get-todos)
5275 (org-agenda-get-timestamps, org-agenda-get-closed)
5276 (org-agenda-get-deadlines, org-agenda-get-scheduled)
5277 (org-agenda-get-blocks, org-format-agenda-item)
5278 (org-agenda-change-all-lines, org-scan-tags): Rename text property
5279 from `category' to `org-category'.
5280
5281 2007-02-11 Kenichi Handa <handa@m17n.org>
5282
5283 * international/titdic-cnv.el (titdic-convert): Force files be written
5284 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
5285 (miscdic-convert): Force files be written with Unix-like eol format.
5286
5287 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
5288
5289 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
5290
5291 * calculator.el (calculator-prompt): Doc fix.
5292 (calculator-mode-map): Fix typo in menu entry.
5293
5294 2007-02-10 Jay Belanger <belanger@truman.edu>
5295
5296 * calculator.el (calculator): Do more extensive checking for when
5297 3 lines should be used for the calculator.
5298
5299 2007-02-10 Eli Zaretskii <eliz@gnu.org>
5300
5301 * info-look.el (info-lookup-make-completions):
5302 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
5303 index nodes.
5304
5305 * info.el (Info-fontify-maximum-menu-size): Document the effect
5306 of a nil value.
5307 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
5308 non-nil before using it as size.
5309
5310 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
5311
5312 * subr.el (insert-for-yank-1): Prevent read-only properties from
5313 interfering with text property operations.
5314
5315 * image-mode.el (image-mode): Revert 2007-01-30 changes.
5316
5317 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
5318 (image-type-auto-detected-p): Fail if another match is found in
5319 auto-mode-alist.
5320
5321 * files.el (magic-mode-alist): Call image-mode instead of
5322 image-mode-maybe for autodetected images.
5323
5324 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
5325
5326 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
5327 Fix typos in docstrings.
5328 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
5329
5330 2007-02-09 Kim F. Storm <storm@cua.dk>
5331
5332 * emacs-lisp/float-sup.el: Remove obsolete comment.
5333
5334 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5335
5336 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
5337
5338 2007-02-08 Karl Fogel <kfogel@red-bean.com>
5339
5340 * simple.el: Revert previous change, at request of RMS:
5341 (fundamental-mode-hook): Remove.
5342 (fundamental-mode): Run after-change-major-mode-hooks manually,
5343 and don't run the now-nonexistent fundamental-mode-hook.
5344
5345 2007-02-08 Karl Fogel <kfogel@red-bean.com>
5346
5347 * simple.el (fundamental-mode-hook): Declare new hook.
5348 (fundamental-mode): Run the new dedicated hook, and don't run
5349 after-change-major-mode-hooks manually anymore.
5350
5351 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5352
5353 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
5354 added columns of chars. Remove support for the "no-meta-info" format.
5355 Prompted by Romain Francoise <romain@orebokech.com>.
5356
5357 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
5358
5359 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
5360 (gdb-mouse-until, gdb-mouse-jump): Use it.
5361
5362 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
5363
5364 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
5365 work when there is just an assembler buffer (no source buffer).
5366
5367 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
5368
5369 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
5370 just because the diff was produced using "-p" (--show-c-function).
5371
5372 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
5373
5374 * faces.el (frame-set-background-mode): Use `color-values' and
5375 `display-color-p', not `x-color-values' and `x-display-color-p'.
5376 (face-valid-attribute-values): Use `defined-colors' instead of
5377 `x-defined-colors'.
5378
5379 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5380
5381 * ps-print.el: The ps-print commands without face printing should not
5382 print background color. Reported by Leo <sdl.web@gmail.com>.
5383 (ps-print-version): New version 6.7.3.
5384 (ps-begin-job): New arg. Fix ps-default-background and
5385 ps-default-foreground initialization.
5386 (ps-face-attributes): Fix doc string.
5387 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
5388
5389 * printing.el: Fix ps-print link.
5390
5391 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
5392
5393 * faces.el (face-set-after-frame-default): Compile attributes to
5394 be set by frame parameters before merging in X resources.
5395
5396 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
5397
5398 * simple.el (blink-matching-paren-dont-ignore-comments):
5399 (blink-matching-paren-on-screen): Doc fixes.
5400
5401 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
5402
5403 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
5404
5405 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
5406
5407 * loadhist.el (unload-feature): Silently ignore `load-history' entries
5408 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
5409 entries like `defun'. Return nil.
5410
5411 2007-02-05 Kim F. Storm <storm@cua.dk>
5412
5413 * ido.el: Doc fixes.
5414
5415 2007-02-04 David Kastrup <dak@gnu.org>
5416
5417 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
5418 `mpuz-allow-double-multiplicator' is non-zero, and correct
5419 calculation of `min'.
5420
5421 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
5422
5423 * wid-edit.el (widget-default-create): Insert new text at the
5424 :from marker _after_ the marker, not before it.
5425
5426 2007-02-04 Alan Mackenzie <acm@muc.de>
5427
5428 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
5429 containing it is re-indented.
5430
5431 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
5432
5433 * net/newsticker.el (newsticker--insert-image): Update docstring,
5434 and insert the image directly.
5435 (newsticker--buffer-redraw): Update docstring.
5436
5437 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5438 Rename from define-global-minor-mode.
5439
5440 * progmodes/cwarn.el (global-cwarn-mode):
5441 * emacs-lisp/autoload.el (make-autoload):
5442 * hi-lock.el (global-hi-lock-mode):
5443 * font-core.el (global-font-lock-mode): All callers changed.
5444
5445 2007-02-03 Eli Zaretskii <eliz@gnu.org>
5446
5447 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
5448 Don't copy @ignore lines into menu descriptions.
5449 (texinfo-multi-file-update): Goto the @node line before attempting
5450 to pluck the node name.
5451 (texinfo-multiple-files-update): Reverse the optional arguments'
5452 order, as per the doc string and the `interactive' form.
5453
5454 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
5455
5456 * image-mode.el: Use autoload to avoid overriding disabled setting
5457 applied in .emacs.
5458
5459 2007-02-03 Alan Mackenzie <acm@muc.de>
5460
5461 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
5462 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
5463 adjacent paren groups).
5464
5465 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5466
5467 * progmodes/ebnf2ps.el: Doc fixes.
5468 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
5469
5470 2007-02-02 Eli Zaretskii <eliz@gnu.org>
5471
5472 * dired-x.el (dired-do-relsymlink): Add reference to
5473 dired-do-symlink. Add an autoload cookie.
5474
5475 * dired-aux.el (dired-do-symlink): Add reference to
5476 dired-do-relsymlink.
5477
5478 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
5479
5480 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
5481 <left-fringe mouse-3>: New bindings.
5482
5483 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
5484
5485 * net/newsticker.el (newsticker-version): Changed to "1.10".
5486 (newsticker--set-customvar): Doc string.
5487 (newsticker-new-item-face): Doc string.
5488 (newsticker-mode): Initialize `invisibility-spec' with t.
5489 (newsticker-mode-map): Added
5490 `newsticker-mark-all-items-at-point-as-read'.
5491 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
5492 (newsticker-w3m-show-inline-images): Do not call
5493 `w3m-remove-image'.
5494 (newsticker--buffer-after-w3m-insert-image): New advice for
5495 w3m-insert-image to cache images.
5496 (newsticker-next-item-same-feed): New.
5497 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
5498 (newsticker-mark-all-items-of-feed-as-read): New.
5499 (newsticker-mark-all-items-at-point-as-read): Use new functions.
5500 (newsticker-mark-item-at-point-as-read): Doc string.
5501 (newsticker-mark-item-at-point-as-read): Use new functions.
5502 (newsticker--do-mark-item-at-point-as-read): New, extracted from
5503 `newsticker-mark-item-at-point-as-read'.
5504 (newsticker-hide-entry): Use (t) instead of t for invisibility.
5505 (newsticker--sentinel): Yet another xml-parser workaround.
5506 (newsticker--decode-iso8601-date): Bugfix for datestrings without
5507 days.
5508 (newsticker--buffer-do-insert-text): Fix.
5509 (newsticker--buffer-insert-enclosure): Fix. Length might be missing.
5510 (newsticker--buffer-make-item-completely-visible):
5511 `switch-to-buffer' not necessary.
5512
5513 2007-02-02 Eli Zaretskii <eliz@gnu.org>
5514
5515 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
5516 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
5517 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
5518 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
5519 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
5520
5521 2007-02-02 Kenichi Handa <handa@m17n.org>
5522
5523 * international/quail.el (quail-show-key): Fix an error message.
5524
5525 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
5526
5527 * faces.el (set-face-underline-p, modify-face): Rename arg
5528 UNDERLINE-P to UNDERLINE (it is not a flag).
5529
5530 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
5531
5532 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
5533 when adding gdb-speedbar-update to gdb-input-queue.
5534
5535 2007-02-01 Kenichi Handa <handa@m17n.org>
5536
5537 * international/quail.el (quail-show-key): Signal an error if the
5538 current input method is not using Quail.
5539
5540 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
5541
5542 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
5543 Trim leading whitespace in sysvar names.
5544
5545 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
5546
5547 * faces.el (internal-find-face, internal-get-face): Doc fixes.
5548
5549 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
5550
5551 * ido.el (ido-set-common-completion): Use `let', not `let*'.
5552
5553 2007-01-31 Romain Francoise <romain@orebokech.com>
5554
5555 * comint.el: Delete extra copy of `comint-copy-old-input' added in
5556 previous change to this file.
5557
5558 2007-01-31 Jason Rumney <jasonr@gnu.org>
5559
5560 * files.el (magic-mode-alist): Use image-mode-maybe rather than
5561 image-mode.
5562
5563 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
5564 interfering with attempt to set major mode from modified
5565 auto-mode-alist.
5566
5567 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
5568
5569 * faces.el (color-values): Doc fix.
5570 (face-differs-from-default-p): Don't check :foreground twice.
5571
5572 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
5573
5574 * comint.el (comint-mode): Prevent non-keyword fontification by default.
5575
5576 2007-01-31 Kenichi Handa <handa@m17n.org>
5577
5578 * international/quail.el (quail-store-decode-map-key): Store a
5579 translated character too.
5580 (quail-char-equal-p): New function.
5581 (quail-find-key1): Check character equality by quail-char-equal-p.
5582 (quail-decode-map-generated): New variable.
5583 (quail-find-key): Check quail-decode-map-generated and re-generate
5584 a decode map if necessary.
5585
5586 2007-01-30 Richard Stallman <rms@gnu.org>
5587
5588 * tutorial.el (tutorial--detailed-help): Make the list of
5589 changed keys look nicer.
5590
5591 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
5592
5593 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
5594 (gdb-var-delete): Use it.
5595 (gdb-var-update-handler-1): Handle value "invalid" for MI field
5596 `in_scope'.
5597
5598 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
5599
5600 * files.el (get-free-disk-space): Return nil for remote directories.
5601
5602 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
5603 instead of "dir".
5604
5605 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
5606
5607 * type-break.el (type-break-catch-up-event): New function.
5608 (type-break-demo-hanoi, type-break-demo-life)
5609 (type-break-demo-boring): Use it.
5610
5611 * image-mode.el (image-mode): Don't automatically view as image.
5612 (image-toggle-display): Add `disabled' property.
5613
5614 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
5615
5616 * isearchb.el (isearchb-iswitchb):
5617 * ps-print.el (ps-build-face-reference):
5618 * emacs-lisp/shadow.el (list-load-path-shadows):
5619 * eshell/esh-cmd.el (eshell-rewrite-for-command):
5620 * international/mule.el (find-auto-coding):
5621 * mail/supercite.el (sc-attrib-selection-list):
5622 * progmodes/cc-defs.el (c-emacs-features):
5623 * progmodes/cc-vars.el (c-offsets-alist):
5624 * progmodes/flymake.el
5625 (flymake-init-create-temp-source-and-master-buffer-copy):
5626 Fix typos in docstrings (some suggested by Chris Moore).
5627
5628 * progmodes/vhdl-mode.el (vhdl-components-package-name)
5629 (vhdl-get-library-unit, vhdl-corresponding-begin)
5630 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
5631 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
5632 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
5633 (vhdl-font-lock-match-item): Fix typos in docstrings.
5634 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
5635 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
5636 (vhdl-speedbar-insert-project-hierarchy):
5637 Improve argument/docstring consistency.
5638
5639 2007-01-29 Kenichi Handa <handa@m17n.org>
5640
5641 * international/titdic-cnv.el (py-converter): Fix previous change.
5642
5643 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
5644
5645 * jka-compr.el (jka-compr-partial-uncompress)
5646 (jka-compr-call-process): Rebind default-directory if it is
5647 invalid. Suggested by Chris Moore.
5648
5649 * comint.el (comint-insert-input): Handle situation where the
5650 selected buffer is not the clicked buffer.
5651
5652 2007-01-29 Kenichi Handa <handa@m17n.org>
5653
5654 * international/ja-dic-cnv.el (skkdic-convert):
5655 Add byte-compile-disable-print-circle:t at the head.
5656
5657 * international/titdic-cnv.el (tit-process-header):
5658 Add byte-compile-disable-print-circle:t at the head.
5659 (miscdic-convert): Likewise.
5660 (py-converter): Skip the header comments.
5661
5662 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
5663 New variable.
5664 (byte-compile-output-file-form): Bing print-circle to nil if
5665 byte-compile-output-file-form is not nil.
5666 (byte-compile-output-docform): Likewise.
5667
5668 2007-01-28 Kim F. Storm <storm@cua.dk>
5669
5670 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
5671 Declare earlier to avoid byte compiler warnings.
5672
5673 2007-01-28 Markus Triska <markus.triska@gmx.at>
5674
5675 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
5676
5677 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
5678
5679 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
5680 (gamegrid-add-score-with-update-game-score-1): Allow local quits
5681 when calling update-game-score program. Remove unnecessary
5682 save-excursion.
5683
5684 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
5685
5686 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
5687
5688 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
5689 avoid compiler warning.
5690 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
5691 might have values other than "true" or "false".
5692
5693 2007-01-28 Richard Stallman <rms@gnu.org>
5694
5695 * textmodes/fill.el (fill-paragraph-function): Doc fix.
5696 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
5697
5698 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
5699
5700 * image.el (image-type-header-regexps): Make GIF regex more specific.
5701
5702 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
5703 Don't check `backspace'.
5704 (tutorial--find-changed-keys): Look up bindings in a temp buffer
5705 in Fundamental mode.
5706
5707 * startup.el (fancy-splash-text, normal-splash-screen):
5708 Mention C-g.
5709
5710 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
5711 when inserting in buffer.
5712
5713 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
5714 inside the if.
5715
5716 2007-01-27 Richard Stallman <rms@gnu.org>
5717
5718 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
5719
5720 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
5721
5722 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
5723 enum/union/struct/class definition.
5724 Revert change to call `forward-sexp' multiple times.
5725
5726 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
5727
5728 * files.el (hack-local-variables-confirm): Don't keep trying to
5729 read an event from an empty kbd macro.
5730
5731 2007-01-27 Eli Zaretskii <eliz@gnu.org>
5732
5733 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
5734
5735 2007-01-27 Ben North <ben@redfrontdoor.org>
5736
5737 * outline.el (outline-promote, outline-demote): Doc fix. Rename
5738 the arg CHILDREN -> WHICH.
5739
5740 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
5741
5742 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
5743 default-directory to a sane value when calling start-process.
5744
5745 2007-01-27 Eli Zaretskii <eliz@gnu.org>
5746
5747 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
5748 (ls-lisp-format-time-list): Doc fix. Mention
5749 ls-lisp-use-localized-time-format.
5750 (ls-lisp-format-time): Use ls-lisp-format-time-list if
5751 ls-lisp-use-localized-time-format is non-nil, even if a valid
5752 locale is defined.
5753
5754 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
5755
5756 * jka-compr.el (jka-compr-shell): Doc fix.
5757
5758 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
5759
5760 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5761
5762 * ps-print.ps: Fix background height.
5763 (ps-print-version): New version 6.7.2.
5764
5765 2007-01-26 Eli Zaretskii <eliz@gnu.org>
5766
5767 * makefile.w32-in (finder-data, custom-deps): Depend on
5768 $(lisp)/loaddefs.el.
5769
5770 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
5771
5772 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
5773
5774 2007-01-24 Miles Bader <miles@gnu.org>
5775
5776 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
5777 (byte-compile-output-docform): Bind `print-circle' to t.
5778
5779 2007-01-24 Kenichi Handa <handa@m17n.org>
5780
5781 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
5782 file name of the original SKK dictionary file.
5783
5784 2007-01-24 Kim F. Storm <storm@cua.dk>
5785
5786 * ido.el (ido-initial-position): New variable.
5787 (ido-read-internal): Set it if default item is specified.
5788 (ido-minibuffer-setup): Position cursor accordingly if set.
5789 (ido-edit-input): C-e moves to end of input if not already there.
5790 (ido-magic-backward-char): C-b does like M-b if prev char is /.
5791 Don't switch to buffer mode if repeating C-b at start of input.
5792 (ido-toggle-ignore): C-a only toggles ignore at start or end of
5793 input; else it moves to start of input.
5794 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
5795 not at end of input, delete rest of input, rather than normal op.
5796
5797 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
5798
5799 * emulation/viper-keym.el (viper-insert-basic-map):
5800 Delete binding for S-TAB.
5801
5802 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
5803 of message. Activate mark.
5804 (ediff-activate-mark): Set transient-mark-mode to t.
5805
5806 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
5807
5808 2007-01-23 Martin Rudalics <rudalics@gmx.at>
5809
5810 * help-fns.el (describe-variable): Don't suppress display of
5811 buffer local value when the value is "large".
5812
5813 2007-01-22 Kim F. Storm <storm@cua.dk>
5814
5815 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
5816 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
5817 (ido-tidy): Use ido-active.
5818
5819 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
5820
5821 * hexl.el (hexl-mode-exit): Add missing quote.
5822
5823 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5824
5825 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
5826 (mac-ae-keyboard-modifiers): New function.
5827 (mac-handle-toolbar-switch-mode): Use it.
5828 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
5829 if keyboard modifiers on drop contain option key.
5830 (mac-dnd-drop-data): Add optional argument `action'.
5831 (special-event-map): Remove binding for M-drag-n-drop.
5832
5833 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
5834
5835 * add-log.el (add-log-current-defun): Use CC Mode functions to
5836 find the beginning and end of a defun.
5837
5838 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
5839
5840 * progmodes/gdb-ui.el (gdb-var-create-regexp)
5841 (gdb-var-create-handler): Handle value field in GDB output of
5842 -var-create.
5843 (gdb-max-frames): New variable.
5844 (gdb-stack-buffer, gdb-frames-select): Use it.
5845 (gdb-info-stack-custom): Help user customize gdb-max-frames,
5846 if necessary.
5847 (gdb-get-frame-number): Simplify.
5848
5849 2007-01-21 Glenn Morris <rgm@gnu.org>
5850
5851 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
5852 Update copyrights.
5853
5854 2007-01-21 Alan Mackenzie <acm@muc.de>
5855
5856 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
5857 handling of K&R stuff.
5858
5859 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5860
5861 * textmodes/bibtex.el (bibtex-files): Fix customization type.
5862
5863 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5864
5865 * ps-print.el: Handle frame parameters (background and/or foreground
5866 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
5867 (ps-print-version): New version 6.7.1.
5868 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
5869 (ps-frame-parameter): New fun.
5870 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
5871 Fix doc and customization.
5872 (ps-begin-job): Get frame parameters (background and/or foreground
5873 colors).
5874 (ps-do-despool): Ensure ps-printer-name has a valid value.
5875
5876 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
5877
5878 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
5879 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
5880 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
5881 mean unlimited.
5882
5883 2007-01-20 Alan Mackenzie <acm@muc.de>
5884
5885 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
5886 much more rigorous analysis of putative K&R regions.
5887
5888 2007-01-20 Alan Mackenzie <acm@muc.de>
5889
5890 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
5891 New functions.
5892
5893 2007-01-20 Alan Mackenzie <acm@muc.de>
5894
5895 * progmodes/cc-align.el, progmodes/cc-cmds.el,
5896 * progmodes/cc-defs.el, progmodes/cc-engine.el,
5897 * progmodes/cc-langs.el, progmodes/cc-styles.el,
5898 * progmodes/cc-vars.el: Add my name.
5899
5900 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
5901
5902 * files.el (find-alternate-file): Revert query message to Emacs 21
5903 version.
5904
5905 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
5906
5907 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
5908 the doc string how to use personal abbrevs without electric
5909 keywords.
5910
5911 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5912
5913 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
5914 Fixed cursor position when toggle abbreviated display.
5915
5916 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
5917
5918 * t-mouse.el: Update copyright following assignment by
5919 Alessandro Rubini.
5920
5921 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
5922
5923 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
5924 (type-break-demo-boring): Call read-event instead of read-char.
5925
5926 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
5927
5928 * progmodes/compile.el: Add handling for makepplog.
5929
5930 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
5931
5932 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
5933 aspell dictionaries are initialized when called non-interactively.
5934
5935 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
5936
5937 * progmodes/compile.el (compilation-loop): New arg limit.
5938 Handle case where the first error is at point-min.
5939 (compilation-next-error): New arg to compilation-loop call.
5940
5941 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
5942
5943 * info.el (Info-default-dirs): Change default info dir to
5944 share/info.
5945
5946 * paths.el (Info-default-directory-list): Ditto.
5947
5948 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
5949
5950 * hexl.el (hexl-before-revert-hook): New function.
5951 (hexl-mode): Use it.
5952 (hexl-after-revert-hook): Just call hexl-mode.
5953 (hexl-mode-exit): Remove before-revert-hook.
5954
5955 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
5956
5957 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
5958
5959 2007-01-16 Martin Rudalics <rudalics@gmx.at>
5960
5961 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
5962 by "-" in francais7 otherchars entry.
5963 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
5964 otherchars entry.
5965
5966 2007-01-15 Karl Fogel <kfogel@red-bean.com>
5967
5968 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
5969 path. Rewrite function in `cond' style for readability.
5970
5971 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
5972 (The path shortening, that is, not the rearrarangement.)
5973
5974 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5975
5976 * term/mac-win.el (mac-ae-quit-application): New function.
5977 (mac-apple-event-map): Bind "quit application" Apple event to it.
5978
5979 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
5980
5981 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
5982 than the program's output.
5983
5984 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
5985
5986 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
5987 (kmacro-start-macro-or-insert-counter)
5988 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
5989 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
5990
5991 * longlines.el (longlines-show-hard-newlines):
5992 * ruler-mode.el (ruler-mode-ruler):
5993 * emulation/keypad.el (keypad-setup):
5994 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
5995 Fix typo in docstring.
5996
5997 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
5998
5999 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
6000 Remove redirect character ">".
6001
6002 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
6003
6004 * replace.el (perform-replace): Remove leftover code.
6005
6006 2007-01-12 Richard Stallman <rms@gnu.org>
6007
6008 * replace.el (perform-replace): Don't clear NODENT when computing
6009 the replacement string.
6010
6011 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
6012
6013 * net/tramp.el (tramp-handle-file-local-copy):
6014 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
6015 <christopher.ian.moore@gmail.com>.
6016
6017 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6018
6019 * diff-mode.el (diff-sanity-check-context-hunk-half)
6020 (diff-sanity-check-hunk): New functions.
6021 (diff-find-source-location): Use'em to check the hunks are well-formed.
6022
6023 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
6024 activate undo when undo is not active.
6025 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
6026
6027 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6028
6029 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
6030 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
6031 (ffap-url-at-point): Use char-classes rather than "a-z".
6032
6033 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
6034
6035 * ediff-init.el (ediff-autostore-merges):
6036 * textmodes/fill.el (fill-region): Doc fix.
6037
6038 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6039
6040 * server.el (server-ensure-safe-dir): UIDs may be floats.
6041
6042 2007-01-10 Richard Stallman <rms@gnu.org>
6043
6044 * battery.el (battery-linux-proc-acpi): Use ignore-errors
6045 around calls to directory-files.
6046
6047 * subr.el (momentary-string-display): Use save-excursion.
6048
6049 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
6050 argument, but read it as `X' does.
6051
6052 2007-01-09 Juri Linkov <juri@jurta.org>
6053
6054 * info.el (Info-fontify-node): Don't hide node names of index entries.
6055
6056 * faces.el (momentary): Change :group to basic-faces where all
6057 basic faces belong to. Add :version.
6058
6059 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
6060
6061 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
6062 keybinding is found.
6063 (tutorial--find-changed-keys): Never treat null keybinding as a
6064 remapping.
6065
6066 2007-01-09 Martin Rudalics <rudalics@gmx.at>
6067
6068 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
6069
6070 2007-01-09 Kenichi Handa <handa@m17n.org>
6071
6072 * international/mule-cmds.el
6073 (select-safe-coding-system-interactively): Fix message.
6074
6075 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
6076
6077 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
6078 (tramp-process-actions): Add optional parameter TIMEOUT.
6079 (tramp-open-connection-telnet, tramp-open-connection-rsh)
6080 (tramp-open-connection-su): Add timeout of 60".
6081
6082 2007-01-09 Richard Stallman <rms@gnu.org>
6083
6084 * progmodes/compile.el (compile): Doc fix.
6085
6086 2007-01-09 Markus Triska <markus.triska@gmx.at>
6087
6088 * tumme.el (tumme-display-thumb): Doc fix.
6089
6090 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
6091
6092 * battery.el (battery-search-for-one-match-in-files):
6093 * bindings.el (mode-line-minor-mode-help):
6094 * x-dnd.el (x-dnd-types-alist):
6095 * calendar/icalendar.el (icalendar-import-buffer):
6096 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
6097
6098 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
6099
6100 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
6101
6102 * replace.el (replace-regexp): Fix typo in docstring.
6103
6104 2007-01-07 Alan Mackenzie <acm@muc.de>
6105
6106 * progmodes/cc-langs.el (c-operators, c-filter-ops):
6107 Amend doc-string and comments.
6108
6109 2007-01-06 Eli Zaretskii <eliz@gnu.org>
6110
6111 * files.el (abbreviate-file-name): Doc fix.
6112
6113 2007-01-06 Markus Triska <triska@gmx.at>
6114
6115 * subr.el (split-string): Remove spurious ")" from doc string.
6116
6117 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
6118
6119 * textmodes/table.el (table--warn-incompatibility):
6120 Use display-warning instead of momentary-string-display.
6121
6122 2007-01-05 Richard Stallman <rms@gnu.org>
6123
6124 * image.el (image-type-header-regexps): Recognize xbm more strictly.
6125
6126 * simple.el (backward-kill-word): Doc fix.
6127
6128 2007-01-05 Romain Francoise <romain@orebokech.com>
6129
6130 * international/mule.el (sgml-html-meta-auto-coding-function):
6131 Ensure that the buffer contains a HTML document.
6132
6133 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6134
6135 * faces.el (momentary): Move here ...
6136 * subr.el (momentary): ... from here.
6137
6138 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
6139
6140 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
6141 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
6142 large structures/arrays.
6143
6144 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
6145
6146 * files.el (find-file-noselect-1, set-visited-file-name):
6147 Allow backup-enable-predicate to be nil.
6148
6149 2007-01-04 Andreas Schwab <schwab@suse.de>
6150
6151 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
6152 last change.
6153
6154 2007-01-03 Richard Stallman <rms@gnu.org>
6155
6156 * woman.el (woman-decode-buffer): Clarify error message.
6157
6158 2007-01-03 Alan Mackenzie <acm@muc.de>
6159
6160 * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
6161
6162 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
6163
6164 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
6165
6166 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6167
6168 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
6169
6170 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
6171
6172 * emulation/viper.el (viper-custom-file-name, viper-mode):
6173 Fix typos in docstrings.
6174
6175 * subr.el (momentary-string-display): After moving point, set POS
6176 variable to it to avoid later errors once the buffer is modified.
6177 Doc fix.
6178
6179 2007-01-02 Alan Mackenzie <acm@muc.de>
6180
6181 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
6182 check that the "*/" is present before trying to manipulate it.
6183
6184 2007-01-02 Richard Stallman <rms@gnu.org>
6185
6186 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
6187
6188 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
6189 Fix format of value.
6190
6191 * cus-edit.el (customize-unsaved): Rename from customize-customized.
6192 Change messages accordingly.
6193 (customize-customized): Now alias.
6194
6195 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
6196
6197 * files.el (version-control): Doc fix.
6198
6199 2007-01-01 Alan Mackenzie <acm@muc.de>
6200
6201 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
6202 Check the format of c-state-cache is valid for an optimisation before
6203 using it.
6204
6205 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
6206 are at a statement within a macro". Other changes so that only
6207 the first continuation line in a macro gets the symbol
6208 `cpp-define-intro', the others getting `statement', or whatever.
6209
6210 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
6211 a string, preserve whitespace. Add a backslash only when also in
6212 a macro.
6213
6214 * progmodes/cc-defs.el: Correct typos.
6215
6216 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
6217 new line after an escaped EOL in a string.
6218
6219 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
6220 label when it directly follows "else", "do", ....
6221
6222 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
6223 angle brackets (as seen in "explicit specialisations" of C++
6224 templates).
6225
6226 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
6227 in the doc-string.
6228
6229 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
6230 when the comment ender looks like "=========*/" and is alone on
6231 its line.
6232
6233 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
6234 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
6235 for the old name.
6236
6237 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
6238 c-\(beginning\|end\)-of-defun by default.
6239
6240 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
6241 New line-up function, for the DEFUN macro in the Emacs C sources.
6242 Only used in "gnu" style.
6243
6244 * progmodes/cc-styles.el (c-style-alist): Use this new function in
6245 the "gnu" style.
6246
6247 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
6248 clean-up comment-close-slash also to work when there's a comment
6249 terminator on the line.
6250 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
6251 these for large arg - only take account of top level {..}, except
6252 for initial and final adjustments. M-- C-M-[ae] now go to the
6253 right defuns when the starting point is between defuns. They use
6254 the four new functions:
6255 (c-in-function-trailer-p, c-where-wrt-brace-construct)
6256 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
6257 support c-\(beginning\|end\)-of-defun.
6258
6259 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
6260 expressions more rigorously, to exclude bit-field specifiers from
6261 being classed as labels.
6262 (c-forward-label): When analyzing a ":" within a macro, be careful
6263 about using c-forward-syntactic-ws at the macro beginning.
6264 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
6265 stmt boundary, check for "operator=", etc.
6266
6267 * progmodes/cc-mode.el (c-postprocess-file-styles):
6268 Bind inhibit-read-only to t, around the call to
6269 c-remove-any-local-eval-or-mode-variables, so that it works on a
6270 RO file.
6271
6272 * progmodes/cc-defs.el (c-version): Update the version number to
6273 "5.31.4".
6274
6275 2007-01-01 Richard Stallman <rms@gnu.org>
6276
6277 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
6278 only if we restored isearch-window-configuration.
6279
6280 2006-12-31 Romain Francoise <romain@orebokech.com>
6281
6282 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
6283
6284 2006-12-31 Kim F. Storm <storm@cua.dk>
6285
6286 * files.el (auto-mode-case-fold): New defcustom.
6287 (set-auto-mode): If non-nil, perform second case-sensitive pass
6288 through auto-mode-alist if first pass failed.
6289
6290 2006-12-30 Richard Stallman <rms@gnu.org>
6291
6292 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
6293
6294 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
6295
6296 * allout.el (allout-encrypt-string): Handle symmetric-key
6297 passphrase caching but leave keypair caching to pgg.
6298
6299 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
6300
6301 Sync with Tramp 2.0.55.
6302
6303 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
6304 `integerp'. `char-equal' could fail else in case of negative
6305 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
6306 (top): Check for `font-lock-add-keywords' before calling; it
6307 doesn't exist under XEmacs.
6308 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
6309 (tramp-completion-mode): Remove clause (not
6310 tramp-unified-filenames), because the function is called in other
6311 context too, where this check results in wrong results in the
6312 XEmacs case on Windows.
6313 (tramp-touch): UTC handling is not possible for XEmacs.
6314
6315 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6316
6317 * scroll-bar.el (previous-scroll-bar-mode): New variable
6318 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
6319 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
6320
6321 * term/x-win.el: Set scroll bar mode to right if set by X resources.
6322
6323 2006-12-30 Richard Stallman <rms@gnu.org>
6324
6325 * files.el (make-backup-file-name-1): Precompute abs name
6326 but don't lose the relative name.
6327
6328 * international/mule-cmds.el (select-safe-coding-system-interactively):
6329 Fix message.
6330
6331 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
6332
6333 * files.el (backup-buffer): Show entire backup file name in msg.
6334
6335 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
6336
6337 * image.el (image-type-header-regexps, image-type-from-data)
6338 (image-type-from-buffer, image-type-from-file-header):
6339 Revert changes from 2006-12-26.
6340 (image-type-auto-detectable): New variable.
6341 (image-type-auto-detected-p): New function.
6342
6343 * files.el (magic-mode-alist): Detect image files with
6344 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
6345
6346 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
6347
6348 * dired.el (dired-sort-other): Move test for dired-mode...
6349 (dired-sort-set-modeline): ...to here.
6350
6351 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6352
6353 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
6354 change. Suggested by Stefan Monnier.
6355
6356 2006-12-29 Kim F. Storm <storm@cua.dk>
6357
6358 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
6359 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
6360
6361 2006-12-27 Kim F. Storm <storm@cua.dk>
6362
6363 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
6364 so it doesn't accidentally match an fsf.org mail address.
6365 (authors-renamed-files-alist): Add tcover-*.el.
6366
6367 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
6368
6369 * vc-arch.el (vc-arch-find-version): New function.
6370
6371 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
6372 composed of arbitrary characters (even /) in some systems.
6373
6374 2006-12-27 Eli Zaretskii <eliz@gnu.org>
6375
6376 * international/mule-cmds.el (select-safe-coding-system-interactively):
6377 Improve the message in the *Warning* buffer.
6378
6379 2006-12-27 Kim F. Storm <storm@cua.dk>
6380
6381 * ido.el (ido-set-matches-1): Fix last change. If default item is
6382 current buffer, it is ok to be first.
6383
6384 2006-12-27 Kenichi Handa <handa@m17n.org>
6385
6386 * international/mule-cmds.el (select-safe-coding-system-interactively):
6387 Use face `link' for problematic chars.
6388
6389 2006-12-27 Kenichi Handa <handa@m17n.org>
6390
6391 * international/mule-cmds.el (select-safe-coding-system-interactively):
6392 Improve the message in *Warning* buffer.
6393
6394 2006-12-27 Kim F. Storm <storm@cua.dk>
6395
6396 * ido.el (ido-set-matches-1): Never put current buffer first if
6397 there are other matches.
6398
6399 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
6400
6401 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
6402 expressions.
6403 (gdb-var-delete): Handle duplicate names. Print message for non
6404 root expressions.
6405 (gdb-partial-output-name): Start buffer name with a space.
6406 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
6407 buffer name.
6408
6409 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6410
6411 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
6412 last footnote when `footnote-spaced-footnotes' is nil.
6413
6414 2006-12-26 Richard Stallman <rms@gnu.org>
6415
6416 * cus-edit.el (custom-browse-sort-alphabetically)
6417 (custom-buffer-sort-alphabetically)
6418 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
6419
6420 * image.el (image-type-header-regexps): Change element format
6421 to include third item NOT-ALWAYS.
6422 (image-type-from-data): Handle new format.
6423 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
6424 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
6425
6426 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
6427
6428 * add-log.el (add-log-current-defun): Call `forward-sexp'
6429 multiple times to pick a member function name defined as
6430 part of nested classes/namespaces.
6431
6432 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6433
6434 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
6435 which keymap should be used to change menu. It does not affect any
6436 existent code.
6437
6438 2006-12-26 Richard Stallman <rms@gnu.org>
6439
6440 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
6441 rather than for being in a minibuffer window.
6442
6443 2006-12-25 Daiki Ueno <ueno@unixuser.org>
6444
6445 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
6446 locale-coding-system.
6447 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
6448 LF.
6449
6450 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
6451
6452 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
6453 (sql-mode-syntax-table): Disable double quoted strings.
6454 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
6455
6456 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6457
6458 * startup.el (fancy-splash-last-input-event): New variable.
6459 (fancy-splash-special-event-action): New function.
6460 (fancy-splash-screens): Temporarily bind special events to it.
6461 Execute command for saved special event before exiting from
6462 recursive editing.
6463
6464 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
6465 New functions.
6466 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
6467 Use mac-unread-string.
6468
6469 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6470
6471 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
6472 an optimized comment regexp if `comment-start-skip' uses a ^.
6473 * bs.el (bs--up): Remove interactive spec.
6474
6475 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
6476
6477 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
6478 Suggested by James Cloos.
6479
6480 2006-12-24 Kevin Ryde <user42@zip.com.au>
6481
6482 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
6483 in March.
6484 (calendar-dst-ends): Default to first Sunday in November.
6485
6486 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
6487
6488 * allout.el (allout-encrypt-string): Inhibit use of agent within
6489 body of let form where encryption happens. Acknowledge non-use of
6490 gpg-agent in docstring.
6491 (allout-toggle-subtree-encryption): Acknowledge non-use of
6492 gpg-agent in docstring.
6493
6494 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
6495
6496 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
6497
6498 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
6499
6500 * ediff-diff.el (ediff-diff-options): Clarify docstring.
6501 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
6502
6503 * emulation/viper-cmd.el (viper-post-command-sentinel):
6504 Protect against errors in hooks.
6505 (viper-add-newline-at-eob-if-necessary): Add newline only if we
6506 actually modify buffer; ignore errors if occur.
6507
6508 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
6509
6510 * calendar/calendar.el (calendar-mode-map): Switch < and >.
6511 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
6512 formatting.
6513
6514 2006-12-23 Richard Stallman <rms@gnu.org>
6515
6516 * simple.el (delete-horizontal-space): Doc fix.
6517
6518 2006-12-23 Eli Zaretskii <eliz@gnu.org>
6519
6520 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
6521 explicitly in a recursive Make, not implicitly through prerequisites,
6522 since the latter is wrong under parallel builds.
6523
6524 2006-12-22 Eli Zaretskii <eliz@gnu.org>
6525
6526 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
6527
6528 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
6529
6530 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
6531 message string.
6532
6533 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
6534
6535 * outline.el (outline-next-visible-heading): Fix the case with a
6536 header at end-of-file with no final newline.
6537
6538 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
6539
6540 * indent.el (tab-always-indent): Doc fix.
6541
6542 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
6543
6544 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
6545 (Info-fontify-node): Do fontify indices.
6546
6547 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
6548 to the Emacs Lisp reference manual.
6549 (tutorial--tab-map): Remove. All callers changed.
6550 (tutorial--find-changed-keys): New elt QUIET, used to...
6551 (tutorial--display-changes): ...ensure that warning messages are
6552 only issued once per changed key.
6553 (tutorial--remove-remarks): Delete unused code-path.
6554 (lang-strings): Remove extraneous formatting.
6555 (tutorial--save-tutorial): Prompt before saving tutorial state.
6556
6557 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
6558
6559 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
6560 Replace '?\ ' by '?\s' throughout.
6561 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
6562 `help' custom group.
6563 (tutorial--key-description): New function.
6564 (tutorial--display-changes): Remove redundant arg. Scan for all
6565 key sequences to avoid false matches. Cleanup.
6566 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
6567 reduce homedir pollution.
6568 (help-with-tutorial): Call tutorial--display-changes with no arg.
6569
6570 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
6571
6572 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
6573
6574 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
6575
6576 * net/tramp.el (tramp-default-method): We still need to check for
6577 `executable-find', because it is not bound under Emacs 20.
6578 (tramp-handle-file-name-completion)
6579 (tramp-completion-handle-file-name-completion): Handle optional
6580 parameter PREDICATE.
6581 (tramp-find-default-method): Add code for default values.
6582
6583 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
6584
6585 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
6586 make gud-go send "continue".
6587
6588 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
6589
6590 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
6591 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
6592
6593 2006-12-19 Kim F. Storm <storm@cua.dk>
6594
6595 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
6596 instead of global-map.
6597
6598 * files.el (magic-mode-alist): Allow matching file type by
6599 calling a function at bob. Check for image types by calling
6600 image-type-from-buffer. Suggested by Juanma Barranquero.
6601 (set-auto-mode): Do it.
6602
6603 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
6604
6605 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
6606 Remove "ControlMaster" option from the other `scp*' methods.
6607 (tramp-default-method): Check for ssh-agent before setting to `scp'.
6608
6609 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
6610
6611 * textmodes/org.el (org-mode): Show context after isearch.
6612 (org-show-siblings): New function.
6613 (org-show-context): Use `org-show-siblings'.
6614
6615 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
6616
6617 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
6618 Use syntax-ppss-toplevel-pos.
6619
6620 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
6621
6622 * textmodes/org.el (org-current-line): Make sure that lines are
6623 counted from beginning of buffer.
6624 (org-table-copy-region, org-table-paste-rectangle): Make sure that
6625 lines are counted from beginning of buffer.
6626
6627 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
6628
6629 * info.el (Info-build-node-completions): Signal error if tag-table
6630 marker is not found.
6631
6632 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6633
6634 2006-12-17 Alan Mackenzie <acm@muc.de>
6635
6636 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
6637 speed) the case when open-paren-in-column-0-is-defun-start is nil.
6638 Based on code by Martin Rudalics.
6639
6640 * progmodes/cc-mode.el (c-basic-common-init): Don't set
6641 open-paren-in-column-0-is-defun-start to nil any more.
6642
6643 2006-12-17 Richard Stallman <rms@gnu.org>
6644
6645 * simple.el (delete-horizontal-space): Use prefix arg.
6646
6647 * help-fns.el (describe-variable): Improve blank separator lines.
6648
6649 * files.el (magic-mode-alist): Mark as risky.
6650
6651 * files.el (make-backup-file-name-1):
6652 Expand backup-directory explicitly.
6653
6654 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
6655
6656 * net/tramp.el (tramp-default-method): Before setting to "pscp",
6657 check whether package password.el is loaded, or Pageant is running.
6658
6659 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
6660
6661 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
6662 (icalendar--rris): First try Emacs, then XEmacs.
6663 (icalendar--convert-ical-to-diary): Doc fix.
6664 Insert newline at end of target file.
6665
6666 2006-12-17 Kim F. Storm <storm@cua.dk>
6667
6668 * outline.el (outline-isearch-open-invisible-function): New defvar.
6669 (outline-flag-region): Use it if non-nil for isearch-open-invisible
6670 overlay property instead of outline-isearch-open-invisible.
6671
6672 2006-12-16 Kim F. Storm <storm@cua.dk>
6673
6674 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
6675 if ido-directory-too-big is set on entry.
6676 (ido-toggle-ignore, ido-completion-help): Print message while
6677 reading big directory.
6678
6679 2006-12-15 Richard Stallman <rms@gnu.org>
6680
6681 * shell.el (shell): Doc fix.
6682
6683 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
6684
6685 * emulation/edt.el (edt-xserver):
6686 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
6687 to fix a problem on Cygwin.
6688
6689 * emulation/edt.el
6690 * emulation/edt-mapper.el
6691 * emulation/edt-lk201.el
6692 * emulation/edt-pc.el
6693 * emulation/edt-vt100.el: Update maintainer's email address.
6694
6695 2006-12-15 Simon Marshall <simon@gnu.org>
6696
6697 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
6698
6699 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6700
6701 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
6702 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
6703 instead of mac-atsu-font-table.
6704 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
6705
6706 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
6707
6708 * align.el (align-match-tex-pattern): Fix a rare bug which
6709 hanged Emacs.
6710
6711 2006-12-14 Richard Stallman <rms@gnu.org>
6712
6713 * startup.el (use-fancy-splash-screens-p): Use frame-height
6714 instead of window-height. Pass frame to image-size.
6715
6716 2006-12-13 Kenichi Handa <handa@m17n.org>
6717
6718 * international/mule-cmds.el (set-locale-environment):
6719 Set default-sendmail-coding-system too.
6720
6721 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
6722
6723 * progmodes/idlw-help.el: Fix copyright notice.
6724
6725 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
6726
6727 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
6728
6729 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
6730
6731 * subr.el (unread-command-char): Reformat obsolescence info.
6732
6733 2006-12-11 Richard Stallman <rms@gnu.org>
6734
6735 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
6736 about calls to cl-struct-setf-expander.
6737
6738 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
6739
6740 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
6741 (ediff-combination-pattern): Fix typo in docstring.
6742
6743 * textmodes/refer.el (refer-find-entry): Doc fix.
6744 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
6745 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
6746 Fix tipos in docstrings.
6747
6748 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
6749
6750 2006-12-10 Kim F. Storm <storm@cua.dk>
6751
6752 * ido.el (ido-init-completion-maps): Remap backward-kill-word
6753 instead of binding M-backspace.
6754
6755 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
6756
6757 * replace.el (replace-match-data, replace-match-maybe-edit):
6758 * calc/calc-aent.el (calc-eval-error):
6759 * emulation/vi.el (vi-char-argument):
6760 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
6761 (c-vsemi-status-unknown-p-fn): Doc fixes.
6762
6763 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
6764
6765 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
6766 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
6767
6768 2006-12-10 Masatake YAMATO <jet@gyve.org>
6769
6770 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
6771
6772 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
6773
6774 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
6775
6776 * man.el (Man-xref-button-action): New function. If the
6777 `Man-target-string' button property is a function, assume it
6778 accepts a position argument.
6779 (Man-abstract-xref-man-page): Use it.
6780 (Man-default-man-entry): New optional arg POS.
6781
6782 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
6783 symlink arrows read-only and non-rear-sticky.
6784
6785 2006-12-09 Martin Rudalics <rudalics@gmx.at>
6786
6787 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
6788 (wdired-search-and-rename): Simplify code.
6789 (wdired-preprocess-files, wdired-preprocess-perms): Make
6790 read-only property of preceding character rear-nonsticky to
6791 avoid that it can be modified. Put old-name and old-link
6792 properties on character preceding name and replace
6793 put-text-property by add-text-properties.
6794 (wdired-get-filename, wdired-get-previous-link): Get old-name
6795 and old-link properties from character preceding name and
6796 simplify code.
6797 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
6798 (wdired-perms-to-number): Make local-map property
6799 rear-nonsticky to avoid that text following permissions may be
6800 modified. Use add-text-properties instead of put-text-property
6801 when changing a permission bit.
6802 (wdired-change-to-dired-mode): Remove stickiness properties.
6803
6804 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
6805
6806 * international/mule-cmds.el (register-input-method): Doc fix.
6807
6808 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
6809
6810 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
6811
6812 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6813
6814 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
6815 Force buffer local defs evaluation on local variables loading.
6816 (flyspell-mode-on, flyspell-mode-off): Use it in
6817 `hack-local-variables-hook'.
6818
6819 2006-12-09 Eli Zaretskii <eliz@gnu.org>
6820
6821 * emacs-lisp/find-func.el (find-variable): Doc fix.
6822
6823 * help-fns.el (variable-at-point): Doc fix.
6824
6825 * w32-fns.el (w32-append-code-lines): New function.
6826
6827 2006-12-09 Romain Francoise <romain@orebokech.com>
6828
6829 * comint.el (comint-insert-input): Delete obsolete comment.
6830
6831 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
6832
6833 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
6834 current frame, in case we're connected to several displays.
6835
6836 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
6837
6838 * frame.el (other-frame): Doc fix.
6839 (set-frame-parameter): Fix typo in docstring.
6840
6841 2006-12-07 Kim F. Storm <storm@cua.dk>
6842
6843 * info.el (Info-index): Strip leading colon from topic.
6844
6845 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
6846
6847 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
6848 to pointers.
6849
6850 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
6851
6852 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
6853 Trim out spurious class inheritance "None" entries.
6854
6855 2006-12-05 Kim F. Storm <storm@cua.dk>
6856
6857 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
6858 (cua-paste-pop): Rework last change for
6859 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
6860 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
6861 text inserted by the last M-y command.
6862
6863 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6864
6865 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
6866 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
6867
6868 * shell.el (shell): Search the start file in ~/.emacs.d as
6869 `init_SHELLNAME.sh' instead.
6870
6871 2006-12-05 Glenn Morris <rgm@gnu.org>
6872
6873 * progmodes/cperl-mode.el (cperl-mode)
6874 * progmodes/f90.el (f90-mode-abbrev-table)
6875 * progmodes/fortran.el (fortran-mode-abbrev-table)
6876 * progmodes/octave-mod.el (octave-abbrev-table)
6877 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
6878 if abbrev-table is non-nil (saved user abbrevs may have been restored).
6879
6880 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
6881 clear abbrev table, else saved abbrevs will not be restored.
6882
6883 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
6884
6885 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
6886 the call to `make-obsolete-variable', not in the docstring.
6887
6888 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
6889
6890 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
6891
6892 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6893
6894 * progmodes/ebnf-abn.el:
6895 * progmodes/ebnf-bnf.el:
6896 * progmodes/ebnf-dtd.el:
6897 * progmodes/ebnf-ebx.el:
6898 * progmodes/ebnf-iso.el:
6899 * progmodes/ebnf-otz.el:
6900 * progmodes/ebnf-yac.el:
6901 * progmodes/ebnf2ps.el:
6902 * delim-col.el:
6903 * printing.el:
6904 * ps-bdf.el:
6905 * ps-mule.el:
6906 * ps-print.el: Remove 'Time-stamp' comment mark.
6907
6908 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
6909 'easy-menu-add-item' when called in Emacs 21 or higher.
6910
6911 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
6912
6913 * progmodes/ada-xref.el (ada-check-current): Doc fix.
6914 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
6915
6916 2006-12-04 Kim F. Storm <storm@cua.dk>
6917
6918 * bindings.el (global-map): Bind [signal t] to ignore, to have
6919 user signals ignored by default.
6920
6921 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
6922
6923 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
6924 Unicode data file pointed to by `describe-char-unicodedata-file'.
6925
6926 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
6927
6928 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
6929 O(n^2) regexp-search by anchoring the search.
6930
6931 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
6932
6933 * whitespace.el (whitespace-cleanup-internal): Use current
6934 argument for recursive call.
6935
6936 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
6937
6938 * net/tramp.el (tramp-methods): Add "ControlPath" and
6939 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
6940 Andreas Schwab <schwab@suse.de>.
6941 (tramp-do-copy-or-rename-file-out-of-band)
6942 (tramp-open-connection-rsh): Compute format spec for ?t.
6943 (tramp-process-actions): Trace command parameters.
6944
6945 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
6946
6947 * simple.el (toggle-truncate-lines): Clarify doc string.
6948
6949 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
6950 (gdb-speedbar-expand-node): Use it.
6951
6952 2006-12-04 Richard Stallman <rms@gnu.org>
6953
6954 * progmodes/python.el (python-indent): Add safe-local-variable prop.
6955
6956 * dired.el (dired-revert): Turn off dired-after-readin-hook
6957 around call to dired-readin.
6958
6959 * menu-bar.el (menu-bar-make-toggle): Add "globally"
6960 to echo area messages.
6961 <indicate-empty-lines, case-fold-search>:
6962 Add "globally" to Help string.
6963 <case-fold-search>: MESSAGE arg need not say "globally".
6964 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
6965
6966 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
6967
6968 * outline.el (outline-end-of-subtree): Don't leave an empty
6969 line hidden as we would a real next heading.
6970
6971 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
6972
6973 * allout.el (allout-ascend): Add an optional argument to preserve
6974 original position of point when unsuccessful. Also, fix a
6975 docstring error.
6976 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
6977 work again, using allout-ascend's new option.
6978 (allout-setup-mode-map): Extract from allout-mode to initialize
6979 allout-mode-map. Call it on file load, so the mode docstring
6980 substitutions work even if allout mode has not yet been invoked.
6981 (allout-mode): Use new allout-setup-mode-map to track any keybinding
6982 customizations since the map was last processed. Also, refine the
6983 docstring so it's ship-shape for release.
6984 (allout-default-layout, allout-beginning-of-line-cycles)
6985 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
6986 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
6987 (allout-version, allout-layout, allout-infer-body-reindent)
6988 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
6989 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
6990 (allout-previous-heading, allout-goto-prefix-doublechecked)
6991 (allout-current-bullet-pos, allout-next-sibling-leap)
6992 (allout-pre-command-business, allout-encrypted-type-prefix)
6993 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
6994 (allout-rebullet-topic, allout-rebullet-topic-grunt)
6995 (allout-flag-region, allout-expose-topic, allout-expose-topic)
6996 (allout-old-expose-topic, allout-listify-exposed)
6997 (allout-process-exposed, allout-latex-verb-quote)
6998 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
6999 (allout-toggle-current-subtree-encryption)
7000 (allout-toggle-subtree-encryption, allout-bullet-isearch):
7001 Remove extraneous open-paren and close paren string escapes.
7002
7003 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
7004
7005 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
7006 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
7007 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
7008 Fix typos in docstrings.
7009
7010 2006-12-03 Glenn Morris <rgm@gnu.org>
7011
7012 * progmodes/cc-align.el
7013 * progmodes/cc-awk.el
7014 * progmodes/cc-cmds.el
7015 * progmodes/cc-compat.el
7016 * progmodes/cc-defs.el
7017 * progmodes/cc-engine.el
7018 * progmodes/cc-langs.el
7019 * progmodes/cc-menus.el
7020 * progmodes/cc-mode.el
7021 * progmodes/cc-styles.el
7022 * progmodes/cc-vars.el
7023 * progmodes/vhdl-mode.el: Fix Copyright format.
7024
7025 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
7026
7027 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
7028 initial down event.
7029
7030 2006-12-02 Kim F. Storm <storm@cua.dk>
7031
7032 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
7033 (cua-repeat-replace-region): Make M-v more robust.
7034 (cua-paste-pop-rotate-temporarily): New defcustom.
7035 (cua-paste-pop): Use it.
7036 (cua-auto-mark-last-change): New defcustom.
7037 (cua-pop-to-last-change): New helper function.
7038 (cua-set-mark): Use them.
7039
7040 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
7041
7042 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
7043 mini-buffer message.
7044
7045 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
7046
7047 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
7048
7049 2006-12-01 Ben North <ben@redfrontdoor.org>
7050
7051 * paren.el: Fix the highlight overlay extension when the user types a
7052 sequence of char very fast just before the open parenthesis.
7053
7054 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7055
7056 * ps-mule.el: Eliminate Emacs 20 compatibility.
7057
7058 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
7059 (ps-print-version): New version 6.7.
7060 (ps-print-quote): Replace '?\ ' by '?\s'.
7061
7062 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
7063
7064 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
7065 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
7066 (hexl-end-of-1k-page): Doc fixes.
7067 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
7068 Fix typos in docstrings.
7069
7070 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7071
7072 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
7073 locally, i.e. without using file name handlers.
7074 (ido-read-internal): Allow mono letter host names, avoiding the
7075 `c:' problem by testing if the file exists locally.
7076 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
7077
7078 2006-11-30 Masatake YAMATO <jet@gyve.org>
7079
7080 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
7081 to avoid bytecomp warnings.
7082 (hexl-mode-old-ruler-function): New variable.
7083 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
7084 and `hl-line-range-function' after `require' hl-line.
7085 Then bind `hl-line-range-function' and `hl-line-face'.
7086 Don't require frame. Don't use `with-no-warnings'.
7087 (hexl-activate-ruler): Store the original value of
7088 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
7089 (hexl-mode-exit): Restore the original value of
7090 `ruler-mode-ruler-function'.
7091
7092 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
7093
7094 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
7095 (hexl-mode-old-hl-line-face): New variable.
7096 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
7097 line when exit from the hexl-mode.
7098
7099 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
7100
7101 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
7102 Doc fixes.
7103
7104 * international/fontset.el (create-fontset-from-ascii-font)
7105 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
7106 (fontset-name-p): Fix typo in docstring.
7107
7108 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
7109
7110 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7111
7112 * ps-bdf.el: Fix maintainer email.
7113
7114 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
7115 compatibility.
7116
7117 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
7118 21 compatibility.
7119 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
7120 Emacs 20 & 21.
7121
7122 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
7123
7124 * progmodes/idlwave.el (idlwave-auto-fill):
7125 Remove paragraph-start let to prevent auto-fill giving up.
7126
7127 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
7128
7129 * vt100-led.el (led-state): Fix typo in previous change.
7130
7131 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7132
7133 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7134 Fix interactive spec of the functions getting defined to make them
7135 work as documented.
7136
7137 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
7138
7139 * startup.el (fancy-splash-screens): Hide initial splash buffer.
7140
7141 2006-11-28 Kim F. Storm <storm@cua.dk>
7142
7143 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
7144 icomplete-mode is enabled.
7145
7146 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
7147
7148 * textmodes/org.el (require): Require gnus-sum during compilation
7149 to avoid problem with a macro call.
7150
7151 2006-11-28 Glenn Morris <rgm@gnu.org>
7152
7153 * emacs-lisp/authors.el (authors-aliases): Add new alias.
7154
7155 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
7156 (fortran-window-create-momentarily): Do not need string-to-char.
7157
7158 2006-11-28 Richard Stallman <rms@gnu.org>
7159
7160 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
7161 Replace incorrect use of assoc-default with a loop.
7162
7163 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
7164
7165 * simple.el (next-error-find-buffer): Improve messages.
7166
7167 * files.el (revert-buffer): Special error message if file
7168 is now not readable.
7169
7170 * facemenu.el (facemenu-add-new-face): Improve doc strings of
7171 constructed commands.
7172
7173 * comint.el (comint-exec-1): Provide Emacs version and `comint'
7174 in INSIDE_EMACS.
7175
7176 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7177
7178 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
7179
7180 * server.el: Remove spurious * in docstrings.
7181 (server-process-filter): Exit from recursive editing before processing
7182 a new request.
7183
7184 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
7185
7186 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
7187 line so hidden blocks will be correctly identified.
7188
7189 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
7190
7191 * ledit.el (ledit-save-defun, ledit-mode):
7192 * resume.el (resume-emacs-args-buffer):
7193 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
7194 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
7195 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
7196 (command-send-input, command-kill-line):
7197 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
7198
7199 * autoarg.el (autoarg-kp-mode): Doc fix.
7200
7201 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
7202 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
7203 (check-emacs-lock): Doc fix. Simplify.
7204
7205 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
7206 (iimage-mode-buffer): Fix typos in docstring.
7207
7208 * misc.el (zap-up-to-char): Doc fix.
7209
7210 * time-stamp.el: Fix comment and obsolescence string for old
7211 functions. Use `dolist' instead of `while'.
7212
7213 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
7214
7215 * disp-table.el (standard-display-8bit, standard-display-default):
7216 * ebuff-menu.el (electric-buffer-list):
7217 * ehelp.el (electric-help-command-loop):
7218 * font-core.el (font-lock-mode):
7219 * help-macro.el (make-help-screen):
7220 * help.el (describe-minor-mode-completion-table-for-indicator)
7221 (lookup-minor-mode-from-indicator):
7222 * indent.el (tab-to-tab-stop, move-to-tab-stop):
7223 * info-look.el (info-lookup-guess-custom-symbol):
7224 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
7225 * longlines.el (longlines-wrap-line):
7226 * macros.el (insert-kbd-macro):
7227 * menu-bar.el (menu-bar-update-buffers):
7228 * misc.el (copy-from-above-command):
7229 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
7230 * newcomment.el (comment-indent):
7231 * novice.el (disabled-command-function):
7232 * sort.el (sort-fields-syntax-table):
7233 * subr.el (momentary-string-display):
7234 * tar-mode.el (tar-header-block-summarize)
7235 (tar-clear-modification-flags):
7236 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
7237 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
7238 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
7239 (te-delete-char, te-down-vertically-or-scroll):
7240 * time-stamp.el (time-stamp-string-preprocess):
7241 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
7242
7243 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
7244
7245 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
7246 in GUD mode.
7247
7248 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
7249 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
7250
7251 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7252
7253 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
7254
7255 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
7256
7257 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
7258 (ada-compile-goto-error): Adapt to new argument profile of
7259 compilation-goto-locus in Emacs 22. Don't check if the various
7260 compile functions are defined; we already do "(require 'compile)".
7261
7262 2006-11-26 Kim F. Storm <storm@cua.dk>
7263
7264 * kmacro.el: Fix commentary.
7265
7266 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
7267
7268 * progmodes/gud.el (gdb): Explain how to run in text command mode
7269 more clearly. Say in error message that multiple debugging
7270 requires restarting GDB.
7271
7272 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
7273
7274 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
7275
7276 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
7277
7278 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
7279 (flymake-popup-menu): Use it instead of posn-at-point.
7280
7281 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7282
7283 * progmodes/cc-vars.el (c-backslash-column):
7284 Mention c-backslash-max-column in documentation for c-backslash-column.
7285
7286 2006-11-24 Lars Hansen <larsh@soem.dk>
7287
7288 * net/tramp.el (tramp-default-method): Under Windows, change from
7289 plink to pscp.
7290 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
7291 (tramp-actions-copy-out-of-band):
7292 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
7293 (tramp-action-out-of-band): Move "Permission denied" handling to
7294 tramp-action-copy-failed.
7295 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
7296 process buffer.
7297
7298 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7299
7300 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7301 strings to a single string. Quote `errors-file-name'.
7302 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7303 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7304 Adjust calls. Use `shell-quote-argument'.
7305
7306 * international/mule.el (load-with-code-conversion)
7307 (with-category-table): Use with-current-buffer.
7308 (after-insert-file-set-coding): Use restore-buffer-modified-p.
7309
7310 2006-11-24 Eli Zaretskii <eliz@gnu.org>
7311
7312 * mail/smtpmail.el (smtpmail-send-it):
7313 Copy buffer-file-coding-system from the mail buffer. Possibly add a
7314 MIME header for the message encoding.
7315 Bind coding-system-for-write around the call to mail-do-fcc.
7316 Use smtpmail-code-conv-from to encode queued mail messages.
7317
7318 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
7319
7320 * tabify.el (tabify-regexp): Doc fix.
7321
7322 * net/rcirc.el (rcirc-buffer-maximum-lines):
7323 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
7324
7325 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
7326 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
7327 Fix typos in output messages.
7328 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
7329
7330 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7331
7332 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
7333 the horse's mouth.
7334 (hexlify-buffer): Don't re-encode an arg that's already encoded.
7335
7336 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
7337
7338 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
7339 Remove condition-case.
7340
7341 2006-11-23 Glenn Morris <rgm@gnu.org>
7342
7343 * progmodes/f90.el (f90-comment-indent): Do not move point in
7344 default case.
7345
7346 2006-11-21 Romain Francoise <romain@orebokech.com>
7347
7348 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
7349 from library name (reverts change of 2005-10-25).
7350
7351 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
7352
7353 * tutorial.el (tutorial--default-keys): Add newline and
7354 delete-backward-char bindings.
7355 (tutorial--detailed-help): Save excursion when finding keys.
7356 Correct warning string for M-x FOO case.
7357 (tutorial--display-changes): Print special keys in tutorial style.
7358 Tweak search regexp for changed keys.
7359
7360 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
7361
7362 * thingatpt.el (thing-at-point-url-at-point): Don't add a
7363 redundant scheme.
7364
7365 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
7366
7367 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
7368 are new to the list at IANA. Also added irc, mms, mmsh.
7369
7370 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
7371
7372 * progmodes/idlw-help.el (idlwave-html-help-location):
7373 Fail gracefully for missing help packages.
7374 (idlwave-help-assistant-open-link): Open full links.
7375 (idlwave-help-assistant-help-with-topic): Direct help link.
7376
7377 * progmodes/idlwave.el (idlwave-mode):
7378 Set add-log-current-defun-function.
7379 (idlwave-current-routine-fullname): Add, to support add-log.
7380 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
7381 to reflect improvements to xml-parse-file.
7382 (idlwave-mode-menu-def): New binding for help-with-topic.
7383
7384 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
7385 Handle extra newlines and spaces.
7386 (idlwave-shell-mode-map): Add help-with-topic.
7387
7388 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
7389
7390 * tutorial.el (tutorial-warning-face): New face.
7391 (tutorial--detailed-help, tutorial--display-changes): Use it.
7392 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
7393 Improve search pattern for occurrences of changed keys.
7394
7395 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7396
7397 * term/x-win.el (x-last-cut-buffer-coding): New variable.
7398 (x-select-text): Set it.
7399 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
7400 when checking for newness.
7401
7402 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
7403
7404 * subr.el (posn-image):
7405 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
7406
7407 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
7408
7409 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7410
7411 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
7412 Exceptions to the rule "add a space between an identifier and an
7413 opening parenthesis". Defaulted to the `#define' problem of cpp.
7414 (glasses-parenthesis-exception-p): New. Check if the region is an
7415 exception regarding to that.
7416 (glasses-make-readable): Use it.
7417 (glasses-convert-to-unreadable): Ditto. Modify the file also if
7418 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
7419
7420 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
7421
7422 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
7423
7424 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
7425
7426 * progmodes/ada-mode.el (ada-make-body): Fix typo.
7427
7428 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
7429 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
7430
7431 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
7432
7433 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
7434 conditions for function or variable bindings.
7435
7436 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
7437
7438 * progmodes/compile.el (compilation-start): Ditto.
7439
7440 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
7441
7442 * net/tramp.el (top): cl and custom are always required.
7443
7444 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7445
7446 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
7447 cut-buffers with next-selection-coding-system if not nil.
7448
7449 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7450
7451 * textmodes/org.el (org-fix-decoded-time): New function.
7452 (org-display-custom-time): Use `org-fix-decoded-time'.
7453
7454 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
7455
7456 * menu-bar.el (menu-bar-games-menu): Remove yow.
7457
7458 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7459
7460 * textmodes/org.el (org-scan-tags): Re-align code fixed.
7461 (org-detach-overlay): Rename from `org-detatch-overlay'.
7462 (org-table-convert-region): Insert space after column separator.
7463 (org-agenda-kill): New command.
7464 (org-metaleft): Call `org-outdent-item' on bullets.
7465 (org-metaright): Call `org-indent-item' on bullets.
7466 (org-timestamp-change): Set `org-last-changed-timestamp'.
7467 (org-current-line): Make sure (bolp) returns correct result.
7468 (org-agenda-change-all-lines): Make sure TODO are highlighted.
7469
7470 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7471
7472 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
7473
7474 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
7475
7476 * mouse.el (global-map): Change 2006-08-16 fix to call
7477 mouse-yank-at-click explicitly, since mouse events are not carried
7478 over into keyboard macros.
7479
7480 2006-11-16 Kim F. Storm <storm@cua.dk>
7481
7482 * ido.el (ido-file-internal): Use current buffer's file name as default
7483 choice for ido-find-alternate-file. Suggested by Matt Hodges.
7484
7485 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
7486
7487 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
7488 (allout-inhibit-aberrance-doublecheck): Rename from
7489 allout-during-yank-processing. All callers changed.
7490 (allout-ascend): Provide for unusual case where some topic after
7491 the first in file is at lower depth than the first.
7492 (allout-shift-in): Ensure the offspring of the new containing
7493 topic are exposed.
7494 (allout-encrypt-string): Preserve the coding-system of the text,
7495 according to that of the containing buffer.
7496 (allout-toggle-subtree-encryption): When the text being encrypted
7497 requires a different coding system, offer to preserve the coding
7498 system using a file local var.
7499
7500 2006-11-15 Simon Marshall <simon@gnu.org>
7501
7502 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
7503 to recognise "T t()" as a function declaration, rather than a
7504 variable instantiation, iff at the top-level or inside a class
7505 declaration. Suggested by Feng Li <fengli@gmail.com>.
7506
7507 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
7508
7509 * progmodes/ada-xref.el (ada-parse-prj-file):
7510 Don't delete project buffer; user may want to edit it.
7511 (ada-xref-set-project-field, ada-xref-current-project-file)
7512 (ada-xref-current-project, ada-show-current-project)
7513 (ada-set-main-compile-application): New functions.
7514 (ada-xref-get-project-field, ada-require-project-file):
7515 Normalize use of ada-prj-default-project-file.
7516 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
7517 Normalize use of ada-require-project-file.
7518 (ada-prj-find-prj-file): Improve doc string, comments.
7519
7520 * progmodes/ada-mode.el (ada-mode-version): Bump version.
7521 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
7522 (ada-create-menu): Add ada-set-main-compile-application,
7523 ada-show-current-main, ada-show-current-project.
7524
7525 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7526
7527 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
7528 (inferior-python-mode): Use it.
7529
7530 2006-11-14 Andreas Schwab <schwab@suse.de>
7531
7532 * term/xterm.el (terminal-init-xterm): Add more key bindings.
7533
7534 2006-11-13 Kim F. Storm <storm@cua.dk>
7535
7536 * ido.el (ido-copy-current-word): C-o copies region if active.
7537
7538 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
7539
7540 * textmodes/org.el (org-emph-face): Fix typo in variable name.
7541
7542 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
7543
7544 * ediff.el (ediff-revision):
7545 * files.el (set-visited-file-name):
7546 * mail/rmailout.el (rmail-output-body-to-file):
7547 Use `format', not `message', in `y-or-n-p' call.
7548
7549 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
7550
7551 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
7552 (org-metaright): Call `org-indent-item' on bullets.
7553 (org-timestamp-change): Set `org-last-changed-timestamp'.
7554 (org-current-line): Make sure (bolp) returns correct result.
7555 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
7556
7557 2006-11-12 Richard Stallman <rms@gnu.org>
7558
7559 * language/european.el (turkish-case-conversion-enable)
7560 (turkish-case-conversion-disable): New functions.
7561 ("Turkish" lang env): Use them.
7562
7563 * international/characters.el (case table):
7564 Do nothing special for i and I.
7565
7566 * subr.el (remove-overlays): Fix last change.
7567
7568 * cus-edit.el (custom-save-all): Use find-file-visit-truename
7569 for visiting the custom file.
7570
7571 2006-11-12 Markus Triska <triska@gmx.at>
7572
7573 * play/handwrite.el (handwrite): Also process lines not ending
7574 with newline. Replace some position-fiddling with different
7575 logic. Improve performance.
7576
7577 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
7578
7579 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
7580 replacing deleted variable `ada-check-switch'.
7581 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
7582 (ada-xref-project-files): Improve doc string.
7583 (ada-find-executable): New function.
7584 (ada-initialize-runtime-library): Use `ada-find-executable'.
7585 (ada-xref-set-default-prj-values): In compile commands, don't need
7586 `ada-cd-command'; `compile' does that more portably.
7587 Use ada-prj-default-check-cmd.
7588 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
7589 properties if not specified in project file.
7590 (ada-goto-declaration): Display useful message for new error
7591 'error-file-not-found.
7592 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
7593 'error-file-not-found.
7594 (ada-get-all-references): Match latest ali syntax. Signal new
7595 error 'error-file-not-found.
7596 (ada-find-in-ali): Match latest ali syntax.
7597 (ada-make-filename-from-adaname): Handle different semantics of
7598 gnatkr in GNAT 3.15p vs later.
7599
7600 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
7601 ada-procedure-start-regexp.
7602 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
7603
7604 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
7605 with defvar.
7606 (ada-language-version): Rename ada05 -> ada2005.
7607 (ada-align-region-separate): Add `eval-when-compile'.
7608 (ada-name-regexp): Remove unneeded escapes in regexp character
7609 alternative.
7610 (ada-compile-goto-error-file-linenr-re): New constant.
7611 (ada-matching-start-re): Handle additional cases `declare',
7612 `procedure', `function'.
7613 (ada-compile-goto-error): Handle "... at line nn".
7614 (ada-mode): Clearer syntax, comments for ff-special-constructs.
7615 Delete support for old versions of `align'.
7616 (ada-search-prev-end-stmt): Handle additional keyword `private'.
7617 (ada-check-defun-name): Simplify handling of `declare'.
7618 (ada-goto-matching-start): Handle nested `begin ... end'.
7619 Handle `declare', `protected', `procedure', `function'.
7620 (ada-create-menu): Presence of arm95 is not conditional on using
7621 GNAT compiler.
7622
7623 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
7624
7625 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
7626 nil in the *RE-Builder* buffer (it causes spurious error messages).
7627
7628 * server.el (server-visit-files): If `minibuffer-auto-raise' has
7629 been set to t, respect it.
7630
7631 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
7632
7633 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
7634 Delete commented out code for old Emacs versions. Autoloading of
7635 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
7636 (ada-mode-version): Bump version number.
7637 (ada-95-string-keywords, ada-2005-string-keywords)
7638 (ada-2005-keywords, ada-name-regexp): New constant.
7639 (ada-language-version, ada-procedure-start-regexp, ada-mode)
7640 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
7641 (ada-package-start-regexp): Support private packages, include package
7642 name (for ada-set-point-accordingly).
7643 (ada-next-procedure, ada-previous-procedure)
7644 (ada-which-function-are-we-in): Match changes to
7645 ada-procedure-start-regexp.
7646 (ada-make-body): Make non-interactive; not a user function.
7647 (ada-make-subprogram-body): Improve doc string.
7648
7649 2006-11-11 Romain Francoise <romain@orebokech.com>
7650
7651 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
7652 `compilation-error-regexp-alist' buffer-local, since we changed
7653 `compilation-error-regexp-alist-alist' locally.
7654
7655 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
7656
7657 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
7658 to the value of `server-raise-frame'.
7659
7660 2006-11-11 Glenn Morris <rgm@gnu.org>
7661
7662 * ido.el (ido-enable-prefix)
7663 * ses.el (ses-call-printer-return)
7664 * net/tramp.el (tramp-unified-filenames)
7665 * progmodes/cc-align.el (c-lineup-string-cont)
7666 * progmodes/compile.el (compilation-directory-matcher)
7667 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
7668 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
7669 (vhdl-clock-rising-edge)
7670 * textmodes/org.el (org-export-with-timestamps)
7671 (org-export-remove-timestamps-from-toc)
7672 (org-export-with-tags): Improve previous doc fixes.
7673
7674 2006-11-11 Richard Stallman <rms@gnu.org>
7675
7676 * textmodes/flyspell.el (flyspell-mode-map):
7677 Bind C-c $ instead of M-RET.
7678
7679 2006-11-10 Simon Marshall <simon@gnu.org>
7680
7681 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
7682 fontification for "case" and "default" keywords.
7683
7684 2006-11-10 Andreas Schwab <schwab@suse.de>
7685
7686 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
7687 Avoid starting sentence with "nil".
7688
7689 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
7690
7691 * server.el (server-raise-frame): New option.
7692 (server-switch-buffer): Use it.
7693
7694 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
7695
7696 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
7697 with a capital.
7698
7699 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
7700
7701 * textmodes/org.el (org-show-hierarchy-above)
7702 (org-show-following-heading): Fix typo in default value.
7703 (org-scan-tags): Make the search case-sensitive.
7704 (org-tags-sparse-tree): Don't overrule
7705 `org-show-following-heading' and `org-show-hierarchy-above'.
7706 (org-reveal): New command.
7707 (org-show-context): Rename from `org-show-hierarchy-above'.
7708 (org-fast-tag-selection-single-key): New option.
7709 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
7710 (org-tags-overlay): New variable.
7711 (org-agenda-todo-ignore-deadlines): New option.
7712 ("session"): Add circular data structure `org-mark-ring' to
7713 exceptions list in session.el.
7714 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
7715 New options.
7716 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
7717 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
7718 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
7719 (org-finalize-agenda): Activate bracket links in agenda.
7720 (org-at-timestamp-p, org-at-date-range-p): Additional argument
7721 INACTIVE-OK.
7722 (org-show-hierarchy-above, org-show-following-heading):
7723 List values allowed for fine-tuned configuration.
7724 (org-show-hierarchy-above): New argument CONTEXT, use the
7725 fine-tuned settings in `org-show-hierarchy-above' and
7726 `org-show-following-heading'.
7727 (org-display-custom-time): New function.
7728 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
7729 (org-display-custom-times, org-time-stamp-custom-formats):
7730 (org-maybe-intangible): New macro.
7731 (org-activate-bracket-links, org-hide-wide-columns):
7732 Use `org-maybe-intangible'.
7733 (org-open-file): Use `shell-quote-argument'.
7734 (org-display-internal-link-with-indirect-buffer): New option.
7735 (org-file-remote-p): Get regexp from list.
7736 (org-link-expand-abbrev): New function.
7737 (org-link-abbrev-alist): New option.
7738 (org-open-at-point, org-cleaned-string-for-export):
7739 Call `org-link-expand-abbrev'.
7740 (org-timeline, org-agenda-list, org-todo-list)
7741 (org-tags-view): Remove the KEEP-MODES argument.
7742 (org-finalize-agenda-hook): New hook.
7743 (org-get-alist-option): New function.
7744 (org-follow-timestamp-link): New function.
7745 (org-open-at-point): Call `org-follow-timestamp-link'.
7746 (org-log-note-marker, org-log-note-purpose)
7747 (org-log-note-window-configuration): New variables.
7748 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
7749 (org-log-note-headings): New option.
7750 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
7751 (org-store-link): Support for dired-mode.
7752 (org-open-file): Substitute environment variables into filename.
7753 (org-last): New defsubst.
7754 (org-agenda-re-align-tags): New function.
7755 (org-agenda-align-tags-to-column): New option.
7756 (org-agenda-timeline): Group removed.
7757 (org-prepare-agenda, org-prepare-agenda-buffers)
7758 (org-run-agenda-series, org-timeline, org-agenda-list)
7759 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
7760 the text property inticating the agenda type.
7761 (org-agenda-post-command-hook): Get agenda type from text property
7762 at point.
7763 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
7764 and obey `org-agenda-overriding-arguments'.
7765 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
7766 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
7767 (org-agenda-week-view, org-agenda-day-view):
7768 Use `org-agenda-overriding-arguments' to make updating work with
7769 multi-block agendas.
7770 (org-agenda-prefix-format): Allow different formats for the
7771 different agenda entry types.
7772 (org-timeline-prefix-format): Option removed, use
7773 `org-agenda-prefix-format' instead.
7774 (org-prepare-agenda): New function.
7775 (org-select-timeline-window): Option removed, use
7776 `org-select-agenda-window' instead.
7777 (org-respect-restriction): Variable removed.
7778 (org-cmp-tag): New function.
7779 (org-agenda-sorting-strategy, org-entries-lessp):
7780 Implement sorting by last tag.
7781 (org-complete): Better completion in in-buffer option lines.
7782 (org-in-item-p): New function.
7783 (org-org-menu): Add entries for checkboxes.
7784 (org-cycle): Extra brouping in outline-regexp, because it is used
7785 in a search with "^" prepended.
7786 (org-provide-checkbox-statistics): New option.
7787 (org-set-font-lock-defaults): Highlight checkbox statistics.
7788 (org-update-checkbox-count-maybe)
7789 (org-get-checkbox-statistics-face): New functions.
7790 (org-update-checkbox-count): New command.
7791 (org-insert-item, org-toggle-checkbox):
7792 Call `org-update-checkbox-count-maybe'.
7793 (org-export-as-html): XEmacs compatibility for coding system.
7794 (org-force-cycle-archived): New command.
7795 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
7796 overrules cycling.
7797 (org-fix-position-after-promote): If the line contains only a todo
7798 keyword, add a final space.
7799 (org-promote-subtree, org-demote-subtree):
7800 Call `org-fix-position-after-promote'.
7801
7802 2006-11-10 Glenn Morris <rgm@gnu.org>
7803
7804 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
7805 date in every year.
7806 (calendar-dst-check-each-year-flag): New customizable variable.
7807 (calendar-dst-find-data): New function, extracted from
7808 calendar-current-time-zone.
7809 (calendar-current-time-zone): Use calendar-dst-find-data.
7810 (calendar-dst-transition-cache): New variable.
7811 (calendar-dst-find-startend, calendar-dst-starts)
7812 (calendar-dst-ends): New functions.
7813 (calendar-daylight-savings-starts)
7814 (calendar-daylight-savings-ends): Change value to use
7815 calendar-dst-starts, calendar-dst-ends; respectively.
7816
7817 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
7818
7819 * ido.el (ido-enable-prefix)
7820 * ses.el (ses-call-printer-return)
7821 * net/tramp.el (tramp-unified-filenames)
7822 * progmodes/cc-align.el (c-lineup-string-cont)
7823 * progmodes/compile.el (compilation-directory-matcher)
7824 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
7825 * progmodes/gdb-ui.el (gdb-many-windows)
7826 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
7827 (vhdl-clock-rising-edge)
7828 * textmodes/org.el (org-export-with-timestamps)
7829 (org-export-remove-timestamps-from-toc, org-export-with-tags)
7830 (org-read-date): Doc fix (Nil -> nil).
7831
7832 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7833
7834 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
7835 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
7836
7837 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
7838
7839 * bs.el (bs--window-for-buffer): Remove.
7840 (bs--show-with-configuration): Use `get-window-with-predicate'
7841 instead of `bs--window-for-buffer'.
7842
7843 2006-11-10 Kenichi Handa <handa@m17n.org>
7844
7845 * files.el (revert-buffer): Fix previous change.
7846
7847 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
7848
7849 * bs.el (bs--redisplay): Fix typo in docstring.
7850 (bs--window-config-coming-from): Make frame-local.
7851 (bs--restore-window-config): New function.
7852 (bs-kill, bs-select, bs-select-other-window)
7853 (bs-select-other-frame): Use it.
7854 (bs--window-for-buffer): Return as soon as a matching buffer is found.
7855 (bs--show-with-configuration): Save the window configuration as a
7856 frame local var, and only if *buffer-selection* is not already
7857 visible on this frame.
7858
7859 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
7860
7861 * vc-svn.el (vc-svn-admin-directory): New var.
7862 (vc-svn-registered, vc-svn-responsible-p)
7863 (vc-svn-repository-hostname): Use it.
7864 Suggested by arit93@yahoo.com.
7865
7866 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
7867
7868 * ldefs-boot.el: Regenerate.
7869
7870 2006-11-08 Alan Mackenzie <acm@muc.de>
7871
7872 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
7873 case (eq open-paren-in-column-0-is-defun-start nil) by searching
7874 for least nested open-paren.
7875
7876 2006-11-08 Romain Francoise <romain@orebokech.com>
7877
7878 * subr.el (remove-overlays): Fix typo in last change.
7879
7880 2006-11-08 Richard Stallman <rms@gnu.org>
7881
7882 * subr.el (remove-overlays): Call overlay-recenter.
7883
7884 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7885
7886 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
7887 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
7888 behaviour.
7889 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
7890 directly.
7891
7892 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
7893
7894 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
7895 (ido-max-dir-file-cache, ido-decorations)
7896 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
7897 (ido-magic-backward-char, ido-enter-dired)
7898 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
7899 (ido-list-directory, ido-first-match, ido-only-match)
7900 (ido-subdir, ido-indicator): Fix typos in docstrings.
7901 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
7902 (ido-read-internal): Fix typo in error message.
7903
7904 2006-11-08 Kenichi Handa <handa@m17n.org>
7905
7906 * international/mule-cmds.el (set-default-coding-systems):
7907 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
7908
7909 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
7910
7911 * makefile.w32-in (setwins): Remove.
7912 (WINS_ALMOST): New macro.
7913 (WINS): Use it.
7914 (autoloads): Don't extract autoloads from files in obsolete/.
7915
7916 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
7917
7918 * whitespace.el (whitespace-buffer): Call remove-overlays after
7919 overlay-recenter for performance. Suggested by Martin Rudalics.
7920
7921 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
7922
7923 * net/tramp.el (tramp-default-method): scp is the default method.
7924
7925 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
7926
7927 * server.el (server-start): Save also the Emacs pid in the server file.
7928
7929 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
7930
7931 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
7932 point when displaying a bibtex cross reference in the echo area.
7933
7934 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
7935
7936 * international/mule.el (make-char): Fix typo in docstring.
7937 (load-with-code-conversion, charsetp): Doc fixes.
7938
7939 * international/ja-dic-cnv.el (skkdic-convert):
7940 * cus-edit.el (hook): Fix typo in docstring.
7941
7942 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
7943
7944 * cus-edit.el (custom-mode-map): Move defvar above code using it.
7945 (custom-mode-link-map): New variable.
7946 (custom-group-link, custom-manual): Use follow-link.
7947
7948 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7949
7950 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
7951 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
7952
7953 2006-11-06 Richard Stallman <rms@gnu.org>
7954
7955 * textmodes/flyspell.el (flyspell-correct-word-before-point):
7956 New function broken out of flyspell-correct-word.
7957 (flyspell-mode-map): Bind it to M-RET.
7958 (flyspell-correct-word): Call it.
7959
7960 * textmodes/fill.el (fill-minibuffer-function): New function.
7961 (fill-paragraph): Bind fill-paragraph-function to
7962 fill-minibuffer-function.
7963
7964 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
7965 so that they aren't undefined.
7966
7967 * dired.el (dired-readin): Locally bind file-name-coding-system.
7968
7969 * bindings.el: Shorten and clarify usual mode line mouse help string.
7970
7971 * Makefile.in (autoloads): Don't include `obsolete'.
7972
7973 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
7974
7975 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
7976 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
7977 Printing menu if it's not initialized.
7978 (pr-menu-bind): Act on menu-bar-file-menu directly.
7979
7980 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
7981
7982 * help.el (view-emacs-news): Fix typo in error message.
7983
7984 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
7985
7986 * shadowfile.el (shadow-define-regexp-group)
7987 (shadow-literal-groups, shadow-insert-var): Doc fixes.
7988 (shadow-read-files): Fix typo in message.
7989 (shadow-inhibit-overload, shadow-find, shadow-suffix)
7990 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
7991 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
7992 (shadow-file-match): Fix typos in docstrings.
7993
7994 * terminal.el (terminal-emulator): Fix typo in message.
7995
7996 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
7997
7998 * emacs-lisp/lselect.el (x-kill-primary-selection)
7999 (x-delete-primary-selection, x-copy-primary-selection):
8000 Fix typos in error messages.
8001
8002 * emulation/edt-mapper.el: Fix typo in interactive message.
8003
8004 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
8005
8006 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
8007 (ispell-help): Fix typos in docstrings.
8008 (ispell-help): Fix typo in output message.
8009
8010 * allout.el (allout-adjust-file-variable)
8011 (allout-passphrase-verifier-string)
8012 (allout-passphrase-hint-string)
8013 (allout-toggle-current-subtree-encryption):
8014 * apropos.el (apropos-synonyms):
8015 * cus-edit.el (hook):
8016 * emacs-lock.el (emacs-lock-from-exiting):
8017 * follow.el (follow-avoid-tail-recenter-p):
8018 * hexl.el (hexl-mode):
8019 * mouse-copy.el (mouse-copy-work-around-drag-bug):
8020 * mouse.el (mouse-set-font):
8021 * resume.el (resume-emacs-args-file):
8022 * rfn-eshadow.el (file-name-shadow-tty-properties):
8023 * t-mouse.el (t-mouse-process, t-mouse-mode):
8024 * emacs-lisp/cust-print.el (custom-print-install)
8025 (custom-print-uninstall, custom-format):
8026 * emacs-lisp/shadow.el (list-load-path-shadows):
8027 * emulation/tpu-edt.el (tpu-help-text)
8028 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
8029 (tpu-reset-control-keys):
8030 * emulation/vip.el (vip-emacs-local-map)
8031 (vip-change-mode-to-emacs):
8032 * emulation/viper.el (viper-mode, viper-set-hooks)
8033 (viper-major-mode-modifier-list):
8034 * emulation/viper-init.el (viper-emacs-state-cursor-color):
8035 * emulation/viper-keym.el (viper-emacs-kbd-map)
8036 (viper-toggle-key):
8037 * mail/feedmail.el (feedmail-queue-reminder)
8038 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
8039 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
8040 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
8041 (feedmail-sender-line, feedmail-force-binary-write)
8042 (feedmail-from-line, feedmail-deduce-envelope-from)
8043 (feedmail-x-mailer-line, feedmail-message-id-generator)
8044 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
8045 (feedmail-enable-spray, feedmail-spray-this-address)
8046 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
8047 (feedmail-queue-runner-confirm-global)
8048 (feedmail-ask-before-queue-prompt)
8049 (feedmail-ask-before-queue-reprompt)
8050 (feedmail-prompt-before-queue-standard-alist)
8051 (feedmail-prompt-before-queue-user-alist)
8052 (feedmail-prompt-before-queue-help-supplement)
8053 (feedmail-queue-use-send-time-for-message-id)
8054 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
8055 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
8056 (feedmail-mail-send-hook-queued)
8057 (feedmail-confirm-addresses-hook-example)
8058 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
8059 (feedmail-queue-runner-mode-setter)
8060 (feedmail-queue-alternative-mail-header-separator)
8061 (feedmail-queue-runner-message-sender)
8062 (feedmail-buffer-eating-function, feedmail-binmail-template)
8063 (feedmail-run-the-queue-no-prompts)
8064 (feedmail-run-the-queue-global-prompt)
8065 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
8066 (feedmail-envelope-deducer, feedmail-fiddle-date)
8067 (feedmail-default-message-id-generator)
8068 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
8069 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
8070 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
8071 (vms-pmail-setup):
8072 * play/dunnet.el (dun-help):
8073 * play/handwrite.el (handwrite):
8074 * play/hanoi.el (hanoi-unix-64):
8075 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
8076 * textmodes/enriched.el (fixed):
8077 * textmodes/org.el (org-file-apps)
8078 (org-emphasis-regexp-components, org-emphasis-alist):
8079 * textmodes/texinfmt.el (batch-texinfo-format):
8080 Fix typos in docstrings.
8081
8082 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
8083
8084 * loadhist.el (read-feature): Don't complete features not loaded
8085 from a file (which make `unload-feature' to fail).
8086
8087 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
8088
8089 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
8090
8091 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
8092
8093 * startup.el (command-line-1): Kill emacs if the last frame is
8094 deleted while evaluating the command-line arguments.
8095
8096 2006-11-05 Richard Stallman <rms@gnu.org>
8097
8098 * startup.el (init-file-had-error): Add doc string.
8099 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
8100 Use fixed-width font for keyboard key descriptions.
8101
8102 * cus-edit.el (custom-save-all): Error if saving in .emacs
8103 and it had an error when loaded.
8104
8105 * dired-aux.el (dired-copy-file-recursive): Catch errors
8106 from recursive copies in the loop, around the recursive call.
8107
8108 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8109
8110 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
8111 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
8112 `/proc/acpi/thermal_zone/*'.
8113 (battery-search-for-one-match-in-files): New. Search a regexp in
8114 the content of some files.
8115
8116 2006-11-05 Martin Rudalics <rudalics@gmx.at>
8117
8118 * window.el (mouse-autoselect-window-now): Remove variable.
8119 (mouse-autoselect-window-state): New variable.
8120 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
8121 (mouse-autoselect-window-select, handle-select-window):
8122 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
8123 Suspend delayed autoselection during menu or popup dialog.
8124
8125 * info-look.el (info-lookup-guess-custom-symbol): New function
8126 for retrieving symbol at point in custom buffers.
8127 (top level) <info-lookup-maybe-add-help>: Add backquote and
8128 comma to ignored characters in regexps of help specifications
8129 for emacs-lisp-mode and lisp-interaction-mode. This permits
8130 looking up symbols in `...' and after a comma. Add help
8131 specifications for custom-mode and help-mode.
8132
8133 2006-11-04 Eli Zaretskii <eliz@gnu.org>
8134
8135 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
8136 Don't encode body if RAW is non-nil, or if the old encoding is
8137 identical to the new encoding, or if the body contains only
8138 eight-bit-* characters.
8139
8140 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
8141
8142 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
8143 (faces-sample-overlay): Remove variable.
8144 (describe-face): Insert sample text in the face being described.
8145
8146 2006-11-04 Martin Rudalics <rudalics@gmx.at>
8147
8148 * whitespace.el (whitespace-indent-regexp): Make this match any
8149 multiples of eight spaces near the beginning of a line.
8150 (whitespace-buffer): Use `remove-overlays' instead of
8151 `whitespace-unhighlight-the-space' and `overlay-recenter' to
8152 speed up overlay handling.
8153 (whitespace-buffer-leading, whitespace-buffer-trailing):
8154 Make these functions highlight the text removed by
8155 `whitespace-buffer-leading-cleanup' and
8156 `whitespace-buffer-trailing-cleanup' respectively.
8157 (whitespace-buffer-search): Use `with-local-quit'.
8158 Move `format' out of loop to speed up scanning larger buffers.
8159 (whitespace-unhighlight-the-space): Remove `remove-hook' since
8160 that function is never added to a hook.
8161 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
8162 (whitespace-buffer-leading-cleanup)
8163 (whitespace-refresh-rescan-list): Fix docstrings.
8164
8165 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
8166
8167 * allout.el (allout-during-yank-processing): Cue for inhibiting
8168 aberrance processing during yanks.
8169 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
8170 the amount of yanked topics that can be aberrant.
8171 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
8172 a function, and supplement with inihibition of doublechecking
8173 during yanks.
8174 (allout-beginning-of-line, allout-next-heading)
8175 (allout-previous-heading, allout-goto-prefix-doublechecked)
8176 (allout-back-to-current-heading, allout-next-visible-heading)
8177 (allout-next-sibling): Use new allout-do-doublecheck function.
8178 (allout-next-sibling): Ensure we made progress when returning
8179 other than nil.
8180 (allout-rebullet-heading): Preserve text property annotations
8181 indicating the text was hidden, if it was.
8182 (allout-kill-line): Remove any added was-hidden annotations.
8183 (allout-kill-topic): Remove any added was-hidden annotations.
8184 (allout-annotate-hidden): Inhibit adding was-hidden text
8185 properties to the undo list.
8186 (allout-deannotate-hidden): New function to remove was-hidden
8187 annotation.
8188 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
8189 (allout-remove-exposure-annotation): Replace by
8190 allout-deannotate-hidden.
8191 (allout-yank-processing): Signal that yank processing is happening
8192 with allout-during-yank-processing. Also, wrap
8193 allout-unprotected's closer to the text changes, for easier
8194 debugging. We need to inhibit-field-text-motion explicitly, in
8195 lieu of the encompassing allout-unprotected.
8196 (outlineify-sticky): Adjust criteria for triggering new outline
8197 decorations to presence or absence of any topics, not just a topic
8198 at the beginning of the buffer.
8199
8200 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
8201
8202 * bs.el (bs--show-all, bs--redisplay):
8203 * cus-edit.el (custom-unlispify-menu-entries)
8204 (custom-unlispify-tag-names, custom-prompt-variable):
8205 * expand.el (expand-pos):
8206 * speedbar.el (speedbar-generic-list-tag-p):
8207 * wid-edit.el (widget-image-enable):
8208 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
8209 * emacs-lisp/find-func.el (find-function-noselect)
8210 (find-function, find-variable-noselect, find-variable)
8211 (find-definition-noselect, find-face-definition):
8212 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
8213 * net/eudc-vars.el (eudc-expansion-overwrites-query):
8214 * progmodes/ada-xref.el (ada-find-in-ali):
8215 * textmodes/flyspell.el (flyspell-check-tex-math-command):
8216 * textmodes/org.el (org-copy-subtree):
8217 * textmodes/table.el (table--row-column-insertion-point-p):
8218 Use "non-nil" in docstrings.
8219
8220 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
8221
8222 * sort.el (sort-columns): Set the field separator to tab; on
8223 NetBSD, sort complains if "\n" is used as field separator.
8224
8225 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
8226
8227 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
8228
8229 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8230
8231 * server.el (server-auth-key): Remove. Replace by a process-property.
8232 (server-start): Don't remove the file of the previous process, but
8233 instead clear out the place for the new file.
8234 (server-start): Set the :auth-key property.
8235 (server-process-filter): Use the :auth-key property.
8236
8237 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
8238
8239 * textmodes/org.el (org-mode-map): No longer copy
8240 `outline-mode-map' explicitly - this is already done by
8241 `define-derived-mode'.
8242
8243 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
8244
8245 * server.el (server-visit-files): Use `when'.
8246 (server-process-filter): When authentication fails, send error
8247 message to client. Wrap `process-send-region' in `ignore-errors'
8248 instead of `condition-case', and remove misleading comment.
8249
8250 2006-11-01 Juri Linkov <juri@jurta.org>
8251
8252 * simple.el (yank): Doc fix.
8253
8254 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8255
8256 * server.el: Try and fit within 80 columns.
8257 (server-start): Make the auth file unreadable by other users.
8258
8259 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8260
8261 * battery.el (battery-linux-proc-acpi): Prevent range error when
8262 `full-capacity' is 0.
8263
8264 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
8265
8266 * faces.el (faces-sample-overlay): New defvar.
8267 (faces-sample-overlay): New function to show face sample text.
8268 (describe-face): Use it.
8269
8270 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
8271
8272 * progmodes/ada-stmt.el: Change maintainer, apply
8273 whitespace-cleanup, checkdoc.
8274 (ada-func-or-proc-name): Add doc string.
8275
8276 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
8277 whitespace-cleanup, checkdoc. Minor improvements to many doc
8278 strings and comments.
8279 (ada-prj-display-page): Change buffer name to more accurately
8280 reflect function.
8281
8282 * progmodes/ada-xref.el: Change maintainer, apply
8283 whitespace-cleanup, checkdoc. Minor improvements to many doc
8284 strings and comments. Don't look for `gvd' or `ddd' debuggers.
8285 (ada-compile-current): Don't add newlines to commands.
8286
8287 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
8288
8289 * server.el: Add support for TCP sockets.
8290 (server-use-tcp, server-host, server-auth-dir): New options.
8291 (server-auth-key): New variable.
8292 (server-ensure-safe-dir): Create nonexistent parent dirs.
8293 Ignore Unix-style file modes on Windows.
8294 (server-start): Crete a TCP or Unix socket according to the value
8295 of `server-use-tcp'. For TCP sockets, create the id/auth file in
8296 `server-auth-dir' directory.
8297 (server-process-filter): Delete process if authentication
8298 fails (which never happens for Unix sockets).
8299
8300 2006-10-30 David Kastrup <dak@gnu.org>
8301
8302 * subr.el (add-to-list): Don't continue checking if a match has
8303 been found.
8304
8305 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
8306
8307 * tutorial.el: Move defvars to avoid bytecomp warnings.
8308 (tutorial--find-changed-keys): Check if viper-current-state is
8309 bound before using it.
8310 (help-with-tutorial): Check if viper-tutorial is defined before
8311 using it.
8312
8313 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
8314
8315 * help-fns.el (help-with-tutorial): Move to tutorial.el.
8316
8317 * tutorial.el: New file.
8318 (help-with-tutorial): Move here from help-fns.el. Add help for
8319 rebound keys. Fix resume of tutorial.
8320 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
8321 (tutorial--find-changed-keys, tutorial--display-changes)
8322 (tutorial--saved-dir, tutorial--saved-file)
8323 (tutorial--save-tutorial): New functions to support the changes in
8324 help-with-tutorial.
8325
8326 2006-10-30 Kenichi Handa <handa@m17n.org>
8327
8328 * files.el (revert-buffer): If a unibyte buffer is being reverted
8329 with a coding system for multibyte, set buffer multibyte before
8330 calling insert-file-contents.
8331
8332 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8333
8334 * server.el (server-select-display): Use a dummy buffer to detect when
8335 the frame is later used.
8336 (server-select-display): New function.
8337 (server-process-filter): Use it to detect unused temp frames.
8338
8339 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
8340
8341 * progmodes/ada-mode.el: Change maintainer, apply
8342 whitespace-clean, checkdoc. Minor improvements to many doc strings.
8343 (ada-mode-version): New function.
8344 (ada-create-menu): Menu operations are available for all supported
8345 compilers.
8346
8347 2006-10-29 Lars Hansen <larsh@soem.dk>
8348
8349 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
8350 Highlight as keyword.
8351 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
8352 Don't call tramp-method-out-of-band-p for local files.
8353 (tramp-touch): Quote file name.
8354
8355 2006-10-28 Glenn Morris <rgm@gnu.org>
8356
8357 * calendar/calendar.el (cal-html-cursor-month)
8358 (cal-html-cursor-year): Add autoloads for this new package.
8359 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
8360
8361 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
8362
8363 * calendar/cal-html.el: New file.
8364
8365 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
8366
8367 * emacs-lisp/authors.el (authors-aliases): Update.
8368
8369 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
8370
8371 * version.el (emacs-version): Bump version number to 22.0.90.
8372
8373 2006-10-26 John W. Eaton <jwe@octave.org>
8374
8375 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
8376 New defvar.
8377 (inferior-octave-resync-dirs): Check to see whether Octave has
8378 built-in variables and set inferior-octave-has-built-in-variables.
8379 Check inferior-octave-has-built-in-variables to decide whether to
8380 send commands that set built-in variables or call functions to
8381 change Octave's behavior.
8382 Send "disp (pwd ())" to Octave instead of just "pwd".
8383 (inferior-octave-startup): Send "more off" to Octave instead of
8384 "page_screen_output = 0".
8385
8386 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
8387
8388 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
8389 pattern normally.
8390
8391 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
8392
8393 * bindings.el (mode-line-mode-menu): Remove bindings for global
8394 minor modes (line/column number) as they are on the menubar.
8395
8396 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
8397
8398 * term/w32-win.el (x-handle-name-switch): Doc fix.
8399 (w32-standard-fontset-spec): Fix typo in docstring.
8400
8401 * midnight.el (midnight-buffer-display-time): Doc fix.
8402 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
8403
8404 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
8405
8406 * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
8407
8408 * emulation/viper-ex.el (ex-read): Quote file argument.
8409
8410 * ediff-diff.el (ediff-same-file-contents): Expand file names.
8411
8412 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
8413
8414 2006-10-22 Martin Rudalics <rudalics@gmx.at>
8415
8416 * textmodes/flyspell.el (flyspell-check-region-doublons):
8417 Fix last fix.
8418
8419 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
8420
8421 * bindings.el (mode-line-mode-menu): List global minor modes
8422 before local ones.
8423
8424 2006-10-23 Kim F. Storm <storm@cua.dk>
8425
8426 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
8427 (sit-for): If last command was a prefix arg, add the read-ahead
8428 event to unread-command-events as (t . EVENT) so it will be added
8429 to this-command-keys by read-key-sequence.
8430
8431 2006-10-22 Martin Rudalics <rudalics@gmx.at>
8432
8433 * textmodes/flyspell.el (flyspell-word): Skip past all previous
8434 whitespace when checking doublons.
8435 (flyspell-check-region-doublons): Fix doublon regexp.
8436 (flyspell-highlight-incorrect-region): Highlight doublons using
8437 flyspell-duplicate face.
8438
8439 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
8440
8441 2006-10-22 John Wiegley <johnw@newartisans.com>
8442
8443 * progmodes/python.el (python-use-skeletons): python-mode was
8444 auto-inserting templates (for those with abbrev-mode on), not only
8445 by default -- *but without a configuration variable to disable
8446 it*. This rendered python-mode completely useless for me, so I
8447 have added `python-use-skeletons', which is now off by default.
8448
8449 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
8450
8451 * progmodes/cperl-mode.el (cperl-mode): Don't assume
8452 font-lock-multiline is auto-local (it's not).
8453 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
8454 initialized before calling cperl-init-faces.
8455
8456 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
8457
8458 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
8459 gdb-stack-position a value when there is no fringe.
8460
8461 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
8462 indicator if not visiting a file.
8463
8464 2006-10-20 David Kastrup <dak@gnu.org>
8465
8466 * window.el (kill-buffer-and-window): Fix a bug where an aborted
8467 operation would still cause some window to collapse later.
8468
8469 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8470
8471 * vc.el (vc-switch-backend): Try to be more careful with unwanted
8472 side-effect due to mixing various backends's file properties.
8473
8474 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
8475 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
8476 Return `filename's status if applicable. Update callers.
8477
8478 2006-10-19 Kenichi Handa <handa@m17n.org>
8479
8480 * international/kkc.el (kkc-region): When a key sequence is not
8481 defined, append (this-single-command-raw-keys) to
8482 unread-input-method-events.
8483
8484 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
8485
8486 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
8487
8488 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8489
8490 * version.el (emacs-version): Use mac-carbon-version-string.
8491
8492 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
8493
8494 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8495
8496 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
8497 Kenichi Handa).
8498 (xselect-convert-to-string): Decline requests for UTF8_STRING if
8499 the selection is not UTF-8.
8500
8501 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
8502
8503 * progmodes/ada-mode.el (ada-83-string-keywords)
8504 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
8505 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
8506 (ada-looking-at-semi-private, ada-get-body-name):
8507 Fix typos in docstrings.
8508 (ada-create-case-exception, ada-create-case-exception-substring):
8509 Fix typos in error messages.
8510 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
8511
8512 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8513
8514 * term/x-win.el (res-geometry): Don't set geometry from Xresources
8515 to default-frame-alist if default-frame-alist already contains
8516 width/height.
8517
8518 2006-10-18 Richard Stallman <rms@gnu.org>
8519
8520 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
8521 Non-interactive arg is the value, not the expression.
8522
8523 * simple.el (read-expression-map): Just set it, no defvar.
8524
8525 * subr.el (insert-for-yank-1): If last inserted char has
8526 properties, mark them as rear-nonsticky.
8527
8528 * recentf.el (recentf-mode): Doc fix.
8529
8530 * facemenu.el (facemenu-add-new-face): Defend against symbol
8531 that isn't a face name.
8532
8533 * dired-aux.el (dired-do-copy): Doc fix.
8534
8535 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
8536
8537 * simple.el (line-move-1): Ignore fields when moving to the
8538 beginning of line to avoid getting point stuck.
8539
8540 2006-10-18 Martin Rudalics <rudalics@gmx.at>
8541
8542 * textmodes/flyspell.el (flyspell-word-search-backward):
8543 Set inhibit-point-motion-hooks to avoid looping due to intangibile
8544 text.
8545
8546 2006-10-16 Richard Stallman <rms@gnu.org>
8547
8548 * help-fns.el (describe-function-1): Special case optimization
8549 for self-insert-command.
8550
8551 2006-10-16 Kim F. Storm <storm@cua.dk>
8552
8553 * ido.el (ido-reread-directory): Work in `dir' mode too.
8554
8555 2006-10-15 Martin Rudalics <rudalics@gmx.at>
8556
8557 * textmodes/table.el: Require 'regexp-opt.
8558
8559 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
8560
8561 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
8562 Use shell-quote-argument.
8563
8564 * shell.el (explicit-bash-args): Likewise.
8565
8566 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
8567 Use grep -E rather than egrep.
8568
8569 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8570
8571 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
8572
8573 2006-10-15 Kim F. Storm <storm@cua.dk>
8574
8575 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
8576
8577 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
8578
8579 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
8580 to protect whitespace and metacharacters from the shell.
8581
8582 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8583
8584 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
8585
8586 2006-10-13 Eli Zaretskii <eliz@gnu.org>
8587
8588 * subr.el (start-process-shell-command): Doc fix.
8589
8590 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
8591
8592 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
8593 the regexp for Maxima symbols.
8594
8595 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8596
8597 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
8598 (vc-find-root): Don't walk higher up than ~.
8599
8600 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
8601
8602 * international/utf-8.el (utf-translate-cjk-load-tables):
8603 Avoid clobbering last-coding-system-used during load.
8604
8605 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
8606
8607 * textmodes/reftex-global.el (reftex-create-tags-file):
8608 Quote file arguments.
8609
8610 2006-10-12 Richard Stallman <rms@gnu.org>
8611
8612 * files.el (file-name-history): Add defvar.
8613 (save-some-buffers-action-alist): Improve description strings.
8614
8615 2006-10-12 Andreas Schwab <schwab@suse.de>
8616
8617 * files.el (auto-mode-alist): Match change log file name also with
8618 a dash before a numeric extension.
8619
8620 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
8621
8622 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
8623 After 5.0:
8624 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
8625
8626 After 5.1: Major edit. Summary of most visible changes:
8627
8628 - Multiple <<HERE per line allowed.
8629 - Handles multiline subroutine declaration headers (with comments).
8630 (The exception is `cperl-etags' - but it is not used in the rest
8631 of the mode.)
8632 - Fontifies multiline my/our declarations (even with comments,
8633 and with legacy `font-lock').
8634 - Major speedup of syntaxification, both immediate and postponed
8635 (3.5x to 15x [for different CPUs and versions of Emacs] on the
8636 huge real-life document I tested).
8637 - New bindings, edits to imenu.
8638 - "_" is made into word-char during fontification/syntaxification;
8639 some attempts to recognize non-word "_" during other operations too.
8640 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
8641 - autoload some more perldoc-related stuff
8642 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
8643 - Attempt to incorporate XEmacs edits which reached me.
8644
8645 Fine-grained changelog:
8646 (cperl-hook-after-change): New configuration variable.
8647 (cperl-vc-sccs-header): Likewise.
8648 (cperl-vc-sccs-header): Likewise.
8649 (cperl-vc-header-alist): Default via two preceding variables.
8650 (cperl-invalid-face): Remove double quoting under XEmacs
8651 (still needed under 21.2).
8652 (cperl-tips): Update URLs for resources.
8653 (cperl-problems): Likewise.
8654 (cperl-praise): Mention new features.
8655 New C-c key bindings: for `cperl-find-bad-style',
8656 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
8657 `cperl-perdoc', and `cperl-perldoc-at-point'.
8658 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
8659 moved, new submenu of Tools with Ispell entries and narrowing.
8660 (cperl-after-sub-regexp): New defsubst.
8661 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
8662 Allows heads up to head4.
8663 Allow "package;".
8664 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
8665 (paren-backwards-message): ??? Something for XEmacs???
8666 (cperl-mode): Never auto-switch abbrev-mode off.
8667 Try to allow '_' be non-word char.
8668 Do not use `font-lock-unfontify-region-function' on XEmacs.
8669 Reset syntax cache on mode start.
8670 Support multiline facification (even on legacy `font-lock').
8671 (cperl-facemenu-add-face-function): ??? Some contributed code ???
8672 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
8673 refuse to inform us whether the fontification is due to lazy
8674 calling or due to edit to a buffer, install our own hook
8675 (controlled by `cperl-hook-after-change').
8676 (cperl-electric-pod): =cut may have been recognized as start.
8677 (cperl-block-p): Move, updated for attributes.
8678 (cperl-calculate-indent): Try to allow '_' be non-word char
8679 Support subs with attributes.
8680 (cperl-where-am-i): Quiet (?) a warning.
8681 (cperl-cached-syntax-table): New function.
8682 (cperl-forward-re): Use `cperl-cached-syntax-table'.
8683 (cperl-unwind-to-safe): Recognize `syntax-type' property
8684 changing in a middle of line.
8685 (cperl-find-sub-attrs): New function.
8686 (cperl-find-pods-heres): Allow many <<EOP per line.
8687 Allow subs with attributes.
8688 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
8689 Recognize "extproc " (OS/2) case-folded and only at start.
8690 /x on s///x with empty replacement was not recognized.
8691 Better comments.
8692 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
8693 Allow subs with attributes, labels.
8694 Do not confuse "else::foo" with "else".
8695 Minor optimizations...
8696 (cperl-after-expr-p): Try to allow '_' be non-word char.
8697 (cperl-fill-paragraph): Try to detect a major bug in Emacs
8698 with `looking-at' inside `narrow' and bulk out if found.
8699 (cperl-imenu--create-perl-index): Updates for new
8700 `cperl-imenu--function-name-regexp-perl'.
8701 (cperl-outline-level): Likewise.
8702 (cperl-init-faces): Allow multiline subroutine headers
8703 and my/our declarations, and ones with comments.
8704 Allow subroutine attributes.
8705 (cperl-imenu-on-info): Better docstring.
8706 (cperl-etags): Rudimentary support for attributes.
8707 Support for packages and "package;".
8708 (cperl-add-tags-recurse-noxs): Better (?) docstring.
8709 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
8710 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
8711 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
8712 (cperl-perldoc): Add autoload.
8713 (cperl-perldoc-at-point): Likewise.
8714 (cperl-here-doc-spell): New function.
8715 (cperl-pod-spell): Likewise.
8716 (cperl-map-pods-heres): Likewise.
8717 (cperl-get-here-doc-region): Likewise.
8718 (cperl-font-lock-fontify-region-function): Likewise (backward
8719 compatibility for legacy `font-lock').
8720 (cperl-font-lock-unfontify-region-function): Fix style.
8721 (cperl-fontify-syntaxically): Recognize and optimize away deferred
8722 calls with no-change. Governed by `cperl-hook-after-change'.
8723 (cperl-fontify-update): Recognize that syntaxification region
8724 can be larger than fontification one.
8725 XXXX we leave `cperl-postpone' property, so this is quadratic...
8726 (cperl-fontify-update-bad): Temporary placeholder until
8727 it is clear how to implement `cperl-fontify-update'.
8728 (cperl-time-fontification): New function.
8729 (attrib-group): New text attribute.
8730 (multiline): New value: `syntax-type' text attribute.
8731
8732 After 5.2:
8733 (cperl-emulate-lazy-lock): New function.
8734 (cperl-fontify-syntaxically): Would skip large regions.
8735 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
8736 Some globals were declared, but uninitialized.
8737
8738 After 5.3, 5.4:
8739 (cperl-facemenu-add-face-function): Add docs, fix U<>.
8740 Copyright message updated.
8741 (cperl-init-faces): Work around a bug in `font-lock'. May slow
8742 facification down a bit.
8743 Misprint for my|our|local for old `font-lock'
8744 "our" was not fontified same as "my|local".
8745 Highlight variables after "my" etc even in
8746 a middle of an expression.
8747 Do not facify multiple variables after my etc
8748 unless parentheses are present.
8749
8750 After 5.5, 5.6
8751 (cperl-fontify-syntaxically): after-change hook could reset.
8752 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
8753
8754 After 5.7:
8755 (cperl-init-faces): Allow highlighting of local ($/).
8756 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
8757 (cperl-problems): Remove fixed problems.
8758 (cperl-find-pods-heres): Recognize #-comments in m##x too.
8759 Recognize charclasses (unless delimiter is \).
8760 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
8761 (cperl-regexp-scan): Update docs.
8762 (cperl-beautify-regexp-piece): Use information got from regexp scan.
8763
8764 After 5.8:
8765 Major user visible changes:
8766 Recognition and fontification of character classes in RExen.
8767 Variable indentation of RExen according to groups.
8768
8769 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
8770 Fontify REx charclasses in variable-name face.
8771 Fontify POSIX charclasses in "type" face.
8772 Fontify unmatched "]" in function-name face.
8773 Mark first-char of HERE-doc as `front-sticky'.
8774 Reset `front-sticky' property when needed.
8775 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
8776 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
8777 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
8778 constructs. Support `narrow'ed buffers.
8779 (cperl-praise): Remove a reservation.
8780 (cperl-make-indent): New function.
8781 (cperl-indent-for-comment): Use `cperl-make-indent'.
8782 (cperl-indent-line): Likewise.
8783 (cperl-lineup): Likewise.
8784 (cperl-beautify-regexp-piece): Likewise.
8785 (cperl-contract-level): Likewise.
8786 (cperl-toggle-set-debug-unwind): New function.
8787 New menu entry for this.
8788 (fill-paragraph-function): Use when `boundp'.
8789 (cperl-calculate-indent): Take into account groups when indenting RExen.
8790 (cperl-to-comment-or-eol): Recognize # which end a string.
8791 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
8792 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
8793 (cperl-fontify-syntaxically): More clear debugging message.
8794 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
8795 (cperl-init-faces): More complicated highlight even on XEmacs (new).
8796 Merge cosmetic changes from XEmacs.
8797
8798 After 5.9:
8799 (cperl-1+): Move to before the first use.
8800 (cperl-1-): Likewise.
8801
8802 After 5.10:
8803
8804 This code may lock Emacs hard!!! Use at your own risk!
8805
8806 (cperl-font-locking): New internal variable.
8807 (cperl-beginning-of-property): New function.
8808 (cperl-calculate-indent): Use `cperl-beginning-of-property'
8809 instead of `previous-single-property-change'.
8810 (cperl-unwind-to-safe): Likewise.
8811 (cperl-after-expr-p): Likewise.
8812 (cperl-get-here-doc-region): Likewise.
8813 (cperl-font-lock-fontify-region-function): Likewise.
8814 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
8815 recursively.
8816 Bound `next-single-property-change' via `point-max'.
8817 (cperl-unwind-to-safe): Bound likewise
8818 (cperl-font-lock-fontify-region-function): Likewise.
8819 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
8820 Initialization of `cperl-font-lock-multiline-start' could be
8821 missed if the "main" fontification did not run due to the
8822 keyword being already fontified.
8823 (cperl-pod-spell): Return t from do-one-chunk function.
8824 (cperl-map-pods-heres): Stop when the worker returns nil.
8825 Call `cperl-update-syntaxification'.
8826 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
8827 (cperl-get-here-doc-delim): Remove unused function.
8828
8829 After 5.11:
8830
8831 The possible lockup of Emacs (introduced in 5.10) fixed.
8832
8833 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
8834 (cperl-syntaxify-for-menu): New customization variable.
8835 (cperl-select-this-pod-or-here-doc): New function.
8836 (cperl-get-here-doc-region): Extra argument.
8837 Do not adjust pos by 1.
8838
8839 New menu entries
8840 (Perl/Tools): Selection of current POD or HERE-DOC section.
8841 (Debugging CPerl:) backtrace on fontification.
8842
8843 After 5.12:
8844 (cperl-cached-syntax-table): Use `car-safe'.
8845 (cperl-forward-re): Remove spurious argument SET-ST.
8846 Add documentation.
8847 (cperl-forward-group-in-re): New function.
8848 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
8849 (XXXX Temporary (?) hack is to syntax-mark them as comment).
8850
8851 After 5.13:
8852 (cperl-string-syntax-table): Make { and } not-grouping
8853 (Sometimes they ARE grouping in RExen, but matching them would only
8854 confuse in many situations when they are not)
8855 (beginning-of-buffer): Replace two occurrences with goto-char...
8856 (cperl-calculate-indent): `char-after' could be nil...
8857 (cperl-find-pods-heres): REx can start after "[" too.
8858 Hightlight (??{}) in RExen too.
8859 (cperl-maybe-white-and-comment-rex): New constant
8860 (cperl-white-and-comment-rex): Likewise.
8861 XXXX Not very efficient, but hard to make
8862 better while keeping 1 group.
8863
8864 After 5.13:
8865 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
8866 Likewise for 1 << identifier.
8867
8868 After 5.14:
8869 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
8870 Error-less condition-case could fail.
8871 (cperl-font-lock-fontify-region-function): Likewise.
8872 (cperl-init-faces): Likewise.
8873
8874 After 5.15:
8875 (cperl-find-pods-heres): Support property REx-part2.
8876 (cperl-calculate-indent): Likewise.
8877 Don't special-case REx with non-empty 1st line.
8878 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
8879 Invert highlighting of charclasses:
8880 now the envelop is highlighted.
8881 Highlight many others 0-length builtins.
8882 (cperl-praise): Mention indenting and highlight in RExen.
8883
8884 After 5.15:
8885 (cperl-find-pods-heres): Highlight capturing parens in REx.
8886
8887 After 5.16:
8888 (cperl-find-pods-heres): Highlight '|' for alternation
8889 Initialize `font-lock-warning-face' if not present.
8890 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
8891 `font-lock-function-name-face'.
8892 (cperl-look-at-leading-count): Likewise.
8893 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
8894 `font-lock-keyword-face' (needed for
8895 batch processing), etc...
8896 Use `font-lock-builtin-face' for builtin in REx
8897 Now `font-lock-variable-name-face'
8898 is used for interpolated variables
8899 Use "talking aliases" for faces inside REx
8900 Highlight parts of REx (except in charclasses)
8901 according to the syntax and/or semantic
8902 Syntax-mark a {}-part of (?{}) as "comment"
8903 (it was the ()-part)
8904 Better logic to distinguish what is what in REx
8905 (cperl-tips-faces): Document REx highlighting
8906 (cperl-praise): Mention REx syntax highlight etc.
8907
8908 After 5.17:
8909 (cperl-find-sub-attrs): Would not always manage to print error message.
8910 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
8911
8912 After 5.18:
8913 (cperl-find-pods-heres): Misprint in REx for parsing REx.
8914 Very minor optimization.
8915 `my-cperl-REx-modifiers-face' got quoted.
8916 Recognize "print $foo <<END" as HERE-doc.
8917 Put `REx-interpolated' text attribute if needed.
8918 (cperl-invert-if-unless-modifiers): New function.
8919 (cperl-backward-to-start-of-expr): Likewise.
8920 (cperl-forward-to-end-of-expr): Likewise.
8921 (cperl-invert-if-unless): Works in "the opposite way" too.
8922 Cursor position on return is on the switch-word.
8923 Indents comments better.
8924 (REx-interpolated): New text attribute.
8925 (cperl-next-interpolated-REx): New function.
8926 (cperl-next-interpolated-REx-0): Likewise.
8927 (cperl-next-interpolated-REx-1): Likewise.
8928 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
8929 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
8930 (cperl-praise): Mention finded interpolated RExen.
8931
8932 After 5.19:
8933 (cperl-init-faces): Highlight %$foo, @$foo too.
8934 (cperl-short-docs): Better docs for system, exec.
8935 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
8936 Would not find HERE-doc ended by EOF without NL.
8937 (cperl-short-docs): Correct not-doubled \-escapes.
8938 start block: Put some `defvar' for stuff gone from XEmacs.
8939
8940 After 5.20:
8941 initial comment: Extend copyright, fix email address.
8942 (cperl-indent-comment-at-column-0): New customization variable.
8943 (cperl-comment-indent): Indentation after $#a would increasy by 1.
8944 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
8945 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
8946 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
8947 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
8948 highlight $ in $foo too (UNTESTED).
8949 (cperl-set-style): Docstring missed some available styles.
8950 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
8951 Change "Current" to "Memorize Current".
8952 (cperl-indent-wrt-brace): New customization variable; the default is
8953 as for pre-5.2 version.
8954 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
8955 (cperl-style-alist): Likewise.
8956 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
8957 and `cperl-extra-newline-before-brace' etc
8958 being t
8959 (cperl-indent-exp): Plans B and C to find continuation blocks even
8960 if `cperl-extra-newline-before-brace' is t.
8961
8962 After 5.21:
8963 Improve some docstrings concerning indentation.
8964 (cperl-indent-rules-alist): New variable.
8965 (cperl-sniff-for-indent): New function name
8966 (separated from `cperl-calculate-indent').
8967 (cperl-calculate-indent): Separate the sniffer and the indenter;
8968 uses `cperl-sniff-for-indent' now.
8969 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
8970 was inverted;
8971 Support `comment-column' = 0.
8972
8973 2006-10-11 Martin Rudalics <rudalics@gmx.at>
8974
8975 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
8976 * help-at-pt.el (scan-buf-move-to-region): Likewise.
8977 * longlines.el (longlines-window-change-function): Likewise.
8978 * simple.el (undo-ask-before-discard): Likewise.
8979 * wid-edit.el (widget-field-prompt-internal)
8980 (widget-documentation-link-p): Likewise.
8981
8982 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8983
8984 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
8985 for a keyword.
8986
8987 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
8988
8989 * newcomment.el (comment-valid-prefix-p): Make the check
8990 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
8991 (comment-indent-new-line): Adjust call.
8992
8993 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
8994
8995 * allout.el (allout-back-to-current-heading): Base on lower-level
8996 routines to get proper disqualification of aberrant topics.
8997
8998 2006-10-09 Richard Stallman <rms@gnu.org>
8999
9000 * textmodes/two-column.el (2C-two-columns): Doc fix.
9001
9002 2006-10-09 Kim F. Storm <storm@cua.dk>
9003
9004 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
9005 about implicit use.
9006
9007 2006-10-08 Richard Stallman <rms@gnu.org>
9008
9009 * textmodes/two-column.el (2C-two-columns): Doc fix.
9010
9011 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
9012
9013 * files.el: Mark `buffer-read-only' as safe-local-variable.
9014
9015 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
9016
9017 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
9018 Burp if GUD buffer has been killed.
9019
9020 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
9021
9022 * completion.el (add-completions-from-c-buffer):
9023 Don't presume an error's second element is a string.
9024 Use looking-at rather than buffer-substring + member.
9025
9026 2006-10-07 Eli Zaretskii <eliz@gnu.org>
9027
9028 * mail/rmail.el (rmail-redecode-body): If the old encoding is
9029 `undecided', call find-coding-systems-region to find a proper
9030 non-trivial encoding.
9031 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
9032 and "text/plain".
9033
9034 2006-10-07 Kevin Ryde <user42@zip.com.au>
9035
9036 * textmodes/reftex-vars.el (defgroup reftex): Update home page
9037 url-link.
9038
9039 * strokes.el (defgroup strokes): Remove invalid url-link.
9040
9041 2006-10-07 Magnus Henoch <mange@freemail.hu>
9042
9043 * autoinsert.el (auto-insert-alist): Doc fix.
9044
9045 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9046
9047 * mouse-sel.el (mouse-insert-selection-internal):
9048 Use insert-for-yank, so that yank handlers are run.
9049
9050 2006-10-07 Kim F. Storm <storm@cua.dk>
9051
9052 * ido.el (ido-file-extension-aux): Fix comparison.
9053
9054 2006-10-06 Kim F. Storm <storm@cua.dk>
9055
9056 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
9057
9058 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
9059
9060 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
9061 (ad-make-mapped-call): Use `let', not `let*'.
9062
9063 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
9064
9065 * international/mule-cmds.el (coding-system-change-eol-conversion):
9066 Ensure the coding system is initialized before calling
9067 coding-system-eol-type.
9068
9069 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
9070
9071 * textmodes/org.el (org-rm-props, org-activate-plain-links)
9072 (org-activate-angle-links, org-activate-dates)
9073 (org-activate-target-links, org-activate-camels)
9074 (org-activate-tags): Add `rear-nonsticky' text property to avoid
9075 textproperty keymaps from being active beyond the end of a line.
9076 (org-unfontify-region): Also remove `rear-nonsticky' property.
9077
9078 2006-10-04 Kenichi Handa <handa@m17n.org>
9079
9080 * international/code-pages.el (next): Table fixed.
9081
9082 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
9083
9084 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
9085 that it's been made unnecessary by removing narrowing.
9086
9087 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9088
9089 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
9090 control flow a bit, simplify another bit, and add comments.
9091
9092 2006-10-03 David Kastrup <dak@gnu.org>
9093
9094 * help.el (describe-mode): For clicks on mode-line, use "@"
9095 interactive argument to get the major mode of the click instead of
9096 the current buffer.
9097
9098 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
9099 in order to better redirect mouse-2 clicks. Also allow default
9100 bindings to apply.
9101
9102 2006-10-03 Kim F. Storm <storm@cua.dk>
9103
9104 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
9105 (pushnew): Fix last change.
9106
9107 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
9108
9109 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
9110 Use the interactive spec of `eval-expression'.
9111
9112 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
9113
9114 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
9115
9116 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9117
9118 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
9119 2006-09-28 commit.
9120
9121 2006-10-02 Kenichi Handa <handa@m17n.org>
9122
9123 * international/code-pages.el (iso-8859-6): Table fixed.
9124
9125 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
9126
9127 * dired.el (dired-build-subdir-alist): Fix previous change.
9128
9129 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9130
9131 * simple.el (undo-elt-crosses-region): Fix the inequalities.
9132
9133 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
9134
9135 * emacs-lisp/find-func.el (find-function-regexp): Don't match
9136 "define-button-type".
9137
9138 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
9139 they don't keep accumulating.
9140
9141 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
9142
9143 * ffap.el (ffap-rfc-path): Change the address of the RFC
9144 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
9145
9146 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
9147
9148 * allout.el (allout-expose-topic): Rectify implementation of "+"
9149 spec, so that bodies are not exposed with headlines.
9150
9151 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
9152
9153 * allout.el (allout-current-depth): Do aberrent check only at or
9154 below doublecheck depth.
9155 (allout-chart-subtree): Make it explicit that LEVELS being nil
9156 means unlimited depth. Drop undocumented support for LEVELS value
9157 t meaning unlimited depth. (This is consistent with
9158 allout-chart-to-reveal, but contrary to allout-show-children,
9159 which needs to use nil to default to depth of 1.)
9160 (allout-goto-prefix-doublechecked): Wrap long docstring line.
9161 (allout-chart-to-reveal): Be explicit in docstring about meaning
9162 of nil LEVELS, and drop support for LEVELS value t.
9163 (allout-show-children): Translate the level spec used by this
9164 routine to that used by allout-chart-subtree and
9165 allout-chart-to-reveal.
9166 (allout-show-to-offshoot): Retry once when stuck, after opening
9167 subtree - improvements in discontinuity handling likely will
9168 enable progress.
9169
9170 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
9171
9172 * wid-edit.el (widget-button-click-moves-point): New variable.
9173 (widget-button-click): If widget-button-click-moves-point is
9174 non-nil, set point after performing the button action.
9175
9176 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
9177
9178 2006-09-30 Martin Rudalics <rudalics@gmx.at>
9179
9180 * files.el (find-file-existing): Modify to not allow wildcards.
9181
9182 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9183
9184 * simple.el (undo-more): When undo information for the region is
9185 exhausted, say "No further undo information FOR REGION".
9186
9187 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
9188
9189 * progmodes/sh-script.el (sh-prev-thing):
9190 Take `sh-leading-keywords' into account.
9191
9192 2006-09-29 Glenn Morris <rgm@gnu.org>
9193
9194 * custom.el (defcustom): Doc fix.
9195
9196 * calendar/calendar.el (european-calendar-style):
9197 Call european-calendar or american-calendar as needed when set.
9198 (diary-view-entries, list-calendar-holidays): Move autoloads
9199 before use.
9200
9201 2006-09-29 Juri Linkov <juri@jurta.org>
9202
9203 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
9204 to nil if there is no previous property change.
9205
9206 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9207
9208 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
9209 saving anything to be sure that `forward-sexp' behaves correctly.
9210
9211 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
9212
9213 * simple.el (line-move-finish): Ignore field boundaries if the
9214 initial and final points have the same `field' property.
9215
9216 2006-09-29 Kim F. Storm <storm@cua.dk>
9217
9218 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
9219 to t while calling ido-read-internal.
9220
9221 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
9222
9223 * textmodes/org.el (org-file-remote-p): Get regexp from list.
9224 (org-archive-subtree): Remove erraneous `]' from character list.
9225
9226 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
9227
9228 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
9229 (ses-reconstruct-all): Make undo of "insert row" work by keeping
9230 markers for data-area and parameters-area.
9231
9232 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9233
9234 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
9235
9236 * font-lock.el (font-lock-after-change-function): Refontify next line
9237 as well if end is at BOL.
9238 (font-lock-extend-jit-lock-region-after-change): Be more careful to
9239 only extend the region as much as needed.
9240
9241 2006-09-28 Richard Stallman <rms@gnu.org>
9242
9243 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
9244
9245 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
9246
9247 * international/mule.el (after-insert-file-set-coding):
9248 If VISIT, don't let set-buffer-multibyte make undo info.
9249
9250 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
9251
9252 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
9253 lines in base64-encoded authentication response.
9254
9255 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9256
9257 * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
9258 (ebnf-version): New version 4.3.
9259 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
9260 (ebnf-prologue): Adjust PostScript programming.
9261 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
9262 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
9263
9264 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
9265
9266 * jit-lock.el (jit-lock-force-redisplay): Rename from
9267 jit-lock-fontify-again, and undo the mistaken change I've just done.
9268
9269 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
9270 (jit-lock-fontify-again): Don't refontify text that's not displayed.
9271
9272 2006-09-26 Kenichi Handa <handa@m17n.org>
9273
9274 * startup.el (display-splash-screen): Allow a prefix argument.
9275
9276 2006-09-25 Jason Rumney <jasonr@gnu.org>
9277
9278 * subr.el (shell-quote-argument): Use DOS logic for Windows
9279 shells with DOS semantics.
9280
9281 2006-09-24 Richard Stallman <rms@gnu.org>
9282
9283 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
9284 (compilation-goto-locus): Use compilation-goto-locus-delete-o
9285 to delete the overlay. Put it on pre-command-hook.
9286
9287 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
9288
9289 * startup.el (fancy-splash-screens, normal-splash-screen):
9290 Call the splash buffer *About GNU Emacs*.
9291
9292 * simple.el (next-error-highlight, next-error-highlight-no-select):
9293 Default to 0.5.
9294 (yank-excluded-properties): Add `fontified'.
9295
9296 * font-lock.el (font-lock-compile-keywords): Allow value of
9297 syntax-begin-function to enable paren-column-0 highlighting.
9298
9299 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
9300
9301 * dired.el (dired-build-subdir-alist): When file ends in colon,
9302 don't exit the loop, just disregard that file.
9303
9304 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
9305
9306 * simple.el (line-move-finish): Handle corner case for fields in
9307 continued lines.
9308 (line-move-1): Remove flawed test for that case.
9309
9310 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
9311
9312 * icomplete.el (icomplete-simple-completing-p): Use the correct
9313 name for the new variable, `icomplete-with-completion-tables'.
9314 (file local variables): Remove superfluous setting.
9315
9316 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
9317
9318 * calendar/appt.el (appt-check): Fix typo for appointments just
9319 after midnight.
9320
9321 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
9322
9323 * help.el (describe-key-briefly, describe-key): Don't expect an
9324 extra up event if a down-event is generated by a popup menu.
9325
9326 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
9327
9328 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
9329 local dictionary when changing the global dictionary.
9330
9331 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
9332
9333 * icomplete.el (icomplete-with-completion-tables): List of
9334 specialized completion tables with which icomplete should
9335 operate. Include the new `internal-complete-buffer', so icomplete
9336 works with interactive buffer-selection.
9337 (icomplete-simple-completing-p): Add acceptance of specialized
9338 completion tables listed in icomplete-with-completion-tables.
9339
9340 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9341
9342 * frame.el (focus-follows-mouse): Set default to nil on Mac.
9343
9344 * startup.el (command-line): Use `custom-reevaluate-setting' for
9345 `focus-follows-mouse'.
9346
9347 2006-09-22 Richard Stallman <rms@gnu.org>
9348
9349 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
9350 explain why Save is not available.
9351
9352 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
9353
9354 * woman.el (woman0-so): Use `let*', not `let'.
9355 (woman-horizontal-line): Remove unbalanced parenthesis.
9356
9357 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
9358
9359 * woman.el: Make sure all the end-of-region markers we use have
9360 a non-nil insertion-type.
9361 (woman0-so): Move things around so we can use copy-marker.
9362 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
9363 Adjust marker type.
9364 (woman2-process-escapes): Check marker type.
9365 (woman-horizontal-line): Dispense with the use of a marker.
9366
9367 2006-09-22 Jay Belanger <belanger@truman.edu>
9368
9369 * calc/calc-lang.el: Add Greek letters to math-variable-table
9370 property of tex.
9371
9372 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
9373
9374 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
9375
9376 2006-09-22 Masatake YAMATO <jet@gyve.org>
9377
9378 * add-log.el (add-log-current-defun): Use `forward-sexp'
9379 instead of `forward-word' to pick c++::symbol.
9380 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
9381
9382 2006-09-22 Kenichi Handa <handa@m17n.org>
9383
9384 * bindings.el: Fix setting self-insert-command for multibyte
9385 characters in global-map.
9386
9387 2006-09-21 David Kastrup <dak@gnu.org>
9388
9389 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
9390 doc string.
9391
9392 2006-09-21 Kenichi Handa <handa@m17n.org>
9393
9394 * language/european.el ("Latin-1"): Add windows-1252 to
9395 coding-priority.
9396 ("German"): Likewise.
9397
9398 2006-09-21 Kim F. Storm <storm@cua.dk>
9399
9400 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
9401 Suggested by Miles Bader.
9402
9403 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
9404 instead of add-to-list in the simple case.
9405
9406 2006-09-20 Kenichi Handa <handa@m17n.org>
9407
9408 * isearch.el (isearch-process-search-char): Cancel the previous change.
9409 (isearch-search-string): New function.
9410 (isearch-search): Use isearch-search-string.
9411 (isearch-lazy-highlight-search): Likewise.
9412
9413 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9414
9415 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
9416 string to become an option.
9417
9418 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9419
9420 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
9421
9422 2006-09-20 Kim F. Storm <storm@cua.dk>
9423
9424 * simple.el (line-move-partial): Call pos-visible-in-window-p with
9425 position t instead of trying both window-end and window-end - 1.
9426
9427 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
9428
9429 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
9430 hidden trees.
9431
9432 2006-09-20 David Kastrup <dak@gnu.org>
9433
9434 * mouse.el (mouse-posn-property): Improve doc string.
9435 (mouse-on-link-p): Change buffers for function calls on links.
9436
9437 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
9438 buffer is read-only.
9439
9440 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
9441
9442 * allout.el (allout-unprotected): Let inhibit-read-only only when
9443 buffer-read-only isn't set.
9444 (allout-annotate-hidden): Enable topic annotation during copies even
9445 when the buffer is read-only, eg for topic copies. Ensure that the loop
9446 advances, even when the span extends beyond the deletion region.
9447 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
9448 rather than allout-exposure-changed-hook, as a stronger assertion.
9449 (allout-keybindings-list): Add bindings for
9450 allout-copy-line-as-kill and allout-copy-topic-as-kill.
9451 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
9452 Copy wrappers for allout-kill-line and allout-kill-topic.
9453 (allout-listify-exposed): Position correctly to accumulate lines.
9454
9455 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
9456
9457 * simple.el (line-move-1): Escape field boundaries occurring
9458 exactly at point. Update goal column if constrained to a field.
9459 (line-move-finish): Escape field boundaries occurring exactly at point.
9460
9461 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9462
9463 * mouse.el (mouse-on-link-p): Tentatively fix last change.
9464 (mouse-drag-vertical-line): Remove unused var `wconfig'.
9465
9466 2006-09-19 Kim F. Storm <storm@cua.dk>
9467
9468 * help.el (describe-key-briefly, describe-key): Simplify printing
9469 of descriptions by using format and %S. Fix "is undefined"
9470 messages to say "at that spot" for mouse events.
9471
9472 * simple.el (line-move-partial): Optimize. Try window-line-height
9473 before posn-at-point to get vpos of current line.
9474
9475 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
9476
9477 * emulation/viper.el: Bump up version/date of update to reflect the
9478 substantial changes done in August 2006.
9479
9480 * emulation/viper-cmd (viper-next-line-at-bol): Make sure button-at,
9481 push-button are defined.
9482
9483 * ediff-util.el (ediff-add-to-history): New function.
9484
9485 * ediff.el: Use ediff-add-to-history instead of add-to-history.
9486
9487 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9488
9489 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
9490 Delete duplicate make-local-variable form.
9491 (conf-space-keywords): Add autoload cookie.
9492 Fix typo (`keywords', not `keyword').
9493
9494 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9495
9496 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
9497 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
9498 to x-gtk-use-old-file-dialog.
9499
9500 2006-09-18 Richard Stallman <rms@gnu.org>
9501
9502 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
9503 that might come in during mouse tracking.
9504
9505 2006-09-18 Kim F. Storm <storm@cua.dk>
9506
9507 * simple.el (line-move-partial): Rework 2006-09-15 change to use
9508 new window-line-height function. Further optimize by not calling
9509 pos-visible-in-window-p for window-end when window-line-height
9510 returns useful information.
9511
9512 2006-09-16 Richard Stallman <rms@gnu.org>
9513
9514 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
9515 (conf-space-mode): Don't handle prefix arg.
9516 Delete conf-space-keywords-override code.
9517 Use add-hook.
9518 (conf-space-keywords): New command.
9519 (conf-space-mode-internal): Be careful with imenu-generic-expression.
9520 Delete conf-space-keywords-override code.
9521 (conf-space-keywords-alist): Doc fix.
9522 (conf-space-font-lock-keywords): Doc fix.
9523 (conf-space-keywords-override): Var deleted.
9524
9525 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
9526
9527 * startup.el (fancy-splash-screens): Don't switch to the scratch
9528 buffer; it may not be the next buffer.
9529
9530 2006-09-16 Romain Francoise <romain@orebokech.com>
9531
9532 * saveplace.el (load-save-place-alist-from-file): Use expanded name
9533 in both messages.
9534
9535 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
9536
9537 * progmodes/python.el (python-preoutput-filter):
9538 Fix arg order to string-match.
9539
9540 2006-09-16 Richard Stallman <rms@gnu.org>
9541
9542 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
9543 font-lock-compile-keywords.
9544
9545 * font-lock.el (font-lock-compile-keywords): Rename optional arg
9546 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
9547
9548 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9549
9550 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
9551
9552 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
9553 and the data doesn't look like UTF8, send STRING instead.
9554
9555 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
9556
9557 * textmodes/flyspell.el (flyspell-check-region-doublons):
9558 New function to detect duplicated words.
9559 (flyspell-large-region): Use it.
9560
9561 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
9562
9563 * simple.el (line-move-to-column): Revert 2006-08-03 change.
9564
9565 2006-09-16 Eli Zaretskii <eliz@gnu.org>
9566
9567 * help.el (describe-prefix-bindings): Use let, not let*.
9568
9569 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
9570
9571 * allout.el (allout-regexp, allout-line-boundary-regexp)
9572 (allout-bob-regexp): Correct grouping and boundaries to fix
9573 backwards traversal.
9574 (allout-depth-specific-regexp, allout-depth-one-regexp):
9575 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
9576 worse time in allout-ascend.
9577 (allout-doublecheck-at-and-shallower): Identify depth threshold
9578 below which topics are checked for and disqualified by containment
9579 discontinuities.
9580 (allout-hotspot-key-handler): Correctly handle multiple-key
9581 strokes. Remove some unused variables.
9582 (allout-mode-leaders): Clarify that mode-specific comment-start
9583 will be used.
9584 (set-allout-regexp): Correctly regexp-quote allout regexps to
9585 properly accept alternative header-leads and primary bullets with
9586 regexp-specific characters (eg, C "/*", mathematica "(*").
9587 Include new regular expressions among those configured.
9588 (allout-infer-header-lead-and-primary-bullet):
9589 Rename allout-infer-header-lead.
9590 (allout-recent-depth): Manifest as a variable as well as a function.
9591 (allout-prefix-data): Simplify into an inline instead of a macro,
9592 assuming current match data rather than being explicitly passed
9593 it. Establish allout-recent-depth value as well as
9594 allout-recent-prefix-beginning and allout-recent-prefix-end.
9595 (allout-aberrant-container-p): True when an item's immediate
9596 offspring discontinuously contained. Useful for disqualifying
9597 unintended topic prefixes, likely at low depths.
9598 (allout-goto-prefix-doublechecked): Elaborate version of
9599 allout-goto-prefix which disqualifies aberrant pseudo-items.
9600 (allout-pre-next-prefix): Layer on top of lower-level routines, to
9601 get disqualification of aberrant containers.
9602 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
9603 containers.
9604 (allout-beginning-of-current-entry): Position at start of buffer
9605 when in container (depth 0) entry.
9606 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
9607 (allout-current-bullet): Strip text properties.
9608 (allout-get-prefix-bullet): Use right match groups.
9609 (allout-beginning-of-line, allout-next-heading):
9610 Disqualify aberrant containers.
9611 (allout-previous-heading): Disqualify aberrant containers, and
9612 change to regular (rather than inline) function, to allow
9613 self-recursion.
9614 (allout-get-invisibility-overlay): Increment so progress is made
9615 when the first overlay is not the sought one.
9616 (allout-end-of-prefix): Disqualify aberrant containers.
9617 (allout-end-of-line): Cycle something like allout-beginning-of-line.
9618 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
9619 outline.el outlines) functional again. Change the primary bullet
9620 along with the header-lead - level 1 new-style bullets now work.
9621 Engage allout-before-change-handler in mainline Emacs, not just
9622 XEmacs, to do undo handling.
9623 (allout-before-change-handler): Expose undo changes occurring in
9624 hidden regions. Use allout-get-invisibility-overlay instead of
9625 reimplementing it inline.
9626 (allout-chart-subtree): Use start rather than end of prefix in
9627 charts. Use allout-recent-depth variable.
9628 (allout-chart-siblings): Disqualify aberrant topics.
9629 (allout-beginning-of-current-entry): Position correctly.
9630 (allout-ascend): Use new allout-depth-specific-regexp and
9631 allout-depth-one-regexp for linear instead of O(N^2) or worse
9632 behavior.
9633 (allout-ascend-to-depth): Depend on allout-ascend, rather than
9634 reimplementing an algorithm.
9635 (allout-up-current-level): Depend on allout-ascend, rather than
9636 reimplementing an algorithm. Return to start-point if we fail.
9637 (allout-descend-to-depth): Use allout-recent-depth variable
9638 instead of function.
9639 (allout-next-sibling): On traversal of numerous intervening
9640 topics, resort to economical allout-next-sibling-leap.
9641 (allout-next-sibling-leap): Specialized version of
9642 allout-next-sibling that uses allout-ascend cleverly, to depend on
9643 a regexp search to leap large numbers of contained topics, rather
9644 than arbitrarily many one-by-one traversals.
9645 (allout-next-visible-heading): Disqualify aberrant topics.
9646 (allout-previous-visible-heading): Position consistently when
9647 interactive.
9648 (allout-forward-current-level): Base on allout-previous-sibling
9649 rather than (differently) reimplmenting the algorithm. Remove some
9650 unused variables.
9651 (allout-solicit-alternate-bullet): Present default choice stripped
9652 of text properties.
9653 (allout-rebullet-heading): Use bullet stripped of text properties.
9654 Register changes using allout-exposure-change-hook.
9655 Disregard aberrant topics.
9656 (allout-shift-in): With universal-argument, make topic a peer of
9657 it's former offspring. Simplify the code by separating out
9658 allout-shift-out functionality.
9659 (allout-shift-out): With universal-argument, make offspring peers
9660 of their former container, and its siblings. Implement the
9661 functionality here, rather than inappropriately muddling the
9662 implementation of allout-shift-in.
9663 (allout-rebullet-topic): Respect additional argument for new
9664 parent-child separation function.
9665 (allout-yank-processing): Use allout-ascend directly.
9666 (allout-show-entry): Disqualify aberrant topics.
9667 (allout-show-children): Handle discontinuous children gracefully,
9668 extending the depth being revealed to expose them and posting a
9669 message indicating the situation.
9670 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
9671 Leave cursor in correct position.
9672 (allout-hide-current-subtree): Use allout-ascend directly.
9673 Disqualify aberrant topics.
9674 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
9675 a way that the yanks can restore it, as used to happen.
9676 (allout-yank-processing): Restore exposure layout as recorded by
9677 allout-kill-*, as used to happen.
9678 (allout-annotate-hidden, allout-hide-by-annotation): New routines
9679 for preseving and restoring exposure layout across kills.
9680 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
9681 (allout-encrypt-string): Strip text properties.
9682 Rearranged order and outline-headings for some of the
9683 miscellaneous functions.
9684 (allout-resolve-xref): No need to quote the error name in the
9685 condition-case handler section.
9686 (allout-flatten): Classic recursive (and recursively intensive,
9687 without tail-recursion) list-flattener, needed by allout-shift-out
9688 when confronted with discontinuous children.
9689
9690 2006-09-16 Jason Rumney <jasonr@gnu.org>
9691
9692 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
9693 on ms-windows.
9694 (dnd-open-unc-file): Remove.
9695 (dnd-open-local-file): Mention in doc string that it also handles
9696 remote files if the system natively supports unc file-names.
9697
9698 2006-09-15 Kim F. Storm <storm@cua.dk>
9699
9700 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
9701 all necessary information about the event before erasing *Help*.
9702
9703 * simple.el (line-move-partial): Use window-line-visiblity to
9704 quickly check whether last line is partially visible, and only do
9705 the hard (and slow) part in that case.
9706
9707 2006-09-15 Jay Belanger <belanger@truman.edu>
9708
9709 * COPYING: Replace "Library Public License" by "Lesser Public
9710 License" throughout.
9711
9712 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9713
9714 * term/x-win.el (x-menu-bar-open): New function for F10.
9715
9716 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
9717
9718 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9719 Disallow filenames containing " -" to avoid confusion with libtool
9720 compilation messages. Suggested by Stefan Monnier.
9721
9722 2006-09-15 David Kastrup <dak@gnu.org>
9723
9724 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
9725 instead of buffer position for `mouse-on-link-p'.
9726
9727 * mouse.el (mouse-posn-property): New function looking up the
9728 properties at a click position in overlays and text properties in
9729 either buffer or strings.
9730 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
9731 of both `follow-link' as well as `mouse-face' properties.
9732 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
9733 buffer position.
9734
9735 * help.el (describe-key-briefly): When reading a down-event on
9736 mode lines or scroll bar, swallow the following up event, too.
9737 Use the new mouse sensitity of `key-binding' for lookup.
9738 (describe-key): The same here.
9739
9740 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
9741
9742 * play/life.el (life-patterns): Add a few more interesting patterns.
9743 (life-setup): Force `show-trailing-whitespace' to nil.
9744
9745 2006-09-14 Richard Stallman <rms@gnu.org>
9746
9747 * startup.el (fancy-splash-text): Change text to improve alignment.
9748 (fancy-splash-screens): Don't set non-standard tab width.
9749 Bind cursor-type temporarily, and make it easy to patch to
9750 preserve the splash buffer.
9751 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
9752 (fancy-splash-screens): Display echo-area message explicitly.
9753 Don't set fancy-splash-help-echo.
9754
9755 * simple.el (line-number-mode): Group mode-line instead of
9756 editing-basics.
9757 (column-number-mode, size-indication-mode): Likewise.
9758
9759 * faces.el (mode-line-faces): Group mode-line instead of modeline.
9760
9761 * time.el (display-time): Group mode-line instead of modeline.
9762
9763 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
9764
9765 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
9766
9767 * startup.el (fancy-splash-text): Move editing instructions to
9768 fancy-splash-head.
9769 (fancy-splash-head): Issue editing instructions.
9770 (fancy-splash-screens): Fixup whitespace.
9771
9772 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9773
9774 * bindings.el (mode-line-buffer-identification-keymap):
9775 Remove duplicate line.
9776
9777 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9778
9779 * ido.el (ido-ignore-item-p): Allow any kind of functions in
9780 ignore lists.
9781
9782 2006-09-14 Kim F. Storm <storm@cua.dk>
9783
9784 * jit-lock.el (jit-lock-fontify-again): New function.
9785 (jit-lock-fontify-now): Use it instead of lambda form.
9786
9787 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
9788
9789 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
9790 (flyspell-auto-correct-word): Make ispell-filter local to these
9791 functions. Check that ispell-filter has new stuff before calling
9792 ispell-parse-output.
9793
9794 2006-09-13 Kim F. Storm <storm@cua.dk>
9795
9796 * simple.el (line-move-partial): Optimize.
9797
9798 2006-09-13 Richard Stallman <rms@gnu.org>
9799
9800 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
9801 Delete spurious backquote.
9802
9803 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
9804
9805 * net/rcirc.el (rcirc-print): Fix last change.
9806
9807 2006-09-12 Jay Belanger <belanger@truman.edu>
9808
9809 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
9810
9811 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
9812
9813 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
9814 rcirc-show-maximum-output.
9815 (rcirc-mode): Remove window-scroll-function hook.
9816 (rcirc-scroll-to-bottom): Remove function.
9817 (rcirc-print): Recenter so point stays at the bottom of the window
9818 if point was already there.
9819
9820 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
9821
9822 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
9823 not to "t".
9824 * progmodes/compile.el (compilation-start): Likewise.
9825 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
9826 Don't use expand-file-name on invocation-directory, since this
9827 might mishandle special characters in invocation-directory.
9828
9829 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9830
9831 * pcvs-defs.el: Remove * in defcustom's docstrings.
9832
9833 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
9834
9835 * progmodes/compile.el (compilation-directory-properties):
9836 Doc fix for help-echo.
9837
9838 2006-09-12 Lars Hansen <larsh@soem.dk>
9839
9840 * desktop.el (desktop-read): Add comment.
9841
9842 2006-09-12 Kim F. Storm <storm@cua.dk>
9843
9844 * simple.el (next-error-highlight, next-error-highlight-no-select):
9845 Fix spelling error.
9846
9847 * subr.el (sit-for): Rework to use input-pending-p and cond.
9848 Return nil input is pending on entry also for SECONDS <= 0.
9849 (while-no-input): Use input-pending-p instead of sit-for.
9850
9851 2006-09-11 Richard Stallman <rms@gnu.org>
9852
9853 * simple.el (next-error-highlight, next-error-highlight-no-select):
9854 Fix custom type and doc strings.
9855
9856 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9857
9858 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
9859 (diff-apply-hunk): Use it to ask for confirmation.
9860
9861 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
9862
9863 * emacs-lisp/cl.el (pushnew): Add missing `,'.
9864
9865 2006-09-11 David Kastrup <dak@gnu.org>
9866
9867 * help.el (string-key-binding, describe-key-briefly)
9868 (describe-key): Remove `string-key-binding' and its callers since
9869 `key-binding' already caters for the proper lookup now.
9870
9871 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9872
9873 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
9874 (cfengine-mode): Use it. Fix \ syntax to be like /.
9875
9876 * bindings.el (mode-line-buffer-identification-keymap):
9877 Move initialization into declaration.
9878
9879 2006-09-10 Kim F. Storm <storm@cua.dk>
9880
9881 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
9882 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
9883 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
9884 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
9885
9886 2006-09-10 Richard Stallman <rms@gnu.org>
9887
9888 * dired-aux.el: Handle errors in recursive copy usefully.
9889 (dired-create-files-failures): New variable.
9890 (dired-copy-file): Remove condition-case.
9891 (dired-copy-file-recursive): Check for errors on all file
9892 operations, and add them to dired-create-files-failures.
9893 Check file file-date-erorr here too.
9894 (dired-create-files): Check dired-create-files-failures
9895 and report those errors too.
9896
9897 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
9898
9899 * subr.el (add-to-list): New argument COMPARE-FN.
9900
9901 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
9902
9903 * filecache.el (file-cache-add-directory)
9904 (file-cache-add-directory-list, file-cache-add-file)
9905 (file-cache-add-directory-using-find)
9906 (file-cache-add-directory-using-locate)
9907 (file-cache-add-directory-recursively): Add autoloads.
9908
9909 2006-09-09 Richard Stallman <rms@gnu.org>
9910
9911 * textmodes/conf-mode.el (conf-space-mode):
9912 Use hack-local-variables-hook instead of calling hack-local-variables.
9913 (conf-space-keywords-override): New variable.
9914 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
9915 (conf-space-mode): Always make conf-space-keywords and
9916 conf-space-keywords-override local.
9917 Call conf-space-mode-internal directly as well as via hook.
9918
9919 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
9920
9921 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
9922 quasi-keywords.
9923
9924 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9925
9926 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
9927 (python-send-string): Be slightly more careful about adding \n.
9928
9929 * startup.el (normal-splash-screen): Don't display the buffer if we'll
9930 kill it right away anyway.
9931
9932 2006-09-09 Eli Zaretskii <eliz@gnu.org>
9933
9934 * international/codepage.el (cp850-decode-table): Fix a few codes.
9935 (cp858-decode-table): New variable.
9936
9937 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
9938
9939 * net/ldap.el (ldap-search-internal): Doc fix.
9940
9941 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9942
9943 * play/life.el (life-display-generation): Test for input manually if
9944 `sleeptime' is negative or null.
9945
9946 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
9947 (print-region-1): Substitute `%s' with the page title.
9948
9949 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
9950
9951 * locate.el (locate-current-search): New variable.
9952 (locate): Set buffer local value. Use current buffer if it is
9953 in Locate mode.
9954 (locate-mode): Disable undo here.
9955 (locate-do-setup): Use locate-current-filter from buffer to be killed.
9956 (locate-update): Use locate-current-search and locate-current-filter.
9957
9958 2006-09-08 David Kastrup <dak@gnu.org>
9959
9960 * desktop.el (desktop-read): When loading a desktop, disable
9961 saving it while the load progresses, and switch off a pending lazy
9962 load by calling `desktop-lazy-abort'.
9963
9964 2006-08-27 Martin Rudalics <rudalics@gmx.at>
9965
9966 * window.el (mouse-autoselect-window-timer)
9967 (mouse-autoselect-window-position)
9968 (mouse-autoselect-window-window)
9969 (mouse-autoselect-window-now): New vars.
9970 (mouse-autoselect-window-cancel)
9971 (mouse-autoselect-window-select)
9972 (mouse-autoselect-window-start): New functions.
9973 (handle-select-window): Call `mouse-autoselect-window-start' when
9974 delayed window autoselection is enabled.
9975
9976 * cus-start.el (mouse-autoselect-window): Handle delayed window
9977 autoselection.
9978
9979 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
9980 commands after which it is allowed to print in the echo area.
9981
9982 2006-09-08 Richard Stallman <rms@gnu.org>
9983
9984 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
9985
9986 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
9987 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
9988
9989 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
9990 (cancel-timer-internal): Add doc string.
9991 (cancel-function-timers): Doc fix.
9992 (with-timeout-handler, timer-event-last*): Add doc strings.
9993
9994 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
9995
9996 * files.el (risky-local-variable-p): Match ...-bindat-spec.
9997
9998 * dired.el (dired-log-summary): Add doc string.
9999
10000 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
10001 (custom-group-menu-create): Not here.
10002
10003 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
10004
10005 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
10006
10007 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10008
10009 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
10010 (mac-apple-event-map): Define its handler.
10011
10012 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
10013
10014 * net/ldap.el (ldap-search-internal): Handle `auth' key.
10015
10016 2006-09-07 Magnus Henoch <mange@freemail.hu>
10017
10018 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
10019 clause.
10020
10021 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10022
10023 * info.el (Info-index): Bind completion-ignore-case.
10024
10025 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10026
10027 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
10028 previous commit.
10029 (inferior-prolog-guess-flavor): New fun left out of previous commit.
10030 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
10031 burp in dedicated windows.
10032 (inferior-prolog-self-insert-command): New command.
10033 (inferior-prolog-mode-map): Use it.
10034
10035 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
10036
10037 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
10038
10039 * international/code-pages.el: Add cp858.
10040
10041 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10042
10043 * dnd.el: Fix bootstrapping.
10044
10045 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10046
10047 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
10048 (dnd-open-remote-url): New function.
10049 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
10050 not windows-nt.
10051
10052 2006-09-07 Jason Rumney <jasonr@gnu.org>
10053
10054 * dnd.el (dnd-open-remote-file-function): New variable.
10055 (dnd-open-unc-file): New function.
10056 (dnd-open-file): Call dnd-open-remote-file-function if set.
10057
10058 2006-09-06 Daiki Ueno <ueno@unixuser.org>
10059
10060 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
10061 pgg-passphrase-coding-system rather than locale-coding-system.
10062 * pgg-def.el (pgg-passphrase-coding-system): New user option.
10063
10064 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10065
10066 * progmodes/prolog.el: Remove * in docstrings.
10067 (prolog-program-name): Add SWI prolog.
10068 (prolog-mode-menu): New menu.
10069 (prolog-mode): Set comment-add.
10070 (prolog-indent-line): Simplify. Use indent-line-to.
10071 (inferior-prolog-buffer): New var.
10072 (inferior-prolog-run, inferior-prolog-process): New funs.
10073 (run-prolog, switch-to-prolog): Rewrite, using them.
10074 (prolog-consult-region): Use inferior-prolog-buffer.
10075 (inferior-prolog-load-file): New function.
10076 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
10077
10078 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
10079 last word, if it's not the end of the paragraph.
10080
10081 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
10082 file name.
10083
10084 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
10085
10086 * frame.el (display-mm-dimensions-alist): New defcustom.
10087 (display-mm-height, display-mm-width): Use it.
10088
10089 2006-09-06 Simon Josefsson <jas@extundo.com>
10090
10091 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
10092
10093 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
10094
10095 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
10096 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
10097 string values.
10098
10099 2006-09-06 Kim F. Storm <storm@cua.dk>
10100
10101 * simple.el (line-move-partial): New function to do vscrolling for
10102 partially visible images / tall lines. Rewrite based on code
10103 previously in line-move. Simplify backwards vscrolling.
10104 (line-move): Use it. Simplify.
10105
10106 2006-09-05 Kim F. Storm <storm@cua.dk>
10107
10108 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
10109
10110 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
10111
10112 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10113 Process the `gcc-include' after the `gnu' rule.
10114
10115 2006-09-05 Kim F. Storm <storm@cua.dk>
10116
10117 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
10118
10119 2006-09-05 Daiki Ueno <ueno@unixuser.org>
10120
10121 * pgg.el (pgg-clear-string): Alias to clear-string for backward
10122 compatibility.
10123
10124 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
10125 inhibit-redisplay; encode passphrase with locale-coding-system.
10126
10127 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
10128
10129 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
10130
10131 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
10132
10133 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
10134 (gdb-var-list-children-regexp): Make type field optional.
10135
10136 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
10137 e.g public, protected in C++.
10138
10139 2006-09-04 John Paul Wallington <jpw@pobox.com>
10140
10141 * simple.el (completion-show-help): New defcustom.
10142 (completion-setup-function): Heed it.
10143
10144 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
10145
10146 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
10147
10148 2006-09-04 Richard Stallman <rms@gnu.org>
10149
10150 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
10151 (rsf-min-region-to-spam-list): Doc fix.
10152 (rsf-add-content-type-field): Doc fix.
10153
10154 * simple.el (kill-region): Explicitly test there is a region.
10155
10156 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
10157
10158 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
10159 sendmail in several common directories.
10160
10161 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
10162
10163 * paths.el (sendmail-program): Removed.
10164
10165 2006-09-04 Daiki Ueno <ueno@unixuser.org>
10166
10167 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
10168 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
10169 http://article.gmane.org/gmane.emacs.gnus.general/50457
10170
10171 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
10172
10173 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
10174 mark after running the menu filter.
10175
10176 2006-09-03 Juri Linkov <juri@jurta.org>
10177
10178 * international/quail.el (quail-defrule-internal): Add a check
10179 if a key is a vector.
10180
10181 2006-09-02 Juri Linkov <juri@jurta.org>
10182
10183 * man.el (Man-topic-history): New variable.
10184 (man): Use it.
10185
10186 * woman.el (woman-topic-history): Change defvar to defvaralias
10187 for symbol `Man-topic-history'.
10188
10189 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
10190 `comint-last-output-start' is a marker by using `markerp' and
10191 check if it has a position by using `marker-position', and use
10192 this position for `goto-char'.
10193
10194 * international/quail.el (quail-defrule-internal): Add missing
10195 `error' call for null key.
10196
10197 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
10198
10199 * net/rcirc.el (rcirc-keywords): New variable.
10200 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
10201 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
10202 variables.
10203 (rcirc-responses-no-activity): New function.
10204 (rcirc-handler-generic): Check for responses in above.
10205 (rcirc-process-command): Add ?: character to arguments of raw
10206 server commands.
10207 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
10208 `rcirc-dim-nicks'.
10209 (rcirc-gray-toggle): Remove unused variable.
10210 (rcirc-print): Remove some tracking logic, which is moved into
10211 markup functions.
10212 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
10213 types.
10214 (rcirc-activity-string): Look for 'keyword in activity-types.
10215 (rcirc-window-configuration-change): Don't erase overlay-arrow
10216 unnecessarily.
10217 (rcirc-add-or-remove): New function.
10218 (rcirc-cmd-ignore): Use it.
10219 (rcirc-message-leader): Remove unused function.
10220 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
10221 (rcirc-add-face): New function.
10222 (rcirc-facify): Use rcirc-add-face.
10223 (rcirc-url-regexp): Add parens.
10224 (rcirc-map-regexp): Remove function.
10225 (rcirc-mangle-regexp): Remove function.
10226 (rcirc-markup-text-functions): New variable.
10227 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
10228 (rcirc-markup-body-text, rcirc-markup-attributes)
10229 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
10230 (rcirc-markup-bright-nicks): New markup handler functions.
10231 (rcirc-nick-in-message-full-line): New face.
10232 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
10233 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
10234
10235 2006-09-02 Martin Rudalics <rudalics@gmx.at>
10236
10237 * cus-start.el (hscroll-margin, hscroll-step)
10238 (mode-line-in-non-selected-windows, mouse-autoselect-window)
10239 (x-use-underline-position-properties): Change version to "22.1"
10240 since they will appear there for the first time.
10241
10242 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
10243
10244 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
10245
10246 2006-08-31 Richard Stallman <rms@gnu.org>
10247
10248 * cus-edit.el (custom-save-variables): Slight cleanup.
10249 (Custom-no-edit): Renamed from custom-no-edit.
10250 (Custom-newline): Renamed from custom-newline.
10251 (custom-mode-map): Use new names.
10252
10253 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
10254 about customization, rather than M-x customize, in the doc string
10255 made for the defcustom.
10256
10257 * emacs-lisp/trace.el (trace-function-background): Doc fix.
10258
10259 2006-08-31 Romain Francoise <romain@orebokech.com>
10260
10261 * dired-x.el (dired-guess-shell-alist-default): Update.
10262
10263 2006-08-31 Michael Mauger <mmaug@yahoo.com>
10264
10265 * custom.el (custom-theme-set-variables): Autoload packages before
10266 sorting the variables.
10267
10268 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
10269
10270 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
10271 Convert events to chars if XEmacs.
10272 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
10273
10274 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10275
10276 * progmodes/python.el (python-eldoc-function): Re-enable quit while
10277 waiting for process.
10278
10279 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10280
10281 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
10282 results in ASCII-only string, encode original one directly.
10283
10284 2006-08-29 Romain Francoise <romain@orebokech.com>
10285
10286 * startup.el (normal-splash-screen, fancy-splash-screens):
10287 Make buffer read-only and arrange to enter view mode if necessary.
10288
10289 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
10290
10291 * hl-line.el (hl-line): New face.
10292 (hl-line-face): Use it.
10293
10294 * image-mode.el (image-mode): Fix last fix.
10295 Suggested by Kim F. Storm.
10296
10297 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
10298
10299 Sync with Tramp 2.0.54.
10300
10301 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
10302 of `=', because `tramp-get-remote-gid' might not always return an
10303 integer when expected.
10304 (tramp-register-file-name-handlers): `partial-completion-mode' is
10305 unknown to XEmacs.
10306 (tramp-time-diff): Don't use `floor', it might fail for large
10307 differences.
10308 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
10309 `tramp-auto-save-directory' if unset in order to guarantee unique
10310 auto-save file names.
10311
10312 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
10313
10314 * image-mode.el (image-mode): Display image as text on a terminal.
10315
10316 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10317
10318 * progmodes/python.el (python-send-command): Simplify.
10319 (run-python): Don't generate a new buffer unless `new' was specified.
10320 Make sure we send `import emacs' to the proper process.
10321
10322 * progmodes/python.el (python-send-command): Don't wait for the command
10323 to terminate. Don't fiddle with compilation-parsing-end.
10324
10325 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
10326
10327 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
10328 Insert commentary after first line summary.
10329
10330 * woman.el (woman-follow): New function, based on `man-follow'.
10331 (woman-mode-map): Use it.
10332
10333 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
10334 since ibuffer-do-sort-by-recency does not define a sorter.
10335
10336 2006-08-28 Kim F. Storm <storm@cua.dk>
10337
10338 * find-dired.el (find-dired): Use shell-quote-argument to properly
10339 escape ( and ) args. Also use it on {} and ; args in default
10340 value of find-ls-option string.
10341 (find-grep-dired): Use shell-quote-argument on {} and ; args.
10342
10343 2006-08-27 Michael Olson <mwolson@gnu.org>
10344
10345 * emacs-lisp/tq.el: Small grammar fix in comments.
10346 (tq-enqueue): Check for existence of queue rather than the
10347 head queue item's question, which was a no-op.
10348 (tq-filter, tq-process-buffer): Make sure the process buffer
10349 exists before making it the current buffer.
10350
10351 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10352
10353 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
10354 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
10355 (special-event-map): Apply 2006-08-16 change for x-win.el.
10356
10357 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10358
10359 * progmodes/python.el (python-send-receive): Wait in the
10360 process's buffer so as to check the right buffer-local variables.
10361
10362 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
10363
10364 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
10365 (defgroup checkdoc): Move to beginning.
10366
10367 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
10368 (python-preoutput-continuation): Remove.
10369 (python-preoutput-filter): Simplify correspondingly.
10370 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
10371 Loop around to catch embedded _emacs_out output.
10372 (run-python): Send the import&print command on a single line.
10373 (python-send-command): Send command&print on a single line.
10374 (python-send-string): Only add double \n if needed.
10375 (python-send-receive): Loop until the result comes.
10376 (python-mode-running): Defvar it.
10377 (python-setup-brm): Remove unused var `menu'.
10378 Only bind py-mode-map and `features' around brm-init.
10379 (python-calculate-indentation): Remove unused var `point'.
10380 (python-beginning-of-defun): Remove unused var `def-line'.
10381
10382 2006-08-25 Richard Stallman <rms@gnu.org>
10383
10384 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
10385
10386 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
10387
10388 * emulation/viper.el (viper-set-hooks): Use frame bindings for
10389 viper-vi-state-cursor-color.
10390 (viper-non-hook-settings): Don't set default
10391 mode-line-buffer-identification.
10392
10393 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
10394 New fun.
10395 (viper-set-cursor-color-according-to-state)
10396 (viper-get-saved-cursor-color-in-replace-mode)
10397 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
10398 viper-emacs-state-cursor-color.
10399
10400 * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
10401 (viper-undo): Use point if undo-beg-posn is nil.
10402 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
10403 (viper-after-change-undo-hook): Don't use
10404 viper-emacs-state-cursor-color by default.
10405 (viper-undo): More sensible positioning after undo.
10406
10407 * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
10408 (viper-emacs-state-cursor-color): Default to nil, since this feature
10409 doesn't work well yet.
10410
10411 * ediff-mult.el (ediff-intersect-directories)
10412 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
10413 always expand filenames.
10414
10415 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10416
10417 * tumme.el: Remove * in defcustoms's docstrings.
10418
10419 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
10420
10421 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
10422 Accept internal time format for SECS arg.
10423 (timer-relative-time): Doc fix.
10424
10425 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
10426 adapted from Martin Rudalics.
10427 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
10428 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
10429 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
10430 using sit-for.
10431
10432 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
10433
10434 * cus-start.el (all): Add `overline-margin' and
10435 `x-underline-at-descent-line'.
10436
10437 2006-08-24 Kim F. Storm <storm@cua.dk>
10438
10439 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
10440 to mean "use find -exec"; nil now unambiguously means auto-detect.
10441 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
10442 Use shell-quote-argument to build grep-find-command and
10443 grep-find-template.
10444 (rgrep): Use shell-quote-argument to properly quote arguments to find.
10445 Reported by Tom Seddon.
10446
10447 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
10448
10449 * startup.el (fancy-splash-head): Give instructions for dismissing
10450 the splash screen for default startup too.
10451 (display-startup-echo-area-message, fancy-splash-screens)
10452 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
10453 all splash text at once and keep the splash buffer around.
10454 (command-line-1): Give display-startup-echo-area-message a t arg.
10455
10456 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
10457
10458 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
10459 gnus frame is selected.
10460
10461 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
10462
10463 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
10464
10465 2006-08-22 Kim F. Storm <storm@cua.dk>
10466
10467 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
10468 Add suffix matching for subdirs.
10469
10470 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
10471
10472 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
10473 mouse-yank-at-point is non-nil.
10474
10475 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
10476
10477 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
10478 a bit wider and remove fringes to fit initial output on line.
10479
10480 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10481
10482 * frame.el (blink-cursor-end): Only ignore the error we care about.
10483 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
10484
10485 2006-08-21 Richard Stallman <rms@gnu.org>
10486
10487 * whitespace.el (whitespace-cleanup): Doc fix.
10488
10489 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
10490
10491 * net/rcirc.el (rcirc-show-maximum-output): New var.
10492 (rcirc-buffer-process): If no buffer argument is supplied, use
10493 current-buffer.
10494 (rcirc-complete-nick): Complete to the last completed nick first.
10495 (rcirc-mode): Preserve the value of `rcirc-urls' across
10496 connections. Setup scroll function.
10497 (rcirc-scroll-to-bottom): New function.
10498 (rcirc-print): Use nick syntax around regexp work.
10499 Notice dim-nicks speaking only if they say our nick.
10500 (rcirc-update-activity-string): Do not show the modeline indicator
10501 if there are no live rcirc processes.
10502 (rcirc-cmd-ignore): Ignore case.
10503 (rcirc-browse-url-at-point): Fix off-by-one error.
10504
10505 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
10506
10507 * progmodes/python.el: Remove * in defcustom docstrings.
10508 (run-python, python-proc, python-try-complete): Use derived-mode-p.
10509 (python-mode): Set tab-width and indent-tabs-mode.
10510
10511 2006-08-20 Dave Love <fx@gnu.org>
10512
10513 * progmodes/python.el: Update to Dave Love's latest version.
10514 (python-font-lock-keywords, python-mode): Don't use
10515 font-lock-syntax-table, but match symbol elements explicitly instead.
10516 (python-mode-map): Add help, and a few more key bindings.
10517 (python-skip-comments/blanks): Move out of comments as well.
10518 (python-continuation-line-p): Behave better with unbalanced parens.
10519 (python-blank-line-p): New fun.
10520 (python-open-block-statement-p): Don't use a heuristic.
10521 (python-outdent-p): Better handle blocks-in-the-same-line.
10522 (python-calculate-indentation): Misc improvements.
10523 (python-comment-indent): Remove.
10524 (python-block-pairs): New var.
10525 (python-first-word): New fun.
10526 (python-indentation-levels): Handle more common cases.
10527 (python-indent-line-1): Add `leave' argument.
10528 (python-indent-region): New fun.
10529 (python-skip-out): New fun.
10530 (python-beginning-of-statement, python-end-of-statement): Use it.
10531 (python-next-statement): Return correct count even at eob.
10532 (python-end-of-block): Fix paren-typo.
10533 (python-imenu-create-index): Add module variables.
10534 (run-python): Add `new' arg.
10535 Check we're at a prompt before returning.
10536 (python-send-command): Move to end of buffer.
10537 Wait for prompt to return.
10538 (python-set-proc): New fun.
10539 (python-imports): New var.
10540 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
10541 (python-eldoc-function): Try to move out of arg list.
10542 (python-outline-level): Offset by 1.
10543 (python-find-imports): New fun.
10544 (python-symbol-completions): Use python-imports.
10545 (python-module-path, ffap-alist): Add support for ffap.
10546 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
10547 (python-insert-*, python-default-template, python-expand-template):
10548 Add templates/skeletons.
10549 (python-setup-brm): Support for Bicycle Repair Man.
10550 (python-abbrev-syntax-table): New var.
10551 (python-abbrev-pc-hook, python-pea-hook): New funs.
10552
10553 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
10554
10555 * frame.el (blink-cursor-start): Set timer first.
10556 (blink-cursor-end): Ignore timer cancelling errors.
10557 Suggested by Ken Manheimer.
10558
10559 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
10560
10561 * newcomment.el (comment-box): Call `comment-normalize-vars'.
10562 Add autoload cookie.
10563
10564 2006-08-20 Richard Stallman <rms@gnu.org>
10565
10566 * simple.el (line-number-at-pos): Doc fix.
10567
10568 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
10569 timer-activate-when-idle, so timer can run before Emacs becomes
10570 non-idle again.
10571
10572 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
10573
10574 * whitespace.el (whitespace-cleanup-internal): New optional arg
10575 REGION-ONLY. If it's non-nil, modify the message to the user
10576 accordingly.
10577 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
10578 a non-nil argument.
10579
10580 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
10581
10582 * rect.el (spaces-string): Simplify and add doc string.
10583
10584 2006-08-17 Romain Francoise <romain@orebokech.com>
10585
10586 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
10587
10588 2006-08-17 Richard Stallman <rms@gnu.org>
10589
10590 * compare-w.el (compare-windows): lambda's take an arg and pass
10591 it to compare-windows-skip-whitespace.
10592
10593 2006-08-17 Martin Rudalics <rudalics@gmx.at>
10594
10595 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
10596 the right buffer.
10597
10598 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
10599
10600 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
10601 removed files.
10602
10603 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
10604
10605 * progmodes/gdb-ui.el (gdb-locals-watch-map)
10606 (gdb-locals-watch-map-1): Suppress keymap first.
10607 (gdb-edit-locals-map-1): New variable.
10608 (gdb-edit-locals-value): New function.
10609 (gdb-stack-list-locals-handler): Use them.
10610
10611 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10612
10613 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
10614 cursor would normally be drawn in the fringe.
10615
10616 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
10617 Reported by Martin Rudalics <rudalics@gmx.at>.
10618
10619 2006-08-16 Richard Stallman <rms@gnu.org>
10620
10621 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
10622 (special-event-map): Process drag-n-drop events this way.
10623
10624 * simple.el (move-beginning-of-line): Test whether fields
10625 would prevent motion back to line's first visible character.
10626 If so, stop where the fields would stop the motion.
10627
10628 * newcomment.el (comment-indent): Fully update INDENT
10629 before checking to see if it will change the text.
10630
10631 * cus-edit.el (custom-newline): New function.
10632 (custom-mode-map): Bind newline to custom-newline.
10633
10634 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
10635 into ignore-whitespace.
10636 Check each buffer for its skip-function.
10637 Handle compare-windows-skip-whitespace special-case test
10638 by returning t from default skip function.
10639
10640 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
10641
10642 * textmodes/org.el (org-clock-special-range)
10643 (org-clock-update-time-maybe): New functions.
10644 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
10645 not only a-z.
10646 (org-agenda-get-blocks): Allow multiple blocks per headline.
10647 (org-timestamp-change): Call `org-clock-update-time-maybe'.
10648 (org-export-html-title-format)
10649 (org-export-html-toplevel-hlevel): New options.
10650 (org-export-language-setup): Add support for Czech.
10651 (org-mode, org-insert-todo-heading, org-find-visible)
10652 (org-find-invisible, org-invisible-p, org-invisible-p2)
10653 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
10654 (org-show-subtree, org-show-entry, org-make-options-regexp):
10655 Remove compatibility support for old outline-mode.
10656 (org-check-occur-regexp): Funtion removed.
10657 (org-on-heading-p, org-back-to-heading): Made defalias.
10658 (org-set-local): New defsubst.
10659 (org-set-regexps-and-options, org-mode)
10660 (org-set-font-lock-defaults, org-edit-agenda-file-list)
10661 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
10662 (org-remember-apply-template, org-table-edit-field)
10663 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
10664 (org-set-autofill-regexps): Use `org-set-local'.
10665 (org-table-eval-formula): Fix bug with parsing of display flags.
10666
10667 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
10668
10669 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
10670 frame with fringe arrow. Suggested by Simon Marshall
10671 <simon.marshall@misys.com>.
10672 (gdb-stack-position): New variable.
10673 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
10674 (gdb-frames-mode): Set gdb-stack-position to nil.
10675 Add to overlay-arrow-variable-list
10676 (gdb-reset): Delete gdb-stack-position from above list.
10677
10678 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10679
10680 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
10681 read only.
10682
10683 2006-08-13 Romain Francoise <romain@orebokech.com>
10684
10685 * cus-theme.el (customize-create-theme)
10686 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
10687
10688 * filesets.el (filesets-add-buffer): Ditto.
10689
10690 * pcvs.el (cvs-change-cvsroot): Ditto.
10691
10692 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
10693
10694 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
10695 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
10696 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
10697 expressions.
10698 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
10699 Only search till end of line.
10700 Add face to function names in case of no filename.
10701 Add face to variable names of watchpoints.
10702
10703 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
10704
10705 * cus-start.el <indent-tabs-mode>: Move to the `indent'
10706 customization group.
10707
10708 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
10709
10710 * allout.el (allout-prior-bindings, allout-added-bindings):
10711 Remove, after long deprecation.
10712 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
10713 Add customization vars controlling allout-beginning-of-line and
10714 allout-end-of-line conveniences.
10715 (allout-header-prefix, allout-use-mode-specific-leader)
10716 (allout-use-mode-specific-leader, allout-mode-leaders):
10717 Revise docstrings.
10718 (allout-infer-header-lead): Change to be an alias for
10719 allout-infer-header-lead-and-primary-bullet.
10720 (allout-infer-header-lead-and-primary-bullet): New version of
10721 allout-infer-header-lead which assigns the primary bullet to the
10722 same as the header lead, when its being changed.
10723 (allout-infer-body-reindent): Apply regexp-quote instead of
10724 unconditionally prepending "\\", so that all literal
10725 allout-header-prefix and allout-primary-bullet strings are
10726 properly handled.
10727 (allout-add-resumptions): Add optional qualifier for extending or
10728 appending to existing values, rather than replacing them.
10729 (allout-view-change-hook): Clarify docstring.
10730 (allout-exposure-change-hook): Take explicit arguments, via
10731 run-hook-with-args.
10732 (allout-structure-added-hook)
10733 (allout-structure-deleted-hook)
10734 (allout-structure-shifted-hook): New hooks analogous to
10735 allout-exposure-change-hook for other kinds of structural outline
10736 edits.
10737 (allout-encryption-plaintext-sanitization-regexps): New encryption
10738 customization variable, by which cooperating modes can provde
10739 massage of the plaintext without actually being passed it.
10740 (allout-encryption-ciphertext-rejection-regexps)
10741 (allout-encryption-ciphertext-rejection-ceiling): New encryption
10742 customization variables, by which cooperating modes can prohibit
10743 rare but possible ciphertext patterns from fouling their
10744 operation, with actually being passed the ciphertext.
10745 (allout-mode): Run activation and deactivation hooks after the
10746 minor-mode variable has been toggled, to clarify the mode
10747 disposition. The new encryption ciphertext rejection variable is
10748 used to ensure that the ciphertext does not contain text that
10749 would be recognized as outline structural elements by allout.
10750 Substite allout-beginning-of-line and allout-end-of-line for
10751 conventionall beginning-of-line and end-of-line bindings.
10752 If allout-old-style-prefixes is non-nil, don't nullify it on mode
10753 activation!
10754 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
10755 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
10756 (allout-chart-subtree): Implement new mode, charting only the
10757 visible items in the subtree, when new 'visible' parameter is non-nil.
10758 (allout-end-of-subtree): Properly handle the last item in the buffer.
10759 (allout-pre-command-business, allout-command-counter):
10760 Increment an advertised counter so that cooperating enhancements can
10761 track revisions of items.
10762 (allout-open-topic): Run allout-structure-added-hook with suitable
10763 arguments.
10764 (allout-shift-in): Run allout-structure-shifted-hook with suitable
10765 arguments.
10766 (allout-shift-out): Fix doubling for negative args and ensure call
10767 of allout-structure-shifted-hook by solely using allout-shift-in.
10768 (allout-kill-line, allout-kill-topic):
10769 Run allout-structure-deleted-hook with suitable arguments.
10770 (allout-yank-processing): Run allout-structure-added-hook with
10771 proper arguments.
10772 (allout-yank): Enclose activity in allout-unprotected.
10773 (allout-flag-region): Run allout-exposure-change-hook with
10774 suitable arguments, instead of making the callee infer the arguments.
10775 (allout-encrypt-string):
10776 Support allout-encryption-plaintext-sanitization-regexps,
10777 allout-encryption-ciphertext-rejection-regexps, and
10778 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
10779 en/de cryption mode in symmetric encryption failure message.
10780 (allout-obtain-passphrase): Use copy-sequence to get a distinct
10781 copy of the passphrase, and don't zero it or we'll corrupt the
10782 stashed copy.
10783 (allout-create-encryption-passphrase-verifier)
10784 (allout-verify-passphrase): Respect the new signature for
10785 allout-encrypt-string.
10786 (allout-get-configvar-values): Convenience for getting a
10787 configuration variable value and handling its absence gracefully.
10788
10789 2006-08-11 Romain Francoise <romain@orebokech.com>
10790
10791 * obsolete/zone-mode.el: Delete.
10792
10793 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
10794
10795 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
10796
10797 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
10798
10799 * emacs-lisp/bindat.el (bindat-ip-to-string):
10800 Use `format-network-address' if possible.
10801
10802 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10803
10804 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
10805
10806 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
10807
10808 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
10809 restore unread-command-events here.
10810 (edebug-display): Do it here, to detect sit-for interruptions.
10811
10812 2006-08-10 Romain Francoise <romain@orebokech.com>
10813
10814 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
10815 (dns-mode-soa-auto-increment-serial): New user option.
10816 (dns-mode-soa-maybe-increment-serial): New function.
10817 (dns-mode): Add the latter to `write-contents-functions'.
10818
10819 * obsolete/zone-mode.el: Move to obsolete/ from net/.
10820 Delete autoload cookies.
10821
10822 2006-08-10 John Wiegley <johnw@newartisans.com>
10823
10824 * eshell/em-glob.el (eshell-glob-chars-list)
10825 (eshell-glob-translate-alist): Add support for [^g] in character globs.
10826
10827 2006-08-10 Richard Stallman <rms@gnu.org>
10828
10829 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
10830 (facemenu-set-face): Doc fix.
10831 (facemenu-listed-faces): Doc fix.
10832
10833 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
10834
10835 * avoid.el (mouse-avoidance-animating-pointer): New var.
10836 (mouse-avoidance-nudge-mouse): Use it.
10837 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
10838 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
10839 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
10840 Don't activate if currently animating. All callers changed.
10841
10842 2006-08-09 John Wiegley <johnw@newartisans.com>
10843
10844 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
10845 variable, which causes timeclock to report elapsed time worked,
10846 instead of just work remaining.
10847
10848 2006-08-09 Kenichi Handa <handa@m17n.org>
10849
10850 * international/latexenc.el (latexenc-find-file-coding-system):
10851 Fix for the case that the 2nd element of arg-list is a cons.
10852
10853 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
10854
10855 * info.el (Info-fontify-node): Handle preceding `in' for note
10856 reference hiding rules.
10857
10858 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10859
10860 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
10861 mistake a closing " for an opening one.
10862
10863 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10864
10865 * term/xterm.el (terminal-init-xterm): Add more key bindings.
10866
10867 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
10868
10869 * complete.el (PC-do-completion): Filter out completions matching
10870 completion-ignored-extensions before checking whether there are
10871 multiple completions.
10872 Don't use `list' unnecessarily when building completion tables.
10873
10874 2006-08-06 Richard Stallman <rms@gnu.org>
10875
10876 * help.el (describe-mode): Make minor mode list more concise.
10877
10878 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
10879
10880 * bindings.el: Give mode-line-format, mode-line-modes, and
10881 mode-line-position `standard-value' properties.
10882
10883 2006-08-05 Eli Zaretskii <eliz@gnu.org>
10884
10885 * buff-menu.el (list-buffers-noselect): For Info buffers, use
10886 "(file)node" instead of the file name.
10887
10888 2006-08-05 Richard Stallman <rms@gnu.org>
10889
10890 * faces.el (escape-glyph): Doc fix.
10891
10892 2006-08-04 Kenichi Handa <handa@m17n.org>
10893
10894 * international/mule-diag.el (describe-font): Improve docstring
10895 and error message. Use frame-parameter (not frame-parameters).
10896
10897 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10898
10899 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
10900 Correctly mark the end-of-docstring char.
10901
10902 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
10903
10904 * simple.el (line-move-to-column): Constrain move-to-column to
10905 current field.
10906
10907 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10908
10909 * font-lock.el (font-lock-beg, font-lock-end)
10910 (font-lock-extend-region-functions): New vars.
10911 (font-lock-extend-region-multiline)
10912 (font-lock-extend-region-wholelines): New functions.
10913 (font-lock-default-fontify-region): Use them.
10914 (font-lock-extend-jit-lock-region-after-change): Only round up
10915 if font-lock-default-fontify-region will do it as well.
10916
10917 * font-lock.el (font-lock-extend-after-change-region-function):
10918 Rename from font-lock-extend-region-function.
10919 (font-lock-extend-region): Remove by inlining at call sites.
10920 (font-lock-after-change-function): Don't needlessly round up to a whole
10921 number of lines.
10922 (font-lock-extend-jit-lock-region-after-change): Be more careful about
10923 the boundary conditions and the interactions between the various ways
10924 to extend the region.
10925
10926 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10927
10928 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
10929 modification status when forcing the second redisplay.
10930
10931 2006-08-03 Kim F. Storm <storm@cua.dk>
10932
10933 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
10934
10935 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10936
10937 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
10938 doesn't look like a file name.
10939
10940 * complete.el (PC-expand-many-files): Avoid signalling an error when
10941 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
10942
10943 2006-08-02 Andreas Schwab <schwab@suse.de>
10944
10945 * bindings.el (mode-line-format): Simplify reference to vc-mode.
10946
10947 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
10948
10949 * bindings.el (map): Make mode-line-buffer-identification-keymap
10950 before defining propertized-buffer-identification.
10951
10952 2006-08-01 Richard Stallman <rms@gnu.org>
10953
10954 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
10955
10956 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
10957
10958 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
10959 default value.
10960 (gdb-find-source-frame): New function.
10961 (menu): Add to menu bar.
10962
10963 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10964
10965 * font-core.el (font-lock-extend-region-function)
10966 (font-lock-extend-region): Move to font-lock.el.
10967
10968 * font-lock.el (font-lock-extend-region-function)
10969 (font-lock-extend-region): Move from font-core.el. Simplify.
10970
10971 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
10972 if needed.
10973 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
10974 (jit-lock-after-change-extend-region-functions): New hook.
10975 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
10976
10977 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
10978 (font-lock-turn-on-thing-lock): Use it.
10979
10980 * longlines.el (longlines-show-region): Make it work on read-only
10981 buffers as well.
10982
10983 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
10984
10985 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
10986
10987 2006-07-31 Richard Stallman <rms@gnu.org>
10988
10989 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
10990 (vhdl-speedbar-display-projects): Update old obsolete
10991 speedbar variable names.
10992
10993 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
10994
10995 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
10996 (gdb-stopped): Use it.
10997
10998 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
10999
11000 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
11001
11002 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
11003 for load-history elements.
11004
11005 2006-07-29 Eli Zaretskii <eliz@gnu.org>
11006
11007 * files.el (convert-standard-filename): For Cygwin, replace
11008 characters not allowed in Windows file names.
11009 (make-auto-save-file-name): Add Cygwin to the list of systems
11010 where the auto-save file name needs to be run through
11011 convert-standard-filename.
11012
11013 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
11014
11015 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
11016
11017 2006-07-28 Richard Stallman <rms@gnu.org>
11018
11019 * bindings.el (mode-line-frame-identification)
11020 (propertized-buffer-identification): Centralize the code
11021 to initialize the variable.
11022
11023 * progmodes/grep.el (grep-default-command): Catch errors from
11024 wildcard-to-regexp.
11025
11026 2006-07-29 Kim F. Storm <storm@cua.dk>
11027
11028 * progmodes/grep.el (grep-tag-default): New function.
11029 (grep-default-command, grep-read-regexp): Use it.
11030 (grep-read-files): Use car of grep-files-history or grep-files-aliases
11031 as default if nothing else applies.
11032
11033 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
11034
11035 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
11036 Throw error if buffer is not in Dired and Wdired mode, respectively.
11037
11038 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
11039
11040 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
11041 self-insert-command keys don't activate buttons.
11042 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
11043
11044 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
11045
11046 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
11047 faces for enable character.
11048
11049 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
11050
11051 * Makefile.in (recompile): Update comment to reflect change
11052 on 2004-04-21.
11053
11054 2006-07-27 Richard Stallman <rms@gnu.org>
11055
11056 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
11057 (customize-package-emacs-version): Change msg when pkg has no entry.
11058 (custom-no-edit): On a button, do like widget-button-press.
11059
11060 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11061
11062 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
11063 S-tab and C-S-tab.
11064
11065 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
11066
11067 * progmodes/which-func.el (which-function): Fix documentation/
11068 comment typo.
11069
11070 2006-07-26 Richard Stallman <rms@gnu.org>
11071
11072 * textmodes/ispell.el (ispell-word): If we replace the word,
11073 move point to the end. Insert before deleting.
11074
11075 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
11076
11077 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
11078 a timer.
11079
11080 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
11081
11082 * tumme.el (tumme-backward-image): Add prefix argument. Add error
11083 when at first image.
11084 (tumme-forward-image): Add prefix argument. Add error when at last
11085 image.
11086
11087 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
11088
11089 * tabify.el (tabify-regexp): Use more specific regexps.
11090 (tabify): Avoid modifying the buffer unnecessarily.
11091
11092 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
11093
11094 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
11095 (tumme-format-properties-string): Handle empty `buf'.
11096 (tumme-get-comment): Change variable names inside `let'.
11097 Add missing `let' variable that cause font-lock problems.
11098 (tumme-write-comments): Change variable names inside `let'.
11099 Add missing `let' variable that cause font-lock problems.
11100 (tumme-forward-image): Rename from `tumme-forward-char'.
11101 (tumme-backward-image): Rename from `tumme-backward-char'.
11102
11103 2006-07-25 Masatake YAMATO <jet@gyve.org>
11104
11105 * progmodes/ld-script.el (ld-script-keywords)
11106 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
11107 and add comments.
11108
11109 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
11110
11111 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11112 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
11113 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
11114 for status indicator.
11115
11116 2006-07-24 Richard Stallman <rms@gnu.org>
11117
11118 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
11119
11120 * subr.el (dolist, dotimes): Use interned symbols for locals.
11121 (--dotimes-limit--, --dolist-tail--): New defvars.
11122 (looking-back): Doc fix.
11123
11124 * replace.el (replace-match-string-symbols): Handle dotted lists.
11125
11126 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
11127
11128 * tumme.el (tumme-write-tags): Add.
11129 (tumme-write-comments): Add.
11130 (tumme-tag-files): Change to use `tumme-write-tags'.
11131 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
11132 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
11133 (tumme-save-information-from-widgets): Change to use
11134 `tumme-write-comments' and `tumme-write-tags'.
11135 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
11136 (tumme-write-tag): Remove.
11137 (tumme-write-comment): Remove.
11138 (tumme-display-previous-thumbnail-original): Remove empty line.
11139 (tumme-widget-list): Add punctuation.
11140
11141 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
11142
11143 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
11144
11145 2006-07-24 Daiki Ueno <ueno@unixuser.org>
11146
11147 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11148 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
11149 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
11150
11151 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
11152
11153 * mouse.el (mouse-on-link-p): Doc fix.
11154
11155 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
11156
11157 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11158 Handle "C-h f `".
11159
11160 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11161
11162 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
11163 column.
11164
11165 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
11166
11167 * textmodes/table.el: Add move-beginning-of-line and
11168 move-end-of-line to Point Motion Only Group.
11169
11170 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
11171
11172 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
11173
11174 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11175
11176 * startup.el (user-mail-address): Initialize from the `EMAIL'
11177 environment variable first. Document this.
11178 (command-line): Ditto.
11179
11180 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
11181
11182 * help-mode.el (help-function-def, help-variable-def)
11183 (help-face-def): Print a message in the minibuffer.
11184
11185 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
11186
11187 * term/xterm.el (terminal-init-xterm): Fix key bindings
11188 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
11189
11190 2006-07-21 Eli Zaretskii <eliz@gnu.org>
11191
11192 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
11193 where `(nth 1 command)' is a cons cell. Doc fix.
11194
11195 * textmodes/po.el (po-find-charset): Doc fix.
11196
11197 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
11198
11199 * allout.el (allout-unprotected, allout-e-o-prefix-p)
11200 (allout-beginning-of-current-line, allout-end-of-current-line)
11201 (allout-next-visible-heading, allout-open-topic)
11202 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
11203 (allout-flag-current-subtree, allout-show-to-offshoot)
11204 (allout-hide-current-entry, allout-show-current-branches)
11205 (allout-hide-region-body, allout-old-expose-topic)
11206 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
11207 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
11208 containing `beginning-of-line' and `end-of-line' with
11209 `inhibit-field-text-motion' t.
11210
11211 2006-07-21 Eli Zaretskii <eliz@gnu.org>
11212
11213 * frame.el (focus-follows-mouse): Document that it doesn't have
11214 any effect on MS-Windows.
11215
11216 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
11217
11218 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
11219
11220 2006-07-20 Jay Belanger <belanger@truman.edu>
11221
11222 * calc/calc.el (calc-previous-alg-entry): Remove variable.
11223
11224 * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
11225 New variables.
11226 (calc-alg-entry): Use `calc-alg-entry-history'.
11227 (calc-do-quick-calc): Use `calc-quick-calc-history'.
11228 Remove reference to `calc-previous-alg-entry'.
11229 (calcAlg-edit, calcAlg-enter): Remove reference to
11230 `calc-previous-alg-entry'.
11231 (calcAlg-previous): Use `previous-history-element' instead of
11232 `calc-previous-alg-entry'.
11233 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
11234 Change keybinding for `calcAlg-plus-minus', add keybindings for
11235 `previous-history-element' and `next-history-element'.
11236
11237 * calc/calc-rewr.el (calc-match): Remove reference to
11238 `calc-previous-alg-entry'.
11239
11240 * calc/calc-sel.el (calc-selection-history): New variable.
11241 (calc-enter-selection, calc-sel-mult-both-sides)
11242 (calc-sel-add-both-sides): Use `calc-selection-history'.
11243
11244 * calc/calc-map.el (calc-get-operator-history): New variable.
11245 (calc-get-operator): Use `calc-get-operator-history'.
11246
11247 * calc/calcalg3.el (calc-curve-fit-history): New variable.
11248 (calc-curve-fit): Use `calc-curve-fit-history'.
11249
11250 2006-07-20 Kenichi Handa <handa@m17n.org>
11251
11252 * international/mule-cmds.el (select-safe-coding-system): Fix the
11253 way of deciding eol-type of the coding system.
11254
11255 2006-07-20 Alan Mackenzie <acm@muc.de>
11256
11257 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
11258 (c-lang-setvar): New macro.
11259 (c-make-init-lang-vars-fun): Use the initialization forms in
11260 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
11261 (comment-start, comment-end, comment-start-skip): Change these from
11262 c-lang-defvar's to c-lang-setvar's.
11263
11264 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
11265 which calls make-local-variable on the elements of
11266 c-emacs-variable-inits.
11267 (c-init-language-vars-for): Call this new macro.
11268
11269 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11270
11271 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11272 Try to rule out false positives due to time stamps.
11273 (compilation-mode-font-lock-keywords): Remove rules made redundant
11274 because of the above change. Add `segmentation fault' to the known and
11275 highlighted compilation termination messages.
11276
11277 2006-07-19 Kim F. Storm <storm@cua.dk>
11278
11279 * progmodes/grep.el (grep-find-ignored-directories):
11280 Add .svn and _darcs to list.
11281
11282 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
11283
11284 * dired.el (dired-mode-map): Add key binding `C-te' for
11285 `tumme-dired-edit-comment-and-tags'.
11286
11287 * tumme.el (tumme-display-thumbnail-original-image): Make sure
11288 image display buffer is displayed before call to
11289 `tumme-display-image.
11290 (tumme-dired-display-image): Make sure image display buffer is
11291 displayed before call to `tumme-display-image.
11292 (tumme-mouse-display-image): Make sure image display buffer is
11293 displayed before call to `tumme-display-image.
11294 (tumme-widget-list): Add.
11295 (tumme-dired-edit-comment-and-tags): Add.
11296 (tumme-save-information-from-widgets): Add.
11297
11298 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11299
11300 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
11301
11302 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11303
11304 * progmodes/sh-script.el (sh-font-lock-keywords-1):
11305 Revert inadvertently installed patch hunk.
11306
11307 * progmodes/compile.el (compilation-find-file): Handle the
11308 cases where the user selects a non-existent file.
11309
11310 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11311
11312 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
11313
11314 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
11315
11316 * subr.el (sit-for): Just sleep-for if noninteractive.
11317
11318 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11319
11320 * emacs-lisp/autoload.el (make-autoload): Use new arg.
11321
11322 * custom.el (custom-autoload): Add `noset' argument.
11323 (custom-push-theme): Don't autoload the variable, let callers do it.
11324 (custom-theme-set-variables): Autoload the variable if necessary.
11325
11326 * cus-edit.el (custom-variable-state-set): If the variable was
11327 originally set outside custom, but to the same value as the default,
11328 consider it to be standard.
11329
11330 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
11331 file *before* telling Emacs to add the autoloads, in case it fails.
11332
11333 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
11334 Use `cond', push', and `dolist'.
11335
11336 2006-07-17 Richard Stallman <rms@gnu.org>
11337
11338 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
11339 Add defvars to silence warnings.
11340
11341 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
11342
11343 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11344 Don't highlight "Compiling file" messages as error.
11345
11346 * dired-aux.el (dired-compress-file): Confirm again if gzipped
11347 file already exists.
11348
11349 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
11350
11351 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
11352 entry, don't assign to free var; simply return the extracted filename.
11353 (ff-treat-as-special): Incorporate common preamble from callers.
11354 (ff-other-file-name, ff-find-the-other-file):
11355 Update call to ff-treat-as-special.
11356
11357 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
11358
11359 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
11360
11361 * tumme.el (tumme-get-comment): Fix bug.
11362
11363 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
11364
11365 * files.el: Remove spurious * in docstrings.
11366
11367 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
11368
11369 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
11370 grammar.
11371 (allout-beginning-of-current-line): Beware beginning of buffer.
11372 Also, a comment is simplified.
11373 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
11374 when appropriate. (This fix enables use for other than
11375 bullet-hotspot operation.)
11376 (allout-hide-current-subtree): While escalating to sibling-close,
11377 make sure to situate on a topic.
11378
11379 2006-07-14 Kim F. Storm <storm@cua.dk>
11380
11381 * emulation/cua-base.el (cua-delete-selection)
11382 (cua-toggle-set-mark): New defcustoms.
11383 (cua-rectangle-modifier-key): Add `alt' modifier.
11384 (cua-replace-region): Don't delete if cua-delete-selection is nil.
11385 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
11386 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
11387
11388 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
11389
11390 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
11391
11392 * allout.el: Require 'cl during byte-compilation/interactive load,
11393 for the `assert' macro.
11394 (allout-mode-deactivate-hook): New hook, run when allout mode
11395 deactivates.
11396 (allout-developer): New allout customization subgroup.
11397 (allout-run-unit-tests-on-load): New allout-developer
11398 customization variable, when true allout unit tests are run towards
11399 end of file load/eval.
11400 (allout-inhibit-auto-fill): Disable auto-fill activity even during
11401 auto-fill-mode.
11402 (allout-resumptions): Remove, to be replaced by...
11403 (allout-add-resumptions): Register variable settings to be
11404 reinstated by `allout-do-resumptions'. The settings are made
11405 buffer-local, but the locality/globality of the suspended setting
11406 is restored on resumption.
11407 (allout-do-resumptions): Reinstate all settings suspended using
11408 `allout-add-resumptions'.
11409 (allout-test-resumptions): Unit tests (and intermediate variables)
11410 for resumptions.
11411 (allout-tests-globally-unbound, allout-tests-globally-true)
11412 (allout-tests-locally-true): Intermediate variables for
11413 resumptions unit tests.
11414 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
11415 (allout-exposure-category): Replaces 'allout-overlay-category variable.
11416 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
11417 instead of retired `allout-resumptions'. For hook functions, use
11418 `local' parameter so hook settings are created and removed as
11419 buffer-local settings. Revise (resumptions) setting
11420 auto-fill-function so it is set only if already active. (The
11421 related fill-function settings are all made in either case, so
11422 that activating auto-fill-mode activity will have the custom
11423 allout-mode behaviors (hanging indent on topics, if configured for it).
11424 Remove all allout-exposure-category overlays on mode deactivation.
11425 (allout-hotspot-key-handler): New function extracted from
11426 `allout-pre-command-business', so the functionality can be used
11427 for other purposes, eg as a binding in an overlay.
11428 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
11429 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
11430 customization variable.
11431 (allout-run-unit-tests): Run the (currently quite small)
11432 repertoire of unit tests. Called just before the provide iff user
11433 has customized `allout-run-unit-tests-on-load' non-nil.
11434
11435 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
11436
11437 * emacs-lisp/authors.el (authors-aliases): Update.
11438
11439 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
11440
11441 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
11442 gdb-source-window. Add dedicated argument.
11443 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
11444 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
11445 (gdb-display-threads-buffer, gdb-display-memory-buffer)
11446 (gdb-display-locals-buffer): Use it.
11447
11448 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
11449 Set gdb-source-window.
11450
11451 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
11452
11453 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
11454 minor modes, redundant with the custom-autoload line above.
11455
11456 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
11457
11458 * longlines.el (longlines-post-command-function): Handle open-line too.
11459
11460 2006-07-12 Richard Stallman <rms@gnu.org>
11461
11462 * progmodes/grep.el (grep-last-buffer): Doc fix.
11463
11464 * info.el (Info-try-follow-nearest-node): Doc fix.
11465
11466 * emacs-lisp/edebug.el (edebug-instrument-function):
11467 Err if find-function-noselect gives no position.
11468
11469 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11470 If can't find definition, return nil for position.
11471 (find-function-do-it): Handle new return value
11472 of find-definition-noselect.
11473 (find-definition-noselect, find-variable-noselect): Doc fix.
11474 (find-function-noselect): Doc fix.
11475
11476 * help-mode.el (help-variable-def): Handle find-variable-noselect
11477 returning no position.
11478 (help-function-def): Likewise for find-function-search-for-symbol.
11479 (help-face-def): Likewise.
11480
11481 * help-fns.el (describe-variable): Handle find-variable-noselect
11482 returning no position.
11483
11484 * files.el (locate-file-completion): Avoid duplicates in result.
11485
11486 * cus-edit.el (custom-no-edit): New command.
11487 (custom-mode-map): Remap to custom-no-edit instead of
11488 using suppress-keymap.
11489
11490 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
11491
11492 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
11493 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
11494 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
11495
11496 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
11497
11498 2006-07-11 Kim F. Storm <storm@cua.dk>
11499
11500 * ido.el (ido-copy-current-file-name): Use buffer-name if
11501 buffer-file-name is nil.
11502
11503 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
11504
11505 * simple.el (undo-ask-before-discard): Set to nil.
11506
11507 * vc.el (vc-exec-after): Don't delete process manually.
11508 (vc-print-log): Run log-view-mode in process sentinel inside
11509 inhibit-read-only. Don't shrink window due to timing issues.
11510
11511 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
11512 Avoid using with-output-to-temp-buffer, which clobbers local vars.
11513
11514 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
11515
11516 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11517 Fix ambiguity introduced by last change.
11518 (compilation-find-file): Move save-excursion to where it may
11519 make sense. Fix a left over `find-file'.
11520
11521 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
11522
11523 * textmodes/texinfmt.el (texinfo-format-separate-node):
11524 Insert a string before point, which fits documentation, not after.
11525 (texinfo-multitable-item): In a multitable row, insert any
11526 additional needed @tabs and spaces.
11527
11528 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
11529
11530 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
11531 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
11532 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
11533 instead of shell-command.
11534 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
11535 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
11536 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
11537 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
11538 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
11539 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
11540
11541 2006-07-11 Kim F. Storm <storm@cua.dk>
11542
11543 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
11544 Remove special case for seconds < 0. Use (redisplay t) instead.
11545
11546 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
11547
11548 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
11549 avoid compilation error.
11550
11551 * subr.el (sit-for): New function.
11552
11553 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
11554
11555 2006-07-10 Richard Stallman <rms@gnu.org>
11556
11557 * ldefs-boot.el (edebug): Update page.
11558
11559 2006-07-10 Kim F. Storm <storm@cua.dk>
11560
11561 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
11562 to FOR-RELEASE and TODO.
11563
11564 2006-07-10 Romain Francoise <romain@orebokech.com>
11565
11566 * emacs-lisp/authors.el (authors-aliases): Update.
11567
11568 2006-07-10 Alan Mackenzie <acm@muc.de>
11569
11570 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
11571 * cc-mode.el: Changes to eradicate eval-after-load.
11572
11573 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
11574
11575 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
11576 on non-char events.
11577
11578 2006-07-09 Romain Francoise <romain@orebokech.com>
11579
11580 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11581 Don't highlight start/end markers as compilation messages.
11582
11583 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
11584 to t.
11585
11586 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
11587
11588 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
11589
11590 2006-07-08 Richard Stallman <rms@gnu.org>
11591
11592 * term/x-win.el (x-handle-display): Add doc string.
11593
11594 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11595
11596 * subr.el (def-edebug-spec): Move here.
11597 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
11598
11599 * imenu.el (imenu-choose-buffer-index): Doc fix.
11600
11601 2006-07-08 Romain Francoise <romain@orebokech.com>
11602
11603 * term/x-win.el (x-display-name): Fix typo.
11604
11605 2006-07-08 Eli Zaretskii <eliz@gnu.org>
11606
11607 * hexl.el (hexl-find-file): Doc fix.
11608
11609 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11610
11611 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
11612
11613 * term/x-win.el (x-display-name): Doc fix.
11614
11615 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11616
11617 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
11618 long prefixes.
11619 (fill-region-as-paragraph): Don't round up to a whole line.
11620 (fill-comment-paragraph): Don't include the code-before-the-comment
11621 when calling fill-region-as-paragraph.
11622
11623 * international/mule.el (make-char): Remove redundancy.
11624
11625 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
11626 property may contain an anonymous function rather than a symbol.
11627
11628 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
11629
11630 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11631 Use shy regexp. Fix incorrect backref to potentially unmatched group.
11632
11633 * dirtrack.el (dirtrack-default-directory-function): Remove.
11634 (dirtrack-directory-function): Use file-name-as-directory.
11635 (dirtrack-windows-directory-function): Simplify.
11636 (dirtrack-forward-slash, dirtrack-backward-slash)
11637 (dirtrack-replace-slash): Remove.
11638 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
11639 (dirtrack): Fix wrong parenthesizing; use match-string.
11640
11641 * progmodes/octave-inf.el: Remove spurious * in docstrings.
11642 (inferior-octave-mode): Only change the buffer-local value of
11643 comint-dynamic-complete-functions.
11644 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
11645 Move the initialization to the declaration.
11646 (inferior-octave-complete): Remove unused var `filter'.
11647
11648 * shell.el (shell-mode): Only change the buffer-local value of
11649 comint-dynamic-complete-functions.
11650
11651 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
11652
11653 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
11654 entry is skipped because it has been scheduled.
11655 (org-prepare-agenda-buffers): Don't mark buffers as modified when
11656 changing `:org-archived' and `:org-comment' properties.
11657
11658 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
11659
11660 * server.el (server-select-display): Don't make the temp frame
11661 minibuffer-only, in case it's not a temp frame.
11662 (server-process-filter): Don't delete the temp frame if it's the
11663 only one we have on that display.
11664
11665 * files.el (find-alternate-file): Doc fix.
11666
11667 2006-07-05 Richard Stallman <rms@gnu.org>
11668
11669 * files.el (abbreviate-file-name): Add save-match-data.
11670
11671 2006-07-03 Richard Stallman <rms@gnu.org>
11672
11673 * faces.el (read-face-name): Doc fix.
11674
11675 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
11676
11677 * net/goto-addr.el (goto-address): Mark as safe for local evals.
11678
11679 2006-07-05 Andre Spiegel <spiegel@gnu.org>
11680
11681 * vc.el (vc-diff-internal): Fix prev change.
11682
11683 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
11684
11685 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
11686 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
11687
11688 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11689
11690 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
11691 fails if the symbol contains chars like ( or '.
11692 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
11693 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
11694 `short'.
11695
11696 2006-07-04 Kenichi Handa <handa@m17n.org>
11697
11698 * international/mule-cmds.el (set-language-info): If LANG-ENV is
11699 the current one, don't call set-language-environment, but call one
11700 of set-language-environment-XXX to make INFO effective now.
11701 (set-language-environment): Call set-language-environment-XXX
11702 functions instead of doing the various setups directly.
11703 (set-language-environment-coding-systems): Delete argument eol-type.
11704 (set-language-environment-input-method)
11705 (set-language-environment-nonascii-translation)
11706 (set-language-environment-charset)
11707 (set-language-environment-fontset)
11708 (set-language-environment-unibyte): New functions.
11709
11710 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
11711
11712 * locate.el (locate-update-when-revert): New option.
11713 (locate-update-path): New option (suggested by Michael Albinus).
11714 (locate-prompt-for-command): Whitespace change.
11715 (locate-update): No longer offer to update the locate database by
11716 default. Implement the two new options.
11717
11718 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
11719
11720 * tooltip.el: Move comment about track-mouse...
11721
11722 * progmodes/gud.el: ...to here.
11723
11724 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
11725
11726 * facemenu.el (facemenu-listed-faces): New var.
11727 (facemenu-unlisted-faces): Variable deleted.
11728 (facemenu-add-new-face): Use facemenu-listed-faces.
11729
11730 * emulation/viper-init.el, calendar/calendar.el:
11731 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
11732
11733 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
11734
11735 * textmodes/org.el (org-mode): Remove no invalid settings for
11736 calc embedded mode.
11737 (org-mode-p): New defsubst.
11738 (org-save-all-org-buffers): New function.
11739 (org-first-headline-recenter): Enclose outline-regexp in group
11740 delimiters.
11741 (org-set-tags): Keep single space after stars.
11742
11743 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11744
11745 * window.el (set-window-text-height): Only set window-min-height to
11746 1 if that's the requested size.
11747
11748 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
11749 (diff-unified->context, diff-context->unified)
11750 (diff-reverse-direction): Make sure the end marker stays at the end.
11751 (diff-mode): Add the keymap table at the end of docstring.
11752 Use lexical-let rather than constructing a closure manually.
11753
11754 * files.el (find-file-noselect-1): Remove unused var assignment.
11755 (hack-local-variables-confirm): Print lists of strings as lists of
11756 strings rather than lists of symbols.
11757 (abbreviate-file-name, hack-local-variables-prop-line):
11758 Use match-string.
11759 (hack-one-local-variable): Move `make-local-variable' nearer its use.
11760 (recover-session-finish): Use line-end-position.
11761
11762 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
11763
11764 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
11765
11766 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
11767
11768 * progmodes/make-mode.el (makefile-macroassign-regex):
11769 Accept preceding keyword.
11770 (makefile-gmake-statements): Reorganize, now that makepp has
11771 "override" and also handle forgotten "override define".
11772 (makefile-makepp-statements): Add new "global", "override export"
11773 and "override global".
11774
11775 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
11776
11777 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
11778 (ada-compile-mouse-goto-error, ada-deactivate-properties)
11779 (ada-no-auto-case): Fix typos in docstrings.
11780
11781 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
11782
11783 * info.el (Info-find-node-2): Search for makeinfo version more
11784 carefully.
11785
11786 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
11787
11788 * textmodes/org.el (org-prepare-agenda-buffers):
11789 Use `invisible-OK' argument for `org-end-of-subtree'.
11790 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
11791 (org-beginning-of-item): Fix bug in regular expression for white line.
11792 (org-export-as-html): Enforce space after bullet in plain list items.
11793 (org-set-autofill-regexps): Require space after plain list bullet
11794 for paragraph-start.
11795 (org-ts-regexp3): New constant.
11796 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
11797 (org-timestamp-up-day, org-timestamp-down-day)
11798 (org-timestamp-change): Work with inactive timestamps.
11799 (org-ts-regexp1): Don't allow brackets in time stamps.
11800
11801 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
11802
11803 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
11804 for ignoring links.
11805
11806 * faces.el (read-face-name): Use it.
11807
11808 2006-06-28 Juri Linkov <juri@jurta.org>
11809
11810 * buff-menu.el (list-buffers-noselect): Compare Info file
11811 with the string "dir" to detect Info directory.
11812
11813 * complete.el (partial-completion-mode): In lambda for
11814 `choose-completion-string-functions' use full function signature
11815 with 4 args, and move point to the end of the minibuffer only if arg
11816 `mini-p' is non-nil.
11817
11818 2006-06-28 John Paul Wallington <jpw@pobox.com>
11819
11820 * ibuffer.el (ibuffer-mode): Doc fix.
11821
11822 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
11823
11824 * textmodes/org.el (org-context): New contexts :item-bullet,
11825 :latex-fragment, :latex-preview.
11826 (org-overlays-at, org-overlay-start, org-overlay-end):
11827 New compatibility functions.
11828 (org-inside-LaTeX-fragment-p): More accurate matching, using the
11829 exact regexp that will be used during export.
11830 (org-latex-regexps): New variable.
11831 (org-cdlatex-mode): Improve advice for `texmathp'.
11832 (turn-on-org-cdlatex): New function.
11833
11834 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11835
11836 * term/mac-win.el (mac-handle-font-selection): Change keys of
11837 mac-atsu-font-table from strings to numbers.
11838 (mac-ts-caret-position): Use also when cursor-type is nil.
11839 (mac-ts-update-active-input-area): Add Mac OS Classic support.
11840 Relax condition for using overlay strings.
11841 Use mac-ts-caret-position face when cursor-type is nil.
11842
11843 2006-06-26 Kim F. Storm <storm@cua.dk>
11844
11845 * help.el (view-emacs-news): Declare `res' in the right let* form.
11846
11847 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
11848
11849 * net/rcompile.el (remote-compile): Replace ange-ftp based
11850 implementation by Tramp functions.
11851 Suggested by Marc Abramowitz <msabramo@gmail.com>.
11852
11853 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
11854
11855 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
11856
11857 * international/fontset.el (setup-default-fontset): Fix a typo in
11858 the "Oriya-Akruti" registry name.
11859
11860 2006-06-23 Lars Hansen <larsh@soem.dk>
11861
11862 * desktop.el (desktop-full-file-name): New function.
11863 (desktop-kill, desktop-save, desktop-remove, desktop-read)
11864 (desktop-revert): Use it.
11865 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
11866 (desktop-after-read-hook): Add option list-buffers.
11867 (desktop-locals-to-save): Add tab-width.
11868 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
11869 Fix docstring.
11870
11871 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
11872
11873 * textmodes/org.el (org-cdlatex-mode-map)
11874 (org-cdlatex-texmathp-advice-is-done): New variables.
11875 (org-cdlatex-mode): New minor mode.
11876 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
11877 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
11878 (org-export-with-archived-trees): New option.
11879 (org-open-file): Remove the call to `convert-standard-filename'.
11880 (org-archive-tag, org-agenda-skip-archived-trees)
11881 (org-cycle-open-archived-trees)
11882 (org-sparse-tree-open-archived-trees): New options.
11883 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
11884 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
11885 New functions.
11886 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
11887 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
11888 (org-mode-map): Add binding for `org-toggle-archive-tag'.
11889 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
11890 Call `org-prepare-agenda-buffers'.
11891 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
11892 (org-file-apps, org-file-apps-defaults-gnu)
11893 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
11894 Handle remote files by forcing them to be opened in Emacs.
11895
11896 2006-06-23 Andre Spiegel <spiegel@gnu.org>
11897
11898 * vc.el (vc-diff-knows-L): New variable.
11899 (vc-diff-internal): Use it to handle "diff" programs that don't
11900 understand -L. This works automatically, no user action is necessary.
11901
11902 2006-06-23 Daniel Brockman <daniel@brockman.se>
11903
11904 * net/rcirc.el (rcirc-default-user-full-name): Default to
11905 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
11906 longer exists).
11907 (rcirc-process-list): Check `buffer-live-p' before attempting to
11908 switch to a buffer.
11909
11910 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
11911
11912 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
11913 based on rcirc-coding-system-alist.
11914
11915 2006-06-23 Martin Rudalics <rudalics@gmx.at>
11916
11917 * cus-edit.el (customize-apropos): A better error message.
11918 (top level) <debug-ignored-errors>: Extend and update the list of
11919 ignored error messages.
11920
11921 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
11922
11923 * complete.el (PC-do-completion): Retain capitalization of user
11924 input, when possible, even if completion-ignore-case is set.
11925
11926 2006-06-23 Eli Zaretskii <eliz@gnu.org>
11927
11928 * generic-x.el (bat-generic-mode): Support .cmd files.
11929
11930 * dos-w32.el (top level): Use find-file-not-found-functions
11931 instead of the obsolete find-file-not-found-hooks.
11932
11933 2006-06-22 Kim F. Storm <storm@cua.dk>
11934
11935 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
11936 to recognize mode name containing submodes, such as Grep/lw.
11937
11938 2006-06-21 Kim F. Storm <storm@cua.dk>
11939
11940 * simple.el (line-move-1): Check for move-end-of-line instead of
11941 end-of-line when setting temporary-goal-column.
11942
11943 2006-06-21 Miles Bader <miles@gnu.org>
11944
11945 * play/cookie1.el (cookie): Work properly when there's only one entry.
11946
11947 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
11948
11949 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
11950 (gdb-frame-handler): Generalize frame regexp for templates.
11951
11952 2006-06-20 Glenn Morris <rgm@gnu.org>
11953
11954 * calendar/appt.el (appt-display-format): Default value must be
11955 one of the customize options.
11956
11957 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
11958
11959 * term/xterm.el (terminal-init-xterm): Update key availability info.
11960 Bind C-return.
11961
11962 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
11963
11964 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
11965
11966 * files.el (hack-local-variables): Run `hack-local-variables-hook'
11967 whether or not a local variables list is defined.
11968
11969 * msb.el (msb): Move `sit-for' hack here to handle both
11970 "mouse-down and drag" and "mouse-up and select" situations.
11971 (mouse-select-buffer): Move `sit-for' hack to `msb'.
11972
11973 2006-06-20 Kenichi Handa <handa@m17n.org>
11974
11975 * international/characters.el (word-combining-categories):
11976 Add entries for 2-byte Han characters.
11977
11978 2006-06-19 Richard Stallman <rms@gnu.org>
11979
11980 * bindings.el (mode-line-format): Save some mode line space.
11981
11982 * files.el (find-file-noselect): Improve the question wording.
11983 (basic-save-buffer-2): Mask UMASK against 666.
11984
11985 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
11986 (mouse-drag-vertical-line): Call it.
11987
11988 * cus-edit.el (customize-option, customize-option-other-window):
11989 Error if SYMBOL is nil.
11990
11991 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
11992
11993 * textmodes/org.el: Require noutline, also on XEmacs.
11994 (org-end-of-subtree): Return point.
11995 (org-dblock-start-re, org-dblock-end-re): New constants.
11996 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
11997 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
11998 (org-update-all-dblocks, org-find-dblock): New functions.
11999 (org-collect-clock-time-entries): New function.
12000 (org-html-handle-time-stamps): Never export CLOCK timeranges.
12001 (org-fixup-indentation): Modify to deal correctly with lines
12002 starting with TAB. Only one argument DIFF now.
12003 (org-demote, org-promote): Call `org-fixup-indentation' with just
12004 one argument, DIFF.
12005 (org-mode): Don't mark buffer as modified when aligning tables.
12006 (org-clock-sum): Don't mark buffer modified when adding time sum
12007 properties.
12008 (org-export-as-html): Add support for a link validation function.
12009 (org-archive-all-done): New function.
12010 (org-archive-subtree): New prefix argument. When set, archive all
12011 done subtrees in this buffer.
12012 (org-remove-clock-overlays)
12013 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
12014 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
12015 (org-put-clock-overlay): Don't swallow last headline character
12016 when displaying overlay.
12017 (org-store-link): Link to `image-mode' with just the file name.
12018
12019 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
12020
12021 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
12022 Use read-key-sequence.
12023 (viper-after-change-undo-hook): Misc enhancements.
12024 (viper-after-change-undo-hook): New hook.
12025 (viper-undo): Use viper-after-change-undo-hook.
12026 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
12027 (viper-next-line-at-bol): If point is on a widget or a button, simulate
12028 clicking on that widget/button.
12029
12030 * emulation/viper.el (viper-mode): Allow a separate cursor color
12031 in Emacs state.
12032
12033 * ediff-diff.el (ediff-test-patch-utility): Catch errors.
12034 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
12035 (ediff-set-actual-diff-options): New function.
12036 (ediff-reset-diff-options, ediff-toggle-ignore-case):
12037 Use ediff-set-actual-diff-options.
12038 (ediff-extract-diffs): Catch errors.
12039 (ediff-whitespace): Add non-breakable space.
12040 (ediff-same-file-contents): Catch errors.
12041
12042 * ediff-mult.el (ediff-collect-custom-diffs):
12043 Save coding-system-for-read.
12044
12045 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
12046 (ediff-vc-internal, ediff-vc-merge-internal):
12047 Use ediff-delete-version-file.
12048 (ediff-delete-version-file): New function.
12049
12050 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
12051
12052 * ediff.el (ediff-directories, ediff-directory-revisions)
12053 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
12054 (ediff-directories-internal, ediff-merge-directory-revisions)
12055 (ediff-merge-directory-revisions-with-ancestor)
12056 (ediff-directories3): Use read-directory-name.
12057
12058 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
12059
12060 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
12061 Remove superfluous part of regexp for brace matching which is handled
12062 by `scan-lists' call.
12063
12064 2006-06-16 Richard Stallman <rms@gnu.org>
12065
12066 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
12067
12068 * files.el (basic-save-buffer-2): For a new precious file,
12069 use the default modes in the return value.
12070
12071 * facemenu.el (facemenu-color-alist): Doc fix.
12072
12073 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
12074
12075 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12076
12077 * cus-start.el (all): Add mac-ts-script-language-on-focus.
12078
12079 * term/mac-win.el (mac-text-encoding-ascii): New constant.
12080 (mac-utxt-to-string): Use it.
12081 (mac-ts-update-active-input-area): Use mac-ae-number.
12082
12083 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
12084
12085 * term.el (term-handle-scroll, term-delete-lines)
12086 (term-insert-lines): Fix off by one errors.
12087
12088 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
12089
12090 * net/tramp.el (tramp-touch): Use UTC to express time.
12091
12092 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
12093
12094 * mail/sendmail.el (mail-send): Search explicitly for
12095 mail-header-separator when checking for corrupted header lines.
12096
12097 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
12098
12099 * progmodes/gdb-ui.el (gdb-same-frame): New option.
12100 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
12101 (gdb-init-1): Initialise them.
12102 (gdb-starting): Reset gdb-printing
12103 (gdb-starting): Save value of gud-overlay-arrow-position.
12104 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
12105 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
12106 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
12107 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
12108
12109 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12110
12111 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
12112
12113 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
12114
12115 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
12116 (ldap-search-internal): Keep error messages, and a regexp fix.
12117
12118 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
12119
12120 * files.el (hack-local-variables-confirm):
12121 Display string value using its printed representation.
12122
12123 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
12124
12125 * server.el (server-edit): No-op if no server buffers exist.
12126
12127 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
12128
12129 * textmodes/page-ext.el (pages-directory-for-addresses):
12130 Including `pages-directory-address-mode' in the function results
12131 in the message "Buffer in which pages were found is deleted".
12132
12133 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
12134
12135 * textmodes/org.el (org-agenda-mode-map): Add bindings for
12136 clocking functions.
12137
12138 (org-agenda-clock-in, org-check-running-clock)
12139 (org-clock-out-if-current, org-remove-clock-overlays)
12140 (org-put-clock-overlay): New functions.
12141 (org-clock-marker, org-clock-file-total-minutes)
12142 (org-clock-overlays): New variables.
12143 (org-clock-display, org-clock-sum, org-clock-cancel)
12144 (org-clock-out, org-clock-in): New commands.
12145 (org-export): New function.
12146 (org-emph-re): New constant.
12147 (org-set-emph-re, org-do-emphasis-faces): New functions.
12148 (org-emphasis-regexp-components, org-emphasis-alist): New options.
12149 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
12150 (org-export-html-convert-emphasize): Use the configurable emphasis.
12151 (org-cleaned-string-for-export): Make multiline emphasis visible
12152 to the exporter. New optional argument PARAMETERS.
12153 (org-export-as-html): Specify :emph-multiline parameter to
12154 `org-cleaned-string-for-export'.
12155
12156 2006-06-10 Richard Stallman <rms@gnu.org>
12157
12158 * help.el (help-for-help-internal): Clean up help text.
12159
12160 2006-06-10 Andreas Schwab <schwab@suse.de>
12161
12162 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
12163 in doc string.
12164
12165 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
12166
12167 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
12168
12169 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
12170 spaces after the comment start.
12171
12172 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12173
12174 * play/pong.el (pong-init-buffer):
12175 Fill buffer with spaces instead of ^A.
12176
12177 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
12178 launched asynchronously, delete its process instead of being cool.
12179 (ispell-async-processp): Check for `delete-process' existence
12180 instead of `kill-process' one for consistency.
12181
12182 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
12183
12184 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
12185 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
12186 in mode line at startup.
12187
12188 2006-06-08 Kim F. Storm <storm@cua.dk>
12189
12190 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
12191 (ido-init-completion-maps): Bind them to M-SPC and M-v.
12192 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
12193 (ido-file-internal): Pass full file name to write-file.
12194 (ido-read-internal): Only pop stack elements automatically if they
12195 actually match an existing directory or file name.
12196
12197 2006-06-07 Kenichi Handa <handa@m17n.org>
12198
12199 * international/mule.el (find-auto-coding): Don't handle the short
12200 name `char-trans'.
12201
12202 * files.el (hack-local-variables-prop-line)
12203 (hack-local-variables): Cancel the previous change.
12204
12205 2006-06-06 Jesper Harder <harder@phys.au.dk>
12206
12207 * ediff-diff.el (ediff-test-utility): Protect against file-error.
12208
12209 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
12210
12211 * diff-mode.el (diff-mode): Set buffer-read-only to t when
12212 diff-default-read-only is non-nil.
12213 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
12214 (diff-refine-hunk): Set inhibit-read-only to t.
12215
12216 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
12217 modifying the *Diff* buffer.
12218 (diff-process-filter): New filter function for diff process that
12219 sets inhibit-read-only to t when modifying the *Diff* buffer.
12220
12221 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
12222
12223 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
12224 insertion point and control the number of empty lines.
12225 (org-paste-subtree): Limit the number of empty lines at the end of
12226 the inserted tree.
12227 (org-agenda): Use buffer name of current file for narrowing.
12228 (org-export-as-xml): Command removed.
12229 (org-export-xml-type): Option removed.
12230 (org-mode-map): Call `org-export-as-xoxo' directly.
12231 (org-get-indentation): New optional argument LINE.
12232 (org-fix-indentation, org-remove-tabs): New functions.
12233 (org-export-as-ascii, org-ascii-level-start): Determine and apply
12234 correct indentation for headlines that are converted it items.
12235 (org-skip-comments): Remove table lines that contain narrowing
12236 cookies but no other non-empty fields.
12237 (org-set-tags): Allow groups of mutually exclusive tags.
12238 (org-cmp-time): Sort 24:21 before items without time.
12239 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
12240 (org-open-at-point): Require double colon also for numbers.
12241
12242 2006-06-06 Kim F. Storm <storm@cua.dk>
12243
12244 * ido.el (ido-default-file-method, ido-default-buffer-method):
12245 Make choice values consistent with corresponding command names.
12246 (ido-visit-buffer): Update accordingly. Default to selected-window.
12247
12248 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
12249
12250 * progmodes/gud.el (gud-running): Fix doc string.
12251 (gud-menu-map): Use :visible instead fo :enable for debugger test.
12252 (gud-tooltip-modes): Add python-mode.
12253 (gud-tooltip-print-command): Add pdb. Remove perldb.
12254
12255 2006-06-05 Eli Zaretskii <eliz@gnu.org>
12256
12257 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
12258 Quote $(EMACS).
12259
12260 2006-06-05 Richard Stallman <rms@gnu.org>
12261
12262 * faces.el (defined-colors): Doc fix.
12263
12264 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
12265
12266 * vc.el (vc-process-filter): Inhibit undo info collection around
12267 call to insert.
12268 (vc-setup-buffer): Likewise for call to erase-buffer.
12269 (vc-do-command): Likewise for call to process-file.
12270
12271 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
12272
12273 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
12274 for gud-go.
12275 (gud-common-init): Other debuggers may trigger error.
12276
12277 2006-06-05 Kenichi Handa <handa@m17n.org>
12278
12279 * international/mule.el (find-auto-coding):
12280 Handle enable-character-translation in file header.
12281
12282 2006-06-04 Kim F. Storm <storm@cua.dk>
12283
12284 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
12285 (authors-fixed-entries): Fix spelling.
12286 (authors-canonical-file-name): Don't report error for wildcards.
12287
12288 * help.el (view-emacs-news): Rewrite to support new NEWS,
12289 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
12290 e.g. version 10 matches 1.10, and don't be confused by version 1.1
12291 being a prefix of 1.12 (etc). A numeric prefix arg also works.
12292
12293 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
12294
12295 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
12296 exec constructs like `foo bar`.
12297 (sh-quoted-subshell): New helper function to search for a possibly
12298 nested subshell (like `` or $()) within a "" quoted string.
12299 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
12300 (sh-apply-quoted-subshell): Flag quote characters inside a
12301 subshell, which is itself already in a quoted region, as
12302 punctuation, since this is the closest to what they actually are.
12303 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
12304 sh-apply-quoted-subshell.
12305 (sh-font-lock-syntactic-face-function): Apply the new face for
12306 text inside `` instead of the old font-lock-string-face.
12307
12308 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12309
12310 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
12311 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
12312 (mac-bytes-to-text-range, mac-ae-text-range-array)
12313 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
12314 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
12315 (mac-ts-unicode-for-key-event): New functions.
12316 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
12317 (mac-handle-font-selection): Use mac-ae-number.
12318 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
12319 New variables.
12320 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
12321 (mac-ts-converted-text, mac-ts-selected-converted-text)
12322 (mac-ts-block-fill-text, mac-ts-outline-text)
12323 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
12324 (mac-ts-hilite-style-faces): New constant.
12325 (mac-apple-event-map): Bind text input events.
12326 (mac-dispatch-apple-event): Use command-execute instead of
12327 call-interactively.
12328 (global-map): Don't bind mac-apple-event.
12329 (special-event-map): Bind mac-apple-event.
12330
12331 2006-06-02 Eli Zaretskii <eliz@gnu.org>
12332
12333 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
12334 file name.
12335 (emacs): Enclose the value of $(EMACS) in quotes.
12336
12337 2006-06-02 Juri Linkov <juri@jurta.org>
12338
12339 * international/mule.el (sgml-html-meta-auto-coding-function):
12340 Remove the condition `(search-forward "<html" size t)'.
12341 Replace `\"' with `[\"']?' in `re-search-forward'.
12342
12343 2006-06-02 Kenichi Handa <handa@m17n.org>
12344
12345 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
12346 as well as `coding'.
12347 (hack-local-variables): Likewise.
12348
12349 * international/mule.el (enable-character-translation):
12350 Put permanent-local and safe-local-variable properties.
12351 (find-auto-coding): Handle char-trans: tag.
12352
12353 2006-06-02 Juri Linkov <juri@jurta.org>
12354
12355 * international/mule.el (sgml-html-meta-auto-coding-function):
12356 Limit the search by the end of the HTML header (if any).
12357
12358 2006-06-01 Richard Stallman <rms@gnu.org>
12359
12360 * subr.el (with-current-buffer): Doc fix.
12361
12362 2006-06-02 Masatake YAMATO <jet@gyve.org>
12363
12364 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
12365 Almost rewrite. Underlines over all lines of gcov output are too
12366 uncomfortable to read. Suggested by Dan Nicolaescu.
12367
12368 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
12369
12370 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
12371
12372 * shell.el (shell-mode): Use shell-mode-map in docstring.
12373
12374 * comint.el (comint-send-input): Do not add help-echo and
12375 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
12376
12377 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12378
12379 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
12380
12381 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
12382
12383 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
12384 (gdb-stopped, gdb-info-stack-custom): If there is no source info
12385 look up the stack and pop up GUD buffer if necessary.
12386 (gdb-frames-select): Remove redundant call to gud-display-frame.
12387 (gdb-info-threads-custom): Keep point at start of buffer.
12388 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
12389
12390 2006-05-31 Juri Linkov <juri@jurta.org>
12391
12392 * replace.el (query-replace-read-from, query-replace-read-to):
12393 Bind `history-add-new-input' to nil. Call `add-to-history'.
12394
12395 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
12396
12397 * textmodes/table.el: Convert all HTML tags to lower case for
12398 XHTML compatibility.
12399
12400 2006-05-31 Masatake YAMATO <jet@gyve.org>
12401
12402 * progmodes/compile.el:
12403 (compilation-error-regexp-alist-alist::gcov-called-line):
12404 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
12405
12406 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
12407
12408 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
12409 Revert inadvertent changes made with last commit.
12410
12411 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
12412
12413 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
12414 New functions.
12415
12416 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
12417
12418 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
12419
12420 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
12421 only matches in the right place.
12422 (org-upcoming-deadline): New face.
12423 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
12424 (org-export-ascii-underline): Rename constant `org-ascii-underline'
12425 and make it an option.
12426 (org-export-ascii-bullets): New option.
12427 (org-export-as-html): Many changes to emit valid XHTML.
12428 (org-par-open): New variable.
12429 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
12430 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
12431 (org-timeline): Pass `org-timeline-show-empty-dates' to
12432 `org-get-all-dates'. Interpret empty dates returned by
12433 `org-get-all-dates'.
12434 (org-get-all-dates): New argument EMPTY. Add dates without
12435 entries to the list, mark large ranges of empty dates.
12436 (org-point-in-group, org-context): New functions.
12437
12438 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
12439
12440 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
12441
12442 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
12443 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
12444 to C-mouse-3 (for 2 button mice).
12445 (gdb-send): Do the right thing for C-d.
12446
12447 * speedbar.el (speedbar-detach): Delete.
12448 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
12449 it breaks things.
12450 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
12451
12452 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
12453
12454 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
12455 Makeppfile.
12456
12457 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12458 Add makepp diagnostic.
12459
12460 2006-05-29 Richard Stallman <rms@gnu.org>
12461
12462 * window.el (fit-window-to-buffer): Doc fix.
12463
12464 * help.el (temp-buffer-max-height): Doc fix.
12465
12466 * subr.el (with-current-buffer): Doc fix.
12467
12468 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12469
12470 * term/x-win.el: Bind F10 to menu-bar-start if available.
12471
12472 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
12473
12474 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
12475 uses with a simple test.
12476 (term-set-escape-char, term-mode, term-check-kill-echo-list)
12477 (term-send-raw-string, term-send-raw, term-mouse-paste)
12478 (term-char-mode, term-line-mode, term-exec, term-sentinel)
12479 (term-handle-exit, term-read-input-ring)
12480 (term-previous-matching-input-string)
12481 (term-previous-matching-input-string-position)
12482 (term-previous-matching-input-from-input)
12483 (term-replace-by-expanded-history, term-send-input)
12484 (term-skip-prompt, term-bol, term-send-invisible)
12485 (term-kill-input, term-delchar-or-maybe-eof)
12486 (term-backward-matching-input, term-check-source)
12487 (term-proc-query, term-emulate-terminal)
12488 (term-handle-colors-array, term-process-pager, term-pager-line)
12489 (term-pager-bob, term-unwrap-line, term-word)
12490 (term-dynamic-complete-filename)
12491 (term-dynamic-complete-as-filename)
12492 (term-dynamic-simple-complete): Replace one arm ifs with whens or
12493 unlesses.
12494
12495 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12496
12497 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
12498 during bootstrapping.
12499
12500 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
12501 Basically undo the change of 2006-05-26: use extra arguments instead of
12502 dynamic scoping.
12503 (ewoc-locate): Remove unused var `footer'.
12504
12505 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12506
12507 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
12508
12509 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
12510 (generate-file-autoloads): Obey it. Return whether autoloads were
12511 added at point or not.
12512 (update-file-autoloads): Use this new return value.
12513 Remove redundant test for the presence of an autoload cookie.
12514
12515 * emacs-lisp/autoload.el (autoload-find-file): New fun.
12516 This one calls hack-local-variables.
12517 (generate-file-autoloads, update-file-autoloads): Use it.
12518
12519 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
12520 (bibtex-sort-entry-class): Add safe-local-variable predicate.
12521 (bibtex-sort-entry-class-alist): Don't set the global value.
12522 (bibtex-init-sort-entry-class-alist): New fun.
12523 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
12524 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
12525 of bibtex-init-sort-entry-class.
12526
12527 2006-05-28 Richard Stallman <rms@gnu.org>
12528
12529 * subr.el (load-history-regexp): If FILE is relative, insist
12530 entire last name component must match it.
12531 (load-history-filename-element, load-history-regexp): Doc fixes.
12532
12533 2006-05-29 Kim F. Storm <storm@cua.dk>
12534
12535 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
12536 `pos' and `raw-data' for clarity, as eval forms may access these.
12537
12538 2006-05-28 Kim F. Storm <storm@cua.dk>
12539
12540 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
12541
12542 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12543
12544 * progmodes/make-mode.el (makefile-browser-map)
12545 (makefile-mode-syntax-table): Move initialization inside declaration.
12546 (makefile-fill-paragraph): Use the default comment-filling code.
12547
12548 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
12549
12550 * replace.el (query-replace-defaults): New variable.
12551 (query-replace-read-from): Use `query-replace-defaults' for
12552 default value, instead of history list.
12553 (query-replace-read-to): Update `query-replace-defaults'.
12554
12555 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
12556
12557 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
12558 with no X toolkit.
12559
12560 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
12561
12562 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
12563 (tumme-show-all-from-dir): Add autoload.
12564
12565 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
12566
12567 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
12568 (tumme-remove-tag): Fix bug.
12569
12570 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
12571
12572 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
12573 FOOTER args. Update unique caller.
12574 (ewoc-delete): Compute last node once before looping.
12575 (ewoc--node-branch): Merge into unique caller.
12576 (ewoc--node): Don't define constructor make-ewoc--node for this
12577 structure.
12578 (ewoc): Add member `hf-pp' to this structure.
12579 (ewoc--wrap): New func.
12580 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
12581 header/footer pretty-printers. Save header/footer pretty-printer.
12582 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
12583
12584 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
12585
12586 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
12587
12588 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
12589 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
12590 Tag'. Change "Compare directories..." to "Change Directories...".
12591 Move tumme commands to Operate, Regexp and Immediate menus.
12592 Change "Add Comment" to "Add Image Comment". Change "Add Image
12593 Tag" to "Add Image Tags".
12594
12595 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
12596 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
12597 `tumme-delete-tag'.
12598
12599 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
12600
12601 * shell.el (shell-mode): Call shell-dirtrack-mode after
12602 list-buffers-directory is made a local variable, to avoid setting
12603 the default value.
12604
12605 2006-05-26 Kevin Ryde <user42@zip.com.au>
12606
12607 * info.el (Info-index-next): Use where-is-internal to report
12608 actual binding of Info-index-next, rather than hard-coded `,'.
12609
12610 2006-05-26 Eli Zaretskii <eliz@gnu.org>
12611
12612 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
12613 and "Find Command in Manual" to here.
12614
12615 * buff-menu.el (list-buffers-noselect): For Info buffers, use
12616 Info-current-file as the file name.
12617
12618 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
12619
12620 * ses.el (defadvice undo-more): Delete this defadvice. The undo
12621 overrides will now be done a different way.
12622 (ses-set-parameter): Reapply this function for undo.
12623 (ses-set-header-row): Reconstruct header row during undo.
12624 (ses-widen): New function.
12625 (ses-goto-data, ses-reconstruct-all): Use new function.
12626 (ses-command-hook): Widen buffer during undo, before unupdating
12627 the cells.
12628 (ses-insert-row, ses-delete-row): Widen buffer during undo.
12629 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
12630 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
12631 formula hasn't been executed yet.
12632
12633 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12634
12635 * comint.el (comint-kill-whole-line): Rename arg to count.
12636 Fix doc string.
12637
12638 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
12639
12640 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
12641 to copy-file.
12642
12643 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12644
12645 * simple.el (toggle-truncate-lines): Make arg optional for
12646 backward compatibility.
12647
12648 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
12649
12650 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
12651 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
12652 DLL arg. Instead, use ewoc--current-dll. Update all callers.
12653 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
12654 (ewoc--adjust): Use ewoc--current-dll.
12655 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
12656
12657 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
12658
12659 * textmodes/org.el (org-next-item, org-previous-item): Emit more
12660 compact error message.
12661 (org-tags-view): Refresh category table in each file.
12662 (org-table-justify-field-maybe): Remove superfluous arguments to
12663 `format'.
12664 (org-export-as-html): Insert "<p>" before postamble.
12665 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
12666
12667 2006-05-26 Kenichi Handa <handa@m17n.org>
12668
12669 * textmodes/po.el (po-find-charset): Pay attention to the case
12670 FILENAME is a cons (NAME . BUFFER).
12671 (po-find-file-coding-system-guts): Likewise.
12672
12673 * arc-mode.el (archive-set-buffer-as-visiting-file):
12674 Call find-operation-coding-system with (FILENAME . BUFFER).
12675
12676 * tar-mode.el (tar-extract): Call find-operation-coding-system
12677 with (FILENAME . BUFFER).
12678
12679 * international/mule.el (decode-coding-inserted-region):
12680 Call find-operation-coding-system with (FILENAME . BUFFER).
12681
12682 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
12683
12684 * image-mode.el (image-toggle-display): Use buffer contents to
12685 generate image for a remote file.
12686
12687 2006-05-25 Juri Linkov <juri@jurta.org>
12688
12689 * replace.el (query-replace-read-from, query-replace-read-to):
12690 Remove 8th arg KEEP-ALL in read-from-minibuffer.
12691
12692 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
12693
12694 * whitespace.el (whitespace-cleanup): Change to cleanup
12695 region if one is active.
12696 * whitespace.el (whitespace-cleanup-internal): New internal method.
12697
12698 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12699
12700 * dired.el (dired-mode-map): Add help-echo strings to tumme
12701 commands. Bind `tumme-dired-display-image' to C-t i.
12702
12703 * tumme.el (tumme-display-image): Change documentation string slightly.
12704 (tumme-dired-display-image): Add call to `display-buffer'.
12705
12706 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
12707
12708 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
12709 Signal error if RAW-DATA is a multibyte string.
12710
12711 2006-05-24 Richard Stallman <rms@gnu.org>
12712
12713 * subr.el (with-local-quit): When handling `quit' signal,
12714 make a chance for quit-flag to cause a quit.
12715
12716 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
12717 (ad-disable-advice): Add autoloads.
12718
12719 * subr.el (read-passwd): Copy PROMPT before changing its properties.
12720
12721 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12722
12723 * dired.el (dired-mode-map): Change menu items for tumme as per
12724 suggestions in emacs-devel.
12725
12726 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
12727
12728 * dired.el (dired-mode-map): Fix breakage.
12729
12730 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12731
12732 * tumme.el (tumme-display-dired-image): Rename to...
12733 (tumme-dired-display-image): ...this.
12734 (tumme-track-movement): Change default value to t.
12735 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
12736 used from `tumme-next-line-and-display' and similar commands.
12737
12738 * dired.el (dired-mode-map): Add Thumbnail submenu under the
12739 Immediate menu. Add some tumme commands there.
12740
12741 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
12742
12743 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
12744
12745 2006-05-24 Chong Yidong <cyd@mit.edu>
12746
12747 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
12748 menu entries that open submenus.
12749
12750 2006-05-24 Alan Mackenzie <acm@muc.de>
12751
12752 * startup.el (command-line): For names of preloaded files, don't
12753 append ".elc" (now done in Fload), and call file-truename on the
12754 lisp directory.
12755
12756 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
12757 match ANY loaded file with the right name, not just those in
12758 load-path. Put a regexp matching the file name into
12759 after-load-alist, rather than the name itself.
12760
12761 * subr.el (load-history-regexp, load-history-filename-element)
12762 (do-after-load-evaluation): New functions.
12763
12764 * international/mule.el (load-with-code-conversion): Do the
12765 eval-after-load stuff by calling do-after-load-evaluation.
12766
12767 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
12768
12769 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
12770 has not been killed.
12771
12772 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12773
12774 * term/mac-win.el: Set idle timer to clean up expired Apple events.
12775 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
12776 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
12777 Optionally set error message in reply.
12778
12779 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
12780
12781 * textmodes/org.el (org-open-at-point): Use renamed variable
12782 `org-confirm-shell-link-function'.
12783 (org-confirm-shell-link-function): Rename from
12784 `org-confirm-shell-links'.
12785 (org-export-directory): New function.
12786 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
12787 (org-export-icalendar): Use `org-export-directory'.
12788 (org-indent-item): Keep cursor position.
12789 (org-link-file-path-type): New option.
12790 (org-export-as-html): Fix bug with plain lists starting in
12791 column 0.
12792 (org-export-as-html): Remove deadline formatting, this happens
12793 now already in `org-html-handle-time-stamps'.
12794 (org-export-html-style): Deadline class removed.
12795 (org-insert-labeled-timestamps-at-point): New option.
12796 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
12797 of `hide-sublevels 1', in case the first headline is not level 1.
12798 (org-overview, org-content): New fuction.
12799 (org-cycle-global-status, org-cycle-subtree-status): Make these
12800 variables buffer-local.
12801 (org-global-cycle): New command.
12802 (org-shifttab): Use `org-global-cycle'.
12803 (org-insert-heading, org-insert-item): Go to end of new
12804 headline/item after creating it.
12805 (org-export-visible): Rename from `org-export-copy-visible'.
12806 Now creates a temporary org-file and applies an exporting command
12807 to it.
12808 (org-table-eval-formula): Support for lisp forms.
12809 (org-agenda-todo-ignore-scheduled): New option.
12810 (org-agenda-get-todos): Use new option
12811 `org-agenda-todo-ignore-scheduled'.
12812 (org-export-html-inline-images): New value `maybe'.
12813 (org-export-as-html): Inlining of images dependent on link description.
12814 (org-archive-subtree): Check for end-of-buffer before trying
12815 `kill-line'.
12816 (org-agenda-follow-mode): New option.
12817 (org-export-with-tags, org-export-with-timestamps): New options.
12818 (org-html-handle-time-stamps): New function.
12819 (org-keyword-time-regexp): New variable.
12820 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
12821 (org-agenda-todo-list-sublevels): New option.
12822 (org-html-level-start): When TITLE is nil, just close all levels.
12823 (org-parse-key-lines, org-parse-export-options): Remove functions,
12824 replaced by `org-infile-export-plist'.
12825 (org-combine-plists, org-infile-export-plist)
12826 (org-default-export-plist): New functions.
12827 (org-export-html-preamble, org-export-html-postamble)
12828 (org-export-html-auto-preamble, org-export-html-auto-postamble):
12829 New variables.
12830 (org-export-publishing-directory): New option.
12831 (org-export-as-html, org-export-as-ascii): Use the new property
12832 lists for settings.
12833 (org-export-copy-visible, org-export-as-xoxo):
12834 Respect `org-export-publishing-directory'.
12835 (org-link-search, org-store-link, org-file-apps): Support for
12836 links to BibTeX database entries..
12837 (org-get-current-options, org-set-regexps-and-options):
12838 Implement logging as a startup option.
12839 (org-store-link): Make sure context string is never empty
12840 (org-insert-link): Use relative path when possible.
12841 (org-at-item-checklet-p): New function.
12842 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
12843 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
12844 (org-metaright, org-metaup, org-metadown, org-shiftup)
12845 (org-shiftdown, org-shiftright, org-shiftleft)
12846 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
12847 Dispatch using `call-interactively'.
12848 (org-call-with-arg): New defsubst.
12849 (org-tag-alist, org-use-fast-tag-selection): New options.
12850 (org-complete): Use `org-tag-alist'.
12851 (org-fast-tag-insert, org-fast-tag-selection): New functions.
12852 (org-next-item, org-previous-item): New commands.
12853 (org-beginning-of-item, org-end-of-item): Add (interactive) to
12854 make command.
12855 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
12856
12857 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
12858
12859 * emacs-lisp/ewoc.el (ewoc-delete): New function.
12860 (ewoc-filter): Use `ewoc-delete'.
12861
12862 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
12863
12864 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
12865
12866 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
12867 Signal more user-friendly error messages.
12868
12869 * complete.el (PC-do-completion): Undo the addition of implicit
12870 wildcards if they did not lead to finding any match.
12871 (read-file-name-internal): Don't add the final > if the completion is
12872 not finished.
12873
12874 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
12875
12876 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
12877 Quote safe-local-variable predicate.
12878
12879 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
12880
12881 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
12882
12883 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12884
12885 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
12886
12887 * progmodes/make-mode.el (makefile-special-targets-list)
12888 (makefile-macro-table, makefile-target-table): Mark as risky.
12889 (makefile-query-one-target-method): Make this the alias for the
12890 following variable.
12891 (makefile-query-one-target-method-function): Make this the real name.
12892
12893 * textmodes/artist.el (artist-text-renderer): Make this the alias
12894 for the following variable.
12895 (artist-text-renderer-function): Make this the real name.
12896
12897 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
12898 the alias for the following variable.
12899 (flyspell-generic-check-word-predicate): Make this the real name.
12900
12901 * textmodes/ispell.el (ispell-format-word): Make this the alias
12902 for the following variable.
12903 (ispell-format-word-function): Make this the real name.
12904 (ispell-message-text-end): Mark as risky.
12905
12906 * skeleton.el (skeleton-transformation, skeleton-filter)
12907 (skeleton-pair-filter): Make these the aliases for the following
12908 variables.
12909 (skeleton-transformation-function, skeleton-filter-function)
12910 (skeleton-pair-filter-function): Make these the real names.
12911
12912 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
12913 and skeleton-pair-filter-function.
12914
12915 * textmodes/sgml-mode.el (sgml-transformation): Make this the
12916 alias for the following variable.
12917 (sgml-transformation-function): Make this the real name.
12918 (sgml-tag-alist): Mark as risky.
12919
12920 2006-05-21 Richard Stallman <rms@gnu.org>
12921
12922 * simple.el (kill-region): Interactively, pass point, then mark.
12923
12924 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
12925
12926 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
12927
12928 2006-05-21 Romain Francoise <romain@orebokech.com>
12929
12930 * dired-x.el (dired-mode-map): Don't bind M-g.
12931
12932 2006-05-20 Richard Stallman <rms@gnu.org>
12933
12934 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
12935 (dired-goto-file): Doc fix.
12936
12937 2006-05-21 Kim F. Storm <storm@cua.dk>
12938
12939 * emulation/cua-base.el: Mention customizing cua-mode as alternative
12940 way to enable built-in cua-mode if user loads older CUA-mode package.
12941
12942 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
12943 if default-filename is specified.
12944
12945 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12946
12947 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
12948
12949 * info.el (info-apropos): Make sure current-file and current-node
12950 have non-nil values. Speed up by using add-to-list instead of
12951 manual consing.
12952
12953 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12954
12955 * progmodes/make-mode.el (makefile-mode): Doc fix.
12956
12957 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12958
12959 * dired-aux.el (dired-do-shell-command): Doc fix.
12960
12961 2006-05-20 Kevin Ryde <user42@zip.com.au>
12962
12963 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
12964 ``(custom-manual :tag "Foo" "(foo)Node")''.
12965
12966 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
12967
12968 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
12969 value is an integer.
12970
12971 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12972
12973 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
12974 "format".
12975 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
12976
12977 2006-05-20 Martin Rudalics <rudalics@gmx.at>
12978
12979 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
12980 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
12981
12982 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
12983
12984 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
12985 regexp for keywords.
12986
12987 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
12988
12989 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
12990 replace-regexp-in-string.
12991
12992 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
12993 encode, and escape file name on conversion to URL.
12994
12995 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12996
12997 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
12998 Don't unescape URL.
12999 (dnd-get-local-file-name): Unescape URL on conversion to file name.
13000
13001 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
13002 on conversion to URLs.
13003
13004 * net/browse-url.el (browse-url-file-url): Encode file name on
13005 conversion to URL.
13006
13007 * term/mac-win.el (mac-ae-open-documents): Escape file name on
13008 conversion to URL.
13009
13010 2006-05-19 Eli Zaretskii <eliz@gnu.org>
13011
13012 * progmodes/cc-styles.el (c-style-alist): Doc fix.
13013
13014 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13015
13016 * term/mac-win.el (mac-bytes-to-digits): Remove function.
13017 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
13018
13019 2006-05-19 Glenn Morris <rgm@gnu.org>
13020
13021 * calendar/diary-lib.el (diary-bahai-date)
13022 (list-bahai-diary-entries, mark-bahai-diary-entries)
13023 (mark-bahai-calendar-date-pattern): Not interactive.
13024 (add-to-diary-list): New optional arg LITERAL. Doc fix.
13025 (diary-entries-list): Change format of 4th element in each entry.
13026 (diary-list-entries): Use add-to-diary-list.
13027 (diary-goto-entry): Handle the case where the buffer visiting the
13028 diary has been killed.
13029 (fancy-diary-display): Add 'locator to button rather than 'marker.
13030 Only generate temp-face when there are marks to apply.
13031 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
13032 (diary-fancy-date-pattern): New variable.
13033 (diary-time-regexp): Doc fix.
13034 (diary-anniversary, diary-time): New faces.
13035 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
13036 diary-time-regexp. Add font-lock-multiline property where needed.
13037 Use new faces diary-anniversary and diary-time.
13038 (diary-fancy-font-lock-fontify-region-function): New function, to
13039 handle multiline font-lock pattern in fancy diary.
13040 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
13041 (diary-font-lock-keywords): Tweak time regexp. Use new face
13042 diary-time.
13043
13044 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
13045
13046 * international/code-pages.el (mik): Table corrected.
13047
13048 2006-05-18 Kim F. Storm <storm@cua.dk>
13049
13050 * progmodes/grep.el (grep-find): Don't check grep-find-command
13051 before running command (breaks non-interactive usage).
13052
13053 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
13054
13055 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
13056 (ewoc--insert-new-node): Don't insert trailing newline.
13057 Instead, adjust successor nodes's start markers.
13058 (ewoc--refresh-node): Delete all text from current node's start
13059 marker to the next one's; adjust successor nodes's start markers.
13060 (ewoc--create): Doc fixes.
13061 (ewoc--refresh): Don't insert newline.
13062 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
13063 * pcvs.el (cvs-make-cvs-buffer):
13064 Specify extra newline for ewoc's header and footer.
13065 (cvs-update-header): Update initial header recognition.
13066 Append newline to final header and footer values.
13067 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
13068
13069 2006-05-17 Richard Stallman <rms@gnu.org>
13070
13071 * files.el (file-name-extension): Doc fix.
13072
13073 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13074
13075 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
13076 we can explicitly enable/disable rather than toggle.
13077 (shell-mode): Use it.
13078 (shell-cd): Don't try to reproduce what `cd' does.
13079
13080 2006-05-17 Kim F. Storm <storm@cua.dk>
13081
13082 * ido.el (ido-read-internal): Use only nondirectory part of
13083 default item.
13084
13085 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
13086
13087 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
13088 (ewoc-nth): Doc fix.
13089
13090 (ewoc-map, ewoc-invalidate): Compute PP before looping.
13091
13092 2006-05-16 Eli Zaretskii <eliz@gnu.org>
13093
13094 * international/mule.el (auto-coding-alist): Add .lha to files
13095 read with no-conversion.
13096
13097 * files.el (auto-mode-alist): Add .lha files to archive file
13098 extensions.
13099
13100 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
13101 Convert csize to integer when computing offsets within the
13102 compressed archive file.
13103
13104 2006-05-16 Kim F. Storm <storm@cua.dk>
13105
13106 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
13107 with read-from-minibuffer.
13108
13109 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
13110
13111 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
13112 (byte-compile-warnings): Fix safe-local-variable property.
13113
13114 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
13115
13116 * allout.el (allout-show-bodies, allout-old-style-prefixes)
13117 (allout-stylish-prefixes, allout-numbered-bullet)
13118 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
13119 predicates to qualify `safe-local-variable' property, when
13120 available, else use equivalent lambda.
13121 (allout-current-topic-collapsed-p): Do the right thing regarding
13122 trailing blank lines.
13123
13124 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13125
13126 * server.el (server-start): Only create a directory if needed.
13127 (server-edit, server-unload-hook): server-start => server-mode.
13128 (kill-emacs-hook): Cleanup upon exit.
13129
13130 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13131
13132 * hexl.el (hexlify-buffer): Encode process arguments manually.
13133
13134 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
13135
13136 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
13137 call to gdb-tooltip-print.
13138
13139 2006-05-15 Romain Francoise <romain@orebokech.com>
13140
13141 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
13142 systems, default to "tar" since those systems probably have GNU tar.
13143
13144 2006-05-14 Lars Hansen <larsh@soem.dk>
13145
13146 * desktop.el (desktop-missing-file-warning): Fix docstring.
13147 (desktop-restore-file-buffer): Correct question asked on missing file.
13148
13149 2006-05-14 Kim F. Storm <storm@cua.dk>
13150
13151 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
13152 Add CUA move property.
13153
13154 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
13155
13156 * custom.el (custom-push-theme): Load the variable before checking
13157 its `standard-value'.
13158
13159 2006-05-13 Lars Hansen <larsh@soem.dk>
13160
13161 * desktop.el (desktop-save): Use with-temp-buffer.
13162
13163 2006-05-12 Glenn Morris <rgm@gnu.org>
13164
13165 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
13166 * calendar/calendar.el (calendar-mode-map):
13167 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
13168 * calendar/appt.el (appt-check, appt-make-list): Refer to
13169 diary-view-entries, diary-list-entries, diary-show-all-entries
13170 rather than obsolete aliases.
13171
13172 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
13173
13174 * simple.el (line-move-finish): Avoid calling point motion hooks
13175 while processing intangibility.
13176
13177 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
13178
13179 * term/xterm.el (terminal-init-xterm): Fix typo.
13180
13181 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
13182
13183 * allout.el (allout-view-change-hook): Mark as being deprecated,
13184 to be replaced by `allout-exposure-change-hook'.
13185 (allout-exposure-change-hook): New, replacing
13186 `allout-view-change-hook'.
13187 (allout-flag-region): Run new hook `allout-exposure-change-hook',
13188 in addition to `allout-view-change-hook'.
13189 (allout-show-bodies, allout-old-style-prefixes)
13190 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
13191 lambda forms to prevent their showing up in variable help
13192 presentations as inscrutable byte-compiled code.
13193 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
13194 Use string-or-null-p to qualify safe-local-variable values.
13195 (allout-reindent-bodies): Use memq to qualify matches against
13196 valid safe-local-variable values. Also, quote the lambda as above.
13197 (allout-use-mode-specific-leader): Add missing candidate-value
13198 symbols, use memq, and quote the lambda.
13199 (allout-overlay-interior-modification-handler): Remove unused
13200 variables `msg' and 'opened'.
13201 (allout-hidden-p): Constrain invisibility consideration to allout's
13202 invisibility spec, disregarding invisibility for other reasons.
13203
13204 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
13205
13206 * files.el (version-control): Correct safe values.
13207
13208 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
13209
13210 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
13211
13212 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
13213 (ewoc--insert-new-node): New func.
13214 Update callers of deleted funcs to use it, instead.
13215
13216 2006-05-11 Glenn Morris <rgm@gnu.org>
13217
13218 * calendar/calendar.el (diary-show-all-entries): Do not refer to
13219 obsolete alias `show-all-diary-entries'.
13220 (make-diary-entry): Not interactive.
13221 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
13222 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
13223 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
13224 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
13225 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
13226 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
13227
13228 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13229
13230 * calendar/calendar.el (calendar-french-date-string)
13231 (calendar-mayan-date-string, calendar-chinese-date-string)
13232 (calendar-astro-date-string, calendar-iso-date-string)
13233 (calendar-islamic-date-string, calendar-bahai-date-string)
13234 (calendar-hebrew-date-string, calendar-coptic-date-string)
13235 (calendar-ethiopic-date-string, calendar-persian-date-string):
13236 These functions are not interactive.
13237
13238 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
13239
13240 * files.el: Balance parentheses.
13241
13242 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
13243
13244 * files.el, newcomment.el, outline.el, simple.el,
13245 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
13246 * progmodes/cc-vars.el, progmodes/compile.el:
13247 Move `safe-local-variable' declarations to the respective files.
13248
13249 * help-fns.el (describe-variable): Don't print safe-var if it is
13250 byte-code. Improve wording as suggested by Luc Teirlinck.
13251
13252 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
13253
13254 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
13255 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
13256 Use a token for pending-triggers to ensure gdb-var-update
13257 gets called once per user input again for pre-GDB 6.4.
13258 (gdb-var-delete): Match on more complex expressions.
13259 (gdb-var-list-children-handler, gdb-var-create-handler):
13260 Use a token for consistency.
13261
13262 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
13263
13264 * textmodes/org.el (org-read-date, org-goto-calendar)
13265 (org-agenda-goto-calendar):
13266 Bind `view-calendar-holidays-initially' to nil.
13267
13268 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
13269
13270 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
13271 Update all callers to do it there, instead.
13272
13273 2006-05-10 Glenn Morris <rgm@gnu.org>
13274
13275 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
13276 prefix arg case, to avoid view-diary-entries-initially error.
13277 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
13278 (calendar-date-is-legal-p): Handle dates with no day part.
13279
13280 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
13281
13282 * comint.el (comint-insert-input): Just make it when
13283 comint-use-prompt regexp is nil (default) and with the mouse.
13284 (comint-copy-old-input): Reinstate from 2004-06-23.
13285 (comint-mode-map): Bind C-c C-m to it.
13286
13287 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
13288
13289 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
13290 Remove spurious move to point-max (new comint behavior fixes).
13291
13292 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
13293 compatibility function (Emacs 18/19).
13294 (idlwave-is-continuation-line): Always return point at start of
13295 previous non-blank continuation line.
13296 (keyword-parameters): Fix continued comment font-lock matcher.
13297 (idlwave-font-lock-fontify-region): Written, use as
13298 font-lock-fontify-region-function, to fix continued keyword
13299 fontification issues.
13300
13301 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13302
13303 * term/mac-win.el (mac-font-panel-mode): Doc fix.
13304 (mac-service-selection, mac-service-open-file)
13305 (mac-service-open-selection, mac-service-mail-selection)
13306 (mac-service-mail-to, mac-service-insert-text): Rename from
13307 mac-services-*. All uses changed.
13308 (mac-apple-event-map): Rename event symbol `services' to `service'.
13309
13310 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
13311
13312 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
13313 (ewoc--node-enter-first, ewoc--node-enter-last)
13314 (ewoc--delete-node-internal): Merge funcs into unique callers.
13315
13316 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
13317
13318 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
13319 return value of read-from-minibuffer for empty input.
13320
13321 2006-05-09 Miles Bader <miles@gnu.org>
13322
13323 * comint.el (comint-insert-input): Remove redundant calls to setq
13324 and goto-char.
13325
13326 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
13327
13328 * comint.el (comint-insert-input): Make it work when
13329 comint-use-prompt-regexp is t.
13330
13331 2006-05-10 Miles Bader <miles@gnu.org>
13332
13333 * subr.el (field-at-pos): New function.
13334
13335 * comint.el (comint-insert-input): Use it.
13336
13337 2006-05-09 Juri Linkov <juri@jurta.org>
13338
13339 * battery.el (battery-linux-proc-acpi): Also try
13340 `/proc/acpi/thermal_zone/THR2/temperature'.
13341
13342 * files.el <safe-local-variable>: Remove `eval' and `let' binding
13343 for now unused lambda `string-or-null'.
13344
13345 * add-log.el (change-log-default-name): Put `string-or-null-p'
13346 instead of lambda on `safe-local-variable' property.
13347
13348 * diff-mode.el (diff-context->unified): Use `region-beginning' and
13349 `region-end' instead of `mark' and `point'.
13350 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
13351 Operate on region in Transient Mark mode when the mark is active.
13352 Use `region-beginning' and `region-end' instead of `mark' and
13353 `point'.
13354 (diff-hunk-text, diff-goto-source): Doc fix.
13355
13356 * startup.el (fancy-splash-screens, normal-splash-screen): Use
13357 face `mode-line-buffer-id' for mode-line buffer face instead of
13358 hard-coded `(:weight bold)'.
13359
13360 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
13361 buffer-undo-list to t (undo-ask is reproducible by visiting
13362 nested archives).
13363
13364 2006-05-09 Kim F. Storm <storm@cua.dk>
13365
13366 * progmodes/grep.el (rgrep): Set default directory of *grep*
13367 buffer if we start M-x rgrep in the *grep* buffer and choose
13368 a different base directory.
13369
13370 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
13371
13372 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
13373 completion also when ido is loaded.
13374
13375 2006-05-09 Masatake YAMATO <jet@gyve.org>
13376
13377 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
13378 "warning" and "import".
13379 (cpp-font-lock-keywords): Added "warning".
13380
13381 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
13382
13383 * term/xterm.el (terminal-init-xterm): Add more key bindings.
13384
13385 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13386
13387 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
13388 pages at a time, if we signal the end, we should indeed reach that end.
13389
13390 2006-05-08 David Reitter <david.reitter@gmail.com>
13391
13392 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
13393 output during execution of the body.
13394
13395 2006-05-08 Kim F. Storm <storm@cua.dk>
13396
13397 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
13398
13399 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
13400
13401 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
13402 Use with-current-buffer.
13403
13404 2006-05-07 Kim F. Storm <storm@cua.dk>
13405
13406 * subr.el (add-to-history): Remove keep-dups arg.
13407
13408 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
13409 to nil around call to add-to-history.
13410
13411 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13412
13413 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
13414 than after a buffer modification.
13415
13416 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
13417
13418 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
13419 call to...
13420 (gud-watch): ...here so speedbar is raised for already watched
13421 expressions.
13422 (gdb-speedbar-refresh): Delete function.
13423 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
13424 Use speedbar-timer-fn instead of speedbar-refresh (reverting
13425 earlier change).
13426 (gdb-var-evaluate-expression-handler)
13427 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
13428
13429 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
13430 Update localized contents for all buffers except ignored modes.
13431
13432 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13433
13434 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
13435 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
13436 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
13437 (mac-handle-font-panel-closed, mac-handle-font-selection):
13438 New functions.
13439 (mac-font-panel-mode): New minor mode.
13440 (mac-apple-event-map): Add bindings for toolbar toggle button and
13441 font panel.
13442 (menu-bar-showhide-menu): Add mac-font-panel-mode.
13443
13444 2006-05-07 John Paul Wallington <jpw@pobox.com>
13445
13446 * ibuffer.el (ibuffer-compressed-file-name-regexp):
13447 Avoid `regexp-opt'; simplify regexp for readability.
13448
13449 2006-05-06 Eli Zaretskii <eliz@gnu.org>
13450
13451 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
13452 * files.el (buffer-stale-function):
13453 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13454 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
13455 links to the main manual, not to emacs-xtra.
13456
13457 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13458
13459 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
13460 MacJapanese if text is ASCII-only.
13461
13462 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
13463
13464 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
13465 unless so nil isn't returned.
13466 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
13467
13468 2006-05-06 Kim F. Storm <storm@cua.dk>
13469
13470 * subr.el (add-to-history): New function.
13471
13472 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
13473 (ediff-merge-files-with-ancestor):
13474 * env.el (setenv):
13475 * isearch.el (isearch-update-ring):
13476 * server.el (server-visit-files):
13477 * progmodes/grep.el (lgrep, rgrep):
13478 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
13479 * progmodes/xscheme.el (xscheme-insert-expression):
13480 Use add-to-history.
13481
13482 * kmacro.el (kmacro-push-ring): Use add-to-history.
13483 (kmacro-ring-length): Remove unused defun.
13484 (kmacro-start-macro): Use kmacro-push-ring.
13485
13486 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
13487
13488 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
13489 directly instead of a lambda expression that calls it.
13490
13491 2006-05-06 Kim F. Storm <storm@cua.dk>
13492
13493 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
13494 instead of compute-motion.
13495
13496 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
13497
13498 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
13499 change.
13500
13501 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
13502
13503 * startup.el (command-line-1): Refer to "Pure Storage" on
13504 pure-space-overflow.
13505
13506 2006-05-05 Martin Rudalics <rudalics@gmx.at>
13507
13508 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
13509 provided faces once they all have been used up.
13510
13511 2006-05-05 Eli Zaretskii <eliz@gnu.org>
13512
13513 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
13514 reference to the Lisp manual to the warning about pure space
13515 overflow.
13516
13517 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13518
13519 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
13520 argument to avoid the call to `ispell-internal-change-dictionary'
13521 when not needed.
13522 (ispell-change-dictionary): Use this argument and call
13523 `ispell-internal-change-dictionary' after the possible change
13524 to `ispell-local-dictionary'.
13525 (ispell-internal-change-dictionary): Check for a change in
13526 personal dictionary use too.
13527
13528 2006-05-05 Eli Zaretskii <eliz@gnu.org>
13529
13530 * startup.el (command-line): On MS-Windows, probe "~", not
13531 "~USER", for warning about non-existent home directory.
13532
13533 * arc-mode.el (archive-l-e): New optional argument `float' means
13534 generate a float value.
13535 (archive-arc-summarize, archive-lzh-summarize)
13536 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
13537 with 3rd argument non-nil when file's size is being computed.
13538 Format the file sizes with %8.0f instead of %8d.
13539
13540 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13541
13542 * cus-start.el (all): Add mac-dnd-known-types.
13543
13544 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
13545 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
13546 (mac-TIFF-to-string): New functions.
13547 (x-get-selection, x-selection-value)
13548 (mac-select-convert-to-string): Use them.
13549 (mac-text-encoding-mac-japanese-basic-variant): New constant.
13550 (mac-dnd-types-alist): New customization variable.
13551 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
13552 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
13553 (mac-dnd-handle-drag-n-drop-event): New functions.
13554 (mac-drag-n-drop): Remove function.
13555 (global-map): Bind drag-n-drop and M-drag-n-drop to
13556 mac-dnd-handle-drag-n-drop-event.
13557
13558 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
13559
13560 * progmodes/perl-mode.el (perl-beginning-of-function):
13561 Skip anonymous subs.
13562
13563 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
13564
13565 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
13566 regexp-opt at run time.
13567
13568 * term.el (term-handle-ansi-escape): Fix off by one error.
13569
13570 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
13571
13572 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
13573 (gdb-init-1, gdb-post-prompt): ...and references to it.
13574 (gdb-frame-handler): Strip directory name from filename if present.
13575
13576 * progmodes/gud.el (gdb-force-update): Delete defvar
13577 (gud-speedbar-buttons): ...and references to it. Use window-start
13578 to try to keep positon in watch expression.
13579
13580 2006-05-03 Richard Stallman <rms@gnu.org>
13581
13582 * simple.el (next-history-element, previous-history-element): Doc fix.
13583
13584 * isearch.el (isearch-update-ring): Doc fix.
13585
13586 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
13587
13588 * isearch.el (isearch-update-ring): Take history-delete-duplicates
13589 into consideration. Replace one arm ifs with whens.
13590
13591 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
13592
13593 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
13594 (menu): Fix typo.
13595
13596 2006-05-02 Miles Bader <miles@gnu.org>
13597
13598 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
13599
13600 2006-05-02 Jay Belanger <belanger@truman.edu>
13601
13602 * calc/calc-embed.el (calc-override-minor-modes-map)
13603 (calc-override-minor-modes): New variables.
13604 (calc-do-embedded): Make sure that Calc keystrokes aren't
13605 overwritten by minor modes.
13606
13607 2006-05-02 Chong Yidong <cyd@mit.edu>
13608
13609 * msb.el (msb): If EVENT is a down event, read and discard the up event.
13610
13611 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
13612
13613 * startup.el (command-line-1): Refer to Lisp manual when
13614 pure-space-overflow occurs.
13615
13616 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
13617 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
13618 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
13619 (version-control): Don't use `t' for safe-local-variable declarations.
13620
13621 2006-05-01 Richard Stallman <rms@gnu.org>
13622
13623 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
13624 M-r, M-R, M-A, M-SPC or M-DEL.
13625 (diff-mode-map): diff-refine-hunk now on C-c C-w
13626 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
13627
13628 * help-mode.el (help-mode): view-exit-action calls delete-window
13629 only when it is safe and possible.
13630
13631 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
13632 in messages.
13633
13634 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
13635
13636 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
13637 in the default tool-bar-map.
13638
13639 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
13640
13641 * net/tramp.el (tramp-completion-file-name-handler-alist)
13642 (tramp-run-real-handler, tramp-completion-run-real-handler)
13643 (tramp-completion-handle-file-name-all-completions)
13644 (tramp-completion-handle-file-name-completion): Autoload them.
13645 (tramp-completion-handle-file-exists-p)
13646 (tramp-completion-handle-file-name-directory)
13647 (tramp-completion-handle-file-name-nondirectory)
13648 (tramp-completion-handle-expand-file-name): Remove them.
13649 (tramp-handle-file-name-directory): Return the real directory name.
13650 Returning "/" only doesn't need to be necessary any longer.
13651 (tramp-file-name-handler): Make special attention when in hostname
13652 completion mode.
13653 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
13654 (tramp-register-file-name-handlers):
13655 Register `tramp-completion-file-name-handler' only when
13656 `partial-completion-mode' is enabled.
13657 (tramp-completion-handle-file-name-all-completions):
13658 Delete directory part from results.
13659 (tramp-get-completion-methods, tramp-get-completion-user-host):
13660 Discard deleting "/", it doesn't work after the change of
13661 `tramp-handle-file-name-directory' above.
13662
13663 2006-05-01 Kim F. Storm <storm@cua.dk>
13664
13665 * progmodes/grep.el (grep-expand-template): Use save-match-data
13666 and symbol-value.
13667
13668 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13669
13670 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
13671 Use select-frame-set-input-focus instead of raise-frame.
13672 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
13673
13674 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
13675
13676 * progmodes/gud.el (gud-def): Add %c case.
13677 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
13678 (gud-format-command): Make match case sensitive. Match on %F.
13679
13680 2006-04-30 Glenn Morris <rgm@gnu.org>
13681
13682 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
13683 (cal-tex-preamble): Use cal-tex-preamble-extra.
13684 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
13685 than alias `list-diary-entries'.
13686
13687 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
13688
13689 * help-fns.el (describe-variable): Add info about safe local variables.
13690
13691 2006-04-29 Richard Stallman <rms@gnu.org>
13692
13693 * bindings.el (mode-line-format): help-echo doc fixes.
13694
13695 * net/tramp.el (tramp-file-name-handler-alist): Delete
13696 expand-file-name and other operations that can cause spurious loading.
13697
13698 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13699
13700 * files.el (safe-local-variable-p): Remove support for the special
13701 value t.
13702
13703 * textmodes/paragraphs.el (sentence-end-without-space):
13704 Fix safety predicate.
13705 (sentence-end-double-space, sentence-end-without-period)
13706 (paragraph-ignore-fill-prefix):
13707 * textmodes/fill.el (colon-double-space):
13708 * abbrev.el (abbrev-mode): Tighten the safety predicate.
13709
13710 * subr.el (booleanp): New fun.
13711
13712 * textmodes/reftex-vars.el (reftex-guess-label-type):
13713 Tighten the safety predicate.
13714
13715 2006-04-28 Kim F. Storm <storm@cua.dk>
13716
13717 * progmodes/grep.el (defgroup grep): Doc fix.
13718 (grep-auto-highlight): Remove.
13719 (grep-template): New defcustom.
13720 (grep-find-template): Rename from grep-tree-template.
13721 (grep-files-aliases): Rename from grep-tree-files-aliases.
13722 Remove "all" alias, add "l" alias.
13723 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
13724 (grep-find-ignored-directories): New defcustom to replace
13725 grep-tree-ignore-CVS-directories, to facilitate ignoring
13726 subdirectories for multiple version control systems.
13727 (grep-mode-map): Add Recursive grep item to GREP menu.
13728 (grep-regexp-history, grep-files-history): New defvars.
13729 (grep-probe): New helper function.
13730 (grep-compute-defaults): Use it to simplify code.
13731 Adapt to name changes.
13732 Use `.' as base in grep-find-template rather than <D>.
13733 (grep): Remove superfluous highlight-regexp arg. Fix doc.
13734 Call grep-compute-defaults unconditionally.
13735 (grep-expand-keywords): New defconst.
13736 (grep-expand-template): Rename from grep-expand-command-macros.
13737 Simplify via grep-expand-keywords. Look at case-fold-search instead
13738 of grep-tree-ignore-case to add -i option.
13739 Bind case-fold-search to nil while matching keywords.
13740 (grep-tree-last-regexp, grep-tree-last-files): Remove.
13741 (grep-read-regexp, grep-read-files): New helper functions.
13742 (rgrep): Rename from grep-tree. Rework to use proper histories.
13743 Adapt to changes in defcustoms and functions above.
13744 (lgrep): New command, as grep, but using same interactive UI as rgrep.
13745
13746 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
13747
13748 * net/tramp.el (tramp-completion-file-name-handler):
13749 Disable Tramp's functionality while loading Tramp itself.
13750 (tramp-register-file-name-handlers): That's a defsubst now.
13751 Code from `tramp-repair-jka-compr' moved here. Apply it via
13752 `after-init-hook'.
13753 (tramp-repair-jka-compr): Remove.
13754
13755 2006-04-27 Jay Belanger <belanger@truman.edu>
13756
13757 * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
13758 read expression when `math-read-big-expr' doesn't work.
13759
13760 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
13761
13762 * startup.el (command-line-1): Display warning when
13763 pure-space-overflow is non-nil.
13764
13765 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13766
13767 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
13768 risky.
13769
13770 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13771
13772 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
13773 Return the URL or nil if none can be generated.
13774
13775 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
13776
13777 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
13778 byte compiler warnings.
13779 (gud-basic-call, gud-find-expr): Let user select an expression
13780 for printing. Print expression as well as value in GUD buffer.
13781
13782 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
13783
13784 * allout.el: Remove local autoload declaration for
13785 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
13786 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
13787 (allout-plain-bullets-string, allout-distinctive-bullets-string)
13788 (allout-use-mode-specific-leader, allout-old-style-prefixes)
13789 (allout-stylish-prefixes, allout-numbered-bullet)
13790 (allout-file-xref-bullet, allout-presentation-padding)
13791 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
13792 safe-local-variable with suitable value spec, and add autoload
13793 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
13794 (move-beginning-of-line, move-end-of-line): Repair so these compat
13795 functions now actually resituate the point, when appropriate.
13796
13797 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13798
13799 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
13800
13801 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
13802 (add-log-iso8601-time-string): Fix call to format-time-string.
13803
13804 2006-04-26 Kim F. Storm <storm@cua.dk>
13805
13806 * subr.el (posn-string, posn-image, posn-object): Doc fix.
13807
13808 2006-04-26 Masatake YAMATO <jet@gyve.org>
13809
13810 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
13811 Add support for "//" style comments. Remove `b' flag
13812 from ?* in `asm-mode-syntax-table'.
13813
13814 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13815
13816 * follow.el: Use (featurep 'xemacs) everywhere.
13817 (follow-mode): Use define-minor-mode.
13818 (follow-mode-map): Move initialization into the declaration.
13819 Use command remapping.
13820 (follow-emacs-version-xemacs-p): Remove.
13821 (follow-submit-feedback): Remove.
13822
13823 * allout.el (allout-layout, allout-passphrase-verifier-string)
13824 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
13825
13826 * textmodes/reftex-vars.el (reftex-vref-is-default)
13827 (reftex-fref-is-default, reftex-guess-label-type):
13828 Tighten up a bit the safety predicate.
13829
13830 * textmodes/paragraphs.el (sentence-end-double-space)
13831 (sentence-end-without-period, sentence-end-without-space)
13832 (page-delimiter, paragraph-ignore-fill-prefix):
13833 Tighten up a bit the safety predicate.
13834
13835 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
13836
13837 * progmodes/python.el (python-continuation-line-p)
13838 (python-beginning-of-statement): syntax-ppss may return
13839 a negative depth.
13840 (python-mode): Don't forcefully enable font-lock.
13841
13842 * time-stamp.el (time-stamp-start, time-stamp-end)
13843 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
13844
13845 * add-log.el: Remove spurious * in docstrings.
13846 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
13847 (add-change-log-entry): Use it here, since it's not specific
13848 to iso8601.
13849 (add-log-iso8601-time-string): Don't use it here any more.
13850 (change-log-indent-text, change-log-indent): Rename from add-log-*.
13851
13852 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
13853
13854 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
13855
13856 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
13857 (rcirc-toggle-low-priority): Doc fix.
13858 (rcirc-handler-NOTICE): Remove beginning of line anchor in
13859 ChanServ regexp.
13860 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
13861 #emacs.
13862 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
13863 (rcirc-decode-coding-system): Use utf-8 as the default.
13864 (rcirc-multiline-minor-mode): Set the fill-column.
13865 (rcirc-format-response-string): Display bright and dim nicks.
13866 (rcirc-browse-url): Update interactive spec to fill ARG.
13867 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
13868 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
13869
13870 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
13871
13872 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
13873 case for @Article, etc.
13874
13875 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
13876
13877 * net/tramp.el (tramp-register-file-name-handlers): New defun.
13878 Added with autoload cookie.
13879 (tramp-unload-file-name-handlers): Rename from
13880 `tramp-unload-file-name-handler-alist'.
13881
13882 2006-04-23 Romain Francoise <romain@orebokech.com>
13883
13884 * comint.el (comint-match-partial-filename): Doc fix.
13885
13886 2006-04-21 Glenn Morris <rgm@gnu.org>
13887
13888 * calendar/cal-menu.el (calendar-mode-map): Refer to
13889 `diary-view-entries' rather than alias `view-diary-entries'.
13890 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
13891
13892 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
13893
13894 * progmodes/antlr-mode.el (antlr-default):
13895 * cus-edit.el (custom-documentation):
13896 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
13897 in defface.
13898
13899 2006-04-21 Kim F. Storm <storm@cua.dk>
13900
13901 * image.el (image-type): New defun split out of create-image.
13902 (create-image): Use it.
13903
13904 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
13905
13906 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
13907 (org-open-at-point): Remove the "...done" message to keep output
13908 in the echo area visible.
13909 (org-export-as-xoxo): Fix call to `indent-region'.
13910
13911 2006-04-21 Kevin Ryde <user42@zip.com.au>
13912
13913 * international/mule.el (keyboard-coding-system): defcustom
13914 info-link fixes: "Specify Coding" has been split, keyboard now in
13915 "Terminal Coding", and "Single-Byte Character Support" is now
13916 "Unibyte Mode".
13917
13918 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
13919
13920 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
13921 Use font-lock-warning-face for any errors e.g. no stack.
13922 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
13923
13924 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
13925
13926 * progmodes/sh-script.el (sh-shell): Mark as safe.
13927
13928 * newcomment.el (comment-start, comment-start-skip)
13929 (comment-end-skip, comment-end): Mark as safe.
13930
13931 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
13932
13933 * textmodes/org.el (org-deadline-announce): Face removed.
13934 (org-level-faces, org-n-levels): Convert to constant.
13935 (org-compatible-face): New function.
13936 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
13937 (org-level-5, org-level-6, org-level-7, org-level-8)
13938 (org-special-keyword, org-warning, org-headline-done, org-link)
13939 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
13940 (org-scheduled-today, org-scheduled-previously, org-time-grid):
13941 Face definition revised for better color tty support.
13942 (org-bold-re, org-italic-re, org-underline-re): New constants.
13943 (org-set-font-lock-defaults): Use the new constants.
13944 (org-agenda-highlight-todo): New function.
13945 (org-agenda-todo): Fix bug with point at end of line.
13946 (org-agenda-change-all-lines, org-finalize-agenda-entries):
13947 Fontify TODO keywords.
13948 (org-insert-link): Preserve relative path in ../ links.
13949 (org-export-as-html): Convert links pointing to .org files into
13950 links that will work beteen the exported HTML files.
13951 (org-todo-list): Fix bug when arg=0.
13952 (org-insert-heading): More fine-tuning.
13953
13954 2006-04-19 Romain Francoise <romain@orebokech.com>
13955
13956 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
13957 from `rmail-mime-charset-pattern'.
13958
13959 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
13960
13961 * progmodes/python.el (python-mode): Fix typo.
13962
13963 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
13964
13965 * comint.el (comint-previous-input): Don't clobber input line
13966 when moving off either end of the input history ring.
13967 (comint-delete-input): New function, used by
13968 `comint-previous-input' and others.
13969 (comint-previous-matching-input):
13970 Use `coming-delete-input'. Save the partial input if leaving the
13971 edit line. Goto point-max before deleting input to avoid
13972 partial input fragments hanging around.
13973 (comint-restore-input): New function, used by `comint-previous-input'.
13974
13975 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
13976
13977 * imenu.el (imenu--index-alist): Balance parentheses.
13978
13979 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
13980
13981 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
13982
13983 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
13984
13985 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
13986 file is nil.
13987
13988 2006-04-18 Richard Stallman <rms@gnu.org>
13989
13990 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
13991
13992 * imenu.el (imenu-create-index-function, imenu--index-alist)
13993 (imenu--last-menubar-index-alist, imenu--make-index-alist)
13994 (imenu-default-create-index-function, imenu--generic-function):
13995 Doc fixes.
13996
13997 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
13998
13999 * help-mode.el (help-mode): Set view-exit-action to delete window.
14000
14001 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
14002 now works by passing nil as arg.
14003
14004 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
14005
14006 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
14007 (read-abbrev-file): Provide default when reading filename.
14008
14009 * files.el (enable-local-variables): Allow :all as value.
14010 (hack-local-variables): Implement that value.
14011 (safe-local-variable-values, safe-local-eval-forms)
14012 (enable-local-variables): Mark as risky.
14013 (find-file-visit-truename, kept-old-versions): Mark safe.
14014
14015 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
14016 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
14017 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
14018
14019 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14020
14021 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
14022 Use forward-line so as to get to BOL even in the presence of fields.
14023 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
14024 in return.
14025 (inferior-tcl): Tell tclsh to work in interactive mode.
14026
14027 * complete.el (partial-completion-mode):
14028 Use 'choose-completion-string-functions to make sure that
14029 choose-completion fills the minibuffer properly.
14030
14031 * complete.el (PC-old-read-file-name-internal): Remove.
14032 (PC-read-include-file-name-internal): Remove. Turn it into an advice
14033 of read-file-name-internal.
14034 (partial-completion-mode): Enable/disable this advice.
14035
14036 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
14037
14038 * net/tramp.el (tramp-completion-file-name-handler): Revert change
14039 of 2006-04-17.
14040
14041 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
14042
14043 * textmodes/org.el (org-insert-heading): Insert heading before
14044 current if at beginning of line.
14045 (org-todo, org-date): New faces.
14046 (org-table-align): Make sure tooltip window contains full text.
14047 (org-no-properties): New defsubst.
14048 (org-set-font-lock-defaults): Use new faces.
14049
14050 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
14051
14052 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
14053 for root variables.
14054
14055 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
14056 (gdb-frame-address): Re-use to identify frame for watch expression.
14057 (gdb-var-list, gdb-var-create-handler): Add frame address for root
14058 variables.
14059 (gdb-init-1, gdb-source, gdb-post-prompt)
14060 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
14061 (gdb-frame-handler): Get gdb-frame-address.
14062
14063 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
14064
14065 Sync with Tramp 2.0.53.
14066
14067 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
14068 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
14069 (tramp-completion-file-name-handler): Add autoload cookie for
14070 adding to `file-name-handler-alist'.
14071
14072 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
14073 the prompt. If it returns earlier (when detecting an error
14074 message), the rest of the output will merge accidently with the
14075 output of the next command. Reported by M Jared Finder
14076 <jared@hpalace.com>.
14077
14078 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
14079 for `process-file', in order to let it work for older Emacsen too.
14080
14081 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
14082
14083 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
14084 (tex-font-lock-keywords-3): Use it.
14085
14086 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14087
14088 * newcomment.el (comment-add): New function.
14089 (comment-region-default, comment-dwim): Use it.
14090
14091 2006-04-15 Michael Olson <mwolson@gnu.org>
14092
14093 * emacs-lisp/tq.el: Improve comments.
14094 (tq-queue-head-question): New accessor function.
14095 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
14096 Update for modified queue structure.
14097 (tq-queue-add): Accept `question' argument.
14098 (tq-queue-pop): If a question is pending, send it.
14099 (tq-enqueue): Accept new optional argument `delay-question'.
14100 If this is non-nil, and at least one other question is pending a
14101 response, queue the question rather than sending it immediately.
14102
14103 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14104
14105 * calendar/appt.el (appt-add): Check whether an appointment is
14106 already present in appt-time-msg-list. Simplify code.
14107
14108 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14109
14110 * progmodes/cc-langs.el (c-mode-menu):
14111 Don't presume c-subword-mode is bound.
14112
14113 2006-04-13 Bill Wohler <wohler@newt.com>
14114
14115 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
14116 (customize-package-emacs-version): Use cdr instead of cadr now
14117 that alists use dotted pairs.
14118
14119 * custom.el (defcustom): Fix docstring for :package-version.
14120
14121 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
14122
14123 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
14124 (tramp-handle-shell-command): Display output buffer only when
14125 `tramp-display-shell-command-buffer' is true.
14126 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
14127
14128 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14129
14130 * textmodes/org.el (org-set-autofill-regexps): Set only the local
14131 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
14132
14133 2006-04-13 Romain Francoise <romain@orebokech.com>
14134
14135 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
14136 leaving temporary .cvsignore buffers behind.
14137
14138 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14139
14140 * textmodes/org.el (org-set-regexps-and-options)
14141 (org-get-current-options): Better names for the startup folding
14142 options.
14143
14144 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
14145
14146 * vc.el (vc-annotate): Arrange for point to end up at the same
14147 line number as in the original, but only when using a new buffer.
14148
14149 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
14150
14151 * files.el (hack-one-local-variable-eval-safep):
14152 Recognize `edebug-form-spec' for `put', but only if it passes
14153 `edebug-basic-spec'. Generalize `put' handling.
14154
14155 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
14156 vetting file-local form specs.
14157
14158 * allout.el (allout-layout): Autoload its `safe-local-variable'
14159 property.
14160
14161 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14162
14163 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
14164 (org-agenda-mouse-1-follows-link)
14165 (org-mouse-1-follows-link): New options.
14166 (org-format-agenda-item): Fix bug if TAGS is nil.
14167 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
14168
14169 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
14170
14171 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
14172 GDB 6.1+ gives full filename for "info sources" so use
14173 file-name-nondirectory.
14174
14175 2006-04-12 Romain Francoise <romain@orebokech.com>
14176
14177 * subr.el (read-passwd): Bind `message-log-max' to nil.
14178
14179 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14180
14181 * progmodes/perl-mode.el (perl-indent-new-calculate):
14182 Recompute parse-start after jumping backward by a whole sexp.
14183
14184 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14185
14186 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
14187 window configuration.
14188 (vc-annotate-display-select): Select the buffer so that current-buffer
14189 (and selected-window) is the output buffer at the end of vc-annotate.
14190
14191 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
14192
14193 * vc.el (vc-annotate-color-map): Add custom TTY color map for
14194 8-color terminals, to use all of the colors in a sensible order.
14195 256-color terminals work well with the standard map.
14196 (vc-annotate-lines): Only strip the first color character if it
14197 is "#", to allow for terminal-style named colors.
14198 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
14199 the correct buffer is scrolled.
14200
14201 2006-04-11 Richard Stallman <rms@gnu.org>
14202
14203 * emacs-lisp/bytecomp.el (byte-compile-file):
14204 Bind enable-local-variables to :safe, and make normal-mode obey it.
14205
14206 * files.el (enable-local-variables): Allow value :safe.
14207 (normal-mode): Doc fix.
14208 (hack-local-variables): Implement enable-local-variables = :safe.
14209 (hack-local-variables-confirm): Don't prevent quitting.
14210
14211 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14212
14213 * loadhist.el (unload-feature): A bit of sanity check of
14214 load-history entries. Cancel timer-vars before unbinding them.
14215
14216 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
14217 quote special chars, and make the trick work on the hex part of the
14218 buffer as well.
14219 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
14220 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
14221
14222 * startup.el (normal-splash-screen): Fix last change so we don't wait
14223 2 minutes if we don't show the splash screen.
14224
14225 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
14226
14227 * textmodes/org.el (org-export-plain-list-max-depth)
14228 (org-table-spaces-around-separators)
14229 (org-radio-targets, org-activate-camels)
14230 (org-table-spaces-around-invisible-separators): Options removed.
14231 (org-time-stamp-rounding-minutes, org-remember-templates)
14232 (org-ellipsis, org-activate-links, org-descriptive-links):
14233 New options.
14234 (org-remember-apply-template, org-current-time)
14235 (org-finish-edit-table-field)
14236 (org-link-unescape, org-link-escape)
14237 (org-string-width, org-table-clean-line, org-html-do-expand)
14238 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
14239 (org-read-agenda-file-list): New functions.
14240 (org-table-edit-field)
14241 (org-table-create-or-convert-from-region): New commands
14242 (org-table-toggle-vline-visibility): Command removed.
14243 (org-table-convert-region): Made a command.
14244 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
14245 Replace with the normal org- functions.
14246 (org-self-insert-command): Don't trigger realign unnecessarily
14247 when blanking a field that is not full.
14248 (org-mode): `Set buffer-invisibility-spec' for links.
14249 (org-activate-links2): Hide link part and only show descriptive
14250 part of the link.
14251 (org-insert-link): Modify for new linking system.
14252 (org-store-link): Store description separately, for use by
14253 `org-insert-link'.
14254 (org-table-align): Use `org-string-width'.
14255 (defgroup): Completely new group structure for custom variables.
14256 (org-agenda-files): Option: Single file name allowed. Function:
14257 Optional argument unrestrited means ignore any restricitons.
14258 (org-install-agenda-files-menu): Find a buffer in Org-mode before
14259 trying to modify the menu. Use generalized access to
14260 `org-agenda-files.'
14261 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
14262 (org-agenda-file-to-front, org-remove-file, org-diary)
14263 (org-tags-view, org-export-icalendar-all-agenda-files)
14264 (org-export-icalendar-combine-agenda-files): Use generalized
14265 access to `org-agenda-files'.
14266 (org-remember-handler): Correctly preserve heading if present.
14267 (org-table-insert-row, org-table-insert-hline): Deal with
14268 invisible characters.
14269
14270 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
14271
14272 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
14273 (vc-annotate-color-map): New 18 element constant
14274 value/saturation, rotating hue colormap, from red->blue.
14275 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
14276 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
14277 (vc-annotate): To avoid killing the required local variables,
14278 set them before the end of `with-output-to-temp-buffer', and
14279 after first switching to annotate-mode.
14280 (vc-annotate-warp-version): Add buffer argument in goto-line to
14281 ensure annotation, not source, is scrolled.
14282
14283 2006-04-10 Bill Wohler <wohler@newt.com>
14284
14285 * custom.el (defcustom, custom-handle-keyword):
14286 Add :package-version keyword.
14287 (custom-add-package-version): New function. Sets value of new
14288 property 'custom-package-version from :package-version keyword.
14289 (defcustom): Create Common Keywords section in docstring.
14290 (defface, defgroup): Replace definitions of a select few keywords
14291 with a reference to the Common Keywords in defcustom.
14292 (defcustom, defface, defgroup): Replace reference to Customization
14293 chapter in manual with hyperlink.
14294
14295 * cus-edit.el (customize-package-emacs-version-alist): New variable.
14296 (customize-changed-options): Add check for custom-package-version.
14297 (customize-package-emacs-version): New function to look up Emacs
14298 version corresponding to the given package version.
14299
14300 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
14301 defun name, in similar fashion to find-variable-regexp.
14302
14303 2006-04-10 Eli Zaretskii <eliz@gnu.org>
14304
14305 * international/mule-cmds.el (set-locale-environment): Fix last
14306 change for when the locale's preferences don't specify any encoding.
14307
14308 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14309
14310 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
14311 so the defined var/fun doesn't need to be quoted.
14312
14313 2006-04-10 Richard Stallman <rms@gnu.org>
14314
14315 * finder.el (finder-mode-map): Add n and p bindings.
14316
14317 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
14318
14319 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
14320 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
14321 (gdb-setup-windows): Put something in source window if we can't find
14322 the source file.
14323 (gdb-frame-handler): Make it work again with just assembly.
14324 (gdb-data-list-register-values-handler): Make it work when there is
14325 no stack.
14326
14327 2006-04-09 Richard Stallman <rms@gnu.org>
14328
14329 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
14330 specs while looking for charset.
14331
14332 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
14333
14334 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
14335 Make them faces.
14336 (lm-font-lock-keywords): Update appropriately.
14337
14338 2006-04-10 Kim F. Storm <storm@cua.dk>
14339
14340 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
14341 it can also replace buffer-substring-no-properties.
14342
14343 * emulation/cua-base.el (cua-delete-region, cua-paste)
14344 (cua-repeat-replace-region): Use filter-buffer-substring.
14345
14346 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
14347 (cua-cut-region-to-global-mark): Likewise.
14348
14349 * emulation/cua-rect.el (cua--extract-rectangle)
14350 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
14351
14352 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14353
14354 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
14355 entry-type. Add field delimiters to numerical fields if they are
14356 not present.
14357
14358 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14359
14360 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
14361 string-const to return value.
14362 (bibtex-remove-delimiters): Use it.
14363
14364 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14365
14366 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
14367 cl-byte-compile-compiler-macro unless it exists.
14368
14369 2006-04-08 Eli Zaretskii <eliz@gnu.org>
14370
14371 * files.el (hack-local-variables-confirm) <offer-save>:
14372 Clarify message text. Suggested by Ralf Angeli.
14373
14374 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
14375
14376 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
14377 (delete-extract-rectangle-line): Use `filter-buffer-substring'
14378 instead of `buffer-substring' and `delete-region'. (Most of the
14379 code actually copied from `kill-region'.)
14380
14381 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
14382
14383 * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
14384 (rcirc-default-port): Rename from rcirc-port.
14385 (rcirc-default-nick): Rename from rcirc-nick.
14386 (rcirc-default-user-name): Rename from rcirc-user-name.
14387 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
14388 (rcirc-low-priority-flag): New variable.
14389 (rcirc-decode-coding-system): New defcustom.
14390 (rcirc-encode-coding-system): New defcustom.
14391 (rcirc-coding-system-alist): New defcustom.
14392 (rcirc-multiline-major-mode): New defcustom.
14393 (rcirc-nick): New internal variable.
14394 (rcirc-process): Remove variable.
14395 (rcirc-server-buffer): New variable.
14396 (rcirc): Update to use rcirc-default-* variables above.
14397 (rcirc-connect): Do not add window-configuration-hook-here.
14398 (rcirc-server): New internal variable.
14399 (rcirc-connect): Do not send keepalive pings if
14400 rcirc-keepalive-seconds is nil.
14401 (with-rcirc-server-buffer): New macro.
14402 (rcirc-send-string): Encode with rcirc-encode-coding-system.
14403 (rcirc-server-name): Rename from rcirc-server.
14404 (rcirc-buffer-process): New function.
14405 (rcirc-buffer-nick): New function.
14406 (rcirc-buffer-target): Remove function.
14407 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14408 New commands.
14409 (rcirc-mode-map): Change binding of C-c C-l to
14410 rcirc-toggle-low-priority.
14411 (rcirc-mode): Initialize coding system based on
14412 rcirc-coding-system-alist. New change-major-mode-hook to part the
14413 channel on a mode change. Make kill-buffer-hook buffer-local.
14414 (rcirc-change-major-mode-hook): New function.
14415 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
14416 (rcirc-last-post-time): New variable.
14417 (rcirc-process-message): Store the last time user posted a message
14418 to this target.
14419 (rcirc-multiline-minor-mode): New mode.
14420 (rcirc-multiline-minor-mode-map): New mode map.
14421 (rcirc-edit-multiline): Put multiline-edit buffer in
14422 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
14423 (rcirc-print): Ignore any line starting with an ignored nick.
14424 (rcirc-print): Decode using rcirc-decode-coding-system.
14425 (rcirc-track-minor-mode): Update global-mode-string when disabling
14426 this mode.
14427 (minor-mode-alist): Add LowPri indicator.
14428 (rcirc-toggle-low-priority): New function.
14429 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
14430 next lowpriority buffer with activity.
14431 (rcirc-record-activity): Sort buffers in rcirc-activity by the
14432 last time the user posted a message in to the target.
14433 (rcirc-update-activity-string): New formatting for low priority
14434 buffers.
14435 (rcirc-split-activity): New function.
14436 (rcirc-handler-PART, rcirc-handler-KICK)
14437 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
14438 (rcirc-nick-away-alist): New variable.
14439 (rcirc-handler-301): New handler. Away messages are printed once
14440 per change.
14441
14442 2006-04-08 Eli Zaretskii <eliz@gnu.org>
14443
14444 * info.el (Info-follow-nearest-node): Doc fix.
14445
14446 * international/mule-cmds.el (set-locale-environment): Make sure
14447 the coding-system preferred by the locale's language has the same
14448 EOL conversion type as the original buffer-file-coding-system.
14449 (locale-language-names): Add a few MS Windows language codes.
14450
14451 2006-04-07 Richard Stallman <rms@gnu.org>
14452
14453 * simple.el (eval-expression): Doc fix.
14454
14455 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
14456 (eval-defun): Doc fixes.
14457
14458 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
14459
14460 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
14461
14462 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
14463
14464 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
14465 GDB list command without argument for greater generality.
14466
14467 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14468
14469 * subr.el (string-or-null-p): New function.
14470
14471 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
14472
14473 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
14474
14475 * files.el: Update comment about safe-local-variable declarations.
14476
14477 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
14478
14479 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
14480 See idlwave.org.
14481
14482 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
14483 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
14484
14485 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
14486 See idlwave.org.
14487
14488 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
14489 version 6.0 (minimal changes). See idlwave.org.
14490
14491 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
14492 6.0 (minimal changes). See idlwave.org.
14493
14494 * progmodes/idlw-rinfo.el: File obsoleted and removed.
14495
14496 2006-04-06 Romain Francoise <romain@orebokech.com>
14497
14498 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
14499 symmetric encryption features and a new asynchronous interface to
14500 GnuPG. This new version is version 1.4, plus whitespace changes.
14501
14502 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14503
14504 * files.el: Move some `safe-local-variable' declarations to the
14505 respective files.
14506
14507 * textmodes/ispell.el (ispell-check-comments)
14508 (ispell-local-dictionary): Mark as safe.
14509
14510 * abbrev.el (abbrev-mode): Mark as safe.
14511
14512 * add-log.el (change-log-default-name): Mark as safe.
14513
14514 * textmodes/reftex-vars.el (reftex-vref-is-default)
14515 (reftex-fref-is-default, reftex-level-indent)
14516 (reftex-guess-label-type): Mark as safe.
14517
14518 * textmodes/fill.el (colon-double-space): Mark as safe.
14519
14520 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
14521 (sentence-end-double-space, sentence-end-without-period)
14522 (sentence-end-without-space, sentence-end, sentence-end-base)
14523 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
14524
14525 2006-04-06 Kim F. Storm <storm@cua.dk>
14526
14527 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
14528 the :set-after list.
14529 (ido-downcase-unc-hosts): New user option. Default on.
14530 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
14531 when it is set, as regexps are now applied on the fly.
14532 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
14533 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
14534 on the fly, but only when ido-process-ignore-lists is set.
14535 Do case insensitive filtering if ido-downcase-unc-hosts is set.
14536 Only downcase names if ido-downcase-unc-hosts is set.
14537
14538 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
14539
14540 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
14541
14542 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
14543
14544 2006-04-05 Kim F. Storm <storm@cua.dk>
14545
14546 * ido.el (ido-mode): Set after ido-unc-hosts and
14547 ido-ignore-unc-host-regexps.
14548 (ido-save-history): Save ido-unc-hosts-cache.
14549 (ido-load-history): Load ido-unc-hosts-cache.
14550 (ido-reread-directory): Refresh unc hosts cache in // dir.
14551
14552 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
14553 to nil while displaying slash screen.
14554
14555 2006-04-05 Daiki Ueno <ueno@unixuser.org>
14556
14557 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14558 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14559
14560 2006-04-05 Kenichi Handa <handa@m17n.org>
14561
14562 * international/characters.el: Setup cases of Latin, Greek, and
14563 Cyrillic characters in CJK charsets.
14564
14565 2006-03-29 Daiki Ueno <ueno@unixuser.org>
14566
14567 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14568 default-enable-multibyte-characters. This reverts the change from
14569 revision 6.17 which is no longer necessary because the passphrase
14570 is sent separately now. GnuPG messages are unreadable under
14571 multibyte locales with default-enable-multibyte-characters set to nil.
14572
14573 2006-04-04 Andreas Schwab <schwab@suse.de>
14574
14575 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
14576 and `byte-compile-warnings' as `safe-local-variable'.
14577
14578 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
14579
14580 * man.el (Man-mode-map): Restore the \r binding.
14581 (Man-abstract-xref-man-page): If Man-target-string is a function,
14582 call it.
14583 (Man-highlight-references): Use Man-default-man-entry to get the
14584 target. Deal with xrefs too.
14585 (Man-highlight-references0): Don't call the target function.
14586
14587 * woman.el (WoMan-xref-man-page): Strip the section number, woman
14588 cannot deal with it.
14589
14590 2006-04-04 Daiki Ueno <ueno@unixuser.org>
14591
14592 * pgg-gpg.el: Clean up process buffers every time gpg processes
14593 complete.
14594
14595 2006-04-04 Kenichi Handa <handa@m17n.org>
14596
14597 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
14598 here.
14599 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
14600 Temporarily bind inhibit-field-text-motion to t.
14601
14602 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14603
14604 * startup.el (normal-splash-screen): Only set mode-line-format in the
14605 splash buffer, so as not to interfere when debugging the code.
14606 Ignore errors when switching buffer.
14607
14608 2006-04-03 Romain Francoise <romain@orebokech.com>
14609
14610 * dired.el (dired-dnd-protocol-alist): Fix typo.
14611
14612 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
14613
14614 * savehist.el (savehist): Add :version.
14615 (savehist-ignored-variables): New variable.
14616 (savehist-minibuffer-hook): Don't save variables listed in
14617 `savehist-ignored-variables'.
14618
14619 * dired.el (dired-dnd-protocol-alist): Mention that change does
14620 only apply to new buffers in doc string.
14621
14622 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
14623
14624 * recentf.el (recentf-open-files-item): Include newline in button
14625 field, so opening a file will work, when the point is at the end
14626 of the file name. Allow, for example, to [i]search a file by
14627 extension and just push RET to open it.
14628
14629 2006-04-03 Daiki Ueno <ueno@unixuser.org>
14630
14631 * pgg-gpg.el (pgg-gpg-process-filter)
14632 (pgg-gpg-wait-for-completion): Check if buffer is alive.
14633
14634 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14635 lines, temporary fix.
14636
14637 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14638
14639 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
14640
14641 2006-04-02 Richard Stallman <rms@gnu.org>
14642
14643 * progmodes/compile.el (compilation-message-face): Make it defcustom.
14644
14645 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14646
14647 * ibuf-macs.el (define-ibuffer-column): Add a new key:
14648 header-mouse-map.
14649
14650 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
14651 (ibuffer-mode-header-map): New keymaps.
14652 (ibuffer-update-title-and-summary): Enable mouse face highlighting
14653 and keybindings for column headers.
14654 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
14655 property.
14656
14657 2006-04-02 Drew Adams <drew.adams@oracle.com>
14658
14659 * speedbar.el (speedbar-after-create-hook): Doc fix.
14660
14661 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
14662
14663 * shell.el (shell-directory-tracker)
14664 (shell-dynamic-complete-command): Doc fixes.
14665
14666 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
14667
14668 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
14669 terminals.
14670
14671 2006-04-01 Kim F. Storm <storm@cua.dk>
14672
14673 * ido.el (ido-unc-hosts-cache): New defvar.
14674 (ido-unc-hosts): If value of defcustom is a function, call it to
14675 get list of UNC hosts. Add function-item choices to specify
14676 ido-unc-hosts-net-view or user function.
14677 (ido-ignore-unc-host-regexps): New defcustom.
14678 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
14679 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
14680 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
14681
14682 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
14683
14684 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
14685 wwidth.
14686
14687 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
14688
14689 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
14690 (ido-max-work-file-list, ido-switch-buffer)
14691 (ido-read-file-name-as-directory-commands):
14692 Fix typos in docstrings.
14693
14694 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14695
14696 * term/mac-win.el (mac-system-coding-system): Define and use after
14697 Mac-specific coding systems are ready.
14698
14699 2006-03-27 Romain Francoise <romain@orebokech.com>
14700
14701 * net/rcirc.el (rcirc-connect): Add autoload cookie.
14702
14703 * ldefs-boot.el: Update.
14704
14705 2006-03-27 Daiki Ueno <ueno@unixuser.org>
14706
14707 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14708 passphrases when it is not needed.
14709 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14710 passphrase stuff from gpg, should only be necessary when you use
14711 gpg with a smartcard.
14712
14713 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
14714
14715 * comint.el (comint-dynamic-list-completions): Allow user to
14716 select *Completions* buffer.
14717
14718 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
14719
14720 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
14721
14722 2006-03-26 Andreas Schwab <schwab@suse.de>
14723
14724 * progmodes/gud.el (gdb): Only complain about multiple debugging
14725 when the gdb process is still running.
14726
14727 2006-03-25 Eli Zaretskii <eliz@gnu.org>
14728
14729 * mail/rmail.el (tool-bar-map): Defvar it.
14730 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
14731 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
14732
14733 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
14734
14735 * help.el (print-help-return-message): Suggest to use
14736 display-buffer instead of switch-to-buffer-other-window to restore
14737 the previous window without selecting it.
14738
14739 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14740
14741 * frame.el (select-frame-by-name): Call x-focus-frame also when
14742 window-system is mac.
14743
14744 * term/mac-win.el: Adjust Courier font specifications in
14745 x-fixed-font-alist.
14746 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
14747 when directly encoding to UTF-16 in native byte order, no BOM.
14748
14749 2006-03-25 Kim F. Storm <storm@cua.dk>
14750
14751 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
14752 (cua--init-keymaps): Use it instead of fixed C-return.
14753 (cua-mode): Set after it.
14754
14755 * emulation/cua-rect.el (cua--init-rectangles):
14756 Use cua-rectangle-mark-key instead of fixed C-return.
14757
14758 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
14759
14760 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
14761 "run" in .gdbinit.
14762 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
14763
14764 2006-03-24 Romain Francoise <romain@orebokech.com>
14765
14766 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
14767 `display-buffer-other-frame'.
14768
14769 2006-03-24 Kim F. Storm <storm@cua.dk>
14770
14771 * apropos.el (apropos-synonyms): Add selection => region.
14772
14773 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
14774
14775 * progmodes/gdb-ui.el (gdb-var-create-regexp)
14776 (gdb-var-list-children-regexp, gdb-var-update-regexp)
14777 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
14778 (gdb-data-list-register-values-regexp)
14779 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
14780 Future proof against new fields being added to MI output.
14781 (gdb-send): Don't treat backslashes for program input as
14782 continuations.
14783 (gdb-assembler-handler): Don't use window-start for this handler.
14784 (gdb-frame-handler): Don't change to hollow arrow if overlay
14785 arrow doesn't move to new frame.
14786
14787 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
14788
14789 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
14790 prevent compiler warnings.
14791 (gdb-stopped): Check for gud-last-last-frame (case: signal).
14792 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
14793 (gdb-assembler-custom): Use hollow-right-triangle for assembler
14794 buffer too.
14795
14796 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
14797
14798 * pgg-gpg.el (pgg-gpg-update-agent): Check for
14799 make-network-process, so we can use the same code in Gnus v5-10
14800 too and have this file fully synchronized with that release.
14801
14802 2006-03-23 Romain Francoise <romain@orebokech.com>
14803
14804 * ibuf-ext.el (ibuffer-read-filter-group-name):
14805 Use `ibuffer-generate-filter-groups' to make completion list match
14806 the filter groups that are really displayed in the Ibuffer buffer.
14807 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
14808
14809 2006-03-23 Kenichi Handa <handa@m17n.org>
14810
14811 * international/mule-cmds.el (sort-coding-systems): Describe that
14812 the argument is modified in docstring.
14813
14814 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
14815
14816 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14817 (pgg-gpg-update-agent): New function.
14818 (pgg-gpg-use-agent-p): New function.
14819 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14820 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14821 (pgg-gpg-sign-region): Use it.
14822
14823 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
14824
14825 * cus-edit.el (custom-face-set): Call custom-push-theme before
14826 face-spec set so that `changed' theme is correctly saved.
14827 (custom-face-reset-standard): Reset to recalculated face rather
14828 than defface spec.
14829
14830 * custom.el (custom-push-theme): Only save `changed' theme if the
14831 current face does not match the defface specs.
14832
14833 2006-03-21 Simon Josefsson <jas@extundo.com>
14834
14835 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14836 <wilde@sha-bang.de>.
14837 (pgg-gpg-use-agent): New variable.
14838 (pgg-gpg-process-region): Use it.
14839 (pgg-gpg-encrypt-region): Likewise.
14840 (pgg-gpg-encrypt-symmetric-region): Likewise.
14841 (pgg-gpg-decrypt-region): Likewise.
14842 (pgg-gpg-sign-region): Likewise.
14843 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14844
14845 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
14846
14847 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
14848 bracket links.
14849
14850 2006-03-21 Kim F. Storm <storm@cua.dk>
14851
14852 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
14853 fringe-indicator-alist instead of modifying global value.
14854 (gdb-frame-handler): Likewise.
14855
14856 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
14857
14858 * diff-mode.el (diff-function): Make it inherit from diff-header
14859 instead of diff-context.
14860
14861 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
14862 bitmap.
14863 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
14864 change names in macro above for consistency.
14865 (gdb-frame-handler): Use hollow-right-triangle for all selected
14866 frames which except the innermost (where execution has stopped).
14867 (gdb-reset): Reset buffer-local values of overlay-arrow.
14868
14869 2006-03-20 Richard Stallman <rms@gnu.org>
14870
14871 * simple.el (set-mark-command): Doc fix.
14872
14873 * files.el (display-buffer-other-frame): New command.
14874 (ctl-x-4-map): Bind C-x 5 C-o to it.
14875
14876 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14877
14878 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
14879 rather than just defer-time, in case defer-time has been changed but
14880 the timer isn't running yet.
14881 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
14882
14883 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
14884
14885 * help-mode.el (help-follow-symbol): New function.
14886 Essentially identical to the old `help-follow', but do not let
14887 `push-button' do the work when on an xref.
14888 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
14889
14890 2006-03-19 Richard Stallman <rms@gnu.org>
14891
14892 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
14893 preceded by the word `program'.
14894 (help-follow-mouse, help-follow): Throw error if not on xref.
14895 Delete no longer used args.
14896
14897 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
14898
14899 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
14900 annotation ensure gud-overlay-arrow-position is redisplayed.
14901
14902 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14903
14904 * textmodes/bibtex.el (bibtex-include-OPTkey)
14905 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
14906 (bibtex-autokey-name-case-convert)
14907 (bibtex-autokey-titleword-case-convert): Make these the aliases
14908 for the following two variables.
14909 (bibtex-autokey-name-case-convert-function)
14910 (bibtex-autokey-titleword-case-convert-function): Make these the
14911 real names.
14912 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
14913 bibtex-font-lock-crossref sublists.
14914 (bibtex-mode): Revert 2005-12-30 change (which made
14915 completion-ignore-case buffer-local).
14916 (bibtex-url): Simplify.
14917
14918 2006-03-19 Kim F. Storm <storm@cua.dk>
14919
14920 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
14921 cursor property value to 2 (to align with C level change).
14922
14923 2006-03-19 Bill Wohler <wohler@newt.com>
14924
14925 * image.el (image-load-path-for-library): Shorten first line in
14926 docstring.
14927
14928 2006-03-18 Richard Stallman <rms@gnu.org>
14929
14930 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
14931
14932 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
14933
14934 * isearch.el (isearch-other-meta-char): Handle user bindings for
14935 shifted control characters.
14936
14937 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
14938
14939 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
14940 part that matches email addresses, file names, etc.
14941
14942 2006-03-18 Eli Zaretskii <eliz@gnu.org>
14943
14944 * term/w32-win.el (mouse-set-font):
14945 Mention w32-list-proportional-fonts in the doc string.
14946
14947 2006-03-18 Kim F. Storm <storm@cua.dk>
14948
14949 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
14950 (ido-unc-hosts): New user option to explicitly define list of know
14951 UNC-style hosts for completion.
14952 (ido-cache-unc-host-shares-time): New user option.
14953 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
14954 New helper functions for UNC file-name support.
14955 (ido-may-cache-directory): Check for UNC host. Simplify.
14956 (ido-wash-history): Clean out old UNC hosts.
14957 (ido-nonreadable-directory-p): UNC hosts are always readable.
14958 (ido-directory-too-big-p): UNC hosts are never too big.
14959 (ido-set-current-directory): Handle UNC root path.
14960 (ido-file-name-all-completions): Complete UNC host names from
14961 ido-unc-hosts list. Cache UNC host shares.
14962 (ido-make-file-list-1): Don't filter UNC root.
14963 (ido-exhibit): Check for // in root directory, and switch to UNC
14964 mode by setting ido-current-directory to //.
14965
14966 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
14967
14968 * cus-edit.el (customize-changed-options): Mention explicit
14969 version number as default in prompt.
14970
14971 2006-03-17 Bill Wohler <wohler@newt.com>
14972
14973 * image.el (image-load-path-for-library): Minor docstring fix.
14974
14975 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
14976
14977 * textmodes/org.el (org-read-date): Include subgroup 5 into
14978 replacement text.
14979 (org-popup-calendar-for-date-prompt): Fix customization type.
14980
14981 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
14982
14983 * progmodes/gdb-ui.el (gud-watch): Provide completion.
14984 (gdb-continuation): New variable.
14985 (gdb-send): Deal with continuation lines.
14986
14987 * progmodes/gud.el (gud-gdb-complete-command)
14988 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
14989 expressions.
14990 (gud-tooltip-mode): Use buffer-local value.
14991
14992 2006-03-16 Kim F. Storm <storm@cua.dk>
14993
14994 * ido.el (ido-edit-input): Use selected match, if any.
14995
14996 2006-03-16 Bill Wohler <wohler@newt.com>
14997
14998 * image.el (image-load-path-for-library): Prefer user's images in
14999 image-load-path.
15000
15001 2006-03-16 Martin Rudalics <rudalics@gmx.at>
15002
15003 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
15004 when checking for attempt to drag leftmost or rightmost scrollbar.
15005
15006 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
15007
15008 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
15009 (gdb-force-mode-line-update): New function.
15010 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
15011 (gdb-exited): Use them.
15012 (gdb-signal): New function.
15013 (gdb-annotation-rules): Provide a rule for it.
15014
15015 2006-03-16 Kenichi Handa <handa@m17n.org>
15016
15017 * international/mule.el (auto-coding-regexp-alist): Add entries
15018 for Unicode BOM.
15019
15020 * sort.el (sort-build-lists): Temporarily bind
15021 inhibit-field-text-motion to t.
15022
15023 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
15024
15025 * locate.el (locate-command, locate-make-command-line)
15026 (locate-fcodes-file, locate-update-command)
15027 (locate-prompt-for-command, locate, locate-with-filter)
15028 (locate-get-file-positions): Doc fixes.
15029 (locate-buffer-name, locate-header-face): Remove leading `*' in
15030 defcustom.
15031 (locate-filter-output): Use `keep-lines' instead of its alias
15032 `delete-non-matching-lines'.
15033 (locate-get-filename, locate-get-dirname): Add introductory comment.
15034 (locate-find-directory-other-window): Give appropriate error
15035 message if used outside main listing.
15036
15037 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15038
15039 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
15040 the new extend-region feature.
15041 (font-lock-after-change-function): Update correspondingly.
15042 * jit-lock.el (jit-lock-after-change): Update correspondingly.
15043 * progmodes/grep.el (font-lock-lines-before): Don't disable.
15044
15045 2006-03-15 Bill Wohler <wohler@newt.com>
15046
15047 * image.el (image-load-path-for-library): Fix example by not
15048 recommending that one binds image-load-path. Just defvar it to
15049 placate compiler and only use it if previously defined.
15050
15051 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
15052
15053 * textmodes/org.el (org-insert-centered): Use `string-width' to
15054 make underlining work for wide characters.
15055 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
15056 TAB to `org-cycle', to make sure that no binding in
15057 `outline-mode-map' can supercede it.
15058
15059 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
15060
15061 * allout.el: Increment version to 2.2.1 in file commentary.
15062
15063 (allout-version): Increment to 2.2.1.
15064
15065 (allout-default-layout): New customization variable, used when the
15066 file lacks a specific allout-layout. Uses allout-layout-type for
15067 recursively nested definition.
15068
15069 (allout-layout-type): Widget defining allout layouts, necessary for
15070 self-recursive definition.
15071
15072 (allout-mode): Incorporate allout-default-layout as fallback for
15073 allout-layout.
15074
15075 (allout-layout): Mark as 'safe-local-variable', and refer mention
15076 fallback to `allout-default-layout' in absence of a specified value.
15077 (allout-passphrase-verifier-string)
15078 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
15079
15080 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
15081
15082 (allout-get-encryption-passphrase-verifier): Use correct name of
15083 passphrase verifier in docstring.
15084
15085 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
15086
15087 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
15088 elements.
15089 (gdb-find-watch-expression): Make it work for arrays too.
15090 Follow change to gdb-var-list.
15091 (gud-watch): Allow the user to enter variable name with a prexix
15092 arg. Create keybindings.
15093 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
15094 (gdb-var-list-children-handler, gdb-var-update-handler)
15095 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
15096 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
15097 Follow change to gdb-var-list.
15098 (gdb-starting): Don't show the overlay arrows when program is running.
15099
15100 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
15101 gdb-var-list.
15102
15103 2006-03-14 Bill Wohler <wohler@newt.com>
15104
15105 * image.el (image-load-path-for-library): Pass value of path
15106 rather than symbol. Always return list of directories.
15107 Guarantee that image directory comes first.
15108
15109 2006-03-14 Alan Mackenzie <acm@muc.de>
15110
15111 * font-core.el (font-lock-extend-region\(-function\)?.):
15112 New function/variable.
15113
15114 * font-lock.el (font-lock-after-change-function):
15115 Call font-lock-extend-region. Obey font-lock-lines-before.
15116 (font-lock-default-fontify-region): Remove reference to
15117 font-lock-lines-before.
15118
15119 * jit-lock.el (jit-lock-after-change):
15120 Call font-lock-extend-region. Obey font-lock-lines-before.
15121
15122 2006-03-14 David Ponce <david@dponce.com>
15123
15124 * tree-widget.el (tree-widget-themes-load-path)
15125 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
15126
15127 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
15128
15129 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
15130 (rcirc-print): Mark the start of text at the end of the prompt.
15131 (rcirc-track-minor-mode): Add autoload cookie.
15132 (rcirc-update-activity-string): Add space to front of mode-line
15133 indicator.
15134
15135 2006-03-13 Miles Bader <miles@gnu.org>
15136
15137 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
15138 (rcirc-abbrev-nick): Remove function.
15139 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
15140
15141 2006-03-13 David Ponce <david@dponce.com>
15142
15143 * tree-widget.el: Handle themes across all occurrences of the main
15144 themes sub-directory found in tree-widget-themes-load-path.
15145 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
15146 (tree-widget--locate-sub-directory): Return all occurrences.
15147 (tree-widget-themes-path): New function.
15148 Replace tree-widget-themes-directory, and return a list of directories.
15149 (tree-widget-set-parent-theme)
15150 (tree-widget-lookup-image): Use it.
15151
15152 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
15153
15154 * textmodes/org.el (org-link-search): Avoid self-matching of
15155 links, allow target text to be distributed over several lines.
15156 (org-search-not-link): New function.
15157 (org-set-regexps-and-options, org-get-current-options):
15158 New startup options.
15159 (org-export-as-html): Take odd-level setting from local variable.
15160 (org-fontify-emphasized-text): New option.
15161 (org-set-font-lock-defaults): Include emphasized text.
15162 (org-follow-mhe-link): Allow folder-only links, fix folder name.
15163 (org-font-lock): Customize group renamed from `org-faces'.
15164
15165 2006-03-13 John Paul Wallington <jpw@pobox.com>
15166
15167 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
15168 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
15169
15170 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
15171
15172 * cus-start.el (all): Delete :version keyword for members of the
15173 fringe group, since the entire group is new in 22.1.
15174
15175 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
15176
15177 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
15178 map if value is hexadecimal (an address).
15179 (gud-watch): Only search roots for existing watch expressions.
15180 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
15181 prevent caching problems with speedbar-update-directory-contents.
15182
15183 2006-03-12 Juri Linkov <juri@jurta.org>
15184
15185 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
15186 before comparing with `low' and `warn'.
15187
15188 * info.el (Info-dir-remove-duplicates): Move point to the
15189 beginning of the current line after deleting the entries from
15190 redundant heading. Use marker for `limit' and compare it with
15191 point before calling `re-search-forward'.
15192
15193 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
15194
15195 * simple.el (yank): Fix typo in docstring.
15196
15197 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
15198
15199 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
15200 messages, where "D" is the 6th character.
15201
15202 2006-03-11 Eli Zaretskii <eliz@gnu.org>
15203
15204 * simple.el (yank): Fix last change.
15205
15206 2006-03-11 David Ponce <david@dponce.com>
15207
15208 * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
15209 before merging elements from the standard ispell-dictionary-alist.
15210 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
15211 alist, and return the new alist.
15212
15213 2006-03-11 Richard Stallman <rms@gnu.org>
15214
15215 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
15216
15217 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
15218 the way it is implemented is too unclean.
15219
15220 * simple.el (kill-region, yank): Doc fix.
15221
15222 * battery.el (battery-echo-area-format): Doc fix.
15223 (battery-mode-line-format): Likewise.
15224 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
15225 (battery-linux-proc-acpi): Ignore batteries that say "charged".
15226
15227 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
15228
15229 * progmodes/octave-mod.el (octave-indent-for-comment):
15230 Behave according to do string.
15231
15232 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
15233
15234 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
15235 Be visible only if major mode is Mail Mode.
15236
15237 * textmodes/flyspell.el (flyspell-external-point-words)
15238 (flyspell-process-localwords): Fix last changes.
15239
15240 2006-03-11 Eli Zaretskii <eliz@gnu.org>
15241
15242 * calendar/holidays.el (list-holidays): Doc fix.
15243
15244 * international/mule.el (auto-coding-alist): Add .odt
15245 (OpenOffice's open document) files.
15246
15247 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
15248 document) files. Mention in the doc string the need to sync with
15249 auto-coding-alist.
15250
15251 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
15252
15253 * files.el (hack-local-variables-confirm): Don't prompt for ! if
15254 enable-local-variables is set to always query, or there is no
15255 savable variable.
15256
15257 2006-03-10 Bill Wohler <wohler@newt.com>
15258
15259 * image.el (image-load-path-for-library): Merge at least three
15260 functions from Gnus and MH-E into this one function that can now
15261 be shared.
15262
15263 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
15264
15265 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
15266 gdb-remove-mouse-face and remove help-echo too.
15267 (gdb-enqueue-input): Correct conditional clause.
15268
15269 2006-03-10 Glenn Morris <rgm@gnu.org>
15270
15271 * calendar/calendar.el (calendar-holidays): Doc fix.
15272 * calendar/holidays.el (list-holidays): Doc fix.
15273
15274 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
15275
15276 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
15277 it gets called in gdb-prompt anyway.
15278 (gdb-use-separate-io-buffer): Only restore window arrangement for
15279 gdb-many-windows.
15280 (gdb-enqueue-input): Make it harder to send GDB input when program
15281 is running.
15282 (gdb-buffer-list): New variable.
15283 (gdb-remove-mouse-face): New function.
15284 (gdb-starting): Use it when GDB input won't get sent.
15285
15286 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
15287
15288 * help.el (view-lossage): Remove trailing whitespace before
15289 inserting "\n".
15290
15291 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
15292
15293 * files.el (hack-local-variables-confirm):
15294 Set coding-system-for-read to nil before writing to .emacs.
15295
15296 * arc-mode.el (archive-extract): Check if an existing buffer name
15297 comes from a different archive.
15298
15299 * help.el (describe-key-briefly): If KEY is a down event, read and
15300 discard the up event.
15301
15302 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
15303
15304 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
15305 be edited and use font-lock-warning-face for any changes.
15306
15307 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
15308 (gdb-edit-value): Use it to report any errors.
15309
15310 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
15311
15312 * help.el (describe-key): Remove leftover test code.
15313
15314 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
15315
15316 * textmodes/org.el: Move defvars out of eval-when-compile.
15317 Use buffer-file-name variable.
15318 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
15319 arg `file'.
15320 (org-level-faces): Remove startup dependency.
15321 (org-cycle, org-map-tree, org-scan-tags)
15322 (org-remember-handler): Don't call `outline-level' directly.
15323 (org-mhe-search-all-folders): New option.
15324 (org-mhe-get-message-folder-from-index)
15325 (org-mhe-get-message-folder): Fix indexing search.
15326 (org-format-agenda-item): Handle nil TAGS argument.
15327 (org-cleaned-string-for-export, org-activate-target-links)
15328 (org-make-target-link-regexp): Deal with empty radio target list.
15329 (org-tag): New face.
15330 (org-get-level-face): New function.
15331 (org-set-font-lock-defaults): Simplify setup for headlines.
15332 (org-complete): Pass common substring to `display-completion-list'.
15333
15334 2006-03-06 David Ponce <david@dponce.com>
15335
15336 * tree-widget.el: Update Commentary header.
15337 (tree-widget-theme-name): Ignore parent themes.
15338 (tree-widget-set-parent-theme): New function.
15339 (tree-widget-set-theme): Use it.
15340 (tree-widget-set-image-properties): Move definition. Does nothing
15341 if image properties have already been set.
15342 (tree-widget-image-properties): Move definition. Receive an image
15343 name. Set the :pointer property.
15344 (tree-widget-lookup-image): Doc fix. Search in parent themes.
15345 Don't set the :pointer image property.
15346 (tree-widget-convert-widget): New function. Handle :dynargs
15347 compatibility here.
15348 (tree-widget): Use it to :convert-widget. Add the :expander-p
15349 predicate to control when the :expander function is entered.
15350 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
15351 (tree-widget-value-create): Handle :expander-p. widget-apply
15352 :expander.
15353 (tree-widget-expander-p): New function. Default value of the
15354 :expander-p property.
15355
15356 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
15357
15358 * help.el (describe-key): Properly handle the return value of
15359 read-key-sequence when grabbing an up-event. Cleanup mouse-1
15360 remaps. Handle string and vector `follow-link' values.
15361
15362 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
15363
15364 * complete.el (PC-expand-many-files): Try be more careful when parsing
15365 the shell's output.
15366
15367 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
15368
15369 * outline.el (hide-sublevels): Provide better interactive default.
15370
15371 2006-03-06 Kenichi Handa <handa@m17n.org>
15372
15373 * international/fontset.el (create-fontset-from-fontset-spec):
15374 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
15375
15376 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
15377
15378 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
15379 backslashes instead of one in regexp.
15380 (gud-tooltip-dereference): Add missing optional argument.
15381
15382 2006-03-04 John Paul Wallington <jpw@pobox.com>
15383
15384 * wdired.el (toplevel): Require `cl' at compile-time.
15385
15386 2006-03-04 Andreas Schwab <schwab@suse.de>
15387
15388 * server.el (server-process-filter): Handle errors during
15389 evaluation of the argument.
15390
15391 2006-03-03 John Paul Wallington <jpw@pobox.com>
15392
15393 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
15394 escape parentheses at beginning of line.
15395 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
15396 (t-mouse-mode): Remove period from end of error message.
15397
15398 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
15399
15400 * textmodes/flyspell.el (flyspell-process-localwords):
15401 Be case-sensitive.
15402
15403 2006-03-03 Martin Rudalics <rudalics@gmx.at>
15404
15405 * cus-edit.el (custom-quote): Remove function, since it has been
15406 moved to custom.el.
15407
15408 * font-lock.el (lisp-font-lock-keywords-2)
15409 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
15410 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
15411 they have no special meaning.
15412
15413 * midnight.el (clean-buffer-list): Handle case where base-buffer of
15414 indirect buffer gets killed before indirect buffer. Use dolist.
15415
15416 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
15417
15418 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
15419 value instead of a literal constant (1) on more pauses.
15420
15421 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
15422
15423 * textmodes/flyspell.el (flyspell-external-point-words):
15424 Be case-sensitive.
15425
15426 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
15427
15428 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
15429 with "www".
15430
15431 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
15432
15433 * allout.el: Restablish intermediate missing comment header to
15434 preserve outline structure.
15435 (allout-beginning-of-current-entry): Skip invisible text.
15436 (allout-open-topic): Fix opening a topic at end-of-buffer.
15437 (allout-minor-mode): Move nearer to allout-mode function.
15438
15439 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
15440
15441 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
15442
15443 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
15444
15445 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
15446 is nil.
15447
15448 * progmodes/gud.el (gud-speedbar-menu-items):
15449 Use buffer-local-value and add missing :visible keyword.
15450
15451 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
15452
15453 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
15454
15455 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
15456 must be `follow-link'.
15457
15458 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
15459
15460 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
15461 formatting: No nested anchors.
15462 (org-all-targets): Fix bug with XEmacs compatibility.
15463 (org-read-date): Add (require 'parse-time).
15464 (org-set-tags): Fix bug with extra inserted space.
15465 (org-export-html-style): Define a style class for targets.
15466 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
15467 (org-hide-leading-stars): New option.
15468 (org-hide): New face.
15469 (org-set-font-lock-defaults): Allow to hide leading stars.
15470 (org-get-legal-level, org-tr-level): New functions.
15471 (org-odd-levels-only): New option.
15472 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
15473 (org-demote, org-promote): Deal with double-star levels.
15474 (org-convert-to-odd-levels): New command.
15475
15476 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
15477
15478 * speedbar.el (speedbar-update-localized-contents): Try to
15479 preserve window-start.
15480 (speedbar-update-directory-contents): Try to preserve window-start
15481 and window-point.
15482 (speedbar-update-special-contents): Don't move back to start of window.
15483
15484 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
15485 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
15486 speedbar-timer-fn.
15487 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
15488 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
15489 instead of gdb-speedbar-timer-fn.
15490
15491 2006-02-28 Jay Belanger <belanger@truman.edu>
15492
15493 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
15494 (math-compose-expr): Use latex option when calling
15495 `math-compose-tex-matrix' for latex mode.
15496
15497 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
15498
15499 * speedbar.el: Re-instate comments about developing for speedbar
15500 [this is what info and gdb-ui use even if better methods exist now].
15501
15502 * t-mouse.el: New file.
15503 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
15504 (t-mouse-lispy-buffer-posn-from-coords): Remove.
15505 (t-mouse-make-event-element): Use posn-at-x-y instead.
15506 (t-mouse-make-event): Deal with Fedora Core 3.
15507 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
15508 (t-mouse-mouse-position-function): New function. Use it instead
15509 of advising mouse-position.
15510 (t-mouse-mode): New minor mode.
15511 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
15512
15513 2006-02-27 Glenn Morris <rgm@gnu.org>
15514
15515 * calendar/calendar.el (calendar-holidays): Doc fix.
15516
15517 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
15518
15519 * progmodes/gdb-ui.el (gdb-source-window): New variable.
15520 Re-introduce the concept of a source window.
15521 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
15522 consistency with get-buffer-create.
15523 (def-gdb-auto-update-handler, gdb-info-locals-handler)
15524 (gdb-data-list-register-values-handler)
15525 (gdb-stack-list-locals-handler): Try to preserve window-start as
15526 well as window-point.
15527 (gdb-display-source-buffer): New function (old concept).
15528 (gdb-goto-breakpoint): Use it.
15529
15530 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
15531 for gdb-ui/gdb-mi (old concept).
15532
15533 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
15534
15535 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
15536 binding.
15537
15538 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
15539
15540 * textmodes/reftex-sel.el (reftex-select-label-map)
15541 (reftex-select-bib-map): Add `follow-mouse' binding.
15542
15543 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
15544
15545 * jka-cmpr-hook.el (jka-compr-compression-info-list)
15546 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
15547 Give :set functions to provide automatic updating.
15548 Update docstring. Give compiler defvars early in the file
15549 and move the defcustoms to a later spot where all called functions
15550 are defined.
15551 (jka-compr-file-name-handler-entry): Doc fix.
15552 (jka-compr-compression-info-list--internal)
15553 (jka-compr-mode-alist-additions--internal)
15554 (jka-compr-load-suffixes--internal): New variables.
15555 (jka-compr-install): Set the three above variables.
15556 Update `load-file-rep-suffixes' instead of `load-suffixes'.
15557 (jka-compr-update, jka-compr-set): New functions.
15558 (auto-compression-mode): Doc fix.
15559
15560 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
15561 Update `load-file-rep-suffixes' instead of `load-suffixes'.
15562 Use jka-compr-compression-info-list--internal,
15563 jka-compr-mode-alist-additions--internal and
15564 jka-compr-load-suffixes--internal.
15565
15566 * files.el (load-library):
15567 * loadhist.el (file-loadhist-lookup):
15568 * startup.el (command-line):
15569 * subr.el (locate-library):
15570 * emacs-lisp/autoload.el (update-directory-autoloads):
15571 * emacs-lisp/find-func.el (find-library-suffixes):
15572 Use `get-load-suffixes' instead of `load-suffixes'.
15573
15574 * subr.el (locate-library):
15575 * emacs-lisp/find-func.el (find-library-name):
15576 Use `load-file-rep-suffixes' instead of '("").
15577
15578 2006-02-26 Kim F. Storm <storm@cua.dk>
15579
15580 * ido.el (ido-save-history, ido-load-history): Simplify.
15581 Don't use find-file-noselect to avoid interference from other modes.
15582
15583 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
15584
15585 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
15586 to use the default shell if filename is not available.
15587 Reported by Giorgos Keramidas.
15588
15589 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
15590
15591 * progmodes/etags.el (tags-completion-table): Do completion from
15592 all the tables in the current list, as documented in the manual.
15593
15594 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15595
15596 * CC Mode Update to 5.31.3.
15597
15598 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15599
15600 * progmodes/cc-mode.el (c-postprocess-file-styles):
15601 Bind inhibit-read-only to t, around the call to
15602 c-remove-any-local-eval-or-mode-variables, so that it works on a
15603 RO file.
15604
15605 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15606
15607 * progmodes/cc-awk.el: Correct a typo.
15608
15609 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15610
15611 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
15612 c-hungry-delete-backwards, at the request of RMS. Leave the old
15613 name as an alias.
15614
15615 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15616
15617 * progmodes/cc-mode.el: Correct a typo.
15618
15619 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15620
15621 * progmodes/cc-defs.el: Update the version number to 5.31.3.
15622
15623 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15624
15625 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
15626 brace-else-brace (error due to mbeg, mend being undefined).
15627
15628 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15629
15630 * progmodes/cc-mode.el: File Local variables: Solve the problem
15631 where both `mode' and c-file-offsets are specified: `mode' will
15632 overwrite c-f-o's settings:
15633 (c-remove-any-local-eval-or-mode-variables): New function.
15634 (c-postprocess-file-styles): Call the above new function, within
15635 c-tentative-buffer-change, to splat `mode' and `eval' before the
15636 second hack-local-variables.
15637
15638 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15639
15640 * progmodes/cc-mode.el:
15641 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
15642 (c-after-change): Protect the match data with save-match-data.
15643 It was getting corrupted by c-after-change-check-<>-operators.
15644
15645 * progmodes/cc-defs.el: [Supersedes patch V1.38]:
15646 (top level): Check for a buggy font-lock-compile-keywords ONLY in
15647 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
15648
15649 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
15650 with save-match-data. It was being corrupted when Font Lock was
15651 not enabled.
15652
15653 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15654
15655 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
15656 Mode and Subword Mode.
15657
15658 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
15659 real labels ("case 1:" or "foo:") from non-labels ("public:").
15660 (c-forward-objc-directive): Replace c-forward-token-2 with crude
15661 coding; c-f-t-2 doesn't move over a token at EOB.
15662
15663 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
15664
15665 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
15666 (c-update-modeline): Concatenate the minor mode indicators
15667 directly onto mode-name, removing c-submode-indicators.
15668 Sometimes, c-s-i got separated from the mode name on the mode line.
15669
15670 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
15671 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
15672
15673 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15674
15675 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
15676 error message when there's an evaluation error to show whether
15677 it's loaded from source or not.
15678 (c-filter-ops): Make it available at runtime too to work when
15679 `c-make-init-lang-vars-fun' needs to evaluate from source.
15680
15681 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
15682
15683 * help.el (help): Revert last part of 2006-02-23 change (deletion
15684 of the `provide' call).
15685
15686 2006-02-23 Juri Linkov <juri@jurta.org>
15687
15688 * compare-w.el (compare-windows-highlight): Add new value
15689 `persistent' and change :type from `boolean' to `choice'.
15690 (compare-windows-overlays1, compare-windows-overlays2):
15691 New internal variables.
15692 (compare-windows-highlight): If compare-windows-highlight is
15693 `persistent', add current overlays to compare-windows-overlays[12]
15694 instead of adding compare-windows-dehighlight to pre-command-hook.
15695 (compare-windows-dehighlight): Delete all overlays from
15696 compare-windows-overlays[12].
15697
15698 * info.el (Info-search): Don't bind search-spaces-regexp to
15699 Info-search-whitespace-regexp in non-regexp isearch mode.
15700
15701 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15702
15703 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
15704
15705 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
15706
15707 * textmodes/org.el (org-xemacs-p)
15708 (org-export-html-show-new-buffer, org-table-may-need-update)
15709 (org-insert-item, org-mhe-get-message-real-folder)
15710 (org-mhe-get-message-folder-from-index)
15711 (org-mhe-get-message-folder, org-mhe-get-message-num)
15712 (org-mhe-get-header, org-make-org-heading-search-string)
15713 (org-make-org-heading-camel, org-table-sort-lines)
15714 (org-format-org-table-html, org-format-table-table-html):
15715 Fix typos in docstrings.
15716
15717 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
15718
15719 * textmodes/org.el (org-cleaned-string-for-export)
15720 (org-solidify-link-text): New function.
15721 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
15722 XEmacs, just to silence the compiler.
15723 (org-export-as-ascii, org-export-as-html-and-open):
15724 Use `org-cleaned-string-for-export' and create internal links.
15725 (org-follow-mhe-link): Require mh-e, use folder.
15726
15727 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
15728
15729 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
15730
15731 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
15732 gdb-debug-log-length.
15733 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
15734 it a real ring but...
15735 (gud-gdba-marker-filter): ...make it work like mark-ring.
15736 (gdb-enable-debug): Rename from gdb-enable-debug-log.
15737 (gdb-mouse-jump): New function. Add bindings.
15738
15739 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
15740
15741 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
15742 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
15743 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
15744 (gdb-debug-log-length): Customize it's length.
15745 (gud-watch, gdb-var-create-handler): Display function::var format
15746 but don't use to create variable object.
15747 (gdb-var-create-handler): Use message-box in place of message.
15748 (gdb-stopped): Call gdb-exited if signalled.
15749
15750 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
15751
15752 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
15753
15754 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
15755
15756 * textmodes/reftex.el (reftex-locate-file): Search all extensions
15757 if `reftex-try-all-extensions' is set.
15758
15759 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
15760 fail silently when there is no valid argument at point.
15761 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
15762 `fail-silently' argument. From a patch by David Reiter.
15763
15764 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
15765 New commands.
15766 (org-mark-ring): New variable.
15767 (org-mark-ring-length): New option.
15768 (org-open-at-point, org-goto, org-open-file): Push old position
15769 onto the mark ring.
15770 (org-add-hook): New function.
15771 (org-export-table-remove-special-lines): New option.
15772 (org-skip-comments, org-format-org-table-html): Respect new
15773 option `org-export-table-remove-special-lines'.
15774 (org-open-file): Allow special command configuration for
15775 directory link.
15776 (org-file-apps): Fix bugs in customize type, added setting
15777 for directories.
15778 (org-activate-tags, org-format-agenda-item, org-complete)
15779 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
15780 (org-get-tags, org-get-buffer-tags, org-open-at-point)
15781 (org-link-search, org-make-org-heading-search-string)
15782 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
15783 (org-radio-targets, org-file-link-context-use-camel-case)
15784 (org-activate-camels): New options.
15785 (org-update-radio-target-regexp, org-all-targets)
15786 (org-make-target-link-regexp, org-activate-target-links):
15787 New functions.
15788 (org-make-org-heading-search-string): New function.
15789 (org-store-link, org-insert-link): Use new option
15790 `org-file-link-context-use-camel-case'.
15791 (org-activate-camels): Use new option `org-activate-camels'.
15792 (org-link-regexp): Add mhe prefix.
15793 (org-open-at-point, org-store-link): Support for mhe links.
15794 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
15795 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
15796 (org-mhe-get-header, org-follow-mhe-link): New functions.
15797 (org-remove-angle-brackets, org-add-angle-brackets):
15798 New functions.
15799 (org-bracket-link-regexp): New constant.
15800 (org-read-date): Fix bug that was rejecting all typed dates.
15801 (org-link-search): Make hierarchy above visible after a match.
15802 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
15803 (org-store-link): Fix bug with link creation when cursor is in
15804 an empty line.
15805 (org-open-at-point): Fix bug with matching a link.
15806 Fixed buggy argument sequence in call to `org-view-tags'.
15807 (org-compile-prefix-format): Set `org-prefix-has-tag'.
15808 (org-prefix-has-tag): New variable.
15809 (org-format-agenda-item): Remove tags from headline
15810 if appropriate.
15811 (org-agenda-remove-tags-when-in-prefix): New option.
15812
15813 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
15814
15815 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
15816 Fix the regular expressions.
15817
15818 2006-02-21 Richard M. Stallman <rms@gnu.org>
15819
15820 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
15821 if there's no other specific basis.
15822
15823 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
15824 as variables at all.
15825 (unsafep-variable): Rename arg; doc fix.
15826
15827 * abbrevlist.el (list-one-abbrev-table): Add autoload.
15828
15829 * calendar/appt.el (diary-selective-display): Add defvar.
15830
15831 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
15832
15833 * isearch.el (search-whitespace-regexp): Fix custom type.
15834
15835 * help.el (describe-key-briefly): Compute interactive args
15836 in same was as before previous change.
15837
15838 * files.el (enable-local-variables): Doc fix.
15839
15840 2006-02-21 Kim F. Storm <storm@cua.dk>
15841
15842 * fringe.el: Cleanup as file is now pre-loaded.
15843 (fringe-bitmaps): Initialize unconditionally.
15844 (fringe-mode, set-fringe-style): Remove autoload cookies.
15845
15846 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
15847
15848 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
15849 `horizontal-bar'.
15850 (fringe-cursor-alist): Use `horizontal-bar'.
15851
15852 2006-02-20 Kim F. Storm <storm@cua.dk>
15853
15854 * fringe.el (fringe-bitmaps): Update to new bitmap names.
15855 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
15856
15857 * loadup.el: Load "fringe" on window systems.
15858
15859 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
15860
15861 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
15862 out of scope components.
15863
15864 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
15865 default.
15866
15867 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
15868
15869 * custom.el (customize-mark-to-save, customize-mark-as-set):
15870 Load the symbol first.
15871
15872 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
15873
15874 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
15875 strech spec so it doesn't display as "^J" on the header line
15876 when `Buffer-menu-use-header-line' is t.
15877
15878 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
15879
15880 * speedbar.el (speedbar-make-button): Keep text properties
15881 of string arguments if desired.
15882
15883 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
15884 expessions.
15885
15886 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
15887 of speedbar.
15888
15889 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
15890
15891 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
15892 to value of `read-file-name-completion-ignore-case'.
15893
15894 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
15895
15896 * custom.el (customize-mark-as-set): Push to `user' theme.
15897
15898 * cus-edit.el (custom-save-variables): Allow unthemed values.
15899 (customize-set-variable): Push setting to `user' theme.
15900
15901 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
15902
15903 * progmodes/gud.el: Don't require font-lock as it's now
15904 automatically loaded.
15905 (gud-speedbar-buttons): Replace gdb-var-changed with
15906 gdb-force-update.
15907
15908 * progmodes/gdb-ui.el (gdb-force-update): Rename from
15909 gdb-var-changed.
15910 (gdb-post-prompt): Use it.
15911 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
15912 (gdb-var-update-handler, gdb-var-delete)
15913 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
15914 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
15915 gdb-force-update in gdb-post-prompt.
15916 (gdb-reset): Clear watch expressions from speedbar when quitting.
15917
15918 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
15919
15920 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
15921 (viper-change-state-to-vi, viper-change-state-to-emacs):
15922 Make aware of cursor coloring in the Emacs state.
15923 (viper-special-read-and-insert-char): Use read-char-exclusive.
15924 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
15925
15926 * emulation/viper-init.el (viper-emacs-state-cursor-color):
15927 New variable.
15928
15929 * emulation/viper-util.el (viper-save-cursor-color)
15930 (viper-get-saved-cursor-color-in-replace-mode)
15931 (viper-get-saved-cursor-color-in-insert-mode)
15932 (viper-restore-cursor-color): Make aware of the cursor color
15933 in Emacs state.
15934 (viper-get-saved-cursor-color-in-emacs-mode): New function.
15935
15936 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
15937 (ediff-ignore-case-option3, ediff-actual-diff-options)
15938 (ediff-actual-diff3-options): New variables to control case sensitivity.
15939 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
15940 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
15941 (ediff-toggle-ignore-case): New function.
15942 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
15943
15944 * ediff-help.el (ediff-long-help-message-narrow2)
15945 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
15946 (ediff-long-help-message-word-mode): Add ignore-case command.
15947 (ediff-help-for-quick-help): Add ignore-case command.
15948
15949 * ediff-merg.el: Move provide to the end.
15950
15951 * ediff-ptch.el: Move provide to the end.
15952
15953 * ediff-wind.el: Move provide to the end.
15954
15955 * ediff-mult.el: Move provide to the end.
15956 (ediff-set-meta-overlay): Enable follow-link.
15957
15958 * ediff.el: Move provide to the end.
15959 Break recursive load cycle in eval-when-compile.
15960 (ediff-patch-buffer): Better heuristics.
15961
15962 * ediff-util.el: Move provide to the end.
15963 Break recursive load cycle in eval-when-compile.
15964 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
15965 defuns.
15966 (ediff-submit-report): Pass the values of ediff-diff3-program,
15967 ediff-diff3-options.
15968
15969 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
15970
15971 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
15972 the opening bracket of the following bracketing pairs: {}, [], (), <>,
15973 `' (for example, in the docstring of `windmove-default-keybindings').
15974
15975 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
15976
15977 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
15978 shadow face. Don't provide binding to edit variable when it is
15979 out of scope.
15980
15981 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
15982 (gdb-var-update-handler): Detect out of scope variables with pre
15983 GDB 6.4 too.
15984 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
15985 Reset status of variable objects to nil in update handlers.
15986 (gdb-var-update-handler-1): Detect when a variable object comes
15987 in scope. setcar on var changes gdb-var-list directly.
15988
15989 2006-02-17 Juri Linkov <juri@jurta.org>
15990
15991 * ffap.el (ffap) <defface>: Add explicit face declaration.
15992 (ffap-highlight): Use face `ffap' directly instead of checking
15993 for its existence.
15994
15995 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
15996 `visible-ok' of `other-buffer' to find the right original buffer.
15997
15998 * info.el (Info-search): Skip `Local Variables' node.
15999
16000 2006-02-17 Juri Linkov <juri@jurta.org>
16001
16002 * info.el (Info-find-file): Check for symbols `apropos', `history',
16003 `toc' in the input filename, and return these symbols as is.
16004 (Info-find-node-2): Set Info-current-file to symbols `apropos',
16005 `history', `toc' instead of strings.
16006 (Info-set-mode-line): For non-string Info-current-file use the
16007 symbol's name inside **.
16008 (Info-isearch-push-state): Add quote before Info-current-file and
16009 Info-current-node.
16010 (Info-isearch-pop-state): Use `equal' instead of `string='.
16011 (Info-extract-pointer, Info-following-node-name): Use
16012 `match-string-no-properties' instead of `match-string'.
16013 (Info-up): Check `old-file' for `stringp'.
16014 (Info-history): Use `equal' instead of `string-equal'.
16015 Check `file' for `stringp'.
16016 (Info-history): Use symbol `history' instead of string as first arg
16017 of `Info-find-node'.
16018 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
16019 `toc' instead of string.
16020 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
16021 instead of `buffer-substring', and `match-string-no-properties'
16022 instead of `match-string'.
16023 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
16024 instead of strings.
16025 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
16026 Use symbol `apropos' instead of string.
16027 (Info-copy-current-node-name): Check `Info-current-file' for
16028 `stringp' and construct a command with `Info-find-node' from it.
16029 (Info-fontify-node): Use `match-string-no-properties' instead of
16030 `match-string' and check file names for `stringp'.
16031 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
16032 `history', `toc' instead of strings.
16033
16034 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
16035
16036 * files.el: Rearrange functions and variables in the file local
16037 variables section.
16038
16039 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
16040
16041 * files.el: Add truncate-lines, ispell-check-comments and
16042 ispell-local-dictionary as safe local variables.
16043
16044 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
16045
16046 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
16047 out of scope variables.
16048 (gud-speedbar-buttons): Use unless.
16049
16050 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
16051 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
16052 (gdb-show-changed-values): Also use for out of scope variables.
16053 (gdb-var-update-handler-1): Note if variable goes out of scope.
16054
16055 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
16056
16057 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
16058 default to global variable values for unsupplied args.
16059 (rcirc-get-buffer-create): Fix bug with setting the target.
16060 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
16061 test for rcirc-always-use-server-buffer-flag here.
16062 (rcirc-response-formats): Add %N, which is a facified nick. %n
16063 uses the default face. Change the ACTION format string. If the
16064 "nick" is the server, don't print anything for that field.
16065 Comment fixes.
16066 (rcirc-target-buffer): Don't test
16067 rcirc-always-use-server-buffer-flag here.
16068 (rcirc-print): Squeeze extra spaces out of the text before message.
16069 (rcirc-put-nick-channel): Strip potential "@" char from nick
16070 before adding them to nick table.
16071 (rcirc-url-regexp): Improve to match address like "foo.com".
16072
16073 2006-02-17 Eli Zaretskii <eliz@gnu.org>
16074
16075 * allout.el (allout-hidden-p): Move this defsubst before
16076 allout-overlay-interior-modification-handler, where it is first
16077 used.
16078
16079 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
16080
16081 * allout.el: Use allout invisible-text overlays instead of
16082 selective display for concealed text. Also, lots of general
16083 cleanup, and improved compatibility code.
16084
16085 (allout-version): Incremented, corrected, revised, and refined
16086 module commentary.
16087
16088 (provide 'allout): Moved to the bottom, added a require of overlay.
16089
16090 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
16091 `except-current'.
16092 (allout-write-file-hook-handler): Minimize delay.
16093 (count-trailing-whitespace-region): New function so
16094 auto-encryption of current topic can resituate cursor exactly.
16095 PGP/GPG encryption trims trailing whitespace from lines, which
16096 must be accounted for across encryption then decryption.
16097
16098 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
16099 just plain "\C-c", to avoid intruding on user's keybinding space.
16100
16101 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
16102 parameter, so user request to provide a new password is done.
16103
16104 (allout-outside-normal-auto-fill-function, allout-auto-fill):
16105 Refined mechanism for auto-filling behavior while in allout mode.
16106
16107 (allout-mode): Explicitly specify the mode map in the docstring.
16108 Clarify provision for various write-file hook var names.
16109 Adjusted for invisible-text overlays instead of selective-display.
16110
16111 (allout-depth): Really return 0 if not within any topic. This
16112 rectifies `allout-beginning-of-level' and sequence numbering
16113 errors that occur when cutting and pasting numbered topics.
16114 Changed from a in-line subst to a regular function, as well.
16115
16116 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
16117
16118 (allout-end-of-subtree, allout-end-of-subtree)
16119 (allout-end-of-entry, allout-end-of-current-heading)
16120 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
16121 (allout-show-children, allout-show-to-offshoot)
16122 (allout-hide-current-entry, allout-show-current-entry): Rectified
16123 handling of trailing blank lines between items.
16124
16125 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
16126 (allout-current-depth, allout-unprotected, allout-hidden-p)
16127 (allout-on-current-heading-p, allout-listify-exposed)
16128 (allout-chart-subtree, allout-goto-prefix)
16129 (allout-back-to-current-heading, allout-get-body-text)
16130 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
16131 (allout-hide-region-body, allout-toggle-subtree-encryption)
16132 (allout-encrypt-string, allout-encrypted-key-info)
16133 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
16134 (allout-file-vars-section-data): Adjusted for use with
16135 invisible-text overlays instead of selective-display.
16136
16137 (allout-kill-line, allout-kill-topic, allout-yank-processing):
16138 Reworked for use with invisible text overlays.
16139
16140 (allout-current-topic-collapsed-p): New function.
16141
16142 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
16143 to know when to close the containing topic.
16144
16145 (allout-pre-command-business, allout-post-command-business):
16146 Simplify undo-batching and dynamic isearch exposure.
16147
16148 (allout-set-overlay-category): New for invisible-text overlays.
16149 Sets properties of allout-overlay-category, used by
16150 allout-flag-region to set invisible-text overlay properties.
16151 (allout-get-invisibility-overlay): Get the first qualifying
16152 invisibility overlay, so we can find the extent of it.
16153 (allout-back-to-visible-text): Get to just before the beginnining
16154 of the current invisibility overlay, if any.
16155
16156 (allout-overlay-insert-in-front-handler)
16157 (allout-overlay-interior-modification-handler)
16158 (allout-before-change-handler, allout-isearch-end-handler): New
16159 functions to handle extraordinary actions affecting concealed
16160 text.
16161
16162 (allout-flag-region): Use overlays instead of selective-display
16163 for invisible text - by inheritence from the properties of
16164 allout-overlay-category in mainline Emacs, and applied
16165 property-by-property in XEmacs, some recent versions of which
16166 don't inherit the properties from the category. Provisions to
16167 respond to concealed-text edits simplified drastically.
16168
16169 (allout-isearch-rectification, allout-isearch-was-font-lock)
16170 (allout-isearch-expose, allout-enwrap-isearch)
16171 (allout-isearch-abort, allout-pre-was-isearching)
16172 (allout-isearch-prior-pos, allout-isearch-did-quit)
16173 (allout-isearch-dynamic-expose)
16174 (allout-hide-current-entry-completely): Functions deleted.
16175
16176 (allout-undo-aggregation): Explicit undo aggregation no longer
16177 necessary due to transition away from selective-display.
16178
16179 (set-allout-regexp, allout-up-current-level)
16180 (allout-next-visible-heading, allout-forward-current-level)
16181 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
16182 (allout-kill-line, allout-yank-processing, allout-show-children)
16183 (allout-expose-topic, allout-old-expose-topic)
16184 (allout-listify-exposed, allout-insert-latex-header)
16185 (allout-toggle-subtree-encryption, allout-encrypt-string)
16186 (remove-from-invisibility-spec, allout-hide-current-subtree):
16187 Ditched unused variables.
16188
16189 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
16190
16191 * textmodes/ispell.el (ispell-change-dictionary): Call
16192 ispell-buffer-local-dict instead of
16193 ispell-accept-buffer-local-defs.
16194 (ispell-local-dictionary-alist): Accept as valid any coding-system
16195 supported by Emacs.
16196 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
16197 changed to iso-8859-3.
16198
16199 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
16200
16201 * speedbar.el (speedbar-frame-width): Make an inline function
16202 instead of a macro. Use frame-width.
16203 (speedbar-try-completion, speedbar-update-contents)
16204 (speedbar-timer-fn): Use consp.
16205 (speedbar-update-localized-contents): Try to preserve point.
16206
16207 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
16208 (menu): Re-order menu items.
16209 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
16210 field.
16211 (gdb-var-update-handler-1): Use it for GDB 6.4+.
16212 (gdb-post-prompt): Speed things by not forcing update.
16213
16214 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
16215
16216 * wid-edit.el (widget-button-click): For mouse-1, cancel button
16217 press and perform default action if we get a mouse movement event.
16218
16219 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
16220
16221 * calendar/icalendar.el (icalendar--get-event-property)
16222 (icalendar--get-event-property-attributes): Fix typos in
16223 docstrings.
16224
16225 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
16226 docstring.
16227
16228 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
16229
16230 * bs.el (bs-mode): Use `buffer-disable-undo'.
16231 (bs--get-file-name): Simplify.
16232 (bs-show-in-buffer): Mark the buffer as not modified.
16233
16234 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
16235
16236 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
16237 widget-button-click.
16238
16239 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
16240 (custom-mode): Update docstring.
16241
16242 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
16243 binding.
16244
16245 * files.el (hack-local-variables-confirm): Allow scrolling if the
16246 file variable list is too long. Kill temp buffer after use.
16247
16248 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
16249
16250 * progmodes/gud.el (gdb): Improve doc string.
16251 (gdb-script-font-lock-keywords): Expand allowed character set.
16252
16253 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
16254 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
16255 (gdb-separate-io-interrupt, gdb-separate-io-quit)
16256 (gdb-separate-io-stop, gdb-separate-io-eof):
16257 Rename from gdb-inferior-* to gdb-separate-*.
16258 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
16259
16260 2006-02-14 Jay Belanger <belanger@truman.edu>
16261
16262 * calc/calc-arith.el (math-check-known-scalarp): Make sure
16263 expression is a symbol before checking that it is bound.
16264
16265 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
16266 test to see if equation can be solved.
16267
16268 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
16269
16270 * wid-edit.el (widget-button-click): Use :pressed-face property
16271 for overlay face, if it exists.
16272
16273 * cus-edit.el (custom-manual, custom-add-see-also)
16274 (custom-add-parent-links, custom-group-link): Add :pressed-face
16275 property to links.
16276
16277 * files.el (hack-local-variables): Remove ignored variables before
16278 checking if any variables need setting.
16279
16280 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16281
16282 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
16283
16284 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
16285
16286 * help.el (where-is): Fix message for remapped commands.
16287
16288 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
16289 Fix typos in docstrings.
16290
16291 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
16292
16293 * files.el (safe-local-variable-values): New option.
16294 (hack-local-variables-prop-line): Return a list of variable-value
16295 pairs if MODE-ONLY is non-nil.
16296 (hack-local-variables): Construct list of variable-value pairs,
16297 and apply or reject them in one go. Ask for confirmation if
16298 variables are not known safe.
16299 (hack-local-variables-confirm): Complete rewrite. Support
16300 `safe-local-variable-values'.
16301 (enable-local-variables): Update docstring to reflect new
16302 behavior.
16303 (ignored-local-variables): Ignore ignored-local-variables and
16304 safe-local-variable-values.
16305 (safe-local-variable-p): New function.
16306 (risky-local-variable-p): `safe-local-variable' property check
16307 moved to safe-local-variable-p.
16308 (hack-one-local-variable): Checks moved to hack-local-variables.
16309
16310 (byte-compile-dynamic, c-basic-offset, c-file-style)
16311 (c-indent-level, comment-column, fill-column, fill-prefix)
16312 (indent-tabs-mode, kept-new-versions, no-byte-compile)
16313 (no-update-autoloads, outline-regexp, page-delimiter)
16314 (paragraph-start, paragraph-separate, sentence-end)
16315 (sentence-end-double-space tab-width, version-control):
16316 Add `safe-local-variable' property.
16317
16318 * find-lisp.el: Delete nonexistent `autocompile' file variable.
16319
16320 * icomplete.el, play/landmark.el: Change nonexistent
16321 `outline-layout' file variable to `allout-layout'.
16322
16323 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
16324
16325 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
16326 (gdb-get-changed-registers): Test value of gud-minor-mode relative
16327 to gud-comint-buffer.
16328 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
16329 gdb-ui.el for gdb-mi.el.
16330 (gdb-post-prompt, gdb-get-changed-registers): Move test for
16331 registers buffer to gdb-get-changed-registers.
16332 (gdb-breakpoint-regexp): New regexp. Allow toggling and
16333 deletion of catchpoints (throw and catch).
16334 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16335 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
16336 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
16337 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
16338 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
16339
16340 2006-02-13 Jay Belanger <belanger@truman.edu>
16341
16342 * calc/calc-arith.el (math-check-known-matrixp): Make sure
16343 expression is a symbol before checking that it is bound.
16344
16345 2006-02-13 Richard M. Stallman <rms@gnu.org>
16346
16347 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
16348 for the minibuffer too, but not if resize-mini-windows will interfere.
16349
16350 * help.el (describe-key-briefly, describe-key): Do all arg-reading
16351 inside `interactive' spec.
16352 (describe-key-briefly-internal, describe-key-internal):
16353 Functions merged back into their callers.
16354
16355 2006-02-13 Martin Rudalics <rudalics@gmx.at>
16356
16357 * info.el (info-xref-visited): Inherit from info-xref too.
16358 (Info-set-mode-line): Replace occurrences of `%' by `%%'
16359 when propertizing Info-current-file and Info-current-node.
16360
16361 2006-02-13 Juri Linkov <juri@jurta.org>
16362
16363 * tumme.el (tumme-thumbnail-storage): Fix docstring.
16364 (tumme-thumb-name): Fix per-directory format.
16365
16366 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
16367
16368 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
16369
16370 2006-02-12 Miles Bader <miles@gnu.org>
16371
16372 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
16373
16374 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
16375
16376 * tumme.el: Remove history section. If someone needs the it, it
16377 can always be found in CVS.
16378
16379 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
16380
16381 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
16382 about the Thumbnail Managing Standard option.
16383
16384 2006-02-12 Richard M. Stallman <rms@gnu.org>
16385
16386 * subr.el (substitute-key-definition): Doc fix.
16387
16388 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
16389
16390 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
16391
16392 * info.el (Info-mode): Doc fix.
16393
16394 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
16395
16396 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
16397
16398 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
16399 because on Solaris a POSIX compatible "id" is needed. Reported by
16400 Magnus Henoch <mange@freemail.hu>.
16401
16402 2006-02-12 Juri Linkov <juri@jurta.org>
16403
16404 * tumme.el: Remove todo item about Thumbnail Managing Standard.
16405 (tumme) <defgroup>: Change :group to `multimedia'.
16406 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
16407 Managing Standard.
16408 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
16409 Fix dostring.
16410 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
16411 and %y. Fix docstring.
16412 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
16413 (tumme-cmd-create-standard-thumbnail-command): New user options.
16414 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
16415 is `standard'. Fix docstring.
16416 (tumme-thumb-width, tumme-thumb-height): New user options.
16417 (tumme-external-viewer): Try to find various viewers.
16418 (tumme-get-thumbnail-image): Use `create-image' instead of
16419 constructing the `image' structure.
16420 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
16421 `standard'.
16422 (tumme-thumb-name): Add file name generation for standard storage.
16423 Simplify code for other storages.
16424 (tumme-thumb-name): Use width %w and height %h instead of size %s.
16425 Add modification time %m and thumbnail-nq8 %q.
16426 Use `tumme-cmd-create-standard-thumbnail-command' if
16427 tumme-thumbnail-storage is `standard'.
16428 (tumme-dired-insert-marked-thumbs): New autoload command.
16429 (tumme-dired-after-readin-hook): New function.
16430 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
16431 `tumme-thumb-size'.
16432 (tumme-display-image): Replace size-x %x and size-y %y with
16433 width %w and height %h.
16434
16435 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
16436 `tumme-dired-insert-marked-thumbs'.
16437
16438 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
16439
16440 * tumme.el (tumme-write-tag): Fix small bug (file name did not
16441 include path).
16442 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
16443 matching tag.
16444
16445 2006-02-12 Miles Bader <miles@gnu.org>
16446
16447 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
16448 New variables.
16449 (rcirc-abbrev-nick): New function.
16450 (rcirc-format-response-string): Rewrite to use the formats in
16451 `rcirc-response-formats' and expand escape sequences therein.
16452 A text-property `rcirc-text' is added over the actual response
16453 text to make easy to find inside the returned string.
16454 (rcirc-print): When filling, just look for the `rcirc-text'
16455 text-property to find the appropriate fill prefix, instead of
16456 using hardwired patterns.
16457
16458 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
16459
16460 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
16461 Managing Standard.
16462
16463 2006-02-11 Kim F. Storm <storm@cua.dk>
16464
16465 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
16466 Don't use insert-buffer; do insert-buffer-substring directly.
16467 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
16468
16469 2006-02-11 Martin Rudalics <rudalics@gmx.at>
16470
16471 * files.el (revert-buffer, recover-file): Replace buffer-read-only
16472 with inhibit-read-only. Suggested by Stefan Monnier.
16473 (revert-buffer): Let insert-file-contents discard
16474 buffer-undo-list. Simplify code.
16475 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
16476
16477 2006-02-11 Eli Zaretskii <eliz@gnu.org>
16478
16479 * menu-bar.el (menu-bar-select-yank): Add a doc string.
16480
16481 * help.el (describe-key-briefly): Now a wrapper for
16482 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
16483 to t. Populate yank-menu if empty.
16484 (describe-key-briefly-internal): Renamed from describe-key-briefly.
16485 (describe-key): Now a wrapper for describe-key-internal. Bind
16486 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
16487 (describe-key-internal): Renamed from describe-key.
16488
16489 2006-02-11 Milan Zamazal <pdm@zamazal.org>
16490
16491 * progmodes/glasses.el (glasses-separator): Doc fix.
16492 (glasses-original-separator): New defcustom.
16493 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
16494
16495 2006-02-11 Martin Rudalics <rudalics@gmx.at>
16496
16497 * mwheel.el (mouse-wheel-up-event): Doc fix.
16498
16499 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
16500
16501 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
16502 (tumme-dir): New function. Copied from thumbs.el.
16503
16504 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
16505
16506 * desktop.el (desktop-outvar): Fix typo.
16507 (desktop-save-buffer-p): Doc fix.
16508
16509 * subr.el (substitute-key-definition): Fix typo.
16510
16511 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16512
16513 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
16514 when window-system is mac.
16515
16516 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
16517
16518 2006-02-10 Kim F. Storm <storm@cua.dk>
16519
16520 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
16521 indirect-function instead of using condition-case.
16522
16523 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
16524
16525 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
16526 less `colloquial'...
16527
16528 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
16529
16530 * tumme.el: Add a couple of todo items.
16531
16532 2006-02-09 Lars Hansen <larsh@soem.dk>
16533
16534 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
16535 (highlight-changes-mode): Don't change desktop-locals-to-save.
16536
16537 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
16538
16539 * image-mode.el (image-toggle-display): Clear image cache if using
16540 filename.
16541
16542 2006-02-09 Masatake YAMATO <jet@gyve.org>
16543
16544 * dired-x.el (dired-guess-shell-alist-default): Add .man as
16545 a `dired-man' target.
16546
16547 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
16548 boundary of symbols.
16549
16550 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
16551
16552 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
16553
16554 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
16555
16556 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
16557 `mapcar'; return nil.
16558
16559 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
16560
16561 * mouse.el (mouse-drag-track): Don't change window if we rebind to
16562 some other event.
16563
16564 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
16565
16566 * net/rcirc.el (rcirc-startup-channels-alist):
16567 Add irc.freenode.net and #emacs as defaults.
16568 (rcirc-ignore-all-activity-flag): Remove variable.
16569 (rcirc-authinfo): New variable.
16570 (rcirc-authinfo-filename): Remove variable.
16571 (rcirc-always-use-server-buffer-flag): New flag.
16572 (rcirc): M-x rcirc will automatically connect without prompting.
16573 C-u M-x rcirc will prompt. Use rcirc-connect to create a
16574 connection in lisp.
16575 (rcirc-process-server-response-1): Remove everything but the nick
16576 portion of the sender so it doesn't need to be done everywhere
16577 else. Update related code.
16578 (global-map): Remove global keybindings.
16579 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
16580 (rcirc-send-input): Split into several functions.
16581 (rcirc-process-input-line, rcirc-process-message)
16582 (rcirc-process-command): New functions.
16583 (rcirc-target-buffer): New function to determine where to route
16584 messages.
16585 (rcirc-user-nick): Save match data.
16586 (rcirc-toggle-ignore-buffer-activity)
16587 (rcirc-update-activity-string): Remove global ignore functionality,
16588 which can be done now by toggling rcirc-track-minor-mode.
16589 (rcirc-track-minor-mode-map): New keymap.
16590 (rcirc-track-minor-mode): New minor-mode.
16591 (ignore): Make the ignore output nicer. Always print it when
16592 adding or removing nicks.
16593 (rcirc-url-regexp): Improve.
16594 (rcirc-mangle-text): Remove properties before using text in the
16595 modeline.
16596 (rcirc-authenticate): Authentication data comes from
16597 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
16598 (rcirc-server-prefix): Inherit from rcirc-server.
16599
16600 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
16601
16602 * Makefile.in (compile): Append "|| true" to the end of the `find'
16603 command, like compile-always does.
16604
16605 2006-02-08 Sam Steingold <sds@gnu.org>
16606
16607 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
16608 output from a dead connection.
16609
16610 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
16611
16612 * dired.el (dired-mode-map): Add more bindings for tumme.
16613
16614 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
16615
16616 * wdired.el (wdired-mode-map): Use remap.
16617 (wdired-get-filename): Massage.
16618 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
16619 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
16620 `keymap' property rather than `local-map'.
16621
16622 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
16623
16624 * tumme.el (tumme-get-thumbnail-image): New utility function.
16625 Suggested by from Chong Yidong.
16626 (tumme-dired-with-window-configuration): Rename from
16627 `tumme-dired'. Add code to save window configuration.
16628 (tumme-restore-window-configuration): New command to restore the
16629 window configuration that `tumme-dired-with-window-configuration'
16630 saves before it changes the window configuration.
16631 (tumme-show-all-from-dir): New command to display thumbnails for
16632 all files in a directory entered by the user, like M-x thumbs.
16633 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
16634 have been created.
16635 (tumme-display-thumbnail-original-image): Call `display-buffer'.
16636 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
16637 Remove obsolete test function.
16638
16639 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
16640
16641 * vc.el (small-temporary-file-directory): Remove defvar; there's
16642 a defcustom for it in files.el.
16643
16644 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
16645 Fix typo in message.
16646 (tumme-gallery-generate): Fix typo in `error' message.
16647 (tumme-display-window-height-correction)
16648 (tumme-display-window-width-correction, tumme-line-up-dynamic)
16649 (tumme-line-up-interactive): Dox fixes.
16650 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
16651 (tumme-restore-window-configuration, tumme-format-properties-string)
16652 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
16653 Fix typos in docstrings.
16654
16655 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
16656
16657 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
16658
16659 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
16660
16661 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
16662 User should use hook if desired.
16663
16664 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
16665 buffer if necessary.
16666 (gdb-delete-frame-or-window): New function.
16667 (gdb-breakpoints-mode-map): Bind "q" to it.
16668
16669 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
16670
16671 * textmodes/nroff-mode.el: Clean up name space.
16672 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
16673 (nroff-mode): Obey the global setting of nroff-electric-mode.
16674 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
16675
16676 * calendar/calendar.el (calendar-increment-month): Typo in last change.
16677
16678 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
16679
16680 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
16681
16682 2006-02-06 Lars Hansen <larsh@soem.dk>
16683
16684 * generic-x.el (etc-fstab-generic-mode): Add file system types
16685 cifs and usbdevfs. Allow special chars in file names.
16686
16687 2006-02-05 Jay Belanger <belanger@truman.edu>
16688
16689 Update copyright notices of the files in lisp/calc.
16690
16691 2006-02-05 Romain Francoise <romain@orebokech.com>
16692
16693 Update copyright notices of all files in the lisp/play directory.
16694
16695 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
16696
16697 * ldefs-boot.el: Regenerate.
16698
16699 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
16700
16701 2006-02-05 Kim F. Storm <storm@cua.dk>
16702
16703 * files.el (magic-mode-regexp-match-limit): New defvar.
16704 (set-auto-mode): Use it to limit magic-mode-alist matching.
16705
16706 2006-02-04 Eli Zaretskii <eliz@gnu.org>
16707
16708 * info.el (Info-index, Info-mode): Improve the description of the
16709 `i' command.
16710
16711 * ldefs-boot.el: Regenerate.
16712
16713 2006-02-03 Werner Lemberg <wl@gnu.org>
16714
16715 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
16716 greedy to find the closing bracket in \*[...] and similar
16717 expressions. This is a first rough fix -- many additional
16718 refinements are necessary to make nroff mode really usable with groff.
16719
16720 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
16721
16722 * international/mule-cmds.el (set-locale-environment):
16723 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
16724 libX11.
16725
16726 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
16727
16728 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
16729 archive are created in archive-tmpdir.
16730
16731 2006-02-02 John Paul Wallington <jpw@pobox.com>
16732
16733 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
16734 (ibuffer-fontification-alist): Use it.
16735 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
16736 to "* z" and the Ibuffer Mark menu.
16737
16738 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
16739
16740 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
16741
16742 * textmodes/table.el (*table--cell-describe-mode)
16743 (*table--cell-describe-bindings): Undo last change since
16744 print-help-return-message is not obsoleted by anything at all.
16745
16746 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
16747
16748 * emulation/cua-base.el (cua-mode): Doc fix.
16749
16750 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
16751
16752 * dframe.el (dframe-handle-make-frame-visible)
16753 (dframe-handle-iconify-frame, dframe-get-focus)
16754 (dframe-select-attached-frame, dframe-power-click)
16755 (dframe-frame-mode): Fix typos in docstrings.
16756
16757 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
16758 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
16759 Fix typos in docstrings.
16760
16761 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
16762 (hi-lock-face-buffer, hi-lock-font-lock-hook)
16763 (hi-lock-archaic-interface-message-used)
16764 (hi-lock-file-patterns-range): Fix typos in docstrings.
16765
16766 * savehist.el (savehist-loaded, savehist-load, savehist-install)
16767 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
16768
16769 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
16770 Fix typo in docstring.
16771
16772 * net/newsticker.el (newsticker--decode-iso8601-date)
16773 (newsticker--set-customvar, newsticker--buffer-insert-item)
16774 (newsticker--do-run-auto-mark-filter)
16775 (newsticker--parse-generic-feed): Doc fixes.
16776 (newsticker--retrieval-timer-list, newsticker-url-list)
16777 (newsticker-hide-immortal-items-in-echo-area)
16778 (newsticker-hide-obsolete-items-in-echo-area)
16779 (newsticker-new-item-face, newsticker--enclosure)
16780 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
16781 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
16782 (newsticker--parse-generic-feed, newsticker--cache-contains)
16783 (newsticker--stat-num-items, newsticker-download-enclosures):
16784 Fix typos in docstrings.
16785
16786 * net/rcirc.el (rcirc-debug): Doc fix.
16787 (rcirc-fill-column, rcirc-receive-message-hooks)
16788 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
16789 (rcirc-mode, rcirc-generate-new-buffer-name)
16790 (rcirc-startup-channels, rcirc-ignore-update-automatic)
16791 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
16792 Fix typos in docstrings.
16793 (rcirc-print): "?\ " -> "?\s".
16794 (rcirc-cmd-join): Improve argument/docstring consistency.
16795
16796 2006-02-01 Mark A. Hershberger <mah@everybody.org>
16797
16798 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
16799 before narrow-to-region.
16800
16801 2006-02-01 Richard M. Stallman <rms@gnu.org>
16802
16803 * simple.el (move-beginning-of-line): Scan properly for invis change.
16804
16805 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
16806
16807 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
16808
16809 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
16810 change bit only when id-format is 'integer. Reported by Matt
16811 Hodges <M.P.Hodges@rl.ac.uk>.
16812
16813 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
16814
16815 * hilit-chg.el (highlight-changes-initial-state)
16816 (highlight-changes-global-initial-state): Doc fixes.
16817 (highlight-changes-global-modes, global-highlight-changes):
16818 Fix typos in docstrings.
16819
16820 2006-02-01 Kim F. Storm <storm@cua.dk>
16821
16822 * emulation/cua-base.el (cua-mode): Mention that CUA enables
16823 transient-mark-mode in doc string.
16824
16825 2006-01-31 Richard M. Stallman <rms@gnu.org>
16826
16827 * replace.el (multi-occur): Doc fix.
16828 (multi-occur-in-matching-buffers): Rename from
16829 multi-occur-by-filename-regexp. Prefix arg says match
16830 buffer names instead of file names.
16831
16832 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
16833
16834 * bs.el: Allow non-default values of `bs-header-lines-length'.
16835 (bs--running-in-xemacs): Remove (not needed anymore).
16836 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
16837 instead of `shrink-window', thus avoiding having to compute the
16838 height of the window.
16839 (bs--up): Wrap around even when there's no header.
16840 (bs--down): Use `forward-line' instead of `next-line'.
16841
16842 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
16843
16844 * image-mode.el (image-toggle-display): Use file name if possible,
16845 instead of unnecessarily allocating a (possibly huge) lisp string.
16846
16847 2006-01-30 John Paul Wallington <jpw@pobox.com>
16848
16849 * subr.el (toplevel): Define `cl-assertion-failed' condition here
16850 because the `assert' macro signals it at runtime.
16851
16852 * emacs-lisp/cl.el (toplevel): Remove definition of
16853 `cl-assertion-failed' condition.
16854
16855 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
16856
16857 * thumbs.el (thumbs-marked-list): Make buffer-local and
16858 permanent-local.
16859 (thumbs-insert-thumb): Make help-echo non-sticky.
16860 (thumbs-file-alist): Use eolp as check for (non)-image.
16861
16862 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
16863
16864 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
16865 (ediff-before-session-group-setup-hooks)
16866 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
16867 Fix typos in docstrings.
16868
16869 * window.el (bw-dir, bw-eqdir, balance-windows)
16870 (split-window-keep-point): Fix typos in docstrings.
16871
16872 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
16873 (org-quote-string, org-calendar-to-agenda-key)
16874 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
16875 (org-show-following-heading, org-tags-column)
16876 (org-use-tag-inheritance, org, org-allow-space-in-links)
16877 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
16878 (org-enable-table-editor, org-calc-default-modes)
16879 (org-table-allow-automatic-line-recalculation)
16880 (org-export-html-style, org-export-with-fixed-width)
16881 (org-export-with-sub-superscripts, org-special-keyword)
16882 (org-formula, org-time-grid, org-table-may-need-update)
16883 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
16884 (org-goto-quit, org-get-indentation, org-end-of-item)
16885 (org-move-item-down, org-move-item-up)
16886 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
16887 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
16888 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
16889 (org-agenda-log-mode, org-agenda-toggle-diary)
16890 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
16891 (org-agenda-file-to-end, org-agenda-no-heading-message)
16892 (org-agenda-get-closed, org-format-agenda-item)
16893 (org-cmp-priority, org-cmp-category, org-cmp-time)
16894 (org-agenda-change-all-lines, org-agenda-diary-entry)
16895 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
16896 (org-link-search, org-camel-to-words, org-open-file)
16897 (org-remember-handler, org-table-convert-region)
16898 (org-table-move-row-down, org-table-move-row-up)
16899 (org-table-copy-region, org-table-wrap-region)
16900 (org-table-toggle-vline-visibility)
16901 (org-table-get-vertical-vector, org-table-modify-formulas)
16902 (org-table-get-specials, org-recalc-commands)
16903 (org-table-rotate-recalc-marks, org-table-eval-formula)
16904 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
16905 (org-level-color-stars-only, org-insert-heading):
16906 Fix typos in docstrings.
16907 (last-arg): Add defvar.
16908
16909 * makefile.w32-in (WINS): Add erc.
16910 (MH_E_SRC): Update (copied from lisp/Makefile.in).
16911
16912 2006-01-29 Bill Wohler <wohler@newt.com>
16913
16914 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
16915 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
16916 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
16917 (mh-autoloads): Don't use comments on otherwise empty lines.
16918
16919 2006-01-29 Edward O'Connor <ted@oconnor.cx>
16920
16921 * emulation/viper.el (viper-major-mode-modifier-list):
16922 Add insert-state and vi-state entries for erc-mode.
16923 (viper-go-away, viper-set-hooks): Add and remove
16924 viper-comint-mode-hook from erc-mode-hook as appropriate.
16925
16926 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
16927
16928 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
16929
16930 * bs.el (bs--format-aux): Implement `middle' alignment as
16931 described in the docstring for `bs-attributes-list'.
16932 (bs--get-name): Simplify. Don't pad the buffer name.
16933
16934 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
16935
16936 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
16937 English aspell dictionary is installed, use the first entry of
16938 ispell-dictionary-alist-1.
16939
16940 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
16941
16942 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
16943 Doc fix.
16944
16945 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
16946
16947 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
16948 for `process-file', in order to let it work for older Emacsen too.
16949
16950 2006-01-27 Eli Zaretskii <eliz@gnu.org>
16951
16952 * international/latexenc.el: Add a suitable `coding:' tag.
16953 (latexenc-find-file-coding-system): Undo last change.
16954
16955 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16956
16957 * international/latexenc.el (latexenc-find-file-coding-system):
16958 Make sure latexenc-main-file is a regular file and is readable.
16959
16960 2006-01-27 Andre Spiegel <spiegel@gnu.org>
16961
16962 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
16963 Pass FILE to vc-user-login-name.
16964
16965 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
16966
16967 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
16968
16969 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
16970 there are no more images to display.
16971 (thumbs-mark, thumbs-unmark): Revert change so that they move to
16972 the next image.
16973
16974 2006-01-26 Richard M. Stallman <rms@gnu.org>
16975
16976 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
16977
16978 * wid-edit.el (advertised-widget-backward): New alias.
16979 (widget-keymap): Use advertised-widget-backward for S-TAB.
16980
16981 * tumme.el: Correct the keywords.
16982 (tumme-dir-max-size): Use defvar.
16983 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
16984
16985 * simple.el (move-beginning-of-line): Take account of fields.
16986 (clone-indirect-buffer-other-window): Take args like
16987 clone-indirect-buffer, and work like it.
16988
16989 * help-fns.el (describe-function): Don't pass `nil' as default.
16990
16991 * files.el (risky-local-variable-p): Follow var aliases.
16992
16993 * subr.el (lazy-completion-table): Doc fix.
16994
16995 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
16996 global binding of `line'.
16997
16998 2006-01-25 Andre Spiegel <spiegel@gnu.org>
16999
17000 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
17001 Tramp.
17002
17003 * vc.el (vc-default-dired-state-info): Pass FILE to
17004 vc-user-login-name.
17005 (vc-default-update-changelog): Don't use vc-user-login-name, we
17006 don't need it here.
17007
17008 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
17009 no longer necessary.
17010
17011 2006-01-25 Kenichi Handa <handa@m17n.org>
17012
17013 * international/mule.el (decode-char): Avoid the overhead of
17014 calling utf-lookup-subst-table-for-decode if
17015 utf-translate-cjk-mode is nil.
17016 (encode-char): Avoid the overhead of calling
17017 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
17018 nil.
17019
17020 2006-01-22 Kenichi Handa <handa@m17n.org>
17021
17022 * international/mule.el (make-subsidiary-coding-system): Reset
17023 `coding-system-define-form' property of subsidiaries to nil.
17024 Avoid duplicated entry in coding-system-alist.
17025 (make-coding-system): Avoid duplicated entry in
17026 coding-system-alist.
17027 (define-coding-system-alias): Likewise.
17028
17029 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
17030
17031 * completion.el: Minor fixes in introductory comment.
17032 (completion-def-wrapper): Fix alist.
17033
17034 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
17035
17036 * thumbs.el (thumbs-new-image-size): New function.
17037 (thumbs-increment-image-size-element)
17038 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
17039 (thumbs-decrement-image-size): Delete.
17040 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
17041 temp files and use to resize.
17042 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
17043 Use increment argument to enlarge/shrink. Preserve point.
17044 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
17045 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
17046 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
17047 (thumbs-mark, thumbs-unmark): Preserve point.
17048 (thumbs-modify-image): Keep old temp files and use to modify.
17049 Cleanup old temp files at load time. Preserve point.
17050 (thumbs-view-image-mode-map): Use new command names.
17051
17052 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
17053
17054 * log-view.el (log-view-minor-wrap): First rev is the one at point.
17055
17056 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
17057 the nastiest part of the cyclic dependency.
17058 (cal-menu-update): Use dotimes and calendar-increment-month.
17059
17060 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
17061 (calendar-week-start-day): Add an :initializer.
17062 (calendar-mode-map): Use suppress-keymap, and command remapping.
17063 (describe-calendar-mode): Setup xref-stack info for the back button.
17064 (calendar-star-date): Insert before delete.
17065 (calendar-set-mode-line): Add file-modified info if applicable.
17066 (calendar-increment-month): New function.
17067
17068 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
17069
17070 * font-lock.el (lisp-font-lock-keywords-2):
17071 Recognize "& keywords" only at word boundaries.
17072
17073 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
17074
17075 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
17076 and permanent-local.
17077 (thumbs-max-image-number): New variable.
17078 (thumbs-do-thumbs-insertion): Use them.
17079 (thumbs-per-line): Change default to 4.
17080 (thumbs-marked-list): Rename from thumbs-markedL.
17081 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
17082 (thumbs-rename-images): Use -list instead of L for internal variables.
17083 (thumbs-call-convert): Use call-process instead of shell-command.
17084 (thumbs-insert-thumb): Add filename as help-echo to each image.
17085 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
17086 Give dir to thumbs-show-thumbs-list.
17087 (thumbs-show-thumbs-list): Set default-directory to that of images.
17088 (thumbs-dired-show): Rename from thumbs-dired-show-all.
17089 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
17090 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
17091 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
17092
17093 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
17094
17095 * ses.el (ses-read-cell): Provide a default value.
17096
17097 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
17098
17099 * term/w32-win.el (image-library-alist): Add additional names for
17100 GIF library.
17101
17102 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17103
17104 * international/latexenc.el (latexenc-find-file-coding-system):
17105 Add file-regular-p check.
17106
17107 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
17108
17109 * simple.el (clone-buffer): Don't show the new buffer in the same
17110 window.
17111
17112 2006-01-23 Juri Linkov <juri@jurta.org>
17113
17114 * faces.el (link, link-visited): New faces based on default values
17115 of `info-xref' and `info-xref-visited'.
17116
17117 * info.el (info-xref): Inherit from `link'.
17118 (info-xref-visited): Inherit from `link-visited'.
17119
17120 * cus-edit.el (custom-buffer-create-internal): Use widget type
17121 `custom-manual' instead of `info-link' and don't set properties
17122 `button-face' and `mouse-face' explicitly.
17123 (custom-browse-group-tag, custom-browse-variable-tag)
17124 (custom-browse-face-tag): Inherit from widget class
17125 `custom-group-link' instead of `push-button'.
17126 (custom-button-unraised): Inherit from `underline' face.
17127 (custom-link): Inherit from `link' face. Fix doc and group.
17128 (custom-add-parent-links, custom-group-value-create): Don't set
17129 properties `button-face' and `mouse-face' explicitly for
17130 `custom-group-link' widget.
17131 (custom-group-link): Add properties `button-face' and `mouse-face'
17132 to widget definition.
17133 (custom-field-keymap): New variable. Put `custom-field-keymap' to
17134 editable-field's :keymap property.
17135 (custom-mode): Fix docstring: substitute keybindings for
17136 `widget-forward' and `widget-backward' from `widget-keymap',
17137 `widget-complete' from `custom-field-keymap', replace old
17138 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
17139
17140 * desktop.el (desktop-load-file): Check for `fboundp' before
17141 calling `symbol-function'.
17142
17143 * simple.el (clone-buffer, clone-indirect-buffer)
17144 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
17145 `read-string'. Fix prompts.
17146
17147 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
17148
17149 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
17150
17151 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
17152
17153 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
17154
17155 * startup.el (inhibit-splash-screen, initial-scratch-message):
17156 Doc fixes.
17157
17158 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
17159
17160 Sync with Tramp 2.0.52.
17161
17162 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
17163 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
17164 `tramp-unload-tramp' for checklist.
17165
17166 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
17167 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
17168 (tramp-unload-file-name-handler-alist)
17169 (tramp-unload-tramp): New defuns.
17170 (tramp-advice-PC-expand-many-files): New defadvice.
17171 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
17172 removed.
17173 (tramp-handle-expand-file-name): Remove double slash.
17174 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
17175 It doesn't matter, because it will be converted later on.
17176 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
17177 implementation was just heuristic.
17178 (tramp-post-connection): Set uid and gid properties.
17179 (tramp-convert-file-attributes): Set file's gid change bit.
17180 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
17181 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
17182 in case of su(do)? methods. The home directory of the local user
17183 will be taken else.
17184 (tramp-open-connection-telnet)
17185 (tramp-open-connection-rsh, tramp-open-connection-su)
17186 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
17187 local shell prompt could hurt. Reported by Romain Francoise
17188 <romain@orebokech.com>.
17189 (tramp-let-maybe): Add `edebug-form-spec' property.
17190 (tramp-handle-expand-file-name): Bind `default-directory' locally
17191 to "/" in order to avoid problems with UNC shares or Cygwin
17192 mounts.
17193 (tramp-md5-function): Fix typo in error message.
17194
17195 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
17196
17197 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
17198 for byte-compiler pacification.
17199
17200 2006-01-22 Andre Spiegel <spiegel@gnu.org>
17201
17202 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
17203 ID-FORMAT `string'. This allows us to get rid of
17204 `vc-user-login-name UID'.
17205
17206 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
17207
17208 2006-01-22 John Paul Wallington <jpw@pobox.com>
17209
17210 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
17211
17212 2006-01-21 Martin Rudalics <rudalics@gmx.at>
17213
17214 * emacs-lisp/find-func.el (find-definition-noselect)
17215 (find-variable-noselect): Search variables in C source code too.
17216 (find-function-C-source, find-function-noselect, find-function)
17217 (find-function-other-frame, find-variable-noselect, find-variable)
17218 (find-variable-other-frame, find-variable-at-point):
17219 Fix docstrings.
17220
17221 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
17222
17223 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
17224
17225 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
17226
17227 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
17228 Default to disabling the "Save affix" question.
17229
17230 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
17231
17232 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
17233 the first arg to run-python.
17234
17235 2006-01-21 Eli Zaretskii <eliz@gnu.org>
17236
17237 * startup.el (command-line-1): Handle --no-desktop if desktop.el
17238 is not loaded.
17239
17240 2006-01-20 Jay Belanger <belanger@truman.edu>
17241
17242 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
17243 limit is 0.
17244
17245 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
17246 the correct variable.
17247
17248 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
17249
17250 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
17251 link. Fixed buggy argument sequence in call to `org-view-tags'.
17252 (org-compile-prefix-format): Set `org-prefix-has-tag'.
17253 (org-prefix-has-tag): New variable.
17254 (org-format-agenda-item): Remove tags from headline if
17255 appropriate.
17256 (org-agenda-remove-tags-when-in-prefix): New option.
17257 (org-get-tags-at): New function.
17258
17259 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
17260
17261 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
17262 (thumbs-find-image): Move image name and number from buffer name
17263 to mode name. Set thumbs-buffer. Preserve point so that large
17264 images remain visible.
17265 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
17266 order.
17267 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
17268 mode name.
17269 (thumbs-next-image, thumbs-previous-image): Make them work.
17270
17271 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
17272
17273 * cus-edit.el (custom-buffer-create-internal): State in the text above
17274 the whole buffer buttons that they do not operate on hidden items.
17275 (custom-face-menu): Use `custom-face-save' instead of
17276 `custom-face-save-command'.
17277 (custom-face-save-command): Make it an alias for `custom-face-save'
17278 and declare it obsolete.
17279 (custom-face-save): Doc fix.
17280
17281 * dired.el (dired-no-confirm): Add quote.
17282 (dired-subdir-alist-pre-R): Add quote in
17283 `make-variable-buffer-local' form and remove unbalanced parenthesis.
17284
17285 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
17286
17287 * textmodes/table.el (table-mode-indicator): Typo in last change.
17288
17289 2006-01-19 Richard M. Stallman <rms@gnu.org>
17290
17291 * outline.el (hide-leaves): Don't call outline-end-of-heading.
17292 Fixes bug reported in Nov 2005.
17293
17294 * isearch.el (isearch-forward): Doc fix.
17295
17296 * dired.el (dired-move-to-filename-regexp): Define as alias.
17297 (dired-no-confirm): Use defcustom.
17298 (dired-subdir-alist-pre-R): Put defvar at top level.
17299
17300 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
17301
17302 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17303 Mark as risky.
17304
17305 * simple.el (set-mark-command): Doc fix.
17306 (clone-indirect-buffer-other-window):
17307 Read arg like clone-indirect-buffer.
17308 (move-beginning-of-line): Skip invisible newlines.
17309
17310 2006-01-19 Masatake YAMATO <jet@gyve.org>
17311
17312 * progmodes/cpp.el (cpp-edit-load): Make the order of
17313 listed conditions in a base C code buffer and its associate
17314 CPP Edit buffer the same.
17315
17316 2006-01-19 Kenichi Handa <handa@m17n.org>
17317
17318 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
17319 (rmail-mime-feature): Likewise.
17320 (rmail-require-mime-maybe): Use display-warning to show a warning
17321 message.
17322
17323 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
17324 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
17325
17326 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
17327
17328 * array.el: Move defvars out of eval-when-compile.
17329 (array-make-template): Replace undeclared global var with a local one.
17330 (array-mode): Inline initialization functions.
17331 (array-init-local-variables, array-init-max-row)
17332 (array-init-max-column, array-init-columns-per-line)
17333 (array-init-field-width, array-init-rows-numbered)
17334 (array-init-line-length, array-init-lines-per-row): Remove.
17335
17336 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
17337 (doc-mode-map): Define explicitly.
17338 (doctor-txtype): Use mapc.
17339
17340 * textmodes/table.el: Move defvars out of eval-when-compile.
17341 Remove harmful code meant to avoid byte-compiler warnings.
17342 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
17343 specification that checks table-fixed-width-mode directly.
17344 (table-recognize-region, table-recognize-cell):
17345 Use restore-buffer-modified-p.
17346 (table-fixed-width-mode): Remove code that refreshes
17347 table-fixed-mode-indicator.
17348 (*table--cell-describe-bindings, *table--cell-describe-mode):
17349 Avoid obsolete name print-help-return-message.
17350 (table--test-cell-list): Don't use replace-regexp from elisp.
17351 (table--point-entered-cell-function, table--point-left-cell-function):
17352 Don't set table-fixed-mode-indicator, use force-mode-line-update.
17353
17354 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
17355 that was after the end of file. Use buffer-file-name variable.
17356 (org-timestamp-change): Use with-current-buffer.
17357 (org-todo-list): Don't unnecessarily define a new buffer-local var.
17358 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
17359 `file'.
17360
17361 * progmodes/fortran.el: Move defvars out of eval-when-compile.
17362 (fortran-break-line): Remove unused var `opoint'.
17363 (fortran-abbrev-start): Obey help-event-list.
17364
17365 2006-01-18 Jesper Harder <harder@phys.au.dk>
17366
17367 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
17368
17369 2006-01-18 Masatake YAMATO <jet@gyve.org>
17370
17371 * progmodes/make-mode.el (makefile-imake-mode): New mode
17372 derived from makefile-mode.
17373 (makefile-imake-mode-syntax-table): New syntax table
17374 derived from makefile-mode-syntax-table.
17375 (makefile-mode): Write about makefile-imake-mode in doc string.
17376 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
17377 (makefile-imake-font-lock-keywords): New font lock keywords.
17378
17379 * files.el (auto-mode-alist): Add Imakefile.
17380
17381 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
17382
17383 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
17384 loading the file rather than when turning on flyspell-mode.
17385
17386 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
17387
17388 * cus-edit.el (customize-rogue): Minor doc fix.
17389
17390 2006-01-17 Juri Linkov <juri@jurta.org>
17391
17392 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
17393 instead of the file at the mark as default if the file at the mark
17394 is the same as the file at point or if dired-dwim-target-directory
17395 is not the same as the current directory and the mark is not active.
17396
17397 * log-view.el (log-view-minor-wrap): Use the same logic to get
17398 revisions as `log-view-diff'.
17399
17400 * info.el (Info-revert-find-node): Check for Info-current-file
17401 before preserving new-history.
17402
17403 * man.el (Man-heading-regexp): Add `/'.
17404
17405 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
17406 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
17407
17408 2006-01-16 Juri Linkov <juri@jurta.org>
17409
17410 * faces.el (mode-line-faces): New defgroup.
17411 (mode-line-highlight): Move definition after new defgroup.
17412 (mode-line, mode-line-inactive, mode-line-highlight):
17413 Replace :group `modeline' with `mode-line-faces'.
17414 (mode-line-buffer-id): New face.
17415 (modeline-buffer-id): New face alias.
17416 (vertical-border): Remove :group `modeline'.
17417
17418 * bindings.el (propertized-buffer-identification): Use face
17419 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
17420 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
17421 (mode-line-buffer-identification-keymap): For mouse-1 replace
17422 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
17423 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
17424 mouse-3.
17425
17426 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
17427 Buffer-menu-buffer. Doc fix.
17428 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
17429 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
17430 `Buffer-menu-buffer'.
17431
17432 * info.el (Info-mode-line-node-keymap): New defvar.
17433 (Info-set-mode-line): Use `stringp' to check Info-current-file.
17434 Propertize Info-current-node with `mode-line-buffer-id' and
17435 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
17436
17437 * time.el (display-time-mail-face): Replace :group `faces' with
17438 `mode-line-faces'.
17439
17440 2006-01-16 Kenichi Handa <handa@m17n.org>
17441
17442 * international/code-pages.el: Add autoload cookies for cp125[0345678].
17443
17444 * language/european.el (cp1252): New alias for windows-1252.
17445
17446 * international/mule.el (autoload-coding-system): Prepare for EOL
17447 variants.
17448
17449 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
17450
17451 * term.el (term-raw-map): Add mapping for insert.
17452 (term-send-insert): New.
17453 (term-mode): Make variables local here instead of doing it in
17454 `term-emulate-terminal'.
17455 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
17456 Scroll reverse needs to take into account the scroll region.
17457 Saving and restoring the cursor should save the color attributes too.
17458 (term-reset-terminal): Reset the scroll region.
17459 (term-handle-ansi-escape): Cursor up and down should take into
17460 account the scroll region.
17461 (term-set-scroll-region): Rename from `term-scroll-region'.
17462 Move to 0,0 after setting the region.
17463 (term-handle-scroll): Handle scroll up.
17464 (term-down): Fix off by one error.
17465 (term-delete-lines): Do not delete outside the scroll region.
17466 (term-insert-lines): Take into account the scroll region.
17467
17468 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
17469
17470 * textmodes/ispell.el (ispell-internal-change-dictionary)
17471 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
17472 (start, end): Move declaration outside of eval-when-compile.
17473
17474 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
17475 (flyspell-mode-on): Use it.
17476
17477 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
17478 ispell-kill-ispell-hook.
17479
17480 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
17481
17482 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
17483 (Custom-reset-saved): Do not ask for confirmation in single option
17484 buffers.
17485
17486 2006-01-13 Richard M. Stallman <rms@gnu.org>
17487
17488 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
17489
17490 2006-01-13 Romain Francoise <romain@orebokech.com>
17491
17492 * add-log.el (add-change-log-entry, change-log-merge):
17493 Conditionally use `hard-newline'.
17494
17495 2006-01-13 Martin Rudalics <rudalics@gmx.at>
17496
17497 * wid-edit.el (widget-field-end): If the overlay is no longer
17498 associated with a buffer, behave as if the overlay didn't exist.
17499
17500 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
17501 Make sure the links use the `custom-link' face.
17502
17503 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
17504
17505 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
17506 (ld-script-mode): Don't set indent-line-function since we don't
17507 have one.
17508
17509 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
17510
17511 * textmodes/org.el (org-open-file): Use mailcap for selecting an
17512 application.
17513 (org-file-apps-defaults-gnu): Use mailcap as the default for
17514 selecting an application on a UNIX system.
17515 (org-agenda-show-tags): New command.
17516 (org-table-insert-hline): Keep cursor in current table line.
17517 (org-table-convert): Offset effect of modifying
17518 `org-table-insert-hline'.
17519 (org-format-agenda-item): New optional argument TAG.
17520 (org-compile-prefix-format): Handle %T format for the tag.
17521 (org-expand-wide-chars): New function.
17522 (org-table-insert-row, org-table-insert-hline):
17523 Use `org-expand-wide-chars'.
17524 (org-open-file): Fix bug in program launch.
17525 (org-get-time-of-day): Fix bug with times before 1am.
17526 (org-agenda-menu): Add tags commands.
17527
17528 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
17529
17530 * textmodes/ispell.el (ispell-init-process): Include the used
17531 dictionary in ispell process start message.
17532 (ispell-internal-change-dictionary): When flyspell-mode is active
17533 and dictionary is changed, make sure ispell process is restarted
17534 and flyspell word cache cleared out for the current buffer.
17535 (ispell-change-dictionary): Make sure flyspell word cache is
17536 cleared out in all buffers with active flyspell mode when
17537 dictionary is globally changed.
17538 Call ispell-internal-change-dictionary after dictionary change.
17539
17540 2006-01-13 Eli Zaretskii <eliz@gnu.org>
17541
17542 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
17543
17544 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
17545 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
17546 years. Fix small differences wrt Makefile.in.
17547 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
17548 Makefile.in does.
17549
17550 2006-01-12 Bill Wohler <wohler@newt.com>
17551
17552 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
17553 mh-search.el.
17554
17555 2006-01-12 Masatake YAMATO <jet@gyve.org>
17556
17557 * progmodes/ld-script.el: Update copyright year.
17558
17559 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
17560
17561 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
17562 Don't add widget if setting undefined.
17563
17564 2006-01-12 John Paul Wallington <jpw@pobox.com>
17565
17566 * help-fns.el (describe-variable): Remove newlines from void
17567 variable output.
17568
17569 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
17570
17571 * wdired.el (wdired-mode-map): Add help echo for
17572 wdired-abort-changes.
17573
17574 * man.el (Man-file-name-regexp): Adjust for a list of files.
17575
17576 2006-01-12 Masatake YAMATO <jet@gyve.org>
17577
17578 * progmodes/ld-script.el (auto-mode-alist): Support
17579 suffix conventions used in netbsd and eCos.
17580
17581 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
17582
17583 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
17584 (custom-variable-menu, custom-face-menu, custom-group-menu)
17585 (Custom-mode-menu): Change names of menu items. (As discussed on
17586 emacs-devel.)
17587 (custom-face-menu): Add "Undo Edits" item.
17588
17589 * startup.el (init-file-user): defcustom -> defvar.
17590
17591 * tooltip.el (tooltip-mode): Doc fix.
17592
17593 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
17594
17595 * reveal.el (reveal-post-command): window-buffer signals an error on
17596 dead windows rather than returning nil.
17597 (reveal-open-new-overlays): An overlay might die while we open others.
17598
17599 2006-01-11 Bill Wohler <wohler@newt.com>
17600
17601 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
17602 phrasing in docstring.
17603
17604 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
17605 can give some systems gas. Add new file mh-buffers.el.
17606
17607 2006-01-06 Masatake YAMATO <jet@gyve.org>
17608
17609 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
17610 C preprocessor forward ported from GNU Emacs 21.2.
17611
17612 * progmodes/asm-mode.el (asm-font-lock-keywords):
17613 Use `cpp-font-lock-keywords'.
17614
17615 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
17616
17617 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
17618 of $ for "\\.ld[s]?".
17619
17620 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
17621
17622 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
17623 (tcl-indent-line): Return `noindent' if inside a string.
17624
17625 * progmodes/flymake.el (flymake-split-string): Remove more than one
17626 empty string at beg/end of the result.
17627 (flymake-find-buildfile, flymake-find-possible-master-files):
17628 Use expand-file-name.
17629 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
17630 since expand-file-name does it for us. Use directory-file-name.
17631 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
17632 (flymake-ler-get-type, flymake-ler-get-text)
17633 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
17634 (flymake-current-line-no): Remove spurious interactive spec.
17635 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
17636 (flymake-check-include): Remove arg inc-path merged into inc-name.
17637 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
17638 Arg regexp-list replaced by a simple regexp.
17639 (flymake-master-make-header-init, flymake-master-tex-init):
17640 Correspondingly replace regexp-list with a regexp. Fix regexp.
17641
17642 2006-01-10 Simon Josefsson <jas@extundo.com>
17643
17644 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
17645 describing AUTH PLAIN fix.
17646
17647 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
17648
17649 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
17650 (report-emacs-bug): Don't record initial prompt text.
17651 Instead, add text properties to prompting text.
17652 (report-emacs-bug-hook): Delete prompting text.
17653
17654 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
17655
17656 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
17657 `dirs'. Adjust callers.
17658
17659 2006-01-09 John Paul Wallington <jpw@gnu.org>
17660
17661 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
17662
17663 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
17664
17665 * reveal.el (reveal-open-new-overlays): New extracted fun.
17666 (reveal-close-old-overlays): Idem. Check overlays's liveness before
17667 using them. Simplify the code.
17668 (reveal-post-command): Use them. Fix up obsolete windows in
17669 reveal-open-spots.
17670
17671 * progmodes/flymake.el: Use `require' rather than autoload for
17672 XEmacs's overlays.
17673 (flymake-get-common-file-prefix, flymake-build-relative-filename):
17674 Delete. Use file-relative-name instead.
17675 (flymake-get-syntax-check-program-args, flymake-perl-init):
17676 Simplify the resulting code.
17677
17678 * log-view.el (log-view-file-re, log-view-message-re): Add support
17679 for DaRCS output.
17680
17681 2006-01-09 Alex Schroeder <alex@gnu.org>
17682
17683 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
17684 identifiers sometimes added in square brackets at the beginning of
17685 subject lines.
17686
17687 2006-01-07 Richard M. Stallman <rms@gnu.org>
17688
17689 * cus-edit.el (Custom-set, Custom-save): Doc fix.
17690 (Custom-reset-current, Custom-reset-saved): Change question text.
17691 (Custom-reset-standard): Likewise.
17692 (custom-variable-reset-saved): Doc fix.
17693
17694 2006-01-07 Eli Zaretskii <eliz@gnu.org>
17695
17696 * startup.el (init-file-user): Doc fix.
17697
17698 2006-01-07 Alex Schroeder <alex@gnu.org>
17699
17700 * mail/rmail.el (rmail-current-subject): New function.
17701 (rmail-current-subject-regexp): New function.
17702 (rmail-next-same-subject): Use it.
17703
17704 * mail/rmailsum.el (rmail-summary-by-topic):
17705 Use rmail-current-subject and rmail-current-subject-regexp.
17706 (rmail-summary-next-same-subject): Ditto.
17707
17708 * net/rcirc.el (rcirc-send-input): No longer check whether the
17709 process is open, since not all commands need an open process.
17710 (rcirc-send-string): Check whether the process is open before
17711 sending anything.
17712 (rcirc-ignore-list): New option.
17713 (rcirc-ignore-list-automatic): New variable.
17714 (rcirc-print): Take rcirc-ignore-list into account.
17715 (rcirc-cmd-ignore): New command.
17716 (rcirc-ignore-update-automatic): New function.
17717 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
17718 list if ignored nicks.
17719 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
17720
17721 2006-01-06 David Reitter <david.reitter@gmail.com>
17722
17723 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
17724 reflect the address to which the report will be sent.
17725
17726 2006-01-06 Eli Zaretskii <eliz@gnu.org>
17727
17728 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
17729 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
17730
17731 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
17732
17733 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
17734
17735 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
17736 the doc string: "functoin" => "function".
17737 * ldefs-boot.el: Likewise.
17738
17739 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
17740 message text: "Duplicat" => "Duplicate".
17741
17742 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
17743
17744 * files.el (basic-save-buffer-2): If backing-up failed, reset
17745 buffer-backed-up to nil.
17746
17747 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
17748
17749 * progmodes/gud.el (gdb-script-skip-to-head)
17750 (gdb-script-calculate-indentation): Indent for breakpoint command
17751 lists also.
17752
17753 2006-01-05 Bill Wohler <wohler@newt.com>
17754
17755 * Makefile.in (compile-always): Add mh-autoloads dependency.
17756 (bootstrap): Remove mh-autoloads dependency, as compile dependency
17757 provides it.
17758 (updates): Remove mh-autoloads dependency, since it probably has
17759 already run recently (via recompile).
17760
17761 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
17762
17763 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
17764 argument `force' to disable the flyspell-last-buffer optimization.
17765 (flyspell-mode-on): Use it.
17766
17767 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
17768 flymake-simple-cleanup.
17769 (flymake-allowed-file-name-masks): Use this new default.
17770 All the functions are now called in the right buffer rather than
17771 passing the buffer as argument.
17772 (flymake-process-sentinel): Switch to buffer before calling cleanup.
17773 (flymake-parse-err-lines): Remove redundant buffer arg.
17774 (flymake-get-program-dir): Comment out unused function.
17775 (flymake-start-syntax-check, flymake-start-syntax-check-process):
17776 Remove redundant buffer argument.
17777 (flymake-get-real-file-name, flymake-simple-java-cleanup)
17778 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
17779
17780 2006-01-05 Richard M. Stallman <rms@gnu.org>
17781
17782 * info.el (Info-find-node): Don't record previous node if have none.
17783 (info): Go to directory only if history is empty.
17784
17785 * simple.el (mark): Doc fix.
17786
17787 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17788
17789 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
17790 already of desired type.
17791 (mac-ae-list): Coerce parameter to "list" type.
17792 (mac-dispatch-apple-event): Replace cadr part of event with a
17793 dummy position so that event-start returns it.
17794
17795 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
17796
17797 * textmodes/org.el (org-end-of-subtree): New function.
17798 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
17799 Use `org-end-of-subtree'.
17800 (org-agenda, org-agenda-convert-date): Protect calls to
17801 `fit-window-to-buffer'.
17802 (org-tags-view): Force matching of sublevels when doing a
17803 todo-only search. Define the correct redo command, including the
17804 arguments.
17805 (org-agenda-redo): Display message.
17806 (org-check-for-org-mode): New function.
17807 (org-agenda-type): New variable.
17808 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
17809 Set `org-agenda-type'.
17810 (org-agenda-check-type): New function.
17811 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
17812 (org-agenda-week-view, org-agenda-day-view)
17813 (org-agenda-next-date-line, org-agenda-previous-date-line)
17814 (org-agenda-log-mode, org-agenda-toggle-diary)
17815 (org-agenda-toggle-time-grid, org-agenda-date-later)
17816 (org-agenda-date-prompt, org-agenda-diary-entry)
17817 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
17818 (org-agenda-convert-date, org-agenda-menu):
17819 Use `org-agenda-check-type'.
17820 (org-make-overlay, org-delete-overlay)
17821 (org-detatch-overlay, org-move-overlay, org-overlay-put):
17822 New compatibility functions.
17823 (org-calendar-select-mouse): New command.
17824
17825 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
17826
17827 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
17828 (Custom-reset-standard): Fix y-or-n-p messages.
17829 (custom-link): New face for links.
17830 (custom-buffer-create-internal, custom-manual): Use it.
17831 (custom-face-save): Push to theme-face before setting face spec.
17832
17833 * wid-edit.el (widget-default-mouse-face-get): New function.
17834 (widget-specify-button): Handle mouse-face like button-face.
17835
17836 * custom.el (load-theme): Clear old theme settings if reloading.
17837
17838 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
17839
17840 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
17841 "Erase Customization" button back to same position it occupies in
17842 the individual State menus.
17843
17844 2006-01-04 Kim F. Storm <storm@cua.dk>
17845
17846 * wid-edit.el (key-sequence): Rework widget to read key binding
17847 using `kbd' syntax. Use C-q to insert literal key, event, or code.
17848 (widget-key-sequence-default-value): Default value for empty sequence.
17849 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
17850 (widget-key-sequence-read-event): New command for C-q.
17851 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
17852 (widget-key-sequence-value-to-external): New functions.
17853
17854 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
17855
17856 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
17857 Use expand-file-name.
17858 (flymake-delete-temp-directory): Use expand-file-name,
17859 file-name-directory, and directory-file-name.
17860 (flymake-strrchr): Delete.
17861 (flymake-start-syntax-check): Don't pass the redundant buffer argument
17862 to the init-f function.
17863 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
17864 (flymake-init-find-buildfile-dir)
17865 (flymake-init-create-temp-source-and-master-buffer-copy)
17866 (flymake-simple-make-init-impl, flymake-simple-make-init)
17867 (flymake-master-make-init, flymake-master-make-header-init)
17868 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
17869 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
17870 (flymake-xml-init): Remove corresponding redundant buffer argument.
17871 (flymake-allowed-file-name-masks): Remove last elems that are equal to
17872 the default anyway. Clean up regexps.
17873
17874 * progmodes/flymake.el (flymake-temp-source-file-name)
17875 (flymake-master-file-name, flymake-temp-master-file-name)
17876 (flymake-base-dir): New buffer-local vars.
17877 (flymake-buffer-data, flymake-get-buffer-value)
17878 (flymake-set-buffer-value): Replace those hash-tables by the new
17879 buffer-local vars. Update callers.
17880
17881 * progmodes/flymake.el (flymake-check-start-time)
17882 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
17883 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
17884 Move definition, so we can remove redundant earlier declaration.
17885 (flymake-replace-regexp-in-string, flymake-split-string)
17886 (flymake-get-temp-dir): Use defalias.
17887 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
17888 (flymake-xemacs-window-edges): Remove unused function.
17889 (flymake-get-point-pixel-pos): Move.
17890 (flymake-pid-to-names, flymake-reg-names)
17891 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
17892 Replace by a simple list flymake-processes and by process-buffer.
17893 Update callers. Other than simplify the code, it uses buffers rather
17894 than buffer-names so it doesn't get confused by uniquify.
17895 (flymake-buffer-data): The global value should just be nil.
17896
17897 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
17898 Optimize the body of a defalias like any other code.
17899
17900 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
17901 Make sure we've setup font-lock's vars. It may influence which
17902 function we then call.
17903 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
17904 here since it's too late anyway.
17905
17906 2006-01-03 Romain Francoise <romain@orebokech.com>
17907
17908 * startup.el (fancy-splash-tail, normal-splash-screen):
17909 Update copyright year.
17910
17911 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
17912
17913 * mouse.el (mouse-drag-track): Rename, from
17914 `mouse-drag-region-1'. Includes optional argument required to
17915 enable post-drag event processing (e.g. delete region keys).
17916 Can be used without this argument to track a mouse region and operate
17917 on it as soon as the drag completes.
17918 (mouse-drag-region): Use `mouse-drag-track'.
17919
17920 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
17921
17922 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
17923 Move to `custom-buffer' group.
17924
17925 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
17926 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
17927 (custom-theme-insert-face-marker, custom-theme-variable-menu)
17928 (custom-theme-face-menu): New variables.
17929 (custom-theme-add-variable, custom-theme-variable-action)
17930 (custom-variable-reset-theme, custom-theme-delete-variable)
17931 (custom-face-reset-theme, custom-theme-face-action)
17932 (custom-theme-delete-face, custom-theme-merge-theme)
17933 (custom-theme-add-face, custom-theme-visit-theme): New functions.
17934
17935 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
17936
17937 * custom.el: Move Custom Themes commentary to start of theme code.
17938 (custom-known-themes): Rename `standard' theme to `changed'.
17939 (custom-push-theme): Caller no longer specifies what theme to use
17940 when doing `reset'---the setting is simply removed from the theme.
17941 Delete MODE from `theme-value' and `theme-settings' properties.
17942 (custom-declare-theme): Ignore &rest args since we don't use them.
17943
17944 (custom-loaded-themes): Delete variable.
17945 (custom-theme-load-themes, custom-theme-loaded-p)
17946 (custom-theme-value): Delete functions.
17947
17948 (custom-declare-theme): Signal error on invalid theme names.
17949 (provide-theme): custom-loaded-themes was deleted.
17950 (load-theme): Load the file unconditionally.
17951 (enable-theme): Call `load-theme' if theme is undefined.
17952 (custom-enabled-themes): Only update value for successful loads.
17953 (disable-theme): Complete from enabled themes when interactive.
17954 (custom-variable-theme-value): Calculate theme value directly.
17955
17956 (custom-theme-reset-variables, custom-reset-variables): Mark as
17957 XEmacs compatibility functions. We don't actually use these.
17958
17959 * cus-edit.el (custom-variable-state-set):
17960 Use custom-variable-theme-value instead of custom-theme-value.
17961 (custom-face-state-set): Rename `standard' theme to `changed'.
17962 (custom-save-variables, custom-save-faces): Delete unneeded
17963 references to custom-reset-variables.
17964 (custom-save-resets): Delete function.
17965 (custom-save-variables, custom-save-faces): MODE argument deleted.
17966 (custom-save-variables, custom-save-faces): Ignore theme values.
17967
17968 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
17969 compatibility function.
17970
17971 2006-01-01 Richard M. Stallman <rms@gnu.org>
17972
17973 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
17974 (Custom-reset-current, Custom-reset-saved): Likewise.
17975 (Custom-reset-standard): Show message if aborted.
17976 (custom-mode): Doc fix, describing those commands.
17977
17978 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
17979 put on event-kind property.
17980
17981 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
17982
17983 * custom.el (provide-theme): Ban `user' theme name.
17984 (custom-enabling-themes): New variable.
17985 (enable-theme): Don't enable user if custom-enabling-themes is t.
17986 (custom-enabled-themes): Make it a defcustom.
17987 (custom-theme-recalc-face): No-op if face is undefined.
17988
17989 * cus-edit.el (custom-button-mouse): New variable.
17990 (custom-button-mouse): New face.
17991 (custom-raised-buttons, custom-mode): Use it.
17992
17993 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
17994
17995 2005-12-31 Eli Zaretskii <eliz@gnu.org>
17996
17997 * progmodes/gud.el (gud-display-line): Support hl-line in the
17998 source buffer.
17999
18000 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
18001
18002 * mouse.el (mouse-drag-window-above): Verify that the found window
18003 overlaps with the given window in the horizontal dimension.
18004
18005 2005-12-31 Eli Zaretskii <eliz@gnu.org>
18006
18007 * Makefile.in (cvs-update): New target.
18008
18009 * makefile.w32-in (cvs-update): Ditto.
18010
18011 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
18012
18013 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
18014 (custom-new-theme-mode-map): New variable.
18015
18016 2005-12-30 Richard M. Stallman <rms@gnu.org>
18017
18018 * custom.el (custom-load-themes): Function deleted.
18019
18020 * cus-edit.el (custom-save-loaded-themes): Function deleted.
18021 (custom-save-variables): Don't delete or add custom-load-themes call.
18022
18023 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
18024
18025 * cus-start.el: Add `visible-cursor'.
18026
18027 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
18028 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
18029 (flymake-process-filter): Switch to buffer before calling it instead.
18030 (flymake-post-syntax-check, flymake-highlight-err-lines)
18031 (flymake-delete-own-overlays, flymake-parse-err-lines)
18032 (flymake-start-syntax-check, flymake-start-syntax-check-process)
18033 (flymake-count-lines, flymake-parse-residual):
18034 Remove constant buffer argument.
18035 (flymake-start-syntax-check-for-current-buffer): Remove.
18036 Update callers to use flymake-start-syntax-check instead.
18037 (flymake-display-err-menu-for-current-line):
18038 Remove unused var `mouse-pos'.
18039 (flymake-restore-formatting): Comment out unused function.
18040 (flymake-report-status, flymake-report-fatal-status): Remove buffer
18041 argument, use current-buffer instead. Update callers.
18042
18043 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18044
18045 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
18046 buffer-local because choose-completion-delete-max-match requires
18047 that we set completion-ignore-case (i.e., binding via let is not
18048 sufficient).
18049 (bibtex-complete): Always set completion-ignore-case and
18050 choose-completion-string-functions. The latter is needed because
18051 choose-completion-string-functions keeps its value if we quit the
18052 *Completions* buffer without requesting a completion.
18053
18054 2005-12-30 Andreas Schwab <schwab@suse.de>
18055
18056 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
18057
18058 2005-12-30 Eli Zaretskii <eliz@gnu.org>
18059
18060 * jit-lock.el (jit-lock-chunk-size): Doc fix.
18061
18062 2005-12-30 Juri Linkov <juri@jurta.org>
18063
18064 * locate.el (locate-fcodes-file, locate-header-face)
18065 * progmodes/delphi.el (delphi-other-face)
18066 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
18067
18068 * paren.el (show-paren-match, show-paren-mismatch): Use existing
18069 group `paren-showing-faces'.
18070
18071 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
18072 (goto-address): Fix docstring.
18073
18074 * net/webjump.el (webjump-sample-sites): Update URLs.
18075
18076 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
18077
18078 * subr.el (cancel-change-group): Add listp around pending-undo-list.
18079
18080 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
18081
18082 * font-lock.el (font-lock-compile-keywords): Signal an error when
18083 font-lock-set-defaults hasn't been called.
18084
18085 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
18086
18087 * subr.el (noreturn, 1value): Doc fixes.
18088
18089 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18090
18091 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
18092 that assoc-string returns nil.
18093
18094 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18095
18096 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
18097 (bibtex-entry-type-str, bibtex-empty-field-re)
18098 (bibtex-search-backward-string, bibtex-preamble-prefix)
18099 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
18100 (bibtex-any-valid-entry-type): New variable.
18101 (bibtex-parse-field-name): Simplify.
18102 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
18103 (bibtex-preamble-prefix): Include left delimiter.
18104 (bibtex-search-forward-field, bibtex-search-backward-field):
18105 Allow unbounded search past entry boundaries (required by bibtex-pop).
18106 (bibtex-text-in-field-bounds): Use push.
18107 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
18108 (bibtex-parse-preamble, bibtex-valid-entry)
18109 (bibtex-beginning-first-field): New functions.
18110 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
18111 (bibtex-map-entries): Fix docstring.
18112 (bibtex-flash-head): New arg prompt. Simplify.
18113 (bibtex-enclosing-field): Include code of bibtex-inside-field.
18114 (bibtex-insert-kill): Simplify. Always insert text past the
18115 current field or entry.
18116 (bibtex-format-entry): Use bibtex-parse-field.
18117 (bibtex-pop): Use bibtex-beginning-of-entry and
18118 bibtex-end-of-entry to initiate the search. Insert empty field if
18119 we found ourselves.
18120 (bibtex-print-help-message): New args field and comma.
18121 Handle entry keys.
18122 (bibtex-make-field): Use bibtex-beginning-of-entry.
18123 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
18124 invalid entry.
18125 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
18126 Handle preambles. Simplify code for thorough test.
18127 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
18128 New arg comma. Handle entry heads.
18129 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18130 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
18131 New arg comma.
18132 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
18133 (bibtex-fill-field): Simplify.
18134 (bibtex-fill-entry): Use bibtex-beginning-first-field and
18135 bibtex-parse-field.
18136 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
18137 (bibtex-complete): Use bibtex-parse-preamble.
18138
18139 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
18140
18141 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
18142 Display name of expression instead of convenience variable.
18143 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
18144
18145 * progmodes/gud.el (gud-tooltip-dereference): Rename from
18146 toggle-gud-tooltip-dereference.
18147 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
18148 (gud-tooltip-tips): ...here when dereferencing.
18149
18150 2005-12-28 Bill Wohler <wohler@newt.com>
18151
18152 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
18153
18154 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
18155
18156 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
18157 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
18158 (vc-annotate-display-autoscale): Adjust call.
18159 (vc-annotate-display-default): Adjust call. Make arg compulsory.
18160 Fix interactive spec.
18161 (vc-annotate-time-span): Remove.
18162 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
18163 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
18164 (vc-annotate-display-select): Use new name.
18165
18166 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
18167 (vc-annotate-mode-menu): Remove left-over redundant declaration.
18168 Correct the construction of span entries. Simplify.
18169 (vc-annotate-display-select): Fix the nil case.
18170 (vc-annotate): Remove obsolete (and now broken) code.
18171 (vc-annotate-extract-revision-at-line): Remove obsolete code.
18172 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
18173
18174 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
18175
18176 * subr.el (lazy-completion-table): Correct typo in docstring.
18177
18178 * startup.el (command-line): Use `custom-reevaluate-setting' for
18179 `send-mail-function'.
18180
18181 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
18182
18183 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
18184
18185 * mail/smtpmail.el (smtpmail-try-auth-methods):
18186 Send credentials together with "AUTH PLAIN" command.
18187
18188 2005-12-27 Richard M. Stallman <rms@gnu.org>
18189
18190 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
18191 mouse-2, go back to previously selected window, so it's selected
18192 when mouse-2 command runs.
18193
18194 2005-12-27 Juri Linkov <juri@jurta.org>
18195
18196 * descr-text.el (describe-text-sexp): Use square brackets for
18197 button [Show] to distinguish it from the property value `show'.
18198 (describe-property-list): Use `insert-text-button' with
18199 `help-face' type instead of putting face in quotes, because button
18200 is not created automatically for a list of faces.
18201 (describe-text-properties-1): Put button-type value in quotes to
18202 distinguish from plain text "button".
18203 (describe-char): Display code point values in hex. Don't use
18204 `symbol-name' for `current-input-method' because it is a string.
18205 Use `insert-text-button' with `help-face' type instead of putting
18206 hardcoded face in quotes, because button is not created automatically.
18207
18208 2005-12-27 Richard M. Stallman <rms@gnu.org>
18209
18210 * progmodes/glasses.el (glasses-face): More specific custom type.
18211
18212 * files.el (set-visited-file-name): Doc fix.
18213
18214 * textmodes/flyspell.el (flyspell-external-point-words):
18215 Use local var buffer-scan-pos to advance scan for next misspelling.
18216 Advance it only after we find the misspelling.
18217
18218 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
18219
18220 * textmodes/flyspell.el (flyspell-external-point-words):
18221 New criteria for finding the misspelling in the buffer.
18222
18223 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
18224
18225 * help-mode.el (help-insert-string): Set help-xref-stack-item
18226 rather than call help-setup-xref.
18227
18228 * descr-text.el (describe-char): Revert previous changes for
18229 optional buffer argument.
18230
18231 2005-12-27 Juri Linkov <juri@jurta.org>
18232
18233 * help-mode.el (help-insert-string): New function. Save buffer
18234 contents in cases where it is impossible to recompute the old contents.
18235
18236 * descr-text.el (describe-char): Set help-xref-stack-item
18237 explicitly after buffer has been generated.
18238
18239 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18240
18241 * cus-start.el (all): Add x-gtk-show-hidden-files.
18242
18243 2005-12-26 Richard M. Stallman <rms@gnu.org>
18244
18245 * replace.el (perform-replace): Calculate match-again
18246 before skipping read-only matches.
18247
18248 * paren.el (paren-showing-faces): New group.
18249 (show-paren-match, show-paren-mismatch): Move to that group.
18250
18251 * button.el (button): Put into group `basic-faces'.
18252
18253 * progmodes/make-mode.el: Remove faces from group `faces'.
18254
18255 * apropos.el (apropos, apropos-value): Doc fix.
18256 (apropos-documentation): Doc fix.
18257
18258 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
18259
18260 * subr.el (lazy-completion-table): Remove argument `args'.
18261
18262 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
18263 Don't use the `args' argument of lazy-completion-table.
18264
18265 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
18266
18267 * descr-text.el (describe-char): Add optional argument for buffer.
18268 Set buffer appropriately. Call help-setup-xref.
18269 Suggested by Stefan Monnier.
18270
18271 2005-12-26 Juri Linkov <juri@jurta.org>
18272
18273 * descr-text.el: Require `help-fns' at runtime. Don't require
18274 `button' for byte compilation.
18275 (describe-text-widget): Add `help-echo' for first button.
18276 Use `help-info' for second.
18277 (describe-property-list): Use `help-argument-name' instead of `italic'.
18278 (describe-text-category): Add prompt to interactive spec.
18279 Call `help-setup-xref'.
18280 (describe-char): Use `help-character-set'. Add `help-echo' for
18281 code point. Use `help-input-method'. Remove superfluous insert.
18282
18283 2005-12-25 Richard M. Stallman <rms@gnu.org>
18284
18285 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
18286 at point, in case of narrowing.
18287
18288 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
18289
18290 * locate.el (locate-header-face): Allow nil in type.
18291
18292 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
18293
18294 2005-12-25 Romain Francoise <romain@orebokech.com>
18295
18296 * battery.el (battery-linux-proc-acpi): Also try
18297 `/proc/acpi/thermal_zone/THM0/temperature'.
18298
18299 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
18300
18301 * custom.el (custom-push-theme): Fix docstring.
18302
18303 * cus-edit.el (custom-variable-set, custom-variable-save)
18304 (custom-variable-save): Custom-quote widget values.
18305 (customize-save-variable): Fix custom-push-theme call.
18306
18307 2005-12-24 Eli Zaretskii <eliz@gnu.org>
18308
18309 * w32-fns.el (w32-batch-update-autoloads): New function.
18310
18311 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
18312 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
18313 from the command line.
18314
18315 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
18316
18317 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
18318 reset means to remove setting from theme entirely. Don't keep
18319 expanding theme-settings list; delete old entries if necessary.
18320
18321 * cus-edit.el (custom-buffer-create-internal): Move "Erase
18322 customization" button one line up.
18323 (custom-themed): New face.
18324 (custom-magic-alist): New value, THEMED, for theme settings.
18325 (custom-variable-state-set, custom-face-state-set):
18326 Check theme-value instead of saved-value.
18327 (custom-variable-reset-standard, custom-face-reset-standard):
18328 Remove theme setting entirely. Recalculate new values.
18329 (custom-variable-set, custom-variable-set)
18330 (custom-variable-reset-saved, custom-variable-reset-backup)
18331 (custom-face-set, custom-face-reset-saved): Update `user' theme.
18332 (custom-variable-save): Fix typos.
18333
18334 2005-12-23 Juri Linkov <juri@jurta.org>
18335
18336 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
18337 Add autoload cookies.
18338 (edebug-outside-d-c-i-n-s-w): New variable.
18339 (edebug-display, edebug-outside-excursion): Use it to save the
18340 original value of default-cursor-in-non-selected-windows.
18341 Set default-cursor-in-non-selected-windows to t while Edebug
18342 is active.
18343 (edebug-mode, edebug-eval-mode): Doc fix.
18344
18345 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
18346 with `buffer-substring-no-properties' to remove common substring
18347 highlighting.
18348
18349 * info.el (info-other-window, info): Rename function argument
18350 `file' to `file-or-node'.
18351 (Info-complete-menu-item): Use local variable `complete-nodes' to
18352 keep the global value of `Info-complete-nodes' unchanged for
18353 subsequent completions.
18354 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
18355
18356 * simple.el (get-next-valid-buffer, last-buffer)
18357 (next-error-buffer-p, next-error-find-buffer)
18358 (minibuffer-history-sexp-flag): Doc fix.
18359
18360 * savehist.el (savehist-mode-hook): Add `:group'.
18361
18362 * log-view.el: Call autoload for vc-find-version.
18363 (log-view-current-file): Adjust subgroup numbers.
18364 (log-view-current-tag): Add `length'.
18365
18366 2005-12-23 Richard M. Stallman <rms@gnu.org>
18367
18368 * vc.el (vc-annotate-car-last-cons): Defn moved up.
18369
18370 2005-12-23 Juri Linkov <juri@jurta.org>
18371
18372 * hi-lock.el (hi-lock-archaic-interface-message-used)
18373 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
18374 (hi-lock-mode): Display "Hi" in the mode line only when
18375 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
18376 (hi-lock-write-interactive-patterns):
18377 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
18378 (hi-lock-set-pattern, hi-lock-set-file-patterns)
18379 (hi-lock-font-lock-hook): Set 3rd arg `how' of
18380 font-lock-add-keywords to t.
18381
18382 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
18383
18384 * hi-lock.el (hi-lock-highlight-range): New variable.
18385 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
18386 only if font-lock-fontified is non-nil. Remove overlays.
18387 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
18388 font-lock-fontified is non-nil, otherwise use overlays (instead of
18389 text properties).
18390 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
18391 New variables.
18392 (hi-lock-string-serialize): New function.
18393
18394 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18395
18396 * menu-bar.el (menu-find-file-existing): New function.
18397 (menu-bar-file-menu): Use menu-find-file-existing for Open.
18398
18399 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
18400
18401 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
18402
18403 * vc.el: Remove unnecessary leading * in docstrings.
18404 (vc-annotate-mode-map): Move initialization into declaration.
18405 (vc-static-header-alist): Nitpick on the regexp.
18406 (vc-default-init-version): New fun.
18407 (vc-register): Use it.
18408 (vc-insert-headers): Use dolist.
18409 (vc-annotate-get-backend): Remove unused function.
18410 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
18411 (vc-annotate-mode): Remove corresponding call.
18412 (vc-annotate-car-last-cons): Simplify.
18413 (vc-annotate-buffers): Remove var.
18414 (vc-annotate-backend): Make it buffer-local.
18415 (vc-annotate): Move the interaction to the interactive spec.
18416 Add a `buf' argument.
18417 (vc-annotate-warp-version): Use this new `buf' argument to avoid
18418 killing&creating a vc-annotate buffer, which is very disruptive when
18419 the buffers are shown in dedicated frames.
18420
18421 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
18422
18423 * descr-text.el: Add FSF as maintainer.
18424 (describe-text-mode, describe-text-mode-map)
18425 (describe-text-mode-hook, describe-text-done): Delete. Use normal
18426 help-mode.
18427 (describe-text-widget, describe-text-sexp)
18428 (describe-property-list, describe-text-category)
18429 (describe-text-properties, describe-text-properties-1)
18430 (describe-char): Use help buttons instead of widgets.
18431 (describe-char-unicodedata-file): Make URL link in doc string.
18432
18433 2005-12-22 Richard M. Stallman <rms@gnu.org>
18434
18435 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
18436 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
18437 Don't include buttons that write a file when there's no file.
18438 (custom-variable-menu, custom-face-menu, custom-group-menu):
18439 Don't include commands that write a file when there's no file.
18440 (customize-browse): Reword the top-of-buffer help intro.
18441 (custom-buffer-create-internal): Fix previous change.
18442 (customize-changed-options-previous-release): Prev release is 21.1.
18443 (customize-changed-options): Doc fix.
18444 (customize-changed): New alias.
18445 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
18446 Say "standard values".
18447 (Custom-reset-standard): Doc fix.
18448 (custom-face-reset-standard): Doc fix.
18449
18450 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
18451
18452 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
18453 even if font-lock-mode is non-nil since it may be t without having
18454 turned on font-lock-mode-internal.
18455 (font-lock-choose-keywords): Minor optimization.
18456 (font-lock-add-keywords, font-lock-remove-keywords)
18457 (font-lock-set-defaults): Don't call make-local-variable on a variable
18458 that we know to already be local.
18459
18460 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
18461
18462 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
18463 messages if in the minibuffer.
18464
18465 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
18466
18467 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
18468 (tex-mode-flyspell-verify, flyspell-get-word)
18469 (flyspell-external-point-words): Don't use point-min/max uselessly.
18470
18471 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
18472 by Kevin Rodgers. Instead, just hide the completions buffer if we
18473 don't need to show it.
18474
18475 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
18476
18477 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
18478
18479 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
18480
18481 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
18482 delete-windows-on with an inexistent buffer.
18483
18484 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
18485
18486 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
18487 Delete defcustom variable :tag names.
18488
18489 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
18490
18491 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
18492 (log-view-font-lock-keywords): Ajust subgroup numbers.
18493 (log-view-current-tag): Don't hard code the number of subgroups.
18494
18495 2005-12-20 Juri Linkov <juri@jurta.org>
18496
18497 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
18498 (tooltip-x-offset, tooltip-y-offset): Doc fix.
18499
18500 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
18501 (menu-bar-non-minibuffer-window-p): Instead of checking
18502 display-multi-frame-p, use selected-frame when menu-updating-frame
18503 is nil.
18504
18505 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
18506
18507 * align.el (align-rules-list): Use [ \t] instead of \s-
18508 for column separators in text mode.
18509
18510 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
18511
18512 * help-mode.el (help-customize-variable, help-customize-face):
18513 Don't pop help-xref-stack as help-follow no longer pushes
18514 anything on to it.
18515
18516 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
18517
18518 * textmodes/org.el (org-agenda-custom-commands): New option.
18519 (org-agenda): Offer custom commands on splash screen.
18520 (org-make-tags-matcher): Parser for Boolean logic added.
18521 (org-agenda-set-tags): New command.
18522 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
18523 (org-set-tags): Efficiency improvements.
18524 (org-auto-align-tags): New option.
18525 (org-todo, org-demote, org-promote): Realign tags.
18526 (org-tags-completion-function): Use also "&" and "|" as separators.
18527 (org-org-menu): Agenda commands simplified.
18528
18529 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
18530
18531 * cus-edit.el (customize-apropos, customize-apropos-options):
18532 Docstring changes.
18533
18534 * font-lock.el (font-lock): Add tags to the links in the defgroup.
18535
18536 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
18537
18538 * longlines.el (longlines-mode): Wrap while widened.
18539 (longlines-decode-region, longlines-encode-region): Compute max
18540 just once.
18541
18542 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18543
18544 * cus-edit.el (mac): New group.
18545
18546 * cus-start.el (all): Add user options in macterm.c. Add test for
18547 Mac-related built-ins. Fix test for GTK-related built-ins.
18548
18549 * term/mac-win.el (mac-handle-language-change)
18550 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
18551 (mac-services-open-selection, mac-services-mail-selection)
18552 (mac-services-mail-to, mac-services-insert-text)
18553 (mac-dispatch-apple-event): Add docstrings.
18554 (x-get-selection, mac-select-convert-to-string): Select coding
18555 system from `utf-16be' and `utf-16le' using `byteorder'.
18556
18557 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
18558
18559 * subr.el (lazy-completion-table): Don't be fooled if the var holds
18560 a "list" (lambda ...) rather than a real completion list.
18561
18562 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
18563 lexical-let when encountering ((lambda (...) ...) ...).
18564
18565 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
18566
18567 * progmodes/sh-script.el (sh-mode):
18568 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
18569 * textmodes/picture.el (picture-mode): Update docstrings.
18570
18571 2005-12-17 Eli Zaretskii <eliz@gnu.org>
18572
18573 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
18574 commands enclosed in $(ARGQUOTE)s should not be split between two
18575 lines, as that will break with GNU Make >3.80, when sh.exe is used
18576 and arg quoting is with '..'.
18577 (autoloads): Don't break the quoted --eval expression between
18578 several lines.
18579
18580 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
18581
18582 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
18583 Capture error from printing circular structures.
18584
18585 2005-12-17 Martin Rudalics <rudalics@gmx.at>
18586
18587 * wid-edit.el (widget-checkbox-action): Clear undo info.
18588
18589 2005-12-16 Bill Wohler <wohler@newt.com>
18590
18591 * menu-bar.el (kill-this-buffer): Set a good example by using menu
18592 bar, not menubar in comment.
18593
18594 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
18595
18596 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
18597 After-change-functions should not clobber the match data.
18598
18599 2005-12-16 Juri Linkov <juri@jurta.org>
18600
18601 * simple.el (choose-completion): Use `buffer-substring-no-properties'
18602 instead of `buffer-substring'.
18603 (completion-common-substring): Doc fix.
18604 (completion-setup-function): Use minibuffer-completion-contents
18605 instead of minibuffer-contents. Don't set common-string-length
18606 initially. Remove special handling of partial-completion-mode.
18607 Move computation of completion-base-size into one cond.
18608 Call completion-base-size-function in mainbuf. In computation of
18609 completion-base-size for file name completion don't move point to
18610 the end of the minibuffer. Move computation of common-string-length
18611 into one cond. Start putting faces only when common-string-length>=0.
18612 Add condition to put completions-common-part when
18613 common-string-length>0.
18614
18615 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
18616 place point at the first different character in the minibuffer
18617 even if this position is at the beginning of the minibuffer.
18618
18619 * info.el (Info-read-node-name-1): In completion-base-size-function's
18620 lambda return 1 if common-substring or minibuffer-completion-contents
18621 starts with (, and 0 otherwise.
18622
18623 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
18624 Use `crm-current-element' for second arg of `display-completion-list'.
18625
18626 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
18627
18628 * files.el (set-auto-mode): Look for an interpreter specified on
18629 the first line also if search for mode specification succeeded,
18630 but the mode is not known.
18631
18632 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
18633
18634 * textmodes/org.el (org-tags-match-list-sublevels): New option.
18635 (org-open-at-point): Implement tag searches as links.
18636 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
18637 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
18638 (org-tags-sparse-tree, org-tags-view, org-set-tags)
18639 (org-agenda-dispatch): New commands.
18640 (org-use-tag-inheritance, org-tags-column): New options.
18641 (org-tab-follows-link, org-return-follows-link): New options.
18642 (org-tags): New customize group.
18643 (org-start-icalendar-file): Get local time zone.
18644 (org-tags-completion-function): New function.
18645 (org-set-font-lock-defaults): Make sure links will also be
18646 highlighted inside headlines.
18647
18648 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
18649
18650 * term.el (term-emulate-terminal):
18651 Let term-handle-ansi-terminal-messages override what Bash says about
18652 its current directory.
18653
18654 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
18655
18656 * bindings.el (last-buffer): Move to simple.el.
18657 * simple.el (last-buffer): Move here.
18658 (get-next-valid-buffer): New function.
18659 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
18660 (prev-buffer): Ditto. Rename to `previous-buffer'.
18661
18662 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
18663 * bindings.el (global-map): Ditto.
18664
18665 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
18666
18667 * cus-edit.el: Introductory comment change.
18668 (custom-magic-alist): Change message string for the `rogue' state.
18669
18670 2005-12-15 Richard M. Stallman <rms@gnu.org>
18671
18672 * tooltip.el: Delete defcustom variable :tag names.
18673
18674 * complete.el (partial-completion-mode): Doc fix.
18675
18676 * textmodes/flyspell.el (flyspell-external-point-words):
18677 Use save-excursion to ensure we don't move backward in the
18678 search loop, not even one character.
18679 (flyspell-delete-all-overlays): Use remove-overlays directly.
18680
18681 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
18682 (ispell-start-process): Set that variable.
18683 Clear ispell-buffer-local-name.
18684 (ispell-internal-change-dictionary):
18685 Set ispell-current-dictionary after killing process.
18686 (ispell-buffer-local-dict):
18687 Don't set spell-personal-dictionary after killing process.
18688 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
18689 (ispell-tex-skip-alists, ispell-html-skip-alists)
18690 (ispell-skip-region-alist): Mark as risky.
18691
18692 * net/newsticker.el (newsticker--retrieval-timer-list)
18693 (newsticker--display-timer, newsticker-running-p)
18694 (newsticker-ticker-running-p): Definitions moved up.
18695
18696 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
18697
18698 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
18699
18700 2005-12-15 David Ponce <david@dponce.com>
18701
18702 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
18703 (recentf-edit-list, recentf-open-files): Signal an error when
18704 there is no recent file.
18705
18706 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
18707
18708 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
18709 read-only except for texinfo-format-region evaluation.
18710
18711 2005-12-14 Richard M. Stallman <rms@gnu.org>
18712
18713 * vc.el (vc-default-previous-version, vc-default-next-version)
18714 (vc-do-command): Doc fixes.
18715
18716 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18717
18718 * textmodes/bibtex.el (bibtex-expand-strings)
18719 (bibtex-autokey-expand-string, bibtex-name-part)
18720 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
18721 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
18722 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
18723 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
18724 (bibtex-entry-postfix, bibtex-known-entry-type-re)
18725 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
18726 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
18727 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
18728 (bibtex-beginning-of-last-entry): Remove.
18729 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
18730 message if comma is missing but buffer is read-only.
18731 (bibtex-parse-field-text): Handle whitespaces at the end of field
18732 text. Return 3-element list with beginning and end of field text
18733 and end of field.
18734 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
18735 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
18736 (bibtex-search-forward-field, bibtex-search-backward-field):
18737 Search always delimited by limits of entry. Use more efficient
18738 search algorithms.
18739 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
18740 bibtex-end-of-name-in-field.
18741 (bibtex-text-in-field-bounds): Handle BibTeX strings when
18742 extracting the content of a field.
18743 (bibtex-text-in-field): Use search limits.
18744 (bibtex-parse-string-prefix): Handle empty string keys based on
18745 bibtex-string-empty-key.
18746 (bibtex-parse-string): Fix docstring.
18747 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
18748 (bibtex-preamble-prefix, bibtex-strings): New functions.
18749 (bibtex-skip-to-valid-entry): Include preceding whitespace in
18750 BibTeX entries (consistent with other BibTeX functions).
18751 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
18752 (bibtex-search-entry): Fix docstring. Simplify.
18753 (bibtex-flash-head, bibtex-complete-string-cleanup)
18754 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
18755 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
18756 (bibtex-parse-entry): New optional arg content.
18757 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
18758 Use bibtex-text-in-field-bounds.
18759 (bibtex-print-help-message): Handle BibTeX strings and preambles.
18760 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
18761 bibtex-parse-string-postfix.
18762 (bibtex-find-text-internal): New function.
18763 (bibtex-remove-delimiters): Use it.
18764 (bibtex-find-text): Use it. New optional arg help.
18765 (bibtex-complete): Handle BibTeX string and preamble entries.
18766 (bibtex-Preamble): Fix order of closing delimiters.
18767
18768 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
18769
18770 * vc.el (vc-default-revert): New fun.
18771
18772 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
18773
18774 2005-12-14 Romain Francoise <romain@orebokech.com>
18775
18776 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
18777 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
18778 (font-lock-remove-keywords): Likewise.
18779
18780 2005-12-14 Juri Linkov <juri@jurta.org>
18781
18782 * log-view.el (log-view-diff): Doc fix.
18783
18784 * isearch.el (isearch-query-replace): Use (mark) instead of
18785 isearch-opoint if mark is active in transient-mark-mode.
18786
18787 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
18788
18789 * isearch.el (isearch-query-replace): Check for isearch-other-end.
18790
18791 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
18792
18793 * progmodes/cpp.el (cpp-face): New widget.
18794 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
18795
18796 2005-12-14 Juri Linkov <juri@jurta.org>
18797
18798 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
18799 around `erase-buffer' and `insert'.
18800
18801 * descr-text.el (describe-text-properties): Replace buffer name
18802 "*Help-2*" with "*Help*<2>".
18803 (describe-char): Add functions print-help-return-message,
18804 toggle-read-only. Use help-setup-xref with nil to not store
18805 describe-char in help-xref-stack. Use help-make-xrefs to
18806 make [back] button.
18807
18808 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
18809
18810 * wdired.el (wdired-old-point): New internal variable.
18811 (wdired-change-to-wdired-mode): Set it buffer-locally.
18812 (wdired-abort-changes): Restore point after aborting changes.
18813
18814 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
18815
18816 * vc.el (vc-do-command): Add a new value t for okstatus.
18817
18818 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
18819 frame in case of errors.
18820
18821 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18822
18823 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
18824 so it comes after "On the Left" in the menu.
18825
18826 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
18827
18828 * cus-edit.el (customize-apropos, customize-apropos-options)
18829 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
18830
18831 2005-12-12 Bill Wohler <wohler@newt.com>
18832
18833 * vc-svn.el (vc-svn-registered): Fix problem of visiting
18834 non-writable Subversion-controlled files by saving window
18835 configuration before calling vc-do-command. vc-do-command calls
18836 pop-to-buffer on error which is unexpected during registration.
18837
18838 2005-12-12 Jay Belanger <belanger@truman.edu>
18839
18840 * calc/README: Update the summary of changes.
18841
18842 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
18843
18844 * descr-text.el (describe-char): Rework last fix to solve the problem
18845 is the same way it's solved for everything else in that function
18846 (i.e. by extracting the info before setting up the *Help* buffer).
18847
18848 2005-12-12 Kim F. Storm <storm@cua.dk>
18849
18850 * subr.el (version-regexp-alist): Allow space as separator before
18851 non-numeric part, e.g. "1.0 alpha".
18852 (version-to-list): Interpret .X.Y version as 0.X.Y version.
18853
18854 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
18855
18856 * textmodes/org.el (org-agenda, org-timeline, org-todo):
18857 Implement Logging and the keep-modes setting.
18858 (org-get-category): Make sure a string is returned.
18859 (org-log-done): New function.
18860 (org-log-done, org-closed-string): New options.
18861
18862 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18863
18864 * tooltip.el (tooltip-y-offset): Change default to 20.
18865
18866 2005-12-12 Richard M. Stallman <rms@gnu.org>
18867
18868 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
18869
18870 * frame.el (display-hourglass): Doc fix.
18871
18872 * help.el (help-for-help-internal): Simplify entry for `a'.
18873
18874 * info.el (Info-on-current-buffer): Doc fix.
18875 (info-insert-file-contents): Don't test (featurep 'jka-compr).
18876
18877 * startup.el (inhibit-splash-screen): Make this the real name.
18878 (inhibit-startup-message): Make this the alias.
18879 (command-line): Find only simple.el, and use its directory
18880 to fill in other preloaded files' names.
18881 (command-line): Deactivate the mark if deactivate-mark is set.
18882
18883 * international/mule.el (load-with-code-conversion):
18884 Bind deactivate-mark.
18885
18886 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
18887
18888 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
18889
18890 * cus-edit.el (customize-apropos): Avoid listing an option more
18891 than once under different aliases. No longer list user options
18892 that are not defined with defcustom (unless a prefix arg is given).
18893 Doc fix.
18894 (customize-apropos-options): Doc fix.
18895
18896 2005-12-11 Juri Linkov <juri@jurta.org>
18897
18898 * frame.el (set-background-color, set-foreground-color)
18899 (set-cursor-color, set-mouse-color, set-border-color):
18900 Add explicit prompts to read colors by `facemenu-read-color'.
18901 (show-trailing-whitespace, blink-cursor-delay)
18902 (blink-cursor-interval, display-hourglass, hourglass-delay):
18903 Remove tags.
18904 (display-hourglass, hourglass-delay): Doc fix.
18905 (cursor-in-non-selected-windows): Capitalize words in tag.
18906
18907 * faces.el (frame-background-mode): Replace `choice-item' keywords
18908 with `const' to not make [default] button. Change default value tag
18909 from `default' to `automatic'. Doc fix.
18910 (trailing-whitespace) <defface>: Change group `whitespace' to
18911 `whitespace-faces'.
18912
18913 2005-12-11 Richard M. Stallman <rms@gnu.org>
18914
18915 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
18916
18917 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18918
18919 * term/mac-win.el: Create keymap for mac-apple-event-map.
18920
18921 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
18922
18923 * tooltip.el (tooltip-mode): Move to start of file so that it
18924 appears at top of customize buffer.
18925
18926 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
18927 Add the gud groupname.
18928 (gud-tooltip-mode): Add the tooltip groupname.
18929 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
18930 avoid conflict with tooltip-use-echo-area.
18931
18932 2005-12-10 Romain Francoise <romain@orebokech.com>
18933
18934 * help.el (help-for-help-internal): Add `r' in doc string.
18935
18936 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18937
18938 * align.el (align-regexp, align-highlight-rule):
18939 Use region-beginning and region-end instead of point and mark, so that
18940 repetition (with `repeat-complex-command') recomputes the region
18941 bounds.
18942
18943 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
18944
18945 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
18946 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
18947 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
18948 (balance-windows): Rewrite using the above new functions.
18949
18950 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
18951
18952 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
18953 react if global-hi-lock-mode seems intended.
18954 (global-hi-lock-mode): Renamed from hi-lock-mode.
18955 (hi-lock-archaic-interface-message-used)
18956 (hi-lock-archaic-interface-deduce): New variables.
18957 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
18958 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
18959 (hi-lock-find-patterns, hi-lock-font-lock-hook):
18960 Replace hi-lock-buffer-mode with hi-lock-mode.
18961
18962 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
18963
18964 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
18965 completion list, even after a partial completion has been
18966 inserted in the current buffer. If there are more than 1
18967 completion, redisplay the *Completions* buffer; if the
18968 completion is unique, delete the *Completions* window.
18969
18970 2005-12-10 Eli Zaretskii <eliz@gnu.org>
18971
18972 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
18973 strings and long subject lines that were broken into multiple
18974 lines at arbitrary places. Handle subjects that have "Re: " in
18975 the middle.
18976
18977 2005-12-10 John W. Eaton <jwe@octave.org>
18978
18979 * progmodes/octave-mod.el (octave-electric-space): Don't indent
18980 comments or strings if octave-auto-indent is nil.
18981
18982 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18983
18984 * term/mac-win.el: Require url when compiling.
18985 Call mac-process-deferred-apple-events after loading init files.
18986 (mac-apple-event-map): New defvar. Define event handlers in it.
18987 (core-event, internet-event): New Apple event class symbols.
18988 (open-application, reopen-application, open-documents)
18989 (print-documents, open-contents, quit-application)
18990 (application-died, show-preferences, autosave-now, get-url):
18991 New Apple event ID symbols.
18992 (about): New HICommand ID symbol.
18993 (mac-event-spec, mac-event-ae): New macros.
18994 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
18995 (mac-ae-selection-range, mac-ae-text-for-search)
18996 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
18997 (mac-application-menu-map): Remove keymap. Handlers for HICommand
18998 and Services menu events are now defined in mac-apple-event-map.
18999 (mac-drag-n-drop): Remove selection range handling.
19000
19001 2005-12-10 Kenichi Handa <handa@m17n.org>
19002
19003 * simple.el (zap-to-char):
19004 * isearch.el (isearch-process-search-char): Translate CHAR by
19005 translation-table-for-input.
19006
19007 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
19008
19009 * foldout.el (foldout-exit-fold): Properly hide subtree.
19010
19011 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
19012
19013 * files.el (save-buffer):
19014 * international/ucs-tables.el (ucs-set-table-for-input):
19015 * mail/mail-extr.el (mail-extract-address-components):
19016 * mail/sendmail.el (mail-mode): Reformat doc string.
19017
19018 2005-12-09 Juri Linkov <juri@jurta.org>
19019
19020 * isearch.el (isearch-highlight): Change main overlay priority
19021 from 1 to 1001. Simplify.
19022 (isearch-lazy-highlight-update): Change lazy overlay priority
19023 from 0 to 1000.
19024
19025 * replace.el (replace-highlight): Change overlay priority from
19026 1 to 1001.
19027
19028 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
19029 Change overlay priority from 1 to 1001. Reuse existing overlay.
19030
19031 * compare-w.el (compare-windows-highlight): Change overlay
19032 priority from 1 to 1000.
19033
19034 * menu-bar.el (menu-bar-edit-menu): Add listp around
19035 pending-undo-list to disable menu item "undo" when pending
19036 undo list is empty.
19037
19038 * locate.el (locate): Disable undo in *Locate* buffer.
19039
19040 2005-12-09 Kim F. Storm <storm@cua.dk>
19041
19042 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
19043
19044 2005-12-09 David Ponce <david@dponce.com>
19045
19046 * recentf.el: Improvement of the menu code.
19047 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
19048 instead of menu hook.
19049 (recentf-show-menu, recentf-hide-menu): New functions.
19050 (recentf-menu-customization-changed, recentf-mode): Use them.
19051 (recentf-menu-action, recentf-max-menu-items)
19052 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
19053 (recentf-arrange-by-rule-others)
19054 (recentf-arrange-by-rules-min-items)
19055 (recentf-arrange-by-rule-subfilter): Don't use
19056 `recentf-menu-customization-changed'.
19057 (recentf-arrange-rules): Likewise. Accept functions to compute
19058 sub-menu titles.
19059 (recentf-menu-filter): Likewise. Doc fix.
19060 (recentf-menu-value-shortcut): Doc fix.
19061 (recentf-dump-variable): Quote atom value.
19062 (recentf-make-menu-items): Update to use it as a menu filter.
19063 (recentf-match-rule): New function.
19064 (recentf-arrange-by-rule): Use it.
19065 (recentf-indirect-mode-rule): New function.
19066 (recentf-build-mode-rules): Use it.
19067 (recentf-dir-rule): New function.
19068 (recentf-arrange-by-dir): Use it.
19069 (recentf-filter-changer-current): Rename from
19070 `recentf-filter-changer-state'. All references updated.
19071 (recentf-filter-changer-alist): Update filter names.
19072 (recentf-filter-changer-select): New function.
19073 (recentf-filter-changer): Use it. Make a sub-menu from filters
19074 available in `recentf-filter-changer-alist'.
19075 (recentf-data-cache, recentf-clear-data)
19076 (recentf-update-menu): Remove. All references updated.
19077 (recentf-match-rule-p, recentf-build-dir-rules)
19078 (recentf-filter-changer-goto-next)
19079 (recentf-filter-changer-get-current)
19080 (recentf-filter-changer-get-next): Remove.
19081
19082 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
19083
19084 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
19085 buffer "Reset" button to "Reset to Current" for consistency with
19086 the State buttons.
19087
19088 2005-12-08 John Paul Wallington <jpw@pobox.com>
19089
19090 * ibuf-ext.el (define-ibuffer-filter filename):
19091 If `dired-directory' is a list then really use its car.
19092
19093 2005-12-08 Kim F. Storm <storm@cua.dk>
19094
19095 * emulation/cua-rect.el (cua--rectangle-aux-replace):
19096 Fix indention of text on right side of replaced rectangle.
19097
19098 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
19099
19100 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
19101 No need to check gud-comint-buffer is bound.
19102 (gdb): Prevent multiple debugging when first session uses gdba.
19103
19104 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19105
19106 CC Mode update to 5.31.
19107
19108 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
19109 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
19110 We might do this function properly in the future).
19111
19112 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
19113 New macros c-sentence-end and c-default-value-sentence end, to cope
19114 with Emacs 22's new function `sentence-end'.
19115
19116 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19117
19118 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
19119 compat issue using `c-put-overlay' and `c-delete-overlay'.
19120
19121 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
19122 New compat macros to handle overlays/extents.
19123
19124 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19125
19126 * progmodes/cc-fix.el: Add definitions of the macros push and pop
19127 (for GNU Emacs 20.4).
19128
19129 * progmodes/cc-defs.el
19130 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
19131
19132 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
19133 highlighting mechanism so it will work in XEmacs too.
19134
19135 * progmodes/cc-defs.el: Insert c-int-to-char.
19136
19137 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
19138 call to the new macro c-int-to-char. This solves XEmacs's
19139 regarding characters as different from integers.
19140
19141 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19142
19143 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
19144 New internal helper.
19145
19146 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
19147 construct to make the indirect face lookup work in XEmacs.
19148
19149 (c-cpp-matchers): Append the negation char face to the existing
19150 fontification, so that the cpp face doesn't disappear.
19151 Use `c-make-syntactic-matcher' to avoid negation chars in comments
19152 and strings.
19153
19154 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
19155 to map to `font-lock-negation-char-face' in emacsen where it exists.
19156
19157 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19158
19159 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
19160
19161 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
19162 Rename "c-subword-move-mode" as "c-subword-mode".
19163
19164 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
19165 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
19166
19167 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19168
19169 * progmodes/cc-mode.el: Added autoload directive for
19170 `c-subword-move-mode' for use in older emacsen.
19171
19172 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19173
19174 * progmodes/cc-mode.el:
19175 (i): Insert a binding for C-c C-backspace into
19176 c-bind-special-erase-keys which works in TTYs.
19177 (ii): Make sure that when file styles are used, any explicitly
19178 given style variables take priority over those in the style.
19179 Do this by calling `hack-local-variables' a second time.
19180
19181 * progmodes/cc-vars.el: Add language specific customization
19182 widgets for AWK to c-doc-comment-style, c-require-final-newline
19183 and c-default-style. Add a defcustom for awk-mode-hook.
19184 Give c-syntactic-element and c-syntactic-context doc-strings by
19185 directly setting their `variable-documentation' propery.
19186 This allows Emacs 22.1 to read these with C-h v.
19187
19188 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
19189
19190 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19191
19192 * progmodes/cc-fonts.el, cc-vars.el
19193 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
19194 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
19195 Masatake YAMATO.
19196
19197 (c-doc-comment-style): Made GtkDoc default in C mode.
19198
19199 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
19200 and C-c C-<delete>.
19201
19202 (c-bind-special-erase-keys): New function for use on
19203 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
19204
19205 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
19206 <delete> key behavior in XEmacs according to `delete-forward-p'.
19207 C.f. `c-electric-delete'.
19208
19209 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19210
19211 * progmodes/cc-mode.el: Give c-hungry-backspace and
19212 c-hungry-delete-forward permanent key bindings.
19213
19214 * progmodes/cc-cmds.el (c-electric-semi&comma):
19215 Bind c-syntactic-context for calls to "criteria functions", for
19216 consistency with other calls to user functions.
19217
19218 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
19219 `current-prefix-arg', since this might be the prefix arg to a
19220 command which calls c-indent-command as a function. Change the
19221 interactive spec from "p" to "P".
19222
19223 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
19224 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
19225 was difficult to understand.
19226
19227 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19228
19229 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
19230 first char of an identifier.
19231
19232 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
19233 +" syntax in C++.
19234
19235 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19236
19237 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
19238 auto-fill doesn't split a c-comment's last word from a hanging
19239 "*/" when a space is typed between them after fill-column.
19240
19241 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
19242
19243 * progmodes/cc-styles.el (c-set-style)
19244 (c-setup-paragraph-variables): Abort the command if we're not in a
19245 CC Mode buffer.
19246
19247 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
19248 with blank comment-prefix, and a blank line as the comment's
19249 second line.
19250
19251 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19252
19253 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
19254 Incorporate the patterns added in the Emacs development branch
19255 for the new Emacs 22 face `font-lock-negation-char-face'.
19256
19257 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
19258 of "red" since it stands out better in xterms and DOS terminals.
19259
19260 * progmodes/cc-engine.el (c-literal-faces):
19261 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
19262
19263 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19264
19265 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
19266 forcibly enable c-electric-flag.
19267
19268 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
19269 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
19270 after the comment-prefix of a C-style comment will close that comment.
19271
19272 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19273
19274 * progmodes/cc-fonts.el (c-basic-matchers-before)
19275 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
19276 in Pike.
19277
19278 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
19279 digraphs.
19280
19281 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
19282 (c-cpp-message-directives, c-cpp-include-directives)
19283 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
19284 (c-cpp-expr-directives): Introduce new language constants to
19285 control cpp syntax in a cleaner way.
19286
19287 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
19288
19289 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
19290
19291 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
19292 (c-multiline-string-start-char): New language constants and
19293 variables to specify how newlines in string literals work.
19294
19295 (c-font-lock-invalid-string): Use them.
19296
19297 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
19298 unbalanced close brace is entered. Optimization by avoiding going
19299 back over arbitrarily large blocks. Removed hints that this
19300 function only would be relevant/useful in AWK.
19301
19302 (c-electric-brace): Indent syntactically after the cleanups since
19303 lineup functions might do it differently then.
19304
19305 * progmodes/cc-engine.el, cc-langs.el
19306 (c-opt-op-identifier-prefix): New language constant and variable.
19307
19308 (c-just-after-func-arglist-p, c-after-special-operator-id)
19309 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
19310
19311 * progmodes/cc-align.el, cc-engine.el
19312 (c-after-special-operator-id): New helper to handle C++ operator
19313 identifiers.
19314
19315 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
19316 (c-guess-basic-syntax): Handle C++ operator identifiers in
19317 declarations.
19318
19319 * progmodes/cc-langs.el (c-assignment-operators): Add the
19320 trigraph version of ^= too.
19321
19322 * progmodes/cc-langs.el (c-assignment-operators): Add the
19323 trigraph version of |= in C++.
19324
19325 * progmodes/cc-fonts.el (c-font-lock-declarators):
19326 Handle `c-decl-hangon-kwds' after the identifier name.
19327
19328 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
19329 whether an arglist is "nonempty", ignore a comment after the open
19330 paren if it isn't followed by a non-comment token on the same line.
19331
19332 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
19333 Enable heuristics below the point to cope with classes inside special
19334 brace lists in Pike.
19335
19336 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19337
19338 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
19339
19340 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19341
19342 * progmodes/cc-guess.el (cc-guess-install): New function to
19343 install an already guessed style in another buffer.
19344
19345 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
19346 sets `inhibit-read-only' - `c-save-buffer-state' should be used
19347 anyway if the change always is undone.
19348
19349 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19350
19351 Implement togglable electricity:
19352
19353 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
19354 saying when it should be used.
19355
19356 * progmodes/cc-engine.el: Add the new buffer-local variable,
19357 c-electric-flag.
19358
19359 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
19360 c-toggle-auto-newline.
19361
19362 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
19363 c-toggle-auto-newline. Remove the binding for
19364 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
19365 c-toggle-electric-state.
19366
19367 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
19368
19369 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
19370 c-\(forward\|backward\)-subword.
19371 (c-update-modeline): Add the new modeline flag `l' for
19372 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
19373 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
19374 Make the old name an alias of the new name.
19375 (c-toggle-electric-state): New function.
19376 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
19377 Adapt these functions to do electric things only when
19378 c-electric-flag is non-nil.
19379 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
19380 new functions from c-electric-brace.
19381 (c-point-syntax): Add a check for "virtual semicolons" in AWK
19382 mode, so that the tentative extra newline doesn't change the
19383 syntax of the following brace.
19384 (c-electric-brace): Restructure by extracting the above functions.
19385 Tidy up the coding somewhat.
19386 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
19387 restructure a bit.
19388
19389 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19390
19391 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
19392 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
19393
19394 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
19395 (c-submode-indicators): Change name from `c-auto-hungry-string'
19396 since it's now used to track another submode.
19397
19398 (c-update-modeline): Convert to function and extended to check
19399 `c-subword-move-mode'.
19400
19401 (c-forward-into-nomenclature, c-backward-into-nomenclature):
19402 Convert to compat aliases for `c-forward-subword' and
19403 `c-backward-subword'.
19404
19405 * progmodes/cc-subword.el: New functions and minor mode to handle
19406 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
19407
19408 (c-forward-subword, c-backward-subword, c-mark-subword)
19409 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
19410 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
19411 Functions corresponding to the standard word handling functions.
19412
19413 (c-subword-move-mode): Minor mode that replaces all the standard
19414 word handling functions with their subword equivalences.
19415
19416 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19417
19418 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
19419 entry for one-liner-defun.
19420
19421 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
19422 name in its def-edebug-spec.
19423
19424 * progmodes/cc-cmds.el (c-electric-brace): Make the
19425 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
19426 compacts space before a comment, if this will make things fit on
19427 one line.
19428
19429 Introduce an "awk" style, mainly for auto-newline and clean-ups.
19430
19431 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
19432
19433 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
19434 clean-up one-liner-defun.
19435
19436 * progmodes/cc-styles.el: Add the new "awk" style.
19437
19438 * progmodes/cc-vars.el: Add description of one-liner-defun to
19439 c-cleanup-list's doc-string. New user options,
19440 c-max-one-liner-length. In c-default-style, set the default style
19441 for AWK to "awk".
19442
19443 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19444
19445 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
19446 macros inside labels.
19447
19448 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
19449 `c-at-statement-start-p' and `c-at-expression-start-p'.
19450
19451 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
19452 error if the mark isn't set.
19453
19454 * progmodes/cc-engine.el (c-guess-continued-construct)
19455 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
19456 accurately detect functions inside functions.
19457
19458 * progmodes/cc-engine.el (c-at-expression-start-p): New function
19459 like `c-at-statement-start-p' that additionally recognizes commas
19460 and expression parentheses as delimiters.
19461
19462 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
19463 to avoid heuristics that doesn't work for unclosed blocks.
19464 (c-at-statement-start-p): New function.
19465
19466 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
19467 Objective-C directives, e.g. directives spanning lines should work
19468 reasonably well now.
19469
19470 (c-put-c-type-property, c-clear-c-type-property): New helpers.
19471
19472 (c-forward-objc-directive): New function to move over any ObjC
19473 directive.
19474
19475 (c-just-after-func-arglist-p, c-guess-basic-syntax)
19476 (c-basic-matchers-before): Use it.
19477
19478 (c-font-lock-objc-iip-decl): Remove.
19479
19480 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
19481 in the template arglist recognition.
19482
19483 * progmodes/cc-styles.el (c-style-alist): Fix several
19484 inconsistencies in the Whitesmith style.
19485
19486 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
19487 New lineup function to get lines after Whitesmith style blocks
19488 correctly indented.
19489
19490 (c-lineup-whitesmith-in-block): Back out the compensation for
19491 opening parens since it's done using `add' lists in the style
19492 definition instead. Don't use the anchor position since it varies
19493 too much between the syntactic symbols. :P
19494
19495 * progmodes/cc-vars.el (c-valid-offset): Update.
19496
19497 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
19498 lists where the offsets are combined according to several
19499 different methods: `first', `min', `max', and `add'.
19500 Report offset evaluation errors with `c-benign-error' so that some kind
19501 of reindentation still is done.
19502
19503 * progmodes/cc-engine.el (c-guess-basic-syntax):
19504 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
19505 `arglist-close'.
19506
19507 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
19508 situations for `arglist-cont-nonempty' and `arglist-close'.
19509
19510 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
19511
19512 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
19513 cc-bytecomp-boundp' in a number of places.
19514
19515 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
19516 macro related issue.
19517
19518 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19519
19520 * progmodes/cc-awk.el: Change the terminology of regexps: A char
19521 list is now [asdf], a char class [:alpha:].
19522 Include code for char classes.
19523 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
19524 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
19525
19526 Remove (nearly all of) the cruft associated with AWK Mode's former
19527 concept of "virtual semicolons":
19528
19529 Adapt c-beginning-of-statement, c-end-of-statement (together with
19530 subfunctions) to use the new notion of "virtual semicolon" in
19531 place of the old awkward special handling for AWK. There remains
19532 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
19533 * progmodes/cc-cmds.el:
19534 (c-ascertain-adjacent-literal): In the backwards direction, now
19535 recognises AWK regexp delimiters as string delimiters.
19536 (c-after-statement-terminator-p): Adapt for virtual semicolons;
19537 check more rigorously for "end of macro".
19538 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
19539 virtual semicolons;
19540 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
19541 out the code for forward movement into ...
19542 (c-end-of-statement): Now contains the code for forward movement,
19543 adapted for virtual semicolons.
19544
19545 * progmodes/cc-engine.el:
19546 (c-ws*-string-limit-regexp): New regexp.
19547 (c-forward-single-comment, c-backward-single-comment): Comment out
19548 the (now redundant) "special" AWK stuff.
19549
19550 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
19551 c-string-par-start, c-string-par-separate to be more like Text
19552 Mode than Fundamental Mode.
19553
19554 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19555
19556 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
19557 to the fontified region so that fontification doesn't occur
19558 outside it (could happen e.g. when fontifying a line with an
19559 unfinished declaration).
19560
19561 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19562
19563 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
19564 start of the file. ^L now separate sections of the file.
19565 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
19566 (c-awk-one-line-possibly-open-string-re)
19567 (c-awk-regexp-one-line-possibly-open-char-class-re)
19568 (c-awk-one-line-possibly-open-regexp-re)
19569 (c-awk-one-line-non-syn-ws*-re): New defonsts.
19570 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
19571
19572 Amend the concept of "virtual semicolons" (in the indentation
19573 engine) for languages like AWK, such that they are now
19574 conceptually attached to end of the last token of a statement, not
19575 the end of the line. (In AWK Mode, however, the pertinent text
19576 property is still physically set on the EOL.) Remove the specific
19577 tests for awk-mode, thus facilitating the introduction of other
19578 language modes where EOLs can end statements.
19579 (Note: The funtionality in cc-cmds.el, specifically
19580 c-beginning/end-of-statement has yet to be amended.)
19581
19582 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
19583 New macros.
19584
19585 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
19586 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
19587 c-vsemi-status-unknown-p-fn (in a new page).
19588
19589 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
19590 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
19591 numerous awkward forms like
19592 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
19593 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
19594 variable before-ws-ip, the place just after char-before-ip appears.
19595
19596 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
19597 a comment.
19598
19599 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19600
19601 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
19602 `c-tentative-buffer-changes'.
19603
19604 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
19605 convert to macro to choose between Emacs and XEmacs at compile time.
19606
19607 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
19608
19609 (c-tentative-buffer-changes): New macro to handle temporary buffer
19610 changes in a convenient way.
19611
19612 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
19613 for `c-tentative-buffer-changes'.
19614
19615 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
19616 the checks for paren sexps between the point and the keyword, to
19617 avoid some false alarms.
19618
19619 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
19620 Fixed a situation where an error could be thrown for unbalanced
19621 parens. Changed to make use of c-keyword-member' to avoid some
19622 repeated regexp matches.
19623
19624 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
19625 These language variable are no longer necessary.
19626
19627 (c-block-stmt-kwds): New language constant used by
19628 c-looking-at-inexpr-block'.
19629
19630 (c-guess-basic-syntax): Remove an optional check that looked at
19631 the existence of the now removed language variables.
19632
19633 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
19634 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
19635 object instantiation expressions as declarations in some contexts.
19636 This bug only affected languages where the declarator can't be
19637 enclosed in parentheses.
19638
19639 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
19640 insert newlines before and after substatement braces.
19641
19642 * progmodes/cc-engine.el: Improved the heuristics for recognizing
19643 function declaration headers and the handling of C++ style member
19644 init lists.
19645
19646 (c-just-after-func-arglist-p): Rewritten to use
19647 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
19648
19649 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
19650
19651 (c-guess-basic-syntax): Adapt case 5B for the new
19652 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
19653 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
19654 covers all cases now).
19655
19656 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
19657
19658 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19659
19660 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
19661 c-string-par-start/separate c-sentence-end-with-esc-eol,
19662 initialised in c-setup-paragraph-variables, used in string
19663 scanning subroutines of c-beginning-of-statement.
19664
19665 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
19666 which precedes the newly inserted `{'.
19667
19668 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19669
19670 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
19671 function for declaration level blocks. It should now cope with
19672 templates better and also be a lot more comprehensible.
19673
19674 (c-looking-at-decl-block): The new function.
19675
19676 (c-search-uplist-for-classkey): The old one. It's now a wrapper
19677 for compatibility.
19678
19679 (c-add-class-syntax, c-guess-continued-construct)
19680 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
19681
19682 (c-decl-block-key): Change to tell apart ambiguous and
19683 unambiguous keywords. Pike specials are now handled directly in
19684 the code instead.
19685
19686 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
19687 New language constants and variables to make the backward skip in
19688 `c-looking-at-decl-block' as tight as possible.
19689
19690 (c-nonsymbol-token-char-list): New language constant.
19691
19692 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
19693 find balanced template arglists backwards.
19694
19695 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
19696 making char classes for `c-syntactic-skip-backward'.
19697
19698 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
19699 16D - can't be a class-close at that point.
19700
19701 * progmodes/cc-engine.el (c-guess-basic-syntax)
19702 (c-add-class-syntax): Don't narrow out the enclosing declaration
19703 level. This makes everything a lot easier, and it was actually
19704 only four small places that needed it to work. Some places that
19705 previously did `widen' are removed now, which has the effect that
19706 `c-guess-basic-syntax' never will look at things outside the
19707 current narrowment now. The anchor position for `topmost-intro'
19708 is affected by this, but it was so bogus it was basically useless
19709 before, and now it's equally bogus but in a slightly different way.
19710
19711 (c-narrow-out-enclosing-class): Gone.
19712
19713 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
19714 the narrowed region.
19715
19716 (c-least-enclosing-brace): Remove silly optional argument.
19717
19718 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
19719 the point could be left directly after an open paren when finding
19720 the beginning of the first decl in the block.
19721
19722 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
19723 Specify which submatch to use.
19724
19725 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
19726
19727 (c-decl-start-re): No longer any need for special treatment of
19728 ObjC due to the above.
19729
19730 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
19731 presumably follows C in that regard.
19732
19733 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
19734 New language constants to specify operator tokens inside
19735 identifiers in a more high level way.
19736
19737 (c-opt-identifier-prefix-key): New internal language constant.
19738
19739 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
19740 (c-identifier-start, c-identifier-key): Now completely calculated
19741 from other constants.
19742
19743 (c-identifier-last-sym-match): Decommission since it's no longer used.
19744
19745 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
19746
19747 * progmodes/cc-engine.el (c-forward-name): Remove the
19748 optimization when c-identifier-key is equal to c-symbol-key since
19749 it doesn't work in byte compiled files. Don't record empty
19750 regions as identifiers.
19751
19752 * progmodes/cc-langs.el (c-filter-ops): New helper function to
19753 simplify access to `c-operators' and its likes.
19754
19755 (c-operator-list, c-all-op-syntax-tokens)
19756 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
19757 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
19758 (c-primary-expr-regexp, c-cast-parens): Use it.
19759
19760 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
19761 an explicit language in functions.
19762
19763 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
19764 variant of adornment.
19765
19766 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
19767 variable.
19768
19769 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
19770 the Pike value.
19771
19772 * progmodes/cc-engine.el (c-on-identifier)
19773 (c-simple-skip-symbol-backward): Small fix for handling "-"
19774 correctly in `skip-chars-backward'. Affected the operator lfun
19775 syntax in Pike.
19776
19777 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
19778 diagnostic message about precompiled language vars not being used.
19779
19780 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
19781 "__attribute__" is followed by a parenthesis.
19782
19783 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
19784 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
19785 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
19786
19787 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
19788 Internal cleanups to properly detect the declared identifiers in
19789 various declarations.
19790
19791 (c-decl-start-kwds): New language constant to recognize
19792 declarations that can start anywhere. Used for class declarations
19793 in Pike.
19794
19795 (c-specifier-key, c-not-decl-init-keywords)
19796 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
19797 (c-find-decl-spots): Implement `c-decl-start-kwds'.
19798
19799 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
19800 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
19801 handling of the compiler specific extension keywords into a new
19802 language constant `c-decl-hangon-kwds' that defines keyword
19803 clauses to be ignored in declarations.
19804
19805 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
19806 past unrecognized tokens when handling `c-colon-type-list-kwds'.
19807 Necessary to stop at the declared identifier in e.g. IDL valuetype
19808 declarations.
19809
19810 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
19811 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
19812 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
19813 (c-forward-decl-or-cast-1): Recognize the declared identifier in
19814 class and enum declarations as such and not as part of the type.
19815
19816 (c-forward-decl-or-cast-1, c-forward-label): Relax the
19817 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
19818
19819 (c-forward-decl-or-cast-1): Don't disregard sure signs of
19820 declarations when there's some syntax error later on.
19821
19822 (c-complex-decl-matchers): Did away with a reference to
19823 `c-specifier-key'.
19824
19825 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
19826 value - this variable is always dynamically bound.
19827
19828 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
19829 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
19830 * cc-cmds.el, cc-defs.el: Change the policy for marking up
19831 functions that might do hidden buffer changes: All such internal
19832 functions are now marked instead of those that don't.
19833
19834 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
19835 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
19836 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
19837 (c-literal-type): Allow these functions to make hidden buffer changes,
19838 so that they are free to use text property caching later on.
19839
19840 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
19841 (c-electric-brace, c-electric-slash, c-electric-star)
19842 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
19843 (c-electric-paren, c-electric-continued-statement, c-indent-command)
19844 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
19845 (c-context-line-break): Add `c-save-buffer-state' calls to comply
19846 with the changed semantics of the functions above.
19847
19848 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
19849 when macros occur in obscure places. Optimized the sexp movement
19850 a bit.
19851
19852 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19853
19854 Enhancements for c-beginning-of-statement to work in AWK Mode:
19855
19856 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
19857 (completed statement) with `}' (statement completed by closing
19858 brace or semicolon) and `$' (statement completed by EOL).
19859
19860 (c-awk-virtual-semicolon-ends-prev-line-p)
19861 (c-awk-virtual-semicolon-ends-line-p)
19862 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
19863 (c-awk-at-statement-end-p): New functions.
19864
19865 * progmodes/cc-cmds.el: Simplify the structure of functions
19866 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
19867 two functions and c-beginning-of-statement to handle AWK Mode.
19868
19869 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
19870 c-backward-single-comment for AWK mode. Attempt to clarify their
19871 doc-strings.
19872
19873 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
19874
19875 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19876
19877 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
19878 label handling. Labels are now recognized in a uniform and more
19879 robust way, regardless of context. Text properties are put on all
19880 labels to recognize the following declarations better.
19881 Multiword labels are handled both in indentation and fontification for
19882 the benefit of language extensions like Qt. For consistency, keywords
19883 in labels are now fontified with the label face instead.
19884 That also applies to "case" and "default".
19885
19886 (c-beginning-of-statement-1): Fix some bugs in the label
19887 handling. Disregard `c-nonlabel-token-key' in labels that begin
19888 with `c-label-kwds'.
19889
19890 (c-find-decl-spots): Support that the callback adds more
19891 `c-decl-end' spots to find.
19892
19893 (c-forward-decl-or-cast-1): Don't treat a list of plain
19894 identifiers followed by a colon as a declaration.
19895
19896 (c-forward-label): New function to recognize labels.
19897
19898 (c-guess-basic-syntax): Replace uses of `c-label-key' with
19899 `c-forward-label'. Moved the label recognition cases (14 and 15)
19900 earlier since they aren't so context sensitive now. Handle labels
19901 on the top level gracefully. Moved access label recognition to
19902 the generic label case (CASE 15) - removed CASE 5E.
19903
19904 (c-font-lock-declarations): Add recognition of labels in the
19905 same round since we need to handle labels in parallell with other
19906 declarations to recognize both accurately. It should also improve
19907 speed.
19908
19909 (c-simple-decl-matchers, c-basic-matchers-after):
19910 Move `c-font-lock-labels' so that it only is used on decoration level 2
19911 since `c-font-lock-declarations' handles it otherwise.
19912
19913 (c-complex-decl-matchers): Remove the simplistic recognition of
19914 access labels.
19915
19916 (c-decl-prefix-re): Remove the kludges that was necessary to cope
19917 with labels earlier.
19918
19919 (c-decl-start-re): New language variable to make
19920 `c-font-lock-declarations' stop for the special protection labels
19921 in Objective-C that start with `@'.
19922
19923 (c-label-key): Remove since it's no longer used.
19924
19925 (c-recognize-colon-labels, c-label-prefix-re): New language
19926 constants to support recognition of generic colon-terminated labels.
19927
19928 (c-type-decl-end-used): `c-decl-end' is now used whenever there
19929 are colon terminated labels.
19930
19931 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
19932 first argument starts with a special brace list.
19933
19934 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
19935 (c-font-lock-declarations): Break out the declaration and cast
19936 recognition from `c-font-lock-declarations' to a new function, so
19937 that it can be used in the indentation engine.
19938
19939 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
19940 up to the start of the literal. Fixed bug with the point on the
19941 wrong side of the search limit that could happen when the start
19942 position is inside a literal.
19943
19944 * progmodes/cc-engine.el (c-parse-state)
19945 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
19946 so that it's kept a little bit back to increase the hit rate.
19947
19948 (c-parse-state): Change the macro handling and fixed some
19949 glitches. Macro context is checked more often than necessary now,
19950 but otoh less garbage conses are generated.
19951
19952 * progmodes/cc-engine.el (c-parse-state)
19953 (c-invalidate-state-cache): Cache the last position where
19954 `c-state-cache' applies. This can speed up refontification quite
19955 a bit in blocks where there are many non-brace parens before the point.
19956
19957 (c-state-cache-end): New variable for this.
19958
19959 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
19960 cache variable.
19961
19962 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
19963 get close initial continue positions when the start position is
19964 inside a literal or macro. Do not call the callback for spots
19965 before the start position (which can happen e.g. for `c-decl-end'
19966 spots inside comments). Optimize better in special cases when the
19967 region is a single line inside a literal or macro (typically when
19968 the current line is refontified).
19969
19970 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
19971 to `c-add-stmt-syntax' - there's no need to explicitly whack off
19972 entries from the paren state.
19973
19974 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
19975 special case for "else if" clauses.
19976
19977 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
19978 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
19979
19980 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
19981 New language variable to recognize the gcc extension with statement
19982 blocks inside expressions.
19983
19984 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
19985 it somewhat more comprehensible. The argument AT-BLOCK-START is
19986 no longer used and hence removed.
19987
19988 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
19989 to `c-add-stmt-syntax'.
19990
19991 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
19992 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
19993 This fixes bogus label recognition.
19994
19995 * progmodes/cc-engine.el (c-add-type, c-check-type)
19996 (c-forward-name, c-forward-type): Improve storage of template
19997 types in `c-found-types' so that they can be recognized better.
19998
19999 (c-syntactic-content): Add option to skip past nested parens.
20000
20001 * progmodes/cc-engine.el (c-forward-name):
20002 Set `c-last-identifier-range' all the time. It's less work that way.
20003 Handle that there might not be an identifier to store in
20004 `c-last-identifier-range'.
20005
20006 (c-forward-type): Handle that `c-last-identifier-range' might be
20007 nil from `c-forward-name'.
20008
20009 * progmodes/cc-defs.el (c-safe-scan-lists)
20010 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
20011
20012 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
20013 to work even if the form fails.
20014
20015 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
20016 down in a large file in one go.
20017
20018 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
20019
20020 * progmodes/cc-align.el (c-lineup-assignments): New lineup
20021 function which is like `c-lineup-math' but returns nil instead of
20022 `c-basic-offset' when it doesn't match.
20023
20024 (c-lineup-math): Change to use `c-lineup-assignments'.
20025
20026 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20027
20028 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
20029 c-beginning-of-statement. New subfunctions
20030 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
20031
20032 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20033
20034 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
20035 hardcoded char classes whereever possible. Changed a couple of
20036 places to use skip by syntax instead of skip by char class.
20037
20038 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
20039 Fix a bug in the regexp that caused extreme backtracking.
20040
20041 * progmodes/cc-langs.el (c-block-comment-starter)
20042 (c-block-comment-ender): New language constants to specify in a
20043 single place how block comments look.
20044
20045 (c-comment-start-regexp, c-block-comment-start-regexp)
20046 (comment-start, comment-end, comment-start-skip)
20047 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
20048 (c-syntactic-ws, c-nonempty-syntactic-ws)
20049 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
20050 `c-line-comment-starter', `c-block-comment-starter' and
20051 `c-block-comment-ender'.
20052
20053 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
20054 New language constants to break up things a bit.
20055
20056 (c-simple-ws): New language constant for simple whitespace.
20057
20058 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
20059
20060 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
20061 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
20062 newlines. Allow and ignore nil elements in the list.
20063
20064 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20065
20066 * progmodes/cc-cmds.el: Comment out a (n almost certainly
20067 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
20068
20069 * progmodes/cc-cmds.el: Tidy up the comments in
20070 c-beginning-of-statement and subfunctions.
20071
20072 * progmodes/cc-awk.el: Replace calls to put-text-property to the
20073 more flexible c-put-char-property and c-clear-char-properties.
20074 Add the author's email address.
20075
20076 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
20077
20078 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
20079 closing "*/" of a block comment.
20080
20081 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
20082 subfunctions) so that it works at BOB and EOB.
20083
20084 * progmodes/cc-cmds.el, cc-vars.el: More updating of
20085 c-beginning-of-statement, including new variable
20086 c-block-comment-start-regexp.
20087
20088 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20089
20090 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
20091 symbols from `*-font-lock-extra-types' so that there's no need to
20092 use `regexp-opt' on those lists.
20093
20094 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
20095 `c-type-modifier-kwds' is empty.
20096
20097 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
20098 there are several strings on the same line.
20099
20100 * progmodes/cc-engine.el (c-literal-limits): Remove the
20101 compatibility function for older emacsen. `c-literal-limits-fast'
20102 has now taken the place of this function.
20103
20104 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
20105 with older emacsen: We now require `pps-extended-state'.
20106
20107 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20108
20109 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
20110 which obviates the need to hack sentence-end. This now handles
20111 escaped newlines in strings correctly. Correct minor bugs in
20112 c-move-over-sentence and in c-beginning-of-statement.
20113
20114 * progmodes/cc-cmds.el (c-beginning-of-statement (and
20115 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
20116 that movement over macros and code are rigorously separated from
20117 eachother. Correct a few incidental bugs.
20118
20119 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
20120 Improve its doc-string. Improve the handling of certain specific cases.
20121
20122 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20123
20124 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
20125 (c-guess-basic-syntax): Change the way class-level labels are
20126 recognized; they can now contain essentially any symbols.
20127
20128 (c-opt-extra-label-key): New language variable to cope with the
20129 special protection label syntax in Objective-C.
20130
20131 (c-opt-access-key): Remove; this is now handled better by
20132 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
20133
20134 (c-complex-decl-matchers): Update to handle that
20135 `c-opt-access-key' no longer exists.
20136
20137 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
20138 improved label recognition in `c-beginning-of-statement-1'.
20139
20140 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
20141 Recognize bitfields better.
20142
20143 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
20144 Remove some cruft and fixed a bug that could cause it to go to a
20145 position further down.
20146
20147 * progmodes/cc-langs.el, cc-engine.el
20148 (c-beginning-of-statement-1): Improve detection of labels in
20149 declaration contexts.
20150
20151 (c-beginning-of-decl-1): Use it.
20152
20153 (c-nonlabel-token-key): New language constant and variable needed
20154 by `c-beginning-of-statement-1'.
20155
20156 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
20157 manifested itself due to the correction in `c-forward-sexp'.
20158
20159 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
20160 Make these behave as documented when used at the buffer limits.
20161
20162 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
20163 (c-type-decl-end-used): Made this a language variable.
20164
20165 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
20166 correctly when `combine-after-change-calls' is used together with
20167 temporary narrowings.
20168
20169 * progmodes/cc-engine.el (c-beginning-of-statement-1):
20170 Report labels correctly when the start point is immediately after the
20171 colon.
20172
20173 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
20174 Remove since it isn't used anymore.
20175
20176 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
20177 bracket arglists such as template parens in C++.
20178
20179 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
20180 in the last check-in. Some optimization.
20181
20182 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
20183 where it could stop at the same level in a preceding sexp when
20184 PAREN-LEVEL is set.
20185
20186 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
20187 text property lookup only when it's needed.
20188
20189 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
20190 Change the policy for paren marked angle brackets to be more
20191 persistent; once marked they remain marked even when they're found
20192 to be unbalanced in the searched region. This should keep the
20193 paren syntax around even when individual lines are refontified in
20194 multiline template arglists.
20195
20196 (c-parse-and-markup-<>-arglists): New dynamically bound variable
20197 to control markup so that incorrect angle bracket arglists aren't
20198 marked in contexts where the correct value for
20199 `c-disallow-comma-in-<>-arglists' isn't known.
20200
20201 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
20202 argument has become `c-parse-and-markup-<>-arglists'.
20203
20204 (c-remove-<>-arglist-properties): Remove - no longer used.
20205
20206 (c-after-change-check-<>-operators): New function used on
20207 `after-change-functions' to avoid that "<" and ">" characters that
20208 are part of longer operators have paren syntax.
20209
20210 (c-<>-multichar-token-regexp): New language variable used by
20211 `c-after-change-check-<>-operators'.
20212
20213 (c-after-change): Call `c-after-change-check-<>-operators'.
20214
20215 (c-font-lock-<>-arglists): Use the context properties set by
20216 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
20217 correctly to avoid doing invalid markup.
20218
20219 (c-font-lock-declarations): Remove code that undoes the invalid
20220 markup done by `c-font-lock-<>-arglists'.
20221
20222 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
20223 after `c-font-lock-declarations'.
20224
20225 * progmodes/cc-engine.el (c-syntactic-skip-backward):
20226 Add paren-level feature.
20227
20228 (c-guess-basic-syntax): Improve the anchor position for
20229 `template-args-cont' in nested template arglists. There's still
20230 much to be desired in this area, though.
20231
20232 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20233
20234 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
20235 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
20236
20237 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20238
20239 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
20240 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
20241
20242 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
20243 it doesn't work no longer are supported.
20244
20245 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
20246 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
20247 requires support for the syntax-table' text property, which rules
20248 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
20249 cruft associated with those versions.
20250
20251 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
20252 for the `syntax-table' text property, which rules out Emacs 19 and
20253 XEmacs < 21.4. Removed various compatibility cruft associated
20254 with those versions.
20255
20256 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
20257 support for the `syntax-table' text property.
20258
20259 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
20260 variable and use an extra quoted face name instead. All the
20261 emacsen flavors handle that correctly.
20262
20263 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
20264 (c-font-lock-declarators, c-font-lock-declarations)
20265 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
20266 property to mark the items in in declarator lists to handle
20267 refontification inside multiline declarations better.
20268
20269 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
20270 construct like "a * b = c;" as a declaration.
20271
20272 2005-12-08 Kim F. Storm <storm@cua.dk>
20273
20274 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
20275 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
20276 select either meta, hyper, or super modifier for rectangle commands.
20277 (cua--rectangle-modifier-key): New defvar.
20278 (cua--M/H-key): Use it. Remove special case for `space'.
20279 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
20280 on X, to meta otherwise. Always bind C-return to toggle
20281 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
20282
20283 * emulation/cua-rect.el (cua-help-for-rectangle):
20284 Use cua--rectangle-modifier-key. Handle super modifier too.
20285 (cua--init-rectangles): Always bind C-return to toggle rectangle.
20286 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
20287
20288 * ido.el: Move Acknowledgements and History after Commentary.
20289 Minor changes to Commentary.
20290
20291 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
20292 keymap if cua--prefix-override-timer is `shift'.
20293 (cua--shift-control-prefix): New function; emulate "type prefix
20294 key twice" functionality to handle shifted prefix key override.
20295 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
20296 New commands.
20297 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
20298
20299 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
20300
20301 * textmodes/org.el (org-insert-heading): Try to do items before
20302 headings.
20303 (org-agenda-mode): Quote `org-agenda-mode-hook'.
20304 (org-insert-item): New function.
20305 (org-renumber-ordered-list): Don't skip to higher level lists.
20306
20307 2005-12-08 Juri Linkov <juri@jurta.org>
20308
20309 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
20310
20311 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
20312
20313 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
20314
20315 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
20316 the constructed function name fun-1.
20317
20318 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
20319 because such links don't lead to parent documentation.
20320
20321 2005-12-08 Kenichi Handa <handa@m17n.org>
20322
20323 * descr-text.el (describe-char): Use *Help-2* buffer if the
20324 current buffer is *Help*. Call describe-text-properties while
20325 setting the original buffer.
20326
20327 2005-12-07 Bill Wohler <wohler@newt.com>
20328
20329 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
20330 and causes problems with non-MH users (such as Gnus users).
20331
20332 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
20333
20334 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
20335 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
20336 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
20337 command "info sources". Move calls to GDB command "list".
20338 (gdb-find-file-hook): Just use gdb-source-file-list.
20339 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
20340 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
20341 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
20342 (gdb-data-list-register-values-handler): Use correct trigger name.
20343
20344 2005-12-07 Kim F. Storm <storm@cua.dk>
20345
20346 * ido.el (ido-completion-map): Rename from ido-mode-map.
20347 (ido-common-completion-map, ido-file-completion-map)
20348 (ido-file-dir-completion-map, ido-buffer-completion-map):
20349 Rename from ido-mode-....-map.
20350 (ido-init-completion-maps): Rename from ido-init-mode-maps.
20351 (ido-setup-completion-map): Rename from ido-define-mode-map.
20352 (ido-read-internal): Bind minibuffer-local-filename-completion-map
20353 to ido-completion-map.
20354
20355 2005-12-07 Kenichi Handa <handa@m17n.org>
20356
20357 * international/mule-cmds.el
20358 (set-display-table-and-terminal-coding-system): If the coding
20359 system specified in `unibyte-display' property is different from
20360 the arg coding-system, don't setup standard-display-table.
20361
20362 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
20363
20364 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
20365 that comments end at \n, regardless of selective-display.
20366
20367 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
20368
20369 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
20370 (gdb-version): New variables.
20371 (gdb-source-file-list, gdb-register-names)
20372 (gdb-changed-registers): New variables for use with GDB 6.4+.
20373 (gdb-ann3): Replace with...
20374 (gdb-init-1, gdb-init-2): ...two new functions.
20375 (gdba, gdb-prompt): Call gdb-init-1.
20376 (gdb-get-version): New function. Call gdb-init-2 from here.
20377 (gud-watch): Make it work with mouse events too.
20378 (gdb-post-prompt): Don't add to queue until GDB version is known.
20379 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
20380 (gdb-locals-mode): Use gdb-version.
20381 (gdb-memory-format-map, gdb-memory-unit-map)
20382 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
20383 (gdb-locals-font-lock-keywords-1)
20384 (gdb-locals-font-lock-keywords-2): New variables.
20385 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
20386 (gdb-set-gud-minor-mode-existing-buffers-1)
20387 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
20388 (gdb-var-update-1, gdb-var-update-handler-1)
20389 (gdb-data-list-register-values-handler)
20390 (gdb-data-list-register-values-custom)
20391 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
20392 (gdb-stack-list-locals-handler, gdb-get-register-names):
20393 New functions for use with GDB 6.4+.
20394 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
20395 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
20396 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
20397 (gdb-stack-list-locals-regexp)
20398 (gdb-data-list-register-names-regexp): New regexps for use with
20399 GDB 6.4+.
20400
20401 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
20402
20403 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
20404
20405 2005-12-06 Nozomu Ando <nand@mac.com>
20406
20407 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
20408 prompts work for AUTH PLAIN. Also reported by Steve Allan
20409 <seallan@verizon.net>.
20410
20411 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
20412
20413 * frame.el (set-frame-parameter): Add doc string.
20414
20415 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
20416
20417 * textmodes/org.el (org-occur-highlights): New variable.
20418 (org-highlight-new-match, org-remove-occur-highlights): New functions.
20419 (org-highlight-sparse-tree-matches): New option.
20420 (org-do-occur): New function.
20421 (org-get-heading): Make it work also at beginning of line.
20422 (org-category-table): New variable.
20423 (org-get-category-table, org-get-category)
20424 (org-camel-to-words, org-link-search): New functions.
20425 (org-select-this-todo-keyword): New variable.
20426 (org-todo-list): New command.
20427 (org-shiftright, org-shiftleft): New commands.
20428 (org-agenda-todo): Add prefix argument.
20429 (org-show-hierarchy-above): New option.
20430 (org-show-todo-tree): Numerical prefix creates tree for specific
20431 TODO keyword.
20432 (org-outline-level): New function, to assign a level to plain
20433 lists items.
20434 (org-cycle-include-plain-lists): New option.
20435 (org-mode): Use `org-outline-level' as value of `outline-level'.
20436 (org-cycle): Temporarily switch `outline-regexp' if
20437 `org-cycle-include-plain-lists' is non-nil.
20438 (org-start-icalendar-file): Fix format bug.
20439 (org-agenda-get-day-entries): Create category table.
20440 (org-agenda-get-todos, org-agenda-get-timestamps)
20441 (org-agenda-get-deadlines, org-agenda-get-scheduled)
20442 (org-agenda-get-blocks): Use `org-get-category'.
20443 (org-context-in-file-links): Rename from
20444 `org-line-numbers-in-file-links'.
20445
20446 2005-12-06 Romain Francoise <romain@orebokech.com>
20447
20448 * window.el (balance-windows): Delete extraneous third arg in call
20449 to `enlarge-window'.
20450
20451 2005-12-06 Kenichi Handa <handa@m17n.org>
20452
20453 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
20454
20455 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
20456
20457 * progmodes/gdb-ui.el (gdb-var-create-handler)
20458 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
20459 (gdb-var-list-children-handler, gdb-var-update-handler):
20460 Current buffer is already gdb-partial-output-buffer, don't
20461 make it current again.
20462
20463 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
20464
20465 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
20466 (list-buffers-noselect): Use it.
20467
20468 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
20469
20470 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
20471 (mail-yank-ignored-headers): Use regexp-opt.
20472 (mail-mode-map): Move initialization into declaration.
20473 (mail-sent-via): Remove unused shadowed var `to-line'.
20474 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
20475 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
20476 (mail-do-fcc): Use dolist and push.
20477 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
20478 (mail-yank-ignored-headers): Don't autoload.
20479
20480 2005-12-05 Kenichi Handa <handa@m17n.org>
20481
20482 * international/mule-cmds.el (set-language-info-internal): New fun.
20483 (set-language-info): Call set-language-info-internal to update
20484 language-info-alist. If LANG-ENV is the current one, call
20485 set-language-environment to make INFO effective now.
20486 (set-language-info-alist): Likewise.
20487 (locale-language-names): With locale "en", use English
20488 lang. env. but set the default codings to iso-8859-1.
20489
20490 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
20491
20492 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
20493 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
20494 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
20495 for plain strings.
20496 (gdb-frames-mode): Remove redundant call to font-lock-mode.
20497 (gdb-all-registers): Rename from toggle-gdb-all-registers.
20498 Create registers buffer if necessary. Echo new state in minibuffer.
20499 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
20500
20501 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
20502
20503 * info.el (Info-fontify-node): Match external links using
20504 non-directory part of filename.
20505
20506 2005-12-04 Juri Linkov <juri@jurta.org>
20507
20508 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
20509 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
20510 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
20511 because there is no customization option for it.
20512
20513 * font-lock.el (lisp-font-lock-keywords-1):
20514 Add define-global-minor-mode.
20515
20516 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
20517
20518 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
20519 properties on the constructed variable names.
20520
20521 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20522 Put `definition-name' properties on the constructed function names
20523 next-sym and prev-sym.
20524
20525 * emacs-lisp/find-func.el (find-function-regexp):
20526 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
20527 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
20528 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
20529 and easy-menu-define.
20530
20531 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
20532 easy-mmode-define-global-mode and define-global-minor-mode.
20533 (lisp-imenu-generic-expression): Add define-global-minor-mode.
20534
20535 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
20536 instead of easy-mmode-define-global-mode.
20537
20538 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
20539 Use define-minor-mode instead of easy-mmode-define-minor-mode.
20540
20541 * cus-edit.el (customize-group, customize-group-other-window):
20542 Filter out autoloaded options from the group completion list by
20543 using heuristics that autoloaded groups don't have `custom-autoload'
20544 property on their symbols (they have only `custom-loads').
20545
20546 * simple.el (completion-setup-function): Put completions-common-part
20547 face on complete completion string too (i.e. completion string
20548 without completions-first-difference face).
20549
20550 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
20551
20552 2005-12-03 Eli Zaretskii <eliz@gnu.org>
20553
20554 * view.el (view-mode): Doc fix.
20555
20556 * disp-table.el (standard-display-european): Add to the warning
20557 message a reference to the doc string.
20558
20559 * play/yow.el (apropos-zippy): Call print-help-return-message,
20560 similar to other Help and Apropos commands.
20561
20562 * help.el (print-help-return-message): If pop-up-frames is
20563 non-nil, set up help-return-method to delete the help window and,
20564 possibly, its frame as well, and don't display message about
20565 scrolling the help window. Doc fix.
20566 (help-return-method): Doc fix.
20567
20568 2005-12-03 Martin Rudalics <rudalics@gmx.at>
20569
20570 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
20571 whereby names of length one or names starting with a
20572 symbol-constituent character would not be returned.
20573
20574 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
20575
20576 * subr.el (atomic-change-group): Add edebug and indentation spec.
20577
20578 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
20579
20580 * completion.el (save-completions-file-name): Fix typo in last change.
20581
20582 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20583
20584 * info.el: Move back/forward history to the beginning of the tool bar.
20585
20586 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
20587
20588 * allout.el (eval-when-compile): Remove unnecessary load of cl.
20589 Add fset of allout-real-isearch-abort during compile to fix
20590 byte-compilation warnings.
20591 (allout-mode-p): Move definition of this macro above all uses, or
20592 byte compilation in barren Emacs (eg, during Emacs build) will
20593 lack the definition.
20594 (allout-mode): Move this variable above any uses, or byte
20595 compilation will fail.
20596 (allout-resolve-xref): Remove use of personal file-reference function.
20597 (allout-toggle-current-subtree-encryption): Do the current (ie,
20598 visible containing) topic, rather than nearest around point. Doc fix.
20599 (allout-toggle-subtree-encryption): New function, workhorse that
20600 works on nearest topic containing point.
20601 (allout-encrypt-string): Signal requirement for newer version of pgg.
20602 (allout-resumptions): Doc fix.
20603
20604 2005-12-02 Eli Zaretskii <eliz@gnu.org>
20605
20606 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
20607
20608 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
20609
20610 * textmodes/flyspell.el (flyspell-external-point-words):
20611 Consider a misspelling as found in the string search if: (a) misspelling
20612 and found string lengths match, or (b) misspelling is found as
20613 element in a boundary-chars separated longer string, or (c)
20614 ispell-program-name is really ispell and misspelling is found as
20615 part of a TeX string. After successful match move beginning of
20616 search region to end of match. Warn about not found misspellings
20617 once the process is done.
20618 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
20619
20620 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
20621
20622 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
20623 tool bar (removed inadvertently).
20624
20625 2005-12-02 Juri Linkov <juri@jurta.org>
20626
20627 * log-view.el (log-view-diff): Clarify doc string.
20628
20629 2005-12-01 Bill Wohler <wohler@newt.com>
20630
20631 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
20632 triggers lm-verify errors.
20633
20634 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
20635
20636 * simple.el (transient-mark-mode, line-number-mode)
20637 (column-number-mode, size-indication-mode): Remove `:require nil'.
20638
20639 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
20640
20641 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
20642 in the margin also.
20643 (gdb-breakpoints-mode-map): Use D instead of d for
20644 gdb-delete-breakpoint.
20645 (gdb-get-frame-number): Require a number to match on.
20646 (gdb-threads-mode-map): Add follow-link binding.
20647
20648 2005-11-30 Jason Rumney <jasonr@gnu.org>
20649
20650 * isearch.el (isearch-mode-map): Avoid exiting search on
20651 language-change event.
20652
20653 2005-11-30 Romain Francoise <romain@orebokech.com>
20654
20655 * speedbar.el (speedbar-default-position): New defcustom.
20656 (speedbar-frame-reposition-smartly): Use it.
20657
20658 * dframe.el (dframe-reposition-frame-emacs): Fix position
20659 computation for `left' location.
20660 Update copyright year.
20661
20662 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
20663
20664 * help.el (help-map): Move initialization into declaration.
20665
20666 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
20667
20668 * help-fns.el (help-argument-name): Don't autoload.
20669 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
20670 to be re-loaded when customizing the `help' group.
20671
20672 2005-11-30 John Paul Wallington <jpw@gnu.org>
20673
20674 * help-fns.el (describe-function-1): Fill arglist output.
20675
20676 2005-11-30 Kim F. Storm <storm@cua.dk>
20677
20678 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
20679 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
20680 after revert-buffer (or anything else which kills all local variables).
20681
20682 * apropos.el (apropos-parse-pattern): Doc fix.
20683 Set apropos-regexp directly, rather than expecting callers to do so.
20684 (apropos-command, apropos, apropos-value, apropos-documentation):
20685 Simplify calls to apropos-parse-pattern.
20686
20687 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
20688
20689 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
20690 (hi-lock-face-phrase-buffer): Use hi-yellow face.
20691 (hi-lock-write-interactive-patterns): Use comment-region.
20692
20693 * longlines.el (longlines-mode): Add mail-setup-hook.
20694
20695 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
20696
20697 * simple.el (sendmail-user-agent-compose, next-line):
20698 Conditionally use hard-newline.
20699
20700 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
20701
20702 * international/latexenc.el (latex-inputenc-coding-alist):
20703 Reword doc string.
20704
20705 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
20706
20707 * help.el (describe-key-briefly, describe-key): Recognize default
20708 bindings.
20709
20710 2005-11-29 Romain Francoise <romain@orebokech.com>
20711
20712 * view.el (view-inhibit-help-message): New defcustom.
20713 (view-mode-enter): Use it.
20714
20715 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
20716
20717 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
20718 Preserve user position.
20719
20720 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
20721
20722 * font-lock.el: Throw error if facemenu is not loaded to prevent
20723 accidental change of loading order in loadup.el. (Suggested by RMS.)
20724
20725 * loadup.el: Add comment explaining why facemenu must be loaded
20726 before font-lock.
20727
20728 2005-11-28 Jay Belanger <belanger@truman.edu>
20729
20730 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
20731 (calc-dispatch-map): Add more keys for `calc-same-interface'.
20732
20733 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
20734
20735 * calc/calc-embed.el (calc-do-embedded): Update help message.
20736
20737 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
20738
20739 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
20740
20741 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
20742
20743 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
20744 called-interactively-p.
20745 (elp-profilable-p): Rename from elp-not-profilable-p.
20746 Invert result and take into account macros and autoloaded functions.
20747 (elp-instrument-function): Update call.
20748 (elp-instrument-package): Update call. Add completion.
20749 (elp-pack-number): Use match-string.
20750 (elp-results-jump-to-definition-by-mouse): Merge into
20751 elp-results-jump-to-definition and then remove.
20752 (elp-output-insert-symname): Make help echo text single-line.
20753
20754 * replace.el (query-replace-map): Move initialization into declaration.
20755 (occur-engine): Use with-current-buffer.
20756 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
20757 (occur-mode-mouse-goto): Replace with an alias.
20758
20759 2005-11-28 Juri Linkov <juri@jurta.org>
20760
20761 * simple.el (quoted-insert): Let-bind input-method-function to nil.
20762
20763 * term/w32-win.el: Bind [S-tab] to [backtab].
20764
20765 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
20766 `Info-find-file' to t.
20767
20768 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
20769 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
20770 and same-window-regexps.
20771 (occur-next-error): Don't move point for arg 0.
20772
20773 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
20774
20775 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
20776
20777 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
20778
20779 * log-edit.el (log-edit-changelog-use-first): New var.
20780 (log-edit-changelog-ours-p): Use it.
20781 (log-edit-insert-changelog): Set it with new arg `use-first'.
20782 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
20783 (log-edit-hook): Add them to the list of suggested options.
20784
20785 * textmodes/flyspell.el (flyspell-last-buffer): New var.
20786 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
20787 redundant work.
20788 (flyspell-mode-on): Use add-hook for after-change-functions.
20789 (flyspell-mode-off): Use remove-hook for after-change-functions.
20790 (flyspell-changes): Make it buffer-local.
20791 (flyspell-after-change-function): Make it non-interactive. Use push.
20792 (flyspell-post-command-hook): Check input-pending-p while processing
20793 the potentially long list of buffer changes.
20794
20795 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
20796
20797 * buff-menu.el (list-buffers-noselect): Display the selected
20798 frame's buffer list, not the global one.
20799
20800 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
20801
20802 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
20803 that (list last-input-event) works as in interactive spec.
20804
20805 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
20806
20807 * loadup.el ("facemenu"): Load facemenu before font-lock, because
20808 `facemenu-keymap' needs to be defined when font-lock is loaded.
20809 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
20810
20811 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
20812
20813 * completion.el: Remove useless leading * in defcustom docstrings.
20814 (save-completions-file-name): Use ~/.emacs.d if available.
20815 (completion-standard-syntax-table): Rename from
20816 cmpl-standard-syntax-table and fold initialization into declaration,
20817 thus removing cmpl-make-standard-completion-syntax-table.
20818 (completion-lisp-syntax-table, completion-c-syntax-table)
20819 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
20820 (cmpl-saved-syntax, cmpl-saved-point): Remove.
20821 (symbol-under-point, symbol-before-point)
20822 (symbol-under-or-before-point, symbol-before-point-for-complete)
20823 (add-completions-from-c-buffer): Use with-syntax-table.
20824 (make-completion): Don't return a list of completion entries.
20825 Update callers.
20826 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
20827 (completion-initialize): Rename from initialize-completions.
20828 (completion-find-file-hook): Rename from cmpl-find-file-hook.
20829 (kill-emacs-save-completions): Collect stats here.
20830 (save-completions-to-file, load-completions-from-file):
20831 Use with-current-buffer.
20832 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
20833 into a function. Move all calls to toplevel.
20834 (completion-lisp-mode-hook): New fun.
20835 (completion-c-mode-hook, completion-setup-fortran-mode):
20836 Set the syntax-table here. Use local-set-key.
20837 (completion-saved-bindings): New var.
20838 (dynamic-completion-mode): Make it into a proper minor mode.
20839 (load-completions-from-file): Remove unused var `num-uses'.
20840
20841 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
20842 constructor if it is explicitly overridden.
20843
20844 * complete.el (PC-completion-as-file-name-predicate):
20845 Use minibuffer-completing-file-name.
20846 (partial-completion-mode): Use find-file-not-found-functions.
20847 (PC-lisp-complete-symbol): Use with-syntax-table.
20848 (PC-look-for-include-file): Remove dead setq.
20849 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
20850 (PC-complete): Use with-current-buffer.
20851
20852 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
20853 escape single quotes.
20854
20855 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
20856
20857 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
20858 of `if' whose condition always returned nil. Doc fix.
20859
20860 * buff-menu.el (Buffer-menu-revert-function): Make the selected
20861 window's buffer the current buffer around the call to
20862 `list-buffers-noselect'. This is necessary to mark that buffer
20863 with a `.' in the Buffer Menu when called from Lisp, for instance
20864 by Auto Revert Mode.
20865
20866 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
20867
20868 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
20869 attaching to it.
20870 (gdb-pre-prompt): Make sure gdb-error is reset.
20871
20872 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
20873 with a child process, detect it.
20874 (gud-speedbar-buttons): Match regexp more carefully.
20875
20876 2005-11-27 Richard M. Stallman <rms@gnu.org>
20877
20878 * mouse.el (mouse-drag-move-window-bottom):
20879 Use adjust-window-trailing-edge.
20880
20881 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
20882
20883 * simple.el (blink-matching-open): Ignore
20884 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
20885 (blink-matching-paren-on-screen): Update docstring.
20886
20887 * paren.el (show-paren-mode): No longer change
20888 `blink-matching-paren-on-screen'.
20889
20890 2005-11-27 John Paul Wallington <jpw@pobox.com>
20891
20892 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
20893 (gdb-threads-select, gdb-edit-register-value):
20894 Use `posn-set-point' instead of `mouse-set-point' because the
20895 latter is not fbound when configured without X.
20896
20897 2005-11-27 Kim F. Storm <storm@cua.dk>
20898
20899 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
20900 existing face when partially highlighting a TAB in a rectangle.
20901
20902 2005-11-26 Kim F. Storm <storm@cua.dk>
20903
20904 * ido.el (ido-mode-map): Doc fix.
20905 (ido-mode-common-map, ido-mode-file-map)
20906 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
20907 (ido-define-mode-map): Rewrite. Select one of the new maps as
20908 parent for ido-mode-map instead of building from scratch.
20909 (ido-init-mode-maps): New defun to initialize new maps.
20910 (ido-mode): Call it.
20911 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
20912 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
20913
20914 2005-11-26 John Paul Wallington <jpw@pobox.com>
20915
20916 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
20917 `mouse-set-point' because the latter is not fbound when configured
20918 without X.
20919
20920 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
20921
20922 * files.el (file-relative-name): Doc fix.
20923
20924 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
20925
20926 * progmodes/octave-inf.el (inferior-octave-startup): Force a
20927 non-empty string for secondary prompt PS2.
20928
20929 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
20930
20931 * progmodes/compile.el (compilation-setup): Fix last change.
20932
20933 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
20934
20935 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
20936 (gdb-mouse-toggle-breakpoint-margin)
20937 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
20938 Add gdb-server-prefix to keep out of command history.
20939 (gdb-edit-register-value): New function.
20940 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
20941 (gdb-info-registers-custom): Use above map.
20942
20943 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
20944
20945 * custom.el (enable-theme): Signal error if argument is not a
20946 theme. Don't recalculate a face if it's not loaded yet.
20947
20948 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
20949 the `user' theme is in effect.
20950
20951 * info.el (Info-on-current-buffer): Record actual filename in
20952 Info-current-file, instead of t, or a fake filename if a non-file
20953 buffer. Make autoload.
20954 (Info-find-node, Info-revert-find-node): No need to check for
20955 Info-current-file nil.
20956 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
20957 Info-current-file is now never `t'.
20958 (Info-fontify-node): Many simplifications due to Info-current-file
20959 always being valid. Use Info-find-file to find node filename.
20960
20961 2005-11-25 David Kastrup <dak@gnu.org>
20962
20963 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
20964 new character, then delete" in order to preserve markers.
20965
20966 2005-11-25 David Ponce <david@dponce.com>
20967
20968 * recentf.el (recentf-arrange-by-rule): Handle a special
20969 `auto-mode-alist'-like "strip suffix" rule.
20970 (recentf-build-mode-rules): Handle second level auto-mode entries.
20971
20972 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
20973
20974 * emulation/viper-keym.el (viper-ESC-key): Use different values
20975 in terminal and window modes.
20976
20977 * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
20978 add jde-javadoc-checker-report-mode.
20979
20980 * ediff-wind.el (ediff-make-wide-display): Slight simplification.
20981
20982 * ediff.el (ediff-date): Change the date of last update.
20983
20984 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
20985
20986 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
20987 Use define-minor-mode, and make it a local mode. Turn on font-lock.
20988 (hi-lock-mode): New global minor mode.
20989 (turn-on-hi-lock-if-enabled): New function.
20990 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
20991 Change arguments to regexp and face instead of a font-lock pattern.
20992 Directly set face property, instead of refontifying.
20993 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
20994 (hi-lock-find-patterns): Use line-number-at-pos.
20995
20996 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
20997 arguments for hi-lock-set-pattern.
20998 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
20999 Call font-lock-fontify-buffer.
21000 (hi-lock-find-file-hook, hi-lock-current-line)
21001 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
21002
21003 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
21004 turned off.
21005
21006 * progmodes/compile.el (compilation-setup): Don't fiddle with
21007 font-lock-defaults.
21008
21009 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
21010
21011 * progmodes/gdb-ui.el (gdb-var-create-handler)
21012 (gdb-var-list-children-handler): Find values for all variable
21013 objects. gud-speedbar-buttons decides whether to display them.
21014
21015 2005-11-24 Romain Francoise <romain@orebokech.com>
21016
21017 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
21018 buffer name with a space.
21019
21020 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
21021
21022 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
21023 `org-export-local-list-max-depth'. Change default value to 3.
21024 (org-auto-renumber-ordered-lists)
21025 (org-plain-list-ordered-item-terminator): New options.
21026 (org-at-item-p, org-beginning-of-item, org-end-of-item)
21027 (org-get-indentation, org-get-string-indentation)
21028 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
21029 New functions.
21030 (org-move-item-down, org-move-item-up): New commands.
21031 (org-export-as-html): New classes for CSS support. Bug fix in
21032 regular expression detecting fixed-width regions. Respect
21033 `org-local-list-ordered-item-terminator'.
21034 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
21035 also a list item.
21036 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
21037 New item moving functions.
21038
21039 2005-11-24 Juri Linkov <juri@jurta.org>
21040
21041 * isearch.el (isearch-repeat): With empty search ring set
21042 `isearch-error' to the error string instead of signaling error
21043 with the function `error'.
21044
21045 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21046
21047 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
21048
21049 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
21050
21051 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
21052 and variable.
21053 (gdb-var-create-handler, gdb-var-list-children-handler):
21054 Don't match on "char **...".
21055 (gdb-var-update-handler): Find values for all variable objects.
21056 (gdb-info-frames-custom): Identify frames by leading "#".
21057
21058 * progmodes/gud.el (gud-speedbar-menu-items): Add
21059 gdb-speedbar-auto-raise as radio button.
21060 (gud-speedbar-buttons): Raise speedbar if requested.
21061 Don't match on "char **...".
21062 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
21063 Make it editable.
21064
21065 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
21066
21067 * info.el (Info-fontify-node): Handle the case where
21068 Info-current-file is t.
21069
21070 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
21071
21072 * simple.el (blink-matching-open): Fix off-by-one in last change.
21073
21074 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21075
21076 * term/mac-win.el: Don't change default directory.
21077
21078 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
21079
21080 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
21081 buffers correctly. (It used to throw an error in such buffers.)
21082 Make it ask for confirmation in group buffers and other Custom
21083 buffers containing more than one customization item.
21084
21085 2005-11-22 John Paul Wallington <jpw@gnu.org>
21086
21087 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
21088 property on mail and url overlays.
21089 (goto-address-at-point): Use `posn-set-point' instead of
21090 `mouse-set-point' because the latter is not fbound when configured
21091 without X.
21092
21093 2005-11-22 Lars Hansen <larsh@soem.dk>
21094
21095 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
21096 (ls-lisp-classify, ls-lisp-format): Delete call to
21097 ls-lisp-parse-symlink.
21098 (ls-lisp-handle-switches): Handle symlinks to directories as
21099 directories when ls-lisp-dirs-first in non-nil.
21100
21101 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
21102
21103 * startup.el (command-line): Make sure that loaddefs.el is handled
21104 correctly in load-history.
21105
21106 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
21107
21108 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
21109 (gdb-struct-string, gdb-array-string): New constants.
21110 (gdb-info-locals-handler): Use them.
21111 (gdb-reset): Reset gdb-var-list to nil.
21112
21113 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
21114
21115 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
21116 in patterns.
21117
21118 2005-11-21 Juri Linkov <juri@jurta.org>
21119
21120 * custom.el (defcustom): Update link types in docstring.
21121
21122 2005-11-20 Martin Rudalics <rudalics@gmx.at>
21123
21124 * custom.el (defgroup): Add doc-string-elt info.
21125
21126 * widget.el (define-widget): Don't use declare for the doc-string-elt.
21127
21128 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
21129
21130 * newcomment.el (comment-enter-backward): Fix last fix.
21131
21132 * simple.el (blink-matching-open):
21133 * paren.el (show-paren-function): Allow new paren-class info.
21134
21135 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
21136
21137 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
21138 handled automagically.
21139
21140 2005-11-20 Andreas Schwab <schwab@suse.de>
21141
21142 * descr-text.el (describe-char): When copying overlays put them
21143 over the full char description instead of just the first character
21144 of it.
21145
21146 2005-11-20 Juri Linkov <juri@jurta.org>
21147
21148 * simple.el (what-cursor-position):
21149 * descr-text.el (describe-char): Use Lisp-readable syntax
21150 for octal and hex. Reorder decimal, octal and hex values.
21151 Remove excess whitespace in the output. Use `=' in `column='
21152 like in `point=' and `Hscroll='.
21153
21154 * international/mule-cmds.el (encoded-string-description):
21155 Use Lisp-readable syntax for hex.
21156
21157 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
21158
21159 * newcomment.el (comment-enter-backward): Handle the case where the
21160 comment is closed by EOB.
21161
21162 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
21163
21164 * longlines.el (longlines-before-revert-hook)
21165 (longlines-after-revert-hook): New functions.
21166 (longlines-mode): Turn off longlines temporarily when reverting.
21167 Add a message-setup-hook.
21168 (longlines-decode-buffer): New function.
21169 (longlines-wrap-line): Preserve marker positions.
21170
21171 2005-11-19 Andreas Schwab <schwab@suse.de>
21172
21173 * emacs-lisp/shadow.el: Handle compressed files.
21174
21175 2005-11-19 Romain Francoise <romain@orebokech.com>
21176
21177 * net/browse-url.el (browse-url-default-browser): Signal an error
21178 if no usable browser can be found, rather than try to load w3.
21179
21180 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
21181
21182 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
21183 replacing existing properties.
21184 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
21185 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
21186 tty specs.
21187 (rcirc-server-prefix, rcirc-server): New faces.
21188 (rcirc-url-regexp): Generate with rx macro.
21189 (rcirc-last-server-message-time): New variable.
21190 (rcirc-filter): Record time of last message.
21191 (rcirc-keepalive): Kill processes that did not send a message
21192 since the last ping.
21193 (rcirc-mode): Give rcirc-topic a local binding here.
21194
21195 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
21196
21197 * subr.el (read-passwd): Fontify the prompt as we do with other
21198 prompts.
21199
21200 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
21201
21202 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
21203 binding buffer-read-only to nil.
21204
21205 2005-11-19 Eli Zaretskii <eliz@gnu.org>
21206
21207 * complete.el (partial-completion-mode):
21208 Mention completion-auto-help in the doc string.
21209
21210 * man.el (Man-highlight-references): Doc fix. Reformat code in a
21211 more Lisp-ish way.
21212
21213 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
21214
21215 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
21216 digits, not 8, to avoid misalignment for files larger than 100MB.
21217
21218 2005-11-19 Eli Zaretskii <eliz@gnu.org>
21219
21220 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
21221 Mention "keyboard shortcuts" in the help text.
21222
21223 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21224
21225 * startup.el (fancy-splash-default-action): Discard only
21226 mouse-down and succeeding mouse-up events in the splash screen
21227 window so that drag-n-drop event can be processed.
21228
21229 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
21230
21231 * longlines.el (longlines-mode): Add hacks for mail-mode and
21232 message-mode.
21233
21234 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
21235
21236 * textmodes/org.el (org-table-sort-lines): New command.
21237 (org-tbl-menu): Add entry for `org-table-sort-lines'.
21238 (org-add-file): Command removed, use `org-agenda-file-to-front'
21239 instead.
21240 (org-export-icalendar): Use `org-icalendar-combined-name'.
21241 (org-cycle-agenda-files, org-agenda-file-to-end)
21242 (org-agenda-file-to-front): New commands.
21243 (org-table-tab-jumps-over-hlines, org-export-html-style):
21244 New options.
21245 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
21246 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
21247 New functions.
21248 (org-fill-paragraph): Call `org-table-align' in tables.
21249 (org-mode): Call `org-set-autofill-regexps'.
21250 (org-export-as-html): Support for local handformatted lists.
21251 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
21252 (org-export-local-list-max-depth): New option.
21253 (org-html-expand): Use `org-html-protect'.
21254
21255 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
21256
21257 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
21258 to "p".
21259 (gdb): Move definition of gud-pp to...
21260
21261 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
21262 speedbar.
21263 (gdb-find-watch-expression): New function.
21264
21265 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
21266
21267 * faces.el (face-attribute, set-face-attribute): Mention existence
21268 of `:ignore-defface' setting in docstring.
21269
21270 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
21271
21272 * simple.el (completion-setup-function): Fix last change.
21273
21274 2005-11-17 John Paul Wallington <jpw@pobox.com>
21275
21276 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
21277 Use `posn-set-point' instead of `mouse-set-point' because the
21278 latter is not fbound when configured without X.
21279
21280 * comint.el (comint-insert-input): Likewise.
21281
21282 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
21283
21284 * simple.el (hard-newline): New variable.
21285 (sendmail-user-agent-compose, next-line): Use it.
21286
21287 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
21288 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
21289 (mail-mail-reply-to, mail-mail-followup-to)
21290 (mail-position-on-field, mail-signature, mail-yank-original)
21291 (mail-attach-file): Likewise.
21292
21293 * mail/mailheader.el (mail-header-format)
21294 (mail-header-format-function): Likewise.
21295
21296 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
21297
21298 2005-11-17 Juri Linkov <juri@jurta.org>
21299
21300 * font-lock.el (font-lock-faces): Rename this defgroup from
21301 `font-lock-highlighting-faces'.
21302 (font-lock-comment-face, font-lock-comment-delimiter-face)
21303 (font-lock-string-face, font-lock-doc-face)
21304 (font-lock-keyword-face, font-lock-builtin-face)
21305 (font-lock-function-name-face, font-lock-variable-name-face)
21306 (font-lock-type-face, font-lock-constant-face)
21307 (font-lock-warning-face, font-lock-negation-char-face)
21308 (font-lock-preprocessor-face)
21309 (font-lock-regexp-grouping-backslash)
21310 (font-lock-regexp-grouping-construct): Rename :group from
21311 `font-lock-highlighting-faces' to `font-lock-faces'.
21312
21313 * cus-edit.el (lisp, c, tex):
21314 * progmodes/ada-mode.el (ada):
21315 * progmodes/asm-mode.el (asm):
21316 * progmodes/cperl-mode.el (cperl-faces):
21317 * progmodes/cpp.el (cpp):
21318 * progmodes/dcl-mode.el (dcl):
21319 * progmodes/f90.el (f90):
21320 * progmodes/fortran.el (fortran):
21321 * progmodes/icon.el (icon):
21322 * progmodes/idlwave.el (idlwave-misc):
21323 * progmodes/m4-mode.el (m4):
21324 * progmodes/make-mode.el (makefile):
21325 * progmodes/meta-mode.el (meta-font):
21326 * progmodes/modula2.el (modula2):
21327 * progmodes/octave-mod.el (octave):
21328 * progmodes/pascal.el (pascal):
21329 * progmodes/perl-mode.el (perl):
21330 * progmodes/prolog.el (prolog):
21331 * progmodes/ps-mode.el (PostScript-edit):
21332 * progmodes/scheme.el (scheme):
21333 * progmodes/sh-script.el (sh-script):
21334 * progmodes/simula.el (simula):
21335 * progmodes/tcl.el (tcl):
21336 * textmodes/nroff-mode.el (nroff):
21337 * textmodes/reftex-vars.el (reftex-fontification-configurations):
21338 * textmodes/sgml-mode.el (sgml):
21339 * textmodes/texinfo.el (texinfo):
21340 Add :link (custom-group-link font-lock-faces) to defgroup.
21341
21342 * hi-lock.el (hi-lock): Rename this defgroup from
21343 `hi-lock-interactive-text-highlighting'. Change parent group from
21344 `faces' to `font-lock'. Add link to the manual.
21345 (hi-lock-mode, hi-lock-file-patterns-range)
21346 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
21347 `hi-lock-interactive-text-highlighting' to `hi-lock'.
21348 (hi-lock-faces): Add :group `faces'.
21349
21350 * cus-edit.el (custom-variable-prompt): Clarify the code.
21351
21352 * faces.el (face-read-string): Set the default value arg of
21353 completing-read.
21354
21355 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
21356
21357 * rfn-eshadow.el (file-name-shadow-properties)
21358 (file-name-shadow-tty-properties, file-name-shadow-mode):
21359 Remove autoloads, because the file is now preloaded.
21360
21361 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21362
21363 * printing.el (easy-menu-intern): Don't define.
21364 (pr-get-symbol): Use easy-menu-intern only if defined.
21365
21366 * simple.el (blink-matching-open): Simplify a bit.
21367 (completion-setup-function): Fix the case of partial-completion-mode
21368 when the minibuffer's contents start with "-".
21369 Obey completion-base-size-function even when
21370 minibuffer-completing-file-name is non-nil.
21371
21372 2005-11-16 Richard M. Stallman <rms@gnu.org>
21373
21374 * net/eudcb-ph.el (eudc-ph-open-session):
21375 Use set-process-query-on-exit-flag.
21376
21377 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
21378
21379 * international/ucs-tables.el (ucs-set-table-for-input):
21380 Use make-local-variable, not make-variable-buffer-local.
21381
21382 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
21383 Improve warning message text.
21384
21385 * savehist.el (savehist-save-hook): Add :group.
21386
21387 * menu-bar.el (menu-bar-help-menu):
21388 Rename Find Extra Packages to External Packages.
21389
21390 * cus-edit.el (Custom-reset-standard): Verify that
21391 :custom-standard-value prop exists before calling it.
21392
21393 * apropos.el (apropos-calc-scores): Use apropos-pattern.
21394
21395 2005-11-16 Martin Rudalics <rudalics@gmx.at>
21396
21397 * wid-edit.el (color): Enclose %t in %{...%}.
21398
21399 * cus-edit.el (face): Enclose %t in %{...%}.
21400
21401 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
21402
21403 * savehist.el (savehist-mode-hook): Re-add the var.
21404 (savehist-mode): Use it.
21405
21406 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21407
21408 * textmodes/flyspell.el: Fix commenting convention.
21409 Remove unnecessary leading * in custom docstrings.
21410 (flyspell-emacs): Remove unused var.
21411 (flyspell-delete-region-overlays): Use remove-overlays.
21412 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
21413 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
21414 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
21415 (flyspell-debug-signal-word-checked): Use with-current-buffer.
21416 (make-flyspell-overlay): Don't locally reuse a global name.
21417 (flyspell-highlight-incorrect-region)
21418 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
21419 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
21420 (flyspell-notify-misspell): Remove unused args `start' and `end'.
21421 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
21422 Wrap calls to accept-process-output inside with-local-quit since it's
21423 often called from a post-command-hook.
21424 (flyspell-correct-word, flyspell-auto-correct-word):
21425 Use ispell-send-string.
21426 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
21427
21428 * calendar/diary-lib.el (diary-list-entries): Also hide the
21429 terminating newline.
21430
21431 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
21432
21433 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
21434 window-system, to allow fonts on tty.
21435
21436 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
21437
21438 * progmodes/gud.el (gud-speedbar-item-info): New function.
21439 (gud-install-speedbar-variables): Use it to display data type
21440 of watch expression as a tooltip in speedbar.
21441
21442 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
21443
21444 * font-core.el (global-font-lock-mode): Add :version keyword,
21445 because default was changed.
21446
21447 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
21448
21449 * startup.el (command-line): Use `custom-reevaluate-setting' for
21450 `file-name-shadow-mode'.
21451
21452 * loadup.el: Preload rfn-eshadow.
21453
21454 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
21455 Add :version keyword.
21456 (file-name-shadow-properties, file-name-shadow-tty-properties)
21457 (file-name-shadow): Add :version keyword.
21458
21459 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
21460 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
21461 in the custom-group property of the symbol frames and the fringe
21462 group got no link to its parent group frames.
21463 Doc fix.
21464
21465 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21466
21467 * progmodes/gud.el (gud-stop-subjob): New function.
21468 (gud-menu-map, gud-tool-bar-map): Use it.
21469
21470 2005-11-16 Kim F. Storm <storm@cua.dk>
21471
21472 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
21473 than kill it.
21474 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
21475 to a more useful/logical place.
21476
21477 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21478
21479 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
21480 go buttons complementary.
21481
21482 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
21483
21484 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
21485 (rfn-eshadow-sifn-equal): New function.
21486 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
21487
21488 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
21489
21490 * emulation/viper-utils.el (viper-non-word-characters-reformed-vi):
21491 Quote `-' in string.
21492
21493 * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
21494 rcirc-mode buffers come up in Emacs state.
21495
21496 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
21497 operation.
21498
21499 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
21500
21501 * term.el (term-termcap-format): Fix typos.
21502 (term-down): Fix the negative argument case.
21503
21504 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21505
21506 * progmodes/gdb-ui.el: Remove face-alias left over from change on
21507 2005-08-15.
21508 (gdb-ann3): New command gud-go.
21509 (menu): Accomodate gdb-mi.el.
21510 (gdb-assembler-custom): Make buffer of selected window current
21511 so that set-window-point works.
21512
21513 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
21514 buttons and include new ones.
21515
21516 2005-11-16 Kim F. Storm <storm@cua.dk>
21517
21518 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
21519 (gud-menu-map): Use it.
21520
21521 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
21522
21523 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
21524 that works correctly for Custom and that does not override a user
21525 who disables it.
21526
21527 * help-mode.el (help-make-xrefs, help-xref-on-pp)
21528 (help-xref-interned, help-follow): Make hyperlinks for variables
21529 that are unbound, but have a non-nil variable-documentation property.
21530
21531 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
21532 mode hook. (It conflicted with defcustoms for some mode hooks.)
21533 Use the `variable-documentation' property to give the mode hook a
21534 docstring and expand that docstring.
21535
21536 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
21537
21538 * savehist.el (savehist-mode): Don't bother with
21539 `custom-set-minor-mode'.
21540 (savehist-coding-system): Check XEmacs version.
21541 (history-length): Declare also at run time.
21542 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
21543 Don't set the customize state.
21544 (savehist-minibuffer-hook): Special case for when
21545 minibuffer-history-variable is equal to t.
21546
21547 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
21548
21549 * files.el (write-file): Refresh VC status.
21550
21551 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
21552 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
21553 than fundamental-mode to see if the mode was set.
21554
21555 2005-11-14 Romain Francoise <romain@orebokech.com>
21556
21557 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
21558 dummy function in `eval-when-compile' to avoid compiler warning.
21559 Require `man' at compile time.
21560
21561 2005-11-14 Jay Belanger <belanger@truman.edu>
21562
21563 * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
21564 calcFunc-powerexpand.
21565 (math-write-out-power): Rename it to math-powerexpand; have it
21566 handle negative exponents.
21567 (calc-writeoutpower): Rename it to calc-powerexpand.
21568
21569 * calc/calc-ext.el: Change calcFunc-writeoutpower and
21570 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
21571 autoloads.
21572 Add calcFunc-ldiv to autoloads.
21573
21574 * calc/calc-arith.el (calcFunc-ldiv): New function.
21575
21576 * calc/calc.el (calc-left-divide): New function.
21577
21578 2005-11-14 Juri Linkov <juri@jurta.org>
21579
21580 * cus-edit.el (custom-variable-prompt): Set the default value arg
21581 of completing-read.
21582
21583 * cus-dep.el (custom-make-dependencies): Reverse the list of
21584 found dependencies.
21585
21586 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
21587
21588 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
21589 Highlighting" entry, it is on by default now.
21590 (menu-bar-options-save): Do not save global-font-lock-mode.
21591
21592 2005-11-13 Richard M. Stallman <rms@gnu.org>
21593
21594 * textmodes/flyspell.el (flyspell-large-region):
21595 Call flyspell-accept-buffer-local-defs.
21596
21597 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
21598
21599 * textmodes/flyspell.el (flyspell-notify-misspell):
21600 Fix misspelling of "Misspelling".
21601 (flyspell-process-localwords): New function.
21602 (flyspell-large-region): Call flyspell-process-localwords and
21603 flyspell-delete-region-overlays.
21604 (flyspell-delete-region-overlays): New function.
21605 (flyspell-delete-all-overlays): Call that.
21606
21607 2005-11-13 Richard M. Stallman <rms@gnu.org>
21608
21609 * help.el (help-for-help-internal): Improve doc of C-h a.
21610 (describe-key): Improve prompt; doc fix.
21611
21612 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
21613
21614 * vc-svn.el (vc-svn-registered): Catch all errors.
21615
21616 * cus-dep.el (custom-make-dependencies): Typo.
21617
21618 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
21619
21620 * net/tramp-util.el (top): Fix compilation warning.
21621
21622 2005-11-13 Kim F. Storm <storm@cua.dk>
21623
21624 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
21625
21626 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
21627
21628 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
21629 (gud-speedbar-buttons): Match on "const char *" too.
21630
21631 * progmodes/gdb-ui.el (gdb-var-create-handler)
21632 (gdb-var-list-children-handler): Match on "const char *" too.
21633 (gdb-var-evaluate-expression-handler): Match on empty string.
21634 (gdb-var-update-handler): Only call
21635 gdb-var-evaluate-expression-handler when required.
21636
21637 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
21638
21639 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
21640 selected window. This still doesn't work for speedbar.
21641 (gud-speedbar-buttons): Handle string expressions properly.
21642
21643 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
21644 (gdb-var-create-handler): Handle string expressions properly.
21645 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
21646 Handle string expressions properly. Move "type" field into regexp.
21647
21648 2005-11-12 Karl Fogel <kfogel@red-bean.com>
21649
21650 * bookmark.el (bookmark-maybe-message): New function to reduce
21651 code duplication: invokes `message' iff baud-rate is high enough.
21652 (bookmark-write-file): Use above instead of an inline conditional.
21653 (bookmark-load): Same.
21654
21655 2005-11-12 Karl Fogel <kfogel@red-bean.com>
21656
21657 * bookmark.el (bookmark-write-file): Don't visit the destination
21658 file, just write the data to it using write-region. This is
21659 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
21660 change to avoid visiting the file in the first place.
21661
21662 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
21663
21664 * hi-lock.el (hi-lock-mode): Set the default value of
21665 font-lock-defaults.
21666
21667 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
21668
21669 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
21670 arg to `file-attributes'.
21671 (find-lisp-format): The UID and GID can now be strings.
21672
21673 2005-11-12 Kim F. Storm <storm@cua.dk>
21674
21675 * help.el (help-map): Bind C-h d to apropos-documentation.
21676
21677 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
21678 when point is at end-of-buffer.
21679
21680 * apropos.el (apropos-match-face): Doc fix.
21681 (apropos-sort-by-scores): Add new choice `verbose'.
21682 (apropos-documentation-sort-by-scores): New defcustom.
21683 (apropos-pattern): Now contains the pattern entered by the user.
21684 (apropos-pattern-quoted): New defvar.
21685 (apropos-regexp): New defvar, containing the regexp corresponding
21686 to apropos-pattern.
21687 (apropos-all-words-regexp): Rename from apropos-all-regexp.
21688 (apropos-read-pattern): New defun. Use it to read pattern arg in
21689 interactive calls; returns list of words for a word list, and
21690 string for a regexp.
21691 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
21692 parses a list of words or regexp as returned by apropos-read-pattern.
21693 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
21694 (apropos-score-doc): Return a very high score if the string
21695 entered by the user matches literally.
21696 (apropos-variable): Doc fix. Use apropos-read-pattern.
21697 (apropos-command): Doc fix. Use apropos-read-pattern and
21698 apropos-parse-pattern. Call apropos-print with nosubst=t.
21699 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
21700 apropos-parse-pattern.
21701 (apropos-documentation): Doc fix. Use apropos-read-pattern and
21702 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
21703 apropos-documentation-sort-by-scores. Call apropos-print with
21704 nosubst=t.
21705 (apropos-documentation-internal): Pass doc string through
21706 substitute-key-definition before adding text properties.
21707 Highlight substring matching literal user input if possible.
21708 (apropos-documentation-check-doc-file): Remove locals beg and end.
21709 Fix calculation of score (as added twice). Pass doc string through
21710 substitute-key-definition before adding text properties.
21711 (apropos-documentation-check-elc-file): Pass doc string through
21712 substitute-key-definition before adding text properties.
21713 Highlight substring matching literal user input if possible.
21714 (apropos-print): Add new arg NOSUBST; if set, command and variable
21715 doc strings have already been passed through substitute-key-definition.
21716 Add code to handle apropos-accumulator items without score element
21717 for backwards compatibility (e.g. with woman package).
21718 Only show scores if apropos-sort-by-scores is `verbose'.
21719
21720 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21721
21722 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
21723 Add jka-compr-load-suffixes to load-suffixes.
21724
21725 * jka-compr.el: Require jka-cmpr-hook.
21726 (jka-compr-info-compress-message, jka-compr-info-compress-program)
21727 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
21728 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
21729 (jka-compr-info-can-append, jka-compr-info-strip-extension)
21730 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
21731 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
21732 (jka-compr-uninstall): Remove entries from
21733 jka-compr-added-to-file-coding-system-alist after they are used.
21734 (jka-compr-error): Remove unused var `curbuf'.
21735 (jka-compr-file-local-copy): Remove unused var `notfound'.
21736
21737 2005-11-10 Romain Francoise <romain@orebokech.com>
21738
21739 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
21740
21741 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
21742
21743 * progmodes/gud.el (gud-menu-map): Move parentheses.
21744 (gdb): New command gud-pv.
21745
21746 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21747
21748 * tar-mode.el: Remove spurious or unnecessary leading stars
21749 in docstrings.
21750 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
21751 (tar-parse-octal-integer-safe): Use mapc.
21752 (tar-header-block-summarize): Remove unused var `ck'.
21753 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
21754 cleared before. Obey default-enable-multibyte-characters.
21755 Use mapconcat. Simplify setting of tar-header-offset.
21756 (tar-mode-map): Move initialization inside delcaration.
21757 (tar-flag-deleted): Use `abs'.
21758 (tar-expunge-internal): Remove unused var `line'.
21759 (tar-expunge-internal): Don't hardcode point-min==1.
21760 (tar-expunge): Widen while doing set-buffer-multibyte.
21761 (tar-rename-entry): Use file-name-coding-system.
21762 (tar-alter-one-field): Don't hardcode point-min==1.
21763 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
21764 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
21765
21766 2005-11-10 Masatake YAMATO <jet@gyve.org>
21767
21768 * add-log.el (add-log-current-defun): Handle class::method
21769 notation of c++. Fix incorrect comment.
21770
21771 2005-11-10 Alan Mackenzie <acm@muc.de>
21772
21773 * help-fns.el (describe-variable): Make C-h v work when a variable
21774 has variable documentation yet is unbound.
21775
21776 2005-11-10 Masatake YAMATO <jet@gyve.org>
21777
21778 * man.el (Man-highlight-references): Set an empty
21779 string to `Man-arguments' if it is nil.
21780 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
21781
21782 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
21783
21784 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
21785 commenting conventions.
21786
21787 * cus-dep.el (custom-make-dependencies): Simplify.
21788 Better follow the commenting conventions.
21789
21790 2005-11-09 Richard M. Stallman <rms@gnu.org>
21791
21792 * apropos.el (apropos-pattern): Rename from apropos-regexp.
21793 (apropos-orig-pattern): Rename from apropos-orig-regexp.
21794 All uses changed.
21795 (apropos-rewrite-regexp): Doc fix.
21796 (apropos-variable, apropos-command, apropos, apropos-value):
21797 Change prompt; carry through the argument renaming.
21798
21799 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
21800
21801 * find-lisp.el: Require dired.
21802 (find-lisp-find-dired-internal): Do not call
21803 `abbreviate-file-name' on DIR.
21804
21805 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
21806
21807 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
21808
21809 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
21810
21811 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
21812 when using the speedbar.
21813 (gdb): New command gud-pp.
21814 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
21815
21816 2005-11-09 Juri Linkov <juri@jurta.org>
21817
21818 * replace.el (occur-excluded-properties): New defcustom.
21819 (occur-1, occur-engine, occur-accumulate-lines): Use it.
21820
21821 2005-11-08 Jay Belanger <belanger@truman.edu>
21822
21823 * calc/calc-units.el (math-convert-units): Replace any composite
21824 unit by its definition.
21825
21826 2005-11-08 Lars Hansen <larsh@soem.dk>
21827
21828 * emacs-lisp/autoload.el (update-directory-autoloads):
21829 Add obsolete function alias.
21830
21831 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
21832
21833 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
21834 comment-indent-function.
21835 (lisp-comment-indent): Replace by an alias for comment-indent-default.
21836
21837 * reveal.el (reveal-post-command): Rework the handling of
21838 reveal-open-spots, so as to be more reliable. There were several
21839 tricky corner cases where an open spot might be lost, or where
21840 a closed spot might end up on the list of open spots.
21841 Only reveal text that's ellipsised.
21842
21843 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
21844
21845 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
21846
21847 2005-11-07 John Paul Wallington <jpw@gnu.org>
21848
21849 * ibuffer.el (ibuffer): Search iconified frames too when
21850 getting Ibuffer buffer's window.
21851
21852 2005-11-06 Richard M. Stallman <rms@gnu.org>
21853
21854 * progmodes/compile.el (compilation-internal-error-properties):
21855 save-excursion around the computation of MARKER.
21856
21857 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
21858
21859 * textmodes/flyspell.el (flyspell-external-point-words):
21860 flyspell-get-word returns a list, not just a string.
21861
21862 2005-11-06 John Paul Wallington <jpw@pobox.com>
21863
21864 * ibuffer.el (ibuffer): Search all visible frames when getting
21865 Ibuffer buffer's window.
21866
21867 2005-11-07 Masatake YAMATO <jet@gyve.org>
21868
21869 * man.el (Man-reference-regexp): Accept spaces between
21870 `Man-name-regexp' and `Man-section-regexp'.
21871 (Man-apropos-regexp): New variable.
21872 (Man-abstract-xref-man-page): Use value for `Man-target-string'
21873 if available.
21874 (Man-highlight-references, Man-highlight-references0):
21875 Handle the case when `Man-arguments' includes "-k".
21876 (Man-highlight-references0): Rename the argument `TARGET-POS' to
21877 `TARGET'. `TARGET' can be a number, function or nil.
21878
21879 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
21880
21881 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
21882 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
21883 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
21884 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
21885 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
21886 (gdb-send-item): Use buffer-local-value and simplify.
21887
21888 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
21889
21890 * startup.el (command-line): Use `custom-reevaluate-setting' for
21891 `global-font-lock-mode'.
21892
21893 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
21894 by default, except in batch mode or when the -D option is given.
21895
21896 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
21897 specified keyword args on to `define-minor-mode'. Update docstring.
21898
21899 2005-11-05 Romain Francoise <romain@orebokech.com>
21900
21901 * replace.el (occur-engine): Add marker at end of line, too.
21902
21903 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
21904
21905 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21906 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21907 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21908 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21909 argument to all these routines, so the passphrase can be managed
21910 externally and passed in to the system.
21911 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21912 pgg-add-passphrase-to-cache function.
21913
21914 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21915 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
21916 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
21917 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
21918 argument to all these routines, so the passphrase can be managed
21919 externally and passed in to the system.
21920 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
21921 function.
21922
21923 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
21924
21925 * font-lock.el: Don't deal with font-lock-face-attributes here,
21926 move the code ...
21927
21928 * startup.el (command-line): ... here. Use face-spec-set instead
21929 of custom-declare-face.
21930
21931 * faces.el (face-spec-set): Reset the face if spec is not nil.
21932
21933 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
21934
21935 * newcomment.el (comment-region-internal): Box more tightly in the
21936 common case where there's no TAB in the boxed text.
21937
21938 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21939
21940 * info.el (info-tool-bar-map): Use images prev-node, next-node and
21941 up-node.
21942
21943 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
21944
21945 * net/newsticker.el: Commentary updated. Code formatting changed.
21946 (newsticker-version): Change to "1.9".
21947 (newsticker, newsticker-feed): Doc fix.
21948 (newsticker-url-list): Doc fix. Add option "Weekly".
21949 (newsticker-retrieval-interval): Add option "Weekly".
21950 (newsticker-headline-processing): Doc fix.
21951 (newsticker-auto-mark-filter): Remove.
21952 (newsticker-auto-mark-filter-list): New.
21953 (newsticker-layout, newsticker-sort-method): Doc fix.
21954 (newsticker-hide-old-items-in-newsticker-buffer)
21955 (newsticker-heading-format, newsticker-item-format)
21956 (newsticker-desc-format): Doc fix.
21957 (newsticker-show-all-rss-elements): Remove.
21958 (newsticker-show-all-news-elements): New.
21959 (newsticker-faces, newsticker-ticker): Doc fix.
21960 (remove-from-invisibility-spec): Code formatting.
21961 (newsticker--process-ids): New.
21962 (newsticker-mode): Doc fix.
21963 (newsticker-mode): Change mode-line-format.
21964 (newsticker-start): Remove debug output.
21965 (newsticker-start-ticker): Doc fix. Add autoload cookie.
21966 (newsticker-w3m-show-inline-images): Code formatting.
21967 (newsticker-next-item): Call `force-mode-line-update'.
21968 (newsticker-previous-item): Call `force-mode-line-update'.
21969 (newsticker-next-feed): Call `force-mode-line-update'.
21970 (newsticker-previous-feed): Call `force-mode-line-update'.
21971 (newsticker-mark-all-items-at-point-as-read): Code formatting.
21972 (newsticker-show-old-items): Do not show descs.
21973 (newsticker-hide-entry): Hide too much.
21974 (newsticker-hide-entry, newsticker-show-entry)
21975 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
21976 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
21977 (newsticker-toggle-auto-narrow-to-item): Code formatting.
21978 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
21979 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
21980 (newsticker-get-news): Call `force-mode-line-update'.
21981 Collect process ids.
21982 (newsticker--sentinel): Change coding system handling.
21983 Move image retrieval to new functions newsticker--get-logo-url-*.
21984 Move feed parsing to new functions newsticker--parse-*.
21985 Update list of process ids.
21986 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
21987 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
21988 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
21989 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
21990 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21991 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
21992 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
21993 (newsticker--decode-coding-string): Remove.
21994 (newsticker--decode-numeric-entities): Check input. Format code.
21995 (newsticker--remove-whitespace): Check input.
21996 (newsticker--do-forget-preformatted): Doc fix.
21997 (newsticker--decode-rfc822-date): Allow for missing time.
21998 (newsticker--update-process-ids): New.
21999 (newsticker--image-sentinel): Change comment.
22000 (newsticker--image-read): Change error message.
22001 (newsticker--imenu-goto): Doc fix. Show headline title.
22002 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
22003 (newsticker--buffer-do-insert-text): Clean whitespace in
22004 html-rendered headline title. Code formatting.
22005 Call `newsticker--buffer-print-extra-elements'.
22006 (newsticker--buffer-print-extra-element): Remove.
22007 (newsticker--buffer-print-extra-elements): New.
22008 (newsticker--buffer-do-print-extra-element): New.
22009 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
22010 large sizes.
22011 (newsticker--run-auto-mark-filter)
22012 (newsticker--do-run-auto-mark-filter):
22013 Use `newsticker-auto-mark-filter-list'.
22014
22015 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
22016
22017 * net/rcirc.el: Use split-string OMIT-NULLS argument.
22018 (rcirc-print): Force redisplay before running hooks. Do long
22019 buffer truncation after making new text read-only. Deal with nil
22020 text when decoding strings. If TARGET is nil, use either the
22021 currently selected buffer, if it is an rcirc buffer and of the
22022 same process or the process buffer.
22023 (rcirc-mode): Remove header-line. Recompute short buffer names.
22024 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
22025 (rcirc-short-buffer-name): Add variable.
22026 (rcirc-kill-buffer-hook): Recompute short buffer names.
22027 Remove nick from private channel.
22028 (rcirc-send-input): Send command text to current-buffer.
22029 Don't clear overlay arrow here.
22030 (rcirc-short-buffer-name): Return a short buffer name.
22031 (rcirc-update-short-buffer-names, rcirc-abbreviate)
22032 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
22033 buffer-name abbreviations.
22034 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
22035 Do not touch nick-table when killing a parted channel.
22036 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
22037 Clear arrow from current buffer if it is now hidden.
22038 (rcirc-current-buffer): Add variable.
22039 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
22040 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
22041 Remove -face from names.
22042 (rcirc-update-activity-string): Print "DND" when globally ignoring
22043 activity.
22044 (rcirc-ignore-buffer-activity-flag): Rename from
22045 rcirc-ignore-channel-activity.
22046 (rcirc-ignore-all-activity-flag): Doc fix.
22047 (rcirc-channels): Remove variable.
22048 (rcirc-kill-buffer-hook):
22049 (rcirc-get-buffer-create): Add nick to private channel.
22050 (rcirc-multiline-edit-submit): Remove tabs.
22051 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
22052 folded.
22053 (rcirc-remove-nick-channel): Bug fix.
22054 (rcirc-toggle-ignore-buffer-activity): Rename from
22055 rcirc-toggle-ignore-channel-activity.
22056 (rcirc-record-activity): Add buffers to the front of the list.
22057 (rcirc-update-activity): Remove killed buffers from list.
22058 (rcirc-process-server-response-1): Remove last argument if it is
22059 null before calling handler.
22060 (rcirc): Add "rcirc" defcustom prefix.
22061 (rcirc-prompt): Simplify default prompt.
22062 Use custom-initialize-default.
22063 (rcirc-private-chats): Remove variable.
22064 (rcirc-prompt): Change initialization.
22065 (rcirc-version): Remove function.
22066 (rcirc-id-string): Add constant.
22067 (rcirc-last-buffer): Remove variable.
22068 (rcirc-buffer-alist): Add variable.
22069 (rcirc-connect): Update variable setup.
22070 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
22071 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
22072 default.
22073 (rcirc-handler-generic): Trigger activity.
22074 (rcirc-send-message): Create the buffor of the target.
22075 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
22076 (rcirc-get-buffer): Just return nil if there is no matching buffer.
22077 (rcirc-multiline-edit-cancel): Remove function.
22078 (rcirc-set-last-buffer): Remove function.
22079 (rcirc-get-any-buffer): Add function.
22080 (rcirc-join-channels): Don't print /join text.
22081 (rcirc-toggle-ignore-channel-activity): Add and update echo area
22082 messages.
22083 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
22084 (rcirc-handler-NOTICE): Recognize CTCP responses.
22085 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
22086 constructing TOPIC string for buffers we are not JOINed.
22087 (rcirc-handler-CTCP-response): Add handler.
22088 (rcirc-multiline-edit-submit): Restore the window-configuration
22089 before adjusting point.
22090 (rcirc): Add customization group.
22091 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
22092 (rcirc-user-full-name, rcirc-startup-channels-alist)
22093 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
22094 (rcirc-ignore-all-activity-flag, rcirc-time-format)
22095 (rcirc-input-ring-size, rcirc-read-only-flag)
22096 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
22097 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
22098 Change defvar to defcustom.
22099 (rcirc-update-prompt): Add optional ALL arg, which will update
22100 prompts in all rcirc buffers. Regexp quote replacement text.
22101 (rcirc-fill-column): Accept frame-width as a value.
22102 (rcirc-set-changed): Add function.
22103 (rcirc-next-active-buffer): Write more meaningful messages.
22104 (rcirc-faces): Add customization group.
22105 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
22106 (rcirc-nick-in-message-face, rcirc-prompt-face)
22107 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
22108 (with-rcirc-process-buffer): Move before first usage.
22109 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
22110 (rcirc-debug-flag): Rename from `rcirc-log-p'.
22111 (rcirc-debug): Rename from `rcirc-log'.
22112 (rcirc-format-response-string): Do not print `-' chars for a
22113 NOTICE with no sender. Simplify output of server responses.
22114
22115 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
22116
22117 (rcirc-browse-url-map, rcirc-browse-url-at-point)
22118 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
22119 Make urls mouse and RET clickable.
22120
22121 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
22122
22123 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
22124
22125 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
22126
22127 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
22128 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22129 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22130 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22131 argument to all these routines, so the passphrase can be managed
22132 externally and passed in to the system.
22133 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
22134 pgg-add-passphrase-to-cache function.
22135
22136 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
22137 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
22138 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
22139 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
22140 argument to all these routines, so the passphrase can be managed
22141 externally and passed in to the system.
22142 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
22143 function.
22144
22145 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
22146
22147 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
22148 from goto-address-url-regexp.
22149
22150 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
22151
22152 * textmodes/org.el (org-read-date, org-goto-calendar)
22153 (org-recenter-calendar, org-agenda-goto-calendar):
22154 Temporarily clear `calendar-move-hook'.
22155
22156 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
22157
22158 * ediff-merg.el (ediff-merge-region-is-non-clash):
22159 Return t, if not merging.
22160
22161 * ediff-util.el (ediff-previous-difference): Don't skip regions that
22162 have merge clashes.
22163
22164 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22165
22166 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22167 Undo previous change.
22168
22169 * startup.el (command-line): Use `custom-reevaluate-setting' for
22170 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
22171 tty-register-default-colors on Mac.
22172
22173 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
22174
22175 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
22176 (gdb-buffer-type): Make it automatically buffer local...
22177 (gdb-get-create-buffer): ...and set it accordingly.
22178 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
22179 actually work.
22180
22181 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
22182
22183 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
22184 not red.
22185
22186 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
22187
22188 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
22189 case GUD buffer is not visible.
22190 (gdb-goto-breakpoint): Try to force display in source buffer.
22191 (gdb-frame-gdb-buffer): Copy other similar functions.
22192 (gdb-restore-windows): Don't display source if not asked for.
22193 (gdb-assembler-buffer-name): Don't capitalise.
22194
22195 2005-11-03 Richard M. Stallman <rms@gnu.org>
22196
22197 * wid-edit.el (key-sequence): New widget type.
22198
22199 * simple.el (set-mark-command-repeat-pop): New variable.
22200 (set-mark-command): Only interpret plan C-@ after a pop as a pop
22201 if set-mark-command-repeat-pop is true.
22202
22203 * info.el (Info-fontify-node): Don't display extra "see" if there
22204 already is one here.
22205
22206 * mouse.el: Fix special handling of DEL after dragging a region:
22207 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
22208 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
22209
22210 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
22211
22212 * textmodes/ispell.el (ispell-command-loop): Change `i' description
22213 not to assume it pertains to an affix.
22214
22215 * textmodes/flyspell.el (flyspell-post-command-hook):
22216 Bind deactivate-mark to prevent deactivation.
22217
22218 2005-11-03 Lars Hansen <larsh@soem.dk>
22219
22220 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
22221 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
22222 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
22223
22224 2005-11-03 Romain Francoise <romain@orebokech.com>
22225
22226 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
22227 Update copyright years.
22228
22229 2005-11-03 Sam Steingold <sds@gnu.org>
22230
22231 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22232 Use system-type instead of window-system because window-system is not
22233 correctly defined during loadup.
22234
22235 2005-11-02 Mark A. Hershberger <mah@everybody.org>
22236
22237 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
22238 (xml-parse-tag): Join strings separated by a comment properly.
22239
22240 2005-11-02 Andreas Schwab <schwab@suse.de>
22241
22242 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
22243
22244 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
22245
22246 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
22247 (byte-optimize-pure-func): Quote the eval'd value.
22248
22249 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
22250 Rename from perl-font-lock-syntactic-face-function.
22251 Change the calling convention so it can be used as a font-lock MATCHER.
22252 Do the parse-partial-sexp loop outselves.
22253 (perl-font-lock-syntactic-keywords): Use it.
22254 (perl-mode): Don't set font-lock-syntactic-face-function any more.
22255
22256 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
22257
22258 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
22259 disassembly buffer too.
22260 (gdb-exited): Remove overlay arrows when execution has finished.
22261 (gdb-info-frames-custom, gdb-info-threads-custom)
22262 (gdb-info-registers-custom): Don't add inappropriate text
22263 properties if inferior is not active.
22264
22265 2005-11-02 Glenn Morris <rgm@gnu.org>
22266
22267 * progmodes/fortran.el (fortran-blink-match):
22268 Use `blink-matching-delay'.
22269
22270 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
22271
22272 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
22273
22274 2005-11-02 Lars Hansen <larsh@soem.dk>
22275
22276 * net/tramp.el (tramp-action-out-of-band): Handle scp message
22277 "Permission denied".
22278
22279 2005-11-01 Richard M. Stallman <rms@gnu.org>
22280
22281 * textmodes/flyspell.el (flyspell-external-point-words):
22282 Pass nil to flyspell-get-word.
22283
22284 2005-11-02 Kim F. Storm <storm@cua.dk>
22285
22286 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
22287 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
22288
22289 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
22290
22291 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
22292 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
22293 (calendar-mouse-print-dates): Add optional `event' argument.
22294 Update interactive-spec.
22295 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
22296 Use `calendar-event-to-date' instead of `event'.
22297
22298 2005-11-02 Masatake YAMATO <jet@gyve.org>
22299
22300 * progmodes/ld-script.el (ld-script-builtins):
22301 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
22302 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
22303 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
22304
22305 2005-11-01 Romain Francoise <romain@orebokech.com>
22306
22307 * vc-sccs.el: Update copyright year.
22308 * ezimage.el: Likewise.
22309
22310 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
22311
22312 * info.el (Info-fontify-node): Use `string-width' for fontifying
22313 underlined titles.
22314
22315 2005-11-01 Juri Linkov <juri@jurta.org>
22316
22317 * info.el (Info-fontify-node): Downcase node header keywords Node,
22318 Prev, Next, Up before comparison.
22319 (Info-history): Insert absolute directory name, and put invisible
22320 property on it.
22321
22322 2005-11-01 Juri Linkov <juri@jurta.org>
22323
22324 * info.el (Info-file-supports-index-cookies): New variable.
22325 (Info-find-node-2): Check makeinfo version for index cookie support.
22326 (Info-index-nodes): Search for nodes with index cookies only when
22327 Info-file-supports-index-cookies is t. Otherwise, search nodes
22328 with "Index" in the node name.
22329 (Info-index-node): Search index cookie in the current node only when
22330 Info-file-supports-index-cookies is t. Otherwise, check the word
22331 "Index" in the node name.
22332 (Info-find-emacs-command-nodes): Remove code that searches nodes
22333 with "Index" node name in the top menu.
22334
22335 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
22336
22337 * progmodes/scheme.el (scheme-mode-variables): Use the default
22338 comment-indent-function.
22339
22340 * faces.el (face-attribute): Handle the case where a face inherits from
22341 a non-existent face.
22342
22343 * simple.el (eval-expression-print-format): Use lisp-readable syntax
22344 for octal and hexa output, and merge the char into the paren.
22345 (kill-new): Use push.
22346 (copy-to-buffer): Use with-current-buffer.
22347 (completion-setup-function): Move code in loop to remove redundancy.
22348 (minibuffer-local-must-match-map): Don't add bindings that duplicate
22349 those inherited from minibuffer-local-completion-map.
22350
22351 * savehist.el (savehist-mode) <defcustom>:
22352 Use custom-set-minor-mode if available.
22353 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
22354 and emit a message if applicable.
22355
22356 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
22357
22358 * savehist.el: Sync up to version 19.
22359 (savehist-mode): New minor mode.
22360 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
22361 (savehist-length): Remove (use history-length instead).
22362 (savehist-file-modes): Rename from savehist-modes.
22363 (savehist-save-hook, savehist-loaded): New vars.
22364 (savehist-load): Use savehist-mode. Try to smooth up transition from
22365 old format to new format.
22366 (savehist-install): Allow savehist-autosave-interval to be nil.
22367 (savehist-save): Run the new hook. Be more careful to only trim the
22368 history variables.
22369 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
22370 (savehist-printable): Print into a buffer rather than char-by-char.
22371
22372 2005-11-01 John Wiegley <johnw@newartisans.com>
22373
22374 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
22375 toggle-ignore keybinding (C-a). The author said it had been
22376 disabled much earlier due to a possible incompatibility, but after
22377 many months of usage I have encountered no problems (and it is a
22378 rather useful option, especially for switching to " *temp*").
22379
22380 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
22381 support for OS/X's AddressBook, by calling out to the open source
22382 program "contacts" (installable through Fink).
22383
22384 * net/eudc.el (eudc-expand-inline): If the
22385 `eudc-multiple-match-handling-method' is set to `all', delete the
22386 query string before inserting the query result.
22387
22388 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
22389 flag, to prevent Eshell from using the system ls when
22390 `eshell-ls-insert-directory' is in used.
22391 (eshell-ls-insert-directory): Disable font-lock in directory
22392 buffer so that Eshell's own fontification is seen. This broke
22393 recently due to changes in font-lock, so this goes back to version
22394 21 behavior.
22395
22396 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
22397
22398 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
22399 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
22400 (gdb-many-windows): Doc fix.
22401
22402 2005-10-31 Romain Francoise <romain@orebokech.com>
22403
22404 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
22405
22406 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
22407
22408 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
22409 that global-font-lock-mode can be enabled by default.
22410
22411 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
22412 (font-lock-add-keywords, font-lock-remove-keywords)
22413 (font-lock-fontify-buffer): Remove autoload cookies.
22414
22415 * jit-lock.el (jit-lock-register): Likewise.
22416
22417 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
22418
22419 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
22420
22421 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
22422 intact if there is no gud-comint-buffer.
22423
22424 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
22425
22426 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
22427 old prompt comint-prompt-read-only is t and GDB commands are
22428 issued from tool bar etc.
22429
22430 2005-10-31 Masatake YAMATO <jet@gyve.org>
22431
22432 * vc.el (vc-directory-exclusion-list): Add "{arch}".
22433
22434 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
22435
22436 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
22437 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
22438
22439 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
22440
22441 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
22442 starting at beginning of line. Fontification is messed up when
22443 `open-paren-in-column-0-is-defun-start' set to t.
22444 Reported by John Paul Wallington <jpw@pobox.com>.
22445
22446 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
22447
22448 * comint.el (comint-send-input): Call `comint-update-fence' when
22449 `comint-process-echoes' and `comint-prompt-read-only' are both
22450 non-nil, to avoid leftover read-only newline.
22451
22452 2005-10-30 Richard M. Stallman <rms@gnu.org>
22453
22454 * textmodes/flyspell.el (flyspell-external-point-words):
22455 Detect when WORD can't be checked properly because
22456 flyspell-get-word finds just part of it, and move on.
22457
22458 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
22459 boundarychar for Polish.
22460 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
22461 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
22462
22463 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
22464
22465 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
22466 (gdb-registers-font-lock-keywords): Delete.
22467 (gdb-registers-mode): Don't fontify.
22468 (gdb-info-registers-custom): Use text properties instead as, in
22469 future, changed register values will use font-lock-warning-face.
22470 (gdb-local-font-lock-keywords): Rename to...
22471 (gdb-locals-font-lock-keywords): ...for consistency.
22472
22473 2005-10-30 Andre Spiegel <spiegel@gnu.org>
22474
22475 * vc.el (vc-switch-backend): Better error message if the buffer is
22476 not visiting a file under version control.
22477
22478 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
22479
22480 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
22481
22482 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
22483 ~/.emacs.d/.emacs.
22484
22485 2005-10-29 Richard M. Stallman <rms@gnu.org>
22486
22487 * replace.el (occur-mode-mouse-goto): Always go to other window.
22488 (occur-mode-goto-occurrence): Always switch in same window.
22489
22490 * simple.el (undo): Display message at end, not at start.
22491
22492 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
22493 New arg REUSE-CELL.
22494 (cancel-timer-internal): New function.
22495 (timer-event-handler): Use cancel-timer-internal,
22496 and pass the cell it returns to timer-activate...
22497
22498 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
22499 (jit-lock-deferred-fontify, jit-lock-context-fontify)
22500 (jit-lock-after-change): Test memory-full.
22501
22502 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
22503
22504 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
22505 part of the decoded armor to find the key-identifier.
22506 (pgg-gpg-lookup-key-owner): New function to return the
22507 human-readable identifier of a key owner.
22508 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
22509 key itself.
22510 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
22511 the key value) if we have a key and can match it against a secret
22512 key. Also, added a note pointing out fact that the prompt only
22513 indicates the first matching key.
22514
22515 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
22516 pgg-decrypt-region.
22517 (pgg-pending-timers): A new hash for tracking the passphrase cache
22518 timers, so that new ones supercede old ones.
22519 (pgg-add-passphrase-to-cache): Rename from
22520 `pgg-add-passphrase-cache' to reduce confusion (all callers
22521 changed). Modified to cancel old timers when new ones are added.
22522 (pgg-remove-passphrase-from-cache): Rename from
22523 `pgg-remove-passphrase-cache' to reduce confusion (all callers
22524 changed). Modified to cancel old timers when their keys are
22525 removed from the cache.
22526 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
22527 XEmacs, an indirection to delete-itimer.
22528 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
22529 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
22530 users can only check cache without risk of prompting. Correct bug in
22531 notruncate behavior.
22532 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
22533 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22534 Add informative docstrings.
22535 (pgg-decrypt): Convey provided passphrase in subordinate call to
22536 pgg-decrypt-region.
22537
22538 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
22539 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
22540 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
22541 `passphrase' argument, so the passphrase can be managed externally
22542 and then passed in to the system.
22543
22544 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
22545 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
22546 so the passphrase cache can be used reliably with identifiers
22547 besides a pgp packet's key id.
22548
22549 * pgg-gpg.el (pgg-pgp-encrypt-region)
22550 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22551 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22552 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22553 argument to all these routines, so the passphrase can be managed
22554 externally and passed in to the system.
22555
22556 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
22557 `notruncate' argument, so the passphrase cache can be used
22558 reliably with identifiers besides a pgp packet's key id.
22559
22560 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
22561
22562 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
22563 symmetric encryption.
22564 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22565 encrypted session key.
22566 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
22567 message ask for the passphrase in a proper way.
22568
22569 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
22570 New user commands for symmetric encryption.
22571
22572 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
22573
22574 * textmodes/conf-mode.el (conf-assignment-sign)
22575 (conf-assignment-regexp): Fix docstrings.
22576 (conf-mode-initialize): New function.
22577 (conf-mode): Remove optional args. Use delay-mode-hooks to
22578 recognize recursive calls.
22579 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
22580 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
22581 (conf-xdefaults-mode): Use define-derived-mode and
22582 conf-mode-initialize.
22583
22584 2005-10-29 Romain Francoise <romain@orebokech.com>
22585
22586 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
22587
22588 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
22589
22590 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
22591 part of the decoded armor to find the key-identifier.
22592 (pgg-gpg-lookup-key-owner): New function to return the
22593 human-readable identifier of a key owner.
22594 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
22595 key itself.
22596 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
22597 the key value) if we have a key and can match it against a secret
22598 key. Also, added a note pointing out fact that the prompt only
22599 indicates the first matching key.
22600
22601 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
22602 pgg-decrypt-region.
22603 (pgg-pending-timers): A new hash for tracking the passphrase cache
22604 timers, so that new ones supercede old ones.
22605 (pgg-add-passphrase-to-cache): Rename from
22606 `pgg-add-passphrase-cache' to reduce confusion (all callers
22607 changed). Modified to cancel old timers when new ones are added.
22608 (pgg-remove-passphrase-from-cache): Rename from
22609 `pgg-remove-passphrase-cache' to reduce confusion (all callers
22610 changed). Modified to cancel old timers when their keys are
22611 removed from the cache.
22612 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
22613 XEmacs, an indirection to delete-itimer.
22614 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
22615 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
22616 users can only check cache without risk of prompting. Correct bug in
22617 notruncate behavior.
22618 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
22619 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22620 Add informative docstrings.
22621 (pgg-decrypt): Convey provided passphrase in subordinate call to
22622 pgg-decrypt-region.
22623
22624 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
22625
22626 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
22627 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
22628 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
22629 `passphrase' argument, so the passphrase can be managed externally
22630 and then passed in to the system.
22631
22632 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
22633 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
22634 so the passphrase cache can be used reliably with identifiers
22635 besides a pgp packet's key id.
22636
22637 * pgg-gpg.el (pgg-pgp-encrypt-region)
22638 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22639 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22640 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22641 argument to all these routines, so the passphrase can be managed
22642 externally and passed in to the system.
22643
22644 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
22645 `notruncate' argument, so the passphrase cache can be used
22646 reliably with identifiers besides a pgp packet's key id.
22647
22648 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
22649
22650 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
22651 symmetric encryption.
22652 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22653 encrypted session key.
22654 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
22655 message ask for the passphrase in a proper way.
22656
22657 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
22658 New user commands for symmetric encryption.
22659
22660 2005-10-28 Bill Wohler <wohler@newt.com>
22661
22662 * help-mode.el (help-url): New button type. Calls browse-url.
22663 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
22664 Similar to Info nodes: URL `url'.
22665 (help-make-xrefs): Create help-url buttons for
22666 help-xref-url-regexp matches.
22667
22668 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
22669
22670 * tool-bar.el (tool-bar-add-item-from-menu)
22671 (tool-bar-local-item-from-menu): Fix doc strings.
22672
22673 2005-10-28 Romain Francoise <romain@orebokech.com>
22674
22675 * ldefs-boot.el: Update.
22676
22677 * subr.el (locate-library): Move from help-fns.el.
22678 * help-fns.el (locate-library): Move to subr.el.
22679
22680 2005-10-28 Richard M. Stallman <rms@gnu.org>
22681
22682 * net/tramp.el (tramp-completion-mode): defvar moved up.
22683
22684 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
22685
22686 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
22687
22688 * files.el (find-file-noselect): Use %d to format large file size.
22689
22690 * bindings.el (mode-line-format): Add %e.
22691
22692 * loadup.el ("facemenu"): Load unconditionally.
22693 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
22694 ("x-dnd"): Load, when appropriate.
22695
22696 * startup.el (command-line): Call before-init-hook earlier.
22697 Warn about some bad characters in -u user name.
22698
22699 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
22700 (flyspell-external-point-words): Error if misspelled word is not found.
22701 Set flyspell-large-region-beg at end of word.
22702
22703 2005-10-28 Andreas Schwab <schwab@suse.de>
22704
22705 * view.el (View-revert-buffer-scroll-page-forward):
22706 Use view-page-size-default.
22707
22708 2005-10-28 Juri Linkov <juri@jurta.org>
22709
22710 * international/quail.el (quail-get-current-str): Translate last
22711 raw character for deterministic input methods.
22712
22713 2005-10-27 Jay Belanger <belanger@truman.edu>
22714
22715 * calc/calc-ext.el: Add functions to autoloads.
22716 (math-identity-matrix-p, math-ident-row-p): New functions.
22717
22718 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
22719 multiplication by an identity matrix; don't turn multiplication by
22720 an inverse matrix into division.
22721 (math-div-symbol-fancy): Replace division by matrices with
22722 multiplication by inverse.
22723
22724 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
22725
22726 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
22727 (calc-writeoutpower): New functions.
22728
22729 2005-10-27 Romain Francoise <romain@orebokech.com>
22730
22731 * replace.el (occur-engine): Include colon in mouse-face highlight.
22732
22733 * dired-x.el: Change Maintainer field.
22734
22735 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
22736
22737 * longlines.el (longlines-mode): Bind after-change-functions to
22738 nil during initial decoding and final encoding.
22739
22740 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
22741
22742 * term.el (term-emulate-terminal, term-handle-colors-array)
22743 (term-handle-ansi-escape): Specify the terminfo capabilities
22744 implemented.
22745
22746 2005-10-26 Richard M. Stallman <rms@gnu.org>
22747
22748 * info.el (Info-fontify-node): Fix detection of sentence-break
22749 before *Note.
22750
22751 2005-10-26 Romain Francoise <romain@orebokech.com>
22752
22753 * smerge-mode.el: Add `tools' to file keywords.
22754
22755 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
22756
22757 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
22758 when the fringe is not available.
22759
22760 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
22761 (def-gdb-auto-update-trigger): Simplify construction.
22762 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
22763 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
22764 defined explicitly.
22765 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
22766 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
22767 defined explicitly.
22768 (gdb-info-locals-custom): Remove as it's a no-op.
22769
22770 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
22771
22772 * longlines.el (longlines-mode): Remove narrowing before
22773 performing the initial decoding or final encoding.
22774
22775 2005-10-25 Romain Francoise <romain@orebokech.com>
22776
22777 * emacs-lisp/find-func.el (find-library-name): Also strip
22778 extension if library name ends in .el, to take advantage of
22779 `find-library-suffixes'.
22780
22781 2005-10-25 Richard M. Stallman <rms@gnu.org>
22782
22783 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
22784
22785 2005-10-25 Juri Linkov <juri@jurta.org>
22786
22787 * textmodes/texinfo.el (texinfo-mode): Change charset of one
22788 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
22789
22790 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
22791
22792 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
22793 (blackbox-redefine-key): Add argument `map'.
22794
22795 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
22796 regions when moving the jit-lock-context-unfontify-pos boundary.
22797
22798 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
22799
22800 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
22801
22802 2005-10-25 Masatake YAMATO <jet@gyve.org>
22803
22804 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
22805
22806 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
22807
22808 * play/blackbox.el (blackbox-redefine-key): New function.
22809 (blackbox-mode-map): Use it to remap existing bindings for cursor
22810 motion instead of binding literal keys.
22811
22812 2005-10-25 Glenn Morris <rgm@gnu.org>
22813
22814 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
22815 diary does not end in a newline. Do not assume a blank line at
22816 the start of the diary file.
22817
22818 2005-10-25 Kenichi Handa <handa@m17n.org>
22819
22820 * international/quail.el (quail-translate-key): If the input
22821 method is deterministic and failed to handle the last key, restart
22822 the key handling loop from an appropriate key.
22823
22824 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
22825
22826 * vc.el (vc-dired-mode): Extend comment for binding of
22827 `directory-listing-before-filename-regexp'.
22828
22829 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
22830
22831 * textmodes/texinfo.el (texinfo-mode):
22832 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
22833 not to unnecessarily expose emacs-mule's internal char codes.
22834
22835 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
22836
22837 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
22838 Display hand pointer and help-echo on disabled icon too.
22839 (gdb-mouse-until): New function.
22840 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
22841
22842 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
22843
22844 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
22845 with 2005-10-23 change to doctor.el.
22846
22847 * finder.el (finder-mode-map): Add follow-link binding.
22848
22849 2005-10-25 Kim F. Storm <storm@cua.dk>
22850
22851 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
22852 to gdb-mouse-toggle-breakpoint-fringe.
22853 (gdb-mouse-toggle-breakpoint-margin): Rename from
22854 gdb-mouse-toggle-breakpoint. Fix doc.
22855 (gdb-mouse-toggle-breakpoint-fringe): New defun.
22856 (gdb-put-string): Add optional SPROPS arg. Add props to string.
22857 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
22858 string properties also for fringe breakpoint bitmaps.
22859
22860 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
22861
22862 * textmodes/org.el (org-start-icalendar-file): Fix format form.
22863
22864 2005-10-25 Masatake YAMATO <jet@gyve.org>
22865
22866 * simple.el (completion-common-substring):
22867 Use `completion-common-substring' prior to `completion-base-size'.
22868
22869 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
22870
22871 * savehist.el: Require CL while compiling.
22872 (savehist-history-variables): Remove.
22873 (savehist-save-minibuffer-history, savehist-additional-variables)
22874 (savehist-minibuffer-history-variables): New vars.
22875 (savehist-save): Use them.
22876 (savehist-uninstall, savehist-minibuffer-hook): New funs.
22877 (savehist-install): New fun, extracted from savehist-load.
22878 (savehist-load): Use them.
22879
22880 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
22881
22882 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
22883 a dummy doc-string-elt property.
22884 (defalias, defvaralias, define-category): Add a docstring property.
22885
22886 * image.el (defimage):
22887 * widget.el (define-widget):
22888 * custom.el (defface, defcustom): Add `doc-string' declaration.
22889
22890 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
22891 (defadvice): Add `doc-string' declaration.
22892
22893 * emacs-lisp/byte-run.el (macro-declaration-function):
22894 Handle `doc-string' declarations.
22895 (define-obsolete-function-alias, define-obsolete-variable-alias):
22896 Add `doc-string' declaration.
22897
22898 2005-10-24 Kenichi Handa <handa@m17n.org>
22899
22900 * international/utf-7.el (utf-7): Add autoload cookie.
22901
22902 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
22903
22904 2005-10-24 Eli Zaretskii <eliz@gnu.org>
22905
22906 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
22907 list of directories passed to batch-update-autoloads. Add "." to
22908 the list of the echoed directories.
22909
22910 * pgg-def.el:
22911 * pgg-gpg.el:
22912 * pgg-parse.el:
22913 * pgg-pgp.el:
22914 * pgg-pgp5.el:
22915 * pgg.el: Moved here from the gnus subdirectory.
22916
22917 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
22918
22919 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
22920 in case comint-prompt-read-only is set to t.
22921
22922 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
22923 in case comint-prompt-read-only is set to t.
22924
22925 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
22926
22927 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
22928 Now a string.
22929 (icalendar-import-format): Handle CLASS, STATUS, URL.
22930 Rename `subject' to `summary'.
22931 (icalendar-import-format-summary): Rename from
22932 `icalendar-import-format-subject'.
22933 (icalendar-import-format-url, icalendar-import-format-status)
22934 (icalendar-import-format-class): New variables.
22935 (icalendar--rris): Take variable argument list.
22936 (icalendar--datestring-to-isodate): Remove unnecessary
22937 calendar-style check when converting dates with explicit month names.
22938 (icalendar-export-region): Change return type of conversion
22939 subroutines. Bury current buffer unless error occurred.
22940 (icalendar--convert-to-ical)
22941 (icalendar--parse-summary-and-rest): New functions.
22942 (icalendar--convert-ordinary-to-ical)
22943 (icalendar--convert-weekly-to-ical)
22944 (icalendar--convert-yearly-to-ical)
22945 (icalendar--convert-block-to-ical)
22946 (icalendar--convert-cyclic-to-ical)
22947 (icalendar--convert-anniversary-to-ical): Change return type.
22948 Strip trailing blanks from subject.
22949 (icalendar--convert-sexp-to-ical): Change return type.
22950 Strip trailing blanks from subject. Handle simple sexp
22951 entries as generated by icalendar.el.
22952 (icalendar--convert-float-to-ical)
22953 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
22954 (icalendar-import-file): Doc fix.
22955 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
22956 Correct call to icalendar--rris.
22957 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
22958 `summary'.
22959 (icalendar--add-diary-entry): Rename `subject' to `summary'.
22960
22961 2005-10-24 Romain Francoise <romain@orebokech.com>
22962
22963 * server.el (server-sentinel): Set query-on-exit flag to nil on
22964 new client processes (it isn't inherited from the server process).
22965
22966 * replace.el (occur-engine): Rearrange text properties.
22967
22968 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
22969
22970 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
22971 case-fold-search is nil.
22972 (debug-help-follow): Use help-xref-interned directly.
22973
22974 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
22975
22976 * thumbs.el (thumbs-image-type): Add .pbm.
22977
22978 2005-10-23 Richard M. Stallman <rms@gnu.org>
22979
22980 * faces.el (inhibit-face-set-after-frame-default): New variable.
22981 (set-face-attribute): Bind it.
22982 (face-set-after-frame-default): Test it.
22983
22984 * help-fns.el (describe-simplify-lib-file-name): New function.
22985 (describe-function-1, describe-variable): Use it.
22986
22987 * faces.el (describe-face): Use describe-simplify-lib-file-name.
22988
22989 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
22990 Eliminate nil as possible value.
22991 (tooltip-hide-delay): Reduce internal-border-width.
22992
22993 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
22994 (menu-bar-file-menu) <new-file>: Likewise.
22995
22996 * simple.el (line-move-finish): Ignore fields computing LINE-END.
22997
22998 * international/mule.el (load-with-code-conversion):
22999 Pass full file name to `eval-buffer' unless preloading.
23000
23001 * textmodes/flyspell.el (flyspell-large-region):
23002 Call ispell-check-version.
23003
23004 * textmodes/ispell.el (ispell-local-dictionary-overridden):
23005 Fix the make-variable-buffer-local call that was supposed
23006 to be for this variable.
23007 (ispell-aspell-supports-utf8): Doc fix.
23008 (ispell-find-aspell-dictionaries): Preserve elements of
23009 ispell-dictionary-alist for dictionaries that aspell doesn't report.
23010 (ispell-aspell-find-dictionary): Return nil on error.
23011
23012 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
23013 (doctor-symptoms): Likewise.
23014
23015 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
23016
23017 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
23018
23019 * cus-edit.el (custom-button, custom-button-pressed): New vars.
23020 (custom-raised-buttons): Add :set spec.
23021 (custom-button-unraised, custom-button-pressed-unraised):
23022 New faces, so that custom-raised-buttons actually does something.
23023 (custom-mode): Use custom-button and custom-button-pressed.
23024
23025 * wid-edit.el (widget-specify-button): Don't ignore
23026 widget-mouse-face on graphic terminals.
23027 (widget-move-and-invoke): Cleanup.
23028
23029 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
23030
23031 * whitespace.el (whitespace-cleanup): Doc fix.
23032
23033 2005-10-23 Romain Francoise <romain@orebokech.com>
23034
23035 * emulation/viper.el (viper-set-hooks): Quote forms passed to
23036 `eval-after-load' to avoid evaluating their result.
23037
23038 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
23039
23040 * files.el (directory-listing-before-filename-regexp):
23041 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
23042
23043 * dired.el (dired-move-to-filename-regexp): Remove.
23044 All occurrences replaced by `directory-listing-before-filename-regexp'.
23045
23046 * dired-x.el, locate.el, vc.el:
23047 Replace `dired-move-to-filename-regexp' by
23048 `directory-listing-before-filename-regexp'. In vc.el it is
23049 overwritten locally; maybe this can be handled in files.el too.
23050
23051 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
23052 replaced by `directory-listing-before-filename-regexp'.
23053
23054 2005-10-23 Andreas Schwab <schwab@suse.de>
23055
23056 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
23057 and eval-next-after-load.
23058
23059 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
23060
23061 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
23062 exist, create it.
23063
23064 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
23065
23066 * allout.el: Remove autoloads for mailcrypt and crypt++.
23067 Require pgg, pgg-gpg during compilation.
23068 (allout-version): Increment version number to 2.1, and use a literal
23069 rather than RCS Id.
23070 (allout-default-encryption-scheme): Remove.
23071 (allout-passphrase-verifier-handling)
23072 (allout-passphrase-verifier-string)
23073 (allout-file-passphrase-verifier-string)
23074 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
23075 (allout-passphrase-hint-handling): Rename and simplify.
23076 (allout-init): Use `find-file-hook' if available, otherwise
23077 `find-file-hooks'.
23078 (allout-mode): Use `write-file-functions' if available, otherwise
23079 `local-write-file-hooks' and, instead of making auto-save-hook
23080 buffer local, make the write-file-hook activity contingent to
23081 allout-mode.
23082 (allout-mode): Use key-binding substitution in the docstring.
23083 (allout-kill-line): Spell-out kill ring data structure mutation
23084 instead of using byte-compiler-complaint-provoking `pop'.
23085 (allout-insert-listified): Use `insert' rather than `insert-string'
23086 (allout-toggle-current-subtree-encryption): Update docstring, adjust
23087 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
23088 (allout-encrypt-string): Totally revamped vis new underlying
23089 encryption facilities.
23090 (allout-mc-activate-passwd): Remove.
23091 (allout-obtain-passphrase): New, more or less replaces
23092 allout-mc-activate-passwd.
23093 (allout-encrypted-key-info): More or less replaces
23094 allout-encrypted-text-type.
23095 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
23096 (my-mark-marker): Use `(featurep 'xemacs)'.
23097
23098 2005-10-23 Lars Hansen <larsh@soem.dk>
23099
23100 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
23101 (byte-compile-file-form-defmumble, byte-compile-defun)
23102 (byte-compile-defmacro): Use it.
23103 (byte-compile-form): Don't call byte-compile-set-symbol-position
23104 when a byte-compile handler is called.
23105
23106 2005-10-22 Romain Francoise <romain@orebokech.com>
23107
23108 * savehist.el (savehist-history-variables): Add `grep-find-history'.
23109
23110 * subr.el (eval-after-load): Convert library name to an absolute
23111 file name using locate-library, since load-history no longer has
23112 library names in it.
23113
23114 2005-10-22 Richard M. Stallman <rms@gnu.org>
23115
23116 * files.el (make-temp-file): Move from subr.el.
23117 * subr.el (make-temp-file): Move to files.el.
23118
23119 * window.el (get-buffer-window-list): Move from subr.el.
23120 * subr.el (get-buffer-window-list): Move to window.el.
23121
23122 * image.el (image-load-path): Use eval-at-startup to initialize.
23123
23124 * subr.el (eval-at-startup): New macro.
23125
23126 * subr.el: Much rearrangement of functions and division
23127 into pages. No code changes.
23128
23129 2005-10-22 Kenichi Handa <handa@m17n.org>
23130
23131 * tar-mode.el (tar-extract): Be sure to call
23132 find-operation-coding-system if set-auto-coding doesn't find a
23133 coding system.
23134
23135 2005-10-22 Kim F. Storm <storm@cua.dk>
23136
23137 * image.el (image-type-header-regexps): Rename from image-type-regexps.
23138 Change users.
23139 (image-type-file-name-regexps): New defconst.
23140 (image-type-from-data): Simplify loop.
23141 (image-type-from-buffer): New defun.
23142 (image-type-from-file-header): Use it instead of image-type-from-data.
23143 Use image-search-load-path instead of only looking in data-directory.
23144 (image-type-from-file-name): New defun.
23145 (image-search-load-path): Change `pathname' to `filename'.
23146 Make PATH arg optional, default to image-load-path.
23147
23148 2005-10-21 Richard M. Stallman <rms@gnu.org>
23149
23150 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
23151
23152 * textmodes/paragraphs.el (sentence-end-base): New variable.
23153 (sentence-end): Use sentence-end-base.
23154
23155 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
23156
23157 * font-lock.el (font-lock-default-fontify-region): Check the multiline
23158 property independently from the font-lock-multiline variable.
23159
23160 2005-10-21 Richard M. Stallman <rms@gnu.org>
23161
23162 * emacs-lisp/find-func.el (find-library-name): Doc fix.
23163
23164 * startup.el (command-line): Convert library names
23165 in `load-history' to absolute file names.
23166
23167 * subr.el (symbol-file): Doc fix.
23168
23169 * loadhist.el (file-loadhist-lookup): Call locate-library
23170 instead of find-library-name. Don't try converting
23171 abs file names to library names, since load-history no longer
23172 has library names in it.
23173 (file-dependents, file-provides, file-requires): Doc fixes.
23174
23175 2005-10-21 Juri Linkov <juri@jurta.org>
23176
23177 * progmodes/etags.el (tags-table-mode): New function.
23178 (tags-verify-table): Replace initialize-new-tags-table with
23179 tags-table-mode.
23180
23181 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
23182 default value.
23183 (desktop-modes-not-to-save): Add tags-table-mode to the
23184 default value.
23185
23186 * info.el (Info-index-next): Add total number of index
23187 alternatives to the message.
23188
23189 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
23190 backward only space (instead of space and period) before looking
23191 at sentence end.
23192
23193 * simple.el (set-variable): Use user-variable-p instead of symbolp.
23194 Add the old variable value as 4th default-value arg of read-string.
23195
23196 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23197
23198 * cus-face.el (custom-declare-face): Make face from X resources
23199 also on Mac.
23200
23201 * disp-table.el (standard-display-g1, standard-display-graphic):
23202 Refuse to use string glyphs also on Mac.
23203 (standard-display-european): Don't set terminal coding system also
23204 on Mac.
23205
23206 * frame.el (display-screens): Use x-display-screens also on Mac.
23207
23208 2005-10-21 Romain Francoise <romain@orebokech.com>
23209
23210 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
23211
23212 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
23213
23214 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
23215 and $? into sexps.
23216
23217 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
23218 warning face on open-paren-in-column-0.
23219
23220 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
23221 boundary case. Fix typo.
23222 Suggested by Martin Rudalics <rudalics@gmx.at>.
23223
23224 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
23225
23226 * textmodes/org.el (org-combined-agenda-icalendar-file)
23227 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
23228 (org-export-icalendar-this-file)
23229 (org-export-icalendar-all-agenda-files)
23230 (org-export-icalendar-combine-agenda-files): New commands.
23231 (org-export-icalendar, org-print-icalendar-entries)
23232 (org-start-icalendar-file, org-finish-icalendar-file)
23233 (org-ical-ts-to-string): New functions.
23234 (org-read-date, org-goto-calendar)
23235 (org-agenda-goto-calendar): Inhibit displaying diary entries by
23236 call to `calendar'.
23237 (orgtbl-setup): Remove the :keys arguments from the menu description.
23238 (org-after-save-iCalendar-file-hook): New variable.
23239
23240 2005-10-21 Kenichi Handa <handa@m17n.org>
23241
23242 * language/vietnamese.el (tcvn-5712): Make it an alias of
23243 vietnamese-tcvn coding-system.
23244
23245 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
23246
23247 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
23248 group id is given.
23249
23250 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
23251
23252 * progmodes/sh-script.el (sh-escaped-line-re): New var.
23253 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
23254 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
23255 whose line is either continued or ends with a comment.
23256
23257 2005-10-20 Romain Francoise <romain@orebokech.com>
23258
23259 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
23260
23261 * replace.el (occur-engine): Add follow-link property.
23262
23263 * font-core.el (font-lock-mode): Doc fix.
23264
23265 2005-10-20 Richard M. Stallman <rms@gnu.org>
23266
23267 * net/rcirc.el: New file.
23268
23269 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
23270
23271 * term.el (term-term-name): Initialize to "eterm-color".
23272
23273 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
23274
23275 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
23276 for encryption functionality.
23277 Move allout customization subgroup from `editing' to `outlines' group.
23278 Fix commentary keywords to legitimate ones.
23279 Update author info (using my current email address, obscurified).
23280 (allout-encrypt-string, allout-encryption-produce-work-buffer)
23281 (allout-encrypted-topic-p, allout-encrypted-text-type)
23282 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
23283 (allout-situate-encryption-key-verifier)
23284 (allout-get-encryption-key-verifier, allout-verify-key)
23285 (allout-next-topic-pending-encryption)
23286 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
23287 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
23288 (outline-key-verifier-handling, outline-key-hint-handling)
23289 (outline-encrypt-unencrypted-on-saves): New defcustoms.
23290 (allout-file-key-verifier-string, allout-encryption-scheme)
23291 (allout-key-verifier-string, allout-key-hint-string)
23292 (allout-after-save-decrypt): New variables.
23293 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
23294 (allout-after-saves-handler): New hook functions.
23295 (allout-post-command-business): Do allout-after-save-decrypt.
23296 (allout-enable-file-variable-adjustment): Custom var to enable
23297 mechanism for adding and adjusting settings of Emacs file variables.
23298 (allout-adjust-file-variable, allout-file-vars-section-data):
23299 New functions, implement the mechanism.
23300 (outlineify-sticky): Use the file vars mechanism.
23301 (allout-inhibit-protection, allout-during-write-cue)
23302 (allout-override-protect, allout-before-change-protect): Remove.
23303 (allout-flag-region, allout-open-topic): Adjust read-only text.
23304 (allout-open-line-not-read-only): Add to facilitate read-only
23305 text based protection.
23306 (allout-kill-line): Revise to adjust read-only text, clue the
23307 user about the inhibition.
23308 (allout-unprotected): Use unwind-protect.
23309 (allout-shift-in, allout-shift-out): Disallow manually shifting a
23310 topic deeper than the offspring depth of the previous topic -
23311 avoiding confusing "containment discontinuities".
23312 (allout-reindent-bodies): Fix retention of body relative hanging
23313 indent during promotion of collapsed bodies.
23314 (allout-open-topic): Make it easy to open new topic with same
23315 bullet as current topic - topic creation functions provided with
23316 any universal argument provokes now prompt for bullet, defaulting
23317 to the bullet of the previous topic.
23318 (allout-plain-bullets-string, allout-distinctive-bullets-string):
23319 Plain bullet alternates `.' period and `,' comma only. All other
23320 bullets are relegated to special status (but customizable).
23321 (allout-end-of-entry): Rename from allout-end-of-current-entry
23322 since it actually operates w.r.t. most immediately containing
23323 entry, visible or not.
23324 (allout-hide-current-entry, allout-show-current-entry): Use the
23325 revised version.
23326 (allout-old-expose-topic): Solidify deprecation.
23327 (allout-end-of-subtree): Add so we can span concealed as well
23328 as visible topics.
23329 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
23330 (allout-end-of-current-heading): Tweak to just respect the first line.
23331 (allout-get-body-text): Add.
23332 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
23333 when invoked interactively.
23334 (allout-up-current-level): Use `interactive-p'.
23335 (allout-mode, allout-init): Miscellaneous docstring and
23336 operational refinements, as well as hookups of new encryption stuff.
23337 (allout-beginning-of-current-entry): Now works as advertised.
23338 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
23339 (allout-isearch-rectification): Refine condition for isearching.
23340 (allout-isearch-abort, allout-enwrap-isearch)
23341 (allout-flag-region, my-region-active-p): Relocate some macros.
23342 (allout-title): Fallback title is (buffer-name), not
23343 non-existing (current-buffer-name).
23344 (subst-char-in-string): Define if absent (for some XEmacs versions).
23345
23346 2005-10-20 Jari Aalto <jari.aalto@cante.net>
23347
23348 * mail/sendmail.el (mail-setup-hook, mail-aliases)
23349 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
23350 (mail-citation-prefix-regexp, mail-signature-file)
23351 (mail-default-headers, mail-bury-selects-summary)
23352 (mail-send-nonascii): Add autoload cookies.
23353
23354 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23355
23356 * frame.el (blink-cursor-mode): Add `mac' to the list of
23357 window-system's that support blinking cursor.
23358
23359 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
23360
23361 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
23362
23363 2005-10-20 Eli Zaretskii <eliz@gnu.org>
23364
23365 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
23366 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
23367 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
23368
23369 2005-10-20 Kim F. Storm <storm@cua.dk>
23370
23371 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
23372 (ido-set-current-directory): Don't add / after final @.
23373 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
23374 Explicitly handle ange-ftp completion oddities.
23375 (ido-make-file-list): Don't rotate list at tramp root to avoid
23376 triggering tramp file handler for expand-file-name via get-file-buffer.
23377
23378 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
23379
23380 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
23381
23382 2005-10-19 Jay Belanger <belanger@truman.edu>
23383
23384 * calc/calc-units.el (math-standard-units): Add units, adjust
23385 symbols and update values.
23386 (math-unit-prefixes): Add more prefixes.
23387
23388 2005-10-19 Romain Francoise <romain@orebokech.com>
23389
23390 * bookmark.el (bookmark-menu-heading): New face.
23391 (bookmark-bmenu-list): Use it.
23392 Don't fiddle with `baud-rate' at top-level.
23393
23394 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
23395
23396 * image.el (create-image, find-image): Mention max-image-size in
23397 docstring.
23398
23399 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
23400
23401 * savehist.el (savehist-load): Revert to checking XEmacs.
23402
23403 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
23404 Various docstring and line-width fixups.
23405 (conf-mode): Use cond.
23406 Set font-lock-defaults. Don't set comment-use-syntax.
23407
23408 2005-10-18 David Ponce <david@dponce.com>
23409
23410 * tree-widget.el (tree-widget-button-click): New function.
23411 (tree-widget-button-keymap): Use it.
23412
23413 2005-10-18 Romain Francoise <romain@orebokech.com>
23414
23415 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
23416 (bookmark-bmenu-hide-filenames): Add follow-link property.
23417 Improve help-echo text.
23418
23419 * ffap.el (find-file-at-point): Doc fix.
23420
23421 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23422
23423 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
23424
23425 2005-10-18 Masatake YAMATO <jet@gyve.org>
23426
23427 Install to the CVS repository what I forgot to install in my
23428 2005-10-16 changes.
23429
23430 * progmodes/python.el (python-complete-symbol): Pass the common
23431 prefix substring of completion to `display-completion-list'.
23432
23433 * textmodes/org.el (org-complete): Ditto.
23434
23435 2005-10-18 Masatake YAMATO <jet@gyve.org>
23436
23437 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
23438
23439 * woman.el (WoMan-xref-man-page): New button type derived
23440 from `Man-abstract-xref-man-page'.
23441 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
23442
23443 * man.el (Man-abstract-xref-man-page): New button type.
23444 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
23445 (Man-highlight-references): Add new optional argument `xref-man-type'.
23446
23447 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
23448
23449 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
23450
23451 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
23452
23453 * cus-edit.el (Custom-move-and-invoke): Delete.
23454 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
23455
23456 * wid-edit.el (widget-move-and-invoke): New function, from
23457 Custom-move-and-invoke.
23458
23459 2005-10-17 Bill Wohler <wohler@newt.com>
23460
23461 Move all remaining images from lisp/toolbar to etc/images, move
23462 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
23463 the low resolution images in their own directory (low-color).
23464
23465 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
23466 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
23467 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
23468 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
23469 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
23470 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
23471 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
23472
23473 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
23474 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
23475 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
23476 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
23477 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
23478 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
23479 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
23480 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
23481 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
23482 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
23483 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
23484 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
23485 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
23486 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
23487 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
23488
23489 To conform with convention, replace the underscore (_) in the
23490 following image names with dash (-) or (/) as appropriate.
23491
23492 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
23493 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
23494 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
23495 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
23496 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
23497 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
23498 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
23499 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
23500 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
23501 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
23502 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
23503 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
23504 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
23505 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
23506 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
23507
23508 * info.el (info-tool-bar-map): Replace underscores in image names
23509 with dashes.
23510
23511 * makefile.w32-in (WINS): Remove toolbar.
23512
23513 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
23514
23515 * tool-bar.el: Move to lisp from toolbar. Now that
23516 toolbar is empty, it should be deleted when folks run "cvs up -P".
23517
23518 2005-10-18 Jay Belanger <belanger@truman.edu>
23519
23520 * calc/calc-store.el (calc-store-into): Get the proper variable name
23521 to display in message.
23522
23523 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
23524
23525 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
23526 expressions display in speedbar for all buffers when debugging.
23527 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
23528
23529 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
23530 (speedbar-insert-button, speedbar-make-button):
23531 Use add-text-properties.
23532 (speedbar-update-localized-contents)
23533 (speedbar-update-directory-contents)
23534 (speedbar-update-special-contents): Use dolist.
23535 (speedbar-buffer-easymenu-definition): Add a menu separator.
23536
23537 2005-10-17 Jason Rumney <jasonr@gnu.org>
23538
23539 * makefile.w32-in: Use $(lisp) consistently.
23540 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
23541 for shell specific generation of mh-autoloads.
23542
23543 2005-10-17 Richard M. Stallman <rms@gnu.org>
23544
23545 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
23546
23547 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
23548
23549 * jit-lock.el (jit-lock-fontify-now):
23550 Move jit-lock-context-unfontify-pos to avoid wasted work.
23551
23552 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
23553
23554 * net/tramp.el (tramp-completion-mode): New defvar. Used in
23555 `tramp-completion-mode' for checking if we are in completion mode.
23556 (tramp-completion-handle-file-name-all-completions): Reorder code
23557 in order to complete for file names only in case there are no
23558 method/user/host completions. This is necessary for cooperation
23559 with ido. Reported by Kim F. Storm <storm@cua.dk>.
23560
23561 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
23562
23563 * longlines.el (longlines-search-forward)
23564 (longlines-search-backward): Match any number of spaces.
23565
23566 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
23567
23568 * diff-mode.el (diff-mode): Doc fix.
23569
23570 2005-10-16 David Reitter <david.reitter@gmail.com>
23571
23572 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
23573 as default on darwin and windows systems.
23574
23575 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
23576
23577 * arc-mode.el (archive-zip-extract): Doc fix.
23578
23579 2005-10-16 Romain Francoise <romain@orebokech.com>
23580
23581 * mouse.el (mouse-1-click-follows-link): Doc fix.
23582
23583 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
23584
23585 * savehist.el: Don't require CL at runtime.
23586 (savehist-xemacs): Remove.
23587 (savehist-coding-system): Use utf-8 if present, regardless of religion.
23588 (savehist-no-conversion): Use (featurep 'xemacs).
23589 (savehist-load): Check existence of start-itimer rather than XEmacs.
23590 Use an idle timer.
23591 (savehist-process-for-saving): Replace use of CL funs `subseq' and
23592 `delete-if-not'.
23593
23594 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
23595
23596 * savehist.el: Newer version.
23597 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
23598 (savehist-last-checksum, savehist-no-conversion): New vars.
23599 (savehist-autosave, savehist-process-for-saving, savehist-printable):
23600 New functions.
23601 (savehist-load, savehist-save): Use them.
23602 (savehist-delimit): Remove.
23603
23604 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
23605
23606 * progmodes/compile.el (compilation-goto-locus): Display the
23607 compilation buffer first and the source buffer second, in case they're
23608 in overlapping frames. Don't raise the compilation frame if it was the
23609 selected window upon entry. Pass the `other-window' arg to
23610 pop-to-buffer.
23611
23612 * info.el (Info-fontify-node): Use dolist.
23613 Change add-text-properties to put-text-property.
23614
23615 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23616
23617 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
23618 bound of search.
23619
23620 2005-10-16 Masatake YAMATO <jet@gyve.org>
23621
23622 * dabbrev.el (dabbrev-completion): Pass the common
23623 prefix substring of completion to `display-completion-list'.
23624
23625 * filecache.el (file-cache-minibuffer-complete)
23626 (file-cache-complete): Ditto.
23627
23628 * tempo.el (tempo-display-completions): Ditto.
23629
23630 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
23631
23632 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
23633
23634 * eshell/em-hist.el (eshell-list-history): Ditto.
23635
23636 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
23637
23638 * mail/mailalias.el (mail-complete): Ditto.
23639
23640 * progmodes/etags.el (complete-tag): Ditto.
23641
23642 * progmodes/make-mode.el (makefile-complete): Ditto.
23643
23644 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
23645
23646 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
23647
23648 * progmodes/pascal.el (pascal-complete-word)
23649 (pascal-show-completions): Ditto.
23650
23651 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
23652
23653 * simple.el (completion-common-substring): New variable.
23654 (completion-setup-function): Use `completion-common-substring'
23655 to put faces.
23656
23657 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23658
23659 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
23660 (x-get-selection, mac-select-convert-to-string): Convert from/to
23661 UTF-16 clipboard data as in native byte order, no BOM.
23662
23663 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
23664
23665 * progmodes/gud.el (gud-tool-bar-map): Rename the images
23666 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
23667 (gud-sentinel): Use speedbar-frame to check for speedbar.
23668
23669 2005-10-15 Richard M. Stallman <rms@gnu.org>
23670
23671 * savehist.el: New file.
23672
23673 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
23674
23675 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
23676 Fix bug in \bf fontification.
23677
23678 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
23679
23680 * pcvs.el (cvs-edit-log-files): New var.
23681 (cvs-mode-edit-log): New arg `file'.
23682 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
23683 Instead force the use of the original file and nothing else.
23684 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
23685 the cvs-minor-wrap-function is set.
23686 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
23687
23688 2005-10-14 Bill Wohler <wohler@newt.com>
23689
23690 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
23691 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
23692 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
23693 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
23694 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
23695 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
23696 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
23697 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
23698 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
23699 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
23700 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
23701 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
23702 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
23703 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
23704 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
23705
23706 * progmodes/gud.el (gud-tool-bar-map): Rename the images
23707 appropriately (for example, gud-break to gud/break).
23708
23709 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
23710
23711 * longlines.el (longlinges-search-function)
23712 (longlines-search-forward, longlines-search-backward): New functions.
23713 (longlines-mode): Set isearch-search-fun-function to
23714 longlinges-search-function.
23715
23716 * mouse.el (mouse-drag-region-1): Handle the case where a
23717 double-click event is bound to an arbitrary function.
23718
23719 2005-10-14 David Ponce <david@dponce.com>
23720
23721 * recentf.el (recentf-track-opened-file)
23722 (recentf-track-closed-file, recentf-update-menu)
23723 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
23724 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
23725 mouse-1-click-follows-link.
23726
23727 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23728
23729 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
23730 Gnome file-manager.png. Suggested by
23731 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
23732
23733 * toolbar/README: Add diropen.xpm.
23734
23735 2005-10-13 Bill Wohler <wohler@newt.com>
23736
23737 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
23738 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
23739
23740 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
23741
23742 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
23743 Don't waste the byte-compiler's time on constant data.
23744
23745 2005-10-13 Kenichi Handa <handa@m17n.org>
23746
23747 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
23748 byte with `escape-glyph' face.
23749
23750 * international/fontset.el (ccl-encode-unicode-font):
23751 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
23752 Handle the case that ucs-mule-to-mule-unicode translates a character to
23753 ASCII (usually for IPA characters).
23754
23755 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
23756
23757 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
23758 Don't hide the underline of titles if font-lock-mode is disabled.
23759
23760 2005-10-12 Bill Wohler <wohler@newt.com>
23761
23762 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
23763 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
23764 files in MH-E-SRC have been updated.
23765 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
23766
23767 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
23768
23769 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
23770 (mixal-mode-syntax-table): Add \n as end-comment.
23771 (mixal-operation-codes-alist): Immediately initialize to full value.
23772 (mixal-add-operation-code): Remove.
23773 (mixal-describe-operation-code): Make the arg non-optional.
23774 Use the interactive spec instead.
23775 Use mixal-operation-codes-alist rather than mixal-operation-codes.
23776 (mixal-font-lock-keywords): Don't highlight comments here any more.
23777 (mixal-font-lock-syntactic-keywords): New var.
23778 (mixal-mode): Use it. Fix comment-start-skip.
23779
23780 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23781
23782 * startup.el (command-line-x-option-alist): -nb => -nbi.
23783
23784 2005-10-12 Kim F. Storm <storm@cua.dk>
23785
23786 * startup.el (fancy-splash-default-action): Discard mouse click in
23787 the splash screen window, as it has no sensible meaning in the
23788 next window to be selected. Fixes error reported by Jan D.
23789
23790 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
23791
23792 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
23793
23794 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
23795
23796 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
23797 Try to fix up minor layout issues like indentation, line break, etc...
23798 (mixal-mode-syntax-table): Don't try to specify comment syntax,
23799 because it doesn't work.
23800 (mixal-operation-codes): Add some more codes.
23801 (mixal-font-lock-keywords): Process comments here.
23802 (mixal-mode): mixasm no longer needs -g option.
23803
23804 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
23805
23806 * progmodes/sh-script.el (sh-tmp-file):
23807 Use mktemp -t. Finish support for es and rc shells.
23808
23809 2005-10-11 Jay Belanger <belanger@truman.edu>
23810
23811 * calc/calcalg2.el (calc-integral): With an argument, compute the
23812 definite integral.
23813
23814 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
23815
23816 * mouse.el (mouse-drag-region-1): Don't try to catch a
23817 double-click when doing follow-link (it's overridden anyway).
23818
23819 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
23820
23821 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
23822 (autoload-print-form-outbuf): Add docstring.
23823
23824 2005-10-11 Juri Linkov <juri@jurta.org>
23825
23826 * info.el (Info-mode-menu): Delete menu item "Edit".
23827 (Info-mode): Delete description of Info-edit from docstring,
23828 and rearrange descriptions of Info commands in the order
23829 they are documented in the Info manual.
23830
23831 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
23832
23833 * calendar/appt.el (appt-check): Use diary-selective-display var.
23834
23835 2005-10-10 Richard M. Stallman <rms@gnu.org>
23836
23837 * net/newsticker.el (newsticker-start, newsticker-show-news):
23838 Add autoload cookies.
23839
23840 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
23841
23842 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
23843
23844 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
23845
23846 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
23847
23848 2005-10-10 Jay Belanger <belanger@truman.edu>
23849
23850 * calc/calc-arith.el (math-check-known-scalarp)
23851 (math-check-known-matrixp): Check the values of arguments that are
23852 variables.
23853 (math-check-known-square-matrixp): New function.
23854 (math-known-square-matrixp): Use math-check-known-square-matrixp.
23855 (math-super-types): Add sqmatrix type.
23856
23857 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
23858 mode name `square' to `sqmatrix'.
23859
23860 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
23861 mode name `square' to `sqmatrix'.
23862
23863 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
23864
23865 * progmodes/etags.el (select-tags-table-mode): Don't use
23866 selective-display.
23867 (tags-select-tags-table): Pass `button' to the action function.
23868 (select-tags-table): Place the side-info on button properties rather
23869 than in hidden text. Abbreviate file names.
23870 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
23871 (select-tags-table-select): Add `button' argument.
23872 Get side-info from the button property rather than from hidden text.
23873
23874 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
23875
23876 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
23877 (gud-speedbar-buttons): Preserve point if possible.
23878 (gud-sentinel): Restore previous speedbar display type.
23879
23880 * progmodes/gdb-ui.el (gdba): Improve diagram.
23881 (def-gdb-auto-update-handler, gdb-info-locals-handler)
23882 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
23883 Call get-buffer-window once.
23884
23885 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
23886
23887 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
23888 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
23889 (pascal-indent-command): Remove unused var `ind'.
23890 (pascal-indent-case): Remove unused var `oldpos'.
23891 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
23892 since it's now used as a proper minor mode map.
23893 (pascal-outline): Rename to pascal-outline-mode.
23894 (pascal-outline-mode): Use define-minor-mode.
23895 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
23896 selective-display.
23897
23898 2005-10-10 Andreas Schwab <schwab@suse.de>
23899
23900 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
23901 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
23902
23903 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
23904 outside source directory.
23905
23906 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
23907
23908 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
23909 C-x' as a prefix.
23910 (orgtbl-mode-map): Full keymap instead of sparse, because all
23911 `self-insert-command' keys are redefined in this map.
23912 (org-export-as-html): Specify charset for HTML file, by taking it
23913 from the coding system.
23914
23915 2005-10-10 Kenichi Handa <handa@m17n.org>
23916
23917 * textmodes/flyspell.el (flyspell-check-word-p):
23918 If unread-command-events is non-empty, don't call sit-for.
23919
23920 2005-10-09 Richard M. Stallman <rms@gnu.org>
23921
23922 * font-lock.el (font-lock-syntactic-keywords)
23923 (font-lock-keywords): Doc fixes.
23924
23925 * textmodes/flyspell.el (flyspell-external-point-words):
23926 Simplify logic, and don't try to check for consecutive appearances
23927 of one incorrect word.
23928
23929 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
23930
23931 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
23932 separator.
23933
23934 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
23935 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
23936 (gud-expansion-speedbar-buttons): New function.
23937 (gud-speedbar-buttons): Check for gud-comint-buffer.
23938
23939 2005-10-09 Bill Wohler <wohler@newt.com>
23940
23941 * Makefile.in (updates): Add mh-loaddefs dependency.
23942
23943 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
23944
23945 * speedbar.el (speedbar-file-key-map): Fix typo.
23946
23947 2005-10-09 Daniel Brockman <daniel@brockman.se>
23948
23949 * cus-start.el (line-spacing): Add custom spec.
23950
23951 2005-10-09 Romain Francoise <romain@orebokech.com>
23952
23953 * textmodes/ispell.el (ispell-check-version): Fix last change.
23954
23955 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23956
23957 * term/x-win.el: Remove -i, --icon-type from comment.
23958
23959 * startup.el (command-line-x-option-alist): Remove options -i,
23960 -itype, --icon-type, added -nb, --no-bitmap-icon.
23961
23962 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
23963
23964 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
23965 instead of :active.
23966
23967 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
23968
23969 * textmodes/ispell.el (ispell-check-version):
23970 Ignore hyphen, and all that follows, in aspell's version text.
23971
23972 2005-10-08 Jay Belanger <belanger@truman.edu>
23973
23974 * calc/calc-arith.el (math-known-square-matrixp): New function.
23975 (math-pow-fancy): Check for matrices before distributing exponent
23976 across products.
23977
23978 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
23979 fullscreen keypad. Suggested by Luc Teirlinck.
23980 (calc-keypad-show-input): Add space for formatting.
23981
23982 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
23983 Add square matrix option.
23984
23985 * calc/calc-poly.el (math-expand-term): Check for matrices instead
23986 of checking calc-matrix-mode when deciding how to expand.
23987
23988 * calc/calc.el (calc-set-mode-line): Add square matrix option.
23989
23990 2005-10-08 Lars Hansen <larsh@soem.dk>
23991
23992 * net/tramp.el (tramp-perl-directory-files-and-attributes):
23993 Add error handling.
23994 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
23995
23996 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
23997
23998 Sync with Tramp 2.0.51.
23999
24000 * net/tramp.el (tramp-handle-set-visited-file-modtime)
24001 (tramp-handle-insert-file-contents, tramp-handle-write-region):
24002 Insert special handling for `last-coding-system-used', again
24003 it still seems to be necessary (unlike stated before).
24004 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
24005 (tramp-password-prompt-regexp): There might be other words before
24006 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
24007 (tramp-chunksize): Improve docstring.
24008 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
24009 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
24010 Christian Joergensen <bugs@razor.dk>.
24011
24012 2005-10-07 Glenn Morris <rgm@gnu.org>
24013
24014 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
24015 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
24016 precision'.
24017
24018 2005-10-07 Romain Francoise <romain@orebokech.com>
24019
24020 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
24021 (ibuffer-do-shell-command-pipe-replace)
24022 (ibuffer-do-shell-command-file, ibuffer-do-eval)
24023 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
24024 (ibuffer-do-revert, ibuffer-do-replace-regexp)
24025 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
24026 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
24027 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
24028 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
24029 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
24030 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
24031 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
24032 Autoload file sans suffix.
24033
24034 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
24035
24036 2005-10-07 David Ponce <david@dponce.com>
24037
24038 * recentf.el (recentf-menu-open-all-flag): New option.
24039 (recentf-digit-shortcut-command-name): New function.
24040 (recentf--shortcuts-keymap): New variable.
24041 (recentf-menu-shortcuts): New variable.
24042 (recentf-make-menu-items): Initialize it. Replace the "More..."
24043 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
24044 (recentf-menu-value-shortcut): New function.
24045 (recentf-make-menu-item): Use it. No more in-lined.
24046 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
24047 (recentf-open-most-recent-file): Rename from
24048 `recentf-open-file-with-key'. Don't depend on key binding.
24049 (recentf-mode-map): New variable.
24050 (recentf-mode): Use it.
24051
24052 2005-10-06 Bill Wohler <wohler@newt.com>
24053
24054 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
24055
24056 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
24057 (MH-E-SRC): New. Used by mh-autoloads.
24058 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
24059 files in MH-E-SRC have been updated.
24060 (compile, recompile, bootstrap): Depend on mh-autoloads.
24061
24062 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
24063
24064 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
24065 gud-break and gud-remove icons when the fringe is not available.
24066
24067 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
24068 Typo.
24069
24070 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
24071
24072 * play/zone.el (zone): Wrap body with save-window-excursion.
24073
24074 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
24075
24076 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
24077 Use the new `list-only' arg to diary-list-entries.
24078
24079 * calendar/diary-lib.el: Use overlays rather than selective-display.
24080 (diary-selective-display): New var.
24081 (diary-header-line-format): Use it.
24082 (diary-list-entries): Add argument `list-only'.
24083 Put the buffer in diary-mode. Don't add \^M at beg and end.
24084 Replace \^M by invisible overlays.
24085 (diary-unhide-everything): Replace \^M by invisible overlays.
24086 (print-diary-entries): Look for overlays rather than \^M.
24087 Add a space to the temp buffer name.
24088 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
24089 Put the buffer in diary-mode.
24090 (list-sexp-diary-entries): Replace \^M by invisible overlays.
24091 (diary-anniversary): Make the year arg optional.
24092 (diary-time-regexp): New const.
24093 (diary-font-lock-keywords): Use it to accept a few more time formats.
24094
24095 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
24096
24097 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
24098
24099 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
24100 Fix bug introduced 2005-07-03: Use (car (last ...))
24101 to faithfully reproduce replaced artist-last.
24102 (artist-set-arrow-points-for-poly): Likewise.
24103 Suggested by Johan Bockg\e,Ae\e(Brd.
24104
24105 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
24106
24107 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
24108 * wid-edit.el (widget):
24109 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
24110 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
24111
24112 2005-10-06 Kenichi Handa <handa@m17n.org>
24113
24114 * international/mule-cmds.el (set-language-environment):
24115 Fix setting up of case-table for unibyte mode.
24116
24117 * simple.el (what-cursor-position): If the character is displayed
24118 by some `display' text property, show that. Don't use
24119 single-key-description for eight-bit characters in multibyte mode.
24120
24121 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
24122
24123 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
24124 (gdb-ann3): Set it.
24125 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
24126 (gdb-info-frames-custom): Use inverse-video for first five
24127 characters of selected frame only.
24128 (gdb-get-frame-number): Select frame even when point is on frame
24129 number.
24130
24131 2005-10-06 Masatake YAMATO <jet@gyve.org>
24132
24133 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
24134 Put `font-lock-function-name-face'.
24135 (gdb-info-frames-custom): Put `font-lock-function-name-face'
24136 and `font-lock-variable-name-face'
24137 (gdb-registers-font-lock-keywords): New font lock keywords definition.
24138 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
24139 (gdb-memory-font-lock-keywords): New font lock keywords definition.
24140 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
24141 (gdb-local-font-lock-keywords): New font lock keywords definition.
24142 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
24143 (gdb-threads-font-lock-keywords): New font lock keywords definition.
24144 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
24145
24146 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
24147
24148 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
24149 (ediff-merge-region-is-non-clash-to-skip): Previously called
24150 ediff-merge-region-is-non-clash.
24151
24152 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
24153 Use insert-buffer-substring.
24154
24155 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
24156 selecting files to patch. Also bug fixes.
24157
24158 * ediff-util.el (ediff-setup): Bug fix.
24159 (ediff-next-difference): Never skip clashes that differ in white
24160 space only.
24161
24162 * ediff-wind.el (ediff-setup-control-frame)
24163 (ediff-destroy-control-frame): Check the menubar feature.
24164
24165 * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
24166 (viper-refresh-mode-line): Use make-local-variable to localize
24167 some vars instead of make-variable-buffer-local. Suggested by
24168 Stefan Monnier.
24169
24170 * emulation/viper-init.el (viper-make-variable-buffer-local):
24171 Delete alias.
24172 (viper-restore-cursor-type, viper-set-insert-cursor-type):
24173 Use make-local-variable instead of make-variable-buffer-local.
24174 Suggested by Stefan Monnier.
24175
24176 * emulation/viper.el (viper-mode): Don't use
24177 viper-make-variable-buffer-local.
24178 (viper-comint-mode-hook): Use make-local-variable on
24179 require-final-newline.
24180 (viper-non-hook-settings): Don't use make-variable-buffer-local.
24181
24182 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
24183
24184 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
24185 also the second char of a comment-start sequence.
24186 (scheme-sexp-comment-syntax-table): New var.
24187 (lambda, define): Set their scheme-doc-string-elt property.
24188 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
24189 Use lisp-font-lock-syntactic-face-function now that it properly
24190 handles |...| symbols.
24191 (scheme-mode-variables): Set lisp-doc-string-elt-property,
24192 parse-sexp-lookup-properties and font-lock-extra-managed-props.
24193
24194 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
24195 bit from # to |.
24196 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
24197
24198 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
24199 (lisp-doc-string-elt-property): New var.
24200 (lisp-font-lock-syntactic-face-function): Use it.
24201 Rewrite to recognize docstrings even for forms not at toplevel.
24202
24203 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
24204 annotation on the | part of #| rather than on the # part.
24205 (scheme-font-lock-syntactic-face-function): New function, to
24206 distinguish strings from |...| symbols.
24207 (scheme-mode-variables): Use it. Also fix up the font-lock-time
24208 syntax-table so that #|...|# is properly highlighted.
24209
24210 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
24211 Don't mark as docstring the 3rd elem of an unknown toplevel form.
24212
24213 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
24214
24215 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
24216 and C-e.
24217
24218 * emacs-lisp/eldoc.el: Move comments into docstrings.
24219 (eldoc-message-commands): Initialize in its declaration.
24220 Add move-beginning-of-line and move-end-of-line.
24221 (eldoc-add-command, eldoc-add-command-completions)
24222 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
24223
24224 * outline.el (outline-mark-subtree): Activate the mark.
24225
24226 * calendar/appt.el (appt-time-regexp): New var.
24227 (appt-add, appt-make-list): Use it.
24228 (appt-convert-time): Clean up.
24229
24230 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
24231 Don't set any syntax-table property here.
24232 (tex-font-lock-verb): New function. Do it here.
24233 (tex-font-lock-syntactic-keywords): Use it.
24234
24235 2005-10-04 Richard M. Stallman <rms@gnu.org>
24236
24237 * wid-edit.el (widget-file-complete): Get the widget start point
24238 the right way. Default directory to `/' if file has none.
24239
24240 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
24241
24242 * textmodes/flyspell.el (flyspell-mode-on):
24243 Call ispell-maybe-find-aspell-dictionaries.
24244
24245 * textmodes/ispell.el (ispell-word, ispell-region):
24246 Call ispell-maybe-find-aspell-dictionaries.
24247 (ispell-accept-buffer-local-defs):
24248 Don't call ispell-maybe-find-aspell-dictionaries.
24249
24250 2005-10-04 Richard M. Stallman <rms@gnu.org>
24251
24252 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
24253
24254 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
24255
24256 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
24257 instead of `fboundp' in order to allow for anonymous functions.
24258
24259 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
24260
24261 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
24262 case the user clicks on the link while another window is selected.
24263 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
24264
24265 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
24266 functionality.
24267 (dframe-help-echo): Save point in case mouse tracking is off.
24268
24269 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
24270
24271 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
24272
24273 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
24274
24275 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
24276 not change the global value of those vars.
24277
24278 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
24279 make-local-variable which we do not need any more.
24280
24281 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
24282
24283 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
24284 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
24285 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
24286 (speedbar-path-line): Define obsolete aliases.
24287 (speedbar-line-directory): Doc fix.
24288
24289 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
24290 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
24291 instead of speedbar-line-path.
24292
24293 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24294
24295 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
24296 to nil if dropping on a window. Handle dropping on a minibuffer window
24297 like dropping on a non-window part of Emacs.
24298
24299 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
24300
24301 * net/ange-ftp.el: Use with-current-buffer.
24302 (ange-ftp-insert-directory): Do not follow symlinks any more.
24303
24304 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
24305 Remove interactive spec.
24306
24307 2005-10-03 Kim F. Storm <storm@cua.dk>
24308
24309 * ido.el (ido-mode): Use custom-initialize-set.
24310
24311 2005-10-02 Richard M. Stallman <rms@gnu.org>
24312
24313 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
24314 Use insert-buffer-substring.
24315
24316 * net/tramp.el: Pacify byte compiler warnings in pacification code.
24317 (tramp-handle-file-local-copy): Use insert-buffer-substring.
24318
24319 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
24320
24321 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
24322 in last change.
24323 (ange-ftp-insert-directory): Fix up the search for the case where
24324 `file' is absolute.
24325
24326 2005-10-02 Romain Francoise <romain@orebokech.com>
24327
24328 * progmodes/compile.el (compile-goto-error): Delete extra paren.
24329
24330 2005-10-02 Andreas Schwab <schwab@suse.de>
24331
24332 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
24333 directory component in the session info.
24334
24335 2005-10-01 Richard M. Stallman <rms@gnu.org>
24336
24337 * comint.el (comint-redirect-subvert-readonly): Doc fix.
24338
24339 * simple.el (next-error-internal): New function.
24340
24341 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
24342 (compilation-start): Pass new arg to compilation-buffer-name.
24343 (compile-goto-error): Use next-error-internal.
24344
24345 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
24346
24347 * speedbar.el: Remove RCS tag.
24348 (speedbar-check-read-only): Handle non-existent files.
24349
24350 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
24351
24352 * info.el (Info-speedbar-hierarchy-buttons)
24353 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
24354
24355 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24356
24357 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
24358 Do not match newline.
24359 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
24360 (bibtex-summary): Remove unnecessary save-excursion.
24361 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
24362
24363 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24364
24365 * term/mac-win.el: Add charset info for "iso10646-1".
24366 Modify default fontset to use ATSUI-compatible fonts for some charsets
24367 if available.
24368
24369 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
24370
24371 * speedbar.el: Re-apply arch tag.
24372 (speedbar-version): Rename to version 1.0. Suggested by Eric
24373 M. Ludlam.
24374 Reapply two changes from Emacs CVS' version of speedbar lost
24375 during the merge:
24376 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
24377 (speedbar-frame-parameters): Improve customize type.
24378
24379 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
24380
24381 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
24382 (ange-ftp-file-directory-p): Fix the symlink case.
24383 (ange-ftp-insert-directory): When listing a single file, get a list of
24384 the parent buffer and extract the relevant line. Inspired from a patch
24385 by Katsumi Yamaoka <yamaoka@jpl.org>.
24386 (ange-ftp-file-name-sans-versions): Simplify.
24387
24388 2005-09-30 Bill Wohler <wohler@newt.com>
24389
24390 Move MH-E image files from toolbar and mail directories into
24391 etc/images.
24392
24393 * mail/reply2.*: Move to etc/images/mail/reply*.
24394
24395 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
24396 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
24397 etc/images.
24398
24399 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
24400 * toolbar/reply*: Move to etc/images/mail.
24401
24402 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
24403
24404 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
24405
24406 * speedbar.el: New version 1.0pre3.
24407
24408 Frame management code (including timer, and mouse click specifics)
24409 moved to dframe.el:
24410 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
24411 (speedbar-timer): Removed. Use dframe-timer.
24412 (speedbar-close-frame): Removed. Use dframe-close-frame.
24413 (speedbar-activity-change-focus-flag): Removed. Use
24414 dframe-activity-change-focus-flag.
24415 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
24416 dframe-update-speed.
24417
24418 (speedbar-current-frame): New macro. Use this instead of the
24419 variable speedbar-frame.
24420
24421 (speedbar-use-images, speedbar-expand-image-button-alist)
24422 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
24423
24424 (speedbar-find-image-on-load-path): Removed. Replaced by
24425 defezimage in ezimage.el.
24426 (speedbar-expand-image-button-alist): Removed. Replaced by
24427 ezimage-expand-image-button-alist in ezimage.el.
24428
24429 (speedbar-ignored-directory-regexp)
24430 (speedbar-add-ignored-directory-regexp)
24431 (speedbar-ignored-directory-expressions)
24432 (speedbar-line-directory, speedbar-buffers-line-directory)
24433 (speedbar-directory-line, speedbar-buffers-line-directory):
24434 Renamed, replacing `path' with `directory'.
24435
24436 (speedbar-create-directory, speedbar-expand-line-descendants)
24437 (speedbar-toggle-line-expansion)
24438 (speedbar-contract-line-descendants): New commands.
24439
24440 (speedbar-query-confirmation-method, speedbar-select-frame-method)
24441 (speedbar-use-tool-tips-flag): New options.
24442
24443 (speedbar-check-read-only, speedbar-require-version)
24444 (speedbar-insert-separator, speedbar-buffers-tail-notes)
24445 (speedbar-handle-delete-frame, speedbar-try-completion)
24446 (speedbar-update-localized-contents): New functions.
24447
24448 (speedbar-incompatible-version, speedbar-ro-to-do-point)
24449 (speedbar-object-read-only-indicator): New variables.
24450
24451 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
24452 New hooks.
24453
24454 (speedbar-separator-face): New face.
24455
24456 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
24457 (speedbar-ignored-modes): Add fundamental-mode.
24458 (speedbar-directory-unshown-regexp): Add . directories.
24459
24460 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
24461 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
24462 `]' for full expand/close.
24463 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
24464
24465 (speedbar-check-vc): Support hidden files.
24466 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
24467 (speedbar-this-file-in-vc): Use vc-state if available. If VC
24468 state is nil, it is not checked out.
24469
24470 (speedbar-line-text, speedbar-line-token): Support expand buttons
24471 with no text.
24472 (speedbar-refresh): Universal argument acts as power-click.
24473 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
24474 that buffer to get variable values.
24475
24476 And many other bugfixes.
24477
24478 * dframe.el, ezimage.el, sb-image.el: New files.
24479
24480 * sb-*.xpm: Remove files. New image files installed into
24481 etc/images/ezimage.
24482
24483 2005-09-30 Kenichi Handa <handa@m17n.org>
24484
24485 * ps-mule.el (ps-mule-show-warning): If a character is in
24486 ps-print-translation-table, don't treat it as non-printable.
24487
24488 2005-09-30 David Ponce <david@dponce.com>
24489
24490 * tree-widget.el (tree-widget-themes-load-path): New variable.
24491 (tree-widget-themes-directory): Doc fix.
24492 (tree-widget-image-formats) [Emacs]: Doc fix.
24493 (tree-widget--locate-sub-directory): New function.
24494 (tree-widget-themes-directory): Use it.
24495
24496 * recentf.el (recentf-filename-handlers): Rename from
24497 `recentf-filename-handler'. Allow a list of functions.
24498 (recentf-menu-items-for-commands): Fix :help strings.
24499 (recentf-apply-filename-handlers): New function.
24500 (recentf-expand-file-name): Use it.
24501 (recentf-cleanup): Remove duplicates too.
24502
24503 2005-09-29 Juri Linkov <juri@jurta.org>
24504
24505 * faces.el: Rearrange face definitions to be in the same order as
24506 their face descriptions in "(emacs)Standard Faces".
24507
24508 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
24509
24510 * tooltip.el (tooltip): Add group `basic-faces'.
24511
24512 * buff-menu.el (Buffer-menu-buffer): Remove group
24513 `font-lock-highlighting-faces'.
24514
24515 * progmodes/compile.el (compilation-error, compilation-warning)
24516 (compilation-info, compilation-line-number, compilation-column-number):
24517 Change group from `font-lock-highlighting-faces' to `compilation'.
24518
24519 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
24520 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
24521 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
24522 (vhdl-font-lock-reserved-words-face)
24523 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
24524 `font-lock-highlighting-faces'.
24525
24526 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
24527
24528 2005-09-28 Kim F. Storm <storm@cua.dk>
24529
24530 * emulation/cua-base.el: Set CUA move property on additional commands:
24531 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
24532 forward-sexp, backward-sexp, forward-list, backward-list.
24533
24534 2005-09-28 Romain Francoise <romain@orebokech.com>
24535
24536 * comint.el (comint-show-output): Really set point at the
24537 beginning of the output when not using `comint-use-prompt-regexp'.
24538
24539 2005-09-27 Jay Belanger <belanger@truman.edu>
24540
24541 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
24542 in TeX mode.
24543
24544 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
24545
24546 * textmodes/org.el (org-table-sum): Fix format string.
24547
24548 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
24549 Quote face names.
24550
24551 2005-09-26 Romain Francoise <romain@orebokech.com>
24552
24553 * isearch.el (isearch-forward-regexp): Close doc string.
24554
24555 2005-09-25 Richard M. Stallman <rms@gnu.org>
24556
24557 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
24558
24559 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
24560
24561 * progmodes/compile.el (compilation-error-properties):
24562 When getting the file from the previous error message,
24563 correctly decode the new data format.
24564
24565 * progmodes/cc-cmds.el (c-electric-paren):
24566 Call old-blink-paren only for close-paren.
24567
24568 2005-09-24 Andreas Schwab <schwab@suse.de>
24569
24570 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
24571 condition.
24572
24573 2005-09-25 Romain Francoise <romain@orebokech.com>
24574
24575 * dired-aux.el (dired-copy-file-recursive):
24576 * dired.el (dired-delete-file):
24577 * ediff-mult.el (ediff-dir-diff-copy-file):
24578 * ediff-util.el (ediff-test-save-region):
24579 * forms.el (forms-mode):
24580 * ido.el (ido-file-internal, ido-delete-file-at-head):
24581 * log-edit.el (log-edit-done):
24582 * ses.el (ses-yank-resize):
24583 * play/gomoku.el (gomoku-human-plays, gomoku)
24584 (gomoku-human-resigns, gomoku-prompt-for-other-game)
24585 (gomoku-offer-a-draw):
24586 * play/landmark.el (lm-human-resigns, lm):
24587 * net/eudcb-ldap.el (eudc-ldap-check-base):
24588 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
24589 * progmodes/ebrowse.el (ebrowse-find-pattern):
24590 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
24591 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
24592 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
24593
24594 * vc.el (vc-delete-file):
24595 * play/gomoku.el (gomoku-terminate-game, gomoku)
24596 (gomoku-prompt-for-move, gomoku-human-takes-back):
24597 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
24598 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
24599
24600 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
24601
24602 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
24603 color rxvt terminals by using the code xterm.el used to use before
24604 2005-04-09 in order to match the colors used by rxvt.
24605
24606 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
24607
24608 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
24609 colors rxvt-unicode terminals by using the same code as xterm.el.
24610
24611 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
24612
24613 * textmodes/tex-mode.el (tex-font-lock-append-prop)
24614 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
24615 new symbol used for the tex-verbatim face.
24616
24617 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
24618
24619 * woman.el (woman-file-name):
24620 * wid-edit.el (widget-file-prompt-value)
24621 (widget-coding-system-prompt-value):
24622 * w32-fns.el (set-w32-system-coding-system):
24623 * vc.el (vc-version-diff, vc-annotate):
24624 * textmodes/reftex-auc.el (reftex-arg-cite)
24625 (reftex-arg-index-tag):
24626 * textmodes/refer.el (refer-get-bib-files):
24627 * textmodes/artist.el (artist-figlet-choose-font):
24628 * terminal.el (terminal-emulator):
24629 * replace.el (occur-read-primary-args):
24630 * rect.el (string-rectangle, string-insert-rectangle):
24631 * ps-print.el (ps-print-preprint):
24632 * progmodes/pascal.el (pascal-goto-defun):
24633 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
24634 * progmodes/compile.el (compilation-find-file):
24635 * printing.el (pr-interactive-n-up):
24636 * play/animate.el (animate-birthday-present):
24637 * net/rcompile.el (remote-compile):
24638 * man.el (man, Man-goto-section, Man-follow-manual-reference):
24639 * mail/rmailsum.el (rmail-summary-search-backward)
24640 (rmail-summary-search):
24641 * mail/rmailout.el (rmail-output-read-rmail-file-name)
24642 (rmail-output-read-file-name):
24643 * mail/rmail.el (rmail-search, rmail-search-backwards):
24644 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
24645 * locate.el (locate):
24646 * international/quail.el (quail-show-keyboard-layout):
24647 * international/mule.el (set-buffer-file-coding-system)
24648 (revert-buffer-with-coding-system, set-file-name-coding-system)
24649 (set-terminal-coding-system, set-keyboard-coding-system)
24650 (set-next-selection-coding-system):
24651 * international/mule-diag.el (describe-coding-system)
24652 (describe-font, describe-fontset):
24653 * international/mule-cmds.el (universal-coding-system-argument)
24654 (search-unencodable-char, describe-input-method)
24655 (set-language-environment, describe-language-environment):
24656 * international/codepage.el (codepage-setup):
24657 * international/code-pages.el (codepage-setup):
24658 * info.el (Info-search, Info-follow-reference)
24659 (Info-search-backward):
24660 * emacs-lisp/advice.el (ad-read-advised-function)
24661 (ad-read-advice-class, ad-clear-cache, ad-activate)
24662 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
24663 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
24664 (ad-read-regexp):
24665 * ediff-util.el (ediff-toggle-regexp-match):
24666 * ediff-ptch.el (ediff-prompt-for-patch-file):
24667 * dired-aux.el (dired-diff):
24668 * diff.el (diff):
24669 * cus-edit.el (custom-variable-prompt):
24670 * calendar/timeclock.el (timeclock-ask-for-project):
24671 * calc/calcalg3.el (calc-get-fit-variables):
24672 * calc/calc-store.el (calc-edit-variable)
24673 (calc-permanent-variable):
24674 * vc-mcvs.el (vc-mcvs-register):
24675 * shadowfile.el (shadow-define-literal-group):
24676 * woman.el (woman-file-name):
24677 * vc.el (vc-version-diff, vc-merge):
24678 * textmodes/reftex-index.el (reftex-index-complete-tag):
24679 * format.el (format-decode-buffer, format-decode-region):
24680 * emulation/viper-cmd.el (viper-read-string-with-history):
24681 * emacs-lisp/debug.el (cancel-debug-on-entry):
24682 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
24683 * ediff.el (ediff-merge-revisions)
24684 (ediff-merge-revisions-with-ancestor, ediff-revision):
24685 * completion.el (interactive-completion-string-reader):
24686 * calc/calc-prog.el (calc-user-define-formula):
24687 Follow convention for reading with the minibuffer.
24688
24689 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
24690
24691 * progmodes/python.el (python-describe-symbol): Add globals() and
24692 locals() to the arguments of emacs.ehelp.
24693
24694 2005-09-24 Magnus Henoch <mange@freemail.hu>
24695
24696 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
24697 New function, code extracted from ispell-valid-dictionary-list.
24698 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
24699 Call it.
24700
24701 2005-09-24 Eli Zaretskii <eliz@gnu.org>
24702
24703 * subr.el (version-regexp-alist): Extend valid syntax for version
24704 strings: allow any of the characters -,_,+ to separate the
24705 alpha/beta/rc part from the version part. Doc fix.
24706 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
24707
24708 2005-09-23 David Reitter <david.reitter@gmail.com>
24709
24710 * mail/mailclient.el: New file.
24711
24712 2005-09-23 Richard M. Stallman <rms@gnu.org>
24713
24714 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
24715 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
24716 Doc fixes.
24717
24718 * progmodes/cc-mode.el (c-font-lock-init):
24719 Specify font-lock-lines-before.
24720
24721 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
24722
24723 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
24724 whole conflict.
24725
24726 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
24727
24728 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
24729 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
24730 of `remap' feature when available. Additional key bindings for
24731 better tty support.
24732 (org-mode-restart, org-force-self-insert): New commands.
24733 (org-time-stamp-inactive): New command.
24734 (org-remap): New function.
24735 (org-table-auto-blank-field, org-level-color-stars-only): New options.
24736 (org-enable-fixed-width-editor): Move to `org-structure'
24737 customization group.
24738 (org-self-insert-command, orgtbl-self-insert-command): Modify to
24739 blank field after field motion commands.
24740
24741 2005-09-23 Kenichi Handa <handa@m17n.org>
24742
24743 * international/mule-cmds.el (set-language-environment):
24744 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
24745 have to call utf-translate-cjk-load-tables.
24746
24747 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
24748
24749 * mouse.el (mouse-move-drag-overlay): Fix last change.
24750
24751 2005-09-22 David Ponce <david@dponce.com>
24752
24753 * tree-widget.el (tree-widget-value-create): Fix previous change.
24754
24755 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
24756
24757 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
24758
24759 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
24760
24761 * mouse.el (mouse-move-drag-overlay): New function.
24762 (mouse-drag-region-1): Use it.
24763 Try to simplify a bit the state handling. Handle clicks on links
24764 inside intangible areas.
24765 (mouse-save-then-kill): Minor simplification.
24766 (mouse-secondary-overlay): Make it always non-nil instead of
24767 recreating it each time.
24768 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
24769 (mouse-kill-secondary, mouse-secondary-save-then-kill):
24770 Simplify accordingly.
24771
24772 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
24773
24774 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
24775
24776 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
24777
24778 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
24779 (ediff-file-name-sans-prefix): Treat nil as an empty string.
24780 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
24781 to patch.
24782
24783 * ediff-util.el: Use insert-buffer-substring.
24784
24785 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
24786
24787 * emulation/viper-cmd.el (viper-change-state): Don't move over the
24788 field boundaries in the minibuffer.
24789 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
24790 (viper-minibuffer-post-command-hook): New hook.
24791 (viper-line): Don't move cursor at bolp.
24792
24793 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
24794
24795 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
24796 avoid compiler warnings.
24797
24798 * emulation/viper-macs.el (ex-map): Better messages.
24799
24800 * emulation/viper-utils.el (viper-beginning-of-field): New function.
24801
24802 * emulation/viper.el: Replace make-variable-buffer-local with
24803 viper-make-variable-buffer-local everywhere, to avoid warnings.
24804
24805 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
24806
24807 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
24808 Delete unused var `old-selected-window'.
24809 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
24810 (mouse-drag-secondary): Delete unused var `start-frame'.
24811
24812 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
24813
24814 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
24815
24816 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
24817
24818 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
24819 Re-indent within 80 columns. Use inhibit-read-only.
24820
24821 2005-09-19 Romain Francoise <romain@orebokech.com>
24822
24823 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
24824
24825 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
24826
24827 * font-lock.el (font-lock-default-fontify-region): Don't add a line
24828 unconditionally, since the after-change-function already did it.
24829
24830 2005-09-19 Miles Bader <miles@gnu.org>
24831
24832 * net/newsticker.el: Get rid of CVS keyword.
24833
24834 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
24835
24836 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
24837 The prompt is formatted later.
24838
24839 2005-09-19 David Ponce <david@dponce.com>
24840
24841 * tree-widget.el (tree-widget-value-create): Save the converted
24842 tree :node widget.
24843
24844 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
24845
24846 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
24847 variable `message'.
24848
24849 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
24850
24851 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
24852 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
24853 <slawomir.nowaczyk.847@student.lu.se>.
24854
24855 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
24856
24857 * image.el (image-load-path): Use symbol `data-directory' instead
24858 of its value, for backward compatibility with packages that bind
24859 it during `find-image'. Suggested by Katsumi Yamaoka.
24860 (image-search-load-path): Handle symbols whose values are strings.
24861
24862 2005-09-18 Romain Francoise <romain@orebokech.com>
24863
24864 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
24865 with-current-buffer form in save-excursion.
24866
24867 2005-09-18 Deepak Goel <deego@gnufans.org>
24868
24869 * apropos.el (apropos-command): Fix `message' call: first arg
24870 should be a format spec. In this and all other cases that appear
24871 below and elsewhere in the source code, I made a change only when
24872 two conditions were satisfied: [1] I can think of a possibility
24873 that the arguments would cause an error, for example, the code in
24874 question relies on external variables such as filenames. [2] I
24875 was sure that the arg to `message' could not have been nil in the code.
24876
24877 * textmodes/tildify.el (tildify-region): Ditto.
24878
24879 * textmodes/reftex-index.el (reftex-index-change-entry)
24880 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
24881 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
24882 * textmodes/org.el (org-complete, org-deadline, org-schedule)
24883 (org-priority, org-table-sum):
24884 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
24885 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
24886 (flyspell-word, flyspell-display-next-corrections):
24887 * textmodes/bibtex.el (bibtex-print-help-message):
24888 * textmodes/artist.el (artist-key-set-point-poly):
24889 * term/mac-win.el (mac-services-insert-text):
24890 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
24891 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
24892 (vhdl-port-paste-testbench, vhdl-compose-new-component)
24893 (vhdl-compose-configuration):
24894 * progmodes/sh-script.el (sh-blink, sh-show-indent)
24895 (sh-set-indent, sh-learn-line-indent):
24896 * progmodes/ps-mode.el (ps-mode-target-column):
24897 * progmodes/idlwave.el (idlwave-make-tags)
24898 (idlwave-scan-library-catalogs):
24899 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
24900 * progmodes/gud.el (gud-jdb-analyze-source):
24901 * progmodes/flymake.el (flymake-log):
24902 * progmodes/ebnf2ps.el (ebnf-generate-region):
24903 * progmodes/cmacexp.el (c-macro-expansion):
24904 * progmodes/ada-xref.el (ada-treat-cmd-string):
24905 * progmodes/ada-mode.el (ada-create-case-exception-substring)
24906 (ada-justified-indent-current, ada-batch-reformat):
24907 * play/zone.el (zone):
24908 * play/landmark.el (lm-move):
24909 * play/decipher.el (decipher-show-alphabet):
24910 * net/newsticker.el (newsticker--display-jump)
24911 (newsticker--display-scroll):
24912 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
24913 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
24914 * mail/feedmail.el (feedmail-dump-message-to-queue):
24915 * eshell/esh-proc.el (eshell-remove-process-entry):
24916 * emulation/ws-mode.el (ws-last-error):
24917 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
24918 (viper-record-kbd-macro):
24919 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
24920 * emacs-lisp/lisp-mnt.el (lm-report-bug):
24921 * emacs-lisp/find-func.el (find-function-noselect):
24922 * calendar/timeclock.el (timeclock-status-string)
24923 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
24924 (timeclock-when-to-leave-string):
24925 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
24926 * calc/calc-units.el (calc-enter-units-table):
24927 * calc/calc-mode.el (calc-mode-record-mode):
24928 * woman.el (woman-mini-help):
24929 * wdired.el (wdired-change-to-wdired-mode):
24930 * vc.el (vc-retrieve-snapshot):
24931 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
24932 * startup.el (display-startup-echo-area-message):
24933 * simple.el (set-goal-column):
24934 * ses.el (ses-command-hook, ses-recalculate-cell):
24935 * server.el (server-process-filter):
24936 * printing.el (pr-interface-txt-print, pr-interface-printify)
24937 (pr-interface-ps):
24938 * pcvs.el (cvs-help):
24939 * log-edit.el (log-edit, log-edit-mode-help):
24940 * iswitchb.el (iswitchb-possible-new-buffer):
24941 * isearch.el (isearch-edit-string):
24942 * image-mode.el (image-mode, image-minor-mode):
24943 * ibuf-macs.el (define-ibuffer-filter):
24944 * hi-lock.el (hi-lock-find-patterns):
24945 * files.el (toggle-read-only):
24946 * ediff-util.el (ediff-copy-diff)
24947 (ediff-write-merge-buffer-and-maybe-kill):
24948 * echistory.el (Electric-history-undefined):
24949 * dnd.el (dnd-insert-text):
24950 * dired-aux.el (dired-query):
24951 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
24952 * bookmark.el (bookmark-bmenu-locate):
24953 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
24954 Fix `message' calls to ensure first arg is a format string.
24955 The change was made only when these two conditions were satisfied:
24956 [1] when there is a possibility that the arguments would cause an error
24957 for example, if the code in question relies on external variables
24958 such as filenames, and
24959 [2] if the arg to `message' could not have been nil in the code.
24960
24961 * pcomplete.el (pcomplete--help): Fix `message' format spec.
24962 Not having a %s would be weird, though not technically wrong.
24963
24964 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24965
24966 * term/mac-win.el (mac-add-charset-info): Doc fix.
24967
24968 2005-09-17 Romain Francoise <romain@orebokech.com>
24969
24970 * shell.el (shell-resync-dirs): Handle echoing processes more
24971 reliably. Don't insert resync command if `comint-process-echoes'
24972 is non-nil.
24973
24974 2005-09-17 Magnus Henoch <mange@freemail.hu>
24975
24976 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
24977 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
24978 aspell versions >= 0.60.
24979 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
24980 only if ispell-aspell-supports-utf8 is non-nil.
24981
24982 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
24983
24984 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
24985 buffer-local value to lisp-indent-function.
24986
24987 2005-09-17 Milan Zamazal <pdm@zamazal.org>
24988
24989 * progmodes/glasses.el (glasses-make-readable): If
24990 glasses-separator differs from underscore, put appropriate
24991 overlays over underscore characters.
24992 (glasses-convert-to-unreadable): If glasses-separator differs from
24993 underscore, try to convert glasses-separator characters to
24994 underscores.
24995
24996 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
24997
24998 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
24999 Use with-syntax-table and dolist.
25000
25001 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
25002
25003 * textmodes/reftex-auc.el:
25004 * textmodes/reftex-cite.el:
25005 * textmodes/reftex-dcr.el:
25006 * textmodes/reftex-global.el:
25007 * textmodes/reftex-parse.el:
25008 * textmodes/reftex-ref.el:
25009 * textmodes/reftex-sel.el:
25010 * textmodes/reftex-toc.el:
25011 * textmodes/reftex-vars.el:
25012 * textmodes/reftex.el: Small changes to remove compiler warnings.
25013
25014 * textmodes/reftex-index.el: Likewise.
25015 (reftex-query-index-phrase): More efficient use of markers.
25016
25017 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
25018
25019 * image.el (image-load-path): New variable.
25020 (image-search-load-path): New function.
25021 (find-image): Search for images in `image-load-path'.
25022
25023 2005-09-15 Richard M. Stallman <rms@gnu.org>
25024
25025 * follow.el: Change Maintainer field.
25026
25027 2005-09-15 David Ponce <david@dponce.com>
25028
25029 * recentf.el (recentf-save-file-modes): New option.
25030 (recentf-save-list): Use it.
25031
25032 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
25033
25034 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
25035 (mode-line-mule-info, mode-line-modified): Move bindings from
25036 mouse-3 to mouse-1.
25037
25038 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
25039
25040 * simple.el (sendmail-user-agent-compose): Revert last change.
25041
25042 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
25043
25044 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
25045 Use with-current-buffer.
25046 (ange-ftp-gwp-start): Remove unused var `gw-user'.
25047 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
25048 (ange-ftp-insert-directory): Remove unused var `short'.
25049 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
25050
25051 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
25052 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
25053
25054 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
25055 (check-calendar-holidays, diary-list-entries): Autoload.
25056 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
25057 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
25058
25059 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
25060 which mistakenly removed a call to display-buffer.
25061
25062 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
25063
25064 * obsolete/iso-insert.el: Move to obsolete/ from international/.
25065
25066 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
25067
25068 * progmodes/hideshow.el
25069 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
25070 (hs-allow-nesting): New user var.
25071 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
25072 (hs-hide-block-at-point): When nesting allowed,
25073 if there is already an overlay in place, delete it.
25074 (hs-safety-is-job-n): Delete func; remove call sites.
25075 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
25076 (hs-overlay-at): New func.
25077 (hs-already-hidden-p, hs-show-block): Use it.
25078 (hs-hide-all): Don't pre-clean if nesting allowed.
25079 (hs-show-all): Temporarily disallow
25080 nesting around call to `hs-discard-overlays'.
25081
25082 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
25083
25084 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
25085 Delete unused local var.
25086
25087 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
25088
25089 * help-fns.el (describe-categories): "?\ " -> "?\s".
25090 (help-do-arg-highlight): Recognize also ARG-n, as in
25091 `move-to-left-margin' (ARG+n is already recognized). Simplify.
25092
25093 * international/codepage.el (dos-unsupported-char-glyph):
25094 * net/newsticker.el (tool-bar-map, w3-mode-map)
25095 (w3m-minor-mode-map):
25096 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
25097 (ent-alist):
25098 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
25099
25100 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
25101
25102 * custom.el (custom-push-theme): Handle the case where a symbol is
25103 bound but face properties have not yet been assigned.
25104
25105 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
25106 Fix behavior if noerase is `t' and there is no mail buffer.
25107
25108 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
25109 if `continue' is nil, rather than signal an error.
25110
25111 2005-09-12 Richard M. Stallman <rms@gnu.org>
25112
25113 * font-lock.el (font-lock-keywords): Add autoload.
25114
25115 * help-fns.el (describe-variable): Rearrange to put source link
25116 in a predictable place.
25117
25118 * net/newsticker.el: New file.
25119
25120 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
25121
25122 * calendar/calendar.el (calendar-for-loop): Add edebug info.
25123 (calendar-basic-setup): Use the new nil arg.
25124 (number-of-diary-entries): Move to diary-lib.el.
25125
25126 * calendar/diary-lib.el: Use with-current-buffer, match-string.
25127 (diary-list-entries): Use with-syntax-table and dolist.
25128 Rename from list-diary-entries.
25129 Use number-of-diary-entries if `number' is nil.
25130 (diary, diary-view-entries): Use this new name and new nil arg value.
25131 (number-of-diary-entries): Move from calendar.el.
25132 (diary-unhide-everything): New function.
25133 (include-other-diary-files, fancy-diary-display)
25134 (diary-show-all-entries, make-diary-entry): Use it.
25135 (diary-mail-entries): Use buffer-string.
25136 (mark-diary-entries): Fix long standing paren typo.
25137 (diary-sexp-entry): Use count-lines.
25138 (make-diary-entry): Avoid `previous-line'.
25139 (diary-mode-map): New var.
25140 (diary-mode): Redraw cal after saving. Setup header-line.
25141 (fancy-diary-display-mode): Use local-set-key.
25142
25143 * startup.el (command-line): Try calling various terminal-init-foo-bar
25144 functions by stripping hyphenated suffixes from $TERM.
25145
25146 * files.el (normal-mode): Check boundness of font-lock-keywords.
25147
25148 2005-09-12 Richard M. Stallman <rms@gnu.org>
25149
25150 * progmodes/compile.el: Don't decide a file's directory
25151 until the user actually tries to go there.
25152 (compilation-next-error-function):
25153 Pass compilation-find-file the directory from the file-struct.
25154 (compilation-internal-error-properties): Separate local FILE-STRUCT
25155 from FILE. Doc the args better. Rename arg FMT to FMTS.
25156 (compilation-find-file): Arg DIR renamed to DIRECTORY.
25157 Expand it, and if nil, use default-directory.
25158 (compilation-get-file-structure): Don't mix specified directory
25159 with default directory. Put specified directory into
25160 file-struct. Don't make the file name absolute.
25161
25162 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
25163 (compile-command): Add autoload.
25164 (compilation-disable-input): Add autoload.
25165
25166 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
25167
25168 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
25169 strings of the variables it can override.
25170 (time-stamp): New (as yet undocumented) time-stamp-format escapes
25171 %Q and %q, for fully-qualified domain name and unqualified host name.
25172
25173 2005-09-11 Kim F. Storm <storm@cua.dk>
25174
25175 * emacs-lisp/authors.el (authors-aliases): Update list.
25176 (authors-fixed-entries): Update mldrag.el entry.
25177
25178 2005-09-10 Alan Mackenzie <acm@muc.de>
25179
25180 * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
25181 delimiter from the region narrowed to.
25182
25183 2005-09-10 Magnus Henoch <mange@freemail.hu>
25184
25185 * textmodes/ispell.el (ispell-check-version): Signal an error if
25186 aspell version is less than 0.60.
25187
25188 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
25189
25190 * progmodes/octave-inf.el (inferior-octave-startup):
25191 Resync current dir at the end.
25192
25193 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
25194
25195 * woman.el (woman-topic-at-point-default):
25196 Rename to woman-use-topic-at-point-default.
25197 (woman-topic-at-point): Rename to woman-use-topic-at-point.
25198 (woman-file-name): Reflect renames above. Automatically use the
25199 word at point as topic if woman-use-topic-at-point is non-nil.
25200 Otherwise offer it as default but don't insert it in the
25201 minibuffer. Also use `test-completion' instead of `assoc' as
25202 suggested by Stefan Monnier.
25203
25204 2005-09-10 Andre Spiegel <spiegel@gnu.org>
25205
25206 * vc.el (vc-directory, vc-update-change-log): Throw an error on
25207 the attempt to do it over Tramp. This is not yet supported.
25208
25209 2005-09-10 Eli Zaretskii <eliz@gnu.org>
25210
25211 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
25212 (menu-bar-non-minibuffer-window-p): New functions.
25213 ("Split Window", "Save As..."): Use them.
25214 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
25215 ("Print Buffer", "Truncate Long Lines in this Buffer"):
25216 Use menu-bar-menu-frame-live-and-visible-p.
25217 ("Save Buffer", "Insert File", "Open Directory...")
25218 ("Open File...", "Visit New File..."):
25219 Use menu-bar-non-minibuffer-window-p.
25220 (kill-this-buffer-enabled-p, dired <menu-enable>):
25221 Use menu-bar-non-minibuffer-window-p.
25222
25223 2005-09-09 Eli Zaretskii <eliz@gnu.org>
25224
25225 * cus-start.el (all): Don't complain about fringe-related
25226 built-ins if fringes are not supported. Ditto about
25227 selection-related built-ins. Fix the test for GTK-related built-ins.
25228
25229 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
25230 ("Postscript Print Buffer", "Print Region", "Save As...")
25231 ("Save", "Insert File...", "Open Directory...")
25232 ("Open File...", "Visit New File..."")
25233 ("Truncate Long Lines in this Buffer"): Don't look at
25234 menu-updating-frame if this display does not support multiple frames.
25235
25236 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
25237
25238 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
25239
25240 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
25241
25242 * woman.el: Format- and whitespace-related changes.
25243
25244 2005-09-09 Eli Zaretskii <eliz@gnu.org>
25245
25246 * woman.el: Fix my email address.
25247
25248 2005-09-08 Richard M. Stallman <rms@gnu.org>
25249
25250 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
25251 (sh-mode): Locally set skeleton-pair-default-alist.
25252
25253 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
25254
25255 * progmodes/flymake.el: Require `compile' unconditionally.
25256
25257 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
25258
25259 * woman.el (woman-file-name): Provide a default, not initial input.
25260
25261 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
25262
25263 * font-lock.el (font-lock-support-mode): Doc fix.
25264
25265 * descr-text.el (describe-property-list): Handle non-symbol prop names.
25266
25267 2005-09-08 Richard M. Stallman <rms@gnu.org>
25268
25269 * simple.el (blink-matching-open): Get rid of text props from
25270 the string shown in echo area. Don't permanently set point.
25271 Some rearrangements.
25272
25273 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
25274
25275 * recentf.el (recentf-filename-handler): Add custom choice
25276 `abbreviate-file-name'.
25277
25278 * msb.el (msb--very-many-menus): Fix typo.
25279
25280 * disp-table.el (standard-display-european): Don't set
25281 enable-multibyte-characters to nil.
25282
25283 2005-09-08 David Ponce <david@dponce.com>
25284
25285 * recentf.el (recentf-show-file-shortcuts-flag): New option.
25286 (recentf-expand-file-name): Doc fix.
25287 (recentf-dialog-mode-map): Define digit shortcuts.
25288 (recentf--files-with-key): New variable.
25289 (recentf-show-digit-shortcut-filter): New function.
25290 (recentf-open-files-items): New function.
25291 (recentf-open-files): Use it.
25292 (recentf-open-file-with-key): New command.
25293
25294 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
25295
25296 * buff-menu.el (Buffer-menu-sort-by-column): New function.
25297 Suggested by Kim F. Storm.
25298 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
25299 (Buffer-menu-make-sort-button): Use global keymap.
25300
25301 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
25302
25303 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
25304 (Man-getpage-in-background-advice): Remove defadvice; it isn't
25305 necessary any longer with the remapped command.
25306 (Man-bgproc-sentinel-advice): Remove defadvice which counts
25307 formatting time only.
25308
25309 * net/tramp.el (tramp-action-password)
25310 (tramp-multi-action-password): Compile the password prompt from
25311 `method', `user' and `host'. Sometimes it isn't obvious which
25312 password to enter, for example with remote files offered by
25313 recentf.el, or with multiple steps. Suggested by Robert Marshall
25314 <robert@chezmarshall.freeserve.co.uk>.
25315
25316 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
25317
25318 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
25319 Fix regexp for when "s///" is at the beginning of line.
25320
25321 2005-09-07 Jay Belanger <belanger@truman.edu>
25322
25323 * calc/calc-poly.el (math-expand-term): Multiply out any powers
25324 when in matrix mode.
25325
25326 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
25327
25328 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
25329 non-anonymous functions.
25330
25331 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
25332
25333 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
25334 when using a header line. Otherwise, use mouse-1-click-follows-link.
25335
25336 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
25337 can't be moved; don't signal an error.
25338
25339 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
25340
25341 * cus-theme.el (custom-theme-write-faces): Save the current face
25342 spec, not the defface spec.
25343
25344 * custom.el (custom-known-themes): Clarify meaning of "standard".
25345 (custom-push-theme): Save old values in the standard theme.
25346 (disable-theme): Correct typo.
25347 (custom-face-theme-value): Deleted unused function.
25348 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
25349
25350 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
25351
25352 * progmodes/compile.el (compilation-goto-locus): Take into account
25353 iconified frames when determining whether the buffer is
25354 already visible.
25355 Don't reset window height if the window already existed.
25356
25357 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
25358
25359 * custom.el (load-theme): Rename from require-theme.
25360 Add interactive spec.
25361 (enable-theme): Rename from custom-enable-theme.
25362 Add interactive spec.
25363 (disable-theme): Rename from custom-disable-theme.
25364 Add interactive spec.
25365 (custom-make-theme-feature): Doc fix.
25366 (custom-theme-directory): Doc fix.
25367 (provide-theme): Call enable-theme.
25368
25369 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
25370
25371 * obsolete/lazy-lock.el (lazy-lock-mode):
25372 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
25373 font-lock-mode if it's off. Print a warning instead.
25374
25375 * progmodes/compile.el (compilation-start): Ignore errors if the
25376 process died before we get to send-eof.
25377
25378 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
25379 Undo last change. Enclosing the result in quotes broke things on Unix
25380 since tex-send-command passes it through shell-quote-argument.
25381 (tex-send-command): Pass `file' through convert-standard-filename
25382 when possible.
25383 (tex-uptodate-p): Handle the case where TeX hasn't put additional
25384 info in a transcript.
25385
25386 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
25387
25388 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
25389 fix compilation warning. Reorder the key definitions to group
25390 together keys emitted by the current version of xterm.
25391
25392 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
25393 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
25394 Reorder predicates to correct min-color usage.
25395
25396 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
25397
25398 * longlines.el (longlines-mode): Inhibit read-only when encoding.
25399 Kill local variables when longlines-mode is turned off.
25400
25401 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
25402
25403 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
25404
25405 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
25406
25407 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
25408
25409 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
25410 (font-lock-lines-before): Change default to being inactive.
25411 (font-lock-default-fontify-region): Obey font-lock-lines-before.
25412 (font-lock-after-change-function): Don't handle f-l-lines-before here.
25413
25414 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
25415
25416 * net/tramp.el (tramp-handle-make-auto-save-file-name):
25417 Deactivate temporarily advice if active (not needed for Emacs 22,
25418 but for backwards compatibility).
25419 (tramp-exists-file-name-handler): Rewrite. First implementation
25420 was too simple.
25421 (tramp-advice-make-auto-save-file-name):
25422 Call `tramp-handle-make-auto-save-file-name' (again, just for
25423 backwards compatibility).
25424
25425 2005-08-31 Reto Zimmermann <reto@gnu.org>
25426
25427 * progmodes/vhdl-mode.el
25428 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
25429 (vhdl-end-p): Fix indentation bug "else" after "-- when".
25430 (vhdl-set-default-project): New function (easier setting of default).
25431 (vhdl-port-copy): Handle extended identifiers for generics.
25432 (vhdl-compiler-alist): Better description for error message regexp.
25433 (vhdl-make): Query for target, use previous as default.
25434 (vhdl-port-copy): Fix port copy for port names starting with "signal".
25435 (vhdl-font-lock-keywords-2): Fix fontification for record
25436 el. assign.
25437 (vhdl-speedbar-make-subpack-line): Add package body link.
25438 (vhdl-generate-makefile-1): Not include itself as dependency.
25439 (vhdl-font-lock-init): Highlight c-preprocessor directives.
25440 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
25441 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
25442 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
25443 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
25444 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
25445 (vhdl-import-project): Add string argument for `error'.
25446 (vhdl-compose-configuration)
25447 (vhdl-compose-configuration-architecture): Add configuration
25448 declaration generation.
25449 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
25450 (vhdl-trailer-re): Add "record" keyword (better indentation).
25451 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
25452 "[^ \t-\"]+".
25453 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
25454 (vhdl-testbench-entity-file-name)
25455 (vhdl-testbench-architecture-file-name): Allow separate
25456 customization of testbench file names.
25457 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
25458 (vhdl-get-visible-signals): Allow newline within alias declaration.
25459 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
25460 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
25461 (member-ignore-case): Alias for missing function in XEmacs.
25462 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
25463 (vhdl-update-sensitivity-list): Ignore case on read signals.
25464 (vhdl-replace-string): Adjust case only for file names.
25465 (vhdl-update-sensitivity-list): Fix search for read signals.
25466 (vhdl-update-sensitivity-list): Exclude formal parameters.
25467 (vhdl-get-visible-signals): Include aliases of signals.
25468 (vhdl-get-visible-signals): Fix signal name searching.
25469 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
25470 (vhdl-fixup-whitespace-region): Fix for character
25471 literals (e.g. `:').
25472
25473 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
25474
25475 * ansi-color.el (comint-last-output-start):
25476 * bs.el (font-lock-verbose):
25477 * diff-mode.el (add-log-buffer-file-name-function):
25478 * dired-x.el (vm-folder-directory):
25479 * faces.el (help-xref-stack-item):
25480 * files.el (font-lock-keywords):
25481 * find-lisp.el (dired-buffers, dired-subdir-alist):
25482 * ido.el (cua-inhibit-cua-keys):
25483 * log-view.el (cvs-minor-wrap-function):
25484 * outline.el (font-lock-warning-face):
25485 * simple.el (compilation-current-error):
25486 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
25487 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
25488 * tooltip.el (comint-prompt-regexp):
25489 * w32-fns.el (explicit-shell-file-name):
25490 * term/mac-win.el (mac-charset-info-alist)
25491 (mac-services-selection, mac-system-script-code):
25492 * term/tty-colors.el (msdos-color-values):
25493 * term/w32-win.el (xlfd-regexp-registry-subnum):
25494 * term/x-win.el (x-keysym-table, x-selection-timeout)
25495 (x-session-id, x-session-previous-id):
25496 * textmodes/ispell.el (mail-yank-prefix):
25497 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
25498 * textmodes/org.el (calc-embedded-close-formula)
25499 (calc-embedded-open-formula)
25500 (font-lock-unfontify-region-function):
25501 * textmodes/reftex-global.el (isearch-next-buffer-function)
25502 (TeX-master):
25503 * textmodes/reftex.el (font-lock-keywords):
25504 * textmodes/tex-mode.el (font-lock-comment-face)
25505 (font-lock-doc-face):
25506 * textmodes/texinfo.el (outline-heading-alist):
25507 Add defvars.
25508
25509 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
25510 (artist-spray-chars, artist-mode-init, artist-replace-string)
25511 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
25512 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
25513 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
25514
25515 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
25516 (conf-align-assignments): "?\ " -> "?\s".
25517
25518 * textmodes/reftex-index.el (TeX-master): Add defvar.
25519 (reftex-index-phrases-marker): Move up defvar.
25520
25521 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
25522 (reftex-toc-include-labels-indicator)
25523 (reftex-toc-include-index-indicator)
25524 (reftex-toc-max-level-indicator): Move up declarations.
25525
25526 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
25527 of args to `tramp-run-real-handler', even if it's empty in this case.
25528
25529 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25530
25531 * dired.el (dired-move-to-filename-regexp): Add date format for
25532 Mac OS X 10.3 in East Asian locales.
25533
25534 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
25535
25536 * files.el (make-auto-save-file-name): Add file name handler call
25537 if applicable.
25538
25539 * net/tramp.el (tramp-file-name-handler-alist)
25540 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
25541 (tramp-handle-make-auto-save-file-name): Rename from
25542 `tramp-make-auto-save-file-name'.
25543 (tramp-exists-file-name-handler): New defun.
25544 (tramp-advice-make-auto-save-file-name): Make defadvice only when
25545 `make-auto-save-file-name' is not a magic file name operation.
25546
25547 2005-08-30 Richard M. Stallman <rms@gnu.org>
25548
25549 * files.el (risky-local-variable-p):
25550 Match `-predicates' and `-commands.
25551
25552 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
25553 (custom-save-all): Visit the file if necessary;
25554 kill the buffer if we created it.
25555 (custom-save-delete): Don't visit file or kill buffer here.
25556
25557 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
25558
25559 * textmodes/org.el (org-special-keyword): New face.
25560 (org-table-copy-down, org-table-eval-formula)
25561 (org-table-recalculate, org-init-section-numbers):
25562 Use `string-to-number' instead of `string-to-int'.
25563 (org-get-location): Use `insert-buffer-substring' instead of
25564 `insert-buffer'.
25565 (org-modify-diary-entry-string): New function.
25566 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
25567 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
25568 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
25569 active region.
25570 (org-export-as-html): Handle QUOTE keyword.
25571 (org-quote-string): New option.
25572 (org-bookmark-jump-unhide): New function, used for
25573 `bookmark-after-jump-hook'.
25574 (org-diary-default-entry): Apply only when not called through
25575 `org-agenda'.
25576
25577 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
25578
25579 * net/eudc.el (mode-popup-menu):
25580 * play/handwrite.el (ps-printer-name, ps-lpr-command):
25581 * progmodes/ada-mode.el (compile-auto-highlight)
25582 (skeleton-further-elements):
25583 * progmodes/autoconf.el (font-lock-syntactic-keywords):
25584 * progmodes/cmacexp.el (msdos-shells):
25585 * progmodes/compile.el (font-lock-extra-managed-props)
25586 (font-lock-keywords, font-lock-maximum-size)
25587 (font-lock-support-mode):
25588 * progmodes/grep.el (font-lock-lines-before):
25589 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
25590 * progmodes/mixal-mode.el (compile-command):
25591 * progmodes/perl-mode.el (font-lock-comment-face)
25592 (font-lock-doc-face, font-lock-string-face):
25593 * progmodes/prolog.el (comint-prompt-regexp):
25594 * progmodes/sh-script.el (font-lock-comment-face)
25595 (font-lock-set-defaults, font-lock-string-face):
25596 * progmodes/sql.el (font-lock-keyword-face)
25597 (font-lock-set-defaults, font-lock-string-face):
25598 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
25599 (itimer-version, lazy-lock-defer-contextually)
25600 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
25601 Add defvars.
25602
25603 * progmodes/cperl-mode.el (cperl-electric-lbrace)
25604 (cperl-electric-keyword, cperl-electric-pod)
25605 (cperl-electric-backspace, cperl-forward-re)
25606 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
25607 (vc-rcs-header, vc-sccs-header): Add defvars.
25608
25609 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
25610 (font-lock-syntactic-keywords, gud-find-expr-function):
25611 Add defvars.
25612
25613 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
25614 (gdb-frame-parameters): Declare before use.
25615
25616 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
25617 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
25618 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
25619 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
25620
25621 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
25622 (idlwave-help-with-source): Use `insert-buffer-substring', not
25623 `insert-buffer'.
25624
25625 2005-08-29 Juri Linkov <juri@jurta.org>
25626
25627 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
25628 Put outline-back-to-heading function call inside save-excursion.
25629
25630 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
25631
25632 * man.el (Man-init-defvars, Man-translate-references)
25633 (Man-support-local-filenames, Man-highlight-references):
25634 * progmodes/sql.el (sql-interactive-mode):
25635 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
25636
25637 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
25638 (compilation-mode-font-lock-keywords): Add defvars.
25639 (checkdoc-interactive-loop): "?\ " -> "?\s".
25640
25641 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
25642 (font-lock-doc-face, font-lock-string-face)
25643 (font-lock-keywords-case-fold-search): Add defvars.
25644 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
25645
25646 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
25647 Don't pass X and Y (they are ignored anyway).
25648 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
25649 (mouse-delete-window): Make arguments optional.
25650
25651 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
25652 (caesar-translate-table, minor-modes, news-buffer-save)
25653 (news-group-name, news-minor-modes): Add defvars.
25654
25655 * emacs-lisp/lselect.el (mouse-highlight-priority)
25656 (x-lost-selection-functions, zmacs-regions):
25657 * emacs-lisp/pp.el (font-lock-verbose):
25658 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
25659 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
25660 (ses-mode-map):
25661 * emacs-lisp/tcover-unsafep.el (safe-functions):
25662 * international/mule-cmds.el (mac-system-coding-system)
25663 (mac-system-locale):
25664 * language/ethio-util.el (rmail-current-message)
25665 (rmail-message-vector):
25666 * language/thai-util.el (thai-auto-composition-mode):
25667 * mail/metamail.el (rmail-current-message, rmail-message-vector):
25668 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
25669 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
25670 (vm-primary-inbox, vm-spool-files):
25671 * mail/rmail.el (deleted-head, font-lock-fontified)
25672 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
25673 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
25674 (total-messages):
25675 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
25676 (rmail-summary-mode-map):
25677 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
25678 (rmail-last-label, rmail-last-multi-labels)
25679 (rmail-summary-vector, rmail-total-messages):
25680 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
25681 * mail/rmailsum.el (msgnum):
25682 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
25683 (rmail-current-message):
25684 * obsolete/fast-lock.el (font-lock-face-list):
25685 * obsolete/rnewspost.el (mail-reply-buffer):
25686 * obsolete/scribe.el (compile-command):
25687 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
25688
25689 2005-08-28 John Paul Wallington <jpw@gnu.org>
25690
25691 * ibuf-ext.el (ibuffer-auto-update-changed):
25692 Use `frame-or-buffer-changed-p' to check whether we need to update.
25693 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
25694 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
25695 as a `frame-or-buffer-changed-p' state vector instead.
25696
25697 2005-08-27 Romain Francoise <romain@orebokech.com>
25698
25699 * textmodes/makeinfo.el (makeinfo-compile):
25700 Use `compilation-start'. Set `next-error-function' according to
25701 `disable-errors'.
25702 (makeinfo-next-error): New function.
25703 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
25704 (makeinfo-buffer): Likewise.
25705
25706 * progmodes/compile.el (compilation-start): Add autoload cookie.
25707
25708 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
25709 * textmodes/sgml-mode.el: Likewise.
25710 * progmodes/python.el: Likewise.
25711
25712 2005-08-27 Eli Zaretskii <eliz@gnu.org>
25713
25714 * simple.el (blink-matching-paren-distance): Document the meaning
25715 of nil value, and allow to customize to nil.
25716
25717 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
25718 command.com, not command.exe.
25719
25720 2005-08-26 John Wiegley <johnw@newartisans.com>
25721
25722 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
25723 code around a bit so that an extraneous nil argument is not added
25724 to a command when no args are given.
25725
25726 * eshell/esh-arg.el (eshell-parse-double-quote): If a
25727 double-quoted argument resolves to nil, return it as an empty
25728 string rather than as nil. This made it impossible to pass "" to
25729 a shell script as a null string argument.
25730
25731 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
25732
25733 * outline.el (outline-invent-heading): New fun.
25734 (outline-promote, outline-demote): Use it.
25735 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
25736 (outline-end-of-subtree): Remove unused var `opoint'.
25737
25738 2005-08-26 David Reitter <david.reitter@gmail.com>
25739
25740 * menu-bar.el (truncate-lines, write-file, print-buffer)
25741 (ps-print-buffer-faces, ps-print-buffer, split-window):
25742 Disable menu items when the frame they refer to is invisible, or when
25743 they refer to a buffer and the minibuffer is selected.
25744
25745 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
25746
25747 * progmodes/flymake.el (flymake-highlight-err-lines):
25748 Use save-excursion around flymake-highlight-line to preserve point.
25749
25750 2005-08-26 Eli Zaretskii <eliz@gnu.org>
25751
25752 * progmodes/octave-mod.el: Change Author and Maintainer address.
25753 (octave-maintainer-address): Change Kurt's email address.
25754 * progmodes/octave-inf.el: Change Author and Maintainer address.
25755 * progmodes/octave-hlp.el: Change Author and Maintainer address.
25756
25757 2005-08-26 Kim F. Storm <storm@cua.dk>
25758
25759 * subr.el (version-list-<, version-list-<=, version-list-=):
25760 Rename from integer-list-*.
25761 (version-list-not-zero): Likewise. Fix while loop.
25762 (version=): Use version-list-= instead of string-equal.
25763
25764 2005-08-26 Richard M. Stallman <rms@gnu.org>
25765
25766 * outline.el (outline-promote): Try shortening the heading.
25767 As last resort, read the heading to use.
25768 (outline-demote): As last resort, read the heading to use.
25769
25770 2005-08-26 Romain Francoise <romain@orebokech.com>
25771
25772 * progmodes/compile.el (compilation-start): Doc fix.
25773
25774 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
25775 (antlr-font-lock-additional-keywords): Fix reference to
25776 `antlr-font-lock-literal-regexp' erroneously changed during the
25777 mass face rename.
25778 (antlr-run-tool): Use `compilation-start'.
25779
25780 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
25781 instead of the obsolete `compile-internal'.
25782
25783 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
25784
25785 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
25786 (number, original-date):
25787 * calendar/cal-china.el (date):
25788 * calendar/cal-coptic.el (date):
25789 * calendar/cal-french.el (date):
25790 * calendar/cal-hebrew.el (date, entry, number, original-date):
25791 * calendar/cal-islam.el (date, number, original-date):
25792 * calendar/cal-iso.el (date):
25793 * calendar/cal-julian.el (date):
25794 * calendar/cal-mayan.el (date):
25795 * calendar/cal-menu.el (date, event):
25796 * calendar/cal-persia.el (date):
25797 * calendar/lunar.el (date):
25798 * calendar/solar.el (date): Add defvars.
25799
25800 * emerge.el:
25801 * ibuffer.el:
25802 * info-xref.el:
25803 * obsolete/bg-mouse.el:
25804 * obsolete/sun-curs.el:
25805 * obsolete/swedish.el: Move the `defvar's to the top level.
25806
25807 * smerge-mode.el (smerge-refined-change): Add :group.
25808
25809 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
25810
25811 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
25812 (smerge-keep-n): Remove props.
25813 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
25814 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
25815 now that it's done in smerge-keep-n.
25816 (smerge-refined-change): New face.
25817 (smerge-refine-chopup-region, smerge-refine-highlight-change)
25818 (smerge-refine): New funs.
25819 (smerge-basic-map): Bind smerge-refine.
25820
25821 2005-08-25 Juri Linkov <juri@jurta.org>
25822
25823 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
25824 compilation-process-setup-function and compilation-disable-input
25825 in grep-mode instead of let-bindings in grep.
25826
25827 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
25828 Delete "Automatic File De/compression" (auto-compression-mode).
25829
25830 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
25831
25832 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
25833 Silence warning about non-existent variable.
25834
25835 2005-08-25 Richard M. Stallman <rms@gnu.org>
25836
25837 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
25838 Rename "Describe Key" to "Describe Key or Mouse Operation".
25839
25840 * mail/mailalias.el (build-mail-aliases): Delete comments
25841 from the contents before processing them.
25842
25843 * isearch.el (isearch-edit-string): Erase the Search prompt
25844 if user enters an empty string and there is no default.
25845
25846 * comint.el (comint-file-name-prefix): Add autoload.
25847
25848 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
25849
25850 * subr.el (play-sound): Rearrange to avoid warning.
25851
25852 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
25853
25854 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
25855 New hook.
25856 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
25857
25858 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
25859
25860 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
25861
25862 * custom.el (custom-theme-set-variables): Sort minor modes last.
25863
25864 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25865
25866 * subr.el (version-separator, version-regexp-alist): New vars used by
25867 version comparison funs.
25868 (integer-list-<, integer-list-=, integer-list-<=)
25869 (integer-list-not-zero): New funs for integer list comparison.
25870 (version-to-list, version=, version<, version<=): New funs for version
25871 comparison.
25872
25873 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
25874
25875 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
25876 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
25877 time to silence the byte-compiler.
25878
25879 * ibuffer.el (ibuffer-compile-make-eliding-form)
25880 (ibuffer-check-formats): Use `with-no-warnings' to hide references
25881 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
25882 so it's silly to get warnings for it).
25883 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
25884 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
25885 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
25886 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
25887 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
25888 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
25889 Defvar at compile time.
25890 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
25891 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
25892 Declare them before use.
25893
25894 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
25895 (info-xref-good, info-xref-bad): Defvar at compile time.
25896
25897 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
25898 Use `let*' instead of `let'.
25899
25900 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
25901 (*mouse-y*, menu, char): Defvar at compile time.
25902 (sc::menu): Declare it before use.
25903 (sc::pack-one-line): Use `let', not `let*'.
25904
25905 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
25906 (mail-send-hook): Defvar at compile time.
25907
25908 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
25909 Defvar at compile time.
25910
25911 * term/sun-mouse.el (current-global-mousemap)
25912 (current-local-mousemap): Declare them before use.
25913
25914 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
25915
25916 * bookmark.el (bookmark-after-jump-hook): New hook.
25917 (bookmark-jump): Run `bookmark-after-jump-hook'.
25918
25919 2005-08-23 Juri Linkov <juri@jurta.org>
25920
25921 * faces.el (minibuffer-prompt): Doc fix.
25922
25923 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
25924
25925 * progmodes/xscheme.el: Trivial changes to silence warnings.
25926 (xscheme-previous-mode, xscheme-previous-process-state):
25927 Add defvars.
25928 (xscheme-last-input-end, xscheme-process-command-line)
25929 (xscheme-process-name, xscheme-buffer-name)
25930 (xscheme-expressions-ring-max, xscheme-expressions-ring)
25931 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
25932 (xscheme-control-g-synchronization-p)
25933 (xscheme-control-g-disabled-p, xscheme-string-receiver)
25934 (default-xscheme-runlight, xscheme-runlight)
25935 (xscheme-runlight-string, xscheme-process-filter-state)
25936 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
25937 Move to beginning of file.
25938 (scheme-interaction-mode-commands-alist)
25939 (scheme-interaction-mode-map, scheme-debugger-mode-map):
25940 Declare them before use. Note: the initialization code for the
25941 variables has not been moved because it uses functions that reference
25942 the variables.
25943 (xscheme-control-g-message-string, xscheme-process-filter-alist)
25944 (xscheme-prompt-for-expression-map): Declare them before use.
25945 (scheme-debugger-mode-commands): "?\ " -> "?\s".
25946
25947 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
25948
25949 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
25950
25951 2005-08-22 Juri Linkov <juri@jurta.org>
25952
25953 * faces.el (set-face-underline): Delete this duplicate function
25954 and make an obsolete alias to set-face-underline-p.
25955 (set-face-underline-p): Use docstring of set-face-underline.
25956 (describe-face): Create hyperlink to parent face.
25957
25958 * info.el (Info-insert-dir): Use save-excursion around
25959 insert-buffer-substring.
25960 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
25961 (Info-escape-percent): Delete function.
25962 (Info-fontify-node): Replace Info-escape-percent by
25963 replace-regexp-in-string with REP arg set to lambda that
25964 duplicates `%' and preserves text properties.
25965
25966 * progmodes/compile.el (compilation-disable-input): Doc fix.
25967 (define-compilation-mode): Doc fix and refill.
25968 (kill-compilation): Use `mode-name' in the error message.
25969 (compilation-find-file): Use `compilation-error' in the
25970 read-file-name's prompt.
25971
25972 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
25973
25974 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
25975 (smerge-auto-leave): Make undo re-enable the mode.
25976 (debug-ignored-errors): Add the user-error of impossible resolution.
25977 (smerge-resolve): Move things around a bit, in preparation for later.
25978 (smerge-diff): Don't fail if the buffer has no associated file.
25979 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
25980 (smerge-conflict-overlay): New function.
25981 (smerge-match-conflict): Don't add text properties here.
25982 (smerge-find-conflict): Instead, add an overlay here.
25983 Also check for the case where we're inside a conflict already, so as to
25984 obviate the need for font-lock-multiline, which is unbearably slow with
25985 large conflicts and ciomplex font-lock patterns.
25986 (smerge-remove-props): Remove overlay rather than text-properties.
25987 (smerge-mode): Don't set font-lock-multiline.
25988 Remove overlays when turned off.
25989
25990 2005-08-21 Kim F. Storm <storm@cua.dk>
25991
25992 * ido.el (ido-ignore-item-p): Use save-match-data.
25993 Bind case-fold-search to ido-case-fold locally.
25994
25995 2005-08-20 Richard M. Stallman <rms@gnu.org>
25996
25997 * files.el (normal-mode): If font lock is on, turn it off and on.
25998
25999 * subr.el (replace-regexp-in-string): Doc fix.
26000
26001 * startup.el (command-line-1): Don't suppress startup screen
26002 due to existing processes.
26003
26004 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
26005
26006 * progmodes/compile.el (compilation-disable-input): Default to nil.
26007
26008 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
26009
26010 * progmodes/compile.el (compilation-disable-input): New defcustom.
26011 (compilation-start): If compilation-disable-input is non-nil, send
26012 EOF to the compilation process.
26013
26014 2005-08-20 Eli Zaretskii <eliz@gnu.org>
26015
26016 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
26017 Run the argument of tex-shell-cd-command through
26018 convert-standard-filename, to get the correct style of slashes on
26019 Windows, and enclose the result in quotes, in case the file name
26020 includes whitespace or other special characters.
26021
26022 2005-08-19 Andreas Schwab <schwab@suse.de>
26023
26024 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
26025 process.
26026
26027 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
26028
26029 * cus-start.el (minibuffer-prompt-properties): Correct typo.
26030
26031 2005-08-18 Kim F. Storm <storm@cua.dk>
26032
26033 * scroll-lock.el: Fix errors due to incorrect line wrapping.
26034
26035 2005-08-18 Richard M. Stallman <rms@gnu.org>
26036
26037 * scroll-lock.el: New file.
26038
26039 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
26040
26041 * dired.el (dired-move-to-end-of-filename):
26042 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
26043
26044 2005-08-18 Kim F. Storm <storm@cua.dk>
26045
26046 * ido.el (ido-everywhere): Fix defcustom :set function to disable
26047 rather than toggle mode when custom value is nil.
26048 (ido-everywhere): Fix defun doc string.
26049
26050 2005-08-17 Richard M. Stallman <rms@gnu.org>
26051
26052 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
26053 as tag instead of "Inviolable".
26054
26055 2005-08-17 Kim F. Storm <storm@cua.dk>
26056
26057 * windmove.el (windmove-coordinates-of-position): Remove.
26058 (windmove-coordinates-of-window-position): Remove.
26059 (windmove-reference-loc): Use posn-at-point instead.
26060
26061 * subr.el (insert-for-yank-1): Doc fix.
26062
26063 * ido.el (ido-enter-matching-directory): Rename from
26064 ido-enter-single-matching-directory. Change `slash' choice to
26065 `only'. Add `first' choice.
26066 (ido-exhibit): Adapt to above changes.
26067
26068 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
26069
26070 * Makefile.in: Expand comment about building loaddefs.el.
26071
26072 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
26073
26074 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
26075 Comment use of defadvice.
26076
26077 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
26078
26079 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
26080
26081 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
26082 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
26083 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
26084 * progmodes/idlw-shell.el, progmodes/ld-script.el,
26085 * progmodes/which-func.el, ruler-mode.el, strokes.el,
26086 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
26087 for backward compatibility for faces that did not appear in the
26088 previous Emacs release.
26089
26090 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
26091
26092 2005-08-15 Kim F. Storm <storm@cua.dk>
26093
26094 * emulation/cua-base.el (cua-delete-region): Return t if
26095 deleted region was non-empty.
26096 (cua-replace-region): Inhibit overwrite-mode for
26097 self-insert-command if replaced region was non-empty.
26098 (cua--explicit-region-start, cua--status-string): Make them
26099 buffer-local at top-level...
26100 (cua-mode): ...rather than when mode is enabled.
26101
26102 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
26103
26104 * progmodes/vhdl-mode.el (vhdl-emacs-21):
26105 Set t for Emacs 21, 22, and so on.
26106
26107 2005-08-15 David Ponce <david@dponce.com>
26108
26109 * tree-widget.el: Update Commentary header.
26110 (tree-widget-theme): Doc fix.
26111 (tree-widget-space-width): New option.
26112 (tree-widget-image-properties): Look up in the default theme too.
26113 (tree-widget--cursors): Only for images with arrow pointer shape.
26114 (tree-widget-lookup-image): Pointer shape is hand by default.
26115 (tree-widget-icon): Rename generic icon widget from
26116 `tree-widget-control'.
26117 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
26118 derive from `tree-widget-icon'.
26119 (tree-widget-handle): Improve default look and feel of the text
26120 representation.
26121 (tree-widget): Rename :*-control properties to :*-icon properties.
26122 Add :action and :help-echo properties.
26123 (tree-widget-after-toggle-functions): Move.
26124 (tree-widget-close-node, tree-widget-open-node): Remove.
26125 (tree-widget-before-create-icon-functions): New hook.
26126 (tree-widget-value-create): Update to allow customization of icons
26127 and nodes at run-time via that new hook.
26128 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
26129 (tree-widget-icon-action, tree-widget-icon-help-echo)
26130 (tree-widget-action, tree-widget-help-echo): New functions.
26131
26132 2005-08-15 Kim F. Storm <storm@cua.dk>
26133
26134 * ido.el (ido-buffer-internal): Use with-no-warnings.
26135 (ido-make-merged-file-list): Use while-no-input.
26136
26137 2005-08-15 Richard M. Stallman <rms@gnu.org>
26138
26139 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
26140 (flyspell-large-region): Fix doc and custom type.
26141
26142 2005-08-14 Richard M. Stallman <rms@gnu.org>
26143
26144 * files.el (interpreter-mode-alist): Doc fix.
26145
26146 * mail/rmail.el (rmail-nonignored-headers): New variable.
26147 (rmail-clear-headers): Use it.
26148 (rmail-reply): Better handling of mail-followup-to header.
26149
26150 * progmodes/sh-script.el (sh-font-lock-keywords-var):
26151 Rename variable from sh-font-lock-keywords. In the `shell' entry,
26152 don't try to refer to executable-font-lock-keywords.
26153 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
26154 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
26155 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
26156 (sh-mode): Set comment-start-skip, local-abbrev-table,
26157 imenu-case-fold-search.
26158 (sh-set-shell): Don't set them here.
26159 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
26160 Don't cache the results in the original alist; don't ever modify
26161 that alist.
26162
26163 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
26164
26165 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
26166 empty.
26167
26168 2005-08-15 Andreas Schwab <schwab@suse.de>
26169
26170 * desktop.el: Put autoload cookie at risky-local-variable declarations.
26171
26172 * dired.el, info.el, mail/rmail.el: Revert last change.
26173
26174 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
26175
26176 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
26177 modification in `eval-after-load' form.
26178 * info.el: Likewise.
26179 * mail/rmail.el: Likewise.
26180
26181 2005-08-14 Juri Linkov <juri@jurta.org>
26182
26183 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26184 Remove highlighting of "Compilation started". Highlight only
26185 the word "finished" in "Compilation finished". Add highlighting
26186 of "interrupt", "killed", "terminated" and the exit code.
26187 (compilation-start): Add newline after header. Use exactly the
26188 same time stamp format as the finishing message.
26189 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
26190
26191 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
26192 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
26193 Add highlighting of "interrupt", "killed", "terminated".
26194
26195 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
26196 enabled and the current command is self-insert-command, call it
26197 explicitly with overwrite-mode bound to nil, to not allow it
26198 to delete the character after the selected region.
26199
26200 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
26201
26202 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
26203 move-end-of-line, end-of-line, and beginning-of-line to the list
26204 of commands after which the echo area is updated.
26205
26206 2005-08-12 Eli Zaretskii <eliz@gnu.org>
26207
26208 * cus-edit.el (custom-save-all, custom-save-delete):
26209 Bind recentf-exclude to exclude custom-file.
26210
26211 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
26212
26213 * mail/rmailsum.el (rmail-summary-end-of-message): New command
26214 to go to the bottom of the mail message. Added to
26215 `rmail-summary-mode-map' with key "/".
26216 (rmail-summary-show-message): New (internal) function for use by
26217 both `rmail-summary-beginning/end-of-message'.
26218 (rmail-summary-beginning-of-message): Change to use
26219 rmail-summary-show-message.
26220
26221 * mail/rmail.el (rmail-end-of-message): New command to go to the
26222 end of the current message. Added to `rmail-mode-map' with key "/".
26223 (rmail-beginning-of-message): Fix to work as documented.
26224 (rmail-mode): Change documentation.
26225
26226 * progmodes/compile.el (compilation-start): Add the line
26227 "Compilation started" with compilation start time.
26228 (compilation-mode-font-lock-keywords): Add `started' to keywords.
26229
26230 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
26231
26232 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
26233 of menu items.
26234
26235 2005-08-11 Richard M. Stallman <rms@gnu.org>
26236
26237 * simple.el (pop-global-mark): Reverse test of widen-automatically.
26238
26239 * battery.el (battery-status-function): Don't use ignore-errors.
26240
26241 2005-08-11 Lute Kamstra <lute@gnu.org>
26242
26243 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
26244 define-obsolete-variable-alias.
26245
26246 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
26247
26248 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
26249 (ange-ftp-send-cmd): Revert last change, and expand
26250 the comment explaining the problem.
26251
26252 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
26253
26254 * ldefs-boot.el: Update.
26255
26256 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
26257 item to "Time, Load and Mail". Change help echo text.
26258
26259 * time.el (display-time-use-mail-icon, display-time-format)
26260 (display-time-string-forms): Shorten first line of docstrings.
26261
26262 2005-08-10 Lars Hansen <larsh@soem.dk>
26263
26264 * desktop.el (desktop-buffer-mode-handlers):
26265 Make non-customizable. Add autoload cookie. Change initial value to
26266 nil; add elements in respective modules instead. Fix doc string.
26267 (desktop-load-file): New function.
26268 (desktop-minor-mode-handlers): New autoloaded variable.
26269 (desktop-create-buffer): Call minor mode handlers.
26270 Use desktop-load-file to load major and minor mode modules prior to
26271 checking for a handler.
26272 (desktop-save): Don't add nil to desktop-minor-modes for minor
26273 modes with nil function in desktop-minor-mode-table. Don't delete
26274 desktop file before rewriting it.
26275 (desktop-locals-to-save): Add autoload cookie. Don't make
26276 automatically buffer-local. Add variables column-number-mode,
26277 size-indication-mode, indent-tabs-mode,
26278 indicate-buffer-boundaries, indicate-empty-lines and
26279 show-trailing-whitespace.
26280 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
26281 regexps. Don't use desktop-clear-preserve-buffers-regexp.
26282 (desktop-clear-preserve-buffers-regexp): Delete.
26283 (desktop-clear-preserve-buffers): Update initial value and docstring.
26284 (desktop-save-buffer): Fix doc string.
26285
26286 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
26287 (hilit-chg-desktop-restore): New function.
26288 (highlight-changes-mode): Add highlight-changes-mode to
26289 desktop-locals-to-save.
26290
26291 * dired.el: Add handler to desktop-buffer-mode-handlers.
26292 (dired-restore-desktop-buffer): Remove autoload cookie.
26293 (dired-mode): Add autoload cookie.
26294
26295 * info.el: Add handler to desktop-buffer-mode-handlers.
26296 (Info-restore-desktop-buffer): Remove autoload cookie.
26297 (Info-mode): Add autoload cookie.
26298
26299 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
26300 (mh-restore-desktop-buffer): Remove autoload cookie.
26301 (mh-folder-mode): Add autoload cookie.
26302
26303 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
26304 (rmail-restore-desktop-buffer): Remove autoload cookie.
26305
26306 2005-08-11 Masatake YAMATO <jet@gyve.org>
26307
26308 * hexl.el (hexl-address-region):
26309 (hexl-ascii-region, hexl-font-lock-keywords):
26310 (hexl-highlight-line-range): Use the term "region"
26311 instead of "area" for consistency with the other symbols
26312 defined in hexl.el.
26313
26314 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
26315
26316 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
26317 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
26318 out by Juri Linkov). Add `display-battery-mode'.
26319
26320 2005-08-09 Juri Linkov <juri@jurta.org>
26321
26322 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26323 Remove `-text' from face variable names.
26324 (compilation-error-file-name, compilation-warning-file-name)
26325 (compilation-info-file-name): Delete faces.
26326 (compilation-line-number, compilation-column-number):
26327 Remove face underlining.
26328 (compilation-message-face): Set to `underline' value by default.
26329 (compilation-error-face, compilation-warning-face)
26330 (compilation-info-face): Remove `-file-name' from face names.
26331 (compilation-error-text-face, compilation-warning-text-face)
26332 (compilation-info-text-face): Delete face variables.
26333 (compilation-text-face): Delete function.
26334
26335 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
26336 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
26337 (grep-error-face): Set to `compilation-error' instead of
26338 `compilation-error-face' (which is redefined to `grep-hit-face' in
26339 grep buffers).
26340 (grep-mode-font-lock-keywords): Remove `-text' from face variable
26341 names. Use `grep-error-face' instead of `compilation-error-text-face'.
26342
26343 * dired-aux.el (dired-do-query-replace-regexp):
26344 Use `query-replace-read-args'.
26345
26346 * replace.el (query-replace-read-from, query-replace-read-to)
26347 (query-replace-read-args): Rename arg `string' to `prompt'.
26348
26349 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
26350
26351 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
26352
26353 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
26354 uploading files.
26355 (ange-ftp-canonize-filename): Handle file names beginning with ~
26356 correctly.
26357
26358 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
26359
26360 * textmodes/fill.el (canonically-space-region)
26361 (fill-context-prefix, fill-french-nobreak-p)
26362 (fill-delete-newlines, fill-comment-paragraph)
26363 (justify-current-line): "?\ " -> "?\s".
26364
26365 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
26366
26367 * textmodes/fill.el (fill-nonuniform-paragraphs):
26368 Improve argument/docstring consistency.
26369
26370 2005-08-09 Richard M. Stallman <rms@gnu.org>
26371
26372 * textmodes/ispell.el (ispell-word): More fboundp checks.
26373
26374 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
26375 (find-file-noselect-1): Call it here, only if RAWFILE.
26376 (normal-mode): Always set some major mode.
26377 (save-some-buffers-action-alist): Change some explanation strings.
26378 (file-name-non-special): In the `quote' method, use unwind-protect.
26379
26380 2005-08-09 Magnus Henoch <mange@freemail.hu>
26381
26382 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
26383 (ispell-have-aspell-dictionaries): New variable.
26384 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
26385 (ispell-get-aspell-config-value): New function.
26386 (ispell-aspell-find-dictionary): New function.
26387 (ispell-aspell-add-aliases): New function.
26388 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
26389 appropriate. Don't look for ispell dictionaries if we use aspell.
26390 (ispell-menu-map): Don't build a submenu of dictionaries.
26391
26392 2005-08-09 Richard M. Stallman <rms@gnu.org>
26393
26394 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
26395 (sql-read-passwd): Use read-passwd.
26396
26397 * progmodes/idlw-toolbar.el (idlwave-toolbar)
26398 (idlwave-toolbar-is-possible): Add defvars.
26399
26400 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
26401 Avoid warnings.
26402
26403 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
26404 (idlwave-system-class-info, idlwave-executive-commands-alist):
26405 Use defvar.
26406
26407 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
26408
26409 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
26410 Avoid warnings.
26411
26412 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
26413 and content-type: headers.
26414
26415 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
26416
26417 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
26418 and rename some of them to be more self-explanatory.
26419
26420 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
26421
26422 * startup.el (command-line-1): Implement -scriptload.
26423
26424 * replace.el (occur-engine): Initial *Occur* output not undoable.
26425
26426 * menu-bar.el (menu-bar-file-menu): Rename some menu items
26427 and improve help strings.
26428
26429 * isearch.el (isearch-repeat): When changing direction,
26430 mark search successful.
26431
26432 * ediff-init.el: Use (featurep 'xemacs).
26433
26434 * comint.el (send-invisible): Identify buffer, if not selected.
26435
26436 * align.el: Delete autoload for c-guess-basic-syntax.
26437
26438 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
26439
26440 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
26441 Improve argument/docstring consistency. Doc fixes.
26442 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
26443 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
26444 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
26445 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
26446 (r2bv-organization, r2bv-pages, r2bv-primary-author)
26447 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
26448 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
26449 Defvar at compile time.
26450
26451 2005-08-09 Juri Linkov <juri@jurta.org>
26452
26453 * info.el: Replace `info' with upper-case `Info' where appropriate.
26454 (info-title-1, info-title-2, info-title-3, info-title-4)
26455 (info-menu-header): Move up face definitions.
26456 (info-menu-star): Rename from `info-menu-5'.
26457 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
26458 (Info-fontify-visited-nodes): Fix docstring.
26459 (Info-hide-note-references): Fix docstring.
26460 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
26461 menu items in the same way as on cross-references.
26462 (info-apropos): Fix sorting order and formatting to be like in the
26463 stand-alone Info browser. Display error messages for 1 sec.
26464 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
26465 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
26466 from the menu bar.
26467 (Info-insert-dir): Restore point after calling
26468 `insert-buffer-substring'.
26469
26470 2005-08-08 Richard M. Stallman <rms@gnu.org>
26471
26472 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
26473 (recompute-lucid-menubar): Add defvars.
26474
26475 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
26476
26477 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
26478
26479 * net/net-utils.el (run-dig): Rename from `dig'.
26480
26481 * play/gametree.el (gametree-mode): Use make-local-variable,
26482 not make-variable-buffer-local.
26483
26484 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
26485
26486 * ansi-color.el (ansi-color-make-extent)
26487 (ansi-color-set-extent-face): Use fboundp, not functionp.
26488
26489 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
26490 not make-variable-buffer-local.
26491
26492 * bookmark.el (Info-current-file): Add defvar.
26493 (bookmark-jump-noselect): Use with-no-warnings.
26494
26495 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
26496
26497 * ebuff-menu.el (Helper-return-blurb): Add defvar.
26498
26499 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
26500
26501 * find-file.el (ada-procedure-start-regexp)
26502 (ada-package-start-regexp): Add defvars.
26503
26504 * info.el (Info-insert-dir): Use insert-buffer-substring.
26505
26506 * xml.el (xml-att-def-re): Add defvar.
26507
26508 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
26509 calling convention.
26510
26511 * subr.el (while-no-input): Return t if there is input.
26512
26513 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
26514
26515 * cus-start.el (all): Add `overflow-newline-into-fringe'.
26516
26517 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
26518
26519 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
26520 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
26521
26522 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
26523
26524 * cmuscheme.el (scheme-start-file): Replace reference to
26525 `user-emacs-directory' by "~/.emacs.d/".
26526
26527 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
26528
26529 * info.el (Info-dir-remove-duplicates): Avoid case folding
26530 in loop; instead, keep downcased strings for comparison.
26531 Suggested by Helmut Eller.
26532
26533 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
26534
26535 Sync with Tramp 2.0.50.
26536
26537 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
26538 XEmacs case; not necessary anymore.
26539 (tramp-user-regexp): Allow "@" as part of user name.
26540 (tramp-handle-set-visited-file-modtime)
26541 (tramp-handle-insert-file-contents)
26542 (tramp-handle-write-region): No special handling for
26543 `last-coding-system-used, because this is done in
26544 `tramp-accept-process-output' now.
26545 (tramp-accept-process-output): New defun.
26546 (tramp-process-one-action, tramp-process-one-multi-action)
26547 (tramp-wait-for-regexp, tramp-wait-for-output)
26548 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
26549 Howells <dhowells@redhat.com>.
26550 (clear-visited-file-modtime): Defadvice removed. The check for
26551 unset buffer's modtime does not need to be based on
26552 `tramp-buffer-file-attributes'. Suggested by RMS.
26553 (tramp-message): Insert "\n" if not being at beginning of line.
26554 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
26555 sequence with same logic.
26556 (tramp-completion-handle-expand-file-name): Discard call of
26557 `tramp-drop-volume-letter'. It is not necessary, and there have
26558 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
26559 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
26560 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
26561 should always be visible.
26562 (tramp-handle-insert-directory, tramp-setup-complete)
26563 (tramp-set-process-query-on-exit-flag)
26564 (tramp-append-tramp-buffers): Pacify byte-compiler.
26565 (tramp-bug): Delete non-existing variables from list.
26566 Apply `tramp-load-report-modules' as pre-hook.
26567 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
26568 `shell-prompt-pattern' because of non-7bit characters.
26569 Reported by Sebastian Luque <sluque@mun.ca>.
26570 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
26571 (tramp-match-string-list): Remove function.
26572 (tramp-wait-for-regexp): Remove call of that function.
26573 Suggested by Kim F. Storm <storm@cua.dk>.
26574 (tramp-set-auto-save-file-modes): Use octal integer code #o600
26575 instead of octal character code ?\600. The latter resulted in a
26576 syntax error with XEmacs.
26577
26578 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
26579 XEmacs case; not necessary anymore.
26580 (tramp-smb-handle-write-region): No special handling for
26581 `last-coding-system-used, because this is done in
26582 `tramp-accept-process-output' now.
26583 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
26584
26585 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
26586
26587 * wid-edit.el (widget-choice-value-create):
26588 Unconditionally respect user choice. Set :explicit-choice back to nil
26589 when no longer needed.
26590 (widget-choice-action): Unconditionally respect user choice.
26591 Eliminate :explicit-choice-value.
26592
26593 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
26594
26595 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
26596 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
26597 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
26598 running new function `toggle-indicate-empty-lines'.
26599 Rename "Customize" item to "Customize fringe".
26600 Rename "Indicators" item to "Buffer boundaries" and change help echo.
26601 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
26602 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
26603 Delete "Empty lines only" item.
26604 (menu-bar-showhide-fringe-ind-customize): New function.
26605 (menu-bar-showhide-fringe-ind-mixed)
26606 (menu-bar-showhide-fringe-ind-box)
26607 (menu-bar-showhide-fringe-ind-right)
26608 (menu-bar-showhide-fringe-ind-left)
26609 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
26610 instead of `fringe-indicators'.
26611
26612 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
26613
26614 * emulation/viper.el (viper-emacs-state-mode-list):
26615 Add recentf-dialog-mode. Change the date of last update.
26616
26617 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
26618
26619 * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
26620 (viper-exec-yank, viper-put-back): Don't display modification msg
26621 if in the minibuffer.
26622
26623 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
26624 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
26625 Make variables frame local.
26626
26627 * emulation/viper-util.el (viper-append-filter-alist):
26628 Use append instead of nconc.
26629
26630 * emulation/viper.el (viper-vi-state-mode-list)
26631 (viper-emacs-state-mode-list): Move help-mode and
26632 completion-list-mode from the first list to the second.
26633 (viper-mode): Docstring.
26634 (viper-go-away, viper-non-hook-settings): Don't localize
26635 minor-mode-alist in newer Emacsen. Add advice to
26636 set-cursor-color. Don't bind "\C-c\\".
26637
26638 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
26639
26640 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
26641 (scheme-macro-expand-command): New user options.
26642 (scheme-trace-procedure, scheme-expand-current-form): New commands.
26643 (scheme-form-at-point, scheme-start-file)
26644 (scheme-interactively-start-process): New functions.
26645 (scheme-get-process): New function, extracted from `scheme-proc'.
26646 (run-scheme): Call `scheme-start-file' to get start file, and pass
26647 it to `make-comint'.
26648 (switch-to-scheme, scheme-proc):
26649 Call `scheme-interactively-start-process' if no Scheme buffer/process
26650 is available.
26651
26652 2005-08-06 Juri Linkov <juri@jurta.org>
26653
26654 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26655 Use `compilation-text-face', `compilation-info-text-face' and
26656 `compilation-error-text-face' instead of `font-lock-keyword-face'.
26657 (compilation-error): New face.
26658 (compilation-error-file-name): Inherit from
26659 `compilation-error' instead of `font-lock-warning-face'.
26660 (compilation-warning-file-name): Inherit from
26661 `compilation-warning' instead of `font-lock-warning-face'.
26662 (compilation-info, compilation-error-file-name)
26663 (compilation-warning-file-name, compilation-info-file-name)
26664 (compilation-line-number, compilation-column-number): Doc fix.
26665 (compilation-error-text-face, compilation-warning-text-face)
26666 (compilation-info-text-face): New face variables.
26667 (compilation-line-face, compilation-column-face)
26668 (compilation-enter-directory-face)
26669 (compilation-leave-directory-face): Doc fix.
26670 (compilation-text-face): New function.
26671
26672 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
26673 instead of 1 to display binary file names as info file links.
26674 (grep-error-face): Use `compilation-error-face' instead of
26675 `font-lock-keyword-face'.
26676 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
26677 and `compilation-warning-text-face' instead of
26678 `font-lock-keyword-face'. Use `compilation-error-text-face'
26679 instead of `grep-error-face'.
26680
26681 2005-08-05 Kenichi Handa <handa@m17n.org>
26682
26683 * international/code-pages.el: Add autoload cookies for all coding
26684 systems.
26685
26686 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
26687
26688 * cus-start.el (all): Put undo.c where it alphabetically belongs.
26689
26690 2005-08-04 Juri Linkov <juri@jurta.org>
26691
26692 * progmodes/compile.el (compilation-mode-map):
26693 * progmodes/grep.el (grep-mode-map):
26694 Bind TAB to `compilation-next-error' and [backtab] to
26695 `compilation-previous-error'.
26696
26697 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
26698 matching line numbers, column numbers and their ranges with regexp
26699 matching only line numbers.
26700 (grep-context-face): New face variable.
26701 (grep-mode-font-lock-keywords): Use it.
26702
26703 * faces.el (read-face-name): Delete duplicate faces.
26704
26705 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
26706
26707 * thumbs.el (thumbs-find-image): Don't make variables
26708 automatically buffer local.
26709 (thumbs-current-tmp-filename, thumbs-current-image-filename)
26710 (thumbs-image-num): Make automatically buffer local.
26711 (thumbs-show-thumbs-list): Use `make-local-variable', not
26712 `make-variable-buffer-local'.
26713 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
26714
26715 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
26716 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
26717 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
26718 (bother, bye, canyou, chatlst, continue, deathlst, describe)
26719 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
26720 (feelings-about, foullst, found, hello, history, howareyoulst)
26721 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
26722 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
26723 (neglst, obj, object, owner, please, problems, qlist)
26724 (random-adjective, relation, remlst, repetitive-shortness)
26725 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
26726 (shortlst, something, sportslst, stallmanlst, states, subj)
26727 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
26728 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
26729 Defvar at compile time.
26730
26731 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
26732 not `make-variable-buffer-local'.
26733
26734 2005-08-02 Kim F. Storm <storm@cua.dk>
26735
26736 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
26737 rectangle overlay in selected window.
26738
26739 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
26740
26741 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
26742 instead of display group. Make `indicate-buffer-boundaries'
26743 customizable through Custom.
26744
26745 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
26746
26747 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
26748 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
26749 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
26750 (gdb-put-string): Fix typos in docstrings.
26751
26752 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
26753
26754 Update copyright notices of files in progmodes directory for
26755 release of Emacs 22.1.
26756
26757 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
26758
26759 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
26760 Don't barf if the GUD buffer has been killed.
26761
26762 2005-08-01 Kim F. Storm <storm@cua.dk>
26763
26764 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
26765
26766 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
26767
26768 * simple.el (next-error-follow-minor-mode):
26769 make-variable-buffer-local -> make-local-variable.
26770
26771 * emacs-lisp/cl-extra.el: Require CL also when compiling.
26772
26773 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
26774 (byte-compile-form-make-variable-buffer-local): New functions to warn
26775 about misuses of make-variable-buffer-local where make-local-variable
26776 was meant.
26777
26778 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
26779
26780 * bs.el (bs-attributes-list): Doc fix.
26781 (bs): Update url-link.
26782
26783 * desktop.el (desktop-save-buffer): Fix typos in docstring.
26784 (desktop-load-default): Simplify.
26785
26786 * ibuffer.el (ibuffer-columnize-and-insert-list)
26787 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
26788 (ibuffer-unmark-all, ibuffer-toggle-marks)
26789 (ibuffer-unmark-forward, ibuffer-unmark-backward)
26790 (ibuffer-compile-make-format-form, ibuffer-format-column)
26791 (ibuffer-current-buffers-with-marks)
26792 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
26793 (ibuffer): Doc fix.
26794 (ibuffer-mode): Fix typo in docstring.
26795 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
26796 with `define-obsolete-variable-alias'.
26797 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
26798
26799 2005-07-29 Kenichi Handa <handa@m17n.org>
26800
26801 * international/mule-cmds.el (select-message-coding-system):
26802 Be sure to use LF for end-of-line. If no coding system is decided,
26803 return iso-8859-1-unix.
26804
26805 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
26806
26807 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
26808 (ange-ftp-pending-error-line): New vars.
26809 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
26810 to handle the non-fatal no-route-to-host messages.
26811 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
26812
26813 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
26814
26815 * isearch.el (isearch-mode-map, isearch-other-meta-char)
26816 (isearch-quote-char, isearch-printing-char)
26817 (isearch-text-char-description): "?\ " -> "?\s".
26818 (isearch-lazy-highlight-cleanup)
26819 (isearch-lazy-highlight-initial-delay)
26820 (isearch-lazy-highlight-interval)
26821 (isearch-lazy-highlight-max-at-a-time)
26822 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
26823 Declare with define-obsolete-*-alias macros.
26824 (isearch-forward): Fix typo in docstring.
26825 (search-invisible, search-ring-yank-pointer)
26826 (regexp-search-ring-yank-pointer): Doc fixes.
26827
26828 * recentf.el (recentf-menu-append-commands-p): Declare with
26829 `define-obsolete-variable-alias'.
26830 (recentf-max-saved-items, recentf-menu-filter)
26831 (recentf-arrange-by-rule-subfilter): Doc fixes.
26832 (recentf-menu-append-commands-flag)
26833 (recentf-initialize-file-name-history, recentf-expand-file-name)
26834 (recentf-clear-data): Fix typos in docstrings.
26835
26836 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
26837
26838 * progmodes/gdb-ui.el: Smarten comments.
26839 (gdb-info-breakpoints-custom): Use nowarn when finding file.
26840
26841 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
26842
26843 * term/apollo.el (terminal-init-apollo): New function containing
26844 all former top level forms in the file.
26845 * term/bobcat.el (terminal-init-bobcat):
26846 * term/cygwin.el (terminal-init-cygwin):
26847 * term/iris-ansi.el (terminal-init-iris-ansi):
26848 * term/linux.el (terminal-init-linux):
26849 * term/news.el (terminal-init-news):
26850 * term/rxvt.el (terminal-init-rxvt):
26851 * term/sun.el (terminal-init-sun):
26852 * term/tvi970.el (terminal-init-tvi970):
26853 * term/vt100.el (terminal-init-vt100):
26854 * term/vt102.el (terminal-init-vt102):
26855 * term/vt125.el (terminal-init-vt125):
26856 * term/vt200.el (terminal-init-vt200):
26857 * term/vt201.el (terminal-init-vt201):
26858 * term/vt220.el (terminal-init-vt220):
26859 * term/vt240.el (terminal-init-vt240):
26860 * term/vt300.el (terminal-init-vt300):
26861 * term/vt320.el (terminal-init-vt320):
26862 * term/vt400.el (terminal-init-vt400):
26863 * term/vt420.el (terminal-init-vt420):
26864 * term/wyse50.el (terminal-init-wyse50):
26865 * term/xterm.el (terminal-init-xterm): Likewise.
26866
26867 * term/README: Describe the terminal-init-* functionality.
26868
26869 * startup.el (command-line): After loading the terminal initialization
26870 file call the corresponding terminal initialization function.
26871
26872 2005-07-27 Kenichi Handa <handa@m17n.org>
26873
26874 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
26875 negative.
26876
26877 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
26878 (ps-mule-composition-prologue): Fix for the case that
26879 RelativeCompose is false.
26880
26881 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
26882
26883 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
26884
26885 * descr-text.el (describe-char): Handle the case where the list of
26886 chars is displayed in a separate frame.
26887 Be a bit more discriminating when looking for the char.
26888
26889 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
26890
26891 * bookmark.el (bookmark-automatically-show-annotations)
26892 (bookmark-read-annotation-text-func): Doc fixes.
26893 (bookmark-save): Improve argument/docstring consistency.
26894 (bookmark-get-bookmark, bookmark-get-bookmark-record)
26895 (bookmark-alist-from-buffer)
26896 (bookmark-upgrade-file-format-from-0)
26897 (bookmark-grok-file-format-version)
26898 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
26899 (bookmark-read-annotation-mode)
26900 (bookmark-insert-current-bookmark, bookmark-jump)
26901 (bookmark-exit-hook): Fix typos in docstrings.
26902 (bookmark-exit-hooks): Define as obsolete alias.
26903 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
26904 not `bookmark-exit-hooks'. Fix docstring.
26905 (bookmark-bmenu-select): "?\ " -> "?\s".
26906
26907 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
26908
26909 * startup.el (command-line): Fix typo.
26910
26911 2005-07-24 Richard M. Stallman <rms@gnu.org>
26912
26913 * tooltip.el (tooltip-mode): Test emacs-basic-display,
26914 not emacs-quick-startup.
26915
26916 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
26917
26918 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
26919 (reb-next-match, reb-show-subexp): Use `with-selected-window'
26920 instead of `reb-with-current-window'.
26921 (reb-prev-match): Likewise. Also, don't move left if the search
26922 was unsuccessful.
26923 (reb-initialize-buffer): New function.
26924 (re-builder, reb-change-syntax): Use it.
26925
26926 * man.el (Man-goto-page): Make second argument NOERROR optional.
26927
26928 2005-07-23 Richard M. Stallman <rms@gnu.org>
26929
26930 * man.el (Man-bgproc-sentinel): Check here for failure to find
26931 any man page in the output, and report the error here.
26932 (Man-arguments): Make it permanent local.
26933 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
26934 (Man-mode): Pass t for NOERROR.
26935
26936 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
26937 (grep-mode-font-lock-keywords):
26938 Don't use compilation-...-face for messages that are not file names.
26939
26940 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26941 Don't use compilation-...-face for messages that are not file names.
26942
26943 2005-07-22 Juri Linkov <juri@jurta.org>
26944
26945 * startup.el (normal-splash-screen): Update menu name.
26946
26947 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
26948
26949 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
26950
26951 * term/xterm.el: Load term/rxvt if the terminal is actually an
26952 rxvt terminal.
26953 (xterm-rxvt-set-background-mode): Remove, not used anymore.
26954
26955 * term/rxvt.el (function-key-map): Use substitute-key-definition
26956 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
26957
26958 * term/cygwin.el: New file.
26959
26960 2005-07-22 Kim F. Storm <storm@cua.dk>
26961
26962 * image-file.el (insert-image-file, image-file-yank-handler):
26963 Fix last change to maintain a (unique) yank-handler on yanked images.
26964
26965 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
26966
26967 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
26968 of the file size (as in "177B" for 177 bytes). This happens with
26969 "ls -lh" on FreeBSD.
26970
26971 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
26972
26973 * hilit-chg.el (highlight-changes-global-initial-state)
26974 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
26975 (hilit-chg-fixup, highlight-changes-mode):
26976 Fix typos in docstrings.
26977 (highlight-changes-global-modes, highlight-changes-rotate-faces):
26978 Doc fixes.
26979
26980 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
26981
26982 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
26983 mode function using `eval-after-load'.
26984
26985 2005-07-21 Kim F. Storm <storm@cua.dk>
26986
26987 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
26988 included when reporting an Emacs crash, and tell about the DEBUG file.
26989
26990 * image-file.el (insert-image-file): Add yank-handler.
26991 (image-file-yank-handler): Yank handler to make unique copies of
26992 images when they are yanked into a buffer next to each other.
26993
26994 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
26995
26996 * comint.el (comint-use-prompt-regexp, comint-send-input)
26997 (comint-source-default, comint-extract-string)
26998 (comint-get-source, comint-word, comint-completion)
26999 (comint-source, comint-prompt-read-only, comint-update-fence):
27000 Fix typos in docstrings.
27001 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
27002 Declare with define-obsolete-*-alias macros.
27003 (comint-previous-matching-input-from-input)
27004 (comint-next-matching-input-from-input)
27005 (comint-previous-matching-input, comint-next-matching-input)
27006 (comint-forward-matching-input):
27007 Improve argument/docstring consistency.
27008
27009 * desktop.el (desktop-clear-preserve-buffers-regexp):
27010 Also preserve the *server* buffer.
27011
27012 * simple.el (clone-indirect-buffer): Doc fix.
27013 (fixup-whitespace, just-one-space)
27014 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
27015 (next-error, next-error-highlight)
27016 (next-error-highlight-no-select, next-error-last-buffer)
27017 (next-error-buffer-p, next-error-find-buffer, next-error)
27018 (previous-error, next-error-no-select, previous-error-no-select)
27019 (open-line, split-line, minibuffer-prompt-width, kill-new)
27020 (binary-overwrite-mode): Fix typos in docstrings.
27021 (set-fill-column): Fix typo in message.
27022
27023 * skeleton.el (skeleton-proxy-new): Doc fix.
27024
27025 * strokes.el (strokes-load-hook): Doc fix.
27026 (strokes-grid-resolution, strokes-get-grid-position)
27027 (strokes-renormalize-to-grid, strokes-read-stroke)
27028 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
27029 (strokes-global-map): Fix typos in docstrings.
27030 (strokes-help): Doc fix. Fix help message and pass it through
27031 `substitute-command-keys'.
27032
27033 * tempo.el (tempo-insert-prompt, tempo-interactive)
27034 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
27035 (tempo-insert-string-functions, tempo-local-tags)
27036 (tempo-define-template, tempo-insert-template)
27037 (tempo-insert-prompt-compat, tempo-is-user-element)
27038 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
27039 Fix typos in docstrings.
27040
27041 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
27042 (vcursor-key-bindings, vcursor-use-vcursor-map)
27043 (vcursor-find-window, vcursor-scroll-down)
27044 (vcursor-disable, vcursor-beginning-of-buffer)
27045 (vcursor-end-of-buffer): Fix typos in docstrings.
27046 (vcursor-relative-move, vcursor-get-char-count):
27047 Improve argument/docstring consistency.
27048
27049 * version.el: "?\ " -> "?\s".
27050
27051 * wid-edit.el (widget-default-create, widget-after-change)
27052 (widget-default-format-handler, widget-checklist-add-item)
27053 (widget-radio-add-item, widget-choose, widget-specify-secret)
27054 (widget-field-value-create, widget-field-value-get)
27055 (widget-editable-list-format-handler)
27056 (widget-editable-list-entry-create, widget-group-value-create)
27057 (widget-documentation-link-add)
27058 (widget-documentation-string-value-create): "?\ " -> "?\s".
27059 (widget-convert-text): Doc fix.
27060 (widget-narrow-to-field, widget-field-find)
27061 (widget-url-link-action, widget-emacs-library-link-action)
27062 (widget-color-notify): Fix typos in docstrings.
27063
27064 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
27065 (x-select-text, set-w32-system-coding-system)
27066 (w32-add-charset-info): Fix typos in docstrings.
27067
27068 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
27069 (cua-enable-cua-keys, cua-use-hyper-key)
27070 (cua-virtual-rectangle-edges): Fix typos in docstrings.
27071 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
27072
27073 * net/tramp.el (tramp-handle-load): Fix typo in error message.
27074
27075 * emacs-lisp/re-builder.el (regexp-builder): Declare with
27076 `defalias' instead of faking it.
27077
27078 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
27079 (eshell-ls-missing, eshell-ls-dired-initial-args)
27080 (eshell-ls-use-in-dired): Fix typos in docstrings.
27081
27082 2005-07-20 Kim F. Storm <storm@cua.dk>
27083
27084 * emulation/cua-base.el (cua-mode): Improve doc string.
27085
27086 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
27087
27088 * abbrev.el (expand-region-abbrevs): Doc fix.
27089 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
27090 Improve argument/docstring consistency.
27091
27092 * arc-mode.el (archive-get-descr, archive-alternate-display):
27093 Doc fixes.
27094 (archive-l-e): Improve argument/docstring consistency.
27095 (archive-tmpdir, archive-unixdate, archive-unixtime)
27096 (archive-chmod-entry): Fix typos in docstrings.
27097 (archive-unflag, archive-unflag-backwards)
27098 (archive-unmark-all-files): "?\ " -> "?\s".
27099
27100 * buff-menu.el (Buffer-menu-unmark): Doc fix.
27101 (Buffer-menu-not-modified, Buffer-menu-execute)
27102 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
27103 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
27104
27105 * composite.el (compose-string, encode-composition-rule)
27106 (compose-last-chars): Fix typos in docstrings.
27107
27108 * desktop.el (desktop-enable, desktop-basefilename):
27109 Declare with `define-obsolete-variable-alias'.
27110 (desktop-internal-v2s): Don't quote keywords.
27111 (desktop-clear): "?\ " -> "?\s".
27112
27113 * dired.el (dired-align-file, dired-flag-backup-files)
27114 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
27115 (dired-listing-switches, dired-ls-F-marks-symlinks)
27116 (dired-dwim-target, dired-load-hook, dired-mode-hook)
27117 (dired-directory, dired-faces, dired, dired-revert)
27118 (dired-mode, dired-summary, dired-view-file)
27119 (dired-copy-filename-as-kill, dired-delete-file)
27120 (dired-no-confirm, dired-unmark-all-marks)
27121 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
27122 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
27123 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
27124 Fix typos in message strings.
27125
27126 * dired-x.el (virtual-dired): Declare with `defalias'.
27127 (dired-mark-unmarked-files, dired-local-variables-file)
27128 (dired-omit-here-always): Doc fix.
27129 (dired-omit-mode, dired-find-subdir)
27130 (dired-enable-local-variables, dired-clean-up-buffers-too)
27131 (dired-extra-startup, dired-mark-extension, dired-jump)
27132 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
27133 (dired-smart-shell-command, dired-guess-shell-alist-user)
27134 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
27135 (dired-x-bind-find-file, dired-x-submit-report):
27136 Fix typos in docstrings.
27137 (dired-mark-unmarked-files): "?\ " -> "?\s".
27138
27139 * dirtrack.el (dirtrack-list): Fix typos in docstring.
27140
27141 * faces.el (describe-face): "?\ " -> "?\s".
27142 (read-all-face-attributes, read-face-font, modify-face)
27143 (face-attr-construct, italic): Fix typos in docstrings.
27144 (frame-update-face-colors): Declare with
27145 `define-obsolete-function-alias'.
27146
27147 * files.el (find-file-noselect, recode-file-name): Doc fixes.
27148 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
27149 (magic-mode-alist, buffer-file-numbers-unique)
27150 (write-file-functions, get-free-disk-space):
27151 Fix typos in docstrings.
27152 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
27153 (write-contents-hooks, write-file-hooks):
27154 Declare with `define-obsolete-variable-alias'.
27155
27156 * forms-d2.el (arch-rj): Fix typo in docstrings.
27157 (arch-tocol): Likewise. "?\ " -> "?\s".
27158
27159 * frame.el (set-frame-font, cursor-in-non-selected-windows):
27160 Fix typo in docstring.
27161 (set-screen-width, set-screen-height): Delete redundant info in
27162 doctrings.
27163 (new-frame, screen-height, screen-width): Declare with
27164 `define-obsolete-function-alias'.
27165 (delete-frame-hook, blink-cursor): Declare with
27166 `define-obsolete-variable-alias'.
27167
27168 * paths.el (prune-directory-list): Fix typos in docstring.
27169
27170 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
27171 (cvs-prefix-get): Fix typos in docstrings.
27172
27173 * ps-print.el (ps-extend-face-list, ps-extend-face)
27174 (ps-print-background-image): Fix typos in docstrings.
27175 (ps-default-fg, ps-default-bg): Doc fixes.
27176
27177 * s-region.el (s-region-bind): Doc fix.
27178 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
27179
27180 * textmodes/org.el (org-table-formula-substitute-names)
27181 (org-table-get-vertical-vector): Doc fixes.
27182 (org-table-recalculate): Remove unused argument to `message'.
27183
27184 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
27185
27186 * textmodes/org.el (org-table-column-names)
27187 (org-table-column-name-regexp)
27188 (org-table-named-field-locations): New variables.
27189 (org-archive-subtree): Protect `this-command' when calling
27190 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
27191 the kill buffer.
27192 (org-complete): Remove fixed-formula completion.
27193 (org-edit-formulas-map): New variable.
27194 (org-table-edit-formulas): New command.
27195 (org-finish-edit-formulas, org-abort-edit-formulas)
27196 (org-show-variable, org-table-get-vertical-vector): New functions.
27197 (org-table-maybe-eval-formula): Handle `:=' fields.
27198 (org-table-get-stored-formulas, org-table-store-formulas)
27199 (org-table-get-formula, org-table-modify-formulas)
27200 (org-table-replace-in-formulas): Handle named field formulas.
27201 (org-table-get-specials): Store locations of named fields.
27202
27203 2005-07-19 Juri Linkov <juri@jurta.org>
27204
27205 * progmodes/grep.el (grep-regexp-alist)
27206 (grep-mode-font-lock-keywords, grep-process-setup):
27207 Use default GNU grep match color "01;31m" instead of "01;41m".
27208 (grep-regexp-alist, grep-mode-font-lock-keywords):
27209 Use `\\[[0-9]*m' instead of `\\[00m'.
27210 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
27211 sgr_start where its handling is more important. Use the real
27212 length of sgr_start instead of constant 8.
27213 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
27214 specially. Delete all remaining escape sequences.
27215 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
27216 (grep-regexp-alist): Make hyperlink only for binary file name
27217 instead of the whole line.
27218 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
27219 (grep-mode): Add autoload.
27220
27221 * emacs-lisp/find-func.el (find-function-regexp):
27222 Add `define-compilation-mode'.
27223
27224 2005-07-19 Juri Linkov <juri@jurta.org>
27225
27226 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
27227 (compare-windows-sync-string-size, compare-windows-recenter)
27228 (compare-windows-highlight, compare-windows): Add version 22.1.
27229 (compare-windows) <defface>: Inherit from lazy-highlight instead
27230 of duplicating its default value.
27231
27232 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
27233 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
27234
27235 * descr-text.el (describe-char): Create link buttons for `charset'
27236 and `code point'. Add the current input method name with a link
27237 button to `to input' field. Print face names of display table
27238 characters in `The display table entry is displayed by' section
27239 instead of printing face-id in the `display' field.
27240 Guess hardcoded faces and create a link button for them.
27241 Skip empty fields when calculating max-width.
27242 Treat `widget-create' specially while inserting strings from the
27243 collected field list.
27244 (describe-char-after): Made obsolete in version 22.1, not 21.5.
27245
27246 * diff-mode.el (diff-file-header): Change foreground color from
27247 yellow to green on light backgrounds.
27248 (diff-context): Inherit from `shadow' only for color/grayscale
27249 with more than 88 colors.
27250 (diff-indicator-removed, diff-indicator-added)
27251 (diff-indicator-changed): New faces.
27252 (diff-font-lock-keywords): Use new faces. Regroup rules.
27253 Add "^---$" for `normal' diff format. Fontify `#' lines with
27254 font-lock-comment-delimiter-face and font-lock-comment-face.
27255 Add `#' to ^[^...] in the rule for `diff-context-face'.
27256
27257 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
27258 a button-like box. Inherit from `highlight' on low colors.
27259 (shadow): Use shades of gray only for color/grayscale with
27260 more than 88 colors. Use green for light backgrounds with
27261 8 colors, and yellow for dark backgrounds with 8 colors.
27262
27263 * font-lock.el (font-lock-regexp-grouping-backslash):
27264 Don't inherit from escape-glyph (use bold for all cases).
27265
27266 * info.el (info-xref-visited): Use light foreground color `violet'
27267 for dark backgrounds instead of dark color `magenta3'.
27268 (info-title-1): Use `yellow' color for dark backgrounds.
27269
27270 * isearch.el (isearch): Use not-too-dark magenta3 instead of
27271 too-light magenta2.
27272
27273 * replace.el (match): Use slightly more light RoyalBlue3 instead
27274 of dark RoyalBlue4.
27275
27276 * wid-edit.el (widget-inactive): Inherit from `shadow'.
27277
27278 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
27279
27280 * novice.el (disabled-command-hook): Declare it with
27281 `define-obsolete-variable-alias'.
27282
27283 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
27284 (desktop-buffer-misc-functions, desktop-buffer-handlers)
27285 (desktop-load-default): Add release to obsolescence info.
27286 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
27287 (desktop-append-buffer-args, desktop-read):
27288 Fix typos in docstrings.
27289 (desktop-kill): Fix typo in message.
27290 (desktop-save): Doc fix.
27291
27292 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
27293
27294 * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
27295 (viper-envelop-ESC-key): Change the definition of fast
27296 keysequence so it'll work with keyboard macros.
27297
27298 * ediff.el (ediff-patch-buffer): Change the docstring.
27299
27300 2005-07-19 Kenichi Handa <handa@m17n.org>
27301
27302 * international/mule-cmds.el (select-safe-coding-system): Try to
27303 use an auto-coding (if any) before anything else. If the found
27304 auto-coding is invalid, show a warning message.
27305
27306 * international/mule.el (find-auto-coding): New function created
27307 by modifying the body of set-auto-coding.
27308 (set-auto-coding): Use find-auto-coding to find a coding.
27309
27310 2005-07-18 Richard M. Stallman <rms@gnu.org>
27311
27312 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
27313 not isearch-mode-end-hook-error.
27314 (allout-before-change-protect): Fix error message.
27315
27316 2005-07-18 Juri Linkov <juri@jurta.org>
27317
27318 * allout.el (allout-mode):
27319 * calculator.el (calculator-copy):
27320 * custom.el (custom-known-themes):
27321 * dired.el (dired-desktop-buffer-misc-data)
27322 (dired-restore-desktop-buffer):
27323 * dired-x.el (dired-omit-marker-char):
27324 * files.el (basic-save-buffer):
27325 * font-core.el (font-lock-mode):
27326 * calendar/calendar.el (calendar-goto-hebrew-date)
27327 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
27328 (calendar-goto-persian-date):
27329 * language/ethio-util.el (ethio-sera-to-fidel-region):
27330 * textmodes/picture.el (picture-mode):
27331 Delete duplicate duplicate words.
27332
27333 2005-07-18 Juri Linkov <juri@jurta.org>
27334
27335 * isearch.el (isearch-mode-map): Remove key bindings for regexp
27336 chars * ? } |.
27337 (isearch-fallback): Don't call `isearch-process-search-char'.
27338 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
27339 (isearch-process-search-char): Call `isearch-fallback' for regexp
27340 chars * ? } |.
27341 (isearch-return-char): Make obsolete with `make-obsolete' instead
27342 of simply documenting it as obsolete in the docstring.
27343 (isearch-fallback): Refill docstring.
27344
27345 * international/isearch-x.el
27346 (isearch-process-search-multibyte-characters): Remove unneeded
27347 `concat'. Add intermediate values to `junk-hist' instead of
27348 `minibuffer-history'. Test the length of `str'.
27349
27350 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
27351
27352 * allout.el (allout-resolve-xref): Fix typos in error strings.
27353 (allout-before-change-protect): Remove unneeded `concat'.
27354
27355 * array.el (array-mode, array-reconfigure-rows)
27356 (untabify-backward): Fix typos in docstrings.
27357 (array-reconfigure-rows): Use `insert-buffer-substring', not
27358 `insert-buffer'.
27359
27360 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
27361 * progmodes/ada-mode.el (ada-make-body):
27362 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
27363
27364 * dired.el (dired-log):
27365 * tar-mode.el (tar-subfile-save-buffer):
27366 * play/zone.el (zone-pgm-stress-destress):
27367 Use `insert-buffer-substring', not `insert-buffer'.
27368
27369 2005-07-17 Simon Josefsson <jas@extundo.com>
27370
27371 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
27372
27373 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
27374
27375 * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
27376 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
27377
27378 2005-07-17 Kim F. Storm <storm@cua.dk>
27379
27380 * ido.el (dired-other-window): Add ido property.
27381
27382 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
27383
27384 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
27385 Fix typo in docstring.
27386 (byte-compile-interactive-only-functions): Add `insert-buffer' and
27387 `insert-file-literally'.
27388
27389 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
27390 info and delete redundant message. Doc fix.
27391 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
27392 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
27393
27394 2005-07-16 Richard M. Stallman <rms@gnu.org>
27395
27396 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
27397 (byte-compile-and): Use byte-compile-and-recursion.
27398 (byte-compile-or-recursion): New function.
27399 (byte-compile-or): Use that.
27400 (byte-compile-if): Guard the else-clause too.
27401 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
27402
27403 * isearch.el (isearch-mode-end-hook-quit): New variable.
27404 (isearch-done): Bind it.
27405 (isearch-mode-end-hook): Doc fix.
27406
27407 * allout.el (allout-isearch-did-quit): Variable deleted.
27408 (allout-real-isearch-abort): Function name no longer used.
27409 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
27410 (allout-isearch-rectification): isearch-mode always exists.
27411 Don't set allout-isearch-did-quit.
27412 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
27413 allout-isearch-did-quit.
27414 (allout-enwrap-isearch): Just add the hook.
27415 (allout-isearch-abort): Function deleted.
27416 (allout-pre-command-business): Avoid warning.
27417
27418 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
27419 Correctly avoid warnings.
27420 (pascal-outline): Likewise.
27421
27422 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
27423
27424 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
27425
27426 * play/tetris.el (tetris-mode): Avoid warning.
27427
27428 * play/snake.el (snake-mode): Avoid warning.
27429
27430 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
27431 (gamegrid-set-display-table): Avoid warning.
27432 (gamegrid-set-timer): Likewise.
27433 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
27434 (gamegrid-add-score-with-update-game-score-1): Take FILE
27435 as argument.
27436 (gamegrid-add-score-with-update-game-score): Pass that argument.
27437 Rename have-shared-game-dir to gamegrid-shared-game-dir.
27438
27439 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
27440
27441 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
27442 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
27443
27444 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
27445 and insert-file.
27446
27447 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
27448 (sc-ask): Avoid warnings.
27449
27450 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
27451 (eshell-hist-initialize): Use that var the natural way.
27452
27453 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
27454
27455 * emacs-lisp/re-builder.el (reb-cook-regexp):
27456 Avoid warning calling lre-compile-string.
27457 (reb-color-display-p): Avoid warning.
27458
27459 * calculator.el (calculator-last-input): Guard uses
27460 of event-key and key-press-event-p.
27461 (event-key, key-press-event-p): Delete definitions.
27462
27463 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
27464 (find-gc-source-directory, find-gc-subrs-callers)
27465 (find-gc-noreturn-list, find-gc-source-files)
27466 (find-gc-subrs-called): Vars renamed and defvar'd.
27467
27468 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
27469 (checkdoc-overlay-put, checkdoc-delete-overlay)
27470 (checkdoc-overlay-start, checkdoc-overlay-end)
27471 (checkdoc-mode-line-update, checkdoc-char=):
27472 Define such that compiler knows they are defined.
27473 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
27474 (checkdoc-read-event): Delete. Use read-event directly.
27475
27476 * whitespace.el (whitespace-make-overlay)
27477 (whitespace-overlay-put, whitespace-delete-overlay)
27478 (whitespace-overlay-start, whitespace-overlay-end):
27479 Define such that compiler knows they are defined.
27480 (whitespace): Move conditional inside.
27481
27482 * tempo.el (tempo-insert-template): Suppress warning.
27483
27484 * ediff-diff.el (longlines-mode): Add defvar.
27485
27486 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
27487
27488 * server.el: Bind "C-x #" in a way that works even if C-x is
27489 redefined to a command key, not a prefix key.
27490
27491 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
27492
27493 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
27494 cl-make-type-test till execution time.
27495
27496 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
27497
27498 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
27499 arg ARG and use it.
27500
27501 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
27502
27503 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
27504
27505 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
27506
27507 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
27508 a defcustom with two :set or :type keywords.
27509
27510 2005-07-15 Richard M. Stallman <rms@gnu.org>
27511
27512 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
27513 Don't give ^M comment-end syntax.
27514
27515 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
27516
27517 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
27518 Don't consider gdbmi (gdb-mi.el has its own update functions).
27519 (gdb-var-delete): Make it work for gdbmi as well.
27520 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
27521
27522 * progmodes/gud.el (etags, sdb): Only require etags when needed.
27523 (gud-speedbar-menu-items): Correct logic for enabling items.
27524
27525 2005-07-15 Kim F. Storm <storm@cua.dk>
27526
27527 * ido.el: Fix commentary.
27528 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
27529 Use with-no-warnings around ffap-guesser.
27530 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
27531 Let bind minibuffer-completing-file-name to t.
27532
27533 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
27534
27535 * startup.el (site-run-file, keyboard-type): Doc fixes.
27536 (command-line): Check for "--basic-display" argument; also for
27537 "--quick", not "--bare-bones" (which was renamed).
27538 (fancy-splash-text): Add missing item "Getting New Versions".
27539 (normal-splash-screen): Fix typos and improve consistency with
27540 `fancy-splash-text'. Update copyright year.
27541
27542 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
27543 valid binding for `help-char'.
27544
27545 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
27546
27547 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
27548
27549 * term.el (term-mode): Disable cua-mode for term buffers.
27550
27551 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
27552
27553 * add-log.el (add-log-mailing-address, change-log-merge):
27554 Doc fixes.
27555 (change-log-get-method-definition): Fix typo in docstring.
27556
27557 2005-07-14 Kim F. Storm <storm@cua.dk>
27558
27559 * emulation/cua-base.el:
27560 (cua--pre-command-handler-1, cua--pre-command-handler)
27561 (cua--post-command-handler-1, cua--post-command-handler):
27562 Split in two. Check (buffer local) value of cua-mode.
27563 (cua-selection-mode): New command.
27564
27565 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
27566
27567 * custom.el (custom-initialize-safe-set)
27568 (custom-initialize-safe-default): Doc fixes.
27569
27570 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
27571 and simplify :init-value again.
27572
27573 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
27574 and simplify :init-value again. Delete autoload.
27575
27576 * startup.el (command-line): Use `custom-reevaluate-setting' again
27577 for tooltip-mode.
27578
27579 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
27580 a defcustom with two :initialize keywords.
27581
27582 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
27583
27584 * allout.el (my-mark-marker, allout-isearch-prior-pos)
27585 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
27586 (allout-post-command-business, allout-flag-region)
27587 (isearch-reenable-font-lock, allout-yank)
27588 (allout-insert-latex-header, allout-insert-latex-trailer)
27589 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
27590 (allout-latex-verb-quote): Fix typos in docstrings.
27591 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
27592 (allout-unprotected, allout-prefix-data):
27593 Improve argument/docstring consistency.
27594 (allout-chart-subtree): Fix argument spec.
27595 (allout-open-topic): Rename `use_sib_bullet' argument to
27596 `use-sib-bullet'. Doc fix.
27597
27598 * whitespace.el (whitespace-check-buffer-leading)
27599 (whitespace-check-buffer-trailing)
27600 (whitespace-check-buffer-indent)
27601 (whitespace-check-buffer-spacetab)
27602 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
27603 (whitespace-check-leading-whitespace)
27604 (whitespace-check-trailing-whitespace)
27605 (whitespace-check-spacetab-whitespace)
27606 (whitespace-check-indent-whitespace)
27607 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
27608 (whitespace-modes): Fix typos in docstrings.
27609 (defgroup, defcustom): Doc fixes.
27610
27611 * winner.el (winner-mode, winner-boring-buffers)
27612 (winner-pending-undo-ring): Doc fixes.
27613 (winner-ring): Remove unneeded `progn'.
27614 (winner-equal): `defsubst' it.
27615 (winner-redo): Fix message.
27616
27617 2005-07-13 Kim F. Storm <storm@cua.dk>
27618
27619 * simple.el (line-move-1): Always use vertical-motion to
27620 do the last (or only) line move to ensure some movement.
27621 Undo 2005-06-23 change--don't check for overlays.
27622
27623 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27624
27625 * term/mac-win.el (ccl-encode-mac-roman-font)
27626 (ccl-encode-mac-centraleurroman-font)
27627 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
27628 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
27629 Change charset-id boundary of dimension to ?\xef.
27630 (mac-char-fontspec-list): New constant.
27631 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
27632 argument. Nil uses itself as family in font-spec. Previous
27633 behavior for nil is now provided by non-nil non-string argument.
27634 All callers changed. Add font-specs for Mac fonts to
27635 "fontset-default" unless iso8859-1 fonts are installed.
27636
27637 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
27638
27639 * progmodes/sh-script.el (sh-get-indent-info): Only indent
27640 a continuation line if the \ is preceded by SPC or TAB.
27641 (sh-get-indent-info): Simplify.
27642 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
27643 Use with-current-buffer.
27644
27645 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
27646 when the matched text is empty.
27647
27648 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
27649
27650 * startup.el (command-line): Revert to previous handling of
27651 tooltip-mode. Explain in comment why the complexity is needed.
27652
27653 * tooltip.el (tooltip-mode): Revert to previous implementation of
27654 its defcustom.
27655
27656 * frame.el (blink-cursor-mode): Revert to previous implementation
27657 of its defcustom. Update comment.
27658
27659 2005-07-12 Lars Hansen <larsh@soem.dk>
27660
27661 * desktop.el: Update e-mail address.
27662
27663 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27664
27665 * term/mac-win.el (mac-services-mail-selection)
27666 (mac-services-mail-to): New functions.
27667 (mac-application-menu-map): Bind them.
27668
27669 2005-07-12 wulei <milton@wulei.net> (tiny change)
27670
27671 * progmodes/gdb-ui.el: Add note about buffering with Windows.
27672
27673 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
27674
27675 * custom.el (custom-reevaluate-setting): Doc fix.
27676
27677 2005-07-11 Jay Belanger <belanger@truman.edu>
27678
27679 * calc/calc.el (calc-embedded-announce-formula-alist)
27680 (calc-embedded-open-close-plain-alist)
27681 (calc-embedded-open-close-mode-alist): Add checks for additional
27682 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
27683
27684 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
27685
27686 * custom.el (custom-enable-theme): Don't add theme to
27687 `custom-enabled-themes' with `push' because there is no
27688 setf-method for `delq'.
27689
27690 2005-07-11 Richard M. Stallman <rms@gnu.org>
27691
27692 * custom.el (custom-declare-variable): Doc fix.
27693
27694 * dired-aux.el (dired-compare-directories): Remove "." and ".."
27695 from the alists.
27696
27697 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
27698 Do nothing if edebug-active.
27699
27700 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
27701 (edebug-display): Do it here instead.
27702
27703 2005-07-10 Richard M. Stallman <rms@gnu.org>
27704
27705 * cus-face.el (custom-theme-set-faces): Make it work.
27706 (custom-reset-faces): Doc fix.
27707 (custom-theme-reset-internal-face, custom-theme-face-value):
27708 Functions deleted.
27709
27710 * custom.el (custom-push-theme): Maintain list of the settings
27711 of a given theme in its theme-settings property.
27712 Maintain position of old settings in the theme-value
27713 or theme-face property.
27714 (custom-enabled-themes): New variable.
27715 (custom-theme-enabled-p): New function.
27716 (provide-theme): Update custom-enabled-themes.
27717 Disable and reenable the `user' theme.
27718 (require-theme): Doc fix.
27719 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
27720 (custom-theme-value, custom-theme-variable-value): Likewise.
27721 (custom-theme-reset-internal): Likewise.
27722 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
27723 (custom-enable-theme, custom-disable-theme): New functions.
27724 (custom-variable-theme-value, custom-face-theme-value): Likewise.
27725 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
27726 (custom-theme-reset-variables): Simplify.
27727 (deftheme, custom-declare-theme, custom-make-theme-feature):
27728 Definitions moved.
27729
27730 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
27731
27732 * longlines.el (longlines-show-region)
27733 (longlines-unshow-hard-newlines): Recognize hard newlines by
27734 non-nil hard property, instead of t.
27735
27736 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
27737
27738 * emulation/viper-cmd.el (viper--key-maps): New variable.
27739 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
27740 emulation-mode-map-alists.
27741 (viper-envelop-ESC-key): Use viper-subseq.
27742 (viper-search-forward/backward/next): Disable debug-on-error.
27743
27744 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
27745 (viper-ESC-key): New defcustoms.
27746
27747 * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
27748
27749 * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
27750 (viper-subseq): Copy of subseq from cl.el.
27751
27752 * emulation/viper.el (viper-go-away, viper-set-hooks): Use
27753 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
27754
27755 * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
27756
27757 * emulation/viper-init.el: Get rid of -face in face names.
27758
27759 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
27760 Make it work with longlines mode.
27761
27762 * ediff-mult.el (ediff-meta-mode-hook): New variable.
27763
27764 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
27765
27766 * ediff-init.el: Get rid of -face in face names.
27767
27768 2005-07-10 Richard M. Stallman <rms@gnu.org>
27769
27770 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
27771 and with-timeout-unsuspend.
27772
27773 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
27774 and with-timeout-unsuspend.
27775
27776 * emacs-lisp/timer.el (with-timeout-timers): New variable.
27777 (with-timeout): Bind that variable to record timers.
27778 (with-timeout-suspend, with-timeout-unsuspend): New functions.
27779
27780 * emacs-lisp/debug.el (debug-help-follow): New function.
27781 (debugger-mode-map): Use that instead of help-follow.
27782 (debugger-setup-buffer): Use eval-buffer-list
27783 to handle eval-buffer frames.
27784
27785 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
27786
27787 * timezone.el (timezone-parse-date): Change first regexp
27788 so it will not mistakenly match dates with no time zone.
27789
27790 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
27791
27792 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
27793
27794 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
27795
27796 * custom.el (custom-initialize-safe-set)
27797 (custom-initialize-safe-default): New functions.
27798
27799 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
27800 and simplify :init-value.
27801
27802 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
27803 and simplify :init-value. Delete obsolete comment.
27804
27805 * startup.el (command-line): Use `custom-reevaluate-setting' to
27806 handle `tooltip-mode'. Delete obsolete comment.
27807
27808 * files.el (set-visited-file-name): Avoid calling
27809 `file-name-nondirectory' with a nil argument.
27810
27811 2005-07-09 Richard M. Stallman <rms@gnu.org>
27812
27813 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
27814 was called with nil for the buffer, handle the read position right.
27815 Handle read position for eval-region, too.
27816
27817 2005-07-09 Juri Linkov <juri@jurta.org>
27818
27819 * fringe.el (fringe-mode): Add period in docstring.
27820 (fringe-query-style): Build prompt depending on `all-frames' arg.
27821
27822 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
27823 to not create links to unrelated functions in the Help buffer.
27824
27825 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
27826 Doc fix.
27827
27828 * simple.el (next-error-hook): New variable.
27829 (next-error): Use it. Doc fix.
27830
27831 * textmodes/ispell.el (ispell-command-loop): Add current
27832 dictionary name and program name to mode-line-format.
27833 (ispell-region, ispell-process-line): Add current dictionary name
27834 and program name to messages.
27835
27836 2005-07-08 Jay Belanger <belanger@truman.edu>
27837
27838 * calc/calc.el (calc-embedded-announce-formula-alist)
27839 (calc-embedded-open-close-formula-alist)
27840 (calc-embedded-open-close-word-alist)
27841 (calc-embedded-open-close-plain-alist)
27842 (calc-embedded-open-close-new-formula-alist)
27843 (calc-embedded-open-close-mode-alist)
27844 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
27845 (calc-embedded-mode-hook): New variables.
27846
27847 * calc/calc-embed.el (calc-embedded-firsttime)
27848 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
27849 New variables.
27850 (calc-do-embedded): Use calc-embedded-firsttime,
27851 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
27852 determine whether or not to run hooks.
27853 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
27854 calc-embedded-firsttime-formula appropriately.
27855 Set calc-embedded delimiter variables according to mode.
27856
27857 2005-07-08 Richard M. Stallman <rms@gnu.org>
27858
27859 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
27860 Check for "emacs", etc., as entire symbol, not just as word.
27861 (checkdoc-file-comments-engine): Use regexp-quote on FN.
27862
27863 * files.el (set-visited-file-name): Report the error
27864 for "empty filename" earlier.
27865 (kill-some-buffers): Ignore buffers already dead.
27866
27867 * fringe.el (fringe-mode): Doc fix.
27868
27869 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
27870 Check for (featurep 'xemacs) and turn off warnings in what it guards.
27871 Use unwind-protect to ensure byte-compile-unresolved-functions
27872 is updated.
27873
27874 * whitespace.el (whitespace-buffer-leading-cleanup):
27875 Simplify w/ skip-chars-forward.
27876 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
27877
27878 * mail/rmail.el (rmail-only-expunge): Fix paren error.
27879 Unconditionally try to leave point at the same old place.
27880
27881 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
27882
27883 * comint.el (comint-postoutput-scroll-to-bottom)
27884 (comint-show-maximum-output): Take scroll-margin into consideration.
27885
27886 2005-07-08 Kim F. Storm <storm@cua.dk>
27887
27888 * ido.el (ido-use-filename-at-point): New choice `guess'.
27889 (ido-file-internal): Try ffap-guesser if selected.
27890
27891 * ido.el (ido-before-fallback-functions): New hook.
27892 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
27893 (ido-read-file-name): Run it.
27894
27895 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
27896
27897 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
27898 strings rather than a list of symbols to the completion function.
27899
27900 2005-07-07 Jay Belanger <belanger@truman.edu>
27901
27902 * calc/calc-units.el (math-apply-units): Change the places in
27903 which units are simplified.
27904
27905 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
27906
27907 * cus-edit.el (customize-option, customize-option-other-window):
27908 Make them handle aliases.
27909
27910 * custom.el (custom-variable-p): Make it recursively follow
27911 aliases. Mention that in the docstring.
27912
27913 2005-07-07 Richard M. Stallman <rms@gnu.org>
27914
27915 * cus-start.el (exec-path): Use `directory' instead of `file'.
27916 Fix tag for nil.
27917
27918 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
27919
27920 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
27921 when called non-interactively. Doc fix.
27922
27923 2005-07-07 Lute Kamstra <lute@gnu.org>
27924
27925 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
27926 new address as well.
27927
27928 2005-07-07 Kenichi Handa <handa@m17n.org>
27929
27930 * international/mule.el (make-coding-system):
27931 Describe `ascii-incompatible' property in the docstring.
27932 (set-file-name-coding-system): Signal an error if coding-system is
27933 ascii-incompatible.
27934 (set-keyboard-coding-system): Likewise.
27935
27936 * international/mule-cmds.el (set-default-coding-systems):
27937 Don't set default-file-name-coding-system and
27938 default-keyboard-coding-system if coding-system is ASCII-incompatible.
27939
27940 * international/utf-16.el: Declare that all UTF-16-based coding
27941 systems are ASCII-incompatible.
27942
27943 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
27944
27945 * progmodes/gud.el: Require font-lock for displaying errors.
27946 Used by gdb-ui.el.
27947
27948 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
27949
27950 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
27951 values for the pattern lists which are `read'able but not
27952 `append'able (like symbols).
27953
27954 2005-07-06 Richard M. Stallman <rms@gnu.org>
27955
27956 * progmodes/flymake.el (flymake-float-time): Instead of
27957 with-no-warnings, test for XEmacs.
27958 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
27959 to avoid warning.
27960
27961 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
27962
27963 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
27964
27965 2005-07-05 Lute Kamstra <lute@gnu.org>
27966
27967 * battery.el: Add support for Darwin (with much debugging help
27968 from Samuel Lauber <sam124@operamail.com>).
27969 (battery-status-function, battery-echo-area-format)
27970 (battery-mode-line-format): Add support for pmset on Darwin.
27971 (battery-load-low, battery-load-critical): New user options.
27972 (battery-pmset): New function.
27973
27974 2005-07-05 Lute Kamstra <lute@gnu.org>
27975
27976 Update FSF's address in GPL notices.
27977
27978 * textmodes/page-ext.el: Update FSF's address.
27979
27980 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
27981
27982 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
27983 filling from using prefix when filling a single-line docstring.
27984
27985 * progmodes/flymake.el: Remove useless eval-when-compile.
27986
27987 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
27988
27989 2005-07-04 Richard M. Stallman <rms@gnu.org>
27990
27991 * textmodes/org.el (org-file-apps-defaults-gnu):
27992 Rename from org-file-apps-defaults-linux.
27993 (org-default-apps): Don't test system-type for `linux'.
27994 (org-file-apps): Doc fix.
27995
27996 2005-07-04 David Ponce <david@dponce.com>
27997
27998 * tree-widget.el: Improve header Commentary section.
27999 (tree-widget) [defgroup]
28000 (tree-widget-image-enable, tree-widget-themes-directory)
28001 (tree-widget-theme, tree-widget-image-properties-emacs)
28002 (tree-widget-image-properties-xemacs, tree-widget-create-image)
28003 (tree-widget-image-formats, tree-widget-control)
28004 (tree-widget-empty-control, tree-widget-leaf-control
28005 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
28006 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
28007 (tree-widget-keep, tree-widget-after-toggle-functions)
28008 (tree-widget-open-node, tree-widget-close-node): Doc fix.
28009 (tree-widget-open-control, tree-widget-close-control): Fix doc and
28010 :help-echo message.
28011 (tree-widget-set-theme): Doc fix. Use `string-equal'.
28012 (tree-widget-image-properties): Doc fix. Clearer implementation.
28013 (tree-widget--cursors): New constant.
28014 (tree-widget-lookup-image): New function split from
28015 `tree-widget-find-image'. Clearer implementation.
28016 (tree-widget-find-image): Use it.
28017 (tree-widget-button-keymap): Use `set-keymap-parent'.
28018 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
28019 Define the sub-widgets here.
28020 (tree-widget-node): Check that :node is not a tree-widget.
28021 (tree-widget-get-super, tree-widget-open-control)
28022 (tree-widget-close-control, tree-widget-empty-control)
28023 (tree-widget-leaf-control, tree-widget-guide)
28024 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
28025 (tree-widget-no-handle, tree-widget-value-delete)
28026 (tree-widget-map): Remove.
28027 (tree-widget-children-value-save): Doc fix. Simplified.
28028 (tree-widget-value-create): Update according to previous changes.
28029
28030 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
28031
28032 * textmodes/org.el: Leading space replaced by TABS.
28033 (org-recalc-marks, org-table-rotate-recalc-marks)
28034 (org-table-get-specials): Treat "^" and "_" marks.
28035 (org-table-justify-field-maybe): Optional argument NEW.
28036 (org-table-eval-formula): Parsing of the format simplified.
28037 New modes C,I. Honor the %= parameter in the current table.
28038 Avoid unnecessary re-align by using the NEW argument to
28039 `org-table-justify-field-maybe'.
28040 (org-calc-default-modes): Default for date-format mimicks org-mode.
28041 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
28042
28043 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
28044
28045 * cus-face.el (custom-theme-set-faces): Make it handle face
28046 aliases whose alias declarations are pre- or autoloaded.
28047
28048 2005-07-04 Juri Linkov <juri@jurta.org>
28049
28050 * faces.el (read-face-name): Put the code for getting a face name
28051 from the buffer before adding the faces from the `face' property.
28052 Use `completing-read-multiple' instead of `completing-read'.
28053 Require `crm'. Add default value and post-process the returned
28054 list of faces.
28055
28056 * emacs-lisp/crm.el (crm-find-current-element)
28057 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
28058
28059 * emacs-lisp/lisp-mode.el (eval-defun-1):
28060 * emacs-lisp/edebug.el (edebug-eval-defun):
28061 Remove unnecessary quotes.
28062
28063 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
28064
28065 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
28066 (prolog-indent-level): Fix typo in docstring.
28067
28068 * info.el (Info-history, Info-history-forward)
28069 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
28070
28071 * add-log.el (add-change-log-entry):
28072 * comint.el (comint-dynamic-list-input-ring)
28073 (comint-dynamic-list-completions):
28074 * dabbrev.el (dabbrev-expand):
28075 * delim-col.el (delimit-columns-rectangle-line):
28076 * diff-mode.el (diff-context->unified, diff-reverse-direction)
28077 (diff-unified->context):
28078 * ediff-init.el (ediff-abbrev-jobname):
28079 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
28080 (ediff-replace-session-activity-marker-in-meta-buffer):
28081 * info.el (Info-summary):
28082 * lpr.el (printify-region):
28083 * printing.el (pr-create-interface):
28084 * ps-print.el (ps-print-quote):
28085 * ses.el (ses-column-widths, ses-print-cell)
28086 (ses-adjust-print-width, ses-center):
28087 * shell.el (shell-file-name-quote-list):
28088 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
28089 (strokes-fill-current-buffer-with-whitespace)
28090 (strokes-xpm-for-stroke, strokes-list-strokes)
28091 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
28092 * term.el (term-dynamic-list-input-ring)
28093 (term-dynamic-list-completions):
28094 * calc/calc.el (math-format-stack-value):
28095 * emacs-lisp/edebug.el (edebug-display-freq-count):
28096 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
28097 (delphi-new-comment-line):
28098 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
28099 * progmodes/executable.el (executable-set-magic):
28100 * progmodes/python.el (inferior-python-mode):
28101 * progmodes/scheme.el (scheme-mode-syntax-table):
28102 * progmodes/sh-script.el (sh-maybe-here-document):
28103 * progmodes/sql.el (sql-copy-column):
28104 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
28105 * textmodes/bibtex.el (bibtex-mode):
28106 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
28107 (sgml-auto-attributes):
28108 * textmodes/table.el (table-insert, table-shorten-cell)
28109 (table--generate-source-scan-lines, table-delete-row)
28110 (*table--cell-delete-char, table--spacify-frame)
28111 (table--horizontally-shift-above-and-below)
28112 (table--cell-insert-char, table--cell-blank-str)
28113 (table--fill-region-strictly):
28114 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
28115 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
28116
28117 * add-log.el (change-log):
28118 * apropos.el (apropos):
28119 * comint.el (comint-completion, comint-source):
28120 * dabbrev.el (dabbrev):
28121 * delim-col.el (columns):
28122 * diff-mode.el (diff-mode):
28123 * ediff.el (ediff):
28124 * ediff-diff.el (ediff-diff):
28125 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
28126 * ediff-mult.el (ediff-mult):
28127 * ediff-ptch.el (ediff-ptch):
28128 * ediff-wind.el (ediff-window):
28129 * facemenu.el (facemenu):
28130 * indent.el (indent):
28131 * info.el (info):
28132 * jka-cmpr-hook.el (compression, jka-compr):
28133 * lpr.el (lpr):
28134 * outline.el (outlines):
28135 * pcmpl-cvs.el (pcmpl-cvs):
28136 * pcmpl-rpm.el (pcmpl-rpm):
28137 * printing.el (printing):
28138 * ps-print.el (postscript, ps-print, ps-print-horizontal)
28139 (ps-print-vertical, ps-print-headers, ps-print-font)
28140 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
28141 (ps-print-background, ps-print-printer, ps-print-page)
28142 (ps-print-miscellany):
28143 * ses.el (ses):
28144 * shell.el (shell, shell-directories, shell-faces):
28145 * startup.el (initialization):
28146 * strokes.el (strokes):
28147 * term.el (term):
28148 * uniquify.el (uniquify):
28149 * w32-vars.el (w32):
28150 * calc/calc.el (calc):
28151 * emacs-lisp/bytecomp.el (bytecomp):
28152 * emacs-lisp/cl-indent.el (lisp-indent):
28153 * emacs-lisp/edebug.el (edebug):
28154 * emacs-lisp/elp.el (elp):
28155 * emacs-lisp/testcover.el (testcover):
28156 * emacs-lisp/trace.el (trace):
28157 * emulation/viper-ex.el (viper-ex):
28158 * emulation/viper-mous.el (viper-mouse):
28159 * mail/mailalias.el (mailalias):
28160 * mail/supercite.el (supercite, supercite-frames)
28161 (supercite-attr, supercite-cite, supercite-hooks):
28162 * net/rcompile.el (remote-compile):
28163 * net/rlogin.el (rlogin):
28164 * obsolete/ooutline.el (outlines):
28165 * progmodes/delphi.el (delphi):
28166 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
28167 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
28168 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
28169 (ebnf-optimization):
28170 * progmodes/etags.el (etags):
28171 * progmodes/executable.el (executable):
28172 * progmodes/idlwave.el (idlwave):
28173 * progmodes/pascal.el (pascal):
28174 * progmodes/prolog.el (prolog):
28175 * progmodes/python.el (python):
28176 * progmodes/scheme.el (scheme):
28177 * progmodes/sh-script.el (sh, sh-script):
28178 * progmodes/sql.el (SQL):
28179 * progmodes/tcl.el (tcl):
28180 * textmodes/bibtex.el (bibtex, bibtex-autokey):
28181 * textmodes/enriched.el (enriched):
28182 * textmodes/makeinfo.el (makeinfo):
28183 * textmodes/sgml-mode.el (sgml):
28184 * textmodes/table.el (table-hooks):
28185 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
28186 * textmodes/texinfo.el (texinfo):
28187 * textmodes/two-column.el (two-column):
28188 Finish `defgroup' description with period.
28189
28190 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
28191 * eshell/esh-var.el (eshell-var):
28192 * progmodes/vhdl-mode.el (vhdl-testbench):
28193 * textmodes/org.el (org): Fix typos in docstrings.
28194
28195 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
28196 consistency.
28197
28198 * progmodes/flymake.el (flymake-find-file): Remove.
28199 (flymake-float-time): Use `with-no-warnings'.
28200 (flymake-check-start-time, flymake-check-was-interrupted)
28201 (flymake-err-info, flymake-is-running, flymake-last-change-time)
28202 (flymake-new-err-info): `defvar' at compile time.
28203
28204 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
28205
28206 * replace.el (occur-hook): Doc fix.
28207 (occur-1): Don't call `occur-hook' if there are no matches.
28208
28209 2005-07-03 Richard M. Stallman <rms@gnu.org>
28210
28211 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
28212 global-map, save the same map.
28213 (global-map): Don't alter it at top level.
28214 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
28215 Then alter it here instead.
28216 (tpu-edt-off): Set global-map to the saved one.
28217
28218 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
28219 All references simplified.
28220 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
28221 (zmacs-regions): Add defvar.
28222 (repeat-complex-command-map): Everything about that deleted.
28223
28224 * textmodes/artist.el (artist-key-is-drawing)
28225 (artist-key-endpoint1, artist-key-poly-point-list)
28226 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
28227 (artist-key-compl-table, artist-rb-save-data)
28228 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
28229 Don't put them in eval-when-compile.
28230 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
28231
28232 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
28233 Use with-no-warnings.
28234
28235 * net/browse-url.el (dos-windows-version): Add defvar.
28236
28237 * mail/supercite.el (filladapt-prefix-table): Add defvar.
28238
28239 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
28240 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
28241 (rmail-new-summary-line-count): Rename from new-summary-line-count.
28242 Add defvar.
28243 (rmail-summary-beginning-of-message): Use with-no-warnings.
28244 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
28245
28246 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
28247 Use with-no-warnings.
28248
28249 * emulation/vi.el (vi-mark-region): Use c-mark-function.
28250 (c-mark-function): Add point-moving-unit property.
28251 (vi-goto-line): Use with-no-warnings.
28252
28253 * emulation/edt.el (edt-last-copied-word): Add defvar.
28254 (zmacs-region-stays): Likewise.
28255 (edt-mark-section-wisely): Use c-mark-function for C.
28256 Use makr-defun for Fortran.
28257 (time-string): defvar deleted.
28258 (edt-display-the-time): Don't set time-string.
28259
28260 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
28261
28262 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
28263 Don't warn when name is not constant
28264 or for defining the group `emacs'.
28265
28266 * tooltip.el (gud-tooltip-mode): Add defvar.
28267
28268 * startup.el (default-frame-background-mode): Add defvar.
28269
28270 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
28271
28272 * info.el (tool-bar-map): Add defvar.
28273
28274 * dired.el (dnd-protocol-alist): Add defvar.
28275
28276 * dired-aux.el (dired-query): Display question with answer, when
28277 the user answers.
28278
28279 * custom.el (custom-add-option): Doc fix.
28280
28281 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
28282
28283 2005-07-03 Eli Zaretskii <eliz@gnu.org>
28284
28285 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
28286 bogus name from the last change.
28287
28288 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
28289
28290 * custom.el (custom-declare-variable): Fix typos in comment.
28291 (custom-known-themes): Doc fix.
28292 (custom-theme-directory): New defcustom.
28293 (require-theme): Make it check `custom-theme-directory'.
28294
28295 * cus-theme.el (custom-new-theme-mode): New function.
28296 (custom-theme-name, custom-theme-variables, custom-theme-faces)
28297 (custom-theme-description): Add compiler defvars.
28298 (customize-create-theme): Add doc to the "*New Custom Theme*"
28299 buffer. Use `custom-new-theme-mode'.
28300 (custom-theme-write): Put the created buffer in emacs-lisp-mode
28301 and save it to the `custom-theme-directory'. Make this the
28302 default directory of the buffer.
28303
28304 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
28305
28306 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
28307 Fix unbalanced parentheses.
28308
28309 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
28310
28311 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
28312 into flymake-mode and delegate to flymake-mode.
28313
28314 * find-file.el (ff-which-function-are-we-in): Clean up.
28315
28316 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
28317
28318 * replace.el (occur-rename-buffer): Fix docstring.
28319
28320 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
28321 (edt-last-copied-word, edt-learn-macro-count)
28322 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
28323 (edt-rect-start-point, edt-user-global-map, rect-start-point)
28324 (time-string, zmacs-region-stays):
28325 * emulation/edt-mapper.el (edt-save-function-key-map)
28326 (EDT-key-name): `defvar' to silence the byte-compiler.
28327
28328 2005-07-02 Martin Rudalics <rudalics@gmx.at>
28329
28330 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
28331 font-lock-regexp-backslash. Doc fix.
28332 (font-lock-regexp-backslash-grouping-construct): Rename from
28333 font-lock-regexp-backslash-construct. Doc fix.
28334 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
28335 grouping constructs.
28336
28337 2005-07-02 Eli Zaretskii <eliz@gnu.org>
28338
28339 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
28340 updating all the prerequisites.
28341
28342 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
28343
28344 * textmodes/org.el (org-agenda-start-on-weekday)
28345 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
28346 (org-agenda-use-time-grid, org-archive-location)
28347 (org-allow-space-in-links, org-usenet-links-prefer-google)
28348 (org-enable-table-editor, org-export-default-language)
28349 (org-export-html-show-new-buffer, org-fill-paragraph)
28350 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
28351 (org-goto-quit, org-occur, org-eval-in-calendar)
28352 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
28353 (org-agenda-diary-entry, org-remember-help)
28354 (org-table-convert-region, org-at-table-p)
28355 (org-table-move-row-down, org-table-move-row-up)
28356 (org-table-copy-region, org-table-toggle-vline-visibility)
28357 (org-table-get-stored-formulas, org-table-get-specials)
28358 (org-recalc-commands, org-table-eval-formula)
28359 (org-table-formula-substitute-names, orgtbl-make-binding)
28360 (org-format-org-table-html, org-format-table-table-html)
28361 (org-format-table-table-html-using-table-generate-source)
28362 (org-customize): Fix typos in docstrings.
28363 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
28364 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
28365 (org-back-to-heading): Doc fixes.
28366 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
28367 (org-agenda-change-all-lines, org-get-header):
28368 Improve argument/docstring consistency.
28369 (orgtbl-error): Fix error message.
28370
28371 * progmodes/flymake.el (flymake-find-possible-master-files)
28372 (flymake-master-file-compare, flymake-get-line-err-count)
28373 (flymake-highlight-line, flymake-gui-warnings-enabled):
28374 Fix typos in docstrings.
28375 (flymake-parse-line, flymake-get-project-include-dirs-function)
28376 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
28377 Doc fixes.
28378 (flymake-get-project-include-dirs-function)
28379 (flymake-make-err-menu-data):
28380 Improve argument/docstring consistency.
28381
28382 2005-07-01 Lute Kamstra <lute@gnu.org>
28383
28384 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
28385 Catch errors with ignore-errors. Use temporary buffer.
28386 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
28387
28388 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
28389 background color faces.
28390 (facemenu-set-foreground, facemenu-set-background):
28391 Use facemenu-set-face-from-menu.
28392 (facemenu-set-face-from-menu): Treat face names that start with
28393 "fg:" or "bg:" as special.
28394 (facemenu-add-new-color): Don't create faces. Simplify.
28395
28396 2005-06-30 Richard M. Stallman <rms@gnu.org>
28397
28398 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
28399 (crm-find-current-element): Likewise.
28400
28401 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
28402
28403 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
28404
28405 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
28406
28407 * arc-mode.el (archive-extract): Make it work as a mouse binding.
28408 (archive-mouse-extract): Make it an obsolete alias.
28409 (archive-mode-map): Don't use archive-mouse-extract any more.
28410 (archive-mode, archive-extract): write-contents-hooks ->
28411 write-contents-functions.
28412 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
28413 first arg.
28414 (archive-rename-entry): Update the call.
28415 (archive-zip-summarize): Remove unused var `method'.
28416 (archive-lzh-summarize): Remove unused var `creator'.
28417
28418 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
28419 dedicated frame upon exit.
28420
28421 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
28422 (archive-zip-extract, archive-zip-expunge)
28423 (archive-zip-update, archive-zip-update-case): Use executable-find.
28424 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
28425 Use restore-buffer-modified-p.
28426 (archive-extract, archive-add-new-member, archive-write-file-member):
28427 Use with-current-buffer.
28428 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
28429
28430 2005-06-30 Andreas Schwab <schwab@suse.de>
28431
28432 * progmodes/gud.el (gud-filter): Remove unneeded progn.
28433
28434 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
28435
28436 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
28437
28438 2005-06-30 Juri Linkov <juri@jurta.org>
28439
28440 * faces.el (vertical-border): Inherit from mode-line-inactive
28441 only on tty.
28442
28443 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
28444
28445 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
28446 example, -NLINES in the `occur' docstring).
28447
28448 * replace.el (occur-1): When no matches are found, do not set the
28449 `buffer-read-only' and modified flags for the occur buffer,
28450 because it is deleted.
28451
28452 * emulation/cua-base.el (cua-check-pending-input)
28453 (cua-repeat-replace-region, cua-mode, cua-debug)
28454 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
28455 Fix typos in docstrings.
28456
28457 * emulation/cua-gmrk.el (cua-toggle-global-mark)
28458 (cua-cut-region-to-global-mark)
28459 (cua--cut-rectangle-to-global-mark):
28460 Remove period from end of messages.
28461
28462 * emulation/cua-rect.el (cua-do-rectangle-padding):
28463 Remove period from end of messages.
28464 (cua--rectangle-seq-format): Fix typo in docstring.
28465 (cua-sequence-rectangle, cua-fill-char-rectangle):
28466 Improve argument/docstring consistency.
28467
28468 2005-06-29 Juri Linkov <juri@jurta.org>
28469
28470 * faces.el (default-frame-background-mode): New internal variable.
28471 (frame-set-background-mode): Use it.
28472
28473 * startup.el (normal-top-level): Set default-frame-background-mode
28474 instead of frame-background-mode. Before setting it, test for its
28475 nil value. Remove tests for frame-background-mode and frame
28476 parameter `reverse'. Add test for "unspecified-fg".
28477
28478 * term/xterm.el (xterm-rxvt-set-background-mode):
28479 * term/rxvt.el (rxvt-set-background-mode):
28480 Set default-frame-background-mode instead of frame-background-mode.
28481
28482 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
28483
28484 * simple.el (set-variable): Warn about obsolete user variables.
28485
28486 * imenu.el (imenu--completion-buffer):
28487 * mouse.el (mouse-buffer-menu-alist):
28488 * msb.el (msb-invisible-buffer-p):
28489 * calendar/diary-lib.el (diary-header-line-format):
28490 * emacs-lisp/pp.el (pp-buffer):
28491 * progmodes/cperl-mode.el (cperl-do-auto-fill):
28492 * textmodes/picture.el (picture-replace-match):
28493 Change space constants followed by a sexp to "?\s ".
28494
28495 * play/decipher.el (decipher-loop-with-breaks):
28496 * textmodes/texinfo.el (texinfo-insert-@item): Change space
28497 constants "protected" from end of line by a comment to "?\s".
28498
28499 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
28500
28501 * font-lock.el (save-buffer-state): Use `declare'.
28502
28503 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
28504 reset the syntax-table to cperl-mode-syntax-table.
28505 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
28506 "foo_print_bar" is not matched as a reserved keyword.
28507
28508 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
28509
28510 * textmodes/org.el (orgtbl-setup): New function, for delayed
28511 setup for the orgtbl commands.
28512 (org-calc-default-modes): New option.
28513 (orgtbl-make-binding): Use `defun' to get better help display.
28514 (org-diary): Call `org-compile-prefix-format'.
28515 (org-table-formula-substitute-names): New function.
28516 (org-agenda-day-view, org-agenda-week-view): New commands.
28517 (org-agenda-toggle-week-view): Command removed.
28518 (org-tbl-menu): Split off from org-org-menu.
28519 (org-mode): Move removal of outline-mode menus to here.
28520 (org-table-formula-debug): New option.
28521 (org-table-insert-row): Keep first field if just "#" or "*".
28522 (org-mode): Paragraph regexps fixed.
28523 (org-table-recalculate-regexp): New constant.
28524 (org-table-justify-field-maybe): Avoid replace if not necessary.
28525 (org-copy-special, org-cut-special): Use `call-interactively'.
28526 (org-table-copy-region): Take region from `interactive' call.
28527 (org-trim): Return string even if no match.
28528 (org-formula): New face.
28529 (org-set-font-lock-defaults): No longer highlight "FIXME".
28530 But highlight formula-related fields in table.
28531 (org-table-p): Use regexp, not fontification.
28532 (org-table-align): Handle white space at end of line.
28533 (org-table-formula-evaluate-inline): New option.
28534 (org-mode): Auto-wrapping in comment lines turned off.
28535 (org-table-copy-down): Evaluate only in copied field, not in
28536 destination.
28537 (org-table-current-formula): Variable removed.
28538 (org-table-store-formulas, org-table-get-stored-formulas)
28539 (org-table-modify-formulas, org-table-replace-in-formulas)
28540 (org-table-maybe-eval-formula): New functions.
28541 (org-table-get-formula): Modify to use stored formulas.
28542 (org-table-insert-column, org-table-delete-column)
28543 (org-table-move-column): Call `org-table-modify-formulas'.
28544 (org-complete): Add completion for keyword formulas.
28545 (orgtbl-mode): Pull orgtbl-mode-map to start of
28546 minor-mode-map-alist.
28547
28548 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
28549
28550 * progmodes/python.el (python-check): Require `compile' before
28551 modifying its variables.
28552
28553 * newcomment.el (comment-indent-default): Don't get fooled by an early
28554 end of buffer.
28555
28556 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28557
28558 * ps-print.el (ps-print-version): Fix version number.
28559
28560 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
28561
28562 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
28563
28564 2005-06-28 Richard M. Stallman <rms@gnu.org>
28565
28566 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
28567 (flyspell-local-mouse-map): Declaration deleted.
28568 (flyspell-mouse-map): Bind only mouse-2.
28569 (flyspell-mode-map): Don't test flyspell-use-local-map.
28570 (flyspell-overlay-keymap-property-name): Var deleted.
28571 (flyspell-mode-on): Don't make local bindings for
28572 flyspell-mouse-map and flyspell-mode-map.
28573 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
28574
28575 * textmodes/ispell.el (ispell-word): Do not ignore short words.
28576
28577 * progmodes/compile.el (compilation-next-error-function):
28578 Don't switch buffers; operate on the current buffer.
28579
28580 * progmodes/compile.el (compilation-error-file-name)
28581 (compilation-warning-file-name, compilation-info-file-name)
28582 (compilation-line-number, compilation-column-number): New faces.
28583 (compilation-error-face, compilation-warning-face)
28584 (compilation-info-face, compilation-line-face)
28585 (compilation-column-face): Use them.
28586
28587 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
28588
28589 * comint.el (comint-password-prompt-regexp): Accept ", try again".
28590
28591 * bindings.el (global-map): Bind insertchar and its variants.
28592
28593 2005-06-27 Richard M. Stallman <rms@gnu.org>
28594
28595 * textmodes/artist.el (artist-text-overwrite)
28596 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
28597
28598 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28599
28600 * ps-print.el: It was not working the page selection for printing.
28601 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
28602 (ps-print-version): New version 6.6.7.
28603 (ps-end-sheet): New fun.
28604 (ps-header-sheet, ps-end-job): Call it.
28605
28606 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
28607
28608 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
28609
28610 2005-06-27 Lute Kamstra <lute@gnu.org>
28611
28612 * facemenu.el (facemenu-unlisted-faces): Add foreground and
28613 background color faces.
28614 (facemenu-get-face): Delete function.
28615 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
28616 (facemenu-add-new-color): Make second argument mandatory.
28617 Create the appropriate face and return it. Simplify.
28618 (facemenu-set-foreground, facemenu-set-background): Don't check if
28619 color is defined. Use return value of facemenu-add-new-color.
28620
28621 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
28622
28623 * progmodes/gud.el (gud-filter): Add missing argument to
28624 with-selected-window.
28625
28626 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
28627
28628 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
28629 a :require to the defcustom.
28630
28631 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
28632 defcustoms corresponding to minor modes.
28633
28634 2005-06-26 David Ponce <david@dponce.com>
28635
28636 * recentf.el: Require tree-widget instead of wid-edit.
28637 (recentf-filename-handler): Fix widget :type.
28638 (recentf-cancel-dialog, recentf-open-more-files)
28639 (recentf-open-files-action): Doc fix.
28640 (recentf-dialog-goto-first): New function.
28641 (recentf-dialog-mode-map): Set parent keymap first.
28642 (recentf-dialog-mode): Define with define-derived-mode.
28643 Don't display continuation lines in dialogs.
28644 (recentf-edit-list): Rename from recentf-edit-selected-items.
28645 (recentf-edit-list-select): Rename from recentf-edit-list-action.
28646 Simplify.
28647 (recentf-edit-list-validate): New function.
28648 (recentf-edit-list): Update accordingly.
28649 (recentf-open-files-item-shift): Remove.
28650 (recentf-open-files-item): Convert menu elements into tree and
28651 link widgets. Don't create the widgets.
28652 (recentf-open-files): Update accordingly.
28653 (recentf-save-list): Untabify.
28654
28655 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
28656
28657 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
28658 (keep-lines): Add INTERACTIVE arg. Never delete lines only
28659 partially contained in the active region. Do not take active
28660 region into account when called from Lisp, unless INTERACTIVE arg
28661 is non-nil. Use `forward-line' instead of `beginning-of-line' to
28662 avoid trouble with fields. Make marker point nowhere when no
28663 longer used. Always return nil. Doc fix.
28664 (flush-lines): Add INTERACTIVE arg. Do not take active region
28665 into account when called from Lisp, unless INTERACTIVE arg is
28666 non-nil. Use `forward-line' instead of `beginning-of-line' to
28667 avoid trouble with fields. Make marker point nowhere when no
28668 longer used. Always return nil. Doc fix.
28669 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
28670 interchangeable. Do not take active region into account when
28671 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
28672 message in echo area when called from Lisp, unless INTERACTIVE arg
28673 is non-nil. Avoid saying "1 occurrences". Do not use markers.
28674 Return the number of matches. Doc fix.
28675 (occur): Doc fix.
28676 (perform-replace): Make comment follow double space convention for
28677 the sake of `outline-minor-mode'.
28678
28679 * faces.el (facep): Doc fix.
28680
28681 2005-06-25 Richard M. Stallman <rms@gnu.org>
28682
28683 * facemenu.el (facemenu-enable-faces-p): New function.
28684 (facemenu-background-menu, facemenu-foreground-menu)
28685 (facemenu-face-menu): Add menu-enable property.
28686
28687 * jka-compr.el (jka-compr-insert-file-contents):
28688 Special handling if cannot find the uncompression program.
28689
28690 * cus-face.el (custom-face-attributes): Add autoload.
28691
28692 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28693 Bind comment-indent-function locally.
28694
28695 * window.el (save-selected-window): Use save-current-buffer.
28696
28697 * subr.el (with-selected-window): Use save-current-buffer.
28698
28699 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
28700 and with-current-buffer.
28701
28702 2005-06-24 Richard M. Stallman <rms@gnu.org>
28703
28704 * simple.el (line-move-1): Fix previous change.
28705
28706 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
28707
28708 * replace.el (occur-1): Set `buffer-read-only' and the
28709 buffer-modified flag before running `occur-hook' to protect
28710 against unintentional buffer switches that can lead to data loss.
28711
28712 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
28713
28714 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
28715 (gud-gdb-marker-filter): Use font-lock-warning-face for any
28716 initial error.
28717
28718 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
28719 after fresh input.
28720 (gdb-var-create-handler): Put name of expression in quotes.
28721
28722 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
28723
28724 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
28725 elements of RING in order, and without bogus nil elements.
28726
28727 2005-06-23 Richard M. Stallman <rms@gnu.org>
28728
28729 * simple.el (set-variable): Args renamed; doc fix.
28730 (line-move-1): When there are overlays around, use vertical-motion.
28731
28732 * faces.el (escape-glyph): Use brown against light background.
28733 (nobreak-space): Rename from no-break-space.
28734 Fix previous change.
28735
28736 * dired-aux.el (dired-do-copy): Fix arg prompt.
28737
28738 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
28739
28740 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
28741
28742 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
28743 rather than "Distributor".
28744
28745 2005-06-23 Lute Kamstra <lute@gnu.org>
28746
28747 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
28748 (debug-on-entry): Use it. New interactive declaration that uses
28749 function-called-at-point.
28750
28751 2005-06-23 Kim F. Storm <storm@cua.dk>
28752
28753 * subr.el (save-match-data): Add comment about using evaporate arg
28754 to set-match-data.
28755
28756 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
28757
28758 * cus-edit.el (customize-face)
28759 (customize-face-other-window): Handle face aliases.
28760
28761 * faces.el (face-documentation, set-face-attribute)
28762 (face-spec-set): Handle face aliases.
28763
28764 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
28765
28766 * help-mode.el (help-make-xrefs): If a symbol representing a face
28767 name is not followed by the word "face", it could still be a
28768 function or variable name, so don't bypass other checks.
28769
28770 2005-06-22 Juri Linkov <juri@jurta.org>
28771
28772 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
28773 Replace aliased functions with calls where second arg `inherit' is t.
28774
28775 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
28776
28777 * progmodes/gdb-ui.el (gdb-error): New variable.
28778 (gdb-error): New function.
28779 (gdb-annotation-rules): Act on error-begin and error annotations.
28780 (gdb-concat-output): Use font-lock-warning-face for errors.
28781
28782 2005-06-22 Miles Bader <miles@gnu.org>
28783
28784 * bindings.el (propertized-buffer-identification): Use renamed
28785 `Buffer-menu-buffer' face.
28786
28787 * faces.el (vertical-border): Rename from `vertical-divider'.
28788 (escape-glyph): Change dark-background color back to `cyan'.
28789
28790 2005-06-21 Juri Linkov <juri@jurta.org>
28791
28792 * faces.el (face-user-default-spec): Try getting `customized-face'
28793 prior to `saved-face'.
28794 (frame-background-mode): Refill docstring.
28795
28796 * emacs-lisp/lisp-mode.el (eval-defun-1):
28797 * emacs-lisp/edebug.el (edebug-eval-defun):
28798 Set `saved-face' temporarily to nil before calling form.
28799 Set `customized-face' to the new spec after that.
28800
28801 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
28802
28803 * subr.el (1value, lambda, key-substitution-in-progress):
28804 Doc fixes.
28805
28806 * autoinsert.el (auto-insert-alist):
28807 * ses.el (ses-call-printer):
28808 * subr.el (noreturn):
28809 * emacs-lisp/lisp.el (check-parens):
28810 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
28811 * net/browse-url.el (browse-url-mosaic):
28812 * progmodes/cc-defs.el (c-safe-scan-lists):
28813 * progmodes/ebnf-abn.el (ebnf-abn-lex):
28814 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
28815 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
28816 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
28817 * progmodes/ebnf-iso.el (ebnf-iso-lex):
28818 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
28819
28820 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
28821
28822 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
28823
28824 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
28825
28826 * calendar/appt.el (appt-make-list): Activate the package, if
28827 not already active (for backwards compatibility).
28828
28829 2005-06-20 Kim F. Storm <storm@cua.dk>
28830
28831 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
28832
28833 2005-06-20 Miles Bader <miles@gnu.org>
28834
28835 * faces.el (vertical-divider): New face.
28836
28837 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
28838
28839 * simple.el (kill-whole-line): Doc fix.
28840 (next-error-buffer-p, next-error-find-buffer)
28841 (clone-indirect-buffer): Fix typos in docstrings.
28842 (comment-line-break-function): Doc fix: don't say variable
28843 is automatically buffer-local (it isn't).
28844
28845 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
28846
28847 * net/tramp-ftp.el (top):
28848 * net/tramp-smb.el (top):
28849 * net/tramp-util.el (top):
28850 * net/tramp-uu.el (top):
28851 * net/tramp-vc.el (top):
28852 * net/tramp.el (top): Revert copyright years back to original
28853 ones. Tramp has a life outside GNU Emacs.
28854
28855 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
28856
28857 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
28858
28859 2005-06-18 Juri Linkov <juri@jurta.org>
28860
28861 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
28862 end of first regexp to limit the match to the position between
28863 line number and source line with same separator character as used
28864 between file name and line number. In the second regexp limit
28865 mouse-face area to file name and line number by adding new group
28866 for them and referring it in HYPERLINK arg.
28867 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
28868 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
28869 previous line where grep markers may be already removed.
28870
28871 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
28872
28873 * progmodes/ps-mode.el: Update version and maintainer's email address.
28874
28875 2005-06-18 Steve Youngs <steve@xemacs.org>
28876
28877 * net/browse-url.el (browse-url-browser-function)
28878 (browse-url-default-browser): Add firefox.
28879 (browse-url-firefox-program, browse-url-firefox-arguments)
28880 (browse-url-firefox-startup-arguments)
28881 (browse-url-firefox-new-window-is-tab): New defcustoms.
28882 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
28883
28884 2005-06-17 Richard M. Stallman <rms@gnu.org>
28885
28886 * startup.el (command-line): Warn if specified user name has
28887 no home directory.
28888
28889 * term.el (term-get-old-input, term-input-filter, term-input-sender)
28890 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
28891
28892 * longlines.el (longlines-mode, longlines-show-hard-newlines):
28893 Doc fixes.
28894
28895 * faces.el (underline): Try bold if terminal doesn't support underline.
28896
28897 * mail/sendmail.el (mail-setup-with-from): New variable.
28898 (mail-insert-from-field): New function.
28899 (sendmail-send-it): Call it.
28900 (mail-setup): Optionally call it here.
28901
28902 * term/linux.el: Call tty-no-underline.
28903
28904 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
28905
28906 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
28907
28908 2005-06-17 Miles Bader <miles@gnu.org>
28909
28910 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
28911 (ediff-current-diff-C, ediff-current-diff-Ancestor)
28912 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
28913 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
28914 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
28915 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
28916 Remove "-face" suffix from face names.
28917 (ediff-current-diff-face-A, ediff-current-diff-face-B)
28918 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
28919 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
28920 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
28921 (ediff-even-diff-face-A, ediff-even-diff-face-B)
28922 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
28923 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
28924 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
28925 New backward-compatibility aliases for renamed faces.
28926 (ediff-current-diff-face-A, ediff-current-diff-face-B)
28927 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
28928 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
28929 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
28930 (ediff-even-diff-face-A, ediff-even-diff-face-B)
28931 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
28932 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
28933 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
28934 Use renamed ediff faces.
28935
28936 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
28937 Remove "-face" suffix from face names.
28938 (eshell-test-ok-face, eshell-test-failed-face):
28939 New backward-compatibility aliases for renamed faces.
28940 (eshell-run-test): Use renamed eshell-test faces.
28941
28942 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
28943 face name.
28944 (eshell-prompt-face): New backward-compatibility alias for renamed
28945 face.
28946 (eshell-emit-prompt): Use renamed eshell-prompt face.
28947
28948 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
28949 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
28950 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
28951 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
28952 Remove "-face" suffix from face names.
28953 (eshell-ls-directory-face, eshell-ls-symlink-face)
28954 (eshell-ls-executable-face, eshell-ls-readonly-face)
28955 (eshell-ls-unreadable-face, eshell-ls-special-face)
28956 (eshell-ls-missing-face, eshell-ls-archive-face)
28957 (eshell-ls-backup-face, eshell-ls-product-face)
28958 (eshell-ls-clutter-face):
28959 New backward-compatibility aliases for renamed faces.
28960 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
28961
28962 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
28963 Remove "-face" suffix from face name.
28964 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
28965 instead of literal face.
28966
28967 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
28968
28969 * emacs-lisp/warnings.el (display-warning, lwarn)
28970 (warning-minimum-log-level): Doc fixes.
28971 (warning-minimum-level, warning-minimum-log-level):
28972 Add :debug to :type choices.
28973
28974 * progmodes/ada-mode.el (ada-format-paramlist)
28975 (ada-get-indent-case, ada-check-matching-start)
28976 (ada-check-defun-name, ada-goto-matching-decl-start)
28977 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
28978 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
28979 (ada-make-subprogram-body): Follow error conventions.
28980 (ada-case-exception-file, ada-indent-comment-as-code)
28981 (ada-indent-handle-comment-special, ada-indent-renames)
28982 (ada-indent-return, ada-search-directories-internal)
28983 (ada-tab-policy, ada-case-exception-substring)
28984 (ada-other-file-alist, ada-matching-start-re)
28985 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
28986 (ada-imenu-generic-expression, ada-compile-goto-error)
28987 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
28988 (ada-popup-menu, ada-add-extensions, ada-mode)
28989 (ada-region-selected, ada-create-case-exception)
28990 (ada-create-case-exception-substring, ada-after-keyword-p)
28991 (ada-activate-keys-for-case, ada-adjust-case-region)
28992 (ada-adjust-case-buffer, ada-format-paramlist)
28993 (ada-scan-paramlist, ada-insert-paramlist)
28994 (ada-indent-newline-indent)
28995 (ada-indent-newline-indent-conditional)
28996 (ada-justified-indent-current, ada-goto-previous-word)
28997 (ada-indent-current, ada-get-indent-open-paren)
28998 (ada-get-indent-paramlist, ada-get-indent-end)
28999 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
29000 (ada-get-indent-block-start, ada-get-indent-subprog)
29001 (ada-get-indent-noindent, ada-get-indent-label)
29002 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
29003 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
29004 (ada-goto-stmt-end, ada-goto-next-word)
29005 (ada-check-matching-start, ada-check-defun-name)
29006 (ada-goto-matching-decl-start, ada-goto-matching-start)
29007 (ada-goto-matching-end, ada-search-ignore-string-comment)
29008 (ada-in-decl-p, ada-looking-at-semi-or)
29009 (ada-looking-at-semi-private, ada-in-paramlist-p)
29010 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
29011 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
29012 (ada-next-procedure, ada-previous-procedure, ada-next-package)
29013 (ada-previous-package, ada-create-menu)
29014 (ada-fill-comment-paragraph-justify)
29015 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
29016 (ada-other-file-name, ada-last-which-function-line)
29017 (ada-last-which-function-subprog, ada-which-function)
29018 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
29019 (ada-gen-treat-proc, ada-check-emacs-version)
29020 (ada-continuation-indent, ada-align-region-separate):
29021 Fix typos in docstrings.
29022 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
29023
29024 2005-06-16 Lute Kamstra <lute@gnu.org>
29025
29026 * simple.el (fundamental-mode): Run after-change-major-mode-hook
29027 conditionally.
29028
29029 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
29030
29031 * comint.el (comint-replace-by-expanded-filename)
29032 (comint-prompt-regexp, comint-delimiter-argument-list)
29033 (comint-preinput-scroll-to-bottom):
29034 * info.el (Info-hide-cookies-node):
29035 * ls-lisp.el (ls-lisp-classify):
29036 * find-file.el (ff-search-directories, ff-special-constructs)
29037 (ff-find-other-file):
29038 * font-lock.el (font-lock-keywords):
29039 * shell.el (shell-prompt-pattern)
29040 (shell-dynamic-complete-functions, shell-mode)
29041 (shell-delimiter-argument-list):
29042 * term.el (term-replace-by-expanded-filename)
29043 (term-prompt-regexp, term-delimiter-argument-list):
29044 * woman.el (woman-ignore, woman0-if):
29045 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
29046 * emacs-lisp/elint.el (elint-init-env):
29047 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
29048 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
29049 * language/ethio-util.el (ethio-tilde-escape)
29050 (ethio-use-three-dot-question):
29051 * net/zone-mode.el (zone-mode-load-time-setup):
29052 * progmodes/cc-align.el (c-lineup-argcont):
29053 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
29054 * progmodes/cperl-mode.el (cperl-set-style-back):
29055 * progmodes/inf-lisp.el (inferior-lisp-prompt):
29056 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
29057 Fix spellings in docstrings.
29058
29059 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
29060 * progmodes/modula2.el (m2-for): Fix spellings.
29061
29062 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
29063
29064 * simple.el (undo-more): Don't use `format' on `error' arguments.
29065 Improve argument/docstring consistency.
29066 (pending-undo-list): Doc fix.
29067
29068 * smerge-mode.el (smerge-ensure-match):
29069 * emulation/vip.el (vip-ex):
29070 * net/zone-mode.el (zone-mode-update-serial):
29071 * progmodes/idlwave.el (idlwave-complete):
29072 * progmodes/vhdl-mode.el (vhdl-visit-file)
29073 (vhdl-compose-wire-components):
29074 Don't use `format' on `error' arguments.
29075
29076 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
29077 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
29078 (tooltip-help-tips): Fix typos in docstrings.
29079
29080 2005-06-16 David Ponce <david@dponce.com>
29081
29082 * tree-widget.el (tree-widget-value-create): Simplify last change.
29083
29084 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
29085
29086 * ido.el (ido-incomplete-regexp): New variable.
29087 (ido-set-matches-1): Handle invalid-regexp error and set
29088 ido-incomplete-regexp.
29089 (ido-incomplete-regexp): New face.
29090 (ido-completions): Use it.
29091 (ido-complete, ido-exit-minibuffer, ido-completions):
29092 Handle incomplete regexps.
29093 (ido-completions): Add check for complete match when entering a regexp.
29094
29095 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
29096
29097 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
29098
29099 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
29100
29101 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
29102 by field delimiters.
29103
29104 2005-06-15 David Ponce <david@dponce.com>
29105
29106 * tree-widget.el: eval-and-compile inlined functions so they will
29107 be available at run-time too.
29108 (tree-widget-super-format-handler)
29109 (tree-widget-format-handler): Remove.
29110 (tree-widget-value-create): Handle the :indent property.
29111
29112 2005-06-15 Miles Bader <miles@gnu.org>
29113
29114 * progmodes/which-func.el (which-func): Only inherit
29115 `font-lock-function-name-face' when that makes sense against the
29116 default mode-line face, otherwise set the face color explicitly.
29117
29118 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
29119 faces instead of (non-existent) variables.
29120
29121 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
29122
29123 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
29124 (iswitchb-get-matched-buffers): Likewise. Simplify.
29125
29126 2005-06-14 Miles Bader <miles@gnu.org>
29127
29128 * progmodes/ld-script.el (ld-script-location-counter):
29129 Remove "-face" suffix from face name.
29130 (ld-script-location-counter-face):
29131 New backward-compatibility alias for renamed face.
29132 (ld-script-location-counter-face): Use renamed face.
29133
29134 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
29135 (cperl-hash): Remove "-face" suffix from face names.
29136 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
29137 New backward-compatibility aliases for renamed faces.
29138 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
29139 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
29140
29141 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
29142 name.
29143 (which-func-face): New backward-compatibility alias for renamed face.
29144 (which-func-format): Use renamed which-func face.
29145
29146 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
29147 (vhdl-function, vhdl-directive, vhdl-reserved-word)
29148 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
29149 names.
29150 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
29151 (vhdl-speedbar-configuration, vhdl-speedbar-package)
29152 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
29153 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
29154 (vhdl-speedbar-architecture-selected)
29155 (vhdl-speedbar-configuration-selected)
29156 (vhdl-speedbar-package-selected)
29157 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
29158 names.
29159 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
29160 Use renamed faces.
29161 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
29162 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
29163 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
29164 Use renamed faces.
29165 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
29166 names.
29167 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
29168 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
29169 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
29170 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
29171 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
29172 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
29173
29174 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
29175 face name.
29176 (sh-heredoc-face): New backward-compatibility alias for renamed face.
29177 (sh-heredoc-face): Use renamed sh-heredoc face.
29178
29179 * progmodes/idlw-help.el (idlwave-help-link):
29180 Remove "-face" suffix from face name.
29181 (idlwave-help-link-face):
29182 New backward-compatibility alias for renamed face.
29183 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
29184
29185 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
29186 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
29187 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
29188 New backward-compatibility aliases for renamed faces.
29189 (idlwave-shell-disabled-breakpoint-face)
29190 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
29191
29192 * progmodes/flymake.el (flymake-errline, flymake-warnline):
29193 Remove "-face" suffix from face names.
29194 (flymake-errline-face, flymake-warnline-face):
29195 New backward-compatibility aliases for renamed faces.
29196 (flymake-highlight-line): Use renamed flymake faces.
29197
29198 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
29199 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
29200 (ebrowse-member-class, ebrowse-progress):
29201 Remove "-face" suffix from face names.
29202 (ebrowse-tree-mark-face, ebrowse-root-class-face)
29203 (ebrowse-file-name-face, ebrowse-default-face)
29204 (ebrowse-member-attribute-face, ebrowse-member-class-face)
29205 (ebrowse-progress-face):
29206 New backward-compatibility aliases for renamed faces.
29207 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
29208 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
29209 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
29210 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
29211
29212 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
29213 antlr-syntax)
29214 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
29215 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
29216 names.
29217 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
29218 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
29219 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
29220 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
29221 backward-compatibility aliases for renamed faces.
29222 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
29223 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
29224 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
29225 remove "font-lock-". Use renamed antlr-mode faces.
29226 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
29227 literal face-names with face variable references.
29228
29229 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
29230 face name.
29231 (Buffer-menu-buffer-face): New backward-compatibility alias for
29232 renamed face.
29233 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
29234
29235 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
29236
29237 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
29238 Eliminate "-face" suffix.
29239 (makefile-targets): Inherit from font-lock-function-name-face and
29240 eliminate "-face" suffix.
29241 (makefile-shell): Remove attributes and eliminate "-face" suffix.
29242 (makefile-*-font-lock-keywords): Append makefile-targets in rule
29243 actions, instead of prepending, to make it less visible.
29244 (makefile-previous-dependency, makefile-match-dependency):
29245 Don't match a target on a continuation line.
29246
29247 * files.el (auto-mode-alist): Put Makefile in gmake mode.
29248
29249 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
29250
29251 * progmodes/gdb-ui.el (menu): Re-order menu items.
29252 (gdb-tooltip-print): Respect tooltip-use-echo-area.
29253
29254 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
29255 Define in tooltip.el.
29256 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
29257 (gud-tooltip-tips): Respect tooltip-use-echo-area and
29258 gud-tooltip-echo-area.
29259
29260 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
29261 backward compatibility and make obsolete.
29262 (tooltip-help-tips): Use tooltip-use-echo-area.
29263 (tooltip-show-help-function): Rename to...
29264 (tooltip-show-help): ...this, because it is a function.
29265 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
29266
29267 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
29268
29269 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
29270 (edebug-print-length, edebug-print-level, edebug-print-circle)
29271 (edebug-modify-breakpoint, edebug-eval-last-sexp)
29272 (edebug-eval-print-last-sexp): Doc fixes.
29273
29274 2005-06-14 Kim F. Storm <storm@cua.dk>
29275
29276 * ido.el (ido-mode): Make a new keymap every time we enable ido,
29277 as the coverage buffer/file/both may change.
29278
29279 2005-06-14 Lute Kamstra <lute@gnu.org>
29280
29281 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
29282 and run-mode-hooks. Simplify.
29283
29284 * mail/rmailedit.el (rmail-edit-mode):
29285 * progmodes/octave-inf.el (inferior-octave-mode):
29286 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
29287
29288 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
29289 and run-mode-hooks.
29290 (recentf-edit-list, recentf-open-files): Don't call
29291 kill-all-local-variables directly.
29292
29293 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
29294
29295 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
29296
29297 * emacs-lisp/byte-run.el (make-obsolete)
29298 (define-obsolete-function-alias): Rename arguments FUNCTION and
29299 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
29300 (make-obsolete-variable, define-obsolete-variable-alias):
29301 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
29302 respectively.
29303
29304 * isearchb.el (isearchb-activate):
29305 * pcvs.el (cvs-mode):
29306 * ses.el (ses-load):
29307 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
29308 * net/tramp.el (tramp-find-file-exists-command)
29309 (tramp-find-shell):
29310 * progmodes/ada-mode.el (ada-create-case-exception)
29311 (ada-create-case-exception-substring, ada-make-subprogram-body):
29312 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
29313 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
29314 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
29315 * textmodes/org.el (org-promote, org-evaluate-time-range)
29316 (org-agenda-next-date-line, org-agenda-previous-date-line)
29317 (org-agenda-error, org-open-at-point, org-table-move-row)
29318 (org-format-table-table-html-using-table-generate-source)
29319 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
29320 * textmodes/reftex.el (reftex-access-scan-info):
29321 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
29322 (reftex-toc-promote-prepare): Follow error conventions.
29323
29324 * diff-mode.el (diff-mode): Fix typo in docstring.
29325
29326 * forms.el (forms--intuit-from-file): Fix reference to
29327 `forms-number-of-fields' in error message.
29328 (forms-print): Fix quoting in error message.
29329
29330 * forms.el (forms-mode):
29331 * emulation/vi.el (vi-goto-insert-state):
29332 * progmodes/flymake.el (flymake-new-err-info)
29333 (flymake-start-syntax-check-for-current-buffer)
29334 (flymake-simple-cleanup):
29335 * eshell/esh-var.el (eshell/export):
29336 * progmodes/gud.el (xdb):
29337 * textmodes/flyspell.el (flyspell-incorrect-hook)
29338 (flyspell-maybe-correct-transposition)
29339 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
29340
29341 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
29342
29343 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
29344 minibuffer prompt.
29345
29346 2005-06-13 Kim F. Storm <storm@cua.dk>
29347
29348 * subr.el (add-to-ordered-list): New defun.
29349
29350 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
29351 add cua--keymap-alist to emulation-mode-map-alists.
29352
29353 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
29354
29355 * subr.el (complete-in-turn): New macro.
29356 (dynamic-completion-table, lazy-completion-table): Add debug info.
29357
29358 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
29359 in preference to face aliases.
29360
29361 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
29362 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
29363 Remove unused vars `start' and `firstline'.
29364 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
29365 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
29366
29367 2005-06-13 Eli Zaretskii <eliz@gnu.org>
29368
29369 * cus-start.el (all): Don't complain about missing GTK-related
29370 variables, unless either `gtk' is boundp or this isn't a
29371 `windows-nt' build.
29372
29373 2005-06-13 Lute Kamstra <lute@gnu.org>
29374
29375 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
29376 run-mode-hooks.
29377
29378 * ediff-mult.el (ediff-meta-mode):
29379 * ediff-util.el (ediff-mode): Use run-mode-hooks.
29380
29381 * ledit.el (ledit-mode): Use delay-mode-hooks.
29382
29383 * woman.el (woman-mode-line-format): Delete constant.
29384 (woman-mode-map): Initialize it properly.
29385 (woman-mode): Set mode-class property to special.
29386 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
29387 Set major-mode and mode-name. Don't set mode-line-format directly.
29388 (Man-getpage-in-background): Don't reference woman-mode-line-format.
29389
29390 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
29391 string argument obsolete.
29392
29393 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
29394
29395 * textmodes/org.el (org-CUA-compatible): New option.
29396 (org-disputed-keys): New variable.
29397 (org-key): New function.
29398 (orgtbl-make-binding): Add docstring to the created function.
29399 (org-mode): Set paragraph start/separate regexps.
29400 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
29401 (org-archive-location, org-archive-mark-done)
29402 (org-archive-stamp-time): New options.
29403 (org-archive-subtree): New command.
29404 (org-fill-paragraph): New function.
29405 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
29406 (org-fake-empty-table-line): Function removed.
29407 (org-format-org-table-html): Do not create empty table lines at
29408 separator lines. Improved table header treatment.
29409 (org-link-format): New option.
29410 (org-make-link): New function.
29411 (org-insert-link, org-store-link): Use org-make-link.
29412 (org-open-file): Quote file name for shell command, to allow
29413 spaces in file names.
29414 (org-link-regexp): Fix bug with mailto link.
29415 (org-link-maybe-angles-regexp, org-protected-link-regexp):
29416 New constants.
29417 (org-export-as-html): Deal with the optional angles around a link.
29418 Better treatment of file: links.
29419 (org-open-at-point): Replace @{ and @} with < and >.
29420 (org-run-mode-hooks): Function removed.
29421 (org-agenda-mode): No longer use `org-run-mode-hooks'.
29422
29423 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
29424
29425 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
29426 MI command -data-list-register-values.
29427 (gdb-post-prompt): Indent properly.
29428
29429 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
29430
29431 * hilit-chg.el (highlight-changes-colors): Rename from
29432 `highlight-changes-colours'.
29433 (highlight-changes-colours): Keep as obsolete alias.
29434 (highlight-changes-face-list): Doc fix.
29435 (hilit-chg-make-list): Use `highlight-changes-colors'.
29436
29437 2005-06-12 Mark A. Hershberger <mah@everybody.org>
29438
29439 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
29440 defun-prompt-regexp.
29441
29442 2005-06-12 Eli Zaretskii <eliz@gnu.org>
29443
29444 * loadup.el: Don't say we are dumping under 2 names on windows-nt
29445 and cygwin.
29446
29447 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
29448 Don't use an old loaddefs.el, as in Makefile.in.
29449
29450 2005-06-12 Lute Kamstra <lute@gnu.org>
29451
29452 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
29453
29454 * man.el (Man-mode-map): Initialize it properly.
29455 (Man-mode): Set mode-class property to special.
29456
29457 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
29458
29459 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
29460
29461 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
29462 A newline is needed in the docstring there.
29463
29464 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
29465 Doc fixes.
29466
29467 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
29468
29469 * printing.el: Doc fix. The menubar is no more changed when printing
29470 is loaded, it only changes when pr-menu-bind or pr-update-menus is
29471 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
29472 (pr-version): New version number (6.8.4).
29473 (pr-menu-bind): New command.
29474 (pr-update-menus): Docstring and code fix.
29475 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
29476 Docstring fix.
29477 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
29478 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
29479
29480 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
29481
29482 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
29483 "Returns" to "return", document useful return values, etc.
29484
29485 2005-06-11 Alan Mackenzie <acm@muc.de>
29486
29487 * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
29488 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
29489 (adaptive-file-function): Minor amendment to doc-string.
29490
29491 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
29492
29493 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
29494 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
29495 Fix :type--it is `integer', not `string'.
29496
29497 * faces.el (modeline-highlight): Rename from (the erroneous)
29498 `modeline-higilight'.
29499
29500 2005-06-11 Lute Kamstra <lute@gnu.org>
29501
29502 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
29503 lisp-interaction-mode-map but make it the parent.
29504 (edebug-eval-mode): Use define-derived-mode.
29505
29506 2005-06-11 Andreas Schwab <schwab@suse.de>
29507
29508 * bindings.el: Add binding of `ESC functionkey' for every
29509 `M-functionkey'.
29510 * hexl.el (hexl-mode-map): Likewise.
29511
29512 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
29513
29514 * progmodes/compile.el (compilation-error-regexp-alist-alist)
29515 [msft]: update regexp for newer msft compilers.
29516
29517 2005-06-10 Mark A. Hershberger <mah@everybody.org>
29518
29519 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
29520 ATTLIST portions of included DTDs.
29521 (xml-parse-dtd): Eliminate use of inefficient match-data.
29522
29523 2005-06-10 Miles Bader <miles@gnu.org>
29524
29525 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
29526 (mpuz-text): Remove "-face" suffix from face names.
29527 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
29528 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
29529 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
29530
29531 * play/gomoku.el (gomoku-O, gomoku-X):
29532 Remove "-face" suffix from face names.
29533 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
29534 New backward-compatibility aliases for renamed faces.
29535 (gomoku-font-lock-keywords): Use renamed gomoku faces.
29536
29537 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
29538
29539 * thumbs.el: Fixes for changes of 2005-06-09.
29540 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
29541 as a directory.
29542 (thumbs-thumbname): Remove directory separator from format string;
29543 `thumbs-thumbsdir' now returns a valid directory name.
29544 (thumbs-temp-dir): New defsubst.
29545 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
29546 Use it.
29547
29548 * cus-edit.el (minibuffer):
29549 * files.el (make-backup-file-name-function):
29550 * filesets.el (filesets-external-viewers):
29551 * hilit-chg.el (highlight-changes-colours)
29552 (highlight-changes-face-list, highlight-changes-rotate-faces):
29553 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
29554 * kmacro.el (kmacro-call-macro):
29555 * log-edit.el (log-edit-changelog-full-paragraphs):
29556 * mouse.el (mouse-1-click-follows-link):
29557 * skeleton.el (skeleton-autowrap):
29558 * subr.el (insert-for-yank-1):
29559 * tempo.el (tempo-insert-region):
29560 * terminal.el (terminal-emulator):
29561 * time.el (display-time-mail-face):
29562 * vc.el (vc-annotate):
29563 * vcursor.el (vcursor-copy-line):
29564 * woman.el (woman-bold-headings, woman-ignore)
29565 (woman-default-faces, woman-monochrome-faces):
29566 * calendar/todo-mode.el (todo-insert-threshold):
29567 * emulation/pc-select.el (pc-select-selection-keys-only)
29568 (pc-selection-mode):
29569 * emulation/vip.el (vip-find-char-forward):
29570 * emulation/viper-cmd.el (viper-find-char-forward):
29571 * international/mule-cmds.el
29572 (select-safe-coding-system-accept-default-p)
29573 (input-method-exit-on-invalid-key):
29574 * international/mule-diag.el (describe-coding-system):
29575 * international/ucs-tables.el (unify-8859-on-encoding-mode):
29576 * net/browse-url.el (browse-url-xterm-program):
29577 * obsolete/lazy-lock.el (lazy-lock-mode):
29578 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
29579 (cperl-mode):
29580 * progmodes/cpp.el (cpp-face-light-name-list)
29581 (cpp-face-dark-name-list):
29582 * progmodes/delphi.el (delphi-newline-always-indents):
29583 Fix spellings in docstrings.
29584
29585 * ido.el (ido-mode, ido-file-extensions-order)
29586 (ido-default-file-method, ido-default-buffer-method)
29587 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
29588 (ido-decorations, ido-read-file-name-as-directory-commands)
29589 (ido-read-file-name-non-ido, ido-work-directory-list)
29590 (ido-ignore-item-temp-list, ido-current-directory)
29591 (ido-magic-forward-char, ido-enter-find-file)
29592 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
29593 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
29594
29595 2005-06-10 Lute Kamstra <lute@gnu.org>
29596
29597 * play/dunnet.el (dun-mode): Use define-derived-mode.
29598 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
29599 obsolete alias.
29600
29601 * play/doctor.el (doctor-mode-map): Remove defvar.
29602 (doctor-mode): Use define-derived-mode.
29603
29604 * mail/mspools.el (mspools-mode):
29605 * net/eudc-hotlist.el (eudc-hotlist-mode):
29606 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
29607
29608 2005-06-10 Miles Bader <miles@gnu.org>
29609
29610 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
29611 Remove "-face" suffix from face names.
29612 (flyspell-incorrect-face, flyspell-duplicate-face):
29613 New backward-compatibility aliases for renamed faces.
29614 (flyspell-mode-on, make-flyspell-overlay)
29615 (flyspell-highlight-incorrect-region)
29616 (flyspell-highlight-duplicate-region)
29617 (flyspell-display-next-corrections)
29618 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
29619
29620 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
29621 from face name.
29622 (texinfo-heading-face): New backward-compatibility alias for
29623 renamed face.
29624 (texinfo-heading-face): Use renamed texinfo-heading face.
29625
29626 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
29627 suffix from face names.
29628 (tex-math-face, tex-verbatim-face):
29629 New backward-compatibility aliases for renamed faces.
29630 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
29631 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
29632 literal face name.
29633
29634 * textmodes/table.el (table-cell): Remove "-face" suffix from face
29635 name.
29636 (table-cell-face): New backward-compatibility alias for renamed face.
29637 (table--put-cell-face-property, table--update-cell-face):
29638 Use renamed table-cell face.
29639
29640 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
29641 from face name.
29642 (sgml-namespace-face): New backward-compatibility alias for
29643 renamed face.
29644 (sgml-namespace-face): Use renamed sgml-namespace face.
29645
29646 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
29647 (org-level-4, org-level-5, org-level-6, org-level-7)
29648 (org-level-8, org-warning, org-headline-done)
29649 (org-deadline-announce, org-scheduled-today)
29650 (org-scheduled-previously, org-link, org-done, org-table)
29651 (org-time-grid): Remove "-face" suffix from face names.
29652 (org-level-1-face, org-level-2-face, org-level-3-face)
29653 (org-level-4-face, org-level-5-face, org-level-6-face)
29654 (org-level-7-face, org-level-8-face, org-warning-face)
29655 (org-headline-done-face, org-deadline-announce-face)
29656 (org-scheduled-today-face, org-scheduled-previously-face)
29657 (org-link-face, org-done-face, org-table-face)
29658 (org-time-grid-face):
29659 New backward-compatibility aliases for renamed faces.
29660 (org-level-faces, org-set-font-lock-defaults, org-timeline)
29661 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
29662 (org-agenda-get-timestamps, org-agenda-get-scheduled)
29663 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
29664
29665 * emulation/viper-init.el (viper-search, viper-replace-overlay)
29666 (viper-minibuffer-emacs, viper-minibuffer-insert)
29667 (viper-minibuffer-vi): Remove "-face" suffix from face names.
29668 (viper-search-face, viper-replace-overlay-face)
29669 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
29670 (viper-minibuffer-vi-face):
29671 New backward-compatibility aliases for renamed faces.
29672 (viper-search-face, viper-replace-overlay-face)
29673 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
29674 (viper-minibuffer-vi-face): Use renamed viper faces.
29675
29676 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
29677 Remove "-face" suffix from face names.
29678 (testcover-nohits-face, testcover-1value-face):
29679 New backward-compatibility aliases for renamed faces.
29680 (testcover-mark): Use renamed testcover faces.
29681
29682 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
29683 face name.
29684 (diary-button-face): New backward-compatibility alias for renamed face.
29685 (diary-entry): Use renamed diary-button face.
29686
29687 * calendar/calendar.el (diary, calendar-today, holiday)
29688 (mark-visible-calendar-date): Remove "-face" suffix from face names.
29689 (diary-face, calendar-today-face, holiday-face):
29690 New backward-compatibility aliases for renamed faces.
29691 (eval-after-load "facemenu", diary-entry-marker)
29692 (calendar-today-marker, calendar-holiday-marker, diary-face):
29693 Use renamed calendar faces.
29694
29695 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
29696 (compare-windows-face): New backward-compatibility alias for
29697 renamed face.
29698 (compare-windows-highlight): Use renamed compare-windows face.
29699
29700 * strokes.el (strokes-char): Remove "-face" suffix from face name.
29701 (strokes-char-face): New backward-compatibility alias for renamed face.
29702 (strokes-encode-buffer): Use renamed strokes-char face.
29703
29704 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
29705 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
29706 Remove "-face" suffix from face names.
29707 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
29708 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
29709 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
29710 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
29711 Use renamed pcvs faces.
29712 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
29713 * pcvs-defs.el (cvs-mode-map): Likewise.
29714 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
29715
29716 * info.el (info-title-1, info-title-2, info-title-3)
29717 (info-title-4): Remove "-face" suffix from and downcase face names.
29718 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
29719 (Info-title-4-face):
29720 New backward-compatibility aliases for renamed faces.
29721 (Info-fontify-node): Use renamed info faces.
29722
29723 * hilit-chg.el (highlight-changes, highlight-changes-delete):
29724 Remove "-face" suffix from face names.
29725 (highlight-changes-face, highlight-changes-delete-face):
29726 New backward-compatibility aliases for renamed faces.
29727 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
29728 (hilit-chg-make-list): Use renamed highlight-changes faces.
29729
29730 * generic-x.el (show-tabs-tab, show-tabs-space):
29731 Remove "-face" suffix from face names.
29732 (show-tabs-tab-face, show-tabs-space-face):
29733 New backward-compatibility aliases for renamed faces.
29734 (show-tabs-generic-mode-font-lock-defaults-1)
29735 (show-tabs-generic-mode-font-lock-defaults-2):
29736 Use renamed show-tabs faces.
29737
29738 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
29739 (smerge-markers): Remove "-face" suffix from face names.
29740 (smerge-mine-face, smerge-other-face, smerge-base-face)
29741 (smerge-markers-face):
29742 New backward-compatibility aliases for renamed faces.
29743 (smerge-mine-face, smerge-other-face, smerge-base-face)
29744 (smerge-markers-face): Use renamed smerge faces.
29745
29746 * log-view.el (log-view-file, log-view-message): Remove "-face"
29747 suffix from face names.
29748 (log-view-file-face, log-view-message-face):
29749 New backward-compatibility aliases for renamed faces.
29750 (log-view-file-face, log-view-message-face): Use renamed log-view
29751 faces.
29752
29753 * paren.el (show-paren-match, show-paren-mismatch):
29754 Remove "-face" suffix from face names.
29755 (show-paren-match-face, show-paren-mismatch-face):
29756 New backward-compatibility aliases for renamed faces.
29757 (show-paren-function): Use renamed show-paren faces.
29758
29759 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
29760 (ruler-mode-margins, ruler-mode-fringes)
29761 (ruler-mode-column-number, ruler-mode-fill-column)
29762 (ruler-mode-comment-column, ruler-mode-goal-column)
29763 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
29764 suffix from face names.
29765 (ruler-mode-default-face, ruler-mode-pad-face)
29766 (ruler-mode-margins-face, ruler-mode-fringes-face)
29767 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
29768 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
29769 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
29770 New backward-compatibility aliases for renamed faces.
29771 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
29772 (ruler-mode-column-number, ruler-mode-fill-column)
29773 (ruler-mode-comment-column, ruler-mode-goal-column)
29774 (ruler-mode-tab-stop, ruler-mode-current-column)
29775 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
29776 faces.
29777
29778 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
29779 face name.
29780 (whitespace-highlight-the-space): Use renamed face.
29781 (whitespace-highlight-face): New backward-compatibility alias for
29782 renamed face.
29783
29784 * woman.el (woman-italic, woman-bold, woman-unknown)
29785 (woman-addition, woman-symbol-face):
29786 Remove "-face" suffix from face names.
29787 (woman-italic-face, woman-bold-face, woman-unknown-face)
29788 (woman-addition-face):
29789 New backward-compatibility aliases for renamed faces.
29790 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
29791 (woman-decode-region, woman-replace-match)
29792 (woman-display-extended-fonts, woman-special-characters)
29793 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
29794 Use renamed woman faces.
29795
29796 * longlines.el (longlines-visible-face): Face removed.
29797
29798 * diff-mode.el (diff-header, diff-file-header, diff-index)
29799 (diff-hunk-header, diff-removed, diff-added, diff-changed)
29800 (diff-function, diff-context, diff-nonexistent): Remove "-face"
29801 suffix from face names.
29802 (diff-header-face, diff-file-header-face, diff-index-face)
29803 (diff-hunk-header-face, diff-removed-face, diff-added-face)
29804 (diff-changed-face, diff-function-face, diff-context-face)
29805 (diff-nonexistent-face): New backward-compatibility aliases for
29806 renamed faces.
29807 (diff-header-face, diff-file-header-face)
29808 (diff-index, diff-index-face, diff-hunk-header)
29809 (diff-hunk-header-face, diff-removed, diff-removed-face)
29810 (diff-added, diff-added-face, diff-changed-face, diff-function)
29811 (diff-function-face, diff-context-face, diff-nonexistent)
29812 (diff-nonexistent-face): Use renamed diff-mode faces.
29813
29814 * progmodes/compile.el (compilation-warning-face)
29815 (compilation-info-face): Remove "-face" suffix from face names.
29816 (compilation-warning-face, compilation-info-face):
29817 New backward-compatibility aliases for renamed faces.
29818 (compilation-warning-face, compilation-info-face):
29819 Use renamed compilation faces.
29820
29821 * add-log.el (change-log-date, change-log-name)
29822 (change-log-email, change-log-file, change-log-list)
29823 (change-log-conditionals, change-log-function)
29824 (change-log-acknowledgement): Remove "-face" suffix from face names.
29825 (change-log-date-face, change-log-name-face)
29826 (change-log-email-face, change-log-file-face)
29827 (change-log-list-face, change-log-conditionals-face)
29828 (change-log-function-face, change-log-acknowledgement-face):
29829 New backward-compatibility aliases for renamed faces.
29830 (change-log-font-lock-keywords): Use renamed change-log faces.
29831
29832 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
29833 (custom-set, custom-changed, custom-saved, custom-button)
29834 (custom-button-pressed, custom-documentation, custom-state)
29835 (custom-comment, custom-comment-tag, custom-variable-tag)
29836 (custom-variable-button, custom-face-tag, custom-group-tag-1)
29837 (custom-group-tag): Remove "-face" suffix from face names.
29838 (custom-magic-alist, custom-magic-value-create)
29839 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
29840 (custom-invalid-face, custom-rogue-face, custom-modified-face)
29841 (custom-set-face, custom-changed-face, custom-saved-face)
29842 (custom-button-face, custom-button-pressed-face)
29843 (custom-documentation-face, custom-state-face)
29844 (custom-comment-face, custom-comment-tag-face)
29845 (custom-variable-tag-face, custom-variable-button-face)
29846 (custom-face-tag-face, custom-group-tag-face-1)
29847 (custom-group-tag-face):
29848 New backward-compatibility aliases for renamed faces.
29849
29850 * wid-edit.el (widget-documentation, widget-button)
29851 (widget-field, widget-single-line-field, widget-inactive)
29852 (widget-button-pressed): "-face" suffix removed from face names.
29853 (widget-documentation-face, widget-button-face)
29854 (widget-field-face, widget-single-line-field-face)
29855 (widget-inactive-face, widget-button-pressed-face):
29856 New backward-compatibility aliases for renamed faces.
29857 (widget-documentation-face, widget-button-face)
29858 (widget-button-pressed-face, widget-specify-field)
29859 (widget-specify-inactive): Use renamed widget faces.
29860
29861 2005-06-10 Kenichi Handa <handa@m17n.org>
29862
29863 * term/x-win.el (x-clipboard-yank): Remove condition-case
29864 wrapping.
29865
29866 2005-06-11 Kenichi Handa <handa@m17n.org>
29867
29868 * add-log.el (change-log-font-lock-keywords): Make the regexp for
29869 date lines stricter.
29870
29871 2005-06-10 Zhang Wei <id.brep@gmail.com>
29872
29873 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
29874 of x-get-selection.
29875
29876 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
29877
29878 * comint.el (comint-mode, comint-snapshot-last-prompt):
29879 * frame.el (frame-current-scroll-bars):
29880 * term.el (term-mode, term-check-proc, term-input-sender)
29881 (term-simple-send, term-extract-string, term-word)
29882 (term-match-partial-filename):
29883 * window.el (window-current-scroll-bars):
29884 * emulation/cua-base.el (cua-normal-cursor-color)
29885 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
29886 (cua-global-mark-cursor-color):
29887 * mail/undigest.el (rmail-forward-separator-regex):
29888 Fix typos in docstrings.
29889
29890 * comint.el (comint-check-proc, make-comint-in-buffer)
29891 (comint-source-default): Doc fixes.
29892
29893 * term.el (term-send-string): Improve argument/docstring consistency.
29894
29895 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
29896
29897 * comint.el (comint-send-input): Bind `inhibit-read-only' around
29898 call to `delete-region'.
29899 (comint-mode-hook): Do not enable Font Lock by default.
29900
29901 2005-06-09 Lute Kamstra <lute@gnu.org>
29902
29903 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
29904 could be void.
29905
29906 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
29907
29908 * emacs-lisp/debug.el (debugger-will-be-back): New var.
29909 (debug): Use it.
29910 (debugger-step-through, debugger-continue, debugger-jump)
29911 (debugger-return-value): Set it when needed.
29912 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
29913 Use inhibit-read-only.
29914
29915 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
29916
29917 * window.el (shrink-window-if-larger-than-buffer)
29918 (window-size-fixed): Fix typo in docstring.
29919
29920 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
29921 thumbnails directory on loading.
29922 (thumbs-conversion-program): Use `eq' to check the system type,
29923 not `equal'.
29924 (thumbs-temp-dir): Initialize to `temporary-file-directory',
29925 not "/tmp". Fix docstring.
29926 (thumbs-thumbsdir): New function to return the thumbnails
29927 directory, creating it if needed.
29928 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
29929 (thumbs-temp-file): Delete variable and make it into a function.
29930 (thumbs-resize-image, thumbs-modify-image): Use it.
29931 (thumbs-kill-buffer): Simplify.
29932 (thumbs-gensym): Defalias or duplicate CL `gensym'.
29933 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
29934 docstrings.
29935
29936 2005-06-09 Kim F. Storm <storm@cua.dk>
29937
29938 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
29939 set-match-data to free markers in match-data.
29940
29941 * replace.el (replace-match-data): Pass RESEAT arg `t' to
29942 match-data to unchain markers in match-data.
29943
29944 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
29945
29946 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
29947 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
29948 unnecessary now.
29949
29950 2005-06-08 Richard M. Stallman <rms@gnu.org>
29951
29952 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
29953 give the variable a doc string that doesn't say don't set it directly.
29954
29955 * textmodes/ispell.el (ispell-check-version):
29956 Use match-string-no-properties.
29957 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
29958 (ispell-buffer-local-words): Likewise.
29959
29960 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
29961 except on terminals with enough colors to really display it.
29962 (makefile-dependency-regex): Delete spurious `bb'.
29963
29964 * faces.el (escape-glyph): Use blue once again in last case.
29965 (no-break-space): Redefine so that it isn't invisible on a tty.
29966
29967 2005-06-08 Kim F. Storm <storm@cua.dk>
29968
29969 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
29970 also when reading directory name.
29971
29972 2005-06-08 Lute Kamstra <lute@gnu.org>
29973
29974 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
29975 (flyspell-mode-line-string): Remove autoload cookie.
29976 (flyspell-mode): Remove defvar.
29977
29978 2005-06-07 Lute Kamstra <lute@gnu.org>
29979
29980 * textmodes/org.el (org-run-mode-hooks): New function.
29981 (org-agenda-mode): Use it.
29982
29983 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
29984
29985 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
29986
29987 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
29988
29989 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
29990
29991 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
29992
29993 * font-lock.el (font-lock-add-keywords): Doc fix.
29994
29995 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
29996
29997 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
29998 (tex-compile-default): In the absence of any history, use the order in
29999 tex-compile-alist to choose the preferred command.
30000 (tex-compile-commands): Reorder a bit.
30001
30002 * textmodes/flyspell.el (flyspell-auto-correct-binding)
30003 (flyspell-incorrect-face, flyspell-duplicate-face):
30004 Use (X)Emacs-agnostic code.
30005 (flyspell-mode-map): Don't overwrite at each load. Remove code
30006 redundant with the subsequent add-minor-mode. Merge Emacs and
30007 XEmacs code.
30008 (flyspell-word): Minor simplification.
30009 (flyspell-math-tex-command-p): Quieten the byte-compiler.
30010 (flyspell-external-point-words): Remove unused vars `size' and `start'.
30011 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
30012 Merge the corresponding Emacs code.
30013 (flyspell-correct-word, flyspell-xemacs-popup):
30014 Use flyspell-do-correct.
30015
30016 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
30017 a dedicated window.
30018
30019 * international/latexenc.el (latexenc-find-file-coding-system):
30020 Undo part of last patch, to turn off a compiler warning.
30021
30022 2005-06-06 Juri Linkov <juri@jurta.org>
30023
30024 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
30025 Rename `tmm-inactive-face' to `tmm-inactive'.
30026
30027 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
30028
30029 * iswitchb.el: Rename faces.
30030
30031 2005-06-06 Kim F. Storm <storm@cua.dk>
30032
30033 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
30034 (cua-global-mark): Remove -face suffix from face names.
30035
30036 * emulation/cua-gmrk.el (cua--init-global-mark):
30037 Remove cua-global-mark face setup.
30038
30039 2005-06-06 Richard M. Stallman <rms@gnu.org>
30040
30041 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
30042 just like other allowed characters.
30043 (makefile-match-dependency): Exclude leading and training whitespace
30044 from the range of regexp subexp 1.
30045 (makefile-macroassign-regex): Don't try to match the body,
30046 just the name of the macro being defined.
30047
30048 * info.el (Info-read-node-name-2): New function.
30049 (Info-read-node-name-1): Use that.
30050 Add a completion-base-size-function property.
30051
30052 * simple.el (completion-setup-function): Look for
30053 completion-base-size-function property of minibuffer-completion-table.
30054
30055 * files.el (locate-file-completion): Doc fix.
30056
30057 * printing.el: Don't call pr-update-menus; user must do that.
30058
30059 * emacs-lisp/debug.el (debugger-window): New variable.
30060 (debug): Use debugger-window if it is set and still alive.
30061 Record debugger-window for next entry.
30062
30063 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
30064
30065 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
30066
30067 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
30068 (hack-one-local-variable, hack-local-variables)
30069 (hack-local-variables-prop-line): Pass that arg.
30070
30071 2005-06-06 Kim F. Storm <storm@cua.dk>
30072
30073 * ido.el (ido-first-match, ido-only-match, ido-subdir)
30074 (ido-indicator): Remove -face suffix from face names.
30075
30076 2005-06-06 Juri Linkov <juri@jurta.org>
30077
30078 * font-lock.el (font-lock-regexp-backslash)
30079 (font-lock-regexp-backslash-construct): New faces.
30080 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
30081 after `('. Add `while-no-input' to control structures.
30082
30083 * faces.el (no-break-space, shadow): New faces.
30084 (escape-glyph): Use less loud colors pink2 and red4.
30085
30086 * diff-mode.el (diff-context-face)
30087 * dired.el (dired-ignored)
30088 * rfn-eshadow.el (file-name-shadow)
30089 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
30090
30091 * info.el (Info-title-1-face): Use green instead of yellow because
30092 bold yellow is not readable on light backgrounds.
30093
30094 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
30095 before selecting the desired mode to not spend time fontifying
30096 old contents.
30097
30098 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
30099
30100 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
30101 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
30102
30103 * ps-print.el (ps-default-fg, ps-default-bg):
30104 Fix typos in docstrings.
30105
30106 * isearchb.el (isearchb): Don't pass a spurious second argument to
30107 `iswitchb-completions'.
30108
30109 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
30110
30111 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
30112 to preserve point.
30113 (gdb-find-file-hook): Add doc string.
30114
30115 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
30116 C dereferenced pointer expression.
30117 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
30118
30119 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
30120
30121 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
30122 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
30123 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
30124 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
30125 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
30126 Make background transparent.
30127
30128 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
30129
30130 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
30131 (font-lock-remove-keywords): Doc fix.
30132 (font-lock-mode-major-mode): Compiler defvar.
30133 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
30134
30135 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
30136 (font-lock-mode): Update `font-lock-mode-major-mode'.
30137 (font-lock-set-defaults): Compiler defvar.
30138 (font-lock-default-function): Take `font-lock-mode-major-mode'
30139 into account.
30140
30141 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
30142 keep track of which major mode it enabled the minor mode for.
30143 Use find-file-hook again. Update docstring.
30144
30145 * simple.el (eval-expression-print-level)
30146 (eval-expression-print-length, eval-expression-debug-on-error):
30147 Doc fixes.
30148
30149 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
30150
30151 * iswitchb.el (iswitchb-single-match-face)
30152 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
30153 (iswitchb-invalid-regexp-face): New faces.
30154 (iswitchb-completions): Use them.
30155 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
30156 now marked as an obsolete alias.
30157 (iswitchb-read-buffer): Remove check for bound font variables.
30158 (iswitchb-invalid-regexp): New free variable.
30159 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
30160 set iswitchb-invalid-regexp.
30161 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
30162 invalid regexps.
30163 (iswitchb-completions): Add check for complete match when entering
30164 a regexp.
30165 (iswitchb-completions): Remove require-match argument.
30166 (iswitchb-exhibit): Fix caller.
30167 (iswitchb-common-match-inserted): New variable.
30168 (iswitchb-complete, iswitchb-completion-help): Use it.
30169
30170 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
30171
30172 * url/url-http.el (url-http-chunked-encoding-after-change-function):
30173 Use `url-http-debug' instead of `message'.
30174
30175 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
30176
30177 * url/url-http.el (url-http-parse-headers): Pass redirected URL
30178 as a callback argument.
30179
30180 2005-06-04 Kim F. Storm <storm@cua.dk>
30181
30182 * simple.el (line-move): Only call sit-for when moving backwards.
30183
30184 * ido.el (ido-make-merged-file-list-1): New defun split from
30185 ido-make-merged-file-list.
30186 (ido-make-merged-file-list): Bind throw-on-input around call to
30187 ido-make-merged-file-list-1. Return input-pending-p if
30188 interrupted by more input available.
30189 (ido-read-internal): Handle input-pending-p return value from
30190 ido-make-merged-file-list.
30191
30192 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
30193
30194 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
30195 compatibility code.
30196
30197 * international/latexenc.el (latexenc-find-file-coding-system):
30198 Don't inherit the EOL part of the coding-system from the
30199 tex-main buffer. Fit within 80 columns.
30200
30201 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
30202
30203 * tmm.el (tmm-inactive-face): New face.
30204 (tmm-remove-inactive-mouse-face): New function.
30205 (tmm-prompt, tmm-add-one-shortcut)
30206 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
30207 but not selectable.
30208
30209 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
30210
30211 * faces.el (face-equal): Improve argument/docstring consistency.
30212
30213 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
30214
30215 * progmodes/make-mode.el (makefile-targets-face)
30216 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
30217 (makefile-bsdmake-dependency-regex)
30218 (makefile-makepp-rule-action-regex)
30219 (makefile-bsdmake-rule-action-regex): New constants.
30220 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
30221
30222 * progmodes/compile.el (compilation-error-regexp-alist-alist):
30223 Allow (...) within `...' for makepp messages.
30224
30225 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
30226
30227 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
30228
30229 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
30230 "." files are deleted from all file lists before comparison.
30231
30232 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
30233 (viper-ESC-key): Made them customizable.
30234
30235 * emulation/viper.el (viper-non-hook-settings):
30236 Fix the names of defadvices.
30237
30238 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
30239
30240 * autorevert.el (auto-revert-buffers): Use save-match-data.
30241
30242 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
30243
30244 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
30245 menu items with a nil command binding.
30246
30247 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
30248
30249 * emacs-lisp/cl-macs.el (defsetf):
30250 Improve argument/docstring consistency.
30251
30252 * faces.el (list-faces-display): Improve the formatting by
30253 computing the maximum length required for any face-name (reworked
30254 patch of 1999-01-11, accidentally deleted on 1999-07-21).
30255 (internal-find-face): Remove redundant info in docstring.
30256
30257 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
30258
30259 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
30260 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
30261 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
30262 (gdb-assembler-custom): Improve regexps.
30263 (def-gdb-auto-update-handler): Use window point to preserve point.
30264
30265 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
30266
30267 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
30268
30269 2005-05-31 Jay Belanger <belanger@truman.edu>
30270
30271 * calc/calc-embed.el (calc-embedded-word): Change argument passed
30272 to calc-embedded.
30273 (calc-embedded-make-info): Have plain prefix argument select
30274 entire line.
30275
30276 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
30277
30278 * faces.el (list-faces-display): Signal error if passed a regexp
30279 that matches no face name.
30280
30281 * simple.el (filter-buffer-substring): Fix typo in docstring.
30282
30283 2005-05-31 Richard M. Stallman <rms@gnu.org>
30284
30285 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
30286 (vhdl-emacs-21): Doc fix.
30287 (vhdl-mode): Unconditionally set comment-padding.
30288 (vhdl-fixup-whitespace-region): Insert spaces only where
30289 there are none.
30290 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
30291
30292 2005-05-30 John Wiegley <johnw@newartisans.com>
30293
30294 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
30295 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
30296 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
30297 `directory-sep-char' to ?/, and all uses of `string-to-int' to
30298 `string-to-number'.
30299
30300 2005-05-30 Jay Belanger <belanger@truman.edu>
30301
30302 * calc/calc.el (calc-bug-address): Fix docstring.
30303 (calc-window-hook, calc-trail-window-hook): New variables.
30304 (calc-trail-display): Restore use of calc-trail-window-hook.
30305 (calc): Restore use of calc-window-hook.
30306
30307 2005-05-31 Masatake YAMATO <jet@gyve.org>
30308
30309 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
30310
30311 * help-fns.el (help-C-file-name): Add autoload mark for
30312 `find-function-noselect'.
30313
30314 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
30315
30316 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
30317 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
30318
30319 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
30320
30321 * calendar/diary-lib.el (mark-included-diary-files): Only kill
30322 included diary buffer if it was not already being visited.
30323 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
30324
30325 * calendar/icalendar.el (top-level): Do not require appt.
30326
30327 * mail/supercite.el (sc-select-attribution): Only use a list
30328 element from sc-attrib-selection-list if it returns a string.
30329 Reported by Davide G. M. Salvetti <salve@debian.org>.
30330
30331 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
30332
30333 * thumbs.el (thumbs-thumbname): The resulting thumbname now
30334 includes a hash value to improve its uniqueness, and has a ".jpg"
30335 extension. Also, it is now a valid filename on all systems.
30336 (thumbs-make-thumb): Use `let', not `let*'.
30337 (thumbs-show-thumbs-list): Check for JPEG availability.
30338
30339 2005-05-30 Richard M. Stallman <rms@gnu.org>
30340
30341 * filesets.el (filesets-menu-ensure-use-cached):
30342 Prevent warning when emacs-version>= is undefined.
30343
30344 * printing.el (pr-interactive-n-up): Use string-to-number.
30345
30346 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
30347
30348 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
30349 Warn only when name to be defined is quoted.
30350
30351 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
30352
30353 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
30354 Make regexp more robust.
30355 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
30356 Force regeneration of disassembly.
30357
30358 2005-05-29 Jay Belanger <belanger@truman.edu>
30359
30360 * calc/calc.el (calc-user-invocation): Check if
30361 calc-invocation-macro is non-nil.
30362
30363 2005-05-29 Juri Linkov <juri@jurta.org>
30364
30365 * add-log.el (change-log-font-lock-keywords):
30366 Add `+' to e-mail regexp to accept mail address with keywords.
30367
30368 * man.el (Man-name-regexp): Add `:' to accept qualified names.
30369
30370 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
30371
30372 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
30373
30374 * ielm.el (inferior-emacs-lisp-mode): Ditto.
30375
30376 2005-05-29 Richard M. Stallman <rms@gnu.org>
30377
30378 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
30379 Undo the change that moves to end of the current word.
30380
30381 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
30382
30383 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
30384 Throw error when count <= 0 to ensure input is a number.
30385 (gdb-read-memory-custom): Pick up address from buffer.
30386 (gdb-memory-mode): Allow user to increment and decrement
30387 memory address from header line.
30388
30389 2005-05-29 Richard M. Stallman <rms@gnu.org>
30390
30391 * textmoddes/flyspell.el (flyspell-version): Function deleted.
30392 (flyspell-auto-correct-previous-hook): Doc fix.
30393
30394 * jit-lock.el (jit-lock-function, jit-lock-after-change):
30395 Do nothing if memory is full.
30396
30397 * font-lock.el (font-lock-fontify-syntactically-region):
30398 Pass t for GREEDY to looking-back.
30399
30400 * saveplace.el (save-place-alist-to-file): Write the file
30401 using write-region.
30402
30403 * subr.el (looking-back): New argument GREEDY.
30404
30405 * progmodes/compile.el (compilation-start): Set the mode
30406 before inserting the initial text.
30407
30408 * progmodes/which-func.el (which-func-update-1): Turn the mode
30409 off in case of error by setting which-func-mode.
30410
30411 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
30412
30413 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
30414 Narrow down to what's on the screen, and recenter overlays
30415 at the end of the next word.
30416
30417 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
30418
30419 * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
30420 8Vars moved up.
30421 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
30422 (flyspell-abbrev-p): Default to nil.
30423 (flyspell-use-global-abbrev-table-p): Doc fix.
30424 (flyspell-large-region): Allow nil as value.
30425 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
30426
30427 (mail-mode-flyspell-verify): More robust handling
30428 of `mail-header-separator'. More efficient signature detection.
30429 Allow for regexp metacharacters in message-header-separator.
30430 Adding `To' not to be checked in mail-mode-flyspell-verify.
30431
30432 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
30433 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
30434 Bind flyspell-auto-correct-binding.
30435 Bind C-. and C-, .
30436 (flyspell-mode-map): Likewise.
30437 (flyspell-mode): Doc fix.
30438 (flyspell-accept-buffer-local-defs): Preserve current buffer.
30439 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
30440 (flyspell-word-cache-result): New var, always local.
30441 (flyspell-check-pre-word-p): Doc fix.
30442 (flyspell-check-changed-word-p): Handle spc like newline.
30443 (flyspell-post-command-hook): Set flyspell-word-cache-result.
30444 (flyspell-word-search-backward, flyspell-word-search-forward):
30445 New functions.
30446 (flyspell-word): Return t if nothing to check.
30447 When parsing TeX code, check for after } or \.
30448 Use flyspell-word-search-backward to find previous word.
30449 Return nil if duplicated word.
30450 For word already checked, return same value as last time.
30451 Set flyspell-word-cache-result after checking.
30452 Don't clobber the return value.
30453 (flyspell-get-word): Major rewrite.
30454 (flyspell-external-point-words): New locals pword, pcount.
30455 Fix size used in progress message.
30456 Find the proper corresponding word in flyspell-large-region-buffer.
30457 (flyspell-region): Check for flyspell-large-region = nil.
30458 (flyspell-highlight-incorrect-region): Clean up overlays in region.
30459 (flyspell-auto-correct-word): Check that WORD is a cons.
30460 (flyspell-correct-word): Likewise.
30461
30462 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
30463
30464 * progmodes/make-mode.el (makefile-rule-action-regex)
30465 (makefile-macroassign-regex, makefile-makepp-mode)
30466 (makefile-bsdmake-mode): Continuation lines may be empty.
30467 Reported by Joshua Varner.
30468 (makefile-makepp-font-lock-keywords): Add $(stem).
30469
30470 2005-05-28 Karl Berry <karl@gnu.org>
30471
30472 * textmodes/tex-mode.el: Now that tex-send-command calls
30473 shell-quote-argument (2005-03-31 change), remove all calls to
30474 shell-quote-argument; they all end up invoking tex-send-command.
30475 The double quoting loses on filenames with non-safe characters,
30476 such as "@". Reported by Frederik Fouvry.
30477
30478 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
30479
30480 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
30481 about preserving point.
30482
30483 2005-05-27 Jay Belanger <belanger@truman.edu>
30484
30485 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
30486 Info-goto-node.
30487
30488 * calc/calc-embed.el (calc-embed-arg): New variable.
30489 (calc-do-embedded-activate, calc-embedded-activate-formula)
30490 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
30491 variable by new variable.
30492 (calc-embedded-make-info): Replace undeclared variable by new
30493 variable. When selecting region with positive prefix
30494 argument, use end of previous line instead of beginning of line.
30495
30496 * calc/calc-aent.el (calc-arg-values): Declare it.
30497
30498 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
30499 Declare them.
30500
30501 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
30502
30503 * calc/calc.el (calc-alg-map): Declare it.
30504
30505 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
30506
30507 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
30508
30509 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
30510 (gdb-registers-buffer, toggle-gdb-all-registers):
30511 Toggle display of floating point registers.
30512 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
30513
30514 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
30515 (toggle-gud-tooltip-dereference):
30516 Rename from gud-toggle-tooltip-dereference.
30517
30518 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
30519
30520 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
30521
30522 2005-05-27 Jay Belanger <belanger@truman.edu>
30523
30524 * calc/calc-prog.el (calc-kbd-report): Remove.
30525 (calc-kbd-query): Rewrite.
30526
30527 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
30528
30529 * image.el (image-library-alist): Move to image.c.
30530 (image-type-available-p): Doc fix.
30531
30532 2005-05-27 Lute Kamstra <lute@gnu.org>
30533
30534 * calc/calc.el (calc):
30535 * outline.el (outline-1, outline-2, outline-3, outline-4)
30536 (outline-5, outline-6, outline-7, outline-8):
30537 * textmodes/dns-mode.el (dns-mode):
30538 * textmodes/sgml-mode.el (sgml-namespace-face):
30539 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
30540 (tex-verbatim-face, tex-use-reftex):
30541 * textmodes/texinfo.el (texinfo-heading-face):
30542 Specify customization group.
30543
30544 * longlines.el: Don't require easy-mmode.
30545 (longlines-visible-face): Specify customization group.
30546
30547 2005-05-27 Kenichi Handa <handa@m17n.org>
30548
30549 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
30550 encoding table of windows-1251.
30551
30552 * international/ucs-tables.el (ucs-set-table-for-input):
30553 If translation-table-for-input of a coding system is a symbol, get
30554 its translation-table property.
30555
30556 * international/code-pages.el: Don't register a coding system into
30557 non-iso-charset-alist more than once.
30558 (cp-make-coding-system): Likewise.
30559
30560 2005-05-26 John Wiegley <johnw@newartisans.com>
30561
30562 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
30563 `eshell-resume-eval' is wrapped in a list, it indicates that the
30564 command was run asynchronously. In that case, unwrap the value
30565 before checking the delimiter value.
30566
30567 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
30568 character before a space at the end of a line is \, assume the space
30569 is part of the last argument rather than a final argument separator.
30570
30571 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
30572 is in use, and the target is `t' or `nil' (which are the most common
30573 values), don't assume that the symbol target is a buffer.
30574
30575 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
30576
30577 * calendar/calendar.el (calendar-mode-line-format):
30578 Use mode-line-highlight as mouse-face.
30579
30580 * time.el (display-time-string-forms, display-time-update):
30581 Use mode-line-highlight as mouse-face.
30582
30583 2005-05-26 Jay Belanger <belanger@truman.edu>
30584
30585 * calc/calc.el (calc-language-alist): Remove extra defvar.
30586
30587 2005-05-26 Lute Kamstra <lute@gnu.org>
30588
30589 * arc-mode.el (archive-mode):
30590 * bookmark.el (bookmark-read-annotation-mode)
30591 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
30592 * bs.el (bs-mode):
30593 * calc/calc-yank.el (calc-edit-mode):
30594 * calc/calc.el (calc-mode, calc-trail-mode):
30595 * calculator.el (calculator-mode):
30596 * chistory.el (command-history-mode):
30597 * comint.el:
30598 * cus-edit.el (custom-mode):
30599 * descr-text.el (describe-text-mode):
30600 * ebuff-menu.el (Electric-buffer-menu-mode):
30601 * ediff-util.el (ediff-mode):
30602 * emacs-lisp/re-builder.el (reb-mode):
30603 * emulation/vi.el (vi-mode-setup):
30604 * emulation/ws-mode.el (wordstar-mode):
30605 * eshell/esh-mode.el (eshell-mode):
30606 * forms.el (forms-mode):
30607 * help-mode.el (help-mode):
30608 * hexl.el (hexl-mode):
30609 * ibuffer.el (ibuffer-mode):
30610 * ielm.el (inferior-emacs-lisp-mode):
30611 * info.el (Info-mode, Info-edit-mode):
30612 * international/swedish.el:
30613 * ledit.el (ledit-from-lisp-mode):
30614 * locate.el (locate-mode):
30615 * mail/rmail.el (rmail-mode):
30616 * mail/rmailedit.el (rmail-edit-mode):
30617 * mail/rmailsum.el (rmail-summary-mode):
30618 * mail/supercite.el (sc-electric-mode):
30619 * net/eudc.el (eudc-mode):
30620 * net/quickurl.el (quickurl-list-mode):
30621 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
30622 * obsolete/ooutline.el (outline-mode):
30623 * obsolete/options.el (Edit-options-mode):
30624 * obsolete/rnews.el (news-mode):
30625 * obsolete/rnewspost.el (news-reply-mode):
30626 * play/5x5.el (5x5-mode):
30627 * play/decipher.el (decipher-mode, decipher-stats-mode):
30628 * play/gomoku.el (gomoku-mode):
30629 * play/snake.el (snake-mode):
30630 * play/solitaire.el (solitaire-mode):
30631 * play/tetris.el (tetris-mode):
30632 * progmodes/ada-mode.el (ada-mode):
30633 * progmodes/antlr-mode.el (antlr-mode):
30634 * progmodes/autoconf.el (autoconf-mode):
30635 * progmodes/dcl-mode.el (dcl-mode):
30636 * progmodes/delphi.el (delphi-mode):
30637 * progmodes/ebrowse.el (ebrowse-tree-mode)
30638 (ebrowse-electric-list-mode, ebrowse-member-mode)
30639 (ebrowse-electric-position-mode):
30640 * progmodes/f90.el (f90-mode):
30641 * progmodes/fortran.el (fortran-mode):
30642 * progmodes/icon.el (icon-mode):
30643 * progmodes/idlw-help.el (idlwave-help-mode):
30644 * progmodes/idlw-shell.el (idlwave-shell-mode):
30645 * progmodes/idlwave.el (idlwave-mode):
30646 * progmodes/inf-lisp.el (inferior-lisp-mode):
30647 * progmodes/m4-mode.el (m4-mode):
30648 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
30649 * progmodes/modula2.el (modula-2-mode):
30650 * progmodes/octave-inf.el (inferior-octave-mode):
30651 * progmodes/octave-mod.el (octave-mode):
30652 * progmodes/pascal.el (pascal-mode):
30653 * progmodes/sh-script.el (sh-mode):
30654 * progmodes/sql.el (sql-mode, sql-interactive-mode):
30655 * progmodes/vhdl-mode.el (vhdl-mode):
30656 * progmodes/xscheme.el (scheme-interaction-mode):
30657 * replace.el (occur-mode):
30658 * ses.el (ses-mode):
30659 * simple.el (completion-list-mode):
30660 * skeleton.el:
30661 * speedbar.el (speedbar-mode):
30662 * term.el (term-mode):
30663 * terminal.el (terminal-edit-mode):
30664 * textmodes/reftex-index.el (reftex-index-mode)
30665 (reftex-index-phrases-mode):
30666 * textmodes/reftex-sel.el (reftex-select-label-mode)
30667 (reftex-select-bib-mode):
30668 * textmodes/reftex-toc.el (reftex-toc-mode):
30669 * wdired.el (wdired-change-to-wdired-mode):
30670 * wid-browse.el (widget-browse-mode):
30671 Use run-mode-hooks.
30672
30673 * array.el (array-mode):
30674 * calendar/todo-mode.el (todo-mode):
30675 * man.el (Man-mode):
30676 * play/landmark.el (lm-mode):
30677 * play/mpuz.el (mpuz-mode):
30678 Use kill-all-local-variables and run-mode-hooks.
30679
30680 * subr.el (delay-mode-hooks): Specify indentation.
30681
30682 2005-05-26 Mark A. Hershberger <mah@everybody.org>
30683
30684 * xml.el (xml-substitute-special): Don't die for undefined xml
30685 entities.
30686
30687 2005-05-26 Jay Belanger <belanger@truman.edu>
30688
30689 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
30690 of nil.
30691
30692 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
30693
30694 * progmodes/gdb-ui.el (gdb-frame-address):
30695 Rename from gdb-current-address.
30696 (gdb-previous-frame-address): Rename from gdb-previous-address.
30697 (gdb-selected-frame): Rename from gdb-current-frame.
30698 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
30699 (gdb-frame-number): Rename from gdb-current-stack-level.
30700 (gdb-ann3): Match new mode-name for disassembly buffer.
30701 Extend initialization of variables.
30702 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
30703 (gdb-memory-mode): Use mouse-face in header line.
30704 (gdb-assembler-buffer-name): Call it disassembly and give frame
30705 in mode line.
30706 (gdb-source-spec-regexp, gdb-assembler-custom)
30707 (gdb-invalidate-assembler, gdb-frame-handler):
30708 Make robust to leading zeroes in address format.
30709
30710 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
30711
30712 * textmodes/org.el (org-mode): Use `define-derived-mode' to
30713 define `org-mode'.
30714 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
30715
30716 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
30717
30718 * log-edit.el (log-edit-changelog-entries): Distinguish between
30719 filenames like xfns.c and fns.c.
30720
30721 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
30722
30723 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
30724 point after reverting.
30725 (Buffer-menu-make-sort-button): Handle the case where
30726 `Buffer-menu-use-header-line' is nil.
30727
30728 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
30729
30730 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
30731 New funcs. In minibuffer-local-completion-map bind `]', `/'
30732 and `:' to them.
30733
30734 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
30735
30736 * startup.el (normal-top-level): Allow modification of load-path while
30737 we're iterating over it.
30738
30739 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
30740
30741 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
30742 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
30743 (thumbs-resize-interactive, thumbs-insert-image)
30744 (thumbs-insert-thumb, thumbs-dired-show-marked)
30745 (thumbs-find-image-at-point, thumbs-delete-images)
30746 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
30747 (thumbs-increment-image-size, thumbs-decrement-image-size):
30748 Fix typos in docstrings.
30749
30750 2005-05-24 Andre Spiegel <spiegel@gnu.org>
30751
30752 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
30753 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
30754 (cperl-mode): Use them.
30755
30756 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
30757
30758 * window.el (quit-window, shrink-window-if-larger-than-buffer):
30759 Doc fixes.
30760
30761 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
30762
30763 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
30764 Bind C-d to gdb-inferior-io-eof.
30765
30766 * dired.el (dired-dnd-popup-notice): Use message-box.
30767
30768 2005-05-23 Masatake YAMATO <jet@gyve.org>
30769
30770 * bindings.el (mode-line-major-mode-keymap):
30771 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
30772
30773 * faces.el (mode-line-highlight): New face.
30774
30775 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
30776 as mouse-face.
30777
30778 * bindings.el (top-level, help-echo, mode-line-modified)
30779 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
30780 as mouse-face.
30781
30782 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
30783
30784 * progmodes/cc-engine.el (c-guess-basic-syntax):
30785 Remove spurious call to `zerop'.
30786
30787 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
30788
30789 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
30790
30791 CC Mode update to 5.30.10:
30792
30793 * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
30794 the point could go past the limit in decoration level 2, thereby
30795 causing errors during interactive fontification.
30796
30797 * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
30798 bug when the file is evaluated interactively.
30799
30800 * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
30801 declarations somewhat better in C++.
30802
30803 * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
30804 New helper macro to make use of `run-mode-hooks'
30805 which has been added in Emacs 21.1.
30806 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
30807 (awk-mode): Use it.
30808 (make-local-hook): Suppress warning about obsoleteness.
30809
30810 * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
30811 (c-append-backslashes-forward, c-delete-backslashes-forward)
30812 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
30813 Compensate for return value from `forward-line' when it has moved
30814 but not to a different line due to eob.
30815
30816 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
30817 `objc-method-intro' and `objc-method-args-cont'.
30818
30819 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
30820
30821 CC Mode update to 5.30.10:
30822
30823 * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
30824 address in the copyright statement. Incidentally, change "along with
30825 GNU Emacs" to "along with this program" where it occurs.
30826
30827 * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
30828 autoload, so that it is interactive, hence can be found by M-x awk-mode
30829 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
30830 <gmorris+emacs@ast.cam.ac.uk>.
30831
30832 * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
30833 Mode's regexps.
30834
30835 2005-05-23 Kevin Ryde <user42@zip.com.au>
30836
30837 * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
30838 from c-parse-state, to avoid a lisp error (on bad code).
30839
30840 2005-05-23 Lute Kamstra <lute@gnu.org>
30841
30842 * subr.el (font-lock-defaults): Remove defvar as it's already
30843 defined in font-core.el.
30844
30845 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
30846
30847 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
30848
30849 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
30850 more general and work when GDB variable "print pretty" is on,
30851 as with Emacs, for example.
30852
30853 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
30854
30855 * font-core.el: Update comment.
30856
30857 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
30858 Use `after-change-major-mode-hook' instead of `find-file-hook'.
30859
30860 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
30861
30862 2005-05-22 Eli Zaretskii <eliz@gnu.org>
30863
30864 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
30865 and `yank-handler' in the doc strings.
30866
30867 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
30868
30869 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
30870
30871 2005-05-22 Richard M. Stallman <rms@gnu.org>
30872
30873 * help.el (describe-key): Move print-help-return-message call
30874 out of conditional.
30875
30876 * progmodes/etags.el (list-tags): Use with-no-warnings.
30877
30878 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
30879 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
30880 (starttls-extra-args, starttls-extra-arguments): Add defvars.
30881
30882 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
30883
30884 * language/viet-util.el (viet-viscii-nonascii-translation-table):
30885 Add defvar.
30886
30887 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
30888 Use defvar, not defconst.
30889
30890 * hexl.el (hexl-follow-line): Use with-no-warnings.
30891
30892 * emulation/tpu-extras.el: Use write-file-functions instead of
30893 write-file-hooks.
30894
30895 * dired.el (dired-font-lock-keywords): Fontify files with junk
30896 extensions even if marked by -F.
30897
30898 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
30899
30900 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
30901 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
30902 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
30903 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
30904 (concatenate, list-length, get*, getf, cl-remprop):
30905 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
30906 (etypecase, progv, lexical-let, lexical-let*)
30907 (multiple-value-bind, multiple-value-setq, shiftf):
30908 Improve argument/docstring consistency.
30909
30910 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
30911
30912 2005-05-22 Andre Spiegel <spiegel@gnu.org>
30913
30914 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
30915 doesn't exist.
30916
30917 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
30918 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
30919
30920 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
30921
30922 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
30923 already deleted variables: auto-fill-hook, blink-paren-hook,
30924 lisp-indent-hook, inhibit-local-variables, unread-command-event,
30925 suspend-hooks, comment-indent-hook, meta-flag,
30926 before-change-function, after-change-function,
30927 font-lock-doc-string-face.
30928
30929 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
30930
30931 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
30932
30933 2005-05-21 Eli Zaretskii <eliz@gnu.org>
30934
30935 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
30936 rmail-dont-reply-to.
30937
30938 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
30939
30940 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
30941 literal blank when splitting new-header-values.
30942
30943 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
30944
30945 * calendar/cal-menu.el (cal-menu-update): Add separator as a
30946 string so that tmm doesn't create a completion entry for it.
30947
30948 * textmodes/table.el (table-disable-menu): Ditto.
30949
30950 2005-05-21 Richard M. Stallman <rms@gnu.org>
30951
30952 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
30953
30954 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
30955
30956 * net/rcompile.el (remote-compile): Use compilation-start.
30957
30958 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
30959
30960 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
30961
30962 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
30963 Default to makefile-bsdmake-mode on BSD systems.
30964
30965 * imenu.el (imenu-generic-expression, imenu--generic-function'):
30966 REGEXP may also be a search function now. The part of doc-string
30967 for describing the structure was 95% identical to that of
30968 `imenu--generic-function'. Unify it there.
30969
30970 * progmodes/make-mode.el (makefile-imenu-generic-expression):
30971 Use function to find dependencies, because regexp alone is so complex,
30972 it easily goes into an endless loop.
30973 (makefile-makepp-mode): Also add submenu for Perl functions
30974 defined in the makefile.
30975 (makefile-bsdmake-mode): Special imenu-generic-expression no
30976 longer needed, due to function call.
30977 (makefile-match-dependency): Take BOUND into account when checking
30978 if we're through.
30979
30980 2005-05-20 Jay Belanger <belanger@truman.edu>
30981
30982 * calc/calc-units.el (calc-invalidate-units-table):
30983 Use inhibit-read-only.
30984 (math-build-units-table-buffer): Use view-mode.
30985
30986 2005-05-20 David Kastrup <dak@gnu.org>
30987
30988 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
30989 easy-menu-add is not a nop on Emacs; and clarify when to call it.
30990
30991 2005-05-20 Lute Kamstra <lute@gnu.org>
30992
30993 * diff-mode.el (diff-header-face, diff-file-header-face)
30994 (diff-index-face, diff-hunk-header-face, diff-removed-face)
30995 (diff-added-face, diff-changed-face, diff-function-face)
30996 (diff-context-face, diff-nonexistent-face): Put them in the
30997 diff-mode customization group.
30998
30999 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
31000
31001 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
31002
31003 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
31004
31005 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
31006 Minor regexp-optimization.
31007
31008 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
31009
31010 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
31011 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
31012 (org-agenda-add-time-grid-maybe): New function.
31013 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
31014 (org-table-create): `dotimes' instead of `mapcar'.
31015 (org-xor): Simplify implementation.
31016 (org-agenda): `inhibit-redisplay' turned on.
31017 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
31018 a consistent line after a state change.
31019 (org-agenda-remove-times-when-in-prefix): New option.
31020 (org-prefix-has-time): New variable.
31021 (org-parse-time-string): Optional argument NODEFAULT.
31022 (org-format-agenda-item): Parse items for time-of-day
31023 specifications and move these into the prefix if possible.
31024 (org-agenda-priority): Get current heading, not previous heading
31025 during agenda remote editing.
31026
31027 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
31028
31029 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
31030 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
31031 (remove-duplicates, delete-duplicates, substitute)
31032 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
31033 (nsubstitute-if-not, find, find-if, find-if-not, position)
31034 (position-if, position-if-not, count, count-if, count-if-not)
31035 (mismatch, search, sort*, stable-sort, merge, member*)
31036 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
31037 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
31038 (intersection, nintersection, set-difference, nset-difference)
31039 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
31040 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
31041 (nsublis, tree-equal): Improve argument/docstring consistency.
31042
31043 * subr.el (send-string, send-region): Remove obsolescence declaration.
31044 (window-dot, set-window-dot, read-input, show-buffer)
31045 (eval-current-buffer, string-to-int):
31046 Add release number to obsolescence declarations.
31047
31048 2005-05-19 Kim F. Storm <storm@cua.dk>
31049
31050 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
31051 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
31052
31053 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
31054
31055 * faces.el (list-faces-display): Make back button respect optional
31056 regexp arg.
31057
31058 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
31059
31060 * calculator.el (calculator-radix-grouping-mode)
31061 (calculator-radix-grouping-digits, calculator-displayer)
31062 (calculator-radix-grouping-separator, calculator-copy-displayer):
31063 * dabbrev.el (dabbrev-search-these-buffers-only):
31064 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
31065 (diff-advance-after-apply-hunk, diff-mode-hook)
31066 (diff-minor-mode-prefix):
31067 * imenu.el (imenu-use-popup-menu):
31068 * jit-lock.el (jit-lock-context-time):
31069 * newcomment.el (comment-fill-column, comment-column)
31070 (comment-style, comment-padding, comment-multi-line)
31071 (comment-empty-lines, comment-auto-fill-only-comments):
31072 * reveal.el (reveal-around-mark):
31073 * uniquify.el (uniquify-buffer-name-style)
31074 (uniquify-after-kill-buffer-p)
31075 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
31076 (uniquify-min-dir-content, uniquify-separator)
31077 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
31078 * w32-vars.el (w32-fixed-font-alist):
31079 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
31080 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
31081 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
31082 * progmodes/perl-mode.el (perl-indent-level)
31083 (perl-continued-statement-offset, perl-continued-brace-offset)
31084 (perl-brace-offset, perl-brace-imaginary-offset)
31085 (perl-label-offset, perl-indent-continued-arguments)
31086 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
31087 * progmodes/tcl.el (tcl-indent-level)
31088 (tcl-continued-indent-level, tcl-auto-newline)
31089 (tcl-tab-always-indent, tcl-electric-hash-style)
31090 (tcl-help-directory-list, tcl-use-smart-word-finder)
31091 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
31092 (inferior-tcl-source-command):
31093 * textmodes/fill.el (enable-kinsoku):
31094 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
31095 * textmodes/table.el (table-yank-handler):
31096 Specify missing group (and type, if simple) in defcustom.
31097
31098 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
31099
31100 * progmodes/compile.el (compilation-finish-function): Fix defvar.
31101
31102 2005-05-19 Richard M. Stallman <rms@gnu.org>
31103
31104 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
31105
31106 * subr.el (event-basic-type): Don't get an error.
31107 (left-fringe-p): Function deleted.
31108
31109 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
31110 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
31111
31112 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
31113 in recursive copy.
31114
31115 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
31116
31117 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
31118
31119 * emacs-lisp/bytecomp.el
31120 (byte-compile-file-form-custom-declare-variable):
31121 Call byte-compile-nogroup-warn if appropriate.
31122
31123 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
31124 (compilation-set-window): Don't call left-fringe-p; do it directly.
31125
31126 2005-05-19 Jay Belanger <belanger@truman.edu>
31127
31128 * calc/calc-graph.el (calc-graph-format-data): Make sure
31129 var-PlotRejects is bound before trying to check its value.
31130
31131 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
31132
31133 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
31134 definition of this variable from reftex-global.el to reftex.el,
31135 because it is needed in the menu.
31136
31137 2005-05-19 Lute Kamstra <lute@gnu.org>
31138
31139 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
31140 years are fixed. Don't insert a space after a dash.
31141
31142 2005-05-19 Kim F. Storm <storm@cua.dk>
31143
31144 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
31145
31146 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
31147
31148 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
31149 strings, because (eq ... ?\\) is fairly frequent.
31150
31151 * progmodes/make-mode.el (makefile-add-this-line-targets):
31152 Simplify and integrate into `makefile-pickup-targets'.
31153 (makefile-add-this-line-macro): Simplify and integrate into
31154 `makefile-pickup-macros.
31155 (makefile-pickup-filenames-as-targets): Simplify.
31156 (makefile-previous-dependency, makefile-match-dependency):
31157 Don't stumble over `::'.
31158
31159 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
31160
31161 * subr.el (post-command-idle-hook, post-command-idle-delay):
31162 Remove obsoletion of post-command-idle-hook and
31163 post-command-idle-delay.
31164
31165 * faces.el (list-faces-display): Provide button when describe-face
31166 is called to take user back to the list of faces.
31167
31168 * help-fns.el (describe-variable): Remove hyperlinks in a
31169 variable's value as these are quite frequently inappropriate.
31170
31171 * follow.el (follow-submit-feedback, follow-mode):
31172 Remove references to post-command-idle-hook.
31173
31174 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
31175
31176 * progmodes/make-mode.el (makefile-previous-dependency)
31177 (makefile-match-dependency): Check for := (and in bsd mode also
31178 !=) to give a better result, even when font-lock is not on.
31179
31180 2005-05-18 Jay Belanger <belanger@truman.edu>
31181
31182 * calc/calc-help.el (calc-s-prefix-help):
31183 Add `calc-copy-special-constant' to help string.
31184
31185 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
31186
31187 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31188
31189 2005-05-18 Jay Belanger <belanger@truman.edu>
31190
31191 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
31192 in linear factors are in proper order.
31193
31194 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
31195
31196 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
31197 Support for jurabib.
31198
31199 * textmodes/reftex.el (featurep): Define aliases for overlay
31200 commands, for XEmacs compatibility, and use these aliases in
31201 overlay initializations.
31202 (reftex-highlight): Use `reftex-move-overlay'.
31203 (reftex-unhighlight): Use `reftex-delete-overlay'.
31204 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
31205 (reftex-access-search-path): Use `reftex-uniquify' instead of
31206 `reftex-uniq'.
31207
31208 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
31209 `before-string' property modification enables for Emacs as well.
31210 (reftex-select-item): Use `reftex-delete-overlay'.
31211 (reftex-select-mark): Use `reftex-make-overlay' and
31212 `reftex-overlay-put'.
31213 (reftex-select-unmark): Use `reftex-delete-overlay' and
31214 `reftex-overlay-put'.
31215
31216 2005-05-18 Lute Kamstra <lute@gnu.org>
31217
31218 * emacs-lisp/lisp.el (check-parens): Fix docstring.
31219
31220 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
31221
31222 * add-log.el (add-change-log-entry):
31223 * array.el (array-make-template, array-reconfigure-rows)
31224 (array-init-max-row, array-init-max-column)
31225 (array-init-columns-per-line, array-init-field-width):
31226 * replace.el (replace-match-maybe-edit, perform-replace):
31227 * textmodes/spell.el (spell-region):
31228 Replace `read-input' by `read-string'.
31229
31230 * forms.el (forms-mode):
31231 * finder.el (finder-compile-keywords):
31232 * shadowfile.el (shadow-read-files):
31233 Replace `eval-current-buffer' by `eval-buffer'.
31234
31235 * terminal.el (te-pass-through):
31236 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
31237 (ange-ftp-raw-send-cmd):
31238 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
31239 (send-process-next-char, telnet-initial-filter, telnet):
31240 Replace `send-string' by `process-send-string'.
31241
31242 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
31243 (prolog-consult-region): Replace `send-string' by
31244 `process-send-string'; replace `send-region' by `process-send-region'.
31245
31246 * progmodes/delphi.el (delphi-log-msg):
31247 Replace `set-window-dot' by `set-window-point'.
31248
31249 * subr.el (window-dot, set-window-dot, read-input, send-string)
31250 (send-region, show-buffer, eval-current-buffer):
31251 Make really obsolete, as the comment says.
31252
31253 2005-05-17 Kim F. Storm <storm@cua.dk>
31254
31255 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
31256 (cua--init-keymaps): Bind C-return instead of S-return to set
31257 rectangle mark.
31258
31259 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
31260 instead of S-return to toggle/clear rectangle mark.
31261
31262 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
31263
31264 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
31265 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
31266 Also fontify plain strings assigned to variables, mostly so that a
31267 colon has a face and is thus not taken as a dependency separator.
31268 (makefile-previous-dependency): Inline the new matcher, because it
31269 is too complex to work in both directions.
31270 (makefile-match-dependency): Eliminate `backward' arg (see above).
31271 Completely reimplemented so as to not sometimes go into an endless
31272 loop. It should also be more efficient, because first it only
31273 searches for `:', instead of applying the very complex regexp.
31274 (makefile-mode): Cancel `font-lock-support-mode', because blocks
31275 to be fontified in one piece can be too long for JIT.
31276 Makefiles are never *that* big.
31277
31278 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
31279
31280 * dired.el (dired-mode): Simplify.
31281
31282 2005-05-17 Lute Kamstra <lute@gnu.org>
31283
31284 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
31285 defcustom for the mode hook variable.
31286
31287 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
31288 Emacs Lisp Reference Manual.
31289
31290 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
31291
31292 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
31293 (evenp, list*):
31294 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
31295 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
31296
31297 * net/tramp-smb.el (tramp-smb-open-connection):
31298 Pass `tramp-chunksize' as fifth (required) argument.
31299
31300 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
31301
31302 * font-lock.el (lisp-font-lock-keywords-1):
31303 Set `font-lock-negation-char-face' for [^...] char group.
31304 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
31305
31306 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
31307 a var, and refine it to mask one more level of nested vars.
31308 (makefile-rule-action-regex): Turn it into a var, and refine it so
31309 it recognizes backslashed continuation lines as belonging to the
31310 same command.
31311 (makefile-macroassign-regex): Refine it so it recognizes
31312 backslashed continuation lines as belonging to the same command.
31313 (makefile-var-use-regex): Don't look at the next char, because it
31314 might be the same one to be skipped by the initial [^$], leading
31315 to an overlooked variable use.
31316 (makefile-make-font-lock-keywords): Remove two parameters, which
31317 are now variables that some of the modes set locally.
31318 Handle dependency and rule action matching through functions, because
31319 regexps alone match too often. Dependency matching now comes
31320 last, so it can check, whether a colon already matched something else.
31321 (makefile-mode): Inform that font-lock improves makefile parsing
31322 capabilities.
31323 (makefile-match-dependency, makefile-match-action): New functions.
31324
31325 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
31326
31327 * emacs-lisp/cl-extra.el (equalp): Doc fix.
31328
31329 * align.el (align-regexp):
31330 * ansi-color.el (ansi-color-get-face):
31331 * array.el (array-reconfigure-rows, array-init-max-row)
31332 (array-init-max-column, array-init-columns-per-line)
31333 (array-init-field-width):
31334 * dired-aux.el (dired-trample-file-versions):
31335 * dired-x.el (dired-mark-sexp):
31336 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
31337 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
31338 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
31339 * faces.el (face-read-integer):
31340 * files.el (backup-extract-version, insert-directory):
31341 * hexl.el (hexl-insert-decimal-char):
31342 * server.el (server-process-filter):
31343 * shell.el (shell-extract-num):
31344 * startup.el (command-line-1):
31345 * term.el (term-command-hook):
31346 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
31347 (time-stamp-do-number):
31348 * time.el (display-time-update):
31349 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
31350 (timezone-fix-time):
31351 * vms-patch.el (vms-suspend-resume-hook):
31352 * calendar/appt.el (appt-convert-time):
31353 * calendar/cal-bahai.el (mark-bahai-diary-entries):
31354 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
31355 * calendar/cal-islam.el (mark-islamic-diary-entries):
31356 * calendar/calendar.el (calendar-cursor-to-date)
31357 (calendar-star-date):
31358 * calendar/diary-lib.el (diary-attrtype-convert)
31359 (mark-diary-entries, diary-entry-time):
31360 * calendar/solar.el (solar-get-number):
31361 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
31362 * emacs-lisp/re-builder.el (reb-display-subexp):
31363 * emulation/edt.el (edt-set-scroll-margins):
31364 * emulation/tpu-extras.el (tpu-set-scroll-margins):
31365 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
31366 (vip-get-ex-count):
31367 * emulation/viper-ex.el (viper-get-ex-token)
31368 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
31369 * international/fontset.el (fontset-plain-name):
31370 * mail/feedmail.el (feedmail-look-at-queue-directory):
31371 * mail/mailalias.el (mail-get-names):
31372 * mail/rmail.el (rmail-convert-to-babyl-format):
31373 * mail/rmailsum.el (rmail-make-basic-summary-line)
31374 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
31375 (rmail-summary-goto-msg):
31376 * mail/smtpmail.el (smtpmail-read-response):
31377 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
31378 (ange-ftp-vms-add-file-entry):
31379 * play/gametree.el (gametree-looking-at-ply)
31380 (gametree-current-branch-score):
31381 * progmodes/ada-xref.el (ada-prj-find-prj-file)
31382 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
31383 * progmodes/cperl-mode.el (condition-case):
31384 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
31385 (ebrowse-set-member-buffer-column-width)
31386 (ebrowse-select-1st-to-9nth):
31387 * progmodes/etags.el (etags-snarf-tag):
31388 * progmodes/flymake.el (flymake-parse-line):
31389 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
31390 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
31391 (idlwave-shell-menu-def):
31392 * progmodes/ps-mode.el (ps-run-goto-error):
31393 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
31394 (vhdl-speedbar-contract-level):
31395 * term/mac-win.el (x-handle-numeric-switch):
31396 * term/sun-mouse.el (sun-get-frame-data):
31397 * term/w32-win.el (x-handle-numeric-switch):
31398 * term/x-win.el (x-handle-numeric-switch):
31399 * textmodes/ispell.el (ispell-parse-output):
31400 * textmodes/nroff-mode.el (nroff-outline-level):
31401 * textmodes/reftex-cite.el (reftex-bib-sort-year)
31402 (reftex-bib-sort-year-reverse, reftex-format-citation):
31403 * textmodes/reftex-parse.el (reftex-init-section-numbers)
31404 (reftex-section-number):
31405 * textmodes/texinfmt.el (texinfo-paragraphindent):
31406 Replace `string-to-int' by `string-to-number'.
31407
31408 * international/latexenc.el: Add page marker to force the "Local
31409 Variables:" string out of the last page.
31410
31411 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
31412
31413 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
31414 tooltip-change-major-mode.
31415 (gud-tooltip-print-command): Remove case where gud-minor-mode
31416 is gdb ("--fullname").
31417 (gud-tooltip-tips): Turn GUD tooltips off for this case and
31418 explain to user.
31419
31420 2005-05-16 Jay Belanger <belanger@truman.edu>
31421
31422 * calc/calc-store.el (calc-copy-special-constant): New function.
31423
31424 * calc/calc-ext.el (calc-init-extensions): Add binding for
31425 `calc-copy-special-constant'.
31426
31427 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
31428 for the `calc-copy-special-constant' command.
31429
31430 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
31431
31432 * subr.el (left-fringe-p): New function.
31433
31434 * progmodes/compile.el (compilation-setup): Set local value of
31435 overlay-arrow-string to "" always.
31436 (compilation-set-window): Left fringe then don't scroll.
31437 No left fringe then no arrow and scroll message to top.
31438 (compilation-context-lines): Adjust doc string accordingly.
31439
31440 2005-05-16 Kim F. Storm <storm@cua.dk>
31441
31442 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
31443 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
31444 (ido-wide-find-dir-or-delete-dir): New command for M-d.
31445 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
31446 (ido-read-file-name): Handle commands with ido property value
31447 equal to find-file as reading a file name, to allow C-d to enter dired.
31448 (ibuffer-find-file): Add ido property with value find-file.
31449
31450 2005-05-15 Kim F. Storm <storm@cua.dk>
31451
31452 * subr.el (open-network-stream-nowait): Remove.
31453 (open-network-stream-server): Remove.
31454
31455 2005-05-15 Richard M. Stallman <rms@gnu.org>
31456
31457 * faces.el (describe-face): Output a definition link button.
31458
31459 * help-mode.el (help-face-def): New button type.
31460
31461 * emacs-lisp/copyright.el (copyright-fix-years):
31462 Match properly if the first year is 2-digit.
31463 Don't mess up the whitespace after the years by filling.
31464
31465 * dired-aux.el (dired-mark-confirm):
31466 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
31467
31468 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
31469 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
31470 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
31471
31472 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
31473 Set font-lock-comment-start-skip.
31474
31475 * font-lock.el (font-lock-comment-start-skip): New variable.
31476 (font-lock-comment-end-skip): New variable.
31477 (font-lock-fontify-syntactically-region): Use them if non-nil.
31478
31479 2005-05-15 Jay Belanger <belanger@truman.edu>
31480
31481 * calc/calc-store.el (calc-store-value): Return a string rather
31482 than display it as a message.
31483 Use calc-var-name for variable name.
31484 (calc-store-into): Add the result of calc-store-value to message.
31485 (calc-copy-variable): Add a message.
31486 (calc-store-exchange): Improve error messages.
31487 (calc-store-binary, calc-store-map): Don't reset the values of
31488 special constants.
31489
31490 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
31491
31492 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
31493 manual to docstring.
31494
31495 * files.el (hack-local-variables-confirm): Add STRING argument.
31496 Make the function handle non file visiting buffers correctly.
31497 (hack-local-variables-prop-line, hack-local-variables)
31498 (hack-one-local-variable): Use STRING arg of
31499 `hack-local-variables-confirm'.
31500
31501 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
31502
31503 Sync with Tramp 2.0.49.
31504
31505 * net/tramp.el (tramp-handle-dired-call-process)
31506 (tramp-handle-insert-directory):`insert-buffer' cannot be used
31507 because the contents of the Tramp buffer is changed before
31508 insertion (`expand-file' and alike).
31509 (tramp-handle-insert-directory): If `localname' has an empty
31510 nondirectory name, it must not be quoted.
31511 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
31512 variable `tramp-chunksize'. Change callees.
31513 (tramp-open-connection-setup-interactive-shell): Check remote host
31514 for buggy `send-process-string' implementation.
31515 Set `tramp-chunksize' if found. Reported by Michael Kifer
31516 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
31517 (tramp-handle-shell-command): `insert-buffer' cannot be used
31518 because the contents of the Tramp buffer is changed before
31519 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
31520 <frederic.bothamy@free.fr>.
31521 (tramp-set-auto-save): Actions should be done for Tramp file name
31522 handler only. Ange-FTP has its own auto-save mechanism.
31523 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
31524 (tramp-set-auto-save-file-modes): Set file modes of
31525 `buffer-auto-save-file-name' to ?\600 as fallback solution.
31526 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
31527 (tramp-bug): Remove obsolete variable.
31528 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
31529 for presence of `mml-mode'. Make it running for older Emacsen as well.
31530
31531 2005-05-14 John Paul Wallington <jpw@pobox.com>
31532
31533 * ibuf-ext.el (define-ibuffer-filter filename):
31534 If `dired-directory' is a list, use its car.
31535
31536 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
31537
31538 * ibuffer.el (define-ibuffer-column filename):
31539 If `dired-directory' is a list, use its car.
31540
31541 2005-05-14 Richard M. Stallman <rms@gnu.org>
31542
31543 * subr.el (symbol-file): Doc fix.
31544
31545 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
31546 (byte-compile-form): Call byte-compile-nogroup-warn.
31547 (byte-compile-warning-types): Doc fix.
31548
31549 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
31550
31551 * progmodes/cc-engine.el (c-literal-faces):
31552 Add font-lock-comment-delimiter-face.
31553
31554 * net/net-utils.el (dig): Use with-no-warnings.
31555
31556 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
31557 (sc-recite-frame-alist, sc-default-cite-frame)
31558 (sc-default-uncite-frame, sc-default-recite-frame)
31559 (sc-attrib-selection-list, sc-rewrite-header-list):
31560 Mark as risky-local-variable.
31561
31562 * international/ogonek.el (ogonek-jak, ogonek-how):
31563 Don't use beginning-of-buffer.
31564
31565 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
31566
31567 * calendar/solar.el (solar-data-list): Move definition up.
31568
31569 * dnd.el (dnd-protocol-alist): Add autoload.
31570
31571 * progmodes/sh-script.el: Many doc usage fixes.
31572 (sh-indent-after-do): Change default to match common styles.
31573
31574 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
31575
31576 * files.el (interpreter-mode-alist)
31577 (auto-mode-interpreter-regexp): Doc fixes.
31578
31579 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
31580
31581 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
31582
31583 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
31584
31585 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31586
31587 * dired.el (dired-mode): make-variable-buffer-local =>
31588 make-local-variable.
31589
31590 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31591
31592 * term/mac-win.el (mac-select-convert-to-string): Try coding
31593 systems in mac-script-code-coding-systems if specified one cannot
31594 encode string for `com.apple.traditional-mac-plain-text'.
31595
31596 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
31597
31598 * progmodes/make-mode.el (makefile-targets-face)
31599 (makefile-shell-face, makefile-makepp-perl-face): New faces.
31600 (makefile-dependency-regex): Fix it to not make the colon in
31601 $(var:a=b) special.
31602 (makefile-rule-action-regex): New regexp for highlighting embedded
31603 Shell strings.
31604 (makefile-macroassign-regex): Handle != for highlighting as
31605 embedded Shell strings.
31606 (makefile-var-use-regex): New const.
31607 (makefile-statements, makefile-automake-statements)
31608 (makefile-gmake-statements, makefile-makepp-statements)
31609 (makefile-bsdmake-statements): New consts.
31610 (makefile-make-font-lock-keywords): New function.
31611 (makefile-automake-font-lock-keywords)
31612 (makefile-gmake-font-lock-keywords)
31613 (makefile-makepp-font-lock-keywords)
31614 (makefile-bsdmake-font-lock-keywords): New consts.
31615 (makefile-mode-map): Add switchers between the various submodes.
31616 (makefile-mode): Document the availability of the variants.
31617 (makefile-automake-mode, makefile-gmake-mode)
31618 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
31619
31620 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
31621 new variants of makefile-mode.
31622
31623 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
31624
31625 * font-lock.el (font-lock-comment-delimiter-face): Fix up
31626 the inheritance.
31627
31628 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
31629
31630 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
31631 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
31632
31633 * files.el (normal-mode): Extend the scope of the
31634 `enable-local-variables' binding to include the `set-auto-mode' call.
31635 (magic-mode-alist): Doc fix.
31636
31637 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
31638
31639 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
31640 font-lock-comment-face rather than copying its setting.
31641
31642 2005-05-12 Andreas Schwab <schwab@suse.de>
31643
31644 * eshell/esh-mode.el (eshell-send-input): Doc fix.
31645
31646 2005-05-12 Lute Kamstra <lute@gnu.org>
31647
31648 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
31649 defcustom for the mode hook variable. Delete the last argument.
31650 * generic-x.el: Fix callers of define-generic-mode.
31651 (generic-x-modes): Delete group.
31652 (show-tabs-tab-face, show-tabs-space-face): Put them in the
31653 generic-x customization group.
31654
31655 2005-05-12 Kim F. Storm <storm@cua.dk>
31656
31657 * font-lock.el (font-lock-negation-char-face): Default to "off".
31658
31659 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
31660 font-lock-negation-char-face to ! in !=.
31661
31662 2005-05-12 Masatake YAMATO <jet@gyve.org>
31663
31664 * add-log.el (find-change-log): Fix typos in the docstring
31665 of function.
31666
31667 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
31668
31669 * international/latexenc.el (latexenc-find-file-coding-system):
31670 Avoid `re-search-forward' when looking for input encoding because
31671 of speed and safety. Better regular expressions for recognizing
31672 input encoding. Limit a search for TeX-master/tex-main-file to
31673 the local variable section.
31674
31675 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
31676
31677 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
31678 syntax of $ to "'" (quote).
31679
31680 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
31681
31682 * dnd.el (dnd-protocol-alist): Improve custom type.
31683
31684 * dired.el (dired-dnd-protocol-alist): New variable.
31685 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
31686 `dired-mode-hook' to the end.
31687
31688 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
31689
31690 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
31691 comment-end if comment-start-skip is not set.
31692 Obey the font-lock-comment-delimiter-face variables.
31693
31694 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
31695
31696 * files.el (executable-find): Move from executable.el. Use
31697 locate-file.
31698 * progmodes/executable.el (executable-find): Move to files.el.
31699
31700 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
31701 when trying to ensure forward progress.
31702
31703 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
31704
31705 * mouse-sel.el (mouse-sel-follow-link-p): New function.
31706 (mouse-select, mouse-select-internal, mouse-extend-internal):
31707 Use it to implement mouse-1-click-follows-link functionality.
31708
31709 2005-05-11 Richard M. Stallman <rms@gnu.org>
31710
31711 * font-lock.el (font-lock-fontify-syntactically-region):
31712 Use font-lock-comment-delimiter-face for comment delimiters.
31713
31714 2005-05-10 Jay Belanger <belanger@truman.edu>
31715
31716 * calc/calc-help.el (calc-m-prefix-help): Add mention of
31717 preserving embedded modes.
31718
31719 2005-05-10 Richard M. Stallman <rms@gnu.org>
31720
31721 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
31722
31723 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
31724 Move from ada-stmt.el.
31725 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
31726
31727 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
31728 Move to ada-mode.el.
31729 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
31730
31731 * cus-edit.el (custom-file): Call file-chase-links.
31732
31733 * files.el (read-directory-name): Fix previous change.
31734 (hack-local-variables-confirm): New function.
31735 (hack-local-variables-prop-line, hack-local-variables)
31736 (hack-one-local-variable): Use it.
31737
31738 2005-05-10 Lute Kamstra <lute@gnu.org>
31739
31740 * font-lock.el (font-lock-keywords-alist)
31741 (font-lock-removed-keywords-alist): Clarify docstrings.
31742
31743 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
31744
31745 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
31746 (gdb-source-info): Check for preprocessor info.
31747 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
31748 a macro for a function.
31749 (gdb-info-breakpoints-custom): Try to find file again if not already
31750 found (user might have used GDB dir command).
31751 (gdb-get-location): Update gdb-location-alist correctly for change
31752 to gdb-info-breakpoints-custom.
31753
31754 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
31755 (gud-tooltip-print-command): Add gdbmi case.
31756 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
31757 preprocessor info.
31758
31759 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
31760
31761 * startup.el (fancy-splash-insert): Fix typo in doc string.
31762
31763 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
31764
31765 * obsolete/float.el (string-to-float):
31766 * obsolete/hilit19.el (hilit-add-pattern):
31767 * obsolete/rnews.el (news-parse-range, news-select-message)
31768 (news-get-pruned-list-of-files): Replace `string-to-int' by
31769 `string-to-number'.
31770
31771 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
31772 `find-file-not-found-hooks'; use `add-hook'.
31773 (uncompress-while-visiting): Set `write-file-functions', not
31774 `write-file-hooks'; use `add-hook'.
31775
31776 2005-05-09 Kim F. Storm <storm@cua.dk>
31777
31778 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
31779 (cua-paste): Handle clipboard action.
31780 (cua--init-keymaps): Remap clipboard-kill-region and
31781 clipboard-kill-ring-save.
31782
31783 2005-05-08 Eli Zaretskii <eliz@gnu.org>
31784
31785 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
31786 Improve commentary.
31787
31788 * simple.el (next-error-overlay-arrow-position): Revert the change
31789 made on 2005-04-30.
31790
31791 2005-05-07 Jay Belanger <belanger@truman.edu>
31792
31793 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
31794 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
31795 `calc-sel-reselect'.
31796
31797 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
31798 Calc is in embedded mode.
31799
31800 2005-05-07 Eli Zaretskii <eliz@gnu.org>
31801
31802 * progmodes/compile.el (compilation-setup):
31803 Set overlay-arrow-string to an empty string on text terminals.
31804
31805 * textmodes/ispell.el (ispell-program-name): Try looking for
31806 "aspell" along exec-path, and if found, use it as the default
31807 speller program.
31808
31809 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
31810
31811 * international/mule.el (sgml-xml-auto-coding-function):
31812 Recognize encoding='FOO' in single quotes as well as in double quotes.
31813
31814 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
31815
31816 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
31817 as well as `interactive', so that defmacro* would recognize
31818 `declare' forms.
31819
31820 2005-05-07 Eli Zaretskii <eliz@gnu.org>
31821
31822 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
31823 Explain more about the LIGHTER arg's usage in the doc string.
31824 Add commentary to clarify what the code does. Fix the regexp that
31825 strips whitespace from LIGHTER. Quote LIGHTER before using it,
31826 since it could have characters special to regular expressions.
31827
31828 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
31829
31830 * replace.el (occur-1): Bind inhibit-read-only so that
31831 erase-buffer doesn't barf on read-only text properties (likewise
31832 for add-text-properties in occur-engine). Mark buffer as unmodified.
31833 (occur-engine): Don't set buffer-read-only here.
31834
31835 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
31836
31837 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
31838 list-buffers-directory. This caused the *cvs-commit* buffer to be
31839 sometimes mistakenly reused as a *cvs* buffer.
31840
31841 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
31842
31843 * tooltip.el: Move code for GUD tooltips into gud.el.
31844 (require): CL no longer needed to compile case.
31845 (tooltip-mode): Do not toggle functions for GUD tooltips.
31846 (tooltip-gud-tips-p): Remove. Replace with minor mode
31847 gud-tooltip-mode in gud.el.
31848 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
31849 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
31850 tooltip-gud prefix with gud-tooltip and obsolete.
31851 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
31852 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
31853 (tooltip-mouse-motion): Mouse movement functions/variable.
31854 Rename in gud.el by adding gud prefix.
31855 (tooltip-gud-original-filter, tooltip-gud-dereference)
31856 (tooltip-gud-event, tooltip-toggle-gud-tips)
31857 (tooltip-gud-process-output, tooltip-gud-print-command)
31858 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
31859 gud.el by replacing tooltip-gud prefix with gud-tooltip.
31860 (gdb-tooltip-print): Move to gdb-ui.el.
31861
31862 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
31863 (require): CL needed to compile case.
31864 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
31865 tooltip-gud-tips-p. Make it a minor-mode.
31866 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
31867 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
31868 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
31869 (gud-tooltip-change-major-mode)
31870 (gud-tooltip-activate-mouse-motions-if-enabled)
31871 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
31872 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
31873 (gud-tooltip-original-filter, gud-tooltip-dereference)
31874 (gud-tooltip-event, tooltip-toggle-gud-tips)
31875 (gud-tooltip-process-output, gud-tooltip-print-command)
31876 (gud-tooltip-tips): Move from tooltip.el.
31877
31878 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
31879 (gdb-cpp-define-alist-flags): Doc fix.
31880 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
31881 gud-tooltip-mode is t.
31882
31883 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
31884
31885 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
31886 evaporate if their text is deleted.
31887 (goto-address-at-point): Make it work as a mouse binding as well.
31888 (goto-address-at-mouse): Obsolete it. Update users.
31889
31890 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
31891
31892 * calendar/appt.el (top-level): No longer activate on load.
31893
31894 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
31895
31896 * calendar/cal-bahai.el (mark-bahai-diary-entries):
31897 * net/webjump.el (webjump):
31898 * progmodes/idlw-help.el (idlwave-do-context-help1)
31899 (idlwave-highlight-linked-completions):
31900 * textmodes/po.el (po-find-file-coding-system-guts):
31901 Replace `assoc-ignore-case' by `assoc-string'.
31902
31903 2005-05-06 Eli Zaretskii <eliz@gnu.org>
31904
31905 * files.el (locate-file): Doc fix.
31906
31907 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
31908 Remove the redundant test for ms-dos.
31909
31910 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
31911 look for the preprocessor with exec-suffixes. If not found in
31912 standard places, look in exec-path. Remove most of the tests that
31913 used system-type.
31914
31915 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
31916
31917 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
31918
31919 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
31920 file-name clash with jka-compr.el on 8+3 filesystems.
31921
31922 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31923
31924 * term/mac-win.el: Don't define or bind scroll bar functions if
31925 x-toolkit-scroll-bars is t.
31926 (x-select-text, x-get-selection-value): Clear
31927 x-last-selected-text-clipboard if x-select-enable-clipboard is
31928 nil.
31929 (PRIMARY): Put mac-scrap-name property.
31930 (mac-select-convert-to-file-url): New function.
31931 (public.file-url): New selection target type. Add to
31932 selection-converter-alist.
31933 (x-get-selection, x-selection-value): Handle it.
31934 (x-cut-buffer-or-selection-value): New alias.
31935
31936 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
31937
31938 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
31939 entry to avoid calling bibtex-find-entry with arg global
31940 being t. Remove arg key.
31941 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
31942 (bibtex-copy-summary-as-kill): Change accordingly.
31943
31944 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
31945
31946 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
31947 (org-agenda-date-later): Use with-current-buffer.
31948
31949 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
31950
31951 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
31952 (define-obsolete-variable-alias): Doc Fixes.
31953
31954 2005-05-06 Kim F. Storm <storm@cua.dk>
31955
31956 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
31957 vertical-motion when selective-display is active.
31958
31959 * ido.el (ido-setup-hook): New hook.
31960 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
31961 (ido-input-stack): New var.
31962 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
31963 ido-next-work-file binding to M-O.
31964 Bind M-f to ido-wide-find-file-or-pop-dir.
31965 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
31966 (ido-read-internal): Run ido-setup-hook.
31967 Catch quit in read-file-name and read-string to cancel edit.
31968 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
31969 Automatically pop-all when completing a directory name (RET).
31970 (ido-file-internal): Add with-no-warnings around ffap and dired code.
31971 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
31972 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
31973 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
31974 New functions for M-b/M-f to move among the directory components.
31975 (ido-make-merged-file-list): Catch quit to cancel merge.
31976 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
31977 (ido-completion-help): No warnings for ido-completion-buffer-full.
31978
31979 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
31980
31981 * font-lock.el (font-lock-negation-char-face): New face and variable.
31982 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
31983 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
31984 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
31985 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
31986
31987 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
31988
31989 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
31990 Fix typo in docstring.
31991
31992 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
31993 (ebrowse-print-statistics-line)
31994 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
31995
31996 * term/w32-win.el (image-library-alist): Add additional name for
31997 Xpm library.
31998
31999 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
32000
32001 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
32002 use gcc instead of cpp.
32003
32004 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
32005 (gdb-create-define-alist): Use it.
32006 (gdb-cpp-define-alist-program): Update for MS-DOS.
32007
32008 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
32009
32010 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
32011
32012 2005-05-04 Richard M. Stallman <rms@gnu.org>
32013
32014 * help.el (describe-key): No error when UNTRANSLATED is nil.
32015
32016 * simple.el (line-move-1): Fix previous change to signal errors
32017 appropriately.
32018
32019 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
32020
32021 * calendar/icalendar.el (icalendar-version): Now at 0.12.
32022 (icalendar-duration-correction): Remove.
32023 (icalendar--get-event-properties): Split result at commas.
32024 (icalendar--decode-isoduration): New optional argument
32025 DURATION-CORRECTION.
32026 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
32027 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
32028 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
32029 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
32030 (icalendar--convert-anniversary-to-ical): New functions, extracted
32031 from icalendar-export-region, with bug fixes.
32032 (icalendar-export-region): Use the above functions.
32033 (icalendar-import-buffer): Check before saving diary file.
32034 (icalendar--convert-recurring-to-diary)
32035 (icalendar--convert-non-recurring-all-day-to-diary)
32036 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
32037 extracted from icalendar--convert-ical-to-diary, with bug fixes.
32038 (icalendar--convert-ical-to-diary): Use the above functions.
32039
32040 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
32041
32042 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
32043 Remove these recent additions.
32044 (c-mode): Restore to before 2005-04-28.
32045
32046 * progmodes/cc-vars.el (cc-define-list-program): Remove this
32047 recent addition.
32048
32049 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
32050 (gdb-define-alist): New variables.
32051 (gdb-create-define-alist): New function.
32052 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
32053 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
32054 with string-to-number.
32055 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
32056
32057 * progmodes/gud.el: Replace string-to-int with string-to-number.
32058 (gud-find-file): Handle gdb-define-alist.
32059
32060 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
32061
32062 2005-05-02 Jay Belanger <belanger@truman.edu>
32063
32064 * calc/calc-aent.el (math-read-token):
32065 * calc/calc-bin.el (calc-word-size):
32066 * calc/calc-ext.el (calc-read-number-fancy):
32067 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
32068 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
32069 * calc/calc-frac.el (calc-over-notation):
32070 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
32071 (calc-graph-num-points, calc-graph-init):
32072 * calc/calc-prog.el (calc-read-parse-table-part)
32073 (calc-edit-macro-repeats):
32074 * calc/calc-yank.el (calc-do-grab-rectangle):
32075 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
32076 Replace `string-to-int' by `string-to-number'.
32077
32078 2005-05-02 Kim F. Storm <storm@cua.dk>
32079
32080 * kmacro.el: Use executing-kbd-macro-index variable.
32081
32082 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
32083
32084 * net/rlogin.el (rlogin-parse-words): Delete func.
32085 (rlogin): Use split-string, not rlogin-parse-words.
32086 Also, if there are option-like elements in the parsed args,
32087 take the host to be the first arg immediately following them.
32088 Suggested by Michael Mauger.
32089
32090 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
32091
32092 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
32093
32094 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
32095
32096 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
32097 (cc-mode-cpp-program): Rename to cc-define-list-program and
32098 move to cc-vars.el.
32099
32100 * progmodes/cc-vars.el (cc-define-list-program):
32101 Change to "gcc -E -dM -". Make customizable.
32102
32103 2005-05-02 Kim F. Storm <storm@cua.dk>
32104
32105 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
32106
32107 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
32108
32109 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
32110
32111 * international/mule-util.el (truncate-string): Remove alias and
32112 obsolete declaration.
32113
32114 * international/mule-cmds.el (update-iso-coding-systems):
32115 Remove alias and obsolete declaration.
32116
32117 * international/mule.el (coding-system-parent): Remove alias and
32118 obsolete declaration.
32119
32120 * subr.el (define-function, sref): Remove aliases and obsolete
32121 declarations.
32122 (chars-in-region): Remove obsolete declaration.
32123
32124 2005-05-01 Richard M. Stallman <rms@gnu.org>
32125
32126 * info.el (Info-mode): Set widen-automatically to nil, locally.
32127
32128 * simple.el (widen-automatically): New variable.
32129 (pop-global-mark): Obey widen-automatically.
32130
32131 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
32132
32133 * term/xterm.el (function-key-map): Call substitute-key-definition
32134 before the keymap size is increased by a lot of define-key calls.
32135
32136 2005-05-01 Richard M. Stallman <rms@gnu.org>
32137
32138 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
32139 Rename ARG to ELEMENT. Doc fix.
32140
32141 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
32142
32143 * allout.el (allout-exposure): Remove macro and obsolete declaration.
32144 Remove references to allout-exposure/change to allout-new-exposure.
32145
32146 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
32147 bytecode symbols.
32148
32149 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
32150 (compiled-function-p, focus-frame, unfocus-frame):
32151 Remove aliases and obsolete declarations.
32152 Back out inadvertent changes from previous commit.
32153
32154 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
32155
32156 * files.el (require-final-newline): Make Custom tags consistent
32157 with mode-require-final-newline.
32158 (mode-require-final-newline): Doc fix.
32159
32160 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
32161
32162 * international/latexenc.el (latexenc-find-file-coding-system):
32163 Fix regular expressions.
32164
32165 2005-05-01 David Kastrup <dak@gnu.org>
32166
32167 * international/latexenc.el (latexenc-find-file-coding-system):
32168 Fix regular expressions.
32169
32170 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
32171
32172 * subr.el (string-to-int): Make obsolete.
32173
32174 2005-04-30 Richard M. Stallman <rms@gnu.org>
32175
32176 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
32177
32178 * loadup.el: Load jka-comp-hook.
32179
32180 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
32181 (jka-compr-handler): Add autoload. `put' calls moved
32182 to jka-comp-hook.el.
32183 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
32184 (jka-compr-inhibit): Autoload.
32185
32186 * jka-comp-hook.el: New file.
32187 Enable the mode by default.
32188
32189 * files.el (backup-buffer-copy): Use copy-file instead
32190 of write-region, and put back the 'excl.
32191
32192 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
32193
32194 * progmodes/flymake.el (flymake-split-string)
32195 (flymake-split-string, flymake-log, flymake-pid-to-names)
32196 (flymake-reg-names, flymake-get-source-buffer-name)
32197 (flymake-unreg-names, flymake-add-line-err-info)
32198 (flymake-add-err-info): Clarify docstrings.
32199 (flymake-popup-menu, flymake-make-emacs-menu)
32200 (flymake-make-xemacs-menu): Add docstrings.
32201 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
32202 Set variables directly throughout.
32203
32204 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
32205
32206 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
32207 exists. Initialize cc-define-alist.
32208 (c-mode): Add cc-create-define-alist locally to after-save-hook.
32209 If there is no file (Macroexpansion) don't create an alist.
32210
32211 2005-04-29 Sam Steingold <sds@gnu.org>
32212
32213 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
32214 (cc-create-define-alist): Use it instead of the hard-coded string.
32215
32216 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
32217
32218 * international/mule-conf.el (file-coding-system-alist): Fix regexp
32219 for latexenc.
32220
32221 2005-04-29 Lute Kamstra <lute@gnu.org>
32222
32223 * emacs-lisp/generic.el: Improve commentary section.
32224 (define-generic-mode): Improve docstring.
32225
32226 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
32227
32228 * textmodes/org.el (many places): Change to quiet the byte compiler.
32229 (org-prefix-format-compiled): New variable.
32230 (org-compile-prefix-format): New function.
32231 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
32232 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
32233 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
32234 (org-get-entries-from-diary): Use `org-get-time-of-day' for
32235 consistency with entries from `org-mode' files.
32236 (org-get-time-of-day): Fix bug with partial matches early in a line.
32237 (org-non-link-chars): New constant.
32238 (org-link-regexp): Respect `org-non-link-chars'.
32239 (org-agenda-day-view): Remove command.
32240 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
32241 (org-follow-bbdb-link, org-store-link): Search also company field.
32242 (org-highlight-overlay): New variable.
32243 (org-highlight, org-unhighlight): New functions.
32244 (org-agenda-mode): Add pre-command-hook to remove highlight.
32245 (org-evaluate-time-range): Behavior depends upon whether time stamp
32246 contains a time or not.
32247 (org-show-subtree, org-show-entry): New functions.
32248 (org-agenda-cleanup-fancy-diary): Remove empty lines.
32249
32250 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
32251
32252 * comint.el (comint-output-filter-functions): Add autoload cookie.
32253
32254 2005-04-28 Kim F. Storm <storm@cua.dk>
32255
32256 * ido.el (ido-everywhere): Fix last change.
32257
32258 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
32259
32260 * international/latexenc.el: New file.
32261 * international/mule-conf.el (file-coding-system-alist): For .tex,
32262 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
32263
32264 2005-04-28 Lute Kamstra <lute@gnu.org>
32265
32266 * font-lock.el (font-lock-add-keywords)
32267 (font-lock-remove-keywords): Clarify docstring.
32268 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
32269 Don't start docstrings with a `*'.
32270 (font-lock-update-removed-keyword-alist): Give it a docstring.
32271
32272 * generic-x.el: Update commentary section.
32273 Only require font-lock when compiling.
32274 Define all modes conditionally.
32275 Place all generic modes in the generic-x-modes customization group.
32276 (generic-x-modes): New customization group.
32277 (generic-default-modes, generic-mswindows-modes)
32278 (generic-unix-modes, generic-other-modes): New constants.
32279 (generic-define-mswindows-modes, generic-define-unix-modes):
32280 Update docstrings. Make them obsolete.
32281 (generic-extras-enable-list): New default value. Update docstring.
32282 Improve :type. Change :set function.
32283 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
32284 Fix docstring.
32285
32286 * emacs-lisp/generic.el (generic-mode-internal):
32287 Simplify font-lock-defaults.
32288 (define-generic-mode): Fix docstring.
32289
32290 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
32291
32292 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
32293 font-lock-face property to highlight matches.
32294
32295 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
32296
32297 * progmodes/cc-mode.el (cc-create-define-alist): New function.
32298 (cc-define-alist): New variable.
32299 (c-mode): Make it local and initialize it.
32300
32301 * progmodes/gdb-ui.el (gdb-active-process): New variable.
32302 (gdb-exited): New function.
32303 (gdb-annotation-rules): Use it.
32304 (gdb-starting): Set gdb-active-process to t.
32305 (gdb-stopping): Amend doc string.
32306 (gdb-reset): Set gdb-active-process to nil.
32307
32308 * tooltip.el (tooltip-gud-tips): Show the associated #define
32309 directives when a C program under GDB is not executing.
32310
32311 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
32312
32313 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
32314 font-lock-fontify-syntactic-keywords.
32315
32316 * font-lock.el (font-lock-default-fontify-region): Don't force
32317 parse-sexp-lookup-properties to nil.
32318
32319 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
32320
32321 * man.el (man-mode-syntax-table): Set up `:' to have
32322 word-constituent syntax.
32323
32324 2005-04-27 Lute Kamstra <lute@gnu.org>
32325
32326 * novice.el (disable-command): Don't add spurious newlines to the
32327 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
32328
32329 2005-04-26 Jay Belanger <belanger@truman.edu>
32330
32331 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
32332 than one window before deleting window.
32333
32334 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
32335
32336 * shell.el (shell-prompt-pattern): Doc fix.
32337 (shell-mode): Set paragraph-separate buffer locally to "\\'".
32338
32339 * comint.el (comint-prompt-regexp, comint-get-old-input)
32340 (comint-use-prompt-regexp)
32341 (comint-use-prompt-regexp-instead-of-fields)
32342 (comint-replace-by-expanded-history, comint-send-input)
32343 (comint-output-filter, comint-get-old-input-default)
32344 (comint-line-beginning-position, comint-bol, comint-show-output)
32345 (comint-backward-matching-input, comint-forward-matching-input)
32346 (comint-next-prompt, comint-previous-prompt):
32347 Rename `comint-use-prompt-regexp-instead-of-fields' to
32348 `comint-use-prompt-regexp'. Keep old name as alias and declare
32349 obsolete.
32350 (comint-use-prompt-regexp): Shorten first line of doc string.
32351
32352 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
32353 Set paragraph-separate buffer locally to "\\'".
32354
32355 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
32356 Adapt to above name change.
32357
32358 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
32359 (smbclient-prompt-regexp): Ditto.
32360
32361 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
32362
32363 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
32364
32365 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
32366 gdb-location-list.
32367 Break lines that are over 80 characters wide.
32368
32369 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
32370
32371 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
32372 New fun and var, to preserve compatibility.
32373
32374 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
32375
32376 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
32377
32378 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
32379 name to file-newer-than-file-p.
32380
32381 2005-04-26 Richard M. Stallman <rms@gnu.org>
32382
32383 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
32384
32385 * progmodes/python.el (python-mode):
32386 Use new name eldoc-documentation-function.
32387
32388 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
32389
32390 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
32391 (eldoc-documentation-function):
32392 Rename from eldoc-print-current-symbol-info-function. Calls changed.
32393
32394 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
32395
32396 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
32397
32398 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
32399
32400 * term/xterm.el (function-key-map): Fix strings for
32401 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
32402 {C,S,A,C-S}-{f1-f12}.
32403
32404 2005-04-26 Kenichi Handa <handa@m17n.org>
32405
32406 * international/mule-cmds.el (select-safe-coding-system):
32407 Fix previous change.
32408
32409 2005-04-26 Lute Kamstra <lute@gnu.org>
32410
32411 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
32412
32413 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
32414 (font-lock-comment-delimiter-face): Ditto.
32415
32416 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
32417
32418 2005-04-25 Jay Belanger <belanger@truman.edu>
32419
32420 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
32421 to t while inserting information; use help-mode.
32422
32423 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
32424
32425 * term.el (ansi-term-color-vector): Use the xterm colors.
32426 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
32427
32428 2005-04-25 Lute Kamstra <lute@gnu.org>
32429
32430 * font-core.el (font-lock-defaults): Fix docstring.
32431
32432 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
32433
32434 2005-04-25 Kenichi Handa <handa@m17n.org>
32435
32436 * international/mule-cmds.el (select-safe-coding-system):
32437 Don't check consistency with coding: spec, etc if raw-text or
32438 no-conversion was found to be safe.
32439
32440 2005-04-24 Richard M. Stallman <rms@gnu.org>
32441
32442 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
32443 citation markers at start of each line.
32444
32445 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
32446 citation markers at start of each line.
32447
32448 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
32449
32450 * files.el (mode-require-final-newline): Fix previous change.
32451 (require-final-newline): Fix type label.
32452
32453 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
32454
32455 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
32456 statement in buffer (broken by 2004-11-24 change).
32457
32458 2005-04-24 Kim F. Storm <storm@cua.dk>
32459
32460 * ido.el (ido-everywhere): Save and restore old read-buffer-function
32461 and read-file-name-function values. Don't overwrite existing
32462 non-nil values if ido-mode is enabled without ido-everywhere.
32463
32464 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
32465
32466 * files.el (mode-require-final-newline): Minor doc fix.
32467
32468 2005-04-24 Eli Zaretskii <eliz@gnu.org>
32469
32470 * subr.el (syntax-after): Doc fix.
32471 (syntax-class): If argument is nil, return nil. Mask off upper 16
32472 bits, not 8 bits.
32473
32474 * files.el (mode-require-final-newline): Doc fix.
32475 (backup-buffer-copy): Fix last change.
32476
32477 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32478
32479 * term/mac-win.el: Require select. Set selection-coding-system to
32480 mac-system-coding-system. Call menu-bar-enable-clipboard.
32481 (x-last-selected-text-clipboard, x-last-selected-text-primary)
32482 (x-select-enable-clipboard): New variables.
32483 (x-select-text, x-get-selection, x-selection-value)
32484 (x-get-selection-value, mac-select-convert-to-string)
32485 (mac-services-open-file, mac-services-open-selection)
32486 (mac-services-insert-text): New functions.
32487 (CLIPBOARD, FIND): Put mac-scrap-name property.
32488 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
32489 (public.tiff): Put mac-ostype property.
32490 (selection-converter-alist): Add entries for them.
32491 (mac-application-menu-map): New keymap.
32492 (interprogram-cut-function, interprogram-paste-function): Set to
32493 x-select-text and x-get-selection-value, respectively.
32494 (split-window-keep-point): Set to t.
32495
32496 2005-04-23 Richard M. Stallman <rms@gnu.org>
32497
32498 * files.el (read-directory-name): Always pass non-nil
32499 DEFAULT-FILENAME arg to read-file-name.
32500 (backup-buffer-copy, basic-save-buffer-2): Take care against
32501 writing thru an unexpected existing symlink.
32502 (revert-buffer): In indirect buffer, revert the base buffer.
32503 (magic-mode-alist): Doc fix.
32504 (buffer-stale-function): Doc fix.
32505 (minibuffer-with-setup-hook): Avoid warning.
32506 (mode-require-final-newline): Doc and custom fix.
32507
32508 * follow.el (follow-end-of-buffer): Use with-no-warnings.
32509
32510 * font-lock.el (font-lock-comment-face): On terminals with few colors,
32511 use the default appearance.
32512 (font-lock-comment-delimiter-face): New face, new variable.
32513
32514 * imenu.el (imenu--generic-function): The official position of a
32515 definition is the start of the line that BEG is in.
32516
32517 * midnight.el (midnight-timer): Move defvar up.
32518
32519 * mouse.el (mouse-drag-region-1): Delete some debugging code.
32520
32521 * saveplace.el (save-place-to-alist): Use with-no-warnings.
32522
32523 * startup.el (command-line): Use with-no-warnings.
32524
32525 * window.el (window-size-fixed): New defvar.
32526
32527 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
32528
32529 * mail/rmail.el (rmail-font-lock-keywords):
32530 Use font-lock-comment-delimiter-face.
32531
32532 * mail/sendmail.el (mail-font-lock-keywords):
32533 Use font-lock-comment-delimiter-face.
32534
32535 * progmodes/compile.el (next-error-highlight-timer): New defvar.
32536
32537 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
32538
32539 * progmodes/compile.el (compilation-mode-font-lock-keywords):
32540 Specify t for LAXMATCH when matching directories.
32541 Save match data around compilation-compat-error-properties form.
32542
32543 2005-04-23 David Kastrup <dak@gnu.org>
32544
32545 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
32546 Mention that the autoloaded aliases should be kept for AUCTeX.
32547
32548 2005-04-23 Andreas Schwab <schwab@suse.de>
32549
32550 * isearch.el (isearch-forward): Doc fix.
32551
32552 2005-04-23 Eli Zaretskii <eliz@gnu.org>
32553
32554 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
32555 (jit-lock-stealth-nice): Change default value to 0.5.
32556
32557 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
32558
32559 * abbrev.el (write-abbrev-file): Write table entries in
32560 alphabetical order by table name.
32561
32562 2005-04-22 Kim F. Storm <storm@cua.dk>
32563
32564 * ido.el (ido-read-internal): Fix `list' completion.
32565
32566 2005-04-22 Kenichi Handa <handa@m17n.org>
32567
32568 * recentf.el (recentf-save-file-coding-system): New variable.
32569 (recentf-save-list): Encode the file by
32570 recentf-save-file-coding-system and add coding: tag.
32571
32572 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
32573
32574 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
32575
32576 2005-04-21 Lute Kamstra <lute@gnu.org>
32577
32578 * loadhist.el (unload-feature): Don't remove a function from hooks
32579 if it is about to be restored to an autoload . Remove functions
32580 that will become unbound from auto-mode-alist. Simplify the code.
32581
32582 * subr.el (assq-delete-all): New implementation that is linear,
32583 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
32584 (rassq-delete-all): New function.
32585
32586 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
32587 Add size-indication-mode.
32588
32589 2005-04-21 Kenichi Handa <handa@m17n.org>
32590
32591 * international/mule-cmds.el: Add autoload for widget-value in
32592 eval-when-compile.
32593
32594 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
32595
32596 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
32597 Add tooltip-mode.
32598
32599 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
32600
32601 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
32602
32603 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
32604 (inferior-lisp-filter-regexp, inferior-lisp-program)
32605 (inferior-lisp-load-command, inferior-lisp-prompt)
32606 (inferior-lisp-mode-hook, lisp-source-modes)
32607 (inferior-lisp-load-hook): defvar->defcustom.
32608 (inferior-lisp-program, inferior-lisp-prompt)
32609 (inferior-lisp-load-hook): Doc fixes.
32610 (inferior-lisp-install-letter-bindings): Small change in
32611 introductory comment.
32612
32613 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
32614
32615 * vc.el (vc-annotate-color-map): Change some colors so that text
32616 using them as foreground is readable on both white and black
32617 backgrounds.
32618
32619 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
32620
32621 * international/mule-conf.el (translation-table-for-input):
32622 Remove redundant declaration.
32623
32624 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
32625
32626 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
32627
32628 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
32629 (tooltip-toggle-gud-tips): New function.
32630
32631 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32632
32633 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
32634 right angle brackets.
32635
32636 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
32637
32638 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
32639
32640 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
32641
32642 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
32643 Remove. Update callers to use expand-file-name instead.
32644
32645 * subr.el (syntax-class): New function.
32646
32647 * simple.el (blink-matching-open): Use it.
32648
32649 * paren.el (show-paren-function): Use it to recognize parens that are
32650 also used in 2-char comment markers.
32651
32652 2005-04-19 Lute Kamstra <lute@gnu.org>
32653
32654 * loadhist.el (unload-feature): Update for new format of
32655 load-history. Simplify the code.
32656
32657 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32658
32659 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
32660 (mac-add-charset-info): New function. Initialize variable
32661 mac-charset-info-alist using it.
32662 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
32663 for translation.
32664 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
32665 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
32666 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
32667 New CCL programs.
32668
32669 2005-04-19 Kim F. Storm <storm@cua.dk>
32670
32671 * simple.el (next-buffer, prev-buffer, next-error)
32672 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
32673 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
32674
32675 * bindings.el (next-buffer, prev-buffer, next-error)
32676 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
32677 (clone-indirect-buffer-other-window): Move bindings from simple.el.
32678 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
32679 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
32680
32681 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
32682
32683 * isearch.el (isearch-edit-string): Make the search-ring available for
32684 minibuffer history commands.
32685 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
32686 the default history commands now work just as well.
32687 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
32688
32689 2005-04-18 Kim F. Storm <storm@cua.dk>
32690
32691 * emulation/cua-base.el (cua--pre-command-handler): Add more
32692 elaborate check for shift modifier on non-window systems.
32693
32694 2005-04-18 Lars Hansen <larsh@math.ku.dk>
32695
32696 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
32697
32698 2005-04-18 Kim F. Storm <storm@cua.dk>
32699
32700 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
32701 and make it optional. Don't test tooltip-gud-echo-area here.
32702 (tooltip-gud-process-output, gdb-tooltip-print):
32703 Pass tooltip-gud-echo-area to tooltip-show.
32704 (tooltip-help-tips): Remove second optional arg to tooltip-show.
32705
32706 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32707
32708 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
32709 `display-graphic-p' may not be bound yet.
32710
32711 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
32712
32713 * startup.el (command-line): No longer enable Xterm Mouse mode by
32714 default in terminals compatible with xterm.
32715
32716 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
32717
32718 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
32719
32720 * tooltip.el (tooltip-gud-echo-area): Rename from
32721 tooltip-use-echo-area.
32722 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
32723 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
32724 area independently of where help tooltips are displayed.
32725
32726 2005-04-17 David Kastrup <dak@gnu.org>
32727
32728 * cus-theme.el (custom-theme-write-variables): Quote variables
32729 where necessary.
32730
32731 2005-04-17 Richard M. Stallman <rms@gnu.org>
32732
32733 * simple.el (yank-excluded-properties): Add follow-link to value.
32734
32735 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
32736
32737 * startup.el (fancy-splash-max-time): Just 30 seconds.
32738 (fancy-splash-delay): Just 7.
32739 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
32740
32741 * loadhist.el (unload-feature): Update for new format of load-history.
32742 Simplify the code.
32743
32744 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
32745 (rmail-font-lock-keywords): Don't fontify the text of a citation.
32746
32747 * mail/sendmail.el (mail-font-lock-keywords):
32748 Don't fontify subject text.
32749 Don't fontify the text of a citation.
32750
32751 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
32752
32753 * comint.el (comint-output-filter): Run comint-output-filter-functions
32754 with point where the user had it.
32755
32756 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
32757
32758 * international/ucs-tables.el (ucs-set-table-for-input):
32759 Disable when using unify-on-decoding.
32760
32761 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
32762
32763 * emulation/cua-base.el (cua-global-mark-face): Add special case
32764 for displays supporting a high number of colors.
32765
32766 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
32767
32768 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
32769
32770 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
32771
32772 * filesets.el (filesets-add-buffer): If user supplies a name of a
32773 non-existing fileset, create a new fileset.
32774
32775 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
32776
32777 * textmodes/org.el (org-up-heading-all): Fix bug with
32778 `outline-up-heading-all'.
32779
32780 2005-04-16 Andreas Schwab <schwab@suse.de>
32781
32782 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
32783 /etc/permissions.d/* and /etc/aliases.d/*.
32784
32785 2005-04-16 Kenichi Handa <handa@m17n.org>
32786
32787 * international/code-pages.el (cp-make-coding-system):
32788 Set `translation-table-for-input' property value to the symbol
32789 ucs-mule-to-mule-unicode, not to that value.
32790 (pt154): Escape guillemet by `\'.
32791
32792 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
32793
32794 * loadup.el: Load tooltip if x-show-tip is fboundp.
32795
32796 * startup.el (command-line): Add comment.
32797
32798 * tooltip.el (tooltip-mode): Specify correct standard value for
32799 Custom in init-value.
32800
32801 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
32802
32803 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
32804 possible.
32805
32806 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
32807
32808 * textmodes/org.el (org-agenda-date-prompt): Rename from
32809 `org-agenda-date-today'.
32810 (org-evaluate-time-range): Insert at point instead of directly
32811 after time range.
32812 (org-first-headline-recenter, org-subtree-end-visible-p)
32813 (org-optimize-window-after-visibility-change): New functions
32814 (org-agenda-post-command-hook): Don't allow point at end of line,
32815 to make sure it always hits the text properties.
32816 (org-agenda-next-date-line, org-agenda-previous-date-line):
32817 New commands.
32818 (org-set-regexps-and-options): Category may contain white space.
32819 (org-agenda-get-deadlines, org-agenda-get-scheduled):
32820 Improve marker positions.
32821 (org-agenda-new-marker): Argument POS made optional.
32822 (org-agenda-get-timestamps): Deadlines which are done are listed
32823 in org-done-face now.
32824 (org-agenda-get-todos, org-agenda-get-timestamps)
32825 (org-agenda-get-deadlines, org-agenda-get-scheduled):
32826 Set `undone-face' and `done-face' properties.
32827 (org-last-todo-state-is-todo): New variable.
32828 (org-todo): Set `org-last-todo-state-is-todo'.
32829 (org-agenda-todo): Change face according to
32830 `org-last-todo-state-is-todo'. And change other lines referring to
32831 the same entry.
32832 (org-calendar-goto-agenda): New command.
32833 (org-calendar-to-agenda-key): New option.
32834 (org-startup-folded): New allowed value `content'.
32835 (org-set-regexps-and-options): Accept new value `content' for
32836 `org-startup-folded'.
32837 (org-get-current-options): Handle new value `content' for
32838 `org-startup-folded'.
32839 (org-insert-todo-heading): New command.
32840 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
32841 interactively in empty file and option
32842 `org-insert-mode-line-in-empty-file' has been set.
32843 (org-agenda-todo, org-agenda-priority): Modify to use
32844 `org-agenda-change-all-lines'.
32845 (org-warning-face): Change color on dark background.
32846
32847 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32848
32849 * international/mule-cmds.el (set-locale-environment): On Mac OS,
32850 use preferences AppleLocale and AppleLanguages, and variable
32851 mac-system-locale for default locale. On Mac OS Classic, use
32852 mac-system-coding-system for default coding systems.
32853
32854 * term/mac-win.el: Don't set file-name-coding-system.
32855 Decode variables system-name, emacs-build-system, user-login-name, and
32856 user-full-name by mac-system-coding-system on Mac OS Classic.
32857 (mac-system-coding-system): New variable.
32858
32859 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
32860
32861 * startup.el (command-line): Handle `xterm-mouse-mode' before
32862 reading init file.
32863
32864 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
32865
32866 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
32867
32868 * progmodes/sh-script.el (sh-here-document-word): Make it a
32869 defcustom. Doc fix.
32870 (sh-add): Bash uses $(( )) for arithmetic.
32871 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
32872 (sh-maybe-here-document): Remove quotes and leading whitespace
32873 from heredoc word when closing. Indent heredoc with tabs if word
32874 starts with "-".
32875
32876 2005-04-13 Richard M. Stallman <rms@gnu.org>
32877
32878 * simple.el (undo): Fix previous change.
32879
32880 * custom.el (defface): Doc fix.
32881
32882 2005-04-13 Lute Kamstra <lute@gnu.org>
32883
32884 * Makefile.in (DONTCOMPILE): Remove list.
32885 (compile, compile-always): Don't use DONTCOMPILE.
32886 (update-authors): Load the library in which batch-update-authors
32887 is defined.
32888 * makefile.w32-in (DONTCOMPILE): Remove list.
32889 (compile, compile-always): Fix comments.
32890 (update-authors): Load the library in which batch-update-authors
32891 is defined.
32892
32893 * generic-x.el (generic-mode-ini-file-find-file-hook):
32894 Rename to ini-generic-mode-find-file-hook.
32895 Keep generic-mode-ini-file-find-file-hook as an alias.
32896 (ini-generic-mode-find-file-hook): Rename from
32897 generic-mode-ini-file-find-file-hook. Fix docstring.
32898 (ini-generic-mode): Docstring change.
32899 (bat-generic-mode-run-as-comint): Silence the byte compiler.
32900
32901 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
32902 called from lisp.
32903
32904 * generic.el: Move to the emacs-lisp subdir.
32905
32906 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
32907
32908 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
32909 and C-S- function and cursor motion keys.
32910
32911 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
32912
32913 * startup.el (command-line): Enable Xterm Mouse mode by default.
32914 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
32915 for Custom. No longer show "Mouse" in mode line when enabled.
32916 Doc fix.
32917
32918 2005-04-12 Kim F. Storm <storm@cua.dk>
32919
32920 * emulation/cua-base.el (cua-rectangle-face)
32921 (cua-rectangle-noselect-face): Define face attributes here.
32922
32923 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
32924
32925 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32926
32927 * startup.el (command-line): Turn off blinking cursor if
32928 cursorBlink in resources is off or false.
32929
32930 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32931
32932 * term/mac-win.el (dnd): Require dnd.
32933 (mac-drag-n-drop): Call dnd-handle-one-url.
32934 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
32935 (kTextEncodingISOLatin2): Remove constants.
32936 (mac-script-code-coding-systems): New constant.
32937 (mac-handle-language-change): New function.
32938 (special-event-map): Bind it to `language-change' event.
32939 (mac-centraleurroman, mac-cyrillic): New coding systems.
32940 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
32941 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
32942 and mac-cyrillic-encoder to encode-mac-centraleurroman and
32943 encode-mac-cyrillic, respectively.
32944
32945 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
32946
32947 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
32948 Don't set overlay-arrow-string to "=>" as this is done
32949 globally in C now.
32950
32951 2005-04-12 Lute Kamstra <lute@gnu.org>
32952
32953 * generic-x.el (rc-generic-mode, rul-generic-mode):
32954 Fix auto-mode-alist entries.
32955 (etc-fstab-generic-mode): Tweak fontification.
32956
32957 * generic.el (generic-make-keywords-list): Fix docstring.
32958 (generic-mode-internal): Simplify generic-font-lock-keywords.
32959
32960 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
32961
32962 * whitespace.el (whitespace-buffer-leading)
32963 (whitespace-buffer-trailing): Revert the incorrect test inversion.
32964 However, fix the highlight area for the leading and
32965 trailing whitespaces to show space.
32966
32967 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
32968
32969 * whitespace.el (whitespace-version): Bump to 3.5.
32970
32971 (whitespace-buffer-leading, whitespace-buffer-trailing):
32972 Invert sense of the test to highlight the whitespace.
32973
32974 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
32975
32976 * progmodes/gud.el (gud-display-line): GUD uses its own
32977 overlay arrow now so don't set overlay-arrow-string.
32978 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
32979
32980 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
32981
32982 * term.el (term-ansi-current-bold, term-ansi-current-underline)
32983 (term-ansi-current-reverse, term-ansi-current-invisible)
32984 (term-ansi-face-already-done): Change to boolean.
32985 (term-reset-terminal, term-handle-colors-array): Handle the above
32986 vars accordingly.
32987 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
32988 (term-emulate-terminal): Use the new name.
32989
32990 * faces.el (secondary-selection): Use yellow1, not yellow.
32991 (trailing-whitespace): Use red1, not red.
32992
32993 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32994
32995 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
32996 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
32997 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
32998
32999 * cus-edit.el (dnd): New group.
33000
33001 * term/w32-win.el (dnd): Require dnd
33002 (w32-drag-n-drop): Call dnd-handle-one-url.
33003
33004 * x-dnd.el: Require dnd.
33005 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
33006 Call dnd-handle-one-url.
33007 (x-dnd-types-alist, x-dnd-insert-utf8-text)
33008 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
33009 to dnd-insert-text.
33010 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
33011 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
33012 (x-dnd-get-local-file-name, x-dnd-open-local-file)
33013 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
33014
33015 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
33016
33017 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33018
33019 * wdired.el: Doc fixes.
33020 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
33021 (wdired-use-dired-vertical-movement): Rename from
33022 wdired-always-move-to-filename-beginning.
33023 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
33024 (wdired-change-to-wdired-mode): Change mode name.
33025 (wdired-newline): Delete.
33026
33027 2005-04-11 Richard M. Stallman <rms@gnu.org>
33028
33029 * whitespace.el (whitespace-highlight-the-space):
33030 Don't call whitespace-unhighlight-the-space here.
33031
33032 * simple.el (undo): Record t in undo-equiv-table
33033 for the redo record made by an undo-in-region.
33034
33035 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
33036
33037 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
33038 (gdb-frame-inferior-io-buffer): New Functions to control
33039 display of separate IO buffer.
33040 (menu): Add them to menu-bar.
33041 (gdb-display-buffer): Check for buffer another frame.
33042 Protect GUD buffer.
33043 (gdb-setup-windows): Create IO buffer if not already there.
33044 (gdb-memory-mode): Remove purecopy noops.
33045
33046 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
33047
33048 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
33049 and pass to self-insert-command.
33050
33051 2005-04-11 Lute Kamstra <lute@gnu.org>
33052
33053 * generic.el: Commentary section cleanup.
33054 (generic): Delete.
33055 (generic-use-find-file-hook, generic-lines-to-scan)
33056 (generic-find-file-regexp, generic-ignore-files-regexp)
33057 (default-generic-mode, generic-mode-find-file-hook)
33058 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
33059 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
33060 (generic-use-find-file-hook, generic-lines-to-scan)
33061 (generic-find-file-regexp, generic-ignore-files-regexp)
33062 (default-generic-mode, generic-mode-find-file-hook)
33063 (generic-mode-ini-file-find-file-hook): Move from generic.el.
33064
33065 2005-04-10 Karl Fogel <kfogel@red-bean.com>
33066
33067 * bookmark.el (bookmark-write-file): Catch errors writing file.
33068 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
33069
33070 2005-04-10 Richard M. Stallman <rms@gnu.org>
33071
33072 * startup.el (fancy-splash-tail): Update copyright year.
33073 (command-line): Split part of -Q into -D.
33074 (emacs-basic-display): New defvar.
33075 (fancy-splash-text): Correct name of menu item.
33076
33077 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
33078
33079 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
33080 lines in one node.
33081
33082 * comint.el (comint-send-input): New arg ARTIFICIAL.
33083 Callers in this file changed.
33084
33085 * abbrev.el (define-abbrevs): Read system abbrevs properly.
33086
33087 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
33088
33089 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
33090
33091 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
33092 `ldap-search-internal'.
33093
33094 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
33095
33096 * files.el (set-auto-mode-1): Use line-end-position.
33097
33098 * international/latin-1.el:
33099 * international/latin-2.el:
33100 * international/latin-3.el:
33101 * international/latin-4.el:
33102 * international/latin-5.el:
33103 * international/latin-8.el:
33104 * international/latin-9.el: Give punctuation syntax to NBSP.
33105
33106 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
33107 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
33108 Use char-classes to accept non-ascii letters, accepted in some recent
33109 bibtex implementations.
33110
33111 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
33112
33113 * custom.el (custom-set-minor-mode): Any non-nil value for the
33114 variable should enable the mode when set through Custom.
33115
33116 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
33117
33118 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
33119 TAB binding so tab-always-indent is obeyed.
33120 (vhdl-minibuffer-local-map): Move initialization into declaration.
33121 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
33122 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
33123 (vhdl-hooked-abbrev): Avoid test for XEmacs.
33124 (vhdl-current-line): Use line-beginning-position.
33125 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
33126 with-output-to-temp-buffer, so the current position can be recorded.
33127
33128 2005-04-10 Masatake YAMATO <jet@gyve.org>
33129
33130 * progmodes/compile.el (compilation-error-regexp-alist-alist):
33131 Add regexp for gcov.
33132
33133 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
33134
33135 * calendar/time-date.el (time-to-seconds, seconds-to-time)
33136 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
33137 syntax which Emacs 20 doesn't support.
33138
33139 2005-04-09 Richard M. Stallman <rms@gnu.org>
33140
33141 * help.el (describe-key-briefly, describe-key):
33142 Replace strings as event types with "(any string)".
33143
33144 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
33145
33146 * arc-mode.el (archive-mode-map): Move initialization into
33147 the declaration. Override *all* bindings of `undo'.
33148 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
33149
33150 2005-04-09 Jay Belanger <belanger@truman.edu>
33151
33152 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
33153
33154 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
33155
33156 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
33157 (xterm-register-default-colors): Update color values computation
33158 to match xterm-200.
33159
33160 2005-04-09 Kenichi Handa <handa@m17n.org>
33161
33162 * international/code-pages.el (iso-latin-7): Fix the map.
33163
33164 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
33165
33166 * emacs-lisp/lisp.el (defun-prompt-regexp)
33167 (parens-require-spaces, buffer-end, end-of-defun)
33168 (insert-parentheses): Doc fixes.
33169
33170 2005-04-08 Kim F. Storm <storm@cua.dk>
33171
33172 * comint.el (comint-highlight-prompt): Fix face spec.
33173 * hi-lock.el (hi-green): Likewise.
33174
33175 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
33176
33177 * cus-edit.el (custom-modified-face):
33178 * comint.el (comint-highlight-input): Fix previous changes.
33179 * term.el (term-handle-ansi-escape): Add a comment.
33180
33181 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
33182
33183 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
33184 in the buffer and in whitespace-highlighted-space.
33185 (whitespace-unhighlight-the-space): Simplify.
33186 (whitespace-buffer): Simplify.
33187
33188 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
33189
33190 * textmodes/table.el (table-cell-face): Add special case for
33191 displays supporting a high number of colors.
33192 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
33193 (vhdl-font-lock-reserved-words-face)
33194 (vhdl-speedbar-architecture-face)
33195 (vhdl-speedbar-instantiation-face)
33196 (vhdl-speedbar-architecture-selected-face)
33197 (vhdl-speedbar-instantiation-selected-face): Likewise.
33198 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
33199 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
33200 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
33201 (ebrowse-root-class-face, ebrowse-member-attribute-face)
33202 (ebrowse-progress-face): Likewise.
33203 * progmodes/compile.el (compilation-info-face): Likewise.
33204 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
33205 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
33206 * calendar/calendar.el (diary-face): Likewise.
33207 * woman.el (woman-italic-face, woman-bold-face)
33208 (woman-unknown-face): Likewise.
33209 * wid-edit.el (widget-button-pressed-face): Likewise.
33210 * whitespace.el (whitespace-highlight-face): Likewise.
33211 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
33212 * pcvs-info.el (cvs-marked-face): Likewise.
33213 * info.el (info-xref): Likewise.
33214 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
33215 * hilit-chg.el (highlight-changes-face)
33216 (highlight-changes-delete-face): Likewise.
33217 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
33218 (hi-red-b): Likewise.
33219 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
33220 * font-lock.el (font-lock-keyword-face)
33221 (font-lock-function-name-face, font-lock-warning-face): Likewise.
33222 * cus-edit.el (custom-invalid-face, custom-modified-face)
33223 (custom-set-face, custom-changed-face, custom-variable-tag-face)
33224 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
33225 * comint.el (comint-highlight-prompt): Likewise.
33226
33227 2005-04-08 Lute Kamstra <lute@gnu.org>
33228
33229 * font-lock.el (font-lock-keywords): Docstring fixes.
33230
33231 2005-04-08 Kenichi Handa <handa@m17n.org>
33232
33233 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
33234 chars are more than a limit, print " and more..." at the tail.
33235
33236 2005-04-08 Kim F. Storm <storm@cua.dk>
33237
33238 * emacs-lisp/authors.el (authors-aliases): Update list.
33239 (authors-ignored-files): New list.
33240 (authors-fixed-entries): Fix typo.
33241 (authors-renamed-files-alist): Update list.
33242 (authors-add): Check authors-ignored-files.
33243
33244 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
33245
33246 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
33247 optional, to ensure backward compatibility.
33248
33249 2005-04-08 Stephen Eglen <stephen@gnu.org>
33250
33251 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
33252
33253 2005-04-08 Kim F. Storm <storm@cua.dk>
33254
33255 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
33256
33257 * mouse.el (mouse-on-link-p): Doc fix.
33258
33259 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
33260
33261 * ielm.el (ielm-prompt-read-only): Doc fix.
33262
33263 * comint.el (comint-prompt-read-only): Doc fix.
33264
33265 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
33266
33267 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
33268 ensure dired always handles wildcards passed to ffap.
33269 (find-file-at-point): Use it.
33270 (ffap-dired-wildcards): Doc fix.
33271
33272 2005-04-07 Juri Linkov <juri@jurta.org>
33273
33274 * simple.el (next-error-overlay-arrow-position): New defvar.
33275 Put "=>" on its property `overlay-arrow-string'. Add it to
33276 `overlay-arrow-variable-list'.
33277
33278 * progmodes/compile.el (compilation-setup):
33279 Set `next-error-overlay-arrow-position' to nil. Also set it to
33280 nil in the local hook `kill-buffer-hook'. Make local variable
33281 `overlay-arrow-string' and set it to "=>".
33282 (compilation-goto-locus): Set BOL position to
33283 `next-error-overlay-arrow-position' instead of
33284 `overlay-arrow-position'.
33285
33286 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
33287 locally instead of adding it to the global hook.
33288 (Info-kill-buffer): Move up.
33289
33290 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
33291
33292 * term/xterm.el (xterm-standard-colors): Update color values from
33293 xterm-200.
33294
33295 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
33296
33297 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
33298
33299 * fast-lock.el:
33300 * lazy-lock.el: Move them to the obsolete subdir.
33301
33302 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33303
33304 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
33305 (wdired-add-replace-advice): Remove.
33306 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
33307
33308 2005-04-06 Kim F. Storm <storm@cua.dk>
33309
33310 * startup.el (command-line): Add --bare-bones alias for -Q.
33311
33312 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33313
33314 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
33315 create the startup fontset if a font specification ends with
33316 `mac-roman'.
33317
33318 2005-04-06 Lute Kamstra <lute@gnu.org>
33319
33320 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
33321 change.
33322
33323 * emacs-lisp/copyright.el (copyright-update-year): Replace the
33324 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
33325
33326 2005-04-05 Lute Kamstra <lute@gnu.org>
33327
33328 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
33329 (define-generic-mode): Ditto. Fix debug declaration.
33330
33331 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
33332 Put them in the generic-x group.
33333
33334 * calendar/timeclock.el (timeclock): Doc fix.
33335
33336 * generic.el (define-generic-mode): Don't use custom-current-group.
33337 Document default :group value.
33338 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
33339 (define-global-minor-mode): Don't use custom-current-group.
33340
33341 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
33342
33343 * startup.el (command-line-1): Display startup-echo-area-message
33344 when fancy splash screen is in use.
33345
33346 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
33347 (sh-escaped-newline): New face.
33348 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
33349 newline, and use sh-escaped-newline face.
33350
33351 * progmodes/tcl.el (tcl-escaped-newline): New face.
33352 (tcl-builtin-list): New variable.
33353 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
33354 newlines. Fix keywords subexpression number.
33355
33356 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
33357
33358 * textmodes/org.el (org-diary-default-entry): Fix call to
33359 `add-to-diary-entry'.
33360
33361 2005-04-05 Kim F. Storm <storm@cua.dk>
33362
33363 * ediff-init.el: Use (featurep 'xemacs).
33364
33365 2005-04-05 David Ponce <david@dponce.com>
33366
33367 * cus-edit.el (face): Derive from symbol widget. Display sample
33368 of the current face on the fly.
33369 (widget-face-sample-face-get, widget-face-notify): New functions.
33370 (widget-face-value-create): Remove.
33371
33372 * wid-edit.el (widget-field-end): Temporarily remove field
33373 narrowing before to call `get-char-property'.
33374
33375 2005-04-04 Jay Belanger <belanger@truman.edu>
33376
33377 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
33378 (math-read-subscripts): New variable.
33379 (math-read-preprocess-string): Process subscripts.
33380
33381 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
33382
33383 * comint.el (comint-prompt-read-only): Doc fix.
33384
33385 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
33386 `-1'. Doc fix.
33387
33388 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
33389
33390 * textmodes/org.el (org-insert-mode-line-in-empty-file):
33391 Change default value to nil.
33392
33393 2005-04-04 Lute Kamstra <lute@gnu.org>
33394
33395 * autorevert.el (auto-revert-mode): Specify :group.
33396 * battery.el (display-battery-mode): Specify :group.
33397 * diff-mode.el (diff-minor-mode): Specify :group.
33398 * font-core.el (font-lock-mode): Specify :group.
33399 * hl-line.el (hl-line-mode): Specify :group.
33400 * iimage.el (iimage): New customization group.
33401 (iimage-mode): Specify :group.
33402 * longlines.el (longlines-mode): Specify :group.
33403 * master.el: Don't require easy-mmode.
33404 (master): New customization group.
33405 (master-mode): Specify :group.
33406 * msb.el (msb-mode): Specify :group.
33407 * reveal.el (reveal-mode): Specify :group.
33408 * simple.el (next-error-follow-minor-mode): Specify :group.
33409 * smerge-mode.el (smerge-mode): Specify :group.
33410 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
33411 * emulation/cua-base.el (cua-mode): Specify :group.
33412 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
33413 * language/thai-util.el (thai-auto-composition-mode)
33414 (thai-word-mode): Specify :group.
33415 * mail/supercite.el (sc-minor-mode): Specify :group.
33416 * progmodes/cwarn.el (cwarn-mode): Specify :group.
33417 * progmodes/flymake.el (flymake-mode): Specify :group.
33418 * progmodes/glasses.el (glasses-mode): Specify :group.
33419 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
33420 * textmodes/enriched.el (enriched-mode): Specify :group.
33421 * textmodes/refill.el (refill-mode): Specify :group.
33422
33423 * add-log.el (change-log-font-lock-keywords): Names in
33424 parenthesized lists can contain spaces.
33425
33426 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
33427
33428 * startup.el (fancy-splash-text): Shorten default text of
33429 "Emacs Tutorial" line. Also, if the current language env
33430 indicates an available tutorial file other than TUTORIAL,
33431 extract its title and append it to the line in parentheses.
33432 (fancy-splash-insert): If arg is a thunk, funcall it.
33433
33434 2005-04-04 Jay Belanger <belanger@truman.edu>
33435
33436 * calc.el (calc-language-alist): Add tags to customization type.
33437
33438 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
33439
33440 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
33441 Doc fix.
33442
33443 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
33444
33445 * add-log.el (change-log-font-lock-keywords): The manual
33446 describing a Change Log entry, says: (...) "Aside from these
33447 header lines, every line in the change log starts with a space or
33448 a tab.". The font-lock was not highlighting lines started with
33449 spaces, added support for it.
33450
33451 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
33452
33453 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
33454 (bibtex-generate-url-list): Update docstring accordingly. Put the
33455 complex example in the docstring.
33456 (bibtex-font-lock-url): Use pop.
33457
33458 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
33459
33460 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
33461
33462 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
33463
33464 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
33465
33466 * filesets.el (filesets-set-default): Doc fix.
33467
33468 2005-04-03 Lute Kamstra <lute@gnu.org>
33469
33470 * generic.el (define-generic-mode): Add argument to specify
33471 keywords for defcustom.
33472 (default-generic-mode): Specify :group.
33473
33474 * generic-x.el: Specify :group for all generic modes.
33475
33476 * desktop.el (desktop-no-desktop-file-hook)
33477 (desktop-after-read-hook): Doc fix.
33478
33479 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
33480
33481 * simple.el (visible-mode): Use explicit :group keyword.
33482 This changes the group of `visible-mode-hook' from paren-blinking
33483 to editing-basics.
33484
33485 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
33486
33487 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
33488 mailbox specifications as well as URLs.
33489 (rmail-insert-inbox-text): Remove unused conditional branches.
33490
33491 2005-04-01 Jay Belanger <belanger@truman.edu>
33492
33493 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
33494 (calc-gnuplot-print-command): Move definitions to calc.el.
33495
33496 * calc/calc-embed.el (calc-embedded-announce-formula)
33497 (calc-embedded-open-formula, calc-embedded-close-formula)
33498 (calc-embedded-open-word, calc-embedded-close-word)
33499 (calc-embedded-open-plain, calc-embedded-close-plain)
33500 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
33501 (calc-embedded-open-mode, calc-embedded-close-mode):
33502 Move definitions to calc.el.
33503
33504 * calc/calc.el (calc-settings-file, calc-language-alist):
33505 Make customizable.
33506 (calc-embedded-announce-formula, calc-embedded-open-formula)
33507 (calc-embedded-close-formula, calc-embedded-open-word)
33508 (calc-embedded-close-word, calc-embedded-open-plain)
33509 (calc-embedded-close-plain, calc-embedded-open-new-formula)
33510 (calc-embedded-close-new-formula, calc-embedded-open-mode)
33511 (calc-embedded-close-mode, calc-gnuplot-name)
33512 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
33513 from other files and make customizable.
33514
33515 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
33516
33517 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
33518 Use buffer-live-p.
33519 (cvs-mode-run): Don't call cvs-update-header here.
33520 (cvs-run-process): Call cvs-update-header.
33521 Use process properties for cvs-postprocess and cvs-buffer so that
33522 the sentinel can behave better if the temp buffer is killed.
33523 Use a pipe rather than a tty, to better handle unexpected prompts.
33524 (cvs-sentinel): Rewrite. Call cvs-update-header.
33525
33526 2005-04-01 Andre Spiegel <spiegel@gnu.org>
33527
33528 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
33529 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
33530
33531 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
33532
33533 * generic.el (define-generic-mode): Add indentation rule.
33534
33535 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
33536
33537 * files.el (mode-require-final-newline): Make Custom correctly
33538 report a nil value and allow to set it to nil via Custom.
33539 Doc fix.
33540
33541 2005-04-01 Kenichi Handa <handa@m17n.org>
33542
33543 * international/characters.el: Enable the correct case setting for
33544 dotless-i and dotted-I.
33545
33546 2005-04-01 Kim F. Storm <storm@cua.dk>
33547
33548 * ido.el (ido-file-internal): Fall back to non-ido command if
33549 initial directory is on slow ftp (or tramp) host.
33550
33551 2005-03-31 Richard M. Stallman <rms@gnu.org>
33552
33553 * emacs-lisp/autoload.el (make-autoload):
33554 Handle define-global-minor-mode.
33555
33556 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
33557 Rename from easy-mmode-define-global-mode.
33558 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
33559
33560 * progmodes/scheme.el (scheme-mode-syntax-table):
33561 Update syntax of | and # for two-character comment syntax.
33562
33563 2005-03-31 Lute Kamstra <lute@gnu.org>
33564
33565 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
33566 (define-minor-mode): Call custom-current-group at load-time.
33567
33568 * generic.el (define-generic-mode): Add debug declaration.
33569 Add defcustom for the mode hook.
33570 (generic-mode-internal): Use run-mode-hooks.
33571
33572 2005-03-31 Kim F. Storm <storm@cua.dk>
33573
33574 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
33575 (mouse-fixup-help-message): New defun called by show_help_echo
33576 to fixup mouse-2 prefix in help messages when applicable.
33577
33578 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
33579
33580 2005-03-31 Kenichi Handa <handa@m17n.org>
33581
33582 * language/thai-word.el (thai-find-word-ends): Pay attention to
33583 the case that we reach the end of buffer.
33584
33585 * textmodes/fill.el (fill-text-properties-at): New function.
33586 (fill-newline): Use fill-text-properties-at instead of
33587 text-properties-at.
33588
33589 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
33590
33591 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
33592 not comint-quote-filename.
33593
33594 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
33595
33596 * help-fns.el (help-with-tutorial): Revert last change.
33597
33598 2005-03-31 Kim F. Storm <storm@cua.dk>
33599
33600 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
33601
33602 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
33603
33604 * calendar/cal-china.el: Update reference to "Calendrical
33605 Calculations" book; there's a new edition.
33606 * calendar/cal-coptic.el: Likewise.
33607 * calendar/cal-french.el: Likewise.
33608 * calendar/cal-hebrew.el: Likewise.
33609 * calendar/cal-islam.el: Likewise.
33610 * calendar/cal-iso.el: Likewise.
33611 * calendar/cal-julian.el: Likewise.
33612 * calendar/cal-mayan.el: Likewise.
33613 * calendar/cal-persia.el: Likewise.
33614 * calendar/calendar.el: Likewise.
33615 * calendar/holidays.el: Likewise.
33616 * calendar/lunar.el: Likewise.
33617 * calendar/solar.el: Likewise.
33618
33619 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
33620 white space from doc string.
33621
33622 2005-03-30 Jay Belanger <belanger@truman.edu>
33623
33624 * calc/calc-help.el (calc-full-help): Remove email address.
33625
33626 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
33627
33628 * help-fns.el (help-with-tutorial): Delete title line.
33629
33630 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
33631
33632 * calendar/cal-x.el (calendar-one-frame-setup)
33633 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
33634 rather than `symbol' for set-window-dedicated-p.
33635
33636 * calendar/appt.el (appt-buffer-name): Make it a constant.
33637 (appt-add): Doc fix.
33638
33639 * filesets.el (filesets-menu-path, filesets-menu-before)
33640 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
33641 (filesets-menu-cache-file): Use directory ~/.emacs.d.
33642 (filesets-add-submenu): Delete and use add-submenu instead.
33643
33644 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
33645
33646 * textmodes/org.el (org-agenda-phases-of-moon)
33647 (org-agenda-sunrise-sunset, org-agenda-convert-date)
33648 (org-agenda-goto-calendar): New commands.
33649 (org-diary-default-entry): New function.
33650 (org-get-entries-from-diary): Better parsing of diary entries.
33651 (org-agenda-check-no-diary): New function.
33652 ("diary-lib"): Advice to function `add-to-diary-list', to allow
33653 linking to diary entries.
33654 (org-agenda-execute-calendar-command): New function.
33655 (org-agenda): Improve visible section in window.
33656 Use `org-fit-agenda-window'.
33657 (org-fit-agenda-window): New option.
33658 (org-move-subtree-down): Better handling of empty lines
33659 at end of subtree.
33660 (org-cycle): Numeric prefix is interpreted now as show-subtree N
33661 levels up.
33662 (org-fontify-done-headline): New option.
33663 (org-headline-done-face): New face.
33664 (org-set-font-lock-defaults): Use `org-headline-done-face'.
33665 (org-table-copy-down): Rename from `org-table-copy-from-above'.
33666 When current field is non-empty, it is copied to next row.
33667 (org-table-copy-from-above): Fix bug which made it
33668 impossible to copy fields containing only a single non-white character.
33669
33670 2005-03-30 Kim F. Storm <storm@cua.dk>
33671
33672 * kmacro.el (kmacro-end-macro): Isearch may store this command
33673 into the macro -- so ignore it when executing keyboard macro.
33674
33675 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
33676
33677 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
33678
33679 2005-03-29 Kenichi Handa <handa@m17n.org>
33680
33681 * language/thai.el ("Thai"): Set setup-function and exit-function
33682 for Thai language environment.
33683
33684 * language/thai-util.el: Require thai-word.
33685 (thai-word-mode-map): New variable.
33686 (thai-word-mode): New minor mode.
33687 (setup-thai-language-environment-internal): New function.
33688 (exit-thai-language-environment-internal): New function.
33689
33690 * language/thai-word.el (thai-word-table): Declare it by defvar,
33691 use dolist to initialize it.
33692 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
33693 (thai-fill-find-break-point): New functions.
33694
33695 2005-03-29 Richard M. Stallman <rms@gnu.org>
33696
33697 * simple.el (idle-update-delay): Move definition up.
33698 (set-mark): Doc fix.
33699
33700 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
33701
33702 * longlines.el: New file.
33703
33704 * simple.el (buffer-substring-filters): New variable.
33705 (filter-buffer-substring): New function.
33706 (kill-region, copy-region-as-kill): Use it.
33707
33708 * register.el (copy-to-register, append-to-register)
33709 (prepend-to-register): Use filter-buffer-substring.
33710
33711 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
33712
33713 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
33714 (gud-filter-pending-text): Move in front of gdb.
33715 (gud-overlay-arrow-position): New variable.
33716 (gud-sentinel, gud-display-line): Use it in place of
33717 overlay-arrow-position.
33718
33719 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
33720
33721 * progmodes/fortran.el (fortran-if-indent): Doc fix.
33722 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
33723 (fortran-font-lock-keywords-4): New variable.
33724 (fortran-blocks-re, fortran-end-block-re)
33725 (fortran-start-block-re): New constants, for hideshow.
33726 (hs-special-modes-alist): Add a Fortran entry.
33727 (fortran-mode-map): Bind fortran-end-of-block,
33728 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
33729 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
33730 (fortran-looking-at-if-then, fortran-end-of-block)
33731 (fortran-beginning-of-block): New functions, for hideshow.
33732
33733 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
33734 Doc fix. Tweak regexp.
33735 (f90-beginning-of-block): Push mark first.
33736
33737 2005-03-29 Jay Belanger <belanger@truman.edu>
33738
33739 * calc/calc.el: Update copyright date.
33740 (calc-version): Increase to 2.1.
33741 (calc-version-date): Remove.
33742
33743 * calc/calc-help.el: Update copyright date.
33744 (calc-full-help): Remove reference to calc-version-date.
33745 Update copyright date.
33746
33747 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
33748
33749 * vc.el (vc-do-command): Use a pipe for async processes, so password
33750 prompts don't show up at places where the user can't reply.
33751
33752 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
33753
33754 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
33755 on the file name we pass to the inferior shell.
33756
33757 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
33758
33759 * progmodes/which-func.el (which-function): Be robust in the face of an
33760 imenu--make-index-alist failure.
33761
33762 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
33763
33764 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
33765
33766 * progmodes/python.el (python-preoutput-filter): Fix last change.
33767
33768 2005-03-29 Lute Kamstra <lute@gnu.org>
33769
33770 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
33771 functions and compiled macros.
33772 (debug-convert-byte-code): Handle macros too.
33773 (debug-on-entry-1): Don't signal an error when trying to clear a
33774 function that is not set to debug on entry.
33775
33776 2005-03-29 Jay Belanger <belanger@truman.edu>
33777
33778 * calc/calc-lang.el: Add functions to math-function-table
33779 properties of tex and math.
33780
33781 2005-03-29 Kenichi Handa <handa@m17n.org>
33782
33783 * ps-mule.el (ps-mule-plot-string): Translate characters by
33784 ps-print-translation-table.
33785 (ps-mule-begin-job): Call find-charset-region/string with
33786 ps-print-translation-table.
33787 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
33788
33789 * ps-print.el (ps-print-translation-table): New variable.
33790 (ps-plot-region): Translate characters by ps-print-translation-table.
33791
33792 2005-03-29 Juri Linkov <juri@jurta.org>
33793
33794 * simple.el (next-error-highlight-timer): New variable.
33795
33796 * progmodes/compile.el (compilation-goto-locus):
33797 Use `next-error-highlight-timer' instead of `sit-for'.
33798
33799 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
33800
33801 * mail/supercite.el (sc-mail-field): Use assoc-string.
33802 (sc-get-address): Simplify regexps.
33803
33804 * files.el (minibuffer-with-setup-hook): New macro.
33805 (find-file-read-args): Use it to avoid let-binding
33806 minibuffer-with-setup-hook (which breaks turning on/off
33807 file-name-shadow-mode while in the prompt).
33808
33809 * complete.el (PC-read-include-file-name-internal):
33810 Use test-completion.
33811
33812 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
33813
33814 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
33815
33816 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
33817
33818 * window.el (window-buffer-height): Use count-screen-lines.
33819
33820 * progmodes/python.el (python-preoutput-leftover): New var.
33821 (python-preoutput-filter): Use it.
33822 (python-send-receive): Loop until all the result has been received.
33823
33824 2005-03-28 Juri Linkov <juri@jurta.org>
33825
33826 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
33827
33828 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
33829 "Recover Crashed Session".
33830 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
33831 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
33832 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
33833 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
33834 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
33835 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
33836 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
33837 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
33838
33839 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
33840 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
33841 Ediff Sessions", "Toggle use of separate control buffer frame",
33842 "Use separate frame for Ediff control buffer".
33843
33844 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
33845 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
33846 "Rename Bookmark", "Delete Bookmark".
33847
33848 * info.el (Info-mode-menu): Remove ellipsis from "Index".
33849 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
33850 Add `:active Info-index-alternatives' to "Next Matching Item".
33851
33852 * wdired.el (wdired-change-to-wdired-mode):
33853 Mention `wdired-abort-changes' key in the initial message.
33854
33855 * international/mule.el (auto-coding-alist): Associate non-ascii
33856 image filename extensions with `no-conversion'.
33857
33858 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
33859
33860 * international/iso-acc.el:
33861 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
33862
33863 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
33864
33865 * textmodes/sgml-mode.el (html-mode): Doc update.
33866
33867 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
33868
33869 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
33870
33871 * term.el (term-move-columns): Fix face after extending a line.
33872 (term-insert-spaces): Likewise.
33873 (term-reset-terminal): Fix off by one error.
33874
33875 2005-03-26 Eli Zaretskii <eliz@gnu.org>
33876
33877 * international/mule.el (auto-coding-alist): Add .xpi files.
33878
33879 * files.el (auto-mode-alist): Add .xpi files.
33880
33881 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
33882
33883 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
33884
33885 2005-03-26 Eli Zaretskii <eliz@gnu.org>
33886
33887 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
33888
33889 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
33890
33891 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
33892 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
33893
33894 * calendar/cal-move.el (calendar-beginning-of-year): Move the
33895 cursor to Jan 1 when needed.
33896 (calendar-end-of-year): Fix -/+ typo.
33897 Reported by Chong Yidong <cyd@stupidchicken.com>.
33898
33899 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
33900
33901 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
33902
33903 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
33904 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
33905
33906 2005-03-25 Richard M. Stallman <rms@gnu.org>
33907
33908 * filesets.el (filesets-init): Add autoload.
33909
33910 * mail/mailalias.el (mail-directory): Doc fix.
33911
33912 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
33913
33914 * mail/mailalias.el (mail-directory-process): Do nothing if
33915 mail-directory-process is an atom.
33916 (mail-get-names): Ignore mail-directory-names if it is an atom.
33917 (mail-directory-process defvar): Doc fix.
33918 (mail-names): Doc fix.
33919
33920 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
33921
33922 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
33923
33924 2005-03-26 Kenichi Handa <handa@m17n.org>
33925
33926 * international/mule-util.el (detect-coding-with-priority):
33927 Call update-coding-systems-internal before detect-coding-region.
33928
33929 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
33930
33931 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
33932 (gdb-frames-mode-map): Add follow-link property.
33933
33934 2005-03-25 Jay Belanger <belanger@truman.edu>
33935
33936 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
33937 for variables.
33938
33939 2005-03-25 Juri Linkov <juri@jurta.org>
33940
33941 * image-mode.el: Optimize image filename extension regexps in
33942 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
33943 in `auto-mode-alist'.
33944 (image-mode): Add `image-toggle-display-text' to local hook
33945 `change-major-mode-hook'. Display the image as an image by
33946 default. Set `cursor-type' and `truncate-lines' if the image
33947 is already displayed. Take into account the current mode (image
33948 or text) in message.
33949 (image-minor-mode): New minor mode.
33950 (image-mode-maybe, image-toggle-display-text): New functions.
33951 (image-toggle-display): Use called-interactively-p.
33952 Let-bind `inhibit-read-only' to t.
33953
33954 * image-mode.el (image-minor-mode): Set `cursor-type' and
33955 `truncate-lines' if the image is already displayed. Add turning
33956 image-minor-mode off to `change-major-mode-hook'. Add message.
33957 Call `image-toggle-display-text' after turning image-minor-mode off.
33958
33959 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
33960
33961 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
33962 Terminal.app, use utf-8.
33963 (set-display-table-and-terminal-coding-system): Add coding-system arg.
33964 (set-locale-environment): Use it.
33965
33966 * term/xterm.el: Undo last change, better done in mule-cmds.el.
33967
33968 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
33969
33970 * progmodes/python.el (python-close-block-statement-p)
33971 (python-outdent-p, python-current-defun): Use symbol-end.
33972
33973 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
33974
33975 * files.el (save-some-buffers): Doc fix.
33976
33977 2005-03-25 Werner Lemberg <wl@gnu.org>
33978
33979 * complete.el, thumbs.el: Replace `legal' with `valid'.
33980 * calendar/calendar.el: Replace `legal' with `valid'.
33981 * emacs-lisp/advice.el: Replace `legal' with `valid'.
33982 * mail/supercite.el: Replace `legal' with `valid'.
33983 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
33984 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
33985 Replace `legal' with `valid'.
33986 * textmodes/reftex-vars.el, textmodes/reftex.el:
33987 Replace `legal' with `valid'.
33988
33989 2005-03-25 Werner Lemberg <wl@gnu.org>
33990
33991 * calc/calc-forms.el, calc/calc-sel.el
33992 * midnight.el, vc-cvs.el
33993 * emacs-lisp/cl-macs.el
33994 * emulation/vip.el
33995 * eshell/esh-io.el, eshell/esh-var.el
33996 * mail/supercite.el
33997 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
33998 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
33999 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
34000 * progmodes/sh-script.el, progmodes/xscheme.el
34001 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
34002 * textmodes/reftex-index.el, textmodes/reftex-parse.el
34003 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
34004 * textmodes/reftex.el, textmodes/org.el:
34005 Replace `illegal' with `invalid'.
34006
34007 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
34008
34009 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
34010 (flymake-find-buildfile, flymake-find-possible-master-files)
34011 (flymake-check-include, flymake-parse-line): Replace loops over the
34012 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
34013
34014 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
34015 Substitute file-name-as-directory in the rest of the file.
34016 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
34017 (flymake-replace-region): Remove unused arg `buffer'.
34018 (flymake-check-patch-master-file-buffer): Update calls to it.
34019 (flymake-add-err-info): Remove unused var `count'.
34020 (flymake-mode): Use define-minor-mode.
34021
34022 * progmodes/flymake.el: Use with-current-buffer.
34023 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
34024 flymake-replace-regexp-in-string, flymake-line-beginning-position)
34025 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
34026 Avoid testing for `xemacs'.
34027 (flymake-nop): Move.
34028 (flymake-region-has-flymake-overlays): Return the computed value.
34029 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
34030 Remove unused var `endline'.
34031 (flymake-get-line-count): Remove unused function.
34032 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
34033
34034 * emulation/vi.el:
34035 * generic.el:
34036 * hilit-chg.el (global-highlight-changes):
34037 * hi-lock.el (hi-lock-mode):
34038 * follow.el: find-file-hooks -> find-file-hook.
34039
34040 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
34041
34042 2005-03-24 Juri Linkov <juri@jurta.org>
34043
34044 * dired.el (dired-mode-map): Add menu item "Compare directories"
34045 for dired-compare-directories.
34046
34047 * dired-aux.el (dired-compare-directories): Add autoload cookie.
34048 Doc fix. Replace `read-file-name' with `read-directory-name'.
34049
34050 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
34051
34052 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
34053
34054 2005-03-24 Jay Belanger <belanger@truman.edu>
34055
34056 * calc/calc-embed.el (calc-embedded-mode-change): Save all
34057 relevant mode settings in calc-embedded-original-modes when modes
34058 are permanently changed.
34059
34060 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
34061
34062 * autoinsert.el: find-file-hooks -> find-file-hook.
34063
34064 2005-03-24 Lute Kamstra <lute@gnu.org>
34065
34066 * generic.el (generic-font-lock-defaults): Make it obsolete.
34067 (generic-font-lock-keywords): New variable to replace
34068 generic-font-lock-defaults.
34069 (generic-mode-set-font-lock): Delete it.
34070 (generic-mode-internal): Don't call generic-mode-set-font-lock.
34071 (generic-bracket-support): Add docstring.
34072
34073 * generic-x.el: Rename generic-font-lock-defaults to
34074 generic-font-lock-keywords throughout.
34075 (mailagent-rules-setup-function): Delete it.
34076 (mailagent-rules-generic-mode): Use anonymous function instead.
34077 (show-tabs-generic-mode-font-lock-defaults-1)
34078 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
34079 Quote faces.
34080 (show-tabs-tab-face, show-tabs-space-face): Specify background,
34081 not foreground.
34082
34083 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
34084 Recognize define-generic-mode.
34085
34086 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
34087
34088 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
34089 if there's no completion table.
34090
34091 2005-03-23 Miles Bader <miles@gnu.org>
34092
34093 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34094 Remove tty-specific variants, as they're no longer needed.
34095
34096 2005-03-23 Lute Kamstra <lute@gnu.org>
34097
34098 * generic-x.el: Code cleanup: make args constant whenever possible.
34099 (installshield-statement-keyword-list)
34100 (installshield-system-functions-list)
34101 (installshield-system-variables-list, installshield-types-list)
34102 (installshield-funarg-constants-list): Make them constants.
34103
34104 * generic.el (generic-make-keywords-list): Add autoload cookie.
34105
34106 * calendar/time-date.el: Add comment on time value formats.
34107 Don't require parse-time.
34108 (with-decoded-time-value): New macro.
34109 (encode-time-value): New function.
34110 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
34111 (days-to-time): Return a valid time value when arg is huge.
34112 (time-since): Use time-subtract.
34113 (time-to-number-of-days): Use time-to-seconds.
34114
34115 2005-03-23 David Ponce <david@dponce.com>
34116
34117 * recentf.el (recentf-keep): New option.
34118 (recentf-menu-action): Default to `find-file'.
34119 (recentf-keep-non-readable-files-flag)
34120 (recentf-keep-non-readable-files-p)
34121 (recentf-file-readable-p, recentf-find-file)
34122 (recentf-cleanup-remote): Remove.
34123 (recentf-include-p): More robust.
34124 (recentf-keep-p): New function.
34125 (recentf-remove-if-non-kept): Rename from
34126 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
34127 All callers updated.
34128 (recentf-menu-items-for-commands): Fix help string.
34129 (recentf-track-closed-file): Update. Doc fix.
34130 (recentf-cleanup): Update. Count removed files. Doc fix.
34131
34132 2005-03-23 Kim F. Storm <storm@cua.dk>
34133
34134 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34135 Don't inherit from fringe face (now happens automatically).
34136
34137 2005-03-22 Kim F. Storm <storm@cua.dk>
34138
34139 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
34140 position values.
34141
34142 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
34143
34144 * menu-bar.el (showhide-date-time): Remove.
34145 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
34146 (menu-bar-make-mm-toggle): Simplify.
34147
34148 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
34149
34150 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
34151 Accept qualified variable and function names.
34152
34153 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
34154
34155 * bindings.el (completion-ignored-extensions):
34156 Remove ".lis" for `vax-vms'.
34157
34158 2005-03-22 Andreas Schwab <schwab@suse.de>
34159
34160 * generic-x.el: Revert last change.
34161 * ldefs-boot.el: Update.
34162
34163 2005-03-22 Jay Belanger <belanger@truman.edu>
34164
34165 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
34166 (calc-embedded-save-original-modes)
34167 (calc-embedded-restore-original-modes): New functions.
34168 (calc-do-embedded): Save original modes when entering embedded mode
34169 and restore when leaving embedded mode.
34170 (calc-embedded-modes-change): Change the value of
34171 calc-embedded-original-modes to reflect permanent changes.
34172
34173 2005-03-22 Lute Kamstra <lute@gnu.org>
34174
34175 * generic-x.el: Require generic again.
34176
34177 2005-03-22 Miles Bader <miles@gnu.org>
34178
34179 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34180 Tweak details to look good on both ttys and bitmap displays, light
34181 or dark background, etc.
34182
34183 2005-03-21 Kim F. Storm <storm@cua.dk>
34184
34185 * tooltip.el (tooltip-show-help-function): Check car and cdr of
34186 mouse position.
34187
34188 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
34189
34190 * icomplete.el: Don't forcibly turn on the mode upon load.
34191 (icomplete-mode): Use define-minor-mode.
34192 (icomplete-eoinput): Default to nil.
34193 (icomplete-minibuffer-setup): Remove autoload.
34194 (icomplete-tidy): Simplify.
34195 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
34196 in the initial state or if the user has modified the field.
34197 Fix handling of icomplete-max-delay-chars.
34198 Remove code that handles the oddball case where
34199 minibuffer-completion-table is an integer.
34200 Wrap icomplete-completions in while-no-input in case building
34201 completions takes more time than expected.
34202 (icomplete-completions): Simplify.
34203
34204 2005-03-21 Richard M. Stallman <rms@gnu.org>
34205
34206 * jka-compr.el (jka-compr-really-do-compress):
34207 Make variable buffer-local.
34208
34209 * image-mode.el: Handle .xpm files too.
34210 (image-toggle-display): Preserve modification flag.
34211
34212 * help.el (where-is): Don't mention aliases with no key bindings.
34213
34214 2005-03-21 Lute Kamstra <lute@gnu.org>
34215
34216 * generic.el: Fix commentary section. Don't require cl for
34217 compilation.
34218 (generic-mode-list): Add autoload cookie.
34219 (generic-use-find-file-hook, generic-lines-to-scan)
34220 (generic-find-file-regexp, generic-ignore-files-regexp)
34221 (generic-mode, generic-mode-find-file-hook)
34222 (generic-mode-ini-file-find-file-hook): Fix docstrings.
34223 (define-generic-mode): Make it a defmacro. Fix docstring.
34224 (generic-mode-internal): Code cleanup. Add autoload cookie.
34225 (generic-mode-set-comments): Code cleanup.
34226 * generic-x.el: Don't prevent compilation. Don't require generic.
34227 Follow coding conventions. Minor code cleanup.
34228 (etc-fstab-generic-mode): Add some keywords.
34229 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
34230 define-generic-mode like a function declaration.
34231
34232 2005-03-21 Jay Belanger <belanger@truman.edu>
34233
34234 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
34235 changing modes.
34236
34237 2005-03-21 Sam Steingold <sds@gnu.org>
34238
34239 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
34240
34241 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
34242
34243 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
34244 Add underscore to "f$ lexicals" regexp.
34245
34246 2005-03-20 Juri Linkov <juri@jurta.org>
34247
34248 * subr.el (progress-reporter-do-update): When `min-value' is equal
34249 to `max-value', set `percentage' to 0 and prevent division by zero.
34250
34251 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
34252
34253 Sync with Tramp 2.0.48.
34254
34255 * net/tramp.el (all): Change all addresses to .gnu.org.
34256 (tramp-append-tramp-buffers): New defun.
34257 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
34258 Catch `dont-send' signal.
34259 (tramp-set-auto-save-file-modes): Set always permissions, because
34260 there might be an old auto-saved file belonging to another
34261 original file. This could be a security threat. Reported by
34262 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
34263 Check for Emacs 21.3.50 removed.
34264
34265 * net/tramp-smb.el (all): Remove debug construct for
34266 `with-parsed-tramp-file-name'.
34267 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
34268 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
34269 No error message if DIRECTORY or FILENAME doesn't exist.
34270 (tramp-smb-open-connection): Check existence of
34271 `tramp-smb-program'.
34272
34273 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
34274
34275 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
34276 Properly handle the case where the `m' or `s' command's argument is not
34277 yet terminated.
34278 (perl-indent-new-calculate): New function.
34279 (perl-indent-line): Use it.
34280
34281 2005-03-20 Miles Bader <miles@gnu.org>
34282
34283 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
34284 in text-mode too. Change to new face names.
34285 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
34286 Add `:weight bold' attribute.
34287 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
34288
34289 2005-03-19 Juri Linkov <juri@jurta.org>
34290
34291 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
34292
34293 * international/mule.el (auto-coding-alist): Sync with
34294 `auto-mode-alist' by adding upper case archive file extensions
34295 and adding ear/war to jar extension.
34296
34297 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
34298
34299 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
34300 running, restart it.
34301
34302 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
34303
34304 * finder.el (finder-current-item): Throw an error on an empty line.
34305
34306 * man.el (Man-follow-manual-reference): If current-word returns
34307 nil, use "".
34308
34309 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
34310
34311 * simple.el (goto-line): Doc fix.
34312
34313 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
34314
34315 * files.el (save-buffer): Doc fix.
34316
34317 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
34318
34319 * recentf.el (recentf-cleanup-remote): New variable.
34320 (recentf-cleanup): Use it to conditionally check availability of
34321 remote files.
34322
34323 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
34324
34325 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
34326 function names.
34327
34328 2005-03-19 Eli Zaretskii <eliz@gnu.org>
34329
34330 * language/thai-word.el: New file.
34331
34332 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
34333
34334 * files.el (backup-buffer): If the file's directory is not
34335 writable, use copy instead of move to backup the file.
34336
34337 2005-03-19 Eli Zaretskii <eliz@gnu.org>
34338
34339 * obsolete/keyswap.el: Moved to obsolete/ from term/.
34340
34341 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
34342
34343 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
34344 Use functionp instead of symbolp and fboundp. Reported by Drkm
34345 <darkman_spam@yahoo.fr>.
34346 (ps-print-version): New version 6.6.6.
34347
34348 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
34349
34350 * textmodes/table.el (table--line-column-position): New idiom.
34351 (table--row-column-insertion-point-p): New function to test
34352 validity of row and column insertion operation at a location.
34353 (table-global-menu, table-cell-menu): Use above functions for
34354 deterministic test operation.
34355 (table--editable-cell-p): Behave in deterministic fashion.
34356
34357 2005-03-18 Juri Linkov <juri@jurta.org>
34358
34359 * isearch.el (isearch-lazy-highlight-new-loop):
34360 Make arguments beg and end optional.
34361 (isearch-update): Remove optional arguments nil from
34362 isearch-lazy-highlight-new-loop.
34363 (isearch-lazy-highlight-search): Let-bind case-fold-search to
34364 isearch-lazy-highlight-case-fold-search instead of
34365 isearch-case-fold-search, and let-bind isearch-regexp to
34366 isearch-lazy-highlight-regexp.
34367 Use isearch-lazy-highlight-last-string instead of isearch-string.
34368
34369 * replace.el (perform-replace): Remove bindings of global
34370 variables isearch-string, isearch-regexp, isearch-case-fold-search.
34371 Add three new arguments to `replace-highlight'.
34372 (replace-highlight): Add arguments string, regexp, case-fold.
34373 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
34374 to allow isearch-lazy-highlight-new-loop to use these values
34375 to set corresponding isearch-lazy-highlight-* internal
34376 variables whose values lazy highlighting will use regardless of
34377 changes to global variables isearch-string, isearch-regexp,
34378 isearch-case-fold-search during lazy highlighting loop.
34379 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
34380 to `lazy-highlight-cleanup'.
34381
34382 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
34383 (ispell-highlight-face): Set default face to `isearch' when
34384 lazy highlighting is enabled.
34385 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
34386 priority to 1. Add lazy highlighting.
34387 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
34388 from `isearch-dehighlight'.
34389
34390 2005-03-18 David Ponce <david@dponce.com>
34391
34392 * files.el (hack-local-variables): Do a case-insensitive search
34393 for End.
34394
34395 2005-03-18 Juri Linkov <juri@jurta.org>
34396
34397 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
34398 `isearch-lazy-highlight-cleanup', add alias to old name and
34399 declare obsolete. Add release numbers to other obsolete vars.
34400 (isearch-done, isearch-lazy-highlight-new-loop):
34401 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
34402 (lazy-highlight-cleanup) <variable>: Doc fix.
34403 (isearch-lazy-highlight-update): Rename obsolete
34404 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
34405
34406 2005-03-18 Kenichi Handa <handa@m17n.org>
34407
34408 * language/thai-util.el: Fix categorization of Thai characters in
34409 thai-category-table.
34410 (thai-composition-pattern): Adjust it for the above change.
34411 (thai-self-insert-command, thai-compose-syllable): New functions.
34412 (thai-compose-region): Use thai-compose-syllable.
34413 (thai-compose-string): Likewise.
34414 (thai-composition-function): Likewise.
34415 (thai-auto-composition): New function.
34416 (thai-auto-composition-mode): New minor mode.
34417
34418 * language/thai.el: Fix patterns to be registered in
34419 composition-function-table.
34420
34421 * international/quail.el (quail-input-method): Locally bind
34422 inhibit-modification-hooks to t.
34423
34424 2005-03-17 Richard M. Stallman <rms@gnu.org>
34425
34426 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
34427 (perl-mode): Use run-mode-hooks.
34428
34429 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
34430 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
34431 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
34432
34433 * mail/sendmail.el (sendmail-send-it): Reenable the code
34434 to compute resend-to-address and use it.
34435
34436 * tar-mode.el (tar-mode): Turn off undo unconditionally.
34437
34438 * image-mode.el: New file.
34439
34440 * image.el (insert-sliced-image): Add autoload cookie.
34441
34442 * font-lock.el (font-lock-lines-before): New user option.
34443 (font-lock-after-change-function): Obey it.
34444
34445 * bindings.el (esc-map): Make M-g a prefix.
34446 Bind M-g g and M-g M-g to goto-line.
34447
34448 * faces.el (face-id): Doc fix.
34449
34450 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
34451
34452 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
34453 (rmail-show-message): Use rmail-unknown-mail-followup-to.
34454 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
34455
34456 * mail/sendmail.el (mail-yank-ignored-headers)
34457 (mail-font-lock-keywords, mail-mode-fill-paragraph):
34458 Add Mail-Followup-To and Mail-Reply-To headers.
34459 (mail-citation-hook): Add autoload cookie.
34460 (mail-mode): Doc fix.
34461 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
34462 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
34463 (mail-mode-fill-paragraph): Handle those headers.
34464 (mail-mailing-lists): New variable.
34465 (mail-mail-reply-to, mail-mail-followup-to): New functions.
34466
34467 2005-03-17 Juri Linkov <juri@jurta.org>
34468
34469 * isearch.el (isearch-fallback): Check for `(car previous)'
34470 before calling `isearch-other-end-state'.
34471
34472 2005-03-17 Kim F. Storm <storm@cua.dk>
34473
34474 * simple.el (move-beginning-of-line): Move to beginning of buffer
34475 line, as well as beginning of screen line.
34476
34477 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
34478
34479 * calendar/diary-lib.el (mark-diary-entries): Use new optional
34480 argument REDRAW rather than calendar-redrawing variable.
34481 * calendar/calendar.el (calendar-redrawing): Delete.
34482 (redraw-calendar): Do not bind calendar-redrawing.
34483
34484 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
34485
34486 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
34487 diary-file buffer.
34488
34489 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
34490
34491 * help.el (describe-mode): Allow a :minor-mode-function property to
34492 specify a different minor mode toggle function than the variable.
34493 * simple.el (auto-fill-function):
34494 * subr.el (add-minor-mode): Use it.
34495
34496 2005-03-16 Kenichi Handa <handa@m17n.org>
34497
34498 * language/ethio-util.el (sera-being-called-by-w3): New variable.
34499 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
34500 (ethio-fidel-to-sera-buffer): Likewise.
34501
34502 2005-03-16 Juri Linkov <juri@jurta.org>
34503
34504 * emacs-lisp/find-func.el (find-function-regexp):
34505 Add defun-emitting macro `menu-bar-make-toggle'.
34506
34507 * isearch.el: Put `isearch-scroll' property to
34508 `split-window-horizontally'.
34509
34510 * info.el: Update error messages for `debug-ignored-errors'.
34511 (Info-isearch-search): Doc fix.
34512 (Info-find-node): Move up code to go into info buffer before
34513 recording the node to the history.
34514 (Info-fontify-node): Fontify titles only if the next line
34515 has two or more `*', `=', `-', `.'.
34516 Display "go to this node" for empty (match-string 3).
34517
34518 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34519
34520 * term/mac-win.el: Add mouse pointer shape constants.
34521
34522 2005-03-15 Kim F. Storm <storm@cua.dk>
34523
34524 * simple.el (move-beginning-of-line): Use vertical-motion.
34525
34526 2005-03-15 Juri Linkov <juri@jurta.org>
34527
34528 * isearch.el (isearch-error): New variable.
34529 (isearch-invalid-regexp, isearch-within-brackets): Remove.
34530 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
34531 (isearch-within-brackets-state): Remove.
34532 (isearch-case-fold-search-state, isearch-pop-fun-state):
34533 Decrease frame index.
34534 (isearch-mode, isearch-top-state, isearch-push-state)
34535 (isearch-edit-string, isearch-abort, isearch-search-and-update)
34536 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
34537 (isearch-search, isearch-lazy-highlight-new-loop):
34538 Replace `isearch-invalid-regexp' with `isearch-error'.
34539 Remove `isearch-within-brackets'.
34540 (isearch-search): Add `search-failed' handler to `condition-case'.
34541 (isearch-lazy-highlight-search): Add `condition-case' to catch
34542 errors and allow `isearch-lazy-highlight-update' to try
34543 highlighting from the beginning of the window.
34544 (isearch-repeat): Move up code to set isearch-wrapped to t
34545 before calling isearch-wrap-function.
34546
34547 * info.el (Info-isearch-initial-node): New internal variable.
34548 (Info-search): Signal an error in isearch mode when search leaves
34549 the initial node. Signal an error when `bound' is non-nil and
34550 nothing was found in the current subfile.
34551 (Info-isearch-search): Remove `condition-case'.
34552 (Info-isearch-wrap): Don't wrap when search failed during leaving
34553 the initial node. If `Info-isearch-search' is nil, wrap around
34554 the current node.
34555 (Info-isearch-start): New fun.
34556 (Info-mode): Add buffer-local hook `Info-isearch-start' to
34557 `isearch-mode-hook'.
34558
34559 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34560
34561 * simple.el (normal-erase-is-backspace): Set default to t if
34562 running on Mac.
34563
34564 * term/mac-win.el (function-key-map): Sync with x-win.el.
34565
34566 2005-03-15 Kenichi Handa <handa@m17n.org>
34567
34568 * international/mule-cmds.el (locale-language-names): Modify the
34569 format of elements and add more entries.
34570 (locale-preferred-coding-systems): Add more entries.
34571 (set-locale-environment): Adjust for the change of
34572 locale-language-names.
34573
34574 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
34575
34576 * pcvs.el (smerge-ediff): Remove bogus autoload.
34577
34578 2005-03-14 Lute Kamstra <lute@gnu.org>
34579
34580 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
34581 Ignore a `*' at the beginning of a line.
34582
34583 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
34584 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
34585 subr.el.
34586 (dont-compile, eval-when-compile, eval-and-compile): Use declare
34587 to specify indentation.
34588
34589 * generic.el (define-generic-mode): Let generic-mode-list be a
34590 list of strings; test membership with equal.
34591
34592 2005-03-14 Kim F. Storm <storm@cua.dk>
34593
34594 * simple.el (next-line, previous-line): Add optional try-vscroll
34595 arg to recognize interactive use. Pass it on to line-move.
34596 (line-move): Don't perform auto-window-vscroll when defining or
34597 executing keyboard macro to ensure consistent behavior.
34598
34599 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
34600
34601 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
34602
34603 2005-03-13 Lute Kamstra <lute@gnu.org>
34604
34605 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
34606 debugger-setup-buffer so that backtrace marks the frames set to
34607 debug-on-exit and we don't have to do it manually. Set an extra
34608 debug-on-exit for macro's.
34609 (debugger-setup-buffer): Don't mark the top frame manually.
34610
34611 2005-03-12 Lute Kamstra <lute@gnu.org>
34612
34613 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
34614 lisp-indent-function throughout.
34615 (with-no-warnings): Set lisp-indent-function property.
34616
34617 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
34618
34619 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
34620 Add entry for backslash.
34621
34622 2005-03-12 Juri Linkov <juri@jurta.org>
34623
34624 * info.el (Info-search): Four fixes for backward search.
34625
34626 2005-03-11 Jay Belanger <belanger@truman.edu>
34627
34628 * calc/calc.el (calc-language-alist): New variable.
34629 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
34630 (calc-embedded-find-modes): Use calc-language-alist instead of
34631 calc-embedded-language-alist.
34632
34633 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
34634
34635 * calendar/calendar.el (calendar-redrawing): New internal
34636 variable.
34637 (redraw-calendar): Remove bogus save-excursion from previous
34638 change. Bind calendar-redrawing to t for mark-diary-entries.
34639 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
34640 calendar if that is why we were called.
34641
34642 2005-03-11 Kenichi Handa <handa@m17n.org>
34643
34644 * international/mule.el (make-coding-system): Set property
34645 coding-system-define-form to nil.
34646 (define-coding-system-alias): Likewise.
34647
34648 2005-03-11 Kenichi Handa <handa@m17n.org>
34649
34650 These changes are suggested by Dave Love <fx@gnu.org>.
34651
34652 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
34653 coding: tag.
34654 (adaptive-fill-regexp): Add more bullets.
34655 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
34656 regexps.
34657
34658 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
34659
34660 * help.el (describe-mode): Properly handle non-trivial lighters.
34661 Don't ignore minor modes that are not listed in minor-mode-list.
34662
34663 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
34664 feature ON when the user requests to turn it OFF.
34665
34666 2005-03-10 Lute Kamstra <lute@gnu.org>
34667
34668 * emacs-lisp/debug.el (debug-entry-code): Delete it.
34669 (implement-debug-on-entry): New function to replace debug-entry-code.
34670 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
34671 second argument as the 2005-03-07 change makes it obsolete.
34672 (debug-on-entry, cancel-debug-on-entry): Update call to
34673 debug-on-entry-1.
34674 (debug, debugger-setup-buffer): Comment update.
34675 (debugger-frame-number): Update to work with implement-debug-on-entry.
34676
34677 2005-03-10 Jay Belanger <belanger@truman.edu>
34678
34679 * calc/calc-embed.el (math-ms-args): Declare it.
34680 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
34681 math-ms-args.
34682 (calc-embedded-subst): Use math-multi-subst-rec to substitute
34683 variables.
34684
34685 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
34686
34687 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
34688 Use message-box.
34689
34690 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
34691 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
34692 (tooltip-gud-tips): Simplify.
34693 (tooltip-gud-tips-p): Remove superfluous :set.
34694 (tooltip-gud-modes): Add fortran-mode.
34695 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
34696
34697 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
34698
34699 2005-03-09 Kim F. Storm <storm@cua.dk>
34700
34701 * play/animate.el (animate-place-char): Use forward-line instead
34702 of next-line to improve performance.
34703
34704 2005-03-09 Simon Josefsson <jas@extundo.com>
34705
34706 * net/browse-url.el (browse-url-default-browser): Doc fix.
34707
34708 2005-03-09 Miles Bader <miles@gnu.org>
34709
34710 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
34711 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
34712
34713 2005-03-09 Kenichi Handa <handa@m17n.org>
34714
34715 * international/latin-1.el: Set case and syntax for 255 only if
34716 set-case-syntax-set-multibyte is nil.
34717
34718 * textmodes/ispell.el (ispell-insert-word): New function.
34719 (ispell-word): Use ispell-insert-word to insert a new word.
34720 (ispell-process-line): Likewise.
34721 (ispell-complete-word): Likewise.
34722
34723 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
34724
34725 * calendar/calendar.el (redraw-calendar): Preserve point.
34726 Reported by Matt Hodges <MPHodges@member.fsf.org>.
34727 (calendar-week-start-day): Move after definition of
34728 redraw-calendar. Delete buffer test, since redraw-calendar has
34729 that now.
34730
34731 * calendar/diary-lib.el (mark-diary-entries): Only call
34732 redraw-calendar in the first of any recursive calls.
34733 Reported by Alan Shutko <ats@acm.org>.
34734
34735 2005-03-08 Juri Linkov <juri@jurta.org>
34736
34737 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
34738 (html-horizontal-rule, html-line, html-image, html-checkboxes)
34739 (html-radio-buttons): Add a space before the trailing `/>' where
34740 sgml-xml-mode is non-nil.
34741 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
34742 the subsequent tag of the empty XML tag.
34743 (html-href-anchor): Don't set initial input to "http:".
34744 (html-image): Ask for the image URL and set point inside alt="".
34745 (html-name-anchor): Duplicate the name in the `id' attribute when
34746 sgml-xml-mode is non-nil.
34747 (html-paragraph): Remove \n before <p>.
34748 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
34749 instead of `checked' when sgml-xml-mode is non-nil.
34750
34751 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
34752 Remove 1 space before #RRGGBB to not truncate it on terminal
34753 windows w/o fringes. Remove 1 space between bg and fg examples
34754 to get more space.
34755 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
34756 avoid byte-compile warnings.
34757
34758 * image-file.el (image-file-handler): Put `safe-magic' property to
34759 `image-file-handler'.
34760
34761 * info.el (Info-isearch-search): Emulate word search in
34762 isearching through multiple Info nodes with Info-search.
34763 (Info-isearch-wrap): Allow isearch-word.
34764
34765 2005-03-08 Lute Kamstra <lute@gnu.org>
34766
34767 * emacs-lisp/debug.el (debugger-step-through): Make sure that
34768 stepping into the debugger's code is not possible.
34769 (debugger-jumping-flag): Docstring update.
34770
34771 2005-03-08 Jay Belanger <belanger@truman.edu>
34772
34773 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
34774 embedded mode begins.
34775 (calc-embedded-language-alist): New variable.
34776 (calc-embedded-find-modes): Use calc-embedded-language-alist to
34777 set default language mode.
34778
34779 2005-03-08 Kenichi Handa <handa@m17n.org>
34780
34781 * international/ccl.el (define-ccl-program): Fix docstring about
34782 extra 256 bytes assured for the output buffer.
34783
34784 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
34785 Fix BUFFER_MAGNIFICATION to 2.
34786 (ccl-encode-mule-utf-16be-with-signature): Likewise.
34787
34788 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
34789
34790 * align.el (align-rules-list): Added an alignment rule for CSS
34791 declarations (applies to css-mode and html-mode buffers).
34792
34793 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
34794
34795 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
34796
34797 2005-03-07 Kim F. Storm <storm@cua.dk>
34798
34799 * simple.el (move-beginning-of-line): New command.
34800
34801 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
34802
34803 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
34804
34805 * emulation/cua-base.el: Put CUA move property on move-end-of-line
34806 and move-beginning-of-line.
34807
34808 * apropos.el (apropos-print): Omit command from M-x ... RET.
34809
34810 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
34811
34812 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
34813 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
34814
34815 2005-03-06 Richard M. Stallman <rms@gnu.org>
34816
34817 * bindings.el (esc-map): Bind M-g to goto-line.
34818
34819 * facemenu.el (global-map): Bind M-o, not M-g.
34820
34821 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
34822
34823 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
34824 "Open Directory" as for "Open File".
34825
34826 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
34827
34828 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
34829 (push-mark-command): Run activate-mark-hook.
34830
34831 2005-03-06 Richard M. Stallman <rms@gnu.org>
34832
34833 * help-mode.el (help-mode-finish): Don't alter the element
34834 in view-return-to-alist if there already is one.
34835
34836 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
34837 make sure the current buffer is the expected one.
34838
34839 * novice.el (disabled-command-function): Output in *Disabled Command*.
34840 Explicitly ignore non-keyboard events, and explicitly handle C-g.
34841
34842 * textmodes/flyspell.el (flyspell-large-region):
34843 Pass args differently for aspell.
34844
34845 * files.el (mode-require-final-newline): Doc fix.
34846
34847 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
34848
34849 * progmodes/which-func.el (which-function):
34850 Specify NOERROR when calling imenu--make-index-alist.
34851
34852 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
34853
34854 * simple.el (normal-erase-is-backspace): Define default value.
34855
34856 * custom.el (custom-theme-set-variables): Remove unused var
34857 `immediate'.
34858 (custom-reevaluate-setting): Simple function to handle variables
34859 that are defined before their default value can really be
34860 computed.
34861
34862 * startup.el (command-line): Use it for temporary-file-directory,
34863 small-emporary-file-directory, auto-save-file-name-transforms,
34864 blink-cursor-mode, and normal-erase-is-backspace.
34865
34866 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
34867 progress, even with buggy anchored keywords.
34868
34869 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
34870
34871 * simple.el (goto-line): Remove unbalanced final parenthesis.
34872
34873 2005-03-05 Richard M. Stallman <rms@gnu.org>
34874
34875 * simple.el (goto-line): Use a number at point as the default.
34876 With C-u as arg, switch buffers.
34877
34878 2005-03-05 Juri Linkov <juri@jurta.org>
34879
34880 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
34881 with `no-blinking-cursor'.
34882
34883 * startup.el (no-blinking-cursor): New defvar.
34884 (command-line): Add `--no-blinking-cursor' to longopts.
34885 Set `no-blinking-cursor' to t for command line arguments
34886 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
34887 with `no-blinking-cursor' in the condition for calling
34888 `blink-cursor-mode'.
34889
34890 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
34891
34892 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
34893 (menu-bar-options-save): Add blink-cursor-mode.
34894 (menu-bar-options-menu): Add blink-cursor-mode.
34895
34896 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
34897
34898 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
34899 (icalendar-export-file, icalendar-export-region)
34900 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
34901 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
34902
34903 2005-03-04 Lute Kamstra <lute@gnu.org>
34904
34905 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
34906 (debug-function-list): Ditto.
34907
34908 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
34909
34910 * textmodes/texinfmt.el (texinfo-append-refill):
34911 Redefine the types of line to which @refill
34912 is not appended by replacing a search for `@refill\\|@bye' with
34913 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
34914 itemize@refill' bug and the unfilled long lines bug.
34915 (texinfmt-version): Update number and date.
34916
34917 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
34918
34919 * international/code-pages.el (windows-1250, windows-125[2-8])
34920 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
34921
34922 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
34923
34924 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
34925 bound yet.
34926
34927 2005-03-02 Romain Francoise <romain@orebokech.com>
34928
34929 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
34930 buffer after removing limits.
34931 (ibuffer-pop-filter): Ditto.
34932 Update copyright.
34933
34934 2005-03-02 Miles Bader <miles@gnu.org>
34935
34936 * button.el (make-text-button): If the user doesn't specify a
34937 type, use the default. Rewrite to use `add-text-properties' and
34938 plist functions.
34939
34940 2005-03-01 Lute Kamstra <lute@gnu.org>
34941
34942 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
34943 (debugger-jumping-flag): New var.
34944 (debug-entry-code): Use it.
34945 (debugger-jump): Use debugger-jumping-flag and add
34946 debugger-reenable to post-command-hook.
34947 (debugger-reenable): Use debugger-jumping-flag and remove itself
34948 from post-command-hook.
34949 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
34950 debugger-reenable.
34951
34952 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
34953
34954 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
34955 inclusion of "itemize\\|", which may be unnecessary, is certainly
34956 inelegant, and stops refilling in itemize lists when formatting
34957 Japanese Texinfo files to Info.
34958 Update copyright to 2005.
34959
34960 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
34961
34962 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
34963 of an error if GDB can't find the source file.
34964
34965 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
34966
34967 * calendar/calendar.el (redraw-calendar): Work from any buffer,
34968 not just the calendar.
34969
34970 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
34971 first.
34972 (diary-redraw-calendar): New function.
34973 (make-diary-entry): Add diary-redraw-calendar to local
34974 write-contents-functions. Turn off selective display before
34975 inserting in diary.
34976
34977 2005-03-01 Kim F. Storm <storm@cua.dk>
34978
34979 * emacs-lisp/copyright.el (copyright-fix-years): New command.
34980
34981 2005-03-01 Lute Kamstra <lute@gnu.org>
34982
34983 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
34984 that debug-entry-code can be safely removed from a function while
34985 this code is being evaluated. Revert the 2005-02-27 change as the
34986 new implementation no longer requires it. Make sure that a
34987 function body containing just a string is not mistaken for a docstring.
34988 (debug): Skip one more frame in case of debug on entry.
34989 (debugger-setup-buffer): Delete one more frame line in case of
34990 debug on entry.
34991 (debugger-frame-number): Update to use the new text introduced by
34992 the 1999-11-03 change. Skip one more frame in case of debug on entry.
34993
34994 2005-02-28 Kim F. Storm <storm@cua.dk>
34995
34996 * double.el (double-translate-key): Call force-window-update after
34997 read-event to avoid crash in redisplay.
34998
34999 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
35000
35001 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
35002 (debug): Use it. Move the inhibit-trace earlier.
35003 (debug-entry-code): New const.
35004 (debug-on-entry-1): Use it.
35005
35006 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
35007
35008 * international/utf-16.el (ccl-encode-mule-utf-16le):
35009 Fix BUFFER_MAGNIFICATION to 2.
35010 (ccl-encode-mule-utf-16be): Likewise.
35011
35012 2005-02-28 Kenichi Handa <handa@m17n.org>
35013
35014 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
35015 Fix BUFFER_MAGNIFICATION to 4.
35016 (ccl-encode-mule-utf-16be-with-signature): Likewise.
35017
35018 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
35019
35020 * speedbar.el (speedbar-update-flag): Doc fix.
35021 (speedbar-show-info-under-mouse): Give set-mouse-position the right
35022 argument.
35023
35024 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
35025
35026 * reveal.el (reveal-post-command): Don't try to reveal overlays which
35027 have a non-nil `invisible' property but are actually visible.
35028
35029 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
35030 for perldoc sections.
35031 (perl-outline-regexp, perl-outline-level): New var and function.
35032 (perl-mode): Use them.
35033
35034 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
35035
35036 * calendar/diary-lib.el (diary-remind): Discard any mark portion
35037 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
35038
35039 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
35040
35041 * cus-edit.el: Comment change.
35042 (custom-buffer-create-internal): Slightly reword text at top of
35043 Custom buffers. Mention there that saving an option edits the
35044 init file. Add link to Emacs manual node on `custom-file'.
35045 (custom-magic-alist): Rewrite individual State messages to use
35046 capitalized keywords. Doc fix.
35047
35048 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
35049
35050 * calendar/calendar.el (calendar-buffer): Move above
35051 calendar-week-start-day.
35052 (calendar-week-start-day): Doc fix. Add :set function.
35053 (calendar-minimum-window-height): New variable.
35054 (generate-calendar-window): Only resize window if selected-window
35055 is displaying the calendar buffer. Use new variable
35056 calendar-minimum-window-height.
35057 (generate-calendar): Reword error message.
35058 (calendar-mode-map): Bind DEL to scroll-other-window-down.
35059
35060 2005-02-27 Andreas Schwab <schwab@suse.de>
35061
35062 * vc.el (vc-do-command): Don't run command asynchronously when
35063 operating in a remote directory.
35064
35065 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
35066 change from sync with Tramp 2.0.47.
35067
35068 2005-02-27 Richard M. Stallman <rms@gnu.org>
35069
35070 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
35071
35072 * textmodes/flyspell.el (flyspell-mode-on):
35073 Call ispell-change-dictionary only if necessary.
35074
35075 * emacs-lisp/re-builder.el (regexp-builder): New function.
35076
35077 * register.el (describe-register-1): Explicitly handle
35078 yank-excluded-properties = t.
35079
35080 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
35081 (custom-magic-alist): Change the status descriptions again.
35082 (face widget-type): Total rewrite based on `restricted-sexp'
35083 to eliminate the confusing double hiding levels.
35084
35085 * emacs-lisp/debug.el (debug-on-entry-1):
35086 If function body is empty, add nil as body form.
35087
35088 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
35089
35090 * emacs-lisp/trace.el (inhibit-trace): New var.
35091 (trace-make-advice): Use it.
35092
35093 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
35094
35095 2005-02-26 Kim F. Storm <storm@cua.dk>
35096
35097 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
35098 (mouse-on-link-p, mouse-drag-region-1): Use it.
35099
35100 2005-02-25 Lute Kamstra <lute@gnu.org>
35101
35102 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
35103
35104 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
35105
35106 * frame.el (blink-cursor-mode): Add :group keyword.
35107
35108 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
35109
35110 * calendar/icalendar.el (icalendar--decode-isodatetime):
35111 New optional argument DAY-SHIFT.
35112 (icalendar-export-region): Fix coding-system-for-write.
35113 (icalendar--convert-ical-to-diary): Shift end-day of all-day
35114 events by one.
35115
35116 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
35117
35118 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
35119
35120 2005-02-24 Kim F. Storm <storm@cua.dk>
35121
35122 * international/iso-acc.el (iso-accents-compose): Fix crash
35123 during redisplay. Call force-window-update after read-event
35124 and delete-region to signal that window is not accurate.
35125
35126 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
35127
35128 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
35129 Remove unused and inexistent var `inhibit-trace'.
35130 (debugger-mode): Use run-mode-hooks.
35131 (debugger-list-functions): Add buttons; setup xref stack.
35132
35133 2005-02-23 Richard M. Stallman <rms@gnu.org>
35134
35135 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
35136 appointment says it was explicitly made.
35137 (appt-add): Set the 3rd element.
35138 (appt-make-list): Preserve explicit appointments.
35139
35140 * subr.el (find-tag-default): Catch errors in forward-sexp.
35141
35142 2005-02-23 Juri Linkov <juri@jurta.org>
35143
35144 * info.el (Info-isearch-search): New defcustom.
35145 (Info-isearch-search): Call the default isearch function
35146 when Info-isearch-search is nil.
35147 (Info-isearch-wrap): Use variable Info-isearch-search.
35148
35149 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
35150
35151 * cus-edit.el: Comment change.
35152
35153 2005-02-22 Kim F. Storm <storm@cua.dk>
35154
35155 * progmodes/hideif.el (hide-ifdef-use-define-alist):
35156 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
35157
35158 2005-02-22 Simon Josefsson <jas@extundo.com>
35159
35160 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
35161 New variable.
35162 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
35163 Oskarsson" <myrkraverk@users.sourceforget.net>.
35164
35165 2005-02-22 Kim F. Storm <storm@cua.dk>
35166
35167 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
35168 check that window of that event is the selected window.
35169 (mouse-drag-region-1): Compare mouse event window to selected
35170 window before setting point.
35171
35172 * tooltip.el (tooltip-show-help-function): Pass event to
35173 mouse-on-link-p so it can check selected window.
35174
35175 2005-02-22 Kenichi Handa <handa@m17n.org>
35176
35177 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
35178 (ps-mule-show-warning): New function.
35179 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
35180 characters are found.
35181
35182 * ps-print.el (ps-header-footer-string): Return a list of header
35183 and footer strings.
35184
35185 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
35186
35187 * pcvs.el (cvs-retrieve-revision): Fix thinko.
35188
35189 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
35190
35191 * frame.el (blink-cursor-mode): Use define-minor-mode.
35192
35193 * term/mac-win.el (function-key-map): Use char-names more consistently.
35194 (file-name-coding-system): Only set it for MacOS-9. The other case is
35195 already handled in mule-cmds.el (where it also works when mac-win.el
35196 is not used).
35197
35198 2005-02-21 Kenichi Handa <handa@m17n.org>
35199
35200 * international/mule.el (ctext-pre-write-conversion): Always use
35201 " *code-converting-work*" buffer for work.
35202
35203 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
35204
35205 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
35206
35207 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
35208
35209 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
35210
35211 * ses.el (undo-more): Restore defadvice, but only the part that
35212 allows changes outside the restricted area of the buffer.
35213
35214 2005-02-20 Kim F. Storm <storm@cua.dk>
35215
35216 * simple.el (line-move): Add fourth optional arg try-vscroll which
35217 must be set to perform auto-window-vscroll.
35218 When moving backwards and doing auto-window-vscroll, automatically
35219 vscroll to the last part of lines which are taller than the window.
35220 (next-line, previous-line): Set try-vscroll arg on line-move.
35221
35222 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
35223
35224 * replace.el (query-replace, query-replace-regexp)
35225 (replace-string, replace-regexp): When operating on region, make
35226 the minibuffer prompt say so.
35227
35228 * isearch.el (isearch-forward): Document isearch-query-replace and
35229 isearch-query-replace-regexp keybindings.
35230
35231 2005-02-19 Jay Belanger <belanger@truman.edu>
35232
35233 * calc/calc-aent.el (math-read-token): Add local variable.
35234
35235 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
35236 (calc-edit-top): Move declaration to earlier in file.
35237 (calc-edit-macro-repeats): Add local variables.
35238
35239 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
35240 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
35241 calcFunc-tanh.
35242 Adjust integration rule for calcFunc-tan.
35243
35244 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
35245
35246 * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
35247 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
35248 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
35249 (viper-skip-separators): Bug fix.
35250 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
35251 particular major mode.
35252 (viper-del-backward-char-in-replace): Don't put deleted char on the
35253 kill ring.
35254
35255 * emulation/viper-ex.el (viper-color-display-p): New function.
35256 (viper-has-face-support-p): Use viper-color-display-p.
35257
35258 * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
35259
35260 * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
35261
35262 * emulation/viper-util.el (viper-glob-unix-files):
35263 Fix shell status check.
35264 (viper-file-remote-p): Make equivalent to file-remote-p.
35265
35266 * emulation/viper.el (viper-major-mode-modifier-list):
35267 Use viper-gnus-modifier-map.
35268
35269 2005-02-19 David Kastrup <dak@gnu.org>
35270
35271 * subr.el (subregexp-context-p): Fix garbled doc string by adding
35272 quoting.
35273
35274 2005-02-19 Jay Belanger <belanger@truman.edu>
35275
35276 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
35277 Remove extra definitions.
35278 (calc-coth): New function.
35279 (calcFunc-cot): Fix `let'.
35280
35281 2005-02-19 Eli Zaretskii <eliz@gnu.org>
35282
35283 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
35284 the reasons we use "type pc" in these faces.
35285
35286 * button.el (button): Ditto.
35287
35288 2005-02-19 Michael Mauger <mmaug@yahoo.com>
35289
35290 * replace.el (query-replace-read-from): Set the value of
35291 query-replace-from-history-variable to handle the case of an empty
35292 string entered to accept the suggested default.
35293
35294 * net/tramp.el (tramp-file-name-for-operation):
35295 Use dired-call-process instead of dired-call-process-command.
35296
35297 2005-02-19 Jay Belanger <belanger@truman.edu>
35298
35299 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
35300 (math-div-non-trig): New variables.
35301 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
35302 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
35303 (math-combine-prod, math-div-symb-fancy): Add simplifications for
35304 trig expressions.
35305
35306 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
35307
35308 * progmodes/gdb-ui.el (gdb-var-update-handler)
35309 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
35310 for watch expressions,
35311 (gdb-var-create-handler): Don't set speedbar-update-flag.
35312 (gdb-post-prompt): Simplify test for speedbar.
35313
35314 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
35315
35316 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
35317 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
35318 we use the syntax table of the correct buffer.
35319 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
35320 Felix Gatzemeier.
35321
35322 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
35323 (ediff-file-remote-p): Make synonymous with file-remote-p.
35324 In all deffaces ediff-*-face-*, use min-colors.
35325
35326 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
35327 ediff-recurse-to-subdirectories.
35328 (ediff-mark-if-equal): Check that the arguments are strings, use
35329 ediff-same-contents (after to Felix Gatzemeier).
35330
35331 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
35332 nil.
35333
35334 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
35335
35336 * log-view.el (log-view-message-re): Fix up Subversion regexp.
35337
35338 2005-02-18 David Kastrup <dak@gnu.org>
35339
35340 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
35341 use `mark-active' when defined.
35342
35343 2005-02-18 Kenichi Handa <handa@m17n.org>
35344
35345 * ps-print.el (ps-font-info-database): New entry
35346 ZapfChancery-MediumItalic with correct font name. Fix font name
35347 of the entry Zapf-Chancery-MediumItalic.
35348
35349 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
35350
35351 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
35352
35353 2005-02-16 Kim F. Storm <storm@cua.dk>
35354
35355 * ido.el (ido-fallback-command): Pass user input to fallback command.
35356
35357 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
35358
35359 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
35360 (gdb-find-file-hook): Add server prefix.
35361
35362 2005-02-16 Richard M. Stallman <rms@gnu.org>
35363
35364 * replace.el (perform-replace): Pass new args to replace-highlight.
35365 (replace-highlight): Take region args,
35366 and pass them to isearch-lazy-highlight-new-loop.
35367
35368 * novice.el (disabled-command-hook): Autoload the defalias
35369 and the make-obsolete-variable call.
35370
35371 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
35372
35373 * isearch.el (isearch-lazy-highlight-start-limit)
35374 (isearch-lazy-highlight-end-limit): New variables limit
35375 the region for highlighting.
35376 (isearch-lazy-highlight-new-loop): New args BEG and END.
35377 (isearch-lazy-highlight-search): Use the new vars.
35378 (isearch-lazy-highlight-update): Likewise.
35379
35380 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
35381
35382 * cus-start.el (all): Use default-boundp.
35383
35384 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
35385
35386 * menu-bar.el (menu-bar-select-frame): Handle current frame.
35387
35388 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
35389
35390 * autorevert.el (auto-revert-stop-on-user-input)
35391 (auto-revert-verbose): Doc fixes.
35392
35393 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
35394
35395 * international/mule-cmds.el (set-locale-environment): Remove call
35396 to set-selection-coding-system on Windows.
35397
35398 2005-02-15 Jay Belanger <belanger@truman.edu>
35399
35400 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
35401 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
35402 calcFunc-coth.
35403 (math-simplify-sqrt): Add simplifications.
35404
35405 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
35406 to list.
35407
35408 * calc/calc-ext.el: Add functions to autoloads.
35409
35410 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
35411 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
35412 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
35413 (math-csc-raw, math-cot-raw): New functions.
35414
35415 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
35416
35417 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
35418 the variable name in a message.
35419
35420 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
35421 calcFunc-csc, calcFunc-cot.
35422
35423 * calc/calcalg2.el: Add derivative and integration rules for
35424 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
35425 calcFunc-csch, calcFunc-coth.
35426 (math-do-integral-methods): Add to checks for when to use
35427 substitutions.
35428
35429 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
35430
35431 2005-02-15 Lute Kamstra <lute@gnu.org>
35432
35433 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
35434 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
35435 <monnier@iro.umontreal.ca>.
35436 (lisp-outline-level): Improve efficiency. Suggested by David
35437 Kastrup <dak@gnu.org>.
35438
35439 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
35440
35441 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
35442 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
35443 (gdb-set-gud-minor-mode-existing-buffers): New functions.
35444 (gdb-find-file-hook): New hook. Add it to find-file-hook.
35445 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
35446
35447 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
35448
35449 * cus-start.el (all): Comment change.
35450
35451 2005-02-14 Lute Kamstra <lute@gnu.org>
35452
35453 * cus-start.el (all): Check if symbol is void.
35454
35455 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
35456
35457 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
35458 optional argument to \cite.
35459
35460 2005-02-14 Richard M. Stallman <rms@gnu.org>
35461
35462 * cus-edit.el (custom-buffer-create-internal): Update help message.
35463 (custom-magic-alist): Update help messages.
35464
35465 * cus-start.el (all): Allow a var to specify a standard value.
35466
35467 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
35468
35469 * custom.el (custom-theme-set-variables): Handle variable aliases.
35470
35471 * frame.el (blink-cursor-timer): Doc fix.
35472 (blink-cursor): Make it an alias for `blink-cursor-mode' and
35473 declare obsolete.
35474 (blink-cursor-mode): Define with defcustom and use correct
35475 standard expression in that defcustom.
35476 * startup.el (command-line): Adapt to above changes in frame.el.
35477
35478 2005-02-11 Lute Kamstra <lute@gnu.org>
35479
35480 * apropos.el (apropos-score-doc): Prevent division by zero.
35481
35482 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
35483
35484 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
35485 (icalendar--get-event-property-attributes)
35486 (icalendar--get-event-properties)
35487 (icalendar--datetime-to-diary-date): New functions.
35488 (icalendar--split-value): Doc fix.
35489 (icalendar--datetime-to-noneuropean-date)
35490 (icalendar--datetime-to-european-date): New optional argument
35491 SEPARATOR. Return result as a string instead of a list.
35492 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
35493 (icalendar--convert-string-for-export): Rename arg S to STRING.
35494 (icalendar-export-region): Doc fix. Change name of error buffer.
35495 Save output buffer.
35496 (icalendar-import-file): Add blank at end of prompt.
35497 (icalendar-import-buffer): Doc fix. Do not switch to error
35498 buffer. Indicate status in return value.
35499 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
35500 buffer. Save output buffer. Handle exception from recurrence
35501 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
35502 events. Fix problems with weekly all-day events.
35503
35504 2005-02-10 Richard M. Stallman <rms@gnu.org>
35505
35506 * simple.el (eval-expression-print-format):
35507 Avoid warning about edebug-active.
35508
35509 * help.el (help-for-help-internal): Rename from help-for-help.
35510 (help-for-help): Define with defalias.
35511
35512 * font-core.el (font-lock-default-function): Use with-no-warnings.
35513
35514 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
35515
35516 * custom.el (defface): Doc fix.
35517
35518 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
35519
35520 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
35521 width 0" to prevent word wrapping problems.
35522
35523 2005-02-09 Kim F. Storm <storm@cua.dk>
35524
35525 * ido.el (ido-file-extensions-order): New defcustom.
35526 (ido-file-extension-lessp, ido-file-extension-aux)
35527 (ido-file-extension-order): New advanced file ordering.
35528 (ido-file-lessp): New simple file ordering.
35529 (ido-sort-list): Remove.
35530 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
35531 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
35532
35533 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
35534
35535 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
35536 that some versions of grep produce.
35537 (grep-mode-font-lock-keywords): Likewise.
35538
35539 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
35540
35541 * progmodes/gdb-ui.el (gdb-location-list): New variable.
35542 (gdb-cdir): Delete.
35543 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
35544 (gdb-source-info): Treat case when source file is in another
35545 directory properly.
35546 (gdb-get-location): New function.
35547
35548 2005-02-07 Jay Belanger <belanger@truman.edu>
35549
35550 * calc/calc-prog.el (calc-write-parse-table-part)
35551 (calc-fix-token-name): Fix a check for language type.
35552
35553 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
35554
35555 2005-02-07 Andre Spiegel <spiegel@gnu.org>
35556
35557 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
35558 as directory not writable.
35559
35560 2005-02-07 Kim F. Storm <storm@cua.dk>
35561
35562 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
35563 (cua--standard-movement-commands): Remove list.
35564 Instead, set CUA property value to move for movement commands.
35565 (cua-movement-commands): Remove. Users must set CUA prop instead.
35566 (cua--pre-command-handler): Check CUA property.
35567 (cua--init-keymaps): Don't remap undo commands.
35568 (cua-mode): Don't call cua--rectangle-on-off.
35569
35570 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
35571 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
35572 (cua--rect-undo-set-point): New var.
35573 (cua--rectangle-undo-boundary): Setup undo apply entry.
35574 (cua--rect-undo-handler): New function for rectangle undo.
35575 (cua--rect-start-position, cua--rect-end-position): Add.
35576 (cua--rectangle-post-command): Call cua--rectangle-set-corners
35577 for restored rectangle. Set point if cua--rect-undo-set-point.
35578
35579 2005-02-06 Jay Belanger <belanger@truman.edu>
35580
35581 * calc/calc-lang.el (calc-tex-language): Display more information
35582 in messages.
35583
35584 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
35585 in TeX mode.
35586
35587 2005-02-06 Richard M. Stallman <rms@gnu.org>
35588
35589 * emacs-lisp/lisp.el (buffer-end): Doc fix.
35590
35591 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
35592
35593 * net/ldap.el (ldap-search-internal): Support attributes with
35594 optional descriptions separated by a semi-colon, as in
35595 "userCertificate;binary".
35596
35597 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
35598
35599 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
35600 isn't a cons (i.e. the version is 0).
35601
35602 2005-02-05 Eli Zaretskii <eliz@gnu.org>
35603
35604 * help.el (help-for-help): Doc fix.
35605
35606 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
35607
35608 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
35609 GDB-Windows on the menu-bar as this works better.
35610
35611 2005-02-04 Jay Belanger <belanger@truman.edu>
35612
35613 * calc/calc-embed.el (calc-embedded-update): Don't put in
35614 unnecessary newlines. Adjust the end of formula marker.
35615
35616 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
35617 (math-latex-parse-two-args): New function.
35618
35619 2005-02-03 Lute Kamstra <lute@gnu.org>
35620
35621 * help-fns.el (help-with-tutorial): Make sure that users cannot
35622 remove the entire text of the tutorial by means of `undo'.
35623
35624 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
35625
35626 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
35627 in recent changes, where the ispell process was repeatedly
35628 killed & restarted.
35629
35630 * international/mule-cmds.el (set-locale-environment): Set file-name
35631 coding system to utf-8 on Darwin systems.
35632 (set-default-coding-systems): Don't set default-file-name-coding-system
35633 on Darwin systems.
35634
35635 2005-02-03 Richard M. Stallman <rms@gnu.org>
35636
35637 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
35638
35639 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
35640
35641 * faces.el (list-faces-display): Add optional argument.
35642
35643 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
35644
35645 * font-core.el (font-lock-default-function): Handle the rare case where
35646 only font-lock-keywords is set.
35647
35648 2005-02-02 Kenichi Handa <handa@m17n.org>
35649
35650 * international/characters.el: Cancel previous change for
35651 I-WITH-DOT-ABOVE and DOTLESS-i.
35652
35653 * international/latin-5.el: Cancel previous change.
35654
35655 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
35656
35657 * progmodes/gud.el: Correction to syntax in gud-menu-map.
35658
35659 2005-02-02 Kenichi Handa <handa@m17n.org>
35660
35661 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
35662 DOTLESS-i.
35663
35664 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
35665 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
35666
35667 * case-table.el (get-upcase-table): New function.
35668 (copy-case-table): Copy upcaes table too if non-nil.
35669 (set-case-syntax-delims): Maintain upcase table too.
35670 (set-case-syntax-pair): Likewise.
35671 (set-upcase-syntax, set-downcase-syntax): New functions.
35672 (set-case-syntax): Maintain upcase table too.
35673
35674 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
35675
35676 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
35677
35678 * progmodes/gud.el (gud-goto-info): New function.
35679 (gud-tool-bar-map): Use correct icon.
35680
35681 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
35682
35683 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
35684 When delegating, order args in the funcall correctly.
35685
35686 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
35687
35688 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
35689
35690 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
35691
35692 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
35693 buffer not visiting a file.
35694
35695 2005-01-31 Jay Belanger <belanger@truman.edu>
35696
35697 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
35698 bound on the line with the formula.
35699
35700 2005-01-31 Kim F. Storm <storm@cua.dk>
35701
35702 * ses.el (ses-create-cell-variable-range)
35703 (ses-destroy-cell-variable-range, ses-reset-header-string)
35704 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
35705 (ses-insert-row): Fix format of apply undo entries.
35706
35707 2005-01-31 Jay Belanger <belanger@truman.edu>
35708
35709 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
35710 parts.
35711
35712 * calc/calc-embed.el (calc-embedded-open-formula)
35713 (calc-embedded-close-formula): Ignore matrix environments.
35714
35715 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
35716 TeX mode.
35717
35718 * calc/calc-lang.el (math-function-table, math-oper-table)
35719 (math-variable-table): Adjust the LaTeX portions.
35720
35721 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
35722 (math-latex-ignore-words): New constant.
35723
35724 2005-01-31 Richard M. Stallman <rms@gnu.org>
35725
35726 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
35727 (ispell-local-dictionary): Doc fix.
35728 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
35729 Don't reinitialize at run time. Don't defcustom.
35730 All uses changed to append ispell-local-dictionary-alist,
35731 or check it first.
35732 (ispell-current-dictionary): New variable for dictionary in use.
35733 (ispell-dictionary): Now used only for global default.
35734 (ispell-start-process): Set ispell-current-dictionary,
35735 not ispell-dictionary.
35736 (ispell-change-dictionary): Use this only for setting
35737 user preferences.
35738 (ispell-internal-change-dictionary): New function
35739 to change the current dictionary in use.
35740 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
35741 Use ispell-current-dictionary.
35742 Handle ispell-local-dictionary-overridden.
35743 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
35744
35745 2005-01-31 Jay Belanger <belanger@truman.edu>
35746
35747 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
35748
35749 * calc/calc-ext.el: Add calc-latex-language to autoloads.
35750 (calc-mode-map): Add calc-latex-language.
35751
35752 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
35753 (math-latex-print-frac): New functions.
35754 (math-oper-table, math-function-table, math-variable-table)
35755 (math-complex-format, math-input-filter): Add latex properties.
35756 (calc-set-language): Set math-expr-special-function-mapping.
35757
35758 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
35759 (calc-write-parse-table-part): Add LaTeX support.
35760
35761 * calc/calc.el (calc-language): Adjust docstring.
35762 (calc-set-mode-line): Add LaTeX support.
35763 (math-expr-special-function-mapping): New variable.
35764 (math-tex-ignore-words): Add to list.
35765
35766 * calc/calccomp.el (math-compose-expr, math-compose-rows):
35767 Add LaTeX support.
35768 (math-compose-expr): Add support for special functions.
35769
35770 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
35771
35772 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
35773
35774 * progmodes/gdb-ui.el (gdb-memory-address)
35775 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
35776 (gdb-memory-mode-map, gdb-memory-format-keymap)
35777 (gdb-memory-format-menu, gdb-memory-unit-keymap)
35778 (gdb-memory-unit-menu): New variables for a buffer
35779 that lets the user examine program memory.
35780 (gdb-memory-set-address, gdb-memory-set-repeat-count)
35781 (gdb-memory-format-binary, gdb-memory-format-octal)
35782 (gdb-memory-format-unsigned, gdb-memory-format-signed)
35783 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
35784 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
35785 (gdb-memory-unit-word, gdb-memory-unit-halfword)
35786 (gdb-memory-unit-byte, gdb-memory-unit-menu)
35787 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
35788 (gdb-memory-mode, gdb-memory-buffer-name)
35789 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
35790 New functions for above buffer.
35791
35792 2005-01-30 Richard M. Stallman <rms@gnu.org>
35793
35794 * cus-edit.el (custom-bury-buffer): Function deleted.
35795 (custom-buffer-done-function): Option deleted.
35796 (custom-buffer-done-kill): New replacement option.
35797 (Custom-buffer-done): Call quit-window.
35798 (custom-buffer-create-internal): Update for above changes.
35799
35800 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
35801
35802 * simple.el (undo-ask-before-discard): New var.
35803 (undo-outer-limit-truncate): Implement it.
35804 (undo-extra-outer-limit): Doc update.
35805
35806 2005-01-29 Richard M. Stallman <rms@gnu.org>
35807
35808 * ses.el (undo-more): Delete defadvice.
35809 (ses-begin-change): Doc fix.
35810
35811 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
35812 instead of rebinding C-x u and C-_.
35813
35814 * files.el (normal-backup-enable-predicate): Return nil for files
35815 in /tmp, regardless of temporary-file-directory.
35816
35817 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
35818
35819 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
35820 (open-rectangle, delete-whitespace-rectangle-line)
35821 (clear-rectangle-line): If FILL, pass t instead of FILL
35822 for move-to-column's 2nd arg.
35823
35824 * simple.el (undo): Fix the test for continuing a series of undos.
35825 (undo-more): Set pending-undo-list to t when we reach end.
35826 (pending-undo-list): Move up defvar.
35827
35828 * wid-edit.el (widget-button-click):
35829 Shorten the range of the track-mouse binding.
35830
35831 * comint.el (comint-insert-input): Undo previous changes;
35832 use last-input-event in interactive spec.
35833
35834 2005-01-29 Eli Zaretskii <eliz@gnu.org>
35835
35836 * progmodes/compile.el (compilation-start): Bind buffer-read-only
35837 to nil before invoking call-process. Reset buffer's modified flag
35838 after fontifying it in the no-async branch.
35839
35840 * wid-edit.el (widget-specify-button): If mouse pointer shape
35841 cannot be changed, use mouse face instead.
35842
35843 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
35844
35845 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
35846 (gdb-goto-breakpoint): Make breakpoint handling work on template
35847 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
35848 (gdb-assembler-custom): Update to recognize breakpoint information
35849 added on 2005-01-19.
35850
35851 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
35852
35853 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
35854 (dsssl-mode): Use define-derived-mode.
35855 (scheme-mode-initialize): Remove.
35856 (scheme-mode): Use run-mode-hooks.
35857
35858 * cus-edit.el (customize-group-other-window)
35859 (custom-buffer-create-other-window): Don't override special-display-*.
35860 (custom-mode-map): Make it dense.
35861
35862 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
35863 sets the default value.
35864
35865 2005-01-28 Eli Zaretskii <eliz@gnu.org>
35866
35867 * descr-text.el: Add more keywords.
35868
35869 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
35870
35871 * speedbar.el: Avoid unnecessary use of locate-library.
35872
35873 * international/mule-cmds.el (standard-display-european-internal):
35874 Don't fiddle with latin-1 non-break space any more since it's now
35875 special cased in the C code.
35876 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
35877
35878 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
35879
35880 * cus-start.el (all): Add `undo-outer-limit'.
35881
35882 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
35883
35884 * textmodes/bibtex.el (bibtex-format-entry):
35885 Use `bibtex-empty-field-re' only on the text of fields, not on entire
35886 field lines.
35887 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
35888 not on part of a buffer.
35889
35890 2005-01-25 Lute Kamstra <lute@gnu.org>
35891
35892 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
35893 nonempty field text strings like "{letters\\macro{}more letters}".
35894 Clarify docstring.
35895 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
35896 (bibtex-entry-offset, bibtex-parse-association)
35897 (bibtex-parse-field-name): Fix typos in docstrings.
35898 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
35899
35900 2005-01-24 Dan Nicolaescu <dann@ics.uci.edu>
35901 Juri Linkov <juri@jurta.org>
35902
35903 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
35904 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
35905 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
35906 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
35907
35908 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
35909 isearch minor mode.
35910
35911 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
35912
35913 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
35914
35915 2005-01-24 Lute Kamstra <lute@gnu.org>
35916
35917 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
35918 CASECHARS and NOT-CASECHARS regular expressions of the
35919 "nederlands" and "nederlands8" dictionaries to prevent a "Range
35920 striding over charsets" error.
35921
35922 2005-01-24 Jay Belanger <belanger@truman.edu>
35923
35924 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
35925 display variable name.
35926
35927 2005-01-24 Kenichi Handa <handa@m17n.org>
35928
35929 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
35930 Fix setting of the element of encoded-kbd-iso2022-invocations.
35931
35932 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
35933
35934 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
35935 (gdb-threads-select): Change to also accept mouse events.
35936 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
35937 (gdb-threads-mouse-select): Delete.
35938
35939 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
35940
35941 * files.el (insert-directory): Take care of empty directory,
35942 listed without -a switch.
35943
35944 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
35945
35946 * textmodes/refill.el (refill-post-command-function):
35947 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
35948 to the list of functions that we should be careful not to undo.
35949 (refill-late-fill-paragraph-function): Remove.
35950 (refill-saved-state): New var.
35951 (refill-mode): Use it to save fill-paragraph-function.
35952 Save also the value of auto-fill-function.
35953
35954 * term/w32-win.el: Simplify code.
35955
35956 2005-01-23 Kim F. Storm <storm@cua.dk>
35957
35958 * simple.el (line-move): Adapt to new return value from
35959 pos-visible-in-window-p.
35960
35961 * simple.el (line-move): Fix last change. Check partial
35962 visibility at point rather than at window-start.
35963
35964 2005-01-22 Jason Rumney <jasonr@gnu.org>
35965
35966 * term/w32-win.el (xw-defined-colors): Remove debug-message.
35967
35968 2005-01-22 David Kastrup <dak@gnu.org>
35969
35970 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
35971
35972 2005-01-22 Eli Zaretskii <eliz@gnu.org>
35973
35974 * type-break.el (type-break-mode): Add a test for
35975 type-break-file-name being non-nil.
35976
35977 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
35978
35979 * net/eudc.el (top level): Call (message "") via progn, so that
35980 eudc-options-file is loaded.
35981
35982 2005-01-22 Kim F. Storm <storm@cua.dk>
35983
35984 * simple.el (line-move-1): Rename from line-move.
35985 (line-move): New function that adjusts vscroll for partially
35986 visible rows, and calls line-move-1 otherwise.
35987
35988 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
35989
35990 * pcomplete.el: Define pcomplete-read-event instead of read-event,
35991 since it's not a complete read-event implementation.
35992
35993 2005-01-20 Jay Belanger <belanger@truman.edu>
35994
35995 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
35996 for called function.
35997
35998 2005-01-20 Steven Tamm <steventamm@mac.com>
35999
36000 * term/mac-win.el (process-connection-type): Remove.
36001 Controlled now by s/darwin.h:PTY_ITERATION.
36002
36003 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
36004
36005 * window.el (handle-select-window): Don't switch window when we're
36006 in the minibuffer.
36007
36008 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
36009
36010 * subr.el (dotimes-with-progress-reporter): New macro.
36011
36012 * ses.el (ses-dotimes-msg): Remove macro.
36013 Use `dotimes-with-progress-reporter' instead.
36014
36015 2005-01-19 Steven Tamm <steventamm@mac.com>
36016
36017 * term/mac-win.el (process-connection-type): Use new
36018 operating-system-release variable to use ptys on Darwin 7 (OS X
36019 10.3) when using carbon build.
36020
36021 2005-01-19 Jay Belanger <belanger@truman.edu>
36022
36023 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
36024 flags if the last command was a tab or M-tab.
36025
36026 * calc/calc-prog.el (calc-user-define-edit): Put original formula
36027 in formula editing buffer.
36028
36029 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
36030
36031 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
36032 breakpoint image symbol in margin.
36033
36034 2005-01-19 Jay Belanger <belanger@truman.edu>
36035
36036 * calc/calc-prog.el (calc-execute-kbd-macro):
36037 Ignore calc-keep-arg-flag.
36038
36039 2005-01-19 Kenichi Handa <handa@m17n.org>
36040
36041 * textmodes/ispell.el (ispell-looking-at): New function.
36042 (ispell-process-line): Use ispell-looking-at to compare the ispell
36043 output and the buffer contents.
36044
36045 2005-01-18 Jay Belanger <belanger@truman.edu>
36046
36047 * calc/calc.el (calc-display-raw): Fix docstring.
36048
36049 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
36050
36051 * simple.el (blink-matching-open): Strip extra info from syntax.
36052
36053 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
36054 funny chars in the end-of-here-doc marker.
36055
36056 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
36057
36058 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
36059 that enable/disabled state of breakpoints is shown correctly in
36060 fringe and on ttys.
36061 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
36062 Add breakpoint information as text properties.
36063 (gdb-mouse-toggle-breakpoint):
36064 Rename to gdb-mouse-set-clear-breakpoint.
36065 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
36066 breakpoints in the margin.
36067 (gdb-remove-strings): Simplify.
36068
36069 2005-01-17 Jay Belanger <belanger@truman.edu>
36070
36071 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
36072 erasing buffer.
36073
36074 2005-01-17 Richard M. Stallman <rms@gnu.org>
36075
36076 * progmodes/grep.el (grep-find): Copy from `grep' the condition
36077 for calling grep-compute-defaults.
36078
36079 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
36080 if buffer is empty.
36081
36082 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
36083
36084 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
36085
36086 * hilit-chg.el (highlight-changes-mode): Don't autoload.
36087
36088 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
36089 non-preloaded variables.
36090
36091 2005-01-17 Steven Tamm <steventamm@mac.com>
36092
36093 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
36094 tex-shell cause to force interactivity when using pipes.
36095
36096 2005-01-17 Kim F. Storm <storm@cua.dk>
36097
36098 * simple.el (just-one-space): Make arg optional.
36099
36100 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
36101
36102 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
36103 posn-at-x-y to t to access left-margin.
36104
36105 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
36106
36107 Sync with Tramp 2.0.47.
36108
36109 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
36110 catching keep-date problems in cp/scp operations.
36111 (tramp-handle-copy-file): Don't call `set-file-modes'
36112 unconditionally. Specialized functions should know better what is
36113 necessary. This improves performance a little bit, and the
36114 functions could catch errors with `cp -p' and `scp -p'.
36115 (tramp-do-copy-or-rename-file-via-buffer)
36116 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
36117 when appropriate.
36118 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
36119 Call `set-file-modes' when appropriate.
36120 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
36121 Johnsson <isak@hypergene.com>.
36122 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
36123 of both Tramp buffer and debug buffer. Reported by Joakim Verona
36124 <joakim@verona.se>.
36125 (tramp-file-name-for-operation): Mark `shell-command' as magic for
36126 Emacs only.
36127
36128 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
36129 `find-file-hooks' and `dired-mode-hook'.
36130 (tramp-minor-mode-map): Respective map. Add remapping for
36131 `compile' and `recompile'.
36132 (tramp-remap-command, tramp-recompile): New defuns.
36133 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
36134 in buffer "*Compilation*". Call the commands asynchronously.
36135
36136 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
36137 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
36138 `shell-command', because it isn't magic in XEmacs. Reported by
36139 Adrian Aichner <adrian@xemacs.org>.
36140
36141 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
36142 `substitute-in-file-name.
36143 (tramp-smb-handle-substitute-in-file-name): New defun.
36144 (tramp-smb-advice-PC-do-completion): Delete advice.
36145
36146 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
36147
36148 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
36149 Fix error in deleting region.
36150
36151 2005-01-15 Richard M. Stallman <rms@gnu.org>
36152
36153 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
36154 In non-temp buffer, switch syntax table temporarily.
36155
36156 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
36157
36158 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
36159
36160 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
36161
36162 * imenu.el (imenu--split-menu): Copy menulist before sorting.
36163 (imenu--generic-function): Use START, not BEG, as pos of definition.
36164
36165 * simple.el (just-one-space): Argument specifies number of spaces.
36166
36167 * simple.el (eval-expression-print-format): Avoid warning
36168 about edebug-active.
36169
36170 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
36171
36172 * progmodes/sh-script.el: Code copied from make-mode.el
36173 with small changes,
36174 (sh-mode-map): Bind C-c C-\.
36175 (sh-backslash-column, sh-backslash-align): New variables.
36176 (sh-backslash-region, sh-append-backslash): New functions.
36177
36178 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
36179
36180 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
36181 (rmail-pop-password, rmail-pop-password-required): Move to
36182 rmail-obsolete group.
36183 (rmail-set-pop-password): Rename to rmail-set-remote-password.
36184 All callers updated.
36185 (rmail-get-pop-password): Rename to rmail-get-remote-password.
36186 Take an argument specifying whether it is POP or IMAP mailbox we
36187 are using. All callers updated.
36188 (rmail-pop-password-error): Rename to
36189 rmail-remote-password-error. Added mailutils-specific error message.
36190 (rmail-movemail-search-path)
36191 (rmail-movemail-variant-in-use): New variables.
36192 (rmail-remote-password, rmail-remote-password-required):
36193 New customization variables.
36194 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
36195 (rmail-parse-url): New function.
36196 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
36197 with GNU mailutils movemail.
36198
36199 2005-01-15 Kevin Ryde <user42@zip.com.au>
36200
36201 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
36202 suffix to space, $ or '$, to correctly position point when going
36203 to @table style constants like DBL_MAX.
36204
36205 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
36206
36207 * type-break.el (type-break-mode, type-break-file-time)
36208 (type-break-file-keystroke-count, type-break-choose-file):
36209 Don't store data in or load data from the file if type-break-file-name
36210 is nil.
36211 (type-break-file-name): Doc update as per the above.
36212
36213 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
36214
36215 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
36216 lookup-key might return nil; handle that.
36217
36218 2005-01-15 Alan Mackenzie <acm@muc.de>
36219
36220 * progmodes/ebrowse.el (ebrowse-class-in-tree):
36221 Return the tail of the tree rather than the element found,
36222 thus enabling the tree to be setcar'd.
36223
36224 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
36225
36226 * textmodes/org.el (org-show-following-heading): New option.
36227 (org-show-hierarchy-above): Use `org-show-following-heading'.
36228 (org-cycle): Documentation fix.
36229
36230 * textmodes/org.el (orgtbl-optimized): New option.
36231 (orgtbl-mode): New command, a minor mode.
36232 (orgtbl-mode-map): New variable.
36233 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
36234 (orgtbl-error, orgtbl-self-insert-command)
36235 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
36236
36237 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
36238 a local variable in each org-mode buffer.
36239
36240 * textmodes/org.el (org-set-regexps-and-options): Rename from
36241 `org-set-regexps'. Added checking for STARTUP keyword.
36242 (org-get-current-options): Add STARTUP options.
36243 (org-table-insert-row): Make mode intelligent about when
36244 realignment is needed.
36245 (org-self-insert-command, org-delete-backward-char, org-delete-char):
36246 New commands.
36247 (org-enable-table-editor): New default value `optimized'.
36248 (org-table-blank-field): Support blanking regions if active.
36249
36250 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
36251
36252 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
36253 if the year is not given.
36254
36255 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
36256 Add new escapes %m and %M, fixed bug with %F by adding
36257 save-match-data.
36258 (reftex-reference): Remove ?. from list of spaces.
36259 (reftex-label-info): Add automatic label prefix recognition.
36260
36261 * textmodes/reftex-index.el (reftex-index-next-phrase):
36262 Add slave parameter to call of `reftex-index-this-phrase'.
36263 (reftex-index-this-phrase): New optional argument.
36264 (reftex-index-region-phrases): Add slave parameter to call of
36265 `reftex-index-this-phrase'.
36266 (reftex-display-index): New argument redo.
36267 (reftex-index-rescan): Add `redo' to arguments of
36268 `reftex-display-index'.
36269 (reftex-index-Rescan, reftex-index-revert)
36270 (reftex-index-switch-index-tag): Add `redo' to arguments of
36271 `reftex-display-index'.
36272 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
36273 indexing. Fix bug with matching is there is a quote before or
36274 after the word.
36275
36276 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
36277 Fix bug when collecting citation keys in lines with comments.
36278 (reftex-citation): Prefix argument no longer rescans the document,
36279 but forces prompting for optional arguments of cite macros.
36280 (reftex-do-citation): Prompting for optional arguments implemented.
36281
36282 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
36283 Add optional arguments to most cite commands.
36284 (reftex-cite-cleanup-optional-args): New option
36285 (reftex-cite-prompt-optional-args): New option.
36286 (reftex-trust-label-prefix): New option.
36287
36288 * textmodes/reftex-toc.el (reftex-toc-find-section):
36289 Add push-mark before changing the position in the buffer.
36290
36291 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
36292 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
36293
36294 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
36295
36296 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
36297 more carefully.
36298
36299 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
36300
36301 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
36302 (sgml-mode): Use it.
36303 (sgml-get-context): Better keep track of implicitly closed tags.
36304
36305 2005-01-13 Kenichi Handa <handa@m17n.org>
36306
36307 * textmodes/ispell.el: These changes are to fix misalignment error
36308 caused by equivalent characters of different Emacs charsets.
36309 (ispell-unified-chars-table): New variable.
36310 (ispell-get-decoded-string): New function.
36311 (ispell-get-casechars, ispell-get-not-casechars)
36312 (ispell-get-otherchars): Call ispell-get-decoded-string.
36313
36314 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
36315
36316 * custom.el (custom-declare-variable): Just put symbol instead
36317 of (defvar . symbol) in `current-load-list'.
36318
36319 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
36320
36321 * emacs-lisp/elint.el: Fixed typo in Commentary section.
36322
36323 2005-01-12 Jay Belanger <belanger@truman.edu>
36324
36325 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
36326 to create a Calc summary.
36327
36328 2005-01-12 Kim F. Storm <storm@cua.dk>
36329
36330 * mouse.el (mouse-on-link-p): Change functionality and doc
36331 string to comply with latest description in lisp ref.
36332
36333 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
36334
36335 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
36336 Enable mouse clicks on mode-line, header-line and margin.
36337 (event-type): Give mouse event symbols an `event-kind' property
36338 with value `mouse-click'.
36339
36340 2005-01-12 Juri Linkov <juri@jurta.org>
36341
36342 * facemenu.el (list-colors-display): Add new arg buffer-name.
36343 Use it. Fix docstring. Replace code for identifying duplicate
36344 colors by the name with call to `list-colors-duplicates' which
36345 identifies duplicate colors by the value unless the color
36346 is one of special Windows colors. Set truncate-lines to t.
36347 Print sorted duplicate color names on each line. Indent to 22
36348 \(the longest color name in rgb.txt) instead of 20. Optimize.
36349 (list-colors-duplicates): New function.
36350 (facemenu-color-name-equal): Delete function.
36351
36352 * facemenu.el (list-colors-print): New function created from code
36353 in list-colors-display. Print #RRGGBB at the window right edge.
36354 (list-colors-display): When temp-buffer-show-function is not
36355 defined, call list-colors-print from temp-buffer-show-hook
36356 to get the right value of window-width in list-colors-print
36357 after the buffer is displayed.
36358
36359 * simple.el (pop-mark): Move deactivate-mark out of conditional
36360 part to deactivate the active mark regardless of the state of the
36361 mark ring.
36362
36363 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
36364 variables line in desktop files.
36365
36366 2005-01-12 Juri Linkov <juri@jurta.org>
36367
36368 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
36369 Bring together isearch highlight related options.
36370 (lazy-highlight): Replace group `replace' by `matching'.
36371 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
36372 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
36373 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
36374 and declare them obsolete.
36375 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
36376 (isearch-faces): Remove defgroup.
36377 (isearch-overlay, isearch-highlight, isearch-dehighlight):
36378 Move isearch highlighting code closer to lazy highlighting code.
36379
36380 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
36381 (query-replace-highlight, query-replace-lazy-highlight)
36382 (query-replace): Move definitions to the beginning of the file.
36383
36384 2005-01-11 Juri Linkov <juri@jurta.org>
36385
36386 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
36387 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
36388 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
36389
36390 * info.el (Info-history-forward): New variable.
36391 (Info-select-node): Reset Info-history-forward to nil.
36392 (Info-last): Turn into defalias.
36393 (Info-history-back): Rename from Info-last.
36394 Add current node to Info-history-forward.
36395 (Info-history-forward): New fun.
36396 (Info-mode-map): Replace Info-last by Info-history-back.
36397 Bind Info-history-forward to "r".
36398 (Info-mode-menu): Replace Info-last by Info-history-back.
36399 Fix menu item text. Add menu item for Info-history-forward.
36400 (info-tool-bar-map): Replace Info-last by Info-history-back.
36401 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
36402 for Info-history-forward.
36403 (Info-mode): Replace Info-last by Info-history-back in docstring.
36404 Add local variable Info-history-forward.
36405 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
36406
36407 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
36408
36409 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
36410 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
36411 Ignore select-window events rather than fiddle with
36412 mouse-autoselect-window.
36413
36414 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
36415
36416 * type-break.el (type-break-mode): Fix previous change.
36417
36418 2005-01-10 Jay Belanger <belanger@truman.edu>
36419
36420 * calc/calc-ext.el (calc-reset): Reset when inside embedded
36421 calculator; only reset when point is inside a calculator.
36422 Don't adjust the window height if the window takes up the whole height
36423 of the frame.
36424
36425 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
36426
36427 * ebuff-menu.el (Electric-buffer-menu-mode):
36428 Preserve value of buffer-local var header-line-format.
36429
36430 2005-01-09 Jay Belanger <belanger@truman.edu>
36431
36432 * calc/calc.el (calc-mode-var-list-restore-saved-values):
36433 Make sure settings file exists before accessing it.
36434
36435 * calc/calc-embed.el (calc-embedded-subst):
36436 Replace math-multi-subst-rec, which is only supposed to be called
36437 by math-multi-subst, by math-multi-subst.
36438
36439 2005-01-09 Andre Spiegel <spiegel@gnu.org>
36440
36441 * vc.el (vc-allow-async-revert): New user option.
36442 (vc-disable-async-diff): New internal variable.
36443 (vc-revert-buffer): Use them to disable asynchronous diff.
36444
36445 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
36446 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
36447 asynchronously if vc-disable-async-diff is t.
36448
36449 2005-01-09 Jay Belanger <belanger@truman.edu>
36450
36451 * calc/calc.el (defcalcmodevar): New macro.
36452 (calc-mode-var-list-restore-default-values)
36453 (calc-mode-var-list-restore-saved-values): New functions.
36454 (calc-mode-var-list): Use defcalcmodevar to define it.
36455 (calc-always-load-extensions, calc-line-numbering)
36456 (calc-line-breaking, calc-display-just, calc-display-origin)
36457 (calc-number-radix, calc-leading-zeros, calc-group-digits)
36458 (calc-group-char, calc-point-char, calc-frac-format)
36459 (calc-prefer-frac, calc-hms-format, calc-date-format)
36460 (calc-float-format, calc-full-float-format, calc-complex-format)
36461 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
36462 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
36463 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
36464 (calc-matrix-brackets, calc-language, calc-language-option)
36465 (calc-left-label, calc-right-label, calc-word-size)
36466 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
36467 (calc-display-raw, calc-internal-prec, calc-angle-mode)
36468 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
36469 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
36470 (calc-window-height, calc-display-trail, calc-show-selections)
36471 (calc-use-selections, calc-assoc-selections)
36472 (calc-display-working-message, calc-auto-why, calc-timing)
36473 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
36474 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
36475 (calc-gnuplot-default-device, calc-gnuplot-default-output)
36476 (calc-gnuplot-print-device, calc-gnuplot-print-output)
36477 (calc-gnuplot-geometry, calc-graph-default-resolution)
36478 (calc-graph-default-resolution-3d, calc-invocation-macro)
36479 (calc-show-banner): Use defcalcmodevar to declare them and set
36480 their default values.
36481
36482 * calc/calc-ext.el (calc-reset): Restore saved values of variables
36483 instead of default values (but restore default values if there is
36484 an argument of 0).
36485
36486 2005-01-09 David Kastrup <dak@gnu.org>
36487
36488 * desktop.el (desktop-restore-eager): Fix typo in type.
36489
36490 2005-01-08 Richard M. Stallman <rms@gnu.org>
36491
36492 * cus-edit.el (customize): Delete :link.
36493
36494 2005-01-08 Jay Belanger <belanger@truman.edu>
36495
36496 * calc/calc.el (calc-mode): Remove the extension from the
36497 `calc-settings-file' file name when loading it.
36498
36499 2005-01-08 Kim F. Storm <storm@cua.dk>
36500
36501 * info.el (Info-mode-map, Info-next-link-keymap)
36502 (Info-prev-link-keymap, Info-up-link-keymap):
36503 Map follow-link to mouse-face.
36504 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
36505
36506 2005-01-08 Jay Belanger <belanger@truman.edu>
36507
36508 * calc/calc.el (calc-settings-file): Change default value.
36509 Suggested by cgw in a comment in calc-mode.el.
36510
36511 * calc/calc-mode.el (calc-settings-file-name):
36512 Compare calc-settings-file to user-init-file instead of ~/.emacs.
36513 Replace ~/.emacs in a prompt by calc-settings-file.
36514
36515 2005-01-07 Lars Hansen <larsh@math.ku.dk>
36516
36517 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
36518 (desktop-lazy-idle-delay): New customizable variables.
36519 (desktop-buffer-args-list): New variable.
36520 (desktop-append-buffer-args): New function.
36521 (desktop-save): Call desktop-append-buffer-args for some buffers.
36522 (desktop-lazy-create-buffer): New function.
36523 (desktop-idle-create-buffers): New function.
36524 (desktop-read): Add message about buffers to restore lazily.
36525 (desktop-lazy-abort): New command.
36526 (desktop-clear): Call desktop-lazy-abort.
36527 (desktop-lazy-complete): New command.
36528
36529 2005-01-06 Richard M. Stallman <rms@gnu.org>
36530
36531 * emacs-lisp/find-func.el (find-face-definition):
36532 Rename from find-face.
36533
36534 2005-01-06 Kim F. Storm <storm@cua.dk>
36535
36536 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
36537
36538 * man.el (Man-xref-man-page, Man-xref-header-file)
36539 (Man-xref-normal-file): Add follow-link property.
36540
36541 2005-01-06 Jay Belanger <belanger@truman.edu>
36542
36543 * calc/calc-units.el: Make sure the proper macro definitions are
36544 available when compiling.
36545
36546 2005-01-06 Juri Linkov <juri@jurta.org>
36547
36548 * isearch.el (isearch-lazy-highlight-update):
36549 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
36550
36551 2005-01-06 Miles Bader <miles@gnu.org>
36552
36553 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
36554 (isearch-lazy-highlight-face): Use new name.
36555
36556 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
36557
36558 * uniquify.el (uniquify-rationalize-file-buffer-names):
36559 Re-add an interactive spec.
36560 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
36561 to the same name.
36562
36563 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
36564 (isearch-update, isearch-done): Adjust calls accordingly.
36565
36566 2005-01-05 Richard M. Stallman <rms@gnu.org>
36567
36568 * custom.el (custom-set-variables, custom-theme-set-variables):
36569 Clarify documentation.
36570
36571 * emacs-lisp/find-func.el (find-variable)
36572 (find-variable-other-window, find-variable-other-frame):
36573 Fix the TYPE args to find-function-read and find-function-do-it.
36574 (find-function): Doc fix.
36575 (find-function-at-point): Replace function-at-point alias.
36576
36577 2005-01-04 Richard M. Stallman <rms@gnu.org>
36578
36579 * cus-face.el (custom-declare-face):
36580 Record defface in current-load-list.
36581
36582 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
36583
36584 * emacs-lisp/find-func.el: Doc fixes.
36585 (find-face-regexp): New variable.
36586 (find-function-regexp-alist): New variable.
36587 (find-function-C-source): Third arg is now TYPE.
36588 (find-function-search-for-symbol): Handle general TYPE.
36589 (find-function-read, find-function-do-it): Handle general TYPE.
36590 (find-definition-noselect, find-face): New functions.
36591 (function-at-point): Alias deleted.
36592
36593 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
36594
36595 * battery.el (display-battery-mode): Rename from display-battery.
36596 Handle the case where it gets turned off.
36597
36598 2005-01-04 Richard M. Stallman <rms@gnu.org>
36599
36600 * cus-edit.el (customize): Make :link point to user doc.
36601
36602 * man.el (Man-fontify-manpage): Turn off undo generation.
36603
36604 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
36605
36606 2005-01-04 Andreas Schwab <schwab@suse.de>
36607
36608 * files.el (insert-directory): Only look for error lines in
36609 inserted text. Don't move too far after processing --dired markers.
36610
36611 2005-01-04 Richard M. Stallman <rms@gnu.org>
36612
36613 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
36614 Don't expand if the character is @, period, dash, etc.
36615 (define-mail-abbrev): Quote names that contain problem characters.
36616
36617 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
36618
36619 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
36620
36621 2005-01-03 Richard M. Stallman <rms@gnu.org>
36622
36623 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
36624 (query-replace-highlight, query-replace-lazy-highlight)
36625 (query-replace): Definitions moved up. Doc fix.
36626
36627 2005-01-03 Richard M. Stallman <rms@gnu.org>
36628
36629 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
36630 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
36631 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
36632 (lazy-highlight-face): Rename from isearch-lazy-...
36633 Change all references to them.
36634
36635 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
36636
36637 * cus-edit.el (custom-file): Doc fix for defcustom.
36638 (custom-file): The function no longer sets the variable
36639 `custom-file' to its return value.
36640
36641 * startup.el (command-line): No longer load `custom-file'.
36642
36643 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
36644
36645 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
36646
36647 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
36648 Don't confuse module-prefixed identifiers for labels.
36649 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
36650
36651 2005-01-02 Richard M. Stallman <rms@gnu.org>
36652
36653 * files.el (basic-save-buffer-1): Fix previous change.
36654
36655 * loadhist.el (file-loadhist-lookup): New function.
36656 (file-provides, file-requires): Use it.
36657
36658 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
36659 instead of calculating the right size.
36660
36661 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
36662
36663 * vc-svn.el (vc-svn-diff): Stay local if possible.
36664
36665 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
36666
36667 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
36668
36669 * files.el (hack-local-variables): Fix last change.
36670
36671 2005-01-02 Jay Belanger <belanger@truman.edu>
36672
36673 * calc/calc-yank.el (calc-edit-top): New variable.
36674 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
36675 object. Change header properties.
36676 (calc-edit-finish, calc-edit-finish-stack-object)
36677 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
36678 edited object.
36679 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
36680 for the beginning of the edited object.
36681 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
36682 for the beginning of the edited object.
36683 * calc/calc-prog.el (calc-edit-macro-finish-edit)
36684 (calc-finish-formula-edit, calc-macro-repeats)
36685 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
36686 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
36687 beginning of the edited object.
36688 (calc-user-define-edit): Change the header for editing macros.
36689 Remove unnecessary variable.
36690
36691 2005-01-01 Jay Belanger <belanger@truman.edu>
36692
36693 * calc/calc-yank.el (calc-edit-mode): Change default header.
36694 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
36695 * calc/calc-store.el (calc-edit-variable): Change title to match new
36696 header.
36697 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
36698 mode to match new header.
36699 (calc-user-define-edit): Change titles to include names of commands.
36700 (calc-finish-formula-edit): Adjust to handle new header.
36701 (calc-finish-macro-edit): Remove.
36702 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
36703 (calc-edit-macro-command, calc-edit-macro-command-type)
36704 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
36705 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
36706 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
36707 (calc-edit-macro-finish-edit): New functions.
36708 (calc-user-define-edit): Use new functions to edit named calc macros.
36709
36710 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
36711
36712 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
36713
36714 * ses.el (copy-region-as-kill): Deactivate mark.
36715
36716 2005-01-01 Richard M. Stallman <rms@gnu.org>
36717
36718 * replace.el (occur-1): If the output buffer is also an input,
36719 don't kill it, rename it.
36720
36721 * faces.el (set-face-background, set-face-foreground): Doc fix.
36722
36723 * cus-face.el (custom-face-attributes): Fix :help-echo strings
36724 for :foreground and :background.
36725
36726 * dired.el (dired-view-command-alist): Variable deleted.
36727 (dired-view-file, dired-mouse-find-file-other-window):
36728 Delete the code to use it.
36729
36730 2005-01-01 Kim F. Storm <storm@cua.dk>
36731
36732 * image.el (insert-sliced-image): Use t for line-height property.
36733
36734 See ChangeLog.11 for earlier changes.
36735
36736 ;; Local Variables:
36737 ;; coding: iso-2022-7bit
36738 ;; add-log-time-zone-rule: t
36739 ;; End:
36740
36741 Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
36742
36743 This file is part of GNU Emacs.
36744
36745 GNU Emacs is free software; you can redistribute it and/or modify
36746 it under the terms of the GNU General Public License as published by
36747 the Free Software Foundation; either version 3, or (at your option)
36748 any later version.
36749
36750 GNU Emacs is distributed in the hope that it will be useful,
36751 but WITHOUT ANY WARRANTY; without even the implied warranty of
36752 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
36753 GNU General Public License for more details.
36754
36755 You should have received a copy of the GNU General Public License
36756 along with GNU Emacs; see the file COPYING. If not, write to the
36757 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
36758 Boston, MA 02110-1301, USA.
36759
36760 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1