* vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
[bpt/emacs.git] / lisp / ChangeLog
1 2008-01-15 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
4 after-save-hook so that it is not called multiple times.
5
6 * vc-svn.el (vc-svn-resolve-when-done): Likewise.
7
8 2008-01-15 Glenn Morris <rgm@gnu.org>
9
10 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
11
12 2008-01-14 Alan Mackenzie <acm@muc.de>
13
14 * progmodes/cc-vars.el (c-constant-symbol): New function which
15 supersedes c-const-symbol. During a customize-.. call it enables
16 an element of (e.g.) c-hanging-braces alist to have its name
17 displayed, even when the default value of c-h-b etc. doesn't
18 include the elemnt. Replace uses of the old function by the new.
19
20 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
21 obscure non-working fragment ":value c-".
22
23 2008-01-14 Alan Mackenzie <acm@muc.de>
24
25 * progmodes/cc-engine.el (c-guess-basic-syntax): prevent a macro
26 call inside a struct being recognised as a K&R argument.
27
28 2008-01-14 Jason Rumney <jasonr@gnu.org>
29
30 * image.el (image-type): Use image-type-from-file-name (from trunk
31 2007-05-21 Chong Yidong <cyd@stupidchicken.com>).
32
33 2008-01-12 Glenn Morris <rgm@gnu.org>
34
35 * woman.el (woman-parse-numeric-arg): Change handling of `==':
36 can be interned without a function definition.
37
38 2008-01-12 Eli Zaretskii <eliz@gnu.org>
39
40 * view.el (view-file-other-window, view-file-other-frame): Don't
41 kill the buffer if it is modified. Doc fixes.
42 (kill-buffer-if-not-modified): New function.
43 (view-file): Don't kill the buffer if it is modified.
44
45 * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete
46 function.
47 (ebrowse-view/find-file-and-search-pattern): Call
48 view-file-other-window instead of ebrowse-view-file-other-window.
49 (ebrowse-view-file-other-frame): Don't call
50 current-window-configuration. Fix second argument in the call to
51 view-mode-enter. Doc fix.
52
53 2008-01-11 Richard Stallman <rms@gnu.org>
54
55 * subr.el (atomic-change-group): Prevent undo list truncation.
56
57 2008-01-11 Martin Rudalics <rudalics@gmx.at>
58
59 * cus-start.el (all): Add missing version entries.
60
61 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
62
63 * files.el (safe-local-eval-forms): Mark
64 (add-hook 'write-file-hooks 'time-stamp) as safe.
65
66 2008-01-10 Nick Roberts <nickrob@snap.net.nz>
67
68 * comint.el (comint-insert-input): Set point first.
69
70 * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
71 session doesn't hang because gdb-pending-triggers is non-nil.
72 (gdb-frame-handler): Use buffer-file-name instead of
73 buffer-name in case of duplicate file names.
74
75 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
76
77 * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
78 C-M-e and C-M-h for emacs, they work by default.
79 (verilog-emacs-features): Remove.
80 (verilog-setup-dual-comments, verilog-populate-syntax-table):
81 Remove. Move syntax table initialization ...
82 (verilog-mode-syntax-table): ... here.
83 (verilog-mode): Don't initialize the syntax table here.
84 (verilog-mark-defun): Only do something useful for XEmacs, emacs
85 does not need it.
86
87 2008-01-10 Glenn Morris <rgm@gnu.org>
88
89 * shell.el (shell-dirtrack-verbose, shell-mode)
90 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
91 (dirtrack-toggle, dirtrack-mode): No longer alias to
92 shell-dirtrack-mode.
93
94 2008-01-10 Kenichi Handa <handa@ni.aist.go.jp>
95
96 * international/mule-cmds.el (select-safe-coding-system):
97 When a buffer is modified, cancel the writing.
98
99 2008-01-09 Wilson Snyder <wsnyder@wsnyder.org>
100
101 * progmodes/verilog-mode.el (verilog-booleanp): New function for
102 backward compatibility. Replace all uses of booleanp with
103 verilog-booleanp.
104
105 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
106
107 * vc-hg.el (vc-hg-diff): Don't pass an empty string.
108
109 2008-01-09 Wilson Snyder <wsnyder@wsnyder.org>
110
111 * progmodes/verilog-mode.el (top-level): Fix spacing.
112 (verilog-mode-version, verilog-mode-release-date): Update version
113 number.
114 (verilog-mode-release-emacs): New variable.
115 (compile-command, reporter-prompt-for-summary-p): Define for byte
116 compiler.
117 (verilog-startup-message-lines)
118 (verilog-startup-message-displayed)
119 (verilog-display-startup-message): Remove.
120 (verilog-highlight-p1800-keywords): Improve docstring.
121 (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
122 (vector-skip-list): Only defvar at compile time.
123 (verilog-highlight-translate-off, verilog-indent-level)
124 (verilog-indent-level-module, verilog-indent-level-declaration)
125 (verilog-indent-declaration-macros, verilog-indent-lists)
126 (verilog-indent-level-behavioral)
127 (verilog-indent-level-directive, verilog-cexp-indent)
128 (verilog-case-indent, verilog-auto-newline)
129 (verilog-auto-indent-on-newline, verilog-tab-always-indent)
130 (verilog-tab-to-comment, verilog-indent-begin-after-if)
131 (verilog-align-ifelse, verilog-minimum-comment-distance)
132 (verilog-auto-lineup, verilog-highlight-p1800-keywords)
133 (verilog-auto-endcomments, verilog-auto-read-includes)
134 (verilog-auto-star-expand, verilog-auto-star-save)
135 (verilog-library-flags, verilog-library-directories)
136 (verilog-library-files, verilog-library-extensions)
137 (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
138 (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
139 (verilog-assignment-delay, verilog-auto-inst-vector)
140 (verilog-auto-inst-template-numbers)
141 (verilog-auto-input-ignore-regexp)
142 (verilog-auto-inout-ignore-regexp)
143 (verilog-auto-output-ignore-regexp)
144 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp): Add
145 safe-local-variable properties.
146 (verilog-statement-menu, verilog-company)
147 (verilog-re-search-forward, verilog-re-search-backward)
148 (verilog-error-regexp-add, verilog-end-block-re)
149 (verilog-emacs-features, verilog-populate-syntax-table)
150 (verilog-setup-dual-comments, verilog-type-font-keywords)
151 (verilog-inside-comment-p, electric-verilog-backward-sexp)
152 (verilog-backward-sexp, verilog-forward-sexp)
153 (verilog-font-lock-init, verilog-mode)
154 (electric-verilog-terminate-line, electric-verilog-semi)
155 (electric-verilog-tab, verilog-insert-1, )
156 (verilog-insert-indices, verilog-generate-numbers)
157 (verilog-comment-region, verilog-label-be)
158 (verilog-beg-of-statement, verilog-in-case-region-p)
159 (verilog-in-struct-region-p, verilog-in-generate-region-p)
160 (verilog-in-fork-region-p, verilog-backward-case-item)
161 (verilog-set-auto-endcomments, verilog-get-expr)
162 (verilog-expand-vector-internal, verilog-surelint-off)
163 (verilog-batch-execute-func, verilog-calculate-indent)
164 (verilog-calc-1, verilog-calculate-indent-directive)
165 (verilog-leap-to-head, verilog-continued-line)
166 (verilog-backward-token, verilog-backward-syntactic-ws)
167 (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
168 (verilog-forward-ws&directives, verilog-at-constraint-p)
169 (verilog-skip-backward-comments, verilog-indent-line-relative)
170 (verilog-do-indent, verilog-indent-comment)
171 (verilog-more-comment, verilog-pretty-declarations)
172 (verilog-pretty-expr, verilog-just-one-space)
173 (verilog-indent-declaration, verilog-get-completion-decl)
174 (verilog-goto-defun, verilog-showscopes, verilog-header)
175 (verilog-signals-combine-bus, verilog-read-decls)
176 (verilog-read-always-signals-recurse, verilog-read-instants)
177 (verilog-read-auto-template, verilog-set-define)
178 (verilog-read-defines, verilog-read-signals, verilog-getopt)
179 (verilog-is-number, verilog-expand-dirnames)
180 (verilog-modi-lookup, verilog-modi-cache-results)
181 (verilog-insert-one-definition, verilog-make-width-expression)
182 (verilog-delete-autos-lined, verilog-auto-save-check)
183 (verilog-auto-arg, verilog-auto-inst-port, verilog-auto-inst)
184 (verilog-auto-inst-param, verilog-auto-reg)
185 (verilog-auto-reg-input, verilog-auto-wire, )
186 (verilog-auto-output, verilog-auto-output-every)
187 (verilog-auto-input, verilog-auto-inout)
188 (verilog-auto-inout-module, verilog-auto-sense)
189 (verilog-auto-reset, verilog-auto-tieoff, verilog-auto-unused)
190 (verilog-auto-ascii-enum, verilog-auto)
191 (verilog-sk-define-signal, verilog-mode-mouse-map)
192 (verilog-load-file-at-mouse, verilog-load-file-at-point)
193 (verilog-library-files): Cleanup spacing of )'s they should not be
194 on unique lines. Fix checkdoc warnings.
195
196 2008-01-09 Glenn Morris <rgm@gnu.org>
197
198 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
199 entry, for Windows.
200
201 2008-01-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
202
203 * ps-print.el: Some face attributes (like :strike-through) was not
204 being recognised. Reported by Leo <sdl.web@gmail.com>.
205 (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
206 (ps-screen-to-bit-face): Fix code.
207
208 2008-01-08 Kevin Ryde <user42@zip.com.au>
209
210 * progmodes/compile.el (compilation-error-regexp-alist-alist):
211 For perl, allow "during global destruction" at end.
212
213 2008-01-08 Glenn Morris <rgm@gnu.org>
214
215 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
216 unified format.
217
218 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
219
220 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
221
222 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
223 quotes in case of spaces, e.g. STL containers (not pretty).
224
225 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
226
227 * vc-hg.el (vc-hg-log-view-mode): Handle the user field better.
228
229 2008-01-07 Nick Roberts <nickrob@snap.net.nz>
230
231 * progmodes/gdb-ui.el (gud-gdb-command-name): Explain
232 "--annotate=3" option is necessary for the Graphical Interface.
233
234 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
235
236 * vc-hg.el (vc-hg-dir-state): Pass the dir argument to
237 vc-hg-command.
238
239 2008-01-07 Glenn Morris <rgm@gnu.org>
240
241 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
242
243 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
244
245 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
246 on menu bar.
247
248 2008-01-06 Michael Albinus <michael.albinus@gmx.de>
249
250 * ffap.el (ffap-read-file-or-url): Let-bind
251 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
252
253 2008-01-05 Sven Joachim <svenjoac@gmx.de>
254
255 * vc-bzr.el: Fix typo in header.
256
257 2008-01-05 Eli Zaretskii <eliz@gnu.org>
258
259 * Makefile.in (custom-deps, finder-data): Depend on autoloads
260 instead of loaddefs.el.
261
262 2008-01-05 Glenn Morris <rgm@gnu.org>
263
264 * progmodes/verilog-mode.el: Replace all instances of
265 string-to-int with string-to-number, insert-string with insert,
266 and read-input with read-string.
267 (top-level): No need to require imenu, reporter, dinotrace, vc,
268 font-lock when compiling. Always require compile. Relegate remaining
269 compatibility cruft to XEmacs. Don't require font-lock.
270 (verilog-version): Remove superfluous concat.
271 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
272 No need to define.
273 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
274 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
275 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
276 (verilog-startup-message-displayed): These are variables, not constants.
277 (verilog-batch-execute-func, verilog-auto-inst)
278 (verilog-auto-inst-param): Use mapc rather than mapcar.
279 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
280 actually defining.
281 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
282 (verilog-modi-get-outputs, verilog-modi-get-inouts)
283 (verilog-modi-get-inputs, verilog-modi-get-wires)
284 (verilog-modi-get-regs, verilog-modi-get-assigns)
285 (verilog-modi-get-consts, verilog-modi-get-gparams)
286 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
287 (verilog-modi-get-sub-inputs): Move inline functions earlier in
288 the file.
289 (sigs-in, sigs-out): Don't declare multiple times.
290 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
291 `defvar'.
292 (verilog-auto): Call dinotrace-unannotate-all only if bound.
293 (verilog-module-inside-filename-p): No need to wrap fboundp test
294 in condition-case.
295 (reporter-submit-bug-report): Autoload it.
296 (verilog-mark-defun): Call zmacs-activate-region only if bound.
297 (verilog-font-customize): Call customize-apropos only if bound.
298 (verilog-getopt-flags, verilog-auto-reeval-locals):
299 Use make-local-variable rather than make-variable-buffer-local.
300 (verilog-company, verilog-project, verilog-modi-cache-list):
301 Move make-variable-buffer-local calls to top-level.
302 (font-lock-defaults-alist): Don't define it.
303 (verilog-need-fld): Remove.
304 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
305 (verilog-mode): Only call make-local-hook on XEmacs.
306 Set font-lock-defaults rather than using verilog-font-lock-init.
307
308 * progmodes/verilog-mode.el (top-level): Don't require compile.
309 (compilation-error-regexp-alist, compilation-last-buffer):
310 Define for compiler.
311 (verilog-insert-1): New function.
312 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
313 Use verilog-insert-1.
314 (verilog-surelint-off): Use next-error-last-buffer if bound.
315 Check compile buffer is live.
316
317 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
318
319 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
320 gets inserted out-of-order.
321
322 2008-01-04 Riccardo Murri <riccardo.murri@gmail.com>
323
324 * vc-bzr.el: Copyright and version headers update.
325 Remove some outdated comments through the whole file.
326 (vc-bzr-program-args): Remove because unused.
327 (vc-bzr-log-switches): New customization option.
328 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
329 use `vc-bzr-program-args'.
330 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
331 `vc-find-root' (patch by Andreas Hoenen).
332 (vc-bzr-status): Update regex to match latest Bzr output.
333 Remove redundant test.
334 (vc-bzr-init-version): New function.
335 (vc-bzr-unregister): Must not delete file.
336 (vc-bzr-find-version): New function.
337 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
338 a non-empty string, otherwise take head revision.
339 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
340 (vc-bzr-diff): Simpler build of the revision spec string.
341 (vc-annotate-convert-time, vc-bzr-annotate-difference):
342 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
343 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
344 (vc-bzr-dired-state-info): Only provide custom strings for
345 overloaded VC state 'edited; otherwise fallback to
346 `vc-default-dired-state-info'.
347
348 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
349
350 * vc-git.el (vc-git-dir-state):
351 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
352
353 2008-01-04 Richard Stallman <rms@gnu.org>
354
355 * delsel.el (delete-selection-mode): Doc fix.
356
357 2008-01-04 Glenn Morris <rgm@gnu.org>
358
359 * version.el (emacs-copyright): Update to 2008.
360
361 2008-01-03 Nick Roberts <nickrob@snap.net.nz>
362
363 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
364 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
365
366 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
367 of watch expressions (only works fully with GDB 6.7 or later).
368
369 2008-01-03 Dan Nicolaescu <dann@ics.uci.edu>
370
371 * time-stamp.el (time-stamp-time-zone):
372 * whitespace.el (whitespace-check-buffer-leading)
373 (whitespace-check-buffer-trailing)
374 (whitespace-check-buffer-indent)
375 (whitespace-check-buffer-spacetab)
376 (whitespace-check-buffer-ateol):
377 * progmodes/sh-script.el (sh-indentation):
378 * textmodes/ispell.el (ispell-local-pdict):
379 Add safe-local-variable properties.
380
381 2007-12-31 Richard Stallman <rms@gnu.org>
382
383 * cus-edit.el (custom-add-parent-links): New arg DOC-INITIAL-STRING.
384 Defaults for INITIAL-STRING and DOC-INITIAL-STRING do not include
385 `parent'.
386 (custom-group-value-create): Pass two args to custom-add-parent-links.
387
388 2007-12-29 Richard Stallman <rms@gnu.org>
389
390 * font-lock.el (font-lock-prepend-text-property)
391 (font-lock-append-text-property): Canonicalize the face and
392 font-lock-face properties.
393
394 * faces.el (facep): Doc fix.
395
396 * startup.el (fancy-startup-tail, fancy-about-text)
397 (fancy-startup-text): Regularize format of face property.
398
399 * facemenu.el (list-colors-print): Use :background and :foreground
400 instead of background-color and foreground-color.
401
402 2007-12-29 Drew Adams <drew.adams@oracle.com>
403
404 * cus-edit.el (custom-add-parent-links):
405 Fill the "Parent documentation" text.
406
407 2007-12-29 Eli Zaretskii <eliz@gnu.org>
408
409 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
410 MS-Windows and MS-DOS.
411 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
412
413 2007-12-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
414
415 * progmodes/grep.el (rgrep): Fix last change.
416
417 2007-12-27 Richard Stallman <rms@gnu.org>
418
419 * progmodes/compile.el (compilation-start): Set initial visible
420 point properly even when compilation buffer already current.
421
422 2007-12-26 Richard Stallman <rms@gnu.org>
423
424 * files.el (conf-mode-maybe): New function.
425 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
426
427 2007-12-26 Martin Rudalics <rudalics@gmx.at>
428
429 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
430
431 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
432
433 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
434
435 2007-12-25 Richard Stallman <rms@gnu.org>
436
437 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
438 so they never do EOF.
439
440 2007-12-23 Richard Stallman <rms@gnu.org>
441
442 * dired-aux.el: Load dired.el at run time too.
443
444 * faces.el (copy-face): Create the new face explicitly if it
445 does not exist already.
446
447 2007-12-23 Andreas Schwab <schwab@suse.de>
448
449 * files.el (switch-to-buffer-other-frame): Return the buffer
450 switched to.
451
452 2007-12-23 Juri Linkov <juri@jurta.org>
453
454 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
455 item to about-emacs instead of display-splash-screen.
456
457 2007-12-22 Eli Zaretskii <eliz@gnu.org>
458
459 * simple.el (minibuffer-history, shell-command-history)
460 (set-variable-value-history):
461 * replace.el (regexp-history):
462 * international/mule-cmds.el (input-method-history):
463 * files.el (file-name-history): Add reference to history-length in
464 the doc string.
465
466 2007-12-22 Richard Stallman <rms@gnu.org>
467
468 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
469
470 2007-12-21 Jason Rumney <jasonr@gnu.org>
471
472 * find-dired.el (find-name-arg): New custom variable.
473 (find-name-dired): Use it.
474 (find-dired-find-program): Remove.
475 (find-dired): Use find-program.
476 (find-grep-dired): Use grep-program.
477
478 * progmodes/grep.el (rgrep): Use find-name-arg.
479
480 2007-12-21 Martin Rudalics <rudalics@gmx.at>
481
482 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
483 specifier from format-string. Reported by Ye Wenbin.
484
485 2007-12-19 Martin Rudalics <rudalics@gmx.at>
486
487 * cus-start.el: Use correct group name for members of mode-line group.
488
489 2007-12-17 Thien-Thi Nguyen <ttn@gnuvola.org>
490
491 * progmodes/cc-vars.el (defcustom-c-stylevar):
492 Revert to pre-2007-12-12 version.
493
494 2007-12-15 Richard Stallman <rms@gnu.org>
495
496 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
497
498 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
499 Use changed.
500
501 * startup.el (fancy-splash-help-echo): Var deleted.
502 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
503 (fancy-about-screen): Don't display fancy-splash-help-echo.
504
505 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
506
507 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
508
509 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
510
511 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
512
513 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
514 function.
515 (add-submenu): Only define for XEmacs.
516 (verilog-regexp-words): Revert previous change, keep the other
517 definition.
518
519 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
520
521 * progmodes/perl-mode.el (perl-continued-statement-offset)
522 (perl-continued-brace-offset, perl-brace-offset)
523 (perl-brace-imaginary-offset, perl-label-offset):
524 * progmodes/cperl-mode.el (cperl-brace-offset)
525 (cperl-continued-brace-offset, cperl-label-offset)
526 (cperl-continued-statement-offset)
527 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
528 Add safe-local-variable properties.
529
530 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
531
532 * progmodes/verilog-mode.el (verilog-mode-map)
533 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
534 (verilog-colorize-include-files): Use only overlay functions so
535 that it can work on both emacs and XEmacs.
536 (set-extent-keymap): Remove unused defun.
537 (verilog-kill-existing-comment, verilog-insert-date)
538 (verilog-insert-year): Rename in order not to pollute the global
539 namespace from kill-existing-comment, insert-date and
540 insert-year, respectively.
541 (verilog-set-auto-endcomments, verilog-header): Update callers.
542
543 * files.el (auto-mode-alist): Recognize verilog files.
544
545 * progmodes/verilog-mode.el (verilog-string-replace-matches)
546 (verilog-string-remove-spaces, verilog-re-search-forward)
547 (verilog-re-search-backward, verilog-re-search-forward-quick)
548 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
549 (verilog-get-end-of-line, verilog-within-string): Move definitions
550 before first use. No code changes.
551
552 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
553
554 * progmodes/verilog-mode.el (verilog-mode-version)
555 (verilog-mode-release-date): Don't use expanding keywords.
556 (provide): Move to the end of file.
557 (fboundp): Don't check if eval-when-compile is bound, it is used
558 later in the file without checking.
559 (when, unless): Copy definitions from subr.el.
560 (char-before, defcustom, defface, customize-group)
561 (verilog-batch-error-wrapper): Don't use old style backquotes.
562 (verilog-regexp-opt): Avoid using the cl function case.
563 (verilog-regexp-words): Remove duplicated definition.
564 (verilog-mode-abbrev-table): Remove, duplicate.
565 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
566 Declare and initialize in one step.
567 (verilog-declaration-prefix-re, verilog-declaration-re)
568 (verilog-end-of-statement, verilog-indent-declaration)
569 (verilog-get-lineup-indent): Remove trailing whitespace.
570 (verilog-mode): Fix autoload cookie.
571 Set beginning-of-defun-function and end-of-defun-function.
572 Use when instead of if.
573 (verilog-emacs-features, verilog-auto-ascii-enum)
574 (verilog-insert-indices): Escape braces in doc strings.
575
576 2007-12-08 Michael McNamara <mac@verilog.com>
577 Wilson Snyder <wsnyder@wsnyder.org>
578
579 * progmodes/verilog-mode.el: New file.
580
581 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
582
583 * international/latexenc.el (latexenc-find-file-coding-system):
584 If both coding-system-for-write and buffer-file-coding-system of
585 latex-main-file are nil, use `undecided'.
586
587 2007-12-06 Jason Rumney <jasonr@gnu.org>
588
589 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
590
591 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
592
593 * ido.el (ido-save-history): Use emacs-mule coding system
594 instead of utf-8 to save filenames (it's safer in Emacs 22).
595 Set the `coding' local variable on the first line of the file.
596
597 2007-12-04 Karl Fogel <kfogel@red-bean.com>
598
599 * saveplace.el (save-place-alist-to-file): Save with 'emacs-mule'
600 coding system. This ports revisions 1.40 and 1.41 over to the
601 EMACS_22_BASE branch, but with the right coding system for Emacs
602 22 to reliably record filenames. Suggested by Eli Zaretskii.
603
604 2007-12-01 Richard Stallman <rms@gnu.org>
605
606 * wid-edit.el (widget-type): Doc fix.
607
608 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
609
610 * emacs-lisp/byte-run.el (declare-function): Change to a macro.
611
612 2007-12-01 Alexandre Julliard <julliard@winehq.org>
613
614 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
615
616 2007-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
617
618 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
619 Don't match "sub { (...) ... }".
620
621 2007-11-29 Richard Stallman <rms@gnu.org>
622
623 * international/mule-cmds.el (toggle-input-method-active): New var.
624 (toggle-input-method): Bind toggle-input-method-active to t.
625 Error if it was already non-nil.
626
627 2007-11-29 Glenn Morris <rgm@gnu.org>
628
629 * calendar/time-date.el (with-decoded-time-value): Doc fix.
630
631 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
632
633 * calendar/time-date.el (encode-time-value): Doc fix.
634
635 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
636
637 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
638
639 2007-11-24 Kenichi Handa <handa@m17n.org>
640
641 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
642
643 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
644
645 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
646
647 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
648
649 * textmodes/paragraphs.el (forward-sentence): Doc fix.
650 Reported by Drew Adams <drew.adams@oracle.com>.
651
652 2007-11-20 Glenn Morris <rgm@gnu.org>
653
654 * emacs-lisp/byte-run.el (declare-function): Define as a no-op,
655 for compatibility with Emacs 23.
656
657 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
658
659 * replace.el (map-query-replace-regexp): Doc fix (revert part of
660 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
661
662 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
663
664 * progmodes/gdb-ui.el: Update commentary.
665
666 2007-11-16 Eli Zaretskii <eliz@gnu.org>
667
668 * international/mule-cmds.el (set-locale-environment):
669 Set default-file-name-coding-system _after_ keyboard and terminal
670 coding systems. This fixes last change.
671
672 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
673 one space after "Subject:".
674
675 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
676
677 * subr.el (make-variable-frame-local):
678 Fix typo in obsolescence declaration.
679
680 2007-11-16 Glenn Morris <rgm@gnu.org>
681
682 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
683
684 2007-11-16 Rob Riepel <riepel@Stanford.EDU>
685
686 * emulation/tpu-extras.el (tpu-next-line, tpu-previous-line)
687 (tpu-forward-line, tpu-backward-line, tpu-scroll-window-down)
688 (tpu-scroll-window-up): Replace next-line-internal -> line-move.
689
690 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
691
692 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
693 in order to determine if there's a conflict.
694
695 2007-11-16 Juri Linkov <juri@jurta.org>
696
697 * man.el (Man-heading-regexp): Add 0-9.
698 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
699
700 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
701
702 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
703 Fix typo in docstring.
704
705 * emulation/cua-base.el (cua-paste-pop): Fix typo in docstring.
706 (cua-highlight-region-shift-only): Doc fix.
707
708 2007-11-15 Richard Stallman <rms@gnu.org>
709
710 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
711
712 * reposition.el (reposition-window):
713 Binding C-M-l moved to bindings.el.
714
715 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
716
717 * add-log.el (add-change-log-entry-other-window):
718 Key binding C-x 4 a moved to bindings.el.
719
720 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
721 from filecache.el.
722
723 * filecache.el: Minibuffer map bindings moved to bindings.el.
724
725 2007-11-14 Jason Rumney <jasonr@gnu.org>
726
727 * international/mule-cmds.el (set-locale-environment):
728 Set default-file-name-coding-system from system defaults on Windows.
729
730 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
731
732 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
733 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
734 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
735 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
736 locations.
737 (gdb-info-breakpoints-custom, gdb-assembler-custom)
738 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
739 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
740
741 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
742
743 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
744 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
745 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
746 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
747 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
748 Rewrite in active voice.
749
750 2007-11-10 Juri Linkov <juri@jurta.org>
751
752 * startup.el: Backport startup screen related changes from the trunk.
753 (initialization): Change group to `environment'.
754 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
755 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
756 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
757 (initial-scratch-message): Fix docstring.
758 (startup-screen-inhibit-startup-screen)
759 (pure-space-overflow-message): New variables.
760 (command-line): Rename `inhibit-startup-message' to
761 `inhibit-startup-screen'.
762 (initial-scratch-message): Doc fix.
763 (fancy-splash-text): Remove variable.
764 (fancy-startup-text, fancy-about-text, splash-screen-keymap):
765 New variables.
766 (fancy-splash-delay, fancy-splash-max-time)
767 (fancy-current-text, fancy-splash-stop-time)
768 (fancy-splash-outer-buffer, fancy-splash-last-input-event):
769 Remove variables.
770 (fancy-splash-insert): Use help-echo from the 3rd element of the
771 link specification list, or "Follow this link" if it's nil. Doc fix.
772 Allow functions for face and link specs.
773 (fancy-splash-tail): Remove function.
774 (fancy-startup-tail): New function.
775 (fancy-splash-default-action, fancy-splash-special-event-action)
776 (fancy-splash-screens): Remove functions.
777 (fancy-about-screen): New function.
778 (normal-splash-screen): Rename argument `hide-on-input' to `startup'.
779 Fix docstring. Use argument `startup' to conditionally display
780 different texts for Startup and About screens. Don't display Help
781 commands on the About screen. Remove `unwind-protect' `sit-for'
782 delay and `kill-buffer' after it.
783 (normal-mouse-startup-screen, normal-splash-screen)
784 (normal-no-mouse-startup-screen): New functions.
785 (startup-echo-area-message): Change text of the echo area.
786 (display-splash-screen): Remove function.
787 (display-startup-screen, display-about-screen): New functions.
788 (about-emacs): Make alias to `display-about-screen'.
789 (display-splash-screen): Make alias to `display-startup-screen'.
790 (command-line-1): Rename `inhibit-startup-message' to
791 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
792 started with command line options "-f", "-funcall", "-e", "-eval",
793 "-execute", "-insert", "-find-file", "-file", "-visit".
794 Inhibit startup screen when Emacs is started with a file name only
795 on tty (i.e. don't inhibit it when started with a file name like
796 "emacs FILE..." on a window system).
797 Comment out unused code for coping with the old sit-for behavior.
798 If file-count > 0, then display the concise version in another
799 window, otherwise display full version in the same window.
800 * loadup.el: Add `button'. Move up `startup'.
801 * help.el (help-map, help-for-help-internal): Add `C-h C-a'.
802 * version.el (emacs-copyright): Add emacs-copyright.
803 * menu-bar.el (menu-bar-help-menu):
804 Move "About Emacs" and "About GNU" to the end of the Help menu.
805 Move "Emacs Psychotherapist" after "Send Bug Report...".
806 Move "External Packages" after "Find Emacs Packages".
807
808 2007-11-10 Jason Rumney <jasonr@gnu.org>
809
810 * w32-fns.el: Sync charset names with setup-default-fontset.
811 Append "-1" where second part missing.
812
813 * term/w32-win.el: Enable SJIS fonts before creating any fontsets.
814
815 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
816
817 * ido.el (ido-save-history): Write the history file in UTF-8,
818 and add `coding' file-local variable.
819
820 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
821
822 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
823 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
824 (iso-iso2duden-trans-tab): Add docstring.
825
826 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
827
828 * faces.el (face-normalize-spec): Remove function.
829 (frame-set-background-mode): Undo last change.
830
831 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
832
833 * files.el (enable-local-variables): Doc fix.
834
835 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
836
837 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
838 match dir like "a...b".
839
840 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
841
842 * eshell/esh-mode.el (eshell-output-filter):
843 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
844 Use `with-current-buffer'.
845
846 2007-11-05 Nick Roberts <nickrob@snap.net.nz>
847
848 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
849
850 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
851
852 * net/tls.el: Require rx when compiling.
853 (tls-end-of-info): New variable.
854 (open-tls-stream): Keep reading input until `tls-end-of-info' is
855 matched.
856
857 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
858
859 * simple.el (bad-packages-alist): Anchor semantic regexp.
860
861 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
862
863 * files.el (hack-local-variables): Fix membership tests to avoid
864 treating all variables as safe if `enable-local-variables' is
865 set to :safe (CVE-2007-5795).
866
867 2007-11-02 Glenn Morris <rgm@gnu.org>
868
869 * progmodes/etags.el (tags-table-mode): Disable undo.
870
871 * simple.el (bad-packages-alist): Revert previous change.
872
873 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
874
875 * printing.el (printing): Fix :version, printing.el was included
876 in emacs-22.1.
877 (pr-path-style, pr-path-alist, pr-txt-name)
878 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
879 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
880 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
881 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
882 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
883 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
884 (pr-setting-database, pr-visible-entry-list)
885 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
886 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
887 :version.
888
889 2007-11-01 Glenn Morris <rgm@gnu.org>
890
891 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
892
893 * mail/footnote.el (footnote-numeric-regexp)
894 (footnote-english-upper-regexp, footnote-english-lower-regexp)
895 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
896 Match multi-character footnotes.
897
898 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
899 (nroff-indent-line-function): New function.
900 (nroff-count-text-lines): Use nroff-forward-text-line rather than
901 obsolete alias.
902
903 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
904
905 * net/tramp.el (tramp-open-connection-telnet)
906 (tramp-open-connection-rsh, tramp-open-connection-su)
907 (tramp-open-connection-multi): Set $LC_ALL to "C".
908
909 2007-10-31 Sven Joachim <svenjoac@gmx.de>
910
911 * dired-aux.el (dired-copy-file-recursive):
912 Preserve directory permissions.
913
914 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
915
916 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
917 (whitespace-unload-function): New-style unload function. When run,
918 unintern `whitespace-unload-hook' and call `unload-feature' recursively
919 to stop the old hook from messing with the unloading.
920
921 * strokes.el (strokes-alphabetic-lessp): Doc fix.
922
923 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
924
925 * emacs-lisp/find-func.el (find-library): Use library at
926 point as default interactive argument.
927
928 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
929
930 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
931 (elp-unset-master, elp-results): Fix typos.
932 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
933 Doc fixes.
934
935 * msb.el (msb--many-menus): Remove variable.
936 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
937 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
938 (msb--toggle-menu-type): Fix typos in docstrings.
939
940 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
941 (shadow-insert-var): Doc fixes.
942 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
943 Reflow docstrings.
944 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
945
946 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
947
948 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
949 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
950 Fix typos in autoload docstrings.
951
952 * loadhist.el (unload-feature): Remove redundant check.
953
954 2007-10-30 Richard Stallman <rms@gnu.org>
955
956 * savehist.el (savehist-save): Obey savehist-ignored-variables.
957
958 2007-10-30 Nick Roberts <nickrob@snap.net.nz>
959
960 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
961 (gdb-var-update-handler-1): Use it.
962
963 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
964
965 * loadhist.el (unload-feature): Remove erroneous check for the
966 FEATURE-unload-function variable; check the existence of the
967 function (that's what the docstring says, and it makes more sense).
968
969 * follow.el (follow-unload-function): Add docstring.
970 (follow-unload-function): Remove variable.
971
972 * server.el (server-unload-function): Remove variable.
973 (server-unload-function): Unbind `server-edit' from `C-x #'.
974
975 * uniquify.el (uniquify-unload-function): Add docstring.
976 (uniquify-unload-function): Remove variable.
977
978 * ses.el (ses-unload-function): New function.
979
980 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
981
982 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
983 (unsafep-progn, unsafep-let): Fix typos in docstrings.
984
985 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
986 before use to avoid a warning in packages that require uniquify.
987 (uniquify-unload-function): New function and var.
988
989 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
990
991 * loadhist.el (unload-feature-special-hooks):
992 Add `delete-frame-functions'.
993
994 * server.el (server-unload-function): Rename from `server-unload-hook'
995 and adapt to new `unload-feature' functionality. Remove hook from
996 `kill-buffer-hook' buffer-locally.
997 (server-unload-hook): Remove.
998 (server-unload-function): New var; replaces `server-unload-hook'.
999
1000 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
1001
1002 * desktop.el (uniquify-managed): Pacify byte compiler.
1003 (desktop-buffer-info): If the buffer name is managed by uniquify,
1004 save the base name, not the uniquified one.
1005 (desktop-create-buffer): Allow `rename-buffer' to generate a new
1006 name in case of conflict.
1007
1008 2007-10-26 Glenn Morris <rgm@gnu.org>
1009
1010 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
1011 safe-local-variable property.
1012
1013 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
1014
1015 * net/browse-url.el (browse-url-browser-function): Delete grail.
1016 (browse-url-grail): Function and variable deleted.
1017 (browse-url-browser-function): Delete IXI Mosaic.
1018 (browse-url-default-browser): Don't try IXI Mosaic.
1019 (browse-url-iximosaic): Function deleted.
1020 (browse-url-browser-function): Delete MMM.
1021 (browse-url-default-browser): Don't try MMM.
1022 (browse-url-mmm): Function deleted.
1023
1024 2007-10-25 Glenn Morris <rgm@gnu.org>
1025
1026 * progmodes/f90.el (f90-indented-comment-re)
1027 (f90-directive-comment-re, f90-break-delimiters):
1028 * progmodes/fortran.el (fortran-comment-line-start-skip)
1029 (fortran-directive-re):
1030 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
1031 as safe if they are strings.
1032
1033 2007-10-25 Richard Stallman <rms@gnu.org>
1034
1035 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
1036
1037 2007-10-24 Richard Stallman <rms@gnu.org>
1038
1039 * savehist.el (savehist-save): Omit unreadable elements.
1040
1041 * loadhist.el (unload-function-defs-list): Renamed from
1042 unload-function-features-list.
1043 (unload-feature-special-hooks, unload-feature): Doc fixes.
1044
1045 * indent.el (indent-to-left-margin): If point's in the indentation,
1046 move to the end of the indentation.
1047
1048 * cus-edit.el (customize-changed-options): Make arg optional.
1049
1050 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
1051
1052 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
1053
1054 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1055
1056 * textmodes/css-mode.el: Require CL.
1057 (comment-continue): Declare.
1058
1059 * subr.el (make-variable-frame-localizable): Remove.
1060 (make-variable-frame-local): Mark obsolete.
1061
1062 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
1063
1064 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
1065 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
1066
1067 2007-10-23 Chris Moore <christopher.ian.moore@gmail.com>
1068
1069 * comint.el (comint-password-prompt-regexp):
1070 Handle `[sudo] password'-style prompt.
1071
1072 2007-10-23 Glenn Morris <rgm@gnu.org>
1073
1074 * progmodes/f90.el (f90-do-indent, f90-if-indent)
1075 (f90-type-indent, f90-program-indent)
1076 (f90-continuation-indent, f90-comment-region)
1077 (f90-beginning-ampersand, f90-smart-end)
1078 (f90-break-before-delimiters, f90-auto-keyword-case)
1079 (f90-leave-line-no, f90-mode-hook):
1080 Give an appropriate safe-local-variable property.
1081 (f90-font-lock-keywords-2): Fix `go to' regexp.
1082
1083 * progmodes/fortran.el (fortran-tab-mode-default)
1084 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
1085 (fortran-structure-indent, fortran-continuation-indent)
1086 (fortran-comment-indent, fortran-comment-line-extra-indent)
1087 (fortran-comment-line-start)
1088 (fortran-minimum-statement-indent-fixed)
1089 (fortran-minimum-statement-indent-tab)
1090 (fortran-comment-indent-char, fortran-line-number-indent)
1091 (fortran-check-all-num-for-matching-do)
1092 (fortran-blink-matching-if, fortran-continuation-string)
1093 (fortran-comment-region, fortran-electric-line-number)
1094 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
1095 (fortran-analyze-depth, fortran-break-before-delimiters):
1096 Give an appropriate safe-local-variable property.
1097
1098 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1099
1100 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
1101 of the subdirs is unreadable.
1102
1103 2007-10-22 Martin Rudalics <rudalics@gmx.at>
1104
1105 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
1106 Use window-full-width-p.
1107
1108 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1109
1110 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
1111 (tpu-edt-off): Use it.
1112 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
1113 the global-map before adding it to global-map.
1114
1115 * menu-bar.el (global-buffers-menu-map): New var.
1116 (global-map, menu-bar-update-buffers): Use it.
1117 * msb.el (msb-menu-bar-update-buffers): Use it.
1118 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
1119 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
1120 Use with-current-buffer.
1121
1122 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1123
1124 * hexl.el (hexl-menu): New major mode menu.
1125
1126 2007-10-20 Glenn Morris <rgm@gnu.org>
1127
1128 * progmodes/f90.el (f90-font-lock-keywords-2)
1129 (f90-looking-at-type-like): Fix regexp typos.
1130
1131 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1132
1133 * bs.el (bs-mode): Add mode name (accidentally left out
1134 in the 2007-10-16 change).
1135
1136 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1137
1138 * bs.el (bs--track-window-changes): Don't refresh the whole list.
1139 (bs-mode): Set mode-class property to special.
1140
1141 * follow.el (follow-unload-function): New function.
1142
1143 * loadhist.el (unload-function-features-list):
1144 Rename from `unload-hook-features-list'.
1145 (unload-hook-features-list): Add as obsolete alias.
1146 (unload-feature): Use `unload-function-features-list'
1147 and new FEATURE-unload-function.
1148
1149 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
1150
1151 * loadhist.el (unload-feature-special-hooks):
1152 Update list of special hooks.
1153
1154 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
1155 (adaptive-fill-function): Doc fix. Remove * from docstring.
1156
1157 2007-10-18 Glenn Morris <rgm@gnu.org>
1158
1159 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
1160
1161 2007-10-17 Aaron Hawley <aaronh@garden.org>
1162
1163 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
1164 position is not saved.
1165
1166 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
1167
1168 * longlines.el (longlines-wrap-follows-window-size): Integer value
1169 specifies wrapping margin.
1170 (longlines-mode, longlines-window-change-function):
1171 Set window-specific wrapping margin based on the above.
1172
1173 2007-10-17 John Wiegley <johnw@newartisans.com>
1174
1175 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
1176
1177 2007-10-17 Glenn Morris <rgm@gnu.org>
1178
1179 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
1180 Tweak regexp to avoid stack overflow.
1181
1182 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
1183
1184 * simple.el (reindent-then-newline-and-indent): Don't assume that
1185 indent-according-to-mode preserves point.
1186
1187 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
1188
1189 * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
1190 (bs--restore-window-config): Keep the selected frame.
1191 (bs--track-window-changes, bs--remove-hooks): New functions.
1192 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
1193 (bs--show-with-configuration): Revert 2006-11-09 change.
1194 Don't reuse window unless it is visible on the selected frame.
1195 Restore window configuration (possibly in a different frame)
1196 before creating any window.
1197
1198 2007-10-16 Richard Stallman <rms@gnu.org>
1199
1200 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
1201 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
1202 (ad-is-advised, ad-get-advice-info-field)
1203 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
1204
1205 2007-10-16 Glenn Morris <rgm@gnu.org>
1206
1207 * simple.el (blink-matching-open): Don't report false errors with
1208 the `$' syntax class.
1209
1210 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1211
1212 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
1213 (filesets-ormap, filesets-sort-case-sensitive-flag)
1214 (filesets-remake-shortcut, filesets-ingroup-collect-files):
1215 Fix typos in docstrings.
1216 (filesets-data-get-name, filesets-data-get-data)
1217 (filesets-data-set, filesets-cmd-query-replace-getargs)
1218 (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
1219
1220 2007-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1221
1222 * term/mac-win.el: Don't require url when compiling, as url-type is
1223 no longer a macro.
1224
1225 2007-10-14 Glenn Morris <rgm@gnu.org>
1226
1227 * progmodes/etags.el (select-tags-table): Disable undo in the
1228 `*Tags Table List*' buffer.
1229
1230 2007-10-13 Eli Zaretskii <eliz@gnu.org>
1231
1232 * dired.el (dired-warn-writable): New face.
1233 (dired-warn-writable-face): New variable.
1234 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
1235 of dired-warning-face, for group- and world-writable files.
1236
1237 2007-10-13 Glenn Morris <rgm@gnu.org>
1238
1239 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
1240 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1241 Add doc string, and an explicit COUNT argument.
1242 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
1243 `inc' to search functions.
1244
1245 2007-10-13 John W. Eaton <jwe@octave.org>
1246
1247 * progmodes/octave-mod.el (octave-looking-at-kw)
1248 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1249 New functions.
1250 (octave-in-defun-p, calculate-octave-indent)
1251 (octave-blink-matching-block-open, octave-beginning-of-defun)
1252 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
1253 to search for regexps that contain case-sensitive keywords.
1254 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
1255 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
1256
1257 2007-10-13 Richard Stallman <rms@gnu.org>
1258
1259 * files.el (directory-abbrev-alist): Doc fix.
1260
1261 2007-10-13 Jari Aalto <jari.aalto@cante.net>
1262
1263 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
1264
1265 2007-10-12 Martin Rudalics <rudalics@gmx.at>
1266
1267 * frame.el (set-frame-configuration): Assign name parameter only
1268 if it has been set explicitly before.
1269
1270 * window.el (handle-select-window): Revert part of 2007-10-06
1271 change setting the input focus.
1272
1273 2007-10-12 Glenn Morris <rgm@gnu.org>
1274
1275 * cus-edit.el (custom-variable-menu, custom-face-menu)
1276 (custom-group-menu): Check init-file-user rather than
1277 user-init-file, in case cus-edit is loaded by site-run-file.
1278
1279 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
1280
1281 * follow.el (follow-stop-intercept-process-output):
1282 Use `follow-call-process-filter' rather than `process-filter'.
1283
1284 2007-10-11 Tom Tromey <tromey@redhat.com>
1285
1286 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
1287 frame is visible.
1288
1289 2007-10-10 Richard Stallman <rms@gnu.org>
1290
1291 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
1292 in *Backtrace*.
1293
1294 * faces.el (face-font-selection-order): Doc fix.
1295
1296 * loadhist.el (unload-feature): Doc fix.
1297
1298 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1299
1300 * ps-print.el: Fix the usage of :foreground and :background face
1301 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
1302 (ps-print-version): New version 6.7.6.
1303 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
1304 Fix code.
1305 (ps-face-foreground-color-p, ps-face-background-color-p)
1306 (ps-face-color-p): New inline funs.
1307
1308 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
1309
1310 * follow.el: Change all instances of "Follow Mode" to "Follow
1311 mode" in docstrings and messages.
1312
1313 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
1314
1315 * faces.el (face-font-selection-order): Doc fix.
1316
1317 * follow.el (follow-mode-hook, follow-mode): Doc fixes.
1318 (follow-mode-off-hook): Mark as obsolete.
1319
1320 2007-10-08 Richard Stallman <rms@gnu.org>
1321
1322 * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
1323 (edebug-install-custom-print, edebug-reset-print-funcs)
1324 (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
1325 Functions deleted.
1326 (edebug-prin1, edebug-print, edebug-prin1-to-string)
1327 (edebug-format, edebug-message): Define directly as aliases.
1328
1329 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
1330
1331 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
1332
1333 2007-10-07 Glenn Morris <rgm@gnu.org>
1334
1335 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
1336 version numbers.
1337
1338 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
1339
1340 * net/tramp.el (tramp-completion-mode): Extend doc-string.
1341 (tramp-completion-mode-p): Revert change from 2007-09-24.
1342 Checking for `return' etc as last character is not sufficient, for
1343 example in dired-mode when entering <g> (revert-buffer) or
1344 <s> (dired-sort).
1345
1346 2007-10-06 Martin Rudalics <rudalics@gmx.at>
1347
1348 * window.el (mouse-autoselect-window-cancel): Don't cancel for
1349 select-window or select-frame events.
1350 (handle-select-window): When autoselecting window set input
1351 focus. Restructure.
1352
1353 * frame.el (focus-follows-mouse): Moved to frame.c.
1354 * cus-start.el (all): Add focus-follows-mouse.
1355
1356 2007-10-05 Chris Moore <dooglus@gmail.com>
1357
1358 * server.el (server-kill-new-buffers): Doc fix.
1359
1360 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
1361
1362 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
1363 activate font-locking in the *buffer-selection* buffer.
1364 (bs-show-sorted): Doc fix.
1365
1366 * bs.el (bs--get-marked-string, bs--get-modified-string)
1367 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
1368 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
1369 (bs--format-aux): Doc fix.
1370
1371 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
1372
1373 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
1374
1375 2007-10-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1376
1377 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
1378
1379 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
1380
1381 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
1382 (gud-gdb): New function for old M-x gdb (text command mode).
1383 (gud-gdb-command-name, gdb): Move to...
1384
1385 * progmodes/gdb-ui.el: ...here and adapt doc string.
1386 (gud-gdba-command-name, gdba): Delete.
1387
1388 2007-10-03 Juanma Barranquero <lekktu@gmail.com>
1389
1390 * bs.el: Don't defvar `font-lock-verbose'.
1391 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
1392 (bs--get-file-name): Fix typos in docstrings.
1393 (bs--show-header): Use `dolist' instead of `mapcar'.
1394 (bs-mode): Set `show-trailing-whitespace' to nil.
1395 (bs-buffer-sort-function, bs-mouse-select-other-frame)
1396 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
1397 Doc fixes.
1398
1399 2007-10-02 Adam Hupp <adam@hupp.org> (tiny change)
1400
1401 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
1402
1403 2007-10-02 Nick Roberts <nickrob@snap.net.nz>
1404
1405 * progmodes/gud.el (gdb): Make graphical mode the default and
1406 switch to text command mode if appropriate, i.e., reverse previous
1407 arrangement.
1408 (gud-gdb-marker-filter): Adapt for above change.
1409
1410 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
1411 gud-minor-mode and gud-marker-filter.
1412 (gdb-fullname-regexp): New variable.
1413 (gud-gdba-marker-filter): Use it to switch to text command
1414 mode if appropriate.
1415
1416 2007-10-02 Richard Stallman <rms@gnu.org>
1417
1418 * frame.el (cursor-in-non-selected-windows): Doc fix.
1419
1420 2007-10-01 Nick Roberts <nickrob@snap.net.nz>
1421
1422 * progmodes/gud.el (gud-display-line): Find source buffer even when
1423 GUD buffer has its own frame.
1424
1425 2007-10-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1426
1427 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
1428
1429 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1430
1431 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
1432
1433 2007-09-29 Martin Rudalics <rudalics@gmx.at>
1434
1435 * allout.el (allout-before-change-handler): Replace got-char by
1436 goto-char.
1437
1438 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1439
1440 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
1441 Used to try and automatically enabled smerge-mode in the presence of
1442 conflicts and to call `svn resolved' when the conflicts are gone.
1443 (vc-svn-parse-status): Remember the svn-specific status.
1444
1445 * newcomment.el (comment-choose-indent): New function extracted
1446 from comment-indent. Improve the alignment algorithm.
1447 (comment-indent): Use it.
1448
1449 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
1450
1451 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
1452 (eldoc-message-commands, eldoc-current-idle-delay):
1453 Fix typos in docstrings.
1454
1455 * progmodes/python.el (python-eldoc-function): Doc fix.
1456
1457 2007-09-26 Eli Zaretskii <eliz@gnu.org>
1458
1459 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
1460 menu-bar-apropos-menu. All users changed.
1461 (menu-bar-help-menu): Change menu symbols to better match the text
1462 displayed by the menu.
1463
1464 2007-09-25 Glenn Morris <rgm@gnu.org>
1465
1466 * view.el (view-search-no-match-lines): Add a doc string.
1467 Rewrite to simplify and work better.
1468
1469 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
1470
1471 * net/tramp.el (tramp-completion-mode-p): Rename from
1472 `tramp-completion-mode'. Revert logic, check `return', `newline'
1473 and such alike. Packages like Icicles tend to use other completion
1474 characters but `tab' and `space' only.
1475 (top): Require cl.el, when `copy-tree' is not available otherwise.
1476
1477 * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
1478 `ad-get-arg'.
1479
1480 2007-09-24 Ville Skytt\e,Ad\e(B <scop@xemacs.org> (tiny change)
1481
1482 * net/tramp-vc.el (tramp-vc-user-login-name):
1483 Use `vc-find-version' instead of `process-file' to check whether we
1484 have a new enough vc that doesn't need the defadvice.
1485
1486 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
1487
1488 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
1489 #, @, : and ^.
1490
1491 2007-09-23 Glenn Morris <rgm@gnu.org>
1492
1493 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
1494
1495 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
1496
1497 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
1498
1499 * log-view.el (log-view-mode-map): Likewise.
1500
1501 * diff-mode.el (diff-mode-shared-map): Likewise.
1502
1503 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
1504
1505 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
1506 add inferior-octave-directory-tracker to the buffer-local value
1507 of comint-input-filter-functions.
1508
1509 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
1510
1511 * files.el (file-name-sans-versions): Also allow `A-Z'.
1512
1513 * vc.el: Mention all supported VC backends.
1514
1515 2007-09-22 Richard Stallman <rms@gnu.org>
1516
1517 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
1518 neighbouring buttons.
1519
1520 2007-09-22 Andreas Schwab <schwab@suse.de>
1521
1522 * files.el (file-name-sans-versions): Also allow `_'.
1523
1524 2007-09-22 Glenn Morris <rgm@gnu.org>
1525
1526 * eshell/esh-mode.el (eshell-output-filter-functions):
1527 Add eshell-postoutput-scroll-to-bottom.
1528
1529 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1530
1531 * files.el (file-name-sans-versions): Allow - and a-z in version names.
1532
1533 * log-view.el (log-view-mode-map, log-view-mode-menu):
1534 Bind log-view-annotate-version.
1535 (log-view-beginning-of-defun, log-view-end-of-defun)
1536 (log-view-annotate-version): New functions.
1537 (log-view-mode): Use log-view-beginning-of-defun and
1538 log-view-end-of-defun.
1539
1540 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1541
1542 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
1543
1544 2007-09-21 Kevin Ryde <user42@zip.com.au>
1545
1546 * international/mule.el (sgml-html-meta-auto-coding-function):
1547 Bind `case-fold-search' to t.
1548
1549 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1550
1551 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
1552 neighbouring buttons.
1553
1554 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1555 Recognize gcc's use of "note" for informational messages.
1556
1557 2007-09-20 Glenn Morris <rgm@gnu.org>
1558
1559 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
1560 motion functions, rather than hard-coding "\n\n".
1561 (tex-validate-region): Check for eobp, to speed up.
1562 (tex-next-unmatched-end): Doc fix.
1563
1564 2007-09-19 Glenn Morris <rgm@gnu.org>
1565
1566 * textmodes/tex-mode.el (tex-terminate-paragraph):
1567 Use backward-paragraph.
1568
1569 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1570
1571 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
1572 (css-mode): Update correspondingly.
1573
1574 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1575
1576 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
1577
1578 * vc-hooks.el (vc-menu-entry): New var.
1579 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
1580 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
1581 (vc-menu-map): Declare and initialize in one step.
1582
1583 * menu-bar.el (vc-menu-map): Don't setup any more.
1584 Instead, just create the proper spot in the menu.
1585
1586 2007-09-18 Dan Nicolaescu <dann@ics.uci.edu>
1587 Stefan Monnier <monnier@iro.umontreal.ca>
1588
1589 * vc.el: Document new VC operation `extra-menu'.
1590
1591 * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
1592
1593 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
1594
1595 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
1596 Signed-off-by, Acked-by and Merge.
1597
1598 2007-09-17 Glenn Morris <rgm@gnu.org>
1599
1600 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
1601 filename from `--file-line-error', if it is available.
1602
1603 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
1604
1605 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
1606 TeX `--file-line-error' format.
1607
1608 2007-09-17 Glenn Morris <rgm@gnu.org>
1609
1610 * textmodes/tex-mode.el (tex-region): Simplify previous change,
1611 handling the case where the region is not in `tex-main-file'.
1612 (tex-region-1): Delete.
1613 (tex-region-header): New function, doing the header part of the
1614 old tex-region-1.
1615
1616 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1617
1618 * ediff-init.el (ediff-verbose-p): This var is not a constant.
1619
1620 2007-09-16 Drew Adams <drew.adams@oracle.com>
1621
1622 * cus-edit.el (custom-face-edit-activate): Doc fix.
1623
1624 2007-09-16 Glenn Morris <rgm@gnu.org>
1625
1626 * textmodes/tex-mode.el (tex-region): Handle the case where the
1627 region is not in `tex-main-file'. Move the old code that applies
1628 to both cases...
1629 (tex-region-1): ...to this new function.
1630
1631 2007-09-15 Martin Rudalics <rudalics@gmx.at>
1632
1633 * simple.el (blink-matching-open): Don't display message when no
1634 paren is found within blink-matching-paren-distance characters.
1635 Don't search prompt in blink-matching-paren-distance nil case.
1636
1637 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
1638
1639 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
1640
1641 2007-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1642
1643 * vc-mtn.el: New file.
1644
1645 * vc-hooks.el (vc-handled-backends): Add Mtn.
1646
1647 2007-09-13 Eli Zaretskii <eliz@gnu.org>
1648
1649 * files.el (find-file, find-file-other-window)
1650 (find-file-other-frame, find-file-existing, find-file-read-only)
1651 (find-file-read-only-other-window)
1652 (find-file-read-only-other-frame)
1653 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
1654
1655 2007-09-13 Jari Aalto <jari.aalto@cante.net>
1656
1657 * man.el (Man-default-man-entry): At end of line, continue looking
1658 to the next line for possible end of hyphenated command.
1659
1660 2007-09-13 Chris Moore <dooglus@gmail.com>
1661
1662 * shell.el (shell-resync-dirs): Don't move the cursor relative to
1663 the command being edited.
1664
1665 2007-09-13 Nick Roberts <nickrob@snap.net.nz>
1666
1667 * progmodes/gud.el (gdb-ready): New variable.
1668 (gdb): Set it to nil. Set gud-running to nil here...
1669 (gud-common-init): ...instead of here.
1670
1671 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
1672 Use gdb-ready. Discard input until GDB is ready to accept it.
1673
1674 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
1675
1676 * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
1677 C-M-S- keys.
1678
1679 2007-09-12 Martin Rudalics <rudalics@gmx.at>
1680
1681 * dired.el (dired-warning): Inherit from font-lock-warning-face to
1682 make it show up with eight colors.
1683
1684 2007-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1685
1686 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
1687 diffs are concatenated with no intervening line.
1688
1689 2007-09-10 Dave Love <fx@gnu.org>
1690
1691 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
1692 (python-font-lock-keywords): Update to the 2.5 version of the language.
1693 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
1694 (python-backspace): Only behave funny in code.
1695 (python-compilation-regexp-alist): Add PDB stack trace regexp.
1696 (inferior-python-mode): Add PDB prompt regexp.
1697 (python-fill-paragraph): Refine the fenced-string regexp.
1698 (python-find-imports): Handle imports spanning several lines.
1699 (python-mode): Add `class' to hideshow support.
1700
1701 2007-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1702
1703 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
1704 add-log-buffer-file-name-function rather than bind buffer-file-name,
1705 so we dont end up calling change-log-mode in *cvs* when `fi' is the
1706 ChangeLog file itself.
1707
1708 * outline.el (outline-flag-region): Use front-advance.
1709
1710 2007-09-07 Ilya Zakharevich <ilyaz@cpan.org>
1711
1712 * progmodes/cperl-mode.el: Merge upstream 5.23.
1713 (cperl-where-am-i): Remove function.
1714 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
1715 (cperl-sniff-for-indent): De-invert [string] and [comment].
1716 When looking for label, skip s:m:y:tr.
1717 (cperl-indent-line): Likewise.
1718 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
1719 (cperl-windowed-init): Wrong `ps-print' handling.
1720 Both thanks to Chong Yidong.
1721 (cperl-look-at-leading-count): Could fail with unfinished RExen.
1722 (cperl-find-pods-heres): If the second part of s()[] is missing,
1723 don't try to highlight delimiters...
1724
1725 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1726
1727 * progmodes/compile.el (compilation-get-file-structure): Complete last
1728 change by also using spec-directory in the puthash.
1729
1730 2007-09-07 Riccardo Murri <riccardo.murri@gmail.com>
1731
1732 * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
1733 (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
1734 (vc-bzr-status): Fix shadowing of variable 'status'.
1735 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
1736 Use `expand-file-name' instead of `concat'.
1737 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
1738 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
1739
1740 2007-09-05 Jason Rumney <jasonr@gnu.org>
1741
1742 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
1743
1744 2007-09-02 Richard Stallman <rms@gnu.org>
1745
1746 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
1747 Add `safe-local-variable' property.
1748 (lisp-body-indent): Likewise.
1749
1750 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1751
1752 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
1753 prev/next-node.
1754
1755 * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
1756 (x-gtk-map-stock): New function.
1757
1758 2007-09-02 Glenn Morris <rgm@gnu.org>
1759
1760 * comint.el (comint-mode): Don't set scroll-conservatively.
1761
1762 * eshell/em-unix.el (eshell/time): Stringify and flatten the
1763 non-command arguments.
1764
1765 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
1766
1767 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1768 Fix bug: Don't expand top-level file name more than once.
1769 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
1770
1771 2007-09-01 Richard Stallman <rms@gnu.org>
1772
1773 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
1774 Add doc string.
1775
1776 2007-08-30 Richard Stallman <rms@gnu.org>
1777
1778 * speedbar.el (speedbar-frame-reposition-smartly)
1779 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
1780 (speedbar-check-vc): Don't use dframe-xemacsp.
1781
1782 2007-08-30 Martin Rudalics <rudalics@gmx.at>
1783
1784 * files.el (backup-buffer-copy): Try to overwrite old backup first.
1785
1786 2007-08-29 Martin Rudalics <rudalics@gmx.at>
1787
1788 * repeat.el (repeat): Use last-repeatable-command instead of
1789 real-last-command. Run pre- and post-command hooks for
1790 self-insertion. Update doc-string.
1791
1792 2007-08-28 Glenn Morris <rgm@gnu.org>
1793
1794 * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
1795
1796 2007-08-27 Alexandre Julliard <julliard@winehq.org>
1797
1798 * vc-git.el (vc-git-state): Call git-add --refresh to update the
1799 state of the file.
1800 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
1801 (vc-git-create-repo): Fix invalid command.
1802
1803 2007-08-27 Richard Stallman <rms@gnu.org>
1804
1805 * textmodes/flyspell.el (flyspell-mode):
1806 Catch errors in flyspell-mode-on.
1807
1808 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
1809
1810 * progmodes/modula2.el (m2-definition, m2-module):
1811 Don't use previous-line. Reported by T. V. Raman.
1812
1813 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1814
1815 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
1816 argument to tool-bar-mode call.
1817
1818 2007-08-27 Glenn Morris <rgm@gnu.org>
1819
1820 * diff-mode.el (diff-find-file-name): Only accept regular files,
1821 to rule out /dev/null, directories, etc.
1822
1823 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
1824
1825 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
1826 safe-local-variable setting.
1827 * progmodes/perl-mode.el (perl-indent-level): Likewise.
1828
1829 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
1830
1831 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
1832 of buffers in uniquify-managed.
1833
1834 * simple.el (invisible-p): Rename from text-invisible-p.
1835 Update callers.
1836
1837 2007-08-25 Alan Mackenzie <acm@muc.de>
1838
1839 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
1840 new language variable.
1841
1842 * progmodes/cc-engine.el (c-brace-anchor-point): New function.
1843 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
1844 "extern" etc., rather than BOI. Fix addition of spurious
1845 syntactic-symbol 'defun-block-intro, replacing it with
1846 'innamespace, etc.
1847
1848 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
1849
1850 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
1851 Don't behave differently when executed via M-x. Add doc string.
1852
1853 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1854
1855 * files.el (backup-buffer-copy): Don't wrap delete in
1856 condition-case, only try to delete if file exists.
1857
1858 2007-08-24 Glenn Morris <rgm@gnu.org>
1859
1860 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
1861
1862 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1863
1864 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
1865 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
1866 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
1867 (cperl-etags-goto-tag-location): Use new style backquotes.
1868
1869 * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
1870 (dynamic-completion-table): Use it it.
1871
1872 * net/browse-url.el: Remove spurious * in custom docstrings.
1873 (browse-url-filename-alist): Use new-style backquote.
1874
1875 * emacs-lisp/backquote.el (backquote-unquote-symbol)
1876 (backquote-splice-symbol): Clarify they're not new-style unquotes.
1877
1878 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
1879 (\,@): Backslash the , and ,@ which are not new-style unquotes.
1880
1881 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
1882
1883 * net/socks.el (socks-username/password-auth-filter):
1884 Remove unused vars `state' and `desired-len'.
1885 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
1886 (socks-wait-for-state-change): Use new-style backquotes.
1887
1888 * pcvs.el (cvs-mode-status): Fix long-standing typo.
1889
1890 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
1891 backquotes after each `read' rather than once per buffer.
1892
1893 * dframe.el: Remove spurious * in custom docstrings.
1894 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
1895 (dframe-xemacs20p): Remove, inline at the sole use point.
1896 (defface): Don't defvar the face, don't use old-style backquote.
1897 (defcustom): Don't use old-style backquote.
1898 (dframe-frame-parameter, dframe-mouse-event-p):
1899 Make it obvious that it's always defined.
1900 (dframe-popup-kludge): New function to replace
1901 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
1902 (dframe-frame-mode, dframe-set-timer-internal)
1903 (dframe-mouse-set-point): Remove use of with-no-warnings from
1904 XEmacs-specific code.
1905 (dframe-set-timer-internal): Fix very old bug with
1906 post-command-idle-hook.
1907
1908 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
1909
1910 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
1911
1912 * image-mode.el (image-minor-mode): Use image-mode-text-map.
1913
1914 2007-08-22 Reiner Steib <Reiner.Steib@gmx.de>
1915
1916 * sort.el (sort-fold-case, sort-numeric-base): Mark as
1917 safe-local-variable.
1918
1919 2007-08-22 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1920
1921 * net/browse-url.el (browse-url-emacs): New function.
1922
1923 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
1924
1925 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
1926 warning if the file uses old style backquotes.
1927
1928 * emacs-lisp/bytecomp.el (byte-compile-log-file)
1929 (byte-recompile-directory, byte-compile-file)
1930 (byte-compile-from-buffer): Use with-current-buffer.
1931
1932 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
1933 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
1934 (line-move-1, line-move-finish, line-move-to-column)
1935 (move-end-of-line, move-beginning-of-line): Use new name.
1936
1937 2007-08-22 Glenn Morris <rgm@gnu.org>
1938
1939 * files.el (backup-buffer-copy): Check backup directory is
1940 writable, to avoid infloop deleting old backup.
1941
1942 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
1943 movemail related variables.
1944 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
1945 will now be set before this is called.
1946
1947 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1948
1949 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
1950
1951 * progmodes/ada-mode.el: Fix up comment style in header.
1952 (ada-check-emacs-version): Remove.
1953 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
1954 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
1955 to try and quieten the byte-compiler.
1956 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
1957
1958 * vc.el (vc-annotate-warp-version): Don't use previous-line.
1959
1960 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
1961
1962 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
1963 extracted from `eval-last-sexp-1'.
1964 (eval-last-sexp-1): Call `preceding-sexp'.
1965
1966 2007-08-19 Glenn Morris <rgm@gnu.org>
1967
1968 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
1969 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
1970 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
1971 shadow files messing up the compilation.
1972
1973 2007-08-18 Glenn Morris <rgm@gnu.org>
1974
1975 * progmodes/scheme.el (scheme-mode-variables):
1976 Set font-lock-comment-start-skip.
1977
1978 2007-08-18 Martin Rudalics <rudalics@gmx.at>
1979
1980 * progmodes/ada-mode.el (ada-create-syntax-table):
1981 Move set-syntax-table from here to ...
1982 (ada-mode): ... here. Don't change global value of comment-multi-line.
1983 Call new function ada-initialize-syntax-table-properties.
1984 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
1985 (ada-deactivate-properties, ada-initialize-properties):
1986 Replace by new functions ...
1987 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
1988 (ada-initialize-syntax-table-properties): ... to set up syntax-table
1989 properties uniformly, independently from whether font-lock-mode
1990 is enabled or not. Handle read-only buffers and do not change
1991 undo-list when setting syntax-table properties.
1992 (ada-after-change-function): Use ada-set-syntax-table-properties.
1993
1994 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1995
1996 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
1997 (cperl-find-pods-heres): Fix an error when typing expressions like
1998 `s{a}{b}'.
1999
2000 2007-08-17 Glenn Morris <rgm@gnu.org>
2001
2002 * progmodes/compile.el (compilation-get-file-structure): Make use
2003 of the directory part when checking for an existing entry, to
2004 handle files with same basename in different directories.
2005
2006 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2007
2008 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
2009 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
2010 (ps-paragraph-spacing): Docstring fix.
2011
2012 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
2013
2014 * smerge-mode.el (smerge-resolve): New arg `safe'.
2015 (smerge-resolve-all, smerge-batch-resolve): New function.
2016 (smerge-refine): Make sure `diff' returns the expected result.
2017 (smerge-parsep-re): New const.
2018 (smerge-mode): Use it to adjust paragraph-separate.
2019
2020 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2021 Correctly match / regexp matchers as first char on a line when
2022 fontifying only that line.
2023
2024 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
2025
2026 2007-08-16 Glenn Morris <rgm@gnu.org>
2027
2028 * ps-print.el (ps-font-size): Doc fix.
2029
2030 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2031
2032 * vc-bzr.el: Don't fiddle with vc-handled-backend.
2033 (vc-bzr-registered): Don't redundantly protect against
2034 file-error. Actually use the format-specific code.
2035 (vc-bzr-buffer-nonblank-p): Remove.
2036 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
2037
2038 2007-08-15 Glenn Morris <rgm@gnu.org>
2039
2040 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
2041 sloppier, for the sake of GNU Mailman.
2042 (rmail-digest-rfc1153): Initialize `result' correctly.
2043
2044 2007-08-14 Glenn Morris <rgm@gnu.org>
2045
2046 * simple.el (bad-packages-alist): New constant.
2047 (bad-package-check): New function. Together, these two add
2048 elements to `after-load-alist' to check for problematic external
2049 packages.
2050 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
2051
2052 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
2053
2054 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
2055 optional quotes around files in NEED-UPDATE . REMOVED case.
2056
2057 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
2058 (ada-treat-cmd-string): Improve error message.
2059 (ada-do-file-completion): Call `ada-require-project-file', so
2060 project variables are set properly.
2061 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
2062 (ada-gnatfind-buffer-name): New constant.
2063 (ada-find-any-references): Use new constant. Set buffer name
2064 properly in compilation-start. Toggle read-only properly.
2065 (ada-find-in-src-path): Fix spelling error in docstring.
2066
2067 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
2068 by zero error.
2069
2070 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
2071
2072 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
2073
2074 2007-08-12 Richard Stallman <rms@gnu.org>
2075
2076 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
2077 (cvs-execute-single-file): Use new name split-string-and-unquote.
2078 (cvs-header-msg): Use new name combine-and-quote-strings.
2079
2080 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
2081
2082 * progmodes/gud.el (gud-common-init): Use new name
2083 split-string-and-unquote.
2084
2085 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
2086 in javac regexp.
2087
2088 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
2089 combine-and-quote-strings and split-string-and-unquote.
2090
2091 * subr.el (combine-and-quote-strings): Rename from strings->string.
2092 (split-string-and-unquote): Rename from string->strings.
2093
2094 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2095
2096 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
2097 to buffer-local settings.
2098
2099 * emacs-lisp/backquote.el (backquote-delay-process): New function.
2100 (backquote-process): Add internal arg `level'. Use the two to
2101 correctly handle nested backquotes.
2102
2103 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
2104
2105 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
2106 (vc-bzr-state-words): Add "kind changed" state word.
2107 (vc-bzr-status): New function. Return Bzr idea of file status,
2108 which is different from VC's.
2109 (vc-bzr-state): Use vc-bzr-status.
2110 (vc-workfile-unchanged-p): Use vc-bzr-status.
2111 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
2112 (vc-dired-state): Process "kind changed" state word.
2113
2114 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
2115
2116 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
2117
2118 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
2119 Move from vc-default-find-file-not-found-hook.
2120
2121 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
2122
2123 * url/url-auth.el (url-basic-auth): When prompting for username
2124 and password, default to the username and password in the URL.
2125
2126 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2127
2128 * man.el: Remove spurious * in docstrings.
2129 Merge defvars and toplevel setq-defaults.
2130 (Man-highlight-references0): Limit=nil rather than point-max.
2131 (Man-mode-map): Move initialization into the declaration.
2132 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
2133 (Man-view-header-file): Use expand-file-name rather than concat.
2134 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
2135
2136 * man.el (Man-next-section): Make sure we do not move backward.
2137
2138 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2139
2140 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
2141 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
2142 ps-print-color-p is neither nil nor black-white. Reported by Christian
2143 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2144
2145 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2146
2147 * files.el (auto-mode-alist): Use the purecopied text (duh!).
2148
2149 2007-08-08 Andreas Schwab <schwab@suse.de>
2150
2151 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
2152 self-insert-command, not self-insert.
2153
2154 2007-08-08 Glenn Morris <rgm@gnu.org>
2155
2156 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
2157
2158 * Replace `iff' in doc-strings and comments.
2159
2160 * help-mode.el (help-make-xrefs): Search for symbol constituents,
2161 rather than just `-'.
2162
2163 2007-08-08 Martin Rudalics <rudalics@gmx.at>
2164
2165 * dired.el (dired-pop-to-buffer):
2166 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2167 * calendar/calendar.el (generate-calendar-window):
2168 * progmodes/compile.el (compilation-set-window-height):
2169 * textmodes/two-column.el (2C-two-columns, 2C-merge):
2170 Use window-full-width-p instead of comparing frame-width and
2171 window-width.
2172
2173 * progmodes/compile.el (compilation-find-buffer): Remove extra
2174 argument in call to compilation-buffer-internal-p.
2175
2176 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
2177
2178 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
2179 parameters IDENTIFICATION and CONNECTED.
2180 (tramp-handle-insert-file-contents): VISIT must be handled after
2181 insertion of the local copy. Reported by Peter Gordon
2182 <peter@pg-consultants.com>.
2183 (tramp-file-name-handler): No special handling for
2184 `expand-file-name'. But for `file-name-as-directory'.
2185 (tramp-find-shell, tramp-open-connection-telnet)
2186 (tramp-open-connection-rsh, tramp-open-connection-su)
2187 (tramp-open-connection-multi)
2188 (tramp-open-connection-setup-interactive-shell): Guard against
2189 $PROMPT_COMMAND shell var. Reported by Steve Youngs
2190 <steve@sxemacs.org>.
2191 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
2192 the hint.
2193
2194 * net/trampver.el: Update release number.
2195
2196 2007-08-07 Tom Tromey <tromey@redhat.com>
2197
2198 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
2199 Add safe-local-variable property.
2200
2201 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
2202
2203 * image-mode.el (image-toggle-display): Use image-refresh.
2204
2205 * longlines.el (longlines-decoded): New variable.
2206 (longlines-mode): Avoid encoding or decoding the buffer twice.
2207
2208 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
2209
2210 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
2211 unofficial version.
2212 (vc-bzr-command): Remove redundant setting of process-connection-type.
2213 (vc-bzr-admin-checkout-format-file): Add autoload.
2214 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
2215 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
2216 (vc-bzr-registered): Compare dirstate format tag with known good
2217 value, abort parsing if match fails. Warn user in docstring.
2218 (vc-bzr-workfile-version): Case for different Bzr branch formats.
2219 See bzrlib/branch.py in Bzr sources.
2220 (vc-bzr-diff): First argument FILES may be a string rather than a list.
2221 (vc-bzr-shell-command): Remove in favor of
2222 vc-bzr-command-discarding-stderr.
2223 (vc-bzr-command-discarding-stderr): New function.
2224
2225 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
2226
2227 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
2228 program, and return nil
2229 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
2230 (vc-bzr-state): Look for path names relative to the repository
2231 root after status keyword.
2232 (vc-bzr-file-name-relative): New function.
2233 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
2234 depend on it.
2235 (vc-bzr-admin-dirname, ...-checkout-format-file)
2236 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
2237 files that we now parse directly for speed.
2238 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
2239 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
2240 (vc-bzr-state): "bzr status" successful only if exitcode is 0
2241 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
2242 Bzr warnings, so we must discard it.
2243 (vc-bzr-workfile-version): Speedup counting lines from
2244 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
2245 if that file doesn't exist.
2246 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
2247 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
2248 (not ".bzr"!) to `vc-directory-exclusion-list'
2249 (vc-bzr-shell-command): New function.
2250
2251 2007-08-06 Tom Tromey <tromey@redhat.com>
2252
2253 * diff-mode.el (diff-unified->context, diff-reverse-direction)
2254 (diff-fixup-modifs): Typo in docstring.
2255
2256 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
2257
2258 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
2259 count-screen-lines.
2260 (tpu-edt-off): Disable relevant pieces of advice.
2261
2262 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
2263 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
2264 (newline, newline-and-indent, do-auto-fill): Use advice instead of
2265 redefining the function.
2266 (tpu-set-scroll-margins): Activate the pieces of advice.
2267
2268 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
2269
2270 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
2271 process-filter.
2272
2273 2007-08-06 Martin Rudalics <rudalics@gmx.at>
2274
2275 * help.el (resize-temp-buffer-window): Use window-full-width-p
2276 instead of comparing frame-width and window-width.
2277
2278 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
2279
2280 * term.el: Honor term-default-fg-color and term-default-bg-color
2281 settings when modifying term-current-face.
2282 (term-default-fg-color, term-default-bg-color): Initialize from
2283 default term-current-face.
2284 (term-mode, term-reset-terminal): Set term-current-face with
2285 term-default-fg-color and term-default-bg-color.
2286 (term-handle-colors-array): term-current-face has term-default-fg-color
2287 and term-default-bg-color after reset escape sequence.
2288 (term-handle-colors-array): Set term-current-color with
2289 term-default-fg/bg-color instead of ansi-term-color-vector when the
2290 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
2291
2292 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
2293
2294 * files.el (set-auto-mode): Handle also remote files wrt
2295 `auto-mode-alist'.
2296
2297 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
2298 remote identification.
2299
2300 2007-08-04 Glenn Morris <rgm@gnu.org>
2301
2302 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
2303 zero, not nil, when the library is first loaded. Check for a file
2304 that has been modified on disk.
2305
2306 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
2307 Remove duplicate defvar preventing initialization.
2308 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
2309
2310 2007-08-03 Miles Bader <miles@gnu.org>
2311
2312 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
2313 backend names for new backends to `Git', `Hg', and `Bzr'.
2314 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
2315 not `HG'.
2316 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
2317 name, not `GIT'.
2318 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
2319 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
2320
2321 2007-08-03 Glenn Morris <rgm@gnu.org>
2322
2323 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
2324
2325 2007-08-02 Richard Stallman <rms@gnu.org>
2326
2327 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
2328 to update deleted flag.
2329
2330 * cus-edit.el (customize-apropos, customize-apropos-options)
2331 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
2332
2333 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
2334
2335 * startup.el (fancy-splash-head, startup-echo-area-message):
2336 Change message text.
2337
2338 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
2339 All callers use line-move.
2340
2341 * progmodes/compile.el (compilation-find-buffer): Return current
2342 buffer immediately if suitable.
2343 (compile, compilation-buffer-name, compilation-start): Doc fixes.
2344
2345 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2346
2347 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
2348 Make it more discriminating and more useful.
2349 (vc-bzr-root-dir): Use new name.
2350 (vc-bzr-registered): Use new name and look at the dirstate file to
2351 determine if it's registered or not without running `bzr'.
2352
2353 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
2354
2355 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
2356
2357 2007-07-31 Drew Adams <drew.adams@oracle.com>
2358
2359 * cus-edit.el (custom-group-value-create, custom-goto-parent):
2360 Fix parent groups link.
2361
2362 2007-07-31 Daiki Ueno <ueno@unixuser.org>
2363
2364 * faces.el (face-normalize-spec): New function.
2365 (frame-set-background-mode): Normalize face-spec before calling
2366 face-spec-match-p.
2367
2368 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
2369
2370 * vc-bzr.el: New file (copied from the trunk).
2371
2372 * vc-hooks.el (vc-handled-backends): Add BZR.
2373 (vc-find-file-hook): Failsafe if the backend's `registered'
2374 function burps.
2375
2376 * server.el (server-window): Add switch-to-buffer-other-frame option.
2377
2378 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2379
2380 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
2381 (vc-git-revision-completion-table): Enable.
2382
2383 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
2384
2385 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
2386
2387 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
2388 (vc-hg-registered): Set the vc-state property.
2389
2390 * diff-mode.el (diff-mode-menu): New entries.
2391
2392 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
2393
2394 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
2395 (diff-file-kill): Use it.
2396 (diff-beginning-of-hunk): Add arg `try-harder' using it.
2397 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
2398 Use it so they find the hunk even when we're in the file header.
2399
2400 * vc.el: Add new VC operation `revision-completion-table'.
2401 (vc-default-revision-completion-table): New function.
2402 (vc-version-diff, vc-version-other-window): Use it to provide
2403 completion of revision names if the backend provides it.
2404
2405 * vc-arch.el (vc-arch--version-completion-table)
2406 (vc-arch-revision-completion-table): New functions to provide
2407 completion of revision names.
2408
2409 * vc-cvs.el: Require CL.
2410 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
2411 New functions to provide completion of revision names.
2412
2413 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
2414
2415 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
2416 (copyright-fix-years, copyright): Correctly handle the case where
2417 copyright-limit is nil.
2418
2419 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
2420
2421 * progmodes/python.el (run-python): Fix path separator under w32.
2422
2423 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
2424
2425 * vc-git.el: New File.
2426
2427 2007-07-28 Alan Mackenzie <acm@muc.de>
2428
2429 Fix problem with modes derived from CC Mode:
2430 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
2431 macro to cc-langs.
2432 (c-init-language-vars-for): Remove call to above macro.
2433 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
2434 been moved to here.
2435 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
2436
2437 2007-07-28 Eli Zaretskii <eliz@gnu.org>
2438
2439 * net/trampver.el: Fix the `coding' cookie.
2440
2441 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
2442
2443 * add-log.el (change-log-redate): Remove (not needed anymore and
2444 doesn't appear to work).
2445
2446 2007-07-25 Glenn Morris <rgm@gnu.org>
2447
2448 * Relicense all FSF files to GPLv3 or later.
2449
2450 * COPYING: Switch to GPLv3.
2451
2452 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
2453
2454 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
2455 Replace it with another one which disables undo before calling
2456 erase-buffer and then turns it back on if needed.
2457
2458 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2459
2460 * ps-print.el: Problem with foreground and background color when
2461 printing a buffer with and without faces. Reported by Christian
2462 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2463 (ps-print-version): New version 6.7.5.
2464 (ps-default-fg): Change default value to nil, so black color is used
2465 when a face does not specify a foreground color.
2466 (ps-default-bg): Change default value to nil, so white color is used
2467 for background color.
2468 (ps-begin-job): Fix code.
2469
2470 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
2471
2472 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
2473
2474 2007-07-24 Alan Mackenzie <acm@muc.de>
2475
2476 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
2477 Initialise byte-compile-unresolved-functions before rather than
2478 after a compilation.
2479 (byte-compile-unresolved-functions): Amplify doc string.
2480
2481 2007-07-24 Glenn Morris <rgm@gnu.org>
2482
2483 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
2484 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
2485 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
2486 (cal-tex-cursor-week, cal-tex-cursor-week2)
2487 (cal-tex-cursor-week-iso, cal-tex-week-hours)
2488 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
2489 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2490 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
2491
2492 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
2493
2494 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
2495
2496 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2497
2498 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
2499 underlying file is uptodate.
2500
2501 2007-07-23 Richard Stallman <rms@gnu.org>
2502
2503 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
2504
2505 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2506
2507 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
2508 (sh-font-lock-flush-syntax-ppss-cache): New funs.
2509 (sh-font-lock-syntactic-keywords): Use them to distinguish the
2510 different possible cases for \'.
2511 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
2512
2513 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
2514 `file' from which to start the search and fix case where `file' is the
2515 current directory and the root as well.
2516
2517 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
2518 name for buffer-file-name if it refers to a directory.
2519
2520 2007-07-22 Jason Rumney <jasonr@gnu.org>
2521
2522 * w32-fns.el (set-default-process-coding-system): Use dos line ends
2523 for input to cmdproxy on all versions of Windows.
2524 Use dos line ends for input to plink.
2525
2526 * comint.el (comint-simple-send): Concat newline before sending.
2527 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
2528
2529 2007-07-22 Juri Linkov <juri@jurta.org>
2530
2531 * isearch.el (isearch-edit-string): Save old point and
2532 isearch-other-end to old-point and old-other-end before reading
2533 the search string from minibuffer. After exiting minibuffer set
2534 point to old-other-end if point and the search direction is the
2535 same as before reading the search string.
2536 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
2537 to isearch-other-end. Instead of isearch-search-and-update call
2538 three functions isearch-search, isearch-push-state and isearch-update.
2539
2540 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
2541
2542 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
2543 destroying an existing buffer.
2544
2545 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2546
2547 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
2548
2549 * term/x-win.el (x-handle-no-bitmap-icon): New function.
2550
2551 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
2552
2553 * textmodes/reftex.el (reftex-access-parse-file): Create parse
2554 file in a way that does not interfere with recentf.
2555
2556 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
2557
2558 * image-dired.el (image-dired-sane-db-file): New func.
2559 (image-dired-write-tags, image-dired-remove-tag)
2560 (image-dired-list-tags, image-dired-write-comments)
2561 (image-dired-get-comment, image-dired-mark-tagged-files)
2562 (image-dired-create-gallery-lists): Call new func.
2563 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
2564
2565 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
2566
2567 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
2568 (vc-hg-dir-state): Fix loop.
2569 (vc-hg-print-log): Fix expected return value for vc-hg-command.
2570 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
2571 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
2572 (vc-hg-revert): Likewise.
2573 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
2574
2575 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
2576
2577 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
2578 case of alignment under a constant symbol, find and consider
2579 the sexp actually at indentation to be the "last sexp".
2580
2581 2007-07-20 Eli Zaretskii <eliz@gnu.org>
2582
2583 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2584 (install): Use them to copy all *.el files before *.elc.
2585 (clean): Don't delete *~.
2586
2587 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
2588
2589 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
2590
2591 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
2592
2593 * vc-hg.el (vc-hg-registered): Replace if with when.
2594 (vc-hg-state): Deal with nonexistent files.
2595
2596 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
2597
2598 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
2599 (follow-delete-other-windows-and-split, follow-recenter)
2600 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
2601 (follow-redisplay, follow-estimate-first-window-start)
2602 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
2603 Fix typos in docstrings.
2604
2605 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
2606
2607 * bookmark.el (bookmark-show-all-annotations):
2608 Make sure each inserted annotation ends with newline.
2609
2610 (bookmark-maybe-sort-alist): Don't modify
2611 bookmark-alist. Instead, if not sorting, simply return it.
2612 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
2613 for its return value, not for its side effect.
2614
2615 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
2616
2617 * vc.el: Add more info about the vc-registered function.
2618
2619 2007-07-16 David Kastrup <dak@gnu.org>
2620
2621 * emacs-lisp/advice.el (defadvice): Doc fix.
2622
2623 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
2624
2625 * subr.el (when, unless): Doc fix.
2626
2627 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
2628
2629 * vc-hg.el (vc-hg-state): Handle removed files.
2630 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
2631 (vc-hg-checkout): Re-enable.
2632
2633 2007-07-15 Richard Stallman <rms@gnu.org>
2634
2635 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
2636
2637 * tutorial.el (tutorial--find-changed-keys):
2638 Handle C-x specially like ESC.
2639
2640 2007-07-15 Roland McGrath <roland@frob.com>
2641
2642 * add-log.el (add-change-log-entry): Check add-log-full-name
2643 and add-log-mailing-address later, after change-log-mode-hook.
2644
2645 2007-07-15 Richard Stallman <rms@gnu.org>
2646
2647 * isearch.el (isearch-mode, isearch-done):
2648 Delete unintended code in previous change.
2649
2650 * ps-print.el (ps-default-bg): Change to White.
2651
2652 2007-07-15 Aaron Hawley <aaronh@garden.org>
2653
2654 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
2655
2656 2007-07-15 Martin Rudalics <rudalics@gmx.at>
2657
2658 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
2659 when handling the terminating event.
2660
2661 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
2662
2663 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
2664
2665 2007-07-13 Eli Zaretskii <eliz@gnu.org>
2666
2667 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2668 (install): Use them to copy all *.el files before *.elc.
2669
2670 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
2671
2672 * replace.el (match): Use yellow1 instead of yellow.
2673
2674 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
2675
2676 * pcvs-info.el (cvs-unknown): Likewise.
2677
2678 2007-07-12 Davis Herring <herring@lanl.gov>
2679
2680 * desktop.el (desktop-buffer-info, desktop-save):
2681 Use `desktop-dirname' instead of `dirname'.
2682
2683 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
2684
2685 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
2686
2687 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
2688
2689 2007-07-10 Richard Stallman <rms@gnu.org>
2690
2691 * emacs-lisp/lisp-mode.el (eval-defun):
2692 Explain special handling of `defface'.
2693
2694 2007-07-09 Richard Stallman <rms@gnu.org>
2695
2696 * isearch.el (isearch-edit-string): Call to isearch-push-state
2697 after the search.
2698
2699 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
2700
2701 * cus-start.el (file-coding-system-alist): Fix custom type.
2702
2703 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
2704
2705 * longlines.el (longlines-wrap-region): Avoid marking buffer as
2706 modified.
2707 (longlines-auto-wrap, longlines-window-change-function):
2708 Remove unnecessary calls to set-buffer-modified-p.
2709
2710 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2711
2712 * vc.el (vc-default-log-view-mode): New function.
2713 (vc-print-log): Add new `log-view-mode' VC operation.
2714
2715 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
2716
2717 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
2718 Rename and move to...
2719
2720 * subr.el (strings->string, string->strings): ...here.
2721
2722 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
2723 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
2724
2725 * progmodes/gud.el (gud-common-init): Call string->strings instead
2726 of split-string.
2727
2728 2007-07-07 Eli Zaretskii <eliz@gnu.org>
2729
2730 * term/w32-win.el (menu-bar-open): New function.
2731 Bind <f10> to it.
2732
2733 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2734
2735 * log-view.el (log-view-mode-menu): New menu.
2736
2737 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
2738
2739 * vc-hg.el: New file.
2740
2741 2007-07-06 Andreas Schwab <schwab@suse.de>
2742
2743 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
2744 dynamic bindings around the evaluation of the expression.
2745 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
2746
2747 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
2748
2749 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
2750 file names.
2751
2752 2007-07-02 Martin Rudalics <rudalics@gmx.at>
2753
2754 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
2755
2756 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
2757 event is not a cons cell. Do not unread drag-mouse-1 events.
2758 Select right window in check whether space was stolen from
2759 window above.
2760
2761 2007-07-01 Richard Stallman <rms@gnu.org>
2762
2763 * files.el (find-file-visit-truename): Fix safe-local-variable value.
2764
2765 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
2766
2767 * generic-x.el (generic-define-mswindows-modes)
2768 (generic-define-unix-modes, apache-log-generic-mode)
2769 (bat-generic-mode-keymap, java-manifest-generic-mode)
2770 (show-tabs-generic-mode): Fix typos in docstrings.
2771
2772 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2773
2774 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
2775 replace-regexp-in-string.
2776
2777 2007-06-28 Andreas Schwab <schwab@suse.de>
2778
2779 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
2780 $(lisp)/subdirs.el.
2781
2782 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
2783
2784 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
2785 the speedbar frame if nil; that deletes the current frame or
2786 causes an error if it is the only frame.
2787 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
2788
2789 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
2790
2791 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
2792 directory where the desktop file was found, as the docstring says.
2793 (desktop-kill): Use `read-directory-name'.
2794
2795 * desktop.el (desktop-load-locked-desktop): New option.
2796 (desktop-read): Use it.
2797 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
2798 Use `when'.
2799
2800 2007-06-24 Davis Herring <herring@lanl.gov>
2801
2802 * desktop.el (desktop-save-mode-off): New function.
2803 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
2804 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
2805 (desktop-claim-lock, desktop-release-lock): New functions.
2806 (desktop-kill): Tell `desktop-save' that this is the last save.
2807 Release the lock afterwards.
2808 (desktop-buffer-info): New function.
2809 (desktop-save): Use it. Run `desktop-save-hook' where the doc
2810 says to. Detect conflicts, and manage the lock.
2811 (desktop-read): Detect conflicts. Manage the lock.
2812
2813 2007-06-23 Eli Zaretskii <eliz@gnu.org>
2814
2815 * ls-lisp.el (insert-directory): If an invalid regexp error is
2816 thrown, try using FILE as a literal file name, not a wildcard.
2817 Check for FILE as an existing file, not just a directory.
2818
2819 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
2820
2821 * ruler-mode.el (ruler-mode): Prevent clobbering the original
2822 `header-line-format' when reentering ruler mode.
2823
2824 2007-06-23 Eli Zaretskii <eliz@gnu.org>
2825
2826 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
2827 FILE exists as a directory.
2828
2829 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2830
2831 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
2832 (vera-font-lock-match-item): Fix doc string.
2833 (vera-in-comment-p): Remove unused function.
2834 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
2835 use `syntax-ppss'.
2836 (vera-forward-syntactic-ws): Fix argument order.
2837 (vera-prepare-search): Use `with-syntax-table'.
2838 (vera-indent-line): Fix doc string.
2839 (vera-electric-tab): Fix doc string.
2840 (vera-expand-abbrev): Define alias instead of using `fset'.
2841 (vera-comment-uncomment-region): Use `comment-start-skip'.
2842
2843 2007-06-20 Reto Zimmermann <reto@gnu.org>
2844
2845 * progmodes/vera-mode.el: New file.
2846
2847 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
2848
2849 * ido.el (ido-find-file-in-dir): Don't signal an error for
2850 empty directories.
2851
2852 2007-06-18 Alan Mackenzie <acm@muc.de>
2853
2854 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2855 When removing lines, also remove the \n. Correction of patch of
2856 2007-04-21.
2857
2858 2007-06-17 Glenn Morris <rgm@gnu.org>
2859
2860 * lpr.el (lpr-page-header-switches): Move %s to separate element
2861 for correct quoting. Doc fix.
2862
2863 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2864
2865 * term/xterm.el (terminal-init-xterm): Escape parens in character
2866 constants.
2867
2868 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
2869
2870 * scroll-lock.el (scroll-lock-mode): Doc fix.
2871
2872 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2873
2874 * font-lock.el (font-lock-add-keywords): In case font-lock was only
2875 half-activated, forcefully activate it completely.
2876
2877 2007-06-11 Richard Stallman <rms@gnu.org>
2878
2879 * cus-edit.el (custom-variable-type): Doc fix.
2880
2881 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
2882
2883 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
2884
2885 2007-06-09 Davis Herring <herring@lanl.gov>
2886
2887 * desktop.el (desktop-minor-mode-table): Doc fix.
2888
2889 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
2890
2891 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
2892 (image-next-line, image-previous-line, image-scroll-up)
2893 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
2894 New functions.
2895 (image-mode-map): Remap motion commands.
2896 (image-mode-text-map): New keymap for viewing images as text.
2897 (image-mode): Use image-mode-map.
2898 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
2899
2900 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
2901
2902 Sync with Tramp 2.0.56.
2903
2904 * net/tramp.el:
2905 * net/tramp-ftp.el:
2906 * net/tramp-smb.el:
2907 * net/tramp-util.el:
2908 * net/tramp-vc.el:
2909 Don't load cl.el, because that pollutes the namespace. Replace cl
2910 macros by their implementations where necessary. Requested by
2911 Richard Stallman <rms@gnu.org>.
2912
2913 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
2914 doesn't exist.
2915 (with-parsed-tramp-file-name): Protect debug spec during compilation.
2916 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
2917 (tramp-file-name-p, tramp-file-name-multi-method)
2918 (tramp-file-name-method, tramp-file-name-user)
2919 (tramp-file-name-host, tramp-file-name-localname): New defuns,
2920 replacing defstruct `tramp-file-name'.
2921 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
2922 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
2923 Apply `vector' instead of `make-tramp-file-name'.
2924 (tramp-handle-make-auto-save-file-name):
2925 Apply `tramp-temporary-file-directory' for compatibility reasons.
2926 (tramp-completion-mode): Use `natnump' instead of `wholenump'
2927 because of XEmacs.
2928 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
2929 started.
2930
2931 2007-06-07 David Kastrup <dak@gnu.org>
2932
2933 * dired.el (dired-recursive-deletes, dired-recursive-copies):
2934 Change default to `top'.
2935
2936 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
2937
2938 * dired.el (dired-mode-map): Remove spurious separator.
2939
2940 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2941
2942 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
2943
2944 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2945 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
2946
2947 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
2948
2949 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
2950 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
2951
2952 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2953
2954 * progmodes/ebrowse.el (ebrowse-member-table):
2955 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
2956
2957 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2958
2959 * pgg.el (pgg-sign-region, pgg-sign):
2960 * ses.el (ses-call-printer):
2961 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
2962 * textmodes/org.el (org-cycle): Fix typos in docstrings.
2963
2964 2007-06-06 Eli Zaretskii <eliz@gnu.org>
2965
2966 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
2967 (tar-get-descriptor): Handle type 55, an extended pax header.
2968
2969 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2970
2971 * textmodes/css-mode.el: New file.
2972
2973 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
2974
2975 * net/socks.el: New file, taken from w3 repository.
2976 (top): Update Copyright. Don't load cl.el.
2977 (all): Replace `case' by `cond', `string-to-int' by
2978 `string-to-number', and `process-kill-without-query' by
2979 `set-process-query-on-exit-flag'.
2980 (socks-char-int): Remove defalias and all occurrences.
2981
2982 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2983
2984 * international/mule-cmds.el (toggle-enable-multibyte-characters)
2985 (sort-coding-systems, search-unencodable-char): Doc fixes.
2986 (coding-system-change-eol-conversion, set-default-coding-systems)
2987 (prefer-coding-system, find-multibyte-characters, princ-list)
2988 (leim-list-entry-regexp, set-input-method, locale-language-names)
2989 (input-method-exit-on-first-char, exit-language-environment-hook)
2990 (locale-charset-language-names): Fix typos in docstrings.
2991
2992 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
2993
2994 * bs.el (bs-cycle-previous): Don't modify the cycle list until
2995 `switch-to-buffer' has returned succesfully.
2996 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
2997 window is dedicated (it could iconify the frame).
2998
2999 2007-06-05 Glenn Morris <rgm@gnu.org>
3000
3001 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
3002
3003 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
3004
3005 * files.el (auto-mode-alist): Add lower-priority match for names
3006 like ChangeLog.old.
3007
3008 2007-06-04 Andreas Schwab <schwab@suse.de>
3009
3010 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
3011
3012 2007-06-04 Davis Herring <herring@lanl.gov>
3013
3014 * calendar/timeclock.el: Update version number.
3015 (timeclock-modeline-display): Mention timeclock-use-display-time
3016 in explanatory message.
3017 (timeclock-log): Suppress warnings when finding the log.
3018 Don't check for a nil project twice. Run hooks after killing the
3019 buffer (if applicable).
3020 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
3021 was geometric). All uses changed.
3022 (timeclock-generate-report): Support prefix argument.
3023
3024 2007-06-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3025
3026 * man.el (Man-next-section): Don't consider the last line of the
3027 page as being part of any section.
3028
3029 2007-06-04 Martin Rudalics <rudalics@gmx.at>
3030
3031 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
3032 modified flag of buffer. Use `inhibit-modification-hooks'.
3033
3034 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
3035
3036 * mail/mail-extr.el (mail-extract-address-components):
3037 Recognize non-ASCII characters except for NBSP as words.
3038
3039 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
3040
3041 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
3042
3043 2007-06-04 Michael Olson <mwolson@gnu.org>
3044
3045 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
3046 died and we are trying to send a signal to it.
3047
3048 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
3049
3050 * emacs-lisp/easy-mmode.el (define-minor-mode)
3051 (easy-mmode-define-navigation): Fix typos in docstrings.
3052
3053 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
3054 Fix typos in docstrings.
3055 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
3056 (compilation-finish-function): Fix typo in obsolescence declaration.
3057
3058 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
3059
3060 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
3061
3062 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
3063 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
3064
3065 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
3066
3067 * longlines.el (longlines-mode): Make longlines-auto-wrap
3068 buffer-local. Add hooks unconditionally.
3069 (longlines-auto-wrap): Toggle wrapping.
3070 (longlines-after-change-function)
3071 (longlines-post-command-function): Check longlines-auto-wrap.
3072
3073 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
3074
3075 * Version 22.1 released.
3076
3077 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
3078
3079 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
3080 changes.
3081
3082 2007-05-31 Richard Stallman <rms@gnu.org>
3083
3084 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
3085
3086 2007-05-29 Martin Rudalics <rudalics@gmx.at>
3087
3088 * textmodes/table.el (table--point-entered-cell-function)
3089 (table--point-left-cell-function):
3090 Bind `inhibit-point-motion-hooks' to t.
3091
3092 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3093
3094 * emacs-lisp/rx.el (rx): Doc fix.
3095
3096 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
3097
3098 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
3099
3100 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
3101
3102 * log-edit.el (log-edit-changelog-paragraph): Return point-max
3103 as the end of the ChangeLog paragraph when it ends without a line
3104 termination.
3105
3106 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3107
3108 * textmodes/fill.el (canonically-space-region): Make the second arg
3109 a marker if it's not already the case.
3110
3111 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
3112 (xterm-mouse-event): Use it.
3113
3114 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
3115
3116 * vc-hooks.el (vc-find-root): Fix file attribute test.
3117
3118 2007-05-24 Richard Stallman <rms@gnu.org>
3119
3120 * textmodes/flyspell.el (flyspell-correct-word-before-point):
3121 Don't let opoint be nil.
3122 (flyspell-emacs-popup): Explicit error if no dialogs.
3123
3124 2007-05-23 Eli Zaretskii <eliz@gnu.org>
3125
3126 * tar-mode.el (tar-file-name-handler): New function.
3127 (tar-extract): Bind file-name-handler-alist to it to force
3128 find-buffer-file-type-coding-system behave as if the file being
3129 extracted existed. Use last-coding-system-used to force
3130 buffer-file-coding-system to what decode-coding-region actually
3131 used to decode the file.
3132
3133 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3134
3135 * progmodes/compile.el (compilation-handle-exit):
3136 `compilation-finish-function' may change the current buffer.
3137
3138 2007-05-22 Richard Stallman <rms@gnu.org>
3139
3140 * files.el (set-auto-mode): Doc fix.
3141
3142 2007-05-22 Eli Zaretskii <eliz@gnu.org>
3143
3144 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3145
3146 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
3147
3148 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
3149 (rcirc-print): Handle `window-width'.
3150 (rcirc-buffer-maximum-lines): Doc fix.
3151
3152 2007-05-19 Kevin Ryde <user42@zip.com.au>
3153
3154 * info.el (Info-fontify-node): Match https also.
3155
3156 2007-05-18 Richard Stallman <rms@gnu.org>
3157
3158 * simple.el (push-mark): Doc fix.
3159
3160 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
3161
3162 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
3163 tpu-global-map.
3164 (tpu-original-global-map): Delete variable.
3165 (tpu-control-keys-map): New keymap variable.
3166 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
3167 setting keymapping directly.
3168 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
3169 tpu-global-map.
3170 (tpu-edt-on): Activate the tpu-global-map.
3171 (tpu-edt-off): Deactivate the tpu-global-map.
3172
3173 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
3174
3175 * textmodes/ispell.el (ispell-get-word): Return markers
3176 for start and end positions.
3177 (ispell-word): Assume END is a marker.
3178
3179 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3180
3181 * ps-print.el: Use default color when foreground or background color
3182 are unspecified. Reported by Leo <sdl.web@gmail.com>.
3183 (ps-print-version): New version 6.7.4.
3184 (ps-rgb-color): New argument. Use default color when color is
3185 unspecified.
3186 (ps-begin-job): Fix code.
3187
3188 2007-05-17 Martin Rudalics <rudalics@gmx.at>
3189
3190 * textmodes/ispell.el (ispell-start-process): Defend against bad
3191 default-directory.
3192
3193 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3194
3195 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
3196
3197 2007-05-16 Richard Stallman <rms@gnu.org>
3198
3199 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
3200
3201 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3202
3203 * files.el (magic-mode-alist, magic-fallback-mode-alist):
3204 Move the *ml, Postscript, and XmCD entries to the fallback part.
3205
3206 * files.el (magic-fallback-mode-alist):
3207 Rename from file-start-mode-alist.
3208
3209 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3210
3211 * progmodes/compile.el (compilation-handle-exit): Quote first
3212 argument of `run-hook-with-args'.
3213
3214 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
3215
3216 * buff-menu.el (Buffer-menu-sort-column):
3217 * dabbrev.el (dabbrev-upcase-means-case-search):
3218 * dired.el (dired-recursive-deletes, dired-recursive-copies):
3219 * info.el (Info-current-subfile):
3220 * ls-lisp.el (ls-lisp-verbosity):
3221 * msb.el (msb-menu-cond):
3222 * pcvs.el (cvs-dired-use-hook):
3223 * simple.el (set-mark-command-repeat-pop):
3224 * time.el (display-time-24hr-format, display-time-mail-file):
3225 Doc fixes.
3226
3227 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
3228 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
3229
3230 * view.el (view-inhibit-help-message): Fix typo in docstring.
3231 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
3232
3233 2007-05-14 Eli Zaretskii <eliz@gnu.org>
3234
3235 * mail/rmail.el (rmail-convert-to-babyl-format):
3236 Check content-transfer-encoding _last_, because we need its position
3237 in base64-header-field-end.
3238
3239 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
3240
3241 * files.el (mode-require-final-newline, require-final-newline)
3242 (enable-local-variables, enable-local-eval): Doc fixes.
3243
3244 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
3245
3246 * progmodes/python.el (python-font-lock-keywords)
3247 (python-open-block-statement-p, python-mode): Add support for the new
3248 "with" keyword.
3249
3250 2007-05-10 Richard Stallman <rms@gnu.org>
3251
3252 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
3253 (iso-cvt-write-only): Likewise.
3254
3255 * emacs-lisp/easy-mmode.el (define-minor-mode):
3256 Fix generated doc string.
3257
3258 * startup.el (fancy-splash-text): Add URL of guided tour.
3259 Adjust horizontal and vertical whitespace.
3260
3261 * progmodes/compile.el (compilation-handle-exit):
3262 Use run-hook-with-args to run compilation-finish-functions.
3263
3264 * files.el (file-start-mode-alist): New variable.
3265 (magic-mode-regexp-match-limit): Doc fix.
3266 (set-auto-mode): Handle file-start-mode-alist.
3267 A little cleanup of structure.
3268
3269 2007-05-10 Davis Herring <herring@lanl.gov>
3270
3271 * calendar/timeclock.el (timeclock-in): Fix non-interactive
3272 workday specifications.
3273 (timeclock-log): Don't kill the log buffer if it already existed.
3274
3275 2007-05-08 Richard Stallman <rms@gnu.org>
3276
3277 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
3278 Don't include non-self-insert commands in the exception for `-'.
3279
3280 2007-05-08 David Reitter <david.reitter@gmail.com>
3281
3282 * progmodes/python.el (python-guess-indent): Check non-nullness
3283 before comparing indent against the 2..8 interval.
3284
3285 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3286
3287 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
3288 available.
3289
3290 2007-05-06 Richard Stallman <rms@gnu.org>
3291
3292 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
3293
3294 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
3295
3296 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
3297 disconnections.
3298
3299 2007-05-01 Romain Francoise <romain@orebokech.com>
3300
3301 * dired-x.el: Revert 2007-04-06 change.
3302
3303 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
3304
3305 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
3306 don't put stop on toolbar.
3307
3308 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
3309
3310 * find-dired.el (find-dired-filter): Propertize all text down to eob.
3311
3312 2007-04-29 Richard Stallman <rms@gnu.org>
3313
3314 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
3315
3316 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3317
3318 * progmodes/cc-mode.el (c-before-change): Use point-min rather
3319 than 1.
3320
3321 2007-04-28 Richard Stallman <rms@gnu.org>
3322
3323 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
3324
3325 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3326
3327 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
3328
3329 2007-04-28 Eli Zaretskii <eliz@gnu.org>
3330
3331 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
3332 instead of $(lisp)/mh-e.
3333
3334 * textmodes/fill.el (fill-paragraph): Doc fix.
3335
3336 2007-04-28 Glenn Morris <rgm@gnu.org>
3337
3338 * image-dired.el (image-dired-cmd-create-thumbnail-options)
3339 (image-dired-cmd-create-temp-image-options): Replace option
3340 +profile "*" with -strip.
3341
3342 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
3343
3344 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
3345 Use window-start and window-end.
3346
3347 2007-04-26 Glenn Morris <rgm@gnu.org>
3348
3349 * progmodes/python.el: Restore file pending consideration of legal
3350 status.
3351
3352 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
3353
3354 * locate.el (locate-in-alternate-database): Doc fix.
3355
3356 2007-04-26 Glenn Morris <rgm@gnu.org>
3357
3358 * button.el (button): Use underline if supported, else fall back
3359 to color.
3360
3361 2007-04-25 Richard Stallman <rms@gnu.org>
3362
3363 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
3364
3365 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
3366
3367 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
3368 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
3369 pushing mark.
3370 (idlwave-current-routine): Don't push mark.
3371
3372 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
3373
3374 * image-dired.el (image-dired-display-image): Derive image-type from
3375 filename rather than assuming jpeg, in case no resizing was needed.
3376
3377 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3378
3379 * custom.el (defface): Doc fix.
3380
3381 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
3382
3383 * progmodes/python.el: Remove due to unclear legal issues.
3384
3385 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
3386
3387 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
3388 Don't re-query for each cleared BP.
3389 (idlwave-shell-clear-bp): Optionally skip BP query.
3390 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
3391 of set-window-buffer, which incorrectly moves displayed region.
3392
3393 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
3394
3395 * calc/calc.el (calc-bug-address): Update maintainer's address.
3396 * calc/*: Update maintainer's address.
3397
3398 2007-04-23 Richard Stallman <rms@gnu.org>
3399
3400 * simple.el (set-mark-command-repeat-pop): Doc fix.
3401 Put in `editing-basics' group.
3402
3403 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
3404
3405 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
3406 New functions.
3407 (Info-mode-line-node-keymap): Bind mouse commands to
3408 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
3409
3410 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
3411
3412 * locate.el (locate-local-prompt): New var.
3413 (locate-prompt-for-command): Doc fix.
3414 (locate-prompt-for-search-string): New function.
3415 (locate): New optional arg. Make locate-local-prompt
3416 buffer-local. Use locate-prompt-for-search-string.
3417 (locate-with-filter): New optional arg.
3418 Use locate-prompt-for-search-string.
3419 (locate-update): Bind locate-prompt-for-command.
3420
3421 2007-04-23 Glenn Morris <rgm@gnu.org>
3422
3423 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
3424
3425 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
3426
3427 * button.el (button): Inherit from link face on a tty.
3428
3429 2007-04-23 Glenn Morris <rgm@gnu.org>
3430
3431 * button.el (button): Use color for this face on a tty.
3432
3433 * files.el (magic-mode-alist): Allow for carriage-returns in
3434 html-mode and sgml-mode entries.
3435
3436 2007-04-22 Richard Stallman <rms@gnu.org>
3437
3438 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3439 Improve doc string of generated command.
3440
3441 * subr.el (read-number): Catch errors.
3442
3443 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
3444
3445 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
3446
3447 * image-dired.el: Rename from thumbnails.el. All instances of
3448 "thumbnails" replaced with "image-dired".
3449
3450 * dired.el (dired-mode-map): Rename "thumbnails" again, to
3451 "image-dired".
3452
3453 2007-04-22 Kim F. Storm <storm@cua.dk>
3454
3455 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
3456 Don't use kill-line.
3457
3458 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
3459
3460 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
3461 error message.
3462
3463 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
3464
3465 * dired.el: Rename "tumme" to "thumbnails".
3466
3467 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
3468 replaced with "thumbnails".
3469
3470 2007-04-22 Glenn Morris <rgm@gnu.org>
3471
3472 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
3473 and give it the risky-local-variable property.
3474
3475 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
3476 before defining it.
3477
3478 2007-04-21 Martin Rudalics <rudalics@gmx.at>
3479
3480 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
3481 Use delete-region instead of kill-line.
3482
3483 2007-04-21 Alan Mackenzie <acm@muc.de>
3484
3485 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
3486 `kill-region' by `delete-region'.
3487
3488 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
3489
3490 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
3491 instead of kill-region.
3492
3493 * progmodes/mantemp.el (mantemp-make-mantemps-region)
3494 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
3495 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
3496 and kill-line.
3497
3498 * progmodes/vhdl-mode.el (vhdl-template-type)
3499 (vhdl-template-record, vhdl-template-nature)
3500 (vhdl-template-configuration-spec, vhdl-template-component-inst)
3501 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
3502 Use delete-region instead of kill-word and kill-line.
3503
3504 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3505
3506 * dired-x.el (dired-virtual-mode): Doc fix.
3507
3508 2007-04-21 Richard Stallman <rms@gnu.org>
3509
3510 * font-lock.el (font-lock-keywords-alist): Mark as risky.
3511
3512 * subr.el (read-number): Doc fix.
3513
3514 * simple.el (pop-to-mark-command): Display message "mark popped"
3515 if point does not move.
3516 (set-mark-command): Doc fix.
3517
3518 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
3519
3520 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
3521 (locate-local-filter, locate-local-search): New vars.
3522 (locate): Make variables local.
3523 (locate-update): Bind locate-buffer-name. Call locate using
3524 locate-local-filter and locate-local-search.
3525
3526 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
3527
3528 * hi-lock.el (hi-lock-file-patterns-policy): New var.
3529 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
3530 (hi-lock-mode): Update docstring.
3531
3532 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3533
3534 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
3535 fill-nobreak-predicate when the break is past fill-column.
3536
3537 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
3538
3539 * locate.el (locate): Output from shell-command should go in the
3540 current buffer rather than *Shell Command Output*.
3541
3542 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
3543
3544 * paren.el (show-paren-function): Fix last fix.
3545
3546 2007-04-19 Kevin Ryde <user42@zip.com.au>
3547
3548 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
3549 (archive-lzh-summarize): Add optional start arg for where to start
3550 looking at the archive.
3551 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
3552
3553 * international/mule.el (auto-coding-alist): no-conversion for .exe
3554 and .EXE.
3555
3556 2007-04-19 Alan Mackenzie <acm@muc.de>
3557
3558 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
3559 function return type contains "struct", "union", etc.
3560 c-end-of-defun goes too far forward.
3561
3562 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
3563
3564 * paren.el (show-paren-function): Reset window-start to avoid
3565 recentering.
3566
3567 2007-04-19 Glenn Morris <rgm@gnu.org>
3568
3569 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
3570
3571 2007-04-18 Glenn Morris <rgm@gnu.org>
3572
3573 * calendar/diary-lib.el (diary-header-line-format): Add a custom
3574 :set function.
3575 (diary-list-entries): Only switch to diary-mode from
3576 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
3577 diary-mode set header-line-format, in case of any customization.
3578
3579 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
3580
3581 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
3582 is less than the length of parse-time-syntax.
3583
3584 2007-04-17 David Kastrup <dak@gnu.org>
3585
3586 * replace.el (query-replace-regexp-eval): Deprecate.
3587
3588 2007-04-17 Alan Mackenzie <acm@muc.de>
3589
3590 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
3591 point too close to EOB, leave point at EOB rather than last `}'.
3592
3593 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3594
3595 * textmodes/bibtex.el (bibtex-include-OPTkey)
3596 (bibtex-user-optional-fields, bibtex-entry-field-alist):
3597 Fix defcustom.
3598
3599 2007-04-17 Glenn Morris <rgm@gnu.org>
3600
3601 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
3602 be encoded, fall back to current year.
3603
3604 2007-04-14 Kevin Ryde <user42@zip.com.au>
3605
3606 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
3607 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
3608 M "MSDOS".
3609
3610 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
3611
3612 * progmodes/python.el (python-end-of-block): Avoid looping forever
3613 if python-next-statement fails.
3614
3615 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3616
3617 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
3618
3619 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3620
3621 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
3622 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
3623
3624 2007-04-15 Jay Belanger <belanger@truman.edu>
3625
3626 * calc/calc.el (calc-version): New function.
3627 (calc-trail-mode): Shorten the title.
3628
3629 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
3630
3631 * mail/footnote.el (footnote-style): Clarify docstring to state
3632 that customizing this only applies to future footnotes.
3633
3634 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3635
3636 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
3637 (bibtex-make-field): Check that INIT is a string. Use functionp.
3638
3639 2007-04-14 Glenn Morris <rgm@gnu.org>
3640
3641 * complete.el (PC-goto-end): New buffer-local variable.
3642 (PC-do-completion-end): Make buffer-local.
3643 (partial-completion-mode) <choose-completion-string-functions>:
3644 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
3645 (PC-do-completion): New optional fourth argument GOTO-END. Add a
3646 doc string. Set PC-goto-end for choose-completion.
3647 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
3648 PC-do-completion.
3649
3650 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
3651 arg to bibtex-make-field.
3652 (bibtex-make-field): Add optional fourth arg NODELIM.
3653 Insert delimiters around INIT unless this arg is non-nil.
3654
3655 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
3656
3657 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
3658 global map isn't modified.
3659
3660 2007-04-14 Glenn Morris <rgm@gnu.org>
3661
3662 * calendar/appt.el (appt-disp-window): Do not split small windows.
3663 Suggested by Jeff Miller <jmiller@cablespeed.com>.
3664
3665 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
3666
3667 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
3668
3669 * files.el: Ditto.
3670
3671 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
3672
3673 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
3674
3675 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
3676 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
3677 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
3678 (term-pager-help): Fix typos in docstrings.
3679
3680 * wid-edit.el (widget-documentation): Fix typo in docstring.
3681
3682 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
3683 Fix typos in error messages.
3684
3685 2007-04-13 Martin Rudalics <rudalics@gmx.at>
3686
3687 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
3688 window marked as dedicated.
3689
3690 * mail/footnote.el (footnote-latin-string): New variable.
3691 (footnote-latin-regexp): Redefine as regexp alternative.
3692 (Footnote-latin): Use footnote-latin-string instead of
3693 footnote-latin-regexp.
3694
3695 2007-04-13 Glenn Morris <rgm@gnu.org>
3696
3697 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
3698 inherited keymaps.
3699
3700 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
3701
3702 * outline.el (outline-get-next-sibling): Clarify docstring.
3703 (outline-get-last-sibling): Handle case where we are at the first
3704 heading. Clarify docstring.
3705
3706 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
3707
3708 * progmodes/gud.el (gud-minor-mode-map): Make go button same
3709 length as stop button to lessen flicker.
3710 (jdb): Add gud-print.
3711 (gud-find-expr): Jdb prints the expression with the value, so
3712 don't insert it in the output.
3713
3714 2007-04-11 Jason Rumney <jasonr@gnu.org>
3715
3716 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
3717 case hex. Do not try to decode non-hex letters.
3718
3719 2007-04-11 Markus Triska <markus.triska@gmx.at>
3720
3721 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
3722 (byte-optimize-backward-word): Remove (move to bytecomp.el).
3723 (byte-optimize-form-code-walker): Evaluate pure function calls if
3724 possible.
3725 (byte-optimize-all-constp): New function.
3726
3727 * emacs-lisp/bytecomp.el (byte-compile-char-before):
3728 Improve numeric argument case.
3729 (byte-compile-backward-char, byte-compile-backward-word):
3730 New functions, performing rewriting previously done in byte-opt.el.
3731 Fix their "Fixme" item (restriction to numeric arguments).
3732
3733 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3734
3735 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
3736 with dolist.
3737 (after-init-hook): Don't quote lambda.
3738 (desktop-first-buffer): Don't wrap it in eval-when-compile.
3739 (desktop-internal-v2s): Remove unused var `el'.
3740 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
3741 desktop-restore-file-buffer.
3742 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
3743 desktop-create-buffer.
3744
3745 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
3746
3747 * woman.el (woman-decode-buffer): Postpone macro-set check...
3748 (woman-decode-region): ...to here.
3749
3750 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
3751
3752 * startup.el (tty-handle-args): Use %S to log ARGS.
3753
3754 2007-04-10 Glenn Morris <rgm@gnu.org>
3755
3756 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
3757 it is obsolete and has no effect.
3758
3759 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
3760 byte-compiler.
3761
3762 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
3763 obsolete function make-local-hook.
3764
3765 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
3766 start to quieten byte-compiler.
3767
3768 2007-04-10 Markus Triska <markus.triska@gmx.at>
3769
3770 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
3771 to bytecomp.el as byte-compile-char-before).
3772 * emacs-lisp/bytecomp.el (byte-compile-char-before):
3773 New function (modified replacement for byte-optimize-char-before in
3774 byte-opt.el).
3775
3776 2007-04-09 Alan Mackenzie <acm@muc.de>
3777
3778 * startup.el (inhibit-splash-screen): Emphatically state that it
3779 can't be set in site-start.el.
3780
3781 2007-04-09 Masatake YAMATO <jet@gyve.org>
3782
3783 * progmodes/cc-subword.el (c-capitalize-subword): More closely
3784 mimic the behavior of `capitalize-word'. Do not move point with a
3785 negative argument. Based on tiny change by Paul Curry.
3786
3787 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
3788
3789 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
3790 Don't move point if ARG is negative.
3791
3792 2007-04-09 Alan Mackenzie <acm@muc.de>
3793
3794 Changes to make `narrow-to-defun' and `mark-defun' work properly
3795 in CC Mode:
3796
3797 * progmodes/cc-defs.el (c-beginning-of-defun-1):
3798 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
3799 Bind beginning/end-of-defun-function to nil around calls to
3800 beginning/end-of-defun.
3801
3802 * progmodes/cc-langs.el (beginning-of-defun-function)
3803 (end-of-defun-function): New c-lang-setvar's.
3804
3805 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
3806 (setq arg 1))" to enable non-interactive call.
3807
3808 2007-04-09 Eli Zaretskii <eliz@gnu.org>
3809
3810 * simple.el (set-mark-command): Doc fix.
3811
3812 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
3813
3814 * progmodes/gud.el (gdb): Restore existing session if user
3815 tries to start a second one in graphical mode.
3816
3817 2007-04-08 Martin Rudalics <rudalics@gmx.at>
3818
3819 * cus-start.el <scroll-preserve-screen-position>: Add choices.
3820
3821 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3822
3823 * term/xterm.el (terminal-init-xterm): Fix key definitions.
3824 Add binding for C-M-SPC.
3825
3826 2007-04-08 Richard Stallman <rms@gnu.org>
3827
3828 * pcomplete.el (pcomplete-read-event): One single definition,
3829 and not a defsubst.
3830
3831 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
3832
3833 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
3834 byte-compiler warning "value unused".
3835
3836 2007-04-08 Andreas Schwab <schwab@suse.de>
3837
3838 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
3839
3840 2007-04-07 Glenn Morris <rgm@gnu.org>
3841
3842 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
3843 Autoload these functions.
3844 (diary-date-forms): Add a custom :set form.
3845
3846 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
3847 before first use.
3848 (diary-font-lock-keywords): New function with old code for
3849 initialization of variable of same name.
3850
3851 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
3852
3853 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
3854 clean-up: only insert space when on identifier, etc.
3855
3856 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
3857
3858 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
3859
3860 * net/tls.el (open-tls-stream): Properly handle case where there
3861 is no associated buffer.
3862
3863 2007-04-07 Glenn Morris <rgm@gnu.org>
3864
3865 * ffap.el (ffap-file-at-point): Lower the priority of the
3866 ffap-ftp-sans-slash-regexp check.
3867
3868 2007-04-06 Alan Mackenzie <acm@muc.de>
3869
3870 Fix fontification of labels, and other things with ":".
3871
3872 * progmodes/cc-engine.el (c-forward-label): The function now
3873 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
3874 the former t.
3875
3876 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
3877 new return code from c-forward-label, fontifying tokens properly.
3878 Add some general comments throughout the file.
3879
3880 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
3881
3882 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
3883 Revert 2006-01-27 change.
3884
3885 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
3886
3887 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
3888
3889 * desktop.el (desktop-create-buffer, desktop-save):
3890 Revert 2004-11-12 change for lack of copyright papers.
3891
3892 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
3893 (dired-guess-default): Respect case.
3894
3895 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
3896
3897 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
3898 was originally checked in as byte-optimize-concat on 1997-11-02.
3899
3900 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
3901 1995-05-19 doc changes.
3902
3903 2007-04-06 Kim F. Storm <storm@cua.dk>
3904
3905 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
3906 (unload-feature): Update interactive spec accordingly.
3907
3908 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
3909
3910 2007-04-06 John Paul Wallington <jpw@pobox.com>
3911
3912 * subr.el (with-case-table): Use `make-symbol' to avoid variable
3913 capture. Restore the table in the same buffer.
3914
3915 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
3916
3917 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
3918
3919 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3920 Print entire form.
3921
3922 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
3923
3924 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
3925 for low-color displays.
3926
3927 2007-04-05 Glenn Morris <rgm@gnu.org>
3928
3929 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
3930 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
3931 Seed random number generator on loading.
3932
3933 * emacs-lisp/authors.el (top-level): Provide self.
3934
3935 * play/animate.el (top-level): Provide self.
3936
3937 2007-04-04 Alan Mackenzie <acm@muc.de>
3938
3939 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
3940 to mention c-syntactic-indentation.
3941
3942 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
3943
3944 * subr.el (with-case-table): New macro.
3945
3946 * international/mule.el (ascii-case-table): New var.
3947
3948 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
3949 downcasing.
3950
3951 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
3952
3953 * progmodes/gud.el (gud-minor-mode-map): Simplify.
3954
3955 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
3956 of the window if we're outside it e.g menu-bar.
3957
3958 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
3959 window if we're outside it e.g menu-bar.
3960
3961 2007-04-03 Eli Zaretskii <eliz@gnu.org>
3962
3963 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
3964 decode base-64 encoded body if its content-type is something other
3965 than text/* or message/*.
3966
3967 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
3968
3969 * simple.el (activate-mark-hook): Fix typo in docstring.
3970
3971 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
3972
3973 * tmm.el (tmm-c-prompt): Initialize.
3974 (tmm-menubar): Deal with extended menu-items at top level.
3975 (tmm-get-keybind): Handle bindings redefined/undefined locally.
3976 (tmm-prompt): Handle visibility of top level menu-items.
3977
3978 * progmodes/gud.el (gud-menu-map): Simplify.
3979 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
3980 menubar.
3981
3982 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
3983
3984 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
3985
3986 * comint.el (comint-send-input): Widen the buffer first.
3987
3988 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
3989
3990 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3991
3992 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
3993 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
3994
3995 * newcomment.el (comment-search-forward): Discard comment starters
3996 before point.
3997
3998 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
3999
4000 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
4001
4002 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
4003
4004 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
4005 when downcasing.
4006
4007 * button.el (previous-button): Rewrite to account for adjacent buttons.
4008
4009 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
4010
4011 * progmodes/idlwave.el (idlwave-auto-fill):
4012 Revert paragraph-separate change.
4013
4014 * progmodes/idlw-shell.el (idlwave-shell-break-in):
4015 Simplify module calc.
4016 (idlwave-shell-set-bp-in-module): Compute module.
4017
4018 2007-03-31 Glenn Morris <rgm@gnu.org>
4019
4020 * emacs-lisp/timer.el (run-at-time): Doc fix.
4021
4022 * emacs-lisp/warnings.el (display-warning): If we create the
4023 buffer displaying the warning, disable undo there.
4024
4025 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
4026
4027 * net/tramp.el (tramp-register-file-name-handler)
4028 (tramp-register-completion-file-name-handler): New defsubst,
4029 derived from `tramp-register-file-name-handlers'. The split is
4030 necessary because Tramp's file name handlers must be registered at
4031 different startup places.
4032
4033 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
4034
4035 * progmodes/hideshow.el (turn-off-hideshow): New function.
4036 (hs-minor-mode): Use it instead of a lambda expression in
4037 change-major-mode-hook.
4038
4039 2007-03-31 David Kastrup <dak@gnu.org>
4040
4041 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
4042 corresponding to MANPATH_MAP entries.
4043 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
4044 (woman-parse-man.conf): Use more discriminating man.conf name.
4045 (woman-parse-man.conf): Parse MANPATH_MAP entries.
4046 (woman-manpath): Doc fix and type fix.
4047 (woman-cached-data): Check for MANPATH_MAP entries.
4048 (woman-expand-directory-path): Treat MANPATH_MAP entries.
4049
4050 2007-03-31 Stuart Herring <herring@lanl.gov>
4051
4052 * emacs-lisp/sregex.el (sregexq): Doc fix.
4053
4054 2007-03-31 Markus Triska <markus.triska@gmx.at>
4055
4056 * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
4057
4058 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
4059
4060 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
4061 Move to the right.
4062
4063 2007-03-30 Alan Mackenzie <acm@muc.de>
4064
4065 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
4066
4067 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
4068
4069 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
4070 Use it, passed in explicitly, instead of from the dynamic binding.
4071 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
4072
4073 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
4074
4075 * simple.el (blink-matching-open): When in minibuffer, don't
4076 search for a match inside the prompt.
4077
4078 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
4079
4080 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
4081 (tmm-prompt): Don't make the mouse user select the first menu
4082 item twice.
4083
4084 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
4085
4086 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
4087 SIGUSR1 and SIGUSR2.
4088
4089 2007-03-29 Kim F. Storm <storm@cua.dk>
4090
4091 * ido.el (ido-read-internal): When reading file or dir, only override
4092 minibuffer-local-filename-completion-map, otherwise only override
4093 minibuffer-local-completion-map.
4094
4095 2007-03-29 Glenn Morris <rgm@gnu.org>
4096
4097 * complete.el (partial-completion-mode): Set PC-do-completion-end
4098 to nil after use.
4099 (PC-lisp-complete-symbol): Create and use a marker at `end',
4100 rather than using point-marker.
4101
4102 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
4103
4104 * simple.el (next-error-highlight): Doc fix.
4105 (compose-mail): Revert 2007-03-19 change.
4106
4107 2007-03-28 Richard Stallman <rms@gnu.org>
4108
4109 * emacs-lisp/edebug.el (edebug-display): Don't go to
4110 edebug-outside-buffer if it is dead.
4111
4112 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
4113
4114 * view.el (view-mode): Fix typos in docstring.
4115
4116 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
4117
4118 * recentf.el (recentf-save-file): Add a custom :set function.
4119
4120 2007-03-28 Glenn Morris <rgm@gnu.org>
4121
4122 * complete.el (PC-do-completion-end): New variable.
4123 (partial-completion-mode) <choose-completion-string-functions>:
4124 Use PC-do-completion-end in the non-minibuffer case to replace the
4125 correct amount of text.
4126 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
4127 (PC-lisp-complete-symbol): Give marker the after-insertion type,
4128 to deal with improvements inserted after point.
4129
4130 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4131
4132 * button.el (make-text-button): Add explicit `button' property.
4133 (default-button): Don't put a `button' property on it.
4134
4135 * progmodes/python.el (python-mode): Skip comments when parsing.
4136
4137 * vc-arch.el (vc-with-current-file-buffer): New macro.
4138 (vc-arch-file-source-p): Use it to avoid infloop.
4139
4140 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
4141
4142 * emacs-lisp/lisp.el (lisp-complete-symbol):
4143 Fix call to get-buffer-window to find windows in other frames.
4144
4145 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4146
4147 * comint.el (comint-proc-query, comint-dynamic-list-completions):
4148 Fix calls to get-buffer-window to find windows in other frames.
4149 Reported by David Hansen <david.hansen@gmx.net>.
4150
4151 2007-03-27 Kevin Ryde <user42@zip.com.au>
4152
4153 * info.el (Info-display-images-node): On a text-only terminal,
4154 show the "text" or "alt" parts of the image blobs.
4155
4156 2007-03-27 Glenn Morris <rgm@gnu.org>
4157
4158 * complete.el (PC-do-completion): Compute completion-base-size in
4159 the non-filename case, rather than setting to nil.
4160 (PC-lisp-complete-end): New variable.
4161 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
4162 original end in a series of consecutive invocations.
4163
4164 * calendar/calendar.el (calendar-mode-hook): Declare it.
4165
4166 * calendar/diary-lib.el (diary-live-p): Do not check for
4167 diary-selective-display.
4168
4169 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4170
4171 * replace.el (occur-next-error): *Occur* might not be displayed in the
4172 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
4173
4174 2007-03-26 Richard Stallman <rms@gnu.org>
4175
4176 * textmodes/flyspell.el (flyspell-large-region):
4177 Use ispell-call-process-region.
4178
4179 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4180
4181 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
4182 Use prin1 instead of princ.
4183
4184 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
4185
4186 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
4187 Merge in X resources before global face.
4188
4189 * progmodes/compile.el (compilation-start): Save compilation-directory
4190 rather than default-directory as local var.
4191 (compilation-directory): Mark as safe local var.
4192
4193 * files.el: Don't mark default-directory as a safe local var.
4194
4195 2007-03-25 Alan Mackenzie <acm@muc.de>
4196
4197 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
4198 * progmodes/cc-engine.el: Fix typo.
4199
4200 2007-03-25 Juri Linkov <juri@jurta.org>
4201
4202 * compare-w.el (compare-windows): Rename customization group
4203 `compare-w' to `compare-windows'.
4204 (compare-windows-whitespace, compare-ignore-whitespace)
4205 (compare-ignore-case, compare-windows-sync)
4206 (compare-windows-sync-string-size, compare-windows-recenter)
4207 (compare-windows-highlight, compare-windows): Change group name in
4208 the `group' tag from `compare-w' to `compare-windows'.
4209 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
4210
4211 2007-03-24 Markus Triska <markus.triska@gmx.at>
4212
4213 * expand.el: Change example to always enable abbrev-mode,
4214 and remove redundant `function'.
4215 (expand-abbrev-hook): Add autoload cookie.
4216
4217 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
4218
4219 * emacs-lisp/testcover.el (testcover-start, testcover-end)
4220 (testcover-mark-all, testcover-unmark-all): Add prompts to
4221 interactive specs.
4222
4223 2007-03-24 Jason Rumney <jasonr@gnu.org>
4224
4225 * autorevert.el (find-file-hook, auto-revert-tail-mode):
4226 Use file size in bytes for auto-revert-tail-pos not characters.
4227
4228 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
4229
4230 * vc-rcs.el (vc-rcs-annotate-command):
4231 Set text property :vc-annotate-prefix on the annotation text.
4232 (vc-rcs-annotate-time): Instead of searching for ": ",
4233 search for end of text propertized with :vc-annotate-prefix.
4234
4235 2007-03-24 Martin Rudalics <rudalics@gmx.at>
4236
4237 * whitespace.el (top level): Remove calls putting
4238 permanent-local nil property since these are no-ops.
4239
4240 * man.el (Man-support-local-filenames): Assure that
4241 default-directory exists when doing call-process.
4242
4243 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
4244
4245 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
4246 Fix omission bug: Use m4-program-options to construct shell command.
4247
4248 2007-03-23 David Kastrup <dak@gnu.org>
4249
4250 * progmodes/cc-mode.el (c-make-emacs-variables-local):
4251 Use `mapcar' rather than `mapcan' to silence compiler warning.
4252
4253 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
4254
4255 * textmodes/reftex.el, textmodes/reftex-vars.el,
4256 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
4257 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
4258 * textmodes/reftex-index.el, textmodes/reftex-global.el,
4259 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
4260 * textmodes/reftex-auc.el: Add maintainer address.
4261
4262 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
4263
4264 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
4265 Make sure that `global-font-lock-mode' does not turn on font-lock
4266 in these buffers.
4267
4268 2007-03-21 Kim F. Storm <storm@cua.dk>
4269
4270 * xt-mouse.el (xt-mouse-epoch): New variable.
4271 (xterm-mouse-event): Use float-time.
4272
4273 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
4274
4275 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
4276 current-time.
4277
4278 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4279
4280 * complete.el (read-file-name-internal): Don't add the final > if the
4281 completion is not finished (re-application of this patch, which was
4282 accidentally undone by Eli).
4283
4284 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
4285
4286 * emulation/viper.el (viper-non-hook-settings): Handle mouse
4287 clicks in describe-key and describe-key-briefly advice a little better.
4288
4289 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
4290
4291 * server.el (server-process-filter): Cancel any pending isearch.
4292
4293 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
4294
4295 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
4296 (icalendar--get-unfolded-buffer): Define actual arguments rather
4297 than just using &rest. Check replace-in-string is fbound.
4298 (icalendar-import-buffer): Doc fix.
4299 (icalendar--convert-ical-to-diary): Set diary-file.
4300 Check diary-file before inserting final newline.
4301 (icalendar--add-diary-entry): Return diary-file.
4302
4303 2007-03-21 Glenn Morris <rgm@gnu.org>
4304
4305 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
4306 (diary-display-hook): Add custom :set function.
4307
4308 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
4309 Add custom :set function.
4310 (diary-header-line-format): Doc fix.
4311 (diary-set-maybe-redraw): New function.
4312 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
4313 (diary-list-entries): Always run diary-mode.
4314
4315 2007-03-20 Kenichi Handa <handa@m17n.org>
4316
4317 * international/quail.el (quail-setup-completion-buf): Make the
4318 completion buffer read-only.
4319 (quail-completion): Adjusted for the above change. Leave the
4320 modified flag nil.
4321
4322 2007-03-20 David Kastrup <dak@gnu.org>
4323
4324 * files.el (magic-mode-alist): Require literal "%!PS" string for
4325 magic postscript file detection.
4326
4327 2007-03-20 Richard Stallman <rms@gnu.org>
4328
4329 * textmodes/ispell.el (ispell-call-process): New function.
4330 Defends against bad `default-directory.'
4331 (ispell-check-version, ispell-find-aspell-dictionaries)
4332 (ispell-get-aspell-config-value, lookup-words): Call it.
4333 (ispell-call-process-region): New function.
4334 (ispell-send-string): Call it.
4335
4336 2007-03-20 Andreas Schwab <schwab@suse.de>
4337
4338 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
4339 (finder-data): Likewise.
4340 (autoloads): Likewise.
4341
4342 2007-03-20 Martin Rudalics <rudalics@gmx.at>
4343
4344 * files.el (basic-save-buffer): Do not set visited filename when
4345 the corresponding directory does not exist or the specified
4346 filename is that of an existing directory.
4347
4348 2007-03-20 Glenn Morris <rgm@gnu.org>
4349
4350 * calendar/diary-lib.el (diary-live-p): New function.
4351 (number-of-diary-entries): Add a :set function to redisplay diary
4352 when necessary.
4353
4354 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
4355
4356 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
4357 from client program, mev, to compute mouse event.
4358
4359 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
4360
4361 * faces.el (momentary): Face removed; unused due to reversion of
4362 2007-01-04 changes by Kevin Rodgers.
4363
4364 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
4365 Suggested by Johan Bockg\e,Ae\e(Brd.
4366
4367 2007-03-19 Martin Rudalics <rudalics@gmx.at>
4368
4369 * font-lock.el (lisp-font-lock-keywords-1):
4370 Highlight define-globalized-minor-mode as a keyword.
4371
4372 2007-03-19 Kim F. Storm <storm@cua.dk>
4373
4374 * calc/calc-forms.el (math-std-daylight-savings)
4375 (math-std-daylight-savings-old): Doc fix.
4376
4377 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
4378
4379 * progmodes/python.el (python-default-template): Doc fix.
4380 (python-buffer): Fix typo in docstring.
4381
4382 * isearchb.el (isearchb-follow-char):
4383 * subr.el (def-edebug-spec): Fix typo in docstring.
4384
4385 2007-03-19 Richard Stallman <rms@gnu.org>
4386
4387 * files.el (default-directory): Mark safe.
4388 (basic-save-buffer-2): Put proper dir name in error message.
4389
4390 * simple.el (compose-mail): Run switch-function after
4391 setting up the mail buffer.
4392
4393 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
4394
4395 2007-03-18 Jay Belanger <belanger@truman.edu>
4396
4397 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
4398 (math-std-daylight-savings-new): Rename from
4399 `math-std-daylight-savings'.
4400 (math-std-daylight-savings-old): Rename from old value of
4401 `math-std-daylight-savings'.
4402 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
4403 `math-std-daylight-savings-old' depending on the year.
4404
4405 2007-03-18 Detlev Zundel <dzu@gnu.org>
4406
4407 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
4408 zero-width regexps as invalid but rather at least count them correctly.
4409
4410 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
4411
4412 * net/tls.el (open-tls-stream): In handshake-waiting loop,
4413 don't wait more if there is output available to process.
4414
4415 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
4416
4417 * progmodes/compile.el (compilation-find-file): Revert change
4418 from 2006-07-18 to allow completion of directory names.
4419 Reported by John Carter <john.carter@tait.co.nz>.
4420
4421 2007-03-18 Kim F. Storm <storm@cua.dk>
4422
4423 * subr.el (when, unless): Doc fix.
4424
4425 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
4426
4427 * net/tls.el (tls-program): Doc fix.
4428
4429 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
4430
4431 * autorevert.el (auto-revert-tail-handler):
4432 Call after-revert-hook.
4433
4434 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
4435
4436 * simple.el (switch-to-completions): No error if search for \n\n fails.
4437
4438 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
4439
4440 * simple.el (line-move-1):
4441 Respect `inhibit-line-move-field-capture' property.
4442
4443 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
4444
4445 * comint.el (comint-arguments): Mark backslash-escaped chars.
4446 (comint-delim-arg): Don't treat them as delimiters.
4447
4448 2007-03-12 Kim F. Storm <storm@cua.dk>
4449 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
4450
4451 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
4452
4453 * tempo.el (tempo-insert): Deal with 'r> if it appears
4454 specified with a prompt argument.
4455
4456 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
4457
4458 * textmodes/org.el (org-set-font-lock-defaults):
4459 Handle narrow table columns correctly.
4460
4461 2007-03-12 Mark A. Hershberger <mah@everybody.org>
4462
4463 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
4464 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
4465 Return to use of the -no-properties variants. There was
4466 consensus on emacs-devel that the speed of these variants was
4467 prefered since we are usually parsing files (from the internet
4468 or on disk) instead of XML created in Emacs.
4469
4470 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
4471 Add customize option.
4472
4473 2007-03-12 Glenn Morris <rgm@gnu.org>
4474
4475 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
4476 North American rule. Replace "daylight savings" with "daylight
4477 saving" in doc.
4478
4479 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
4480 * calendar/lunar.el, solar.el: Replace "daylight savings" with
4481 "daylight saving" in text.
4482
4483 * woman.el (woman-change-fonts): Tweak previous change by using
4484 woman-request-regexp rather than "^\\.".
4485
4486 * startup.el (command-line-1): Make insertion of
4487 initial-scratch-message not depend on scratch being selected.
4488
4489 2007-03-11 Juri Linkov <juri@jurta.org>
4490
4491 * replace.el (match): Use yellow background on light-bg terminals.
4492
4493 2007-03-11 Richard Stallman <rms@gnu.org>
4494
4495 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
4496 Correctly compute line number.
4497
4498 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
4499
4500 * type-break.el (type-break-get-previous-count):
4501 Repeat previous change here.
4502
4503 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
4504
4505 * progmodes/grep.el (grep-find-ignored-directories):
4506 Add .git and .bzr to list.
4507
4508 2007-03-11 Andreas Schwab <schwab@suse.de>
4509
4510 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
4511
4512 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4513
4514 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
4515
4516 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
4517
4518 * faces.el (face-set-after-frame-default): Recalculate face
4519 customizations after applying X resources.
4520
4521 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
4522
4523 * net/rcirc.el (rcirc-timeout-seconds): New variable.
4524 (rcirc-keepalive-seconds): Remove variable.
4525 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
4526 (rcirc-process, rcirc-user-disconnect): New variables.
4527 (rcirc-connect): Initalize new variables.
4528 (rcirc-keepalive): Don't send keepalive pings before connection
4529 is completed.
4530 (rcirc-sentinel): Do mark all channels with activity when
4531 connection is dropped. Run hook with process buffer local.
4532 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
4533 (rcirc-buffer-process): Return value of rcirc-process if
4534 rcirc-server-buffer is nil.
4535 (rcirc-server-name): Return the reported server name.
4536 (rcirc-update-prompt): Simplify computation of the server name.
4537 (rcirc-format-response-string): Likewise.
4538 (rcirc-handler-001): Mark server as connected, record the reported
4539 server name, and schedule a timeout.
4540 (rcirc-track-nick): Add a spec for the tty class.
4541 (rcirc-user-non-nick): Remove function.
4542 (rcirc-nick-prefix-chars): Add variable.
4543 (rcirc-user-nick): Use above variable.
4544
4545 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4546
4547 * icomplete.el (icomplete-tidy, icomplete-exhibit):
4548 Bind deactivate-mark to nil.
4549
4550 2007-03-10 Martin Rudalics <rudalics@gmx.at>
4551
4552 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
4553 that buffer contents get erased during completion.
4554
4555 2007-03-10 Glenn Morris <rgm@gnu.org>
4556
4557 * woman.el (woman-change-fonts): Add a hack to deal with
4558 font-escape followed by "." at start of a line.
4559 (woman2-IP): Add a hack to deal with consecutive requests.
4560 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
4561
4562 2007-03-10 Alan Mackenzie <acm@muc.de>
4563
4564 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
4565
4566 2007-03-09 Richard Stallman <rms@gnu.org>
4567
4568 * abbrev.el (abbrev): Add `provide'.
4569
4570 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
4571
4572 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
4573
4574 2007-03-09 Martin Rudalics <rudalics@gmx.at>
4575
4576 * complete.el (PC-try-completion): New function.
4577 (PC-do-completion, read-file-name-internal): Use it instead of
4578 try-completion.
4579
4580 2007-03-08 Alan Mackenzie <acm@muc.de>
4581
4582 Remove stale tokens from `c-found-types' cache.
4583
4584 * progmodes/cc-mode.el (c-unfind-enclosing-token)
4585 (c-unfind-coalesced-tokens, c-before-change): New functions.
4586 (c-maybe-stale-found-type): New variable.
4587
4588 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
4589 (c-trim-found-types): New functions.
4590
4591 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
4592
4593 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
4594 (debug-ignored-errors): Add entry from smerge-match-conflict.
4595
4596 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
4597
4598 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
4599 special help topics for keywords.
4600 (idlwave-help-assistant-command): Include ".exe" for ms-dos
4601 etc. Assistant command.
4602
4603 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
4604
4605 * replace.el (occur-engine): Move buffer-undo-list binding...
4606 (occur-1): ...to here.
4607
4608 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
4609
4610 * simple.el (minibuffer-completing-symbol): New var.
4611 (eval-expression): Use it.
4612 (completion-setup-function): Don't bind completion-base-size when
4613 completing a symbol in the minibuffer.
4614
4615 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
4616
4617 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
4618 tries to start a second session in graphical mode.
4619
4620 2007-03-07 Miles Bader <miles@gnu.org>
4621
4622 * international/isearch-x.el
4623 (isearch-process-search-multibyte-characters):
4624 Strip text-properties from PROMPT to avoid an error from read-string.
4625
4626 2007-03-07 Kim F. Storm <storm@cua.dk>
4627
4628 * complete.el (PC-bindings): Remap lisp-complete-symbol to
4629 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
4630
4631 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4632
4633 * complete.el (PC-do-completion): Delete duplicates in the list of
4634 possible completions.
4635
4636 2007-03-07 Glenn Morris <rgm@gnu.org>
4637
4638 * ses.el (ses-mode): Doc fix.
4639
4640 2007-03-06 Kim F. Storm <storm@cua.dk>
4641
4642 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
4643
4644 2007-03-06 Kenichi Handa <handa@m17n.org>
4645
4646 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
4647
4648 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4649
4650 * simple.el (completion-setup-function): Improve last fix so it doesn't
4651 set it to a relative directory name either.
4652
4653 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4654
4655 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
4656
4657 2007-03-05 Richard Stallman <rms@gnu.org>
4658
4659 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
4660
4661 * files.el (find-file-noselect): No error if file no longer exists.
4662 Display a message and avoid other questions.
4663
4664 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4665
4666 * pcomplete.el (pcomplete-show-completions): Improve last change, so
4667 as not to use an invisible window and to create a window if none exist.
4668
4669 * progmodes/python.el (python-send-command): Restart proc if necessary.
4670 (python-proc): Simplify.
4671
4672 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
4673
4674 * pcomplete.el (pcomplete-show-completions): Search all frames for
4675 completions buffer.
4676
4677 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
4678
4679 * cus-edit.el (customize-save-variable): Clear customized-value
4680 property (saved values are now put in theme-value property).
4681 (customize-set-variable): Doc fix.
4682
4683 * complete.el (PC-do-completion): If completion-ignore-case is
4684 non-nil, replace field with completion string before exiting.
4685
4686 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
4687
4688 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
4689 Append its extension to the resulting temporary file name.
4690 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
4691
4692 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
4693 (tramp-smb-handle-write-region): Apply it.
4694
4695 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4696
4697 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4698 Redo previous change.
4699
4700 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
4701
4702 * diff-mode.el (diff-mode): Doc fix.
4703
4704 2007-03-05 Kenichi Handa <handa@m17n.org>
4705
4706 * international/characters.el: Set category `l' (latin)
4707 for more characters.
4708
4709 2007-03-04 Kim F. Storm <storm@cua.dk>
4710
4711 * emacs-lisp/authors.el (authors-aliases): Add alias.
4712
4713 2007-03-04 Glenn Morris <rgm@gnu.org>
4714
4715 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
4716 all when switching major mode.
4717 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
4718 (hs-block-start-mdata-select, hs-block-end-regexp)
4719 (hs-forward-sexp-func, hs-adjust-block-beginning):
4720 Do not make these variables permanent-local.
4721
4722 2007-03-04 Richard Stallman <rms@gnu.org>
4723
4724 * progmodes/cperl-mode.el (cperl-mode):
4725 Modify cperl-compilation-error-regexp-alist by appending.
4726
4727 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
4728 (edebug-mode): Add the hook.
4729 (edebug-recursive-edit): Remove the hook on exiting.
4730
4731 * type-break.el (type-break-get-previous-time):
4732 Handle end-of-file errors specially
4733 so they don't get reported wrong in .emacs.
4734
4735 * startup.el (fancy-splash-text): Clarify text.
4736
4737 * simple.el (beginning-of-buffer, end-of-buffer):
4738 Avoid treating plain C-u like numeric arg.
4739
4740 * simple.el (completion-setup-function): Don't set
4741 default-directory to nil.
4742
4743 * shell.el (shell-dirstack-query): Doc fix.
4744
4745 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
4746 Don't select the window -- pass it to primitives instead.
4747
4748 * faces.el (minibuffer-prompt): Use medium blue by default.
4749
4750 2007-03-04 David Kastrup <dak@gnu.org>
4751
4752 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
4753 Preserve 16 as default value for "seconds" when customizing.
4754
4755 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
4756
4757 * textmodes/org.el (org-self-insert-command)
4758 (orgtbl-self-insert-command, org-delete-char)
4759 (org-delete-backward-char): Set the `flyspell-delayed' property.
4760
4761 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
4762
4763 * international/mule.el (find-auto-coding): Don't search for
4764 line-ending characters past the end of the tail.
4765
4766 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
4767
4768 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
4769 Jump to the line where new score has been uploaded.
4770
4771 * play/tetris.el (tetris-move-bottom, tetris-move-left)
4772 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
4773 Do nothing when the game is paused.
4774
4775 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
4776
4777 * textmodes/org.el (org-set-tags): Prevent slipping of point
4778 during completion.
4779
4780 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
4781
4782 * isearch.el (isearch-message-prefix):
4783 Use minibuffer-prompt-properties.
4784
4785 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4786
4787 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
4788 (ps-setup): Print which Emacsen is running ps-print package.
4789
4790 2007-03-01 Stuart Herring <herring@lanl.gov>
4791
4792 * files.el (set-auto-mode-0): Use `indirect-function'.
4793 (hack-one-local-variable): Don't reapply current major mode.
4794
4795 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
4796
4797 * progmodes/python.el (python-quote-syntax): Don't bother with
4798 syntax-ppss-context.
4799 (python-fill-paragraph): Make sure that fenced-string delimiters that
4800 stand on their own line stay there.
4801
4802 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
4803
4804 * replace.el (perform-replace): Propertize message.
4805
4806 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
4807
4808 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
4809 invisible heading.
4810
4811 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
4812
4813 * net/tramp.el (tramp-file-name-handler): Revert last change.
4814
4815 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
4816
4817 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
4818 Correct doc strings.
4819
4820 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
4821
4822 * replace.el (perform-replace): Undo forward-char immediately if
4823 non-adjacent search fails.
4824
4825 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4826
4827 * version.el (emacs-major-version, emacs-minor-version):
4828 string-to-int -> string-to-number.
4829
4830 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
4831
4832 * help.el (where-is): Fail gracefully when not passed a command.
4833
4834 2007-02-28 Stuart Herring <herring@lanl.gov>
4835
4836 * find-lisp.el (find-lisp-default-directory-predicate):
4837 Fix bug: Do symlink check on expanded filename.
4838
4839 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
4840
4841 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
4842 changes during replacement.
4843 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
4844
4845 2007-02-28 Lars Hansen <larsh@soem.dk>
4846
4847 * desktop.el: Delete header line listing me as maintainer.
4848
4849 2007-02-28 Glenn Morris <rgm@gnu.org>
4850
4851 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
4852 the menus case.
4853
4854 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
4855
4856 * net/tramp.el (tramp-file-name-handler): Inhibit modification
4857 hooks to avoid confusion when combining after-change calls.
4858
4859 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
4860
4861 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
4862 now that pgg-gpg-process-region correctly honors passed-in passphrase.
4863 (allout-distinctive-bullets-string): Add info about bullet conventions.
4864 (allout-mode): Add info about distinctive vs plain bullets.
4865
4866 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
4867
4868 * textmodes/org.el (org-archive-subtree): Quote variable name.
4869 (org-agenda-get-todos): Make sure skip properties are checked correctly.
4870
4871 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
4872
4873 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
4874 (gud-bashdb-command-name, bashdb): Remove.
4875 (gud, gud-menu-map): Remove references to bash/bashdb.
4876
4877 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
4878
4879 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
4880 keyword for Python 2.5.
4881
4882 2007-02-26 Romain Francoise <romain@orebokech.com>
4883
4884 * net/net-utils.el (whois-server-tld): Update server for .org.
4885 (whois-server-list): Add whois.publicinterestregistry.net.
4886 (whois-guess-server): Fix formatting in docstring.
4887
4888 2007-02-26 Kim F. Storm <storm@cua.dk>
4889
4890 * mouse.el (mouse-show-mark): Run hooks and perform command
4891 remapping for mouse-region-delete-keys.
4892
4893 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4894
4895 * font-core.el (font-lock-mode): Doc fix.
4896
4897 2007-02-25 Kim F. Storm <storm@cua.dk>
4898
4899 * ido.el (ido-buffer-internal): Set this-command to fallback command.
4900 Add selected buffer to buffer-name-history.
4901 (ido-file-internal): Set this-command to fallback command.
4902 Add file names to file-name-history.
4903
4904 * emacs-lisp/map-ynp.el (map-y-or-n-p):
4905 Apply minibuffer-prompt-properties.
4906
4907 2007-02-25 Andreas Schwab <schwab@suse.de>
4908
4909 * files.el (hack-one-local-variable-eval-safep): Correct handling
4910 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
4911
4912 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
4913
4914 * textmodes/org.el (org-table-overlay-coordinates)
4915 (org-table-toggle-coordinate-overlays): New functions.
4916 (org-table-overlay-coordinates, org-table-coordinate-overlays):
4917 New variables.
4918 (org-startup-with-deadline-check): Remove option.
4919 (org-mode): Remove deadline check on startup.
4920 (org-table-limit-column-width): Remove option.
4921 (org-table-formula-numbers-only): Remove option.
4922 (org-link-style, org-link-format): Remove options.
4923 (org-select-agenda-window, org-fit-agenda-window): Remove options.
4924 (org-export-ascii-show-new-buffer)
4925 (org-export-html-show-new-buffer): Remove options.
4926 (org-activate-links): Remove camel option.
4927 (org-file-link-context-use-camel-case): Remove option.
4928 (org-camel-regexp): Remove variable.
4929 (org-activate-camels): Remove function.
4930 (org-store-link): Remove Camel stuff.
4931 (org-make-org-heading-camel): Remove function.
4932 (org-open-at-point): Remove camel stuff.
4933 (org-link-search): Remove camel stuff.
4934 (org-camel-to-words): Function removed.
4935 (org-get-agenda-file-buffer): Make sure we prepare the base
4936 buffers, not any indirect buffers.
4937 (org-sort-entries): Sort top-level when not on a headline, and no
4938 active region.
4939 (org-in-regexp): New function.
4940 (org-search-not-self): Rename from `org-search-not-link'.
4941 (org-open-link-marker): New variable.
4942 (org-open-at-point): Set `org-open-link-marker'.
4943 (org-print-icalendar-entries): Fixe bug with excluding DONE
4944 entries from the exported list.
4945 (org-edit-formula-lisp-indent): New command.
4946 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
4947 (orgtbl-to-latex, orgtbl-insert-radio-table)
4948 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
4949 (orgtbl-radio-table-templates): New option.
4950 (org-store-link-props):
4951 (org-remember-templates): More possibilities to insert info
4952 into templates.
4953 (org-remember-apply-template): Make use of the extended
4954 template capabilities.
4955 (org-remember-redo-template): New command.
4956 (org-upgrade-old-links)
4957 (org-table-modify-formulas, org-table-replace-in-formulas)
4958 (org-table-find-dataline)
4959 (org-table-get-vertical-vector): Remove functions.
4960 (org-table-remove-rectangle-highlight)
4961 (org-time-stamp-format, org-toggle-log-option)
4962 (org-table-highlight-rectangle)
4963 (org-table-iterate, org-table-make-reference):
4964 (org-translate-time, org-tree-to-indirect-buffer)
4965 (org-table-field-info, org-table-fix-formulas)
4966 (org-table-force-dataline, org-table-get-descriptor-line)
4967 (org-table-get-range)
4968 (org-skip-comments, org-sort)
4969 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
4970 (org-table-current-dline, org-table-current-field-formula)
4971 (org-table-edit-backward-field)
4972 (org-table-edit-formulas-post-command)
4973 (org-table-edit-line-down, org-table-edit-line-up)
4974 (org-agenda-archive)
4975 (org-agenda-clock-cancel)
4976 (org-agenda-clock-out, org-agenda-list-stuck-projects)
4977 (org-agenda-open-link, org-agenda-show-new-time)
4978 (org-agenda-skip-subtree-when-regexp-matches)
4979 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
4980 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
4981 (org-do-sort, org-file-image-p, org-find-overlays)
4982 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
4983 (org-highlight-until-next-command, org-isearch-end)
4984 (org-match-any-p, org-next-link, org-previous-link):
4985 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
4986 (org-rewrite-old-row-references)
4987 (org-isearch-post-command)
4988 (org-table-edit-move, org-table-edit-next-field)
4989 (org-table-edit-scroll, org-table-edit-scroll-down)
4990 (org-set-frame-title, org-show-reference)
4991 (org-unhighlight-once, org-verify-change-for-undo): New functions.
4992 (org-show-variable): Remove command.
4993 (org-add-log-maybe): New arguments STATE, FINDPOS
4994 (org-table-sort-lines): Rewrite from scratch.
4995 (org-link-search): New argument AVOID-POS.
4996 (org-print-icalendar-entries): Remove argument CATEGORY.
4997 (org-run-agenda-series): Remove argument WONDOW.
4998 (org-next-link, org-previous-link): New commands.
4999 (org-agenda-date-format): New option.
5000 (org-table-iterate): New command.
5001 (org-table-modify-formulas)
5002 (org-table-replace-in-formulas): Remove functions.
5003 (org-table-fix-formulas): New function.
5004 (org-table-insert-column, org-table-delete-column)
5005 (org-table-move-column): Use `org-table-fix-formulas'.
5006 (org-follow-gnus-link): Patch from Bastien/Leo.
5007 (org-table-current-field-formula): New function.
5008 (org-file-image-p): New function.
5009 (org-agenda-show-new-time): New function.
5010 (org-agenda-date-later): Call `org-agenda-show-new-time'.
5011 (org-with-remote-undo): New macro.
5012 (org-agenda-undo): New command.
5013 (org-verify-change-for-undo): New function.
5014 (org-time-stamp-format): New function.
5015 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
5016 by user.
5017 (org-match-any-p): New function.
5018 (org-make-tags-matcher): Handle regular expressions for tag and
5019 todo matches.
5020 (org-read-date): Accept "+N" as input for a date relative to the
5021 current date.
5022 (org-remove-subtree-entries-from-agenda): New function.
5023 (org-agenda-archive, org-agenda-kill):
5024 Use `org-remove-subtree-entries-from-agenda'.
5025 (org-do-sort, org-sort-entries): New functions.
5026 (org-sort): New command.
5027 (org-table-sort-lines): Use `org-do-sort'.
5028 (org-fix-decoded-time): New function.
5029 (org-table-number-regexp): Require 0x... to identify as number
5030 in tables.
5031 (org-startup-options): New keywords for note taking.
5032 (org-upgrade-old-links): Remove function.
5033 (org-get-repeat): New function.
5034 (org-show-context): Also show siblings on current level.
5035 (org-show-siblings): New function.
5036 (org-isearch-end, org-isearch-post-command): New functions.
5037 (org-show-siblings): New option.
5038 (org-show-context): Use `org-show-siblings'.
5039 (org-table-maybe-recalculate-line): No longer require `calc-eval'
5040 to be bound, because user may just use elisp.
5041
5042 2007-02-24 Kim F. Storm <storm@cua.dk>
5043
5044 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
5045 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
5046
5047 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
5048
5049 * startup.el (command-line): Also check if the abbrev file is readable.
5050
5051 2007-02-24 John Paul Wallington <jpw@pobox.com>
5052
5053 * net/tls.el (tls-certtool-program): Fix custom type.
5054
5055 * mail/feedmail.el (feedmail-message-id-generator)
5056 (feedmail-date-generator): Fix custom types.
5057
5058 * mail/rmail.el (rmail-message-filter): Fix custom type.
5059
5060 2007-02-24 Eli Zaretskii <eliz@gnu.org>
5061
5062 * startup.el (command-line): If simple.el cannot be found, proceed
5063 with a warning message.
5064
5065 2007-02-24 Kenichi Handa <handa@m17n.org>
5066
5067 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
5068 case that BEG is a string.
5069
5070 2007-02-24 Chris Moore <dooglus@gmail.com>
5071
5072 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5073 * pgg-pgp.el (pgg-pgp-encrypt-region):
5074 * pgg-gpg.el (pgg-gpg-encrypt-region):
5075 Check pgg-encrypt-for-me if no other recipients.
5076
5077 2007-02-23 Eli Zaretskii <eliz@gnu.org>
5078
5079 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
5080
5081 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
5082 shell-quote-argument.
5083
5084 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5085
5086 * comint.el (comint-read-input-ring): Use comint-input-ring-size
5087 from the comint buffer instead of the temporary one.
5088
5089 2007-02-23 David Reitter <david.reitter@gmail.com>
5090
5091 * cus-edit.el (custom-save-all): Canonicalize custom-file before
5092 storing it in recentf-exclude.
5093
5094 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
5095
5096 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
5097 in splash screen.
5098
5099 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
5100
5101 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
5102 commands, for restart.
5103 (idlwave-shell-current-module): Fix handling of module name by type.
5104 (idlwave-shell-break-in): Update type handling.
5105 (idlwave-shell-bp-get): Encode type in BP structure.
5106 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
5107 (idlwave-shell-module-source-query): Query routine info based on type.
5108 Fix path parsing for non-compiled files.
5109 (idlwave-shell-module-source-filter): Don't signal error in filter
5110 if no source found.
5111 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
5112 filter race.
5113
5114 2007-02-22 Kim F. Storm <storm@cua.dk>
5115
5116 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
5117 (editable-field): Document need to put some text before the %v
5118 escape in :format string.
5119
5120 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
5121
5122 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
5123 (vc-svn-use-edit): Remove unused config var.
5124 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
5125
5126 * outline.el (hide-sublevels): Keep empty last line, if available.
5127
5128 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
5129 rather than the corresponding unicode char, to make the code
5130 more readable.
5131
5132 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
5133
5134 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
5135 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
5136 (speedbar-item-info-tag-helper): Doc fixes.
5137
5138 2007-02-19 Kenichi Handa <handa@m17n.org>
5139
5140 * international/mule-cmds.el (locale-language-names):
5141 Map "eo" to "Esperanto".
5142
5143 * language/european.el ("Esperanto"): New language environment.
5144
5145 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
5146
5147 * simple.el (kill-line): Doc fix.
5148
5149 2007-02-17 Kim F. Storm <storm@cua.dk>
5150
5151 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
5152 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
5153 (bindat--unpack-group, bindat--pack-group):
5154 Handle vectors with optional element type.
5155
5156 2007-02-17 Daiki Ueno <ueno@unixuser.org>
5157
5158 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
5159 if PASSPHRASE is given.
5160
5161 2007-02-17 Chris Moore <dooglus@gmail.com>
5162
5163 * jka-cmpr-hook.el (jka-compr-compression-info-list):
5164 Recognize backups of bz2 compressed files.
5165
5166 2007-02-17 Eli Zaretskii <eliz@gnu.org>
5167
5168 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
5169 to nil to speed up lookup of the symbol in index nodes.
5170
5171 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5172
5173 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
5174 Add indentation for the constants of Lisp.
5175
5176 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
5177
5178 * ps-print.el: Use (defvar <foo>) where applicable.
5179 (ps-print-emacs-type): Remove.
5180 (ps-x-frame-property, ps-e-frame-parameter): Remove.
5181 (ps-frame-parameter): Align its call-convention with frame-parameter.
5182 (ps-begin-job): Adjust calls to it appropriately.
5183 (ps-setup): Don't print ps-print-emacs-type.
5184 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
5185 Define in such a way that it's obvious that it's defined.
5186 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
5187 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
5188 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
5189
5190 2007-02-15 Alan Mackenzie <acm@muc.de>
5191
5192 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
5193 an empty one-line C-style comment, post-position point properly.
5194
5195 2007-02-15 Chris Moore <dooglus@gmail.com>
5196
5197 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
5198 (isearch-lazy-highlight-new-loop): Bind it.
5199 (isearch-lazy-highlight-search): Use it.
5200
5201 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
5202
5203 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
5204
5205 * font-lock.el (font-lock-extend-region-wholelines):
5206 Only return non-nil if the region has really been changed.
5207 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
5208
5209 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
5210
5211 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
5212 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
5213 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
5214
5215 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
5216
5217 * faces.el (color-values): Revert changes to docstring from
5218 2007-01-31 and 2000-09-07.
5219
5220 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
5221 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
5222 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
5223 (ispell-help): Fix typos in docstring and output message.
5224
5225 2007-02-14 Kim F. Storm <storm@cua.dk>
5226
5227 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
5228 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
5229 (grep): Fix lgrep reference.
5230
5231 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
5232 (standard-display-underline): Use make-glyph-code.
5233
5234 * descr-text.el (describe-char): Use glyph-char and glyph-face.
5235
5236 * international/latin1-disp.el (latin1-display-char):
5237 Use make-glyph-code.
5238
5239 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
5240
5241 * ehelp.el (with-electric-help, electric-help-exit)
5242 (electric-help-retain): Doc fixes.
5243
5244 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
5245 (byte-compile-file): Doc fixes.
5246
5247 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5248
5249 * term/mac-win.el: Change all uses of
5250 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
5251 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
5252 (mac-ae-get-url): Call select-frame-set-input-focus.
5253 (mac-dnd-handle-drag-n-drop-event): Don't call
5254 select-frame-set-input-focus.
5255
5256 2007-02-13 Kenichi Handa <handa@m17n.org>
5257
5258 * international/characters.el: Fix documentation of category `a'.
5259
5260 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
5261
5262 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
5263
5264 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
5265
5266 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
5267 (tramp-get-remote-ln): Handle error case.
5268 Reported by Chris Moore <dooglus@gmail.com>.
5269
5270 2007-02-11 Kim F. Storm <storm@cua.dk>
5271
5272 * bindings.el (ctl-x-map): Remove register compatibility bindings
5273 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
5274
5275 2007-02-11 Richard Stallman <rms@gnu.org>
5276
5277 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
5278 in load history.
5279
5280 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
5281 condition -- don't fail to stop at endpos.
5282
5283 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
5284
5285 * textmodes/org.el (org-agenda-get-todos)
5286 (org-agenda-get-timestamps, org-agenda-get-closed)
5287 (org-agenda-get-deadlines, org-agenda-get-scheduled)
5288 (org-agenda-get-blocks, org-format-agenda-item)
5289 (org-agenda-change-all-lines, org-scan-tags): Rename text property
5290 from `category' to `org-category'.
5291
5292 2007-02-11 Kenichi Handa <handa@m17n.org>
5293
5294 * international/titdic-cnv.el (titdic-convert): Force files be written
5295 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
5296 (miscdic-convert): Force files be written with Unix-like eol format.
5297
5298 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
5299
5300 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
5301
5302 * calculator.el (calculator-prompt): Doc fix.
5303 (calculator-mode-map): Fix typo in menu entry.
5304
5305 2007-02-10 Jay Belanger <belanger@truman.edu>
5306
5307 * calculator.el (calculator): Do more extensive checking for when
5308 3 lines should be used for the calculator.
5309
5310 2007-02-10 Eli Zaretskii <eliz@gnu.org>
5311
5312 * info-look.el (info-lookup-make-completions):
5313 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
5314 index nodes.
5315
5316 * info.el (Info-fontify-maximum-menu-size): Document the effect
5317 of a nil value.
5318 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
5319 non-nil before using it as size.
5320
5321 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
5322
5323 * subr.el (insert-for-yank-1): Prevent read-only properties from
5324 interfering with text property operations.
5325
5326 * image-mode.el (image-mode): Revert 2007-01-30 changes.
5327
5328 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
5329 (image-type-auto-detected-p): Fail if another match is found in
5330 auto-mode-alist.
5331
5332 * files.el (magic-mode-alist): Call image-mode instead of
5333 image-mode-maybe for autodetected images.
5334
5335 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
5336
5337 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
5338 Fix typos in docstrings.
5339 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
5340
5341 2007-02-09 Kim F. Storm <storm@cua.dk>
5342
5343 * emacs-lisp/float-sup.el: Remove obsolete comment.
5344
5345 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5346
5347 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
5348
5349 2007-02-08 Karl Fogel <kfogel@red-bean.com>
5350
5351 * simple.el: Revert previous change, at request of RMS:
5352 (fundamental-mode-hook): Remove.
5353 (fundamental-mode): Run after-change-major-mode-hooks manually,
5354 and don't run the now-nonexistent fundamental-mode-hook.
5355
5356 2007-02-08 Karl Fogel <kfogel@red-bean.com>
5357
5358 * simple.el (fundamental-mode-hook): Declare new hook.
5359 (fundamental-mode): Run the new dedicated hook, and don't run
5360 after-change-major-mode-hooks manually anymore.
5361
5362 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5363
5364 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
5365 added columns of chars. Remove support for the "no-meta-info" format.
5366 Prompted by Romain Francoise <romain@orebokech.com>.
5367
5368 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
5369
5370 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
5371 (gdb-mouse-until, gdb-mouse-jump): Use it.
5372
5373 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
5374
5375 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
5376 work when there is just an assembler buffer (no source buffer).
5377
5378 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
5379
5380 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
5381 just because the diff was produced using "-p" (--show-c-function).
5382
5383 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
5384
5385 * faces.el (frame-set-background-mode): Use `color-values' and
5386 `display-color-p', not `x-color-values' and `x-display-color-p'.
5387 (face-valid-attribute-values): Use `defined-colors' instead of
5388 `x-defined-colors'.
5389
5390 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5391
5392 * ps-print.el: The ps-print commands without face printing should not
5393 print background color. Reported by Leo <sdl.web@gmail.com>.
5394 (ps-print-version): New version 6.7.3.
5395 (ps-begin-job): New arg. Fix ps-default-background and
5396 ps-default-foreground initialization.
5397 (ps-face-attributes): Fix doc string.
5398 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
5399
5400 * printing.el: Fix ps-print link.
5401
5402 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
5403
5404 * faces.el (face-set-after-frame-default): Compile attributes to
5405 be set by frame parameters before merging in X resources.
5406
5407 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
5408
5409 * simple.el (blink-matching-paren-dont-ignore-comments):
5410 (blink-matching-paren-on-screen): Doc fixes.
5411
5412 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
5413
5414 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
5415
5416 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
5417
5418 * loadhist.el (unload-feature): Silently ignore `load-history' entries
5419 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
5420 entries like `defun'. Return nil.
5421
5422 2007-02-05 Kim F. Storm <storm@cua.dk>
5423
5424 * ido.el: Doc fixes.
5425
5426 2007-02-04 David Kastrup <dak@gnu.org>
5427
5428 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
5429 `mpuz-allow-double-multiplicator' is non-zero, and correct
5430 calculation of `min'.
5431
5432 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
5433
5434 * wid-edit.el (widget-default-create): Insert new text at the
5435 :from marker _after_ the marker, not before it.
5436
5437 2007-02-04 Alan Mackenzie <acm@muc.de>
5438
5439 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
5440 containing it is re-indented.
5441
5442 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
5443
5444 * net/newsticker.el (newsticker--insert-image): Update docstring,
5445 and insert the image directly.
5446 (newsticker--buffer-redraw): Update docstring.
5447
5448 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5449 Rename from define-global-minor-mode.
5450
5451 * progmodes/cwarn.el (global-cwarn-mode):
5452 * emacs-lisp/autoload.el (make-autoload):
5453 * hi-lock.el (global-hi-lock-mode):
5454 * font-core.el (global-font-lock-mode): All callers changed.
5455
5456 2007-02-03 Eli Zaretskii <eliz@gnu.org>
5457
5458 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
5459 Don't copy @ignore lines into menu descriptions.
5460 (texinfo-multi-file-update): Goto the @node line before attempting
5461 to pluck the node name.
5462 (texinfo-multiple-files-update): Reverse the optional arguments'
5463 order, as per the doc string and the `interactive' form.
5464
5465 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
5466
5467 * image-mode.el: Use autoload to avoid overriding disabled setting
5468 applied in .emacs.
5469
5470 2007-02-03 Alan Mackenzie <acm@muc.de>
5471
5472 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
5473 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
5474 adjacent paren groups).
5475
5476 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5477
5478 * progmodes/ebnf2ps.el: Doc fixes.
5479 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
5480
5481 2007-02-02 Eli Zaretskii <eliz@gnu.org>
5482
5483 * dired-x.el (dired-do-relsymlink): Add reference to
5484 dired-do-symlink. Add an autoload cookie.
5485
5486 * dired-aux.el (dired-do-symlink): Add reference to
5487 dired-do-relsymlink.
5488
5489 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
5490
5491 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
5492 <left-fringe mouse-3>: New bindings.
5493
5494 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
5495
5496 * net/newsticker.el (newsticker-version): Changed to "1.10".
5497 (newsticker--set-customvar): Doc string.
5498 (newsticker-new-item-face): Doc string.
5499 (newsticker-mode): Initialize `invisibility-spec' with t.
5500 (newsticker-mode-map): Added
5501 `newsticker-mark-all-items-at-point-as-read'.
5502 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
5503 (newsticker-w3m-show-inline-images): Do not call
5504 `w3m-remove-image'.
5505 (newsticker--buffer-after-w3m-insert-image): New advice for
5506 w3m-insert-image to cache images.
5507 (newsticker-next-item-same-feed): New.
5508 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
5509 (newsticker-mark-all-items-of-feed-as-read): New.
5510 (newsticker-mark-all-items-at-point-as-read): Use new functions.
5511 (newsticker-mark-item-at-point-as-read): Doc string.
5512 (newsticker-mark-item-at-point-as-read): Use new functions.
5513 (newsticker--do-mark-item-at-point-as-read): New, extracted from
5514 `newsticker-mark-item-at-point-as-read'.
5515 (newsticker-hide-entry): Use (t) instead of t for invisibility.
5516 (newsticker--sentinel): Yet another xml-parser workaround.
5517 (newsticker--decode-iso8601-date): Bugfix for datestrings without
5518 days.
5519 (newsticker--buffer-do-insert-text): Fix.
5520 (newsticker--buffer-insert-enclosure): Fix. Length might be missing.
5521 (newsticker--buffer-make-item-completely-visible):
5522 `switch-to-buffer' not necessary.
5523
5524 2007-02-02 Eli Zaretskii <eliz@gnu.org>
5525
5526 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
5527 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
5528 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
5529 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
5530 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
5531
5532 2007-02-02 Kenichi Handa <handa@m17n.org>
5533
5534 * international/quail.el (quail-show-key): Fix an error message.
5535
5536 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
5537
5538 * faces.el (set-face-underline-p, modify-face): Rename arg
5539 UNDERLINE-P to UNDERLINE (it is not a flag).
5540
5541 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
5542
5543 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
5544 when adding gdb-speedbar-update to gdb-input-queue.
5545
5546 2007-02-01 Kenichi Handa <handa@m17n.org>
5547
5548 * international/quail.el (quail-show-key): Signal an error if the
5549 current input method is not using Quail.
5550
5551 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
5552
5553 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
5554 Trim leading whitespace in sysvar names.
5555
5556 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
5557
5558 * faces.el (internal-find-face, internal-get-face): Doc fixes.
5559
5560 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
5561
5562 * ido.el (ido-set-common-completion): Use `let', not `let*'.
5563
5564 2007-01-31 Romain Francoise <romain@orebokech.com>
5565
5566 * comint.el: Delete extra copy of `comint-copy-old-input' added in
5567 previous change to this file.
5568
5569 2007-01-31 Jason Rumney <jasonr@gnu.org>
5570
5571 * files.el (magic-mode-alist): Use image-mode-maybe rather than
5572 image-mode.
5573
5574 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
5575 interfering with attempt to set major mode from modified
5576 auto-mode-alist.
5577
5578 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
5579
5580 * faces.el (color-values): Doc fix.
5581 (face-differs-from-default-p): Don't check :foreground twice.
5582
5583 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
5584
5585 * comint.el (comint-mode): Prevent non-keyword fontification by default.
5586
5587 2007-01-31 Kenichi Handa <handa@m17n.org>
5588
5589 * international/quail.el (quail-store-decode-map-key): Store a
5590 translated character too.
5591 (quail-char-equal-p): New function.
5592 (quail-find-key1): Check character equality by quail-char-equal-p.
5593 (quail-decode-map-generated): New variable.
5594 (quail-find-key): Check quail-decode-map-generated and re-generate
5595 a decode map if necessary.
5596
5597 2007-01-30 Richard Stallman <rms@gnu.org>
5598
5599 * tutorial.el (tutorial--detailed-help): Make the list of
5600 changed keys look nicer.
5601
5602 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
5603
5604 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
5605 (gdb-var-delete): Use it.
5606 (gdb-var-update-handler-1): Handle value "invalid" for MI field
5607 `in_scope'.
5608
5609 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
5610
5611 * files.el (get-free-disk-space): Return nil for remote directories.
5612
5613 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
5614 instead of "dir".
5615
5616 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
5617
5618 * type-break.el (type-break-catch-up-event): New function.
5619 (type-break-demo-hanoi, type-break-demo-life)
5620 (type-break-demo-boring): Use it.
5621
5622 * image-mode.el (image-mode): Don't automatically view as image.
5623 (image-toggle-display): Add `disabled' property.
5624
5625 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
5626
5627 * isearchb.el (isearchb-iswitchb):
5628 * ps-print.el (ps-build-face-reference):
5629 * emacs-lisp/shadow.el (list-load-path-shadows):
5630 * eshell/esh-cmd.el (eshell-rewrite-for-command):
5631 * international/mule.el (find-auto-coding):
5632 * mail/supercite.el (sc-attrib-selection-list):
5633 * progmodes/cc-defs.el (c-emacs-features):
5634 * progmodes/cc-vars.el (c-offsets-alist):
5635 * progmodes/flymake.el
5636 (flymake-init-create-temp-source-and-master-buffer-copy):
5637 Fix typos in docstrings (some suggested by Chris Moore).
5638
5639 * progmodes/vhdl-mode.el (vhdl-components-package-name)
5640 (vhdl-get-library-unit, vhdl-corresponding-begin)
5641 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
5642 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
5643 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
5644 (vhdl-font-lock-match-item): Fix typos in docstrings.
5645 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
5646 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
5647 (vhdl-speedbar-insert-project-hierarchy):
5648 Improve argument/docstring consistency.
5649
5650 2007-01-29 Kenichi Handa <handa@m17n.org>
5651
5652 * international/titdic-cnv.el (py-converter): Fix previous change.
5653
5654 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
5655
5656 * jka-compr.el (jka-compr-partial-uncompress)
5657 (jka-compr-call-process): Rebind default-directory if it is
5658 invalid. Suggested by Chris Moore.
5659
5660 * comint.el (comint-insert-input): Handle situation where the
5661 selected buffer is not the clicked buffer.
5662
5663 2007-01-29 Kenichi Handa <handa@m17n.org>
5664
5665 * international/ja-dic-cnv.el (skkdic-convert):
5666 Add byte-compile-disable-print-circle:t at the head.
5667
5668 * international/titdic-cnv.el (tit-process-header):
5669 Add byte-compile-disable-print-circle:t at the head.
5670 (miscdic-convert): Likewise.
5671 (py-converter): Skip the header comments.
5672
5673 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
5674 New variable.
5675 (byte-compile-output-file-form): Bing print-circle to nil if
5676 byte-compile-output-file-form is not nil.
5677 (byte-compile-output-docform): Likewise.
5678
5679 2007-01-28 Kim F. Storm <storm@cua.dk>
5680
5681 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
5682 Declare earlier to avoid byte compiler warnings.
5683
5684 2007-01-28 Markus Triska <markus.triska@gmx.at>
5685
5686 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
5687
5688 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
5689
5690 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
5691 (gamegrid-add-score-with-update-game-score-1): Allow local quits
5692 when calling update-game-score program. Remove unnecessary
5693 save-excursion.
5694
5695 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
5696
5697 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
5698
5699 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
5700 avoid compiler warning.
5701 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
5702 might have values other than "true" or "false".
5703
5704 2007-01-28 Richard Stallman <rms@gnu.org>
5705
5706 * textmodes/fill.el (fill-paragraph-function): Doc fix.
5707 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
5708
5709 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
5710
5711 * image.el (image-type-header-regexps): Make GIF regex more specific.
5712
5713 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
5714 Don't check `backspace'.
5715 (tutorial--find-changed-keys): Look up bindings in a temp buffer
5716 in Fundamental mode.
5717
5718 * startup.el (fancy-splash-text, normal-splash-screen):
5719 Mention C-g.
5720
5721 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
5722 when inserting in buffer.
5723
5724 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
5725 inside the if.
5726
5727 2007-01-27 Richard Stallman <rms@gnu.org>
5728
5729 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
5730
5731 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
5732
5733 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
5734 enum/union/struct/class definition.
5735 Revert change to call `forward-sexp' multiple times.
5736
5737 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
5738
5739 * files.el (hack-local-variables-confirm): Don't keep trying to
5740 read an event from an empty kbd macro.
5741
5742 2007-01-27 Eli Zaretskii <eliz@gnu.org>
5743
5744 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
5745
5746 2007-01-27 Ben North <ben@redfrontdoor.org>
5747
5748 * outline.el (outline-promote, outline-demote): Doc fix. Rename
5749 the arg CHILDREN -> WHICH.
5750
5751 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
5752
5753 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
5754 default-directory to a sane value when calling start-process.
5755
5756 2007-01-27 Eli Zaretskii <eliz@gnu.org>
5757
5758 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
5759 (ls-lisp-format-time-list): Doc fix. Mention
5760 ls-lisp-use-localized-time-format.
5761 (ls-lisp-format-time): Use ls-lisp-format-time-list if
5762 ls-lisp-use-localized-time-format is non-nil, even if a valid
5763 locale is defined.
5764
5765 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
5766
5767 * jka-compr.el (jka-compr-shell): Doc fix.
5768
5769 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
5770
5771 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5772
5773 * ps-print.ps: Fix background height.
5774 (ps-print-version): New version 6.7.2.
5775
5776 2007-01-26 Eli Zaretskii <eliz@gnu.org>
5777
5778 * makefile.w32-in (finder-data, custom-deps): Depend on
5779 $(lisp)/loaddefs.el.
5780
5781 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
5782
5783 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
5784
5785 2007-01-24 Miles Bader <miles@gnu.org>
5786
5787 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
5788 (byte-compile-output-docform): Bind `print-circle' to t.
5789
5790 2007-01-24 Kenichi Handa <handa@m17n.org>
5791
5792 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
5793 file name of the original SKK dictionary file.
5794
5795 2007-01-24 Kim F. Storm <storm@cua.dk>
5796
5797 * ido.el (ido-initial-position): New variable.
5798 (ido-read-internal): Set it if default item is specified.
5799 (ido-minibuffer-setup): Position cursor accordingly if set.
5800 (ido-edit-input): C-e moves to end of input if not already there.
5801 (ido-magic-backward-char): C-b does like M-b if prev char is /.
5802 Don't switch to buffer mode if repeating C-b at start of input.
5803 (ido-toggle-ignore): C-a only toggles ignore at start or end of
5804 input; else it moves to start of input.
5805 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
5806 not at end of input, delete rest of input, rather than normal op.
5807
5808 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
5809
5810 * emulation/viper-keym.el (viper-insert-basic-map):
5811 Delete binding for S-TAB.
5812
5813 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
5814 of message. Activate mark.
5815 (ediff-activate-mark): Set transient-mark-mode to t.
5816
5817 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
5818
5819 2007-01-23 Martin Rudalics <rudalics@gmx.at>
5820
5821 * help-fns.el (describe-variable): Don't suppress display of
5822 buffer local value when the value is "large".
5823
5824 2007-01-22 Kim F. Storm <storm@cua.dk>
5825
5826 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
5827 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
5828 (ido-tidy): Use ido-active.
5829
5830 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
5831
5832 * hexl.el (hexl-mode-exit): Add missing quote.
5833
5834 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5835
5836 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
5837 (mac-ae-keyboard-modifiers): New function.
5838 (mac-handle-toolbar-switch-mode): Use it.
5839 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
5840 if keyboard modifiers on drop contain option key.
5841 (mac-dnd-drop-data): Add optional argument `action'.
5842 (special-event-map): Remove binding for M-drag-n-drop.
5843
5844 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
5845
5846 * add-log.el (add-log-current-defun): Use CC Mode functions to
5847 find the beginning and end of a defun.
5848
5849 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
5850
5851 * progmodes/gdb-ui.el (gdb-var-create-regexp)
5852 (gdb-var-create-handler): Handle value field in GDB output of
5853 -var-create.
5854 (gdb-max-frames): New variable.
5855 (gdb-stack-buffer, gdb-frames-select): Use it.
5856 (gdb-info-stack-custom): Help user customize gdb-max-frames,
5857 if necessary.
5858 (gdb-get-frame-number): Simplify.
5859
5860 2007-01-21 Glenn Morris <rgm@gnu.org>
5861
5862 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
5863 Update copyrights.
5864
5865 2007-01-21 Alan Mackenzie <acm@muc.de>
5866
5867 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
5868 handling of K&R stuff.
5869
5870 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5871
5872 * textmodes/bibtex.el (bibtex-files): Fix customization type.
5873
5874 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5875
5876 * ps-print.el: Handle frame parameters (background and/or foreground
5877 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
5878 (ps-print-version): New version 6.7.1.
5879 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
5880 (ps-frame-parameter): New fun.
5881 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
5882 Fix doc and customization.
5883 (ps-begin-job): Get frame parameters (background and/or foreground
5884 colors).
5885 (ps-do-despool): Ensure ps-printer-name has a valid value.
5886
5887 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
5888
5889 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
5890 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
5891 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
5892 mean unlimited.
5893
5894 2007-01-20 Alan Mackenzie <acm@muc.de>
5895
5896 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
5897 much more rigorous analysis of putative K&R regions.
5898
5899 2007-01-20 Alan Mackenzie <acm@muc.de>
5900
5901 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
5902 New functions.
5903
5904 2007-01-20 Alan Mackenzie <acm@muc.de>
5905
5906 * progmodes/cc-align.el, progmodes/cc-cmds.el,
5907 * progmodes/cc-defs.el, progmodes/cc-engine.el,
5908 * progmodes/cc-langs.el, progmodes/cc-styles.el,
5909 * progmodes/cc-vars.el: Add my name.
5910
5911 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
5912
5913 * files.el (find-alternate-file): Revert query message to Emacs 21
5914 version.
5915
5916 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
5917
5918 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
5919 the doc string how to use personal abbrevs without electric
5920 keywords.
5921
5922 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5923
5924 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
5925 Fixed cursor position when toggle abbreviated display.
5926
5927 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
5928
5929 * t-mouse.el: Update copyright following assignment by
5930 Alessandro Rubini.
5931
5932 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
5933
5934 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
5935 (type-break-demo-boring): Call read-event instead of read-char.
5936
5937 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
5938
5939 * progmodes/compile.el: Add handling for makepplog.
5940
5941 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
5942
5943 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
5944 aspell dictionaries are initialized when called non-interactively.
5945
5946 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
5947
5948 * progmodes/compile.el (compilation-loop): New arg limit.
5949 Handle case where the first error is at point-min.
5950 (compilation-next-error): New arg to compilation-loop call.
5951
5952 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
5953
5954 * info.el (Info-default-dirs): Change default info dir to
5955 share/info.
5956
5957 * paths.el (Info-default-directory-list): Ditto.
5958
5959 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
5960
5961 * hexl.el (hexl-before-revert-hook): New function.
5962 (hexl-mode): Use it.
5963 (hexl-after-revert-hook): Just call hexl-mode.
5964 (hexl-mode-exit): Remove before-revert-hook.
5965
5966 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
5967
5968 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
5969
5970 2007-01-16 Martin Rudalics <rudalics@gmx.at>
5971
5972 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
5973 by "-" in francais7 otherchars entry.
5974 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
5975 otherchars entry.
5976
5977 2007-01-15 Karl Fogel <kfogel@red-bean.com>
5978
5979 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
5980 path. Rewrite function in `cond' style for readability.
5981
5982 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
5983 (The path shortening, that is, not the rearrarangement.)
5984
5985 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5986
5987 * term/mac-win.el (mac-ae-quit-application): New function.
5988 (mac-apple-event-map): Bind "quit application" Apple event to it.
5989
5990 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
5991
5992 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
5993 than the program's output.
5994
5995 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
5996
5997 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
5998 (kmacro-start-macro-or-insert-counter)
5999 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
6000 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
6001
6002 * longlines.el (longlines-show-hard-newlines):
6003 * ruler-mode.el (ruler-mode-ruler):
6004 * emulation/keypad.el (keypad-setup):
6005 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
6006 Fix typo in docstring.
6007
6008 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
6009
6010 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
6011 Remove redirect character ">".
6012
6013 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
6014
6015 * replace.el (perform-replace): Remove leftover code.
6016
6017 2007-01-12 Richard Stallman <rms@gnu.org>
6018
6019 * replace.el (perform-replace): Don't clear NODENT when computing
6020 the replacement string.
6021
6022 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
6023
6024 * net/tramp.el (tramp-handle-file-local-copy):
6025 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
6026 <christopher.ian.moore@gmail.com>.
6027
6028 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6029
6030 * diff-mode.el (diff-sanity-check-context-hunk-half)
6031 (diff-sanity-check-hunk): New functions.
6032 (diff-find-source-location): Use'em to check the hunks are well-formed.
6033
6034 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
6035 activate undo when undo is not active.
6036 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
6037
6038 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6039
6040 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
6041 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
6042 (ffap-url-at-point): Use char-classes rather than "a-z".
6043
6044 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
6045
6046 * ediff-init.el (ediff-autostore-merges):
6047 * textmodes/fill.el (fill-region): Doc fix.
6048
6049 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6050
6051 * server.el (server-ensure-safe-dir): UIDs may be floats.
6052
6053 2007-01-10 Richard Stallman <rms@gnu.org>
6054
6055 * battery.el (battery-linux-proc-acpi): Use ignore-errors
6056 around calls to directory-files.
6057
6058 * subr.el (momentary-string-display): Use save-excursion.
6059
6060 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
6061 argument, but read it as `X' does.
6062
6063 2007-01-09 Juri Linkov <juri@jurta.org>
6064
6065 * info.el (Info-fontify-node): Don't hide node names of index entries.
6066
6067 * faces.el (momentary): Change :group to basic-faces where all
6068 basic faces belong to. Add :version.
6069
6070 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
6071
6072 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
6073 keybinding is found.
6074 (tutorial--find-changed-keys): Never treat null keybinding as a
6075 remapping.
6076
6077 2007-01-09 Martin Rudalics <rudalics@gmx.at>
6078
6079 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
6080
6081 2007-01-09 Kenichi Handa <handa@m17n.org>
6082
6083 * international/mule-cmds.el
6084 (select-safe-coding-system-interactively): Fix message.
6085
6086 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
6087
6088 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
6089 (tramp-process-actions): Add optional parameter TIMEOUT.
6090 (tramp-open-connection-telnet, tramp-open-connection-rsh)
6091 (tramp-open-connection-su): Add timeout of 60".
6092
6093 2007-01-09 Richard Stallman <rms@gnu.org>
6094
6095 * progmodes/compile.el (compile): Doc fix.
6096
6097 2007-01-09 Markus Triska <markus.triska@gmx.at>
6098
6099 * tumme.el (tumme-display-thumb): Doc fix.
6100
6101 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
6102
6103 * battery.el (battery-search-for-one-match-in-files):
6104 * bindings.el (mode-line-minor-mode-help):
6105 * x-dnd.el (x-dnd-types-alist):
6106 * calendar/icalendar.el (icalendar-import-buffer):
6107 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
6108
6109 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
6110
6111 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
6112
6113 * replace.el (replace-regexp): Fix typo in docstring.
6114
6115 2007-01-07 Alan Mackenzie <acm@muc.de>
6116
6117 * progmodes/cc-langs.el (c-operators, c-filter-ops):
6118 Amend doc-string and comments.
6119
6120 2007-01-06 Eli Zaretskii <eliz@gnu.org>
6121
6122 * files.el (abbreviate-file-name): Doc fix.
6123
6124 2007-01-06 Markus Triska <triska@gmx.at>
6125
6126 * subr.el (split-string): Remove spurious ")" from doc string.
6127
6128 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
6129
6130 * textmodes/table.el (table--warn-incompatibility):
6131 Use display-warning instead of momentary-string-display.
6132
6133 2007-01-05 Richard Stallman <rms@gnu.org>
6134
6135 * image.el (image-type-header-regexps): Recognize xbm more strictly.
6136
6137 * simple.el (backward-kill-word): Doc fix.
6138
6139 2007-01-05 Romain Francoise <romain@orebokech.com>
6140
6141 * international/mule.el (sgml-html-meta-auto-coding-function):
6142 Ensure that the buffer contains a HTML document.
6143
6144 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6145
6146 * faces.el (momentary): Move here ...
6147 * subr.el (momentary): ... from here.
6148
6149 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
6150
6151 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
6152 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
6153 large structures/arrays.
6154
6155 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
6156
6157 * files.el (find-file-noselect-1, set-visited-file-name):
6158 Allow backup-enable-predicate to be nil.
6159
6160 2007-01-04 Andreas Schwab <schwab@suse.de>
6161
6162 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
6163 last change.
6164
6165 2007-01-03 Richard Stallman <rms@gnu.org>
6166
6167 * woman.el (woman-decode-buffer): Clarify error message.
6168
6169 2007-01-03 Alan Mackenzie <acm@muc.de>
6170
6171 * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
6172
6173 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
6174
6175 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
6176
6177 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6178
6179 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
6180
6181 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
6182
6183 * emulation/viper.el (viper-custom-file-name, viper-mode):
6184 Fix typos in docstrings.
6185
6186 * subr.el (momentary-string-display): After moving point, set POS
6187 variable to it to avoid later errors once the buffer is modified.
6188 Doc fix.
6189
6190 2007-01-02 Alan Mackenzie <acm@muc.de>
6191
6192 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
6193 check that the "*/" is present before trying to manipulate it.
6194
6195 2007-01-02 Richard Stallman <rms@gnu.org>
6196
6197 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
6198
6199 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
6200 Fix format of value.
6201
6202 * cus-edit.el (customize-unsaved): Rename from customize-customized.
6203 Change messages accordingly.
6204 (customize-customized): Now alias.
6205
6206 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
6207
6208 * files.el (version-control): Doc fix.
6209
6210 2007-01-01 Alan Mackenzie <acm@muc.de>
6211
6212 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
6213 Check the format of c-state-cache is valid for an optimisation before
6214 using it.
6215
6216 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
6217 are at a statement within a macro". Other changes so that only
6218 the first continuation line in a macro gets the symbol
6219 `cpp-define-intro', the others getting `statement', or whatever.
6220
6221 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
6222 a string, preserve whitespace. Add a backslash only when also in
6223 a macro.
6224
6225 * progmodes/cc-defs.el: Correct typos.
6226
6227 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
6228 new line after an escaped EOL in a string.
6229
6230 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
6231 label when it directly follows "else", "do", ....
6232
6233 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
6234 angle brackets (as seen in "explicit specialisations" of C++
6235 templates).
6236
6237 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
6238 in the doc-string.
6239
6240 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
6241 when the comment ender looks like "=========*/" and is alone on
6242 its line.
6243
6244 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
6245 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
6246 for the old name.
6247
6248 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
6249 c-\(beginning\|end\)-of-defun by default.
6250
6251 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
6252 New line-up function, for the DEFUN macro in the Emacs C sources.
6253 Only used in "gnu" style.
6254
6255 * progmodes/cc-styles.el (c-style-alist): Use this new function in
6256 the "gnu" style.
6257
6258 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
6259 clean-up comment-close-slash also to work when there's a comment
6260 terminator on the line.
6261 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
6262 these for large arg - only take account of top level {..}, except
6263 for initial and final adjustments. M-- C-M-[ae] now go to the
6264 right defuns when the starting point is between defuns. They use
6265 the four new functions:
6266 (c-in-function-trailer-p, c-where-wrt-brace-construct)
6267 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
6268 support c-\(beginning\|end\)-of-defun.
6269
6270 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
6271 expressions more rigorously, to exclude bit-field specifiers from
6272 being classed as labels.
6273 (c-forward-label): When analyzing a ":" within a macro, be careful
6274 about using c-forward-syntactic-ws at the macro beginning.
6275 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
6276 stmt boundary, check for "operator=", etc.
6277
6278 * progmodes/cc-mode.el (c-postprocess-file-styles):
6279 Bind inhibit-read-only to t, around the call to
6280 c-remove-any-local-eval-or-mode-variables, so that it works on a
6281 RO file.
6282
6283 * progmodes/cc-defs.el (c-version): Update the version number to
6284 "5.31.4".
6285
6286 2007-01-01 Richard Stallman <rms@gnu.org>
6287
6288 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
6289 only if we restored isearch-window-configuration.
6290
6291 2006-12-31 Romain Francoise <romain@orebokech.com>
6292
6293 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
6294
6295 2006-12-31 Kim F. Storm <storm@cua.dk>
6296
6297 * files.el (auto-mode-case-fold): New defcustom.
6298 (set-auto-mode): If non-nil, perform second case-sensitive pass
6299 through auto-mode-alist if first pass failed.
6300
6301 2006-12-30 Richard Stallman <rms@gnu.org>
6302
6303 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
6304
6305 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
6306
6307 * allout.el (allout-encrypt-string): Handle symmetric-key
6308 passphrase caching but leave keypair caching to pgg.
6309
6310 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
6311
6312 Sync with Tramp 2.0.55.
6313
6314 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
6315 `integerp'. `char-equal' could fail else in case of negative
6316 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
6317 (top): Check for `font-lock-add-keywords' before calling; it
6318 doesn't exist under XEmacs.
6319 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
6320 (tramp-completion-mode): Remove clause (not
6321 tramp-unified-filenames), because the function is called in other
6322 context too, where this check results in wrong results in the
6323 XEmacs case on Windows.
6324 (tramp-touch): UTC handling is not possible for XEmacs.
6325
6326 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6327
6328 * scroll-bar.el (previous-scroll-bar-mode): New variable
6329 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
6330 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
6331
6332 * term/x-win.el: Set scroll bar mode to right if set by X resources.
6333
6334 2006-12-30 Richard Stallman <rms@gnu.org>
6335
6336 * files.el (make-backup-file-name-1): Precompute abs name
6337 but don't lose the relative name.
6338
6339 * international/mule-cmds.el (select-safe-coding-system-interactively):
6340 Fix message.
6341
6342 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
6343
6344 * files.el (backup-buffer): Show entire backup file name in msg.
6345
6346 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
6347
6348 * image.el (image-type-header-regexps, image-type-from-data)
6349 (image-type-from-buffer, image-type-from-file-header):
6350 Revert changes from 2006-12-26.
6351 (image-type-auto-detectable): New variable.
6352 (image-type-auto-detected-p): New function.
6353
6354 * files.el (magic-mode-alist): Detect image files with
6355 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
6356
6357 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
6358
6359 * dired.el (dired-sort-other): Move test for dired-mode...
6360 (dired-sort-set-modeline): ...to here.
6361
6362 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6363
6364 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
6365 change. Suggested by Stefan Monnier.
6366
6367 2006-12-29 Kim F. Storm <storm@cua.dk>
6368
6369 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
6370 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
6371
6372 2006-12-27 Kim F. Storm <storm@cua.dk>
6373
6374 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
6375 so it doesn't accidentally match an fsf.org mail address.
6376 (authors-renamed-files-alist): Add tcover-*.el.
6377
6378 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
6379
6380 * vc-arch.el (vc-arch-find-version): New function.
6381
6382 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
6383 composed of arbitrary characters (even /) in some systems.
6384
6385 2006-12-27 Eli Zaretskii <eliz@gnu.org>
6386
6387 * international/mule-cmds.el (select-safe-coding-system-interactively):
6388 Improve the message in the *Warning* buffer.
6389
6390 2006-12-27 Kim F. Storm <storm@cua.dk>
6391
6392 * ido.el (ido-set-matches-1): Fix last change. If default item is
6393 current buffer, it is ok to be first.
6394
6395 2006-12-27 Kenichi Handa <handa@m17n.org>
6396
6397 * international/mule-cmds.el (select-safe-coding-system-interactively):
6398 Use face `link' for problematic chars.
6399
6400 2006-12-27 Kenichi Handa <handa@m17n.org>
6401
6402 * international/mule-cmds.el (select-safe-coding-system-interactively):
6403 Improve the message in *Warning* buffer.
6404
6405 2006-12-27 Kim F. Storm <storm@cua.dk>
6406
6407 * ido.el (ido-set-matches-1): Never put current buffer first if
6408 there are other matches.
6409
6410 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
6411
6412 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
6413 expressions.
6414 (gdb-var-delete): Handle duplicate names. Print message for non
6415 root expressions.
6416 (gdb-partial-output-name): Start buffer name with a space.
6417 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
6418 buffer name.
6419
6420 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6421
6422 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
6423 last footnote when `footnote-spaced-footnotes' is nil.
6424
6425 2006-12-26 Richard Stallman <rms@gnu.org>
6426
6427 * cus-edit.el (custom-browse-sort-alphabetically)
6428 (custom-buffer-sort-alphabetically)
6429 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
6430
6431 * image.el (image-type-header-regexps): Change element format
6432 to include third item NOT-ALWAYS.
6433 (image-type-from-data): Handle new format.
6434 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
6435 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
6436
6437 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
6438
6439 * add-log.el (add-log-current-defun): Call `forward-sexp'
6440 multiple times to pick a member function name defined as
6441 part of nested classes/namespaces.
6442
6443 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6444
6445 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
6446 which keymap should be used to change menu. It does not affect any
6447 existent code.
6448
6449 2006-12-26 Richard Stallman <rms@gnu.org>
6450
6451 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
6452 rather than for being in a minibuffer window.
6453
6454 2006-12-25 Daiki Ueno <ueno@unixuser.org>
6455
6456 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
6457 locale-coding-system.
6458 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
6459 LF.
6460
6461 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
6462
6463 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
6464 (sql-mode-syntax-table): Disable double quoted strings.
6465 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
6466
6467 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6468
6469 * startup.el (fancy-splash-last-input-event): New variable.
6470 (fancy-splash-special-event-action): New function.
6471 (fancy-splash-screens): Temporarily bind special events to it.
6472 Execute command for saved special event before exiting from
6473 recursive editing.
6474
6475 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
6476 New functions.
6477 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
6478 Use mac-unread-string.
6479
6480 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6481
6482 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
6483 an optimized comment regexp if `comment-start-skip' uses a ^.
6484 * bs.el (bs--up): Remove interactive spec.
6485
6486 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
6487
6488 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
6489 Suggested by James Cloos.
6490
6491 2006-12-24 Kevin Ryde <user42@zip.com.au>
6492
6493 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
6494 in March.
6495 (calendar-dst-ends): Default to first Sunday in November.
6496
6497 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
6498
6499 * allout.el (allout-encrypt-string): Inhibit use of agent within
6500 body of let form where encryption happens. Acknowledge non-use of
6501 gpg-agent in docstring.
6502 (allout-toggle-subtree-encryption): Acknowledge non-use of
6503 gpg-agent in docstring.
6504
6505 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
6506
6507 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
6508
6509 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
6510
6511 * ediff-diff.el (ediff-diff-options): Clarify docstring.
6512 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
6513
6514 * emulation/viper-cmd.el (viper-post-command-sentinel):
6515 Protect against errors in hooks.
6516 (viper-add-newline-at-eob-if-necessary): Add newline only if we
6517 actually modify buffer; ignore errors if occur.
6518
6519 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
6520
6521 * calendar/calendar.el (calendar-mode-map): Switch < and >.
6522 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
6523 formatting.
6524
6525 2006-12-23 Richard Stallman <rms@gnu.org>
6526
6527 * simple.el (delete-horizontal-space): Doc fix.
6528
6529 2006-12-23 Eli Zaretskii <eliz@gnu.org>
6530
6531 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
6532 explicitly in a recursive Make, not implicitly through prerequisites,
6533 since the latter is wrong under parallel builds.
6534
6535 2006-12-22 Eli Zaretskii <eliz@gnu.org>
6536
6537 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
6538
6539 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
6540
6541 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
6542 message string.
6543
6544 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
6545
6546 * outline.el (outline-next-visible-heading): Fix the case with a
6547 header at end-of-file with no final newline.
6548
6549 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
6550
6551 * indent.el (tab-always-indent): Doc fix.
6552
6553 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
6554
6555 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
6556 (Info-fontify-node): Do fontify indices.
6557
6558 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
6559 to the Emacs Lisp reference manual.
6560 (tutorial--tab-map): Remove. All callers changed.
6561 (tutorial--find-changed-keys): New elt QUIET, used to...
6562 (tutorial--display-changes): ...ensure that warning messages are
6563 only issued once per changed key.
6564 (tutorial--remove-remarks): Delete unused code-path.
6565 (lang-strings): Remove extraneous formatting.
6566 (tutorial--save-tutorial): Prompt before saving tutorial state.
6567
6568 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
6569
6570 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
6571 Replace '?\ ' by '?\s' throughout.
6572 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
6573 `help' custom group.
6574 (tutorial--key-description): New function.
6575 (tutorial--display-changes): Remove redundant arg. Scan for all
6576 key sequences to avoid false matches. Cleanup.
6577 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
6578 reduce homedir pollution.
6579 (help-with-tutorial): Call tutorial--display-changes with no arg.
6580
6581 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
6582
6583 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
6584
6585 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
6586
6587 * net/tramp.el (tramp-default-method): We still need to check for
6588 `executable-find', because it is not bound under Emacs 20.
6589 (tramp-handle-file-name-completion)
6590 (tramp-completion-handle-file-name-completion): Handle optional
6591 parameter PREDICATE.
6592 (tramp-find-default-method): Add code for default values.
6593
6594 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
6595
6596 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
6597 make gud-go send "continue".
6598
6599 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
6600
6601 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
6602 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
6603
6604 2006-12-19 Kim F. Storm <storm@cua.dk>
6605
6606 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
6607 instead of global-map.
6608
6609 * files.el (magic-mode-alist): Allow matching file type by
6610 calling a function at bob. Check for image types by calling
6611 image-type-from-buffer. Suggested by Juanma Barranquero.
6612 (set-auto-mode): Do it.
6613
6614 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
6615
6616 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
6617 Remove "ControlMaster" option from the other `scp*' methods.
6618 (tramp-default-method): Check for ssh-agent before setting to `scp'.
6619
6620 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
6621
6622 * textmodes/org.el (org-mode): Show context after isearch.
6623 (org-show-siblings): New function.
6624 (org-show-context): Use `org-show-siblings'.
6625
6626 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
6627
6628 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
6629 Use syntax-ppss-toplevel-pos.
6630
6631 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
6632
6633 * textmodes/org.el (org-current-line): Make sure that lines are
6634 counted from beginning of buffer.
6635 (org-table-copy-region, org-table-paste-rectangle): Make sure that
6636 lines are counted from beginning of buffer.
6637
6638 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
6639
6640 * info.el (Info-build-node-completions): Signal error if tag-table
6641 marker is not found.
6642
6643 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6644
6645 2006-12-17 Alan Mackenzie <acm@muc.de>
6646
6647 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
6648 speed) the case when open-paren-in-column-0-is-defun-start is nil.
6649 Based on code by Martin Rudalics.
6650
6651 * progmodes/cc-mode.el (c-basic-common-init): Don't set
6652 open-paren-in-column-0-is-defun-start to nil any more.
6653
6654 2006-12-17 Richard Stallman <rms@gnu.org>
6655
6656 * simple.el (delete-horizontal-space): Use prefix arg.
6657
6658 * help-fns.el (describe-variable): Improve blank separator lines.
6659
6660 * files.el (magic-mode-alist): Mark as risky.
6661
6662 * files.el (make-backup-file-name-1):
6663 Expand backup-directory explicitly.
6664
6665 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
6666
6667 * net/tramp.el (tramp-default-method): Before setting to "pscp",
6668 check whether package password.el is loaded, or Pageant is running.
6669
6670 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
6671
6672 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
6673 (icalendar--rris): First try Emacs, then XEmacs.
6674 (icalendar--convert-ical-to-diary): Doc fix.
6675 Insert newline at end of target file.
6676
6677 2006-12-17 Kim F. Storm <storm@cua.dk>
6678
6679 * outline.el (outline-isearch-open-invisible-function): New defvar.
6680 (outline-flag-region): Use it if non-nil for isearch-open-invisible
6681 overlay property instead of outline-isearch-open-invisible.
6682
6683 2006-12-16 Kim F. Storm <storm@cua.dk>
6684
6685 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
6686 if ido-directory-too-big is set on entry.
6687 (ido-toggle-ignore, ido-completion-help): Print message while
6688 reading big directory.
6689
6690 2006-12-15 Richard Stallman <rms@gnu.org>
6691
6692 * shell.el (shell): Doc fix.
6693
6694 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
6695
6696 * emulation/edt.el (edt-xserver):
6697 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
6698 to fix a problem on Cygwin.
6699
6700 * emulation/edt.el
6701 * emulation/edt-mapper.el
6702 * emulation/edt-lk201.el
6703 * emulation/edt-pc.el
6704 * emulation/edt-vt100.el: Update maintainer's email address.
6705
6706 2006-12-15 Simon Marshall <simon@gnu.org>
6707
6708 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
6709
6710 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6711
6712 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
6713 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
6714 instead of mac-atsu-font-table.
6715 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
6716
6717 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
6718
6719 * align.el (align-match-tex-pattern): Fix a rare bug which
6720 hanged Emacs.
6721
6722 2006-12-14 Richard Stallman <rms@gnu.org>
6723
6724 * startup.el (use-fancy-splash-screens-p): Use frame-height
6725 instead of window-height. Pass frame to image-size.
6726
6727 2006-12-13 Kenichi Handa <handa@m17n.org>
6728
6729 * international/mule-cmds.el (set-locale-environment):
6730 Set default-sendmail-coding-system too.
6731
6732 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
6733
6734 * progmodes/idlw-help.el: Fix copyright notice.
6735
6736 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
6737
6738 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
6739
6740 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
6741
6742 * subr.el (unread-command-char): Reformat obsolescence info.
6743
6744 2006-12-11 Richard Stallman <rms@gnu.org>
6745
6746 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
6747 about calls to cl-struct-setf-expander.
6748
6749 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
6750
6751 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
6752 (ediff-combination-pattern): Fix typo in docstring.
6753
6754 * textmodes/refer.el (refer-find-entry): Doc fix.
6755 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
6756 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
6757 Fix tipos in docstrings.
6758
6759 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
6760
6761 2006-12-10 Kim F. Storm <storm@cua.dk>
6762
6763 * ido.el (ido-init-completion-maps): Remap backward-kill-word
6764 instead of binding M-backspace.
6765
6766 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
6767
6768 * replace.el (replace-match-data, replace-match-maybe-edit):
6769 * calc/calc-aent.el (calc-eval-error):
6770 * emulation/vi.el (vi-char-argument):
6771 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
6772 (c-vsemi-status-unknown-p-fn): Doc fixes.
6773
6774 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
6775
6776 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
6777 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
6778
6779 2006-12-10 Masatake YAMATO <jet@gyve.org>
6780
6781 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
6782
6783 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
6784
6785 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
6786
6787 * man.el (Man-xref-button-action): New function. If the
6788 `Man-target-string' button property is a function, assume it
6789 accepts a position argument.
6790 (Man-abstract-xref-man-page): Use it.
6791 (Man-default-man-entry): New optional arg POS.
6792
6793 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
6794 symlink arrows read-only and non-rear-sticky.
6795
6796 2006-12-09 Martin Rudalics <rudalics@gmx.at>
6797
6798 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
6799 (wdired-search-and-rename): Simplify code.
6800 (wdired-preprocess-files, wdired-preprocess-perms): Make
6801 read-only property of preceding character rear-nonsticky to
6802 avoid that it can be modified. Put old-name and old-link
6803 properties on character preceding name and replace
6804 put-text-property by add-text-properties.
6805 (wdired-get-filename, wdired-get-previous-link): Get old-name
6806 and old-link properties from character preceding name and
6807 simplify code.
6808 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
6809 (wdired-perms-to-number): Make local-map property
6810 rear-nonsticky to avoid that text following permissions may be
6811 modified. Use add-text-properties instead of put-text-property
6812 when changing a permission bit.
6813 (wdired-change-to-dired-mode): Remove stickiness properties.
6814
6815 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
6816
6817 * international/mule-cmds.el (register-input-method): Doc fix.
6818
6819 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
6820
6821 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
6822
6823 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6824
6825 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
6826 Force buffer local defs evaluation on local variables loading.
6827 (flyspell-mode-on, flyspell-mode-off): Use it in
6828 `hack-local-variables-hook'.
6829
6830 2006-12-09 Eli Zaretskii <eliz@gnu.org>
6831
6832 * emacs-lisp/find-func.el (find-variable): Doc fix.
6833
6834 * help-fns.el (variable-at-point): Doc fix.
6835
6836 * w32-fns.el (w32-append-code-lines): New function.
6837
6838 2006-12-09 Romain Francoise <romain@orebokech.com>
6839
6840 * comint.el (comint-insert-input): Delete obsolete comment.
6841
6842 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
6843
6844 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
6845 current frame, in case we're connected to several displays.
6846
6847 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
6848
6849 * frame.el (other-frame): Doc fix.
6850 (set-frame-parameter): Fix typo in docstring.
6851
6852 2006-12-07 Kim F. Storm <storm@cua.dk>
6853
6854 * info.el (Info-index): Strip leading colon from topic.
6855
6856 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
6857
6858 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
6859 to pointers.
6860
6861 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
6862
6863 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
6864 Trim out spurious class inheritance "None" entries.
6865
6866 2006-12-05 Kim F. Storm <storm@cua.dk>
6867
6868 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
6869 (cua-paste-pop): Rework last change for
6870 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
6871 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
6872 text inserted by the last M-y command.
6873
6874 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6875
6876 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
6877 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
6878
6879 * shell.el (shell): Search the start file in ~/.emacs.d as
6880 `init_SHELLNAME.sh' instead.
6881
6882 2006-12-05 Glenn Morris <rgm@gnu.org>
6883
6884 * progmodes/cperl-mode.el (cperl-mode)
6885 * progmodes/f90.el (f90-mode-abbrev-table)
6886 * progmodes/fortran.el (fortran-mode-abbrev-table)
6887 * progmodes/octave-mod.el (octave-abbrev-table)
6888 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
6889 if abbrev-table is non-nil (saved user abbrevs may have been restored).
6890
6891 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
6892 clear abbrev table, else saved abbrevs will not be restored.
6893
6894 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
6895
6896 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
6897 the call to `make-obsolete-variable', not in the docstring.
6898
6899 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
6900
6901 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
6902
6903 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6904
6905 * progmodes/ebnf-abn.el:
6906 * progmodes/ebnf-bnf.el:
6907 * progmodes/ebnf-dtd.el:
6908 * progmodes/ebnf-ebx.el:
6909 * progmodes/ebnf-iso.el:
6910 * progmodes/ebnf-otz.el:
6911 * progmodes/ebnf-yac.el:
6912 * progmodes/ebnf2ps.el:
6913 * delim-col.el:
6914 * printing.el:
6915 * ps-bdf.el:
6916 * ps-mule.el:
6917 * ps-print.el: Remove 'Time-stamp' comment mark.
6918
6919 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
6920 'easy-menu-add-item' when called in Emacs 21 or higher.
6921
6922 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
6923
6924 * progmodes/ada-xref.el (ada-check-current): Doc fix.
6925 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
6926
6927 2006-12-04 Kim F. Storm <storm@cua.dk>
6928
6929 * bindings.el (global-map): Bind [signal t] to ignore, to have
6930 user signals ignored by default.
6931
6932 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
6933
6934 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
6935 Unicode data file pointed to by `describe-char-unicodedata-file'.
6936
6937 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
6938
6939 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
6940 O(n^2) regexp-search by anchoring the search.
6941
6942 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
6943
6944 * whitespace.el (whitespace-cleanup-internal): Use current
6945 argument for recursive call.
6946
6947 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
6948
6949 * net/tramp.el (tramp-methods): Add "ControlPath" and
6950 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
6951 Andreas Schwab <schwab@suse.de>.
6952 (tramp-do-copy-or-rename-file-out-of-band)
6953 (tramp-open-connection-rsh): Compute format spec for ?t.
6954 (tramp-process-actions): Trace command parameters.
6955
6956 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
6957
6958 * simple.el (toggle-truncate-lines): Clarify doc string.
6959
6960 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
6961 (gdb-speedbar-expand-node): Use it.
6962
6963 2006-12-04 Richard Stallman <rms@gnu.org>
6964
6965 * progmodes/python.el (python-indent): Add safe-local-variable prop.
6966
6967 * dired.el (dired-revert): Turn off dired-after-readin-hook
6968 around call to dired-readin.
6969
6970 * menu-bar.el (menu-bar-make-toggle): Add "globally"
6971 to echo area messages.
6972 <indicate-empty-lines, case-fold-search>:
6973 Add "globally" to Help string.
6974 <case-fold-search>: MESSAGE arg need not say "globally".
6975 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
6976
6977 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
6978
6979 * outline.el (outline-end-of-subtree): Don't leave an empty
6980 line hidden as we would a real next heading.
6981
6982 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
6983
6984 * allout.el (allout-ascend): Add an optional argument to preserve
6985 original position of point when unsuccessful. Also, fix a
6986 docstring error.
6987 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
6988 work again, using allout-ascend's new option.
6989 (allout-setup-mode-map): Extract from allout-mode to initialize
6990 allout-mode-map. Call it on file load, so the mode docstring
6991 substitutions work even if allout mode has not yet been invoked.
6992 (allout-mode): Use new allout-setup-mode-map to track any keybinding
6993 customizations since the map was last processed. Also, refine the
6994 docstring so it's ship-shape for release.
6995 (allout-default-layout, allout-beginning-of-line-cycles)
6996 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
6997 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
6998 (allout-version, allout-layout, allout-infer-body-reindent)
6999 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
7000 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
7001 (allout-previous-heading, allout-goto-prefix-doublechecked)
7002 (allout-current-bullet-pos, allout-next-sibling-leap)
7003 (allout-pre-command-business, allout-encrypted-type-prefix)
7004 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
7005 (allout-rebullet-topic, allout-rebullet-topic-grunt)
7006 (allout-flag-region, allout-expose-topic, allout-expose-topic)
7007 (allout-old-expose-topic, allout-listify-exposed)
7008 (allout-process-exposed, allout-latex-verb-quote)
7009 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
7010 (allout-toggle-current-subtree-encryption)
7011 (allout-toggle-subtree-encryption, allout-bullet-isearch):
7012 Remove extraneous open-paren and close paren string escapes.
7013
7014 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
7015
7016 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
7017 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
7018 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
7019 Fix typos in docstrings.
7020
7021 2006-12-03 Glenn Morris <rgm@gnu.org>
7022
7023 * progmodes/cc-align.el
7024 * progmodes/cc-awk.el
7025 * progmodes/cc-cmds.el
7026 * progmodes/cc-compat.el
7027 * progmodes/cc-defs.el
7028 * progmodes/cc-engine.el
7029 * progmodes/cc-langs.el
7030 * progmodes/cc-menus.el
7031 * progmodes/cc-mode.el
7032 * progmodes/cc-styles.el
7033 * progmodes/cc-vars.el
7034 * progmodes/vhdl-mode.el: Fix Copyright format.
7035
7036 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
7037
7038 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
7039 initial down event.
7040
7041 2006-12-02 Kim F. Storm <storm@cua.dk>
7042
7043 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
7044 (cua-repeat-replace-region): Make M-v more robust.
7045 (cua-paste-pop-rotate-temporarily): New defcustom.
7046 (cua-paste-pop): Use it.
7047 (cua-auto-mark-last-change): New defcustom.
7048 (cua-pop-to-last-change): New helper function.
7049 (cua-set-mark): Use them.
7050
7051 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
7052
7053 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
7054 mini-buffer message.
7055
7056 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
7057
7058 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
7059
7060 2006-12-01 Ben North <ben@redfrontdoor.org>
7061
7062 * paren.el: Fix the highlight overlay extension when the user types a
7063 sequence of char very fast just before the open parenthesis.
7064
7065 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7066
7067 * ps-mule.el: Eliminate Emacs 20 compatibility.
7068
7069 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
7070 (ps-print-version): New version 6.7.
7071 (ps-print-quote): Replace '?\ ' by '?\s'.
7072
7073 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
7074
7075 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
7076 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
7077 (hexl-end-of-1k-page): Doc fixes.
7078 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
7079 Fix typos in docstrings.
7080
7081 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7082
7083 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
7084 locally, i.e. without using file name handlers.
7085 (ido-read-internal): Allow mono letter host names, avoiding the
7086 `c:' problem by testing if the file exists locally.
7087 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
7088
7089 2006-11-30 Masatake YAMATO <jet@gyve.org>
7090
7091 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
7092 to avoid bytecomp warnings.
7093 (hexl-mode-old-ruler-function): New variable.
7094 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
7095 and `hl-line-range-function' after `require' hl-line.
7096 Then bind `hl-line-range-function' and `hl-line-face'.
7097 Don't require frame. Don't use `with-no-warnings'.
7098 (hexl-activate-ruler): Store the original value of
7099 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
7100 (hexl-mode-exit): Restore the original value of
7101 `ruler-mode-ruler-function'.
7102
7103 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
7104
7105 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
7106 (hexl-mode-old-hl-line-face): New variable.
7107 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
7108 line when exit from the hexl-mode.
7109
7110 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
7111
7112 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
7113 Doc fixes.
7114
7115 * international/fontset.el (create-fontset-from-ascii-font)
7116 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
7117 (fontset-name-p): Fix typo in docstring.
7118
7119 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
7120
7121 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7122
7123 * ps-bdf.el: Fix maintainer email.
7124
7125 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
7126 compatibility.
7127
7128 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
7129 21 compatibility.
7130 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
7131 Emacs 20 & 21.
7132
7133 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
7134
7135 * progmodes/idlwave.el (idlwave-auto-fill):
7136 Remove paragraph-start let to prevent auto-fill giving up.
7137
7138 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
7139
7140 * vt100-led.el (led-state): Fix typo in previous change.
7141
7142 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7143
7144 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7145 Fix interactive spec of the functions getting defined to make them
7146 work as documented.
7147
7148 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
7149
7150 * startup.el (fancy-splash-screens): Hide initial splash buffer.
7151
7152 2006-11-28 Kim F. Storm <storm@cua.dk>
7153
7154 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
7155 icomplete-mode is enabled.
7156
7157 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
7158
7159 * textmodes/org.el (require): Require gnus-sum during compilation
7160 to avoid problem with a macro call.
7161
7162 2006-11-28 Glenn Morris <rgm@gnu.org>
7163
7164 * emacs-lisp/authors.el (authors-aliases): Add new alias.
7165
7166 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
7167 (fortran-window-create-momentarily): Do not need string-to-char.
7168
7169 2006-11-28 Richard Stallman <rms@gnu.org>
7170
7171 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
7172 Replace incorrect use of assoc-default with a loop.
7173
7174 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
7175
7176 * simple.el (next-error-find-buffer): Improve messages.
7177
7178 * files.el (revert-buffer): Special error message if file
7179 is now not readable.
7180
7181 * facemenu.el (facemenu-add-new-face): Improve doc strings of
7182 constructed commands.
7183
7184 * comint.el (comint-exec-1): Provide Emacs version and `comint'
7185 in INSIDE_EMACS.
7186
7187 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7188
7189 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
7190
7191 * server.el: Remove spurious * in docstrings.
7192 (server-process-filter): Exit from recursive editing before processing
7193 a new request.
7194
7195 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
7196
7197 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
7198 line so hidden blocks will be correctly identified.
7199
7200 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
7201
7202 * ledit.el (ledit-save-defun, ledit-mode):
7203 * resume.el (resume-emacs-args-buffer):
7204 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
7205 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
7206 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
7207 (command-send-input, command-kill-line):
7208 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
7209
7210 * autoarg.el (autoarg-kp-mode): Doc fix.
7211
7212 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
7213 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
7214 (check-emacs-lock): Doc fix. Simplify.
7215
7216 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
7217 (iimage-mode-buffer): Fix typos in docstring.
7218
7219 * misc.el (zap-up-to-char): Doc fix.
7220
7221 * time-stamp.el: Fix comment and obsolescence string for old
7222 functions. Use `dolist' instead of `while'.
7223
7224 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
7225
7226 * disp-table.el (standard-display-8bit, standard-display-default):
7227 * ebuff-menu.el (electric-buffer-list):
7228 * ehelp.el (electric-help-command-loop):
7229 * font-core.el (font-lock-mode):
7230 * help-macro.el (make-help-screen):
7231 * help.el (describe-minor-mode-completion-table-for-indicator)
7232 (lookup-minor-mode-from-indicator):
7233 * indent.el (tab-to-tab-stop, move-to-tab-stop):
7234 * info-look.el (info-lookup-guess-custom-symbol):
7235 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
7236 * longlines.el (longlines-wrap-line):
7237 * macros.el (insert-kbd-macro):
7238 * menu-bar.el (menu-bar-update-buffers):
7239 * misc.el (copy-from-above-command):
7240 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
7241 * newcomment.el (comment-indent):
7242 * novice.el (disabled-command-function):
7243 * sort.el (sort-fields-syntax-table):
7244 * subr.el (momentary-string-display):
7245 * tar-mode.el (tar-header-block-summarize)
7246 (tar-clear-modification-flags):
7247 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
7248 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
7249 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
7250 (te-delete-char, te-down-vertically-or-scroll):
7251 * time-stamp.el (time-stamp-string-preprocess):
7252 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
7253
7254 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
7255
7256 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
7257 in GUD mode.
7258
7259 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
7260 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
7261
7262 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7263
7264 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
7265
7266 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
7267
7268 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
7269 (ada-compile-goto-error): Adapt to new argument profile of
7270 compilation-goto-locus in Emacs 22. Don't check if the various
7271 compile functions are defined; we already do "(require 'compile)".
7272
7273 2006-11-26 Kim F. Storm <storm@cua.dk>
7274
7275 * kmacro.el: Fix commentary.
7276
7277 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
7278
7279 * progmodes/gud.el (gdb): Explain how to run in text command mode
7280 more clearly. Say in error message that multiple debugging
7281 requires restarting GDB.
7282
7283 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
7284
7285 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
7286
7287 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
7288
7289 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
7290 (flymake-popup-menu): Use it instead of posn-at-point.
7291
7292 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7293
7294 * progmodes/cc-vars.el (c-backslash-column):
7295 Mention c-backslash-max-column in documentation for c-backslash-column.
7296
7297 2006-11-24 Lars Hansen <larsh@soem.dk>
7298
7299 * net/tramp.el (tramp-default-method): Under Windows, change from
7300 plink to pscp.
7301 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
7302 (tramp-actions-copy-out-of-band):
7303 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
7304 (tramp-action-out-of-band): Move "Permission denied" handling to
7305 tramp-action-copy-failed.
7306 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
7307 process buffer.
7308
7309 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7310
7311 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7312 strings to a single string. Quote `errors-file-name'.
7313 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7314 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7315 Adjust calls. Use `shell-quote-argument'.
7316
7317 * international/mule.el (load-with-code-conversion)
7318 (with-category-table): Use with-current-buffer.
7319 (after-insert-file-set-coding): Use restore-buffer-modified-p.
7320
7321 2006-11-24 Eli Zaretskii <eliz@gnu.org>
7322
7323 * mail/smtpmail.el (smtpmail-send-it):
7324 Copy buffer-file-coding-system from the mail buffer. Possibly add a
7325 MIME header for the message encoding.
7326 Bind coding-system-for-write around the call to mail-do-fcc.
7327 Use smtpmail-code-conv-from to encode queued mail messages.
7328
7329 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
7330
7331 * tabify.el (tabify-regexp): Doc fix.
7332
7333 * net/rcirc.el (rcirc-buffer-maximum-lines):
7334 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
7335
7336 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
7337 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
7338 Fix typos in output messages.
7339 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
7340
7341 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7342
7343 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
7344 the horse's mouth.
7345 (hexlify-buffer): Don't re-encode an arg that's already encoded.
7346
7347 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
7348
7349 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
7350 Remove condition-case.
7351
7352 2006-11-23 Glenn Morris <rgm@gnu.org>
7353
7354 * progmodes/f90.el (f90-comment-indent): Do not move point in
7355 default case.
7356
7357 2006-11-21 Romain Francoise <romain@orebokech.com>
7358
7359 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
7360 from library name (reverts change of 2005-10-25).
7361
7362 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
7363
7364 * tutorial.el (tutorial--default-keys): Add newline and
7365 delete-backward-char bindings.
7366 (tutorial--detailed-help): Save excursion when finding keys.
7367 Correct warning string for M-x FOO case.
7368 (tutorial--display-changes): Print special keys in tutorial style.
7369 Tweak search regexp for changed keys.
7370
7371 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
7372
7373 * thingatpt.el (thing-at-point-url-at-point): Don't add a
7374 redundant scheme.
7375
7376 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
7377
7378 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
7379 are new to the list at IANA. Also added irc, mms, mmsh.
7380
7381 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
7382
7383 * progmodes/idlw-help.el (idlwave-html-help-location):
7384 Fail gracefully for missing help packages.
7385 (idlwave-help-assistant-open-link): Open full links.
7386 (idlwave-help-assistant-help-with-topic): Direct help link.
7387
7388 * progmodes/idlwave.el (idlwave-mode):
7389 Set add-log-current-defun-function.
7390 (idlwave-current-routine-fullname): Add, to support add-log.
7391 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
7392 to reflect improvements to xml-parse-file.
7393 (idlwave-mode-menu-def): New binding for help-with-topic.
7394
7395 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
7396 Handle extra newlines and spaces.
7397 (idlwave-shell-mode-map): Add help-with-topic.
7398
7399 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
7400
7401 * tutorial.el (tutorial-warning-face): New face.
7402 (tutorial--detailed-help, tutorial--display-changes): Use it.
7403 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
7404 Improve search pattern for occurrences of changed keys.
7405
7406 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7407
7408 * term/x-win.el (x-last-cut-buffer-coding): New variable.
7409 (x-select-text): Set it.
7410 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
7411 when checking for newness.
7412
7413 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
7414
7415 * subr.el (posn-image):
7416 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
7417
7418 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
7419
7420 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7421
7422 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
7423 Exceptions to the rule "add a space between an identifier and an
7424 opening parenthesis". Defaulted to the `#define' problem of cpp.
7425 (glasses-parenthesis-exception-p): New. Check if the region is an
7426 exception regarding to that.
7427 (glasses-make-readable): Use it.
7428 (glasses-convert-to-unreadable): Ditto. Modify the file also if
7429 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
7430
7431 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
7432
7433 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
7434
7435 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
7436
7437 * progmodes/ada-mode.el (ada-make-body): Fix typo.
7438
7439 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
7440 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
7441
7442 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
7443
7444 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
7445 conditions for function or variable bindings.
7446
7447 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
7448
7449 * progmodes/compile.el (compilation-start): Ditto.
7450
7451 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
7452
7453 * net/tramp.el (top): cl and custom are always required.
7454
7455 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7456
7457 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
7458 cut-buffers with next-selection-coding-system if not nil.
7459
7460 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7461
7462 * textmodes/org.el (org-fix-decoded-time): New function.
7463 (org-display-custom-time): Use `org-fix-decoded-time'.
7464
7465 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
7466
7467 * menu-bar.el (menu-bar-games-menu): Remove yow.
7468
7469 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7470
7471 * textmodes/org.el (org-scan-tags): Re-align code fixed.
7472 (org-detach-overlay): Rename from `org-detatch-overlay'.
7473 (org-table-convert-region): Insert space after column separator.
7474 (org-agenda-kill): New command.
7475 (org-metaleft): Call `org-outdent-item' on bullets.
7476 (org-metaright): Call `org-indent-item' on bullets.
7477 (org-timestamp-change): Set `org-last-changed-timestamp'.
7478 (org-current-line): Make sure (bolp) returns correct result.
7479 (org-agenda-change-all-lines): Make sure TODO are highlighted.
7480
7481 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7482
7483 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
7484
7485 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
7486
7487 * mouse.el (global-map): Change 2006-08-16 fix to call
7488 mouse-yank-at-click explicitly, since mouse events are not carried
7489 over into keyboard macros.
7490
7491 2006-11-16 Kim F. Storm <storm@cua.dk>
7492
7493 * ido.el (ido-file-internal): Use current buffer's file name as default
7494 choice for ido-find-alternate-file. Suggested by Matt Hodges.
7495
7496 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
7497
7498 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
7499 (allout-inhibit-aberrance-doublecheck): Rename from
7500 allout-during-yank-processing. All callers changed.
7501 (allout-ascend): Provide for unusual case where some topic after
7502 the first in file is at lower depth than the first.
7503 (allout-shift-in): Ensure the offspring of the new containing
7504 topic are exposed.
7505 (allout-encrypt-string): Preserve the coding-system of the text,
7506 according to that of the containing buffer.
7507 (allout-toggle-subtree-encryption): When the text being encrypted
7508 requires a different coding system, offer to preserve the coding
7509 system using a file local var.
7510
7511 2006-11-15 Simon Marshall <simon@gnu.org>
7512
7513 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
7514 to recognise "T t()" as a function declaration, rather than a
7515 variable instantiation, iff at the top-level or inside a class
7516 declaration. Suggested by Feng Li <fengli@gmail.com>.
7517
7518 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
7519
7520 * progmodes/ada-xref.el (ada-parse-prj-file):
7521 Don't delete project buffer; user may want to edit it.
7522 (ada-xref-set-project-field, ada-xref-current-project-file)
7523 (ada-xref-current-project, ada-show-current-project)
7524 (ada-set-main-compile-application): New functions.
7525 (ada-xref-get-project-field, ada-require-project-file):
7526 Normalize use of ada-prj-default-project-file.
7527 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
7528 Normalize use of ada-require-project-file.
7529 (ada-prj-find-prj-file): Improve doc string, comments.
7530
7531 * progmodes/ada-mode.el (ada-mode-version): Bump version.
7532 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
7533 (ada-create-menu): Add ada-set-main-compile-application,
7534 ada-show-current-main, ada-show-current-project.
7535
7536 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7537
7538 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
7539 (inferior-python-mode): Use it.
7540
7541 2006-11-14 Andreas Schwab <schwab@suse.de>
7542
7543 * term/xterm.el (terminal-init-xterm): Add more key bindings.
7544
7545 2006-11-13 Kim F. Storm <storm@cua.dk>
7546
7547 * ido.el (ido-copy-current-word): C-o copies region if active.
7548
7549 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
7550
7551 * textmodes/org.el (org-emph-face): Fix typo in variable name.
7552
7553 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
7554
7555 * ediff.el (ediff-revision):
7556 * files.el (set-visited-file-name):
7557 * mail/rmailout.el (rmail-output-body-to-file):
7558 Use `format', not `message', in `y-or-n-p' call.
7559
7560 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
7561
7562 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
7563 (org-metaright): Call `org-indent-item' on bullets.
7564 (org-timestamp-change): Set `org-last-changed-timestamp'.
7565 (org-current-line): Make sure (bolp) returns correct result.
7566 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
7567
7568 2006-11-12 Richard Stallman <rms@gnu.org>
7569
7570 * language/european.el (turkish-case-conversion-enable)
7571 (turkish-case-conversion-disable): New functions.
7572 ("Turkish" lang env): Use them.
7573
7574 * international/characters.el (case table):
7575 Do nothing special for i and I.
7576
7577 * subr.el (remove-overlays): Fix last change.
7578
7579 * cus-edit.el (custom-save-all): Use find-file-visit-truename
7580 for visiting the custom file.
7581
7582 2006-11-12 Markus Triska <triska@gmx.at>
7583
7584 * play/handwrite.el (handwrite): Also process lines not ending
7585 with newline. Replace some position-fiddling with different
7586 logic. Improve performance.
7587
7588 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
7589
7590 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
7591 replacing deleted variable `ada-check-switch'.
7592 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
7593 (ada-xref-project-files): Improve doc string.
7594 (ada-find-executable): New function.
7595 (ada-initialize-runtime-library): Use `ada-find-executable'.
7596 (ada-xref-set-default-prj-values): In compile commands, don't need
7597 `ada-cd-command'; `compile' does that more portably.
7598 Use ada-prj-default-check-cmd.
7599 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
7600 properties if not specified in project file.
7601 (ada-goto-declaration): Display useful message for new error
7602 'error-file-not-found.
7603 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
7604 'error-file-not-found.
7605 (ada-get-all-references): Match latest ali syntax. Signal new
7606 error 'error-file-not-found.
7607 (ada-find-in-ali): Match latest ali syntax.
7608 (ada-make-filename-from-adaname): Handle different semantics of
7609 gnatkr in GNAT 3.15p vs later.
7610
7611 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
7612 ada-procedure-start-regexp.
7613 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
7614
7615 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
7616 with defvar.
7617 (ada-language-version): Rename ada05 -> ada2005.
7618 (ada-align-region-separate): Add `eval-when-compile'.
7619 (ada-name-regexp): Remove unneeded escapes in regexp character
7620 alternative.
7621 (ada-compile-goto-error-file-linenr-re): New constant.
7622 (ada-matching-start-re): Handle additional cases `declare',
7623 `procedure', `function'.
7624 (ada-compile-goto-error): Handle "... at line nn".
7625 (ada-mode): Clearer syntax, comments for ff-special-constructs.
7626 Delete support for old versions of `align'.
7627 (ada-search-prev-end-stmt): Handle additional keyword `private'.
7628 (ada-check-defun-name): Simplify handling of `declare'.
7629 (ada-goto-matching-start): Handle nested `begin ... end'.
7630 Handle `declare', `protected', `procedure', `function'.
7631 (ada-create-menu): Presence of arm95 is not conditional on using
7632 GNAT compiler.
7633
7634 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
7635
7636 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
7637 nil in the *RE-Builder* buffer (it causes spurious error messages).
7638
7639 * server.el (server-visit-files): If `minibuffer-auto-raise' has
7640 been set to t, respect it.
7641
7642 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
7643
7644 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
7645 Delete commented out code for old Emacs versions. Autoloading of
7646 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
7647 (ada-mode-version): Bump version number.
7648 (ada-95-string-keywords, ada-2005-string-keywords)
7649 (ada-2005-keywords, ada-name-regexp): New constant.
7650 (ada-language-version, ada-procedure-start-regexp, ada-mode)
7651 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
7652 (ada-package-start-regexp): Support private packages, include package
7653 name (for ada-set-point-accordingly).
7654 (ada-next-procedure, ada-previous-procedure)
7655 (ada-which-function-are-we-in): Match changes to
7656 ada-procedure-start-regexp.
7657 (ada-make-body): Make non-interactive; not a user function.
7658 (ada-make-subprogram-body): Improve doc string.
7659
7660 2006-11-11 Romain Francoise <romain@orebokech.com>
7661
7662 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
7663 `compilation-error-regexp-alist' buffer-local, since we changed
7664 `compilation-error-regexp-alist-alist' locally.
7665
7666 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
7667
7668 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
7669 to the value of `server-raise-frame'.
7670
7671 2006-11-11 Glenn Morris <rgm@gnu.org>
7672
7673 * ido.el (ido-enable-prefix)
7674 * ses.el (ses-call-printer-return)
7675 * net/tramp.el (tramp-unified-filenames)
7676 * progmodes/cc-align.el (c-lineup-string-cont)
7677 * progmodes/compile.el (compilation-directory-matcher)
7678 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
7679 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
7680 (vhdl-clock-rising-edge)
7681 * textmodes/org.el (org-export-with-timestamps)
7682 (org-export-remove-timestamps-from-toc)
7683 (org-export-with-tags): Improve previous doc fixes.
7684
7685 2006-11-11 Richard Stallman <rms@gnu.org>
7686
7687 * textmodes/flyspell.el (flyspell-mode-map):
7688 Bind C-c $ instead of M-RET.
7689
7690 2006-11-10 Simon Marshall <simon@gnu.org>
7691
7692 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
7693 fontification for "case" and "default" keywords.
7694
7695 2006-11-10 Andreas Schwab <schwab@suse.de>
7696
7697 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
7698 Avoid starting sentence with "nil".
7699
7700 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
7701
7702 * server.el (server-raise-frame): New option.
7703 (server-switch-buffer): Use it.
7704
7705 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
7706
7707 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
7708 with a capital.
7709
7710 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
7711
7712 * textmodes/org.el (org-show-hierarchy-above)
7713 (org-show-following-heading): Fix typo in default value.
7714 (org-scan-tags): Make the search case-sensitive.
7715 (org-tags-sparse-tree): Don't overrule
7716 `org-show-following-heading' and `org-show-hierarchy-above'.
7717 (org-reveal): New command.
7718 (org-show-context): Rename from `org-show-hierarchy-above'.
7719 (org-fast-tag-selection-single-key): New option.
7720 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
7721 (org-tags-overlay): New variable.
7722 (org-agenda-todo-ignore-deadlines): New option.
7723 ("session"): Add circular data structure `org-mark-ring' to
7724 exceptions list in session.el.
7725 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
7726 New options.
7727 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
7728 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
7729 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
7730 (org-finalize-agenda): Activate bracket links in agenda.
7731 (org-at-timestamp-p, org-at-date-range-p): Additional argument
7732 INACTIVE-OK.
7733 (org-show-hierarchy-above, org-show-following-heading):
7734 List values allowed for fine-tuned configuration.
7735 (org-show-hierarchy-above): New argument CONTEXT, use the
7736 fine-tuned settings in `org-show-hierarchy-above' and
7737 `org-show-following-heading'.
7738 (org-display-custom-time): New function.
7739 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
7740 (org-display-custom-times, org-time-stamp-custom-formats):
7741 (org-maybe-intangible): New macro.
7742 (org-activate-bracket-links, org-hide-wide-columns):
7743 Use `org-maybe-intangible'.
7744 (org-open-file): Use `shell-quote-argument'.
7745 (org-display-internal-link-with-indirect-buffer): New option.
7746 (org-file-remote-p): Get regexp from list.
7747 (org-link-expand-abbrev): New function.
7748 (org-link-abbrev-alist): New option.
7749 (org-open-at-point, org-cleaned-string-for-export):
7750 Call `org-link-expand-abbrev'.
7751 (org-timeline, org-agenda-list, org-todo-list)
7752 (org-tags-view): Remove the KEEP-MODES argument.
7753 (org-finalize-agenda-hook): New hook.
7754 (org-get-alist-option): New function.
7755 (org-follow-timestamp-link): New function.
7756 (org-open-at-point): Call `org-follow-timestamp-link'.
7757 (org-log-note-marker, org-log-note-purpose)
7758 (org-log-note-window-configuration): New variables.
7759 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
7760 (org-log-note-headings): New option.
7761 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
7762 (org-store-link): Support for dired-mode.
7763 (org-open-file): Substitute environment variables into filename.
7764 (org-last): New defsubst.
7765 (org-agenda-re-align-tags): New function.
7766 (org-agenda-align-tags-to-column): New option.
7767 (org-agenda-timeline): Group removed.
7768 (org-prepare-agenda, org-prepare-agenda-buffers)
7769 (org-run-agenda-series, org-timeline, org-agenda-list)
7770 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
7771 the text property inticating the agenda type.
7772 (org-agenda-post-command-hook): Get agenda type from text property
7773 at point.
7774 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
7775 and obey `org-agenda-overriding-arguments'.
7776 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
7777 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
7778 (org-agenda-week-view, org-agenda-day-view):
7779 Use `org-agenda-overriding-arguments' to make updating work with
7780 multi-block agendas.
7781 (org-agenda-prefix-format): Allow different formats for the
7782 different agenda entry types.
7783 (org-timeline-prefix-format): Option removed, use
7784 `org-agenda-prefix-format' instead.
7785 (org-prepare-agenda): New function.
7786 (org-select-timeline-window): Option removed, use
7787 `org-select-agenda-window' instead.
7788 (org-respect-restriction): Variable removed.
7789 (org-cmp-tag): New function.
7790 (org-agenda-sorting-strategy, org-entries-lessp):
7791 Implement sorting by last tag.
7792 (org-complete): Better completion in in-buffer option lines.
7793 (org-in-item-p): New function.
7794 (org-org-menu): Add entries for checkboxes.
7795 (org-cycle): Extra brouping in outline-regexp, because it is used
7796 in a search with "^" prepended.
7797 (org-provide-checkbox-statistics): New option.
7798 (org-set-font-lock-defaults): Highlight checkbox statistics.
7799 (org-update-checkbox-count-maybe)
7800 (org-get-checkbox-statistics-face): New functions.
7801 (org-update-checkbox-count): New command.
7802 (org-insert-item, org-toggle-checkbox):
7803 Call `org-update-checkbox-count-maybe'.
7804 (org-export-as-html): XEmacs compatibility for coding system.
7805 (org-force-cycle-archived): New command.
7806 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
7807 overrules cycling.
7808 (org-fix-position-after-promote): If the line contains only a todo
7809 keyword, add a final space.
7810 (org-promote-subtree, org-demote-subtree):
7811 Call `org-fix-position-after-promote'.
7812
7813 2006-11-10 Glenn Morris <rgm@gnu.org>
7814
7815 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
7816 date in every year.
7817 (calendar-dst-check-each-year-flag): New customizable variable.
7818 (calendar-dst-find-data): New function, extracted from
7819 calendar-current-time-zone.
7820 (calendar-current-time-zone): Use calendar-dst-find-data.
7821 (calendar-dst-transition-cache): New variable.
7822 (calendar-dst-find-startend, calendar-dst-starts)
7823 (calendar-dst-ends): New functions.
7824 (calendar-daylight-savings-starts)
7825 (calendar-daylight-savings-ends): Change value to use
7826 calendar-dst-starts, calendar-dst-ends; respectively.
7827
7828 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
7829
7830 * ido.el (ido-enable-prefix)
7831 * ses.el (ses-call-printer-return)
7832 * net/tramp.el (tramp-unified-filenames)
7833 * progmodes/cc-align.el (c-lineup-string-cont)
7834 * progmodes/compile.el (compilation-directory-matcher)
7835 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
7836 * progmodes/gdb-ui.el (gdb-many-windows)
7837 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
7838 (vhdl-clock-rising-edge)
7839 * textmodes/org.el (org-export-with-timestamps)
7840 (org-export-remove-timestamps-from-toc, org-export-with-tags)
7841 (org-read-date): Doc fix (Nil -> nil).
7842
7843 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7844
7845 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
7846 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
7847
7848 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
7849
7850 * bs.el (bs--window-for-buffer): Remove.
7851 (bs--show-with-configuration): Use `get-window-with-predicate'
7852 instead of `bs--window-for-buffer'.
7853
7854 2006-11-10 Kenichi Handa <handa@m17n.org>
7855
7856 * files.el (revert-buffer): Fix previous change.
7857
7858 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
7859
7860 * bs.el (bs--redisplay): Fix typo in docstring.
7861 (bs--window-config-coming-from): Make frame-local.
7862 (bs--restore-window-config): New function.
7863 (bs-kill, bs-select, bs-select-other-window)
7864 (bs-select-other-frame): Use it.
7865 (bs--window-for-buffer): Return as soon as a matching buffer is found.
7866 (bs--show-with-configuration): Save the window configuration as a
7867 frame local var, and only if *buffer-selection* is not already
7868 visible on this frame.
7869
7870 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
7871
7872 * vc-svn.el (vc-svn-admin-directory): New var.
7873 (vc-svn-registered, vc-svn-responsible-p)
7874 (vc-svn-repository-hostname): Use it.
7875 Suggested by arit93@yahoo.com.
7876
7877 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
7878
7879 * ldefs-boot.el: Regenerate.
7880
7881 2006-11-08 Alan Mackenzie <acm@muc.de>
7882
7883 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
7884 case (eq open-paren-in-column-0-is-defun-start nil) by searching
7885 for least nested open-paren.
7886
7887 2006-11-08 Romain Francoise <romain@orebokech.com>
7888
7889 * subr.el (remove-overlays): Fix typo in last change.
7890
7891 2006-11-08 Richard Stallman <rms@gnu.org>
7892
7893 * subr.el (remove-overlays): Call overlay-recenter.
7894
7895 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7896
7897 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
7898 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
7899 behaviour.
7900 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
7901 directly.
7902
7903 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
7904
7905 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
7906 (ido-max-dir-file-cache, ido-decorations)
7907 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
7908 (ido-magic-backward-char, ido-enter-dired)
7909 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
7910 (ido-list-directory, ido-first-match, ido-only-match)
7911 (ido-subdir, ido-indicator): Fix typos in docstrings.
7912 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
7913 (ido-read-internal): Fix typo in error message.
7914
7915 2006-11-08 Kenichi Handa <handa@m17n.org>
7916
7917 * international/mule-cmds.el (set-default-coding-systems):
7918 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
7919
7920 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
7921
7922 * makefile.w32-in (setwins): Remove.
7923 (WINS_ALMOST): New macro.
7924 (WINS): Use it.
7925 (autoloads): Don't extract autoloads from files in obsolete/.
7926
7927 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
7928
7929 * whitespace.el (whitespace-buffer): Call remove-overlays after
7930 overlay-recenter for performance. Suggested by Martin Rudalics.
7931
7932 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
7933
7934 * net/tramp.el (tramp-default-method): scp is the default method.
7935
7936 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
7937
7938 * server.el (server-start): Save also the Emacs pid in the server file.
7939
7940 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
7941
7942 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
7943 point when displaying a bibtex cross reference in the echo area.
7944
7945 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
7946
7947 * international/mule.el (make-char): Fix typo in docstring.
7948 (load-with-code-conversion, charsetp): Doc fixes.
7949
7950 * international/ja-dic-cnv.el (skkdic-convert):
7951 * cus-edit.el (hook): Fix typo in docstring.
7952
7953 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
7954
7955 * cus-edit.el (custom-mode-map): Move defvar above code using it.
7956 (custom-mode-link-map): New variable.
7957 (custom-group-link, custom-manual): Use follow-link.
7958
7959 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7960
7961 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
7962 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
7963
7964 2006-11-06 Richard Stallman <rms@gnu.org>
7965
7966 * textmodes/flyspell.el (flyspell-correct-word-before-point):
7967 New function broken out of flyspell-correct-word.
7968 (flyspell-mode-map): Bind it to M-RET.
7969 (flyspell-correct-word): Call it.
7970
7971 * textmodes/fill.el (fill-minibuffer-function): New function.
7972 (fill-paragraph): Bind fill-paragraph-function to
7973 fill-minibuffer-function.
7974
7975 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
7976 so that they aren't undefined.
7977
7978 * dired.el (dired-readin): Locally bind file-name-coding-system.
7979
7980 * bindings.el: Shorten and clarify usual mode line mouse help string.
7981
7982 * Makefile.in (autoloads): Don't include `obsolete'.
7983
7984 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
7985
7986 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
7987 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
7988 Printing menu if it's not initialized.
7989 (pr-menu-bind): Act on menu-bar-file-menu directly.
7990
7991 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
7992
7993 * help.el (view-emacs-news): Fix typo in error message.
7994
7995 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
7996
7997 * shadowfile.el (shadow-define-regexp-group)
7998 (shadow-literal-groups, shadow-insert-var): Doc fixes.
7999 (shadow-read-files): Fix typo in message.
8000 (shadow-inhibit-overload, shadow-find, shadow-suffix)
8001 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
8002 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
8003 (shadow-file-match): Fix typos in docstrings.
8004
8005 * terminal.el (terminal-emulator): Fix typo in message.
8006
8007 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
8008
8009 * emacs-lisp/lselect.el (x-kill-primary-selection)
8010 (x-delete-primary-selection, x-copy-primary-selection):
8011 Fix typos in error messages.
8012
8013 * emulation/edt-mapper.el: Fix typo in interactive message.
8014
8015 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
8016
8017 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
8018 (ispell-help): Fix typos in docstrings.
8019 (ispell-help): Fix typo in output message.
8020
8021 * allout.el (allout-adjust-file-variable)
8022 (allout-passphrase-verifier-string)
8023 (allout-passphrase-hint-string)
8024 (allout-toggle-current-subtree-encryption):
8025 * apropos.el (apropos-synonyms):
8026 * cus-edit.el (hook):
8027 * emacs-lock.el (emacs-lock-from-exiting):
8028 * follow.el (follow-avoid-tail-recenter-p):
8029 * hexl.el (hexl-mode):
8030 * mouse-copy.el (mouse-copy-work-around-drag-bug):
8031 * mouse.el (mouse-set-font):
8032 * resume.el (resume-emacs-args-file):
8033 * rfn-eshadow.el (file-name-shadow-tty-properties):
8034 * t-mouse.el (t-mouse-process, t-mouse-mode):
8035 * emacs-lisp/cust-print.el (custom-print-install)
8036 (custom-print-uninstall, custom-format):
8037 * emacs-lisp/shadow.el (list-load-path-shadows):
8038 * emulation/tpu-edt.el (tpu-help-text)
8039 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
8040 (tpu-reset-control-keys):
8041 * emulation/vip.el (vip-emacs-local-map)
8042 (vip-change-mode-to-emacs):
8043 * emulation/viper.el (viper-mode, viper-set-hooks)
8044 (viper-major-mode-modifier-list):
8045 * emulation/viper-init.el (viper-emacs-state-cursor-color):
8046 * emulation/viper-keym.el (viper-emacs-kbd-map)
8047 (viper-toggle-key):
8048 * mail/feedmail.el (feedmail-queue-reminder)
8049 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
8050 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
8051 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
8052 (feedmail-sender-line, feedmail-force-binary-write)
8053 (feedmail-from-line, feedmail-deduce-envelope-from)
8054 (feedmail-x-mailer-line, feedmail-message-id-generator)
8055 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
8056 (feedmail-enable-spray, feedmail-spray-this-address)
8057 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
8058 (feedmail-queue-runner-confirm-global)
8059 (feedmail-ask-before-queue-prompt)
8060 (feedmail-ask-before-queue-reprompt)
8061 (feedmail-prompt-before-queue-standard-alist)
8062 (feedmail-prompt-before-queue-user-alist)
8063 (feedmail-prompt-before-queue-help-supplement)
8064 (feedmail-queue-use-send-time-for-message-id)
8065 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
8066 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
8067 (feedmail-mail-send-hook-queued)
8068 (feedmail-confirm-addresses-hook-example)
8069 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
8070 (feedmail-queue-runner-mode-setter)
8071 (feedmail-queue-alternative-mail-header-separator)
8072 (feedmail-queue-runner-message-sender)
8073 (feedmail-buffer-eating-function, feedmail-binmail-template)
8074 (feedmail-run-the-queue-no-prompts)
8075 (feedmail-run-the-queue-global-prompt)
8076 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
8077 (feedmail-envelope-deducer, feedmail-fiddle-date)
8078 (feedmail-default-message-id-generator)
8079 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
8080 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
8081 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
8082 (vms-pmail-setup):
8083 * play/dunnet.el (dun-help):
8084 * play/handwrite.el (handwrite):
8085 * play/hanoi.el (hanoi-unix-64):
8086 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
8087 * textmodes/enriched.el (fixed):
8088 * textmodes/org.el (org-file-apps)
8089 (org-emphasis-regexp-components, org-emphasis-alist):
8090 * textmodes/texinfmt.el (batch-texinfo-format):
8091 Fix typos in docstrings.
8092
8093 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
8094
8095 * loadhist.el (read-feature): Don't complete features not loaded
8096 from a file (which make `unload-feature' to fail).
8097
8098 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
8099
8100 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
8101
8102 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
8103
8104 * startup.el (command-line-1): Kill emacs if the last frame is
8105 deleted while evaluating the command-line arguments.
8106
8107 2006-11-05 Richard Stallman <rms@gnu.org>
8108
8109 * startup.el (init-file-had-error): Add doc string.
8110 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
8111 Use fixed-width font for keyboard key descriptions.
8112
8113 * cus-edit.el (custom-save-all): Error if saving in .emacs
8114 and it had an error when loaded.
8115
8116 * dired-aux.el (dired-copy-file-recursive): Catch errors
8117 from recursive copies in the loop, around the recursive call.
8118
8119 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8120
8121 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
8122 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
8123 `/proc/acpi/thermal_zone/*'.
8124 (battery-search-for-one-match-in-files): New. Search a regexp in
8125 the content of some files.
8126
8127 2006-11-05 Martin Rudalics <rudalics@gmx.at>
8128
8129 * window.el (mouse-autoselect-window-now): Remove variable.
8130 (mouse-autoselect-window-state): New variable.
8131 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
8132 (mouse-autoselect-window-select, handle-select-window):
8133 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
8134 Suspend delayed autoselection during menu or popup dialog.
8135
8136 * info-look.el (info-lookup-guess-custom-symbol): New function
8137 for retrieving symbol at point in custom buffers.
8138 (top level) <info-lookup-maybe-add-help>: Add backquote and
8139 comma to ignored characters in regexps of help specifications
8140 for emacs-lisp-mode and lisp-interaction-mode. This permits
8141 looking up symbols in `...' and after a comma. Add help
8142 specifications for custom-mode and help-mode.
8143
8144 2006-11-04 Eli Zaretskii <eliz@gnu.org>
8145
8146 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
8147 Don't encode body if RAW is non-nil, or if the old encoding is
8148 identical to the new encoding, or if the body contains only
8149 eight-bit-* characters.
8150
8151 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
8152
8153 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
8154 (faces-sample-overlay): Remove variable.
8155 (describe-face): Insert sample text in the face being described.
8156
8157 2006-11-04 Martin Rudalics <rudalics@gmx.at>
8158
8159 * whitespace.el (whitespace-indent-regexp): Make this match any
8160 multiples of eight spaces near the beginning of a line.
8161 (whitespace-buffer): Use `remove-overlays' instead of
8162 `whitespace-unhighlight-the-space' and `overlay-recenter' to
8163 speed up overlay handling.
8164 (whitespace-buffer-leading, whitespace-buffer-trailing):
8165 Make these functions highlight the text removed by
8166 `whitespace-buffer-leading-cleanup' and
8167 `whitespace-buffer-trailing-cleanup' respectively.
8168 (whitespace-buffer-search): Use `with-local-quit'.
8169 Move `format' out of loop to speed up scanning larger buffers.
8170 (whitespace-unhighlight-the-space): Remove `remove-hook' since
8171 that function is never added to a hook.
8172 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
8173 (whitespace-buffer-leading-cleanup)
8174 (whitespace-refresh-rescan-list): Fix docstrings.
8175
8176 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
8177
8178 * allout.el (allout-during-yank-processing): Cue for inhibiting
8179 aberrance processing during yanks.
8180 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
8181 the amount of yanked topics that can be aberrant.
8182 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
8183 a function, and supplement with inihibition of doublechecking
8184 during yanks.
8185 (allout-beginning-of-line, allout-next-heading)
8186 (allout-previous-heading, allout-goto-prefix-doublechecked)
8187 (allout-back-to-current-heading, allout-next-visible-heading)
8188 (allout-next-sibling): Use new allout-do-doublecheck function.
8189 (allout-next-sibling): Ensure we made progress when returning
8190 other than nil.
8191 (allout-rebullet-heading): Preserve text property annotations
8192 indicating the text was hidden, if it was.
8193 (allout-kill-line): Remove any added was-hidden annotations.
8194 (allout-kill-topic): Remove any added was-hidden annotations.
8195 (allout-annotate-hidden): Inhibit adding was-hidden text
8196 properties to the undo list.
8197 (allout-deannotate-hidden): New function to remove was-hidden
8198 annotation.
8199 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
8200 (allout-remove-exposure-annotation): Replace by
8201 allout-deannotate-hidden.
8202 (allout-yank-processing): Signal that yank processing is happening
8203 with allout-during-yank-processing. Also, wrap
8204 allout-unprotected's closer to the text changes, for easier
8205 debugging. We need to inhibit-field-text-motion explicitly, in
8206 lieu of the encompassing allout-unprotected.
8207 (outlineify-sticky): Adjust criteria for triggering new outline
8208 decorations to presence or absence of any topics, not just a topic
8209 at the beginning of the buffer.
8210
8211 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
8212
8213 * bs.el (bs--show-all, bs--redisplay):
8214 * cus-edit.el (custom-unlispify-menu-entries)
8215 (custom-unlispify-tag-names, custom-prompt-variable):
8216 * expand.el (expand-pos):
8217 * speedbar.el (speedbar-generic-list-tag-p):
8218 * wid-edit.el (widget-image-enable):
8219 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
8220 * emacs-lisp/find-func.el (find-function-noselect)
8221 (find-function, find-variable-noselect, find-variable)
8222 (find-definition-noselect, find-face-definition):
8223 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
8224 * net/eudc-vars.el (eudc-expansion-overwrites-query):
8225 * progmodes/ada-xref.el (ada-find-in-ali):
8226 * textmodes/flyspell.el (flyspell-check-tex-math-command):
8227 * textmodes/org.el (org-copy-subtree):
8228 * textmodes/table.el (table--row-column-insertion-point-p):
8229 Use "non-nil" in docstrings.
8230
8231 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
8232
8233 * sort.el (sort-columns): Set the field separator to tab; on
8234 NetBSD, sort complains if "\n" is used as field separator.
8235
8236 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
8237
8238 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
8239
8240 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8241
8242 * server.el (server-auth-key): Remove. Replace by a process-property.
8243 (server-start): Don't remove the file of the previous process, but
8244 instead clear out the place for the new file.
8245 (server-start): Set the :auth-key property.
8246 (server-process-filter): Use the :auth-key property.
8247
8248 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
8249
8250 * textmodes/org.el (org-mode-map): No longer copy
8251 `outline-mode-map' explicitly - this is already done by
8252 `define-derived-mode'.
8253
8254 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
8255
8256 * server.el (server-visit-files): Use `when'.
8257 (server-process-filter): When authentication fails, send error
8258 message to client. Wrap `process-send-region' in `ignore-errors'
8259 instead of `condition-case', and remove misleading comment.
8260
8261 2006-11-01 Juri Linkov <juri@jurta.org>
8262
8263 * simple.el (yank): Doc fix.
8264
8265 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8266
8267 * server.el: Try and fit within 80 columns.
8268 (server-start): Make the auth file unreadable by other users.
8269
8270 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8271
8272 * battery.el (battery-linux-proc-acpi): Prevent range error when
8273 `full-capacity' is 0.
8274
8275 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
8276
8277 * faces.el (faces-sample-overlay): New defvar.
8278 (faces-sample-overlay): New function to show face sample text.
8279 (describe-face): Use it.
8280
8281 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
8282
8283 * progmodes/ada-stmt.el: Change maintainer, apply
8284 whitespace-cleanup, checkdoc.
8285 (ada-func-or-proc-name): Add doc string.
8286
8287 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
8288 whitespace-cleanup, checkdoc. Minor improvements to many doc
8289 strings and comments.
8290 (ada-prj-display-page): Change buffer name to more accurately
8291 reflect function.
8292
8293 * progmodes/ada-xref.el: Change maintainer, apply
8294 whitespace-cleanup, checkdoc. Minor improvements to many doc
8295 strings and comments. Don't look for `gvd' or `ddd' debuggers.
8296 (ada-compile-current): Don't add newlines to commands.
8297
8298 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
8299
8300 * server.el: Add support for TCP sockets.
8301 (server-use-tcp, server-host, server-auth-dir): New options.
8302 (server-auth-key): New variable.
8303 (server-ensure-safe-dir): Create nonexistent parent dirs.
8304 Ignore Unix-style file modes on Windows.
8305 (server-start): Crete a TCP or Unix socket according to the value
8306 of `server-use-tcp'. For TCP sockets, create the id/auth file in
8307 `server-auth-dir' directory.
8308 (server-process-filter): Delete process if authentication
8309 fails (which never happens for Unix sockets).
8310
8311 2006-10-30 David Kastrup <dak@gnu.org>
8312
8313 * subr.el (add-to-list): Don't continue checking if a match has
8314 been found.
8315
8316 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
8317
8318 * tutorial.el: Move defvars to avoid bytecomp warnings.
8319 (tutorial--find-changed-keys): Check if viper-current-state is
8320 bound before using it.
8321 (help-with-tutorial): Check if viper-tutorial is defined before
8322 using it.
8323
8324 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
8325
8326 * help-fns.el (help-with-tutorial): Move to tutorial.el.
8327
8328 * tutorial.el: New file.
8329 (help-with-tutorial): Move here from help-fns.el. Add help for
8330 rebound keys. Fix resume of tutorial.
8331 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
8332 (tutorial--find-changed-keys, tutorial--display-changes)
8333 (tutorial--saved-dir, tutorial--saved-file)
8334 (tutorial--save-tutorial): New functions to support the changes in
8335 help-with-tutorial.
8336
8337 2006-10-30 Kenichi Handa <handa@m17n.org>
8338
8339 * files.el (revert-buffer): If a unibyte buffer is being reverted
8340 with a coding system for multibyte, set buffer multibyte before
8341 calling insert-file-contents.
8342
8343 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8344
8345 * server.el (server-select-display): Use a dummy buffer to detect when
8346 the frame is later used.
8347 (server-select-display): New function.
8348 (server-process-filter): Use it to detect unused temp frames.
8349
8350 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
8351
8352 * progmodes/ada-mode.el: Change maintainer, apply
8353 whitespace-clean, checkdoc. Minor improvements to many doc strings.
8354 (ada-mode-version): New function.
8355 (ada-create-menu): Menu operations are available for all supported
8356 compilers.
8357
8358 2006-10-29 Lars Hansen <larsh@soem.dk>
8359
8360 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
8361 Highlight as keyword.
8362 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
8363 Don't call tramp-method-out-of-band-p for local files.
8364 (tramp-touch): Quote file name.
8365
8366 2006-10-28 Glenn Morris <rgm@gnu.org>
8367
8368 * calendar/calendar.el (cal-html-cursor-month)
8369 (cal-html-cursor-year): Add autoloads for this new package.
8370 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
8371
8372 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
8373
8374 * calendar/cal-html.el: New file.
8375
8376 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
8377
8378 * emacs-lisp/authors.el (authors-aliases): Update.
8379
8380 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
8381
8382 * version.el (emacs-version): Bump version number to 22.0.90.
8383
8384 2006-10-26 John W. Eaton <jwe@octave.org>
8385
8386 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
8387 New defvar.
8388 (inferior-octave-resync-dirs): Check to see whether Octave has
8389 built-in variables and set inferior-octave-has-built-in-variables.
8390 Check inferior-octave-has-built-in-variables to decide whether to
8391 send commands that set built-in variables or call functions to
8392 change Octave's behavior.
8393 Send "disp (pwd ())" to Octave instead of just "pwd".
8394 (inferior-octave-startup): Send "more off" to Octave instead of
8395 "page_screen_output = 0".
8396
8397 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
8398
8399 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
8400 pattern normally.
8401
8402 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
8403
8404 * bindings.el (mode-line-mode-menu): Remove bindings for global
8405 minor modes (line/column number) as they are on the menubar.
8406
8407 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
8408
8409 * term/w32-win.el (x-handle-name-switch): Doc fix.
8410 (w32-standard-fontset-spec): Fix typo in docstring.
8411
8412 * midnight.el (midnight-buffer-display-time): Doc fix.
8413 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
8414
8415 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
8416
8417 * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
8418
8419 * emulation/viper-ex.el (ex-read): Quote file argument.
8420
8421 * ediff-diff.el (ediff-same-file-contents): Expand file names.
8422
8423 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
8424
8425 2006-10-22 Martin Rudalics <rudalics@gmx.at>
8426
8427 * textmodes/flyspell.el (flyspell-check-region-doublons):
8428 Fix last fix.
8429
8430 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
8431
8432 * bindings.el (mode-line-mode-menu): List global minor modes
8433 before local ones.
8434
8435 2006-10-23 Kim F. Storm <storm@cua.dk>
8436
8437 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
8438 (sit-for): If last command was a prefix arg, add the read-ahead
8439 event to unread-command-events as (t . EVENT) so it will be added
8440 to this-command-keys by read-key-sequence.
8441
8442 2006-10-22 Martin Rudalics <rudalics@gmx.at>
8443
8444 * textmodes/flyspell.el (flyspell-word): Skip past all previous
8445 whitespace when checking doublons.
8446 (flyspell-check-region-doublons): Fix doublon regexp.
8447 (flyspell-highlight-incorrect-region): Highlight doublons using
8448 flyspell-duplicate face.
8449
8450 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
8451
8452 2006-10-22 John Wiegley <johnw@newartisans.com>
8453
8454 * progmodes/python.el (python-use-skeletons): python-mode was
8455 auto-inserting templates (for those with abbrev-mode on), not only
8456 by default -- *but without a configuration variable to disable
8457 it*. This rendered python-mode completely useless for me, so I
8458 have added `python-use-skeletons', which is now off by default.
8459
8460 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
8461
8462 * progmodes/cperl-mode.el (cperl-mode): Don't assume
8463 font-lock-multiline is auto-local (it's not).
8464 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
8465 initialized before calling cperl-init-faces.
8466
8467 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
8468
8469 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
8470 gdb-stack-position a value when there is no fringe.
8471
8472 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
8473 indicator if not visiting a file.
8474
8475 2006-10-20 David Kastrup <dak@gnu.org>
8476
8477 * window.el (kill-buffer-and-window): Fix a bug where an aborted
8478 operation would still cause some window to collapse later.
8479
8480 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8481
8482 * vc.el (vc-switch-backend): Try to be more careful with unwanted
8483 side-effect due to mixing various backends's file properties.
8484
8485 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
8486 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
8487 Return `filename's status if applicable. Update callers.
8488
8489 2006-10-19 Kenichi Handa <handa@m17n.org>
8490
8491 * international/kkc.el (kkc-region): When a key sequence is not
8492 defined, append (this-single-command-raw-keys) to
8493 unread-input-method-events.
8494
8495 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
8496
8497 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
8498
8499 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8500
8501 * version.el (emacs-version): Use mac-carbon-version-string.
8502
8503 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
8504
8505 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8506
8507 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
8508 Kenichi Handa).
8509 (xselect-convert-to-string): Decline requests for UTF8_STRING if
8510 the selection is not UTF-8.
8511
8512 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
8513
8514 * progmodes/ada-mode.el (ada-83-string-keywords)
8515 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
8516 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
8517 (ada-looking-at-semi-private, ada-get-body-name):
8518 Fix typos in docstrings.
8519 (ada-create-case-exception, ada-create-case-exception-substring):
8520 Fix typos in error messages.
8521 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
8522
8523 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8524
8525 * term/x-win.el (res-geometry): Don't set geometry from Xresources
8526 to default-frame-alist if default-frame-alist already contains
8527 width/height.
8528
8529 2006-10-18 Richard Stallman <rms@gnu.org>
8530
8531 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
8532 Non-interactive arg is the value, not the expression.
8533
8534 * simple.el (read-expression-map): Just set it, no defvar.
8535
8536 * subr.el (insert-for-yank-1): If last inserted char has
8537 properties, mark them as rear-nonsticky.
8538
8539 * recentf.el (recentf-mode): Doc fix.
8540
8541 * facemenu.el (facemenu-add-new-face): Defend against symbol
8542 that isn't a face name.
8543
8544 * dired-aux.el (dired-do-copy): Doc fix.
8545
8546 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
8547
8548 * simple.el (line-move-1): Ignore fields when moving to the
8549 beginning of line to avoid getting point stuck.
8550
8551 2006-10-18 Martin Rudalics <rudalics@gmx.at>
8552
8553 * textmodes/flyspell.el (flyspell-word-search-backward):
8554 Set inhibit-point-motion-hooks to avoid looping due to intangibile
8555 text.
8556
8557 2006-10-16 Richard Stallman <rms@gnu.org>
8558
8559 * help-fns.el (describe-function-1): Special case optimization
8560 for self-insert-command.
8561
8562 2006-10-16 Kim F. Storm <storm@cua.dk>
8563
8564 * ido.el (ido-reread-directory): Work in `dir' mode too.
8565
8566 2006-10-15 Martin Rudalics <rudalics@gmx.at>
8567
8568 * textmodes/table.el: Require 'regexp-opt.
8569
8570 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
8571
8572 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
8573 Use shell-quote-argument.
8574
8575 * shell.el (explicit-bash-args): Likewise.
8576
8577 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
8578 Use grep -E rather than egrep.
8579
8580 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8581
8582 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
8583
8584 2006-10-15 Kim F. Storm <storm@cua.dk>
8585
8586 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
8587
8588 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
8589
8590 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
8591 to protect whitespace and metacharacters from the shell.
8592
8593 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8594
8595 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
8596
8597 2006-10-13 Eli Zaretskii <eliz@gnu.org>
8598
8599 * subr.el (start-process-shell-command): Doc fix.
8600
8601 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
8602
8603 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
8604 the regexp for Maxima symbols.
8605
8606 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8607
8608 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
8609 (vc-find-root): Don't walk higher up than ~.
8610
8611 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
8612
8613 * international/utf-8.el (utf-translate-cjk-load-tables):
8614 Avoid clobbering last-coding-system-used during load.
8615
8616 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
8617
8618 * textmodes/reftex-global.el (reftex-create-tags-file):
8619 Quote file arguments.
8620
8621 2006-10-12 Richard Stallman <rms@gnu.org>
8622
8623 * files.el (file-name-history): Add defvar.
8624 (save-some-buffers-action-alist): Improve description strings.
8625
8626 2006-10-12 Andreas Schwab <schwab@suse.de>
8627
8628 * files.el (auto-mode-alist): Match change log file name also with
8629 a dash before a numeric extension.
8630
8631 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
8632
8633 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
8634 After 5.0:
8635 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
8636
8637 After 5.1: Major edit. Summary of most visible changes:
8638
8639 - Multiple <<HERE per line allowed.
8640 - Handles multiline subroutine declaration headers (with comments).
8641 (The exception is `cperl-etags' - but it is not used in the rest
8642 of the mode.)
8643 - Fontifies multiline my/our declarations (even with comments,
8644 and with legacy `font-lock').
8645 - Major speedup of syntaxification, both immediate and postponed
8646 (3.5x to 15x [for different CPUs and versions of Emacs] on the
8647 huge real-life document I tested).
8648 - New bindings, edits to imenu.
8649 - "_" is made into word-char during fontification/syntaxification;
8650 some attempts to recognize non-word "_" during other operations too.
8651 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
8652 - autoload some more perldoc-related stuff
8653 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
8654 - Attempt to incorporate XEmacs edits which reached me.
8655
8656 Fine-grained changelog:
8657 (cperl-hook-after-change): New configuration variable.
8658 (cperl-vc-sccs-header): Likewise.
8659 (cperl-vc-sccs-header): Likewise.
8660 (cperl-vc-header-alist): Default via two preceding variables.
8661 (cperl-invalid-face): Remove double quoting under XEmacs
8662 (still needed under 21.2).
8663 (cperl-tips): Update URLs for resources.
8664 (cperl-problems): Likewise.
8665 (cperl-praise): Mention new features.
8666 New C-c key bindings: for `cperl-find-bad-style',
8667 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
8668 `cperl-perdoc', and `cperl-perldoc-at-point'.
8669 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
8670 moved, new submenu of Tools with Ispell entries and narrowing.
8671 (cperl-after-sub-regexp): New defsubst.
8672 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
8673 Allows heads up to head4.
8674 Allow "package;".
8675 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
8676 (paren-backwards-message): ??? Something for XEmacs???
8677 (cperl-mode): Never auto-switch abbrev-mode off.
8678 Try to allow '_' be non-word char.
8679 Do not use `font-lock-unfontify-region-function' on XEmacs.
8680 Reset syntax cache on mode start.
8681 Support multiline facification (even on legacy `font-lock').
8682 (cperl-facemenu-add-face-function): ??? Some contributed code ???
8683 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
8684 refuse to inform us whether the fontification is due to lazy
8685 calling or due to edit to a buffer, install our own hook
8686 (controlled by `cperl-hook-after-change').
8687 (cperl-electric-pod): =cut may have been recognized as start.
8688 (cperl-block-p): Move, updated for attributes.
8689 (cperl-calculate-indent): Try to allow '_' be non-word char
8690 Support subs with attributes.
8691 (cperl-where-am-i): Quiet (?) a warning.
8692 (cperl-cached-syntax-table): New function.
8693 (cperl-forward-re): Use `cperl-cached-syntax-table'.
8694 (cperl-unwind-to-safe): Recognize `syntax-type' property
8695 changing in a middle of line.
8696 (cperl-find-sub-attrs): New function.
8697 (cperl-find-pods-heres): Allow many <<EOP per line.
8698 Allow subs with attributes.
8699 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
8700 Recognize "extproc " (OS/2) case-folded and only at start.
8701 /x on s///x with empty replacement was not recognized.
8702 Better comments.
8703 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
8704 Allow subs with attributes, labels.
8705 Do not confuse "else::foo" with "else".
8706 Minor optimizations...
8707 (cperl-after-expr-p): Try to allow '_' be non-word char.
8708 (cperl-fill-paragraph): Try to detect a major bug in Emacs
8709 with `looking-at' inside `narrow' and bulk out if found.
8710 (cperl-imenu--create-perl-index): Updates for new
8711 `cperl-imenu--function-name-regexp-perl'.
8712 (cperl-outline-level): Likewise.
8713 (cperl-init-faces): Allow multiline subroutine headers
8714 and my/our declarations, and ones with comments.
8715 Allow subroutine attributes.
8716 (cperl-imenu-on-info): Better docstring.
8717 (cperl-etags): Rudimentary support for attributes.
8718 Support for packages and "package;".
8719 (cperl-add-tags-recurse-noxs): Better (?) docstring.
8720 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
8721 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
8722 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
8723 (cperl-perldoc): Add autoload.
8724 (cperl-perldoc-at-point): Likewise.
8725 (cperl-here-doc-spell): New function.
8726 (cperl-pod-spell): Likewise.
8727 (cperl-map-pods-heres): Likewise.
8728 (cperl-get-here-doc-region): Likewise.
8729 (cperl-font-lock-fontify-region-function): Likewise (backward
8730 compatibility for legacy `font-lock').
8731 (cperl-font-lock-unfontify-region-function): Fix style.
8732 (cperl-fontify-syntaxically): Recognize and optimize away deferred
8733 calls with no-change. Governed by `cperl-hook-after-change'.
8734 (cperl-fontify-update): Recognize that syntaxification region
8735 can be larger than fontification one.
8736 XXXX we leave `cperl-postpone' property, so this is quadratic...
8737 (cperl-fontify-update-bad): Temporary placeholder until
8738 it is clear how to implement `cperl-fontify-update'.
8739 (cperl-time-fontification): New function.
8740 (attrib-group): New text attribute.
8741 (multiline): New value: `syntax-type' text attribute.
8742
8743 After 5.2:
8744 (cperl-emulate-lazy-lock): New function.
8745 (cperl-fontify-syntaxically): Would skip large regions.
8746 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
8747 Some globals were declared, but uninitialized.
8748
8749 After 5.3, 5.4:
8750 (cperl-facemenu-add-face-function): Add docs, fix U<>.
8751 Copyright message updated.
8752 (cperl-init-faces): Work around a bug in `font-lock'. May slow
8753 facification down a bit.
8754 Misprint for my|our|local for old `font-lock'
8755 "our" was not fontified same as "my|local".
8756 Highlight variables after "my" etc even in
8757 a middle of an expression.
8758 Do not facify multiple variables after my etc
8759 unless parentheses are present.
8760
8761 After 5.5, 5.6
8762 (cperl-fontify-syntaxically): after-change hook could reset.
8763 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
8764
8765 After 5.7:
8766 (cperl-init-faces): Allow highlighting of local ($/).
8767 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
8768 (cperl-problems): Remove fixed problems.
8769 (cperl-find-pods-heres): Recognize #-comments in m##x too.
8770 Recognize charclasses (unless delimiter is \).
8771 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
8772 (cperl-regexp-scan): Update docs.
8773 (cperl-beautify-regexp-piece): Use information got from regexp scan.
8774
8775 After 5.8:
8776 Major user visible changes:
8777 Recognition and fontification of character classes in RExen.
8778 Variable indentation of RExen according to groups.
8779
8780 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
8781 Fontify REx charclasses in variable-name face.
8782 Fontify POSIX charclasses in "type" face.
8783 Fontify unmatched "]" in function-name face.
8784 Mark first-char of HERE-doc as `front-sticky'.
8785 Reset `front-sticky' property when needed.
8786 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
8787 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
8788 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
8789 constructs. Support `narrow'ed buffers.
8790 (cperl-praise): Remove a reservation.
8791 (cperl-make-indent): New function.
8792 (cperl-indent-for-comment): Use `cperl-make-indent'.
8793 (cperl-indent-line): Likewise.
8794 (cperl-lineup): Likewise.
8795 (cperl-beautify-regexp-piece): Likewise.
8796 (cperl-contract-level): Likewise.
8797 (cperl-toggle-set-debug-unwind): New function.
8798 New menu entry for this.
8799 (fill-paragraph-function): Use when `boundp'.
8800 (cperl-calculate-indent): Take into account groups when indenting RExen.
8801 (cperl-to-comment-or-eol): Recognize # which end a string.
8802 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
8803 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
8804 (cperl-fontify-syntaxically): More clear debugging message.
8805 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
8806 (cperl-init-faces): More complicated highlight even on XEmacs (new).
8807 Merge cosmetic changes from XEmacs.
8808
8809 After 5.9:
8810 (cperl-1+): Move to before the first use.
8811 (cperl-1-): Likewise.
8812
8813 After 5.10:
8814
8815 This code may lock Emacs hard!!! Use at your own risk!
8816
8817 (cperl-font-locking): New internal variable.
8818 (cperl-beginning-of-property): New function.
8819 (cperl-calculate-indent): Use `cperl-beginning-of-property'
8820 instead of `previous-single-property-change'.
8821 (cperl-unwind-to-safe): Likewise.
8822 (cperl-after-expr-p): Likewise.
8823 (cperl-get-here-doc-region): Likewise.
8824 (cperl-font-lock-fontify-region-function): Likewise.
8825 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
8826 recursively.
8827 Bound `next-single-property-change' via `point-max'.
8828 (cperl-unwind-to-safe): Bound likewise
8829 (cperl-font-lock-fontify-region-function): Likewise.
8830 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
8831 Initialization of `cperl-font-lock-multiline-start' could be
8832 missed if the "main" fontification did not run due to the
8833 keyword being already fontified.
8834 (cperl-pod-spell): Return t from do-one-chunk function.
8835 (cperl-map-pods-heres): Stop when the worker returns nil.
8836 Call `cperl-update-syntaxification'.
8837 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
8838 (cperl-get-here-doc-delim): Remove unused function.
8839
8840 After 5.11:
8841
8842 The possible lockup of Emacs (introduced in 5.10) fixed.
8843
8844 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
8845 (cperl-syntaxify-for-menu): New customization variable.
8846 (cperl-select-this-pod-or-here-doc): New function.
8847 (cperl-get-here-doc-region): Extra argument.
8848 Do not adjust pos by 1.
8849
8850 New menu entries
8851 (Perl/Tools): Selection of current POD or HERE-DOC section.
8852 (Debugging CPerl:) backtrace on fontification.
8853
8854 After 5.12:
8855 (cperl-cached-syntax-table): Use `car-safe'.
8856 (cperl-forward-re): Remove spurious argument SET-ST.
8857 Add documentation.
8858 (cperl-forward-group-in-re): New function.
8859 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
8860 (XXXX Temporary (?) hack is to syntax-mark them as comment).
8861
8862 After 5.13:
8863 (cperl-string-syntax-table): Make { and } not-grouping
8864 (Sometimes they ARE grouping in RExen, but matching them would only
8865 confuse in many situations when they are not)
8866 (beginning-of-buffer): Replace two occurrences with goto-char...
8867 (cperl-calculate-indent): `char-after' could be nil...
8868 (cperl-find-pods-heres): REx can start after "[" too.
8869 Hightlight (??{}) in RExen too.
8870 (cperl-maybe-white-and-comment-rex): New constant
8871 (cperl-white-and-comment-rex): Likewise.
8872 XXXX Not very efficient, but hard to make
8873 better while keeping 1 group.
8874
8875 After 5.13:
8876 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
8877 Likewise for 1 << identifier.
8878
8879 After 5.14:
8880 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
8881 Error-less condition-case could fail.
8882 (cperl-font-lock-fontify-region-function): Likewise.
8883 (cperl-init-faces): Likewise.
8884
8885 After 5.15:
8886 (cperl-find-pods-heres): Support property REx-part2.
8887 (cperl-calculate-indent): Likewise.
8888 Don't special-case REx with non-empty 1st line.
8889 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
8890 Invert highlighting of charclasses:
8891 now the envelop is highlighted.
8892 Highlight many others 0-length builtins.
8893 (cperl-praise): Mention indenting and highlight in RExen.
8894
8895 After 5.15:
8896 (cperl-find-pods-heres): Highlight capturing parens in REx.
8897
8898 After 5.16:
8899 (cperl-find-pods-heres): Highlight '|' for alternation
8900 Initialize `font-lock-warning-face' if not present.
8901 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
8902 `font-lock-function-name-face'.
8903 (cperl-look-at-leading-count): Likewise.
8904 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
8905 `font-lock-keyword-face' (needed for
8906 batch processing), etc...
8907 Use `font-lock-builtin-face' for builtin in REx
8908 Now `font-lock-variable-name-face'
8909 is used for interpolated variables
8910 Use "talking aliases" for faces inside REx
8911 Highlight parts of REx (except in charclasses)
8912 according to the syntax and/or semantic
8913 Syntax-mark a {}-part of (?{}) as "comment"
8914 (it was the ()-part)
8915 Better logic to distinguish what is what in REx
8916 (cperl-tips-faces): Document REx highlighting
8917 (cperl-praise): Mention REx syntax highlight etc.
8918
8919 After 5.17:
8920 (cperl-find-sub-attrs): Would not always manage to print error message.
8921 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
8922
8923 After 5.18:
8924 (cperl-find-pods-heres): Misprint in REx for parsing REx.
8925 Very minor optimization.
8926 `my-cperl-REx-modifiers-face' got quoted.
8927 Recognize "print $foo <<END" as HERE-doc.
8928 Put `REx-interpolated' text attribute if needed.
8929 (cperl-invert-if-unless-modifiers): New function.
8930 (cperl-backward-to-start-of-expr): Likewise.
8931 (cperl-forward-to-end-of-expr): Likewise.
8932 (cperl-invert-if-unless): Works in "the opposite way" too.
8933 Cursor position on return is on the switch-word.
8934 Indents comments better.
8935 (REx-interpolated): New text attribute.
8936 (cperl-next-interpolated-REx): New function.
8937 (cperl-next-interpolated-REx-0): Likewise.
8938 (cperl-next-interpolated-REx-1): Likewise.
8939 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
8940 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
8941 (cperl-praise): Mention finded interpolated RExen.
8942
8943 After 5.19:
8944 (cperl-init-faces): Highlight %$foo, @$foo too.
8945 (cperl-short-docs): Better docs for system, exec.
8946 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
8947 Would not find HERE-doc ended by EOF without NL.
8948 (cperl-short-docs): Correct not-doubled \-escapes.
8949 start block: Put some `defvar' for stuff gone from XEmacs.
8950
8951 After 5.20:
8952 initial comment: Extend copyright, fix email address.
8953 (cperl-indent-comment-at-column-0): New customization variable.
8954 (cperl-comment-indent): Indentation after $#a would increasy by 1.
8955 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
8956 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
8957 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
8958 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
8959 highlight $ in $foo too (UNTESTED).
8960 (cperl-set-style): Docstring missed some available styles.
8961 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
8962 Change "Current" to "Memorize Current".
8963 (cperl-indent-wrt-brace): New customization variable; the default is
8964 as for pre-5.2 version.
8965 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
8966 (cperl-style-alist): Likewise.
8967 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
8968 and `cperl-extra-newline-before-brace' etc
8969 being t
8970 (cperl-indent-exp): Plans B and C to find continuation blocks even
8971 if `cperl-extra-newline-before-brace' is t.
8972
8973 After 5.21:
8974 Improve some docstrings concerning indentation.
8975 (cperl-indent-rules-alist): New variable.
8976 (cperl-sniff-for-indent): New function name
8977 (separated from `cperl-calculate-indent').
8978 (cperl-calculate-indent): Separate the sniffer and the indenter;
8979 uses `cperl-sniff-for-indent' now.
8980 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
8981 was inverted;
8982 Support `comment-column' = 0.
8983
8984 2006-10-11 Martin Rudalics <rudalics@gmx.at>
8985
8986 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
8987 * help-at-pt.el (scan-buf-move-to-region): Likewise.
8988 * longlines.el (longlines-window-change-function): Likewise.
8989 * simple.el (undo-ask-before-discard): Likewise.
8990 * wid-edit.el (widget-field-prompt-internal)
8991 (widget-documentation-link-p): Likewise.
8992
8993 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8994
8995 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
8996 for a keyword.
8997
8998 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
8999
9000 * newcomment.el (comment-valid-prefix-p): Make the check
9001 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
9002 (comment-indent-new-line): Adjust call.
9003
9004 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
9005
9006 * allout.el (allout-back-to-current-heading): Base on lower-level
9007 routines to get proper disqualification of aberrant topics.
9008
9009 2006-10-09 Richard Stallman <rms@gnu.org>
9010
9011 * textmodes/two-column.el (2C-two-columns): Doc fix.
9012
9013 2006-10-09 Kim F. Storm <storm@cua.dk>
9014
9015 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
9016 about implicit use.
9017
9018 2006-10-08 Richard Stallman <rms@gnu.org>
9019
9020 * textmodes/two-column.el (2C-two-columns): Doc fix.
9021
9022 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
9023
9024 * files.el: Mark `buffer-read-only' as safe-local-variable.
9025
9026 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
9027
9028 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
9029 Burp if GUD buffer has been killed.
9030
9031 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
9032
9033 * completion.el (add-completions-from-c-buffer):
9034 Don't presume an error's second element is a string.
9035 Use looking-at rather than buffer-substring + member.
9036
9037 2006-10-07 Eli Zaretskii <eliz@gnu.org>
9038
9039 * mail/rmail.el (rmail-redecode-body): If the old encoding is
9040 `undecided', call find-coding-systems-region to find a proper
9041 non-trivial encoding.
9042 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
9043 and "text/plain".
9044
9045 2006-10-07 Kevin Ryde <user42@zip.com.au>
9046
9047 * textmodes/reftex-vars.el (defgroup reftex): Update home page
9048 url-link.
9049
9050 * strokes.el (defgroup strokes): Remove invalid url-link.
9051
9052 2006-10-07 Magnus Henoch <mange@freemail.hu>
9053
9054 * autoinsert.el (auto-insert-alist): Doc fix.
9055
9056 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9057
9058 * mouse-sel.el (mouse-insert-selection-internal):
9059 Use insert-for-yank, so that yank handlers are run.
9060
9061 2006-10-07 Kim F. Storm <storm@cua.dk>
9062
9063 * ido.el (ido-file-extension-aux): Fix comparison.
9064
9065 2006-10-06 Kim F. Storm <storm@cua.dk>
9066
9067 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
9068
9069 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
9070
9071 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
9072 (ad-make-mapped-call): Use `let', not `let*'.
9073
9074 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
9075
9076 * international/mule-cmds.el (coding-system-change-eol-conversion):
9077 Ensure the coding system is initialized before calling
9078 coding-system-eol-type.
9079
9080 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
9081
9082 * textmodes/org.el (org-rm-props, org-activate-plain-links)
9083 (org-activate-angle-links, org-activate-dates)
9084 (org-activate-target-links, org-activate-camels)
9085 (org-activate-tags): Add `rear-nonsticky' text property to avoid
9086 textproperty keymaps from being active beyond the end of a line.
9087 (org-unfontify-region): Also remove `rear-nonsticky' property.
9088
9089 2006-10-04 Kenichi Handa <handa@m17n.org>
9090
9091 * international/code-pages.el (next): Table fixed.
9092
9093 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
9094
9095 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
9096 that it's been made unnecessary by removing narrowing.
9097
9098 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9099
9100 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
9101 control flow a bit, simplify another bit, and add comments.
9102
9103 2006-10-03 David Kastrup <dak@gnu.org>
9104
9105 * help.el (describe-mode): For clicks on mode-line, use "@"
9106 interactive argument to get the major mode of the click instead of
9107 the current buffer.
9108
9109 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
9110 in order to better redirect mouse-2 clicks. Also allow default
9111 bindings to apply.
9112
9113 2006-10-03 Kim F. Storm <storm@cua.dk>
9114
9115 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
9116 (pushnew): Fix last change.
9117
9118 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
9119
9120 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
9121 Use the interactive spec of `eval-expression'.
9122
9123 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
9124
9125 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
9126
9127 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9128
9129 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
9130 2006-09-28 commit.
9131
9132 2006-10-02 Kenichi Handa <handa@m17n.org>
9133
9134 * international/code-pages.el (iso-8859-6): Table fixed.
9135
9136 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
9137
9138 * dired.el (dired-build-subdir-alist): Fix previous change.
9139
9140 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9141
9142 * simple.el (undo-elt-crosses-region): Fix the inequalities.
9143
9144 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
9145
9146 * emacs-lisp/find-func.el (find-function-regexp): Don't match
9147 "define-button-type".
9148
9149 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
9150 they don't keep accumulating.
9151
9152 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
9153
9154 * ffap.el (ffap-rfc-path): Change the address of the RFC
9155 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
9156
9157 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
9158
9159 * allout.el (allout-expose-topic): Rectify implementation of "+"
9160 spec, so that bodies are not exposed with headlines.
9161
9162 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
9163
9164 * allout.el (allout-current-depth): Do aberrent check only at or
9165 below doublecheck depth.
9166 (allout-chart-subtree): Make it explicit that LEVELS being nil
9167 means unlimited depth. Drop undocumented support for LEVELS value
9168 t meaning unlimited depth. (This is consistent with
9169 allout-chart-to-reveal, but contrary to allout-show-children,
9170 which needs to use nil to default to depth of 1.)
9171 (allout-goto-prefix-doublechecked): Wrap long docstring line.
9172 (allout-chart-to-reveal): Be explicit in docstring about meaning
9173 of nil LEVELS, and drop support for LEVELS value t.
9174 (allout-show-children): Translate the level spec used by this
9175 routine to that used by allout-chart-subtree and
9176 allout-chart-to-reveal.
9177 (allout-show-to-offshoot): Retry once when stuck, after opening
9178 subtree - improvements in discontinuity handling likely will
9179 enable progress.
9180
9181 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
9182
9183 * wid-edit.el (widget-button-click-moves-point): New variable.
9184 (widget-button-click): If widget-button-click-moves-point is
9185 non-nil, set point after performing the button action.
9186
9187 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
9188
9189 2006-09-30 Martin Rudalics <rudalics@gmx.at>
9190
9191 * files.el (find-file-existing): Modify to not allow wildcards.
9192
9193 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9194
9195 * simple.el (undo-more): When undo information for the region is
9196 exhausted, say "No further undo information FOR REGION".
9197
9198 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
9199
9200 * progmodes/sh-script.el (sh-prev-thing):
9201 Take `sh-leading-keywords' into account.
9202
9203 2006-09-29 Glenn Morris <rgm@gnu.org>
9204
9205 * custom.el (defcustom): Doc fix.
9206
9207 * calendar/calendar.el (european-calendar-style):
9208 Call european-calendar or american-calendar as needed when set.
9209 (diary-view-entries, list-calendar-holidays): Move autoloads
9210 before use.
9211
9212 2006-09-29 Juri Linkov <juri@jurta.org>
9213
9214 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
9215 to nil if there is no previous property change.
9216
9217 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9218
9219 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
9220 saving anything to be sure that `forward-sexp' behaves correctly.
9221
9222 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
9223
9224 * simple.el (line-move-finish): Ignore field boundaries if the
9225 initial and final points have the same `field' property.
9226
9227 2006-09-29 Kim F. Storm <storm@cua.dk>
9228
9229 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
9230 to t while calling ido-read-internal.
9231
9232 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
9233
9234 * textmodes/org.el (org-file-remote-p): Get regexp from list.
9235 (org-archive-subtree): Remove erraneous `]' from character list.
9236
9237 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
9238
9239 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
9240 (ses-reconstruct-all): Make undo of "insert row" work by keeping
9241 markers for data-area and parameters-area.
9242
9243 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9244
9245 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
9246
9247 * font-lock.el (font-lock-after-change-function): Refontify next line
9248 as well if end is at BOL.
9249 (font-lock-extend-jit-lock-region-after-change): Be more careful to
9250 only extend the region as much as needed.
9251
9252 2006-09-28 Richard Stallman <rms@gnu.org>
9253
9254 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
9255
9256 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
9257
9258 * international/mule.el (after-insert-file-set-coding):
9259 If VISIT, don't let set-buffer-multibyte make undo info.
9260
9261 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
9262
9263 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
9264 lines in base64-encoded authentication response.
9265
9266 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9267
9268 * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
9269 (ebnf-version): New version 4.3.
9270 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
9271 (ebnf-prologue): Adjust PostScript programming.
9272 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
9273 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
9274
9275 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
9276
9277 * jit-lock.el (jit-lock-force-redisplay): Rename from
9278 jit-lock-fontify-again, and undo the mistaken change I've just done.
9279
9280 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
9281 (jit-lock-fontify-again): Don't refontify text that's not displayed.
9282
9283 2006-09-26 Kenichi Handa <handa@m17n.org>
9284
9285 * startup.el (display-splash-screen): Allow a prefix argument.
9286
9287 2006-09-25 Jason Rumney <jasonr@gnu.org>
9288
9289 * subr.el (shell-quote-argument): Use DOS logic for Windows
9290 shells with DOS semantics.
9291
9292 2006-09-24 Richard Stallman <rms@gnu.org>
9293
9294 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
9295 (compilation-goto-locus): Use compilation-goto-locus-delete-o
9296 to delete the overlay. Put it on pre-command-hook.
9297
9298 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
9299
9300 * startup.el (fancy-splash-screens, normal-splash-screen):
9301 Call the splash buffer *About GNU Emacs*.
9302
9303 * simple.el (next-error-highlight, next-error-highlight-no-select):
9304 Default to 0.5.
9305 (yank-excluded-properties): Add `fontified'.
9306
9307 * font-lock.el (font-lock-compile-keywords): Allow value of
9308 syntax-begin-function to enable paren-column-0 highlighting.
9309
9310 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
9311
9312 * dired.el (dired-build-subdir-alist): When file ends in colon,
9313 don't exit the loop, just disregard that file.
9314
9315 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
9316
9317 * simple.el (line-move-finish): Handle corner case for fields in
9318 continued lines.
9319 (line-move-1): Remove flawed test for that case.
9320
9321 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
9322
9323 * icomplete.el (icomplete-simple-completing-p): Use the correct
9324 name for the new variable, `icomplete-with-completion-tables'.
9325 (file local variables): Remove superfluous setting.
9326
9327 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
9328
9329 * calendar/appt.el (appt-check): Fix typo for appointments just
9330 after midnight.
9331
9332 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
9333
9334 * help.el (describe-key-briefly, describe-key): Don't expect an
9335 extra up event if a down-event is generated by a popup menu.
9336
9337 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
9338
9339 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
9340 local dictionary when changing the global dictionary.
9341
9342 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
9343
9344 * icomplete.el (icomplete-with-completion-tables): List of
9345 specialized completion tables with which icomplete should
9346 operate. Include the new `internal-complete-buffer', so icomplete
9347 works with interactive buffer-selection.
9348 (icomplete-simple-completing-p): Add acceptance of specialized
9349 completion tables listed in icomplete-with-completion-tables.
9350
9351 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9352
9353 * frame.el (focus-follows-mouse): Set default to nil on Mac.
9354
9355 * startup.el (command-line): Use `custom-reevaluate-setting' for
9356 `focus-follows-mouse'.
9357
9358 2006-09-22 Richard Stallman <rms@gnu.org>
9359
9360 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
9361 explain why Save is not available.
9362
9363 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
9364
9365 * woman.el (woman0-so): Use `let*', not `let'.
9366 (woman-horizontal-line): Remove unbalanced parenthesis.
9367
9368 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
9369
9370 * woman.el: Make sure all the end-of-region markers we use have
9371 a non-nil insertion-type.
9372 (woman0-so): Move things around so we can use copy-marker.
9373 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
9374 Adjust marker type.
9375 (woman2-process-escapes): Check marker type.
9376 (woman-horizontal-line): Dispense with the use of a marker.
9377
9378 2006-09-22 Jay Belanger <belanger@truman.edu>
9379
9380 * calc/calc-lang.el: Add Greek letters to math-variable-table
9381 property of tex.
9382
9383 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
9384
9385 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
9386
9387 2006-09-22 Masatake YAMATO <jet@gyve.org>
9388
9389 * add-log.el (add-log-current-defun): Use `forward-sexp'
9390 instead of `forward-word' to pick c++::symbol.
9391 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
9392
9393 2006-09-22 Kenichi Handa <handa@m17n.org>
9394
9395 * bindings.el: Fix setting self-insert-command for multibyte
9396 characters in global-map.
9397
9398 2006-09-21 David Kastrup <dak@gnu.org>
9399
9400 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
9401 doc string.
9402
9403 2006-09-21 Kenichi Handa <handa@m17n.org>
9404
9405 * language/european.el ("Latin-1"): Add windows-1252 to
9406 coding-priority.
9407 ("German"): Likewise.
9408
9409 2006-09-21 Kim F. Storm <storm@cua.dk>
9410
9411 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
9412 Suggested by Miles Bader.
9413
9414 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
9415 instead of add-to-list in the simple case.
9416
9417 2006-09-20 Kenichi Handa <handa@m17n.org>
9418
9419 * isearch.el (isearch-process-search-char): Cancel the previous change.
9420 (isearch-search-string): New function.
9421 (isearch-search): Use isearch-search-string.
9422 (isearch-lazy-highlight-search): Likewise.
9423
9424 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9425
9426 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
9427 string to become an option.
9428
9429 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9430
9431 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
9432
9433 2006-09-20 Kim F. Storm <storm@cua.dk>
9434
9435 * simple.el (line-move-partial): Call pos-visible-in-window-p with
9436 position t instead of trying both window-end and window-end - 1.
9437
9438 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
9439
9440 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
9441 hidden trees.
9442
9443 2006-09-20 David Kastrup <dak@gnu.org>
9444
9445 * mouse.el (mouse-posn-property): Improve doc string.
9446 (mouse-on-link-p): Change buffers for function calls on links.
9447
9448 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
9449 buffer is read-only.
9450
9451 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
9452
9453 * allout.el (allout-unprotected): Let inhibit-read-only only when
9454 buffer-read-only isn't set.
9455 (allout-annotate-hidden): Enable topic annotation during copies even
9456 when the buffer is read-only, eg for topic copies. Ensure that the loop
9457 advances, even when the span extends beyond the deletion region.
9458 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
9459 rather than allout-exposure-changed-hook, as a stronger assertion.
9460 (allout-keybindings-list): Add bindings for
9461 allout-copy-line-as-kill and allout-copy-topic-as-kill.
9462 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
9463 Copy wrappers for allout-kill-line and allout-kill-topic.
9464 (allout-listify-exposed): Position correctly to accumulate lines.
9465
9466 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
9467
9468 * simple.el (line-move-1): Escape field boundaries occurring
9469 exactly at point. Update goal column if constrained to a field.
9470 (line-move-finish): Escape field boundaries occurring exactly at point.
9471
9472 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9473
9474 * mouse.el (mouse-on-link-p): Tentatively fix last change.
9475 (mouse-drag-vertical-line): Remove unused var `wconfig'.
9476
9477 2006-09-19 Kim F. Storm <storm@cua.dk>
9478
9479 * help.el (describe-key-briefly, describe-key): Simplify printing
9480 of descriptions by using format and %S. Fix "is undefined"
9481 messages to say "at that spot" for mouse events.
9482
9483 * simple.el (line-move-partial): Optimize. Try window-line-height
9484 before posn-at-point to get vpos of current line.
9485
9486 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
9487
9488 * emulation/viper.el: Bump up version/date of update to reflect the
9489 substantial changes done in August 2006.
9490
9491 * emulation/viper-cmd (viper-next-line-at-bol): Make sure button-at,
9492 push-button are defined.
9493
9494 * ediff-util.el (ediff-add-to-history): New function.
9495
9496 * ediff.el: Use ediff-add-to-history instead of add-to-history.
9497
9498 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9499
9500 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
9501 Delete duplicate make-local-variable form.
9502 (conf-space-keywords): Add autoload cookie.
9503 Fix typo (`keywords', not `keyword').
9504
9505 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9506
9507 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
9508 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
9509 to x-gtk-use-old-file-dialog.
9510
9511 2006-09-18 Richard Stallman <rms@gnu.org>
9512
9513 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
9514 that might come in during mouse tracking.
9515
9516 2006-09-18 Kim F. Storm <storm@cua.dk>
9517
9518 * simple.el (line-move-partial): Rework 2006-09-15 change to use
9519 new window-line-height function. Further optimize by not calling
9520 pos-visible-in-window-p for window-end when window-line-height
9521 returns useful information.
9522
9523 2006-09-16 Richard Stallman <rms@gnu.org>
9524
9525 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
9526 (conf-space-mode): Don't handle prefix arg.
9527 Delete conf-space-keywords-override code.
9528 Use add-hook.
9529 (conf-space-keywords): New command.
9530 (conf-space-mode-internal): Be careful with imenu-generic-expression.
9531 Delete conf-space-keywords-override code.
9532 (conf-space-keywords-alist): Doc fix.
9533 (conf-space-font-lock-keywords): Doc fix.
9534 (conf-space-keywords-override): Var deleted.
9535
9536 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
9537
9538 * startup.el (fancy-splash-screens): Don't switch to the scratch
9539 buffer; it may not be the next buffer.
9540
9541 2006-09-16 Romain Francoise <romain@orebokech.com>
9542
9543 * saveplace.el (load-save-place-alist-from-file): Use expanded name
9544 in both messages.
9545
9546 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
9547
9548 * progmodes/python.el (python-preoutput-filter):
9549 Fix arg order to string-match.
9550
9551 2006-09-16 Richard Stallman <rms@gnu.org>
9552
9553 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
9554 font-lock-compile-keywords.
9555
9556 * font-lock.el (font-lock-compile-keywords): Rename optional arg
9557 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
9558
9559 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9560
9561 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
9562
9563 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
9564 and the data doesn't look like UTF8, send STRING instead.
9565
9566 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
9567
9568 * textmodes/flyspell.el (flyspell-check-region-doublons):
9569 New function to detect duplicated words.
9570 (flyspell-large-region): Use it.
9571
9572 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
9573
9574 * simple.el (line-move-to-column): Revert 2006-08-03 change.
9575
9576 2006-09-16 Eli Zaretskii <eliz@gnu.org>
9577
9578 * help.el (describe-prefix-bindings): Use let, not let*.
9579
9580 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
9581
9582 * allout.el (allout-regexp, allout-line-boundary-regexp)
9583 (allout-bob-regexp): Correct grouping and boundaries to fix
9584 backwards traversal.
9585 (allout-depth-specific-regexp, allout-depth-one-regexp):
9586 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
9587 worse time in allout-ascend.
9588 (allout-doublecheck-at-and-shallower): Identify depth threshold
9589 below which topics are checked for and disqualified by containment
9590 discontinuities.
9591 (allout-hotspot-key-handler): Correctly handle multiple-key
9592 strokes. Remove some unused variables.
9593 (allout-mode-leaders): Clarify that mode-specific comment-start
9594 will be used.
9595 (set-allout-regexp): Correctly regexp-quote allout regexps to
9596 properly accept alternative header-leads and primary bullets with
9597 regexp-specific characters (eg, C "/*", mathematica "(*").
9598 Include new regular expressions among those configured.
9599 (allout-infer-header-lead-and-primary-bullet):
9600 Rename allout-infer-header-lead.
9601 (allout-recent-depth): Manifest as a variable as well as a function.
9602 (allout-prefix-data): Simplify into an inline instead of a macro,
9603 assuming current match data rather than being explicitly passed
9604 it. Establish allout-recent-depth value as well as
9605 allout-recent-prefix-beginning and allout-recent-prefix-end.
9606 (allout-aberrant-container-p): True when an item's immediate
9607 offspring discontinuously contained. Useful for disqualifying
9608 unintended topic prefixes, likely at low depths.
9609 (allout-goto-prefix-doublechecked): Elaborate version of
9610 allout-goto-prefix which disqualifies aberrant pseudo-items.
9611 (allout-pre-next-prefix): Layer on top of lower-level routines, to
9612 get disqualification of aberrant containers.
9613 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
9614 containers.
9615 (allout-beginning-of-current-entry): Position at start of buffer
9616 when in container (depth 0) entry.
9617 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
9618 (allout-current-bullet): Strip text properties.
9619 (allout-get-prefix-bullet): Use right match groups.
9620 (allout-beginning-of-line, allout-next-heading):
9621 Disqualify aberrant containers.
9622 (allout-previous-heading): Disqualify aberrant containers, and
9623 change to regular (rather than inline) function, to allow
9624 self-recursion.
9625 (allout-get-invisibility-overlay): Increment so progress is made
9626 when the first overlay is not the sought one.
9627 (allout-end-of-prefix): Disqualify aberrant containers.
9628 (allout-end-of-line): Cycle something like allout-beginning-of-line.
9629 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
9630 outline.el outlines) functional again. Change the primary bullet
9631 along with the header-lead - level 1 new-style bullets now work.
9632 Engage allout-before-change-handler in mainline Emacs, not just
9633 XEmacs, to do undo handling.
9634 (allout-before-change-handler): Expose undo changes occurring in
9635 hidden regions. Use allout-get-invisibility-overlay instead of
9636 reimplementing it inline.
9637 (allout-chart-subtree): Use start rather than end of prefix in
9638 charts. Use allout-recent-depth variable.
9639 (allout-chart-siblings): Disqualify aberrant topics.
9640 (allout-beginning-of-current-entry): Position correctly.
9641 (allout-ascend): Use new allout-depth-specific-regexp and
9642 allout-depth-one-regexp for linear instead of O(N^2) or worse
9643 behavior.
9644 (allout-ascend-to-depth): Depend on allout-ascend, rather than
9645 reimplementing an algorithm.
9646 (allout-up-current-level): Depend on allout-ascend, rather than
9647 reimplementing an algorithm. Return to start-point if we fail.
9648 (allout-descend-to-depth): Use allout-recent-depth variable
9649 instead of function.
9650 (allout-next-sibling): On traversal of numerous intervening
9651 topics, resort to economical allout-next-sibling-leap.
9652 (allout-next-sibling-leap): Specialized version of
9653 allout-next-sibling that uses allout-ascend cleverly, to depend on
9654 a regexp search to leap large numbers of contained topics, rather
9655 than arbitrarily many one-by-one traversals.
9656 (allout-next-visible-heading): Disqualify aberrant topics.
9657 (allout-previous-visible-heading): Position consistently when
9658 interactive.
9659 (allout-forward-current-level): Base on allout-previous-sibling
9660 rather than (differently) reimplmenting the algorithm. Remove some
9661 unused variables.
9662 (allout-solicit-alternate-bullet): Present default choice stripped
9663 of text properties.
9664 (allout-rebullet-heading): Use bullet stripped of text properties.
9665 Register changes using allout-exposure-change-hook.
9666 Disregard aberrant topics.
9667 (allout-shift-in): With universal-argument, make topic a peer of
9668 it's former offspring. Simplify the code by separating out
9669 allout-shift-out functionality.
9670 (allout-shift-out): With universal-argument, make offspring peers
9671 of their former container, and its siblings. Implement the
9672 functionality here, rather than inappropriately muddling the
9673 implementation of allout-shift-in.
9674 (allout-rebullet-topic): Respect additional argument for new
9675 parent-child separation function.
9676 (allout-yank-processing): Use allout-ascend directly.
9677 (allout-show-entry): Disqualify aberrant topics.
9678 (allout-show-children): Handle discontinuous children gracefully,
9679 extending the depth being revealed to expose them and posting a
9680 message indicating the situation.
9681 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
9682 Leave cursor in correct position.
9683 (allout-hide-current-subtree): Use allout-ascend directly.
9684 Disqualify aberrant topics.
9685 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
9686 a way that the yanks can restore it, as used to happen.
9687 (allout-yank-processing): Restore exposure layout as recorded by
9688 allout-kill-*, as used to happen.
9689 (allout-annotate-hidden, allout-hide-by-annotation): New routines
9690 for preseving and restoring exposure layout across kills.
9691 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
9692 (allout-encrypt-string): Strip text properties.
9693 Rearranged order and outline-headings for some of the
9694 miscellaneous functions.
9695 (allout-resolve-xref): No need to quote the error name in the
9696 condition-case handler section.
9697 (allout-flatten): Classic recursive (and recursively intensive,
9698 without tail-recursion) list-flattener, needed by allout-shift-out
9699 when confronted with discontinuous children.
9700
9701 2006-09-16 Jason Rumney <jasonr@gnu.org>
9702
9703 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
9704 on ms-windows.
9705 (dnd-open-unc-file): Remove.
9706 (dnd-open-local-file): Mention in doc string that it also handles
9707 remote files if the system natively supports unc file-names.
9708
9709 2006-09-15 Kim F. Storm <storm@cua.dk>
9710
9711 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
9712 all necessary information about the event before erasing *Help*.
9713
9714 * simple.el (line-move-partial): Use window-line-visiblity to
9715 quickly check whether last line is partially visible, and only do
9716 the hard (and slow) part in that case.
9717
9718 2006-09-15 Jay Belanger <belanger@truman.edu>
9719
9720 * COPYING: Replace "Library Public License" by "Lesser Public
9721 License" throughout.
9722
9723 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9724
9725 * term/x-win.el (x-menu-bar-open): New function for F10.
9726
9727 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
9728
9729 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9730 Disallow filenames containing " -" to avoid confusion with libtool
9731 compilation messages. Suggested by Stefan Monnier.
9732
9733 2006-09-15 David Kastrup <dak@gnu.org>
9734
9735 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
9736 instead of buffer position for `mouse-on-link-p'.
9737
9738 * mouse.el (mouse-posn-property): New function looking up the
9739 properties at a click position in overlays and text properties in
9740 either buffer or strings.
9741 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
9742 of both `follow-link' as well as `mouse-face' properties.
9743 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
9744 buffer position.
9745
9746 * help.el (describe-key-briefly): When reading a down-event on
9747 mode lines or scroll bar, swallow the following up event, too.
9748 Use the new mouse sensitity of `key-binding' for lookup.
9749 (describe-key): The same here.
9750
9751 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
9752
9753 * play/life.el (life-patterns): Add a few more interesting patterns.
9754 (life-setup): Force `show-trailing-whitespace' to nil.
9755
9756 2006-09-14 Richard Stallman <rms@gnu.org>
9757
9758 * startup.el (fancy-splash-text): Change text to improve alignment.
9759 (fancy-splash-screens): Don't set non-standard tab width.
9760 Bind cursor-type temporarily, and make it easy to patch to
9761 preserve the splash buffer.
9762 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
9763 (fancy-splash-screens): Display echo-area message explicitly.
9764 Don't set fancy-splash-help-echo.
9765
9766 * simple.el (line-number-mode): Group mode-line instead of
9767 editing-basics.
9768 (column-number-mode, size-indication-mode): Likewise.
9769
9770 * faces.el (mode-line-faces): Group mode-line instead of modeline.
9771
9772 * time.el (display-time): Group mode-line instead of modeline.
9773
9774 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
9775
9776 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
9777
9778 * startup.el (fancy-splash-text): Move editing instructions to
9779 fancy-splash-head.
9780 (fancy-splash-head): Issue editing instructions.
9781 (fancy-splash-screens): Fixup whitespace.
9782
9783 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9784
9785 * bindings.el (mode-line-buffer-identification-keymap):
9786 Remove duplicate line.
9787
9788 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9789
9790 * ido.el (ido-ignore-item-p): Allow any kind of functions in
9791 ignore lists.
9792
9793 2006-09-14 Kim F. Storm <storm@cua.dk>
9794
9795 * jit-lock.el (jit-lock-fontify-again): New function.
9796 (jit-lock-fontify-now): Use it instead of lambda form.
9797
9798 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
9799
9800 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
9801 (flyspell-auto-correct-word): Make ispell-filter local to these
9802 functions. Check that ispell-filter has new stuff before calling
9803 ispell-parse-output.
9804
9805 2006-09-13 Kim F. Storm <storm@cua.dk>
9806
9807 * simple.el (line-move-partial): Optimize.
9808
9809 2006-09-13 Richard Stallman <rms@gnu.org>
9810
9811 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
9812 Delete spurious backquote.
9813
9814 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
9815
9816 * net/rcirc.el (rcirc-print): Fix last change.
9817
9818 2006-09-12 Jay Belanger <belanger@truman.edu>
9819
9820 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
9821
9822 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
9823
9824 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
9825 rcirc-show-maximum-output.
9826 (rcirc-mode): Remove window-scroll-function hook.
9827 (rcirc-scroll-to-bottom): Remove function.
9828 (rcirc-print): Recenter so point stays at the bottom of the window
9829 if point was already there.
9830
9831 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
9832
9833 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
9834 not to "t".
9835 * progmodes/compile.el (compilation-start): Likewise.
9836 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
9837 Don't use expand-file-name on invocation-directory, since this
9838 might mishandle special characters in invocation-directory.
9839
9840 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9841
9842 * pcvs-defs.el: Remove * in defcustom's docstrings.
9843
9844 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
9845
9846 * progmodes/compile.el (compilation-directory-properties):
9847 Doc fix for help-echo.
9848
9849 2006-09-12 Lars Hansen <larsh@soem.dk>
9850
9851 * desktop.el (desktop-read): Add comment.
9852
9853 2006-09-12 Kim F. Storm <storm@cua.dk>
9854
9855 * simple.el (next-error-highlight, next-error-highlight-no-select):
9856 Fix spelling error.
9857
9858 * subr.el (sit-for): Rework to use input-pending-p and cond.
9859 Return nil input is pending on entry also for SECONDS <= 0.
9860 (while-no-input): Use input-pending-p instead of sit-for.
9861
9862 2006-09-11 Richard Stallman <rms@gnu.org>
9863
9864 * simple.el (next-error-highlight, next-error-highlight-no-select):
9865 Fix custom type and doc strings.
9866
9867 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9868
9869 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
9870 (diff-apply-hunk): Use it to ask for confirmation.
9871
9872 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
9873
9874 * emacs-lisp/cl.el (pushnew): Add missing `,'.
9875
9876 2006-09-11 David Kastrup <dak@gnu.org>
9877
9878 * help.el (string-key-binding, describe-key-briefly)
9879 (describe-key): Remove `string-key-binding' and its callers since
9880 `key-binding' already caters for the proper lookup now.
9881
9882 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9883
9884 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
9885 (cfengine-mode): Use it. Fix \ syntax to be like /.
9886
9887 * bindings.el (mode-line-buffer-identification-keymap):
9888 Move initialization into declaration.
9889
9890 2006-09-10 Kim F. Storm <storm@cua.dk>
9891
9892 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
9893 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
9894 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
9895 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
9896
9897 2006-09-10 Richard Stallman <rms@gnu.org>
9898
9899 * dired-aux.el: Handle errors in recursive copy usefully.
9900 (dired-create-files-failures): New variable.
9901 (dired-copy-file): Remove condition-case.
9902 (dired-copy-file-recursive): Check for errors on all file
9903 operations, and add them to dired-create-files-failures.
9904 Check file file-date-erorr here too.
9905 (dired-create-files): Check dired-create-files-failures
9906 and report those errors too.
9907
9908 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
9909
9910 * subr.el (add-to-list): New argument COMPARE-FN.
9911
9912 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
9913
9914 * filecache.el (file-cache-add-directory)
9915 (file-cache-add-directory-list, file-cache-add-file)
9916 (file-cache-add-directory-using-find)
9917 (file-cache-add-directory-using-locate)
9918 (file-cache-add-directory-recursively): Add autoloads.
9919
9920 2006-09-09 Richard Stallman <rms@gnu.org>
9921
9922 * textmodes/conf-mode.el (conf-space-mode):
9923 Use hack-local-variables-hook instead of calling hack-local-variables.
9924 (conf-space-keywords-override): New variable.
9925 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
9926 (conf-space-mode): Always make conf-space-keywords and
9927 conf-space-keywords-override local.
9928 Call conf-space-mode-internal directly as well as via hook.
9929
9930 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
9931
9932 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
9933 quasi-keywords.
9934
9935 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9936
9937 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
9938 (python-send-string): Be slightly more careful about adding \n.
9939
9940 * startup.el (normal-splash-screen): Don't display the buffer if we'll
9941 kill it right away anyway.
9942
9943 2006-09-09 Eli Zaretskii <eliz@gnu.org>
9944
9945 * international/codepage.el (cp850-decode-table): Fix a few codes.
9946 (cp858-decode-table): New variable.
9947
9948 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
9949
9950 * net/ldap.el (ldap-search-internal): Doc fix.
9951
9952 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9953
9954 * play/life.el (life-display-generation): Test for input manually if
9955 `sleeptime' is negative or null.
9956
9957 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
9958 (print-region-1): Substitute `%s' with the page title.
9959
9960 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
9961
9962 * locate.el (locate-current-search): New variable.
9963 (locate): Set buffer local value. Use current buffer if it is
9964 in Locate mode.
9965 (locate-mode): Disable undo here.
9966 (locate-do-setup): Use locate-current-filter from buffer to be killed.
9967 (locate-update): Use locate-current-search and locate-current-filter.
9968
9969 2006-09-08 David Kastrup <dak@gnu.org>
9970
9971 * desktop.el (desktop-read): When loading a desktop, disable
9972 saving it while the load progresses, and switch off a pending lazy
9973 load by calling `desktop-lazy-abort'.
9974
9975 2006-08-27 Martin Rudalics <rudalics@gmx.at>
9976
9977 * window.el (mouse-autoselect-window-timer)
9978 (mouse-autoselect-window-position)
9979 (mouse-autoselect-window-window)
9980 (mouse-autoselect-window-now): New vars.
9981 (mouse-autoselect-window-cancel)
9982 (mouse-autoselect-window-select)
9983 (mouse-autoselect-window-start): New functions.
9984 (handle-select-window): Call `mouse-autoselect-window-start' when
9985 delayed window autoselection is enabled.
9986
9987 * cus-start.el (mouse-autoselect-window): Handle delayed window
9988 autoselection.
9989
9990 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
9991 commands after which it is allowed to print in the echo area.
9992
9993 2006-09-08 Richard Stallman <rms@gnu.org>
9994
9995 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
9996
9997 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
9998 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
9999
10000 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
10001 (cancel-timer-internal): Add doc string.
10002 (cancel-function-timers): Doc fix.
10003 (with-timeout-handler, timer-event-last*): Add doc strings.
10004
10005 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
10006
10007 * files.el (risky-local-variable-p): Match ...-bindat-spec.
10008
10009 * dired.el (dired-log-summary): Add doc string.
10010
10011 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
10012 (custom-group-menu-create): Not here.
10013
10014 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
10015
10016 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
10017
10018 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10019
10020 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
10021 (mac-apple-event-map): Define its handler.
10022
10023 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
10024
10025 * net/ldap.el (ldap-search-internal): Handle `auth' key.
10026
10027 2006-09-07 Magnus Henoch <mange@freemail.hu>
10028
10029 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
10030 clause.
10031
10032 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10033
10034 * info.el (Info-index): Bind completion-ignore-case.
10035
10036 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10037
10038 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
10039 previous commit.
10040 (inferior-prolog-guess-flavor): New fun left out of previous commit.
10041 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
10042 burp in dedicated windows.
10043 (inferior-prolog-self-insert-command): New command.
10044 (inferior-prolog-mode-map): Use it.
10045
10046 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
10047
10048 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
10049
10050 * international/code-pages.el: Add cp858.
10051
10052 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10053
10054 * dnd.el: Fix bootstrapping.
10055
10056 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10057
10058 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
10059 (dnd-open-remote-url): New function.
10060 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
10061 not windows-nt.
10062
10063 2006-09-07 Jason Rumney <jasonr@gnu.org>
10064
10065 * dnd.el (dnd-open-remote-file-function): New variable.
10066 (dnd-open-unc-file): New function.
10067 (dnd-open-file): Call dnd-open-remote-file-function if set.
10068
10069 2006-09-06 Daiki Ueno <ueno@unixuser.org>
10070
10071 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
10072 pgg-passphrase-coding-system rather than locale-coding-system.
10073 * pgg-def.el (pgg-passphrase-coding-system): New user option.
10074
10075 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10076
10077 * progmodes/prolog.el: Remove * in docstrings.
10078 (prolog-program-name): Add SWI prolog.
10079 (prolog-mode-menu): New menu.
10080 (prolog-mode): Set comment-add.
10081 (prolog-indent-line): Simplify. Use indent-line-to.
10082 (inferior-prolog-buffer): New var.
10083 (inferior-prolog-run, inferior-prolog-process): New funs.
10084 (run-prolog, switch-to-prolog): Rewrite, using them.
10085 (prolog-consult-region): Use inferior-prolog-buffer.
10086 (inferior-prolog-load-file): New function.
10087 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
10088
10089 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
10090 last word, if it's not the end of the paragraph.
10091
10092 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
10093 file name.
10094
10095 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
10096
10097 * frame.el (display-mm-dimensions-alist): New defcustom.
10098 (display-mm-height, display-mm-width): Use it.
10099
10100 2006-09-06 Simon Josefsson <jas@extundo.com>
10101
10102 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
10103
10104 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
10105
10106 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
10107 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
10108 string values.
10109
10110 2006-09-06 Kim F. Storm <storm@cua.dk>
10111
10112 * simple.el (line-move-partial): New function to do vscrolling for
10113 partially visible images / tall lines. Rewrite based on code
10114 previously in line-move. Simplify backwards vscrolling.
10115 (line-move): Use it. Simplify.
10116
10117 2006-09-05 Kim F. Storm <storm@cua.dk>
10118
10119 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
10120
10121 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
10122
10123 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10124 Process the `gcc-include' after the `gnu' rule.
10125
10126 2006-09-05 Kim F. Storm <storm@cua.dk>
10127
10128 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
10129
10130 2006-09-05 Daiki Ueno <ueno@unixuser.org>
10131
10132 * pgg.el (pgg-clear-string): Alias to clear-string for backward
10133 compatibility.
10134
10135 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
10136 inhibit-redisplay; encode passphrase with locale-coding-system.
10137
10138 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
10139
10140 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
10141
10142 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
10143
10144 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
10145 (gdb-var-list-children-regexp): Make type field optional.
10146
10147 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
10148 e.g public, protected in C++.
10149
10150 2006-09-04 John Paul Wallington <jpw@pobox.com>
10151
10152 * simple.el (completion-show-help): New defcustom.
10153 (completion-setup-function): Heed it.
10154
10155 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
10156
10157 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
10158
10159 2006-09-04 Richard Stallman <rms@gnu.org>
10160
10161 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
10162 (rsf-min-region-to-spam-list): Doc fix.
10163 (rsf-add-content-type-field): Doc fix.
10164
10165 * simple.el (kill-region): Explicitly test there is a region.
10166
10167 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
10168
10169 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
10170 sendmail in several common directories.
10171
10172 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
10173
10174 * paths.el (sendmail-program): Removed.
10175
10176 2006-09-04 Daiki Ueno <ueno@unixuser.org>
10177
10178 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
10179 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
10180 http://article.gmane.org/gmane.emacs.gnus.general/50457
10181
10182 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
10183
10184 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
10185 mark after running the menu filter.
10186
10187 2006-09-03 Juri Linkov <juri@jurta.org>
10188
10189 * international/quail.el (quail-defrule-internal): Add a check
10190 if a key is a vector.
10191
10192 2006-09-02 Juri Linkov <juri@jurta.org>
10193
10194 * man.el (Man-topic-history): New variable.
10195 (man): Use it.
10196
10197 * woman.el (woman-topic-history): Change defvar to defvaralias
10198 for symbol `Man-topic-history'.
10199
10200 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
10201 `comint-last-output-start' is a marker by using `markerp' and
10202 check if it has a position by using `marker-position', and use
10203 this position for `goto-char'.
10204
10205 * international/quail.el (quail-defrule-internal): Add missing
10206 `error' call for null key.
10207
10208 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
10209
10210 * net/rcirc.el (rcirc-keywords): New variable.
10211 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
10212 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
10213 variables.
10214 (rcirc-responses-no-activity): New function.
10215 (rcirc-handler-generic): Check for responses in above.
10216 (rcirc-process-command): Add ?: character to arguments of raw
10217 server commands.
10218 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
10219 `rcirc-dim-nicks'.
10220 (rcirc-gray-toggle): Remove unused variable.
10221 (rcirc-print): Remove some tracking logic, which is moved into
10222 markup functions.
10223 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
10224 types.
10225 (rcirc-activity-string): Look for 'keyword in activity-types.
10226 (rcirc-window-configuration-change): Don't erase overlay-arrow
10227 unnecessarily.
10228 (rcirc-add-or-remove): New function.
10229 (rcirc-cmd-ignore): Use it.
10230 (rcirc-message-leader): Remove unused function.
10231 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
10232 (rcirc-add-face): New function.
10233 (rcirc-facify): Use rcirc-add-face.
10234 (rcirc-url-regexp): Add parens.
10235 (rcirc-map-regexp): Remove function.
10236 (rcirc-mangle-regexp): Remove function.
10237 (rcirc-markup-text-functions): New variable.
10238 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
10239 (rcirc-markup-body-text, rcirc-markup-attributes)
10240 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
10241 (rcirc-markup-bright-nicks): New markup handler functions.
10242 (rcirc-nick-in-message-full-line): New face.
10243 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
10244 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
10245
10246 2006-09-02 Martin Rudalics <rudalics@gmx.at>
10247
10248 * cus-start.el (hscroll-margin, hscroll-step)
10249 (mode-line-in-non-selected-windows, mouse-autoselect-window)
10250 (x-use-underline-position-properties): Change version to "22.1"
10251 since they will appear there for the first time.
10252
10253 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
10254
10255 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
10256
10257 2006-08-31 Richard Stallman <rms@gnu.org>
10258
10259 * cus-edit.el (custom-save-variables): Slight cleanup.
10260 (Custom-no-edit): Renamed from custom-no-edit.
10261 (Custom-newline): Renamed from custom-newline.
10262 (custom-mode-map): Use new names.
10263
10264 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
10265 about customization, rather than M-x customize, in the doc string
10266 made for the defcustom.
10267
10268 * emacs-lisp/trace.el (trace-function-background): Doc fix.
10269
10270 2006-08-31 Romain Francoise <romain@orebokech.com>
10271
10272 * dired-x.el (dired-guess-shell-alist-default): Update.
10273
10274 2006-08-31 Michael Mauger <mmaug@yahoo.com>
10275
10276 * custom.el (custom-theme-set-variables): Autoload packages before
10277 sorting the variables.
10278
10279 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
10280
10281 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
10282 Convert events to chars if XEmacs.
10283 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
10284
10285 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10286
10287 * progmodes/python.el (python-eldoc-function): Re-enable quit while
10288 waiting for process.
10289
10290 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10291
10292 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
10293 results in ASCII-only string, encode original one directly.
10294
10295 2006-08-29 Romain Francoise <romain@orebokech.com>
10296
10297 * startup.el (normal-splash-screen, fancy-splash-screens):
10298 Make buffer read-only and arrange to enter view mode if necessary.
10299
10300 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
10301
10302 * hl-line.el (hl-line): New face.
10303 (hl-line-face): Use it.
10304
10305 * image-mode.el (image-mode): Fix last fix.
10306 Suggested by Kim F. Storm.
10307
10308 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
10309
10310 Sync with Tramp 2.0.54.
10311
10312 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
10313 of `=', because `tramp-get-remote-gid' might not always return an
10314 integer when expected.
10315 (tramp-register-file-name-handlers): `partial-completion-mode' is
10316 unknown to XEmacs.
10317 (tramp-time-diff): Don't use `floor', it might fail for large
10318 differences.
10319 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
10320 `tramp-auto-save-directory' if unset in order to guarantee unique
10321 auto-save file names.
10322
10323 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
10324
10325 * image-mode.el (image-mode): Display image as text on a terminal.
10326
10327 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10328
10329 * progmodes/python.el (python-send-command): Simplify.
10330 (run-python): Don't generate a new buffer unless `new' was specified.
10331 Make sure we send `import emacs' to the proper process.
10332
10333 * progmodes/python.el (python-send-command): Don't wait for the command
10334 to terminate. Don't fiddle with compilation-parsing-end.
10335
10336 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
10337
10338 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
10339 Insert commentary after first line summary.
10340
10341 * woman.el (woman-follow): New function, based on `man-follow'.
10342 (woman-mode-map): Use it.
10343
10344 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
10345 since ibuffer-do-sort-by-recency does not define a sorter.
10346
10347 2006-08-28 Kim F. Storm <storm@cua.dk>
10348
10349 * find-dired.el (find-dired): Use shell-quote-argument to properly
10350 escape ( and ) args. Also use it on {} and ; args in default
10351 value of find-ls-option string.
10352 (find-grep-dired): Use shell-quote-argument on {} and ; args.
10353
10354 2006-08-27 Michael Olson <mwolson@gnu.org>
10355
10356 * emacs-lisp/tq.el: Small grammar fix in comments.
10357 (tq-enqueue): Check for existence of queue rather than the
10358 head queue item's question, which was a no-op.
10359 (tq-filter, tq-process-buffer): Make sure the process buffer
10360 exists before making it the current buffer.
10361
10362 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10363
10364 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
10365 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
10366 (special-event-map): Apply 2006-08-16 change for x-win.el.
10367
10368 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10369
10370 * progmodes/python.el (python-send-receive): Wait in the
10371 process's buffer so as to check the right buffer-local variables.
10372
10373 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
10374
10375 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
10376 (defgroup checkdoc): Move to beginning.
10377
10378 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
10379 (python-preoutput-continuation): Remove.
10380 (python-preoutput-filter): Simplify correspondingly.
10381 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
10382 Loop around to catch embedded _emacs_out output.
10383 (run-python): Send the import&print command on a single line.
10384 (python-send-command): Send command&print on a single line.
10385 (python-send-string): Only add double \n if needed.
10386 (python-send-receive): Loop until the result comes.
10387 (python-mode-running): Defvar it.
10388 (python-setup-brm): Remove unused var `menu'.
10389 Only bind py-mode-map and `features' around brm-init.
10390 (python-calculate-indentation): Remove unused var `point'.
10391 (python-beginning-of-defun): Remove unused var `def-line'.
10392
10393 2006-08-25 Richard Stallman <rms@gnu.org>
10394
10395 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
10396
10397 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
10398
10399 * emulation/viper.el (viper-set-hooks): Use frame bindings for
10400 viper-vi-state-cursor-color.
10401 (viper-non-hook-settings): Don't set default
10402 mode-line-buffer-identification.
10403
10404 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
10405 New fun.
10406 (viper-set-cursor-color-according-to-state)
10407 (viper-get-saved-cursor-color-in-replace-mode)
10408 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
10409 viper-emacs-state-cursor-color.
10410
10411 * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
10412 (viper-undo): Use point if undo-beg-posn is nil.
10413 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
10414 (viper-after-change-undo-hook): Don't use
10415 viper-emacs-state-cursor-color by default.
10416 (viper-undo): More sensible positioning after undo.
10417
10418 * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
10419 (viper-emacs-state-cursor-color): Default to nil, since this feature
10420 doesn't work well yet.
10421
10422 * ediff-mult.el (ediff-intersect-directories)
10423 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
10424 always expand filenames.
10425
10426 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10427
10428 * tumme.el: Remove * in defcustoms's docstrings.
10429
10430 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
10431
10432 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
10433 Accept internal time format for SECS arg.
10434 (timer-relative-time): Doc fix.
10435
10436 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
10437 adapted from Martin Rudalics.
10438 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
10439 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
10440 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
10441 using sit-for.
10442
10443 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
10444
10445 * cus-start.el (all): Add `overline-margin' and
10446 `x-underline-at-descent-line'.
10447
10448 2006-08-24 Kim F. Storm <storm@cua.dk>
10449
10450 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
10451 to mean "use find -exec"; nil now unambiguously means auto-detect.
10452 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
10453 Use shell-quote-argument to build grep-find-command and
10454 grep-find-template.
10455 (rgrep): Use shell-quote-argument to properly quote arguments to find.
10456 Reported by Tom Seddon.
10457
10458 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
10459
10460 * startup.el (fancy-splash-head): Give instructions for dismissing
10461 the splash screen for default startup too.
10462 (display-startup-echo-area-message, fancy-splash-screens)
10463 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
10464 all splash text at once and keep the splash buffer around.
10465 (command-line-1): Give display-startup-echo-area-message a t arg.
10466
10467 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
10468
10469 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
10470 gnus frame is selected.
10471
10472 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
10473
10474 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
10475
10476 2006-08-22 Kim F. Storm <storm@cua.dk>
10477
10478 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
10479 Add suffix matching for subdirs.
10480
10481 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
10482
10483 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
10484 mouse-yank-at-point is non-nil.
10485
10486 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
10487
10488 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
10489 a bit wider and remove fringes to fit initial output on line.
10490
10491 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10492
10493 * frame.el (blink-cursor-end): Only ignore the error we care about.
10494 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
10495
10496 2006-08-21 Richard Stallman <rms@gnu.org>
10497
10498 * whitespace.el (whitespace-cleanup): Doc fix.
10499
10500 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
10501
10502 * net/rcirc.el (rcirc-show-maximum-output): New var.
10503 (rcirc-buffer-process): If no buffer argument is supplied, use
10504 current-buffer.
10505 (rcirc-complete-nick): Complete to the last completed nick first.
10506 (rcirc-mode): Preserve the value of `rcirc-urls' across
10507 connections. Setup scroll function.
10508 (rcirc-scroll-to-bottom): New function.
10509 (rcirc-print): Use nick syntax around regexp work.
10510 Notice dim-nicks speaking only if they say our nick.
10511 (rcirc-update-activity-string): Do not show the modeline indicator
10512 if there are no live rcirc processes.
10513 (rcirc-cmd-ignore): Ignore case.
10514 (rcirc-browse-url-at-point): Fix off-by-one error.
10515
10516 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
10517
10518 * progmodes/python.el: Remove * in defcustom docstrings.
10519 (run-python, python-proc, python-try-complete): Use derived-mode-p.
10520 (python-mode): Set tab-width and indent-tabs-mode.
10521
10522 2006-08-20 Dave Love <fx@gnu.org>
10523
10524 * progmodes/python.el: Update to Dave Love's latest version.
10525 (python-font-lock-keywords, python-mode): Don't use
10526 font-lock-syntax-table, but match symbol elements explicitly instead.
10527 (python-mode-map): Add help, and a few more key bindings.
10528 (python-skip-comments/blanks): Move out of comments as well.
10529 (python-continuation-line-p): Behave better with unbalanced parens.
10530 (python-blank-line-p): New fun.
10531 (python-open-block-statement-p): Don't use a heuristic.
10532 (python-outdent-p): Better handle blocks-in-the-same-line.
10533 (python-calculate-indentation): Misc improvements.
10534 (python-comment-indent): Remove.
10535 (python-block-pairs): New var.
10536 (python-first-word): New fun.
10537 (python-indentation-levels): Handle more common cases.
10538 (python-indent-line-1): Add `leave' argument.
10539 (python-indent-region): New fun.
10540 (python-skip-out): New fun.
10541 (python-beginning-of-statement, python-end-of-statement): Use it.
10542 (python-next-statement): Return correct count even at eob.
10543 (python-end-of-block): Fix paren-typo.
10544 (python-imenu-create-index): Add module variables.
10545 (run-python): Add `new' arg.
10546 Check we're at a prompt before returning.
10547 (python-send-command): Move to end of buffer.
10548 Wait for prompt to return.
10549 (python-set-proc): New fun.
10550 (python-imports): New var.
10551 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
10552 (python-eldoc-function): Try to move out of arg list.
10553 (python-outline-level): Offset by 1.
10554 (python-find-imports): New fun.
10555 (python-symbol-completions): Use python-imports.
10556 (python-module-path, ffap-alist): Add support for ffap.
10557 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
10558 (python-insert-*, python-default-template, python-expand-template):
10559 Add templates/skeletons.
10560 (python-setup-brm): Support for Bicycle Repair Man.
10561 (python-abbrev-syntax-table): New var.
10562 (python-abbrev-pc-hook, python-pea-hook): New funs.
10563
10564 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
10565
10566 * frame.el (blink-cursor-start): Set timer first.
10567 (blink-cursor-end): Ignore timer cancelling errors.
10568 Suggested by Ken Manheimer.
10569
10570 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
10571
10572 * newcomment.el (comment-box): Call `comment-normalize-vars'.
10573 Add autoload cookie.
10574
10575 2006-08-20 Richard Stallman <rms@gnu.org>
10576
10577 * simple.el (line-number-at-pos): Doc fix.
10578
10579 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
10580 timer-activate-when-idle, so timer can run before Emacs becomes
10581 non-idle again.
10582
10583 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
10584
10585 * whitespace.el (whitespace-cleanup-internal): New optional arg
10586 REGION-ONLY. If it's non-nil, modify the message to the user
10587 accordingly.
10588 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
10589 a non-nil argument.
10590
10591 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
10592
10593 * rect.el (spaces-string): Simplify and add doc string.
10594
10595 2006-08-17 Romain Francoise <romain@orebokech.com>
10596
10597 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
10598
10599 2006-08-17 Richard Stallman <rms@gnu.org>
10600
10601 * compare-w.el (compare-windows): lambda's take an arg and pass
10602 it to compare-windows-skip-whitespace.
10603
10604 2006-08-17 Martin Rudalics <rudalics@gmx.at>
10605
10606 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
10607 the right buffer.
10608
10609 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
10610
10611 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
10612 removed files.
10613
10614 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
10615
10616 * progmodes/gdb-ui.el (gdb-locals-watch-map)
10617 (gdb-locals-watch-map-1): Suppress keymap first.
10618 (gdb-edit-locals-map-1): New variable.
10619 (gdb-edit-locals-value): New function.
10620 (gdb-stack-list-locals-handler): Use them.
10621
10622 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10623
10624 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
10625 cursor would normally be drawn in the fringe.
10626
10627 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
10628 Reported by Martin Rudalics <rudalics@gmx.at>.
10629
10630 2006-08-16 Richard Stallman <rms@gnu.org>
10631
10632 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
10633 (special-event-map): Process drag-n-drop events this way.
10634
10635 * simple.el (move-beginning-of-line): Test whether fields
10636 would prevent motion back to line's first visible character.
10637 If so, stop where the fields would stop the motion.
10638
10639 * newcomment.el (comment-indent): Fully update INDENT
10640 before checking to see if it will change the text.
10641
10642 * cus-edit.el (custom-newline): New function.
10643 (custom-mode-map): Bind newline to custom-newline.
10644
10645 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
10646 into ignore-whitespace.
10647 Check each buffer for its skip-function.
10648 Handle compare-windows-skip-whitespace special-case test
10649 by returning t from default skip function.
10650
10651 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
10652
10653 * textmodes/org.el (org-clock-special-range)
10654 (org-clock-update-time-maybe): New functions.
10655 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
10656 not only a-z.
10657 (org-agenda-get-blocks): Allow multiple blocks per headline.
10658 (org-timestamp-change): Call `org-clock-update-time-maybe'.
10659 (org-export-html-title-format)
10660 (org-export-html-toplevel-hlevel): New options.
10661 (org-export-language-setup): Add support for Czech.
10662 (org-mode, org-insert-todo-heading, org-find-visible)
10663 (org-find-invisible, org-invisible-p, org-invisible-p2)
10664 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
10665 (org-show-subtree, org-show-entry, org-make-options-regexp):
10666 Remove compatibility support for old outline-mode.
10667 (org-check-occur-regexp): Funtion removed.
10668 (org-on-heading-p, org-back-to-heading): Made defalias.
10669 (org-set-local): New defsubst.
10670 (org-set-regexps-and-options, org-mode)
10671 (org-set-font-lock-defaults, org-edit-agenda-file-list)
10672 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
10673 (org-remember-apply-template, org-table-edit-field)
10674 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
10675 (org-set-autofill-regexps): Use `org-set-local'.
10676 (org-table-eval-formula): Fix bug with parsing of display flags.
10677
10678 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
10679
10680 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
10681 frame with fringe arrow. Suggested by Simon Marshall
10682 <simon.marshall@misys.com>.
10683 (gdb-stack-position): New variable.
10684 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
10685 (gdb-frames-mode): Set gdb-stack-position to nil.
10686 Add to overlay-arrow-variable-list
10687 (gdb-reset): Delete gdb-stack-position from above list.
10688
10689 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10690
10691 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
10692 read only.
10693
10694 2006-08-13 Romain Francoise <romain@orebokech.com>
10695
10696 * cus-theme.el (customize-create-theme)
10697 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
10698
10699 * filesets.el (filesets-add-buffer): Ditto.
10700
10701 * pcvs.el (cvs-change-cvsroot): Ditto.
10702
10703 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
10704
10705 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
10706 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
10707 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
10708 expressions.
10709 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
10710 Only search till end of line.
10711 Add face to function names in case of no filename.
10712 Add face to variable names of watchpoints.
10713
10714 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
10715
10716 * cus-start.el <indent-tabs-mode>: Move to the `indent'
10717 customization group.
10718
10719 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
10720
10721 * allout.el (allout-prior-bindings, allout-added-bindings):
10722 Remove, after long deprecation.
10723 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
10724 Add customization vars controlling allout-beginning-of-line and
10725 allout-end-of-line conveniences.
10726 (allout-header-prefix, allout-use-mode-specific-leader)
10727 (allout-use-mode-specific-leader, allout-mode-leaders):
10728 Revise docstrings.
10729 (allout-infer-header-lead): Change to be an alias for
10730 allout-infer-header-lead-and-primary-bullet.
10731 (allout-infer-header-lead-and-primary-bullet): New version of
10732 allout-infer-header-lead which assigns the primary bullet to the
10733 same as the header lead, when its being changed.
10734 (allout-infer-body-reindent): Apply regexp-quote instead of
10735 unconditionally prepending "\\", so that all literal
10736 allout-header-prefix and allout-primary-bullet strings are
10737 properly handled.
10738 (allout-add-resumptions): Add optional qualifier for extending or
10739 appending to existing values, rather than replacing them.
10740 (allout-view-change-hook): Clarify docstring.
10741 (allout-exposure-change-hook): Take explicit arguments, via
10742 run-hook-with-args.
10743 (allout-structure-added-hook)
10744 (allout-structure-deleted-hook)
10745 (allout-structure-shifted-hook): New hooks analogous to
10746 allout-exposure-change-hook for other kinds of structural outline
10747 edits.
10748 (allout-encryption-plaintext-sanitization-regexps): New encryption
10749 customization variable, by which cooperating modes can provde
10750 massage of the plaintext without actually being passed it.
10751 (allout-encryption-ciphertext-rejection-regexps)
10752 (allout-encryption-ciphertext-rejection-ceiling): New encryption
10753 customization variables, by which cooperating modes can prohibit
10754 rare but possible ciphertext patterns from fouling their
10755 operation, with actually being passed the ciphertext.
10756 (allout-mode): Run activation and deactivation hooks after the
10757 minor-mode variable has been toggled, to clarify the mode
10758 disposition. The new encryption ciphertext rejection variable is
10759 used to ensure that the ciphertext does not contain text that
10760 would be recognized as outline structural elements by allout.
10761 Substite allout-beginning-of-line and allout-end-of-line for
10762 conventionall beginning-of-line and end-of-line bindings.
10763 If allout-old-style-prefixes is non-nil, don't nullify it on mode
10764 activation!
10765 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
10766 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
10767 (allout-chart-subtree): Implement new mode, charting only the
10768 visible items in the subtree, when new 'visible' parameter is non-nil.
10769 (allout-end-of-subtree): Properly handle the last item in the buffer.
10770 (allout-pre-command-business, allout-command-counter):
10771 Increment an advertised counter so that cooperating enhancements can
10772 track revisions of items.
10773 (allout-open-topic): Run allout-structure-added-hook with suitable
10774 arguments.
10775 (allout-shift-in): Run allout-structure-shifted-hook with suitable
10776 arguments.
10777 (allout-shift-out): Fix doubling for negative args and ensure call
10778 of allout-structure-shifted-hook by solely using allout-shift-in.
10779 (allout-kill-line, allout-kill-topic):
10780 Run allout-structure-deleted-hook with suitable arguments.
10781 (allout-yank-processing): Run allout-structure-added-hook with
10782 proper arguments.
10783 (allout-yank): Enclose activity in allout-unprotected.
10784 (allout-flag-region): Run allout-exposure-change-hook with
10785 suitable arguments, instead of making the callee infer the arguments.
10786 (allout-encrypt-string):
10787 Support allout-encryption-plaintext-sanitization-regexps,
10788 allout-encryption-ciphertext-rejection-regexps, and
10789 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
10790 en/de cryption mode in symmetric encryption failure message.
10791 (allout-obtain-passphrase): Use copy-sequence to get a distinct
10792 copy of the passphrase, and don't zero it or we'll corrupt the
10793 stashed copy.
10794 (allout-create-encryption-passphrase-verifier)
10795 (allout-verify-passphrase): Respect the new signature for
10796 allout-encrypt-string.
10797 (allout-get-configvar-values): Convenience for getting a
10798 configuration variable value and handling its absence gracefully.
10799
10800 2006-08-11 Romain Francoise <romain@orebokech.com>
10801
10802 * obsolete/zone-mode.el: Delete.
10803
10804 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
10805
10806 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
10807
10808 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
10809
10810 * emacs-lisp/bindat.el (bindat-ip-to-string):
10811 Use `format-network-address' if possible.
10812
10813 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10814
10815 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
10816
10817 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
10818
10819 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
10820 restore unread-command-events here.
10821 (edebug-display): Do it here, to detect sit-for interruptions.
10822
10823 2006-08-10 Romain Francoise <romain@orebokech.com>
10824
10825 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
10826 (dns-mode-soa-auto-increment-serial): New user option.
10827 (dns-mode-soa-maybe-increment-serial): New function.
10828 (dns-mode): Add the latter to `write-contents-functions'.
10829
10830 * obsolete/zone-mode.el: Move to obsolete/ from net/.
10831 Delete autoload cookies.
10832
10833 2006-08-10 John Wiegley <johnw@newartisans.com>
10834
10835 * eshell/em-glob.el (eshell-glob-chars-list)
10836 (eshell-glob-translate-alist): Add support for [^g] in character globs.
10837
10838 2006-08-10 Richard Stallman <rms@gnu.org>
10839
10840 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
10841 (facemenu-set-face): Doc fix.
10842 (facemenu-listed-faces): Doc fix.
10843
10844 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
10845
10846 * avoid.el (mouse-avoidance-animating-pointer): New var.
10847 (mouse-avoidance-nudge-mouse): Use it.
10848 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
10849 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
10850 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
10851 Don't activate if currently animating. All callers changed.
10852
10853 2006-08-09 John Wiegley <johnw@newartisans.com>
10854
10855 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
10856 variable, which causes timeclock to report elapsed time worked,
10857 instead of just work remaining.
10858
10859 2006-08-09 Kenichi Handa <handa@m17n.org>
10860
10861 * international/latexenc.el (latexenc-find-file-coding-system):
10862 Fix for the case that the 2nd element of arg-list is a cons.
10863
10864 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
10865
10866 * info.el (Info-fontify-node): Handle preceding `in' for note
10867 reference hiding rules.
10868
10869 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10870
10871 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
10872 mistake a closing " for an opening one.
10873
10874 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10875
10876 * term/xterm.el (terminal-init-xterm): Add more key bindings.
10877
10878 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
10879
10880 * complete.el (PC-do-completion): Filter out completions matching
10881 completion-ignored-extensions before checking whether there are
10882 multiple completions.
10883 Don't use `list' unnecessarily when building completion tables.
10884
10885 2006-08-06 Richard Stallman <rms@gnu.org>
10886
10887 * help.el (describe-mode): Make minor mode list more concise.
10888
10889 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
10890
10891 * bindings.el: Give mode-line-format, mode-line-modes, and
10892 mode-line-position `standard-value' properties.
10893
10894 2006-08-05 Eli Zaretskii <eliz@gnu.org>
10895
10896 * buff-menu.el (list-buffers-noselect): For Info buffers, use
10897 "(file)node" instead of the file name.
10898
10899 2006-08-05 Richard Stallman <rms@gnu.org>
10900
10901 * faces.el (escape-glyph): Doc fix.
10902
10903 2006-08-04 Kenichi Handa <handa@m17n.org>
10904
10905 * international/mule-diag.el (describe-font): Improve docstring
10906 and error message. Use frame-parameter (not frame-parameters).
10907
10908 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10909
10910 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
10911 Correctly mark the end-of-docstring char.
10912
10913 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
10914
10915 * simple.el (line-move-to-column): Constrain move-to-column to
10916 current field.
10917
10918 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10919
10920 * font-lock.el (font-lock-beg, font-lock-end)
10921 (font-lock-extend-region-functions): New vars.
10922 (font-lock-extend-region-multiline)
10923 (font-lock-extend-region-wholelines): New functions.
10924 (font-lock-default-fontify-region): Use them.
10925 (font-lock-extend-jit-lock-region-after-change): Only round up
10926 if font-lock-default-fontify-region will do it as well.
10927
10928 * font-lock.el (font-lock-extend-after-change-region-function):
10929 Rename from font-lock-extend-region-function.
10930 (font-lock-extend-region): Remove by inlining at call sites.
10931 (font-lock-after-change-function): Don't needlessly round up to a whole
10932 number of lines.
10933 (font-lock-extend-jit-lock-region-after-change): Be more careful about
10934 the boundary conditions and the interactions between the various ways
10935 to extend the region.
10936
10937 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10938
10939 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
10940 modification status when forcing the second redisplay.
10941
10942 2006-08-03 Kim F. Storm <storm@cua.dk>
10943
10944 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
10945
10946 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10947
10948 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
10949 doesn't look like a file name.
10950
10951 * complete.el (PC-expand-many-files): Avoid signalling an error when
10952 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
10953
10954 2006-08-02 Andreas Schwab <schwab@suse.de>
10955
10956 * bindings.el (mode-line-format): Simplify reference to vc-mode.
10957
10958 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
10959
10960 * bindings.el (map): Make mode-line-buffer-identification-keymap
10961 before defining propertized-buffer-identification.
10962
10963 2006-08-01 Richard Stallman <rms@gnu.org>
10964
10965 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
10966
10967 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
10968
10969 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
10970 default value.
10971 (gdb-find-source-frame): New function.
10972 (menu): Add to menu bar.
10973
10974 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10975
10976 * font-core.el (font-lock-extend-region-function)
10977 (font-lock-extend-region): Move to font-lock.el.
10978
10979 * font-lock.el (font-lock-extend-region-function)
10980 (font-lock-extend-region): Move from font-core.el. Simplify.
10981
10982 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
10983 if needed.
10984 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
10985 (jit-lock-after-change-extend-region-functions): New hook.
10986 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
10987
10988 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
10989 (font-lock-turn-on-thing-lock): Use it.
10990
10991 * longlines.el (longlines-show-region): Make it work on read-only
10992 buffers as well.
10993
10994 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
10995
10996 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
10997
10998 2006-07-31 Richard Stallman <rms@gnu.org>
10999
11000 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
11001 (vhdl-speedbar-display-projects): Update old obsolete
11002 speedbar variable names.
11003
11004 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
11005
11006 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
11007 (gdb-stopped): Use it.
11008
11009 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
11010
11011 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
11012
11013 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
11014 for load-history elements.
11015
11016 2006-07-29 Eli Zaretskii <eliz@gnu.org>
11017
11018 * files.el (convert-standard-filename): For Cygwin, replace
11019 characters not allowed in Windows file names.
11020 (make-auto-save-file-name): Add Cygwin to the list of systems
11021 where the auto-save file name needs to be run through
11022 convert-standard-filename.
11023
11024 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
11025
11026 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
11027
11028 2006-07-28 Richard Stallman <rms@gnu.org>
11029
11030 * bindings.el (mode-line-frame-identification)
11031 (propertized-buffer-identification): Centralize the code
11032 to initialize the variable.
11033
11034 * progmodes/grep.el (grep-default-command): Catch errors from
11035 wildcard-to-regexp.
11036
11037 2006-07-29 Kim F. Storm <storm@cua.dk>
11038
11039 * progmodes/grep.el (grep-tag-default): New function.
11040 (grep-default-command, grep-read-regexp): Use it.
11041 (grep-read-files): Use car of grep-files-history or grep-files-aliases
11042 as default if nothing else applies.
11043
11044 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
11045
11046 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
11047 Throw error if buffer is not in Dired and Wdired mode, respectively.
11048
11049 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
11050
11051 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
11052 self-insert-command keys don't activate buttons.
11053 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
11054
11055 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
11056
11057 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
11058 faces for enable character.
11059
11060 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
11061
11062 * Makefile.in (recompile): Update comment to reflect change
11063 on 2004-04-21.
11064
11065 2006-07-27 Richard Stallman <rms@gnu.org>
11066
11067 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
11068 (customize-package-emacs-version): Change msg when pkg has no entry.
11069 (custom-no-edit): On a button, do like widget-button-press.
11070
11071 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11072
11073 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
11074 S-tab and C-S-tab.
11075
11076 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
11077
11078 * progmodes/which-func.el (which-function): Fix documentation/
11079 comment typo.
11080
11081 2006-07-26 Richard Stallman <rms@gnu.org>
11082
11083 * textmodes/ispell.el (ispell-word): If we replace the word,
11084 move point to the end. Insert before deleting.
11085
11086 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
11087
11088 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
11089 a timer.
11090
11091 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
11092
11093 * tumme.el (tumme-backward-image): Add prefix argument. Add error
11094 when at first image.
11095 (tumme-forward-image): Add prefix argument. Add error when at last
11096 image.
11097
11098 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
11099
11100 * tabify.el (tabify-regexp): Use more specific regexps.
11101 (tabify): Avoid modifying the buffer unnecessarily.
11102
11103 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
11104
11105 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
11106 (tumme-format-properties-string): Handle empty `buf'.
11107 (tumme-get-comment): Change variable names inside `let'.
11108 Add missing `let' variable that cause font-lock problems.
11109 (tumme-write-comments): Change variable names inside `let'.
11110 Add missing `let' variable that cause font-lock problems.
11111 (tumme-forward-image): Rename from `tumme-forward-char'.
11112 (tumme-backward-image): Rename from `tumme-backward-char'.
11113
11114 2006-07-25 Masatake YAMATO <jet@gyve.org>
11115
11116 * progmodes/ld-script.el (ld-script-keywords)
11117 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
11118 and add comments.
11119
11120 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
11121
11122 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11123 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
11124 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
11125 for status indicator.
11126
11127 2006-07-24 Richard Stallman <rms@gnu.org>
11128
11129 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
11130
11131 * subr.el (dolist, dotimes): Use interned symbols for locals.
11132 (--dotimes-limit--, --dolist-tail--): New defvars.
11133 (looking-back): Doc fix.
11134
11135 * replace.el (replace-match-string-symbols): Handle dotted lists.
11136
11137 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
11138
11139 * tumme.el (tumme-write-tags): Add.
11140 (tumme-write-comments): Add.
11141 (tumme-tag-files): Change to use `tumme-write-tags'.
11142 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
11143 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
11144 (tumme-save-information-from-widgets): Change to use
11145 `tumme-write-comments' and `tumme-write-tags'.
11146 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
11147 (tumme-write-tag): Remove.
11148 (tumme-write-comment): Remove.
11149 (tumme-display-previous-thumbnail-original): Remove empty line.
11150 (tumme-widget-list): Add punctuation.
11151
11152 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
11153
11154 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
11155
11156 2006-07-24 Daiki Ueno <ueno@unixuser.org>
11157
11158 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11159 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
11160 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
11161
11162 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
11163
11164 * mouse.el (mouse-on-link-p): Doc fix.
11165
11166 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
11167
11168 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11169 Handle "C-h f `".
11170
11171 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11172
11173 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
11174 column.
11175
11176 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
11177
11178 * textmodes/table.el: Add move-beginning-of-line and
11179 move-end-of-line to Point Motion Only Group.
11180
11181 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
11182
11183 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
11184
11185 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11186
11187 * startup.el (user-mail-address): Initialize from the `EMAIL'
11188 environment variable first. Document this.
11189 (command-line): Ditto.
11190
11191 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
11192
11193 * help-mode.el (help-function-def, help-variable-def)
11194 (help-face-def): Print a message in the minibuffer.
11195
11196 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
11197
11198 * term/xterm.el (terminal-init-xterm): Fix key bindings
11199 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
11200
11201 2006-07-21 Eli Zaretskii <eliz@gnu.org>
11202
11203 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
11204 where `(nth 1 command)' is a cons cell. Doc fix.
11205
11206 * textmodes/po.el (po-find-charset): Doc fix.
11207
11208 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
11209
11210 * allout.el (allout-unprotected, allout-e-o-prefix-p)
11211 (allout-beginning-of-current-line, allout-end-of-current-line)
11212 (allout-next-visible-heading, allout-open-topic)
11213 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
11214 (allout-flag-current-subtree, allout-show-to-offshoot)
11215 (allout-hide-current-entry, allout-show-current-branches)
11216 (allout-hide-region-body, allout-old-expose-topic)
11217 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
11218 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
11219 containing `beginning-of-line' and `end-of-line' with
11220 `inhibit-field-text-motion' t.
11221
11222 2006-07-21 Eli Zaretskii <eliz@gnu.org>
11223
11224 * frame.el (focus-follows-mouse): Document that it doesn't have
11225 any effect on MS-Windows.
11226
11227 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
11228
11229 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
11230
11231 2006-07-20 Jay Belanger <belanger@truman.edu>
11232
11233 * calc/calc.el (calc-previous-alg-entry): Remove variable.
11234
11235 * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
11236 New variables.
11237 (calc-alg-entry): Use `calc-alg-entry-history'.
11238 (calc-do-quick-calc): Use `calc-quick-calc-history'.
11239 Remove reference to `calc-previous-alg-entry'.
11240 (calcAlg-edit, calcAlg-enter): Remove reference to
11241 `calc-previous-alg-entry'.
11242 (calcAlg-previous): Use `previous-history-element' instead of
11243 `calc-previous-alg-entry'.
11244 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
11245 Change keybinding for `calcAlg-plus-minus', add keybindings for
11246 `previous-history-element' and `next-history-element'.
11247
11248 * calc/calc-rewr.el (calc-match): Remove reference to
11249 `calc-previous-alg-entry'.
11250
11251 * calc/calc-sel.el (calc-selection-history): New variable.
11252 (calc-enter-selection, calc-sel-mult-both-sides)
11253 (calc-sel-add-both-sides): Use `calc-selection-history'.
11254
11255 * calc/calc-map.el (calc-get-operator-history): New variable.
11256 (calc-get-operator): Use `calc-get-operator-history'.
11257
11258 * calc/calcalg3.el (calc-curve-fit-history): New variable.
11259 (calc-curve-fit): Use `calc-curve-fit-history'.
11260
11261 2006-07-20 Kenichi Handa <handa@m17n.org>
11262
11263 * international/mule-cmds.el (select-safe-coding-system): Fix the
11264 way of deciding eol-type of the coding system.
11265
11266 2006-07-20 Alan Mackenzie <acm@muc.de>
11267
11268 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
11269 (c-lang-setvar): New macro.
11270 (c-make-init-lang-vars-fun): Use the initialization forms in
11271 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
11272 (comment-start, comment-end, comment-start-skip): Change these from
11273 c-lang-defvar's to c-lang-setvar's.
11274
11275 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
11276 which calls make-local-variable on the elements of
11277 c-emacs-variable-inits.
11278 (c-init-language-vars-for): Call this new macro.
11279
11280 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11281
11282 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11283 Try to rule out false positives due to time stamps.
11284 (compilation-mode-font-lock-keywords): Remove rules made redundant
11285 because of the above change. Add `segmentation fault' to the known and
11286 highlighted compilation termination messages.
11287
11288 2006-07-19 Kim F. Storm <storm@cua.dk>
11289
11290 * progmodes/grep.el (grep-find-ignored-directories):
11291 Add .svn and _darcs to list.
11292
11293 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
11294
11295 * dired.el (dired-mode-map): Add key binding `C-te' for
11296 `tumme-dired-edit-comment-and-tags'.
11297
11298 * tumme.el (tumme-display-thumbnail-original-image): Make sure
11299 image display buffer is displayed before call to
11300 `tumme-display-image.
11301 (tumme-dired-display-image): Make sure image display buffer is
11302 displayed before call to `tumme-display-image.
11303 (tumme-mouse-display-image): Make sure image display buffer is
11304 displayed before call to `tumme-display-image.
11305 (tumme-widget-list): Add.
11306 (tumme-dired-edit-comment-and-tags): Add.
11307 (tumme-save-information-from-widgets): Add.
11308
11309 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11310
11311 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
11312
11313 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11314
11315 * progmodes/sh-script.el (sh-font-lock-keywords-1):
11316 Revert inadvertently installed patch hunk.
11317
11318 * progmodes/compile.el (compilation-find-file): Handle the
11319 cases where the user selects a non-existent file.
11320
11321 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11322
11323 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
11324
11325 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
11326
11327 * subr.el (sit-for): Just sleep-for if noninteractive.
11328
11329 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11330
11331 * emacs-lisp/autoload.el (make-autoload): Use new arg.
11332
11333 * custom.el (custom-autoload): Add `noset' argument.
11334 (custom-push-theme): Don't autoload the variable, let callers do it.
11335 (custom-theme-set-variables): Autoload the variable if necessary.
11336
11337 * cus-edit.el (custom-variable-state-set): If the variable was
11338 originally set outside custom, but to the same value as the default,
11339 consider it to be standard.
11340
11341 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
11342 file *before* telling Emacs to add the autoloads, in case it fails.
11343
11344 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
11345 Use `cond', push', and `dolist'.
11346
11347 2006-07-17 Richard Stallman <rms@gnu.org>
11348
11349 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
11350 Add defvars to silence warnings.
11351
11352 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
11353
11354 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11355 Don't highlight "Compiling file" messages as error.
11356
11357 * dired-aux.el (dired-compress-file): Confirm again if gzipped
11358 file already exists.
11359
11360 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
11361
11362 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
11363 entry, don't assign to free var; simply return the extracted filename.
11364 (ff-treat-as-special): Incorporate common preamble from callers.
11365 (ff-other-file-name, ff-find-the-other-file):
11366 Update call to ff-treat-as-special.
11367
11368 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
11369
11370 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
11371
11372 * tumme.el (tumme-get-comment): Fix bug.
11373
11374 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
11375
11376 * files.el: Remove spurious * in docstrings.
11377
11378 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
11379
11380 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
11381 grammar.
11382 (allout-beginning-of-current-line): Beware beginning of buffer.
11383 Also, a comment is simplified.
11384 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
11385 when appropriate. (This fix enables use for other than
11386 bullet-hotspot operation.)
11387 (allout-hide-current-subtree): While escalating to sibling-close,
11388 make sure to situate on a topic.
11389
11390 2006-07-14 Kim F. Storm <storm@cua.dk>
11391
11392 * emulation/cua-base.el (cua-delete-selection)
11393 (cua-toggle-set-mark): New defcustoms.
11394 (cua-rectangle-modifier-key): Add `alt' modifier.
11395 (cua-replace-region): Don't delete if cua-delete-selection is nil.
11396 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
11397 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
11398
11399 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
11400
11401 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
11402
11403 * allout.el: Require 'cl during byte-compilation/interactive load,
11404 for the `assert' macro.
11405 (allout-mode-deactivate-hook): New hook, run when allout mode
11406 deactivates.
11407 (allout-developer): New allout customization subgroup.
11408 (allout-run-unit-tests-on-load): New allout-developer
11409 customization variable, when true allout unit tests are run towards
11410 end of file load/eval.
11411 (allout-inhibit-auto-fill): Disable auto-fill activity even during
11412 auto-fill-mode.
11413 (allout-resumptions): Remove, to be replaced by...
11414 (allout-add-resumptions): Register variable settings to be
11415 reinstated by `allout-do-resumptions'. The settings are made
11416 buffer-local, but the locality/globality of the suspended setting
11417 is restored on resumption.
11418 (allout-do-resumptions): Reinstate all settings suspended using
11419 `allout-add-resumptions'.
11420 (allout-test-resumptions): Unit tests (and intermediate variables)
11421 for resumptions.
11422 (allout-tests-globally-unbound, allout-tests-globally-true)
11423 (allout-tests-locally-true): Intermediate variables for
11424 resumptions unit tests.
11425 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
11426 (allout-exposure-category): Replaces 'allout-overlay-category variable.
11427 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
11428 instead of retired `allout-resumptions'. For hook functions, use
11429 `local' parameter so hook settings are created and removed as
11430 buffer-local settings. Revise (resumptions) setting
11431 auto-fill-function so it is set only if already active. (The
11432 related fill-function settings are all made in either case, so
11433 that activating auto-fill-mode activity will have the custom
11434 allout-mode behaviors (hanging indent on topics, if configured for it).
11435 Remove all allout-exposure-category overlays on mode deactivation.
11436 (allout-hotspot-key-handler): New function extracted from
11437 `allout-pre-command-business', so the functionality can be used
11438 for other purposes, eg as a binding in an overlay.
11439 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
11440 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
11441 customization variable.
11442 (allout-run-unit-tests): Run the (currently quite small)
11443 repertoire of unit tests. Called just before the provide iff user
11444 has customized `allout-run-unit-tests-on-load' non-nil.
11445
11446 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
11447
11448 * emacs-lisp/authors.el (authors-aliases): Update.
11449
11450 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
11451
11452 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
11453 gdb-source-window. Add dedicated argument.
11454 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
11455 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
11456 (gdb-display-threads-buffer, gdb-display-memory-buffer)
11457 (gdb-display-locals-buffer): Use it.
11458
11459 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
11460 Set gdb-source-window.
11461
11462 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
11463
11464 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
11465 minor modes, redundant with the custom-autoload line above.
11466
11467 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
11468
11469 * longlines.el (longlines-post-command-function): Handle open-line too.
11470
11471 2006-07-12 Richard Stallman <rms@gnu.org>
11472
11473 * progmodes/grep.el (grep-last-buffer): Doc fix.
11474
11475 * info.el (Info-try-follow-nearest-node): Doc fix.
11476
11477 * emacs-lisp/edebug.el (edebug-instrument-function):
11478 Err if find-function-noselect gives no position.
11479
11480 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11481 If can't find definition, return nil for position.
11482 (find-function-do-it): Handle new return value
11483 of find-definition-noselect.
11484 (find-definition-noselect, find-variable-noselect): Doc fix.
11485 (find-function-noselect): Doc fix.
11486
11487 * help-mode.el (help-variable-def): Handle find-variable-noselect
11488 returning no position.
11489 (help-function-def): Likewise for find-function-search-for-symbol.
11490 (help-face-def): Likewise.
11491
11492 * help-fns.el (describe-variable): Handle find-variable-noselect
11493 returning no position.
11494
11495 * files.el (locate-file-completion): Avoid duplicates in result.
11496
11497 * cus-edit.el (custom-no-edit): New command.
11498 (custom-mode-map): Remap to custom-no-edit instead of
11499 using suppress-keymap.
11500
11501 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
11502
11503 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
11504 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
11505 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
11506
11507 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
11508
11509 2006-07-11 Kim F. Storm <storm@cua.dk>
11510
11511 * ido.el (ido-copy-current-file-name): Use buffer-name if
11512 buffer-file-name is nil.
11513
11514 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
11515
11516 * simple.el (undo-ask-before-discard): Set to nil.
11517
11518 * vc.el (vc-exec-after): Don't delete process manually.
11519 (vc-print-log): Run log-view-mode in process sentinel inside
11520 inhibit-read-only. Don't shrink window due to timing issues.
11521
11522 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
11523 Avoid using with-output-to-temp-buffer, which clobbers local vars.
11524
11525 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
11526
11527 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11528 Fix ambiguity introduced by last change.
11529 (compilation-find-file): Move save-excursion to where it may
11530 make sense. Fix a left over `find-file'.
11531
11532 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
11533
11534 * textmodes/texinfmt.el (texinfo-format-separate-node):
11535 Insert a string before point, which fits documentation, not after.
11536 (texinfo-multitable-item): In a multitable row, insert any
11537 additional needed @tabs and spaces.
11538
11539 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
11540
11541 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
11542 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
11543 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
11544 instead of shell-command.
11545 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
11546 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
11547 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
11548 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
11549 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
11550 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
11551
11552 2006-07-11 Kim F. Storm <storm@cua.dk>
11553
11554 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
11555 Remove special case for seconds < 0. Use (redisplay t) instead.
11556
11557 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
11558
11559 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
11560 avoid compilation error.
11561
11562 * subr.el (sit-for): New function.
11563
11564 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
11565
11566 2006-07-10 Richard Stallman <rms@gnu.org>
11567
11568 * ldefs-boot.el (edebug): Update page.
11569
11570 2006-07-10 Kim F. Storm <storm@cua.dk>
11571
11572 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
11573 to FOR-RELEASE and TODO.
11574
11575 2006-07-10 Romain Francoise <romain@orebokech.com>
11576
11577 * emacs-lisp/authors.el (authors-aliases): Update.
11578
11579 2006-07-10 Alan Mackenzie <acm@muc.de>
11580
11581 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
11582 * cc-mode.el: Changes to eradicate eval-after-load.
11583
11584 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
11585
11586 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
11587 on non-char events.
11588
11589 2006-07-09 Romain Francoise <romain@orebokech.com>
11590
11591 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11592 Don't highlight start/end markers as compilation messages.
11593
11594 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
11595 to t.
11596
11597 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
11598
11599 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
11600
11601 2006-07-08 Richard Stallman <rms@gnu.org>
11602
11603 * term/x-win.el (x-handle-display): Add doc string.
11604
11605 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11606
11607 * subr.el (def-edebug-spec): Move here.
11608 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
11609
11610 * imenu.el (imenu-choose-buffer-index): Doc fix.
11611
11612 2006-07-08 Romain Francoise <romain@orebokech.com>
11613
11614 * term/x-win.el (x-display-name): Fix typo.
11615
11616 2006-07-08 Eli Zaretskii <eliz@gnu.org>
11617
11618 * hexl.el (hexl-find-file): Doc fix.
11619
11620 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11621
11622 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
11623
11624 * term/x-win.el (x-display-name): Doc fix.
11625
11626 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11627
11628 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
11629 long prefixes.
11630 (fill-region-as-paragraph): Don't round up to a whole line.
11631 (fill-comment-paragraph): Don't include the code-before-the-comment
11632 when calling fill-region-as-paragraph.
11633
11634 * international/mule.el (make-char): Remove redundancy.
11635
11636 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
11637 property may contain an anonymous function rather than a symbol.
11638
11639 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
11640
11641 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11642 Use shy regexp. Fix incorrect backref to potentially unmatched group.
11643
11644 * dirtrack.el (dirtrack-default-directory-function): Remove.
11645 (dirtrack-directory-function): Use file-name-as-directory.
11646 (dirtrack-windows-directory-function): Simplify.
11647 (dirtrack-forward-slash, dirtrack-backward-slash)
11648 (dirtrack-replace-slash): Remove.
11649 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
11650 (dirtrack): Fix wrong parenthesizing; use match-string.
11651
11652 * progmodes/octave-inf.el: Remove spurious * in docstrings.
11653 (inferior-octave-mode): Only change the buffer-local value of
11654 comint-dynamic-complete-functions.
11655 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
11656 Move the initialization to the declaration.
11657 (inferior-octave-complete): Remove unused var `filter'.
11658
11659 * shell.el (shell-mode): Only change the buffer-local value of
11660 comint-dynamic-complete-functions.
11661
11662 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
11663
11664 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
11665 entry is skipped because it has been scheduled.
11666 (org-prepare-agenda-buffers): Don't mark buffers as modified when
11667 changing `:org-archived' and `:org-comment' properties.
11668
11669 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
11670
11671 * server.el (server-select-display): Don't make the temp frame
11672 minibuffer-only, in case it's not a temp frame.
11673 (server-process-filter): Don't delete the temp frame if it's the
11674 only one we have on that display.
11675
11676 * files.el (find-alternate-file): Doc fix.
11677
11678 2006-07-05 Richard Stallman <rms@gnu.org>
11679
11680 * files.el (abbreviate-file-name): Add save-match-data.
11681
11682 2006-07-03 Richard Stallman <rms@gnu.org>
11683
11684 * faces.el (read-face-name): Doc fix.
11685
11686 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
11687
11688 * net/goto-addr.el (goto-address): Mark as safe for local evals.
11689
11690 2006-07-05 Andre Spiegel <spiegel@gnu.org>
11691
11692 * vc.el (vc-diff-internal): Fix prev change.
11693
11694 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
11695
11696 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
11697 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
11698
11699 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11700
11701 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
11702 fails if the symbol contains chars like ( or '.
11703 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
11704 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
11705 `short'.
11706
11707 2006-07-04 Kenichi Handa <handa@m17n.org>
11708
11709 * international/mule-cmds.el (set-language-info): If LANG-ENV is
11710 the current one, don't call set-language-environment, but call one
11711 of set-language-environment-XXX to make INFO effective now.
11712 (set-language-environment): Call set-language-environment-XXX
11713 functions instead of doing the various setups directly.
11714 (set-language-environment-coding-systems): Delete argument eol-type.
11715 (set-language-environment-input-method)
11716 (set-language-environment-nonascii-translation)
11717 (set-language-environment-charset)
11718 (set-language-environment-fontset)
11719 (set-language-environment-unibyte): New functions.
11720
11721 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
11722
11723 * locate.el (locate-update-when-revert): New option.
11724 (locate-update-path): New option (suggested by Michael Albinus).
11725 (locate-prompt-for-command): Whitespace change.
11726 (locate-update): No longer offer to update the locate database by
11727 default. Implement the two new options.
11728
11729 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
11730
11731 * tooltip.el: Move comment about track-mouse...
11732
11733 * progmodes/gud.el: ...to here.
11734
11735 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
11736
11737 * facemenu.el (facemenu-listed-faces): New var.
11738 (facemenu-unlisted-faces): Variable deleted.
11739 (facemenu-add-new-face): Use facemenu-listed-faces.
11740
11741 * emulation/viper-init.el, calendar/calendar.el:
11742 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
11743
11744 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
11745
11746 * textmodes/org.el (org-mode): Remove no invalid settings for
11747 calc embedded mode.
11748 (org-mode-p): New defsubst.
11749 (org-save-all-org-buffers): New function.
11750 (org-first-headline-recenter): Enclose outline-regexp in group
11751 delimiters.
11752 (org-set-tags): Keep single space after stars.
11753
11754 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11755
11756 * window.el (set-window-text-height): Only set window-min-height to
11757 1 if that's the requested size.
11758
11759 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
11760 (diff-unified->context, diff-context->unified)
11761 (diff-reverse-direction): Make sure the end marker stays at the end.
11762 (diff-mode): Add the keymap table at the end of docstring.
11763 Use lexical-let rather than constructing a closure manually.
11764
11765 * files.el (find-file-noselect-1): Remove unused var assignment.
11766 (hack-local-variables-confirm): Print lists of strings as lists of
11767 strings rather than lists of symbols.
11768 (abbreviate-file-name, hack-local-variables-prop-line):
11769 Use match-string.
11770 (hack-one-local-variable): Move `make-local-variable' nearer its use.
11771 (recover-session-finish): Use line-end-position.
11772
11773 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
11774
11775 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
11776
11777 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
11778
11779 * progmodes/make-mode.el (makefile-macroassign-regex):
11780 Accept preceding keyword.
11781 (makefile-gmake-statements): Reorganize, now that makepp has
11782 "override" and also handle forgotten "override define".
11783 (makefile-makepp-statements): Add new "global", "override export"
11784 and "override global".
11785
11786 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
11787
11788 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
11789 (ada-compile-mouse-goto-error, ada-deactivate-properties)
11790 (ada-no-auto-case): Fix typos in docstrings.
11791
11792 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
11793
11794 * info.el (Info-find-node-2): Search for makeinfo version more
11795 carefully.
11796
11797 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
11798
11799 * textmodes/org.el (org-prepare-agenda-buffers):
11800 Use `invisible-OK' argument for `org-end-of-subtree'.
11801 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
11802 (org-beginning-of-item): Fix bug in regular expression for white line.
11803 (org-export-as-html): Enforce space after bullet in plain list items.
11804 (org-set-autofill-regexps): Require space after plain list bullet
11805 for paragraph-start.
11806 (org-ts-regexp3): New constant.
11807 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
11808 (org-timestamp-up-day, org-timestamp-down-day)
11809 (org-timestamp-change): Work with inactive timestamps.
11810 (org-ts-regexp1): Don't allow brackets in time stamps.
11811
11812 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
11813
11814 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
11815 for ignoring links.
11816
11817 * faces.el (read-face-name): Use it.
11818
11819 2006-06-28 Juri Linkov <juri@jurta.org>
11820
11821 * buff-menu.el (list-buffers-noselect): Compare Info file
11822 with the string "dir" to detect Info directory.
11823
11824 * complete.el (partial-completion-mode): In lambda for
11825 `choose-completion-string-functions' use full function signature
11826 with 4 args, and move point to the end of the minibuffer only if arg
11827 `mini-p' is non-nil.
11828
11829 2006-06-28 John Paul Wallington <jpw@pobox.com>
11830
11831 * ibuffer.el (ibuffer-mode): Doc fix.
11832
11833 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
11834
11835 * textmodes/org.el (org-context): New contexts :item-bullet,
11836 :latex-fragment, :latex-preview.
11837 (org-overlays-at, org-overlay-start, org-overlay-end):
11838 New compatibility functions.
11839 (org-inside-LaTeX-fragment-p): More accurate matching, using the
11840 exact regexp that will be used during export.
11841 (org-latex-regexps): New variable.
11842 (org-cdlatex-mode): Improve advice for `texmathp'.
11843 (turn-on-org-cdlatex): New function.
11844
11845 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11846
11847 * term/mac-win.el (mac-handle-font-selection): Change keys of
11848 mac-atsu-font-table from strings to numbers.
11849 (mac-ts-caret-position): Use also when cursor-type is nil.
11850 (mac-ts-update-active-input-area): Add Mac OS Classic support.
11851 Relax condition for using overlay strings.
11852 Use mac-ts-caret-position face when cursor-type is nil.
11853
11854 2006-06-26 Kim F. Storm <storm@cua.dk>
11855
11856 * help.el (view-emacs-news): Declare `res' in the right let* form.
11857
11858 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
11859
11860 * net/rcompile.el (remote-compile): Replace ange-ftp based
11861 implementation by Tramp functions.
11862 Suggested by Marc Abramowitz <msabramo@gmail.com>.
11863
11864 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
11865
11866 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
11867
11868 * international/fontset.el (setup-default-fontset): Fix a typo in
11869 the "Oriya-Akruti" registry name.
11870
11871 2006-06-23 Lars Hansen <larsh@soem.dk>
11872
11873 * desktop.el (desktop-full-file-name): New function.
11874 (desktop-kill, desktop-save, desktop-remove, desktop-read)
11875 (desktop-revert): Use it.
11876 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
11877 (desktop-after-read-hook): Add option list-buffers.
11878 (desktop-locals-to-save): Add tab-width.
11879 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
11880 Fix docstring.
11881
11882 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
11883
11884 * textmodes/org.el (org-cdlatex-mode-map)
11885 (org-cdlatex-texmathp-advice-is-done): New variables.
11886 (org-cdlatex-mode): New minor mode.
11887 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
11888 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
11889 (org-export-with-archived-trees): New option.
11890 (org-open-file): Remove the call to `convert-standard-filename'.
11891 (org-archive-tag, org-agenda-skip-archived-trees)
11892 (org-cycle-open-archived-trees)
11893 (org-sparse-tree-open-archived-trees): New options.
11894 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
11895 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
11896 New functions.
11897 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
11898 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
11899 (org-mode-map): Add binding for `org-toggle-archive-tag'.
11900 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
11901 Call `org-prepare-agenda-buffers'.
11902 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
11903 (org-file-apps, org-file-apps-defaults-gnu)
11904 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
11905 Handle remote files by forcing them to be opened in Emacs.
11906
11907 2006-06-23 Andre Spiegel <spiegel@gnu.org>
11908
11909 * vc.el (vc-diff-knows-L): New variable.
11910 (vc-diff-internal): Use it to handle "diff" programs that don't
11911 understand -L. This works automatically, no user action is necessary.
11912
11913 2006-06-23 Daniel Brockman <daniel@brockman.se>
11914
11915 * net/rcirc.el (rcirc-default-user-full-name): Default to
11916 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
11917 longer exists).
11918 (rcirc-process-list): Check `buffer-live-p' before attempting to
11919 switch to a buffer.
11920
11921 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
11922
11923 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
11924 based on rcirc-coding-system-alist.
11925
11926 2006-06-23 Martin Rudalics <rudalics@gmx.at>
11927
11928 * cus-edit.el (customize-apropos): A better error message.
11929 (top level) <debug-ignored-errors>: Extend and update the list of
11930 ignored error messages.
11931
11932 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
11933
11934 * complete.el (PC-do-completion): Retain capitalization of user
11935 input, when possible, even if completion-ignore-case is set.
11936
11937 2006-06-23 Eli Zaretskii <eliz@gnu.org>
11938
11939 * generic-x.el (bat-generic-mode): Support .cmd files.
11940
11941 * dos-w32.el (top level): Use find-file-not-found-functions
11942 instead of the obsolete find-file-not-found-hooks.
11943
11944 2006-06-22 Kim F. Storm <storm@cua.dk>
11945
11946 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
11947 to recognize mode name containing submodes, such as Grep/lw.
11948
11949 2006-06-21 Kim F. Storm <storm@cua.dk>
11950
11951 * simple.el (line-move-1): Check for move-end-of-line instead of
11952 end-of-line when setting temporary-goal-column.
11953
11954 2006-06-21 Miles Bader <miles@gnu.org>
11955
11956 * play/cookie1.el (cookie): Work properly when there's only one entry.
11957
11958 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
11959
11960 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
11961 (gdb-frame-handler): Generalize frame regexp for templates.
11962
11963 2006-06-20 Glenn Morris <rgm@gnu.org>
11964
11965 * calendar/appt.el (appt-display-format): Default value must be
11966 one of the customize options.
11967
11968 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
11969
11970 * term/xterm.el (terminal-init-xterm): Update key availability info.
11971 Bind C-return.
11972
11973 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
11974
11975 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
11976
11977 * files.el (hack-local-variables): Run `hack-local-variables-hook'
11978 whether or not a local variables list is defined.
11979
11980 * msb.el (msb): Move `sit-for' hack here to handle both
11981 "mouse-down and drag" and "mouse-up and select" situations.
11982 (mouse-select-buffer): Move `sit-for' hack to `msb'.
11983
11984 2006-06-20 Kenichi Handa <handa@m17n.org>
11985
11986 * international/characters.el (word-combining-categories):
11987 Add entries for 2-byte Han characters.
11988
11989 2006-06-19 Richard Stallman <rms@gnu.org>
11990
11991 * bindings.el (mode-line-format): Save some mode line space.
11992
11993 * files.el (find-file-noselect): Improve the question wording.
11994 (basic-save-buffer-2): Mask UMASK against 666.
11995
11996 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
11997 (mouse-drag-vertical-line): Call it.
11998
11999 * cus-edit.el (customize-option, customize-option-other-window):
12000 Error if SYMBOL is nil.
12001
12002 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
12003
12004 * textmodes/org.el: Require noutline, also on XEmacs.
12005 (org-end-of-subtree): Return point.
12006 (org-dblock-start-re, org-dblock-end-re): New constants.
12007 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
12008 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
12009 (org-update-all-dblocks, org-find-dblock): New functions.
12010 (org-collect-clock-time-entries): New function.
12011 (org-html-handle-time-stamps): Never export CLOCK timeranges.
12012 (org-fixup-indentation): Modify to deal correctly with lines
12013 starting with TAB. Only one argument DIFF now.
12014 (org-demote, org-promote): Call `org-fixup-indentation' with just
12015 one argument, DIFF.
12016 (org-mode): Don't mark buffer as modified when aligning tables.
12017 (org-clock-sum): Don't mark buffer modified when adding time sum
12018 properties.
12019 (org-export-as-html): Add support for a link validation function.
12020 (org-archive-all-done): New function.
12021 (org-archive-subtree): New prefix argument. When set, archive all
12022 done subtrees in this buffer.
12023 (org-remove-clock-overlays)
12024 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
12025 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
12026 (org-put-clock-overlay): Don't swallow last headline character
12027 when displaying overlay.
12028 (org-store-link): Link to `image-mode' with just the file name.
12029
12030 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
12031
12032 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
12033 Use read-key-sequence.
12034 (viper-after-change-undo-hook): Misc enhancements.
12035 (viper-after-change-undo-hook): New hook.
12036 (viper-undo): Use viper-after-change-undo-hook.
12037 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
12038 (viper-next-line-at-bol): If point is on a widget or a button, simulate
12039 clicking on that widget/button.
12040
12041 * emulation/viper.el (viper-mode): Allow a separate cursor color
12042 in Emacs state.
12043
12044 * ediff-diff.el (ediff-test-patch-utility): Catch errors.
12045 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
12046 (ediff-set-actual-diff-options): New function.
12047 (ediff-reset-diff-options, ediff-toggle-ignore-case):
12048 Use ediff-set-actual-diff-options.
12049 (ediff-extract-diffs): Catch errors.
12050 (ediff-whitespace): Add non-breakable space.
12051 (ediff-same-file-contents): Catch errors.
12052
12053 * ediff-mult.el (ediff-collect-custom-diffs):
12054 Save coding-system-for-read.
12055
12056 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
12057 (ediff-vc-internal, ediff-vc-merge-internal):
12058 Use ediff-delete-version-file.
12059 (ediff-delete-version-file): New function.
12060
12061 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
12062
12063 * ediff.el (ediff-directories, ediff-directory-revisions)
12064 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
12065 (ediff-directories-internal, ediff-merge-directory-revisions)
12066 (ediff-merge-directory-revisions-with-ancestor)
12067 (ediff-directories3): Use read-directory-name.
12068
12069 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
12070
12071 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
12072 Remove superfluous part of regexp for brace matching which is handled
12073 by `scan-lists' call.
12074
12075 2006-06-16 Richard Stallman <rms@gnu.org>
12076
12077 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
12078
12079 * files.el (basic-save-buffer-2): For a new precious file,
12080 use the default modes in the return value.
12081
12082 * facemenu.el (facemenu-color-alist): Doc fix.
12083
12084 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
12085
12086 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12087
12088 * cus-start.el (all): Add mac-ts-script-language-on-focus.
12089
12090 * term/mac-win.el (mac-text-encoding-ascii): New constant.
12091 (mac-utxt-to-string): Use it.
12092 (mac-ts-update-active-input-area): Use mac-ae-number.
12093
12094 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
12095
12096 * term.el (term-handle-scroll, term-delete-lines)
12097 (term-insert-lines): Fix off by one errors.
12098
12099 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
12100
12101 * net/tramp.el (tramp-touch): Use UTC to express time.
12102
12103 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
12104
12105 * mail/sendmail.el (mail-send): Search explicitly for
12106 mail-header-separator when checking for corrupted header lines.
12107
12108 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
12109
12110 * progmodes/gdb-ui.el (gdb-same-frame): New option.
12111 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
12112 (gdb-init-1): Initialise them.
12113 (gdb-starting): Reset gdb-printing
12114 (gdb-starting): Save value of gud-overlay-arrow-position.
12115 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
12116 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
12117 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
12118 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
12119
12120 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12121
12122 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
12123
12124 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
12125
12126 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
12127 (ldap-search-internal): Keep error messages, and a regexp fix.
12128
12129 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
12130
12131 * files.el (hack-local-variables-confirm):
12132 Display string value using its printed representation.
12133
12134 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
12135
12136 * server.el (server-edit): No-op if no server buffers exist.
12137
12138 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
12139
12140 * textmodes/page-ext.el (pages-directory-for-addresses):
12141 Including `pages-directory-address-mode' in the function results
12142 in the message "Buffer in which pages were found is deleted".
12143
12144 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
12145
12146 * textmodes/org.el (org-agenda-mode-map): Add bindings for
12147 clocking functions.
12148
12149 (org-agenda-clock-in, org-check-running-clock)
12150 (org-clock-out-if-current, org-remove-clock-overlays)
12151 (org-put-clock-overlay): New functions.
12152 (org-clock-marker, org-clock-file-total-minutes)
12153 (org-clock-overlays): New variables.
12154 (org-clock-display, org-clock-sum, org-clock-cancel)
12155 (org-clock-out, org-clock-in): New commands.
12156 (org-export): New function.
12157 (org-emph-re): New constant.
12158 (org-set-emph-re, org-do-emphasis-faces): New functions.
12159 (org-emphasis-regexp-components, org-emphasis-alist): New options.
12160 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
12161 (org-export-html-convert-emphasize): Use the configurable emphasis.
12162 (org-cleaned-string-for-export): Make multiline emphasis visible
12163 to the exporter. New optional argument PARAMETERS.
12164 (org-export-as-html): Specify :emph-multiline parameter to
12165 `org-cleaned-string-for-export'.
12166
12167 2006-06-10 Richard Stallman <rms@gnu.org>
12168
12169 * help.el (help-for-help-internal): Clean up help text.
12170
12171 2006-06-10 Andreas Schwab <schwab@suse.de>
12172
12173 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
12174 in doc string.
12175
12176 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
12177
12178 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
12179
12180 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
12181 spaces after the comment start.
12182
12183 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12184
12185 * play/pong.el (pong-init-buffer):
12186 Fill buffer with spaces instead of ^A.
12187
12188 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
12189 launched asynchronously, delete its process instead of being cool.
12190 (ispell-async-processp): Check for `delete-process' existence
12191 instead of `kill-process' one for consistency.
12192
12193 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
12194
12195 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
12196 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
12197 in mode line at startup.
12198
12199 2006-06-08 Kim F. Storm <storm@cua.dk>
12200
12201 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
12202 (ido-init-completion-maps): Bind them to M-SPC and M-v.
12203 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
12204 (ido-file-internal): Pass full file name to write-file.
12205 (ido-read-internal): Only pop stack elements automatically if they
12206 actually match an existing directory or file name.
12207
12208 2006-06-07 Kenichi Handa <handa@m17n.org>
12209
12210 * international/mule.el (find-auto-coding): Don't handle the short
12211 name `char-trans'.
12212
12213 * files.el (hack-local-variables-prop-line)
12214 (hack-local-variables): Cancel the previous change.
12215
12216 2006-06-06 Jesper Harder <harder@phys.au.dk>
12217
12218 * ediff-diff.el (ediff-test-utility): Protect against file-error.
12219
12220 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
12221
12222 * diff-mode.el (diff-mode): Set buffer-read-only to t when
12223 diff-default-read-only is non-nil.
12224 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
12225 (diff-refine-hunk): Set inhibit-read-only to t.
12226
12227 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
12228 modifying the *Diff* buffer.
12229 (diff-process-filter): New filter function for diff process that
12230 sets inhibit-read-only to t when modifying the *Diff* buffer.
12231
12232 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
12233
12234 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
12235 insertion point and control the number of empty lines.
12236 (org-paste-subtree): Limit the number of empty lines at the end of
12237 the inserted tree.
12238 (org-agenda): Use buffer name of current file for narrowing.
12239 (org-export-as-xml): Command removed.
12240 (org-export-xml-type): Option removed.
12241 (org-mode-map): Call `org-export-as-xoxo' directly.
12242 (org-get-indentation): New optional argument LINE.
12243 (org-fix-indentation, org-remove-tabs): New functions.
12244 (org-export-as-ascii, org-ascii-level-start): Determine and apply
12245 correct indentation for headlines that are converted it items.
12246 (org-skip-comments): Remove table lines that contain narrowing
12247 cookies but no other non-empty fields.
12248 (org-set-tags): Allow groups of mutually exclusive tags.
12249 (org-cmp-time): Sort 24:21 before items without time.
12250 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
12251 (org-open-at-point): Require double colon also for numbers.
12252
12253 2006-06-06 Kim F. Storm <storm@cua.dk>
12254
12255 * ido.el (ido-default-file-method, ido-default-buffer-method):
12256 Make choice values consistent with corresponding command names.
12257 (ido-visit-buffer): Update accordingly. Default to selected-window.
12258
12259 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
12260
12261 * progmodes/gud.el (gud-running): Fix doc string.
12262 (gud-menu-map): Use :visible instead fo :enable for debugger test.
12263 (gud-tooltip-modes): Add python-mode.
12264 (gud-tooltip-print-command): Add pdb. Remove perldb.
12265
12266 2006-06-05 Eli Zaretskii <eliz@gnu.org>
12267
12268 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
12269 Quote $(EMACS).
12270
12271 2006-06-05 Richard Stallman <rms@gnu.org>
12272
12273 * faces.el (defined-colors): Doc fix.
12274
12275 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
12276
12277 * vc.el (vc-process-filter): Inhibit undo info collection around
12278 call to insert.
12279 (vc-setup-buffer): Likewise for call to erase-buffer.
12280 (vc-do-command): Likewise for call to process-file.
12281
12282 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
12283
12284 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
12285 for gud-go.
12286 (gud-common-init): Other debuggers may trigger error.
12287
12288 2006-06-05 Kenichi Handa <handa@m17n.org>
12289
12290 * international/mule.el (find-auto-coding):
12291 Handle enable-character-translation in file header.
12292
12293 2006-06-04 Kim F. Storm <storm@cua.dk>
12294
12295 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
12296 (authors-fixed-entries): Fix spelling.
12297 (authors-canonical-file-name): Don't report error for wildcards.
12298
12299 * help.el (view-emacs-news): Rewrite to support new NEWS,
12300 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
12301 e.g. version 10 matches 1.10, and don't be confused by version 1.1
12302 being a prefix of 1.12 (etc). A numeric prefix arg also works.
12303
12304 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
12305
12306 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
12307 exec constructs like `foo bar`.
12308 (sh-quoted-subshell): New helper function to search for a possibly
12309 nested subshell (like `` or $()) within a "" quoted string.
12310 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
12311 (sh-apply-quoted-subshell): Flag quote characters inside a
12312 subshell, which is itself already in a quoted region, as
12313 punctuation, since this is the closest to what they actually are.
12314 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
12315 sh-apply-quoted-subshell.
12316 (sh-font-lock-syntactic-face-function): Apply the new face for
12317 text inside `` instead of the old font-lock-string-face.
12318
12319 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12320
12321 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
12322 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
12323 (mac-bytes-to-text-range, mac-ae-text-range-array)
12324 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
12325 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
12326 (mac-ts-unicode-for-key-event): New functions.
12327 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
12328 (mac-handle-font-selection): Use mac-ae-number.
12329 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
12330 New variables.
12331 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
12332 (mac-ts-converted-text, mac-ts-selected-converted-text)
12333 (mac-ts-block-fill-text, mac-ts-outline-text)
12334 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
12335 (mac-ts-hilite-style-faces): New constant.
12336 (mac-apple-event-map): Bind text input events.
12337 (mac-dispatch-apple-event): Use command-execute instead of
12338 call-interactively.
12339 (global-map): Don't bind mac-apple-event.
12340 (special-event-map): Bind mac-apple-event.
12341
12342 2006-06-02 Eli Zaretskii <eliz@gnu.org>
12343
12344 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
12345 file name.
12346 (emacs): Enclose the value of $(EMACS) in quotes.
12347
12348 2006-06-02 Juri Linkov <juri@jurta.org>
12349
12350 * international/mule.el (sgml-html-meta-auto-coding-function):
12351 Remove the condition `(search-forward "<html" size t)'.
12352 Replace `\"' with `[\"']?' in `re-search-forward'.
12353
12354 2006-06-02 Kenichi Handa <handa@m17n.org>
12355
12356 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
12357 as well as `coding'.
12358 (hack-local-variables): Likewise.
12359
12360 * international/mule.el (enable-character-translation):
12361 Put permanent-local and safe-local-variable properties.
12362 (find-auto-coding): Handle char-trans: tag.
12363
12364 2006-06-02 Juri Linkov <juri@jurta.org>
12365
12366 * international/mule.el (sgml-html-meta-auto-coding-function):
12367 Limit the search by the end of the HTML header (if any).
12368
12369 2006-06-01 Richard Stallman <rms@gnu.org>
12370
12371 * subr.el (with-current-buffer): Doc fix.
12372
12373 2006-06-02 Masatake YAMATO <jet@gyve.org>
12374
12375 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
12376 Almost rewrite. Underlines over all lines of gcov output are too
12377 uncomfortable to read. Suggested by Dan Nicolaescu.
12378
12379 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
12380
12381 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
12382
12383 * shell.el (shell-mode): Use shell-mode-map in docstring.
12384
12385 * comint.el (comint-send-input): Do not add help-echo and
12386 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
12387
12388 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12389
12390 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
12391
12392 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
12393
12394 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
12395 (gdb-stopped, gdb-info-stack-custom): If there is no source info
12396 look up the stack and pop up GUD buffer if necessary.
12397 (gdb-frames-select): Remove redundant call to gud-display-frame.
12398 (gdb-info-threads-custom): Keep point at start of buffer.
12399 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
12400
12401 2006-05-31 Juri Linkov <juri@jurta.org>
12402
12403 * replace.el (query-replace-read-from, query-replace-read-to):
12404 Bind `history-add-new-input' to nil. Call `add-to-history'.
12405
12406 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
12407
12408 * textmodes/table.el: Convert all HTML tags to lower case for
12409 XHTML compatibility.
12410
12411 2006-05-31 Masatake YAMATO <jet@gyve.org>
12412
12413 * progmodes/compile.el:
12414 (compilation-error-regexp-alist-alist::gcov-called-line):
12415 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
12416
12417 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
12418
12419 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
12420 Revert inadvertent changes made with last commit.
12421
12422 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
12423
12424 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
12425 New functions.
12426
12427 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
12428
12429 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
12430
12431 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
12432 only matches in the right place.
12433 (org-upcoming-deadline): New face.
12434 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
12435 (org-export-ascii-underline): Rename constant `org-ascii-underline'
12436 and make it an option.
12437 (org-export-ascii-bullets): New option.
12438 (org-export-as-html): Many changes to emit valid XHTML.
12439 (org-par-open): New variable.
12440 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
12441 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
12442 (org-timeline): Pass `org-timeline-show-empty-dates' to
12443 `org-get-all-dates'. Interpret empty dates returned by
12444 `org-get-all-dates'.
12445 (org-get-all-dates): New argument EMPTY. Add dates without
12446 entries to the list, mark large ranges of empty dates.
12447 (org-point-in-group, org-context): New functions.
12448
12449 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
12450
12451 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
12452
12453 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
12454 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
12455 to C-mouse-3 (for 2 button mice).
12456 (gdb-send): Do the right thing for C-d.
12457
12458 * speedbar.el (speedbar-detach): Delete.
12459 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
12460 it breaks things.
12461 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
12462
12463 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
12464
12465 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
12466 Makeppfile.
12467
12468 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12469 Add makepp diagnostic.
12470
12471 2006-05-29 Richard Stallman <rms@gnu.org>
12472
12473 * window.el (fit-window-to-buffer): Doc fix.
12474
12475 * help.el (temp-buffer-max-height): Doc fix.
12476
12477 * subr.el (with-current-buffer): Doc fix.
12478
12479 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12480
12481 * term/x-win.el: Bind F10 to menu-bar-start if available.
12482
12483 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
12484
12485 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
12486 uses with a simple test.
12487 (term-set-escape-char, term-mode, term-check-kill-echo-list)
12488 (term-send-raw-string, term-send-raw, term-mouse-paste)
12489 (term-char-mode, term-line-mode, term-exec, term-sentinel)
12490 (term-handle-exit, term-read-input-ring)
12491 (term-previous-matching-input-string)
12492 (term-previous-matching-input-string-position)
12493 (term-previous-matching-input-from-input)
12494 (term-replace-by-expanded-history, term-send-input)
12495 (term-skip-prompt, term-bol, term-send-invisible)
12496 (term-kill-input, term-delchar-or-maybe-eof)
12497 (term-backward-matching-input, term-check-source)
12498 (term-proc-query, term-emulate-terminal)
12499 (term-handle-colors-array, term-process-pager, term-pager-line)
12500 (term-pager-bob, term-unwrap-line, term-word)
12501 (term-dynamic-complete-filename)
12502 (term-dynamic-complete-as-filename)
12503 (term-dynamic-simple-complete): Replace one arm ifs with whens or
12504 unlesses.
12505
12506 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12507
12508 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
12509 during bootstrapping.
12510
12511 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
12512 Basically undo the change of 2006-05-26: use extra arguments instead of
12513 dynamic scoping.
12514 (ewoc-locate): Remove unused var `footer'.
12515
12516 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12517
12518 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
12519
12520 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
12521 (generate-file-autoloads): Obey it. Return whether autoloads were
12522 added at point or not.
12523 (update-file-autoloads): Use this new return value.
12524 Remove redundant test for the presence of an autoload cookie.
12525
12526 * emacs-lisp/autoload.el (autoload-find-file): New fun.
12527 This one calls hack-local-variables.
12528 (generate-file-autoloads, update-file-autoloads): Use it.
12529
12530 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
12531 (bibtex-sort-entry-class): Add safe-local-variable predicate.
12532 (bibtex-sort-entry-class-alist): Don't set the global value.
12533 (bibtex-init-sort-entry-class-alist): New fun.
12534 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
12535 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
12536 of bibtex-init-sort-entry-class.
12537
12538 2006-05-28 Richard Stallman <rms@gnu.org>
12539
12540 * subr.el (load-history-regexp): If FILE is relative, insist
12541 entire last name component must match it.
12542 (load-history-filename-element, load-history-regexp): Doc fixes.
12543
12544 2006-05-29 Kim F. Storm <storm@cua.dk>
12545
12546 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
12547 `pos' and `raw-data' for clarity, as eval forms may access these.
12548
12549 2006-05-28 Kim F. Storm <storm@cua.dk>
12550
12551 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
12552
12553 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12554
12555 * progmodes/make-mode.el (makefile-browser-map)
12556 (makefile-mode-syntax-table): Move initialization inside declaration.
12557 (makefile-fill-paragraph): Use the default comment-filling code.
12558
12559 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
12560
12561 * replace.el (query-replace-defaults): New variable.
12562 (query-replace-read-from): Use `query-replace-defaults' for
12563 default value, instead of history list.
12564 (query-replace-read-to): Update `query-replace-defaults'.
12565
12566 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
12567
12568 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
12569 with no X toolkit.
12570
12571 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
12572
12573 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
12574 (tumme-show-all-from-dir): Add autoload.
12575
12576 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
12577
12578 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
12579 (tumme-remove-tag): Fix bug.
12580
12581 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
12582
12583 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
12584 FOOTER args. Update unique caller.
12585 (ewoc-delete): Compute last node once before looping.
12586 (ewoc--node-branch): Merge into unique caller.
12587 (ewoc--node): Don't define constructor make-ewoc--node for this
12588 structure.
12589 (ewoc): Add member `hf-pp' to this structure.
12590 (ewoc--wrap): New func.
12591 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
12592 header/footer pretty-printers. Save header/footer pretty-printer.
12593 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
12594
12595 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
12596
12597 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
12598
12599 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
12600 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
12601 Tag'. Change "Compare directories..." to "Change Directories...".
12602 Move tumme commands to Operate, Regexp and Immediate menus.
12603 Change "Add Comment" to "Add Image Comment". Change "Add Image
12604 Tag" to "Add Image Tags".
12605
12606 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
12607 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
12608 `tumme-delete-tag'.
12609
12610 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
12611
12612 * shell.el (shell-mode): Call shell-dirtrack-mode after
12613 list-buffers-directory is made a local variable, to avoid setting
12614 the default value.
12615
12616 2006-05-26 Kevin Ryde <user42@zip.com.au>
12617
12618 * info.el (Info-index-next): Use where-is-internal to report
12619 actual binding of Info-index-next, rather than hard-coded `,'.
12620
12621 2006-05-26 Eli Zaretskii <eliz@gnu.org>
12622
12623 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
12624 and "Find Command in Manual" to here.
12625
12626 * buff-menu.el (list-buffers-noselect): For Info buffers, use
12627 Info-current-file as the file name.
12628
12629 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
12630
12631 * ses.el (defadvice undo-more): Delete this defadvice. The undo
12632 overrides will now be done a different way.
12633 (ses-set-parameter): Reapply this function for undo.
12634 (ses-set-header-row): Reconstruct header row during undo.
12635 (ses-widen): New function.
12636 (ses-goto-data, ses-reconstruct-all): Use new function.
12637 (ses-command-hook): Widen buffer during undo, before unupdating
12638 the cells.
12639 (ses-insert-row, ses-delete-row): Widen buffer during undo.
12640 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
12641 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
12642 formula hasn't been executed yet.
12643
12644 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12645
12646 * comint.el (comint-kill-whole-line): Rename arg to count.
12647 Fix doc string.
12648
12649 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
12650
12651 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
12652 to copy-file.
12653
12654 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12655
12656 * simple.el (toggle-truncate-lines): Make arg optional for
12657 backward compatibility.
12658
12659 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
12660
12661 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
12662 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
12663 DLL arg. Instead, use ewoc--current-dll. Update all callers.
12664 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
12665 (ewoc--adjust): Use ewoc--current-dll.
12666 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
12667
12668 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
12669
12670 * textmodes/org.el (org-next-item, org-previous-item): Emit more
12671 compact error message.
12672 (org-tags-view): Refresh category table in each file.
12673 (org-table-justify-field-maybe): Remove superfluous arguments to
12674 `format'.
12675 (org-export-as-html): Insert "<p>" before postamble.
12676 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
12677
12678 2006-05-26 Kenichi Handa <handa@m17n.org>
12679
12680 * textmodes/po.el (po-find-charset): Pay attention to the case
12681 FILENAME is a cons (NAME . BUFFER).
12682 (po-find-file-coding-system-guts): Likewise.
12683
12684 * arc-mode.el (archive-set-buffer-as-visiting-file):
12685 Call find-operation-coding-system with (FILENAME . BUFFER).
12686
12687 * tar-mode.el (tar-extract): Call find-operation-coding-system
12688 with (FILENAME . BUFFER).
12689
12690 * international/mule.el (decode-coding-inserted-region):
12691 Call find-operation-coding-system with (FILENAME . BUFFER).
12692
12693 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
12694
12695 * image-mode.el (image-toggle-display): Use buffer contents to
12696 generate image for a remote file.
12697
12698 2006-05-25 Juri Linkov <juri@jurta.org>
12699
12700 * replace.el (query-replace-read-from, query-replace-read-to):
12701 Remove 8th arg KEEP-ALL in read-from-minibuffer.
12702
12703 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
12704
12705 * whitespace.el (whitespace-cleanup): Change to cleanup
12706 region if one is active.
12707 * whitespace.el (whitespace-cleanup-internal): New internal method.
12708
12709 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12710
12711 * dired.el (dired-mode-map): Add help-echo strings to tumme
12712 commands. Bind `tumme-dired-display-image' to C-t i.
12713
12714 * tumme.el (tumme-display-image): Change documentation string slightly.
12715 (tumme-dired-display-image): Add call to `display-buffer'.
12716
12717 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
12718
12719 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
12720 Signal error if RAW-DATA is a multibyte string.
12721
12722 2006-05-24 Richard Stallman <rms@gnu.org>
12723
12724 * subr.el (with-local-quit): When handling `quit' signal,
12725 make a chance for quit-flag to cause a quit.
12726
12727 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
12728 (ad-disable-advice): Add autoloads.
12729
12730 * subr.el (read-passwd): Copy PROMPT before changing its properties.
12731
12732 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12733
12734 * dired.el (dired-mode-map): Change menu items for tumme as per
12735 suggestions in emacs-devel.
12736
12737 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
12738
12739 * dired.el (dired-mode-map): Fix breakage.
12740
12741 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12742
12743 * tumme.el (tumme-display-dired-image): Rename to...
12744 (tumme-dired-display-image): ...this.
12745 (tumme-track-movement): Change default value to t.
12746 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
12747 used from `tumme-next-line-and-display' and similar commands.
12748
12749 * dired.el (dired-mode-map): Add Thumbnail submenu under the
12750 Immediate menu. Add some tumme commands there.
12751
12752 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
12753
12754 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
12755
12756 2006-05-24 Chong Yidong <cyd@mit.edu>
12757
12758 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
12759 menu entries that open submenus.
12760
12761 2006-05-24 Alan Mackenzie <acm@muc.de>
12762
12763 * startup.el (command-line): For names of preloaded files, don't
12764 append ".elc" (now done in Fload), and call file-truename on the
12765 lisp directory.
12766
12767 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
12768 match ANY loaded file with the right name, not just those in
12769 load-path. Put a regexp matching the file name into
12770 after-load-alist, rather than the name itself.
12771
12772 * subr.el (load-history-regexp, load-history-filename-element)
12773 (do-after-load-evaluation): New functions.
12774
12775 * international/mule.el (load-with-code-conversion): Do the
12776 eval-after-load stuff by calling do-after-load-evaluation.
12777
12778 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
12779
12780 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
12781 has not been killed.
12782
12783 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12784
12785 * term/mac-win.el: Set idle timer to clean up expired Apple events.
12786 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
12787 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
12788 Optionally set error message in reply.
12789
12790 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
12791
12792 * textmodes/org.el (org-open-at-point): Use renamed variable
12793 `org-confirm-shell-link-function'.
12794 (org-confirm-shell-link-function): Rename from
12795 `org-confirm-shell-links'.
12796 (org-export-directory): New function.
12797 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
12798 (org-export-icalendar): Use `org-export-directory'.
12799 (org-indent-item): Keep cursor position.
12800 (org-link-file-path-type): New option.
12801 (org-export-as-html): Fix bug with plain lists starting in
12802 column 0.
12803 (org-export-as-html): Remove deadline formatting, this happens
12804 now already in `org-html-handle-time-stamps'.
12805 (org-export-html-style): Deadline class removed.
12806 (org-insert-labeled-timestamps-at-point): New option.
12807 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
12808 of `hide-sublevels 1', in case the first headline is not level 1.
12809 (org-overview, org-content): New fuction.
12810 (org-cycle-global-status, org-cycle-subtree-status): Make these
12811 variables buffer-local.
12812 (org-global-cycle): New command.
12813 (org-shifttab): Use `org-global-cycle'.
12814 (org-insert-heading, org-insert-item): Go to end of new
12815 headline/item after creating it.
12816 (org-export-visible): Rename from `org-export-copy-visible'.
12817 Now creates a temporary org-file and applies an exporting command
12818 to it.
12819 (org-table-eval-formula): Support for lisp forms.
12820 (org-agenda-todo-ignore-scheduled): New option.
12821 (org-agenda-get-todos): Use new option
12822 `org-agenda-todo-ignore-scheduled'.
12823 (org-export-html-inline-images): New value `maybe'.
12824 (org-export-as-html): Inlining of images dependent on link description.
12825 (org-archive-subtree): Check for end-of-buffer before trying
12826 `kill-line'.
12827 (org-agenda-follow-mode): New option.
12828 (org-export-with-tags, org-export-with-timestamps): New options.
12829 (org-html-handle-time-stamps): New function.
12830 (org-keyword-time-regexp): New variable.
12831 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
12832 (org-agenda-todo-list-sublevels): New option.
12833 (org-html-level-start): When TITLE is nil, just close all levels.
12834 (org-parse-key-lines, org-parse-export-options): Remove functions,
12835 replaced by `org-infile-export-plist'.
12836 (org-combine-plists, org-infile-export-plist)
12837 (org-default-export-plist): New functions.
12838 (org-export-html-preamble, org-export-html-postamble)
12839 (org-export-html-auto-preamble, org-export-html-auto-postamble):
12840 New variables.
12841 (org-export-publishing-directory): New option.
12842 (org-export-as-html, org-export-as-ascii): Use the new property
12843 lists for settings.
12844 (org-export-copy-visible, org-export-as-xoxo):
12845 Respect `org-export-publishing-directory'.
12846 (org-link-search, org-store-link, org-file-apps): Support for
12847 links to BibTeX database entries..
12848 (org-get-current-options, org-set-regexps-and-options):
12849 Implement logging as a startup option.
12850 (org-store-link): Make sure context string is never empty
12851 (org-insert-link): Use relative path when possible.
12852 (org-at-item-checklet-p): New function.
12853 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
12854 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
12855 (org-metaright, org-metaup, org-metadown, org-shiftup)
12856 (org-shiftdown, org-shiftright, org-shiftleft)
12857 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
12858 Dispatch using `call-interactively'.
12859 (org-call-with-arg): New defsubst.
12860 (org-tag-alist, org-use-fast-tag-selection): New options.
12861 (org-complete): Use `org-tag-alist'.
12862 (org-fast-tag-insert, org-fast-tag-selection): New functions.
12863 (org-next-item, org-previous-item): New commands.
12864 (org-beginning-of-item, org-end-of-item): Add (interactive) to
12865 make command.
12866 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
12867
12868 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
12869
12870 * emacs-lisp/ewoc.el (ewoc-delete): New function.
12871 (ewoc-filter): Use `ewoc-delete'.
12872
12873 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
12874
12875 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
12876
12877 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
12878 Signal more user-friendly error messages.
12879
12880 * complete.el (PC-do-completion): Undo the addition of implicit
12881 wildcards if they did not lead to finding any match.
12882 (read-file-name-internal): Don't add the final > if the completion is
12883 not finished.
12884
12885 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
12886
12887 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
12888 Quote safe-local-variable predicate.
12889
12890 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
12891
12892 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
12893
12894 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12895
12896 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
12897
12898 * progmodes/make-mode.el (makefile-special-targets-list)
12899 (makefile-macro-table, makefile-target-table): Mark as risky.
12900 (makefile-query-one-target-method): Make this the alias for the
12901 following variable.
12902 (makefile-query-one-target-method-function): Make this the real name.
12903
12904 * textmodes/artist.el (artist-text-renderer): Make this the alias
12905 for the following variable.
12906 (artist-text-renderer-function): Make this the real name.
12907
12908 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
12909 the alias for the following variable.
12910 (flyspell-generic-check-word-predicate): Make this the real name.
12911
12912 * textmodes/ispell.el (ispell-format-word): Make this the alias
12913 for the following variable.
12914 (ispell-format-word-function): Make this the real name.
12915 (ispell-message-text-end): Mark as risky.
12916
12917 * skeleton.el (skeleton-transformation, skeleton-filter)
12918 (skeleton-pair-filter): Make these the aliases for the following
12919 variables.
12920 (skeleton-transformation-function, skeleton-filter-function)
12921 (skeleton-pair-filter-function): Make these the real names.
12922
12923 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
12924 and skeleton-pair-filter-function.
12925
12926 * textmodes/sgml-mode.el (sgml-transformation): Make this the
12927 alias for the following variable.
12928 (sgml-transformation-function): Make this the real name.
12929 (sgml-tag-alist): Mark as risky.
12930
12931 2006-05-21 Richard Stallman <rms@gnu.org>
12932
12933 * simple.el (kill-region): Interactively, pass point, then mark.
12934
12935 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
12936
12937 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
12938
12939 2006-05-21 Romain Francoise <romain@orebokech.com>
12940
12941 * dired-x.el (dired-mode-map): Don't bind M-g.
12942
12943 2006-05-20 Richard Stallman <rms@gnu.org>
12944
12945 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
12946 (dired-goto-file): Doc fix.
12947
12948 2006-05-21 Kim F. Storm <storm@cua.dk>
12949
12950 * emulation/cua-base.el: Mention customizing cua-mode as alternative
12951 way to enable built-in cua-mode if user loads older CUA-mode package.
12952
12953 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
12954 if default-filename is specified.
12955
12956 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12957
12958 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
12959
12960 * info.el (info-apropos): Make sure current-file and current-node
12961 have non-nil values. Speed up by using add-to-list instead of
12962 manual consing.
12963
12964 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12965
12966 * progmodes/make-mode.el (makefile-mode): Doc fix.
12967
12968 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12969
12970 * dired-aux.el (dired-do-shell-command): Doc fix.
12971
12972 2006-05-20 Kevin Ryde <user42@zip.com.au>
12973
12974 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
12975 ``(custom-manual :tag "Foo" "(foo)Node")''.
12976
12977 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
12978
12979 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
12980 value is an integer.
12981
12982 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12983
12984 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
12985 "format".
12986 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
12987
12988 2006-05-20 Martin Rudalics <rudalics@gmx.at>
12989
12990 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
12991 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
12992
12993 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
12994
12995 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
12996 regexp for keywords.
12997
12998 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
12999
13000 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
13001 replace-regexp-in-string.
13002
13003 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
13004 encode, and escape file name on conversion to URL.
13005
13006 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13007
13008 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
13009 Don't unescape URL.
13010 (dnd-get-local-file-name): Unescape URL on conversion to file name.
13011
13012 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
13013 on conversion to URLs.
13014
13015 * net/browse-url.el (browse-url-file-url): Encode file name on
13016 conversion to URL.
13017
13018 * term/mac-win.el (mac-ae-open-documents): Escape file name on
13019 conversion to URL.
13020
13021 2006-05-19 Eli Zaretskii <eliz@gnu.org>
13022
13023 * progmodes/cc-styles.el (c-style-alist): Doc fix.
13024
13025 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13026
13027 * term/mac-win.el (mac-bytes-to-digits): Remove function.
13028 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
13029
13030 2006-05-19 Glenn Morris <rgm@gnu.org>
13031
13032 * calendar/diary-lib.el (diary-bahai-date)
13033 (list-bahai-diary-entries, mark-bahai-diary-entries)
13034 (mark-bahai-calendar-date-pattern): Not interactive.
13035 (add-to-diary-list): New optional arg LITERAL. Doc fix.
13036 (diary-entries-list): Change format of 4th element in each entry.
13037 (diary-list-entries): Use add-to-diary-list.
13038 (diary-goto-entry): Handle the case where the buffer visiting the
13039 diary has been killed.
13040 (fancy-diary-display): Add 'locator to button rather than 'marker.
13041 Only generate temp-face when there are marks to apply.
13042 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
13043 (diary-fancy-date-pattern): New variable.
13044 (diary-time-regexp): Doc fix.
13045 (diary-anniversary, diary-time): New faces.
13046 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
13047 diary-time-regexp. Add font-lock-multiline property where needed.
13048 Use new faces diary-anniversary and diary-time.
13049 (diary-fancy-font-lock-fontify-region-function): New function, to
13050 handle multiline font-lock pattern in fancy diary.
13051 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
13052 (diary-font-lock-keywords): Tweak time regexp. Use new face
13053 diary-time.
13054
13055 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
13056
13057 * international/code-pages.el (mik): Table corrected.
13058
13059 2006-05-18 Kim F. Storm <storm@cua.dk>
13060
13061 * progmodes/grep.el (grep-find): Don't check grep-find-command
13062 before running command (breaks non-interactive usage).
13063
13064 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
13065
13066 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
13067 (ewoc--insert-new-node): Don't insert trailing newline.
13068 Instead, adjust successor nodes's start markers.
13069 (ewoc--refresh-node): Delete all text from current node's start
13070 marker to the next one's; adjust successor nodes's start markers.
13071 (ewoc--create): Doc fixes.
13072 (ewoc--refresh): Don't insert newline.
13073 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
13074 * pcvs.el (cvs-make-cvs-buffer):
13075 Specify extra newline for ewoc's header and footer.
13076 (cvs-update-header): Update initial header recognition.
13077 Append newline to final header and footer values.
13078 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
13079
13080 2006-05-17 Richard Stallman <rms@gnu.org>
13081
13082 * files.el (file-name-extension): Doc fix.
13083
13084 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13085
13086 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
13087 we can explicitly enable/disable rather than toggle.
13088 (shell-mode): Use it.
13089 (shell-cd): Don't try to reproduce what `cd' does.
13090
13091 2006-05-17 Kim F. Storm <storm@cua.dk>
13092
13093 * ido.el (ido-read-internal): Use only nondirectory part of
13094 default item.
13095
13096 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
13097
13098 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
13099 (ewoc-nth): Doc fix.
13100
13101 (ewoc-map, ewoc-invalidate): Compute PP before looping.
13102
13103 2006-05-16 Eli Zaretskii <eliz@gnu.org>
13104
13105 * international/mule.el (auto-coding-alist): Add .lha to files
13106 read with no-conversion.
13107
13108 * files.el (auto-mode-alist): Add .lha files to archive file
13109 extensions.
13110
13111 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
13112 Convert csize to integer when computing offsets within the
13113 compressed archive file.
13114
13115 2006-05-16 Kim F. Storm <storm@cua.dk>
13116
13117 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
13118 with read-from-minibuffer.
13119
13120 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
13121
13122 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
13123 (byte-compile-warnings): Fix safe-local-variable property.
13124
13125 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
13126
13127 * allout.el (allout-show-bodies, allout-old-style-prefixes)
13128 (allout-stylish-prefixes, allout-numbered-bullet)
13129 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
13130 predicates to qualify `safe-local-variable' property, when
13131 available, else use equivalent lambda.
13132 (allout-current-topic-collapsed-p): Do the right thing regarding
13133 trailing blank lines.
13134
13135 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13136
13137 * server.el (server-start): Only create a directory if needed.
13138 (server-edit, server-unload-hook): server-start => server-mode.
13139 (kill-emacs-hook): Cleanup upon exit.
13140
13141 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13142
13143 * hexl.el (hexlify-buffer): Encode process arguments manually.
13144
13145 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
13146
13147 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
13148 call to gdb-tooltip-print.
13149
13150 2006-05-15 Romain Francoise <romain@orebokech.com>
13151
13152 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
13153 systems, default to "tar" since those systems probably have GNU tar.
13154
13155 2006-05-14 Lars Hansen <larsh@soem.dk>
13156
13157 * desktop.el (desktop-missing-file-warning): Fix docstring.
13158 (desktop-restore-file-buffer): Correct question asked on missing file.
13159
13160 2006-05-14 Kim F. Storm <storm@cua.dk>
13161
13162 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
13163 Add CUA move property.
13164
13165 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
13166
13167 * custom.el (custom-push-theme): Load the variable before checking
13168 its `standard-value'.
13169
13170 2006-05-13 Lars Hansen <larsh@soem.dk>
13171
13172 * desktop.el (desktop-save): Use with-temp-buffer.
13173
13174 2006-05-12 Glenn Morris <rgm@gnu.org>
13175
13176 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
13177 * calendar/calendar.el (calendar-mode-map):
13178 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
13179 * calendar/appt.el (appt-check, appt-make-list): Refer to
13180 diary-view-entries, diary-list-entries, diary-show-all-entries
13181 rather than obsolete aliases.
13182
13183 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
13184
13185 * simple.el (line-move-finish): Avoid calling point motion hooks
13186 while processing intangibility.
13187
13188 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
13189
13190 * term/xterm.el (terminal-init-xterm): Fix typo.
13191
13192 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
13193
13194 * allout.el (allout-view-change-hook): Mark as being deprecated,
13195 to be replaced by `allout-exposure-change-hook'.
13196 (allout-exposure-change-hook): New, replacing
13197 `allout-view-change-hook'.
13198 (allout-flag-region): Run new hook `allout-exposure-change-hook',
13199 in addition to `allout-view-change-hook'.
13200 (allout-show-bodies, allout-old-style-prefixes)
13201 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
13202 lambda forms to prevent their showing up in variable help
13203 presentations as inscrutable byte-compiled code.
13204 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
13205 Use string-or-null-p to qualify safe-local-variable values.
13206 (allout-reindent-bodies): Use memq to qualify matches against
13207 valid safe-local-variable values. Also, quote the lambda as above.
13208 (allout-use-mode-specific-leader): Add missing candidate-value
13209 symbols, use memq, and quote the lambda.
13210 (allout-overlay-interior-modification-handler): Remove unused
13211 variables `msg' and 'opened'.
13212 (allout-hidden-p): Constrain invisibility consideration to allout's
13213 invisibility spec, disregarding invisibility for other reasons.
13214
13215 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
13216
13217 * files.el (version-control): Correct safe values.
13218
13219 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
13220
13221 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
13222
13223 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
13224 (ewoc--insert-new-node): New func.
13225 Update callers of deleted funcs to use it, instead.
13226
13227 2006-05-11 Glenn Morris <rgm@gnu.org>
13228
13229 * calendar/calendar.el (diary-show-all-entries): Do not refer to
13230 obsolete alias `show-all-diary-entries'.
13231 (make-diary-entry): Not interactive.
13232 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
13233 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
13234 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
13235 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
13236 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
13237 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
13238
13239 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13240
13241 * calendar/calendar.el (calendar-french-date-string)
13242 (calendar-mayan-date-string, calendar-chinese-date-string)
13243 (calendar-astro-date-string, calendar-iso-date-string)
13244 (calendar-islamic-date-string, calendar-bahai-date-string)
13245 (calendar-hebrew-date-string, calendar-coptic-date-string)
13246 (calendar-ethiopic-date-string, calendar-persian-date-string):
13247 These functions are not interactive.
13248
13249 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
13250
13251 * files.el: Balance parentheses.
13252
13253 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
13254
13255 * files.el, newcomment.el, outline.el, simple.el,
13256 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
13257 * progmodes/cc-vars.el, progmodes/compile.el:
13258 Move `safe-local-variable' declarations to the respective files.
13259
13260 * help-fns.el (describe-variable): Don't print safe-var if it is
13261 byte-code. Improve wording as suggested by Luc Teirlinck.
13262
13263 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
13264
13265 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
13266 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
13267 Use a token for pending-triggers to ensure gdb-var-update
13268 gets called once per user input again for pre-GDB 6.4.
13269 (gdb-var-delete): Match on more complex expressions.
13270 (gdb-var-list-children-handler, gdb-var-create-handler):
13271 Use a token for consistency.
13272
13273 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
13274
13275 * textmodes/org.el (org-read-date, org-goto-calendar)
13276 (org-agenda-goto-calendar):
13277 Bind `view-calendar-holidays-initially' to nil.
13278
13279 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
13280
13281 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
13282 Update all callers to do it there, instead.
13283
13284 2006-05-10 Glenn Morris <rgm@gnu.org>
13285
13286 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
13287 prefix arg case, to avoid view-diary-entries-initially error.
13288 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
13289 (calendar-date-is-legal-p): Handle dates with no day part.
13290
13291 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
13292
13293 * comint.el (comint-insert-input): Just make it when
13294 comint-use-prompt regexp is nil (default) and with the mouse.
13295 (comint-copy-old-input): Reinstate from 2004-06-23.
13296 (comint-mode-map): Bind C-c C-m to it.
13297
13298 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
13299
13300 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
13301 Remove spurious move to point-max (new comint behavior fixes).
13302
13303 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
13304 compatibility function (Emacs 18/19).
13305 (idlwave-is-continuation-line): Always return point at start of
13306 previous non-blank continuation line.
13307 (keyword-parameters): Fix continued comment font-lock matcher.
13308 (idlwave-font-lock-fontify-region): Written, use as
13309 font-lock-fontify-region-function, to fix continued keyword
13310 fontification issues.
13311
13312 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13313
13314 * term/mac-win.el (mac-font-panel-mode): Doc fix.
13315 (mac-service-selection, mac-service-open-file)
13316 (mac-service-open-selection, mac-service-mail-selection)
13317 (mac-service-mail-to, mac-service-insert-text): Rename from
13318 mac-services-*. All uses changed.
13319 (mac-apple-event-map): Rename event symbol `services' to `service'.
13320
13321 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
13322
13323 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
13324 (ewoc--node-enter-first, ewoc--node-enter-last)
13325 (ewoc--delete-node-internal): Merge funcs into unique callers.
13326
13327 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
13328
13329 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
13330 return value of read-from-minibuffer for empty input.
13331
13332 2006-05-09 Miles Bader <miles@gnu.org>
13333
13334 * comint.el (comint-insert-input): Remove redundant calls to setq
13335 and goto-char.
13336
13337 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
13338
13339 * comint.el (comint-insert-input): Make it work when
13340 comint-use-prompt-regexp is t.
13341
13342 2006-05-10 Miles Bader <miles@gnu.org>
13343
13344 * subr.el (field-at-pos): New function.
13345
13346 * comint.el (comint-insert-input): Use it.
13347
13348 2006-05-09 Juri Linkov <juri@jurta.org>
13349
13350 * battery.el (battery-linux-proc-acpi): Also try
13351 `/proc/acpi/thermal_zone/THR2/temperature'.
13352
13353 * files.el <safe-local-variable>: Remove `eval' and `let' binding
13354 for now unused lambda `string-or-null'.
13355
13356 * add-log.el (change-log-default-name): Put `string-or-null-p'
13357 instead of lambda on `safe-local-variable' property.
13358
13359 * diff-mode.el (diff-context->unified): Use `region-beginning' and
13360 `region-end' instead of `mark' and `point'.
13361 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
13362 Operate on region in Transient Mark mode when the mark is active.
13363 Use `region-beginning' and `region-end' instead of `mark' and
13364 `point'.
13365 (diff-hunk-text, diff-goto-source): Doc fix.
13366
13367 * startup.el (fancy-splash-screens, normal-splash-screen): Use
13368 face `mode-line-buffer-id' for mode-line buffer face instead of
13369 hard-coded `(:weight bold)'.
13370
13371 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
13372 buffer-undo-list to t (undo-ask is reproducible by visiting
13373 nested archives).
13374
13375 2006-05-09 Kim F. Storm <storm@cua.dk>
13376
13377 * progmodes/grep.el (rgrep): Set default directory of *grep*
13378 buffer if we start M-x rgrep in the *grep* buffer and choose
13379 a different base directory.
13380
13381 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
13382
13383 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
13384 completion also when ido is loaded.
13385
13386 2006-05-09 Masatake YAMATO <jet@gyve.org>
13387
13388 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
13389 "warning" and "import".
13390 (cpp-font-lock-keywords): Added "warning".
13391
13392 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
13393
13394 * term/xterm.el (terminal-init-xterm): Add more key bindings.
13395
13396 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13397
13398 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
13399 pages at a time, if we signal the end, we should indeed reach that end.
13400
13401 2006-05-08 David Reitter <david.reitter@gmail.com>
13402
13403 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
13404 output during execution of the body.
13405
13406 2006-05-08 Kim F. Storm <storm@cua.dk>
13407
13408 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
13409
13410 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
13411
13412 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
13413 Use with-current-buffer.
13414
13415 2006-05-07 Kim F. Storm <storm@cua.dk>
13416
13417 * subr.el (add-to-history): Remove keep-dups arg.
13418
13419 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
13420 to nil around call to add-to-history.
13421
13422 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13423
13424 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
13425 than after a buffer modification.
13426
13427 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
13428
13429 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
13430 call to...
13431 (gud-watch): ...here so speedbar is raised for already watched
13432 expressions.
13433 (gdb-speedbar-refresh): Delete function.
13434 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
13435 Use speedbar-timer-fn instead of speedbar-refresh (reverting
13436 earlier change).
13437 (gdb-var-evaluate-expression-handler)
13438 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
13439
13440 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
13441 Update localized contents for all buffers except ignored modes.
13442
13443 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13444
13445 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
13446 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
13447 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
13448 (mac-handle-font-panel-closed, mac-handle-font-selection):
13449 New functions.
13450 (mac-font-panel-mode): New minor mode.
13451 (mac-apple-event-map): Add bindings for toolbar toggle button and
13452 font panel.
13453 (menu-bar-showhide-menu): Add mac-font-panel-mode.
13454
13455 2006-05-07 John Paul Wallington <jpw@pobox.com>
13456
13457 * ibuffer.el (ibuffer-compressed-file-name-regexp):
13458 Avoid `regexp-opt'; simplify regexp for readability.
13459
13460 2006-05-06 Eli Zaretskii <eliz@gnu.org>
13461
13462 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
13463 * files.el (buffer-stale-function):
13464 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13465 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
13466 links to the main manual, not to emacs-xtra.
13467
13468 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13469
13470 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
13471 MacJapanese if text is ASCII-only.
13472
13473 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
13474
13475 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
13476 unless so nil isn't returned.
13477 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
13478
13479 2006-05-06 Kim F. Storm <storm@cua.dk>
13480
13481 * subr.el (add-to-history): New function.
13482
13483 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
13484 (ediff-merge-files-with-ancestor):
13485 * env.el (setenv):
13486 * isearch.el (isearch-update-ring):
13487 * server.el (server-visit-files):
13488 * progmodes/grep.el (lgrep, rgrep):
13489 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
13490 * progmodes/xscheme.el (xscheme-insert-expression):
13491 Use add-to-history.
13492
13493 * kmacro.el (kmacro-push-ring): Use add-to-history.
13494 (kmacro-ring-length): Remove unused defun.
13495 (kmacro-start-macro): Use kmacro-push-ring.
13496
13497 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
13498
13499 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
13500 directly instead of a lambda expression that calls it.
13501
13502 2006-05-06 Kim F. Storm <storm@cua.dk>
13503
13504 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
13505 instead of compute-motion.
13506
13507 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
13508
13509 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
13510 change.
13511
13512 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
13513
13514 * startup.el (command-line-1): Refer to "Pure Storage" on
13515 pure-space-overflow.
13516
13517 2006-05-05 Martin Rudalics <rudalics@gmx.at>
13518
13519 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
13520 provided faces once they all have been used up.
13521
13522 2006-05-05 Eli Zaretskii <eliz@gnu.org>
13523
13524 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
13525 reference to the Lisp manual to the warning about pure space
13526 overflow.
13527
13528 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13529
13530 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
13531 argument to avoid the call to `ispell-internal-change-dictionary'
13532 when not needed.
13533 (ispell-change-dictionary): Use this argument and call
13534 `ispell-internal-change-dictionary' after the possible change
13535 to `ispell-local-dictionary'.
13536 (ispell-internal-change-dictionary): Check for a change in
13537 personal dictionary use too.
13538
13539 2006-05-05 Eli Zaretskii <eliz@gnu.org>
13540
13541 * startup.el (command-line): On MS-Windows, probe "~", not
13542 "~USER", for warning about non-existent home directory.
13543
13544 * arc-mode.el (archive-l-e): New optional argument `float' means
13545 generate a float value.
13546 (archive-arc-summarize, archive-lzh-summarize)
13547 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
13548 with 3rd argument non-nil when file's size is being computed.
13549 Format the file sizes with %8.0f instead of %8d.
13550
13551 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13552
13553 * cus-start.el (all): Add mac-dnd-known-types.
13554
13555 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
13556 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
13557 (mac-TIFF-to-string): New functions.
13558 (x-get-selection, x-selection-value)
13559 (mac-select-convert-to-string): Use them.
13560 (mac-text-encoding-mac-japanese-basic-variant): New constant.
13561 (mac-dnd-types-alist): New customization variable.
13562 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
13563 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
13564 (mac-dnd-handle-drag-n-drop-event): New functions.
13565 (mac-drag-n-drop): Remove function.
13566 (global-map): Bind drag-n-drop and M-drag-n-drop to
13567 mac-dnd-handle-drag-n-drop-event.
13568
13569 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
13570
13571 * progmodes/perl-mode.el (perl-beginning-of-function):
13572 Skip anonymous subs.
13573
13574 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
13575
13576 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
13577 regexp-opt at run time.
13578
13579 * term.el (term-handle-ansi-escape): Fix off by one error.
13580
13581 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
13582
13583 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
13584 (gdb-init-1, gdb-post-prompt): ...and references to it.
13585 (gdb-frame-handler): Strip directory name from filename if present.
13586
13587 * progmodes/gud.el (gdb-force-update): Delete defvar
13588 (gud-speedbar-buttons): ...and references to it. Use window-start
13589 to try to keep positon in watch expression.
13590
13591 2006-05-03 Richard Stallman <rms@gnu.org>
13592
13593 * simple.el (next-history-element, previous-history-element): Doc fix.
13594
13595 * isearch.el (isearch-update-ring): Doc fix.
13596
13597 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
13598
13599 * isearch.el (isearch-update-ring): Take history-delete-duplicates
13600 into consideration. Replace one arm ifs with whens.
13601
13602 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
13603
13604 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
13605 (menu): Fix typo.
13606
13607 2006-05-02 Miles Bader <miles@gnu.org>
13608
13609 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
13610
13611 2006-05-02 Jay Belanger <belanger@truman.edu>
13612
13613 * calc/calc-embed.el (calc-override-minor-modes-map)
13614 (calc-override-minor-modes): New variables.
13615 (calc-do-embedded): Make sure that Calc keystrokes aren't
13616 overwritten by minor modes.
13617
13618 2006-05-02 Chong Yidong <cyd@mit.edu>
13619
13620 * msb.el (msb): If EVENT is a down event, read and discard the up event.
13621
13622 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
13623
13624 * startup.el (command-line-1): Refer to Lisp manual when
13625 pure-space-overflow occurs.
13626
13627 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
13628 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
13629 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
13630 (version-control): Don't use `t' for safe-local-variable declarations.
13631
13632 2006-05-01 Richard Stallman <rms@gnu.org>
13633
13634 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
13635 M-r, M-R, M-A, M-SPC or M-DEL.
13636 (diff-mode-map): diff-refine-hunk now on C-c C-w
13637 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
13638
13639 * help-mode.el (help-mode): view-exit-action calls delete-window
13640 only when it is safe and possible.
13641
13642 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
13643 in messages.
13644
13645 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
13646
13647 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
13648 in the default tool-bar-map.
13649
13650 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
13651
13652 * net/tramp.el (tramp-completion-file-name-handler-alist)
13653 (tramp-run-real-handler, tramp-completion-run-real-handler)
13654 (tramp-completion-handle-file-name-all-completions)
13655 (tramp-completion-handle-file-name-completion): Autoload them.
13656 (tramp-completion-handle-file-exists-p)
13657 (tramp-completion-handle-file-name-directory)
13658 (tramp-completion-handle-file-name-nondirectory)
13659 (tramp-completion-handle-expand-file-name): Remove them.
13660 (tramp-handle-file-name-directory): Return the real directory name.
13661 Returning "/" only doesn't need to be necessary any longer.
13662 (tramp-file-name-handler): Make special attention when in hostname
13663 completion mode.
13664 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
13665 (tramp-register-file-name-handlers):
13666 Register `tramp-completion-file-name-handler' only when
13667 `partial-completion-mode' is enabled.
13668 (tramp-completion-handle-file-name-all-completions):
13669 Delete directory part from results.
13670 (tramp-get-completion-methods, tramp-get-completion-user-host):
13671 Discard deleting "/", it doesn't work after the change of
13672 `tramp-handle-file-name-directory' above.
13673
13674 2006-05-01 Kim F. Storm <storm@cua.dk>
13675
13676 * progmodes/grep.el (grep-expand-template): Use save-match-data
13677 and symbol-value.
13678
13679 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13680
13681 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
13682 Use select-frame-set-input-focus instead of raise-frame.
13683 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
13684
13685 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
13686
13687 * progmodes/gud.el (gud-def): Add %c case.
13688 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
13689 (gud-format-command): Make match case sensitive. Match on %F.
13690
13691 2006-04-30 Glenn Morris <rgm@gnu.org>
13692
13693 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
13694 (cal-tex-preamble): Use cal-tex-preamble-extra.
13695 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
13696 than alias `list-diary-entries'.
13697
13698 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
13699
13700 * help-fns.el (describe-variable): Add info about safe local variables.
13701
13702 2006-04-29 Richard Stallman <rms@gnu.org>
13703
13704 * bindings.el (mode-line-format): help-echo doc fixes.
13705
13706 * net/tramp.el (tramp-file-name-handler-alist): Delete
13707 expand-file-name and other operations that can cause spurious loading.
13708
13709 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13710
13711 * files.el (safe-local-variable-p): Remove support for the special
13712 value t.
13713
13714 * textmodes/paragraphs.el (sentence-end-without-space):
13715 Fix safety predicate.
13716 (sentence-end-double-space, sentence-end-without-period)
13717 (paragraph-ignore-fill-prefix):
13718 * textmodes/fill.el (colon-double-space):
13719 * abbrev.el (abbrev-mode): Tighten the safety predicate.
13720
13721 * subr.el (booleanp): New fun.
13722
13723 * textmodes/reftex-vars.el (reftex-guess-label-type):
13724 Tighten the safety predicate.
13725
13726 2006-04-28 Kim F. Storm <storm@cua.dk>
13727
13728 * progmodes/grep.el (defgroup grep): Doc fix.
13729 (grep-auto-highlight): Remove.
13730 (grep-template): New defcustom.
13731 (grep-find-template): Rename from grep-tree-template.
13732 (grep-files-aliases): Rename from grep-tree-files-aliases.
13733 Remove "all" alias, add "l" alias.
13734 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
13735 (grep-find-ignored-directories): New defcustom to replace
13736 grep-tree-ignore-CVS-directories, to facilitate ignoring
13737 subdirectories for multiple version control systems.
13738 (grep-mode-map): Add Recursive grep item to GREP menu.
13739 (grep-regexp-history, grep-files-history): New defvars.
13740 (grep-probe): New helper function.
13741 (grep-compute-defaults): Use it to simplify code.
13742 Adapt to name changes.
13743 Use `.' as base in grep-find-template rather than <D>.
13744 (grep): Remove superfluous highlight-regexp arg. Fix doc.
13745 Call grep-compute-defaults unconditionally.
13746 (grep-expand-keywords): New defconst.
13747 (grep-expand-template): Rename from grep-expand-command-macros.
13748 Simplify via grep-expand-keywords. Look at case-fold-search instead
13749 of grep-tree-ignore-case to add -i option.
13750 Bind case-fold-search to nil while matching keywords.
13751 (grep-tree-last-regexp, grep-tree-last-files): Remove.
13752 (grep-read-regexp, grep-read-files): New helper functions.
13753 (rgrep): Rename from grep-tree. Rework to use proper histories.
13754 Adapt to changes in defcustoms and functions above.
13755 (lgrep): New command, as grep, but using same interactive UI as rgrep.
13756
13757 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
13758
13759 * net/tramp.el (tramp-completion-file-name-handler):
13760 Disable Tramp's functionality while loading Tramp itself.
13761 (tramp-register-file-name-handlers): That's a defsubst now.
13762 Code from `tramp-repair-jka-compr' moved here. Apply it via
13763 `after-init-hook'.
13764 (tramp-repair-jka-compr): Remove.
13765
13766 2006-04-27 Jay Belanger <belanger@truman.edu>
13767
13768 * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
13769 read expression when `math-read-big-expr' doesn't work.
13770
13771 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
13772
13773 * startup.el (command-line-1): Display warning when
13774 pure-space-overflow is non-nil.
13775
13776 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13777
13778 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
13779 risky.
13780
13781 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13782
13783 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
13784 Return the URL or nil if none can be generated.
13785
13786 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
13787
13788 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
13789 byte compiler warnings.
13790 (gud-basic-call, gud-find-expr): Let user select an expression
13791 for printing. Print expression as well as value in GUD buffer.
13792
13793 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
13794
13795 * allout.el: Remove local autoload declaration for
13796 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
13797 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
13798 (allout-plain-bullets-string, allout-distinctive-bullets-string)
13799 (allout-use-mode-specific-leader, allout-old-style-prefixes)
13800 (allout-stylish-prefixes, allout-numbered-bullet)
13801 (allout-file-xref-bullet, allout-presentation-padding)
13802 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
13803 safe-local-variable with suitable value spec, and add autoload
13804 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
13805 (move-beginning-of-line, move-end-of-line): Repair so these compat
13806 functions now actually resituate the point, when appropriate.
13807
13808 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13809
13810 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
13811
13812 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
13813 (add-log-iso8601-time-string): Fix call to format-time-string.
13814
13815 2006-04-26 Kim F. Storm <storm@cua.dk>
13816
13817 * subr.el (posn-string, posn-image, posn-object): Doc fix.
13818
13819 2006-04-26 Masatake YAMATO <jet@gyve.org>
13820
13821 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
13822 Add support for "//" style comments. Remove `b' flag
13823 from ?* in `asm-mode-syntax-table'.
13824
13825 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13826
13827 * follow.el: Use (featurep 'xemacs) everywhere.
13828 (follow-mode): Use define-minor-mode.
13829 (follow-mode-map): Move initialization into the declaration.
13830 Use command remapping.
13831 (follow-emacs-version-xemacs-p): Remove.
13832 (follow-submit-feedback): Remove.
13833
13834 * allout.el (allout-layout, allout-passphrase-verifier-string)
13835 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
13836
13837 * textmodes/reftex-vars.el (reftex-vref-is-default)
13838 (reftex-fref-is-default, reftex-guess-label-type):
13839 Tighten up a bit the safety predicate.
13840
13841 * textmodes/paragraphs.el (sentence-end-double-space)
13842 (sentence-end-without-period, sentence-end-without-space)
13843 (page-delimiter, paragraph-ignore-fill-prefix):
13844 Tighten up a bit the safety predicate.
13845
13846 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
13847
13848 * progmodes/python.el (python-continuation-line-p)
13849 (python-beginning-of-statement): syntax-ppss may return
13850 a negative depth.
13851 (python-mode): Don't forcefully enable font-lock.
13852
13853 * time-stamp.el (time-stamp-start, time-stamp-end)
13854 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
13855
13856 * add-log.el: Remove spurious * in docstrings.
13857 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
13858 (add-change-log-entry): Use it here, since it's not specific
13859 to iso8601.
13860 (add-log-iso8601-time-string): Don't use it here any more.
13861 (change-log-indent-text, change-log-indent): Rename from add-log-*.
13862
13863 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
13864
13865 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
13866
13867 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
13868 (rcirc-toggle-low-priority): Doc fix.
13869 (rcirc-handler-NOTICE): Remove beginning of line anchor in
13870 ChanServ regexp.
13871 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
13872 #emacs.
13873 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
13874 (rcirc-decode-coding-system): Use utf-8 as the default.
13875 (rcirc-multiline-minor-mode): Set the fill-column.
13876 (rcirc-format-response-string): Display bright and dim nicks.
13877 (rcirc-browse-url): Update interactive spec to fill ARG.
13878 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
13879 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
13880
13881 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
13882
13883 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
13884 case for @Article, etc.
13885
13886 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
13887
13888 * net/tramp.el (tramp-register-file-name-handlers): New defun.
13889 Added with autoload cookie.
13890 (tramp-unload-file-name-handlers): Rename from
13891 `tramp-unload-file-name-handler-alist'.
13892
13893 2006-04-23 Romain Francoise <romain@orebokech.com>
13894
13895 * comint.el (comint-match-partial-filename): Doc fix.
13896
13897 2006-04-21 Glenn Morris <rgm@gnu.org>
13898
13899 * calendar/cal-menu.el (calendar-mode-map): Refer to
13900 `diary-view-entries' rather than alias `view-diary-entries'.
13901 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
13902
13903 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
13904
13905 * progmodes/antlr-mode.el (antlr-default):
13906 * cus-edit.el (custom-documentation):
13907 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
13908 in defface.
13909
13910 2006-04-21 Kim F. Storm <storm@cua.dk>
13911
13912 * image.el (image-type): New defun split out of create-image.
13913 (create-image): Use it.
13914
13915 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
13916
13917 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
13918 (org-open-at-point): Remove the "...done" message to keep output
13919 in the echo area visible.
13920 (org-export-as-xoxo): Fix call to `indent-region'.
13921
13922 2006-04-21 Kevin Ryde <user42@zip.com.au>
13923
13924 * international/mule.el (keyboard-coding-system): defcustom
13925 info-link fixes: "Specify Coding" has been split, keyboard now in
13926 "Terminal Coding", and "Single-Byte Character Support" is now
13927 "Unibyte Mode".
13928
13929 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
13930
13931 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
13932 Use font-lock-warning-face for any errors e.g. no stack.
13933 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
13934
13935 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
13936
13937 * progmodes/sh-script.el (sh-shell): Mark as safe.
13938
13939 * newcomment.el (comment-start, comment-start-skip)
13940 (comment-end-skip, comment-end): Mark as safe.
13941
13942 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
13943
13944 * textmodes/org.el (org-deadline-announce): Face removed.
13945 (org-level-faces, org-n-levels): Convert to constant.
13946 (org-compatible-face): New function.
13947 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
13948 (org-level-5, org-level-6, org-level-7, org-level-8)
13949 (org-special-keyword, org-warning, org-headline-done, org-link)
13950 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
13951 (org-scheduled-today, org-scheduled-previously, org-time-grid):
13952 Face definition revised for better color tty support.
13953 (org-bold-re, org-italic-re, org-underline-re): New constants.
13954 (org-set-font-lock-defaults): Use the new constants.
13955 (org-agenda-highlight-todo): New function.
13956 (org-agenda-todo): Fix bug with point at end of line.
13957 (org-agenda-change-all-lines, org-finalize-agenda-entries):
13958 Fontify TODO keywords.
13959 (org-insert-link): Preserve relative path in ../ links.
13960 (org-export-as-html): Convert links pointing to .org files into
13961 links that will work beteen the exported HTML files.
13962 (org-todo-list): Fix bug when arg=0.
13963 (org-insert-heading): More fine-tuning.
13964
13965 2006-04-19 Romain Francoise <romain@orebokech.com>
13966
13967 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
13968 from `rmail-mime-charset-pattern'.
13969
13970 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
13971
13972 * progmodes/python.el (python-mode): Fix typo.
13973
13974 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
13975
13976 * comint.el (comint-previous-input): Don't clobber input line
13977 when moving off either end of the input history ring.
13978 (comint-delete-input): New function, used by
13979 `comint-previous-input' and others.
13980 (comint-previous-matching-input):
13981 Use `coming-delete-input'. Save the partial input if leaving the
13982 edit line. Goto point-max before deleting input to avoid
13983 partial input fragments hanging around.
13984 (comint-restore-input): New function, used by `comint-previous-input'.
13985
13986 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
13987
13988 * imenu.el (imenu--index-alist): Balance parentheses.
13989
13990 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
13991
13992 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
13993
13994 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
13995
13996 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
13997 file is nil.
13998
13999 2006-04-18 Richard Stallman <rms@gnu.org>
14000
14001 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
14002
14003 * imenu.el (imenu-create-index-function, imenu--index-alist)
14004 (imenu--last-menubar-index-alist, imenu--make-index-alist)
14005 (imenu-default-create-index-function, imenu--generic-function):
14006 Doc fixes.
14007
14008 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
14009
14010 * help-mode.el (help-mode): Set view-exit-action to delete window.
14011
14012 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
14013 now works by passing nil as arg.
14014
14015 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
14016
14017 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
14018 (read-abbrev-file): Provide default when reading filename.
14019
14020 * files.el (enable-local-variables): Allow :all as value.
14021 (hack-local-variables): Implement that value.
14022 (safe-local-variable-values, safe-local-eval-forms)
14023 (enable-local-variables): Mark as risky.
14024 (find-file-visit-truename, kept-old-versions): Mark safe.
14025
14026 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
14027 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
14028 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
14029
14030 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14031
14032 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
14033 Use forward-line so as to get to BOL even in the presence of fields.
14034 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
14035 in return.
14036 (inferior-tcl): Tell tclsh to work in interactive mode.
14037
14038 * complete.el (partial-completion-mode):
14039 Use 'choose-completion-string-functions to make sure that
14040 choose-completion fills the minibuffer properly.
14041
14042 * complete.el (PC-old-read-file-name-internal): Remove.
14043 (PC-read-include-file-name-internal): Remove. Turn it into an advice
14044 of read-file-name-internal.
14045 (partial-completion-mode): Enable/disable this advice.
14046
14047 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
14048
14049 * net/tramp.el (tramp-completion-file-name-handler): Revert change
14050 of 2006-04-17.
14051
14052 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
14053
14054 * textmodes/org.el (org-insert-heading): Insert heading before
14055 current if at beginning of line.
14056 (org-todo, org-date): New faces.
14057 (org-table-align): Make sure tooltip window contains full text.
14058 (org-no-properties): New defsubst.
14059 (org-set-font-lock-defaults): Use new faces.
14060
14061 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
14062
14063 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
14064 for root variables.
14065
14066 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
14067 (gdb-frame-address): Re-use to identify frame for watch expression.
14068 (gdb-var-list, gdb-var-create-handler): Add frame address for root
14069 variables.
14070 (gdb-init-1, gdb-source, gdb-post-prompt)
14071 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
14072 (gdb-frame-handler): Get gdb-frame-address.
14073
14074 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
14075
14076 Sync with Tramp 2.0.53.
14077
14078 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
14079 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
14080 (tramp-completion-file-name-handler): Add autoload cookie for
14081 adding to `file-name-handler-alist'.
14082
14083 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
14084 the prompt. If it returns earlier (when detecting an error
14085 message), the rest of the output will merge accidently with the
14086 output of the next command. Reported by M Jared Finder
14087 <jared@hpalace.com>.
14088
14089 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
14090 for `process-file', in order to let it work for older Emacsen too.
14091
14092 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
14093
14094 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
14095 (tex-font-lock-keywords-3): Use it.
14096
14097 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14098
14099 * newcomment.el (comment-add): New function.
14100 (comment-region-default, comment-dwim): Use it.
14101
14102 2006-04-15 Michael Olson <mwolson@gnu.org>
14103
14104 * emacs-lisp/tq.el: Improve comments.
14105 (tq-queue-head-question): New accessor function.
14106 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
14107 Update for modified queue structure.
14108 (tq-queue-add): Accept `question' argument.
14109 (tq-queue-pop): If a question is pending, send it.
14110 (tq-enqueue): Accept new optional argument `delay-question'.
14111 If this is non-nil, and at least one other question is pending a
14112 response, queue the question rather than sending it immediately.
14113
14114 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14115
14116 * calendar/appt.el (appt-add): Check whether an appointment is
14117 already present in appt-time-msg-list. Simplify code.
14118
14119 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14120
14121 * progmodes/cc-langs.el (c-mode-menu):
14122 Don't presume c-subword-mode is bound.
14123
14124 2006-04-13 Bill Wohler <wohler@newt.com>
14125
14126 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
14127 (customize-package-emacs-version): Use cdr instead of cadr now
14128 that alists use dotted pairs.
14129
14130 * custom.el (defcustom): Fix docstring for :package-version.
14131
14132 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
14133
14134 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
14135 (tramp-handle-shell-command): Display output buffer only when
14136 `tramp-display-shell-command-buffer' is true.
14137 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
14138
14139 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14140
14141 * textmodes/org.el (org-set-autofill-regexps): Set only the local
14142 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
14143
14144 2006-04-13 Romain Francoise <romain@orebokech.com>
14145
14146 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
14147 leaving temporary .cvsignore buffers behind.
14148
14149 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14150
14151 * textmodes/org.el (org-set-regexps-and-options)
14152 (org-get-current-options): Better names for the startup folding
14153 options.
14154
14155 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
14156
14157 * vc.el (vc-annotate): Arrange for point to end up at the same
14158 line number as in the original, but only when using a new buffer.
14159
14160 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
14161
14162 * files.el (hack-one-local-variable-eval-safep):
14163 Recognize `edebug-form-spec' for `put', but only if it passes
14164 `edebug-basic-spec'. Generalize `put' handling.
14165
14166 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
14167 vetting file-local form specs.
14168
14169 * allout.el (allout-layout): Autoload its `safe-local-variable'
14170 property.
14171
14172 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14173
14174 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
14175 (org-agenda-mouse-1-follows-link)
14176 (org-mouse-1-follows-link): New options.
14177 (org-format-agenda-item): Fix bug if TAGS is nil.
14178 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
14179
14180 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
14181
14182 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
14183 GDB 6.1+ gives full filename for "info sources" so use
14184 file-name-nondirectory.
14185
14186 2006-04-12 Romain Francoise <romain@orebokech.com>
14187
14188 * subr.el (read-passwd): Bind `message-log-max' to nil.
14189
14190 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14191
14192 * progmodes/perl-mode.el (perl-indent-new-calculate):
14193 Recompute parse-start after jumping backward by a whole sexp.
14194
14195 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14196
14197 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
14198 window configuration.
14199 (vc-annotate-display-select): Select the buffer so that current-buffer
14200 (and selected-window) is the output buffer at the end of vc-annotate.
14201
14202 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
14203
14204 * vc.el (vc-annotate-color-map): Add custom TTY color map for
14205 8-color terminals, to use all of the colors in a sensible order.
14206 256-color terminals work well with the standard map.
14207 (vc-annotate-lines): Only strip the first color character if it
14208 is "#", to allow for terminal-style named colors.
14209 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
14210 the correct buffer is scrolled.
14211
14212 2006-04-11 Richard Stallman <rms@gnu.org>
14213
14214 * emacs-lisp/bytecomp.el (byte-compile-file):
14215 Bind enable-local-variables to :safe, and make normal-mode obey it.
14216
14217 * files.el (enable-local-variables): Allow value :safe.
14218 (normal-mode): Doc fix.
14219 (hack-local-variables): Implement enable-local-variables = :safe.
14220 (hack-local-variables-confirm): Don't prevent quitting.
14221
14222 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14223
14224 * loadhist.el (unload-feature): A bit of sanity check of
14225 load-history entries. Cancel timer-vars before unbinding them.
14226
14227 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
14228 quote special chars, and make the trick work on the hex part of the
14229 buffer as well.
14230 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
14231 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
14232
14233 * startup.el (normal-splash-screen): Fix last change so we don't wait
14234 2 minutes if we don't show the splash screen.
14235
14236 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
14237
14238 * textmodes/org.el (org-export-plain-list-max-depth)
14239 (org-table-spaces-around-separators)
14240 (org-radio-targets, org-activate-camels)
14241 (org-table-spaces-around-invisible-separators): Options removed.
14242 (org-time-stamp-rounding-minutes, org-remember-templates)
14243 (org-ellipsis, org-activate-links, org-descriptive-links):
14244 New options.
14245 (org-remember-apply-template, org-current-time)
14246 (org-finish-edit-table-field)
14247 (org-link-unescape, org-link-escape)
14248 (org-string-width, org-table-clean-line, org-html-do-expand)
14249 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
14250 (org-read-agenda-file-list): New functions.
14251 (org-table-edit-field)
14252 (org-table-create-or-convert-from-region): New commands
14253 (org-table-toggle-vline-visibility): Command removed.
14254 (org-table-convert-region): Made a command.
14255 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
14256 Replace with the normal org- functions.
14257 (org-self-insert-command): Don't trigger realign unnecessarily
14258 when blanking a field that is not full.
14259 (org-mode): `Set buffer-invisibility-spec' for links.
14260 (org-activate-links2): Hide link part and only show descriptive
14261 part of the link.
14262 (org-insert-link): Modify for new linking system.
14263 (org-store-link): Store description separately, for use by
14264 `org-insert-link'.
14265 (org-table-align): Use `org-string-width'.
14266 (defgroup): Completely new group structure for custom variables.
14267 (org-agenda-files): Option: Single file name allowed. Function:
14268 Optional argument unrestrited means ignore any restricitons.
14269 (org-install-agenda-files-menu): Find a buffer in Org-mode before
14270 trying to modify the menu. Use generalized access to
14271 `org-agenda-files.'
14272 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
14273 (org-agenda-file-to-front, org-remove-file, org-diary)
14274 (org-tags-view, org-export-icalendar-all-agenda-files)
14275 (org-export-icalendar-combine-agenda-files): Use generalized
14276 access to `org-agenda-files'.
14277 (org-remember-handler): Correctly preserve heading if present.
14278 (org-table-insert-row, org-table-insert-hline): Deal with
14279 invisible characters.
14280
14281 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
14282
14283 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
14284 (vc-annotate-color-map): New 18 element constant
14285 value/saturation, rotating hue colormap, from red->blue.
14286 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
14287 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
14288 (vc-annotate): To avoid killing the required local variables,
14289 set them before the end of `with-output-to-temp-buffer', and
14290 after first switching to annotate-mode.
14291 (vc-annotate-warp-version): Add buffer argument in goto-line to
14292 ensure annotation, not source, is scrolled.
14293
14294 2006-04-10 Bill Wohler <wohler@newt.com>
14295
14296 * custom.el (defcustom, custom-handle-keyword):
14297 Add :package-version keyword.
14298 (custom-add-package-version): New function. Sets value of new
14299 property 'custom-package-version from :package-version keyword.
14300 (defcustom): Create Common Keywords section in docstring.
14301 (defface, defgroup): Replace definitions of a select few keywords
14302 with a reference to the Common Keywords in defcustom.
14303 (defcustom, defface, defgroup): Replace reference to Customization
14304 chapter in manual with hyperlink.
14305
14306 * cus-edit.el (customize-package-emacs-version-alist): New variable.
14307 (customize-changed-options): Add check for custom-package-version.
14308 (customize-package-emacs-version): New function to look up Emacs
14309 version corresponding to the given package version.
14310
14311 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
14312 defun name, in similar fashion to find-variable-regexp.
14313
14314 2006-04-10 Eli Zaretskii <eliz@gnu.org>
14315
14316 * international/mule-cmds.el (set-locale-environment): Fix last
14317 change for when the locale's preferences don't specify any encoding.
14318
14319 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14320
14321 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
14322 so the defined var/fun doesn't need to be quoted.
14323
14324 2006-04-10 Richard Stallman <rms@gnu.org>
14325
14326 * finder.el (finder-mode-map): Add n and p bindings.
14327
14328 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
14329
14330 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
14331 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
14332 (gdb-setup-windows): Put something in source window if we can't find
14333 the source file.
14334 (gdb-frame-handler): Make it work again with just assembly.
14335 (gdb-data-list-register-values-handler): Make it work when there is
14336 no stack.
14337
14338 2006-04-09 Richard Stallman <rms@gnu.org>
14339
14340 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
14341 specs while looking for charset.
14342
14343 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
14344
14345 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
14346 Make them faces.
14347 (lm-font-lock-keywords): Update appropriately.
14348
14349 2006-04-10 Kim F. Storm <storm@cua.dk>
14350
14351 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
14352 it can also replace buffer-substring-no-properties.
14353
14354 * emulation/cua-base.el (cua-delete-region, cua-paste)
14355 (cua-repeat-replace-region): Use filter-buffer-substring.
14356
14357 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
14358 (cua-cut-region-to-global-mark): Likewise.
14359
14360 * emulation/cua-rect.el (cua--extract-rectangle)
14361 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
14362
14363 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14364
14365 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
14366 entry-type. Add field delimiters to numerical fields if they are
14367 not present.
14368
14369 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14370
14371 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
14372 string-const to return value.
14373 (bibtex-remove-delimiters): Use it.
14374
14375 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14376
14377 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
14378 cl-byte-compile-compiler-macro unless it exists.
14379
14380 2006-04-08 Eli Zaretskii <eliz@gnu.org>
14381
14382 * files.el (hack-local-variables-confirm) <offer-save>:
14383 Clarify message text. Suggested by Ralf Angeli.
14384
14385 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
14386
14387 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
14388 (delete-extract-rectangle-line): Use `filter-buffer-substring'
14389 instead of `buffer-substring' and `delete-region'. (Most of the
14390 code actually copied from `kill-region'.)
14391
14392 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
14393
14394 * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
14395 (rcirc-default-port): Rename from rcirc-port.
14396 (rcirc-default-nick): Rename from rcirc-nick.
14397 (rcirc-default-user-name): Rename from rcirc-user-name.
14398 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
14399 (rcirc-low-priority-flag): New variable.
14400 (rcirc-decode-coding-system): New defcustom.
14401 (rcirc-encode-coding-system): New defcustom.
14402 (rcirc-coding-system-alist): New defcustom.
14403 (rcirc-multiline-major-mode): New defcustom.
14404 (rcirc-nick): New internal variable.
14405 (rcirc-process): Remove variable.
14406 (rcirc-server-buffer): New variable.
14407 (rcirc): Update to use rcirc-default-* variables above.
14408 (rcirc-connect): Do not add window-configuration-hook-here.
14409 (rcirc-server): New internal variable.
14410 (rcirc-connect): Do not send keepalive pings if
14411 rcirc-keepalive-seconds is nil.
14412 (with-rcirc-server-buffer): New macro.
14413 (rcirc-send-string): Encode with rcirc-encode-coding-system.
14414 (rcirc-server-name): Rename from rcirc-server.
14415 (rcirc-buffer-process): New function.
14416 (rcirc-buffer-nick): New function.
14417 (rcirc-buffer-target): Remove function.
14418 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14419 New commands.
14420 (rcirc-mode-map): Change binding of C-c C-l to
14421 rcirc-toggle-low-priority.
14422 (rcirc-mode): Initialize coding system based on
14423 rcirc-coding-system-alist. New change-major-mode-hook to part the
14424 channel on a mode change. Make kill-buffer-hook buffer-local.
14425 (rcirc-change-major-mode-hook): New function.
14426 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
14427 (rcirc-last-post-time): New variable.
14428 (rcirc-process-message): Store the last time user posted a message
14429 to this target.
14430 (rcirc-multiline-minor-mode): New mode.
14431 (rcirc-multiline-minor-mode-map): New mode map.
14432 (rcirc-edit-multiline): Put multiline-edit buffer in
14433 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
14434 (rcirc-print): Ignore any line starting with an ignored nick.
14435 (rcirc-print): Decode using rcirc-decode-coding-system.
14436 (rcirc-track-minor-mode): Update global-mode-string when disabling
14437 this mode.
14438 (minor-mode-alist): Add LowPri indicator.
14439 (rcirc-toggle-low-priority): New function.
14440 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
14441 next lowpriority buffer with activity.
14442 (rcirc-record-activity): Sort buffers in rcirc-activity by the
14443 last time the user posted a message in to the target.
14444 (rcirc-update-activity-string): New formatting for low priority
14445 buffers.
14446 (rcirc-split-activity): New function.
14447 (rcirc-handler-PART, rcirc-handler-KICK)
14448 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
14449 (rcirc-nick-away-alist): New variable.
14450 (rcirc-handler-301): New handler. Away messages are printed once
14451 per change.
14452
14453 2006-04-08 Eli Zaretskii <eliz@gnu.org>
14454
14455 * info.el (Info-follow-nearest-node): Doc fix.
14456
14457 * international/mule-cmds.el (set-locale-environment): Make sure
14458 the coding-system preferred by the locale's language has the same
14459 EOL conversion type as the original buffer-file-coding-system.
14460 (locale-language-names): Add a few MS Windows language codes.
14461
14462 2006-04-07 Richard Stallman <rms@gnu.org>
14463
14464 * simple.el (eval-expression): Doc fix.
14465
14466 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
14467 (eval-defun): Doc fixes.
14468
14469 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
14470
14471 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
14472
14473 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
14474
14475 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
14476 GDB list command without argument for greater generality.
14477
14478 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14479
14480 * subr.el (string-or-null-p): New function.
14481
14482 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
14483
14484 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
14485
14486 * files.el: Update comment about safe-local-variable declarations.
14487
14488 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
14489
14490 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
14491 See idlwave.org.
14492
14493 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
14494 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
14495
14496 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
14497 See idlwave.org.
14498
14499 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
14500 version 6.0 (minimal changes). See idlwave.org.
14501
14502 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
14503 6.0 (minimal changes). See idlwave.org.
14504
14505 * progmodes/idlw-rinfo.el: File obsoleted and removed.
14506
14507 2006-04-06 Romain Francoise <romain@orebokech.com>
14508
14509 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
14510 symmetric encryption features and a new asynchronous interface to
14511 GnuPG. This new version is version 1.4, plus whitespace changes.
14512
14513 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14514
14515 * files.el: Move some `safe-local-variable' declarations to the
14516 respective files.
14517
14518 * textmodes/ispell.el (ispell-check-comments)
14519 (ispell-local-dictionary): Mark as safe.
14520
14521 * abbrev.el (abbrev-mode): Mark as safe.
14522
14523 * add-log.el (change-log-default-name): Mark as safe.
14524
14525 * textmodes/reftex-vars.el (reftex-vref-is-default)
14526 (reftex-fref-is-default, reftex-level-indent)
14527 (reftex-guess-label-type): Mark as safe.
14528
14529 * textmodes/fill.el (colon-double-space): Mark as safe.
14530
14531 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
14532 (sentence-end-double-space, sentence-end-without-period)
14533 (sentence-end-without-space, sentence-end, sentence-end-base)
14534 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
14535
14536 2006-04-06 Kim F. Storm <storm@cua.dk>
14537
14538 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
14539 the :set-after list.
14540 (ido-downcase-unc-hosts): New user option. Default on.
14541 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
14542 when it is set, as regexps are now applied on the fly.
14543 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
14544 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
14545 on the fly, but only when ido-process-ignore-lists is set.
14546 Do case insensitive filtering if ido-downcase-unc-hosts is set.
14547 Only downcase names if ido-downcase-unc-hosts is set.
14548
14549 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
14550
14551 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
14552
14553 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
14554
14555 2006-04-05 Kim F. Storm <storm@cua.dk>
14556
14557 * ido.el (ido-mode): Set after ido-unc-hosts and
14558 ido-ignore-unc-host-regexps.
14559 (ido-save-history): Save ido-unc-hosts-cache.
14560 (ido-load-history): Load ido-unc-hosts-cache.
14561 (ido-reread-directory): Refresh unc hosts cache in // dir.
14562
14563 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
14564 to nil while displaying slash screen.
14565
14566 2006-04-05 Daiki Ueno <ueno@unixuser.org>
14567
14568 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14569 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14570
14571 2006-04-05 Kenichi Handa <handa@m17n.org>
14572
14573 * international/characters.el: Setup cases of Latin, Greek, and
14574 Cyrillic characters in CJK charsets.
14575
14576 2006-03-29 Daiki Ueno <ueno@unixuser.org>
14577
14578 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14579 default-enable-multibyte-characters. This reverts the change from
14580 revision 6.17 which is no longer necessary because the passphrase
14581 is sent separately now. GnuPG messages are unreadable under
14582 multibyte locales with default-enable-multibyte-characters set to nil.
14583
14584 2006-04-04 Andreas Schwab <schwab@suse.de>
14585
14586 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
14587 and `byte-compile-warnings' as `safe-local-variable'.
14588
14589 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
14590
14591 * man.el (Man-mode-map): Restore the \r binding.
14592 (Man-abstract-xref-man-page): If Man-target-string is a function,
14593 call it.
14594 (Man-highlight-references): Use Man-default-man-entry to get the
14595 target. Deal with xrefs too.
14596 (Man-highlight-references0): Don't call the target function.
14597
14598 * woman.el (WoMan-xref-man-page): Strip the section number, woman
14599 cannot deal with it.
14600
14601 2006-04-04 Daiki Ueno <ueno@unixuser.org>
14602
14603 * pgg-gpg.el: Clean up process buffers every time gpg processes
14604 complete.
14605
14606 2006-04-04 Kenichi Handa <handa@m17n.org>
14607
14608 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
14609 here.
14610 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
14611 Temporarily bind inhibit-field-text-motion to t.
14612
14613 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14614
14615 * startup.el (normal-splash-screen): Only set mode-line-format in the
14616 splash buffer, so as not to interfere when debugging the code.
14617 Ignore errors when switching buffer.
14618
14619 2006-04-03 Romain Francoise <romain@orebokech.com>
14620
14621 * dired.el (dired-dnd-protocol-alist): Fix typo.
14622
14623 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
14624
14625 * savehist.el (savehist): Add :version.
14626 (savehist-ignored-variables): New variable.
14627 (savehist-minibuffer-hook): Don't save variables listed in
14628 `savehist-ignored-variables'.
14629
14630 * dired.el (dired-dnd-protocol-alist): Mention that change does
14631 only apply to new buffers in doc string.
14632
14633 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
14634
14635 * recentf.el (recentf-open-files-item): Include newline in button
14636 field, so opening a file will work, when the point is at the end
14637 of the file name. Allow, for example, to [i]search a file by
14638 extension and just push RET to open it.
14639
14640 2006-04-03 Daiki Ueno <ueno@unixuser.org>
14641
14642 * pgg-gpg.el (pgg-gpg-process-filter)
14643 (pgg-gpg-wait-for-completion): Check if buffer is alive.
14644
14645 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14646 lines, temporary fix.
14647
14648 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14649
14650 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
14651
14652 2006-04-02 Richard Stallman <rms@gnu.org>
14653
14654 * progmodes/compile.el (compilation-message-face): Make it defcustom.
14655
14656 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14657
14658 * ibuf-macs.el (define-ibuffer-column): Add a new key:
14659 header-mouse-map.
14660
14661 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
14662 (ibuffer-mode-header-map): New keymaps.
14663 (ibuffer-update-title-and-summary): Enable mouse face highlighting
14664 and keybindings for column headers.
14665 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
14666 property.
14667
14668 2006-04-02 Drew Adams <drew.adams@oracle.com>
14669
14670 * speedbar.el (speedbar-after-create-hook): Doc fix.
14671
14672 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
14673
14674 * shell.el (shell-directory-tracker)
14675 (shell-dynamic-complete-command): Doc fixes.
14676
14677 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
14678
14679 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
14680 terminals.
14681
14682 2006-04-01 Kim F. Storm <storm@cua.dk>
14683
14684 * ido.el (ido-unc-hosts-cache): New defvar.
14685 (ido-unc-hosts): If value of defcustom is a function, call it to
14686 get list of UNC hosts. Add function-item choices to specify
14687 ido-unc-hosts-net-view or user function.
14688 (ido-ignore-unc-host-regexps): New defcustom.
14689 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
14690 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
14691 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
14692
14693 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
14694
14695 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
14696 wwidth.
14697
14698 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
14699
14700 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
14701 (ido-max-work-file-list, ido-switch-buffer)
14702 (ido-read-file-name-as-directory-commands):
14703 Fix typos in docstrings.
14704
14705 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14706
14707 * term/mac-win.el (mac-system-coding-system): Define and use after
14708 Mac-specific coding systems are ready.
14709
14710 2006-03-27 Romain Francoise <romain@orebokech.com>
14711
14712 * net/rcirc.el (rcirc-connect): Add autoload cookie.
14713
14714 * ldefs-boot.el: Update.
14715
14716 2006-03-27 Daiki Ueno <ueno@unixuser.org>
14717
14718 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14719 passphrases when it is not needed.
14720 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14721 passphrase stuff from gpg, should only be necessary when you use
14722 gpg with a smartcard.
14723
14724 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
14725
14726 * comint.el (comint-dynamic-list-completions): Allow user to
14727 select *Completions* buffer.
14728
14729 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
14730
14731 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
14732
14733 2006-03-26 Andreas Schwab <schwab@suse.de>
14734
14735 * progmodes/gud.el (gdb): Only complain about multiple debugging
14736 when the gdb process is still running.
14737
14738 2006-03-25 Eli Zaretskii <eliz@gnu.org>
14739
14740 * mail/rmail.el (tool-bar-map): Defvar it.
14741 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
14742 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
14743
14744 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
14745
14746 * help.el (print-help-return-message): Suggest to use
14747 display-buffer instead of switch-to-buffer-other-window to restore
14748 the previous window without selecting it.
14749
14750 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14751
14752 * frame.el (select-frame-by-name): Call x-focus-frame also when
14753 window-system is mac.
14754
14755 * term/mac-win.el: Adjust Courier font specifications in
14756 x-fixed-font-alist.
14757 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
14758 when directly encoding to UTF-16 in native byte order, no BOM.
14759
14760 2006-03-25 Kim F. Storm <storm@cua.dk>
14761
14762 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
14763 (cua--init-keymaps): Use it instead of fixed C-return.
14764 (cua-mode): Set after it.
14765
14766 * emulation/cua-rect.el (cua--init-rectangles):
14767 Use cua-rectangle-mark-key instead of fixed C-return.
14768
14769 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
14770
14771 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
14772 "run" in .gdbinit.
14773 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
14774
14775 2006-03-24 Romain Francoise <romain@orebokech.com>
14776
14777 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
14778 `display-buffer-other-frame'.
14779
14780 2006-03-24 Kim F. Storm <storm@cua.dk>
14781
14782 * apropos.el (apropos-synonyms): Add selection => region.
14783
14784 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
14785
14786 * progmodes/gdb-ui.el (gdb-var-create-regexp)
14787 (gdb-var-list-children-regexp, gdb-var-update-regexp)
14788 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
14789 (gdb-data-list-register-values-regexp)
14790 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
14791 Future proof against new fields being added to MI output.
14792 (gdb-send): Don't treat backslashes for program input as
14793 continuations.
14794 (gdb-assembler-handler): Don't use window-start for this handler.
14795 (gdb-frame-handler): Don't change to hollow arrow if overlay
14796 arrow doesn't move to new frame.
14797
14798 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
14799
14800 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
14801 prevent compiler warnings.
14802 (gdb-stopped): Check for gud-last-last-frame (case: signal).
14803 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
14804 (gdb-assembler-custom): Use hollow-right-triangle for assembler
14805 buffer too.
14806
14807 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
14808
14809 * pgg-gpg.el (pgg-gpg-update-agent): Check for
14810 make-network-process, so we can use the same code in Gnus v5-10
14811 too and have this file fully synchronized with that release.
14812
14813 2006-03-23 Romain Francoise <romain@orebokech.com>
14814
14815 * ibuf-ext.el (ibuffer-read-filter-group-name):
14816 Use `ibuffer-generate-filter-groups' to make completion list match
14817 the filter groups that are really displayed in the Ibuffer buffer.
14818 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
14819
14820 2006-03-23 Kenichi Handa <handa@m17n.org>
14821
14822 * international/mule-cmds.el (sort-coding-systems): Describe that
14823 the argument is modified in docstring.
14824
14825 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
14826
14827 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14828 (pgg-gpg-update-agent): New function.
14829 (pgg-gpg-use-agent-p): New function.
14830 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14831 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14832 (pgg-gpg-sign-region): Use it.
14833
14834 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
14835
14836 * cus-edit.el (custom-face-set): Call custom-push-theme before
14837 face-spec set so that `changed' theme is correctly saved.
14838 (custom-face-reset-standard): Reset to recalculated face rather
14839 than defface spec.
14840
14841 * custom.el (custom-push-theme): Only save `changed' theme if the
14842 current face does not match the defface specs.
14843
14844 2006-03-21 Simon Josefsson <jas@extundo.com>
14845
14846 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14847 <wilde@sha-bang.de>.
14848 (pgg-gpg-use-agent): New variable.
14849 (pgg-gpg-process-region): Use it.
14850 (pgg-gpg-encrypt-region): Likewise.
14851 (pgg-gpg-encrypt-symmetric-region): Likewise.
14852 (pgg-gpg-decrypt-region): Likewise.
14853 (pgg-gpg-sign-region): Likewise.
14854 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14855
14856 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
14857
14858 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
14859 bracket links.
14860
14861 2006-03-21 Kim F. Storm <storm@cua.dk>
14862
14863 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
14864 fringe-indicator-alist instead of modifying global value.
14865 (gdb-frame-handler): Likewise.
14866
14867 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
14868
14869 * diff-mode.el (diff-function): Make it inherit from diff-header
14870 instead of diff-context.
14871
14872 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
14873 bitmap.
14874 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
14875 change names in macro above for consistency.
14876 (gdb-frame-handler): Use hollow-right-triangle for all selected
14877 frames which except the innermost (where execution has stopped).
14878 (gdb-reset): Reset buffer-local values of overlay-arrow.
14879
14880 2006-03-20 Richard Stallman <rms@gnu.org>
14881
14882 * simple.el (set-mark-command): Doc fix.
14883
14884 * files.el (display-buffer-other-frame): New command.
14885 (ctl-x-4-map): Bind C-x 5 C-o to it.
14886
14887 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14888
14889 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
14890 rather than just defer-time, in case defer-time has been changed but
14891 the timer isn't running yet.
14892 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
14893
14894 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
14895
14896 * help-mode.el (help-follow-symbol): New function.
14897 Essentially identical to the old `help-follow', but do not let
14898 `push-button' do the work when on an xref.
14899 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
14900
14901 2006-03-19 Richard Stallman <rms@gnu.org>
14902
14903 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
14904 preceded by the word `program'.
14905 (help-follow-mouse, help-follow): Throw error if not on xref.
14906 Delete no longer used args.
14907
14908 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
14909
14910 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
14911 annotation ensure gud-overlay-arrow-position is redisplayed.
14912
14913 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14914
14915 * textmodes/bibtex.el (bibtex-include-OPTkey)
14916 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
14917 (bibtex-autokey-name-case-convert)
14918 (bibtex-autokey-titleword-case-convert): Make these the aliases
14919 for the following two variables.
14920 (bibtex-autokey-name-case-convert-function)
14921 (bibtex-autokey-titleword-case-convert-function): Make these the
14922 real names.
14923 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
14924 bibtex-font-lock-crossref sublists.
14925 (bibtex-mode): Revert 2005-12-30 change (which made
14926 completion-ignore-case buffer-local).
14927 (bibtex-url): Simplify.
14928
14929 2006-03-19 Kim F. Storm <storm@cua.dk>
14930
14931 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
14932 cursor property value to 2 (to align with C level change).
14933
14934 2006-03-19 Bill Wohler <wohler@newt.com>
14935
14936 * image.el (image-load-path-for-library): Shorten first line in
14937 docstring.
14938
14939 2006-03-18 Richard Stallman <rms@gnu.org>
14940
14941 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
14942
14943 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
14944
14945 * isearch.el (isearch-other-meta-char): Handle user bindings for
14946 shifted control characters.
14947
14948 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
14949
14950 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
14951 part that matches email addresses, file names, etc.
14952
14953 2006-03-18 Eli Zaretskii <eliz@gnu.org>
14954
14955 * term/w32-win.el (mouse-set-font):
14956 Mention w32-list-proportional-fonts in the doc string.
14957
14958 2006-03-18 Kim F. Storm <storm@cua.dk>
14959
14960 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
14961 (ido-unc-hosts): New user option to explicitly define list of know
14962 UNC-style hosts for completion.
14963 (ido-cache-unc-host-shares-time): New user option.
14964 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
14965 New helper functions for UNC file-name support.
14966 (ido-may-cache-directory): Check for UNC host. Simplify.
14967 (ido-wash-history): Clean out old UNC hosts.
14968 (ido-nonreadable-directory-p): UNC hosts are always readable.
14969 (ido-directory-too-big-p): UNC hosts are never too big.
14970 (ido-set-current-directory): Handle UNC root path.
14971 (ido-file-name-all-completions): Complete UNC host names from
14972 ido-unc-hosts list. Cache UNC host shares.
14973 (ido-make-file-list-1): Don't filter UNC root.
14974 (ido-exhibit): Check for // in root directory, and switch to UNC
14975 mode by setting ido-current-directory to //.
14976
14977 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
14978
14979 * cus-edit.el (customize-changed-options): Mention explicit
14980 version number as default in prompt.
14981
14982 2006-03-17 Bill Wohler <wohler@newt.com>
14983
14984 * image.el (image-load-path-for-library): Minor docstring fix.
14985
14986 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
14987
14988 * textmodes/org.el (org-read-date): Include subgroup 5 into
14989 replacement text.
14990 (org-popup-calendar-for-date-prompt): Fix customization type.
14991
14992 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
14993
14994 * progmodes/gdb-ui.el (gud-watch): Provide completion.
14995 (gdb-continuation): New variable.
14996 (gdb-send): Deal with continuation lines.
14997
14998 * progmodes/gud.el (gud-gdb-complete-command)
14999 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
15000 expressions.
15001 (gud-tooltip-mode): Use buffer-local value.
15002
15003 2006-03-16 Kim F. Storm <storm@cua.dk>
15004
15005 * ido.el (ido-edit-input): Use selected match, if any.
15006
15007 2006-03-16 Bill Wohler <wohler@newt.com>
15008
15009 * image.el (image-load-path-for-library): Prefer user's images in
15010 image-load-path.
15011
15012 2006-03-16 Martin Rudalics <rudalics@gmx.at>
15013
15014 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
15015 when checking for attempt to drag leftmost or rightmost scrollbar.
15016
15017 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
15018
15019 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
15020 (gdb-force-mode-line-update): New function.
15021 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
15022 (gdb-exited): Use them.
15023 (gdb-signal): New function.
15024 (gdb-annotation-rules): Provide a rule for it.
15025
15026 2006-03-16 Kenichi Handa <handa@m17n.org>
15027
15028 * international/mule.el (auto-coding-regexp-alist): Add entries
15029 for Unicode BOM.
15030
15031 * sort.el (sort-build-lists): Temporarily bind
15032 inhibit-field-text-motion to t.
15033
15034 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
15035
15036 * locate.el (locate-command, locate-make-command-line)
15037 (locate-fcodes-file, locate-update-command)
15038 (locate-prompt-for-command, locate, locate-with-filter)
15039 (locate-get-file-positions): Doc fixes.
15040 (locate-buffer-name, locate-header-face): Remove leading `*' in
15041 defcustom.
15042 (locate-filter-output): Use `keep-lines' instead of its alias
15043 `delete-non-matching-lines'.
15044 (locate-get-filename, locate-get-dirname): Add introductory comment.
15045 (locate-find-directory-other-window): Give appropriate error
15046 message if used outside main listing.
15047
15048 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15049
15050 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
15051 the new extend-region feature.
15052 (font-lock-after-change-function): Update correspondingly.
15053 * jit-lock.el (jit-lock-after-change): Update correspondingly.
15054 * progmodes/grep.el (font-lock-lines-before): Don't disable.
15055
15056 2006-03-15 Bill Wohler <wohler@newt.com>
15057
15058 * image.el (image-load-path-for-library): Fix example by not
15059 recommending that one binds image-load-path. Just defvar it to
15060 placate compiler and only use it if previously defined.
15061
15062 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
15063
15064 * textmodes/org.el (org-insert-centered): Use `string-width' to
15065 make underlining work for wide characters.
15066 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
15067 TAB to `org-cycle', to make sure that no binding in
15068 `outline-mode-map' can supercede it.
15069
15070 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
15071
15072 * allout.el: Increment version to 2.2.1 in file commentary.
15073
15074 (allout-version): Increment to 2.2.1.
15075
15076 (allout-default-layout): New customization variable, used when the
15077 file lacks a specific allout-layout. Uses allout-layout-type for
15078 recursively nested definition.
15079
15080 (allout-layout-type): Widget defining allout layouts, necessary for
15081 self-recursive definition.
15082
15083 (allout-mode): Incorporate allout-default-layout as fallback for
15084 allout-layout.
15085
15086 (allout-layout): Mark as 'safe-local-variable', and refer mention
15087 fallback to `allout-default-layout' in absence of a specified value.
15088 (allout-passphrase-verifier-string)
15089 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
15090
15091 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
15092
15093 (allout-get-encryption-passphrase-verifier): Use correct name of
15094 passphrase verifier in docstring.
15095
15096 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
15097
15098 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
15099 elements.
15100 (gdb-find-watch-expression): Make it work for arrays too.
15101 Follow change to gdb-var-list.
15102 (gud-watch): Allow the user to enter variable name with a prexix
15103 arg. Create keybindings.
15104 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
15105 (gdb-var-list-children-handler, gdb-var-update-handler)
15106 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
15107 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
15108 Follow change to gdb-var-list.
15109 (gdb-starting): Don't show the overlay arrows when program is running.
15110
15111 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
15112 gdb-var-list.
15113
15114 2006-03-14 Bill Wohler <wohler@newt.com>
15115
15116 * image.el (image-load-path-for-library): Pass value of path
15117 rather than symbol. Always return list of directories.
15118 Guarantee that image directory comes first.
15119
15120 2006-03-14 Alan Mackenzie <acm@muc.de>
15121
15122 * font-core.el (font-lock-extend-region\(-function\)?.):
15123 New function/variable.
15124
15125 * font-lock.el (font-lock-after-change-function):
15126 Call font-lock-extend-region. Obey font-lock-lines-before.
15127 (font-lock-default-fontify-region): Remove reference to
15128 font-lock-lines-before.
15129
15130 * jit-lock.el (jit-lock-after-change):
15131 Call font-lock-extend-region. Obey font-lock-lines-before.
15132
15133 2006-03-14 David Ponce <david@dponce.com>
15134
15135 * tree-widget.el (tree-widget-themes-load-path)
15136 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
15137
15138 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
15139
15140 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
15141 (rcirc-print): Mark the start of text at the end of the prompt.
15142 (rcirc-track-minor-mode): Add autoload cookie.
15143 (rcirc-update-activity-string): Add space to front of mode-line
15144 indicator.
15145
15146 2006-03-13 Miles Bader <miles@gnu.org>
15147
15148 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
15149 (rcirc-abbrev-nick): Remove function.
15150 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
15151
15152 2006-03-13 David Ponce <david@dponce.com>
15153
15154 * tree-widget.el: Handle themes across all occurrences of the main
15155 themes sub-directory found in tree-widget-themes-load-path.
15156 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
15157 (tree-widget--locate-sub-directory): Return all occurrences.
15158 (tree-widget-themes-path): New function.
15159 Replace tree-widget-themes-directory, and return a list of directories.
15160 (tree-widget-set-parent-theme)
15161 (tree-widget-lookup-image): Use it.
15162
15163 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
15164
15165 * textmodes/org.el (org-link-search): Avoid self-matching of
15166 links, allow target text to be distributed over several lines.
15167 (org-search-not-link): New function.
15168 (org-set-regexps-and-options, org-get-current-options):
15169 New startup options.
15170 (org-export-as-html): Take odd-level setting from local variable.
15171 (org-fontify-emphasized-text): New option.
15172 (org-set-font-lock-defaults): Include emphasized text.
15173 (org-follow-mhe-link): Allow folder-only links, fix folder name.
15174 (org-font-lock): Customize group renamed from `org-faces'.
15175
15176 2006-03-13 John Paul Wallington <jpw@pobox.com>
15177
15178 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
15179 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
15180
15181 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
15182
15183 * cus-start.el (all): Delete :version keyword for members of the
15184 fringe group, since the entire group is new in 22.1.
15185
15186 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
15187
15188 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
15189 map if value is hexadecimal (an address).
15190 (gud-watch): Only search roots for existing watch expressions.
15191 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
15192 prevent caching problems with speedbar-update-directory-contents.
15193
15194 2006-03-12 Juri Linkov <juri@jurta.org>
15195
15196 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
15197 before comparing with `low' and `warn'.
15198
15199 * info.el (Info-dir-remove-duplicates): Move point to the
15200 beginning of the current line after deleting the entries from
15201 redundant heading. Use marker for `limit' and compare it with
15202 point before calling `re-search-forward'.
15203
15204 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
15205
15206 * simple.el (yank): Fix typo in docstring.
15207
15208 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
15209
15210 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
15211 messages, where "D" is the 6th character.
15212
15213 2006-03-11 Eli Zaretskii <eliz@gnu.org>
15214
15215 * simple.el (yank): Fix last change.
15216
15217 2006-03-11 David Ponce <david@dponce.com>
15218
15219 * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
15220 before merging elements from the standard ispell-dictionary-alist.
15221 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
15222 alist, and return the new alist.
15223
15224 2006-03-11 Richard Stallman <rms@gnu.org>
15225
15226 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
15227
15228 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
15229 the way it is implemented is too unclean.
15230
15231 * simple.el (kill-region, yank): Doc fix.
15232
15233 * battery.el (battery-echo-area-format): Doc fix.
15234 (battery-mode-line-format): Likewise.
15235 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
15236 (battery-linux-proc-acpi): Ignore batteries that say "charged".
15237
15238 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
15239
15240 * progmodes/octave-mod.el (octave-indent-for-comment):
15241 Behave according to do string.
15242
15243 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
15244
15245 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
15246 Be visible only if major mode is Mail Mode.
15247
15248 * textmodes/flyspell.el (flyspell-external-point-words)
15249 (flyspell-process-localwords): Fix last changes.
15250
15251 2006-03-11 Eli Zaretskii <eliz@gnu.org>
15252
15253 * calendar/holidays.el (list-holidays): Doc fix.
15254
15255 * international/mule.el (auto-coding-alist): Add .odt
15256 (OpenOffice's open document) files.
15257
15258 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
15259 document) files. Mention in the doc string the need to sync with
15260 auto-coding-alist.
15261
15262 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
15263
15264 * files.el (hack-local-variables-confirm): Don't prompt for ! if
15265 enable-local-variables is set to always query, or there is no
15266 savable variable.
15267
15268 2006-03-10 Bill Wohler <wohler@newt.com>
15269
15270 * image.el (image-load-path-for-library): Merge at least three
15271 functions from Gnus and MH-E into this one function that can now
15272 be shared.
15273
15274 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
15275
15276 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
15277 gdb-remove-mouse-face and remove help-echo too.
15278 (gdb-enqueue-input): Correct conditional clause.
15279
15280 2006-03-10 Glenn Morris <rgm@gnu.org>
15281
15282 * calendar/calendar.el (calendar-holidays): Doc fix.
15283 * calendar/holidays.el (list-holidays): Doc fix.
15284
15285 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
15286
15287 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
15288 it gets called in gdb-prompt anyway.
15289 (gdb-use-separate-io-buffer): Only restore window arrangement for
15290 gdb-many-windows.
15291 (gdb-enqueue-input): Make it harder to send GDB input when program
15292 is running.
15293 (gdb-buffer-list): New variable.
15294 (gdb-remove-mouse-face): New function.
15295 (gdb-starting): Use it when GDB input won't get sent.
15296
15297 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
15298
15299 * help.el (view-lossage): Remove trailing whitespace before
15300 inserting "\n".
15301
15302 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
15303
15304 * files.el (hack-local-variables-confirm):
15305 Set coding-system-for-read to nil before writing to .emacs.
15306
15307 * arc-mode.el (archive-extract): Check if an existing buffer name
15308 comes from a different archive.
15309
15310 * help.el (describe-key-briefly): If KEY is a down event, read and
15311 discard the up event.
15312
15313 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
15314
15315 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
15316 be edited and use font-lock-warning-face for any changes.
15317
15318 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
15319 (gdb-edit-value): Use it to report any errors.
15320
15321 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
15322
15323 * help.el (describe-key): Remove leftover test code.
15324
15325 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
15326
15327 * textmodes/org.el: Move defvars out of eval-when-compile.
15328 Use buffer-file-name variable.
15329 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
15330 arg `file'.
15331 (org-level-faces): Remove startup dependency.
15332 (org-cycle, org-map-tree, org-scan-tags)
15333 (org-remember-handler): Don't call `outline-level' directly.
15334 (org-mhe-search-all-folders): New option.
15335 (org-mhe-get-message-folder-from-index)
15336 (org-mhe-get-message-folder): Fix indexing search.
15337 (org-format-agenda-item): Handle nil TAGS argument.
15338 (org-cleaned-string-for-export, org-activate-target-links)
15339 (org-make-target-link-regexp): Deal with empty radio target list.
15340 (org-tag): New face.
15341 (org-get-level-face): New function.
15342 (org-set-font-lock-defaults): Simplify setup for headlines.
15343 (org-complete): Pass common substring to `display-completion-list'.
15344
15345 2006-03-06 David Ponce <david@dponce.com>
15346
15347 * tree-widget.el: Update Commentary header.
15348 (tree-widget-theme-name): Ignore parent themes.
15349 (tree-widget-set-parent-theme): New function.
15350 (tree-widget-set-theme): Use it.
15351 (tree-widget-set-image-properties): Move definition. Does nothing
15352 if image properties have already been set.
15353 (tree-widget-image-properties): Move definition. Receive an image
15354 name. Set the :pointer property.
15355 (tree-widget-lookup-image): Doc fix. Search in parent themes.
15356 Don't set the :pointer image property.
15357 (tree-widget-convert-widget): New function. Handle :dynargs
15358 compatibility here.
15359 (tree-widget): Use it to :convert-widget. Add the :expander-p
15360 predicate to control when the :expander function is entered.
15361 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
15362 (tree-widget-value-create): Handle :expander-p. widget-apply
15363 :expander.
15364 (tree-widget-expander-p): New function. Default value of the
15365 :expander-p property.
15366
15367 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
15368
15369 * help.el (describe-key): Properly handle the return value of
15370 read-key-sequence when grabbing an up-event. Cleanup mouse-1
15371 remaps. Handle string and vector `follow-link' values.
15372
15373 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
15374
15375 * complete.el (PC-expand-many-files): Try be more careful when parsing
15376 the shell's output.
15377
15378 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
15379
15380 * outline.el (hide-sublevels): Provide better interactive default.
15381
15382 2006-03-06 Kenichi Handa <handa@m17n.org>
15383
15384 * international/fontset.el (create-fontset-from-fontset-spec):
15385 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
15386
15387 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
15388
15389 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
15390 backslashes instead of one in regexp.
15391 (gud-tooltip-dereference): Add missing optional argument.
15392
15393 2006-03-04 John Paul Wallington <jpw@pobox.com>
15394
15395 * wdired.el (toplevel): Require `cl' at compile-time.
15396
15397 2006-03-04 Andreas Schwab <schwab@suse.de>
15398
15399 * server.el (server-process-filter): Handle errors during
15400 evaluation of the argument.
15401
15402 2006-03-03 John Paul Wallington <jpw@pobox.com>
15403
15404 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
15405 escape parentheses at beginning of line.
15406 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
15407 (t-mouse-mode): Remove period from end of error message.
15408
15409 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
15410
15411 * textmodes/flyspell.el (flyspell-process-localwords):
15412 Be case-sensitive.
15413
15414 2006-03-03 Martin Rudalics <rudalics@gmx.at>
15415
15416 * cus-edit.el (custom-quote): Remove function, since it has been
15417 moved to custom.el.
15418
15419 * font-lock.el (lisp-font-lock-keywords-2)
15420 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
15421 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
15422 they have no special meaning.
15423
15424 * midnight.el (clean-buffer-list): Handle case where base-buffer of
15425 indirect buffer gets killed before indirect buffer. Use dolist.
15426
15427 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
15428
15429 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
15430 value instead of a literal constant (1) on more pauses.
15431
15432 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
15433
15434 * textmodes/flyspell.el (flyspell-external-point-words):
15435 Be case-sensitive.
15436
15437 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
15438
15439 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
15440 with "www".
15441
15442 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
15443
15444 * allout.el: Restablish intermediate missing comment header to
15445 preserve outline structure.
15446 (allout-beginning-of-current-entry): Skip invisible text.
15447 (allout-open-topic): Fix opening a topic at end-of-buffer.
15448 (allout-minor-mode): Move nearer to allout-mode function.
15449
15450 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
15451
15452 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
15453
15454 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
15455
15456 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
15457 is nil.
15458
15459 * progmodes/gud.el (gud-speedbar-menu-items):
15460 Use buffer-local-value and add missing :visible keyword.
15461
15462 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
15463
15464 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
15465
15466 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
15467 must be `follow-link'.
15468
15469 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
15470
15471 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
15472 formatting: No nested anchors.
15473 (org-all-targets): Fix bug with XEmacs compatibility.
15474 (org-read-date): Add (require 'parse-time).
15475 (org-set-tags): Fix bug with extra inserted space.
15476 (org-export-html-style): Define a style class for targets.
15477 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
15478 (org-hide-leading-stars): New option.
15479 (org-hide): New face.
15480 (org-set-font-lock-defaults): Allow to hide leading stars.
15481 (org-get-legal-level, org-tr-level): New functions.
15482 (org-odd-levels-only): New option.
15483 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
15484 (org-demote, org-promote): Deal with double-star levels.
15485 (org-convert-to-odd-levels): New command.
15486
15487 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
15488
15489 * speedbar.el (speedbar-update-localized-contents): Try to
15490 preserve window-start.
15491 (speedbar-update-directory-contents): Try to preserve window-start
15492 and window-point.
15493 (speedbar-update-special-contents): Don't move back to start of window.
15494
15495 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
15496 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
15497 speedbar-timer-fn.
15498 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
15499 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
15500 instead of gdb-speedbar-timer-fn.
15501
15502 2006-02-28 Jay Belanger <belanger@truman.edu>
15503
15504 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
15505 (math-compose-expr): Use latex option when calling
15506 `math-compose-tex-matrix' for latex mode.
15507
15508 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
15509
15510 * speedbar.el: Re-instate comments about developing for speedbar
15511 [this is what info and gdb-ui use even if better methods exist now].
15512
15513 * t-mouse.el: New file.
15514 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
15515 (t-mouse-lispy-buffer-posn-from-coords): Remove.
15516 (t-mouse-make-event-element): Use posn-at-x-y instead.
15517 (t-mouse-make-event): Deal with Fedora Core 3.
15518 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
15519 (t-mouse-mouse-position-function): New function. Use it instead
15520 of advising mouse-position.
15521 (t-mouse-mode): New minor mode.
15522 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
15523
15524 2006-02-27 Glenn Morris <rgm@gnu.org>
15525
15526 * calendar/calendar.el (calendar-holidays): Doc fix.
15527
15528 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
15529
15530 * progmodes/gdb-ui.el (gdb-source-window): New variable.
15531 Re-introduce the concept of a source window.
15532 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
15533 consistency with get-buffer-create.
15534 (def-gdb-auto-update-handler, gdb-info-locals-handler)
15535 (gdb-data-list-register-values-handler)
15536 (gdb-stack-list-locals-handler): Try to preserve window-start as
15537 well as window-point.
15538 (gdb-display-source-buffer): New function (old concept).
15539 (gdb-goto-breakpoint): Use it.
15540
15541 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
15542 for gdb-ui/gdb-mi (old concept).
15543
15544 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
15545
15546 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
15547 binding.
15548
15549 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
15550
15551 * textmodes/reftex-sel.el (reftex-select-label-map)
15552 (reftex-select-bib-map): Add `follow-mouse' binding.
15553
15554 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
15555
15556 * jka-cmpr-hook.el (jka-compr-compression-info-list)
15557 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
15558 Give :set functions to provide automatic updating.
15559 Update docstring. Give compiler defvars early in the file
15560 and move the defcustoms to a later spot where all called functions
15561 are defined.
15562 (jka-compr-file-name-handler-entry): Doc fix.
15563 (jka-compr-compression-info-list--internal)
15564 (jka-compr-mode-alist-additions--internal)
15565 (jka-compr-load-suffixes--internal): New variables.
15566 (jka-compr-install): Set the three above variables.
15567 Update `load-file-rep-suffixes' instead of `load-suffixes'.
15568 (jka-compr-update, jka-compr-set): New functions.
15569 (auto-compression-mode): Doc fix.
15570
15571 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
15572 Update `load-file-rep-suffixes' instead of `load-suffixes'.
15573 Use jka-compr-compression-info-list--internal,
15574 jka-compr-mode-alist-additions--internal and
15575 jka-compr-load-suffixes--internal.
15576
15577 * files.el (load-library):
15578 * loadhist.el (file-loadhist-lookup):
15579 * startup.el (command-line):
15580 * subr.el (locate-library):
15581 * emacs-lisp/autoload.el (update-directory-autoloads):
15582 * emacs-lisp/find-func.el (find-library-suffixes):
15583 Use `get-load-suffixes' instead of `load-suffixes'.
15584
15585 * subr.el (locate-library):
15586 * emacs-lisp/find-func.el (find-library-name):
15587 Use `load-file-rep-suffixes' instead of '("").
15588
15589 2006-02-26 Kim F. Storm <storm@cua.dk>
15590
15591 * ido.el (ido-save-history, ido-load-history): Simplify.
15592 Don't use find-file-noselect to avoid interference from other modes.
15593
15594 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
15595
15596 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
15597 to use the default shell if filename is not available.
15598 Reported by Giorgos Keramidas.
15599
15600 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
15601
15602 * progmodes/etags.el (tags-completion-table): Do completion from
15603 all the tables in the current list, as documented in the manual.
15604
15605 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15606
15607 * CC Mode Update to 5.31.3.
15608
15609 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15610
15611 * progmodes/cc-mode.el (c-postprocess-file-styles):
15612 Bind inhibit-read-only to t, around the call to
15613 c-remove-any-local-eval-or-mode-variables, so that it works on a
15614 RO file.
15615
15616 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15617
15618 * progmodes/cc-awk.el: Correct a typo.
15619
15620 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15621
15622 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
15623 c-hungry-delete-backwards, at the request of RMS. Leave the old
15624 name as an alias.
15625
15626 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15627
15628 * progmodes/cc-mode.el: Correct a typo.
15629
15630 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15631
15632 * progmodes/cc-defs.el: Update the version number to 5.31.3.
15633
15634 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15635
15636 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
15637 brace-else-brace (error due to mbeg, mend being undefined).
15638
15639 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15640
15641 * progmodes/cc-mode.el: File Local variables: Solve the problem
15642 where both `mode' and c-file-offsets are specified: `mode' will
15643 overwrite c-f-o's settings:
15644 (c-remove-any-local-eval-or-mode-variables): New function.
15645 (c-postprocess-file-styles): Call the above new function, within
15646 c-tentative-buffer-change, to splat `mode' and `eval' before the
15647 second hack-local-variables.
15648
15649 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15650
15651 * progmodes/cc-mode.el:
15652 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
15653 (c-after-change): Protect the match data with save-match-data.
15654 It was getting corrupted by c-after-change-check-<>-operators.
15655
15656 * progmodes/cc-defs.el: [Supersedes patch V1.38]:
15657 (top level): Check for a buggy font-lock-compile-keywords ONLY in
15658 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
15659
15660 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
15661 with save-match-data. It was being corrupted when Font Lock was
15662 not enabled.
15663
15664 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15665
15666 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
15667 Mode and Subword Mode.
15668
15669 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
15670 real labels ("case 1:" or "foo:") from non-labels ("public:").
15671 (c-forward-objc-directive): Replace c-forward-token-2 with crude
15672 coding; c-f-t-2 doesn't move over a token at EOB.
15673
15674 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
15675
15676 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
15677 (c-update-modeline): Concatenate the minor mode indicators
15678 directly onto mode-name, removing c-submode-indicators.
15679 Sometimes, c-s-i got separated from the mode name on the mode line.
15680
15681 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
15682 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
15683
15684 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15685
15686 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
15687 error message when there's an evaluation error to show whether
15688 it's loaded from source or not.
15689 (c-filter-ops): Make it available at runtime too to work when
15690 `c-make-init-lang-vars-fun' needs to evaluate from source.
15691
15692 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
15693
15694 * help.el (help): Revert last part of 2006-02-23 change (deletion
15695 of the `provide' call).
15696
15697 2006-02-23 Juri Linkov <juri@jurta.org>
15698
15699 * compare-w.el (compare-windows-highlight): Add new value
15700 `persistent' and change :type from `boolean' to `choice'.
15701 (compare-windows-overlays1, compare-windows-overlays2):
15702 New internal variables.
15703 (compare-windows-highlight): If compare-windows-highlight is
15704 `persistent', add current overlays to compare-windows-overlays[12]
15705 instead of adding compare-windows-dehighlight to pre-command-hook.
15706 (compare-windows-dehighlight): Delete all overlays from
15707 compare-windows-overlays[12].
15708
15709 * info.el (Info-search): Don't bind search-spaces-regexp to
15710 Info-search-whitespace-regexp in non-regexp isearch mode.
15711
15712 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15713
15714 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
15715
15716 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
15717
15718 * textmodes/org.el (org-xemacs-p)
15719 (org-export-html-show-new-buffer, org-table-may-need-update)
15720 (org-insert-item, org-mhe-get-message-real-folder)
15721 (org-mhe-get-message-folder-from-index)
15722 (org-mhe-get-message-folder, org-mhe-get-message-num)
15723 (org-mhe-get-header, org-make-org-heading-search-string)
15724 (org-make-org-heading-camel, org-table-sort-lines)
15725 (org-format-org-table-html, org-format-table-table-html):
15726 Fix typos in docstrings.
15727
15728 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
15729
15730 * textmodes/org.el (org-cleaned-string-for-export)
15731 (org-solidify-link-text): New function.
15732 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
15733 XEmacs, just to silence the compiler.
15734 (org-export-as-ascii, org-export-as-html-and-open):
15735 Use `org-cleaned-string-for-export' and create internal links.
15736 (org-follow-mhe-link): Require mh-e, use folder.
15737
15738 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
15739
15740 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
15741
15742 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
15743 gdb-debug-log-length.
15744 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
15745 it a real ring but...
15746 (gud-gdba-marker-filter): ...make it work like mark-ring.
15747 (gdb-enable-debug): Rename from gdb-enable-debug-log.
15748 (gdb-mouse-jump): New function. Add bindings.
15749
15750 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
15751
15752 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
15753 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
15754 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
15755 (gdb-debug-log-length): Customize it's length.
15756 (gud-watch, gdb-var-create-handler): Display function::var format
15757 but don't use to create variable object.
15758 (gdb-var-create-handler): Use message-box in place of message.
15759 (gdb-stopped): Call gdb-exited if signalled.
15760
15761 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
15762
15763 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
15764
15765 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
15766
15767 * textmodes/reftex.el (reftex-locate-file): Search all extensions
15768 if `reftex-try-all-extensions' is set.
15769
15770 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
15771 fail silently when there is no valid argument at point.
15772 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
15773 `fail-silently' argument. From a patch by David Reiter.
15774
15775 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
15776 New commands.
15777 (org-mark-ring): New variable.
15778 (org-mark-ring-length): New option.
15779 (org-open-at-point, org-goto, org-open-file): Push old position
15780 onto the mark ring.
15781 (org-add-hook): New function.
15782 (org-export-table-remove-special-lines): New option.
15783 (org-skip-comments, org-format-org-table-html): Respect new
15784 option `org-export-table-remove-special-lines'.
15785 (org-open-file): Allow special command configuration for
15786 directory link.
15787 (org-file-apps): Fix bugs in customize type, added setting
15788 for directories.
15789 (org-activate-tags, org-format-agenda-item, org-complete)
15790 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
15791 (org-get-tags, org-get-buffer-tags, org-open-at-point)
15792 (org-link-search, org-make-org-heading-search-string)
15793 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
15794 (org-radio-targets, org-file-link-context-use-camel-case)
15795 (org-activate-camels): New options.
15796 (org-update-radio-target-regexp, org-all-targets)
15797 (org-make-target-link-regexp, org-activate-target-links):
15798 New functions.
15799 (org-make-org-heading-search-string): New function.
15800 (org-store-link, org-insert-link): Use new option
15801 `org-file-link-context-use-camel-case'.
15802 (org-activate-camels): Use new option `org-activate-camels'.
15803 (org-link-regexp): Add mhe prefix.
15804 (org-open-at-point, org-store-link): Support for mhe links.
15805 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
15806 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
15807 (org-mhe-get-header, org-follow-mhe-link): New functions.
15808 (org-remove-angle-brackets, org-add-angle-brackets):
15809 New functions.
15810 (org-bracket-link-regexp): New constant.
15811 (org-read-date): Fix bug that was rejecting all typed dates.
15812 (org-link-search): Make hierarchy above visible after a match.
15813 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
15814 (org-store-link): Fix bug with link creation when cursor is in
15815 an empty line.
15816 (org-open-at-point): Fix bug with matching a link.
15817 Fixed buggy argument sequence in call to `org-view-tags'.
15818 (org-compile-prefix-format): Set `org-prefix-has-tag'.
15819 (org-prefix-has-tag): New variable.
15820 (org-format-agenda-item): Remove tags from headline
15821 if appropriate.
15822 (org-agenda-remove-tags-when-in-prefix): New option.
15823
15824 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
15825
15826 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
15827 Fix the regular expressions.
15828
15829 2006-02-21 Richard M. Stallman <rms@gnu.org>
15830
15831 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
15832 if there's no other specific basis.
15833
15834 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
15835 as variables at all.
15836 (unsafep-variable): Rename arg; doc fix.
15837
15838 * abbrevlist.el (list-one-abbrev-table): Add autoload.
15839
15840 * calendar/appt.el (diary-selective-display): Add defvar.
15841
15842 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
15843
15844 * isearch.el (search-whitespace-regexp): Fix custom type.
15845
15846 * help.el (describe-key-briefly): Compute interactive args
15847 in same was as before previous change.
15848
15849 * files.el (enable-local-variables): Doc fix.
15850
15851 2006-02-21 Kim F. Storm <storm@cua.dk>
15852
15853 * fringe.el: Cleanup as file is now pre-loaded.
15854 (fringe-bitmaps): Initialize unconditionally.
15855 (fringe-mode, set-fringe-style): Remove autoload cookies.
15856
15857 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
15858
15859 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
15860 `horizontal-bar'.
15861 (fringe-cursor-alist): Use `horizontal-bar'.
15862
15863 2006-02-20 Kim F. Storm <storm@cua.dk>
15864
15865 * fringe.el (fringe-bitmaps): Update to new bitmap names.
15866 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
15867
15868 * loadup.el: Load "fringe" on window systems.
15869
15870 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
15871
15872 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
15873 out of scope components.
15874
15875 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
15876 default.
15877
15878 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
15879
15880 * custom.el (customize-mark-to-save, customize-mark-as-set):
15881 Load the symbol first.
15882
15883 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
15884
15885 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
15886 strech spec so it doesn't display as "^J" on the header line
15887 when `Buffer-menu-use-header-line' is t.
15888
15889 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
15890
15891 * speedbar.el (speedbar-make-button): Keep text properties
15892 of string arguments if desired.
15893
15894 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
15895 expessions.
15896
15897 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
15898 of speedbar.
15899
15900 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
15901
15902 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
15903 to value of `read-file-name-completion-ignore-case'.
15904
15905 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
15906
15907 * custom.el (customize-mark-as-set): Push to `user' theme.
15908
15909 * cus-edit.el (custom-save-variables): Allow unthemed values.
15910 (customize-set-variable): Push setting to `user' theme.
15911
15912 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
15913
15914 * progmodes/gud.el: Don't require font-lock as it's now
15915 automatically loaded.
15916 (gud-speedbar-buttons): Replace gdb-var-changed with
15917 gdb-force-update.
15918
15919 * progmodes/gdb-ui.el (gdb-force-update): Rename from
15920 gdb-var-changed.
15921 (gdb-post-prompt): Use it.
15922 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
15923 (gdb-var-update-handler, gdb-var-delete)
15924 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
15925 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
15926 gdb-force-update in gdb-post-prompt.
15927 (gdb-reset): Clear watch expressions from speedbar when quitting.
15928
15929 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
15930
15931 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
15932 (viper-change-state-to-vi, viper-change-state-to-emacs):
15933 Make aware of cursor coloring in the Emacs state.
15934 (viper-special-read-and-insert-char): Use read-char-exclusive.
15935 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
15936
15937 * emulation/viper-init.el (viper-emacs-state-cursor-color):
15938 New variable.
15939
15940 * emulation/viper-util.el (viper-save-cursor-color)
15941 (viper-get-saved-cursor-color-in-replace-mode)
15942 (viper-get-saved-cursor-color-in-insert-mode)
15943 (viper-restore-cursor-color): Make aware of the cursor color
15944 in Emacs state.
15945 (viper-get-saved-cursor-color-in-emacs-mode): New function.
15946
15947 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
15948 (ediff-ignore-case-option3, ediff-actual-diff-options)
15949 (ediff-actual-diff3-options): New variables to control case sensitivity.
15950 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
15951 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
15952 (ediff-toggle-ignore-case): New function.
15953 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
15954
15955 * ediff-help.el (ediff-long-help-message-narrow2)
15956 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
15957 (ediff-long-help-message-word-mode): Add ignore-case command.
15958 (ediff-help-for-quick-help): Add ignore-case command.
15959
15960 * ediff-merg.el: Move provide to the end.
15961
15962 * ediff-ptch.el: Move provide to the end.
15963
15964 * ediff-wind.el: Move provide to the end.
15965
15966 * ediff-mult.el: Move provide to the end.
15967 (ediff-set-meta-overlay): Enable follow-link.
15968
15969 * ediff.el: Move provide to the end.
15970 Break recursive load cycle in eval-when-compile.
15971 (ediff-patch-buffer): Better heuristics.
15972
15973 * ediff-util.el: Move provide to the end.
15974 Break recursive load cycle in eval-when-compile.
15975 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
15976 defuns.
15977 (ediff-submit-report): Pass the values of ediff-diff3-program,
15978 ediff-diff3-options.
15979
15980 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
15981
15982 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
15983 the opening bracket of the following bracketing pairs: {}, [], (), <>,
15984 `' (for example, in the docstring of `windmove-default-keybindings').
15985
15986 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
15987
15988 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
15989 shadow face. Don't provide binding to edit variable when it is
15990 out of scope.
15991
15992 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
15993 (gdb-var-update-handler): Detect out of scope variables with pre
15994 GDB 6.4 too.
15995 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
15996 Reset status of variable objects to nil in update handlers.
15997 (gdb-var-update-handler-1): Detect when a variable object comes
15998 in scope. setcar on var changes gdb-var-list directly.
15999
16000 2006-02-17 Juri Linkov <juri@jurta.org>
16001
16002 * ffap.el (ffap) <defface>: Add explicit face declaration.
16003 (ffap-highlight): Use face `ffap' directly instead of checking
16004 for its existence.
16005
16006 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
16007 `visible-ok' of `other-buffer' to find the right original buffer.
16008
16009 * info.el (Info-search): Skip `Local Variables' node.
16010
16011 2006-02-17 Juri Linkov <juri@jurta.org>
16012
16013 * info.el (Info-find-file): Check for symbols `apropos', `history',
16014 `toc' in the input filename, and return these symbols as is.
16015 (Info-find-node-2): Set Info-current-file to symbols `apropos',
16016 `history', `toc' instead of strings.
16017 (Info-set-mode-line): For non-string Info-current-file use the
16018 symbol's name inside **.
16019 (Info-isearch-push-state): Add quote before Info-current-file and
16020 Info-current-node.
16021 (Info-isearch-pop-state): Use `equal' instead of `string='.
16022 (Info-extract-pointer, Info-following-node-name): Use
16023 `match-string-no-properties' instead of `match-string'.
16024 (Info-up): Check `old-file' for `stringp'.
16025 (Info-history): Use `equal' instead of `string-equal'.
16026 Check `file' for `stringp'.
16027 (Info-history): Use symbol `history' instead of string as first arg
16028 of `Info-find-node'.
16029 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
16030 `toc' instead of string.
16031 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
16032 instead of `buffer-substring', and `match-string-no-properties'
16033 instead of `match-string'.
16034 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
16035 instead of strings.
16036 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
16037 Use symbol `apropos' instead of string.
16038 (Info-copy-current-node-name): Check `Info-current-file' for
16039 `stringp' and construct a command with `Info-find-node' from it.
16040 (Info-fontify-node): Use `match-string-no-properties' instead of
16041 `match-string' and check file names for `stringp'.
16042 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
16043 `history', `toc' instead of strings.
16044
16045 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
16046
16047 * files.el: Rearrange functions and variables in the file local
16048 variables section.
16049
16050 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
16051
16052 * files.el: Add truncate-lines, ispell-check-comments and
16053 ispell-local-dictionary as safe local variables.
16054
16055 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
16056
16057 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
16058 out of scope variables.
16059 (gud-speedbar-buttons): Use unless.
16060
16061 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
16062 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
16063 (gdb-show-changed-values): Also use for out of scope variables.
16064 (gdb-var-update-handler-1): Note if variable goes out of scope.
16065
16066 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
16067
16068 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
16069 default to global variable values for unsupplied args.
16070 (rcirc-get-buffer-create): Fix bug with setting the target.
16071 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
16072 test for rcirc-always-use-server-buffer-flag here.
16073 (rcirc-response-formats): Add %N, which is a facified nick. %n
16074 uses the default face. Change the ACTION format string. If the
16075 "nick" is the server, don't print anything for that field.
16076 Comment fixes.
16077 (rcirc-target-buffer): Don't test
16078 rcirc-always-use-server-buffer-flag here.
16079 (rcirc-print): Squeeze extra spaces out of the text before message.
16080 (rcirc-put-nick-channel): Strip potential "@" char from nick
16081 before adding them to nick table.
16082 (rcirc-url-regexp): Improve to match address like "foo.com".
16083
16084 2006-02-17 Eli Zaretskii <eliz@gnu.org>
16085
16086 * allout.el (allout-hidden-p): Move this defsubst before
16087 allout-overlay-interior-modification-handler, where it is first
16088 used.
16089
16090 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
16091
16092 * allout.el: Use allout invisible-text overlays instead of
16093 selective display for concealed text. Also, lots of general
16094 cleanup, and improved compatibility code.
16095
16096 (allout-version): Incremented, corrected, revised, and refined
16097 module commentary.
16098
16099 (provide 'allout): Moved to the bottom, added a require of overlay.
16100
16101 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
16102 `except-current'.
16103 (allout-write-file-hook-handler): Minimize delay.
16104 (count-trailing-whitespace-region): New function so
16105 auto-encryption of current topic can resituate cursor exactly.
16106 PGP/GPG encryption trims trailing whitespace from lines, which
16107 must be accounted for across encryption then decryption.
16108
16109 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
16110 just plain "\C-c", to avoid intruding on user's keybinding space.
16111
16112 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
16113 parameter, so user request to provide a new password is done.
16114
16115 (allout-outside-normal-auto-fill-function, allout-auto-fill):
16116 Refined mechanism for auto-filling behavior while in allout mode.
16117
16118 (allout-mode): Explicitly specify the mode map in the docstring.
16119 Clarify provision for various write-file hook var names.
16120 Adjusted for invisible-text overlays instead of selective-display.
16121
16122 (allout-depth): Really return 0 if not within any topic. This
16123 rectifies `allout-beginning-of-level' and sequence numbering
16124 errors that occur when cutting and pasting numbered topics.
16125 Changed from a in-line subst to a regular function, as well.
16126
16127 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
16128
16129 (allout-end-of-subtree, allout-end-of-subtree)
16130 (allout-end-of-entry, allout-end-of-current-heading)
16131 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
16132 (allout-show-children, allout-show-to-offshoot)
16133 (allout-hide-current-entry, allout-show-current-entry): Rectified
16134 handling of trailing blank lines between items.
16135
16136 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
16137 (allout-current-depth, allout-unprotected, allout-hidden-p)
16138 (allout-on-current-heading-p, allout-listify-exposed)
16139 (allout-chart-subtree, allout-goto-prefix)
16140 (allout-back-to-current-heading, allout-get-body-text)
16141 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
16142 (allout-hide-region-body, allout-toggle-subtree-encryption)
16143 (allout-encrypt-string, allout-encrypted-key-info)
16144 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
16145 (allout-file-vars-section-data): Adjusted for use with
16146 invisible-text overlays instead of selective-display.
16147
16148 (allout-kill-line, allout-kill-topic, allout-yank-processing):
16149 Reworked for use with invisible text overlays.
16150
16151 (allout-current-topic-collapsed-p): New function.
16152
16153 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
16154 to know when to close the containing topic.
16155
16156 (allout-pre-command-business, allout-post-command-business):
16157 Simplify undo-batching and dynamic isearch exposure.
16158
16159 (allout-set-overlay-category): New for invisible-text overlays.
16160 Sets properties of allout-overlay-category, used by
16161 allout-flag-region to set invisible-text overlay properties.
16162 (allout-get-invisibility-overlay): Get the first qualifying
16163 invisibility overlay, so we can find the extent of it.
16164 (allout-back-to-visible-text): Get to just before the beginnining
16165 of the current invisibility overlay, if any.
16166
16167 (allout-overlay-insert-in-front-handler)
16168 (allout-overlay-interior-modification-handler)
16169 (allout-before-change-handler, allout-isearch-end-handler): New
16170 functions to handle extraordinary actions affecting concealed
16171 text.
16172
16173 (allout-flag-region): Use overlays instead of selective-display
16174 for invisible text - by inheritence from the properties of
16175 allout-overlay-category in mainline Emacs, and applied
16176 property-by-property in XEmacs, some recent versions of which
16177 don't inherit the properties from the category. Provisions to
16178 respond to concealed-text edits simplified drastically.
16179
16180 (allout-isearch-rectification, allout-isearch-was-font-lock)
16181 (allout-isearch-expose, allout-enwrap-isearch)
16182 (allout-isearch-abort, allout-pre-was-isearching)
16183 (allout-isearch-prior-pos, allout-isearch-did-quit)
16184 (allout-isearch-dynamic-expose)
16185 (allout-hide-current-entry-completely): Functions deleted.
16186
16187 (allout-undo-aggregation): Explicit undo aggregation no longer
16188 necessary due to transition away from selective-display.
16189
16190 (set-allout-regexp, allout-up-current-level)
16191 (allout-next-visible-heading, allout-forward-current-level)
16192 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
16193 (allout-kill-line, allout-yank-processing, allout-show-children)
16194 (allout-expose-topic, allout-old-expose-topic)
16195 (allout-listify-exposed, allout-insert-latex-header)
16196 (allout-toggle-subtree-encryption, allout-encrypt-string)
16197 (remove-from-invisibility-spec, allout-hide-current-subtree):
16198 Ditched unused variables.
16199
16200 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
16201
16202 * textmodes/ispell.el (ispell-change-dictionary): Call
16203 ispell-buffer-local-dict instead of
16204 ispell-accept-buffer-local-defs.
16205 (ispell-local-dictionary-alist): Accept as valid any coding-system
16206 supported by Emacs.
16207 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
16208 changed to iso-8859-3.
16209
16210 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
16211
16212 * speedbar.el (speedbar-frame-width): Make an inline function
16213 instead of a macro. Use frame-width.
16214 (speedbar-try-completion, speedbar-update-contents)
16215 (speedbar-timer-fn): Use consp.
16216 (speedbar-update-localized-contents): Try to preserve point.
16217
16218 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
16219 (menu): Re-order menu items.
16220 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
16221 field.
16222 (gdb-var-update-handler-1): Use it for GDB 6.4+.
16223 (gdb-post-prompt): Speed things by not forcing update.
16224
16225 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
16226
16227 * wid-edit.el (widget-button-click): For mouse-1, cancel button
16228 press and perform default action if we get a mouse movement event.
16229
16230 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
16231
16232 * calendar/icalendar.el (icalendar--get-event-property)
16233 (icalendar--get-event-property-attributes): Fix typos in
16234 docstrings.
16235
16236 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
16237 docstring.
16238
16239 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
16240
16241 * bs.el (bs-mode): Use `buffer-disable-undo'.
16242 (bs--get-file-name): Simplify.
16243 (bs-show-in-buffer): Mark the buffer as not modified.
16244
16245 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
16246
16247 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
16248 widget-button-click.
16249
16250 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
16251 (custom-mode): Update docstring.
16252
16253 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
16254 binding.
16255
16256 * files.el (hack-local-variables-confirm): Allow scrolling if the
16257 file variable list is too long. Kill temp buffer after use.
16258
16259 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
16260
16261 * progmodes/gud.el (gdb): Improve doc string.
16262 (gdb-script-font-lock-keywords): Expand allowed character set.
16263
16264 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
16265 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
16266 (gdb-separate-io-interrupt, gdb-separate-io-quit)
16267 (gdb-separate-io-stop, gdb-separate-io-eof):
16268 Rename from gdb-inferior-* to gdb-separate-*.
16269 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
16270
16271 2006-02-14 Jay Belanger <belanger@truman.edu>
16272
16273 * calc/calc-arith.el (math-check-known-scalarp): Make sure
16274 expression is a symbol before checking that it is bound.
16275
16276 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
16277 test to see if equation can be solved.
16278
16279 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
16280
16281 * wid-edit.el (widget-button-click): Use :pressed-face property
16282 for overlay face, if it exists.
16283
16284 * cus-edit.el (custom-manual, custom-add-see-also)
16285 (custom-add-parent-links, custom-group-link): Add :pressed-face
16286 property to links.
16287
16288 * files.el (hack-local-variables): Remove ignored variables before
16289 checking if any variables need setting.
16290
16291 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16292
16293 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
16294
16295 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
16296
16297 * help.el (where-is): Fix message for remapped commands.
16298
16299 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
16300 Fix typos in docstrings.
16301
16302 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
16303
16304 * files.el (safe-local-variable-values): New option.
16305 (hack-local-variables-prop-line): Return a list of variable-value
16306 pairs if MODE-ONLY is non-nil.
16307 (hack-local-variables): Construct list of variable-value pairs,
16308 and apply or reject them in one go. Ask for confirmation if
16309 variables are not known safe.
16310 (hack-local-variables-confirm): Complete rewrite. Support
16311 `safe-local-variable-values'.
16312 (enable-local-variables): Update docstring to reflect new
16313 behavior.
16314 (ignored-local-variables): Ignore ignored-local-variables and
16315 safe-local-variable-values.
16316 (safe-local-variable-p): New function.
16317 (risky-local-variable-p): `safe-local-variable' property check
16318 moved to safe-local-variable-p.
16319 (hack-one-local-variable): Checks moved to hack-local-variables.
16320
16321 (byte-compile-dynamic, c-basic-offset, c-file-style)
16322 (c-indent-level, comment-column, fill-column, fill-prefix)
16323 (indent-tabs-mode, kept-new-versions, no-byte-compile)
16324 (no-update-autoloads, outline-regexp, page-delimiter)
16325 (paragraph-start, paragraph-separate, sentence-end)
16326 (sentence-end-double-space tab-width, version-control):
16327 Add `safe-local-variable' property.
16328
16329 * find-lisp.el: Delete nonexistent `autocompile' file variable.
16330
16331 * icomplete.el, play/landmark.el: Change nonexistent
16332 `outline-layout' file variable to `allout-layout'.
16333
16334 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
16335
16336 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
16337 (gdb-get-changed-registers): Test value of gud-minor-mode relative
16338 to gud-comint-buffer.
16339 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
16340 gdb-ui.el for gdb-mi.el.
16341 (gdb-post-prompt, gdb-get-changed-registers): Move test for
16342 registers buffer to gdb-get-changed-registers.
16343 (gdb-breakpoint-regexp): New regexp. Allow toggling and
16344 deletion of catchpoints (throw and catch).
16345 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16346 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
16347 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
16348 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
16349 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
16350
16351 2006-02-13 Jay Belanger <belanger@truman.edu>
16352
16353 * calc/calc-arith.el (math-check-known-matrixp): Make sure
16354 expression is a symbol before checking that it is bound.
16355
16356 2006-02-13 Richard M. Stallman <rms@gnu.org>
16357
16358 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
16359 for the minibuffer too, but not if resize-mini-windows will interfere.
16360
16361 * help.el (describe-key-briefly, describe-key): Do all arg-reading
16362 inside `interactive' spec.
16363 (describe-key-briefly-internal, describe-key-internal):
16364 Functions merged back into their callers.
16365
16366 2006-02-13 Martin Rudalics <rudalics@gmx.at>
16367
16368 * info.el (info-xref-visited): Inherit from info-xref too.
16369 (Info-set-mode-line): Replace occurrences of `%' by `%%'
16370 when propertizing Info-current-file and Info-current-node.
16371
16372 2006-02-13 Juri Linkov <juri@jurta.org>
16373
16374 * tumme.el (tumme-thumbnail-storage): Fix docstring.
16375 (tumme-thumb-name): Fix per-directory format.
16376
16377 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
16378
16379 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
16380
16381 2006-02-12 Miles Bader <miles@gnu.org>
16382
16383 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
16384
16385 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
16386
16387 * tumme.el: Remove history section. If someone needs the it, it
16388 can always be found in CVS.
16389
16390 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
16391
16392 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
16393 about the Thumbnail Managing Standard option.
16394
16395 2006-02-12 Richard M. Stallman <rms@gnu.org>
16396
16397 * subr.el (substitute-key-definition): Doc fix.
16398
16399 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
16400
16401 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
16402
16403 * info.el (Info-mode): Doc fix.
16404
16405 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
16406
16407 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
16408
16409 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
16410 because on Solaris a POSIX compatible "id" is needed. Reported by
16411 Magnus Henoch <mange@freemail.hu>.
16412
16413 2006-02-12 Juri Linkov <juri@jurta.org>
16414
16415 * tumme.el: Remove todo item about Thumbnail Managing Standard.
16416 (tumme) <defgroup>: Change :group to `multimedia'.
16417 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
16418 Managing Standard.
16419 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
16420 Fix dostring.
16421 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
16422 and %y. Fix docstring.
16423 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
16424 (tumme-cmd-create-standard-thumbnail-command): New user options.
16425 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
16426 is `standard'. Fix docstring.
16427 (tumme-thumb-width, tumme-thumb-height): New user options.
16428 (tumme-external-viewer): Try to find various viewers.
16429 (tumme-get-thumbnail-image): Use `create-image' instead of
16430 constructing the `image' structure.
16431 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
16432 `standard'.
16433 (tumme-thumb-name): Add file name generation for standard storage.
16434 Simplify code for other storages.
16435 (tumme-thumb-name): Use width %w and height %h instead of size %s.
16436 Add modification time %m and thumbnail-nq8 %q.
16437 Use `tumme-cmd-create-standard-thumbnail-command' if
16438 tumme-thumbnail-storage is `standard'.
16439 (tumme-dired-insert-marked-thumbs): New autoload command.
16440 (tumme-dired-after-readin-hook): New function.
16441 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
16442 `tumme-thumb-size'.
16443 (tumme-display-image): Replace size-x %x and size-y %y with
16444 width %w and height %h.
16445
16446 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
16447 `tumme-dired-insert-marked-thumbs'.
16448
16449 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
16450
16451 * tumme.el (tumme-write-tag): Fix small bug (file name did not
16452 include path).
16453 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
16454 matching tag.
16455
16456 2006-02-12 Miles Bader <miles@gnu.org>
16457
16458 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
16459 New variables.
16460 (rcirc-abbrev-nick): New function.
16461 (rcirc-format-response-string): Rewrite to use the formats in
16462 `rcirc-response-formats' and expand escape sequences therein.
16463 A text-property `rcirc-text' is added over the actual response
16464 text to make easy to find inside the returned string.
16465 (rcirc-print): When filling, just look for the `rcirc-text'
16466 text-property to find the appropriate fill prefix, instead of
16467 using hardwired patterns.
16468
16469 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
16470
16471 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
16472 Managing Standard.
16473
16474 2006-02-11 Kim F. Storm <storm@cua.dk>
16475
16476 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
16477 Don't use insert-buffer; do insert-buffer-substring directly.
16478 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
16479
16480 2006-02-11 Martin Rudalics <rudalics@gmx.at>
16481
16482 * files.el (revert-buffer, recover-file): Replace buffer-read-only
16483 with inhibit-read-only. Suggested by Stefan Monnier.
16484 (revert-buffer): Let insert-file-contents discard
16485 buffer-undo-list. Simplify code.
16486 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
16487
16488 2006-02-11 Eli Zaretskii <eliz@gnu.org>
16489
16490 * menu-bar.el (menu-bar-select-yank): Add a doc string.
16491
16492 * help.el (describe-key-briefly): Now a wrapper for
16493 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
16494 to t. Populate yank-menu if empty.
16495 (describe-key-briefly-internal): Renamed from describe-key-briefly.
16496 (describe-key): Now a wrapper for describe-key-internal. Bind
16497 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
16498 (describe-key-internal): Renamed from describe-key.
16499
16500 2006-02-11 Milan Zamazal <pdm@zamazal.org>
16501
16502 * progmodes/glasses.el (glasses-separator): Doc fix.
16503 (glasses-original-separator): New defcustom.
16504 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
16505
16506 2006-02-11 Martin Rudalics <rudalics@gmx.at>
16507
16508 * mwheel.el (mouse-wheel-up-event): Doc fix.
16509
16510 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
16511
16512 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
16513 (tumme-dir): New function. Copied from thumbs.el.
16514
16515 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
16516
16517 * desktop.el (desktop-outvar): Fix typo.
16518 (desktop-save-buffer-p): Doc fix.
16519
16520 * subr.el (substitute-key-definition): Fix typo.
16521
16522 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16523
16524 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
16525 when window-system is mac.
16526
16527 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
16528
16529 2006-02-10 Kim F. Storm <storm@cua.dk>
16530
16531 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
16532 indirect-function instead of using condition-case.
16533
16534 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
16535
16536 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
16537 less `colloquial'...
16538
16539 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
16540
16541 * tumme.el: Add a couple of todo items.
16542
16543 2006-02-09 Lars Hansen <larsh@soem.dk>
16544
16545 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
16546 (highlight-changes-mode): Don't change desktop-locals-to-save.
16547
16548 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
16549
16550 * image-mode.el (image-toggle-display): Clear image cache if using
16551 filename.
16552
16553 2006-02-09 Masatake YAMATO <jet@gyve.org>
16554
16555 * dired-x.el (dired-guess-shell-alist-default): Add .man as
16556 a `dired-man' target.
16557
16558 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
16559 boundary of symbols.
16560
16561 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
16562
16563 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
16564
16565 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
16566
16567 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
16568 `mapcar'; return nil.
16569
16570 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
16571
16572 * mouse.el (mouse-drag-track): Don't change window if we rebind to
16573 some other event.
16574
16575 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
16576
16577 * net/rcirc.el (rcirc-startup-channels-alist):
16578 Add irc.freenode.net and #emacs as defaults.
16579 (rcirc-ignore-all-activity-flag): Remove variable.
16580 (rcirc-authinfo): New variable.
16581 (rcirc-authinfo-filename): Remove variable.
16582 (rcirc-always-use-server-buffer-flag): New flag.
16583 (rcirc): M-x rcirc will automatically connect without prompting.
16584 C-u M-x rcirc will prompt. Use rcirc-connect to create a
16585 connection in lisp.
16586 (rcirc-process-server-response-1): Remove everything but the nick
16587 portion of the sender so it doesn't need to be done everywhere
16588 else. Update related code.
16589 (global-map): Remove global keybindings.
16590 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
16591 (rcirc-send-input): Split into several functions.
16592 (rcirc-process-input-line, rcirc-process-message)
16593 (rcirc-process-command): New functions.
16594 (rcirc-target-buffer): New function to determine where to route
16595 messages.
16596 (rcirc-user-nick): Save match data.
16597 (rcirc-toggle-ignore-buffer-activity)
16598 (rcirc-update-activity-string): Remove global ignore functionality,
16599 which can be done now by toggling rcirc-track-minor-mode.
16600 (rcirc-track-minor-mode-map): New keymap.
16601 (rcirc-track-minor-mode): New minor-mode.
16602 (ignore): Make the ignore output nicer. Always print it when
16603 adding or removing nicks.
16604 (rcirc-url-regexp): Improve.
16605 (rcirc-mangle-text): Remove properties before using text in the
16606 modeline.
16607 (rcirc-authenticate): Authentication data comes from
16608 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
16609 (rcirc-server-prefix): Inherit from rcirc-server.
16610
16611 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
16612
16613 * Makefile.in (compile): Append "|| true" to the end of the `find'
16614 command, like compile-always does.
16615
16616 2006-02-08 Sam Steingold <sds@gnu.org>
16617
16618 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
16619 output from a dead connection.
16620
16621 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
16622
16623 * dired.el (dired-mode-map): Add more bindings for tumme.
16624
16625 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
16626
16627 * wdired.el (wdired-mode-map): Use remap.
16628 (wdired-get-filename): Massage.
16629 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
16630 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
16631 `keymap' property rather than `local-map'.
16632
16633 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
16634
16635 * tumme.el (tumme-get-thumbnail-image): New utility function.
16636 Suggested by from Chong Yidong.
16637 (tumme-dired-with-window-configuration): Rename from
16638 `tumme-dired'. Add code to save window configuration.
16639 (tumme-restore-window-configuration): New command to restore the
16640 window configuration that `tumme-dired-with-window-configuration'
16641 saves before it changes the window configuration.
16642 (tumme-show-all-from-dir): New command to display thumbnails for
16643 all files in a directory entered by the user, like M-x thumbs.
16644 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
16645 have been created.
16646 (tumme-display-thumbnail-original-image): Call `display-buffer'.
16647 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
16648 Remove obsolete test function.
16649
16650 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
16651
16652 * vc.el (small-temporary-file-directory): Remove defvar; there's
16653 a defcustom for it in files.el.
16654
16655 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
16656 Fix typo in message.
16657 (tumme-gallery-generate): Fix typo in `error' message.
16658 (tumme-display-window-height-correction)
16659 (tumme-display-window-width-correction, tumme-line-up-dynamic)
16660 (tumme-line-up-interactive): Dox fixes.
16661 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
16662 (tumme-restore-window-configuration, tumme-format-properties-string)
16663 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
16664 Fix typos in docstrings.
16665
16666 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
16667
16668 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
16669
16670 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
16671
16672 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
16673 User should use hook if desired.
16674
16675 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
16676 buffer if necessary.
16677 (gdb-delete-frame-or-window): New function.
16678 (gdb-breakpoints-mode-map): Bind "q" to it.
16679
16680 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
16681
16682 * textmodes/nroff-mode.el: Clean up name space.
16683 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
16684 (nroff-mode): Obey the global setting of nroff-electric-mode.
16685 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
16686
16687 * calendar/calendar.el (calendar-increment-month): Typo in last change.
16688
16689 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
16690
16691 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
16692
16693 2006-02-06 Lars Hansen <larsh@soem.dk>
16694
16695 * generic-x.el (etc-fstab-generic-mode): Add file system types
16696 cifs and usbdevfs. Allow special chars in file names.
16697
16698 2006-02-05 Jay Belanger <belanger@truman.edu>
16699
16700 Update copyright notices of the files in lisp/calc.
16701
16702 2006-02-05 Romain Francoise <romain@orebokech.com>
16703
16704 Update copyright notices of all files in the lisp/play directory.
16705
16706 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
16707
16708 * ldefs-boot.el: Regenerate.
16709
16710 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
16711
16712 2006-02-05 Kim F. Storm <storm@cua.dk>
16713
16714 * files.el (magic-mode-regexp-match-limit): New defvar.
16715 (set-auto-mode): Use it to limit magic-mode-alist matching.
16716
16717 2006-02-04 Eli Zaretskii <eliz@gnu.org>
16718
16719 * info.el (Info-index, Info-mode): Improve the description of the
16720 `i' command.
16721
16722 * ldefs-boot.el: Regenerate.
16723
16724 2006-02-03 Werner Lemberg <wl@gnu.org>
16725
16726 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
16727 greedy to find the closing bracket in \*[...] and similar
16728 expressions. This is a first rough fix -- many additional
16729 refinements are necessary to make nroff mode really usable with groff.
16730
16731 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
16732
16733 * international/mule-cmds.el (set-locale-environment):
16734 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
16735 libX11.
16736
16737 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
16738
16739 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
16740 archive are created in archive-tmpdir.
16741
16742 2006-02-02 John Paul Wallington <jpw@pobox.com>
16743
16744 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
16745 (ibuffer-fontification-alist): Use it.
16746 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
16747 to "* z" and the Ibuffer Mark menu.
16748
16749 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
16750
16751 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
16752
16753 * textmodes/table.el (*table--cell-describe-mode)
16754 (*table--cell-describe-bindings): Undo last change since
16755 print-help-return-message is not obsoleted by anything at all.
16756
16757 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
16758
16759 * emulation/cua-base.el (cua-mode): Doc fix.
16760
16761 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
16762
16763 * dframe.el (dframe-handle-make-frame-visible)
16764 (dframe-handle-iconify-frame, dframe-get-focus)
16765 (dframe-select-attached-frame, dframe-power-click)
16766 (dframe-frame-mode): Fix typos in docstrings.
16767
16768 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
16769 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
16770 Fix typos in docstrings.
16771
16772 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
16773 (hi-lock-face-buffer, hi-lock-font-lock-hook)
16774 (hi-lock-archaic-interface-message-used)
16775 (hi-lock-file-patterns-range): Fix typos in docstrings.
16776
16777 * savehist.el (savehist-loaded, savehist-load, savehist-install)
16778 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
16779
16780 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
16781 Fix typo in docstring.
16782
16783 * net/newsticker.el (newsticker--decode-iso8601-date)
16784 (newsticker--set-customvar, newsticker--buffer-insert-item)
16785 (newsticker--do-run-auto-mark-filter)
16786 (newsticker--parse-generic-feed): Doc fixes.
16787 (newsticker--retrieval-timer-list, newsticker-url-list)
16788 (newsticker-hide-immortal-items-in-echo-area)
16789 (newsticker-hide-obsolete-items-in-echo-area)
16790 (newsticker-new-item-face, newsticker--enclosure)
16791 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
16792 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
16793 (newsticker--parse-generic-feed, newsticker--cache-contains)
16794 (newsticker--stat-num-items, newsticker-download-enclosures):
16795 Fix typos in docstrings.
16796
16797 * net/rcirc.el (rcirc-debug): Doc fix.
16798 (rcirc-fill-column, rcirc-receive-message-hooks)
16799 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
16800 (rcirc-mode, rcirc-generate-new-buffer-name)
16801 (rcirc-startup-channels, rcirc-ignore-update-automatic)
16802 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
16803 Fix typos in docstrings.
16804 (rcirc-print): "?\ " -> "?\s".
16805 (rcirc-cmd-join): Improve argument/docstring consistency.
16806
16807 2006-02-01 Mark A. Hershberger <mah@everybody.org>
16808
16809 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
16810 before narrow-to-region.
16811
16812 2006-02-01 Richard M. Stallman <rms@gnu.org>
16813
16814 * simple.el (move-beginning-of-line): Scan properly for invis change.
16815
16816 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
16817
16818 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
16819
16820 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
16821 change bit only when id-format is 'integer. Reported by Matt
16822 Hodges <M.P.Hodges@rl.ac.uk>.
16823
16824 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
16825
16826 * hilit-chg.el (highlight-changes-initial-state)
16827 (highlight-changes-global-initial-state): Doc fixes.
16828 (highlight-changes-global-modes, global-highlight-changes):
16829 Fix typos in docstrings.
16830
16831 2006-02-01 Kim F. Storm <storm@cua.dk>
16832
16833 * emulation/cua-base.el (cua-mode): Mention that CUA enables
16834 transient-mark-mode in doc string.
16835
16836 2006-01-31 Richard M. Stallman <rms@gnu.org>
16837
16838 * replace.el (multi-occur): Doc fix.
16839 (multi-occur-in-matching-buffers): Rename from
16840 multi-occur-by-filename-regexp. Prefix arg says match
16841 buffer names instead of file names.
16842
16843 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
16844
16845 * bs.el: Allow non-default values of `bs-header-lines-length'.
16846 (bs--running-in-xemacs): Remove (not needed anymore).
16847 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
16848 instead of `shrink-window', thus avoiding having to compute the
16849 height of the window.
16850 (bs--up): Wrap around even when there's no header.
16851 (bs--down): Use `forward-line' instead of `next-line'.
16852
16853 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
16854
16855 * image-mode.el (image-toggle-display): Use file name if possible,
16856 instead of unnecessarily allocating a (possibly huge) lisp string.
16857
16858 2006-01-30 John Paul Wallington <jpw@pobox.com>
16859
16860 * subr.el (toplevel): Define `cl-assertion-failed' condition here
16861 because the `assert' macro signals it at runtime.
16862
16863 * emacs-lisp/cl.el (toplevel): Remove definition of
16864 `cl-assertion-failed' condition.
16865
16866 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
16867
16868 * thumbs.el (thumbs-marked-list): Make buffer-local and
16869 permanent-local.
16870 (thumbs-insert-thumb): Make help-echo non-sticky.
16871 (thumbs-file-alist): Use eolp as check for (non)-image.
16872
16873 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
16874
16875 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
16876 (ediff-before-session-group-setup-hooks)
16877 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
16878 Fix typos in docstrings.
16879
16880 * window.el (bw-dir, bw-eqdir, balance-windows)
16881 (split-window-keep-point): Fix typos in docstrings.
16882
16883 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
16884 (org-quote-string, org-calendar-to-agenda-key)
16885 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
16886 (org-show-following-heading, org-tags-column)
16887 (org-use-tag-inheritance, org, org-allow-space-in-links)
16888 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
16889 (org-enable-table-editor, org-calc-default-modes)
16890 (org-table-allow-automatic-line-recalculation)
16891 (org-export-html-style, org-export-with-fixed-width)
16892 (org-export-with-sub-superscripts, org-special-keyword)
16893 (org-formula, org-time-grid, org-table-may-need-update)
16894 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
16895 (org-goto-quit, org-get-indentation, org-end-of-item)
16896 (org-move-item-down, org-move-item-up)
16897 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
16898 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
16899 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
16900 (org-agenda-log-mode, org-agenda-toggle-diary)
16901 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
16902 (org-agenda-file-to-end, org-agenda-no-heading-message)
16903 (org-agenda-get-closed, org-format-agenda-item)
16904 (org-cmp-priority, org-cmp-category, org-cmp-time)
16905 (org-agenda-change-all-lines, org-agenda-diary-entry)
16906 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
16907 (org-link-search, org-camel-to-words, org-open-file)
16908 (org-remember-handler, org-table-convert-region)
16909 (org-table-move-row-down, org-table-move-row-up)
16910 (org-table-copy-region, org-table-wrap-region)
16911 (org-table-toggle-vline-visibility)
16912 (org-table-get-vertical-vector, org-table-modify-formulas)
16913 (org-table-get-specials, org-recalc-commands)
16914 (org-table-rotate-recalc-marks, org-table-eval-formula)
16915 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
16916 (org-level-color-stars-only, org-insert-heading):
16917 Fix typos in docstrings.
16918 (last-arg): Add defvar.
16919
16920 * makefile.w32-in (WINS): Add erc.
16921 (MH_E_SRC): Update (copied from lisp/Makefile.in).
16922
16923 2006-01-29 Bill Wohler <wohler@newt.com>
16924
16925 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
16926 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
16927 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
16928 (mh-autoloads): Don't use comments on otherwise empty lines.
16929
16930 2006-01-29 Edward O'Connor <ted@oconnor.cx>
16931
16932 * emulation/viper.el (viper-major-mode-modifier-list):
16933 Add insert-state and vi-state entries for erc-mode.
16934 (viper-go-away, viper-set-hooks): Add and remove
16935 viper-comint-mode-hook from erc-mode-hook as appropriate.
16936
16937 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
16938
16939 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
16940
16941 * bs.el (bs--format-aux): Implement `middle' alignment as
16942 described in the docstring for `bs-attributes-list'.
16943 (bs--get-name): Simplify. Don't pad the buffer name.
16944
16945 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
16946
16947 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
16948 English aspell dictionary is installed, use the first entry of
16949 ispell-dictionary-alist-1.
16950
16951 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
16952
16953 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
16954 Doc fix.
16955
16956 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
16957
16958 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
16959 for `process-file', in order to let it work for older Emacsen too.
16960
16961 2006-01-27 Eli Zaretskii <eliz@gnu.org>
16962
16963 * international/latexenc.el: Add a suitable `coding:' tag.
16964 (latexenc-find-file-coding-system): Undo last change.
16965
16966 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16967
16968 * international/latexenc.el (latexenc-find-file-coding-system):
16969 Make sure latexenc-main-file is a regular file and is readable.
16970
16971 2006-01-27 Andre Spiegel <spiegel@gnu.org>
16972
16973 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
16974 Pass FILE to vc-user-login-name.
16975
16976 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
16977
16978 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
16979
16980 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
16981 there are no more images to display.
16982 (thumbs-mark, thumbs-unmark): Revert change so that they move to
16983 the next image.
16984
16985 2006-01-26 Richard M. Stallman <rms@gnu.org>
16986
16987 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
16988
16989 * wid-edit.el (advertised-widget-backward): New alias.
16990 (widget-keymap): Use advertised-widget-backward for S-TAB.
16991
16992 * tumme.el: Correct the keywords.
16993 (tumme-dir-max-size): Use defvar.
16994 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
16995
16996 * simple.el (move-beginning-of-line): Take account of fields.
16997 (clone-indirect-buffer-other-window): Take args like
16998 clone-indirect-buffer, and work like it.
16999
17000 * help-fns.el (describe-function): Don't pass `nil' as default.
17001
17002 * files.el (risky-local-variable-p): Follow var aliases.
17003
17004 * subr.el (lazy-completion-table): Doc fix.
17005
17006 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
17007 global binding of `line'.
17008
17009 2006-01-25 Andre Spiegel <spiegel@gnu.org>
17010
17011 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
17012 Tramp.
17013
17014 * vc.el (vc-default-dired-state-info): Pass FILE to
17015 vc-user-login-name.
17016 (vc-default-update-changelog): Don't use vc-user-login-name, we
17017 don't need it here.
17018
17019 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
17020 no longer necessary.
17021
17022 2006-01-25 Kenichi Handa <handa@m17n.org>
17023
17024 * international/mule.el (decode-char): Avoid the overhead of
17025 calling utf-lookup-subst-table-for-decode if
17026 utf-translate-cjk-mode is nil.
17027 (encode-char): Avoid the overhead of calling
17028 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
17029 nil.
17030
17031 2006-01-22 Kenichi Handa <handa@m17n.org>
17032
17033 * international/mule.el (make-subsidiary-coding-system): Reset
17034 `coding-system-define-form' property of subsidiaries to nil.
17035 Avoid duplicated entry in coding-system-alist.
17036 (make-coding-system): Avoid duplicated entry in
17037 coding-system-alist.
17038 (define-coding-system-alias): Likewise.
17039
17040 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
17041
17042 * completion.el: Minor fixes in introductory comment.
17043 (completion-def-wrapper): Fix alist.
17044
17045 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
17046
17047 * thumbs.el (thumbs-new-image-size): New function.
17048 (thumbs-increment-image-size-element)
17049 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
17050 (thumbs-decrement-image-size): Delete.
17051 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
17052 temp files and use to resize.
17053 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
17054 Use increment argument to enlarge/shrink. Preserve point.
17055 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
17056 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
17057 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
17058 (thumbs-mark, thumbs-unmark): Preserve point.
17059 (thumbs-modify-image): Keep old temp files and use to modify.
17060 Cleanup old temp files at load time. Preserve point.
17061 (thumbs-view-image-mode-map): Use new command names.
17062
17063 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
17064
17065 * log-view.el (log-view-minor-wrap): First rev is the one at point.
17066
17067 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
17068 the nastiest part of the cyclic dependency.
17069 (cal-menu-update): Use dotimes and calendar-increment-month.
17070
17071 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
17072 (calendar-week-start-day): Add an :initializer.
17073 (calendar-mode-map): Use suppress-keymap, and command remapping.
17074 (describe-calendar-mode): Setup xref-stack info for the back button.
17075 (calendar-star-date): Insert before delete.
17076 (calendar-set-mode-line): Add file-modified info if applicable.
17077 (calendar-increment-month): New function.
17078
17079 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
17080
17081 * font-lock.el (lisp-font-lock-keywords-2):
17082 Recognize "& keywords" only at word boundaries.
17083
17084 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
17085
17086 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
17087 and permanent-local.
17088 (thumbs-max-image-number): New variable.
17089 (thumbs-do-thumbs-insertion): Use them.
17090 (thumbs-per-line): Change default to 4.
17091 (thumbs-marked-list): Rename from thumbs-markedL.
17092 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
17093 (thumbs-rename-images): Use -list instead of L for internal variables.
17094 (thumbs-call-convert): Use call-process instead of shell-command.
17095 (thumbs-insert-thumb): Add filename as help-echo to each image.
17096 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
17097 Give dir to thumbs-show-thumbs-list.
17098 (thumbs-show-thumbs-list): Set default-directory to that of images.
17099 (thumbs-dired-show): Rename from thumbs-dired-show-all.
17100 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
17101 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
17102 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
17103
17104 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
17105
17106 * ses.el (ses-read-cell): Provide a default value.
17107
17108 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
17109
17110 * term/w32-win.el (image-library-alist): Add additional names for
17111 GIF library.
17112
17113 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17114
17115 * international/latexenc.el (latexenc-find-file-coding-system):
17116 Add file-regular-p check.
17117
17118 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
17119
17120 * simple.el (clone-buffer): Don't show the new buffer in the same
17121 window.
17122
17123 2006-01-23 Juri Linkov <juri@jurta.org>
17124
17125 * faces.el (link, link-visited): New faces based on default values
17126 of `info-xref' and `info-xref-visited'.
17127
17128 * info.el (info-xref): Inherit from `link'.
17129 (info-xref-visited): Inherit from `link-visited'.
17130
17131 * cus-edit.el (custom-buffer-create-internal): Use widget type
17132 `custom-manual' instead of `info-link' and don't set properties
17133 `button-face' and `mouse-face' explicitly.
17134 (custom-browse-group-tag, custom-browse-variable-tag)
17135 (custom-browse-face-tag): Inherit from widget class
17136 `custom-group-link' instead of `push-button'.
17137 (custom-button-unraised): Inherit from `underline' face.
17138 (custom-link): Inherit from `link' face. Fix doc and group.
17139 (custom-add-parent-links, custom-group-value-create): Don't set
17140 properties `button-face' and `mouse-face' explicitly for
17141 `custom-group-link' widget.
17142 (custom-group-link): Add properties `button-face' and `mouse-face'
17143 to widget definition.
17144 (custom-field-keymap): New variable. Put `custom-field-keymap' to
17145 editable-field's :keymap property.
17146 (custom-mode): Fix docstring: substitute keybindings for
17147 `widget-forward' and `widget-backward' from `widget-keymap',
17148 `widget-complete' from `custom-field-keymap', replace old
17149 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
17150
17151 * desktop.el (desktop-load-file): Check for `fboundp' before
17152 calling `symbol-function'.
17153
17154 * simple.el (clone-buffer, clone-indirect-buffer)
17155 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
17156 `read-string'. Fix prompts.
17157
17158 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
17159
17160 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
17161
17162 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
17163
17164 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
17165
17166 * startup.el (inhibit-splash-screen, initial-scratch-message):
17167 Doc fixes.
17168
17169 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
17170
17171 Sync with Tramp 2.0.52.
17172
17173 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
17174 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
17175 `tramp-unload-tramp' for checklist.
17176
17177 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
17178 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
17179 (tramp-unload-file-name-handler-alist)
17180 (tramp-unload-tramp): New defuns.
17181 (tramp-advice-PC-expand-many-files): New defadvice.
17182 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
17183 removed.
17184 (tramp-handle-expand-file-name): Remove double slash.
17185 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
17186 It doesn't matter, because it will be converted later on.
17187 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
17188 implementation was just heuristic.
17189 (tramp-post-connection): Set uid and gid properties.
17190 (tramp-convert-file-attributes): Set file's gid change bit.
17191 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
17192 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
17193 in case of su(do)? methods. The home directory of the local user
17194 will be taken else.
17195 (tramp-open-connection-telnet)
17196 (tramp-open-connection-rsh, tramp-open-connection-su)
17197 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
17198 local shell prompt could hurt. Reported by Romain Francoise
17199 <romain@orebokech.com>.
17200 (tramp-let-maybe): Add `edebug-form-spec' property.
17201 (tramp-handle-expand-file-name): Bind `default-directory' locally
17202 to "/" in order to avoid problems with UNC shares or Cygwin
17203 mounts.
17204 (tramp-md5-function): Fix typo in error message.
17205
17206 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
17207
17208 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
17209 for byte-compiler pacification.
17210
17211 2006-01-22 Andre Spiegel <spiegel@gnu.org>
17212
17213 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
17214 ID-FORMAT `string'. This allows us to get rid of
17215 `vc-user-login-name UID'.
17216
17217 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
17218
17219 2006-01-22 John Paul Wallington <jpw@pobox.com>
17220
17221 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
17222
17223 2006-01-21 Martin Rudalics <rudalics@gmx.at>
17224
17225 * emacs-lisp/find-func.el (find-definition-noselect)
17226 (find-variable-noselect): Search variables in C source code too.
17227 (find-function-C-source, find-function-noselect, find-function)
17228 (find-function-other-frame, find-variable-noselect, find-variable)
17229 (find-variable-other-frame, find-variable-at-point):
17230 Fix docstrings.
17231
17232 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
17233
17234 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
17235
17236 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
17237
17238 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
17239 Default to disabling the "Save affix" question.
17240
17241 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
17242
17243 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
17244 the first arg to run-python.
17245
17246 2006-01-21 Eli Zaretskii <eliz@gnu.org>
17247
17248 * startup.el (command-line-1): Handle --no-desktop if desktop.el
17249 is not loaded.
17250
17251 2006-01-20 Jay Belanger <belanger@truman.edu>
17252
17253 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
17254 limit is 0.
17255
17256 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
17257 the correct variable.
17258
17259 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
17260
17261 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
17262 link. Fixed buggy argument sequence in call to `org-view-tags'.
17263 (org-compile-prefix-format): Set `org-prefix-has-tag'.
17264 (org-prefix-has-tag): New variable.
17265 (org-format-agenda-item): Remove tags from headline if
17266 appropriate.
17267 (org-agenda-remove-tags-when-in-prefix): New option.
17268 (org-get-tags-at): New function.
17269
17270 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
17271
17272 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
17273 (thumbs-find-image): Move image name and number from buffer name
17274 to mode name. Set thumbs-buffer. Preserve point so that large
17275 images remain visible.
17276 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
17277 order.
17278 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
17279 mode name.
17280 (thumbs-next-image, thumbs-previous-image): Make them work.
17281
17282 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
17283
17284 * cus-edit.el (custom-buffer-create-internal): State in the text above
17285 the whole buffer buttons that they do not operate on hidden items.
17286 (custom-face-menu): Use `custom-face-save' instead of
17287 `custom-face-save-command'.
17288 (custom-face-save-command): Make it an alias for `custom-face-save'
17289 and declare it obsolete.
17290 (custom-face-save): Doc fix.
17291
17292 * dired.el (dired-no-confirm): Add quote.
17293 (dired-subdir-alist-pre-R): Add quote in
17294 `make-variable-buffer-local' form and remove unbalanced parenthesis.
17295
17296 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
17297
17298 * textmodes/table.el (table-mode-indicator): Typo in last change.
17299
17300 2006-01-19 Richard M. Stallman <rms@gnu.org>
17301
17302 * outline.el (hide-leaves): Don't call outline-end-of-heading.
17303 Fixes bug reported in Nov 2005.
17304
17305 * isearch.el (isearch-forward): Doc fix.
17306
17307 * dired.el (dired-move-to-filename-regexp): Define as alias.
17308 (dired-no-confirm): Use defcustom.
17309 (dired-subdir-alist-pre-R): Put defvar at top level.
17310
17311 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
17312
17313 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17314 Mark as risky.
17315
17316 * simple.el (set-mark-command): Doc fix.
17317 (clone-indirect-buffer-other-window):
17318 Read arg like clone-indirect-buffer.
17319 (move-beginning-of-line): Skip invisible newlines.
17320
17321 2006-01-19 Masatake YAMATO <jet@gyve.org>
17322
17323 * progmodes/cpp.el (cpp-edit-load): Make the order of
17324 listed conditions in a base C code buffer and its associate
17325 CPP Edit buffer the same.
17326
17327 2006-01-19 Kenichi Handa <handa@m17n.org>
17328
17329 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
17330 (rmail-mime-feature): Likewise.
17331 (rmail-require-mime-maybe): Use display-warning to show a warning
17332 message.
17333
17334 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
17335 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
17336
17337 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
17338
17339 * array.el: Move defvars out of eval-when-compile.
17340 (array-make-template): Replace undeclared global var with a local one.
17341 (array-mode): Inline initialization functions.
17342 (array-init-local-variables, array-init-max-row)
17343 (array-init-max-column, array-init-columns-per-line)
17344 (array-init-field-width, array-init-rows-numbered)
17345 (array-init-line-length, array-init-lines-per-row): Remove.
17346
17347 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
17348 (doc-mode-map): Define explicitly.
17349 (doctor-txtype): Use mapc.
17350
17351 * textmodes/table.el: Move defvars out of eval-when-compile.
17352 Remove harmful code meant to avoid byte-compiler warnings.
17353 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
17354 specification that checks table-fixed-width-mode directly.
17355 (table-recognize-region, table-recognize-cell):
17356 Use restore-buffer-modified-p.
17357 (table-fixed-width-mode): Remove code that refreshes
17358 table-fixed-mode-indicator.
17359 (*table--cell-describe-bindings, *table--cell-describe-mode):
17360 Avoid obsolete name print-help-return-message.
17361 (table--test-cell-list): Don't use replace-regexp from elisp.
17362 (table--point-entered-cell-function, table--point-left-cell-function):
17363 Don't set table-fixed-mode-indicator, use force-mode-line-update.
17364
17365 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
17366 that was after the end of file. Use buffer-file-name variable.
17367 (org-timestamp-change): Use with-current-buffer.
17368 (org-todo-list): Don't unnecessarily define a new buffer-local var.
17369 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
17370 `file'.
17371
17372 * progmodes/fortran.el: Move defvars out of eval-when-compile.
17373 (fortran-break-line): Remove unused var `opoint'.
17374 (fortran-abbrev-start): Obey help-event-list.
17375
17376 2006-01-18 Jesper Harder <harder@phys.au.dk>
17377
17378 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
17379
17380 2006-01-18 Masatake YAMATO <jet@gyve.org>
17381
17382 * progmodes/make-mode.el (makefile-imake-mode): New mode
17383 derived from makefile-mode.
17384 (makefile-imake-mode-syntax-table): New syntax table
17385 derived from makefile-mode-syntax-table.
17386 (makefile-mode): Write about makefile-imake-mode in doc string.
17387 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
17388 (makefile-imake-font-lock-keywords): New font lock keywords.
17389
17390 * files.el (auto-mode-alist): Add Imakefile.
17391
17392 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
17393
17394 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
17395 loading the file rather than when turning on flyspell-mode.
17396
17397 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
17398
17399 * cus-edit.el (customize-rogue): Minor doc fix.
17400
17401 2006-01-17 Juri Linkov <juri@jurta.org>
17402
17403 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
17404 instead of the file at the mark as default if the file at the mark
17405 is the same as the file at point or if dired-dwim-target-directory
17406 is not the same as the current directory and the mark is not active.
17407
17408 * log-view.el (log-view-minor-wrap): Use the same logic to get
17409 revisions as `log-view-diff'.
17410
17411 * info.el (Info-revert-find-node): Check for Info-current-file
17412 before preserving new-history.
17413
17414 * man.el (Man-heading-regexp): Add `/'.
17415
17416 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
17417 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
17418
17419 2006-01-16 Juri Linkov <juri@jurta.org>
17420
17421 * faces.el (mode-line-faces): New defgroup.
17422 (mode-line-highlight): Move definition after new defgroup.
17423 (mode-line, mode-line-inactive, mode-line-highlight):
17424 Replace :group `modeline' with `mode-line-faces'.
17425 (mode-line-buffer-id): New face.
17426 (modeline-buffer-id): New face alias.
17427 (vertical-border): Remove :group `modeline'.
17428
17429 * bindings.el (propertized-buffer-identification): Use face
17430 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
17431 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
17432 (mode-line-buffer-identification-keymap): For mouse-1 replace
17433 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
17434 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
17435 mouse-3.
17436
17437 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
17438 Buffer-menu-buffer. Doc fix.
17439 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
17440 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
17441 `Buffer-menu-buffer'.
17442
17443 * info.el (Info-mode-line-node-keymap): New defvar.
17444 (Info-set-mode-line): Use `stringp' to check Info-current-file.
17445 Propertize Info-current-node with `mode-line-buffer-id' and
17446 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
17447
17448 * time.el (display-time-mail-face): Replace :group `faces' with
17449 `mode-line-faces'.
17450
17451 2006-01-16 Kenichi Handa <handa@m17n.org>
17452
17453 * international/code-pages.el: Add autoload cookies for cp125[0345678].
17454
17455 * language/european.el (cp1252): New alias for windows-1252.
17456
17457 * international/mule.el (autoload-coding-system): Prepare for EOL
17458 variants.
17459
17460 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
17461
17462 * term.el (term-raw-map): Add mapping for insert.
17463 (term-send-insert): New.
17464 (term-mode): Make variables local here instead of doing it in
17465 `term-emulate-terminal'.
17466 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
17467 Scroll reverse needs to take into account the scroll region.
17468 Saving and restoring the cursor should save the color attributes too.
17469 (term-reset-terminal): Reset the scroll region.
17470 (term-handle-ansi-escape): Cursor up and down should take into
17471 account the scroll region.
17472 (term-set-scroll-region): Rename from `term-scroll-region'.
17473 Move to 0,0 after setting the region.
17474 (term-handle-scroll): Handle scroll up.
17475 (term-down): Fix off by one error.
17476 (term-delete-lines): Do not delete outside the scroll region.
17477 (term-insert-lines): Take into account the scroll region.
17478
17479 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
17480
17481 * textmodes/ispell.el (ispell-internal-change-dictionary)
17482 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
17483 (start, end): Move declaration outside of eval-when-compile.
17484
17485 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
17486 (flyspell-mode-on): Use it.
17487
17488 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
17489 ispell-kill-ispell-hook.
17490
17491 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
17492
17493 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
17494 (Custom-reset-saved): Do not ask for confirmation in single option
17495 buffers.
17496
17497 2006-01-13 Richard M. Stallman <rms@gnu.org>
17498
17499 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
17500
17501 2006-01-13 Romain Francoise <romain@orebokech.com>
17502
17503 * add-log.el (add-change-log-entry, change-log-merge):
17504 Conditionally use `hard-newline'.
17505
17506 2006-01-13 Martin Rudalics <rudalics@gmx.at>
17507
17508 * wid-edit.el (widget-field-end): If the overlay is no longer
17509 associated with a buffer, behave as if the overlay didn't exist.
17510
17511 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
17512 Make sure the links use the `custom-link' face.
17513
17514 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
17515
17516 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
17517 (ld-script-mode): Don't set indent-line-function since we don't
17518 have one.
17519
17520 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
17521
17522 * textmodes/org.el (org-open-file): Use mailcap for selecting an
17523 application.
17524 (org-file-apps-defaults-gnu): Use mailcap as the default for
17525 selecting an application on a UNIX system.
17526 (org-agenda-show-tags): New command.
17527 (org-table-insert-hline): Keep cursor in current table line.
17528 (org-table-convert): Offset effect of modifying
17529 `org-table-insert-hline'.
17530 (org-format-agenda-item): New optional argument TAG.
17531 (org-compile-prefix-format): Handle %T format for the tag.
17532 (org-expand-wide-chars): New function.
17533 (org-table-insert-row, org-table-insert-hline):
17534 Use `org-expand-wide-chars'.
17535 (org-open-file): Fix bug in program launch.
17536 (org-get-time-of-day): Fix bug with times before 1am.
17537 (org-agenda-menu): Add tags commands.
17538
17539 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
17540
17541 * textmodes/ispell.el (ispell-init-process): Include the used
17542 dictionary in ispell process start message.
17543 (ispell-internal-change-dictionary): When flyspell-mode is active
17544 and dictionary is changed, make sure ispell process is restarted
17545 and flyspell word cache cleared out for the current buffer.
17546 (ispell-change-dictionary): Make sure flyspell word cache is
17547 cleared out in all buffers with active flyspell mode when
17548 dictionary is globally changed.
17549 Call ispell-internal-change-dictionary after dictionary change.
17550
17551 2006-01-13 Eli Zaretskii <eliz@gnu.org>
17552
17553 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
17554
17555 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
17556 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
17557 years. Fix small differences wrt Makefile.in.
17558 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
17559 Makefile.in does.
17560
17561 2006-01-12 Bill Wohler <wohler@newt.com>
17562
17563 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
17564 mh-search.el.
17565
17566 2006-01-12 Masatake YAMATO <jet@gyve.org>
17567
17568 * progmodes/ld-script.el: Update copyright year.
17569
17570 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
17571
17572 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
17573 Don't add widget if setting undefined.
17574
17575 2006-01-12 John Paul Wallington <jpw@pobox.com>
17576
17577 * help-fns.el (describe-variable): Remove newlines from void
17578 variable output.
17579
17580 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
17581
17582 * wdired.el (wdired-mode-map): Add help echo for
17583 wdired-abort-changes.
17584
17585 * man.el (Man-file-name-regexp): Adjust for a list of files.
17586
17587 2006-01-12 Masatake YAMATO <jet@gyve.org>
17588
17589 * progmodes/ld-script.el (auto-mode-alist): Support
17590 suffix conventions used in netbsd and eCos.
17591
17592 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
17593
17594 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
17595 (custom-variable-menu, custom-face-menu, custom-group-menu)
17596 (Custom-mode-menu): Change names of menu items. (As discussed on
17597 emacs-devel.)
17598 (custom-face-menu): Add "Undo Edits" item.
17599
17600 * startup.el (init-file-user): defcustom -> defvar.
17601
17602 * tooltip.el (tooltip-mode): Doc fix.
17603
17604 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
17605
17606 * reveal.el (reveal-post-command): window-buffer signals an error on
17607 dead windows rather than returning nil.
17608 (reveal-open-new-overlays): An overlay might die while we open others.
17609
17610 2006-01-11 Bill Wohler <wohler@newt.com>
17611
17612 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
17613 phrasing in docstring.
17614
17615 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
17616 can give some systems gas. Add new file mh-buffers.el.
17617
17618 2006-01-06 Masatake YAMATO <jet@gyve.org>
17619
17620 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
17621 C preprocessor forward ported from GNU Emacs 21.2.
17622
17623 * progmodes/asm-mode.el (asm-font-lock-keywords):
17624 Use `cpp-font-lock-keywords'.
17625
17626 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
17627
17628 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
17629 of $ for "\\.ld[s]?".
17630
17631 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
17632
17633 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
17634 (tcl-indent-line): Return `noindent' if inside a string.
17635
17636 * progmodes/flymake.el (flymake-split-string): Remove more than one
17637 empty string at beg/end of the result.
17638 (flymake-find-buildfile, flymake-find-possible-master-files):
17639 Use expand-file-name.
17640 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
17641 since expand-file-name does it for us. Use directory-file-name.
17642 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
17643 (flymake-ler-get-type, flymake-ler-get-text)
17644 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
17645 (flymake-current-line-no): Remove spurious interactive spec.
17646 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
17647 (flymake-check-include): Remove arg inc-path merged into inc-name.
17648 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
17649 Arg regexp-list replaced by a simple regexp.
17650 (flymake-master-make-header-init, flymake-master-tex-init):
17651 Correspondingly replace regexp-list with a regexp. Fix regexp.
17652
17653 2006-01-10 Simon Josefsson <jas@extundo.com>
17654
17655 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
17656 describing AUTH PLAIN fix.
17657
17658 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
17659
17660 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
17661 (report-emacs-bug): Don't record initial prompt text.
17662 Instead, add text properties to prompting text.
17663 (report-emacs-bug-hook): Delete prompting text.
17664
17665 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
17666
17667 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
17668 `dirs'. Adjust callers.
17669
17670 2006-01-09 John Paul Wallington <jpw@gnu.org>
17671
17672 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
17673
17674 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
17675
17676 * reveal.el (reveal-open-new-overlays): New extracted fun.
17677 (reveal-close-old-overlays): Idem. Check overlays's liveness before
17678 using them. Simplify the code.
17679 (reveal-post-command): Use them. Fix up obsolete windows in
17680 reveal-open-spots.
17681
17682 * progmodes/flymake.el: Use `require' rather than autoload for
17683 XEmacs's overlays.
17684 (flymake-get-common-file-prefix, flymake-build-relative-filename):
17685 Delete. Use file-relative-name instead.
17686 (flymake-get-syntax-check-program-args, flymake-perl-init):
17687 Simplify the resulting code.
17688
17689 * log-view.el (log-view-file-re, log-view-message-re): Add support
17690 for DaRCS output.
17691
17692 2006-01-09 Alex Schroeder <alex@gnu.org>
17693
17694 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
17695 identifiers sometimes added in square brackets at the beginning of
17696 subject lines.
17697
17698 2006-01-07 Richard M. Stallman <rms@gnu.org>
17699
17700 * cus-edit.el (Custom-set, Custom-save): Doc fix.
17701 (Custom-reset-current, Custom-reset-saved): Change question text.
17702 (Custom-reset-standard): Likewise.
17703 (custom-variable-reset-saved): Doc fix.
17704
17705 2006-01-07 Eli Zaretskii <eliz@gnu.org>
17706
17707 * startup.el (init-file-user): Doc fix.
17708
17709 2006-01-07 Alex Schroeder <alex@gnu.org>
17710
17711 * mail/rmail.el (rmail-current-subject): New function.
17712 (rmail-current-subject-regexp): New function.
17713 (rmail-next-same-subject): Use it.
17714
17715 * mail/rmailsum.el (rmail-summary-by-topic):
17716 Use rmail-current-subject and rmail-current-subject-regexp.
17717 (rmail-summary-next-same-subject): Ditto.
17718
17719 * net/rcirc.el (rcirc-send-input): No longer check whether the
17720 process is open, since not all commands need an open process.
17721 (rcirc-send-string): Check whether the process is open before
17722 sending anything.
17723 (rcirc-ignore-list): New option.
17724 (rcirc-ignore-list-automatic): New variable.
17725 (rcirc-print): Take rcirc-ignore-list into account.
17726 (rcirc-cmd-ignore): New command.
17727 (rcirc-ignore-update-automatic): New function.
17728 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
17729 list if ignored nicks.
17730 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
17731
17732 2006-01-06 David Reitter <david.reitter@gmail.com>
17733
17734 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
17735 reflect the address to which the report will be sent.
17736
17737 2006-01-06 Eli Zaretskii <eliz@gnu.org>
17738
17739 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
17740 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
17741
17742 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
17743
17744 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
17745
17746 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
17747 the doc string: "functoin" => "function".
17748 * ldefs-boot.el: Likewise.
17749
17750 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
17751 message text: "Duplicat" => "Duplicate".
17752
17753 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
17754
17755 * files.el (basic-save-buffer-2): If backing-up failed, reset
17756 buffer-backed-up to nil.
17757
17758 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
17759
17760 * progmodes/gud.el (gdb-script-skip-to-head)
17761 (gdb-script-calculate-indentation): Indent for breakpoint command
17762 lists also.
17763
17764 2006-01-05 Bill Wohler <wohler@newt.com>
17765
17766 * Makefile.in (compile-always): Add mh-autoloads dependency.
17767 (bootstrap): Remove mh-autoloads dependency, as compile dependency
17768 provides it.
17769 (updates): Remove mh-autoloads dependency, since it probably has
17770 already run recently (via recompile).
17771
17772 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
17773
17774 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
17775 argument `force' to disable the flyspell-last-buffer optimization.
17776 (flyspell-mode-on): Use it.
17777
17778 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
17779 flymake-simple-cleanup.
17780 (flymake-allowed-file-name-masks): Use this new default.
17781 All the functions are now called in the right buffer rather than
17782 passing the buffer as argument.
17783 (flymake-process-sentinel): Switch to buffer before calling cleanup.
17784 (flymake-parse-err-lines): Remove redundant buffer arg.
17785 (flymake-get-program-dir): Comment out unused function.
17786 (flymake-start-syntax-check, flymake-start-syntax-check-process):
17787 Remove redundant buffer argument.
17788 (flymake-get-real-file-name, flymake-simple-java-cleanup)
17789 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
17790
17791 2006-01-05 Richard M. Stallman <rms@gnu.org>
17792
17793 * info.el (Info-find-node): Don't record previous node if have none.
17794 (info): Go to directory only if history is empty.
17795
17796 * simple.el (mark): Doc fix.
17797
17798 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17799
17800 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
17801 already of desired type.
17802 (mac-ae-list): Coerce parameter to "list" type.
17803 (mac-dispatch-apple-event): Replace cadr part of event with a
17804 dummy position so that event-start returns it.
17805
17806 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
17807
17808 * textmodes/org.el (org-end-of-subtree): New function.
17809 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
17810 Use `org-end-of-subtree'.
17811 (org-agenda, org-agenda-convert-date): Protect calls to
17812 `fit-window-to-buffer'.
17813 (org-tags-view): Force matching of sublevels when doing a
17814 todo-only search. Define the correct redo command, including the
17815 arguments.
17816 (org-agenda-redo): Display message.
17817 (org-check-for-org-mode): New function.
17818 (org-agenda-type): New variable.
17819 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
17820 Set `org-agenda-type'.
17821 (org-agenda-check-type): New function.
17822 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
17823 (org-agenda-week-view, org-agenda-day-view)
17824 (org-agenda-next-date-line, org-agenda-previous-date-line)
17825 (org-agenda-log-mode, org-agenda-toggle-diary)
17826 (org-agenda-toggle-time-grid, org-agenda-date-later)
17827 (org-agenda-date-prompt, org-agenda-diary-entry)
17828 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
17829 (org-agenda-convert-date, org-agenda-menu):
17830 Use `org-agenda-check-type'.
17831 (org-make-overlay, org-delete-overlay)
17832 (org-detatch-overlay, org-move-overlay, org-overlay-put):
17833 New compatibility functions.
17834 (org-calendar-select-mouse): New command.
17835
17836 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
17837
17838 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
17839 (Custom-reset-standard): Fix y-or-n-p messages.
17840 (custom-link): New face for links.
17841 (custom-buffer-create-internal, custom-manual): Use it.
17842 (custom-face-save): Push to theme-face before setting face spec.
17843
17844 * wid-edit.el (widget-default-mouse-face-get): New function.
17845 (widget-specify-button): Handle mouse-face like button-face.
17846
17847 * custom.el (load-theme): Clear old theme settings if reloading.
17848
17849 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
17850
17851 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
17852 "Erase Customization" button back to same position it occupies in
17853 the individual State menus.
17854
17855 2006-01-04 Kim F. Storm <storm@cua.dk>
17856
17857 * wid-edit.el (key-sequence): Rework widget to read key binding
17858 using `kbd' syntax. Use C-q to insert literal key, event, or code.
17859 (widget-key-sequence-default-value): Default value for empty sequence.
17860 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
17861 (widget-key-sequence-read-event): New command for C-q.
17862 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
17863 (widget-key-sequence-value-to-external): New functions.
17864
17865 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
17866
17867 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
17868 Use expand-file-name.
17869 (flymake-delete-temp-directory): Use expand-file-name,
17870 file-name-directory, and directory-file-name.
17871 (flymake-strrchr): Delete.
17872 (flymake-start-syntax-check): Don't pass the redundant buffer argument
17873 to the init-f function.
17874 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
17875 (flymake-init-find-buildfile-dir)
17876 (flymake-init-create-temp-source-and-master-buffer-copy)
17877 (flymake-simple-make-init-impl, flymake-simple-make-init)
17878 (flymake-master-make-init, flymake-master-make-header-init)
17879 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
17880 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
17881 (flymake-xml-init): Remove corresponding redundant buffer argument.
17882 (flymake-allowed-file-name-masks): Remove last elems that are equal to
17883 the default anyway. Clean up regexps.
17884
17885 * progmodes/flymake.el (flymake-temp-source-file-name)
17886 (flymake-master-file-name, flymake-temp-master-file-name)
17887 (flymake-base-dir): New buffer-local vars.
17888 (flymake-buffer-data, flymake-get-buffer-value)
17889 (flymake-set-buffer-value): Replace those hash-tables by the new
17890 buffer-local vars. Update callers.
17891
17892 * progmodes/flymake.el (flymake-check-start-time)
17893 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
17894 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
17895 Move definition, so we can remove redundant earlier declaration.
17896 (flymake-replace-regexp-in-string, flymake-split-string)
17897 (flymake-get-temp-dir): Use defalias.
17898 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
17899 (flymake-xemacs-window-edges): Remove unused function.
17900 (flymake-get-point-pixel-pos): Move.
17901 (flymake-pid-to-names, flymake-reg-names)
17902 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
17903 Replace by a simple list flymake-processes and by process-buffer.
17904 Update callers. Other than simplify the code, it uses buffers rather
17905 than buffer-names so it doesn't get confused by uniquify.
17906 (flymake-buffer-data): The global value should just be nil.
17907
17908 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
17909 Optimize the body of a defalias like any other code.
17910
17911 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
17912 Make sure we've setup font-lock's vars. It may influence which
17913 function we then call.
17914 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
17915 here since it's too late anyway.
17916
17917 2006-01-03 Romain Francoise <romain@orebokech.com>
17918
17919 * startup.el (fancy-splash-tail, normal-splash-screen):
17920 Update copyright year.
17921
17922 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
17923
17924 * mouse.el (mouse-drag-track): Rename, from
17925 `mouse-drag-region-1'. Includes optional argument required to
17926 enable post-drag event processing (e.g. delete region keys).
17927 Can be used without this argument to track a mouse region and operate
17928 on it as soon as the drag completes.
17929 (mouse-drag-region): Use `mouse-drag-track'.
17930
17931 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
17932
17933 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
17934 Move to `custom-buffer' group.
17935
17936 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
17937 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
17938 (custom-theme-insert-face-marker, custom-theme-variable-menu)
17939 (custom-theme-face-menu): New variables.
17940 (custom-theme-add-variable, custom-theme-variable-action)
17941 (custom-variable-reset-theme, custom-theme-delete-variable)
17942 (custom-face-reset-theme, custom-theme-face-action)
17943 (custom-theme-delete-face, custom-theme-merge-theme)
17944 (custom-theme-add-face, custom-theme-visit-theme): New functions.
17945
17946 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
17947
17948 * custom.el: Move Custom Themes commentary to start of theme code.
17949 (custom-known-themes): Rename `standard' theme to `changed'.
17950 (custom-push-theme): Caller no longer specifies what theme to use
17951 when doing `reset'---the setting is simply removed from the theme.
17952 Delete MODE from `theme-value' and `theme-settings' properties.
17953 (custom-declare-theme): Ignore &rest args since we don't use them.
17954
17955 (custom-loaded-themes): Delete variable.
17956 (custom-theme-load-themes, custom-theme-loaded-p)
17957 (custom-theme-value): Delete functions.
17958
17959 (custom-declare-theme): Signal error on invalid theme names.
17960 (provide-theme): custom-loaded-themes was deleted.
17961 (load-theme): Load the file unconditionally.
17962 (enable-theme): Call `load-theme' if theme is undefined.
17963 (custom-enabled-themes): Only update value for successful loads.
17964 (disable-theme): Complete from enabled themes when interactive.
17965 (custom-variable-theme-value): Calculate theme value directly.
17966
17967 (custom-theme-reset-variables, custom-reset-variables): Mark as
17968 XEmacs compatibility functions. We don't actually use these.
17969
17970 * cus-edit.el (custom-variable-state-set):
17971 Use custom-variable-theme-value instead of custom-theme-value.
17972 (custom-face-state-set): Rename `standard' theme to `changed'.
17973 (custom-save-variables, custom-save-faces): Delete unneeded
17974 references to custom-reset-variables.
17975 (custom-save-resets): Delete function.
17976 (custom-save-variables, custom-save-faces): MODE argument deleted.
17977 (custom-save-variables, custom-save-faces): Ignore theme values.
17978
17979 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
17980 compatibility function.
17981
17982 2006-01-01 Richard M. Stallman <rms@gnu.org>
17983
17984 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
17985 (Custom-reset-current, Custom-reset-saved): Likewise.
17986 (Custom-reset-standard): Show message if aborted.
17987 (custom-mode): Doc fix, describing those commands.
17988
17989 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
17990 put on event-kind property.
17991
17992 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
17993
17994 * custom.el (provide-theme): Ban `user' theme name.
17995 (custom-enabling-themes): New variable.
17996 (enable-theme): Don't enable user if custom-enabling-themes is t.
17997 (custom-enabled-themes): Make it a defcustom.
17998 (custom-theme-recalc-face): No-op if face is undefined.
17999
18000 * cus-edit.el (custom-button-mouse): New variable.
18001 (custom-button-mouse): New face.
18002 (custom-raised-buttons, custom-mode): Use it.
18003
18004 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
18005
18006 2005-12-31 Eli Zaretskii <eliz@gnu.org>
18007
18008 * progmodes/gud.el (gud-display-line): Support hl-line in the
18009 source buffer.
18010
18011 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
18012
18013 * mouse.el (mouse-drag-window-above): Verify that the found window
18014 overlaps with the given window in the horizontal dimension.
18015
18016 2005-12-31 Eli Zaretskii <eliz@gnu.org>
18017
18018 * Makefile.in (cvs-update): New target.
18019
18020 * makefile.w32-in (cvs-update): Ditto.
18021
18022 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
18023
18024 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
18025 (custom-new-theme-mode-map): New variable.
18026
18027 2005-12-30 Richard M. Stallman <rms@gnu.org>
18028
18029 * custom.el (custom-load-themes): Function deleted.
18030
18031 * cus-edit.el (custom-save-loaded-themes): Function deleted.
18032 (custom-save-variables): Don't delete or add custom-load-themes call.
18033
18034 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
18035
18036 * cus-start.el: Add `visible-cursor'.
18037
18038 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
18039 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
18040 (flymake-process-filter): Switch to buffer before calling it instead.
18041 (flymake-post-syntax-check, flymake-highlight-err-lines)
18042 (flymake-delete-own-overlays, flymake-parse-err-lines)
18043 (flymake-start-syntax-check, flymake-start-syntax-check-process)
18044 (flymake-count-lines, flymake-parse-residual):
18045 Remove constant buffer argument.
18046 (flymake-start-syntax-check-for-current-buffer): Remove.
18047 Update callers to use flymake-start-syntax-check instead.
18048 (flymake-display-err-menu-for-current-line):
18049 Remove unused var `mouse-pos'.
18050 (flymake-restore-formatting): Comment out unused function.
18051 (flymake-report-status, flymake-report-fatal-status): Remove buffer
18052 argument, use current-buffer instead. Update callers.
18053
18054 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18055
18056 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
18057 buffer-local because choose-completion-delete-max-match requires
18058 that we set completion-ignore-case (i.e., binding via let is not
18059 sufficient).
18060 (bibtex-complete): Always set completion-ignore-case and
18061 choose-completion-string-functions. The latter is needed because
18062 choose-completion-string-functions keeps its value if we quit the
18063 *Completions* buffer without requesting a completion.
18064
18065 2005-12-30 Andreas Schwab <schwab@suse.de>
18066
18067 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
18068
18069 2005-12-30 Eli Zaretskii <eliz@gnu.org>
18070
18071 * jit-lock.el (jit-lock-chunk-size): Doc fix.
18072
18073 2005-12-30 Juri Linkov <juri@jurta.org>
18074
18075 * locate.el (locate-fcodes-file, locate-header-face)
18076 * progmodes/delphi.el (delphi-other-face)
18077 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
18078
18079 * paren.el (show-paren-match, show-paren-mismatch): Use existing
18080 group `paren-showing-faces'.
18081
18082 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
18083 (goto-address): Fix docstring.
18084
18085 * net/webjump.el (webjump-sample-sites): Update URLs.
18086
18087 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
18088
18089 * subr.el (cancel-change-group): Add listp around pending-undo-list.
18090
18091 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
18092
18093 * font-lock.el (font-lock-compile-keywords): Signal an error when
18094 font-lock-set-defaults hasn't been called.
18095
18096 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
18097
18098 * subr.el (noreturn, 1value): Doc fixes.
18099
18100 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18101
18102 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
18103 that assoc-string returns nil.
18104
18105 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18106
18107 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
18108 (bibtex-entry-type-str, bibtex-empty-field-re)
18109 (bibtex-search-backward-string, bibtex-preamble-prefix)
18110 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
18111 (bibtex-any-valid-entry-type): New variable.
18112 (bibtex-parse-field-name): Simplify.
18113 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
18114 (bibtex-preamble-prefix): Include left delimiter.
18115 (bibtex-search-forward-field, bibtex-search-backward-field):
18116 Allow unbounded search past entry boundaries (required by bibtex-pop).
18117 (bibtex-text-in-field-bounds): Use push.
18118 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
18119 (bibtex-parse-preamble, bibtex-valid-entry)
18120 (bibtex-beginning-first-field): New functions.
18121 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
18122 (bibtex-map-entries): Fix docstring.
18123 (bibtex-flash-head): New arg prompt. Simplify.
18124 (bibtex-enclosing-field): Include code of bibtex-inside-field.
18125 (bibtex-insert-kill): Simplify. Always insert text past the
18126 current field or entry.
18127 (bibtex-format-entry): Use bibtex-parse-field.
18128 (bibtex-pop): Use bibtex-beginning-of-entry and
18129 bibtex-end-of-entry to initiate the search. Insert empty field if
18130 we found ourselves.
18131 (bibtex-print-help-message): New args field and comma.
18132 Handle entry keys.
18133 (bibtex-make-field): Use bibtex-beginning-of-entry.
18134 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
18135 invalid entry.
18136 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
18137 Handle preambles. Simplify code for thorough test.
18138 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
18139 New arg comma. Handle entry heads.
18140 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18141 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
18142 New arg comma.
18143 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
18144 (bibtex-fill-field): Simplify.
18145 (bibtex-fill-entry): Use bibtex-beginning-first-field and
18146 bibtex-parse-field.
18147 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
18148 (bibtex-complete): Use bibtex-parse-preamble.
18149
18150 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
18151
18152 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
18153 Display name of expression instead of convenience variable.
18154 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
18155
18156 * progmodes/gud.el (gud-tooltip-dereference): Rename from
18157 toggle-gud-tooltip-dereference.
18158 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
18159 (gud-tooltip-tips): ...here when dereferencing.
18160
18161 2005-12-28 Bill Wohler <wohler@newt.com>
18162
18163 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
18164
18165 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
18166
18167 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
18168 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
18169 (vc-annotate-display-autoscale): Adjust call.
18170 (vc-annotate-display-default): Adjust call. Make arg compulsory.
18171 Fix interactive spec.
18172 (vc-annotate-time-span): Remove.
18173 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
18174 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
18175 (vc-annotate-display-select): Use new name.
18176
18177 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
18178 (vc-annotate-mode-menu): Remove left-over redundant declaration.
18179 Correct the construction of span entries. Simplify.
18180 (vc-annotate-display-select): Fix the nil case.
18181 (vc-annotate): Remove obsolete (and now broken) code.
18182 (vc-annotate-extract-revision-at-line): Remove obsolete code.
18183 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
18184
18185 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
18186
18187 * subr.el (lazy-completion-table): Correct typo in docstring.
18188
18189 * startup.el (command-line): Use `custom-reevaluate-setting' for
18190 `send-mail-function'.
18191
18192 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
18193
18194 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
18195
18196 * mail/smtpmail.el (smtpmail-try-auth-methods):
18197 Send credentials together with "AUTH PLAIN" command.
18198
18199 2005-12-27 Richard M. Stallman <rms@gnu.org>
18200
18201 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
18202 mouse-2, go back to previously selected window, so it's selected
18203 when mouse-2 command runs.
18204
18205 2005-12-27 Juri Linkov <juri@jurta.org>
18206
18207 * descr-text.el (describe-text-sexp): Use square brackets for
18208 button [Show] to distinguish it from the property value `show'.
18209 (describe-property-list): Use `insert-text-button' with
18210 `help-face' type instead of putting face in quotes, because button
18211 is not created automatically for a list of faces.
18212 (describe-text-properties-1): Put button-type value in quotes to
18213 distinguish from plain text "button".
18214 (describe-char): Display code point values in hex. Don't use
18215 `symbol-name' for `current-input-method' because it is a string.
18216 Use `insert-text-button' with `help-face' type instead of putting
18217 hardcoded face in quotes, because button is not created automatically.
18218
18219 2005-12-27 Richard M. Stallman <rms@gnu.org>
18220
18221 * progmodes/glasses.el (glasses-face): More specific custom type.
18222
18223 * files.el (set-visited-file-name): Doc fix.
18224
18225 * textmodes/flyspell.el (flyspell-external-point-words):
18226 Use local var buffer-scan-pos to advance scan for next misspelling.
18227 Advance it only after we find the misspelling.
18228
18229 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
18230
18231 * textmodes/flyspell.el (flyspell-external-point-words):
18232 New criteria for finding the misspelling in the buffer.
18233
18234 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
18235
18236 * help-mode.el (help-insert-string): Set help-xref-stack-item
18237 rather than call help-setup-xref.
18238
18239 * descr-text.el (describe-char): Revert previous changes for
18240 optional buffer argument.
18241
18242 2005-12-27 Juri Linkov <juri@jurta.org>
18243
18244 * help-mode.el (help-insert-string): New function. Save buffer
18245 contents in cases where it is impossible to recompute the old contents.
18246
18247 * descr-text.el (describe-char): Set help-xref-stack-item
18248 explicitly after buffer has been generated.
18249
18250 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18251
18252 * cus-start.el (all): Add x-gtk-show-hidden-files.
18253
18254 2005-12-26 Richard M. Stallman <rms@gnu.org>
18255
18256 * replace.el (perform-replace): Calculate match-again
18257 before skipping read-only matches.
18258
18259 * paren.el (paren-showing-faces): New group.
18260 (show-paren-match, show-paren-mismatch): Move to that group.
18261
18262 * button.el (button): Put into group `basic-faces'.
18263
18264 * progmodes/make-mode.el: Remove faces from group `faces'.
18265
18266 * apropos.el (apropos, apropos-value): Doc fix.
18267 (apropos-documentation): Doc fix.
18268
18269 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
18270
18271 * subr.el (lazy-completion-table): Remove argument `args'.
18272
18273 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
18274 Don't use the `args' argument of lazy-completion-table.
18275
18276 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
18277
18278 * descr-text.el (describe-char): Add optional argument for buffer.
18279 Set buffer appropriately. Call help-setup-xref.
18280 Suggested by Stefan Monnier.
18281
18282 2005-12-26 Juri Linkov <juri@jurta.org>
18283
18284 * descr-text.el: Require `help-fns' at runtime. Don't require
18285 `button' for byte compilation.
18286 (describe-text-widget): Add `help-echo' for first button.
18287 Use `help-info' for second.
18288 (describe-property-list): Use `help-argument-name' instead of `italic'.
18289 (describe-text-category): Add prompt to interactive spec.
18290 Call `help-setup-xref'.
18291 (describe-char): Use `help-character-set'. Add `help-echo' for
18292 code point. Use `help-input-method'. Remove superfluous insert.
18293
18294 2005-12-25 Richard M. Stallman <rms@gnu.org>
18295
18296 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
18297 at point, in case of narrowing.
18298
18299 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
18300
18301 * locate.el (locate-header-face): Allow nil in type.
18302
18303 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
18304
18305 2005-12-25 Romain Francoise <romain@orebokech.com>
18306
18307 * battery.el (battery-linux-proc-acpi): Also try
18308 `/proc/acpi/thermal_zone/THM0/temperature'.
18309
18310 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
18311
18312 * custom.el (custom-push-theme): Fix docstring.
18313
18314 * cus-edit.el (custom-variable-set, custom-variable-save)
18315 (custom-variable-save): Custom-quote widget values.
18316 (customize-save-variable): Fix custom-push-theme call.
18317
18318 2005-12-24 Eli Zaretskii <eliz@gnu.org>
18319
18320 * w32-fns.el (w32-batch-update-autoloads): New function.
18321
18322 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
18323 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
18324 from the command line.
18325
18326 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
18327
18328 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
18329 reset means to remove setting from theme entirely. Don't keep
18330 expanding theme-settings list; delete old entries if necessary.
18331
18332 * cus-edit.el (custom-buffer-create-internal): Move "Erase
18333 customization" button one line up.
18334 (custom-themed): New face.
18335 (custom-magic-alist): New value, THEMED, for theme settings.
18336 (custom-variable-state-set, custom-face-state-set):
18337 Check theme-value instead of saved-value.
18338 (custom-variable-reset-standard, custom-face-reset-standard):
18339 Remove theme setting entirely. Recalculate new values.
18340 (custom-variable-set, custom-variable-set)
18341 (custom-variable-reset-saved, custom-variable-reset-backup)
18342 (custom-face-set, custom-face-reset-saved): Update `user' theme.
18343 (custom-variable-save): Fix typos.
18344
18345 2005-12-23 Juri Linkov <juri@jurta.org>
18346
18347 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
18348 Add autoload cookies.
18349 (edebug-outside-d-c-i-n-s-w): New variable.
18350 (edebug-display, edebug-outside-excursion): Use it to save the
18351 original value of default-cursor-in-non-selected-windows.
18352 Set default-cursor-in-non-selected-windows to t while Edebug
18353 is active.
18354 (edebug-mode, edebug-eval-mode): Doc fix.
18355
18356 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
18357 with `buffer-substring-no-properties' to remove common substring
18358 highlighting.
18359
18360 * info.el (info-other-window, info): Rename function argument
18361 `file' to `file-or-node'.
18362 (Info-complete-menu-item): Use local variable `complete-nodes' to
18363 keep the global value of `Info-complete-nodes' unchanged for
18364 subsequent completions.
18365 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
18366
18367 * simple.el (get-next-valid-buffer, last-buffer)
18368 (next-error-buffer-p, next-error-find-buffer)
18369 (minibuffer-history-sexp-flag): Doc fix.
18370
18371 * savehist.el (savehist-mode-hook): Add `:group'.
18372
18373 * log-view.el: Call autoload for vc-find-version.
18374 (log-view-current-file): Adjust subgroup numbers.
18375 (log-view-current-tag): Add `length'.
18376
18377 2005-12-23 Richard M. Stallman <rms@gnu.org>
18378
18379 * vc.el (vc-annotate-car-last-cons): Defn moved up.
18380
18381 2005-12-23 Juri Linkov <juri@jurta.org>
18382
18383 * hi-lock.el (hi-lock-archaic-interface-message-used)
18384 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
18385 (hi-lock-mode): Display "Hi" in the mode line only when
18386 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
18387 (hi-lock-write-interactive-patterns):
18388 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
18389 (hi-lock-set-pattern, hi-lock-set-file-patterns)
18390 (hi-lock-font-lock-hook): Set 3rd arg `how' of
18391 font-lock-add-keywords to t.
18392
18393 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
18394
18395 * hi-lock.el (hi-lock-highlight-range): New variable.
18396 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
18397 only if font-lock-fontified is non-nil. Remove overlays.
18398 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
18399 font-lock-fontified is non-nil, otherwise use overlays (instead of
18400 text properties).
18401 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
18402 New variables.
18403 (hi-lock-string-serialize): New function.
18404
18405 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18406
18407 * menu-bar.el (menu-find-file-existing): New function.
18408 (menu-bar-file-menu): Use menu-find-file-existing for Open.
18409
18410 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
18411
18412 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
18413
18414 * vc.el: Remove unnecessary leading * in docstrings.
18415 (vc-annotate-mode-map): Move initialization into declaration.
18416 (vc-static-header-alist): Nitpick on the regexp.
18417 (vc-default-init-version): New fun.
18418 (vc-register): Use it.
18419 (vc-insert-headers): Use dolist.
18420 (vc-annotate-get-backend): Remove unused function.
18421 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
18422 (vc-annotate-mode): Remove corresponding call.
18423 (vc-annotate-car-last-cons): Simplify.
18424 (vc-annotate-buffers): Remove var.
18425 (vc-annotate-backend): Make it buffer-local.
18426 (vc-annotate): Move the interaction to the interactive spec.
18427 Add a `buf' argument.
18428 (vc-annotate-warp-version): Use this new `buf' argument to avoid
18429 killing&creating a vc-annotate buffer, which is very disruptive when
18430 the buffers are shown in dedicated frames.
18431
18432 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
18433
18434 * descr-text.el: Add FSF as maintainer.
18435 (describe-text-mode, describe-text-mode-map)
18436 (describe-text-mode-hook, describe-text-done): Delete. Use normal
18437 help-mode.
18438 (describe-text-widget, describe-text-sexp)
18439 (describe-property-list, describe-text-category)
18440 (describe-text-properties, describe-text-properties-1)
18441 (describe-char): Use help buttons instead of widgets.
18442 (describe-char-unicodedata-file): Make URL link in doc string.
18443
18444 2005-12-22 Richard M. Stallman <rms@gnu.org>
18445
18446 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
18447 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
18448 Don't include buttons that write a file when there's no file.
18449 (custom-variable-menu, custom-face-menu, custom-group-menu):
18450 Don't include commands that write a file when there's no file.
18451 (customize-browse): Reword the top-of-buffer help intro.
18452 (custom-buffer-create-internal): Fix previous change.
18453 (customize-changed-options-previous-release): Prev release is 21.1.
18454 (customize-changed-options): Doc fix.
18455 (customize-changed): New alias.
18456 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
18457 Say "standard values".
18458 (Custom-reset-standard): Doc fix.
18459 (custom-face-reset-standard): Doc fix.
18460
18461 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
18462
18463 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
18464 even if font-lock-mode is non-nil since it may be t without having
18465 turned on font-lock-mode-internal.
18466 (font-lock-choose-keywords): Minor optimization.
18467 (font-lock-add-keywords, font-lock-remove-keywords)
18468 (font-lock-set-defaults): Don't call make-local-variable on a variable
18469 that we know to already be local.
18470
18471 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
18472
18473 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
18474 messages if in the minibuffer.
18475
18476 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
18477
18478 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
18479 (tex-mode-flyspell-verify, flyspell-get-word)
18480 (flyspell-external-point-words): Don't use point-min/max uselessly.
18481
18482 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
18483 by Kevin Rodgers. Instead, just hide the completions buffer if we
18484 don't need to show it.
18485
18486 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
18487
18488 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
18489
18490 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
18491
18492 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
18493 delete-windows-on with an inexistent buffer.
18494
18495 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
18496
18497 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
18498 Delete defcustom variable :tag names.
18499
18500 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
18501
18502 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
18503 (log-view-font-lock-keywords): Ajust subgroup numbers.
18504 (log-view-current-tag): Don't hard code the number of subgroups.
18505
18506 2005-12-20 Juri Linkov <juri@jurta.org>
18507
18508 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
18509 (tooltip-x-offset, tooltip-y-offset): Doc fix.
18510
18511 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
18512 (menu-bar-non-minibuffer-window-p): Instead of checking
18513 display-multi-frame-p, use selected-frame when menu-updating-frame
18514 is nil.
18515
18516 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
18517
18518 * align.el (align-rules-list): Use [ \t] instead of \s-
18519 for column separators in text mode.
18520
18521 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
18522
18523 * help-mode.el (help-customize-variable, help-customize-face):
18524 Don't pop help-xref-stack as help-follow no longer pushes
18525 anything on to it.
18526
18527 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
18528
18529 * textmodes/org.el (org-agenda-custom-commands): New option.
18530 (org-agenda): Offer custom commands on splash screen.
18531 (org-make-tags-matcher): Parser for Boolean logic added.
18532 (org-agenda-set-tags): New command.
18533 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
18534 (org-set-tags): Efficiency improvements.
18535 (org-auto-align-tags): New option.
18536 (org-todo, org-demote, org-promote): Realign tags.
18537 (org-tags-completion-function): Use also "&" and "|" as separators.
18538 (org-org-menu): Agenda commands simplified.
18539
18540 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
18541
18542 * cus-edit.el (customize-apropos, customize-apropos-options):
18543 Docstring changes.
18544
18545 * font-lock.el (font-lock): Add tags to the links in the defgroup.
18546
18547 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
18548
18549 * longlines.el (longlines-mode): Wrap while widened.
18550 (longlines-decode-region, longlines-encode-region): Compute max
18551 just once.
18552
18553 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18554
18555 * cus-edit.el (mac): New group.
18556
18557 * cus-start.el (all): Add user options in macterm.c. Add test for
18558 Mac-related built-ins. Fix test for GTK-related built-ins.
18559
18560 * term/mac-win.el (mac-handle-language-change)
18561 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
18562 (mac-services-open-selection, mac-services-mail-selection)
18563 (mac-services-mail-to, mac-services-insert-text)
18564 (mac-dispatch-apple-event): Add docstrings.
18565 (x-get-selection, mac-select-convert-to-string): Select coding
18566 system from `utf-16be' and `utf-16le' using `byteorder'.
18567
18568 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
18569
18570 * subr.el (lazy-completion-table): Don't be fooled if the var holds
18571 a "list" (lambda ...) rather than a real completion list.
18572
18573 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
18574 lexical-let when encountering ((lambda (...) ...) ...).
18575
18576 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
18577
18578 * progmodes/sh-script.el (sh-mode):
18579 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
18580 * textmodes/picture.el (picture-mode): Update docstrings.
18581
18582 2005-12-17 Eli Zaretskii <eliz@gnu.org>
18583
18584 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
18585 commands enclosed in $(ARGQUOTE)s should not be split between two
18586 lines, as that will break with GNU Make >3.80, when sh.exe is used
18587 and arg quoting is with '..'.
18588 (autoloads): Don't break the quoted --eval expression between
18589 several lines.
18590
18591 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
18592
18593 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
18594 Capture error from printing circular structures.
18595
18596 2005-12-17 Martin Rudalics <rudalics@gmx.at>
18597
18598 * wid-edit.el (widget-checkbox-action): Clear undo info.
18599
18600 2005-12-16 Bill Wohler <wohler@newt.com>
18601
18602 * menu-bar.el (kill-this-buffer): Set a good example by using menu
18603 bar, not menubar in comment.
18604
18605 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
18606
18607 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
18608 After-change-functions should not clobber the match data.
18609
18610 2005-12-16 Juri Linkov <juri@jurta.org>
18611
18612 * simple.el (choose-completion): Use `buffer-substring-no-properties'
18613 instead of `buffer-substring'.
18614 (completion-common-substring): Doc fix.
18615 (completion-setup-function): Use minibuffer-completion-contents
18616 instead of minibuffer-contents. Don't set common-string-length
18617 initially. Remove special handling of partial-completion-mode.
18618 Move computation of completion-base-size into one cond.
18619 Call completion-base-size-function in mainbuf. In computation of
18620 completion-base-size for file name completion don't move point to
18621 the end of the minibuffer. Move computation of common-string-length
18622 into one cond. Start putting faces only when common-string-length>=0.
18623 Add condition to put completions-common-part when
18624 common-string-length>0.
18625
18626 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
18627 place point at the first different character in the minibuffer
18628 even if this position is at the beginning of the minibuffer.
18629
18630 * info.el (Info-read-node-name-1): In completion-base-size-function's
18631 lambda return 1 if common-substring or minibuffer-completion-contents
18632 starts with (, and 0 otherwise.
18633
18634 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
18635 Use `crm-current-element' for second arg of `display-completion-list'.
18636
18637 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
18638
18639 * files.el (set-auto-mode): Look for an interpreter specified on
18640 the first line also if search for mode specification succeeded,
18641 but the mode is not known.
18642
18643 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
18644
18645 * textmodes/org.el (org-tags-match-list-sublevels): New option.
18646 (org-open-at-point): Implement tag searches as links.
18647 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
18648 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
18649 (org-tags-sparse-tree, org-tags-view, org-set-tags)
18650 (org-agenda-dispatch): New commands.
18651 (org-use-tag-inheritance, org-tags-column): New options.
18652 (org-tab-follows-link, org-return-follows-link): New options.
18653 (org-tags): New customize group.
18654 (org-start-icalendar-file): Get local time zone.
18655 (org-tags-completion-function): New function.
18656 (org-set-font-lock-defaults): Make sure links will also be
18657 highlighted inside headlines.
18658
18659 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
18660
18661 * term.el (term-emulate-terminal):
18662 Let term-handle-ansi-terminal-messages override what Bash says about
18663 its current directory.
18664
18665 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
18666
18667 * bindings.el (last-buffer): Move to simple.el.
18668 * simple.el (last-buffer): Move here.
18669 (get-next-valid-buffer): New function.
18670 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
18671 (prev-buffer): Ditto. Rename to `previous-buffer'.
18672
18673 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
18674 * bindings.el (global-map): Ditto.
18675
18676 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
18677
18678 * cus-edit.el: Introductory comment change.
18679 (custom-magic-alist): Change message string for the `rogue' state.
18680
18681 2005-12-15 Richard M. Stallman <rms@gnu.org>
18682
18683 * tooltip.el: Delete defcustom variable :tag names.
18684
18685 * complete.el (partial-completion-mode): Doc fix.
18686
18687 * textmodes/flyspell.el (flyspell-external-point-words):
18688 Use save-excursion to ensure we don't move backward in the
18689 search loop, not even one character.
18690 (flyspell-delete-all-overlays): Use remove-overlays directly.
18691
18692 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
18693 (ispell-start-process): Set that variable.
18694 Clear ispell-buffer-local-name.
18695 (ispell-internal-change-dictionary):
18696 Set ispell-current-dictionary after killing process.
18697 (ispell-buffer-local-dict):
18698 Don't set spell-personal-dictionary after killing process.
18699 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
18700 (ispell-tex-skip-alists, ispell-html-skip-alists)
18701 (ispell-skip-region-alist): Mark as risky.
18702
18703 * net/newsticker.el (newsticker--retrieval-timer-list)
18704 (newsticker--display-timer, newsticker-running-p)
18705 (newsticker-ticker-running-p): Definitions moved up.
18706
18707 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
18708
18709 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
18710
18711 2005-12-15 David Ponce <david@dponce.com>
18712
18713 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
18714 (recentf-edit-list, recentf-open-files): Signal an error when
18715 there is no recent file.
18716
18717 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
18718
18719 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
18720 read-only except for texinfo-format-region evaluation.
18721
18722 2005-12-14 Richard M. Stallman <rms@gnu.org>
18723
18724 * vc.el (vc-default-previous-version, vc-default-next-version)
18725 (vc-do-command): Doc fixes.
18726
18727 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18728
18729 * textmodes/bibtex.el (bibtex-expand-strings)
18730 (bibtex-autokey-expand-string, bibtex-name-part)
18731 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
18732 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
18733 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
18734 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
18735 (bibtex-entry-postfix, bibtex-known-entry-type-re)
18736 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
18737 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
18738 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
18739 (bibtex-beginning-of-last-entry): Remove.
18740 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
18741 message if comma is missing but buffer is read-only.
18742 (bibtex-parse-field-text): Handle whitespaces at the end of field
18743 text. Return 3-element list with beginning and end of field text
18744 and end of field.
18745 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
18746 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
18747 (bibtex-search-forward-field, bibtex-search-backward-field):
18748 Search always delimited by limits of entry. Use more efficient
18749 search algorithms.
18750 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
18751 bibtex-end-of-name-in-field.
18752 (bibtex-text-in-field-bounds): Handle BibTeX strings when
18753 extracting the content of a field.
18754 (bibtex-text-in-field): Use search limits.
18755 (bibtex-parse-string-prefix): Handle empty string keys based on
18756 bibtex-string-empty-key.
18757 (bibtex-parse-string): Fix docstring.
18758 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
18759 (bibtex-preamble-prefix, bibtex-strings): New functions.
18760 (bibtex-skip-to-valid-entry): Include preceding whitespace in
18761 BibTeX entries (consistent with other BibTeX functions).
18762 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
18763 (bibtex-search-entry): Fix docstring. Simplify.
18764 (bibtex-flash-head, bibtex-complete-string-cleanup)
18765 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
18766 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
18767 (bibtex-parse-entry): New optional arg content.
18768 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
18769 Use bibtex-text-in-field-bounds.
18770 (bibtex-print-help-message): Handle BibTeX strings and preambles.
18771 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
18772 bibtex-parse-string-postfix.
18773 (bibtex-find-text-internal): New function.
18774 (bibtex-remove-delimiters): Use it.
18775 (bibtex-find-text): Use it. New optional arg help.
18776 (bibtex-complete): Handle BibTeX string and preamble entries.
18777 (bibtex-Preamble): Fix order of closing delimiters.
18778
18779 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
18780
18781 * vc.el (vc-default-revert): New fun.
18782
18783 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
18784
18785 2005-12-14 Romain Francoise <romain@orebokech.com>
18786
18787 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
18788 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
18789 (font-lock-remove-keywords): Likewise.
18790
18791 2005-12-14 Juri Linkov <juri@jurta.org>
18792
18793 * log-view.el (log-view-diff): Doc fix.
18794
18795 * isearch.el (isearch-query-replace): Use (mark) instead of
18796 isearch-opoint if mark is active in transient-mark-mode.
18797
18798 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
18799
18800 * isearch.el (isearch-query-replace): Check for isearch-other-end.
18801
18802 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
18803
18804 * progmodes/cpp.el (cpp-face): New widget.
18805 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
18806
18807 2005-12-14 Juri Linkov <juri@jurta.org>
18808
18809 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
18810 around `erase-buffer' and `insert'.
18811
18812 * descr-text.el (describe-text-properties): Replace buffer name
18813 "*Help-2*" with "*Help*<2>".
18814 (describe-char): Add functions print-help-return-message,
18815 toggle-read-only. Use help-setup-xref with nil to not store
18816 describe-char in help-xref-stack. Use help-make-xrefs to
18817 make [back] button.
18818
18819 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
18820
18821 * wdired.el (wdired-old-point): New internal variable.
18822 (wdired-change-to-wdired-mode): Set it buffer-locally.
18823 (wdired-abort-changes): Restore point after aborting changes.
18824
18825 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
18826
18827 * vc.el (vc-do-command): Add a new value t for okstatus.
18828
18829 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
18830 frame in case of errors.
18831
18832 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18833
18834 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
18835 so it comes after "On the Left" in the menu.
18836
18837 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
18838
18839 * cus-edit.el (customize-apropos, customize-apropos-options)
18840 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
18841
18842 2005-12-12 Bill Wohler <wohler@newt.com>
18843
18844 * vc-svn.el (vc-svn-registered): Fix problem of visiting
18845 non-writable Subversion-controlled files by saving window
18846 configuration before calling vc-do-command. vc-do-command calls
18847 pop-to-buffer on error which is unexpected during registration.
18848
18849 2005-12-12 Jay Belanger <belanger@truman.edu>
18850
18851 * calc/README: Update the summary of changes.
18852
18853 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
18854
18855 * descr-text.el (describe-char): Rework last fix to solve the problem
18856 is the same way it's solved for everything else in that function
18857 (i.e. by extracting the info before setting up the *Help* buffer).
18858
18859 2005-12-12 Kim F. Storm <storm@cua.dk>
18860
18861 * subr.el (version-regexp-alist): Allow space as separator before
18862 non-numeric part, e.g. "1.0 alpha".
18863 (version-to-list): Interpret .X.Y version as 0.X.Y version.
18864
18865 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
18866
18867 * textmodes/org.el (org-agenda, org-timeline, org-todo):
18868 Implement Logging and the keep-modes setting.
18869 (org-get-category): Make sure a string is returned.
18870 (org-log-done): New function.
18871 (org-log-done, org-closed-string): New options.
18872
18873 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18874
18875 * tooltip.el (tooltip-y-offset): Change default to 20.
18876
18877 2005-12-12 Richard M. Stallman <rms@gnu.org>
18878
18879 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
18880
18881 * frame.el (display-hourglass): Doc fix.
18882
18883 * help.el (help-for-help-internal): Simplify entry for `a'.
18884
18885 * info.el (Info-on-current-buffer): Doc fix.
18886 (info-insert-file-contents): Don't test (featurep 'jka-compr).
18887
18888 * startup.el (inhibit-splash-screen): Make this the real name.
18889 (inhibit-startup-message): Make this the alias.
18890 (command-line): Find only simple.el, and use its directory
18891 to fill in other preloaded files' names.
18892 (command-line): Deactivate the mark if deactivate-mark is set.
18893
18894 * international/mule.el (load-with-code-conversion):
18895 Bind deactivate-mark.
18896
18897 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
18898
18899 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
18900
18901 * cus-edit.el (customize-apropos): Avoid listing an option more
18902 than once under different aliases. No longer list user options
18903 that are not defined with defcustom (unless a prefix arg is given).
18904 Doc fix.
18905 (customize-apropos-options): Doc fix.
18906
18907 2005-12-11 Juri Linkov <juri@jurta.org>
18908
18909 * frame.el (set-background-color, set-foreground-color)
18910 (set-cursor-color, set-mouse-color, set-border-color):
18911 Add explicit prompts to read colors by `facemenu-read-color'.
18912 (show-trailing-whitespace, blink-cursor-delay)
18913 (blink-cursor-interval, display-hourglass, hourglass-delay):
18914 Remove tags.
18915 (display-hourglass, hourglass-delay): Doc fix.
18916 (cursor-in-non-selected-windows): Capitalize words in tag.
18917
18918 * faces.el (frame-background-mode): Replace `choice-item' keywords
18919 with `const' to not make [default] button. Change default value tag
18920 from `default' to `automatic'. Doc fix.
18921 (trailing-whitespace) <defface>: Change group `whitespace' to
18922 `whitespace-faces'.
18923
18924 2005-12-11 Richard M. Stallman <rms@gnu.org>
18925
18926 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
18927
18928 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18929
18930 * term/mac-win.el: Create keymap for mac-apple-event-map.
18931
18932 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
18933
18934 * tooltip.el (tooltip-mode): Move to start of file so that it
18935 appears at top of customize buffer.
18936
18937 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
18938 Add the gud groupname.
18939 (gud-tooltip-mode): Add the tooltip groupname.
18940 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
18941 avoid conflict with tooltip-use-echo-area.
18942
18943 2005-12-10 Romain Francoise <romain@orebokech.com>
18944
18945 * help.el (help-for-help-internal): Add `r' in doc string.
18946
18947 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18948
18949 * align.el (align-regexp, align-highlight-rule):
18950 Use region-beginning and region-end instead of point and mark, so that
18951 repetition (with `repeat-complex-command') recomputes the region
18952 bounds.
18953
18954 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
18955
18956 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
18957 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
18958 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
18959 (balance-windows): Rewrite using the above new functions.
18960
18961 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
18962
18963 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
18964 react if global-hi-lock-mode seems intended.
18965 (global-hi-lock-mode): Renamed from hi-lock-mode.
18966 (hi-lock-archaic-interface-message-used)
18967 (hi-lock-archaic-interface-deduce): New variables.
18968 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
18969 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
18970 (hi-lock-find-patterns, hi-lock-font-lock-hook):
18971 Replace hi-lock-buffer-mode with hi-lock-mode.
18972
18973 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
18974
18975 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
18976 completion list, even after a partial completion has been
18977 inserted in the current buffer. If there are more than 1
18978 completion, redisplay the *Completions* buffer; if the
18979 completion is unique, delete the *Completions* window.
18980
18981 2005-12-10 Eli Zaretskii <eliz@gnu.org>
18982
18983 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
18984 strings and long subject lines that were broken into multiple
18985 lines at arbitrary places. Handle subjects that have "Re: " in
18986 the middle.
18987
18988 2005-12-10 John W. Eaton <jwe@octave.org>
18989
18990 * progmodes/octave-mod.el (octave-electric-space): Don't indent
18991 comments or strings if octave-auto-indent is nil.
18992
18993 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18994
18995 * term/mac-win.el: Require url when compiling.
18996 Call mac-process-deferred-apple-events after loading init files.
18997 (mac-apple-event-map): New defvar. Define event handlers in it.
18998 (core-event, internet-event): New Apple event class symbols.
18999 (open-application, reopen-application, open-documents)
19000 (print-documents, open-contents, quit-application)
19001 (application-died, show-preferences, autosave-now, get-url):
19002 New Apple event ID symbols.
19003 (about): New HICommand ID symbol.
19004 (mac-event-spec, mac-event-ae): New macros.
19005 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
19006 (mac-ae-selection-range, mac-ae-text-for-search)
19007 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
19008 (mac-application-menu-map): Remove keymap. Handlers for HICommand
19009 and Services menu events are now defined in mac-apple-event-map.
19010 (mac-drag-n-drop): Remove selection range handling.
19011
19012 2005-12-10 Kenichi Handa <handa@m17n.org>
19013
19014 * simple.el (zap-to-char):
19015 * isearch.el (isearch-process-search-char): Translate CHAR by
19016 translation-table-for-input.
19017
19018 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
19019
19020 * foldout.el (foldout-exit-fold): Properly hide subtree.
19021
19022 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
19023
19024 * files.el (save-buffer):
19025 * international/ucs-tables.el (ucs-set-table-for-input):
19026 * mail/mail-extr.el (mail-extract-address-components):
19027 * mail/sendmail.el (mail-mode): Reformat doc string.
19028
19029 2005-12-09 Juri Linkov <juri@jurta.org>
19030
19031 * isearch.el (isearch-highlight): Change main overlay priority
19032 from 1 to 1001. Simplify.
19033 (isearch-lazy-highlight-update): Change lazy overlay priority
19034 from 0 to 1000.
19035
19036 * replace.el (replace-highlight): Change overlay priority from
19037 1 to 1001.
19038
19039 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
19040 Change overlay priority from 1 to 1001. Reuse existing overlay.
19041
19042 * compare-w.el (compare-windows-highlight): Change overlay
19043 priority from 1 to 1000.
19044
19045 * menu-bar.el (menu-bar-edit-menu): Add listp around
19046 pending-undo-list to disable menu item "undo" when pending
19047 undo list is empty.
19048
19049 * locate.el (locate): Disable undo in *Locate* buffer.
19050
19051 2005-12-09 Kim F. Storm <storm@cua.dk>
19052
19053 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
19054
19055 2005-12-09 David Ponce <david@dponce.com>
19056
19057 * recentf.el: Improvement of the menu code.
19058 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
19059 instead of menu hook.
19060 (recentf-show-menu, recentf-hide-menu): New functions.
19061 (recentf-menu-customization-changed, recentf-mode): Use them.
19062 (recentf-menu-action, recentf-max-menu-items)
19063 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
19064 (recentf-arrange-by-rule-others)
19065 (recentf-arrange-by-rules-min-items)
19066 (recentf-arrange-by-rule-subfilter): Don't use
19067 `recentf-menu-customization-changed'.
19068 (recentf-arrange-rules): Likewise. Accept functions to compute
19069 sub-menu titles.
19070 (recentf-menu-filter): Likewise. Doc fix.
19071 (recentf-menu-value-shortcut): Doc fix.
19072 (recentf-dump-variable): Quote atom value.
19073 (recentf-make-menu-items): Update to use it as a menu filter.
19074 (recentf-match-rule): New function.
19075 (recentf-arrange-by-rule): Use it.
19076 (recentf-indirect-mode-rule): New function.
19077 (recentf-build-mode-rules): Use it.
19078 (recentf-dir-rule): New function.
19079 (recentf-arrange-by-dir): Use it.
19080 (recentf-filter-changer-current): Rename from
19081 `recentf-filter-changer-state'. All references updated.
19082 (recentf-filter-changer-alist): Update filter names.
19083 (recentf-filter-changer-select): New function.
19084 (recentf-filter-changer): Use it. Make a sub-menu from filters
19085 available in `recentf-filter-changer-alist'.
19086 (recentf-data-cache, recentf-clear-data)
19087 (recentf-update-menu): Remove. All references updated.
19088 (recentf-match-rule-p, recentf-build-dir-rules)
19089 (recentf-filter-changer-goto-next)
19090 (recentf-filter-changer-get-current)
19091 (recentf-filter-changer-get-next): Remove.
19092
19093 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
19094
19095 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
19096 buffer "Reset" button to "Reset to Current" for consistency with
19097 the State buttons.
19098
19099 2005-12-08 John Paul Wallington <jpw@pobox.com>
19100
19101 * ibuf-ext.el (define-ibuffer-filter filename):
19102 If `dired-directory' is a list then really use its car.
19103
19104 2005-12-08 Kim F. Storm <storm@cua.dk>
19105
19106 * emulation/cua-rect.el (cua--rectangle-aux-replace):
19107 Fix indention of text on right side of replaced rectangle.
19108
19109 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
19110
19111 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
19112 No need to check gud-comint-buffer is bound.
19113 (gdb): Prevent multiple debugging when first session uses gdba.
19114
19115 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19116
19117 CC Mode update to 5.31.
19118
19119 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
19120 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
19121 We might do this function properly in the future).
19122
19123 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
19124 New macros c-sentence-end and c-default-value-sentence end, to cope
19125 with Emacs 22's new function `sentence-end'.
19126
19127 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19128
19129 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
19130 compat issue using `c-put-overlay' and `c-delete-overlay'.
19131
19132 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
19133 New compat macros to handle overlays/extents.
19134
19135 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19136
19137 * progmodes/cc-fix.el: Add definitions of the macros push and pop
19138 (for GNU Emacs 20.4).
19139
19140 * progmodes/cc-defs.el
19141 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
19142
19143 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
19144 highlighting mechanism so it will work in XEmacs too.
19145
19146 * progmodes/cc-defs.el: Insert c-int-to-char.
19147
19148 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
19149 call to the new macro c-int-to-char. This solves XEmacs's
19150 regarding characters as different from integers.
19151
19152 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19153
19154 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
19155 New internal helper.
19156
19157 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
19158 construct to make the indirect face lookup work in XEmacs.
19159
19160 (c-cpp-matchers): Append the negation char face to the existing
19161 fontification, so that the cpp face doesn't disappear.
19162 Use `c-make-syntactic-matcher' to avoid negation chars in comments
19163 and strings.
19164
19165 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
19166 to map to `font-lock-negation-char-face' in emacsen where it exists.
19167
19168 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19169
19170 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
19171
19172 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
19173 Rename "c-subword-move-mode" as "c-subword-mode".
19174
19175 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
19176 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
19177
19178 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19179
19180 * progmodes/cc-mode.el: Added autoload directive for
19181 `c-subword-move-mode' for use in older emacsen.
19182
19183 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19184
19185 * progmodes/cc-mode.el:
19186 (i): Insert a binding for C-c C-backspace into
19187 c-bind-special-erase-keys which works in TTYs.
19188 (ii): Make sure that when file styles are used, any explicitly
19189 given style variables take priority over those in the style.
19190 Do this by calling `hack-local-variables' a second time.
19191
19192 * progmodes/cc-vars.el: Add language specific customization
19193 widgets for AWK to c-doc-comment-style, c-require-final-newline
19194 and c-default-style. Add a defcustom for awk-mode-hook.
19195 Give c-syntactic-element and c-syntactic-context doc-strings by
19196 directly setting their `variable-documentation' propery.
19197 This allows Emacs 22.1 to read these with C-h v.
19198
19199 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
19200
19201 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19202
19203 * progmodes/cc-fonts.el, cc-vars.el
19204 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
19205 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
19206 Masatake YAMATO.
19207
19208 (c-doc-comment-style): Made GtkDoc default in C mode.
19209
19210 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
19211 and C-c C-<delete>.
19212
19213 (c-bind-special-erase-keys): New function for use on
19214 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
19215
19216 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
19217 <delete> key behavior in XEmacs according to `delete-forward-p'.
19218 C.f. `c-electric-delete'.
19219
19220 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19221
19222 * progmodes/cc-mode.el: Give c-hungry-backspace and
19223 c-hungry-delete-forward permanent key bindings.
19224
19225 * progmodes/cc-cmds.el (c-electric-semi&comma):
19226 Bind c-syntactic-context for calls to "criteria functions", for
19227 consistency with other calls to user functions.
19228
19229 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
19230 `current-prefix-arg', since this might be the prefix arg to a
19231 command which calls c-indent-command as a function. Change the
19232 interactive spec from "p" to "P".
19233
19234 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
19235 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
19236 was difficult to understand.
19237
19238 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19239
19240 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
19241 first char of an identifier.
19242
19243 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
19244 +" syntax in C++.
19245
19246 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19247
19248 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
19249 auto-fill doesn't split a c-comment's last word from a hanging
19250 "*/" when a space is typed between them after fill-column.
19251
19252 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
19253
19254 * progmodes/cc-styles.el (c-set-style)
19255 (c-setup-paragraph-variables): Abort the command if we're not in a
19256 CC Mode buffer.
19257
19258 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
19259 with blank comment-prefix, and a blank line as the comment's
19260 second line.
19261
19262 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19263
19264 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
19265 Incorporate the patterns added in the Emacs development branch
19266 for the new Emacs 22 face `font-lock-negation-char-face'.
19267
19268 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
19269 of "red" since it stands out better in xterms and DOS terminals.
19270
19271 * progmodes/cc-engine.el (c-literal-faces):
19272 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
19273
19274 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19275
19276 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
19277 forcibly enable c-electric-flag.
19278
19279 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
19280 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
19281 after the comment-prefix of a C-style comment will close that comment.
19282
19283 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19284
19285 * progmodes/cc-fonts.el (c-basic-matchers-before)
19286 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
19287 in Pike.
19288
19289 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
19290 digraphs.
19291
19292 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
19293 (c-cpp-message-directives, c-cpp-include-directives)
19294 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
19295 (c-cpp-expr-directives): Introduce new language constants to
19296 control cpp syntax in a cleaner way.
19297
19298 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
19299
19300 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
19301
19302 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
19303 (c-multiline-string-start-char): New language constants and
19304 variables to specify how newlines in string literals work.
19305
19306 (c-font-lock-invalid-string): Use them.
19307
19308 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
19309 unbalanced close brace is entered. Optimization by avoiding going
19310 back over arbitrarily large blocks. Removed hints that this
19311 function only would be relevant/useful in AWK.
19312
19313 (c-electric-brace): Indent syntactically after the cleanups since
19314 lineup functions might do it differently then.
19315
19316 * progmodes/cc-engine.el, cc-langs.el
19317 (c-opt-op-identifier-prefix): New language constant and variable.
19318
19319 (c-just-after-func-arglist-p, c-after-special-operator-id)
19320 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
19321
19322 * progmodes/cc-align.el, cc-engine.el
19323 (c-after-special-operator-id): New helper to handle C++ operator
19324 identifiers.
19325
19326 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
19327 (c-guess-basic-syntax): Handle C++ operator identifiers in
19328 declarations.
19329
19330 * progmodes/cc-langs.el (c-assignment-operators): Add the
19331 trigraph version of ^= too.
19332
19333 * progmodes/cc-langs.el (c-assignment-operators): Add the
19334 trigraph version of |= in C++.
19335
19336 * progmodes/cc-fonts.el (c-font-lock-declarators):
19337 Handle `c-decl-hangon-kwds' after the identifier name.
19338
19339 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
19340 whether an arglist is "nonempty", ignore a comment after the open
19341 paren if it isn't followed by a non-comment token on the same line.
19342
19343 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
19344 Enable heuristics below the point to cope with classes inside special
19345 brace lists in Pike.
19346
19347 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19348
19349 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
19350
19351 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19352
19353 * progmodes/cc-guess.el (cc-guess-install): New function to
19354 install an already guessed style in another buffer.
19355
19356 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
19357 sets `inhibit-read-only' - `c-save-buffer-state' should be used
19358 anyway if the change always is undone.
19359
19360 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19361
19362 Implement togglable electricity:
19363
19364 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
19365 saying when it should be used.
19366
19367 * progmodes/cc-engine.el: Add the new buffer-local variable,
19368 c-electric-flag.
19369
19370 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
19371 c-toggle-auto-newline.
19372
19373 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
19374 c-toggle-auto-newline. Remove the binding for
19375 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
19376 c-toggle-electric-state.
19377
19378 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
19379
19380 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
19381 c-\(forward\|backward\)-subword.
19382 (c-update-modeline): Add the new modeline flag `l' for
19383 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
19384 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
19385 Make the old name an alias of the new name.
19386 (c-toggle-electric-state): New function.
19387 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
19388 Adapt these functions to do electric things only when
19389 c-electric-flag is non-nil.
19390 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
19391 new functions from c-electric-brace.
19392 (c-point-syntax): Add a check for "virtual semicolons" in AWK
19393 mode, so that the tentative extra newline doesn't change the
19394 syntax of the following brace.
19395 (c-electric-brace): Restructure by extracting the above functions.
19396 Tidy up the coding somewhat.
19397 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
19398 restructure a bit.
19399
19400 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19401
19402 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
19403 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
19404
19405 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
19406 (c-submode-indicators): Change name from `c-auto-hungry-string'
19407 since it's now used to track another submode.
19408
19409 (c-update-modeline): Convert to function and extended to check
19410 `c-subword-move-mode'.
19411
19412 (c-forward-into-nomenclature, c-backward-into-nomenclature):
19413 Convert to compat aliases for `c-forward-subword' and
19414 `c-backward-subword'.
19415
19416 * progmodes/cc-subword.el: New functions and minor mode to handle
19417 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
19418
19419 (c-forward-subword, c-backward-subword, c-mark-subword)
19420 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
19421 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
19422 Functions corresponding to the standard word handling functions.
19423
19424 (c-subword-move-mode): Minor mode that replaces all the standard
19425 word handling functions with their subword equivalences.
19426
19427 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19428
19429 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
19430 entry for one-liner-defun.
19431
19432 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
19433 name in its def-edebug-spec.
19434
19435 * progmodes/cc-cmds.el (c-electric-brace): Make the
19436 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
19437 compacts space before a comment, if this will make things fit on
19438 one line.
19439
19440 Introduce an "awk" style, mainly for auto-newline and clean-ups.
19441
19442 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
19443
19444 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
19445 clean-up one-liner-defun.
19446
19447 * progmodes/cc-styles.el: Add the new "awk" style.
19448
19449 * progmodes/cc-vars.el: Add description of one-liner-defun to
19450 c-cleanup-list's doc-string. New user options,
19451 c-max-one-liner-length. In c-default-style, set the default style
19452 for AWK to "awk".
19453
19454 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19455
19456 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
19457 macros inside labels.
19458
19459 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
19460 `c-at-statement-start-p' and `c-at-expression-start-p'.
19461
19462 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
19463 error if the mark isn't set.
19464
19465 * progmodes/cc-engine.el (c-guess-continued-construct)
19466 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
19467 accurately detect functions inside functions.
19468
19469 * progmodes/cc-engine.el (c-at-expression-start-p): New function
19470 like `c-at-statement-start-p' that additionally recognizes commas
19471 and expression parentheses as delimiters.
19472
19473 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
19474 to avoid heuristics that doesn't work for unclosed blocks.
19475 (c-at-statement-start-p): New function.
19476
19477 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
19478 Objective-C directives, e.g. directives spanning lines should work
19479 reasonably well now.
19480
19481 (c-put-c-type-property, c-clear-c-type-property): New helpers.
19482
19483 (c-forward-objc-directive): New function to move over any ObjC
19484 directive.
19485
19486 (c-just-after-func-arglist-p, c-guess-basic-syntax)
19487 (c-basic-matchers-before): Use it.
19488
19489 (c-font-lock-objc-iip-decl): Remove.
19490
19491 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
19492 in the template arglist recognition.
19493
19494 * progmodes/cc-styles.el (c-style-alist): Fix several
19495 inconsistencies in the Whitesmith style.
19496
19497 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
19498 New lineup function to get lines after Whitesmith style blocks
19499 correctly indented.
19500
19501 (c-lineup-whitesmith-in-block): Back out the compensation for
19502 opening parens since it's done using `add' lists in the style
19503 definition instead. Don't use the anchor position since it varies
19504 too much between the syntactic symbols. :P
19505
19506 * progmodes/cc-vars.el (c-valid-offset): Update.
19507
19508 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
19509 lists where the offsets are combined according to several
19510 different methods: `first', `min', `max', and `add'.
19511 Report offset evaluation errors with `c-benign-error' so that some kind
19512 of reindentation still is done.
19513
19514 * progmodes/cc-engine.el (c-guess-basic-syntax):
19515 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
19516 `arglist-close'.
19517
19518 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
19519 situations for `arglist-cont-nonempty' and `arglist-close'.
19520
19521 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
19522
19523 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
19524 cc-bytecomp-boundp' in a number of places.
19525
19526 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
19527 macro related issue.
19528
19529 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19530
19531 * progmodes/cc-awk.el: Change the terminology of regexps: A char
19532 list is now [asdf], a char class [:alpha:].
19533 Include code for char classes.
19534 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
19535 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
19536
19537 Remove (nearly all of) the cruft associated with AWK Mode's former
19538 concept of "virtual semicolons":
19539
19540 Adapt c-beginning-of-statement, c-end-of-statement (together with
19541 subfunctions) to use the new notion of "virtual semicolon" in
19542 place of the old awkward special handling for AWK. There remains
19543 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
19544 * progmodes/cc-cmds.el:
19545 (c-ascertain-adjacent-literal): In the backwards direction, now
19546 recognises AWK regexp delimiters as string delimiters.
19547 (c-after-statement-terminator-p): Adapt for virtual semicolons;
19548 check more rigorously for "end of macro".
19549 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
19550 virtual semicolons;
19551 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
19552 out the code for forward movement into ...
19553 (c-end-of-statement): Now contains the code for forward movement,
19554 adapted for virtual semicolons.
19555
19556 * progmodes/cc-engine.el:
19557 (c-ws*-string-limit-regexp): New regexp.
19558 (c-forward-single-comment, c-backward-single-comment): Comment out
19559 the (now redundant) "special" AWK stuff.
19560
19561 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
19562 c-string-par-start, c-string-par-separate to be more like Text
19563 Mode than Fundamental Mode.
19564
19565 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19566
19567 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
19568 to the fontified region so that fontification doesn't occur
19569 outside it (could happen e.g. when fontifying a line with an
19570 unfinished declaration).
19571
19572 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19573
19574 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
19575 start of the file. ^L now separate sections of the file.
19576 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
19577 (c-awk-one-line-possibly-open-string-re)
19578 (c-awk-regexp-one-line-possibly-open-char-class-re)
19579 (c-awk-one-line-possibly-open-regexp-re)
19580 (c-awk-one-line-non-syn-ws*-re): New defonsts.
19581 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
19582
19583 Amend the concept of "virtual semicolons" (in the indentation
19584 engine) for languages like AWK, such that they are now
19585 conceptually attached to end of the last token of a statement, not
19586 the end of the line. (In AWK Mode, however, the pertinent text
19587 property is still physically set on the EOL.) Remove the specific
19588 tests for awk-mode, thus facilitating the introduction of other
19589 language modes where EOLs can end statements.
19590 (Note: The funtionality in cc-cmds.el, specifically
19591 c-beginning/end-of-statement has yet to be amended.)
19592
19593 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
19594 New macros.
19595
19596 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
19597 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
19598 c-vsemi-status-unknown-p-fn (in a new page).
19599
19600 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
19601 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
19602 numerous awkward forms like
19603 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
19604 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
19605 variable before-ws-ip, the place just after char-before-ip appears.
19606
19607 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
19608 a comment.
19609
19610 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19611
19612 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
19613 `c-tentative-buffer-changes'.
19614
19615 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
19616 convert to macro to choose between Emacs and XEmacs at compile time.
19617
19618 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
19619
19620 (c-tentative-buffer-changes): New macro to handle temporary buffer
19621 changes in a convenient way.
19622
19623 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
19624 for `c-tentative-buffer-changes'.
19625
19626 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
19627 the checks for paren sexps between the point and the keyword, to
19628 avoid some false alarms.
19629
19630 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
19631 Fixed a situation where an error could be thrown for unbalanced
19632 parens. Changed to make use of c-keyword-member' to avoid some
19633 repeated regexp matches.
19634
19635 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
19636 These language variable are no longer necessary.
19637
19638 (c-block-stmt-kwds): New language constant used by
19639 c-looking-at-inexpr-block'.
19640
19641 (c-guess-basic-syntax): Remove an optional check that looked at
19642 the existence of the now removed language variables.
19643
19644 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
19645 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
19646 object instantiation expressions as declarations in some contexts.
19647 This bug only affected languages where the declarator can't be
19648 enclosed in parentheses.
19649
19650 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
19651 insert newlines before and after substatement braces.
19652
19653 * progmodes/cc-engine.el: Improved the heuristics for recognizing
19654 function declaration headers and the handling of C++ style member
19655 init lists.
19656
19657 (c-just-after-func-arglist-p): Rewritten to use
19658 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
19659
19660 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
19661
19662 (c-guess-basic-syntax): Adapt case 5B for the new
19663 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
19664 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
19665 covers all cases now).
19666
19667 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
19668
19669 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19670
19671 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
19672 c-string-par-start/separate c-sentence-end-with-esc-eol,
19673 initialised in c-setup-paragraph-variables, used in string
19674 scanning subroutines of c-beginning-of-statement.
19675
19676 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
19677 which precedes the newly inserted `{'.
19678
19679 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19680
19681 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
19682 function for declaration level blocks. It should now cope with
19683 templates better and also be a lot more comprehensible.
19684
19685 (c-looking-at-decl-block): The new function.
19686
19687 (c-search-uplist-for-classkey): The old one. It's now a wrapper
19688 for compatibility.
19689
19690 (c-add-class-syntax, c-guess-continued-construct)
19691 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
19692
19693 (c-decl-block-key): Change to tell apart ambiguous and
19694 unambiguous keywords. Pike specials are now handled directly in
19695 the code instead.
19696
19697 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
19698 New language constants and variables to make the backward skip in
19699 `c-looking-at-decl-block' as tight as possible.
19700
19701 (c-nonsymbol-token-char-list): New language constant.
19702
19703 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
19704 find balanced template arglists backwards.
19705
19706 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
19707 making char classes for `c-syntactic-skip-backward'.
19708
19709 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
19710 16D - can't be a class-close at that point.
19711
19712 * progmodes/cc-engine.el (c-guess-basic-syntax)
19713 (c-add-class-syntax): Don't narrow out the enclosing declaration
19714 level. This makes everything a lot easier, and it was actually
19715 only four small places that needed it to work. Some places that
19716 previously did `widen' are removed now, which has the effect that
19717 `c-guess-basic-syntax' never will look at things outside the
19718 current narrowment now. The anchor position for `topmost-intro'
19719 is affected by this, but it was so bogus it was basically useless
19720 before, and now it's equally bogus but in a slightly different way.
19721
19722 (c-narrow-out-enclosing-class): Gone.
19723
19724 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
19725 the narrowed region.
19726
19727 (c-least-enclosing-brace): Remove silly optional argument.
19728
19729 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
19730 the point could be left directly after an open paren when finding
19731 the beginning of the first decl in the block.
19732
19733 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
19734 Specify which submatch to use.
19735
19736 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
19737
19738 (c-decl-start-re): No longer any need for special treatment of
19739 ObjC due to the above.
19740
19741 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
19742 presumably follows C in that regard.
19743
19744 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
19745 New language constants to specify operator tokens inside
19746 identifiers in a more high level way.
19747
19748 (c-opt-identifier-prefix-key): New internal language constant.
19749
19750 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
19751 (c-identifier-start, c-identifier-key): Now completely calculated
19752 from other constants.
19753
19754 (c-identifier-last-sym-match): Decommission since it's no longer used.
19755
19756 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
19757
19758 * progmodes/cc-engine.el (c-forward-name): Remove the
19759 optimization when c-identifier-key is equal to c-symbol-key since
19760 it doesn't work in byte compiled files. Don't record empty
19761 regions as identifiers.
19762
19763 * progmodes/cc-langs.el (c-filter-ops): New helper function to
19764 simplify access to `c-operators' and its likes.
19765
19766 (c-operator-list, c-all-op-syntax-tokens)
19767 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
19768 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
19769 (c-primary-expr-regexp, c-cast-parens): Use it.
19770
19771 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
19772 an explicit language in functions.
19773
19774 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
19775 variant of adornment.
19776
19777 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
19778 variable.
19779
19780 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
19781 the Pike value.
19782
19783 * progmodes/cc-engine.el (c-on-identifier)
19784 (c-simple-skip-symbol-backward): Small fix for handling "-"
19785 correctly in `skip-chars-backward'. Affected the operator lfun
19786 syntax in Pike.
19787
19788 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
19789 diagnostic message about precompiled language vars not being used.
19790
19791 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
19792 "__attribute__" is followed by a parenthesis.
19793
19794 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
19795 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
19796 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
19797
19798 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
19799 Internal cleanups to properly detect the declared identifiers in
19800 various declarations.
19801
19802 (c-decl-start-kwds): New language constant to recognize
19803 declarations that can start anywhere. Used for class declarations
19804 in Pike.
19805
19806 (c-specifier-key, c-not-decl-init-keywords)
19807 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
19808 (c-find-decl-spots): Implement `c-decl-start-kwds'.
19809
19810 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
19811 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
19812 handling of the compiler specific extension keywords into a new
19813 language constant `c-decl-hangon-kwds' that defines keyword
19814 clauses to be ignored in declarations.
19815
19816 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
19817 past unrecognized tokens when handling `c-colon-type-list-kwds'.
19818 Necessary to stop at the declared identifier in e.g. IDL valuetype
19819 declarations.
19820
19821 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
19822 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
19823 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
19824 (c-forward-decl-or-cast-1): Recognize the declared identifier in
19825 class and enum declarations as such and not as part of the type.
19826
19827 (c-forward-decl-or-cast-1, c-forward-label): Relax the
19828 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
19829
19830 (c-forward-decl-or-cast-1): Don't disregard sure signs of
19831 declarations when there's some syntax error later on.
19832
19833 (c-complex-decl-matchers): Did away with a reference to
19834 `c-specifier-key'.
19835
19836 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
19837 value - this variable is always dynamically bound.
19838
19839 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
19840 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
19841 * cc-cmds.el, cc-defs.el: Change the policy for marking up
19842 functions that might do hidden buffer changes: All such internal
19843 functions are now marked instead of those that don't.
19844
19845 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
19846 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
19847 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
19848 (c-literal-type): Allow these functions to make hidden buffer changes,
19849 so that they are free to use text property caching later on.
19850
19851 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
19852 (c-electric-brace, c-electric-slash, c-electric-star)
19853 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
19854 (c-electric-paren, c-electric-continued-statement, c-indent-command)
19855 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
19856 (c-context-line-break): Add `c-save-buffer-state' calls to comply
19857 with the changed semantics of the functions above.
19858
19859 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
19860 when macros occur in obscure places. Optimized the sexp movement
19861 a bit.
19862
19863 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19864
19865 Enhancements for c-beginning-of-statement to work in AWK Mode:
19866
19867 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
19868 (completed statement) with `}' (statement completed by closing
19869 brace or semicolon) and `$' (statement completed by EOL).
19870
19871 (c-awk-virtual-semicolon-ends-prev-line-p)
19872 (c-awk-virtual-semicolon-ends-line-p)
19873 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
19874 (c-awk-at-statement-end-p): New functions.
19875
19876 * progmodes/cc-cmds.el: Simplify the structure of functions
19877 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
19878 two functions and c-beginning-of-statement to handle AWK Mode.
19879
19880 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
19881 c-backward-single-comment for AWK mode. Attempt to clarify their
19882 doc-strings.
19883
19884 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
19885
19886 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19887
19888 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
19889 label handling. Labels are now recognized in a uniform and more
19890 robust way, regardless of context. Text properties are put on all
19891 labels to recognize the following declarations better.
19892 Multiword labels are handled both in indentation and fontification for
19893 the benefit of language extensions like Qt. For consistency, keywords
19894 in labels are now fontified with the label face instead.
19895 That also applies to "case" and "default".
19896
19897 (c-beginning-of-statement-1): Fix some bugs in the label
19898 handling. Disregard `c-nonlabel-token-key' in labels that begin
19899 with `c-label-kwds'.
19900
19901 (c-find-decl-spots): Support that the callback adds more
19902 `c-decl-end' spots to find.
19903
19904 (c-forward-decl-or-cast-1): Don't treat a list of plain
19905 identifiers followed by a colon as a declaration.
19906
19907 (c-forward-label): New function to recognize labels.
19908
19909 (c-guess-basic-syntax): Replace uses of `c-label-key' with
19910 `c-forward-label'. Moved the label recognition cases (14 and 15)
19911 earlier since they aren't so context sensitive now. Handle labels
19912 on the top level gracefully. Moved access label recognition to
19913 the generic label case (CASE 15) - removed CASE 5E.
19914
19915 (c-font-lock-declarations): Add recognition of labels in the
19916 same round since we need to handle labels in parallell with other
19917 declarations to recognize both accurately. It should also improve
19918 speed.
19919
19920 (c-simple-decl-matchers, c-basic-matchers-after):
19921 Move `c-font-lock-labels' so that it only is used on decoration level 2
19922 since `c-font-lock-declarations' handles it otherwise.
19923
19924 (c-complex-decl-matchers): Remove the simplistic recognition of
19925 access labels.
19926
19927 (c-decl-prefix-re): Remove the kludges that was necessary to cope
19928 with labels earlier.
19929
19930 (c-decl-start-re): New language variable to make
19931 `c-font-lock-declarations' stop for the special protection labels
19932 in Objective-C that start with `@'.
19933
19934 (c-label-key): Remove since it's no longer used.
19935
19936 (c-recognize-colon-labels, c-label-prefix-re): New language
19937 constants to support recognition of generic colon-terminated labels.
19938
19939 (c-type-decl-end-used): `c-decl-end' is now used whenever there
19940 are colon terminated labels.
19941
19942 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
19943 first argument starts with a special brace list.
19944
19945 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
19946 (c-font-lock-declarations): Break out the declaration and cast
19947 recognition from `c-font-lock-declarations' to a new function, so
19948 that it can be used in the indentation engine.
19949
19950 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
19951 up to the start of the literal. Fixed bug with the point on the
19952 wrong side of the search limit that could happen when the start
19953 position is inside a literal.
19954
19955 * progmodes/cc-engine.el (c-parse-state)
19956 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
19957 so that it's kept a little bit back to increase the hit rate.
19958
19959 (c-parse-state): Change the macro handling and fixed some
19960 glitches. Macro context is checked more often than necessary now,
19961 but otoh less garbage conses are generated.
19962
19963 * progmodes/cc-engine.el (c-parse-state)
19964 (c-invalidate-state-cache): Cache the last position where
19965 `c-state-cache' applies. This can speed up refontification quite
19966 a bit in blocks where there are many non-brace parens before the point.
19967
19968 (c-state-cache-end): New variable for this.
19969
19970 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
19971 cache variable.
19972
19973 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
19974 get close initial continue positions when the start position is
19975 inside a literal or macro. Do not call the callback for spots
19976 before the start position (which can happen e.g. for `c-decl-end'
19977 spots inside comments). Optimize better in special cases when the
19978 region is a single line inside a literal or macro (typically when
19979 the current line is refontified).
19980
19981 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
19982 to `c-add-stmt-syntax' - there's no need to explicitly whack off
19983 entries from the paren state.
19984
19985 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
19986 special case for "else if" clauses.
19987
19988 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
19989 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
19990
19991 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
19992 New language variable to recognize the gcc extension with statement
19993 blocks inside expressions.
19994
19995 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
19996 it somewhat more comprehensible. The argument AT-BLOCK-START is
19997 no longer used and hence removed.
19998
19999 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
20000 to `c-add-stmt-syntax'.
20001
20002 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
20003 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
20004 This fixes bogus label recognition.
20005
20006 * progmodes/cc-engine.el (c-add-type, c-check-type)
20007 (c-forward-name, c-forward-type): Improve storage of template
20008 types in `c-found-types' so that they can be recognized better.
20009
20010 (c-syntactic-content): Add option to skip past nested parens.
20011
20012 * progmodes/cc-engine.el (c-forward-name):
20013 Set `c-last-identifier-range' all the time. It's less work that way.
20014 Handle that there might not be an identifier to store in
20015 `c-last-identifier-range'.
20016
20017 (c-forward-type): Handle that `c-last-identifier-range' might be
20018 nil from `c-forward-name'.
20019
20020 * progmodes/cc-defs.el (c-safe-scan-lists)
20021 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
20022
20023 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
20024 to work even if the form fails.
20025
20026 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
20027 down in a large file in one go.
20028
20029 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
20030
20031 * progmodes/cc-align.el (c-lineup-assignments): New lineup
20032 function which is like `c-lineup-math' but returns nil instead of
20033 `c-basic-offset' when it doesn't match.
20034
20035 (c-lineup-math): Change to use `c-lineup-assignments'.
20036
20037 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20038
20039 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
20040 c-beginning-of-statement. New subfunctions
20041 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
20042
20043 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20044
20045 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
20046 hardcoded char classes whereever possible. Changed a couple of
20047 places to use skip by syntax instead of skip by char class.
20048
20049 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
20050 Fix a bug in the regexp that caused extreme backtracking.
20051
20052 * progmodes/cc-langs.el (c-block-comment-starter)
20053 (c-block-comment-ender): New language constants to specify in a
20054 single place how block comments look.
20055
20056 (c-comment-start-regexp, c-block-comment-start-regexp)
20057 (comment-start, comment-end, comment-start-skip)
20058 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
20059 (c-syntactic-ws, c-nonempty-syntactic-ws)
20060 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
20061 `c-line-comment-starter', `c-block-comment-starter' and
20062 `c-block-comment-ender'.
20063
20064 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
20065 New language constants to break up things a bit.
20066
20067 (c-simple-ws): New language constant for simple whitespace.
20068
20069 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
20070
20071 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
20072 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
20073 newlines. Allow and ignore nil elements in the list.
20074
20075 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20076
20077 * progmodes/cc-cmds.el: Comment out a (n almost certainly
20078 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
20079
20080 * progmodes/cc-cmds.el: Tidy up the comments in
20081 c-beginning-of-statement and subfunctions.
20082
20083 * progmodes/cc-awk.el: Replace calls to put-text-property to the
20084 more flexible c-put-char-property and c-clear-char-properties.
20085 Add the author's email address.
20086
20087 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
20088
20089 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
20090 closing "*/" of a block comment.
20091
20092 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
20093 subfunctions) so that it works at BOB and EOB.
20094
20095 * progmodes/cc-cmds.el, cc-vars.el: More updating of
20096 c-beginning-of-statement, including new variable
20097 c-block-comment-start-regexp.
20098
20099 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20100
20101 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
20102 symbols from `*-font-lock-extra-types' so that there's no need to
20103 use `regexp-opt' on those lists.
20104
20105 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
20106 `c-type-modifier-kwds' is empty.
20107
20108 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
20109 there are several strings on the same line.
20110
20111 * progmodes/cc-engine.el (c-literal-limits): Remove the
20112 compatibility function for older emacsen. `c-literal-limits-fast'
20113 has now taken the place of this function.
20114
20115 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
20116 with older emacsen: We now require `pps-extended-state'.
20117
20118 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20119
20120 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
20121 which obviates the need to hack sentence-end. This now handles
20122 escaped newlines in strings correctly. Correct minor bugs in
20123 c-move-over-sentence and in c-beginning-of-statement.
20124
20125 * progmodes/cc-cmds.el (c-beginning-of-statement (and
20126 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
20127 that movement over macros and code are rigorously separated from
20128 eachother. Correct a few incidental bugs.
20129
20130 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
20131 Improve its doc-string. Improve the handling of certain specific cases.
20132
20133 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20134
20135 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
20136 (c-guess-basic-syntax): Change the way class-level labels are
20137 recognized; they can now contain essentially any symbols.
20138
20139 (c-opt-extra-label-key): New language variable to cope with the
20140 special protection label syntax in Objective-C.
20141
20142 (c-opt-access-key): Remove; this is now handled better by
20143 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
20144
20145 (c-complex-decl-matchers): Update to handle that
20146 `c-opt-access-key' no longer exists.
20147
20148 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
20149 improved label recognition in `c-beginning-of-statement-1'.
20150
20151 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
20152 Recognize bitfields better.
20153
20154 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
20155 Remove some cruft and fixed a bug that could cause it to go to a
20156 position further down.
20157
20158 * progmodes/cc-langs.el, cc-engine.el
20159 (c-beginning-of-statement-1): Improve detection of labels in
20160 declaration contexts.
20161
20162 (c-beginning-of-decl-1): Use it.
20163
20164 (c-nonlabel-token-key): New language constant and variable needed
20165 by `c-beginning-of-statement-1'.
20166
20167 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
20168 manifested itself due to the correction in `c-forward-sexp'.
20169
20170 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
20171 Make these behave as documented when used at the buffer limits.
20172
20173 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
20174 (c-type-decl-end-used): Made this a language variable.
20175
20176 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
20177 correctly when `combine-after-change-calls' is used together with
20178 temporary narrowings.
20179
20180 * progmodes/cc-engine.el (c-beginning-of-statement-1):
20181 Report labels correctly when the start point is immediately after the
20182 colon.
20183
20184 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
20185 Remove since it isn't used anymore.
20186
20187 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
20188 bracket arglists such as template parens in C++.
20189
20190 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
20191 in the last check-in. Some optimization.
20192
20193 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
20194 where it could stop at the same level in a preceding sexp when
20195 PAREN-LEVEL is set.
20196
20197 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
20198 text property lookup only when it's needed.
20199
20200 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
20201 Change the policy for paren marked angle brackets to be more
20202 persistent; once marked they remain marked even when they're found
20203 to be unbalanced in the searched region. This should keep the
20204 paren syntax around even when individual lines are refontified in
20205 multiline template arglists.
20206
20207 (c-parse-and-markup-<>-arglists): New dynamically bound variable
20208 to control markup so that incorrect angle bracket arglists aren't
20209 marked in contexts where the correct value for
20210 `c-disallow-comma-in-<>-arglists' isn't known.
20211
20212 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
20213 argument has become `c-parse-and-markup-<>-arglists'.
20214
20215 (c-remove-<>-arglist-properties): Remove - no longer used.
20216
20217 (c-after-change-check-<>-operators): New function used on
20218 `after-change-functions' to avoid that "<" and ">" characters that
20219 are part of longer operators have paren syntax.
20220
20221 (c-<>-multichar-token-regexp): New language variable used by
20222 `c-after-change-check-<>-operators'.
20223
20224 (c-after-change): Call `c-after-change-check-<>-operators'.
20225
20226 (c-font-lock-<>-arglists): Use the context properties set by
20227 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
20228 correctly to avoid doing invalid markup.
20229
20230 (c-font-lock-declarations): Remove code that undoes the invalid
20231 markup done by `c-font-lock-<>-arglists'.
20232
20233 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
20234 after `c-font-lock-declarations'.
20235
20236 * progmodes/cc-engine.el (c-syntactic-skip-backward):
20237 Add paren-level feature.
20238
20239 (c-guess-basic-syntax): Improve the anchor position for
20240 `template-args-cont' in nested template arglists. There's still
20241 much to be desired in this area, though.
20242
20243 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20244
20245 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
20246 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
20247
20248 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20249
20250 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
20251 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
20252
20253 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
20254 it doesn't work no longer are supported.
20255
20256 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
20257 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
20258 requires support for the syntax-table' text property, which rules
20259 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
20260 cruft associated with those versions.
20261
20262 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
20263 for the `syntax-table' text property, which rules out Emacs 19 and
20264 XEmacs < 21.4. Removed various compatibility cruft associated
20265 with those versions.
20266
20267 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
20268 support for the `syntax-table' text property.
20269
20270 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
20271 variable and use an extra quoted face name instead. All the
20272 emacsen flavors handle that correctly.
20273
20274 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
20275 (c-font-lock-declarators, c-font-lock-declarations)
20276 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
20277 property to mark the items in in declarator lists to handle
20278 refontification inside multiline declarations better.
20279
20280 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
20281 construct like "a * b = c;" as a declaration.
20282
20283 2005-12-08 Kim F. Storm <storm@cua.dk>
20284
20285 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
20286 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
20287 select either meta, hyper, or super modifier for rectangle commands.
20288 (cua--rectangle-modifier-key): New defvar.
20289 (cua--M/H-key): Use it. Remove special case for `space'.
20290 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
20291 on X, to meta otherwise. Always bind C-return to toggle
20292 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
20293
20294 * emulation/cua-rect.el (cua-help-for-rectangle):
20295 Use cua--rectangle-modifier-key. Handle super modifier too.
20296 (cua--init-rectangles): Always bind C-return to toggle rectangle.
20297 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
20298
20299 * ido.el: Move Acknowledgements and History after Commentary.
20300 Minor changes to Commentary.
20301
20302 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
20303 keymap if cua--prefix-override-timer is `shift'.
20304 (cua--shift-control-prefix): New function; emulate "type prefix
20305 key twice" functionality to handle shifted prefix key override.
20306 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
20307 New commands.
20308 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
20309
20310 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
20311
20312 * textmodes/org.el (org-insert-heading): Try to do items before
20313 headings.
20314 (org-agenda-mode): Quote `org-agenda-mode-hook'.
20315 (org-insert-item): New function.
20316 (org-renumber-ordered-list): Don't skip to higher level lists.
20317
20318 2005-12-08 Juri Linkov <juri@jurta.org>
20319
20320 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
20321
20322 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
20323
20324 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
20325
20326 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
20327 the constructed function name fun-1.
20328
20329 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
20330 because such links don't lead to parent documentation.
20331
20332 2005-12-08 Kenichi Handa <handa@m17n.org>
20333
20334 * descr-text.el (describe-char): Use *Help-2* buffer if the
20335 current buffer is *Help*. Call describe-text-properties while
20336 setting the original buffer.
20337
20338 2005-12-07 Bill Wohler <wohler@newt.com>
20339
20340 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
20341 and causes problems with non-MH users (such as Gnus users).
20342
20343 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
20344
20345 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
20346 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
20347 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
20348 command "info sources". Move calls to GDB command "list".
20349 (gdb-find-file-hook): Just use gdb-source-file-list.
20350 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
20351 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
20352 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
20353 (gdb-data-list-register-values-handler): Use correct trigger name.
20354
20355 2005-12-07 Kim F. Storm <storm@cua.dk>
20356
20357 * ido.el (ido-completion-map): Rename from ido-mode-map.
20358 (ido-common-completion-map, ido-file-completion-map)
20359 (ido-file-dir-completion-map, ido-buffer-completion-map):
20360 Rename from ido-mode-....-map.
20361 (ido-init-completion-maps): Rename from ido-init-mode-maps.
20362 (ido-setup-completion-map): Rename from ido-define-mode-map.
20363 (ido-read-internal): Bind minibuffer-local-filename-completion-map
20364 to ido-completion-map.
20365
20366 2005-12-07 Kenichi Handa <handa@m17n.org>
20367
20368 * international/mule-cmds.el
20369 (set-display-table-and-terminal-coding-system): If the coding
20370 system specified in `unibyte-display' property is different from
20371 the arg coding-system, don't setup standard-display-table.
20372
20373 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
20374
20375 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
20376 that comments end at \n, regardless of selective-display.
20377
20378 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
20379
20380 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
20381 (gdb-version): New variables.
20382 (gdb-source-file-list, gdb-register-names)
20383 (gdb-changed-registers): New variables for use with GDB 6.4+.
20384 (gdb-ann3): Replace with...
20385 (gdb-init-1, gdb-init-2): ...two new functions.
20386 (gdba, gdb-prompt): Call gdb-init-1.
20387 (gdb-get-version): New function. Call gdb-init-2 from here.
20388 (gud-watch): Make it work with mouse events too.
20389 (gdb-post-prompt): Don't add to queue until GDB version is known.
20390 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
20391 (gdb-locals-mode): Use gdb-version.
20392 (gdb-memory-format-map, gdb-memory-unit-map)
20393 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
20394 (gdb-locals-font-lock-keywords-1)
20395 (gdb-locals-font-lock-keywords-2): New variables.
20396 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
20397 (gdb-set-gud-minor-mode-existing-buffers-1)
20398 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
20399 (gdb-var-update-1, gdb-var-update-handler-1)
20400 (gdb-data-list-register-values-handler)
20401 (gdb-data-list-register-values-custom)
20402 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
20403 (gdb-stack-list-locals-handler, gdb-get-register-names):
20404 New functions for use with GDB 6.4+.
20405 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
20406 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
20407 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
20408 (gdb-stack-list-locals-regexp)
20409 (gdb-data-list-register-names-regexp): New regexps for use with
20410 GDB 6.4+.
20411
20412 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
20413
20414 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
20415
20416 2005-12-06 Nozomu Ando <nand@mac.com>
20417
20418 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
20419 prompts work for AUTH PLAIN. Also reported by Steve Allan
20420 <seallan@verizon.net>.
20421
20422 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
20423
20424 * frame.el (set-frame-parameter): Add doc string.
20425
20426 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
20427
20428 * textmodes/org.el (org-occur-highlights): New variable.
20429 (org-highlight-new-match, org-remove-occur-highlights): New functions.
20430 (org-highlight-sparse-tree-matches): New option.
20431 (org-do-occur): New function.
20432 (org-get-heading): Make it work also at beginning of line.
20433 (org-category-table): New variable.
20434 (org-get-category-table, org-get-category)
20435 (org-camel-to-words, org-link-search): New functions.
20436 (org-select-this-todo-keyword): New variable.
20437 (org-todo-list): New command.
20438 (org-shiftright, org-shiftleft): New commands.
20439 (org-agenda-todo): Add prefix argument.
20440 (org-show-hierarchy-above): New option.
20441 (org-show-todo-tree): Numerical prefix creates tree for specific
20442 TODO keyword.
20443 (org-outline-level): New function, to assign a level to plain
20444 lists items.
20445 (org-cycle-include-plain-lists): New option.
20446 (org-mode): Use `org-outline-level' as value of `outline-level'.
20447 (org-cycle): Temporarily switch `outline-regexp' if
20448 `org-cycle-include-plain-lists' is non-nil.
20449 (org-start-icalendar-file): Fix format bug.
20450 (org-agenda-get-day-entries): Create category table.
20451 (org-agenda-get-todos, org-agenda-get-timestamps)
20452 (org-agenda-get-deadlines, org-agenda-get-scheduled)
20453 (org-agenda-get-blocks): Use `org-get-category'.
20454 (org-context-in-file-links): Rename from
20455 `org-line-numbers-in-file-links'.
20456
20457 2005-12-06 Romain Francoise <romain@orebokech.com>
20458
20459 * window.el (balance-windows): Delete extraneous third arg in call
20460 to `enlarge-window'.
20461
20462 2005-12-06 Kenichi Handa <handa@m17n.org>
20463
20464 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
20465
20466 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
20467
20468 * progmodes/gdb-ui.el (gdb-var-create-handler)
20469 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
20470 (gdb-var-list-children-handler, gdb-var-update-handler):
20471 Current buffer is already gdb-partial-output-buffer, don't
20472 make it current again.
20473
20474 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
20475
20476 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
20477 (list-buffers-noselect): Use it.
20478
20479 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
20480
20481 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
20482 (mail-yank-ignored-headers): Use regexp-opt.
20483 (mail-mode-map): Move initialization into declaration.
20484 (mail-sent-via): Remove unused shadowed var `to-line'.
20485 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
20486 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
20487 (mail-do-fcc): Use dolist and push.
20488 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
20489 (mail-yank-ignored-headers): Don't autoload.
20490
20491 2005-12-05 Kenichi Handa <handa@m17n.org>
20492
20493 * international/mule-cmds.el (set-language-info-internal): New fun.
20494 (set-language-info): Call set-language-info-internal to update
20495 language-info-alist. If LANG-ENV is the current one, call
20496 set-language-environment to make INFO effective now.
20497 (set-language-info-alist): Likewise.
20498 (locale-language-names): With locale "en", use English
20499 lang. env. but set the default codings to iso-8859-1.
20500
20501 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
20502
20503 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
20504 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
20505 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
20506 for plain strings.
20507 (gdb-frames-mode): Remove redundant call to font-lock-mode.
20508 (gdb-all-registers): Rename from toggle-gdb-all-registers.
20509 Create registers buffer if necessary. Echo new state in minibuffer.
20510 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
20511
20512 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
20513
20514 * info.el (Info-fontify-node): Match external links using
20515 non-directory part of filename.
20516
20517 2005-12-04 Juri Linkov <juri@jurta.org>
20518
20519 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
20520 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
20521 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
20522 because there is no customization option for it.
20523
20524 * font-lock.el (lisp-font-lock-keywords-1):
20525 Add define-global-minor-mode.
20526
20527 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
20528
20529 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
20530 properties on the constructed variable names.
20531
20532 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20533 Put `definition-name' properties on the constructed function names
20534 next-sym and prev-sym.
20535
20536 * emacs-lisp/find-func.el (find-function-regexp):
20537 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
20538 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
20539 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
20540 and easy-menu-define.
20541
20542 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
20543 easy-mmode-define-global-mode and define-global-minor-mode.
20544 (lisp-imenu-generic-expression): Add define-global-minor-mode.
20545
20546 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
20547 instead of easy-mmode-define-global-mode.
20548
20549 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
20550 Use define-minor-mode instead of easy-mmode-define-minor-mode.
20551
20552 * cus-edit.el (customize-group, customize-group-other-window):
20553 Filter out autoloaded options from the group completion list by
20554 using heuristics that autoloaded groups don't have `custom-autoload'
20555 property on their symbols (they have only `custom-loads').
20556
20557 * simple.el (completion-setup-function): Put completions-common-part
20558 face on complete completion string too (i.e. completion string
20559 without completions-first-difference face).
20560
20561 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
20562
20563 2005-12-03 Eli Zaretskii <eliz@gnu.org>
20564
20565 * view.el (view-mode): Doc fix.
20566
20567 * disp-table.el (standard-display-european): Add to the warning
20568 message a reference to the doc string.
20569
20570 * play/yow.el (apropos-zippy): Call print-help-return-message,
20571 similar to other Help and Apropos commands.
20572
20573 * help.el (print-help-return-message): If pop-up-frames is
20574 non-nil, set up help-return-method to delete the help window and,
20575 possibly, its frame as well, and don't display message about
20576 scrolling the help window. Doc fix.
20577 (help-return-method): Doc fix.
20578
20579 2005-12-03 Martin Rudalics <rudalics@gmx.at>
20580
20581 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
20582 whereby names of length one or names starting with a
20583 symbol-constituent character would not be returned.
20584
20585 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
20586
20587 * subr.el (atomic-change-group): Add edebug and indentation spec.
20588
20589 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
20590
20591 * completion.el (save-completions-file-name): Fix typo in last change.
20592
20593 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20594
20595 * info.el: Move back/forward history to the beginning of the tool bar.
20596
20597 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
20598
20599 * allout.el (eval-when-compile): Remove unnecessary load of cl.
20600 Add fset of allout-real-isearch-abort during compile to fix
20601 byte-compilation warnings.
20602 (allout-mode-p): Move definition of this macro above all uses, or
20603 byte compilation in barren Emacs (eg, during Emacs build) will
20604 lack the definition.
20605 (allout-mode): Move this variable above any uses, or byte
20606 compilation will fail.
20607 (allout-resolve-xref): Remove use of personal file-reference function.
20608 (allout-toggle-current-subtree-encryption): Do the current (ie,
20609 visible containing) topic, rather than nearest around point. Doc fix.
20610 (allout-toggle-subtree-encryption): New function, workhorse that
20611 works on nearest topic containing point.
20612 (allout-encrypt-string): Signal requirement for newer version of pgg.
20613 (allout-resumptions): Doc fix.
20614
20615 2005-12-02 Eli Zaretskii <eliz@gnu.org>
20616
20617 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
20618
20619 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
20620
20621 * textmodes/flyspell.el (flyspell-external-point-words):
20622 Consider a misspelling as found in the string search if: (a) misspelling
20623 and found string lengths match, or (b) misspelling is found as
20624 element in a boundary-chars separated longer string, or (c)
20625 ispell-program-name is really ispell and misspelling is found as
20626 part of a TeX string. After successful match move beginning of
20627 search region to end of match. Warn about not found misspellings
20628 once the process is done.
20629 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
20630
20631 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
20632
20633 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
20634 tool bar (removed inadvertently).
20635
20636 2005-12-02 Juri Linkov <juri@jurta.org>
20637
20638 * log-view.el (log-view-diff): Clarify doc string.
20639
20640 2005-12-01 Bill Wohler <wohler@newt.com>
20641
20642 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
20643 triggers lm-verify errors.
20644
20645 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
20646
20647 * simple.el (transient-mark-mode, line-number-mode)
20648 (column-number-mode, size-indication-mode): Remove `:require nil'.
20649
20650 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
20651
20652 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
20653 in the margin also.
20654 (gdb-breakpoints-mode-map): Use D instead of d for
20655 gdb-delete-breakpoint.
20656 (gdb-get-frame-number): Require a number to match on.
20657 (gdb-threads-mode-map): Add follow-link binding.
20658
20659 2005-11-30 Jason Rumney <jasonr@gnu.org>
20660
20661 * isearch.el (isearch-mode-map): Avoid exiting search on
20662 language-change event.
20663
20664 2005-11-30 Romain Francoise <romain@orebokech.com>
20665
20666 * speedbar.el (speedbar-default-position): New defcustom.
20667 (speedbar-frame-reposition-smartly): Use it.
20668
20669 * dframe.el (dframe-reposition-frame-emacs): Fix position
20670 computation for `left' location.
20671 Update copyright year.
20672
20673 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
20674
20675 * help.el (help-map): Move initialization into declaration.
20676
20677 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
20678
20679 * help-fns.el (help-argument-name): Don't autoload.
20680 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
20681 to be re-loaded when customizing the `help' group.
20682
20683 2005-11-30 John Paul Wallington <jpw@gnu.org>
20684
20685 * help-fns.el (describe-function-1): Fill arglist output.
20686
20687 2005-11-30 Kim F. Storm <storm@cua.dk>
20688
20689 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
20690 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
20691 after revert-buffer (or anything else which kills all local variables).
20692
20693 * apropos.el (apropos-parse-pattern): Doc fix.
20694 Set apropos-regexp directly, rather than expecting callers to do so.
20695 (apropos-command, apropos, apropos-value, apropos-documentation):
20696 Simplify calls to apropos-parse-pattern.
20697
20698 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
20699
20700 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
20701 (hi-lock-face-phrase-buffer): Use hi-yellow face.
20702 (hi-lock-write-interactive-patterns): Use comment-region.
20703
20704 * longlines.el (longlines-mode): Add mail-setup-hook.
20705
20706 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
20707
20708 * simple.el (sendmail-user-agent-compose, next-line):
20709 Conditionally use hard-newline.
20710
20711 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
20712
20713 * international/latexenc.el (latex-inputenc-coding-alist):
20714 Reword doc string.
20715
20716 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
20717
20718 * help.el (describe-key-briefly, describe-key): Recognize default
20719 bindings.
20720
20721 2005-11-29 Romain Francoise <romain@orebokech.com>
20722
20723 * view.el (view-inhibit-help-message): New defcustom.
20724 (view-mode-enter): Use it.
20725
20726 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
20727
20728 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
20729 Preserve user position.
20730
20731 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
20732
20733 * font-lock.el: Throw error if facemenu is not loaded to prevent
20734 accidental change of loading order in loadup.el. (Suggested by RMS.)
20735
20736 * loadup.el: Add comment explaining why facemenu must be loaded
20737 before font-lock.
20738
20739 2005-11-28 Jay Belanger <belanger@truman.edu>
20740
20741 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
20742 (calc-dispatch-map): Add more keys for `calc-same-interface'.
20743
20744 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
20745
20746 * calc/calc-embed.el (calc-do-embedded): Update help message.
20747
20748 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
20749
20750 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
20751
20752 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
20753
20754 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
20755 called-interactively-p.
20756 (elp-profilable-p): Rename from elp-not-profilable-p.
20757 Invert result and take into account macros and autoloaded functions.
20758 (elp-instrument-function): Update call.
20759 (elp-instrument-package): Update call. Add completion.
20760 (elp-pack-number): Use match-string.
20761 (elp-results-jump-to-definition-by-mouse): Merge into
20762 elp-results-jump-to-definition and then remove.
20763 (elp-output-insert-symname): Make help echo text single-line.
20764
20765 * replace.el (query-replace-map): Move initialization into declaration.
20766 (occur-engine): Use with-current-buffer.
20767 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
20768 (occur-mode-mouse-goto): Replace with an alias.
20769
20770 2005-11-28 Juri Linkov <juri@jurta.org>
20771
20772 * simple.el (quoted-insert): Let-bind input-method-function to nil.
20773
20774 * term/w32-win.el: Bind [S-tab] to [backtab].
20775
20776 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
20777 `Info-find-file' to t.
20778
20779 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
20780 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
20781 and same-window-regexps.
20782 (occur-next-error): Don't move point for arg 0.
20783
20784 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
20785
20786 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
20787
20788 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
20789
20790 * log-edit.el (log-edit-changelog-use-first): New var.
20791 (log-edit-changelog-ours-p): Use it.
20792 (log-edit-insert-changelog): Set it with new arg `use-first'.
20793 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
20794 (log-edit-hook): Add them to the list of suggested options.
20795
20796 * textmodes/flyspell.el (flyspell-last-buffer): New var.
20797 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
20798 redundant work.
20799 (flyspell-mode-on): Use add-hook for after-change-functions.
20800 (flyspell-mode-off): Use remove-hook for after-change-functions.
20801 (flyspell-changes): Make it buffer-local.
20802 (flyspell-after-change-function): Make it non-interactive. Use push.
20803 (flyspell-post-command-hook): Check input-pending-p while processing
20804 the potentially long list of buffer changes.
20805
20806 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
20807
20808 * buff-menu.el (list-buffers-noselect): Display the selected
20809 frame's buffer list, not the global one.
20810
20811 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
20812
20813 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
20814 that (list last-input-event) works as in interactive spec.
20815
20816 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
20817
20818 * loadup.el ("facemenu"): Load facemenu before font-lock, because
20819 `facemenu-keymap' needs to be defined when font-lock is loaded.
20820 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
20821
20822 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
20823
20824 * completion.el: Remove useless leading * in defcustom docstrings.
20825 (save-completions-file-name): Use ~/.emacs.d if available.
20826 (completion-standard-syntax-table): Rename from
20827 cmpl-standard-syntax-table and fold initialization into declaration,
20828 thus removing cmpl-make-standard-completion-syntax-table.
20829 (completion-lisp-syntax-table, completion-c-syntax-table)
20830 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
20831 (cmpl-saved-syntax, cmpl-saved-point): Remove.
20832 (symbol-under-point, symbol-before-point)
20833 (symbol-under-or-before-point, symbol-before-point-for-complete)
20834 (add-completions-from-c-buffer): Use with-syntax-table.
20835 (make-completion): Don't return a list of completion entries.
20836 Update callers.
20837 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
20838 (completion-initialize): Rename from initialize-completions.
20839 (completion-find-file-hook): Rename from cmpl-find-file-hook.
20840 (kill-emacs-save-completions): Collect stats here.
20841 (save-completions-to-file, load-completions-from-file):
20842 Use with-current-buffer.
20843 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
20844 into a function. Move all calls to toplevel.
20845 (completion-lisp-mode-hook): New fun.
20846 (completion-c-mode-hook, completion-setup-fortran-mode):
20847 Set the syntax-table here. Use local-set-key.
20848 (completion-saved-bindings): New var.
20849 (dynamic-completion-mode): Make it into a proper minor mode.
20850 (load-completions-from-file): Remove unused var `num-uses'.
20851
20852 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
20853 constructor if it is explicitly overridden.
20854
20855 * complete.el (PC-completion-as-file-name-predicate):
20856 Use minibuffer-completing-file-name.
20857 (partial-completion-mode): Use find-file-not-found-functions.
20858 (PC-lisp-complete-symbol): Use with-syntax-table.
20859 (PC-look-for-include-file): Remove dead setq.
20860 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
20861 (PC-complete): Use with-current-buffer.
20862
20863 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
20864 escape single quotes.
20865
20866 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
20867
20868 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
20869 of `if' whose condition always returned nil. Doc fix.
20870
20871 * buff-menu.el (Buffer-menu-revert-function): Make the selected
20872 window's buffer the current buffer around the call to
20873 `list-buffers-noselect'. This is necessary to mark that buffer
20874 with a `.' in the Buffer Menu when called from Lisp, for instance
20875 by Auto Revert Mode.
20876
20877 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
20878
20879 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
20880 attaching to it.
20881 (gdb-pre-prompt): Make sure gdb-error is reset.
20882
20883 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
20884 with a child process, detect it.
20885 (gud-speedbar-buttons): Match regexp more carefully.
20886
20887 2005-11-27 Richard M. Stallman <rms@gnu.org>
20888
20889 * mouse.el (mouse-drag-move-window-bottom):
20890 Use adjust-window-trailing-edge.
20891
20892 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
20893
20894 * simple.el (blink-matching-open): Ignore
20895 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
20896 (blink-matching-paren-on-screen): Update docstring.
20897
20898 * paren.el (show-paren-mode): No longer change
20899 `blink-matching-paren-on-screen'.
20900
20901 2005-11-27 John Paul Wallington <jpw@pobox.com>
20902
20903 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
20904 (gdb-threads-select, gdb-edit-register-value):
20905 Use `posn-set-point' instead of `mouse-set-point' because the
20906 latter is not fbound when configured without X.
20907
20908 2005-11-27 Kim F. Storm <storm@cua.dk>
20909
20910 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
20911 existing face when partially highlighting a TAB in a rectangle.
20912
20913 2005-11-26 Kim F. Storm <storm@cua.dk>
20914
20915 * ido.el (ido-mode-map): Doc fix.
20916 (ido-mode-common-map, ido-mode-file-map)
20917 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
20918 (ido-define-mode-map): Rewrite. Select one of the new maps as
20919 parent for ido-mode-map instead of building from scratch.
20920 (ido-init-mode-maps): New defun to initialize new maps.
20921 (ido-mode): Call it.
20922 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
20923 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
20924
20925 2005-11-26 John Paul Wallington <jpw@pobox.com>
20926
20927 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
20928 `mouse-set-point' because the latter is not fbound when configured
20929 without X.
20930
20931 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
20932
20933 * files.el (file-relative-name): Doc fix.
20934
20935 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
20936
20937 * progmodes/octave-inf.el (inferior-octave-startup): Force a
20938 non-empty string for secondary prompt PS2.
20939
20940 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
20941
20942 * progmodes/compile.el (compilation-setup): Fix last change.
20943
20944 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
20945
20946 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
20947 (gdb-mouse-toggle-breakpoint-margin)
20948 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
20949 Add gdb-server-prefix to keep out of command history.
20950 (gdb-edit-register-value): New function.
20951 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
20952 (gdb-info-registers-custom): Use above map.
20953
20954 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
20955
20956 * custom.el (enable-theme): Signal error if argument is not a
20957 theme. Don't recalculate a face if it's not loaded yet.
20958
20959 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
20960 the `user' theme is in effect.
20961
20962 * info.el (Info-on-current-buffer): Record actual filename in
20963 Info-current-file, instead of t, or a fake filename if a non-file
20964 buffer. Make autoload.
20965 (Info-find-node, Info-revert-find-node): No need to check for
20966 Info-current-file nil.
20967 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
20968 Info-current-file is now never `t'.
20969 (Info-fontify-node): Many simplifications due to Info-current-file
20970 always being valid. Use Info-find-file to find node filename.
20971
20972 2005-11-25 David Kastrup <dak@gnu.org>
20973
20974 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
20975 new character, then delete" in order to preserve markers.
20976
20977 2005-11-25 David Ponce <david@dponce.com>
20978
20979 * recentf.el (recentf-arrange-by-rule): Handle a special
20980 `auto-mode-alist'-like "strip suffix" rule.
20981 (recentf-build-mode-rules): Handle second level auto-mode entries.
20982
20983 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
20984
20985 * emulation/viper-keym.el (viper-ESC-key): Use different values
20986 in terminal and window modes.
20987
20988 * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
20989 add jde-javadoc-checker-report-mode.
20990
20991 * ediff-wind.el (ediff-make-wide-display): Slight simplification.
20992
20993 * ediff.el (ediff-date): Change the date of last update.
20994
20995 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
20996
20997 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
20998 Use define-minor-mode, and make it a local mode. Turn on font-lock.
20999 (hi-lock-mode): New global minor mode.
21000 (turn-on-hi-lock-if-enabled): New function.
21001 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
21002 Change arguments to regexp and face instead of a font-lock pattern.
21003 Directly set face property, instead of refontifying.
21004 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
21005 (hi-lock-find-patterns): Use line-number-at-pos.
21006
21007 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
21008 arguments for hi-lock-set-pattern.
21009 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
21010 Call font-lock-fontify-buffer.
21011 (hi-lock-find-file-hook, hi-lock-current-line)
21012 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
21013
21014 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
21015 turned off.
21016
21017 * progmodes/compile.el (compilation-setup): Don't fiddle with
21018 font-lock-defaults.
21019
21020 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
21021
21022 * progmodes/gdb-ui.el (gdb-var-create-handler)
21023 (gdb-var-list-children-handler): Find values for all variable
21024 objects. gud-speedbar-buttons decides whether to display them.
21025
21026 2005-11-24 Romain Francoise <romain@orebokech.com>
21027
21028 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
21029 buffer name with a space.
21030
21031 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
21032
21033 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
21034 `org-export-local-list-max-depth'. Change default value to 3.
21035 (org-auto-renumber-ordered-lists)
21036 (org-plain-list-ordered-item-terminator): New options.
21037 (org-at-item-p, org-beginning-of-item, org-end-of-item)
21038 (org-get-indentation, org-get-string-indentation)
21039 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
21040 New functions.
21041 (org-move-item-down, org-move-item-up): New commands.
21042 (org-export-as-html): New classes for CSS support. Bug fix in
21043 regular expression detecting fixed-width regions. Respect
21044 `org-local-list-ordered-item-terminator'.
21045 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
21046 also a list item.
21047 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
21048 New item moving functions.
21049
21050 2005-11-24 Juri Linkov <juri@jurta.org>
21051
21052 * isearch.el (isearch-repeat): With empty search ring set
21053 `isearch-error' to the error string instead of signaling error
21054 with the function `error'.
21055
21056 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21057
21058 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
21059
21060 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
21061
21062 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
21063 and variable.
21064 (gdb-var-create-handler, gdb-var-list-children-handler):
21065 Don't match on "char **...".
21066 (gdb-var-update-handler): Find values for all variable objects.
21067 (gdb-info-frames-custom): Identify frames by leading "#".
21068
21069 * progmodes/gud.el (gud-speedbar-menu-items): Add
21070 gdb-speedbar-auto-raise as radio button.
21071 (gud-speedbar-buttons): Raise speedbar if requested.
21072 Don't match on "char **...".
21073 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
21074 Make it editable.
21075
21076 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
21077
21078 * info.el (Info-fontify-node): Handle the case where
21079 Info-current-file is t.
21080
21081 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
21082
21083 * simple.el (blink-matching-open): Fix off-by-one in last change.
21084
21085 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21086
21087 * term/mac-win.el: Don't change default directory.
21088
21089 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
21090
21091 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
21092 buffers correctly. (It used to throw an error in such buffers.)
21093 Make it ask for confirmation in group buffers and other Custom
21094 buffers containing more than one customization item.
21095
21096 2005-11-22 John Paul Wallington <jpw@gnu.org>
21097
21098 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
21099 property on mail and url overlays.
21100 (goto-address-at-point): Use `posn-set-point' instead of
21101 `mouse-set-point' because the latter is not fbound when configured
21102 without X.
21103
21104 2005-11-22 Lars Hansen <larsh@soem.dk>
21105
21106 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
21107 (ls-lisp-classify, ls-lisp-format): Delete call to
21108 ls-lisp-parse-symlink.
21109 (ls-lisp-handle-switches): Handle symlinks to directories as
21110 directories when ls-lisp-dirs-first in non-nil.
21111
21112 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
21113
21114 * startup.el (command-line): Make sure that loaddefs.el is handled
21115 correctly in load-history.
21116
21117 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
21118
21119 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
21120 (gdb-struct-string, gdb-array-string): New constants.
21121 (gdb-info-locals-handler): Use them.
21122 (gdb-reset): Reset gdb-var-list to nil.
21123
21124 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
21125
21126 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
21127 in patterns.
21128
21129 2005-11-21 Juri Linkov <juri@jurta.org>
21130
21131 * custom.el (defcustom): Update link types in docstring.
21132
21133 2005-11-20 Martin Rudalics <rudalics@gmx.at>
21134
21135 * custom.el (defgroup): Add doc-string-elt info.
21136
21137 * widget.el (define-widget): Don't use declare for the doc-string-elt.
21138
21139 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
21140
21141 * newcomment.el (comment-enter-backward): Fix last fix.
21142
21143 * simple.el (blink-matching-open):
21144 * paren.el (show-paren-function): Allow new paren-class info.
21145
21146 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
21147
21148 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
21149 handled automagically.
21150
21151 2005-11-20 Andreas Schwab <schwab@suse.de>
21152
21153 * descr-text.el (describe-char): When copying overlays put them
21154 over the full char description instead of just the first character
21155 of it.
21156
21157 2005-11-20 Juri Linkov <juri@jurta.org>
21158
21159 * simple.el (what-cursor-position):
21160 * descr-text.el (describe-char): Use Lisp-readable syntax
21161 for octal and hex. Reorder decimal, octal and hex values.
21162 Remove excess whitespace in the output. Use `=' in `column='
21163 like in `point=' and `Hscroll='.
21164
21165 * international/mule-cmds.el (encoded-string-description):
21166 Use Lisp-readable syntax for hex.
21167
21168 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
21169
21170 * newcomment.el (comment-enter-backward): Handle the case where the
21171 comment is closed by EOB.
21172
21173 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
21174
21175 * longlines.el (longlines-before-revert-hook)
21176 (longlines-after-revert-hook): New functions.
21177 (longlines-mode): Turn off longlines temporarily when reverting.
21178 Add a message-setup-hook.
21179 (longlines-decode-buffer): New function.
21180 (longlines-wrap-line): Preserve marker positions.
21181
21182 2005-11-19 Andreas Schwab <schwab@suse.de>
21183
21184 * emacs-lisp/shadow.el: Handle compressed files.
21185
21186 2005-11-19 Romain Francoise <romain@orebokech.com>
21187
21188 * net/browse-url.el (browse-url-default-browser): Signal an error
21189 if no usable browser can be found, rather than try to load w3.
21190
21191 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
21192
21193 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
21194 replacing existing properties.
21195 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
21196 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
21197 tty specs.
21198 (rcirc-server-prefix, rcirc-server): New faces.
21199 (rcirc-url-regexp): Generate with rx macro.
21200 (rcirc-last-server-message-time): New variable.
21201 (rcirc-filter): Record time of last message.
21202 (rcirc-keepalive): Kill processes that did not send a message
21203 since the last ping.
21204 (rcirc-mode): Give rcirc-topic a local binding here.
21205
21206 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
21207
21208 * subr.el (read-passwd): Fontify the prompt as we do with other
21209 prompts.
21210
21211 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
21212
21213 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
21214 binding buffer-read-only to nil.
21215
21216 2005-11-19 Eli Zaretskii <eliz@gnu.org>
21217
21218 * complete.el (partial-completion-mode):
21219 Mention completion-auto-help in the doc string.
21220
21221 * man.el (Man-highlight-references): Doc fix. Reformat code in a
21222 more Lisp-ish way.
21223
21224 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
21225
21226 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
21227 digits, not 8, to avoid misalignment for files larger than 100MB.
21228
21229 2005-11-19 Eli Zaretskii <eliz@gnu.org>
21230
21231 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
21232 Mention "keyboard shortcuts" in the help text.
21233
21234 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21235
21236 * startup.el (fancy-splash-default-action): Discard only
21237 mouse-down and succeeding mouse-up events in the splash screen
21238 window so that drag-n-drop event can be processed.
21239
21240 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
21241
21242 * longlines.el (longlines-mode): Add hacks for mail-mode and
21243 message-mode.
21244
21245 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
21246
21247 * textmodes/org.el (org-table-sort-lines): New command.
21248 (org-tbl-menu): Add entry for `org-table-sort-lines'.
21249 (org-add-file): Command removed, use `org-agenda-file-to-front'
21250 instead.
21251 (org-export-icalendar): Use `org-icalendar-combined-name'.
21252 (org-cycle-agenda-files, org-agenda-file-to-end)
21253 (org-agenda-file-to-front): New commands.
21254 (org-table-tab-jumps-over-hlines, org-export-html-style):
21255 New options.
21256 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
21257 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
21258 New functions.
21259 (org-fill-paragraph): Call `org-table-align' in tables.
21260 (org-mode): Call `org-set-autofill-regexps'.
21261 (org-export-as-html): Support for local handformatted lists.
21262 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
21263 (org-export-local-list-max-depth): New option.
21264 (org-html-expand): Use `org-html-protect'.
21265
21266 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
21267
21268 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
21269 to "p".
21270 (gdb): Move definition of gud-pp to...
21271
21272 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
21273 speedbar.
21274 (gdb-find-watch-expression): New function.
21275
21276 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
21277
21278 * faces.el (face-attribute, set-face-attribute): Mention existence
21279 of `:ignore-defface' setting in docstring.
21280
21281 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
21282
21283 * simple.el (completion-setup-function): Fix last change.
21284
21285 2005-11-17 John Paul Wallington <jpw@pobox.com>
21286
21287 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
21288 Use `posn-set-point' instead of `mouse-set-point' because the
21289 latter is not fbound when configured without X.
21290
21291 * comint.el (comint-insert-input): Likewise.
21292
21293 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
21294
21295 * simple.el (hard-newline): New variable.
21296 (sendmail-user-agent-compose, next-line): Use it.
21297
21298 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
21299 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
21300 (mail-mail-reply-to, mail-mail-followup-to)
21301 (mail-position-on-field, mail-signature, mail-yank-original)
21302 (mail-attach-file): Likewise.
21303
21304 * mail/mailheader.el (mail-header-format)
21305 (mail-header-format-function): Likewise.
21306
21307 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
21308
21309 2005-11-17 Juri Linkov <juri@jurta.org>
21310
21311 * font-lock.el (font-lock-faces): Rename this defgroup from
21312 `font-lock-highlighting-faces'.
21313 (font-lock-comment-face, font-lock-comment-delimiter-face)
21314 (font-lock-string-face, font-lock-doc-face)
21315 (font-lock-keyword-face, font-lock-builtin-face)
21316 (font-lock-function-name-face, font-lock-variable-name-face)
21317 (font-lock-type-face, font-lock-constant-face)
21318 (font-lock-warning-face, font-lock-negation-char-face)
21319 (font-lock-preprocessor-face)
21320 (font-lock-regexp-grouping-backslash)
21321 (font-lock-regexp-grouping-construct): Rename :group from
21322 `font-lock-highlighting-faces' to `font-lock-faces'.
21323
21324 * cus-edit.el (lisp, c, tex):
21325 * progmodes/ada-mode.el (ada):
21326 * progmodes/asm-mode.el (asm):
21327 * progmodes/cperl-mode.el (cperl-faces):
21328 * progmodes/cpp.el (cpp):
21329 * progmodes/dcl-mode.el (dcl):
21330 * progmodes/f90.el (f90):
21331 * progmodes/fortran.el (fortran):
21332 * progmodes/icon.el (icon):
21333 * progmodes/idlwave.el (idlwave-misc):
21334 * progmodes/m4-mode.el (m4):
21335 * progmodes/make-mode.el (makefile):
21336 * progmodes/meta-mode.el (meta-font):
21337 * progmodes/modula2.el (modula2):
21338 * progmodes/octave-mod.el (octave):
21339 * progmodes/pascal.el (pascal):
21340 * progmodes/perl-mode.el (perl):
21341 * progmodes/prolog.el (prolog):
21342 * progmodes/ps-mode.el (PostScript-edit):
21343 * progmodes/scheme.el (scheme):
21344 * progmodes/sh-script.el (sh-script):
21345 * progmodes/simula.el (simula):
21346 * progmodes/tcl.el (tcl):
21347 * textmodes/nroff-mode.el (nroff):
21348 * textmodes/reftex-vars.el (reftex-fontification-configurations):
21349 * textmodes/sgml-mode.el (sgml):
21350 * textmodes/texinfo.el (texinfo):
21351 Add :link (custom-group-link font-lock-faces) to defgroup.
21352
21353 * hi-lock.el (hi-lock): Rename this defgroup from
21354 `hi-lock-interactive-text-highlighting'. Change parent group from
21355 `faces' to `font-lock'. Add link to the manual.
21356 (hi-lock-mode, hi-lock-file-patterns-range)
21357 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
21358 `hi-lock-interactive-text-highlighting' to `hi-lock'.
21359 (hi-lock-faces): Add :group `faces'.
21360
21361 * cus-edit.el (custom-variable-prompt): Clarify the code.
21362
21363 * faces.el (face-read-string): Set the default value arg of
21364 completing-read.
21365
21366 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
21367
21368 * rfn-eshadow.el (file-name-shadow-properties)
21369 (file-name-shadow-tty-properties, file-name-shadow-mode):
21370 Remove autoloads, because the file is now preloaded.
21371
21372 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21373
21374 * printing.el (easy-menu-intern): Don't define.
21375 (pr-get-symbol): Use easy-menu-intern only if defined.
21376
21377 * simple.el (blink-matching-open): Simplify a bit.
21378 (completion-setup-function): Fix the case of partial-completion-mode
21379 when the minibuffer's contents start with "-".
21380 Obey completion-base-size-function even when
21381 minibuffer-completing-file-name is non-nil.
21382
21383 2005-11-16 Richard M. Stallman <rms@gnu.org>
21384
21385 * net/eudcb-ph.el (eudc-ph-open-session):
21386 Use set-process-query-on-exit-flag.
21387
21388 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
21389
21390 * international/ucs-tables.el (ucs-set-table-for-input):
21391 Use make-local-variable, not make-variable-buffer-local.
21392
21393 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
21394 Improve warning message text.
21395
21396 * savehist.el (savehist-save-hook): Add :group.
21397
21398 * menu-bar.el (menu-bar-help-menu):
21399 Rename Find Extra Packages to External Packages.
21400
21401 * cus-edit.el (Custom-reset-standard): Verify that
21402 :custom-standard-value prop exists before calling it.
21403
21404 * apropos.el (apropos-calc-scores): Use apropos-pattern.
21405
21406 2005-11-16 Martin Rudalics <rudalics@gmx.at>
21407
21408 * wid-edit.el (color): Enclose %t in %{...%}.
21409
21410 * cus-edit.el (face): Enclose %t in %{...%}.
21411
21412 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
21413
21414 * savehist.el (savehist-mode-hook): Re-add the var.
21415 (savehist-mode): Use it.
21416
21417 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21418
21419 * textmodes/flyspell.el: Fix commenting convention.
21420 Remove unnecessary leading * in custom docstrings.
21421 (flyspell-emacs): Remove unused var.
21422 (flyspell-delete-region-overlays): Use remove-overlays.
21423 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
21424 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
21425 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
21426 (flyspell-debug-signal-word-checked): Use with-current-buffer.
21427 (make-flyspell-overlay): Don't locally reuse a global name.
21428 (flyspell-highlight-incorrect-region)
21429 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
21430 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
21431 (flyspell-notify-misspell): Remove unused args `start' and `end'.
21432 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
21433 Wrap calls to accept-process-output inside with-local-quit since it's
21434 often called from a post-command-hook.
21435 (flyspell-correct-word, flyspell-auto-correct-word):
21436 Use ispell-send-string.
21437 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
21438
21439 * calendar/diary-lib.el (diary-list-entries): Also hide the
21440 terminating newline.
21441
21442 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
21443
21444 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
21445 window-system, to allow fonts on tty.
21446
21447 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
21448
21449 * progmodes/gud.el (gud-speedbar-item-info): New function.
21450 (gud-install-speedbar-variables): Use it to display data type
21451 of watch expression as a tooltip in speedbar.
21452
21453 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
21454
21455 * font-core.el (global-font-lock-mode): Add :version keyword,
21456 because default was changed.
21457
21458 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
21459
21460 * startup.el (command-line): Use `custom-reevaluate-setting' for
21461 `file-name-shadow-mode'.
21462
21463 * loadup.el: Preload rfn-eshadow.
21464
21465 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
21466 Add :version keyword.
21467 (file-name-shadow-properties, file-name-shadow-tty-properties)
21468 (file-name-shadow): Add :version keyword.
21469
21470 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
21471 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
21472 in the custom-group property of the symbol frames and the fringe
21473 group got no link to its parent group frames.
21474 Doc fix.
21475
21476 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21477
21478 * progmodes/gud.el (gud-stop-subjob): New function.
21479 (gud-menu-map, gud-tool-bar-map): Use it.
21480
21481 2005-11-16 Kim F. Storm <storm@cua.dk>
21482
21483 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
21484 than kill it.
21485 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
21486 to a more useful/logical place.
21487
21488 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21489
21490 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
21491 go buttons complementary.
21492
21493 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
21494
21495 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
21496 (rfn-eshadow-sifn-equal): New function.
21497 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
21498
21499 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
21500
21501 * emulation/viper-utils.el (viper-non-word-characters-reformed-vi):
21502 Quote `-' in string.
21503
21504 * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
21505 rcirc-mode buffers come up in Emacs state.
21506
21507 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
21508 operation.
21509
21510 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
21511
21512 * term.el (term-termcap-format): Fix typos.
21513 (term-down): Fix the negative argument case.
21514
21515 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21516
21517 * progmodes/gdb-ui.el: Remove face-alias left over from change on
21518 2005-08-15.
21519 (gdb-ann3): New command gud-go.
21520 (menu): Accomodate gdb-mi.el.
21521 (gdb-assembler-custom): Make buffer of selected window current
21522 so that set-window-point works.
21523
21524 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
21525 buttons and include new ones.
21526
21527 2005-11-16 Kim F. Storm <storm@cua.dk>
21528
21529 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
21530 (gud-menu-map): Use it.
21531
21532 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
21533
21534 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
21535 that works correctly for Custom and that does not override a user
21536 who disables it.
21537
21538 * help-mode.el (help-make-xrefs, help-xref-on-pp)
21539 (help-xref-interned, help-follow): Make hyperlinks for variables
21540 that are unbound, but have a non-nil variable-documentation property.
21541
21542 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
21543 mode hook. (It conflicted with defcustoms for some mode hooks.)
21544 Use the `variable-documentation' property to give the mode hook a
21545 docstring and expand that docstring.
21546
21547 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
21548
21549 * savehist.el (savehist-mode): Don't bother with
21550 `custom-set-minor-mode'.
21551 (savehist-coding-system): Check XEmacs version.
21552 (history-length): Declare also at run time.
21553 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
21554 Don't set the customize state.
21555 (savehist-minibuffer-hook): Special case for when
21556 minibuffer-history-variable is equal to t.
21557
21558 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
21559
21560 * files.el (write-file): Refresh VC status.
21561
21562 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
21563 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
21564 than fundamental-mode to see if the mode was set.
21565
21566 2005-11-14 Romain Francoise <romain@orebokech.com>
21567
21568 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
21569 dummy function in `eval-when-compile' to avoid compiler warning.
21570 Require `man' at compile time.
21571
21572 2005-11-14 Jay Belanger <belanger@truman.edu>
21573
21574 * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
21575 calcFunc-powerexpand.
21576 (math-write-out-power): Rename it to math-powerexpand; have it
21577 handle negative exponents.
21578 (calc-writeoutpower): Rename it to calc-powerexpand.
21579
21580 * calc/calc-ext.el: Change calcFunc-writeoutpower and
21581 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
21582 autoloads.
21583 Add calcFunc-ldiv to autoloads.
21584
21585 * calc/calc-arith.el (calcFunc-ldiv): New function.
21586
21587 * calc/calc.el (calc-left-divide): New function.
21588
21589 2005-11-14 Juri Linkov <juri@jurta.org>
21590
21591 * cus-edit.el (custom-variable-prompt): Set the default value arg
21592 of completing-read.
21593
21594 * cus-dep.el (custom-make-dependencies): Reverse the list of
21595 found dependencies.
21596
21597 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
21598
21599 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
21600 Highlighting" entry, it is on by default now.
21601 (menu-bar-options-save): Do not save global-font-lock-mode.
21602
21603 2005-11-13 Richard M. Stallman <rms@gnu.org>
21604
21605 * textmodes/flyspell.el (flyspell-large-region):
21606 Call flyspell-accept-buffer-local-defs.
21607
21608 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
21609
21610 * textmodes/flyspell.el (flyspell-notify-misspell):
21611 Fix misspelling of "Misspelling".
21612 (flyspell-process-localwords): New function.
21613 (flyspell-large-region): Call flyspell-process-localwords and
21614 flyspell-delete-region-overlays.
21615 (flyspell-delete-region-overlays): New function.
21616 (flyspell-delete-all-overlays): Call that.
21617
21618 2005-11-13 Richard M. Stallman <rms@gnu.org>
21619
21620 * help.el (help-for-help-internal): Improve doc of C-h a.
21621 (describe-key): Improve prompt; doc fix.
21622
21623 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
21624
21625 * vc-svn.el (vc-svn-registered): Catch all errors.
21626
21627 * cus-dep.el (custom-make-dependencies): Typo.
21628
21629 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
21630
21631 * net/tramp-util.el (top): Fix compilation warning.
21632
21633 2005-11-13 Kim F. Storm <storm@cua.dk>
21634
21635 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
21636
21637 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
21638
21639 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
21640 (gud-speedbar-buttons): Match on "const char *" too.
21641
21642 * progmodes/gdb-ui.el (gdb-var-create-handler)
21643 (gdb-var-list-children-handler): Match on "const char *" too.
21644 (gdb-var-evaluate-expression-handler): Match on empty string.
21645 (gdb-var-update-handler): Only call
21646 gdb-var-evaluate-expression-handler when required.
21647
21648 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
21649
21650 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
21651 selected window. This still doesn't work for speedbar.
21652 (gud-speedbar-buttons): Handle string expressions properly.
21653
21654 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
21655 (gdb-var-create-handler): Handle string expressions properly.
21656 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
21657 Handle string expressions properly. Move "type" field into regexp.
21658
21659 2005-11-12 Karl Fogel <kfogel@red-bean.com>
21660
21661 * bookmark.el (bookmark-maybe-message): New function to reduce
21662 code duplication: invokes `message' iff baud-rate is high enough.
21663 (bookmark-write-file): Use above instead of an inline conditional.
21664 (bookmark-load): Same.
21665
21666 2005-11-12 Karl Fogel <kfogel@red-bean.com>
21667
21668 * bookmark.el (bookmark-write-file): Don't visit the destination
21669 file, just write the data to it using write-region. This is
21670 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
21671 change to avoid visiting the file in the first place.
21672
21673 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
21674
21675 * hi-lock.el (hi-lock-mode): Set the default value of
21676 font-lock-defaults.
21677
21678 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
21679
21680 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
21681 arg to `file-attributes'.
21682 (find-lisp-format): The UID and GID can now be strings.
21683
21684 2005-11-12 Kim F. Storm <storm@cua.dk>
21685
21686 * help.el (help-map): Bind C-h d to apropos-documentation.
21687
21688 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
21689 when point is at end-of-buffer.
21690
21691 * apropos.el (apropos-match-face): Doc fix.
21692 (apropos-sort-by-scores): Add new choice `verbose'.
21693 (apropos-documentation-sort-by-scores): New defcustom.
21694 (apropos-pattern): Now contains the pattern entered by the user.
21695 (apropos-pattern-quoted): New defvar.
21696 (apropos-regexp): New defvar, containing the regexp corresponding
21697 to apropos-pattern.
21698 (apropos-all-words-regexp): Rename from apropos-all-regexp.
21699 (apropos-read-pattern): New defun. Use it to read pattern arg in
21700 interactive calls; returns list of words for a word list, and
21701 string for a regexp.
21702 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
21703 parses a list of words or regexp as returned by apropos-read-pattern.
21704 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
21705 (apropos-score-doc): Return a very high score if the string
21706 entered by the user matches literally.
21707 (apropos-variable): Doc fix. Use apropos-read-pattern.
21708 (apropos-command): Doc fix. Use apropos-read-pattern and
21709 apropos-parse-pattern. Call apropos-print with nosubst=t.
21710 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
21711 apropos-parse-pattern.
21712 (apropos-documentation): Doc fix. Use apropos-read-pattern and
21713 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
21714 apropos-documentation-sort-by-scores. Call apropos-print with
21715 nosubst=t.
21716 (apropos-documentation-internal): Pass doc string through
21717 substitute-key-definition before adding text properties.
21718 Highlight substring matching literal user input if possible.
21719 (apropos-documentation-check-doc-file): Remove locals beg and end.
21720 Fix calculation of score (as added twice). Pass doc string through
21721 substitute-key-definition before adding text properties.
21722 (apropos-documentation-check-elc-file): Pass doc string through
21723 substitute-key-definition before adding text properties.
21724 Highlight substring matching literal user input if possible.
21725 (apropos-print): Add new arg NOSUBST; if set, command and variable
21726 doc strings have already been passed through substitute-key-definition.
21727 Add code to handle apropos-accumulator items without score element
21728 for backwards compatibility (e.g. with woman package).
21729 Only show scores if apropos-sort-by-scores is `verbose'.
21730
21731 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21732
21733 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
21734 Add jka-compr-load-suffixes to load-suffixes.
21735
21736 * jka-compr.el: Require jka-cmpr-hook.
21737 (jka-compr-info-compress-message, jka-compr-info-compress-program)
21738 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
21739 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
21740 (jka-compr-info-can-append, jka-compr-info-strip-extension)
21741 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
21742 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
21743 (jka-compr-uninstall): Remove entries from
21744 jka-compr-added-to-file-coding-system-alist after they are used.
21745 (jka-compr-error): Remove unused var `curbuf'.
21746 (jka-compr-file-local-copy): Remove unused var `notfound'.
21747
21748 2005-11-10 Romain Francoise <romain@orebokech.com>
21749
21750 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
21751
21752 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
21753
21754 * progmodes/gud.el (gud-menu-map): Move parentheses.
21755 (gdb): New command gud-pv.
21756
21757 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21758
21759 * tar-mode.el: Remove spurious or unnecessary leading stars
21760 in docstrings.
21761 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
21762 (tar-parse-octal-integer-safe): Use mapc.
21763 (tar-header-block-summarize): Remove unused var `ck'.
21764 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
21765 cleared before. Obey default-enable-multibyte-characters.
21766 Use mapconcat. Simplify setting of tar-header-offset.
21767 (tar-mode-map): Move initialization inside delcaration.
21768 (tar-flag-deleted): Use `abs'.
21769 (tar-expunge-internal): Remove unused var `line'.
21770 (tar-expunge-internal): Don't hardcode point-min==1.
21771 (tar-expunge): Widen while doing set-buffer-multibyte.
21772 (tar-rename-entry): Use file-name-coding-system.
21773 (tar-alter-one-field): Don't hardcode point-min==1.
21774 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
21775 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
21776
21777 2005-11-10 Masatake YAMATO <jet@gyve.org>
21778
21779 * add-log.el (add-log-current-defun): Handle class::method
21780 notation of c++. Fix incorrect comment.
21781
21782 2005-11-10 Alan Mackenzie <acm@muc.de>
21783
21784 * help-fns.el (describe-variable): Make C-h v work when a variable
21785 has variable documentation yet is unbound.
21786
21787 2005-11-10 Masatake YAMATO <jet@gyve.org>
21788
21789 * man.el (Man-highlight-references): Set an empty
21790 string to `Man-arguments' if it is nil.
21791 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
21792
21793 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
21794
21795 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
21796 commenting conventions.
21797
21798 * cus-dep.el (custom-make-dependencies): Simplify.
21799 Better follow the commenting conventions.
21800
21801 2005-11-09 Richard M. Stallman <rms@gnu.org>
21802
21803 * apropos.el (apropos-pattern): Rename from apropos-regexp.
21804 (apropos-orig-pattern): Rename from apropos-orig-regexp.
21805 All uses changed.
21806 (apropos-rewrite-regexp): Doc fix.
21807 (apropos-variable, apropos-command, apropos, apropos-value):
21808 Change prompt; carry through the argument renaming.
21809
21810 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
21811
21812 * find-lisp.el: Require dired.
21813 (find-lisp-find-dired-internal): Do not call
21814 `abbreviate-file-name' on DIR.
21815
21816 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
21817
21818 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
21819
21820 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
21821
21822 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
21823 when using the speedbar.
21824 (gdb): New command gud-pp.
21825 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
21826
21827 2005-11-09 Juri Linkov <juri@jurta.org>
21828
21829 * replace.el (occur-excluded-properties): New defcustom.
21830 (occur-1, occur-engine, occur-accumulate-lines): Use it.
21831
21832 2005-11-08 Jay Belanger <belanger@truman.edu>
21833
21834 * calc/calc-units.el (math-convert-units): Replace any composite
21835 unit by its definition.
21836
21837 2005-11-08 Lars Hansen <larsh@soem.dk>
21838
21839 * emacs-lisp/autoload.el (update-directory-autoloads):
21840 Add obsolete function alias.
21841
21842 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
21843
21844 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
21845 comment-indent-function.
21846 (lisp-comment-indent): Replace by an alias for comment-indent-default.
21847
21848 * reveal.el (reveal-post-command): Rework the handling of
21849 reveal-open-spots, so as to be more reliable. There were several
21850 tricky corner cases where an open spot might be lost, or where
21851 a closed spot might end up on the list of open spots.
21852 Only reveal text that's ellipsised.
21853
21854 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
21855
21856 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
21857
21858 2005-11-07 John Paul Wallington <jpw@gnu.org>
21859
21860 * ibuffer.el (ibuffer): Search iconified frames too when
21861 getting Ibuffer buffer's window.
21862
21863 2005-11-06 Richard M. Stallman <rms@gnu.org>
21864
21865 * progmodes/compile.el (compilation-internal-error-properties):
21866 save-excursion around the computation of MARKER.
21867
21868 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
21869
21870 * textmodes/flyspell.el (flyspell-external-point-words):
21871 flyspell-get-word returns a list, not just a string.
21872
21873 2005-11-06 John Paul Wallington <jpw@pobox.com>
21874
21875 * ibuffer.el (ibuffer): Search all visible frames when getting
21876 Ibuffer buffer's window.
21877
21878 2005-11-07 Masatake YAMATO <jet@gyve.org>
21879
21880 * man.el (Man-reference-regexp): Accept spaces between
21881 `Man-name-regexp' and `Man-section-regexp'.
21882 (Man-apropos-regexp): New variable.
21883 (Man-abstract-xref-man-page): Use value for `Man-target-string'
21884 if available.
21885 (Man-highlight-references, Man-highlight-references0):
21886 Handle the case when `Man-arguments' includes "-k".
21887 (Man-highlight-references0): Rename the argument `TARGET-POS' to
21888 `TARGET'. `TARGET' can be a number, function or nil.
21889
21890 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
21891
21892 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
21893 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
21894 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
21895 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
21896 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
21897 (gdb-send-item): Use buffer-local-value and simplify.
21898
21899 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
21900
21901 * startup.el (command-line): Use `custom-reevaluate-setting' for
21902 `global-font-lock-mode'.
21903
21904 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
21905 by default, except in batch mode or when the -D option is given.
21906
21907 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
21908 specified keyword args on to `define-minor-mode'. Update docstring.
21909
21910 2005-11-05 Romain Francoise <romain@orebokech.com>
21911
21912 * replace.el (occur-engine): Add marker at end of line, too.
21913
21914 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
21915
21916 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21917 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21918 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21919 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21920 argument to all these routines, so the passphrase can be managed
21921 externally and passed in to the system.
21922 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21923 pgg-add-passphrase-to-cache function.
21924
21925 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21926 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
21927 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
21928 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
21929 argument to all these routines, so the passphrase can be managed
21930 externally and passed in to the system.
21931 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
21932 function.
21933
21934 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
21935
21936 * font-lock.el: Don't deal with font-lock-face-attributes here,
21937 move the code ...
21938
21939 * startup.el (command-line): ... here. Use face-spec-set instead
21940 of custom-declare-face.
21941
21942 * faces.el (face-spec-set): Reset the face if spec is not nil.
21943
21944 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
21945
21946 * newcomment.el (comment-region-internal): Box more tightly in the
21947 common case where there's no TAB in the boxed text.
21948
21949 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21950
21951 * info.el (info-tool-bar-map): Use images prev-node, next-node and
21952 up-node.
21953
21954 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
21955
21956 * net/newsticker.el: Commentary updated. Code formatting changed.
21957 (newsticker-version): Change to "1.9".
21958 (newsticker, newsticker-feed): Doc fix.
21959 (newsticker-url-list): Doc fix. Add option "Weekly".
21960 (newsticker-retrieval-interval): Add option "Weekly".
21961 (newsticker-headline-processing): Doc fix.
21962 (newsticker-auto-mark-filter): Remove.
21963 (newsticker-auto-mark-filter-list): New.
21964 (newsticker-layout, newsticker-sort-method): Doc fix.
21965 (newsticker-hide-old-items-in-newsticker-buffer)
21966 (newsticker-heading-format, newsticker-item-format)
21967 (newsticker-desc-format): Doc fix.
21968 (newsticker-show-all-rss-elements): Remove.
21969 (newsticker-show-all-news-elements): New.
21970 (newsticker-faces, newsticker-ticker): Doc fix.
21971 (remove-from-invisibility-spec): Code formatting.
21972 (newsticker--process-ids): New.
21973 (newsticker-mode): Doc fix.
21974 (newsticker-mode): Change mode-line-format.
21975 (newsticker-start): Remove debug output.
21976 (newsticker-start-ticker): Doc fix. Add autoload cookie.
21977 (newsticker-w3m-show-inline-images): Code formatting.
21978 (newsticker-next-item): Call `force-mode-line-update'.
21979 (newsticker-previous-item): Call `force-mode-line-update'.
21980 (newsticker-next-feed): Call `force-mode-line-update'.
21981 (newsticker-previous-feed): Call `force-mode-line-update'.
21982 (newsticker-mark-all-items-at-point-as-read): Code formatting.
21983 (newsticker-show-old-items): Do not show descs.
21984 (newsticker-hide-entry): Hide too much.
21985 (newsticker-hide-entry, newsticker-show-entry)
21986 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
21987 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
21988 (newsticker-toggle-auto-narrow-to-item): Code formatting.
21989 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
21990 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
21991 (newsticker-get-news): Call `force-mode-line-update'.
21992 Collect process ids.
21993 (newsticker--sentinel): Change coding system handling.
21994 Move image retrieval to new functions newsticker--get-logo-url-*.
21995 Move feed parsing to new functions newsticker--parse-*.
21996 Update list of process ids.
21997 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
21998 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
21999 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
22000 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
22001 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
22002 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
22003 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
22004 (newsticker--decode-coding-string): Remove.
22005 (newsticker--decode-numeric-entities): Check input. Format code.
22006 (newsticker--remove-whitespace): Check input.
22007 (newsticker--do-forget-preformatted): Doc fix.
22008 (newsticker--decode-rfc822-date): Allow for missing time.
22009 (newsticker--update-process-ids): New.
22010 (newsticker--image-sentinel): Change comment.
22011 (newsticker--image-read): Change error message.
22012 (newsticker--imenu-goto): Doc fix. Show headline title.
22013 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
22014 (newsticker--buffer-do-insert-text): Clean whitespace in
22015 html-rendered headline title. Code formatting.
22016 Call `newsticker--buffer-print-extra-elements'.
22017 (newsticker--buffer-print-extra-element): Remove.
22018 (newsticker--buffer-print-extra-elements): New.
22019 (newsticker--buffer-do-print-extra-element): New.
22020 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
22021 large sizes.
22022 (newsticker--run-auto-mark-filter)
22023 (newsticker--do-run-auto-mark-filter):
22024 Use `newsticker-auto-mark-filter-list'.
22025
22026 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
22027
22028 * net/rcirc.el: Use split-string OMIT-NULLS argument.
22029 (rcirc-print): Force redisplay before running hooks. Do long
22030 buffer truncation after making new text read-only. Deal with nil
22031 text when decoding strings. If TARGET is nil, use either the
22032 currently selected buffer, if it is an rcirc buffer and of the
22033 same process or the process buffer.
22034 (rcirc-mode): Remove header-line. Recompute short buffer names.
22035 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
22036 (rcirc-short-buffer-name): Add variable.
22037 (rcirc-kill-buffer-hook): Recompute short buffer names.
22038 Remove nick from private channel.
22039 (rcirc-send-input): Send command text to current-buffer.
22040 Don't clear overlay arrow here.
22041 (rcirc-short-buffer-name): Return a short buffer name.
22042 (rcirc-update-short-buffer-names, rcirc-abbreviate)
22043 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
22044 buffer-name abbreviations.
22045 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
22046 Do not touch nick-table when killing a parted channel.
22047 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
22048 Clear arrow from current buffer if it is now hidden.
22049 (rcirc-current-buffer): Add variable.
22050 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
22051 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
22052 Remove -face from names.
22053 (rcirc-update-activity-string): Print "DND" when globally ignoring
22054 activity.
22055 (rcirc-ignore-buffer-activity-flag): Rename from
22056 rcirc-ignore-channel-activity.
22057 (rcirc-ignore-all-activity-flag): Doc fix.
22058 (rcirc-channels): Remove variable.
22059 (rcirc-kill-buffer-hook):
22060 (rcirc-get-buffer-create): Add nick to private channel.
22061 (rcirc-multiline-edit-submit): Remove tabs.
22062 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
22063 folded.
22064 (rcirc-remove-nick-channel): Bug fix.
22065 (rcirc-toggle-ignore-buffer-activity): Rename from
22066 rcirc-toggle-ignore-channel-activity.
22067 (rcirc-record-activity): Add buffers to the front of the list.
22068 (rcirc-update-activity): Remove killed buffers from list.
22069 (rcirc-process-server-response-1): Remove last argument if it is
22070 null before calling handler.
22071 (rcirc): Add "rcirc" defcustom prefix.
22072 (rcirc-prompt): Simplify default prompt.
22073 Use custom-initialize-default.
22074 (rcirc-private-chats): Remove variable.
22075 (rcirc-prompt): Change initialization.
22076 (rcirc-version): Remove function.
22077 (rcirc-id-string): Add constant.
22078 (rcirc-last-buffer): Remove variable.
22079 (rcirc-buffer-alist): Add variable.
22080 (rcirc-connect): Update variable setup.
22081 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
22082 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
22083 default.
22084 (rcirc-handler-generic): Trigger activity.
22085 (rcirc-send-message): Create the buffor of the target.
22086 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
22087 (rcirc-get-buffer): Just return nil if there is no matching buffer.
22088 (rcirc-multiline-edit-cancel): Remove function.
22089 (rcirc-set-last-buffer): Remove function.
22090 (rcirc-get-any-buffer): Add function.
22091 (rcirc-join-channels): Don't print /join text.
22092 (rcirc-toggle-ignore-channel-activity): Add and update echo area
22093 messages.
22094 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
22095 (rcirc-handler-NOTICE): Recognize CTCP responses.
22096 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
22097 constructing TOPIC string for buffers we are not JOINed.
22098 (rcirc-handler-CTCP-response): Add handler.
22099 (rcirc-multiline-edit-submit): Restore the window-configuration
22100 before adjusting point.
22101 (rcirc): Add customization group.
22102 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
22103 (rcirc-user-full-name, rcirc-startup-channels-alist)
22104 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
22105 (rcirc-ignore-all-activity-flag, rcirc-time-format)
22106 (rcirc-input-ring-size, rcirc-read-only-flag)
22107 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
22108 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
22109 Change defvar to defcustom.
22110 (rcirc-update-prompt): Add optional ALL arg, which will update
22111 prompts in all rcirc buffers. Regexp quote replacement text.
22112 (rcirc-fill-column): Accept frame-width as a value.
22113 (rcirc-set-changed): Add function.
22114 (rcirc-next-active-buffer): Write more meaningful messages.
22115 (rcirc-faces): Add customization group.
22116 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
22117 (rcirc-nick-in-message-face, rcirc-prompt-face)
22118 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
22119 (with-rcirc-process-buffer): Move before first usage.
22120 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
22121 (rcirc-debug-flag): Rename from `rcirc-log-p'.
22122 (rcirc-debug): Rename from `rcirc-log'.
22123 (rcirc-format-response-string): Do not print `-' chars for a
22124 NOTICE with no sender. Simplify output of server responses.
22125
22126 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
22127
22128 (rcirc-browse-url-map, rcirc-browse-url-at-point)
22129 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
22130 Make urls mouse and RET clickable.
22131
22132 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
22133
22134 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
22135
22136 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
22137
22138 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
22139 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22140 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22141 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22142 argument to all these routines, so the passphrase can be managed
22143 externally and passed in to the system.
22144 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
22145 pgg-add-passphrase-to-cache function.
22146
22147 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
22148 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
22149 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
22150 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
22151 argument to all these routines, so the passphrase can be managed
22152 externally and passed in to the system.
22153 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
22154 function.
22155
22156 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
22157
22158 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
22159 from goto-address-url-regexp.
22160
22161 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
22162
22163 * textmodes/org.el (org-read-date, org-goto-calendar)
22164 (org-recenter-calendar, org-agenda-goto-calendar):
22165 Temporarily clear `calendar-move-hook'.
22166
22167 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
22168
22169 * ediff-merg.el (ediff-merge-region-is-non-clash):
22170 Return t, if not merging.
22171
22172 * ediff-util.el (ediff-previous-difference): Don't skip regions that
22173 have merge clashes.
22174
22175 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22176
22177 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22178 Undo previous change.
22179
22180 * startup.el (command-line): Use `custom-reevaluate-setting' for
22181 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
22182 tty-register-default-colors on Mac.
22183
22184 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
22185
22186 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
22187 (gdb-buffer-type): Make it automatically buffer local...
22188 (gdb-get-create-buffer): ...and set it accordingly.
22189 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
22190 actually work.
22191
22192 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
22193
22194 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
22195 not red.
22196
22197 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
22198
22199 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
22200 case GUD buffer is not visible.
22201 (gdb-goto-breakpoint): Try to force display in source buffer.
22202 (gdb-frame-gdb-buffer): Copy other similar functions.
22203 (gdb-restore-windows): Don't display source if not asked for.
22204 (gdb-assembler-buffer-name): Don't capitalise.
22205
22206 2005-11-03 Richard M. Stallman <rms@gnu.org>
22207
22208 * wid-edit.el (key-sequence): New widget type.
22209
22210 * simple.el (set-mark-command-repeat-pop): New variable.
22211 (set-mark-command): Only interpret plan C-@ after a pop as a pop
22212 if set-mark-command-repeat-pop is true.
22213
22214 * info.el (Info-fontify-node): Don't display extra "see" if there
22215 already is one here.
22216
22217 * mouse.el: Fix special handling of DEL after dragging a region:
22218 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
22219 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
22220
22221 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
22222
22223 * textmodes/ispell.el (ispell-command-loop): Change `i' description
22224 not to assume it pertains to an affix.
22225
22226 * textmodes/flyspell.el (flyspell-post-command-hook):
22227 Bind deactivate-mark to prevent deactivation.
22228
22229 2005-11-03 Lars Hansen <larsh@soem.dk>
22230
22231 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
22232 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
22233 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
22234
22235 2005-11-03 Romain Francoise <romain@orebokech.com>
22236
22237 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
22238 Update copyright years.
22239
22240 2005-11-03 Sam Steingold <sds@gnu.org>
22241
22242 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22243 Use system-type instead of window-system because window-system is not
22244 correctly defined during loadup.
22245
22246 2005-11-02 Mark A. Hershberger <mah@everybody.org>
22247
22248 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
22249 (xml-parse-tag): Join strings separated by a comment properly.
22250
22251 2005-11-02 Andreas Schwab <schwab@suse.de>
22252
22253 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
22254
22255 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
22256
22257 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
22258 (byte-optimize-pure-func): Quote the eval'd value.
22259
22260 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
22261 Rename from perl-font-lock-syntactic-face-function.
22262 Change the calling convention so it can be used as a font-lock MATCHER.
22263 Do the parse-partial-sexp loop outselves.
22264 (perl-font-lock-syntactic-keywords): Use it.
22265 (perl-mode): Don't set font-lock-syntactic-face-function any more.
22266
22267 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
22268
22269 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
22270 disassembly buffer too.
22271 (gdb-exited): Remove overlay arrows when execution has finished.
22272 (gdb-info-frames-custom, gdb-info-threads-custom)
22273 (gdb-info-registers-custom): Don't add inappropriate text
22274 properties if inferior is not active.
22275
22276 2005-11-02 Glenn Morris <rgm@gnu.org>
22277
22278 * progmodes/fortran.el (fortran-blink-match):
22279 Use `blink-matching-delay'.
22280
22281 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
22282
22283 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
22284
22285 2005-11-02 Lars Hansen <larsh@soem.dk>
22286
22287 * net/tramp.el (tramp-action-out-of-band): Handle scp message
22288 "Permission denied".
22289
22290 2005-11-01 Richard M. Stallman <rms@gnu.org>
22291
22292 * textmodes/flyspell.el (flyspell-external-point-words):
22293 Pass nil to flyspell-get-word.
22294
22295 2005-11-02 Kim F. Storm <storm@cua.dk>
22296
22297 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
22298 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
22299
22300 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
22301
22302 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
22303 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
22304 (calendar-mouse-print-dates): Add optional `event' argument.
22305 Update interactive-spec.
22306 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
22307 Use `calendar-event-to-date' instead of `event'.
22308
22309 2005-11-02 Masatake YAMATO <jet@gyve.org>
22310
22311 * progmodes/ld-script.el (ld-script-builtins):
22312 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
22313 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
22314 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
22315
22316 2005-11-01 Romain Francoise <romain@orebokech.com>
22317
22318 * vc-sccs.el: Update copyright year.
22319 * ezimage.el: Likewise.
22320
22321 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
22322
22323 * info.el (Info-fontify-node): Use `string-width' for fontifying
22324 underlined titles.
22325
22326 2005-11-01 Juri Linkov <juri@jurta.org>
22327
22328 * info.el (Info-fontify-node): Downcase node header keywords Node,
22329 Prev, Next, Up before comparison.
22330 (Info-history): Insert absolute directory name, and put invisible
22331 property on it.
22332
22333 2005-11-01 Juri Linkov <juri@jurta.org>
22334
22335 * info.el (Info-file-supports-index-cookies): New variable.
22336 (Info-find-node-2): Check makeinfo version for index cookie support.
22337 (Info-index-nodes): Search for nodes with index cookies only when
22338 Info-file-supports-index-cookies is t. Otherwise, search nodes
22339 with "Index" in the node name.
22340 (Info-index-node): Search index cookie in the current node only when
22341 Info-file-supports-index-cookies is t. Otherwise, check the word
22342 "Index" in the node name.
22343 (Info-find-emacs-command-nodes): Remove code that searches nodes
22344 with "Index" node name in the top menu.
22345
22346 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
22347
22348 * progmodes/scheme.el (scheme-mode-variables): Use the default
22349 comment-indent-function.
22350
22351 * faces.el (face-attribute): Handle the case where a face inherits from
22352 a non-existent face.
22353
22354 * simple.el (eval-expression-print-format): Use lisp-readable syntax
22355 for octal and hexa output, and merge the char into the paren.
22356 (kill-new): Use push.
22357 (copy-to-buffer): Use with-current-buffer.
22358 (completion-setup-function): Move code in loop to remove redundancy.
22359 (minibuffer-local-must-match-map): Don't add bindings that duplicate
22360 those inherited from minibuffer-local-completion-map.
22361
22362 * savehist.el (savehist-mode) <defcustom>:
22363 Use custom-set-minor-mode if available.
22364 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
22365 and emit a message if applicable.
22366
22367 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
22368
22369 * savehist.el: Sync up to version 19.
22370 (savehist-mode): New minor mode.
22371 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
22372 (savehist-length): Remove (use history-length instead).
22373 (savehist-file-modes): Rename from savehist-modes.
22374 (savehist-save-hook, savehist-loaded): New vars.
22375 (savehist-load): Use savehist-mode. Try to smooth up transition from
22376 old format to new format.
22377 (savehist-install): Allow savehist-autosave-interval to be nil.
22378 (savehist-save): Run the new hook. Be more careful to only trim the
22379 history variables.
22380 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
22381 (savehist-printable): Print into a buffer rather than char-by-char.
22382
22383 2005-11-01 John Wiegley <johnw@newartisans.com>
22384
22385 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
22386 toggle-ignore keybinding (C-a). The author said it had been
22387 disabled much earlier due to a possible incompatibility, but after
22388 many months of usage I have encountered no problems (and it is a
22389 rather useful option, especially for switching to " *temp*").
22390
22391 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
22392 support for OS/X's AddressBook, by calling out to the open source
22393 program "contacts" (installable through Fink).
22394
22395 * net/eudc.el (eudc-expand-inline): If the
22396 `eudc-multiple-match-handling-method' is set to `all', delete the
22397 query string before inserting the query result.
22398
22399 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
22400 flag, to prevent Eshell from using the system ls when
22401 `eshell-ls-insert-directory' is in used.
22402 (eshell-ls-insert-directory): Disable font-lock in directory
22403 buffer so that Eshell's own fontification is seen. This broke
22404 recently due to changes in font-lock, so this goes back to version
22405 21 behavior.
22406
22407 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
22408
22409 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
22410 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
22411 (gdb-many-windows): Doc fix.
22412
22413 2005-10-31 Romain Francoise <romain@orebokech.com>
22414
22415 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
22416
22417 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
22418
22419 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
22420 that global-font-lock-mode can be enabled by default.
22421
22422 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
22423 (font-lock-add-keywords, font-lock-remove-keywords)
22424 (font-lock-fontify-buffer): Remove autoload cookies.
22425
22426 * jit-lock.el (jit-lock-register): Likewise.
22427
22428 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
22429
22430 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
22431
22432 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
22433 intact if there is no gud-comint-buffer.
22434
22435 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
22436
22437 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
22438 old prompt comint-prompt-read-only is t and GDB commands are
22439 issued from tool bar etc.
22440
22441 2005-10-31 Masatake YAMATO <jet@gyve.org>
22442
22443 * vc.el (vc-directory-exclusion-list): Add "{arch}".
22444
22445 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
22446
22447 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
22448 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
22449
22450 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
22451
22452 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
22453 starting at beginning of line. Fontification is messed up when
22454 `open-paren-in-column-0-is-defun-start' set to t.
22455 Reported by John Paul Wallington <jpw@pobox.com>.
22456
22457 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
22458
22459 * comint.el (comint-send-input): Call `comint-update-fence' when
22460 `comint-process-echoes' and `comint-prompt-read-only' are both
22461 non-nil, to avoid leftover read-only newline.
22462
22463 2005-10-30 Richard M. Stallman <rms@gnu.org>
22464
22465 * textmodes/flyspell.el (flyspell-external-point-words):
22466 Detect when WORD can't be checked properly because
22467 flyspell-get-word finds just part of it, and move on.
22468
22469 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
22470 boundarychar for Polish.
22471 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
22472 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
22473
22474 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
22475
22476 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
22477 (gdb-registers-font-lock-keywords): Delete.
22478 (gdb-registers-mode): Don't fontify.
22479 (gdb-info-registers-custom): Use text properties instead as, in
22480 future, changed register values will use font-lock-warning-face.
22481 (gdb-local-font-lock-keywords): Rename to...
22482 (gdb-locals-font-lock-keywords): ...for consistency.
22483
22484 2005-10-30 Andre Spiegel <spiegel@gnu.org>
22485
22486 * vc.el (vc-switch-backend): Better error message if the buffer is
22487 not visiting a file under version control.
22488
22489 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
22490
22491 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
22492
22493 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
22494 ~/.emacs.d/.emacs.
22495
22496 2005-10-29 Richard M. Stallman <rms@gnu.org>
22497
22498 * replace.el (occur-mode-mouse-goto): Always go to other window.
22499 (occur-mode-goto-occurrence): Always switch in same window.
22500
22501 * simple.el (undo): Display message at end, not at start.
22502
22503 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
22504 New arg REUSE-CELL.
22505 (cancel-timer-internal): New function.
22506 (timer-event-handler): Use cancel-timer-internal,
22507 and pass the cell it returns to timer-activate...
22508
22509 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
22510 (jit-lock-deferred-fontify, jit-lock-context-fontify)
22511 (jit-lock-after-change): Test memory-full.
22512
22513 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
22514
22515 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
22516 part of the decoded armor to find the key-identifier.
22517 (pgg-gpg-lookup-key-owner): New function to return the
22518 human-readable identifier of a key owner.
22519 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
22520 key itself.
22521 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
22522 the key value) if we have a key and can match it against a secret
22523 key. Also, added a note pointing out fact that the prompt only
22524 indicates the first matching key.
22525
22526 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
22527 pgg-decrypt-region.
22528 (pgg-pending-timers): A new hash for tracking the passphrase cache
22529 timers, so that new ones supercede old ones.
22530 (pgg-add-passphrase-to-cache): Rename from
22531 `pgg-add-passphrase-cache' to reduce confusion (all callers
22532 changed). Modified to cancel old timers when new ones are added.
22533 (pgg-remove-passphrase-from-cache): Rename from
22534 `pgg-remove-passphrase-cache' to reduce confusion (all callers
22535 changed). Modified to cancel old timers when their keys are
22536 removed from the cache.
22537 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
22538 XEmacs, an indirection to delete-itimer.
22539 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
22540 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
22541 users can only check cache without risk of prompting. Correct bug in
22542 notruncate behavior.
22543 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
22544 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22545 Add informative docstrings.
22546 (pgg-decrypt): Convey provided passphrase in subordinate call to
22547 pgg-decrypt-region.
22548
22549 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
22550 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
22551 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
22552 `passphrase' argument, so the passphrase can be managed externally
22553 and then passed in to the system.
22554
22555 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
22556 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
22557 so the passphrase cache can be used reliably with identifiers
22558 besides a pgp packet's key id.
22559
22560 * pgg-gpg.el (pgg-pgp-encrypt-region)
22561 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22562 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22563 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22564 argument to all these routines, so the passphrase can be managed
22565 externally and passed in to the system.
22566
22567 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
22568 `notruncate' argument, so the passphrase cache can be used
22569 reliably with identifiers besides a pgp packet's key id.
22570
22571 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
22572
22573 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
22574 symmetric encryption.
22575 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22576 encrypted session key.
22577 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
22578 message ask for the passphrase in a proper way.
22579
22580 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
22581 New user commands for symmetric encryption.
22582
22583 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
22584
22585 * textmodes/conf-mode.el (conf-assignment-sign)
22586 (conf-assignment-regexp): Fix docstrings.
22587 (conf-mode-initialize): New function.
22588 (conf-mode): Remove optional args. Use delay-mode-hooks to
22589 recognize recursive calls.
22590 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
22591 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
22592 (conf-xdefaults-mode): Use define-derived-mode and
22593 conf-mode-initialize.
22594
22595 2005-10-29 Romain Francoise <romain@orebokech.com>
22596
22597 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
22598
22599 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
22600
22601 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
22602 part of the decoded armor to find the key-identifier.
22603 (pgg-gpg-lookup-key-owner): New function to return the
22604 human-readable identifier of a key owner.
22605 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
22606 key itself.
22607 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
22608 the key value) if we have a key and can match it against a secret
22609 key. Also, added a note pointing out fact that the prompt only
22610 indicates the first matching key.
22611
22612 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
22613 pgg-decrypt-region.
22614 (pgg-pending-timers): A new hash for tracking the passphrase cache
22615 timers, so that new ones supercede old ones.
22616 (pgg-add-passphrase-to-cache): Rename from
22617 `pgg-add-passphrase-cache' to reduce confusion (all callers
22618 changed). Modified to cancel old timers when new ones are added.
22619 (pgg-remove-passphrase-from-cache): Rename from
22620 `pgg-remove-passphrase-cache' to reduce confusion (all callers
22621 changed). Modified to cancel old timers when their keys are
22622 removed from the cache.
22623 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
22624 XEmacs, an indirection to delete-itimer.
22625 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
22626 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
22627 users can only check cache without risk of prompting. Correct bug in
22628 notruncate behavior.
22629 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
22630 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22631 Add informative docstrings.
22632 (pgg-decrypt): Convey provided passphrase in subordinate call to
22633 pgg-decrypt-region.
22634
22635 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
22636
22637 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
22638 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
22639 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
22640 `passphrase' argument, so the passphrase can be managed externally
22641 and then passed in to the system.
22642
22643 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
22644 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
22645 so the passphrase cache can be used reliably with identifiers
22646 besides a pgp packet's key id.
22647
22648 * pgg-gpg.el (pgg-pgp-encrypt-region)
22649 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22650 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22651 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22652 argument to all these routines, so the passphrase can be managed
22653 externally and passed in to the system.
22654
22655 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
22656 `notruncate' argument, so the passphrase cache can be used
22657 reliably with identifiers besides a pgp packet's key id.
22658
22659 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
22660
22661 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
22662 symmetric encryption.
22663 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22664 encrypted session key.
22665 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
22666 message ask for the passphrase in a proper way.
22667
22668 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
22669 New user commands for symmetric encryption.
22670
22671 2005-10-28 Bill Wohler <wohler@newt.com>
22672
22673 * help-mode.el (help-url): New button type. Calls browse-url.
22674 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
22675 Similar to Info nodes: URL `url'.
22676 (help-make-xrefs): Create help-url buttons for
22677 help-xref-url-regexp matches.
22678
22679 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
22680
22681 * tool-bar.el (tool-bar-add-item-from-menu)
22682 (tool-bar-local-item-from-menu): Fix doc strings.
22683
22684 2005-10-28 Romain Francoise <romain@orebokech.com>
22685
22686 * ldefs-boot.el: Update.
22687
22688 * subr.el (locate-library): Move from help-fns.el.
22689 * help-fns.el (locate-library): Move to subr.el.
22690
22691 2005-10-28 Richard M. Stallman <rms@gnu.org>
22692
22693 * net/tramp.el (tramp-completion-mode): defvar moved up.
22694
22695 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
22696
22697 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
22698
22699 * files.el (find-file-noselect): Use %d to format large file size.
22700
22701 * bindings.el (mode-line-format): Add %e.
22702
22703 * loadup.el ("facemenu"): Load unconditionally.
22704 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
22705 ("x-dnd"): Load, when appropriate.
22706
22707 * startup.el (command-line): Call before-init-hook earlier.
22708 Warn about some bad characters in -u user name.
22709
22710 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
22711 (flyspell-external-point-words): Error if misspelled word is not found.
22712 Set flyspell-large-region-beg at end of word.
22713
22714 2005-10-28 Andreas Schwab <schwab@suse.de>
22715
22716 * view.el (View-revert-buffer-scroll-page-forward):
22717 Use view-page-size-default.
22718
22719 2005-10-28 Juri Linkov <juri@jurta.org>
22720
22721 * international/quail.el (quail-get-current-str): Translate last
22722 raw character for deterministic input methods.
22723
22724 2005-10-27 Jay Belanger <belanger@truman.edu>
22725
22726 * calc/calc-ext.el: Add functions to autoloads.
22727 (math-identity-matrix-p, math-ident-row-p): New functions.
22728
22729 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
22730 multiplication by an identity matrix; don't turn multiplication by
22731 an inverse matrix into division.
22732 (math-div-symbol-fancy): Replace division by matrices with
22733 multiplication by inverse.
22734
22735 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
22736
22737 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
22738 (calc-writeoutpower): New functions.
22739
22740 2005-10-27 Romain Francoise <romain@orebokech.com>
22741
22742 * replace.el (occur-engine): Include colon in mouse-face highlight.
22743
22744 * dired-x.el: Change Maintainer field.
22745
22746 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
22747
22748 * longlines.el (longlines-mode): Bind after-change-functions to
22749 nil during initial decoding and final encoding.
22750
22751 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
22752
22753 * term.el (term-emulate-terminal, term-handle-colors-array)
22754 (term-handle-ansi-escape): Specify the terminfo capabilities
22755 implemented.
22756
22757 2005-10-26 Richard M. Stallman <rms@gnu.org>
22758
22759 * info.el (Info-fontify-node): Fix detection of sentence-break
22760 before *Note.
22761
22762 2005-10-26 Romain Francoise <romain@orebokech.com>
22763
22764 * smerge-mode.el: Add `tools' to file keywords.
22765
22766 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
22767
22768 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
22769 when the fringe is not available.
22770
22771 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
22772 (def-gdb-auto-update-trigger): Simplify construction.
22773 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
22774 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
22775 defined explicitly.
22776 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
22777 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
22778 defined explicitly.
22779 (gdb-info-locals-custom): Remove as it's a no-op.
22780
22781 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
22782
22783 * longlines.el (longlines-mode): Remove narrowing before
22784 performing the initial decoding or final encoding.
22785
22786 2005-10-25 Romain Francoise <romain@orebokech.com>
22787
22788 * emacs-lisp/find-func.el (find-library-name): Also strip
22789 extension if library name ends in .el, to take advantage of
22790 `find-library-suffixes'.
22791
22792 2005-10-25 Richard M. Stallman <rms@gnu.org>
22793
22794 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
22795
22796 2005-10-25 Juri Linkov <juri@jurta.org>
22797
22798 * textmodes/texinfo.el (texinfo-mode): Change charset of one
22799 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
22800
22801 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
22802
22803 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
22804 (blackbox-redefine-key): Add argument `map'.
22805
22806 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
22807 regions when moving the jit-lock-context-unfontify-pos boundary.
22808
22809 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
22810
22811 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
22812
22813 2005-10-25 Masatake YAMATO <jet@gyve.org>
22814
22815 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
22816
22817 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
22818
22819 * play/blackbox.el (blackbox-redefine-key): New function.
22820 (blackbox-mode-map): Use it to remap existing bindings for cursor
22821 motion instead of binding literal keys.
22822
22823 2005-10-25 Glenn Morris <rgm@gnu.org>
22824
22825 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
22826 diary does not end in a newline. Do not assume a blank line at
22827 the start of the diary file.
22828
22829 2005-10-25 Kenichi Handa <handa@m17n.org>
22830
22831 * international/quail.el (quail-translate-key): If the input
22832 method is deterministic and failed to handle the last key, restart
22833 the key handling loop from an appropriate key.
22834
22835 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
22836
22837 * vc.el (vc-dired-mode): Extend comment for binding of
22838 `directory-listing-before-filename-regexp'.
22839
22840 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
22841
22842 * textmodes/texinfo.el (texinfo-mode):
22843 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
22844 not to unnecessarily expose emacs-mule's internal char codes.
22845
22846 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
22847
22848 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
22849 Display hand pointer and help-echo on disabled icon too.
22850 (gdb-mouse-until): New function.
22851 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
22852
22853 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
22854
22855 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
22856 with 2005-10-23 change to doctor.el.
22857
22858 * finder.el (finder-mode-map): Add follow-link binding.
22859
22860 2005-10-25 Kim F. Storm <storm@cua.dk>
22861
22862 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
22863 to gdb-mouse-toggle-breakpoint-fringe.
22864 (gdb-mouse-toggle-breakpoint-margin): Rename from
22865 gdb-mouse-toggle-breakpoint. Fix doc.
22866 (gdb-mouse-toggle-breakpoint-fringe): New defun.
22867 (gdb-put-string): Add optional SPROPS arg. Add props to string.
22868 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
22869 string properties also for fringe breakpoint bitmaps.
22870
22871 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
22872
22873 * textmodes/org.el (org-start-icalendar-file): Fix format form.
22874
22875 2005-10-25 Masatake YAMATO <jet@gyve.org>
22876
22877 * simple.el (completion-common-substring):
22878 Use `completion-common-substring' prior to `completion-base-size'.
22879
22880 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
22881
22882 * savehist.el: Require CL while compiling.
22883 (savehist-history-variables): Remove.
22884 (savehist-save-minibuffer-history, savehist-additional-variables)
22885 (savehist-minibuffer-history-variables): New vars.
22886 (savehist-save): Use them.
22887 (savehist-uninstall, savehist-minibuffer-hook): New funs.
22888 (savehist-install): New fun, extracted from savehist-load.
22889 (savehist-load): Use them.
22890
22891 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
22892
22893 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
22894 a dummy doc-string-elt property.
22895 (defalias, defvaralias, define-category): Add a docstring property.
22896
22897 * image.el (defimage):
22898 * widget.el (define-widget):
22899 * custom.el (defface, defcustom): Add `doc-string' declaration.
22900
22901 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
22902 (defadvice): Add `doc-string' declaration.
22903
22904 * emacs-lisp/byte-run.el (macro-declaration-function):
22905 Handle `doc-string' declarations.
22906 (define-obsolete-function-alias, define-obsolete-variable-alias):
22907 Add `doc-string' declaration.
22908
22909 2005-10-24 Kenichi Handa <handa@m17n.org>
22910
22911 * international/utf-7.el (utf-7): Add autoload cookie.
22912
22913 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
22914
22915 2005-10-24 Eli Zaretskii <eliz@gnu.org>
22916
22917 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
22918 list of directories passed to batch-update-autoloads. Add "." to
22919 the list of the echoed directories.
22920
22921 * pgg-def.el:
22922 * pgg-gpg.el:
22923 * pgg-parse.el:
22924 * pgg-pgp.el:
22925 * pgg-pgp5.el:
22926 * pgg.el: Moved here from the gnus subdirectory.
22927
22928 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
22929
22930 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
22931 in case comint-prompt-read-only is set to t.
22932
22933 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
22934 in case comint-prompt-read-only is set to t.
22935
22936 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
22937
22938 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
22939 Now a string.
22940 (icalendar-import-format): Handle CLASS, STATUS, URL.
22941 Rename `subject' to `summary'.
22942 (icalendar-import-format-summary): Rename from
22943 `icalendar-import-format-subject'.
22944 (icalendar-import-format-url, icalendar-import-format-status)
22945 (icalendar-import-format-class): New variables.
22946 (icalendar--rris): Take variable argument list.
22947 (icalendar--datestring-to-isodate): Remove unnecessary
22948 calendar-style check when converting dates with explicit month names.
22949 (icalendar-export-region): Change return type of conversion
22950 subroutines. Bury current buffer unless error occurred.
22951 (icalendar--convert-to-ical)
22952 (icalendar--parse-summary-and-rest): New functions.
22953 (icalendar--convert-ordinary-to-ical)
22954 (icalendar--convert-weekly-to-ical)
22955 (icalendar--convert-yearly-to-ical)
22956 (icalendar--convert-block-to-ical)
22957 (icalendar--convert-cyclic-to-ical)
22958 (icalendar--convert-anniversary-to-ical): Change return type.
22959 Strip trailing blanks from subject.
22960 (icalendar--convert-sexp-to-ical): Change return type.
22961 Strip trailing blanks from subject. Handle simple sexp
22962 entries as generated by icalendar.el.
22963 (icalendar--convert-float-to-ical)
22964 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
22965 (icalendar-import-file): Doc fix.
22966 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
22967 Correct call to icalendar--rris.
22968 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
22969 `summary'.
22970 (icalendar--add-diary-entry): Rename `subject' to `summary'.
22971
22972 2005-10-24 Romain Francoise <romain@orebokech.com>
22973
22974 * server.el (server-sentinel): Set query-on-exit flag to nil on
22975 new client processes (it isn't inherited from the server process).
22976
22977 * replace.el (occur-engine): Rearrange text properties.
22978
22979 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
22980
22981 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
22982 case-fold-search is nil.
22983 (debug-help-follow): Use help-xref-interned directly.
22984
22985 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
22986
22987 * thumbs.el (thumbs-image-type): Add .pbm.
22988
22989 2005-10-23 Richard M. Stallman <rms@gnu.org>
22990
22991 * faces.el (inhibit-face-set-after-frame-default): New variable.
22992 (set-face-attribute): Bind it.
22993 (face-set-after-frame-default): Test it.
22994
22995 * help-fns.el (describe-simplify-lib-file-name): New function.
22996 (describe-function-1, describe-variable): Use it.
22997
22998 * faces.el (describe-face): Use describe-simplify-lib-file-name.
22999
23000 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
23001 Eliminate nil as possible value.
23002 (tooltip-hide-delay): Reduce internal-border-width.
23003
23004 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
23005 (menu-bar-file-menu) <new-file>: Likewise.
23006
23007 * simple.el (line-move-finish): Ignore fields computing LINE-END.
23008
23009 * international/mule.el (load-with-code-conversion):
23010 Pass full file name to `eval-buffer' unless preloading.
23011
23012 * textmodes/flyspell.el (flyspell-large-region):
23013 Call ispell-check-version.
23014
23015 * textmodes/ispell.el (ispell-local-dictionary-overridden):
23016 Fix the make-variable-buffer-local call that was supposed
23017 to be for this variable.
23018 (ispell-aspell-supports-utf8): Doc fix.
23019 (ispell-find-aspell-dictionaries): Preserve elements of
23020 ispell-dictionary-alist for dictionaries that aspell doesn't report.
23021 (ispell-aspell-find-dictionary): Return nil on error.
23022
23023 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
23024 (doctor-symptoms): Likewise.
23025
23026 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
23027
23028 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
23029
23030 * cus-edit.el (custom-button, custom-button-pressed): New vars.
23031 (custom-raised-buttons): Add :set spec.
23032 (custom-button-unraised, custom-button-pressed-unraised):
23033 New faces, so that custom-raised-buttons actually does something.
23034 (custom-mode): Use custom-button and custom-button-pressed.
23035
23036 * wid-edit.el (widget-specify-button): Don't ignore
23037 widget-mouse-face on graphic terminals.
23038 (widget-move-and-invoke): Cleanup.
23039
23040 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
23041
23042 * whitespace.el (whitespace-cleanup): Doc fix.
23043
23044 2005-10-23 Romain Francoise <romain@orebokech.com>
23045
23046 * emulation/viper.el (viper-set-hooks): Quote forms passed to
23047 `eval-after-load' to avoid evaluating their result.
23048
23049 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
23050
23051 * files.el (directory-listing-before-filename-regexp):
23052 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
23053
23054 * dired.el (dired-move-to-filename-regexp): Remove.
23055 All occurrences replaced by `directory-listing-before-filename-regexp'.
23056
23057 * dired-x.el, locate.el, vc.el:
23058 Replace `dired-move-to-filename-regexp' by
23059 `directory-listing-before-filename-regexp'. In vc.el it is
23060 overwritten locally; maybe this can be handled in files.el too.
23061
23062 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
23063 replaced by `directory-listing-before-filename-regexp'.
23064
23065 2005-10-23 Andreas Schwab <schwab@suse.de>
23066
23067 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
23068 and eval-next-after-load.
23069
23070 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
23071
23072 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
23073 exist, create it.
23074
23075 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
23076
23077 * allout.el: Remove autoloads for mailcrypt and crypt++.
23078 Require pgg, pgg-gpg during compilation.
23079 (allout-version): Increment version number to 2.1, and use a literal
23080 rather than RCS Id.
23081 (allout-default-encryption-scheme): Remove.
23082 (allout-passphrase-verifier-handling)
23083 (allout-passphrase-verifier-string)
23084 (allout-file-passphrase-verifier-string)
23085 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
23086 (allout-passphrase-hint-handling): Rename and simplify.
23087 (allout-init): Use `find-file-hook' if available, otherwise
23088 `find-file-hooks'.
23089 (allout-mode): Use `write-file-functions' if available, otherwise
23090 `local-write-file-hooks' and, instead of making auto-save-hook
23091 buffer local, make the write-file-hook activity contingent to
23092 allout-mode.
23093 (allout-mode): Use key-binding substitution in the docstring.
23094 (allout-kill-line): Spell-out kill ring data structure mutation
23095 instead of using byte-compiler-complaint-provoking `pop'.
23096 (allout-insert-listified): Use `insert' rather than `insert-string'
23097 (allout-toggle-current-subtree-encryption): Update docstring, adjust
23098 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
23099 (allout-encrypt-string): Totally revamped vis new underlying
23100 encryption facilities.
23101 (allout-mc-activate-passwd): Remove.
23102 (allout-obtain-passphrase): New, more or less replaces
23103 allout-mc-activate-passwd.
23104 (allout-encrypted-key-info): More or less replaces
23105 allout-encrypted-text-type.
23106 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
23107 (my-mark-marker): Use `(featurep 'xemacs)'.
23108
23109 2005-10-23 Lars Hansen <larsh@soem.dk>
23110
23111 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
23112 (byte-compile-file-form-defmumble, byte-compile-defun)
23113 (byte-compile-defmacro): Use it.
23114 (byte-compile-form): Don't call byte-compile-set-symbol-position
23115 when a byte-compile handler is called.
23116
23117 2005-10-22 Romain Francoise <romain@orebokech.com>
23118
23119 * savehist.el (savehist-history-variables): Add `grep-find-history'.
23120
23121 * subr.el (eval-after-load): Convert library name to an absolute
23122 file name using locate-library, since load-history no longer has
23123 library names in it.
23124
23125 2005-10-22 Richard M. Stallman <rms@gnu.org>
23126
23127 * files.el (make-temp-file): Move from subr.el.
23128 * subr.el (make-temp-file): Move to files.el.
23129
23130 * window.el (get-buffer-window-list): Move from subr.el.
23131 * subr.el (get-buffer-window-list): Move to window.el.
23132
23133 * image.el (image-load-path): Use eval-at-startup to initialize.
23134
23135 * subr.el (eval-at-startup): New macro.
23136
23137 * subr.el: Much rearrangement of functions and division
23138 into pages. No code changes.
23139
23140 2005-10-22 Kenichi Handa <handa@m17n.org>
23141
23142 * tar-mode.el (tar-extract): Be sure to call
23143 find-operation-coding-system if set-auto-coding doesn't find a
23144 coding system.
23145
23146 2005-10-22 Kim F. Storm <storm@cua.dk>
23147
23148 * image.el (image-type-header-regexps): Rename from image-type-regexps.
23149 Change users.
23150 (image-type-file-name-regexps): New defconst.
23151 (image-type-from-data): Simplify loop.
23152 (image-type-from-buffer): New defun.
23153 (image-type-from-file-header): Use it instead of image-type-from-data.
23154 Use image-search-load-path instead of only looking in data-directory.
23155 (image-type-from-file-name): New defun.
23156 (image-search-load-path): Change `pathname' to `filename'.
23157 Make PATH arg optional, default to image-load-path.
23158
23159 2005-10-21 Richard M. Stallman <rms@gnu.org>
23160
23161 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
23162
23163 * textmodes/paragraphs.el (sentence-end-base): New variable.
23164 (sentence-end): Use sentence-end-base.
23165
23166 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
23167
23168 * font-lock.el (font-lock-default-fontify-region): Check the multiline
23169 property independently from the font-lock-multiline variable.
23170
23171 2005-10-21 Richard M. Stallman <rms@gnu.org>
23172
23173 * emacs-lisp/find-func.el (find-library-name): Doc fix.
23174
23175 * startup.el (command-line): Convert library names
23176 in `load-history' to absolute file names.
23177
23178 * subr.el (symbol-file): Doc fix.
23179
23180 * loadhist.el (file-loadhist-lookup): Call locate-library
23181 instead of find-library-name. Don't try converting
23182 abs file names to library names, since load-history no longer
23183 has library names in it.
23184 (file-dependents, file-provides, file-requires): Doc fixes.
23185
23186 2005-10-21 Juri Linkov <juri@jurta.org>
23187
23188 * progmodes/etags.el (tags-table-mode): New function.
23189 (tags-verify-table): Replace initialize-new-tags-table with
23190 tags-table-mode.
23191
23192 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
23193 default value.
23194 (desktop-modes-not-to-save): Add tags-table-mode to the
23195 default value.
23196
23197 * info.el (Info-index-next): Add total number of index
23198 alternatives to the message.
23199
23200 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
23201 backward only space (instead of space and period) before looking
23202 at sentence end.
23203
23204 * simple.el (set-variable): Use user-variable-p instead of symbolp.
23205 Add the old variable value as 4th default-value arg of read-string.
23206
23207 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23208
23209 * cus-face.el (custom-declare-face): Make face from X resources
23210 also on Mac.
23211
23212 * disp-table.el (standard-display-g1, standard-display-graphic):
23213 Refuse to use string glyphs also on Mac.
23214 (standard-display-european): Don't set terminal coding system also
23215 on Mac.
23216
23217 * frame.el (display-screens): Use x-display-screens also on Mac.
23218
23219 2005-10-21 Romain Francoise <romain@orebokech.com>
23220
23221 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
23222
23223 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
23224
23225 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
23226 and $? into sexps.
23227
23228 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
23229 warning face on open-paren-in-column-0.
23230
23231 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
23232 boundary case. Fix typo.
23233 Suggested by Martin Rudalics <rudalics@gmx.at>.
23234
23235 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
23236
23237 * textmodes/org.el (org-combined-agenda-icalendar-file)
23238 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
23239 (org-export-icalendar-this-file)
23240 (org-export-icalendar-all-agenda-files)
23241 (org-export-icalendar-combine-agenda-files): New commands.
23242 (org-export-icalendar, org-print-icalendar-entries)
23243 (org-start-icalendar-file, org-finish-icalendar-file)
23244 (org-ical-ts-to-string): New functions.
23245 (org-read-date, org-goto-calendar)
23246 (org-agenda-goto-calendar): Inhibit displaying diary entries by
23247 call to `calendar'.
23248 (orgtbl-setup): Remove the :keys arguments from the menu description.
23249 (org-after-save-iCalendar-file-hook): New variable.
23250
23251 2005-10-21 Kenichi Handa <handa@m17n.org>
23252
23253 * language/vietnamese.el (tcvn-5712): Make it an alias of
23254 vietnamese-tcvn coding-system.
23255
23256 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
23257
23258 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
23259 group id is given.
23260
23261 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
23262
23263 * progmodes/sh-script.el (sh-escaped-line-re): New var.
23264 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
23265 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
23266 whose line is either continued or ends with a comment.
23267
23268 2005-10-20 Romain Francoise <romain@orebokech.com>
23269
23270 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
23271
23272 * replace.el (occur-engine): Add follow-link property.
23273
23274 * font-core.el (font-lock-mode): Doc fix.
23275
23276 2005-10-20 Richard M. Stallman <rms@gnu.org>
23277
23278 * net/rcirc.el: New file.
23279
23280 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
23281
23282 * term.el (term-term-name): Initialize to "eterm-color".
23283
23284 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
23285
23286 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
23287 for encryption functionality.
23288 Move allout customization subgroup from `editing' to `outlines' group.
23289 Fix commentary keywords to legitimate ones.
23290 Update author info (using my current email address, obscurified).
23291 (allout-encrypt-string, allout-encryption-produce-work-buffer)
23292 (allout-encrypted-topic-p, allout-encrypted-text-type)
23293 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
23294 (allout-situate-encryption-key-verifier)
23295 (allout-get-encryption-key-verifier, allout-verify-key)
23296 (allout-next-topic-pending-encryption)
23297 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
23298 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
23299 (outline-key-verifier-handling, outline-key-hint-handling)
23300 (outline-encrypt-unencrypted-on-saves): New defcustoms.
23301 (allout-file-key-verifier-string, allout-encryption-scheme)
23302 (allout-key-verifier-string, allout-key-hint-string)
23303 (allout-after-save-decrypt): New variables.
23304 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
23305 (allout-after-saves-handler): New hook functions.
23306 (allout-post-command-business): Do allout-after-save-decrypt.
23307 (allout-enable-file-variable-adjustment): Custom var to enable
23308 mechanism for adding and adjusting settings of Emacs file variables.
23309 (allout-adjust-file-variable, allout-file-vars-section-data):
23310 New functions, implement the mechanism.
23311 (outlineify-sticky): Use the file vars mechanism.
23312 (allout-inhibit-protection, allout-during-write-cue)
23313 (allout-override-protect, allout-before-change-protect): Remove.
23314 (allout-flag-region, allout-open-topic): Adjust read-only text.
23315 (allout-open-line-not-read-only): Add to facilitate read-only
23316 text based protection.
23317 (allout-kill-line): Revise to adjust read-only text, clue the
23318 user about the inhibition.
23319 (allout-unprotected): Use unwind-protect.
23320 (allout-shift-in, allout-shift-out): Disallow manually shifting a
23321 topic deeper than the offspring depth of the previous topic -
23322 avoiding confusing "containment discontinuities".
23323 (allout-reindent-bodies): Fix retention of body relative hanging
23324 indent during promotion of collapsed bodies.
23325 (allout-open-topic): Make it easy to open new topic with same
23326 bullet as current topic - topic creation functions provided with
23327 any universal argument provokes now prompt for bullet, defaulting
23328 to the bullet of the previous topic.
23329 (allout-plain-bullets-string, allout-distinctive-bullets-string):
23330 Plain bullet alternates `.' period and `,' comma only. All other
23331 bullets are relegated to special status (but customizable).
23332 (allout-end-of-entry): Rename from allout-end-of-current-entry
23333 since it actually operates w.r.t. most immediately containing
23334 entry, visible or not.
23335 (allout-hide-current-entry, allout-show-current-entry): Use the
23336 revised version.
23337 (allout-old-expose-topic): Solidify deprecation.
23338 (allout-end-of-subtree): Add so we can span concealed as well
23339 as visible topics.
23340 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
23341 (allout-end-of-current-heading): Tweak to just respect the first line.
23342 (allout-get-body-text): Add.
23343 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
23344 when invoked interactively.
23345 (allout-up-current-level): Use `interactive-p'.
23346 (allout-mode, allout-init): Miscellaneous docstring and
23347 operational refinements, as well as hookups of new encryption stuff.
23348 (allout-beginning-of-current-entry): Now works as advertised.
23349 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
23350 (allout-isearch-rectification): Refine condition for isearching.
23351 (allout-isearch-abort, allout-enwrap-isearch)
23352 (allout-flag-region, my-region-active-p): Relocate some macros.
23353 (allout-title): Fallback title is (buffer-name), not
23354 non-existing (current-buffer-name).
23355 (subst-char-in-string): Define if absent (for some XEmacs versions).
23356
23357 2005-10-20 Jari Aalto <jari.aalto@cante.net>
23358
23359 * mail/sendmail.el (mail-setup-hook, mail-aliases)
23360 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
23361 (mail-citation-prefix-regexp, mail-signature-file)
23362 (mail-default-headers, mail-bury-selects-summary)
23363 (mail-send-nonascii): Add autoload cookies.
23364
23365 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23366
23367 * frame.el (blink-cursor-mode): Add `mac' to the list of
23368 window-system's that support blinking cursor.
23369
23370 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
23371
23372 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
23373
23374 2005-10-20 Eli Zaretskii <eliz@gnu.org>
23375
23376 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
23377 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
23378 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
23379
23380 2005-10-20 Kim F. Storm <storm@cua.dk>
23381
23382 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
23383 (ido-set-current-directory): Don't add / after final @.
23384 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
23385 Explicitly handle ange-ftp completion oddities.
23386 (ido-make-file-list): Don't rotate list at tramp root to avoid
23387 triggering tramp file handler for expand-file-name via get-file-buffer.
23388
23389 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
23390
23391 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
23392
23393 2005-10-19 Jay Belanger <belanger@truman.edu>
23394
23395 * calc/calc-units.el (math-standard-units): Add units, adjust
23396 symbols and update values.
23397 (math-unit-prefixes): Add more prefixes.
23398
23399 2005-10-19 Romain Francoise <romain@orebokech.com>
23400
23401 * bookmark.el (bookmark-menu-heading): New face.
23402 (bookmark-bmenu-list): Use it.
23403 Don't fiddle with `baud-rate' at top-level.
23404
23405 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
23406
23407 * image.el (create-image, find-image): Mention max-image-size in
23408 docstring.
23409
23410 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
23411
23412 * savehist.el (savehist-load): Revert to checking XEmacs.
23413
23414 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
23415 Various docstring and line-width fixups.
23416 (conf-mode): Use cond.
23417 Set font-lock-defaults. Don't set comment-use-syntax.
23418
23419 2005-10-18 David Ponce <david@dponce.com>
23420
23421 * tree-widget.el (tree-widget-button-click): New function.
23422 (tree-widget-button-keymap): Use it.
23423
23424 2005-10-18 Romain Francoise <romain@orebokech.com>
23425
23426 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
23427 (bookmark-bmenu-hide-filenames): Add follow-link property.
23428 Improve help-echo text.
23429
23430 * ffap.el (find-file-at-point): Doc fix.
23431
23432 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23433
23434 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
23435
23436 2005-10-18 Masatake YAMATO <jet@gyve.org>
23437
23438 Install to the CVS repository what I forgot to install in my
23439 2005-10-16 changes.
23440
23441 * progmodes/python.el (python-complete-symbol): Pass the common
23442 prefix substring of completion to `display-completion-list'.
23443
23444 * textmodes/org.el (org-complete): Ditto.
23445
23446 2005-10-18 Masatake YAMATO <jet@gyve.org>
23447
23448 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
23449
23450 * woman.el (WoMan-xref-man-page): New button type derived
23451 from `Man-abstract-xref-man-page'.
23452 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
23453
23454 * man.el (Man-abstract-xref-man-page): New button type.
23455 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
23456 (Man-highlight-references): Add new optional argument `xref-man-type'.
23457
23458 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
23459
23460 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
23461
23462 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
23463
23464 * cus-edit.el (Custom-move-and-invoke): Delete.
23465 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
23466
23467 * wid-edit.el (widget-move-and-invoke): New function, from
23468 Custom-move-and-invoke.
23469
23470 2005-10-17 Bill Wohler <wohler@newt.com>
23471
23472 Move all remaining images from lisp/toolbar to etc/images, move
23473 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
23474 the low resolution images in their own directory (low-color).
23475
23476 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
23477 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
23478 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
23479 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
23480 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
23481 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
23482 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
23483
23484 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
23485 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
23486 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
23487 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
23488 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
23489 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
23490 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
23491 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
23492 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
23493 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
23494 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
23495 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
23496 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
23497 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
23498 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
23499
23500 To conform with convention, replace the underscore (_) in the
23501 following image names with dash (-) or (/) as appropriate.
23502
23503 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
23504 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
23505 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
23506 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
23507 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
23508 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
23509 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
23510 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
23511 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
23512 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
23513 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
23514 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
23515 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
23516 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
23517 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
23518
23519 * info.el (info-tool-bar-map): Replace underscores in image names
23520 with dashes.
23521
23522 * makefile.w32-in (WINS): Remove toolbar.
23523
23524 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
23525
23526 * tool-bar.el: Move to lisp from toolbar. Now that
23527 toolbar is empty, it should be deleted when folks run "cvs up -P".
23528
23529 2005-10-18 Jay Belanger <belanger@truman.edu>
23530
23531 * calc/calc-store.el (calc-store-into): Get the proper variable name
23532 to display in message.
23533
23534 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
23535
23536 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
23537 expressions display in speedbar for all buffers when debugging.
23538 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
23539
23540 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
23541 (speedbar-insert-button, speedbar-make-button):
23542 Use add-text-properties.
23543 (speedbar-update-localized-contents)
23544 (speedbar-update-directory-contents)
23545 (speedbar-update-special-contents): Use dolist.
23546 (speedbar-buffer-easymenu-definition): Add a menu separator.
23547
23548 2005-10-17 Jason Rumney <jasonr@gnu.org>
23549
23550 * makefile.w32-in: Use $(lisp) consistently.
23551 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
23552 for shell specific generation of mh-autoloads.
23553
23554 2005-10-17 Richard M. Stallman <rms@gnu.org>
23555
23556 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
23557
23558 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
23559
23560 * jit-lock.el (jit-lock-fontify-now):
23561 Move jit-lock-context-unfontify-pos to avoid wasted work.
23562
23563 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
23564
23565 * net/tramp.el (tramp-completion-mode): New defvar. Used in
23566 `tramp-completion-mode' for checking if we are in completion mode.
23567 (tramp-completion-handle-file-name-all-completions): Reorder code
23568 in order to complete for file names only in case there are no
23569 method/user/host completions. This is necessary for cooperation
23570 with ido. Reported by Kim F. Storm <storm@cua.dk>.
23571
23572 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
23573
23574 * longlines.el (longlines-search-forward)
23575 (longlines-search-backward): Match any number of spaces.
23576
23577 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
23578
23579 * diff-mode.el (diff-mode): Doc fix.
23580
23581 2005-10-16 David Reitter <david.reitter@gmail.com>
23582
23583 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
23584 as default on darwin and windows systems.
23585
23586 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
23587
23588 * arc-mode.el (archive-zip-extract): Doc fix.
23589
23590 2005-10-16 Romain Francoise <romain@orebokech.com>
23591
23592 * mouse.el (mouse-1-click-follows-link): Doc fix.
23593
23594 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
23595
23596 * savehist.el: Don't require CL at runtime.
23597 (savehist-xemacs): Remove.
23598 (savehist-coding-system): Use utf-8 if present, regardless of religion.
23599 (savehist-no-conversion): Use (featurep 'xemacs).
23600 (savehist-load): Check existence of start-itimer rather than XEmacs.
23601 Use an idle timer.
23602 (savehist-process-for-saving): Replace use of CL funs `subseq' and
23603 `delete-if-not'.
23604
23605 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
23606
23607 * savehist.el: Newer version.
23608 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
23609 (savehist-last-checksum, savehist-no-conversion): New vars.
23610 (savehist-autosave, savehist-process-for-saving, savehist-printable):
23611 New functions.
23612 (savehist-load, savehist-save): Use them.
23613 (savehist-delimit): Remove.
23614
23615 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
23616
23617 * progmodes/compile.el (compilation-goto-locus): Display the
23618 compilation buffer first and the source buffer second, in case they're
23619 in overlapping frames. Don't raise the compilation frame if it was the
23620 selected window upon entry. Pass the `other-window' arg to
23621 pop-to-buffer.
23622
23623 * info.el (Info-fontify-node): Use dolist.
23624 Change add-text-properties to put-text-property.
23625
23626 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23627
23628 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
23629 bound of search.
23630
23631 2005-10-16 Masatake YAMATO <jet@gyve.org>
23632
23633 * dabbrev.el (dabbrev-completion): Pass the common
23634 prefix substring of completion to `display-completion-list'.
23635
23636 * filecache.el (file-cache-minibuffer-complete)
23637 (file-cache-complete): Ditto.
23638
23639 * tempo.el (tempo-display-completions): Ditto.
23640
23641 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
23642
23643 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
23644
23645 * eshell/em-hist.el (eshell-list-history): Ditto.
23646
23647 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
23648
23649 * mail/mailalias.el (mail-complete): Ditto.
23650
23651 * progmodes/etags.el (complete-tag): Ditto.
23652
23653 * progmodes/make-mode.el (makefile-complete): Ditto.
23654
23655 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
23656
23657 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
23658
23659 * progmodes/pascal.el (pascal-complete-word)
23660 (pascal-show-completions): Ditto.
23661
23662 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
23663
23664 * simple.el (completion-common-substring): New variable.
23665 (completion-setup-function): Use `completion-common-substring'
23666 to put faces.
23667
23668 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23669
23670 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
23671 (x-get-selection, mac-select-convert-to-string): Convert from/to
23672 UTF-16 clipboard data as in native byte order, no BOM.
23673
23674 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
23675
23676 * progmodes/gud.el (gud-tool-bar-map): Rename the images
23677 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
23678 (gud-sentinel): Use speedbar-frame to check for speedbar.
23679
23680 2005-10-15 Richard M. Stallman <rms@gnu.org>
23681
23682 * savehist.el: New file.
23683
23684 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
23685
23686 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
23687 Fix bug in \bf fontification.
23688
23689 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
23690
23691 * pcvs.el (cvs-edit-log-files): New var.
23692 (cvs-mode-edit-log): New arg `file'.
23693 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
23694 Instead force the use of the original file and nothing else.
23695 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
23696 the cvs-minor-wrap-function is set.
23697 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
23698
23699 2005-10-14 Bill Wohler <wohler@newt.com>
23700
23701 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
23702 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
23703 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
23704 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
23705 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
23706 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
23707 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
23708 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
23709 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
23710 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
23711 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
23712 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
23713 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
23714 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
23715 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
23716
23717 * progmodes/gud.el (gud-tool-bar-map): Rename the images
23718 appropriately (for example, gud-break to gud/break).
23719
23720 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
23721
23722 * longlines.el (longlinges-search-function)
23723 (longlines-search-forward, longlines-search-backward): New functions.
23724 (longlines-mode): Set isearch-search-fun-function to
23725 longlinges-search-function.
23726
23727 * mouse.el (mouse-drag-region-1): Handle the case where a
23728 double-click event is bound to an arbitrary function.
23729
23730 2005-10-14 David Ponce <david@dponce.com>
23731
23732 * recentf.el (recentf-track-opened-file)
23733 (recentf-track-closed-file, recentf-update-menu)
23734 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
23735 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
23736 mouse-1-click-follows-link.
23737
23738 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23739
23740 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
23741 Gnome file-manager.png. Suggested by
23742 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
23743
23744 * toolbar/README: Add diropen.xpm.
23745
23746 2005-10-13 Bill Wohler <wohler@newt.com>
23747
23748 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
23749 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
23750
23751 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
23752
23753 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
23754 Don't waste the byte-compiler's time on constant data.
23755
23756 2005-10-13 Kenichi Handa <handa@m17n.org>
23757
23758 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
23759 byte with `escape-glyph' face.
23760
23761 * international/fontset.el (ccl-encode-unicode-font):
23762 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
23763 Handle the case that ucs-mule-to-mule-unicode translates a character to
23764 ASCII (usually for IPA characters).
23765
23766 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
23767
23768 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
23769 Don't hide the underline of titles if font-lock-mode is disabled.
23770
23771 2005-10-12 Bill Wohler <wohler@newt.com>
23772
23773 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
23774 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
23775 files in MH-E-SRC have been updated.
23776 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
23777
23778 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
23779
23780 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
23781 (mixal-mode-syntax-table): Add \n as end-comment.
23782 (mixal-operation-codes-alist): Immediately initialize to full value.
23783 (mixal-add-operation-code): Remove.
23784 (mixal-describe-operation-code): Make the arg non-optional.
23785 Use the interactive spec instead.
23786 Use mixal-operation-codes-alist rather than mixal-operation-codes.
23787 (mixal-font-lock-keywords): Don't highlight comments here any more.
23788 (mixal-font-lock-syntactic-keywords): New var.
23789 (mixal-mode): Use it. Fix comment-start-skip.
23790
23791 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23792
23793 * startup.el (command-line-x-option-alist): -nb => -nbi.
23794
23795 2005-10-12 Kim F. Storm <storm@cua.dk>
23796
23797 * startup.el (fancy-splash-default-action): Discard mouse click in
23798 the splash screen window, as it has no sensible meaning in the
23799 next window to be selected. Fixes error reported by Jan D.
23800
23801 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
23802
23803 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
23804
23805 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
23806
23807 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
23808 Try to fix up minor layout issues like indentation, line break, etc...
23809 (mixal-mode-syntax-table): Don't try to specify comment syntax,
23810 because it doesn't work.
23811 (mixal-operation-codes): Add some more codes.
23812 (mixal-font-lock-keywords): Process comments here.
23813 (mixal-mode): mixasm no longer needs -g option.
23814
23815 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
23816
23817 * progmodes/sh-script.el (sh-tmp-file):
23818 Use mktemp -t. Finish support for es and rc shells.
23819
23820 2005-10-11 Jay Belanger <belanger@truman.edu>
23821
23822 * calc/calcalg2.el (calc-integral): With an argument, compute the
23823 definite integral.
23824
23825 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
23826
23827 * mouse.el (mouse-drag-region-1): Don't try to catch a
23828 double-click when doing follow-link (it's overridden anyway).
23829
23830 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
23831
23832 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
23833 (autoload-print-form-outbuf): Add docstring.
23834
23835 2005-10-11 Juri Linkov <juri@jurta.org>
23836
23837 * info.el (Info-mode-menu): Delete menu item "Edit".
23838 (Info-mode): Delete description of Info-edit from docstring,
23839 and rearrange descriptions of Info commands in the order
23840 they are documented in the Info manual.
23841
23842 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
23843
23844 * calendar/appt.el (appt-check): Use diary-selective-display var.
23845
23846 2005-10-10 Richard M. Stallman <rms@gnu.org>
23847
23848 * net/newsticker.el (newsticker-start, newsticker-show-news):
23849 Add autoload cookies.
23850
23851 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
23852
23853 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
23854
23855 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
23856
23857 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
23858
23859 2005-10-10 Jay Belanger <belanger@truman.edu>
23860
23861 * calc/calc-arith.el (math-check-known-scalarp)
23862 (math-check-known-matrixp): Check the values of arguments that are
23863 variables.
23864 (math-check-known-square-matrixp): New function.
23865 (math-known-square-matrixp): Use math-check-known-square-matrixp.
23866 (math-super-types): Add sqmatrix type.
23867
23868 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
23869 mode name `square' to `sqmatrix'.
23870
23871 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
23872 mode name `square' to `sqmatrix'.
23873
23874 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
23875
23876 * progmodes/etags.el (select-tags-table-mode): Don't use
23877 selective-display.
23878 (tags-select-tags-table): Pass `button' to the action function.
23879 (select-tags-table): Place the side-info on button properties rather
23880 than in hidden text. Abbreviate file names.
23881 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
23882 (select-tags-table-select): Add `button' argument.
23883 Get side-info from the button property rather than from hidden text.
23884
23885 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
23886
23887 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
23888 (gud-speedbar-buttons): Preserve point if possible.
23889 (gud-sentinel): Restore previous speedbar display type.
23890
23891 * progmodes/gdb-ui.el (gdba): Improve diagram.
23892 (def-gdb-auto-update-handler, gdb-info-locals-handler)
23893 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
23894 Call get-buffer-window once.
23895
23896 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
23897
23898 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
23899 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
23900 (pascal-indent-command): Remove unused var `ind'.
23901 (pascal-indent-case): Remove unused var `oldpos'.
23902 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
23903 since it's now used as a proper minor mode map.
23904 (pascal-outline): Rename to pascal-outline-mode.
23905 (pascal-outline-mode): Use define-minor-mode.
23906 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
23907 selective-display.
23908
23909 2005-10-10 Andreas Schwab <schwab@suse.de>
23910
23911 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
23912 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
23913
23914 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
23915 outside source directory.
23916
23917 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
23918
23919 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
23920 C-x' as a prefix.
23921 (orgtbl-mode-map): Full keymap instead of sparse, because all
23922 `self-insert-command' keys are redefined in this map.
23923 (org-export-as-html): Specify charset for HTML file, by taking it
23924 from the coding system.
23925
23926 2005-10-10 Kenichi Handa <handa@m17n.org>
23927
23928 * textmodes/flyspell.el (flyspell-check-word-p):
23929 If unread-command-events is non-empty, don't call sit-for.
23930
23931 2005-10-09 Richard M. Stallman <rms@gnu.org>
23932
23933 * font-lock.el (font-lock-syntactic-keywords)
23934 (font-lock-keywords): Doc fixes.
23935
23936 * textmodes/flyspell.el (flyspell-external-point-words):
23937 Simplify logic, and don't try to check for consecutive appearances
23938 of one incorrect word.
23939
23940 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
23941
23942 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
23943 separator.
23944
23945 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
23946 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
23947 (gud-expansion-speedbar-buttons): New function.
23948 (gud-speedbar-buttons): Check for gud-comint-buffer.
23949
23950 2005-10-09 Bill Wohler <wohler@newt.com>
23951
23952 * Makefile.in (updates): Add mh-loaddefs dependency.
23953
23954 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
23955
23956 * speedbar.el (speedbar-file-key-map): Fix typo.
23957
23958 2005-10-09 Daniel Brockman <daniel@brockman.se>
23959
23960 * cus-start.el (line-spacing): Add custom spec.
23961
23962 2005-10-09 Romain Francoise <romain@orebokech.com>
23963
23964 * textmodes/ispell.el (ispell-check-version): Fix last change.
23965
23966 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23967
23968 * term/x-win.el: Remove -i, --icon-type from comment.
23969
23970 * startup.el (command-line-x-option-alist): Remove options -i,
23971 -itype, --icon-type, added -nb, --no-bitmap-icon.
23972
23973 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
23974
23975 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
23976 instead of :active.
23977
23978 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
23979
23980 * textmodes/ispell.el (ispell-check-version):
23981 Ignore hyphen, and all that follows, in aspell's version text.
23982
23983 2005-10-08 Jay Belanger <belanger@truman.edu>
23984
23985 * calc/calc-arith.el (math-known-square-matrixp): New function.
23986 (math-pow-fancy): Check for matrices before distributing exponent
23987 across products.
23988
23989 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
23990 fullscreen keypad. Suggested by Luc Teirlinck.
23991 (calc-keypad-show-input): Add space for formatting.
23992
23993 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
23994 Add square matrix option.
23995
23996 * calc/calc-poly.el (math-expand-term): Check for matrices instead
23997 of checking calc-matrix-mode when deciding how to expand.
23998
23999 * calc/calc.el (calc-set-mode-line): Add square matrix option.
24000
24001 2005-10-08 Lars Hansen <larsh@soem.dk>
24002
24003 * net/tramp.el (tramp-perl-directory-files-and-attributes):
24004 Add error handling.
24005 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
24006
24007 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
24008
24009 Sync with Tramp 2.0.51.
24010
24011 * net/tramp.el (tramp-handle-set-visited-file-modtime)
24012 (tramp-handle-insert-file-contents, tramp-handle-write-region):
24013 Insert special handling for `last-coding-system-used', again
24014 it still seems to be necessary (unlike stated before).
24015 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
24016 (tramp-password-prompt-regexp): There might be other words before
24017 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
24018 (tramp-chunksize): Improve docstring.
24019 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
24020 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
24021 Christian Joergensen <bugs@razor.dk>.
24022
24023 2005-10-07 Glenn Morris <rgm@gnu.org>
24024
24025 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
24026 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
24027 precision'.
24028
24029 2005-10-07 Romain Francoise <romain@orebokech.com>
24030
24031 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
24032 (ibuffer-do-shell-command-pipe-replace)
24033 (ibuffer-do-shell-command-file, ibuffer-do-eval)
24034 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
24035 (ibuffer-do-revert, ibuffer-do-replace-regexp)
24036 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
24037 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
24038 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
24039 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
24040 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
24041 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
24042 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
24043 Autoload file sans suffix.
24044
24045 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
24046
24047 2005-10-07 David Ponce <david@dponce.com>
24048
24049 * recentf.el (recentf-menu-open-all-flag): New option.
24050 (recentf-digit-shortcut-command-name): New function.
24051 (recentf--shortcuts-keymap): New variable.
24052 (recentf-menu-shortcuts): New variable.
24053 (recentf-make-menu-items): Initialize it. Replace the "More..."
24054 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
24055 (recentf-menu-value-shortcut): New function.
24056 (recentf-make-menu-item): Use it. No more in-lined.
24057 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
24058 (recentf-open-most-recent-file): Rename from
24059 `recentf-open-file-with-key'. Don't depend on key binding.
24060 (recentf-mode-map): New variable.
24061 (recentf-mode): Use it.
24062
24063 2005-10-06 Bill Wohler <wohler@newt.com>
24064
24065 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
24066
24067 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
24068 (MH-E-SRC): New. Used by mh-autoloads.
24069 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
24070 files in MH-E-SRC have been updated.
24071 (compile, recompile, bootstrap): Depend on mh-autoloads.
24072
24073 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
24074
24075 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
24076 gud-break and gud-remove icons when the fringe is not available.
24077
24078 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
24079 Typo.
24080
24081 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
24082
24083 * play/zone.el (zone): Wrap body with save-window-excursion.
24084
24085 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
24086
24087 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
24088 Use the new `list-only' arg to diary-list-entries.
24089
24090 * calendar/diary-lib.el: Use overlays rather than selective-display.
24091 (diary-selective-display): New var.
24092 (diary-header-line-format): Use it.
24093 (diary-list-entries): Add argument `list-only'.
24094 Put the buffer in diary-mode. Don't add \^M at beg and end.
24095 Replace \^M by invisible overlays.
24096 (diary-unhide-everything): Replace \^M by invisible overlays.
24097 (print-diary-entries): Look for overlays rather than \^M.
24098 Add a space to the temp buffer name.
24099 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
24100 Put the buffer in diary-mode.
24101 (list-sexp-diary-entries): Replace \^M by invisible overlays.
24102 (diary-anniversary): Make the year arg optional.
24103 (diary-time-regexp): New const.
24104 (diary-font-lock-keywords): Use it to accept a few more time formats.
24105
24106 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
24107
24108 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
24109
24110 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
24111 Fix bug introduced 2005-07-03: Use (car (last ...))
24112 to faithfully reproduce replaced artist-last.
24113 (artist-set-arrow-points-for-poly): Likewise.
24114 Suggested by Johan Bockg\e,Ae\e(Brd.
24115
24116 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
24117
24118 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
24119 * wid-edit.el (widget):
24120 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
24121 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
24122
24123 2005-10-06 Kenichi Handa <handa@m17n.org>
24124
24125 * international/mule-cmds.el (set-language-environment):
24126 Fix setting up of case-table for unibyte mode.
24127
24128 * simple.el (what-cursor-position): If the character is displayed
24129 by some `display' text property, show that. Don't use
24130 single-key-description for eight-bit characters in multibyte mode.
24131
24132 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
24133
24134 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
24135 (gdb-ann3): Set it.
24136 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
24137 (gdb-info-frames-custom): Use inverse-video for first five
24138 characters of selected frame only.
24139 (gdb-get-frame-number): Select frame even when point is on frame
24140 number.
24141
24142 2005-10-06 Masatake YAMATO <jet@gyve.org>
24143
24144 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
24145 Put `font-lock-function-name-face'.
24146 (gdb-info-frames-custom): Put `font-lock-function-name-face'
24147 and `font-lock-variable-name-face'
24148 (gdb-registers-font-lock-keywords): New font lock keywords definition.
24149 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
24150 (gdb-memory-font-lock-keywords): New font lock keywords definition.
24151 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
24152 (gdb-local-font-lock-keywords): New font lock keywords definition.
24153 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
24154 (gdb-threads-font-lock-keywords): New font lock keywords definition.
24155 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
24156
24157 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
24158
24159 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
24160 (ediff-merge-region-is-non-clash-to-skip): Previously called
24161 ediff-merge-region-is-non-clash.
24162
24163 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
24164 Use insert-buffer-substring.
24165
24166 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
24167 selecting files to patch. Also bug fixes.
24168
24169 * ediff-util.el (ediff-setup): Bug fix.
24170 (ediff-next-difference): Never skip clashes that differ in white
24171 space only.
24172
24173 * ediff-wind.el (ediff-setup-control-frame)
24174 (ediff-destroy-control-frame): Check the menubar feature.
24175
24176 * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
24177 (viper-refresh-mode-line): Use make-local-variable to localize
24178 some vars instead of make-variable-buffer-local. Suggested by
24179 Stefan Monnier.
24180
24181 * emulation/viper-init.el (viper-make-variable-buffer-local):
24182 Delete alias.
24183 (viper-restore-cursor-type, viper-set-insert-cursor-type):
24184 Use make-local-variable instead of make-variable-buffer-local.
24185 Suggested by Stefan Monnier.
24186
24187 * emulation/viper.el (viper-mode): Don't use
24188 viper-make-variable-buffer-local.
24189 (viper-comint-mode-hook): Use make-local-variable on
24190 require-final-newline.
24191 (viper-non-hook-settings): Don't use make-variable-buffer-local.
24192
24193 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
24194
24195 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
24196 also the second char of a comment-start sequence.
24197 (scheme-sexp-comment-syntax-table): New var.
24198 (lambda, define): Set their scheme-doc-string-elt property.
24199 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
24200 Use lisp-font-lock-syntactic-face-function now that it properly
24201 handles |...| symbols.
24202 (scheme-mode-variables): Set lisp-doc-string-elt-property,
24203 parse-sexp-lookup-properties and font-lock-extra-managed-props.
24204
24205 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
24206 bit from # to |.
24207 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
24208
24209 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
24210 (lisp-doc-string-elt-property): New var.
24211 (lisp-font-lock-syntactic-face-function): Use it.
24212 Rewrite to recognize docstrings even for forms not at toplevel.
24213
24214 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
24215 annotation on the | part of #| rather than on the # part.
24216 (scheme-font-lock-syntactic-face-function): New function, to
24217 distinguish strings from |...| symbols.
24218 (scheme-mode-variables): Use it. Also fix up the font-lock-time
24219 syntax-table so that #|...|# is properly highlighted.
24220
24221 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
24222 Don't mark as docstring the 3rd elem of an unknown toplevel form.
24223
24224 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
24225
24226 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
24227 and C-e.
24228
24229 * emacs-lisp/eldoc.el: Move comments into docstrings.
24230 (eldoc-message-commands): Initialize in its declaration.
24231 Add move-beginning-of-line and move-end-of-line.
24232 (eldoc-add-command, eldoc-add-command-completions)
24233 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
24234
24235 * outline.el (outline-mark-subtree): Activate the mark.
24236
24237 * calendar/appt.el (appt-time-regexp): New var.
24238 (appt-add, appt-make-list): Use it.
24239 (appt-convert-time): Clean up.
24240
24241 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
24242 Don't set any syntax-table property here.
24243 (tex-font-lock-verb): New function. Do it here.
24244 (tex-font-lock-syntactic-keywords): Use it.
24245
24246 2005-10-04 Richard M. Stallman <rms@gnu.org>
24247
24248 * wid-edit.el (widget-file-complete): Get the widget start point
24249 the right way. Default directory to `/' if file has none.
24250
24251 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
24252
24253 * textmodes/flyspell.el (flyspell-mode-on):
24254 Call ispell-maybe-find-aspell-dictionaries.
24255
24256 * textmodes/ispell.el (ispell-word, ispell-region):
24257 Call ispell-maybe-find-aspell-dictionaries.
24258 (ispell-accept-buffer-local-defs):
24259 Don't call ispell-maybe-find-aspell-dictionaries.
24260
24261 2005-10-04 Richard M. Stallman <rms@gnu.org>
24262
24263 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
24264
24265 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
24266
24267 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
24268 instead of `fboundp' in order to allow for anonymous functions.
24269
24270 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
24271
24272 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
24273 case the user clicks on the link while another window is selected.
24274 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
24275
24276 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
24277 functionality.
24278 (dframe-help-echo): Save point in case mouse tracking is off.
24279
24280 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
24281
24282 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
24283
24284 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
24285
24286 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
24287 not change the global value of those vars.
24288
24289 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
24290 make-local-variable which we do not need any more.
24291
24292 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
24293
24294 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
24295 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
24296 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
24297 (speedbar-path-line): Define obsolete aliases.
24298 (speedbar-line-directory): Doc fix.
24299
24300 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
24301 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
24302 instead of speedbar-line-path.
24303
24304 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24305
24306 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
24307 to nil if dropping on a window. Handle dropping on a minibuffer window
24308 like dropping on a non-window part of Emacs.
24309
24310 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
24311
24312 * net/ange-ftp.el: Use with-current-buffer.
24313 (ange-ftp-insert-directory): Do not follow symlinks any more.
24314
24315 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
24316 Remove interactive spec.
24317
24318 2005-10-03 Kim F. Storm <storm@cua.dk>
24319
24320 * ido.el (ido-mode): Use custom-initialize-set.
24321
24322 2005-10-02 Richard M. Stallman <rms@gnu.org>
24323
24324 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
24325 Use insert-buffer-substring.
24326
24327 * net/tramp.el: Pacify byte compiler warnings in pacification code.
24328 (tramp-handle-file-local-copy): Use insert-buffer-substring.
24329
24330 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
24331
24332 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
24333 in last change.
24334 (ange-ftp-insert-directory): Fix up the search for the case where
24335 `file' is absolute.
24336
24337 2005-10-02 Romain Francoise <romain@orebokech.com>
24338
24339 * progmodes/compile.el (compile-goto-error): Delete extra paren.
24340
24341 2005-10-02 Andreas Schwab <schwab@suse.de>
24342
24343 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
24344 directory component in the session info.
24345
24346 2005-10-01 Richard M. Stallman <rms@gnu.org>
24347
24348 * comint.el (comint-redirect-subvert-readonly): Doc fix.
24349
24350 * simple.el (next-error-internal): New function.
24351
24352 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
24353 (compilation-start): Pass new arg to compilation-buffer-name.
24354 (compile-goto-error): Use next-error-internal.
24355
24356 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
24357
24358 * speedbar.el: Remove RCS tag.
24359 (speedbar-check-read-only): Handle non-existent files.
24360
24361 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
24362
24363 * info.el (Info-speedbar-hierarchy-buttons)
24364 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
24365
24366 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24367
24368 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
24369 Do not match newline.
24370 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
24371 (bibtex-summary): Remove unnecessary save-excursion.
24372 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
24373
24374 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24375
24376 * term/mac-win.el: Add charset info for "iso10646-1".
24377 Modify default fontset to use ATSUI-compatible fonts for some charsets
24378 if available.
24379
24380 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
24381
24382 * speedbar.el: Re-apply arch tag.
24383 (speedbar-version): Rename to version 1.0. Suggested by Eric
24384 M. Ludlam.
24385 Reapply two changes from Emacs CVS' version of speedbar lost
24386 during the merge:
24387 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
24388 (speedbar-frame-parameters): Improve customize type.
24389
24390 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
24391
24392 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
24393 (ange-ftp-file-directory-p): Fix the symlink case.
24394 (ange-ftp-insert-directory): When listing a single file, get a list of
24395 the parent buffer and extract the relevant line. Inspired from a patch
24396 by Katsumi Yamaoka <yamaoka@jpl.org>.
24397 (ange-ftp-file-name-sans-versions): Simplify.
24398
24399 2005-09-30 Bill Wohler <wohler@newt.com>
24400
24401 Move MH-E image files from toolbar and mail directories into
24402 etc/images.
24403
24404 * mail/reply2.*: Move to etc/images/mail/reply*.
24405
24406 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
24407 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
24408 etc/images.
24409
24410 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
24411 * toolbar/reply*: Move to etc/images/mail.
24412
24413 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
24414
24415 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
24416
24417 * speedbar.el: New version 1.0pre3.
24418
24419 Frame management code (including timer, and mouse click specifics)
24420 moved to dframe.el:
24421 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
24422 (speedbar-timer): Removed. Use dframe-timer.
24423 (speedbar-close-frame): Removed. Use dframe-close-frame.
24424 (speedbar-activity-change-focus-flag): Removed. Use
24425 dframe-activity-change-focus-flag.
24426 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
24427 dframe-update-speed.
24428
24429 (speedbar-current-frame): New macro. Use this instead of the
24430 variable speedbar-frame.
24431
24432 (speedbar-use-images, speedbar-expand-image-button-alist)
24433 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
24434
24435 (speedbar-find-image-on-load-path): Removed. Replaced by
24436 defezimage in ezimage.el.
24437 (speedbar-expand-image-button-alist): Removed. Replaced by
24438 ezimage-expand-image-button-alist in ezimage.el.
24439
24440 (speedbar-ignored-directory-regexp)
24441 (speedbar-add-ignored-directory-regexp)
24442 (speedbar-ignored-directory-expressions)
24443 (speedbar-line-directory, speedbar-buffers-line-directory)
24444 (speedbar-directory-line, speedbar-buffers-line-directory):
24445 Renamed, replacing `path' with `directory'.
24446
24447 (speedbar-create-directory, speedbar-expand-line-descendants)
24448 (speedbar-toggle-line-expansion)
24449 (speedbar-contract-line-descendants): New commands.
24450
24451 (speedbar-query-confirmation-method, speedbar-select-frame-method)
24452 (speedbar-use-tool-tips-flag): New options.
24453
24454 (speedbar-check-read-only, speedbar-require-version)
24455 (speedbar-insert-separator, speedbar-buffers-tail-notes)
24456 (speedbar-handle-delete-frame, speedbar-try-completion)
24457 (speedbar-update-localized-contents): New functions.
24458
24459 (speedbar-incompatible-version, speedbar-ro-to-do-point)
24460 (speedbar-object-read-only-indicator): New variables.
24461
24462 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
24463 New hooks.
24464
24465 (speedbar-separator-face): New face.
24466
24467 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
24468 (speedbar-ignored-modes): Add fundamental-mode.
24469 (speedbar-directory-unshown-regexp): Add . directories.
24470
24471 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
24472 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
24473 `]' for full expand/close.
24474 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
24475
24476 (speedbar-check-vc): Support hidden files.
24477 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
24478 (speedbar-this-file-in-vc): Use vc-state if available. If VC
24479 state is nil, it is not checked out.
24480
24481 (speedbar-line-text, speedbar-line-token): Support expand buttons
24482 with no text.
24483 (speedbar-refresh): Universal argument acts as power-click.
24484 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
24485 that buffer to get variable values.
24486
24487 And many other bugfixes.
24488
24489 * dframe.el, ezimage.el, sb-image.el: New files.
24490
24491 * sb-*.xpm: Remove files. New image files installed into
24492 etc/images/ezimage.
24493
24494 2005-09-30 Kenichi Handa <handa@m17n.org>
24495
24496 * ps-mule.el (ps-mule-show-warning): If a character is in
24497 ps-print-translation-table, don't treat it as non-printable.
24498
24499 2005-09-30 David Ponce <david@dponce.com>
24500
24501 * tree-widget.el (tree-widget-themes-load-path): New variable.
24502 (tree-widget-themes-directory): Doc fix.
24503 (tree-widget-image-formats) [Emacs]: Doc fix.
24504 (tree-widget--locate-sub-directory): New function.
24505 (tree-widget-themes-directory): Use it.
24506
24507 * recentf.el (recentf-filename-handlers): Rename from
24508 `recentf-filename-handler'. Allow a list of functions.
24509 (recentf-menu-items-for-commands): Fix :help strings.
24510 (recentf-apply-filename-handlers): New function.
24511 (recentf-expand-file-name): Use it.
24512 (recentf-cleanup): Remove duplicates too.
24513
24514 2005-09-29 Juri Linkov <juri@jurta.org>
24515
24516 * faces.el: Rearrange face definitions to be in the same order as
24517 their face descriptions in "(emacs)Standard Faces".
24518
24519 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
24520
24521 * tooltip.el (tooltip): Add group `basic-faces'.
24522
24523 * buff-menu.el (Buffer-menu-buffer): Remove group
24524 `font-lock-highlighting-faces'.
24525
24526 * progmodes/compile.el (compilation-error, compilation-warning)
24527 (compilation-info, compilation-line-number, compilation-column-number):
24528 Change group from `font-lock-highlighting-faces' to `compilation'.
24529
24530 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
24531 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
24532 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
24533 (vhdl-font-lock-reserved-words-face)
24534 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
24535 `font-lock-highlighting-faces'.
24536
24537 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
24538
24539 2005-09-28 Kim F. Storm <storm@cua.dk>
24540
24541 * emulation/cua-base.el: Set CUA move property on additional commands:
24542 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
24543 forward-sexp, backward-sexp, forward-list, backward-list.
24544
24545 2005-09-28 Romain Francoise <romain@orebokech.com>
24546
24547 * comint.el (comint-show-output): Really set point at the
24548 beginning of the output when not using `comint-use-prompt-regexp'.
24549
24550 2005-09-27 Jay Belanger <belanger@truman.edu>
24551
24552 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
24553 in TeX mode.
24554
24555 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
24556
24557 * textmodes/org.el (org-table-sum): Fix format string.
24558
24559 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
24560 Quote face names.
24561
24562 2005-09-26 Romain Francoise <romain@orebokech.com>
24563
24564 * isearch.el (isearch-forward-regexp): Close doc string.
24565
24566 2005-09-25 Richard M. Stallman <rms@gnu.org>
24567
24568 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
24569
24570 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
24571
24572 * progmodes/compile.el (compilation-error-properties):
24573 When getting the file from the previous error message,
24574 correctly decode the new data format.
24575
24576 * progmodes/cc-cmds.el (c-electric-paren):
24577 Call old-blink-paren only for close-paren.
24578
24579 2005-09-24 Andreas Schwab <schwab@suse.de>
24580
24581 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
24582 condition.
24583
24584 2005-09-25 Romain Francoise <romain@orebokech.com>
24585
24586 * dired-aux.el (dired-copy-file-recursive):
24587 * dired.el (dired-delete-file):
24588 * ediff-mult.el (ediff-dir-diff-copy-file):
24589 * ediff-util.el (ediff-test-save-region):
24590 * forms.el (forms-mode):
24591 * ido.el (ido-file-internal, ido-delete-file-at-head):
24592 * log-edit.el (log-edit-done):
24593 * ses.el (ses-yank-resize):
24594 * play/gomoku.el (gomoku-human-plays, gomoku)
24595 (gomoku-human-resigns, gomoku-prompt-for-other-game)
24596 (gomoku-offer-a-draw):
24597 * play/landmark.el (lm-human-resigns, lm):
24598 * net/eudcb-ldap.el (eudc-ldap-check-base):
24599 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
24600 * progmodes/ebrowse.el (ebrowse-find-pattern):
24601 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
24602 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
24603 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
24604
24605 * vc.el (vc-delete-file):
24606 * play/gomoku.el (gomoku-terminate-game, gomoku)
24607 (gomoku-prompt-for-move, gomoku-human-takes-back):
24608 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
24609 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
24610
24611 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
24612
24613 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
24614 color rxvt terminals by using the code xterm.el used to use before
24615 2005-04-09 in order to match the colors used by rxvt.
24616
24617 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
24618
24619 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
24620 colors rxvt-unicode terminals by using the same code as xterm.el.
24621
24622 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
24623
24624 * textmodes/tex-mode.el (tex-font-lock-append-prop)
24625 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
24626 new symbol used for the tex-verbatim face.
24627
24628 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
24629
24630 * woman.el (woman-file-name):
24631 * wid-edit.el (widget-file-prompt-value)
24632 (widget-coding-system-prompt-value):
24633 * w32-fns.el (set-w32-system-coding-system):
24634 * vc.el (vc-version-diff, vc-annotate):
24635 * textmodes/reftex-auc.el (reftex-arg-cite)
24636 (reftex-arg-index-tag):
24637 * textmodes/refer.el (refer-get-bib-files):
24638 * textmodes/artist.el (artist-figlet-choose-font):
24639 * terminal.el (terminal-emulator):
24640 * replace.el (occur-read-primary-args):
24641 * rect.el (string-rectangle, string-insert-rectangle):
24642 * ps-print.el (ps-print-preprint):
24643 * progmodes/pascal.el (pascal-goto-defun):
24644 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
24645 * progmodes/compile.el (compilation-find-file):
24646 * printing.el (pr-interactive-n-up):
24647 * play/animate.el (animate-birthday-present):
24648 * net/rcompile.el (remote-compile):
24649 * man.el (man, Man-goto-section, Man-follow-manual-reference):
24650 * mail/rmailsum.el (rmail-summary-search-backward)
24651 (rmail-summary-search):
24652 * mail/rmailout.el (rmail-output-read-rmail-file-name)
24653 (rmail-output-read-file-name):
24654 * mail/rmail.el (rmail-search, rmail-search-backwards):
24655 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
24656 * locate.el (locate):
24657 * international/quail.el (quail-show-keyboard-layout):
24658 * international/mule.el (set-buffer-file-coding-system)
24659 (revert-buffer-with-coding-system, set-file-name-coding-system)
24660 (set-terminal-coding-system, set-keyboard-coding-system)
24661 (set-next-selection-coding-system):
24662 * international/mule-diag.el (describe-coding-system)
24663 (describe-font, describe-fontset):
24664 * international/mule-cmds.el (universal-coding-system-argument)
24665 (search-unencodable-char, describe-input-method)
24666 (set-language-environment, describe-language-environment):
24667 * international/codepage.el (codepage-setup):
24668 * international/code-pages.el (codepage-setup):
24669 * info.el (Info-search, Info-follow-reference)
24670 (Info-search-backward):
24671 * emacs-lisp/advice.el (ad-read-advised-function)
24672 (ad-read-advice-class, ad-clear-cache, ad-activate)
24673 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
24674 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
24675 (ad-read-regexp):
24676 * ediff-util.el (ediff-toggle-regexp-match):
24677 * ediff-ptch.el (ediff-prompt-for-patch-file):
24678 * dired-aux.el (dired-diff):
24679 * diff.el (diff):
24680 * cus-edit.el (custom-variable-prompt):
24681 * calendar/timeclock.el (timeclock-ask-for-project):
24682 * calc/calcalg3.el (calc-get-fit-variables):
24683 * calc/calc-store.el (calc-edit-variable)
24684 (calc-permanent-variable):
24685 * vc-mcvs.el (vc-mcvs-register):
24686 * shadowfile.el (shadow-define-literal-group):
24687 * woman.el (woman-file-name):
24688 * vc.el (vc-version-diff, vc-merge):
24689 * textmodes/reftex-index.el (reftex-index-complete-tag):
24690 * format.el (format-decode-buffer, format-decode-region):
24691 * emulation/viper-cmd.el (viper-read-string-with-history):
24692 * emacs-lisp/debug.el (cancel-debug-on-entry):
24693 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
24694 * ediff.el (ediff-merge-revisions)
24695 (ediff-merge-revisions-with-ancestor, ediff-revision):
24696 * completion.el (interactive-completion-string-reader):
24697 * calc/calc-prog.el (calc-user-define-formula):
24698 Follow convention for reading with the minibuffer.
24699
24700 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
24701
24702 * progmodes/python.el (python-describe-symbol): Add globals() and
24703 locals() to the arguments of emacs.ehelp.
24704
24705 2005-09-24 Magnus Henoch <mange@freemail.hu>
24706
24707 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
24708 New function, code extracted from ispell-valid-dictionary-list.
24709 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
24710 Call it.
24711
24712 2005-09-24 Eli Zaretskii <eliz@gnu.org>
24713
24714 * subr.el (version-regexp-alist): Extend valid syntax for version
24715 strings: allow any of the characters -,_,+ to separate the
24716 alpha/beta/rc part from the version part. Doc fix.
24717 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
24718
24719 2005-09-23 David Reitter <david.reitter@gmail.com>
24720
24721 * mail/mailclient.el: New file.
24722
24723 2005-09-23 Richard M. Stallman <rms@gnu.org>
24724
24725 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
24726 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
24727 Doc fixes.
24728
24729 * progmodes/cc-mode.el (c-font-lock-init):
24730 Specify font-lock-lines-before.
24731
24732 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
24733
24734 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
24735 whole conflict.
24736
24737 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
24738
24739 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
24740 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
24741 of `remap' feature when available. Additional key bindings for
24742 better tty support.
24743 (org-mode-restart, org-force-self-insert): New commands.
24744 (org-time-stamp-inactive): New command.
24745 (org-remap): New function.
24746 (org-table-auto-blank-field, org-level-color-stars-only): New options.
24747 (org-enable-fixed-width-editor): Move to `org-structure'
24748 customization group.
24749 (org-self-insert-command, orgtbl-self-insert-command): Modify to
24750 blank field after field motion commands.
24751
24752 2005-09-23 Kenichi Handa <handa@m17n.org>
24753
24754 * international/mule-cmds.el (set-language-environment):
24755 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
24756 have to call utf-translate-cjk-load-tables.
24757
24758 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
24759
24760 * mouse.el (mouse-move-drag-overlay): Fix last change.
24761
24762 2005-09-22 David Ponce <david@dponce.com>
24763
24764 * tree-widget.el (tree-widget-value-create): Fix previous change.
24765
24766 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
24767
24768 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
24769
24770 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
24771
24772 * mouse.el (mouse-move-drag-overlay): New function.
24773 (mouse-drag-region-1): Use it.
24774 Try to simplify a bit the state handling. Handle clicks on links
24775 inside intangible areas.
24776 (mouse-save-then-kill): Minor simplification.
24777 (mouse-secondary-overlay): Make it always non-nil instead of
24778 recreating it each time.
24779 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
24780 (mouse-kill-secondary, mouse-secondary-save-then-kill):
24781 Simplify accordingly.
24782
24783 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
24784
24785 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
24786
24787 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
24788
24789 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
24790 (ediff-file-name-sans-prefix): Treat nil as an empty string.
24791 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
24792 to patch.
24793
24794 * ediff-util.el: Use insert-buffer-substring.
24795
24796 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
24797
24798 * emulation/viper-cmd.el (viper-change-state): Don't move over the
24799 field boundaries in the minibuffer.
24800 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
24801 (viper-minibuffer-post-command-hook): New hook.
24802 (viper-line): Don't move cursor at bolp.
24803
24804 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
24805
24806 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
24807 avoid compiler warnings.
24808
24809 * emulation/viper-macs.el (ex-map): Better messages.
24810
24811 * emulation/viper-utils.el (viper-beginning-of-field): New function.
24812
24813 * emulation/viper.el: Replace make-variable-buffer-local with
24814 viper-make-variable-buffer-local everywhere, to avoid warnings.
24815
24816 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
24817
24818 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
24819 Delete unused var `old-selected-window'.
24820 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
24821 (mouse-drag-secondary): Delete unused var `start-frame'.
24822
24823 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
24824
24825 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
24826
24827 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
24828
24829 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
24830 Re-indent within 80 columns. Use inhibit-read-only.
24831
24832 2005-09-19 Romain Francoise <romain@orebokech.com>
24833
24834 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
24835
24836 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
24837
24838 * font-lock.el (font-lock-default-fontify-region): Don't add a line
24839 unconditionally, since the after-change-function already did it.
24840
24841 2005-09-19 Miles Bader <miles@gnu.org>
24842
24843 * net/newsticker.el: Get rid of CVS keyword.
24844
24845 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
24846
24847 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
24848 The prompt is formatted later.
24849
24850 2005-09-19 David Ponce <david@dponce.com>
24851
24852 * tree-widget.el (tree-widget-value-create): Save the converted
24853 tree :node widget.
24854
24855 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
24856
24857 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
24858 variable `message'.
24859
24860 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
24861
24862 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
24863 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
24864 <slawomir.nowaczyk.847@student.lu.se>.
24865
24866 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
24867
24868 * image.el (image-load-path): Use symbol `data-directory' instead
24869 of its value, for backward compatibility with packages that bind
24870 it during `find-image'. Suggested by Katsumi Yamaoka.
24871 (image-search-load-path): Handle symbols whose values are strings.
24872
24873 2005-09-18 Romain Francoise <romain@orebokech.com>
24874
24875 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
24876 with-current-buffer form in save-excursion.
24877
24878 2005-09-18 Deepak Goel <deego@gnufans.org>
24879
24880 * apropos.el (apropos-command): Fix `message' call: first arg
24881 should be a format spec. In this and all other cases that appear
24882 below and elsewhere in the source code, I made a change only when
24883 two conditions were satisfied: [1] I can think of a possibility
24884 that the arguments would cause an error, for example, the code in
24885 question relies on external variables such as filenames. [2] I
24886 was sure that the arg to `message' could not have been nil in the code.
24887
24888 * textmodes/tildify.el (tildify-region): Ditto.
24889
24890 * textmodes/reftex-index.el (reftex-index-change-entry)
24891 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
24892 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
24893 * textmodes/org.el (org-complete, org-deadline, org-schedule)
24894 (org-priority, org-table-sum):
24895 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
24896 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
24897 (flyspell-word, flyspell-display-next-corrections):
24898 * textmodes/bibtex.el (bibtex-print-help-message):
24899 * textmodes/artist.el (artist-key-set-point-poly):
24900 * term/mac-win.el (mac-services-insert-text):
24901 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
24902 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
24903 (vhdl-port-paste-testbench, vhdl-compose-new-component)
24904 (vhdl-compose-configuration):
24905 * progmodes/sh-script.el (sh-blink, sh-show-indent)
24906 (sh-set-indent, sh-learn-line-indent):
24907 * progmodes/ps-mode.el (ps-mode-target-column):
24908 * progmodes/idlwave.el (idlwave-make-tags)
24909 (idlwave-scan-library-catalogs):
24910 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
24911 * progmodes/gud.el (gud-jdb-analyze-source):
24912 * progmodes/flymake.el (flymake-log):
24913 * progmodes/ebnf2ps.el (ebnf-generate-region):
24914 * progmodes/cmacexp.el (c-macro-expansion):
24915 * progmodes/ada-xref.el (ada-treat-cmd-string):
24916 * progmodes/ada-mode.el (ada-create-case-exception-substring)
24917 (ada-justified-indent-current, ada-batch-reformat):
24918 * play/zone.el (zone):
24919 * play/landmark.el (lm-move):
24920 * play/decipher.el (decipher-show-alphabet):
24921 * net/newsticker.el (newsticker--display-jump)
24922 (newsticker--display-scroll):
24923 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
24924 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
24925 * mail/feedmail.el (feedmail-dump-message-to-queue):
24926 * eshell/esh-proc.el (eshell-remove-process-entry):
24927 * emulation/ws-mode.el (ws-last-error):
24928 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
24929 (viper-record-kbd-macro):
24930 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
24931 * emacs-lisp/lisp-mnt.el (lm-report-bug):
24932 * emacs-lisp/find-func.el (find-function-noselect):
24933 * calendar/timeclock.el (timeclock-status-string)
24934 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
24935 (timeclock-when-to-leave-string):
24936 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
24937 * calc/calc-units.el (calc-enter-units-table):
24938 * calc/calc-mode.el (calc-mode-record-mode):
24939 * woman.el (woman-mini-help):
24940 * wdired.el (wdired-change-to-wdired-mode):
24941 * vc.el (vc-retrieve-snapshot):
24942 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
24943 * startup.el (display-startup-echo-area-message):
24944 * simple.el (set-goal-column):
24945 * ses.el (ses-command-hook, ses-recalculate-cell):
24946 * server.el (server-process-filter):
24947 * printing.el (pr-interface-txt-print, pr-interface-printify)
24948 (pr-interface-ps):
24949 * pcvs.el (cvs-help):
24950 * log-edit.el (log-edit, log-edit-mode-help):
24951 * iswitchb.el (iswitchb-possible-new-buffer):
24952 * isearch.el (isearch-edit-string):
24953 * image-mode.el (image-mode, image-minor-mode):
24954 * ibuf-macs.el (define-ibuffer-filter):
24955 * hi-lock.el (hi-lock-find-patterns):
24956 * files.el (toggle-read-only):
24957 * ediff-util.el (ediff-copy-diff)
24958 (ediff-write-merge-buffer-and-maybe-kill):
24959 * echistory.el (Electric-history-undefined):
24960 * dnd.el (dnd-insert-text):
24961 * dired-aux.el (dired-query):
24962 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
24963 * bookmark.el (bookmark-bmenu-locate):
24964 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
24965 Fix `message' calls to ensure first arg is a format string.
24966 The change was made only when these two conditions were satisfied:
24967 [1] when there is a possibility that the arguments would cause an error
24968 for example, if the code in question relies on external variables
24969 such as filenames, and
24970 [2] if the arg to `message' could not have been nil in the code.
24971
24972 * pcomplete.el (pcomplete--help): Fix `message' format spec.
24973 Not having a %s would be weird, though not technically wrong.
24974
24975 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24976
24977 * term/mac-win.el (mac-add-charset-info): Doc fix.
24978
24979 2005-09-17 Romain Francoise <romain@orebokech.com>
24980
24981 * shell.el (shell-resync-dirs): Handle echoing processes more
24982 reliably. Don't insert resync command if `comint-process-echoes'
24983 is non-nil.
24984
24985 2005-09-17 Magnus Henoch <mange@freemail.hu>
24986
24987 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
24988 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
24989 aspell versions >= 0.60.
24990 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
24991 only if ispell-aspell-supports-utf8 is non-nil.
24992
24993 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
24994
24995 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
24996 buffer-local value to lisp-indent-function.
24997
24998 2005-09-17 Milan Zamazal <pdm@zamazal.org>
24999
25000 * progmodes/glasses.el (glasses-make-readable): If
25001 glasses-separator differs from underscore, put appropriate
25002 overlays over underscore characters.
25003 (glasses-convert-to-unreadable): If glasses-separator differs from
25004 underscore, try to convert glasses-separator characters to
25005 underscores.
25006
25007 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
25008
25009 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
25010 Use with-syntax-table and dolist.
25011
25012 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
25013
25014 * textmodes/reftex-auc.el:
25015 * textmodes/reftex-cite.el:
25016 * textmodes/reftex-dcr.el:
25017 * textmodes/reftex-global.el:
25018 * textmodes/reftex-parse.el:
25019 * textmodes/reftex-ref.el:
25020 * textmodes/reftex-sel.el:
25021 * textmodes/reftex-toc.el:
25022 * textmodes/reftex-vars.el:
25023 * textmodes/reftex.el: Small changes to remove compiler warnings.
25024
25025 * textmodes/reftex-index.el: Likewise.
25026 (reftex-query-index-phrase): More efficient use of markers.
25027
25028 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
25029
25030 * image.el (image-load-path): New variable.
25031 (image-search-load-path): New function.
25032 (find-image): Search for images in `image-load-path'.
25033
25034 2005-09-15 Richard M. Stallman <rms@gnu.org>
25035
25036 * follow.el: Change Maintainer field.
25037
25038 2005-09-15 David Ponce <david@dponce.com>
25039
25040 * recentf.el (recentf-save-file-modes): New option.
25041 (recentf-save-list): Use it.
25042
25043 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
25044
25045 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
25046 (mode-line-mule-info, mode-line-modified): Move bindings from
25047 mouse-3 to mouse-1.
25048
25049 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
25050
25051 * simple.el (sendmail-user-agent-compose): Revert last change.
25052
25053 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
25054
25055 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
25056 Use with-current-buffer.
25057 (ange-ftp-gwp-start): Remove unused var `gw-user'.
25058 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
25059 (ange-ftp-insert-directory): Remove unused var `short'.
25060 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
25061
25062 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
25063 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
25064
25065 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
25066 (check-calendar-holidays, diary-list-entries): Autoload.
25067 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
25068 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
25069
25070 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
25071 which mistakenly removed a call to display-buffer.
25072
25073 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
25074
25075 * obsolete/iso-insert.el: Move to obsolete/ from international/.
25076
25077 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
25078
25079 * progmodes/hideshow.el
25080 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
25081 (hs-allow-nesting): New user var.
25082 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
25083 (hs-hide-block-at-point): When nesting allowed,
25084 if there is already an overlay in place, delete it.
25085 (hs-safety-is-job-n): Delete func; remove call sites.
25086 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
25087 (hs-overlay-at): New func.
25088 (hs-already-hidden-p, hs-show-block): Use it.
25089 (hs-hide-all): Don't pre-clean if nesting allowed.
25090 (hs-show-all): Temporarily disallow
25091 nesting around call to `hs-discard-overlays'.
25092
25093 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
25094
25095 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
25096 Delete unused local var.
25097
25098 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
25099
25100 * help-fns.el (describe-categories): "?\ " -> "?\s".
25101 (help-do-arg-highlight): Recognize also ARG-n, as in
25102 `move-to-left-margin' (ARG+n is already recognized). Simplify.
25103
25104 * international/codepage.el (dos-unsupported-char-glyph):
25105 * net/newsticker.el (tool-bar-map, w3-mode-map)
25106 (w3m-minor-mode-map):
25107 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
25108 (ent-alist):
25109 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
25110
25111 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
25112
25113 * custom.el (custom-push-theme): Handle the case where a symbol is
25114 bound but face properties have not yet been assigned.
25115
25116 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
25117 Fix behavior if noerase is `t' and there is no mail buffer.
25118
25119 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
25120 if `continue' is nil, rather than signal an error.
25121
25122 2005-09-12 Richard M. Stallman <rms@gnu.org>
25123
25124 * font-lock.el (font-lock-keywords): Add autoload.
25125
25126 * help-fns.el (describe-variable): Rearrange to put source link
25127 in a predictable place.
25128
25129 * net/newsticker.el: New file.
25130
25131 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
25132
25133 * calendar/calendar.el (calendar-for-loop): Add edebug info.
25134 (calendar-basic-setup): Use the new nil arg.
25135 (number-of-diary-entries): Move to diary-lib.el.
25136
25137 * calendar/diary-lib.el: Use with-current-buffer, match-string.
25138 (diary-list-entries): Use with-syntax-table and dolist.
25139 Rename from list-diary-entries.
25140 Use number-of-diary-entries if `number' is nil.
25141 (diary, diary-view-entries): Use this new name and new nil arg value.
25142 (number-of-diary-entries): Move from calendar.el.
25143 (diary-unhide-everything): New function.
25144 (include-other-diary-files, fancy-diary-display)
25145 (diary-show-all-entries, make-diary-entry): Use it.
25146 (diary-mail-entries): Use buffer-string.
25147 (mark-diary-entries): Fix long standing paren typo.
25148 (diary-sexp-entry): Use count-lines.
25149 (make-diary-entry): Avoid `previous-line'.
25150 (diary-mode-map): New var.
25151 (diary-mode): Redraw cal after saving. Setup header-line.
25152 (fancy-diary-display-mode): Use local-set-key.
25153
25154 * startup.el (command-line): Try calling various terminal-init-foo-bar
25155 functions by stripping hyphenated suffixes from $TERM.
25156
25157 * files.el (normal-mode): Check boundness of font-lock-keywords.
25158
25159 2005-09-12 Richard M. Stallman <rms@gnu.org>
25160
25161 * progmodes/compile.el: Don't decide a file's directory
25162 until the user actually tries to go there.
25163 (compilation-next-error-function):
25164 Pass compilation-find-file the directory from the file-struct.
25165 (compilation-internal-error-properties): Separate local FILE-STRUCT
25166 from FILE. Doc the args better. Rename arg FMT to FMTS.
25167 (compilation-find-file): Arg DIR renamed to DIRECTORY.
25168 Expand it, and if nil, use default-directory.
25169 (compilation-get-file-structure): Don't mix specified directory
25170 with default directory. Put specified directory into
25171 file-struct. Don't make the file name absolute.
25172
25173 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
25174 (compile-command): Add autoload.
25175 (compilation-disable-input): Add autoload.
25176
25177 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
25178
25179 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
25180 strings of the variables it can override.
25181 (time-stamp): New (as yet undocumented) time-stamp-format escapes
25182 %Q and %q, for fully-qualified domain name and unqualified host name.
25183
25184 2005-09-11 Kim F. Storm <storm@cua.dk>
25185
25186 * emacs-lisp/authors.el (authors-aliases): Update list.
25187 (authors-fixed-entries): Update mldrag.el entry.
25188
25189 2005-09-10 Alan Mackenzie <acm@muc.de>
25190
25191 * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
25192 delimiter from the region narrowed to.
25193
25194 2005-09-10 Magnus Henoch <mange@freemail.hu>
25195
25196 * textmodes/ispell.el (ispell-check-version): Signal an error if
25197 aspell version is less than 0.60.
25198
25199 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
25200
25201 * progmodes/octave-inf.el (inferior-octave-startup):
25202 Resync current dir at the end.
25203
25204 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
25205
25206 * woman.el (woman-topic-at-point-default):
25207 Rename to woman-use-topic-at-point-default.
25208 (woman-topic-at-point): Rename to woman-use-topic-at-point.
25209 (woman-file-name): Reflect renames above. Automatically use the
25210 word at point as topic if woman-use-topic-at-point is non-nil.
25211 Otherwise offer it as default but don't insert it in the
25212 minibuffer. Also use `test-completion' instead of `assoc' as
25213 suggested by Stefan Monnier.
25214
25215 2005-09-10 Andre Spiegel <spiegel@gnu.org>
25216
25217 * vc.el (vc-directory, vc-update-change-log): Throw an error on
25218 the attempt to do it over Tramp. This is not yet supported.
25219
25220 2005-09-10 Eli Zaretskii <eliz@gnu.org>
25221
25222 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
25223 (menu-bar-non-minibuffer-window-p): New functions.
25224 ("Split Window", "Save As..."): Use them.
25225 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
25226 ("Print Buffer", "Truncate Long Lines in this Buffer"):
25227 Use menu-bar-menu-frame-live-and-visible-p.
25228 ("Save Buffer", "Insert File", "Open Directory...")
25229 ("Open File...", "Visit New File..."):
25230 Use menu-bar-non-minibuffer-window-p.
25231 (kill-this-buffer-enabled-p, dired <menu-enable>):
25232 Use menu-bar-non-minibuffer-window-p.
25233
25234 2005-09-09 Eli Zaretskii <eliz@gnu.org>
25235
25236 * cus-start.el (all): Don't complain about fringe-related
25237 built-ins if fringes are not supported. Ditto about
25238 selection-related built-ins. Fix the test for GTK-related built-ins.
25239
25240 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
25241 ("Postscript Print Buffer", "Print Region", "Save As...")
25242 ("Save", "Insert File...", "Open Directory...")
25243 ("Open File...", "Visit New File..."")
25244 ("Truncate Long Lines in this Buffer"): Don't look at
25245 menu-updating-frame if this display does not support multiple frames.
25246
25247 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
25248
25249 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
25250
25251 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
25252
25253 * woman.el: Format- and whitespace-related changes.
25254
25255 2005-09-09 Eli Zaretskii <eliz@gnu.org>
25256
25257 * woman.el: Fix my email address.
25258
25259 2005-09-08 Richard M. Stallman <rms@gnu.org>
25260
25261 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
25262 (sh-mode): Locally set skeleton-pair-default-alist.
25263
25264 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
25265
25266 * progmodes/flymake.el: Require `compile' unconditionally.
25267
25268 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
25269
25270 * woman.el (woman-file-name): Provide a default, not initial input.
25271
25272 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
25273
25274 * font-lock.el (font-lock-support-mode): Doc fix.
25275
25276 * descr-text.el (describe-property-list): Handle non-symbol prop names.
25277
25278 2005-09-08 Richard M. Stallman <rms@gnu.org>
25279
25280 * simple.el (blink-matching-open): Get rid of text props from
25281 the string shown in echo area. Don't permanently set point.
25282 Some rearrangements.
25283
25284 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
25285
25286 * recentf.el (recentf-filename-handler): Add custom choice
25287 `abbreviate-file-name'.
25288
25289 * msb.el (msb--very-many-menus): Fix typo.
25290
25291 * disp-table.el (standard-display-european): Don't set
25292 enable-multibyte-characters to nil.
25293
25294 2005-09-08 David Ponce <david@dponce.com>
25295
25296 * recentf.el (recentf-show-file-shortcuts-flag): New option.
25297 (recentf-expand-file-name): Doc fix.
25298 (recentf-dialog-mode-map): Define digit shortcuts.
25299 (recentf--files-with-key): New variable.
25300 (recentf-show-digit-shortcut-filter): New function.
25301 (recentf-open-files-items): New function.
25302 (recentf-open-files): Use it.
25303 (recentf-open-file-with-key): New command.
25304
25305 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
25306
25307 * buff-menu.el (Buffer-menu-sort-by-column): New function.
25308 Suggested by Kim F. Storm.
25309 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
25310 (Buffer-menu-make-sort-button): Use global keymap.
25311
25312 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
25313
25314 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
25315 (Man-getpage-in-background-advice): Remove defadvice; it isn't
25316 necessary any longer with the remapped command.
25317 (Man-bgproc-sentinel-advice): Remove defadvice which counts
25318 formatting time only.
25319
25320 * net/tramp.el (tramp-action-password)
25321 (tramp-multi-action-password): Compile the password prompt from
25322 `method', `user' and `host'. Sometimes it isn't obvious which
25323 password to enter, for example with remote files offered by
25324 recentf.el, or with multiple steps. Suggested by Robert Marshall
25325 <robert@chezmarshall.freeserve.co.uk>.
25326
25327 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
25328
25329 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
25330 Fix regexp for when "s///" is at the beginning of line.
25331
25332 2005-09-07 Jay Belanger <belanger@truman.edu>
25333
25334 * calc/calc-poly.el (math-expand-term): Multiply out any powers
25335 when in matrix mode.
25336
25337 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
25338
25339 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
25340 non-anonymous functions.
25341
25342 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
25343
25344 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
25345 when using a header line. Otherwise, use mouse-1-click-follows-link.
25346
25347 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
25348 can't be moved; don't signal an error.
25349
25350 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
25351
25352 * cus-theme.el (custom-theme-write-faces): Save the current face
25353 spec, not the defface spec.
25354
25355 * custom.el (custom-known-themes): Clarify meaning of "standard".
25356 (custom-push-theme): Save old values in the standard theme.
25357 (disable-theme): Correct typo.
25358 (custom-face-theme-value): Deleted unused function.
25359 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
25360
25361 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
25362
25363 * progmodes/compile.el (compilation-goto-locus): Take into account
25364 iconified frames when determining whether the buffer is
25365 already visible.
25366 Don't reset window height if the window already existed.
25367
25368 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
25369
25370 * custom.el (load-theme): Rename from require-theme.
25371 Add interactive spec.
25372 (enable-theme): Rename from custom-enable-theme.
25373 Add interactive spec.
25374 (disable-theme): Rename from custom-disable-theme.
25375 Add interactive spec.
25376 (custom-make-theme-feature): Doc fix.
25377 (custom-theme-directory): Doc fix.
25378 (provide-theme): Call enable-theme.
25379
25380 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
25381
25382 * obsolete/lazy-lock.el (lazy-lock-mode):
25383 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
25384 font-lock-mode if it's off. Print a warning instead.
25385
25386 * progmodes/compile.el (compilation-start): Ignore errors if the
25387 process died before we get to send-eof.
25388
25389 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
25390 Undo last change. Enclosing the result in quotes broke things on Unix
25391 since tex-send-command passes it through shell-quote-argument.
25392 (tex-send-command): Pass `file' through convert-standard-filename
25393 when possible.
25394 (tex-uptodate-p): Handle the case where TeX hasn't put additional
25395 info in a transcript.
25396
25397 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
25398
25399 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
25400 fix compilation warning. Reorder the key definitions to group
25401 together keys emitted by the current version of xterm.
25402
25403 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
25404 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
25405 Reorder predicates to correct min-color usage.
25406
25407 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
25408
25409 * longlines.el (longlines-mode): Inhibit read-only when encoding.
25410 Kill local variables when longlines-mode is turned off.
25411
25412 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
25413
25414 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
25415
25416 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
25417
25418 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
25419
25420 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
25421 (font-lock-lines-before): Change default to being inactive.
25422 (font-lock-default-fontify-region): Obey font-lock-lines-before.
25423 (font-lock-after-change-function): Don't handle f-l-lines-before here.
25424
25425 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
25426
25427 * net/tramp.el (tramp-handle-make-auto-save-file-name):
25428 Deactivate temporarily advice if active (not needed for Emacs 22,
25429 but for backwards compatibility).
25430 (tramp-exists-file-name-handler): Rewrite. First implementation
25431 was too simple.
25432 (tramp-advice-make-auto-save-file-name):
25433 Call `tramp-handle-make-auto-save-file-name' (again, just for
25434 backwards compatibility).
25435
25436 2005-08-31 Reto Zimmermann <reto@gnu.org>
25437
25438 * progmodes/vhdl-mode.el
25439 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
25440 (vhdl-end-p): Fix indentation bug "else" after "-- when".
25441 (vhdl-set-default-project): New function (easier setting of default).
25442 (vhdl-port-copy): Handle extended identifiers for generics.
25443 (vhdl-compiler-alist): Better description for error message regexp.
25444 (vhdl-make): Query for target, use previous as default.
25445 (vhdl-port-copy): Fix port copy for port names starting with "signal".
25446 (vhdl-font-lock-keywords-2): Fix fontification for record
25447 el. assign.
25448 (vhdl-speedbar-make-subpack-line): Add package body link.
25449 (vhdl-generate-makefile-1): Not include itself as dependency.
25450 (vhdl-font-lock-init): Highlight c-preprocessor directives.
25451 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
25452 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
25453 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
25454 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
25455 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
25456 (vhdl-import-project): Add string argument for `error'.
25457 (vhdl-compose-configuration)
25458 (vhdl-compose-configuration-architecture): Add configuration
25459 declaration generation.
25460 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
25461 (vhdl-trailer-re): Add "record" keyword (better indentation).
25462 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
25463 "[^ \t-\"]+".
25464 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
25465 (vhdl-testbench-entity-file-name)
25466 (vhdl-testbench-architecture-file-name): Allow separate
25467 customization of testbench file names.
25468 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
25469 (vhdl-get-visible-signals): Allow newline within alias declaration.
25470 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
25471 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
25472 (member-ignore-case): Alias for missing function in XEmacs.
25473 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
25474 (vhdl-update-sensitivity-list): Ignore case on read signals.
25475 (vhdl-replace-string): Adjust case only for file names.
25476 (vhdl-update-sensitivity-list): Fix search for read signals.
25477 (vhdl-update-sensitivity-list): Exclude formal parameters.
25478 (vhdl-get-visible-signals): Include aliases of signals.
25479 (vhdl-get-visible-signals): Fix signal name searching.
25480 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
25481 (vhdl-fixup-whitespace-region): Fix for character
25482 literals (e.g. `:').
25483
25484 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
25485
25486 * ansi-color.el (comint-last-output-start):
25487 * bs.el (font-lock-verbose):
25488 * diff-mode.el (add-log-buffer-file-name-function):
25489 * dired-x.el (vm-folder-directory):
25490 * faces.el (help-xref-stack-item):
25491 * files.el (font-lock-keywords):
25492 * find-lisp.el (dired-buffers, dired-subdir-alist):
25493 * ido.el (cua-inhibit-cua-keys):
25494 * log-view.el (cvs-minor-wrap-function):
25495 * outline.el (font-lock-warning-face):
25496 * simple.el (compilation-current-error):
25497 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
25498 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
25499 * tooltip.el (comint-prompt-regexp):
25500 * w32-fns.el (explicit-shell-file-name):
25501 * term/mac-win.el (mac-charset-info-alist)
25502 (mac-services-selection, mac-system-script-code):
25503 * term/tty-colors.el (msdos-color-values):
25504 * term/w32-win.el (xlfd-regexp-registry-subnum):
25505 * term/x-win.el (x-keysym-table, x-selection-timeout)
25506 (x-session-id, x-session-previous-id):
25507 * textmodes/ispell.el (mail-yank-prefix):
25508 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
25509 * textmodes/org.el (calc-embedded-close-formula)
25510 (calc-embedded-open-formula)
25511 (font-lock-unfontify-region-function):
25512 * textmodes/reftex-global.el (isearch-next-buffer-function)
25513 (TeX-master):
25514 * textmodes/reftex.el (font-lock-keywords):
25515 * textmodes/tex-mode.el (font-lock-comment-face)
25516 (font-lock-doc-face):
25517 * textmodes/texinfo.el (outline-heading-alist):
25518 Add defvars.
25519
25520 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
25521 (artist-spray-chars, artist-mode-init, artist-replace-string)
25522 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
25523 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
25524 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
25525
25526 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
25527 (conf-align-assignments): "?\ " -> "?\s".
25528
25529 * textmodes/reftex-index.el (TeX-master): Add defvar.
25530 (reftex-index-phrases-marker): Move up defvar.
25531
25532 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
25533 (reftex-toc-include-labels-indicator)
25534 (reftex-toc-include-index-indicator)
25535 (reftex-toc-max-level-indicator): Move up declarations.
25536
25537 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
25538 of args to `tramp-run-real-handler', even if it's empty in this case.
25539
25540 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25541
25542 * dired.el (dired-move-to-filename-regexp): Add date format for
25543 Mac OS X 10.3 in East Asian locales.
25544
25545 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
25546
25547 * files.el (make-auto-save-file-name): Add file name handler call
25548 if applicable.
25549
25550 * net/tramp.el (tramp-file-name-handler-alist)
25551 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
25552 (tramp-handle-make-auto-save-file-name): Rename from
25553 `tramp-make-auto-save-file-name'.
25554 (tramp-exists-file-name-handler): New defun.
25555 (tramp-advice-make-auto-save-file-name): Make defadvice only when
25556 `make-auto-save-file-name' is not a magic file name operation.
25557
25558 2005-08-30 Richard M. Stallman <rms@gnu.org>
25559
25560 * files.el (risky-local-variable-p):
25561 Match `-predicates' and `-commands.
25562
25563 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
25564 (custom-save-all): Visit the file if necessary;
25565 kill the buffer if we created it.
25566 (custom-save-delete): Don't visit file or kill buffer here.
25567
25568 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
25569
25570 * textmodes/org.el (org-special-keyword): New face.
25571 (org-table-copy-down, org-table-eval-formula)
25572 (org-table-recalculate, org-init-section-numbers):
25573 Use `string-to-number' instead of `string-to-int'.
25574 (org-get-location): Use `insert-buffer-substring' instead of
25575 `insert-buffer'.
25576 (org-modify-diary-entry-string): New function.
25577 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
25578 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
25579 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
25580 active region.
25581 (org-export-as-html): Handle QUOTE keyword.
25582 (org-quote-string): New option.
25583 (org-bookmark-jump-unhide): New function, used for
25584 `bookmark-after-jump-hook'.
25585 (org-diary-default-entry): Apply only when not called through
25586 `org-agenda'.
25587
25588 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
25589
25590 * net/eudc.el (mode-popup-menu):
25591 * play/handwrite.el (ps-printer-name, ps-lpr-command):
25592 * progmodes/ada-mode.el (compile-auto-highlight)
25593 (skeleton-further-elements):
25594 * progmodes/autoconf.el (font-lock-syntactic-keywords):
25595 * progmodes/cmacexp.el (msdos-shells):
25596 * progmodes/compile.el (font-lock-extra-managed-props)
25597 (font-lock-keywords, font-lock-maximum-size)
25598 (font-lock-support-mode):
25599 * progmodes/grep.el (font-lock-lines-before):
25600 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
25601 * progmodes/mixal-mode.el (compile-command):
25602 * progmodes/perl-mode.el (font-lock-comment-face)
25603 (font-lock-doc-face, font-lock-string-face):
25604 * progmodes/prolog.el (comint-prompt-regexp):
25605 * progmodes/sh-script.el (font-lock-comment-face)
25606 (font-lock-set-defaults, font-lock-string-face):
25607 * progmodes/sql.el (font-lock-keyword-face)
25608 (font-lock-set-defaults, font-lock-string-face):
25609 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
25610 (itimer-version, lazy-lock-defer-contextually)
25611 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
25612 Add defvars.
25613
25614 * progmodes/cperl-mode.el (cperl-electric-lbrace)
25615 (cperl-electric-keyword, cperl-electric-pod)
25616 (cperl-electric-backspace, cperl-forward-re)
25617 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
25618 (vc-rcs-header, vc-sccs-header): Add defvars.
25619
25620 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
25621 (font-lock-syntactic-keywords, gud-find-expr-function):
25622 Add defvars.
25623
25624 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
25625 (gdb-frame-parameters): Declare before use.
25626
25627 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
25628 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
25629 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
25630 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
25631
25632 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
25633 (idlwave-help-with-source): Use `insert-buffer-substring', not
25634 `insert-buffer'.
25635
25636 2005-08-29 Juri Linkov <juri@jurta.org>
25637
25638 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
25639 Put outline-back-to-heading function call inside save-excursion.
25640
25641 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
25642
25643 * man.el (Man-init-defvars, Man-translate-references)
25644 (Man-support-local-filenames, Man-highlight-references):
25645 * progmodes/sql.el (sql-interactive-mode):
25646 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
25647
25648 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
25649 (compilation-mode-font-lock-keywords): Add defvars.
25650 (checkdoc-interactive-loop): "?\ " -> "?\s".
25651
25652 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
25653 (font-lock-doc-face, font-lock-string-face)
25654 (font-lock-keywords-case-fold-search): Add defvars.
25655 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
25656
25657 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
25658 Don't pass X and Y (they are ignored anyway).
25659 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
25660 (mouse-delete-window): Make arguments optional.
25661
25662 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
25663 (caesar-translate-table, minor-modes, news-buffer-save)
25664 (news-group-name, news-minor-modes): Add defvars.
25665
25666 * emacs-lisp/lselect.el (mouse-highlight-priority)
25667 (x-lost-selection-functions, zmacs-regions):
25668 * emacs-lisp/pp.el (font-lock-verbose):
25669 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
25670 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
25671 (ses-mode-map):
25672 * emacs-lisp/tcover-unsafep.el (safe-functions):
25673 * international/mule-cmds.el (mac-system-coding-system)
25674 (mac-system-locale):
25675 * language/ethio-util.el (rmail-current-message)
25676 (rmail-message-vector):
25677 * language/thai-util.el (thai-auto-composition-mode):
25678 * mail/metamail.el (rmail-current-message, rmail-message-vector):
25679 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
25680 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
25681 (vm-primary-inbox, vm-spool-files):
25682 * mail/rmail.el (deleted-head, font-lock-fontified)
25683 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
25684 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
25685 (total-messages):
25686 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
25687 (rmail-summary-mode-map):
25688 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
25689 (rmail-last-label, rmail-last-multi-labels)
25690 (rmail-summary-vector, rmail-total-messages):
25691 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
25692 * mail/rmailsum.el (msgnum):
25693 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
25694 (rmail-current-message):
25695 * obsolete/fast-lock.el (font-lock-face-list):
25696 * obsolete/rnewspost.el (mail-reply-buffer):
25697 * obsolete/scribe.el (compile-command):
25698 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
25699
25700 2005-08-28 John Paul Wallington <jpw@gnu.org>
25701
25702 * ibuf-ext.el (ibuffer-auto-update-changed):
25703 Use `frame-or-buffer-changed-p' to check whether we need to update.
25704 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
25705 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
25706 as a `frame-or-buffer-changed-p' state vector instead.
25707
25708 2005-08-27 Romain Francoise <romain@orebokech.com>
25709
25710 * textmodes/makeinfo.el (makeinfo-compile):
25711 Use `compilation-start'. Set `next-error-function' according to
25712 `disable-errors'.
25713 (makeinfo-next-error): New function.
25714 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
25715 (makeinfo-buffer): Likewise.
25716
25717 * progmodes/compile.el (compilation-start): Add autoload cookie.
25718
25719 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
25720 * textmodes/sgml-mode.el: Likewise.
25721 * progmodes/python.el: Likewise.
25722
25723 2005-08-27 Eli Zaretskii <eliz@gnu.org>
25724
25725 * simple.el (blink-matching-paren-distance): Document the meaning
25726 of nil value, and allow to customize to nil.
25727
25728 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
25729 command.com, not command.exe.
25730
25731 2005-08-26 John Wiegley <johnw@newartisans.com>
25732
25733 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
25734 code around a bit so that an extraneous nil argument is not added
25735 to a command when no args are given.
25736
25737 * eshell/esh-arg.el (eshell-parse-double-quote): If a
25738 double-quoted argument resolves to nil, return it as an empty
25739 string rather than as nil. This made it impossible to pass "" to
25740 a shell script as a null string argument.
25741
25742 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
25743
25744 * outline.el (outline-invent-heading): New fun.
25745 (outline-promote, outline-demote): Use it.
25746 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
25747 (outline-end-of-subtree): Remove unused var `opoint'.
25748
25749 2005-08-26 David Reitter <david.reitter@gmail.com>
25750
25751 * menu-bar.el (truncate-lines, write-file, print-buffer)
25752 (ps-print-buffer-faces, ps-print-buffer, split-window):
25753 Disable menu items when the frame they refer to is invisible, or when
25754 they refer to a buffer and the minibuffer is selected.
25755
25756 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
25757
25758 * progmodes/flymake.el (flymake-highlight-err-lines):
25759 Use save-excursion around flymake-highlight-line to preserve point.
25760
25761 2005-08-26 Eli Zaretskii <eliz@gnu.org>
25762
25763 * progmodes/octave-mod.el: Change Author and Maintainer address.
25764 (octave-maintainer-address): Change Kurt's email address.
25765 * progmodes/octave-inf.el: Change Author and Maintainer address.
25766 * progmodes/octave-hlp.el: Change Author and Maintainer address.
25767
25768 2005-08-26 Kim F. Storm <storm@cua.dk>
25769
25770 * subr.el (version-list-<, version-list-<=, version-list-=):
25771 Rename from integer-list-*.
25772 (version-list-not-zero): Likewise. Fix while loop.
25773 (version=): Use version-list-= instead of string-equal.
25774
25775 2005-08-26 Richard M. Stallman <rms@gnu.org>
25776
25777 * outline.el (outline-promote): Try shortening the heading.
25778 As last resort, read the heading to use.
25779 (outline-demote): As last resort, read the heading to use.
25780
25781 2005-08-26 Romain Francoise <romain@orebokech.com>
25782
25783 * progmodes/compile.el (compilation-start): Doc fix.
25784
25785 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
25786 (antlr-font-lock-additional-keywords): Fix reference to
25787 `antlr-font-lock-literal-regexp' erroneously changed during the
25788 mass face rename.
25789 (antlr-run-tool): Use `compilation-start'.
25790
25791 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
25792 instead of the obsolete `compile-internal'.
25793
25794 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
25795
25796 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
25797 (number, original-date):
25798 * calendar/cal-china.el (date):
25799 * calendar/cal-coptic.el (date):
25800 * calendar/cal-french.el (date):
25801 * calendar/cal-hebrew.el (date, entry, number, original-date):
25802 * calendar/cal-islam.el (date, number, original-date):
25803 * calendar/cal-iso.el (date):
25804 * calendar/cal-julian.el (date):
25805 * calendar/cal-mayan.el (date):
25806 * calendar/cal-menu.el (date, event):
25807 * calendar/cal-persia.el (date):
25808 * calendar/lunar.el (date):
25809 * calendar/solar.el (date): Add defvars.
25810
25811 * emerge.el:
25812 * ibuffer.el:
25813 * info-xref.el:
25814 * obsolete/bg-mouse.el:
25815 * obsolete/sun-curs.el:
25816 * obsolete/swedish.el: Move the `defvar's to the top level.
25817
25818 * smerge-mode.el (smerge-refined-change): Add :group.
25819
25820 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
25821
25822 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
25823 (smerge-keep-n): Remove props.
25824 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
25825 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
25826 now that it's done in smerge-keep-n.
25827 (smerge-refined-change): New face.
25828 (smerge-refine-chopup-region, smerge-refine-highlight-change)
25829 (smerge-refine): New funs.
25830 (smerge-basic-map): Bind smerge-refine.
25831
25832 2005-08-25 Juri Linkov <juri@jurta.org>
25833
25834 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
25835 compilation-process-setup-function and compilation-disable-input
25836 in grep-mode instead of let-bindings in grep.
25837
25838 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
25839 Delete "Automatic File De/compression" (auto-compression-mode).
25840
25841 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
25842
25843 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
25844 Silence warning about non-existent variable.
25845
25846 2005-08-25 Richard M. Stallman <rms@gnu.org>
25847
25848 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
25849 Rename "Describe Key" to "Describe Key or Mouse Operation".
25850
25851 * mail/mailalias.el (build-mail-aliases): Delete comments
25852 from the contents before processing them.
25853
25854 * isearch.el (isearch-edit-string): Erase the Search prompt
25855 if user enters an empty string and there is no default.
25856
25857 * comint.el (comint-file-name-prefix): Add autoload.
25858
25859 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
25860
25861 * subr.el (play-sound): Rearrange to avoid warning.
25862
25863 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
25864
25865 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
25866 New hook.
25867 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
25868
25869 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
25870
25871 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
25872
25873 * custom.el (custom-theme-set-variables): Sort minor modes last.
25874
25875 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25876
25877 * subr.el (version-separator, version-regexp-alist): New vars used by
25878 version comparison funs.
25879 (integer-list-<, integer-list-=, integer-list-<=)
25880 (integer-list-not-zero): New funs for integer list comparison.
25881 (version-to-list, version=, version<, version<=): New funs for version
25882 comparison.
25883
25884 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
25885
25886 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
25887 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
25888 time to silence the byte-compiler.
25889
25890 * ibuffer.el (ibuffer-compile-make-eliding-form)
25891 (ibuffer-check-formats): Use `with-no-warnings' to hide references
25892 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
25893 so it's silly to get warnings for it).
25894 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
25895 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
25896 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
25897 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
25898 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
25899 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
25900 Defvar at compile time.
25901 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
25902 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
25903 Declare them before use.
25904
25905 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
25906 (info-xref-good, info-xref-bad): Defvar at compile time.
25907
25908 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
25909 Use `let*' instead of `let'.
25910
25911 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
25912 (*mouse-y*, menu, char): Defvar at compile time.
25913 (sc::menu): Declare it before use.
25914 (sc::pack-one-line): Use `let', not `let*'.
25915
25916 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
25917 (mail-send-hook): Defvar at compile time.
25918
25919 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
25920 Defvar at compile time.
25921
25922 * term/sun-mouse.el (current-global-mousemap)
25923 (current-local-mousemap): Declare them before use.
25924
25925 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
25926
25927 * bookmark.el (bookmark-after-jump-hook): New hook.
25928 (bookmark-jump): Run `bookmark-after-jump-hook'.
25929
25930 2005-08-23 Juri Linkov <juri@jurta.org>
25931
25932 * faces.el (minibuffer-prompt): Doc fix.
25933
25934 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
25935
25936 * progmodes/xscheme.el: Trivial changes to silence warnings.
25937 (xscheme-previous-mode, xscheme-previous-process-state):
25938 Add defvars.
25939 (xscheme-last-input-end, xscheme-process-command-line)
25940 (xscheme-process-name, xscheme-buffer-name)
25941 (xscheme-expressions-ring-max, xscheme-expressions-ring)
25942 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
25943 (xscheme-control-g-synchronization-p)
25944 (xscheme-control-g-disabled-p, xscheme-string-receiver)
25945 (default-xscheme-runlight, xscheme-runlight)
25946 (xscheme-runlight-string, xscheme-process-filter-state)
25947 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
25948 Move to beginning of file.
25949 (scheme-interaction-mode-commands-alist)
25950 (scheme-interaction-mode-map, scheme-debugger-mode-map):
25951 Declare them before use. Note: the initialization code for the
25952 variables has not been moved because it uses functions that reference
25953 the variables.
25954 (xscheme-control-g-message-string, xscheme-process-filter-alist)
25955 (xscheme-prompt-for-expression-map): Declare them before use.
25956 (scheme-debugger-mode-commands): "?\ " -> "?\s".
25957
25958 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
25959
25960 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
25961
25962 2005-08-22 Juri Linkov <juri@jurta.org>
25963
25964 * faces.el (set-face-underline): Delete this duplicate function
25965 and make an obsolete alias to set-face-underline-p.
25966 (set-face-underline-p): Use docstring of set-face-underline.
25967 (describe-face): Create hyperlink to parent face.
25968
25969 * info.el (Info-insert-dir): Use save-excursion around
25970 insert-buffer-substring.
25971 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
25972 (Info-escape-percent): Delete function.
25973 (Info-fontify-node): Replace Info-escape-percent by
25974 replace-regexp-in-string with REP arg set to lambda that
25975 duplicates `%' and preserves text properties.
25976
25977 * progmodes/compile.el (compilation-disable-input): Doc fix.
25978 (define-compilation-mode): Doc fix and refill.
25979 (kill-compilation): Use `mode-name' in the error message.
25980 (compilation-find-file): Use `compilation-error' in the
25981 read-file-name's prompt.
25982
25983 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
25984
25985 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
25986 (smerge-auto-leave): Make undo re-enable the mode.
25987 (debug-ignored-errors): Add the user-error of impossible resolution.
25988 (smerge-resolve): Move things around a bit, in preparation for later.
25989 (smerge-diff): Don't fail if the buffer has no associated file.
25990 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
25991 (smerge-conflict-overlay): New function.
25992 (smerge-match-conflict): Don't add text properties here.
25993 (smerge-find-conflict): Instead, add an overlay here.
25994 Also check for the case where we're inside a conflict already, so as to
25995 obviate the need for font-lock-multiline, which is unbearably slow with
25996 large conflicts and ciomplex font-lock patterns.
25997 (smerge-remove-props): Remove overlay rather than text-properties.
25998 (smerge-mode): Don't set font-lock-multiline.
25999 Remove overlays when turned off.
26000
26001 2005-08-21 Kim F. Storm <storm@cua.dk>
26002
26003 * ido.el (ido-ignore-item-p): Use save-match-data.
26004 Bind case-fold-search to ido-case-fold locally.
26005
26006 2005-08-20 Richard M. Stallman <rms@gnu.org>
26007
26008 * files.el (normal-mode): If font lock is on, turn it off and on.
26009
26010 * subr.el (replace-regexp-in-string): Doc fix.
26011
26012 * startup.el (command-line-1): Don't suppress startup screen
26013 due to existing processes.
26014
26015 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
26016
26017 * progmodes/compile.el (compilation-disable-input): Default to nil.
26018
26019 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
26020
26021 * progmodes/compile.el (compilation-disable-input): New defcustom.
26022 (compilation-start): If compilation-disable-input is non-nil, send
26023 EOF to the compilation process.
26024
26025 2005-08-20 Eli Zaretskii <eliz@gnu.org>
26026
26027 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
26028 Run the argument of tex-shell-cd-command through
26029 convert-standard-filename, to get the correct style of slashes on
26030 Windows, and enclose the result in quotes, in case the file name
26031 includes whitespace or other special characters.
26032
26033 2005-08-19 Andreas Schwab <schwab@suse.de>
26034
26035 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
26036 process.
26037
26038 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
26039
26040 * cus-start.el (minibuffer-prompt-properties): Correct typo.
26041
26042 2005-08-18 Kim F. Storm <storm@cua.dk>
26043
26044 * scroll-lock.el: Fix errors due to incorrect line wrapping.
26045
26046 2005-08-18 Richard M. Stallman <rms@gnu.org>
26047
26048 * scroll-lock.el: New file.
26049
26050 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
26051
26052 * dired.el (dired-move-to-end-of-filename):
26053 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
26054
26055 2005-08-18 Kim F. Storm <storm@cua.dk>
26056
26057 * ido.el (ido-everywhere): Fix defcustom :set function to disable
26058 rather than toggle mode when custom value is nil.
26059 (ido-everywhere): Fix defun doc string.
26060
26061 2005-08-17 Richard M. Stallman <rms@gnu.org>
26062
26063 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
26064 as tag instead of "Inviolable".
26065
26066 2005-08-17 Kim F. Storm <storm@cua.dk>
26067
26068 * windmove.el (windmove-coordinates-of-position): Remove.
26069 (windmove-coordinates-of-window-position): Remove.
26070 (windmove-reference-loc): Use posn-at-point instead.
26071
26072 * subr.el (insert-for-yank-1): Doc fix.
26073
26074 * ido.el (ido-enter-matching-directory): Rename from
26075 ido-enter-single-matching-directory. Change `slash' choice to
26076 `only'. Add `first' choice.
26077 (ido-exhibit): Adapt to above changes.
26078
26079 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
26080
26081 * Makefile.in: Expand comment about building loaddefs.el.
26082
26083 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
26084
26085 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
26086 Comment use of defadvice.
26087
26088 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
26089
26090 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
26091
26092 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
26093 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
26094 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
26095 * progmodes/idlw-shell.el, progmodes/ld-script.el,
26096 * progmodes/which-func.el, ruler-mode.el, strokes.el,
26097 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
26098 for backward compatibility for faces that did not appear in the
26099 previous Emacs release.
26100
26101 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
26102
26103 2005-08-15 Kim F. Storm <storm@cua.dk>
26104
26105 * emulation/cua-base.el (cua-delete-region): Return t if
26106 deleted region was non-empty.
26107 (cua-replace-region): Inhibit overwrite-mode for
26108 self-insert-command if replaced region was non-empty.
26109 (cua--explicit-region-start, cua--status-string): Make them
26110 buffer-local at top-level...
26111 (cua-mode): ...rather than when mode is enabled.
26112
26113 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
26114
26115 * progmodes/vhdl-mode.el (vhdl-emacs-21):
26116 Set t for Emacs 21, 22, and so on.
26117
26118 2005-08-15 David Ponce <david@dponce.com>
26119
26120 * tree-widget.el: Update Commentary header.
26121 (tree-widget-theme): Doc fix.
26122 (tree-widget-space-width): New option.
26123 (tree-widget-image-properties): Look up in the default theme too.
26124 (tree-widget--cursors): Only for images with arrow pointer shape.
26125 (tree-widget-lookup-image): Pointer shape is hand by default.
26126 (tree-widget-icon): Rename generic icon widget from
26127 `tree-widget-control'.
26128 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
26129 derive from `tree-widget-icon'.
26130 (tree-widget-handle): Improve default look and feel of the text
26131 representation.
26132 (tree-widget): Rename :*-control properties to :*-icon properties.
26133 Add :action and :help-echo properties.
26134 (tree-widget-after-toggle-functions): Move.
26135 (tree-widget-close-node, tree-widget-open-node): Remove.
26136 (tree-widget-before-create-icon-functions): New hook.
26137 (tree-widget-value-create): Update to allow customization of icons
26138 and nodes at run-time via that new hook.
26139 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
26140 (tree-widget-icon-action, tree-widget-icon-help-echo)
26141 (tree-widget-action, tree-widget-help-echo): New functions.
26142
26143 2005-08-15 Kim F. Storm <storm@cua.dk>
26144
26145 * ido.el (ido-buffer-internal): Use with-no-warnings.
26146 (ido-make-merged-file-list): Use while-no-input.
26147
26148 2005-08-15 Richard M. Stallman <rms@gnu.org>
26149
26150 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
26151 (flyspell-large-region): Fix doc and custom type.
26152
26153 2005-08-14 Richard M. Stallman <rms@gnu.org>
26154
26155 * files.el (interpreter-mode-alist): Doc fix.
26156
26157 * mail/rmail.el (rmail-nonignored-headers): New variable.
26158 (rmail-clear-headers): Use it.
26159 (rmail-reply): Better handling of mail-followup-to header.
26160
26161 * progmodes/sh-script.el (sh-font-lock-keywords-var):
26162 Rename variable from sh-font-lock-keywords. In the `shell' entry,
26163 don't try to refer to executable-font-lock-keywords.
26164 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
26165 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
26166 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
26167 (sh-mode): Set comment-start-skip, local-abbrev-table,
26168 imenu-case-fold-search.
26169 (sh-set-shell): Don't set them here.
26170 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
26171 Don't cache the results in the original alist; don't ever modify
26172 that alist.
26173
26174 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
26175
26176 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
26177 empty.
26178
26179 2005-08-15 Andreas Schwab <schwab@suse.de>
26180
26181 * desktop.el: Put autoload cookie at risky-local-variable declarations.
26182
26183 * dired.el, info.el, mail/rmail.el: Revert last change.
26184
26185 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
26186
26187 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
26188 modification in `eval-after-load' form.
26189 * info.el: Likewise.
26190 * mail/rmail.el: Likewise.
26191
26192 2005-08-14 Juri Linkov <juri@jurta.org>
26193
26194 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26195 Remove highlighting of "Compilation started". Highlight only
26196 the word "finished" in "Compilation finished". Add highlighting
26197 of "interrupt", "killed", "terminated" and the exit code.
26198 (compilation-start): Add newline after header. Use exactly the
26199 same time stamp format as the finishing message.
26200 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
26201
26202 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
26203 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
26204 Add highlighting of "interrupt", "killed", "terminated".
26205
26206 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
26207 enabled and the current command is self-insert-command, call it
26208 explicitly with overwrite-mode bound to nil, to not allow it
26209 to delete the character after the selected region.
26210
26211 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
26212
26213 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
26214 move-end-of-line, end-of-line, and beginning-of-line to the list
26215 of commands after which the echo area is updated.
26216
26217 2005-08-12 Eli Zaretskii <eliz@gnu.org>
26218
26219 * cus-edit.el (custom-save-all, custom-save-delete):
26220 Bind recentf-exclude to exclude custom-file.
26221
26222 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
26223
26224 * mail/rmailsum.el (rmail-summary-end-of-message): New command
26225 to go to the bottom of the mail message. Added to
26226 `rmail-summary-mode-map' with key "/".
26227 (rmail-summary-show-message): New (internal) function for use by
26228 both `rmail-summary-beginning/end-of-message'.
26229 (rmail-summary-beginning-of-message): Change to use
26230 rmail-summary-show-message.
26231
26232 * mail/rmail.el (rmail-end-of-message): New command to go to the
26233 end of the current message. Added to `rmail-mode-map' with key "/".
26234 (rmail-beginning-of-message): Fix to work as documented.
26235 (rmail-mode): Change documentation.
26236
26237 * progmodes/compile.el (compilation-start): Add the line
26238 "Compilation started" with compilation start time.
26239 (compilation-mode-font-lock-keywords): Add `started' to keywords.
26240
26241 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
26242
26243 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
26244 of menu items.
26245
26246 2005-08-11 Richard M. Stallman <rms@gnu.org>
26247
26248 * simple.el (pop-global-mark): Reverse test of widen-automatically.
26249
26250 * battery.el (battery-status-function): Don't use ignore-errors.
26251
26252 2005-08-11 Lute Kamstra <lute@gnu.org>
26253
26254 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
26255 define-obsolete-variable-alias.
26256
26257 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
26258
26259 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
26260 (ange-ftp-send-cmd): Revert last change, and expand
26261 the comment explaining the problem.
26262
26263 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
26264
26265 * ldefs-boot.el: Update.
26266
26267 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
26268 item to "Time, Load and Mail". Change help echo text.
26269
26270 * time.el (display-time-use-mail-icon, display-time-format)
26271 (display-time-string-forms): Shorten first line of docstrings.
26272
26273 2005-08-10 Lars Hansen <larsh@soem.dk>
26274
26275 * desktop.el (desktop-buffer-mode-handlers):
26276 Make non-customizable. Add autoload cookie. Change initial value to
26277 nil; add elements in respective modules instead. Fix doc string.
26278 (desktop-load-file): New function.
26279 (desktop-minor-mode-handlers): New autoloaded variable.
26280 (desktop-create-buffer): Call minor mode handlers.
26281 Use desktop-load-file to load major and minor mode modules prior to
26282 checking for a handler.
26283 (desktop-save): Don't add nil to desktop-minor-modes for minor
26284 modes with nil function in desktop-minor-mode-table. Don't delete
26285 desktop file before rewriting it.
26286 (desktop-locals-to-save): Add autoload cookie. Don't make
26287 automatically buffer-local. Add variables column-number-mode,
26288 size-indication-mode, indent-tabs-mode,
26289 indicate-buffer-boundaries, indicate-empty-lines and
26290 show-trailing-whitespace.
26291 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
26292 regexps. Don't use desktop-clear-preserve-buffers-regexp.
26293 (desktop-clear-preserve-buffers-regexp): Delete.
26294 (desktop-clear-preserve-buffers): Update initial value and docstring.
26295 (desktop-save-buffer): Fix doc string.
26296
26297 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
26298 (hilit-chg-desktop-restore): New function.
26299 (highlight-changes-mode): Add highlight-changes-mode to
26300 desktop-locals-to-save.
26301
26302 * dired.el: Add handler to desktop-buffer-mode-handlers.
26303 (dired-restore-desktop-buffer): Remove autoload cookie.
26304 (dired-mode): Add autoload cookie.
26305
26306 * info.el: Add handler to desktop-buffer-mode-handlers.
26307 (Info-restore-desktop-buffer): Remove autoload cookie.
26308 (Info-mode): Add autoload cookie.
26309
26310 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
26311 (mh-restore-desktop-buffer): Remove autoload cookie.
26312 (mh-folder-mode): Add autoload cookie.
26313
26314 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
26315 (rmail-restore-desktop-buffer): Remove autoload cookie.
26316
26317 2005-08-11 Masatake YAMATO <jet@gyve.org>
26318
26319 * hexl.el (hexl-address-region):
26320 (hexl-ascii-region, hexl-font-lock-keywords):
26321 (hexl-highlight-line-range): Use the term "region"
26322 instead of "area" for consistency with the other symbols
26323 defined in hexl.el.
26324
26325 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
26326
26327 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
26328 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
26329 out by Juri Linkov). Add `display-battery-mode'.
26330
26331 2005-08-09 Juri Linkov <juri@jurta.org>
26332
26333 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26334 Remove `-text' from face variable names.
26335 (compilation-error-file-name, compilation-warning-file-name)
26336 (compilation-info-file-name): Delete faces.
26337 (compilation-line-number, compilation-column-number):
26338 Remove face underlining.
26339 (compilation-message-face): Set to `underline' value by default.
26340 (compilation-error-face, compilation-warning-face)
26341 (compilation-info-face): Remove `-file-name' from face names.
26342 (compilation-error-text-face, compilation-warning-text-face)
26343 (compilation-info-text-face): Delete face variables.
26344 (compilation-text-face): Delete function.
26345
26346 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
26347 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
26348 (grep-error-face): Set to `compilation-error' instead of
26349 `compilation-error-face' (which is redefined to `grep-hit-face' in
26350 grep buffers).
26351 (grep-mode-font-lock-keywords): Remove `-text' from face variable
26352 names. Use `grep-error-face' instead of `compilation-error-text-face'.
26353
26354 * dired-aux.el (dired-do-query-replace-regexp):
26355 Use `query-replace-read-args'.
26356
26357 * replace.el (query-replace-read-from, query-replace-read-to)
26358 (query-replace-read-args): Rename arg `string' to `prompt'.
26359
26360 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
26361
26362 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
26363
26364 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
26365 uploading files.
26366 (ange-ftp-canonize-filename): Handle file names beginning with ~
26367 correctly.
26368
26369 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
26370
26371 * textmodes/fill.el (canonically-space-region)
26372 (fill-context-prefix, fill-french-nobreak-p)
26373 (fill-delete-newlines, fill-comment-paragraph)
26374 (justify-current-line): "?\ " -> "?\s".
26375
26376 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
26377
26378 * textmodes/fill.el (fill-nonuniform-paragraphs):
26379 Improve argument/docstring consistency.
26380
26381 2005-08-09 Richard M. Stallman <rms@gnu.org>
26382
26383 * textmodes/ispell.el (ispell-word): More fboundp checks.
26384
26385 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
26386 (find-file-noselect-1): Call it here, only if RAWFILE.
26387 (normal-mode): Always set some major mode.
26388 (save-some-buffers-action-alist): Change some explanation strings.
26389 (file-name-non-special): In the `quote' method, use unwind-protect.
26390
26391 2005-08-09 Magnus Henoch <mange@freemail.hu>
26392
26393 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
26394 (ispell-have-aspell-dictionaries): New variable.
26395 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
26396 (ispell-get-aspell-config-value): New function.
26397 (ispell-aspell-find-dictionary): New function.
26398 (ispell-aspell-add-aliases): New function.
26399 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
26400 appropriate. Don't look for ispell dictionaries if we use aspell.
26401 (ispell-menu-map): Don't build a submenu of dictionaries.
26402
26403 2005-08-09 Richard M. Stallman <rms@gnu.org>
26404
26405 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
26406 (sql-read-passwd): Use read-passwd.
26407
26408 * progmodes/idlw-toolbar.el (idlwave-toolbar)
26409 (idlwave-toolbar-is-possible): Add defvars.
26410
26411 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
26412 Avoid warnings.
26413
26414 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
26415 (idlwave-system-class-info, idlwave-executive-commands-alist):
26416 Use defvar.
26417
26418 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
26419
26420 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
26421 Avoid warnings.
26422
26423 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
26424 and content-type: headers.
26425
26426 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
26427
26428 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
26429 and rename some of them to be more self-explanatory.
26430
26431 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
26432
26433 * startup.el (command-line-1): Implement -scriptload.
26434
26435 * replace.el (occur-engine): Initial *Occur* output not undoable.
26436
26437 * menu-bar.el (menu-bar-file-menu): Rename some menu items
26438 and improve help strings.
26439
26440 * isearch.el (isearch-repeat): When changing direction,
26441 mark search successful.
26442
26443 * ediff-init.el: Use (featurep 'xemacs).
26444
26445 * comint.el (send-invisible): Identify buffer, if not selected.
26446
26447 * align.el: Delete autoload for c-guess-basic-syntax.
26448
26449 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
26450
26451 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
26452 Improve argument/docstring consistency. Doc fixes.
26453 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
26454 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
26455 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
26456 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
26457 (r2bv-organization, r2bv-pages, r2bv-primary-author)
26458 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
26459 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
26460 Defvar at compile time.
26461
26462 2005-08-09 Juri Linkov <juri@jurta.org>
26463
26464 * info.el: Replace `info' with upper-case `Info' where appropriate.
26465 (info-title-1, info-title-2, info-title-3, info-title-4)
26466 (info-menu-header): Move up face definitions.
26467 (info-menu-star): Rename from `info-menu-5'.
26468 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
26469 (Info-fontify-visited-nodes): Fix docstring.
26470 (Info-hide-note-references): Fix docstring.
26471 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
26472 menu items in the same way as on cross-references.
26473 (info-apropos): Fix sorting order and formatting to be like in the
26474 stand-alone Info browser. Display error messages for 1 sec.
26475 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
26476 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
26477 from the menu bar.
26478 (Info-insert-dir): Restore point after calling
26479 `insert-buffer-substring'.
26480
26481 2005-08-08 Richard M. Stallman <rms@gnu.org>
26482
26483 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
26484 (recompute-lucid-menubar): Add defvars.
26485
26486 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
26487
26488 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
26489
26490 * net/net-utils.el (run-dig): Rename from `dig'.
26491
26492 * play/gametree.el (gametree-mode): Use make-local-variable,
26493 not make-variable-buffer-local.
26494
26495 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
26496
26497 * ansi-color.el (ansi-color-make-extent)
26498 (ansi-color-set-extent-face): Use fboundp, not functionp.
26499
26500 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
26501 not make-variable-buffer-local.
26502
26503 * bookmark.el (Info-current-file): Add defvar.
26504 (bookmark-jump-noselect): Use with-no-warnings.
26505
26506 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
26507
26508 * ebuff-menu.el (Helper-return-blurb): Add defvar.
26509
26510 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
26511
26512 * find-file.el (ada-procedure-start-regexp)
26513 (ada-package-start-regexp): Add defvars.
26514
26515 * info.el (Info-insert-dir): Use insert-buffer-substring.
26516
26517 * xml.el (xml-att-def-re): Add defvar.
26518
26519 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
26520 calling convention.
26521
26522 * subr.el (while-no-input): Return t if there is input.
26523
26524 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
26525
26526 * cus-start.el (all): Add `overflow-newline-into-fringe'.
26527
26528 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
26529
26530 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
26531 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
26532
26533 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
26534
26535 * cmuscheme.el (scheme-start-file): Replace reference to
26536 `user-emacs-directory' by "~/.emacs.d/".
26537
26538 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
26539
26540 * info.el (Info-dir-remove-duplicates): Avoid case folding
26541 in loop; instead, keep downcased strings for comparison.
26542 Suggested by Helmut Eller.
26543
26544 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
26545
26546 Sync with Tramp 2.0.50.
26547
26548 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
26549 XEmacs case; not necessary anymore.
26550 (tramp-user-regexp): Allow "@" as part of user name.
26551 (tramp-handle-set-visited-file-modtime)
26552 (tramp-handle-insert-file-contents)
26553 (tramp-handle-write-region): No special handling for
26554 `last-coding-system-used, because this is done in
26555 `tramp-accept-process-output' now.
26556 (tramp-accept-process-output): New defun.
26557 (tramp-process-one-action, tramp-process-one-multi-action)
26558 (tramp-wait-for-regexp, tramp-wait-for-output)
26559 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
26560 Howells <dhowells@redhat.com>.
26561 (clear-visited-file-modtime): Defadvice removed. The check for
26562 unset buffer's modtime does not need to be based on
26563 `tramp-buffer-file-attributes'. Suggested by RMS.
26564 (tramp-message): Insert "\n" if not being at beginning of line.
26565 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
26566 sequence with same logic.
26567 (tramp-completion-handle-expand-file-name): Discard call of
26568 `tramp-drop-volume-letter'. It is not necessary, and there have
26569 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
26570 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
26571 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
26572 should always be visible.
26573 (tramp-handle-insert-directory, tramp-setup-complete)
26574 (tramp-set-process-query-on-exit-flag)
26575 (tramp-append-tramp-buffers): Pacify byte-compiler.
26576 (tramp-bug): Delete non-existing variables from list.
26577 Apply `tramp-load-report-modules' as pre-hook.
26578 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
26579 `shell-prompt-pattern' because of non-7bit characters.
26580 Reported by Sebastian Luque <sluque@mun.ca>.
26581 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
26582 (tramp-match-string-list): Remove function.
26583 (tramp-wait-for-regexp): Remove call of that function.
26584 Suggested by Kim F. Storm <storm@cua.dk>.
26585 (tramp-set-auto-save-file-modes): Use octal integer code #o600
26586 instead of octal character code ?\600. The latter resulted in a
26587 syntax error with XEmacs.
26588
26589 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
26590 XEmacs case; not necessary anymore.
26591 (tramp-smb-handle-write-region): No special handling for
26592 `last-coding-system-used, because this is done in
26593 `tramp-accept-process-output' now.
26594 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
26595
26596 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
26597
26598 * wid-edit.el (widget-choice-value-create):
26599 Unconditionally respect user choice. Set :explicit-choice back to nil
26600 when no longer needed.
26601 (widget-choice-action): Unconditionally respect user choice.
26602 Eliminate :explicit-choice-value.
26603
26604 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
26605
26606 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
26607 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
26608 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
26609 running new function `toggle-indicate-empty-lines'.
26610 Rename "Customize" item to "Customize fringe".
26611 Rename "Indicators" item to "Buffer boundaries" and change help echo.
26612 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
26613 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
26614 Delete "Empty lines only" item.
26615 (menu-bar-showhide-fringe-ind-customize): New function.
26616 (menu-bar-showhide-fringe-ind-mixed)
26617 (menu-bar-showhide-fringe-ind-box)
26618 (menu-bar-showhide-fringe-ind-right)
26619 (menu-bar-showhide-fringe-ind-left)
26620 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
26621 instead of `fringe-indicators'.
26622
26623 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
26624
26625 * emulation/viper.el (viper-emacs-state-mode-list):
26626 Add recentf-dialog-mode. Change the date of last update.
26627
26628 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
26629
26630 * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
26631 (viper-exec-yank, viper-put-back): Don't display modification msg
26632 if in the minibuffer.
26633
26634 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
26635 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
26636 Make variables frame local.
26637
26638 * emulation/viper-util.el (viper-append-filter-alist):
26639 Use append instead of nconc.
26640
26641 * emulation/viper.el (viper-vi-state-mode-list)
26642 (viper-emacs-state-mode-list): Move help-mode and
26643 completion-list-mode from the first list to the second.
26644 (viper-mode): Docstring.
26645 (viper-go-away, viper-non-hook-settings): Don't localize
26646 minor-mode-alist in newer Emacsen. Add advice to
26647 set-cursor-color. Don't bind "\C-c\\".
26648
26649 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
26650
26651 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
26652 (scheme-macro-expand-command): New user options.
26653 (scheme-trace-procedure, scheme-expand-current-form): New commands.
26654 (scheme-form-at-point, scheme-start-file)
26655 (scheme-interactively-start-process): New functions.
26656 (scheme-get-process): New function, extracted from `scheme-proc'.
26657 (run-scheme): Call `scheme-start-file' to get start file, and pass
26658 it to `make-comint'.
26659 (switch-to-scheme, scheme-proc):
26660 Call `scheme-interactively-start-process' if no Scheme buffer/process
26661 is available.
26662
26663 2005-08-06 Juri Linkov <juri@jurta.org>
26664
26665 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26666 Use `compilation-text-face', `compilation-info-text-face' and
26667 `compilation-error-text-face' instead of `font-lock-keyword-face'.
26668 (compilation-error): New face.
26669 (compilation-error-file-name): Inherit from
26670 `compilation-error' instead of `font-lock-warning-face'.
26671 (compilation-warning-file-name): Inherit from
26672 `compilation-warning' instead of `font-lock-warning-face'.
26673 (compilation-info, compilation-error-file-name)
26674 (compilation-warning-file-name, compilation-info-file-name)
26675 (compilation-line-number, compilation-column-number): Doc fix.
26676 (compilation-error-text-face, compilation-warning-text-face)
26677 (compilation-info-text-face): New face variables.
26678 (compilation-line-face, compilation-column-face)
26679 (compilation-enter-directory-face)
26680 (compilation-leave-directory-face): Doc fix.
26681 (compilation-text-face): New function.
26682
26683 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
26684 instead of 1 to display binary file names as info file links.
26685 (grep-error-face): Use `compilation-error-face' instead of
26686 `font-lock-keyword-face'.
26687 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
26688 and `compilation-warning-text-face' instead of
26689 `font-lock-keyword-face'. Use `compilation-error-text-face'
26690 instead of `grep-error-face'.
26691
26692 2005-08-05 Kenichi Handa <handa@m17n.org>
26693
26694 * international/code-pages.el: Add autoload cookies for all coding
26695 systems.
26696
26697 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
26698
26699 * cus-start.el (all): Put undo.c where it alphabetically belongs.
26700
26701 2005-08-04 Juri Linkov <juri@jurta.org>
26702
26703 * progmodes/compile.el (compilation-mode-map):
26704 * progmodes/grep.el (grep-mode-map):
26705 Bind TAB to `compilation-next-error' and [backtab] to
26706 `compilation-previous-error'.
26707
26708 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
26709 matching line numbers, column numbers and their ranges with regexp
26710 matching only line numbers.
26711 (grep-context-face): New face variable.
26712 (grep-mode-font-lock-keywords): Use it.
26713
26714 * faces.el (read-face-name): Delete duplicate faces.
26715
26716 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
26717
26718 * thumbs.el (thumbs-find-image): Don't make variables
26719 automatically buffer local.
26720 (thumbs-current-tmp-filename, thumbs-current-image-filename)
26721 (thumbs-image-num): Make automatically buffer local.
26722 (thumbs-show-thumbs-list): Use `make-local-variable', not
26723 `make-variable-buffer-local'.
26724 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
26725
26726 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
26727 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
26728 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
26729 (bother, bye, canyou, chatlst, continue, deathlst, describe)
26730 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
26731 (feelings-about, foullst, found, hello, history, howareyoulst)
26732 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
26733 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
26734 (neglst, obj, object, owner, please, problems, qlist)
26735 (random-adjective, relation, remlst, repetitive-shortness)
26736 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
26737 (shortlst, something, sportslst, stallmanlst, states, subj)
26738 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
26739 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
26740 Defvar at compile time.
26741
26742 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
26743 not `make-variable-buffer-local'.
26744
26745 2005-08-02 Kim F. Storm <storm@cua.dk>
26746
26747 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
26748 rectangle overlay in selected window.
26749
26750 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
26751
26752 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
26753 instead of display group. Make `indicate-buffer-boundaries'
26754 customizable through Custom.
26755
26756 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
26757
26758 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
26759 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
26760 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
26761 (gdb-put-string): Fix typos in docstrings.
26762
26763 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
26764
26765 Update copyright notices of files in progmodes directory for
26766 release of Emacs 22.1.
26767
26768 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
26769
26770 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
26771 Don't barf if the GUD buffer has been killed.
26772
26773 2005-08-01 Kim F. Storm <storm@cua.dk>
26774
26775 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
26776
26777 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
26778
26779 * simple.el (next-error-follow-minor-mode):
26780 make-variable-buffer-local -> make-local-variable.
26781
26782 * emacs-lisp/cl-extra.el: Require CL also when compiling.
26783
26784 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
26785 (byte-compile-form-make-variable-buffer-local): New functions to warn
26786 about misuses of make-variable-buffer-local where make-local-variable
26787 was meant.
26788
26789 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
26790
26791 * bs.el (bs-attributes-list): Doc fix.
26792 (bs): Update url-link.
26793
26794 * desktop.el (desktop-save-buffer): Fix typos in docstring.
26795 (desktop-load-default): Simplify.
26796
26797 * ibuffer.el (ibuffer-columnize-and-insert-list)
26798 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
26799 (ibuffer-unmark-all, ibuffer-toggle-marks)
26800 (ibuffer-unmark-forward, ibuffer-unmark-backward)
26801 (ibuffer-compile-make-format-form, ibuffer-format-column)
26802 (ibuffer-current-buffers-with-marks)
26803 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
26804 (ibuffer): Doc fix.
26805 (ibuffer-mode): Fix typo in docstring.
26806 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
26807 with `define-obsolete-variable-alias'.
26808 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
26809
26810 2005-07-29 Kenichi Handa <handa@m17n.org>
26811
26812 * international/mule-cmds.el (select-message-coding-system):
26813 Be sure to use LF for end-of-line. If no coding system is decided,
26814 return iso-8859-1-unix.
26815
26816 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
26817
26818 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
26819 (ange-ftp-pending-error-line): New vars.
26820 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
26821 to handle the non-fatal no-route-to-host messages.
26822 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
26823
26824 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
26825
26826 * isearch.el (isearch-mode-map, isearch-other-meta-char)
26827 (isearch-quote-char, isearch-printing-char)
26828 (isearch-text-char-description): "?\ " -> "?\s".
26829 (isearch-lazy-highlight-cleanup)
26830 (isearch-lazy-highlight-initial-delay)
26831 (isearch-lazy-highlight-interval)
26832 (isearch-lazy-highlight-max-at-a-time)
26833 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
26834 Declare with define-obsolete-*-alias macros.
26835 (isearch-forward): Fix typo in docstring.
26836 (search-invisible, search-ring-yank-pointer)
26837 (regexp-search-ring-yank-pointer): Doc fixes.
26838
26839 * recentf.el (recentf-menu-append-commands-p): Declare with
26840 `define-obsolete-variable-alias'.
26841 (recentf-max-saved-items, recentf-menu-filter)
26842 (recentf-arrange-by-rule-subfilter): Doc fixes.
26843 (recentf-menu-append-commands-flag)
26844 (recentf-initialize-file-name-history, recentf-expand-file-name)
26845 (recentf-clear-data): Fix typos in docstrings.
26846
26847 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
26848
26849 * progmodes/gdb-ui.el: Smarten comments.
26850 (gdb-info-breakpoints-custom): Use nowarn when finding file.
26851
26852 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
26853
26854 * term/apollo.el (terminal-init-apollo): New function containing
26855 all former top level forms in the file.
26856 * term/bobcat.el (terminal-init-bobcat):
26857 * term/cygwin.el (terminal-init-cygwin):
26858 * term/iris-ansi.el (terminal-init-iris-ansi):
26859 * term/linux.el (terminal-init-linux):
26860 * term/news.el (terminal-init-news):
26861 * term/rxvt.el (terminal-init-rxvt):
26862 * term/sun.el (terminal-init-sun):
26863 * term/tvi970.el (terminal-init-tvi970):
26864 * term/vt100.el (terminal-init-vt100):
26865 * term/vt102.el (terminal-init-vt102):
26866 * term/vt125.el (terminal-init-vt125):
26867 * term/vt200.el (terminal-init-vt200):
26868 * term/vt201.el (terminal-init-vt201):
26869 * term/vt220.el (terminal-init-vt220):
26870 * term/vt240.el (terminal-init-vt240):
26871 * term/vt300.el (terminal-init-vt300):
26872 * term/vt320.el (terminal-init-vt320):
26873 * term/vt400.el (terminal-init-vt400):
26874 * term/vt420.el (terminal-init-vt420):
26875 * term/wyse50.el (terminal-init-wyse50):
26876 * term/xterm.el (terminal-init-xterm): Likewise.
26877
26878 * term/README: Describe the terminal-init-* functionality.
26879
26880 * startup.el (command-line): After loading the terminal initialization
26881 file call the corresponding terminal initialization function.
26882
26883 2005-07-27 Kenichi Handa <handa@m17n.org>
26884
26885 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
26886 negative.
26887
26888 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
26889 (ps-mule-composition-prologue): Fix for the case that
26890 RelativeCompose is false.
26891
26892 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
26893
26894 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
26895
26896 * descr-text.el (describe-char): Handle the case where the list of
26897 chars is displayed in a separate frame.
26898 Be a bit more discriminating when looking for the char.
26899
26900 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
26901
26902 * bookmark.el (bookmark-automatically-show-annotations)
26903 (bookmark-read-annotation-text-func): Doc fixes.
26904 (bookmark-save): Improve argument/docstring consistency.
26905 (bookmark-get-bookmark, bookmark-get-bookmark-record)
26906 (bookmark-alist-from-buffer)
26907 (bookmark-upgrade-file-format-from-0)
26908 (bookmark-grok-file-format-version)
26909 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
26910 (bookmark-read-annotation-mode)
26911 (bookmark-insert-current-bookmark, bookmark-jump)
26912 (bookmark-exit-hook): Fix typos in docstrings.
26913 (bookmark-exit-hooks): Define as obsolete alias.
26914 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
26915 not `bookmark-exit-hooks'. Fix docstring.
26916 (bookmark-bmenu-select): "?\ " -> "?\s".
26917
26918 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
26919
26920 * startup.el (command-line): Fix typo.
26921
26922 2005-07-24 Richard M. Stallman <rms@gnu.org>
26923
26924 * tooltip.el (tooltip-mode): Test emacs-basic-display,
26925 not emacs-quick-startup.
26926
26927 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
26928
26929 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
26930 (reb-next-match, reb-show-subexp): Use `with-selected-window'
26931 instead of `reb-with-current-window'.
26932 (reb-prev-match): Likewise. Also, don't move left if the search
26933 was unsuccessful.
26934 (reb-initialize-buffer): New function.
26935 (re-builder, reb-change-syntax): Use it.
26936
26937 * man.el (Man-goto-page): Make second argument NOERROR optional.
26938
26939 2005-07-23 Richard M. Stallman <rms@gnu.org>
26940
26941 * man.el (Man-bgproc-sentinel): Check here for failure to find
26942 any man page in the output, and report the error here.
26943 (Man-arguments): Make it permanent local.
26944 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
26945 (Man-mode): Pass t for NOERROR.
26946
26947 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
26948 (grep-mode-font-lock-keywords):
26949 Don't use compilation-...-face for messages that are not file names.
26950
26951 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26952 Don't use compilation-...-face for messages that are not file names.
26953
26954 2005-07-22 Juri Linkov <juri@jurta.org>
26955
26956 * startup.el (normal-splash-screen): Update menu name.
26957
26958 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
26959
26960 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
26961
26962 * term/xterm.el: Load term/rxvt if the terminal is actually an
26963 rxvt terminal.
26964 (xterm-rxvt-set-background-mode): Remove, not used anymore.
26965
26966 * term/rxvt.el (function-key-map): Use substitute-key-definition
26967 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
26968
26969 * term/cygwin.el: New file.
26970
26971 2005-07-22 Kim F. Storm <storm@cua.dk>
26972
26973 * image-file.el (insert-image-file, image-file-yank-handler):
26974 Fix last change to maintain a (unique) yank-handler on yanked images.
26975
26976 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
26977
26978 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
26979 of the file size (as in "177B" for 177 bytes). This happens with
26980 "ls -lh" on FreeBSD.
26981
26982 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
26983
26984 * hilit-chg.el (highlight-changes-global-initial-state)
26985 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
26986 (hilit-chg-fixup, highlight-changes-mode):
26987 Fix typos in docstrings.
26988 (highlight-changes-global-modes, highlight-changes-rotate-faces):
26989 Doc fixes.
26990
26991 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
26992
26993 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
26994 mode function using `eval-after-load'.
26995
26996 2005-07-21 Kim F. Storm <storm@cua.dk>
26997
26998 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
26999 included when reporting an Emacs crash, and tell about the DEBUG file.
27000
27001 * image-file.el (insert-image-file): Add yank-handler.
27002 (image-file-yank-handler): Yank handler to make unique copies of
27003 images when they are yanked into a buffer next to each other.
27004
27005 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
27006
27007 * comint.el (comint-use-prompt-regexp, comint-send-input)
27008 (comint-source-default, comint-extract-string)
27009 (comint-get-source, comint-word, comint-completion)
27010 (comint-source, comint-prompt-read-only, comint-update-fence):
27011 Fix typos in docstrings.
27012 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
27013 Declare with define-obsolete-*-alias macros.
27014 (comint-previous-matching-input-from-input)
27015 (comint-next-matching-input-from-input)
27016 (comint-previous-matching-input, comint-next-matching-input)
27017 (comint-forward-matching-input):
27018 Improve argument/docstring consistency.
27019
27020 * desktop.el (desktop-clear-preserve-buffers-regexp):
27021 Also preserve the *server* buffer.
27022
27023 * simple.el (clone-indirect-buffer): Doc fix.
27024 (fixup-whitespace, just-one-space)
27025 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
27026 (next-error, next-error-highlight)
27027 (next-error-highlight-no-select, next-error-last-buffer)
27028 (next-error-buffer-p, next-error-find-buffer, next-error)
27029 (previous-error, next-error-no-select, previous-error-no-select)
27030 (open-line, split-line, minibuffer-prompt-width, kill-new)
27031 (binary-overwrite-mode): Fix typos in docstrings.
27032 (set-fill-column): Fix typo in message.
27033
27034 * skeleton.el (skeleton-proxy-new): Doc fix.
27035
27036 * strokes.el (strokes-load-hook): Doc fix.
27037 (strokes-grid-resolution, strokes-get-grid-position)
27038 (strokes-renormalize-to-grid, strokes-read-stroke)
27039 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
27040 (strokes-global-map): Fix typos in docstrings.
27041 (strokes-help): Doc fix. Fix help message and pass it through
27042 `substitute-command-keys'.
27043
27044 * tempo.el (tempo-insert-prompt, tempo-interactive)
27045 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
27046 (tempo-insert-string-functions, tempo-local-tags)
27047 (tempo-define-template, tempo-insert-template)
27048 (tempo-insert-prompt-compat, tempo-is-user-element)
27049 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
27050 Fix typos in docstrings.
27051
27052 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
27053 (vcursor-key-bindings, vcursor-use-vcursor-map)
27054 (vcursor-find-window, vcursor-scroll-down)
27055 (vcursor-disable, vcursor-beginning-of-buffer)
27056 (vcursor-end-of-buffer): Fix typos in docstrings.
27057 (vcursor-relative-move, vcursor-get-char-count):
27058 Improve argument/docstring consistency.
27059
27060 * version.el: "?\ " -> "?\s".
27061
27062 * wid-edit.el (widget-default-create, widget-after-change)
27063 (widget-default-format-handler, widget-checklist-add-item)
27064 (widget-radio-add-item, widget-choose, widget-specify-secret)
27065 (widget-field-value-create, widget-field-value-get)
27066 (widget-editable-list-format-handler)
27067 (widget-editable-list-entry-create, widget-group-value-create)
27068 (widget-documentation-link-add)
27069 (widget-documentation-string-value-create): "?\ " -> "?\s".
27070 (widget-convert-text): Doc fix.
27071 (widget-narrow-to-field, widget-field-find)
27072 (widget-url-link-action, widget-emacs-library-link-action)
27073 (widget-color-notify): Fix typos in docstrings.
27074
27075 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
27076 (x-select-text, set-w32-system-coding-system)
27077 (w32-add-charset-info): Fix typos in docstrings.
27078
27079 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
27080 (cua-enable-cua-keys, cua-use-hyper-key)
27081 (cua-virtual-rectangle-edges): Fix typos in docstrings.
27082 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
27083
27084 * net/tramp.el (tramp-handle-load): Fix typo in error message.
27085
27086 * emacs-lisp/re-builder.el (regexp-builder): Declare with
27087 `defalias' instead of faking it.
27088
27089 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
27090 (eshell-ls-missing, eshell-ls-dired-initial-args)
27091 (eshell-ls-use-in-dired): Fix typos in docstrings.
27092
27093 2005-07-20 Kim F. Storm <storm@cua.dk>
27094
27095 * emulation/cua-base.el (cua-mode): Improve doc string.
27096
27097 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
27098
27099 * abbrev.el (expand-region-abbrevs): Doc fix.
27100 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
27101 Improve argument/docstring consistency.
27102
27103 * arc-mode.el (archive-get-descr, archive-alternate-display):
27104 Doc fixes.
27105 (archive-l-e): Improve argument/docstring consistency.
27106 (archive-tmpdir, archive-unixdate, archive-unixtime)
27107 (archive-chmod-entry): Fix typos in docstrings.
27108 (archive-unflag, archive-unflag-backwards)
27109 (archive-unmark-all-files): "?\ " -> "?\s".
27110
27111 * buff-menu.el (Buffer-menu-unmark): Doc fix.
27112 (Buffer-menu-not-modified, Buffer-menu-execute)
27113 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
27114 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
27115
27116 * composite.el (compose-string, encode-composition-rule)
27117 (compose-last-chars): Fix typos in docstrings.
27118
27119 * desktop.el (desktop-enable, desktop-basefilename):
27120 Declare with `define-obsolete-variable-alias'.
27121 (desktop-internal-v2s): Don't quote keywords.
27122 (desktop-clear): "?\ " -> "?\s".
27123
27124 * dired.el (dired-align-file, dired-flag-backup-files)
27125 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
27126 (dired-listing-switches, dired-ls-F-marks-symlinks)
27127 (dired-dwim-target, dired-load-hook, dired-mode-hook)
27128 (dired-directory, dired-faces, dired, dired-revert)
27129 (dired-mode, dired-summary, dired-view-file)
27130 (dired-copy-filename-as-kill, dired-delete-file)
27131 (dired-no-confirm, dired-unmark-all-marks)
27132 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
27133 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
27134 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
27135 Fix typos in message strings.
27136
27137 * dired-x.el (virtual-dired): Declare with `defalias'.
27138 (dired-mark-unmarked-files, dired-local-variables-file)
27139 (dired-omit-here-always): Doc fix.
27140 (dired-omit-mode, dired-find-subdir)
27141 (dired-enable-local-variables, dired-clean-up-buffers-too)
27142 (dired-extra-startup, dired-mark-extension, dired-jump)
27143 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
27144 (dired-smart-shell-command, dired-guess-shell-alist-user)
27145 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
27146 (dired-x-bind-find-file, dired-x-submit-report):
27147 Fix typos in docstrings.
27148 (dired-mark-unmarked-files): "?\ " -> "?\s".
27149
27150 * dirtrack.el (dirtrack-list): Fix typos in docstring.
27151
27152 * faces.el (describe-face): "?\ " -> "?\s".
27153 (read-all-face-attributes, read-face-font, modify-face)
27154 (face-attr-construct, italic): Fix typos in docstrings.
27155 (frame-update-face-colors): Declare with
27156 `define-obsolete-function-alias'.
27157
27158 * files.el (find-file-noselect, recode-file-name): Doc fixes.
27159 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
27160 (magic-mode-alist, buffer-file-numbers-unique)
27161 (write-file-functions, get-free-disk-space):
27162 Fix typos in docstrings.
27163 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
27164 (write-contents-hooks, write-file-hooks):
27165 Declare with `define-obsolete-variable-alias'.
27166
27167 * forms-d2.el (arch-rj): Fix typo in docstrings.
27168 (arch-tocol): Likewise. "?\ " -> "?\s".
27169
27170 * frame.el (set-frame-font, cursor-in-non-selected-windows):
27171 Fix typo in docstring.
27172 (set-screen-width, set-screen-height): Delete redundant info in
27173 doctrings.
27174 (new-frame, screen-height, screen-width): Declare with
27175 `define-obsolete-function-alias'.
27176 (delete-frame-hook, blink-cursor): Declare with
27177 `define-obsolete-variable-alias'.
27178
27179 * paths.el (prune-directory-list): Fix typos in docstring.
27180
27181 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
27182 (cvs-prefix-get): Fix typos in docstrings.
27183
27184 * ps-print.el (ps-extend-face-list, ps-extend-face)
27185 (ps-print-background-image): Fix typos in docstrings.
27186 (ps-default-fg, ps-default-bg): Doc fixes.
27187
27188 * s-region.el (s-region-bind): Doc fix.
27189 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
27190
27191 * textmodes/org.el (org-table-formula-substitute-names)
27192 (org-table-get-vertical-vector): Doc fixes.
27193 (org-table-recalculate): Remove unused argument to `message'.
27194
27195 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
27196
27197 * textmodes/org.el (org-table-column-names)
27198 (org-table-column-name-regexp)
27199 (org-table-named-field-locations): New variables.
27200 (org-archive-subtree): Protect `this-command' when calling
27201 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
27202 the kill buffer.
27203 (org-complete): Remove fixed-formula completion.
27204 (org-edit-formulas-map): New variable.
27205 (org-table-edit-formulas): New command.
27206 (org-finish-edit-formulas, org-abort-edit-formulas)
27207 (org-show-variable, org-table-get-vertical-vector): New functions.
27208 (org-table-maybe-eval-formula): Handle `:=' fields.
27209 (org-table-get-stored-formulas, org-table-store-formulas)
27210 (org-table-get-formula, org-table-modify-formulas)
27211 (org-table-replace-in-formulas): Handle named field formulas.
27212 (org-table-get-specials): Store locations of named fields.
27213
27214 2005-07-19 Juri Linkov <juri@jurta.org>
27215
27216 * progmodes/grep.el (grep-regexp-alist)
27217 (grep-mode-font-lock-keywords, grep-process-setup):
27218 Use default GNU grep match color "01;31m" instead of "01;41m".
27219 (grep-regexp-alist, grep-mode-font-lock-keywords):
27220 Use `\\[[0-9]*m' instead of `\\[00m'.
27221 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
27222 sgr_start where its handling is more important. Use the real
27223 length of sgr_start instead of constant 8.
27224 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
27225 specially. Delete all remaining escape sequences.
27226 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
27227 (grep-regexp-alist): Make hyperlink only for binary file name
27228 instead of the whole line.
27229 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
27230 (grep-mode): Add autoload.
27231
27232 * emacs-lisp/find-func.el (find-function-regexp):
27233 Add `define-compilation-mode'.
27234
27235 2005-07-19 Juri Linkov <juri@jurta.org>
27236
27237 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
27238 (compare-windows-sync-string-size, compare-windows-recenter)
27239 (compare-windows-highlight, compare-windows): Add version 22.1.
27240 (compare-windows) <defface>: Inherit from lazy-highlight instead
27241 of duplicating its default value.
27242
27243 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
27244 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
27245
27246 * descr-text.el (describe-char): Create link buttons for `charset'
27247 and `code point'. Add the current input method name with a link
27248 button to `to input' field. Print face names of display table
27249 characters in `The display table entry is displayed by' section
27250 instead of printing face-id in the `display' field.
27251 Guess hardcoded faces and create a link button for them.
27252 Skip empty fields when calculating max-width.
27253 Treat `widget-create' specially while inserting strings from the
27254 collected field list.
27255 (describe-char-after): Made obsolete in version 22.1, not 21.5.
27256
27257 * diff-mode.el (diff-file-header): Change foreground color from
27258 yellow to green on light backgrounds.
27259 (diff-context): Inherit from `shadow' only for color/grayscale
27260 with more than 88 colors.
27261 (diff-indicator-removed, diff-indicator-added)
27262 (diff-indicator-changed): New faces.
27263 (diff-font-lock-keywords): Use new faces. Regroup rules.
27264 Add "^---$" for `normal' diff format. Fontify `#' lines with
27265 font-lock-comment-delimiter-face and font-lock-comment-face.
27266 Add `#' to ^[^...] in the rule for `diff-context-face'.
27267
27268 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
27269 a button-like box. Inherit from `highlight' on low colors.
27270 (shadow): Use shades of gray only for color/grayscale with
27271 more than 88 colors. Use green for light backgrounds with
27272 8 colors, and yellow for dark backgrounds with 8 colors.
27273
27274 * font-lock.el (font-lock-regexp-grouping-backslash):
27275 Don't inherit from escape-glyph (use bold for all cases).
27276
27277 * info.el (info-xref-visited): Use light foreground color `violet'
27278 for dark backgrounds instead of dark color `magenta3'.
27279 (info-title-1): Use `yellow' color for dark backgrounds.
27280
27281 * isearch.el (isearch): Use not-too-dark magenta3 instead of
27282 too-light magenta2.
27283
27284 * replace.el (match): Use slightly more light RoyalBlue3 instead
27285 of dark RoyalBlue4.
27286
27287 * wid-edit.el (widget-inactive): Inherit from `shadow'.
27288
27289 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
27290
27291 * novice.el (disabled-command-hook): Declare it with
27292 `define-obsolete-variable-alias'.
27293
27294 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
27295 (desktop-buffer-misc-functions, desktop-buffer-handlers)
27296 (desktop-load-default): Add release to obsolescence info.
27297 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
27298 (desktop-append-buffer-args, desktop-read):
27299 Fix typos in docstrings.
27300 (desktop-kill): Fix typo in message.
27301 (desktop-save): Doc fix.
27302
27303 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
27304
27305 * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
27306 (viper-envelop-ESC-key): Change the definition of fast
27307 keysequence so it'll work with keyboard macros.
27308
27309 * ediff.el (ediff-patch-buffer): Change the docstring.
27310
27311 2005-07-19 Kenichi Handa <handa@m17n.org>
27312
27313 * international/mule-cmds.el (select-safe-coding-system): Try to
27314 use an auto-coding (if any) before anything else. If the found
27315 auto-coding is invalid, show a warning message.
27316
27317 * international/mule.el (find-auto-coding): New function created
27318 by modifying the body of set-auto-coding.
27319 (set-auto-coding): Use find-auto-coding to find a coding.
27320
27321 2005-07-18 Richard M. Stallman <rms@gnu.org>
27322
27323 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
27324 not isearch-mode-end-hook-error.
27325 (allout-before-change-protect): Fix error message.
27326
27327 2005-07-18 Juri Linkov <juri@jurta.org>
27328
27329 * allout.el (allout-mode):
27330 * calculator.el (calculator-copy):
27331 * custom.el (custom-known-themes):
27332 * dired.el (dired-desktop-buffer-misc-data)
27333 (dired-restore-desktop-buffer):
27334 * dired-x.el (dired-omit-marker-char):
27335 * files.el (basic-save-buffer):
27336 * font-core.el (font-lock-mode):
27337 * calendar/calendar.el (calendar-goto-hebrew-date)
27338 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
27339 (calendar-goto-persian-date):
27340 * language/ethio-util.el (ethio-sera-to-fidel-region):
27341 * textmodes/picture.el (picture-mode):
27342 Delete duplicate duplicate words.
27343
27344 2005-07-18 Juri Linkov <juri@jurta.org>
27345
27346 * isearch.el (isearch-mode-map): Remove key bindings for regexp
27347 chars * ? } |.
27348 (isearch-fallback): Don't call `isearch-process-search-char'.
27349 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
27350 (isearch-process-search-char): Call `isearch-fallback' for regexp
27351 chars * ? } |.
27352 (isearch-return-char): Make obsolete with `make-obsolete' instead
27353 of simply documenting it as obsolete in the docstring.
27354 (isearch-fallback): Refill docstring.
27355
27356 * international/isearch-x.el
27357 (isearch-process-search-multibyte-characters): Remove unneeded
27358 `concat'. Add intermediate values to `junk-hist' instead of
27359 `minibuffer-history'. Test the length of `str'.
27360
27361 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
27362
27363 * allout.el (allout-resolve-xref): Fix typos in error strings.
27364 (allout-before-change-protect): Remove unneeded `concat'.
27365
27366 * array.el (array-mode, array-reconfigure-rows)
27367 (untabify-backward): Fix typos in docstrings.
27368 (array-reconfigure-rows): Use `insert-buffer-substring', not
27369 `insert-buffer'.
27370
27371 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
27372 * progmodes/ada-mode.el (ada-make-body):
27373 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
27374
27375 * dired.el (dired-log):
27376 * tar-mode.el (tar-subfile-save-buffer):
27377 * play/zone.el (zone-pgm-stress-destress):
27378 Use `insert-buffer-substring', not `insert-buffer'.
27379
27380 2005-07-17 Simon Josefsson <jas@extundo.com>
27381
27382 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
27383
27384 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
27385
27386 * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
27387 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
27388
27389 2005-07-17 Kim F. Storm <storm@cua.dk>
27390
27391 * ido.el (dired-other-window): Add ido property.
27392
27393 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
27394
27395 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
27396 Fix typo in docstring.
27397 (byte-compile-interactive-only-functions): Add `insert-buffer' and
27398 `insert-file-literally'.
27399
27400 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
27401 info and delete redundant message. Doc fix.
27402 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
27403 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
27404
27405 2005-07-16 Richard M. Stallman <rms@gnu.org>
27406
27407 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
27408 (byte-compile-and): Use byte-compile-and-recursion.
27409 (byte-compile-or-recursion): New function.
27410 (byte-compile-or): Use that.
27411 (byte-compile-if): Guard the else-clause too.
27412 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
27413
27414 * isearch.el (isearch-mode-end-hook-quit): New variable.
27415 (isearch-done): Bind it.
27416 (isearch-mode-end-hook): Doc fix.
27417
27418 * allout.el (allout-isearch-did-quit): Variable deleted.
27419 (allout-real-isearch-abort): Function name no longer used.
27420 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
27421 (allout-isearch-rectification): isearch-mode always exists.
27422 Don't set allout-isearch-did-quit.
27423 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
27424 allout-isearch-did-quit.
27425 (allout-enwrap-isearch): Just add the hook.
27426 (allout-isearch-abort): Function deleted.
27427 (allout-pre-command-business): Avoid warning.
27428
27429 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
27430 Correctly avoid warnings.
27431 (pascal-outline): Likewise.
27432
27433 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
27434
27435 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
27436
27437 * play/tetris.el (tetris-mode): Avoid warning.
27438
27439 * play/snake.el (snake-mode): Avoid warning.
27440
27441 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
27442 (gamegrid-set-display-table): Avoid warning.
27443 (gamegrid-set-timer): Likewise.
27444 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
27445 (gamegrid-add-score-with-update-game-score-1): Take FILE
27446 as argument.
27447 (gamegrid-add-score-with-update-game-score): Pass that argument.
27448 Rename have-shared-game-dir to gamegrid-shared-game-dir.
27449
27450 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
27451
27452 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
27453 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
27454
27455 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
27456 and insert-file.
27457
27458 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
27459 (sc-ask): Avoid warnings.
27460
27461 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
27462 (eshell-hist-initialize): Use that var the natural way.
27463
27464 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
27465
27466 * emacs-lisp/re-builder.el (reb-cook-regexp):
27467 Avoid warning calling lre-compile-string.
27468 (reb-color-display-p): Avoid warning.
27469
27470 * calculator.el (calculator-last-input): Guard uses
27471 of event-key and key-press-event-p.
27472 (event-key, key-press-event-p): Delete definitions.
27473
27474 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
27475 (find-gc-source-directory, find-gc-subrs-callers)
27476 (find-gc-noreturn-list, find-gc-source-files)
27477 (find-gc-subrs-called): Vars renamed and defvar'd.
27478
27479 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
27480 (checkdoc-overlay-put, checkdoc-delete-overlay)
27481 (checkdoc-overlay-start, checkdoc-overlay-end)
27482 (checkdoc-mode-line-update, checkdoc-char=):
27483 Define such that compiler knows they are defined.
27484 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
27485 (checkdoc-read-event): Delete. Use read-event directly.
27486
27487 * whitespace.el (whitespace-make-overlay)
27488 (whitespace-overlay-put, whitespace-delete-overlay)
27489 (whitespace-overlay-start, whitespace-overlay-end):
27490 Define such that compiler knows they are defined.
27491 (whitespace): Move conditional inside.
27492
27493 * tempo.el (tempo-insert-template): Suppress warning.
27494
27495 * ediff-diff.el (longlines-mode): Add defvar.
27496
27497 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
27498
27499 * server.el: Bind "C-x #" in a way that works even if C-x is
27500 redefined to a command key, not a prefix key.
27501
27502 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
27503
27504 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
27505 cl-make-type-test till execution time.
27506
27507 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
27508
27509 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
27510 arg ARG and use it.
27511
27512 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
27513
27514 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
27515
27516 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
27517
27518 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
27519 a defcustom with two :set or :type keywords.
27520
27521 2005-07-15 Richard M. Stallman <rms@gnu.org>
27522
27523 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
27524 Don't give ^M comment-end syntax.
27525
27526 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
27527
27528 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
27529 Don't consider gdbmi (gdb-mi.el has its own update functions).
27530 (gdb-var-delete): Make it work for gdbmi as well.
27531 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
27532
27533 * progmodes/gud.el (etags, sdb): Only require etags when needed.
27534 (gud-speedbar-menu-items): Correct logic for enabling items.
27535
27536 2005-07-15 Kim F. Storm <storm@cua.dk>
27537
27538 * ido.el: Fix commentary.
27539 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
27540 Use with-no-warnings around ffap-guesser.
27541 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
27542 Let bind minibuffer-completing-file-name to t.
27543
27544 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
27545
27546 * startup.el (site-run-file, keyboard-type): Doc fixes.
27547 (command-line): Check for "--basic-display" argument; also for
27548 "--quick", not "--bare-bones" (which was renamed).
27549 (fancy-splash-text): Add missing item "Getting New Versions".
27550 (normal-splash-screen): Fix typos and improve consistency with
27551 `fancy-splash-text'. Update copyright year.
27552
27553 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
27554 valid binding for `help-char'.
27555
27556 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
27557
27558 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
27559
27560 * term.el (term-mode): Disable cua-mode for term buffers.
27561
27562 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
27563
27564 * add-log.el (add-log-mailing-address, change-log-merge):
27565 Doc fixes.
27566 (change-log-get-method-definition): Fix typo in docstring.
27567
27568 2005-07-14 Kim F. Storm <storm@cua.dk>
27569
27570 * emulation/cua-base.el:
27571 (cua--pre-command-handler-1, cua--pre-command-handler)
27572 (cua--post-command-handler-1, cua--post-command-handler):
27573 Split in two. Check (buffer local) value of cua-mode.
27574 (cua-selection-mode): New command.
27575
27576 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
27577
27578 * custom.el (custom-initialize-safe-set)
27579 (custom-initialize-safe-default): Doc fixes.
27580
27581 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
27582 and simplify :init-value again.
27583
27584 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
27585 and simplify :init-value again. Delete autoload.
27586
27587 * startup.el (command-line): Use `custom-reevaluate-setting' again
27588 for tooltip-mode.
27589
27590 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
27591 a defcustom with two :initialize keywords.
27592
27593 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
27594
27595 * allout.el (my-mark-marker, allout-isearch-prior-pos)
27596 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
27597 (allout-post-command-business, allout-flag-region)
27598 (isearch-reenable-font-lock, allout-yank)
27599 (allout-insert-latex-header, allout-insert-latex-trailer)
27600 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
27601 (allout-latex-verb-quote): Fix typos in docstrings.
27602 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
27603 (allout-unprotected, allout-prefix-data):
27604 Improve argument/docstring consistency.
27605 (allout-chart-subtree): Fix argument spec.
27606 (allout-open-topic): Rename `use_sib_bullet' argument to
27607 `use-sib-bullet'. Doc fix.
27608
27609 * whitespace.el (whitespace-check-buffer-leading)
27610 (whitespace-check-buffer-trailing)
27611 (whitespace-check-buffer-indent)
27612 (whitespace-check-buffer-spacetab)
27613 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
27614 (whitespace-check-leading-whitespace)
27615 (whitespace-check-trailing-whitespace)
27616 (whitespace-check-spacetab-whitespace)
27617 (whitespace-check-indent-whitespace)
27618 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
27619 (whitespace-modes): Fix typos in docstrings.
27620 (defgroup, defcustom): Doc fixes.
27621
27622 * winner.el (winner-mode, winner-boring-buffers)
27623 (winner-pending-undo-ring): Doc fixes.
27624 (winner-ring): Remove unneeded `progn'.
27625 (winner-equal): `defsubst' it.
27626 (winner-redo): Fix message.
27627
27628 2005-07-13 Kim F. Storm <storm@cua.dk>
27629
27630 * simple.el (line-move-1): Always use vertical-motion to
27631 do the last (or only) line move to ensure some movement.
27632 Undo 2005-06-23 change--don't check for overlays.
27633
27634 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27635
27636 * term/mac-win.el (ccl-encode-mac-roman-font)
27637 (ccl-encode-mac-centraleurroman-font)
27638 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
27639 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
27640 Change charset-id boundary of dimension to ?\xef.
27641 (mac-char-fontspec-list): New constant.
27642 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
27643 argument. Nil uses itself as family in font-spec. Previous
27644 behavior for nil is now provided by non-nil non-string argument.
27645 All callers changed. Add font-specs for Mac fonts to
27646 "fontset-default" unless iso8859-1 fonts are installed.
27647
27648 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
27649
27650 * progmodes/sh-script.el (sh-get-indent-info): Only indent
27651 a continuation line if the \ is preceded by SPC or TAB.
27652 (sh-get-indent-info): Simplify.
27653 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
27654 Use with-current-buffer.
27655
27656 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
27657 when the matched text is empty.
27658
27659 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
27660
27661 * startup.el (command-line): Revert to previous handling of
27662 tooltip-mode. Explain in comment why the complexity is needed.
27663
27664 * tooltip.el (tooltip-mode): Revert to previous implementation of
27665 its defcustom.
27666
27667 * frame.el (blink-cursor-mode): Revert to previous implementation
27668 of its defcustom. Update comment.
27669
27670 2005-07-12 Lars Hansen <larsh@soem.dk>
27671
27672 * desktop.el: Update e-mail address.
27673
27674 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27675
27676 * term/mac-win.el (mac-services-mail-selection)
27677 (mac-services-mail-to): New functions.
27678 (mac-application-menu-map): Bind them.
27679
27680 2005-07-12 wulei <milton@wulei.net> (tiny change)
27681
27682 * progmodes/gdb-ui.el: Add note about buffering with Windows.
27683
27684 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
27685
27686 * custom.el (custom-reevaluate-setting): Doc fix.
27687
27688 2005-07-11 Jay Belanger <belanger@truman.edu>
27689
27690 * calc/calc.el (calc-embedded-announce-formula-alist)
27691 (calc-embedded-open-close-plain-alist)
27692 (calc-embedded-open-close-mode-alist): Add checks for additional
27693 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
27694
27695 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
27696
27697 * custom.el (custom-enable-theme): Don't add theme to
27698 `custom-enabled-themes' with `push' because there is no
27699 setf-method for `delq'.
27700
27701 2005-07-11 Richard M. Stallman <rms@gnu.org>
27702
27703 * custom.el (custom-declare-variable): Doc fix.
27704
27705 * dired-aux.el (dired-compare-directories): Remove "." and ".."
27706 from the alists.
27707
27708 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
27709 Do nothing if edebug-active.
27710
27711 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
27712 (edebug-display): Do it here instead.
27713
27714 2005-07-10 Richard M. Stallman <rms@gnu.org>
27715
27716 * cus-face.el (custom-theme-set-faces): Make it work.
27717 (custom-reset-faces): Doc fix.
27718 (custom-theme-reset-internal-face, custom-theme-face-value):
27719 Functions deleted.
27720
27721 * custom.el (custom-push-theme): Maintain list of the settings
27722 of a given theme in its theme-settings property.
27723 Maintain position of old settings in the theme-value
27724 or theme-face property.
27725 (custom-enabled-themes): New variable.
27726 (custom-theme-enabled-p): New function.
27727 (provide-theme): Update custom-enabled-themes.
27728 Disable and reenable the `user' theme.
27729 (require-theme): Doc fix.
27730 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
27731 (custom-theme-value, custom-theme-variable-value): Likewise.
27732 (custom-theme-reset-internal): Likewise.
27733 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
27734 (custom-enable-theme, custom-disable-theme): New functions.
27735 (custom-variable-theme-value, custom-face-theme-value): Likewise.
27736 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
27737 (custom-theme-reset-variables): Simplify.
27738 (deftheme, custom-declare-theme, custom-make-theme-feature):
27739 Definitions moved.
27740
27741 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
27742
27743 * longlines.el (longlines-show-region)
27744 (longlines-unshow-hard-newlines): Recognize hard newlines by
27745 non-nil hard property, instead of t.
27746
27747 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
27748
27749 * emulation/viper-cmd.el (viper--key-maps): New variable.
27750 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
27751 emulation-mode-map-alists.
27752 (viper-envelop-ESC-key): Use viper-subseq.
27753 (viper-search-forward/backward/next): Disable debug-on-error.
27754
27755 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
27756 (viper-ESC-key): New defcustoms.
27757
27758 * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
27759
27760 * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
27761 (viper-subseq): Copy of subseq from cl.el.
27762
27763 * emulation/viper.el (viper-go-away, viper-set-hooks): Use
27764 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
27765
27766 * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
27767
27768 * emulation/viper-init.el: Get rid of -face in face names.
27769
27770 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
27771 Make it work with longlines mode.
27772
27773 * ediff-mult.el (ediff-meta-mode-hook): New variable.
27774
27775 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
27776
27777 * ediff-init.el: Get rid of -face in face names.
27778
27779 2005-07-10 Richard M. Stallman <rms@gnu.org>
27780
27781 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
27782 and with-timeout-unsuspend.
27783
27784 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
27785 and with-timeout-unsuspend.
27786
27787 * emacs-lisp/timer.el (with-timeout-timers): New variable.
27788 (with-timeout): Bind that variable to record timers.
27789 (with-timeout-suspend, with-timeout-unsuspend): New functions.
27790
27791 * emacs-lisp/debug.el (debug-help-follow): New function.
27792 (debugger-mode-map): Use that instead of help-follow.
27793 (debugger-setup-buffer): Use eval-buffer-list
27794 to handle eval-buffer frames.
27795
27796 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
27797
27798 * timezone.el (timezone-parse-date): Change first regexp
27799 so it will not mistakenly match dates with no time zone.
27800
27801 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
27802
27803 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
27804
27805 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
27806
27807 * custom.el (custom-initialize-safe-set)
27808 (custom-initialize-safe-default): New functions.
27809
27810 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
27811 and simplify :init-value.
27812
27813 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
27814 and simplify :init-value. Delete obsolete comment.
27815
27816 * startup.el (command-line): Use `custom-reevaluate-setting' to
27817 handle `tooltip-mode'. Delete obsolete comment.
27818
27819 * files.el (set-visited-file-name): Avoid calling
27820 `file-name-nondirectory' with a nil argument.
27821
27822 2005-07-09 Richard M. Stallman <rms@gnu.org>
27823
27824 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
27825 was called with nil for the buffer, handle the read position right.
27826 Handle read position for eval-region, too.
27827
27828 2005-07-09 Juri Linkov <juri@jurta.org>
27829
27830 * fringe.el (fringe-mode): Add period in docstring.
27831 (fringe-query-style): Build prompt depending on `all-frames' arg.
27832
27833 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
27834 to not create links to unrelated functions in the Help buffer.
27835
27836 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
27837 Doc fix.
27838
27839 * simple.el (next-error-hook): New variable.
27840 (next-error): Use it. Doc fix.
27841
27842 * textmodes/ispell.el (ispell-command-loop): Add current
27843 dictionary name and program name to mode-line-format.
27844 (ispell-region, ispell-process-line): Add current dictionary name
27845 and program name to messages.
27846
27847 2005-07-08 Jay Belanger <belanger@truman.edu>
27848
27849 * calc/calc.el (calc-embedded-announce-formula-alist)
27850 (calc-embedded-open-close-formula-alist)
27851 (calc-embedded-open-close-word-alist)
27852 (calc-embedded-open-close-plain-alist)
27853 (calc-embedded-open-close-new-formula-alist)
27854 (calc-embedded-open-close-mode-alist)
27855 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
27856 (calc-embedded-mode-hook): New variables.
27857
27858 * calc/calc-embed.el (calc-embedded-firsttime)
27859 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
27860 New variables.
27861 (calc-do-embedded): Use calc-embedded-firsttime,
27862 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
27863 determine whether or not to run hooks.
27864 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
27865 calc-embedded-firsttime-formula appropriately.
27866 Set calc-embedded delimiter variables according to mode.
27867
27868 2005-07-08 Richard M. Stallman <rms@gnu.org>
27869
27870 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
27871 Check for "emacs", etc., as entire symbol, not just as word.
27872 (checkdoc-file-comments-engine): Use regexp-quote on FN.
27873
27874 * files.el (set-visited-file-name): Report the error
27875 for "empty filename" earlier.
27876 (kill-some-buffers): Ignore buffers already dead.
27877
27878 * fringe.el (fringe-mode): Doc fix.
27879
27880 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
27881 Check for (featurep 'xemacs) and turn off warnings in what it guards.
27882 Use unwind-protect to ensure byte-compile-unresolved-functions
27883 is updated.
27884
27885 * whitespace.el (whitespace-buffer-leading-cleanup):
27886 Simplify w/ skip-chars-forward.
27887 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
27888
27889 * mail/rmail.el (rmail-only-expunge): Fix paren error.
27890 Unconditionally try to leave point at the same old place.
27891
27892 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
27893
27894 * comint.el (comint-postoutput-scroll-to-bottom)
27895 (comint-show-maximum-output): Take scroll-margin into consideration.
27896
27897 2005-07-08 Kim F. Storm <storm@cua.dk>
27898
27899 * ido.el (ido-use-filename-at-point): New choice `guess'.
27900 (ido-file-internal): Try ffap-guesser if selected.
27901
27902 * ido.el (ido-before-fallback-functions): New hook.
27903 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
27904 (ido-read-file-name): Run it.
27905
27906 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
27907
27908 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
27909 strings rather than a list of symbols to the completion function.
27910
27911 2005-07-07 Jay Belanger <belanger@truman.edu>
27912
27913 * calc/calc-units.el (math-apply-units): Change the places in
27914 which units are simplified.
27915
27916 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
27917
27918 * cus-edit.el (customize-option, customize-option-other-window):
27919 Make them handle aliases.
27920
27921 * custom.el (custom-variable-p): Make it recursively follow
27922 aliases. Mention that in the docstring.
27923
27924 2005-07-07 Richard M. Stallman <rms@gnu.org>
27925
27926 * cus-start.el (exec-path): Use `directory' instead of `file'.
27927 Fix tag for nil.
27928
27929 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
27930
27931 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
27932 when called non-interactively. Doc fix.
27933
27934 2005-07-07 Lute Kamstra <lute@gnu.org>
27935
27936 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
27937 new address as well.
27938
27939 2005-07-07 Kenichi Handa <handa@m17n.org>
27940
27941 * international/mule.el (make-coding-system):
27942 Describe `ascii-incompatible' property in the docstring.
27943 (set-file-name-coding-system): Signal an error if coding-system is
27944 ascii-incompatible.
27945 (set-keyboard-coding-system): Likewise.
27946
27947 * international/mule-cmds.el (set-default-coding-systems):
27948 Don't set default-file-name-coding-system and
27949 default-keyboard-coding-system if coding-system is ASCII-incompatible.
27950
27951 * international/utf-16.el: Declare that all UTF-16-based coding
27952 systems are ASCII-incompatible.
27953
27954 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
27955
27956 * progmodes/gud.el: Require font-lock for displaying errors.
27957 Used by gdb-ui.el.
27958
27959 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
27960
27961 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
27962 values for the pattern lists which are `read'able but not
27963 `append'able (like symbols).
27964
27965 2005-07-06 Richard M. Stallman <rms@gnu.org>
27966
27967 * progmodes/flymake.el (flymake-float-time): Instead of
27968 with-no-warnings, test for XEmacs.
27969 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
27970 to avoid warning.
27971
27972 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
27973
27974 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
27975
27976 2005-07-05 Lute Kamstra <lute@gnu.org>
27977
27978 * battery.el: Add support for Darwin (with much debugging help
27979 from Samuel Lauber <sam124@operamail.com>).
27980 (battery-status-function, battery-echo-area-format)
27981 (battery-mode-line-format): Add support for pmset on Darwin.
27982 (battery-load-low, battery-load-critical): New user options.
27983 (battery-pmset): New function.
27984
27985 2005-07-05 Lute Kamstra <lute@gnu.org>
27986
27987 Update FSF's address in GPL notices.
27988
27989 * textmodes/page-ext.el: Update FSF's address.
27990
27991 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
27992
27993 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
27994 filling from using prefix when filling a single-line docstring.
27995
27996 * progmodes/flymake.el: Remove useless eval-when-compile.
27997
27998 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
27999
28000 2005-07-04 Richard M. Stallman <rms@gnu.org>
28001
28002 * textmodes/org.el (org-file-apps-defaults-gnu):
28003 Rename from org-file-apps-defaults-linux.
28004 (org-default-apps): Don't test system-type for `linux'.
28005 (org-file-apps): Doc fix.
28006
28007 2005-07-04 David Ponce <david@dponce.com>
28008
28009 * tree-widget.el: Improve header Commentary section.
28010 (tree-widget) [defgroup]
28011 (tree-widget-image-enable, tree-widget-themes-directory)
28012 (tree-widget-theme, tree-widget-image-properties-emacs)
28013 (tree-widget-image-properties-xemacs, tree-widget-create-image)
28014 (tree-widget-image-formats, tree-widget-control)
28015 (tree-widget-empty-control, tree-widget-leaf-control
28016 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
28017 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
28018 (tree-widget-keep, tree-widget-after-toggle-functions)
28019 (tree-widget-open-node, tree-widget-close-node): Doc fix.
28020 (tree-widget-open-control, tree-widget-close-control): Fix doc and
28021 :help-echo message.
28022 (tree-widget-set-theme): Doc fix. Use `string-equal'.
28023 (tree-widget-image-properties): Doc fix. Clearer implementation.
28024 (tree-widget--cursors): New constant.
28025 (tree-widget-lookup-image): New function split from
28026 `tree-widget-find-image'. Clearer implementation.
28027 (tree-widget-find-image): Use it.
28028 (tree-widget-button-keymap): Use `set-keymap-parent'.
28029 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
28030 Define the sub-widgets here.
28031 (tree-widget-node): Check that :node is not a tree-widget.
28032 (tree-widget-get-super, tree-widget-open-control)
28033 (tree-widget-close-control, tree-widget-empty-control)
28034 (tree-widget-leaf-control, tree-widget-guide)
28035 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
28036 (tree-widget-no-handle, tree-widget-value-delete)
28037 (tree-widget-map): Remove.
28038 (tree-widget-children-value-save): Doc fix. Simplified.
28039 (tree-widget-value-create): Update according to previous changes.
28040
28041 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
28042
28043 * textmodes/org.el: Leading space replaced by TABS.
28044 (org-recalc-marks, org-table-rotate-recalc-marks)
28045 (org-table-get-specials): Treat "^" and "_" marks.
28046 (org-table-justify-field-maybe): Optional argument NEW.
28047 (org-table-eval-formula): Parsing of the format simplified.
28048 New modes C,I. Honor the %= parameter in the current table.
28049 Avoid unnecessary re-align by using the NEW argument to
28050 `org-table-justify-field-maybe'.
28051 (org-calc-default-modes): Default for date-format mimicks org-mode.
28052 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
28053
28054 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
28055
28056 * cus-face.el (custom-theme-set-faces): Make it handle face
28057 aliases whose alias declarations are pre- or autoloaded.
28058
28059 2005-07-04 Juri Linkov <juri@jurta.org>
28060
28061 * faces.el (read-face-name): Put the code for getting a face name
28062 from the buffer before adding the faces from the `face' property.
28063 Use `completing-read-multiple' instead of `completing-read'.
28064 Require `crm'. Add default value and post-process the returned
28065 list of faces.
28066
28067 * emacs-lisp/crm.el (crm-find-current-element)
28068 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
28069
28070 * emacs-lisp/lisp-mode.el (eval-defun-1):
28071 * emacs-lisp/edebug.el (edebug-eval-defun):
28072 Remove unnecessary quotes.
28073
28074 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
28075
28076 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
28077 (prolog-indent-level): Fix typo in docstring.
28078
28079 * info.el (Info-history, Info-history-forward)
28080 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
28081
28082 * add-log.el (add-change-log-entry):
28083 * comint.el (comint-dynamic-list-input-ring)
28084 (comint-dynamic-list-completions):
28085 * dabbrev.el (dabbrev-expand):
28086 * delim-col.el (delimit-columns-rectangle-line):
28087 * diff-mode.el (diff-context->unified, diff-reverse-direction)
28088 (diff-unified->context):
28089 * ediff-init.el (ediff-abbrev-jobname):
28090 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
28091 (ediff-replace-session-activity-marker-in-meta-buffer):
28092 * info.el (Info-summary):
28093 * lpr.el (printify-region):
28094 * printing.el (pr-create-interface):
28095 * ps-print.el (ps-print-quote):
28096 * ses.el (ses-column-widths, ses-print-cell)
28097 (ses-adjust-print-width, ses-center):
28098 * shell.el (shell-file-name-quote-list):
28099 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
28100 (strokes-fill-current-buffer-with-whitespace)
28101 (strokes-xpm-for-stroke, strokes-list-strokes)
28102 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
28103 * term.el (term-dynamic-list-input-ring)
28104 (term-dynamic-list-completions):
28105 * calc/calc.el (math-format-stack-value):
28106 * emacs-lisp/edebug.el (edebug-display-freq-count):
28107 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
28108 (delphi-new-comment-line):
28109 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
28110 * progmodes/executable.el (executable-set-magic):
28111 * progmodes/python.el (inferior-python-mode):
28112 * progmodes/scheme.el (scheme-mode-syntax-table):
28113 * progmodes/sh-script.el (sh-maybe-here-document):
28114 * progmodes/sql.el (sql-copy-column):
28115 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
28116 * textmodes/bibtex.el (bibtex-mode):
28117 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
28118 (sgml-auto-attributes):
28119 * textmodes/table.el (table-insert, table-shorten-cell)
28120 (table--generate-source-scan-lines, table-delete-row)
28121 (*table--cell-delete-char, table--spacify-frame)
28122 (table--horizontally-shift-above-and-below)
28123 (table--cell-insert-char, table--cell-blank-str)
28124 (table--fill-region-strictly):
28125 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
28126 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
28127
28128 * add-log.el (change-log):
28129 * apropos.el (apropos):
28130 * comint.el (comint-completion, comint-source):
28131 * dabbrev.el (dabbrev):
28132 * delim-col.el (columns):
28133 * diff-mode.el (diff-mode):
28134 * ediff.el (ediff):
28135 * ediff-diff.el (ediff-diff):
28136 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
28137 * ediff-mult.el (ediff-mult):
28138 * ediff-ptch.el (ediff-ptch):
28139 * ediff-wind.el (ediff-window):
28140 * facemenu.el (facemenu):
28141 * indent.el (indent):
28142 * info.el (info):
28143 * jka-cmpr-hook.el (compression, jka-compr):
28144 * lpr.el (lpr):
28145 * outline.el (outlines):
28146 * pcmpl-cvs.el (pcmpl-cvs):
28147 * pcmpl-rpm.el (pcmpl-rpm):
28148 * printing.el (printing):
28149 * ps-print.el (postscript, ps-print, ps-print-horizontal)
28150 (ps-print-vertical, ps-print-headers, ps-print-font)
28151 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
28152 (ps-print-background, ps-print-printer, ps-print-page)
28153 (ps-print-miscellany):
28154 * ses.el (ses):
28155 * shell.el (shell, shell-directories, shell-faces):
28156 * startup.el (initialization):
28157 * strokes.el (strokes):
28158 * term.el (term):
28159 * uniquify.el (uniquify):
28160 * w32-vars.el (w32):
28161 * calc/calc.el (calc):
28162 * emacs-lisp/bytecomp.el (bytecomp):
28163 * emacs-lisp/cl-indent.el (lisp-indent):
28164 * emacs-lisp/edebug.el (edebug):
28165 * emacs-lisp/elp.el (elp):
28166 * emacs-lisp/testcover.el (testcover):
28167 * emacs-lisp/trace.el (trace):
28168 * emulation/viper-ex.el (viper-ex):
28169 * emulation/viper-mous.el (viper-mouse):
28170 * mail/mailalias.el (mailalias):
28171 * mail/supercite.el (supercite, supercite-frames)
28172 (supercite-attr, supercite-cite, supercite-hooks):
28173 * net/rcompile.el (remote-compile):
28174 * net/rlogin.el (rlogin):
28175 * obsolete/ooutline.el (outlines):
28176 * progmodes/delphi.el (delphi):
28177 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
28178 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
28179 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
28180 (ebnf-optimization):
28181 * progmodes/etags.el (etags):
28182 * progmodes/executable.el (executable):
28183 * progmodes/idlwave.el (idlwave):
28184 * progmodes/pascal.el (pascal):
28185 * progmodes/prolog.el (prolog):
28186 * progmodes/python.el (python):
28187 * progmodes/scheme.el (scheme):
28188 * progmodes/sh-script.el (sh, sh-script):
28189 * progmodes/sql.el (SQL):
28190 * progmodes/tcl.el (tcl):
28191 * textmodes/bibtex.el (bibtex, bibtex-autokey):
28192 * textmodes/enriched.el (enriched):
28193 * textmodes/makeinfo.el (makeinfo):
28194 * textmodes/sgml-mode.el (sgml):
28195 * textmodes/table.el (table-hooks):
28196 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
28197 * textmodes/texinfo.el (texinfo):
28198 * textmodes/two-column.el (two-column):
28199 Finish `defgroup' description with period.
28200
28201 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
28202 * eshell/esh-var.el (eshell-var):
28203 * progmodes/vhdl-mode.el (vhdl-testbench):
28204 * textmodes/org.el (org): Fix typos in docstrings.
28205
28206 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
28207 consistency.
28208
28209 * progmodes/flymake.el (flymake-find-file): Remove.
28210 (flymake-float-time): Use `with-no-warnings'.
28211 (flymake-check-start-time, flymake-check-was-interrupted)
28212 (flymake-err-info, flymake-is-running, flymake-last-change-time)
28213 (flymake-new-err-info): `defvar' at compile time.
28214
28215 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
28216
28217 * replace.el (occur-hook): Doc fix.
28218 (occur-1): Don't call `occur-hook' if there are no matches.
28219
28220 2005-07-03 Richard M. Stallman <rms@gnu.org>
28221
28222 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
28223 global-map, save the same map.
28224 (global-map): Don't alter it at top level.
28225 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
28226 Then alter it here instead.
28227 (tpu-edt-off): Set global-map to the saved one.
28228
28229 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
28230 All references simplified.
28231 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
28232 (zmacs-regions): Add defvar.
28233 (repeat-complex-command-map): Everything about that deleted.
28234
28235 * textmodes/artist.el (artist-key-is-drawing)
28236 (artist-key-endpoint1, artist-key-poly-point-list)
28237 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
28238 (artist-key-compl-table, artist-rb-save-data)
28239 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
28240 Don't put them in eval-when-compile.
28241 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
28242
28243 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
28244 Use with-no-warnings.
28245
28246 * net/browse-url.el (dos-windows-version): Add defvar.
28247
28248 * mail/supercite.el (filladapt-prefix-table): Add defvar.
28249
28250 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
28251 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
28252 (rmail-new-summary-line-count): Rename from new-summary-line-count.
28253 Add defvar.
28254 (rmail-summary-beginning-of-message): Use with-no-warnings.
28255 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
28256
28257 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
28258 Use with-no-warnings.
28259
28260 * emulation/vi.el (vi-mark-region): Use c-mark-function.
28261 (c-mark-function): Add point-moving-unit property.
28262 (vi-goto-line): Use with-no-warnings.
28263
28264 * emulation/edt.el (edt-last-copied-word): Add defvar.
28265 (zmacs-region-stays): Likewise.
28266 (edt-mark-section-wisely): Use c-mark-function for C.
28267 Use makr-defun for Fortran.
28268 (time-string): defvar deleted.
28269 (edt-display-the-time): Don't set time-string.
28270
28271 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
28272
28273 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
28274 Don't warn when name is not constant
28275 or for defining the group `emacs'.
28276
28277 * tooltip.el (gud-tooltip-mode): Add defvar.
28278
28279 * startup.el (default-frame-background-mode): Add defvar.
28280
28281 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
28282
28283 * info.el (tool-bar-map): Add defvar.
28284
28285 * dired.el (dnd-protocol-alist): Add defvar.
28286
28287 * dired-aux.el (dired-query): Display question with answer, when
28288 the user answers.
28289
28290 * custom.el (custom-add-option): Doc fix.
28291
28292 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
28293
28294 2005-07-03 Eli Zaretskii <eliz@gnu.org>
28295
28296 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
28297 bogus name from the last change.
28298
28299 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
28300
28301 * custom.el (custom-declare-variable): Fix typos in comment.
28302 (custom-known-themes): Doc fix.
28303 (custom-theme-directory): New defcustom.
28304 (require-theme): Make it check `custom-theme-directory'.
28305
28306 * cus-theme.el (custom-new-theme-mode): New function.
28307 (custom-theme-name, custom-theme-variables, custom-theme-faces)
28308 (custom-theme-description): Add compiler defvars.
28309 (customize-create-theme): Add doc to the "*New Custom Theme*"
28310 buffer. Use `custom-new-theme-mode'.
28311 (custom-theme-write): Put the created buffer in emacs-lisp-mode
28312 and save it to the `custom-theme-directory'. Make this the
28313 default directory of the buffer.
28314
28315 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
28316
28317 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
28318 Fix unbalanced parentheses.
28319
28320 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
28321
28322 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
28323 into flymake-mode and delegate to flymake-mode.
28324
28325 * find-file.el (ff-which-function-are-we-in): Clean up.
28326
28327 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
28328
28329 * replace.el (occur-rename-buffer): Fix docstring.
28330
28331 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
28332 (edt-last-copied-word, edt-learn-macro-count)
28333 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
28334 (edt-rect-start-point, edt-user-global-map, rect-start-point)
28335 (time-string, zmacs-region-stays):
28336 * emulation/edt-mapper.el (edt-save-function-key-map)
28337 (EDT-key-name): `defvar' to silence the byte-compiler.
28338
28339 2005-07-02 Martin Rudalics <rudalics@gmx.at>
28340
28341 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
28342 font-lock-regexp-backslash. Doc fix.
28343 (font-lock-regexp-backslash-grouping-construct): Rename from
28344 font-lock-regexp-backslash-construct. Doc fix.
28345 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
28346 grouping constructs.
28347
28348 2005-07-02 Eli Zaretskii <eliz@gnu.org>
28349
28350 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
28351 updating all the prerequisites.
28352
28353 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
28354
28355 * textmodes/org.el (org-agenda-start-on-weekday)
28356 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
28357 (org-agenda-use-time-grid, org-archive-location)
28358 (org-allow-space-in-links, org-usenet-links-prefer-google)
28359 (org-enable-table-editor, org-export-default-language)
28360 (org-export-html-show-new-buffer, org-fill-paragraph)
28361 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
28362 (org-goto-quit, org-occur, org-eval-in-calendar)
28363 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
28364 (org-agenda-diary-entry, org-remember-help)
28365 (org-table-convert-region, org-at-table-p)
28366 (org-table-move-row-down, org-table-move-row-up)
28367 (org-table-copy-region, org-table-toggle-vline-visibility)
28368 (org-table-get-stored-formulas, org-table-get-specials)
28369 (org-recalc-commands, org-table-eval-formula)
28370 (org-table-formula-substitute-names, orgtbl-make-binding)
28371 (org-format-org-table-html, org-format-table-table-html)
28372 (org-format-table-table-html-using-table-generate-source)
28373 (org-customize): Fix typos in docstrings.
28374 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
28375 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
28376 (org-back-to-heading): Doc fixes.
28377 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
28378 (org-agenda-change-all-lines, org-get-header):
28379 Improve argument/docstring consistency.
28380 (orgtbl-error): Fix error message.
28381
28382 * progmodes/flymake.el (flymake-find-possible-master-files)
28383 (flymake-master-file-compare, flymake-get-line-err-count)
28384 (flymake-highlight-line, flymake-gui-warnings-enabled):
28385 Fix typos in docstrings.
28386 (flymake-parse-line, flymake-get-project-include-dirs-function)
28387 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
28388 Doc fixes.
28389 (flymake-get-project-include-dirs-function)
28390 (flymake-make-err-menu-data):
28391 Improve argument/docstring consistency.
28392
28393 2005-07-01 Lute Kamstra <lute@gnu.org>
28394
28395 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
28396 Catch errors with ignore-errors. Use temporary buffer.
28397 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
28398
28399 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
28400 background color faces.
28401 (facemenu-set-foreground, facemenu-set-background):
28402 Use facemenu-set-face-from-menu.
28403 (facemenu-set-face-from-menu): Treat face names that start with
28404 "fg:" or "bg:" as special.
28405 (facemenu-add-new-color): Don't create faces. Simplify.
28406
28407 2005-06-30 Richard M. Stallman <rms@gnu.org>
28408
28409 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
28410 (crm-find-current-element): Likewise.
28411
28412 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
28413
28414 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
28415
28416 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
28417
28418 * arc-mode.el (archive-extract): Make it work as a mouse binding.
28419 (archive-mouse-extract): Make it an obsolete alias.
28420 (archive-mode-map): Don't use archive-mouse-extract any more.
28421 (archive-mode, archive-extract): write-contents-hooks ->
28422 write-contents-functions.
28423 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
28424 first arg.
28425 (archive-rename-entry): Update the call.
28426 (archive-zip-summarize): Remove unused var `method'.
28427 (archive-lzh-summarize): Remove unused var `creator'.
28428
28429 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
28430 dedicated frame upon exit.
28431
28432 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
28433 (archive-zip-extract, archive-zip-expunge)
28434 (archive-zip-update, archive-zip-update-case): Use executable-find.
28435 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
28436 Use restore-buffer-modified-p.
28437 (archive-extract, archive-add-new-member, archive-write-file-member):
28438 Use with-current-buffer.
28439 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
28440
28441 2005-06-30 Andreas Schwab <schwab@suse.de>
28442
28443 * progmodes/gud.el (gud-filter): Remove unneeded progn.
28444
28445 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
28446
28447 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
28448
28449 2005-06-30 Juri Linkov <juri@jurta.org>
28450
28451 * faces.el (vertical-border): Inherit from mode-line-inactive
28452 only on tty.
28453
28454 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
28455
28456 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
28457 example, -NLINES in the `occur' docstring).
28458
28459 * replace.el (occur-1): When no matches are found, do not set the
28460 `buffer-read-only' and modified flags for the occur buffer,
28461 because it is deleted.
28462
28463 * emulation/cua-base.el (cua-check-pending-input)
28464 (cua-repeat-replace-region, cua-mode, cua-debug)
28465 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
28466 Fix typos in docstrings.
28467
28468 * emulation/cua-gmrk.el (cua-toggle-global-mark)
28469 (cua-cut-region-to-global-mark)
28470 (cua--cut-rectangle-to-global-mark):
28471 Remove period from end of messages.
28472
28473 * emulation/cua-rect.el (cua-do-rectangle-padding):
28474 Remove period from end of messages.
28475 (cua--rectangle-seq-format): Fix typo in docstring.
28476 (cua-sequence-rectangle, cua-fill-char-rectangle):
28477 Improve argument/docstring consistency.
28478
28479 2005-06-29 Juri Linkov <juri@jurta.org>
28480
28481 * faces.el (default-frame-background-mode): New internal variable.
28482 (frame-set-background-mode): Use it.
28483
28484 * startup.el (normal-top-level): Set default-frame-background-mode
28485 instead of frame-background-mode. Before setting it, test for its
28486 nil value. Remove tests for frame-background-mode and frame
28487 parameter `reverse'. Add test for "unspecified-fg".
28488
28489 * term/xterm.el (xterm-rxvt-set-background-mode):
28490 * term/rxvt.el (rxvt-set-background-mode):
28491 Set default-frame-background-mode instead of frame-background-mode.
28492
28493 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
28494
28495 * simple.el (set-variable): Warn about obsolete user variables.
28496
28497 * imenu.el (imenu--completion-buffer):
28498 * mouse.el (mouse-buffer-menu-alist):
28499 * msb.el (msb-invisible-buffer-p):
28500 * calendar/diary-lib.el (diary-header-line-format):
28501 * emacs-lisp/pp.el (pp-buffer):
28502 * progmodes/cperl-mode.el (cperl-do-auto-fill):
28503 * textmodes/picture.el (picture-replace-match):
28504 Change space constants followed by a sexp to "?\s ".
28505
28506 * play/decipher.el (decipher-loop-with-breaks):
28507 * textmodes/texinfo.el (texinfo-insert-@item): Change space
28508 constants "protected" from end of line by a comment to "?\s".
28509
28510 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
28511
28512 * font-lock.el (save-buffer-state): Use `declare'.
28513
28514 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
28515 reset the syntax-table to cperl-mode-syntax-table.
28516 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
28517 "foo_print_bar" is not matched as a reserved keyword.
28518
28519 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
28520
28521 * textmodes/org.el (orgtbl-setup): New function, for delayed
28522 setup for the orgtbl commands.
28523 (org-calc-default-modes): New option.
28524 (orgtbl-make-binding): Use `defun' to get better help display.
28525 (org-diary): Call `org-compile-prefix-format'.
28526 (org-table-formula-substitute-names): New function.
28527 (org-agenda-day-view, org-agenda-week-view): New commands.
28528 (org-agenda-toggle-week-view): Command removed.
28529 (org-tbl-menu): Split off from org-org-menu.
28530 (org-mode): Move removal of outline-mode menus to here.
28531 (org-table-formula-debug): New option.
28532 (org-table-insert-row): Keep first field if just "#" or "*".
28533 (org-mode): Paragraph regexps fixed.
28534 (org-table-recalculate-regexp): New constant.
28535 (org-table-justify-field-maybe): Avoid replace if not necessary.
28536 (org-copy-special, org-cut-special): Use `call-interactively'.
28537 (org-table-copy-region): Take region from `interactive' call.
28538 (org-trim): Return string even if no match.
28539 (org-formula): New face.
28540 (org-set-font-lock-defaults): No longer highlight "FIXME".
28541 But highlight formula-related fields in table.
28542 (org-table-p): Use regexp, not fontification.
28543 (org-table-align): Handle white space at end of line.
28544 (org-table-formula-evaluate-inline): New option.
28545 (org-mode): Auto-wrapping in comment lines turned off.
28546 (org-table-copy-down): Evaluate only in copied field, not in
28547 destination.
28548 (org-table-current-formula): Variable removed.
28549 (org-table-store-formulas, org-table-get-stored-formulas)
28550 (org-table-modify-formulas, org-table-replace-in-formulas)
28551 (org-table-maybe-eval-formula): New functions.
28552 (org-table-get-formula): Modify to use stored formulas.
28553 (org-table-insert-column, org-table-delete-column)
28554 (org-table-move-column): Call `org-table-modify-formulas'.
28555 (org-complete): Add completion for keyword formulas.
28556 (orgtbl-mode): Pull orgtbl-mode-map to start of
28557 minor-mode-map-alist.
28558
28559 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
28560
28561 * progmodes/python.el (python-check): Require `compile' before
28562 modifying its variables.
28563
28564 * newcomment.el (comment-indent-default): Don't get fooled by an early
28565 end of buffer.
28566
28567 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28568
28569 * ps-print.el (ps-print-version): Fix version number.
28570
28571 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
28572
28573 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
28574
28575 2005-06-28 Richard M. Stallman <rms@gnu.org>
28576
28577 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
28578 (flyspell-local-mouse-map): Declaration deleted.
28579 (flyspell-mouse-map): Bind only mouse-2.
28580 (flyspell-mode-map): Don't test flyspell-use-local-map.
28581 (flyspell-overlay-keymap-property-name): Var deleted.
28582 (flyspell-mode-on): Don't make local bindings for
28583 flyspell-mouse-map and flyspell-mode-map.
28584 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
28585
28586 * textmodes/ispell.el (ispell-word): Do not ignore short words.
28587
28588 * progmodes/compile.el (compilation-next-error-function):
28589 Don't switch buffers; operate on the current buffer.
28590
28591 * progmodes/compile.el (compilation-error-file-name)
28592 (compilation-warning-file-name, compilation-info-file-name)
28593 (compilation-line-number, compilation-column-number): New faces.
28594 (compilation-error-face, compilation-warning-face)
28595 (compilation-info-face, compilation-line-face)
28596 (compilation-column-face): Use them.
28597
28598 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
28599
28600 * comint.el (comint-password-prompt-regexp): Accept ", try again".
28601
28602 * bindings.el (global-map): Bind insertchar and its variants.
28603
28604 2005-06-27 Richard M. Stallman <rms@gnu.org>
28605
28606 * textmodes/artist.el (artist-text-overwrite)
28607 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
28608
28609 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28610
28611 * ps-print.el: It was not working the page selection for printing.
28612 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
28613 (ps-print-version): New version 6.6.7.
28614 (ps-end-sheet): New fun.
28615 (ps-header-sheet, ps-end-job): Call it.
28616
28617 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
28618
28619 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
28620
28621 2005-06-27 Lute Kamstra <lute@gnu.org>
28622
28623 * facemenu.el (facemenu-unlisted-faces): Add foreground and
28624 background color faces.
28625 (facemenu-get-face): Delete function.
28626 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
28627 (facemenu-add-new-color): Make second argument mandatory.
28628 Create the appropriate face and return it. Simplify.
28629 (facemenu-set-foreground, facemenu-set-background): Don't check if
28630 color is defined. Use return value of facemenu-add-new-color.
28631
28632 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
28633
28634 * progmodes/gud.el (gud-filter): Add missing argument to
28635 with-selected-window.
28636
28637 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
28638
28639 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
28640 a :require to the defcustom.
28641
28642 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
28643 defcustoms corresponding to minor modes.
28644
28645 2005-06-26 David Ponce <david@dponce.com>
28646
28647 * recentf.el: Require tree-widget instead of wid-edit.
28648 (recentf-filename-handler): Fix widget :type.
28649 (recentf-cancel-dialog, recentf-open-more-files)
28650 (recentf-open-files-action): Doc fix.
28651 (recentf-dialog-goto-first): New function.
28652 (recentf-dialog-mode-map): Set parent keymap first.
28653 (recentf-dialog-mode): Define with define-derived-mode.
28654 Don't display continuation lines in dialogs.
28655 (recentf-edit-list): Rename from recentf-edit-selected-items.
28656 (recentf-edit-list-select): Rename from recentf-edit-list-action.
28657 Simplify.
28658 (recentf-edit-list-validate): New function.
28659 (recentf-edit-list): Update accordingly.
28660 (recentf-open-files-item-shift): Remove.
28661 (recentf-open-files-item): Convert menu elements into tree and
28662 link widgets. Don't create the widgets.
28663 (recentf-open-files): Update accordingly.
28664 (recentf-save-list): Untabify.
28665
28666 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
28667
28668 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
28669 (keep-lines): Add INTERACTIVE arg. Never delete lines only
28670 partially contained in the active region. Do not take active
28671 region into account when called from Lisp, unless INTERACTIVE arg
28672 is non-nil. Use `forward-line' instead of `beginning-of-line' to
28673 avoid trouble with fields. Make marker point nowhere when no
28674 longer used. Always return nil. Doc fix.
28675 (flush-lines): Add INTERACTIVE arg. Do not take active region
28676 into account when called from Lisp, unless INTERACTIVE arg is
28677 non-nil. Use `forward-line' instead of `beginning-of-line' to
28678 avoid trouble with fields. Make marker point nowhere when no
28679 longer used. Always return nil. Doc fix.
28680 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
28681 interchangeable. Do not take active region into account when
28682 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
28683 message in echo area when called from Lisp, unless INTERACTIVE arg
28684 is non-nil. Avoid saying "1 occurrences". Do not use markers.
28685 Return the number of matches. Doc fix.
28686 (occur): Doc fix.
28687 (perform-replace): Make comment follow double space convention for
28688 the sake of `outline-minor-mode'.
28689
28690 * faces.el (facep): Doc fix.
28691
28692 2005-06-25 Richard M. Stallman <rms@gnu.org>
28693
28694 * facemenu.el (facemenu-enable-faces-p): New function.
28695 (facemenu-background-menu, facemenu-foreground-menu)
28696 (facemenu-face-menu): Add menu-enable property.
28697
28698 * jka-compr.el (jka-compr-insert-file-contents):
28699 Special handling if cannot find the uncompression program.
28700
28701 * cus-face.el (custom-face-attributes): Add autoload.
28702
28703 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28704 Bind comment-indent-function locally.
28705
28706 * window.el (save-selected-window): Use save-current-buffer.
28707
28708 * subr.el (with-selected-window): Use save-current-buffer.
28709
28710 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
28711 and with-current-buffer.
28712
28713 2005-06-24 Richard M. Stallman <rms@gnu.org>
28714
28715 * simple.el (line-move-1): Fix previous change.
28716
28717 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
28718
28719 * replace.el (occur-1): Set `buffer-read-only' and the
28720 buffer-modified flag before running `occur-hook' to protect
28721 against unintentional buffer switches that can lead to data loss.
28722
28723 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
28724
28725 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
28726 (gud-gdb-marker-filter): Use font-lock-warning-face for any
28727 initial error.
28728
28729 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
28730 after fresh input.
28731 (gdb-var-create-handler): Put name of expression in quotes.
28732
28733 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
28734
28735 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
28736 elements of RING in order, and without bogus nil elements.
28737
28738 2005-06-23 Richard M. Stallman <rms@gnu.org>
28739
28740 * simple.el (set-variable): Args renamed; doc fix.
28741 (line-move-1): When there are overlays around, use vertical-motion.
28742
28743 * faces.el (escape-glyph): Use brown against light background.
28744 (nobreak-space): Rename from no-break-space.
28745 Fix previous change.
28746
28747 * dired-aux.el (dired-do-copy): Fix arg prompt.
28748
28749 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
28750
28751 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
28752
28753 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
28754 rather than "Distributor".
28755
28756 2005-06-23 Lute Kamstra <lute@gnu.org>
28757
28758 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
28759 (debug-on-entry): Use it. New interactive declaration that uses
28760 function-called-at-point.
28761
28762 2005-06-23 Kim F. Storm <storm@cua.dk>
28763
28764 * subr.el (save-match-data): Add comment about using evaporate arg
28765 to set-match-data.
28766
28767 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
28768
28769 * cus-edit.el (customize-face)
28770 (customize-face-other-window): Handle face aliases.
28771
28772 * faces.el (face-documentation, set-face-attribute)
28773 (face-spec-set): Handle face aliases.
28774
28775 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
28776
28777 * help-mode.el (help-make-xrefs): If a symbol representing a face
28778 name is not followed by the word "face", it could still be a
28779 function or variable name, so don't bypass other checks.
28780
28781 2005-06-22 Juri Linkov <juri@jurta.org>
28782
28783 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
28784 Replace aliased functions with calls where second arg `inherit' is t.
28785
28786 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
28787
28788 * progmodes/gdb-ui.el (gdb-error): New variable.
28789 (gdb-error): New function.
28790 (gdb-annotation-rules): Act on error-begin and error annotations.
28791 (gdb-concat-output): Use font-lock-warning-face for errors.
28792
28793 2005-06-22 Miles Bader <miles@gnu.org>
28794
28795 * bindings.el (propertized-buffer-identification): Use renamed
28796 `Buffer-menu-buffer' face.
28797
28798 * faces.el (vertical-border): Rename from `vertical-divider'.
28799 (escape-glyph): Change dark-background color back to `cyan'.
28800
28801 2005-06-21 Juri Linkov <juri@jurta.org>
28802
28803 * faces.el (face-user-default-spec): Try getting `customized-face'
28804 prior to `saved-face'.
28805 (frame-background-mode): Refill docstring.
28806
28807 * emacs-lisp/lisp-mode.el (eval-defun-1):
28808 * emacs-lisp/edebug.el (edebug-eval-defun):
28809 Set `saved-face' temporarily to nil before calling form.
28810 Set `customized-face' to the new spec after that.
28811
28812 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
28813
28814 * subr.el (1value, lambda, key-substitution-in-progress):
28815 Doc fixes.
28816
28817 * autoinsert.el (auto-insert-alist):
28818 * ses.el (ses-call-printer):
28819 * subr.el (noreturn):
28820 * emacs-lisp/lisp.el (check-parens):
28821 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
28822 * net/browse-url.el (browse-url-mosaic):
28823 * progmodes/cc-defs.el (c-safe-scan-lists):
28824 * progmodes/ebnf-abn.el (ebnf-abn-lex):
28825 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
28826 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
28827 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
28828 * progmodes/ebnf-iso.el (ebnf-iso-lex):
28829 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
28830
28831 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
28832
28833 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
28834
28835 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
28836
28837 * calendar/appt.el (appt-make-list): Activate the package, if
28838 not already active (for backwards compatibility).
28839
28840 2005-06-20 Kim F. Storm <storm@cua.dk>
28841
28842 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
28843
28844 2005-06-20 Miles Bader <miles@gnu.org>
28845
28846 * faces.el (vertical-divider): New face.
28847
28848 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
28849
28850 * simple.el (kill-whole-line): Doc fix.
28851 (next-error-buffer-p, next-error-find-buffer)
28852 (clone-indirect-buffer): Fix typos in docstrings.
28853 (comment-line-break-function): Doc fix: don't say variable
28854 is automatically buffer-local (it isn't).
28855
28856 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
28857
28858 * net/tramp-ftp.el (top):
28859 * net/tramp-smb.el (top):
28860 * net/tramp-util.el (top):
28861 * net/tramp-uu.el (top):
28862 * net/tramp-vc.el (top):
28863 * net/tramp.el (top): Revert copyright years back to original
28864 ones. Tramp has a life outside GNU Emacs.
28865
28866 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
28867
28868 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
28869
28870 2005-06-18 Juri Linkov <juri@jurta.org>
28871
28872 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
28873 end of first regexp to limit the match to the position between
28874 line number and source line with same separator character as used
28875 between file name and line number. In the second regexp limit
28876 mouse-face area to file name and line number by adding new group
28877 for them and referring it in HYPERLINK arg.
28878 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
28879 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
28880 previous line where grep markers may be already removed.
28881
28882 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
28883
28884 * progmodes/ps-mode.el: Update version and maintainer's email address.
28885
28886 2005-06-18 Steve Youngs <steve@xemacs.org>
28887
28888 * net/browse-url.el (browse-url-browser-function)
28889 (browse-url-default-browser): Add firefox.
28890 (browse-url-firefox-program, browse-url-firefox-arguments)
28891 (browse-url-firefox-startup-arguments)
28892 (browse-url-firefox-new-window-is-tab): New defcustoms.
28893 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
28894
28895 2005-06-17 Richard M. Stallman <rms@gnu.org>
28896
28897 * startup.el (command-line): Warn if specified user name has
28898 no home directory.
28899
28900 * term.el (term-get-old-input, term-input-filter, term-input-sender)
28901 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
28902
28903 * longlines.el (longlines-mode, longlines-show-hard-newlines):
28904 Doc fixes.
28905
28906 * faces.el (underline): Try bold if terminal doesn't support underline.
28907
28908 * mail/sendmail.el (mail-setup-with-from): New variable.
28909 (mail-insert-from-field): New function.
28910 (sendmail-send-it): Call it.
28911 (mail-setup): Optionally call it here.
28912
28913 * term/linux.el: Call tty-no-underline.
28914
28915 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
28916
28917 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
28918
28919 2005-06-17 Miles Bader <miles@gnu.org>
28920
28921 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
28922 (ediff-current-diff-C, ediff-current-diff-Ancestor)
28923 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
28924 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
28925 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
28926 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
28927 Remove "-face" suffix from face names.
28928 (ediff-current-diff-face-A, ediff-current-diff-face-B)
28929 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
28930 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
28931 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
28932 (ediff-even-diff-face-A, ediff-even-diff-face-B)
28933 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
28934 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
28935 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
28936 New backward-compatibility aliases for renamed faces.
28937 (ediff-current-diff-face-A, ediff-current-diff-face-B)
28938 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
28939 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
28940 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
28941 (ediff-even-diff-face-A, ediff-even-diff-face-B)
28942 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
28943 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
28944 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
28945 Use renamed ediff faces.
28946
28947 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
28948 Remove "-face" suffix from face names.
28949 (eshell-test-ok-face, eshell-test-failed-face):
28950 New backward-compatibility aliases for renamed faces.
28951 (eshell-run-test): Use renamed eshell-test faces.
28952
28953 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
28954 face name.
28955 (eshell-prompt-face): New backward-compatibility alias for renamed
28956 face.
28957 (eshell-emit-prompt): Use renamed eshell-prompt face.
28958
28959 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
28960 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
28961 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
28962 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
28963 Remove "-face" suffix from face names.
28964 (eshell-ls-directory-face, eshell-ls-symlink-face)
28965 (eshell-ls-executable-face, eshell-ls-readonly-face)
28966 (eshell-ls-unreadable-face, eshell-ls-special-face)
28967 (eshell-ls-missing-face, eshell-ls-archive-face)
28968 (eshell-ls-backup-face, eshell-ls-product-face)
28969 (eshell-ls-clutter-face):
28970 New backward-compatibility aliases for renamed faces.
28971 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
28972
28973 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
28974 Remove "-face" suffix from face name.
28975 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
28976 instead of literal face.
28977
28978 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
28979
28980 * emacs-lisp/warnings.el (display-warning, lwarn)
28981 (warning-minimum-log-level): Doc fixes.
28982 (warning-minimum-level, warning-minimum-log-level):
28983 Add :debug to :type choices.
28984
28985 * progmodes/ada-mode.el (ada-format-paramlist)
28986 (ada-get-indent-case, ada-check-matching-start)
28987 (ada-check-defun-name, ada-goto-matching-decl-start)
28988 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
28989 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
28990 (ada-make-subprogram-body): Follow error conventions.
28991 (ada-case-exception-file, ada-indent-comment-as-code)
28992 (ada-indent-handle-comment-special, ada-indent-renames)
28993 (ada-indent-return, ada-search-directories-internal)
28994 (ada-tab-policy, ada-case-exception-substring)
28995 (ada-other-file-alist, ada-matching-start-re)
28996 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
28997 (ada-imenu-generic-expression, ada-compile-goto-error)
28998 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
28999 (ada-popup-menu, ada-add-extensions, ada-mode)
29000 (ada-region-selected, ada-create-case-exception)
29001 (ada-create-case-exception-substring, ada-after-keyword-p)
29002 (ada-activate-keys-for-case, ada-adjust-case-region)
29003 (ada-adjust-case-buffer, ada-format-paramlist)
29004 (ada-scan-paramlist, ada-insert-paramlist)
29005 (ada-indent-newline-indent)
29006 (ada-indent-newline-indent-conditional)
29007 (ada-justified-indent-current, ada-goto-previous-word)
29008 (ada-indent-current, ada-get-indent-open-paren)
29009 (ada-get-indent-paramlist, ada-get-indent-end)
29010 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
29011 (ada-get-indent-block-start, ada-get-indent-subprog)
29012 (ada-get-indent-noindent, ada-get-indent-label)
29013 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
29014 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
29015 (ada-goto-stmt-end, ada-goto-next-word)
29016 (ada-check-matching-start, ada-check-defun-name)
29017 (ada-goto-matching-decl-start, ada-goto-matching-start)
29018 (ada-goto-matching-end, ada-search-ignore-string-comment)
29019 (ada-in-decl-p, ada-looking-at-semi-or)
29020 (ada-looking-at-semi-private, ada-in-paramlist-p)
29021 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
29022 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
29023 (ada-next-procedure, ada-previous-procedure, ada-next-package)
29024 (ada-previous-package, ada-create-menu)
29025 (ada-fill-comment-paragraph-justify)
29026 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
29027 (ada-other-file-name, ada-last-which-function-line)
29028 (ada-last-which-function-subprog, ada-which-function)
29029 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
29030 (ada-gen-treat-proc, ada-check-emacs-version)
29031 (ada-continuation-indent, ada-align-region-separate):
29032 Fix typos in docstrings.
29033 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
29034
29035 2005-06-16 Lute Kamstra <lute@gnu.org>
29036
29037 * simple.el (fundamental-mode): Run after-change-major-mode-hook
29038 conditionally.
29039
29040 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
29041
29042 * comint.el (comint-replace-by-expanded-filename)
29043 (comint-prompt-regexp, comint-delimiter-argument-list)
29044 (comint-preinput-scroll-to-bottom):
29045 * info.el (Info-hide-cookies-node):
29046 * ls-lisp.el (ls-lisp-classify):
29047 * find-file.el (ff-search-directories, ff-special-constructs)
29048 (ff-find-other-file):
29049 * font-lock.el (font-lock-keywords):
29050 * shell.el (shell-prompt-pattern)
29051 (shell-dynamic-complete-functions, shell-mode)
29052 (shell-delimiter-argument-list):
29053 * term.el (term-replace-by-expanded-filename)
29054 (term-prompt-regexp, term-delimiter-argument-list):
29055 * woman.el (woman-ignore, woman0-if):
29056 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
29057 * emacs-lisp/elint.el (elint-init-env):
29058 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
29059 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
29060 * language/ethio-util.el (ethio-tilde-escape)
29061 (ethio-use-three-dot-question):
29062 * net/zone-mode.el (zone-mode-load-time-setup):
29063 * progmodes/cc-align.el (c-lineup-argcont):
29064 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
29065 * progmodes/cperl-mode.el (cperl-set-style-back):
29066 * progmodes/inf-lisp.el (inferior-lisp-prompt):
29067 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
29068 Fix spellings in docstrings.
29069
29070 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
29071 * progmodes/modula2.el (m2-for): Fix spellings.
29072
29073 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
29074
29075 * simple.el (undo-more): Don't use `format' on `error' arguments.
29076 Improve argument/docstring consistency.
29077 (pending-undo-list): Doc fix.
29078
29079 * smerge-mode.el (smerge-ensure-match):
29080 * emulation/vip.el (vip-ex):
29081 * net/zone-mode.el (zone-mode-update-serial):
29082 * progmodes/idlwave.el (idlwave-complete):
29083 * progmodes/vhdl-mode.el (vhdl-visit-file)
29084 (vhdl-compose-wire-components):
29085 Don't use `format' on `error' arguments.
29086
29087 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
29088 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
29089 (tooltip-help-tips): Fix typos in docstrings.
29090
29091 2005-06-16 David Ponce <david@dponce.com>
29092
29093 * tree-widget.el (tree-widget-value-create): Simplify last change.
29094
29095 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
29096
29097 * ido.el (ido-incomplete-regexp): New variable.
29098 (ido-set-matches-1): Handle invalid-regexp error and set
29099 ido-incomplete-regexp.
29100 (ido-incomplete-regexp): New face.
29101 (ido-completions): Use it.
29102 (ido-complete, ido-exit-minibuffer, ido-completions):
29103 Handle incomplete regexps.
29104 (ido-completions): Add check for complete match when entering a regexp.
29105
29106 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
29107
29108 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
29109
29110 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
29111
29112 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
29113 by field delimiters.
29114
29115 2005-06-15 David Ponce <david@dponce.com>
29116
29117 * tree-widget.el: eval-and-compile inlined functions so they will
29118 be available at run-time too.
29119 (tree-widget-super-format-handler)
29120 (tree-widget-format-handler): Remove.
29121 (tree-widget-value-create): Handle the :indent property.
29122
29123 2005-06-15 Miles Bader <miles@gnu.org>
29124
29125 * progmodes/which-func.el (which-func): Only inherit
29126 `font-lock-function-name-face' when that makes sense against the
29127 default mode-line face, otherwise set the face color explicitly.
29128
29129 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
29130 faces instead of (non-existent) variables.
29131
29132 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
29133
29134 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
29135 (iswitchb-get-matched-buffers): Likewise. Simplify.
29136
29137 2005-06-14 Miles Bader <miles@gnu.org>
29138
29139 * progmodes/ld-script.el (ld-script-location-counter):
29140 Remove "-face" suffix from face name.
29141 (ld-script-location-counter-face):
29142 New backward-compatibility alias for renamed face.
29143 (ld-script-location-counter-face): Use renamed face.
29144
29145 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
29146 (cperl-hash): Remove "-face" suffix from face names.
29147 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
29148 New backward-compatibility aliases for renamed faces.
29149 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
29150 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
29151
29152 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
29153 name.
29154 (which-func-face): New backward-compatibility alias for renamed face.
29155 (which-func-format): Use renamed which-func face.
29156
29157 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
29158 (vhdl-function, vhdl-directive, vhdl-reserved-word)
29159 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
29160 names.
29161 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
29162 (vhdl-speedbar-configuration, vhdl-speedbar-package)
29163 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
29164 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
29165 (vhdl-speedbar-architecture-selected)
29166 (vhdl-speedbar-configuration-selected)
29167 (vhdl-speedbar-package-selected)
29168 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
29169 names.
29170 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
29171 Use renamed faces.
29172 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
29173 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
29174 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
29175 Use renamed faces.
29176 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
29177 names.
29178 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
29179 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
29180 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
29181 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
29182 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
29183 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
29184
29185 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
29186 face name.
29187 (sh-heredoc-face): New backward-compatibility alias for renamed face.
29188 (sh-heredoc-face): Use renamed sh-heredoc face.
29189
29190 * progmodes/idlw-help.el (idlwave-help-link):
29191 Remove "-face" suffix from face name.
29192 (idlwave-help-link-face):
29193 New backward-compatibility alias for renamed face.
29194 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
29195
29196 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
29197 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
29198 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
29199 New backward-compatibility aliases for renamed faces.
29200 (idlwave-shell-disabled-breakpoint-face)
29201 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
29202
29203 * progmodes/flymake.el (flymake-errline, flymake-warnline):
29204 Remove "-face" suffix from face names.
29205 (flymake-errline-face, flymake-warnline-face):
29206 New backward-compatibility aliases for renamed faces.
29207 (flymake-highlight-line): Use renamed flymake faces.
29208
29209 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
29210 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
29211 (ebrowse-member-class, ebrowse-progress):
29212 Remove "-face" suffix from face names.
29213 (ebrowse-tree-mark-face, ebrowse-root-class-face)
29214 (ebrowse-file-name-face, ebrowse-default-face)
29215 (ebrowse-member-attribute-face, ebrowse-member-class-face)
29216 (ebrowse-progress-face):
29217 New backward-compatibility aliases for renamed faces.
29218 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
29219 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
29220 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
29221 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
29222
29223 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
29224 antlr-syntax)
29225 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
29226 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
29227 names.
29228 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
29229 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
29230 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
29231 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
29232 backward-compatibility aliases for renamed faces.
29233 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
29234 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
29235 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
29236 remove "font-lock-". Use renamed antlr-mode faces.
29237 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
29238 literal face-names with face variable references.
29239
29240 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
29241 face name.
29242 (Buffer-menu-buffer-face): New backward-compatibility alias for
29243 renamed face.
29244 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
29245
29246 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
29247
29248 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
29249 Eliminate "-face" suffix.
29250 (makefile-targets): Inherit from font-lock-function-name-face and
29251 eliminate "-face" suffix.
29252 (makefile-shell): Remove attributes and eliminate "-face" suffix.
29253 (makefile-*-font-lock-keywords): Append makefile-targets in rule
29254 actions, instead of prepending, to make it less visible.
29255 (makefile-previous-dependency, makefile-match-dependency):
29256 Don't match a target on a continuation line.
29257
29258 * files.el (auto-mode-alist): Put Makefile in gmake mode.
29259
29260 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
29261
29262 * progmodes/gdb-ui.el (menu): Re-order menu items.
29263 (gdb-tooltip-print): Respect tooltip-use-echo-area.
29264
29265 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
29266 Define in tooltip.el.
29267 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
29268 (gud-tooltip-tips): Respect tooltip-use-echo-area and
29269 gud-tooltip-echo-area.
29270
29271 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
29272 backward compatibility and make obsolete.
29273 (tooltip-help-tips): Use tooltip-use-echo-area.
29274 (tooltip-show-help-function): Rename to...
29275 (tooltip-show-help): ...this, because it is a function.
29276 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
29277
29278 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
29279
29280 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
29281 (edebug-print-length, edebug-print-level, edebug-print-circle)
29282 (edebug-modify-breakpoint, edebug-eval-last-sexp)
29283 (edebug-eval-print-last-sexp): Doc fixes.
29284
29285 2005-06-14 Kim F. Storm <storm@cua.dk>
29286
29287 * ido.el (ido-mode): Make a new keymap every time we enable ido,
29288 as the coverage buffer/file/both may change.
29289
29290 2005-06-14 Lute Kamstra <lute@gnu.org>
29291
29292 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
29293 and run-mode-hooks. Simplify.
29294
29295 * mail/rmailedit.el (rmail-edit-mode):
29296 * progmodes/octave-inf.el (inferior-octave-mode):
29297 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
29298
29299 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
29300 and run-mode-hooks.
29301 (recentf-edit-list, recentf-open-files): Don't call
29302 kill-all-local-variables directly.
29303
29304 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
29305
29306 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
29307
29308 * emacs-lisp/byte-run.el (make-obsolete)
29309 (define-obsolete-function-alias): Rename arguments FUNCTION and
29310 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
29311 (make-obsolete-variable, define-obsolete-variable-alias):
29312 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
29313 respectively.
29314
29315 * isearchb.el (isearchb-activate):
29316 * pcvs.el (cvs-mode):
29317 * ses.el (ses-load):
29318 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
29319 * net/tramp.el (tramp-find-file-exists-command)
29320 (tramp-find-shell):
29321 * progmodes/ada-mode.el (ada-create-case-exception)
29322 (ada-create-case-exception-substring, ada-make-subprogram-body):
29323 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
29324 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
29325 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
29326 * textmodes/org.el (org-promote, org-evaluate-time-range)
29327 (org-agenda-next-date-line, org-agenda-previous-date-line)
29328 (org-agenda-error, org-open-at-point, org-table-move-row)
29329 (org-format-table-table-html-using-table-generate-source)
29330 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
29331 * textmodes/reftex.el (reftex-access-scan-info):
29332 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
29333 (reftex-toc-promote-prepare): Follow error conventions.
29334
29335 * diff-mode.el (diff-mode): Fix typo in docstring.
29336
29337 * forms.el (forms--intuit-from-file): Fix reference to
29338 `forms-number-of-fields' in error message.
29339 (forms-print): Fix quoting in error message.
29340
29341 * forms.el (forms-mode):
29342 * emulation/vi.el (vi-goto-insert-state):
29343 * progmodes/flymake.el (flymake-new-err-info)
29344 (flymake-start-syntax-check-for-current-buffer)
29345 (flymake-simple-cleanup):
29346 * eshell/esh-var.el (eshell/export):
29347 * progmodes/gud.el (xdb):
29348 * textmodes/flyspell.el (flyspell-incorrect-hook)
29349 (flyspell-maybe-correct-transposition)
29350 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
29351
29352 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
29353
29354 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
29355 minibuffer prompt.
29356
29357 2005-06-13 Kim F. Storm <storm@cua.dk>
29358
29359 * subr.el (add-to-ordered-list): New defun.
29360
29361 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
29362 add cua--keymap-alist to emulation-mode-map-alists.
29363
29364 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
29365
29366 * subr.el (complete-in-turn): New macro.
29367 (dynamic-completion-table, lazy-completion-table): Add debug info.
29368
29369 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
29370 in preference to face aliases.
29371
29372 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
29373 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
29374 Remove unused vars `start' and `firstline'.
29375 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
29376 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
29377
29378 2005-06-13 Eli Zaretskii <eliz@gnu.org>
29379
29380 * cus-start.el (all): Don't complain about missing GTK-related
29381 variables, unless either `gtk' is boundp or this isn't a
29382 `windows-nt' build.
29383
29384 2005-06-13 Lute Kamstra <lute@gnu.org>
29385
29386 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
29387 run-mode-hooks.
29388
29389 * ediff-mult.el (ediff-meta-mode):
29390 * ediff-util.el (ediff-mode): Use run-mode-hooks.
29391
29392 * ledit.el (ledit-mode): Use delay-mode-hooks.
29393
29394 * woman.el (woman-mode-line-format): Delete constant.
29395 (woman-mode-map): Initialize it properly.
29396 (woman-mode): Set mode-class property to special.
29397 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
29398 Set major-mode and mode-name. Don't set mode-line-format directly.
29399 (Man-getpage-in-background): Don't reference woman-mode-line-format.
29400
29401 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
29402 string argument obsolete.
29403
29404 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
29405
29406 * textmodes/org.el (org-CUA-compatible): New option.
29407 (org-disputed-keys): New variable.
29408 (org-key): New function.
29409 (orgtbl-make-binding): Add docstring to the created function.
29410 (org-mode): Set paragraph start/separate regexps.
29411 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
29412 (org-archive-location, org-archive-mark-done)
29413 (org-archive-stamp-time): New options.
29414 (org-archive-subtree): New command.
29415 (org-fill-paragraph): New function.
29416 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
29417 (org-fake-empty-table-line): Function removed.
29418 (org-format-org-table-html): Do not create empty table lines at
29419 separator lines. Improved table header treatment.
29420 (org-link-format): New option.
29421 (org-make-link): New function.
29422 (org-insert-link, org-store-link): Use org-make-link.
29423 (org-open-file): Quote file name for shell command, to allow
29424 spaces in file names.
29425 (org-link-regexp): Fix bug with mailto link.
29426 (org-link-maybe-angles-regexp, org-protected-link-regexp):
29427 New constants.
29428 (org-export-as-html): Deal with the optional angles around a link.
29429 Better treatment of file: links.
29430 (org-open-at-point): Replace @{ and @} with < and >.
29431 (org-run-mode-hooks): Function removed.
29432 (org-agenda-mode): No longer use `org-run-mode-hooks'.
29433
29434 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
29435
29436 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
29437 MI command -data-list-register-values.
29438 (gdb-post-prompt): Indent properly.
29439
29440 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
29441
29442 * hilit-chg.el (highlight-changes-colors): Rename from
29443 `highlight-changes-colours'.
29444 (highlight-changes-colours): Keep as obsolete alias.
29445 (highlight-changes-face-list): Doc fix.
29446 (hilit-chg-make-list): Use `highlight-changes-colors'.
29447
29448 2005-06-12 Mark A. Hershberger <mah@everybody.org>
29449
29450 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
29451 defun-prompt-regexp.
29452
29453 2005-06-12 Eli Zaretskii <eliz@gnu.org>
29454
29455 * loadup.el: Don't say we are dumping under 2 names on windows-nt
29456 and cygwin.
29457
29458 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
29459 Don't use an old loaddefs.el, as in Makefile.in.
29460
29461 2005-06-12 Lute Kamstra <lute@gnu.org>
29462
29463 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
29464
29465 * man.el (Man-mode-map): Initialize it properly.
29466 (Man-mode): Set mode-class property to special.
29467
29468 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
29469
29470 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
29471
29472 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
29473 A newline is needed in the docstring there.
29474
29475 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
29476 Doc fixes.
29477
29478 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
29479
29480 * printing.el: Doc fix. The menubar is no more changed when printing
29481 is loaded, it only changes when pr-menu-bind or pr-update-menus is
29482 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
29483 (pr-version): New version number (6.8.4).
29484 (pr-menu-bind): New command.
29485 (pr-update-menus): Docstring and code fix.
29486 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
29487 Docstring fix.
29488 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
29489 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
29490
29491 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
29492
29493 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
29494 "Returns" to "return", document useful return values, etc.
29495
29496 2005-06-11 Alan Mackenzie <acm@muc.de>
29497
29498 * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
29499 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
29500 (adaptive-file-function): Minor amendment to doc-string.
29501
29502 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
29503
29504 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
29505 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
29506 Fix :type--it is `integer', not `string'.
29507
29508 * faces.el (modeline-highlight): Rename from (the erroneous)
29509 `modeline-higilight'.
29510
29511 2005-06-11 Lute Kamstra <lute@gnu.org>
29512
29513 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
29514 lisp-interaction-mode-map but make it the parent.
29515 (edebug-eval-mode): Use define-derived-mode.
29516
29517 2005-06-11 Andreas Schwab <schwab@suse.de>
29518
29519 * bindings.el: Add binding of `ESC functionkey' for every
29520 `M-functionkey'.
29521 * hexl.el (hexl-mode-map): Likewise.
29522
29523 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
29524
29525 * progmodes/compile.el (compilation-error-regexp-alist-alist)
29526 [msft]: update regexp for newer msft compilers.
29527
29528 2005-06-10 Mark A. Hershberger <mah@everybody.org>
29529
29530 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
29531 ATTLIST portions of included DTDs.
29532 (xml-parse-dtd): Eliminate use of inefficient match-data.
29533
29534 2005-06-10 Miles Bader <miles@gnu.org>
29535
29536 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
29537 (mpuz-text): Remove "-face" suffix from face names.
29538 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
29539 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
29540 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
29541
29542 * play/gomoku.el (gomoku-O, gomoku-X):
29543 Remove "-face" suffix from face names.
29544 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
29545 New backward-compatibility aliases for renamed faces.
29546 (gomoku-font-lock-keywords): Use renamed gomoku faces.
29547
29548 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
29549
29550 * thumbs.el: Fixes for changes of 2005-06-09.
29551 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
29552 as a directory.
29553 (thumbs-thumbname): Remove directory separator from format string;
29554 `thumbs-thumbsdir' now returns a valid directory name.
29555 (thumbs-temp-dir): New defsubst.
29556 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
29557 Use it.
29558
29559 * cus-edit.el (minibuffer):
29560 * files.el (make-backup-file-name-function):
29561 * filesets.el (filesets-external-viewers):
29562 * hilit-chg.el (highlight-changes-colours)
29563 (highlight-changes-face-list, highlight-changes-rotate-faces):
29564 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
29565 * kmacro.el (kmacro-call-macro):
29566 * log-edit.el (log-edit-changelog-full-paragraphs):
29567 * mouse.el (mouse-1-click-follows-link):
29568 * skeleton.el (skeleton-autowrap):
29569 * subr.el (insert-for-yank-1):
29570 * tempo.el (tempo-insert-region):
29571 * terminal.el (terminal-emulator):
29572 * time.el (display-time-mail-face):
29573 * vc.el (vc-annotate):
29574 * vcursor.el (vcursor-copy-line):
29575 * woman.el (woman-bold-headings, woman-ignore)
29576 (woman-default-faces, woman-monochrome-faces):
29577 * calendar/todo-mode.el (todo-insert-threshold):
29578 * emulation/pc-select.el (pc-select-selection-keys-only)
29579 (pc-selection-mode):
29580 * emulation/vip.el (vip-find-char-forward):
29581 * emulation/viper-cmd.el (viper-find-char-forward):
29582 * international/mule-cmds.el
29583 (select-safe-coding-system-accept-default-p)
29584 (input-method-exit-on-invalid-key):
29585 * international/mule-diag.el (describe-coding-system):
29586 * international/ucs-tables.el (unify-8859-on-encoding-mode):
29587 * net/browse-url.el (browse-url-xterm-program):
29588 * obsolete/lazy-lock.el (lazy-lock-mode):
29589 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
29590 (cperl-mode):
29591 * progmodes/cpp.el (cpp-face-light-name-list)
29592 (cpp-face-dark-name-list):
29593 * progmodes/delphi.el (delphi-newline-always-indents):
29594 Fix spellings in docstrings.
29595
29596 * ido.el (ido-mode, ido-file-extensions-order)
29597 (ido-default-file-method, ido-default-buffer-method)
29598 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
29599 (ido-decorations, ido-read-file-name-as-directory-commands)
29600 (ido-read-file-name-non-ido, ido-work-directory-list)
29601 (ido-ignore-item-temp-list, ido-current-directory)
29602 (ido-magic-forward-char, ido-enter-find-file)
29603 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
29604 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
29605
29606 2005-06-10 Lute Kamstra <lute@gnu.org>
29607
29608 * play/dunnet.el (dun-mode): Use define-derived-mode.
29609 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
29610 obsolete alias.
29611
29612 * play/doctor.el (doctor-mode-map): Remove defvar.
29613 (doctor-mode): Use define-derived-mode.
29614
29615 * mail/mspools.el (mspools-mode):
29616 * net/eudc-hotlist.el (eudc-hotlist-mode):
29617 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
29618
29619 2005-06-10 Miles Bader <miles@gnu.org>
29620
29621 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
29622 Remove "-face" suffix from face names.
29623 (flyspell-incorrect-face, flyspell-duplicate-face):
29624 New backward-compatibility aliases for renamed faces.
29625 (flyspell-mode-on, make-flyspell-overlay)
29626 (flyspell-highlight-incorrect-region)
29627 (flyspell-highlight-duplicate-region)
29628 (flyspell-display-next-corrections)
29629 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
29630
29631 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
29632 from face name.
29633 (texinfo-heading-face): New backward-compatibility alias for
29634 renamed face.
29635 (texinfo-heading-face): Use renamed texinfo-heading face.
29636
29637 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
29638 suffix from face names.
29639 (tex-math-face, tex-verbatim-face):
29640 New backward-compatibility aliases for renamed faces.
29641 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
29642 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
29643 literal face name.
29644
29645 * textmodes/table.el (table-cell): Remove "-face" suffix from face
29646 name.
29647 (table-cell-face): New backward-compatibility alias for renamed face.
29648 (table--put-cell-face-property, table--update-cell-face):
29649 Use renamed table-cell face.
29650
29651 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
29652 from face name.
29653 (sgml-namespace-face): New backward-compatibility alias for
29654 renamed face.
29655 (sgml-namespace-face): Use renamed sgml-namespace face.
29656
29657 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
29658 (org-level-4, org-level-5, org-level-6, org-level-7)
29659 (org-level-8, org-warning, org-headline-done)
29660 (org-deadline-announce, org-scheduled-today)
29661 (org-scheduled-previously, org-link, org-done, org-table)
29662 (org-time-grid): Remove "-face" suffix from face names.
29663 (org-level-1-face, org-level-2-face, org-level-3-face)
29664 (org-level-4-face, org-level-5-face, org-level-6-face)
29665 (org-level-7-face, org-level-8-face, org-warning-face)
29666 (org-headline-done-face, org-deadline-announce-face)
29667 (org-scheduled-today-face, org-scheduled-previously-face)
29668 (org-link-face, org-done-face, org-table-face)
29669 (org-time-grid-face):
29670 New backward-compatibility aliases for renamed faces.
29671 (org-level-faces, org-set-font-lock-defaults, org-timeline)
29672 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
29673 (org-agenda-get-timestamps, org-agenda-get-scheduled)
29674 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
29675
29676 * emulation/viper-init.el (viper-search, viper-replace-overlay)
29677 (viper-minibuffer-emacs, viper-minibuffer-insert)
29678 (viper-minibuffer-vi): Remove "-face" suffix from face names.
29679 (viper-search-face, viper-replace-overlay-face)
29680 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
29681 (viper-minibuffer-vi-face):
29682 New backward-compatibility aliases for renamed faces.
29683 (viper-search-face, viper-replace-overlay-face)
29684 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
29685 (viper-minibuffer-vi-face): Use renamed viper faces.
29686
29687 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
29688 Remove "-face" suffix from face names.
29689 (testcover-nohits-face, testcover-1value-face):
29690 New backward-compatibility aliases for renamed faces.
29691 (testcover-mark): Use renamed testcover faces.
29692
29693 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
29694 face name.
29695 (diary-button-face): New backward-compatibility alias for renamed face.
29696 (diary-entry): Use renamed diary-button face.
29697
29698 * calendar/calendar.el (diary, calendar-today, holiday)
29699 (mark-visible-calendar-date): Remove "-face" suffix from face names.
29700 (diary-face, calendar-today-face, holiday-face):
29701 New backward-compatibility aliases for renamed faces.
29702 (eval-after-load "facemenu", diary-entry-marker)
29703 (calendar-today-marker, calendar-holiday-marker, diary-face):
29704 Use renamed calendar faces.
29705
29706 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
29707 (compare-windows-face): New backward-compatibility alias for
29708 renamed face.
29709 (compare-windows-highlight): Use renamed compare-windows face.
29710
29711 * strokes.el (strokes-char): Remove "-face" suffix from face name.
29712 (strokes-char-face): New backward-compatibility alias for renamed face.
29713 (strokes-encode-buffer): Use renamed strokes-char face.
29714
29715 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
29716 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
29717 Remove "-face" suffix from face names.
29718 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
29719 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
29720 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
29721 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
29722 Use renamed pcvs faces.
29723 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
29724 * pcvs-defs.el (cvs-mode-map): Likewise.
29725 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
29726
29727 * info.el (info-title-1, info-title-2, info-title-3)
29728 (info-title-4): Remove "-face" suffix from and downcase face names.
29729 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
29730 (Info-title-4-face):
29731 New backward-compatibility aliases for renamed faces.
29732 (Info-fontify-node): Use renamed info faces.
29733
29734 * hilit-chg.el (highlight-changes, highlight-changes-delete):
29735 Remove "-face" suffix from face names.
29736 (highlight-changes-face, highlight-changes-delete-face):
29737 New backward-compatibility aliases for renamed faces.
29738 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
29739 (hilit-chg-make-list): Use renamed highlight-changes faces.
29740
29741 * generic-x.el (show-tabs-tab, show-tabs-space):
29742 Remove "-face" suffix from face names.
29743 (show-tabs-tab-face, show-tabs-space-face):
29744 New backward-compatibility aliases for renamed faces.
29745 (show-tabs-generic-mode-font-lock-defaults-1)
29746 (show-tabs-generic-mode-font-lock-defaults-2):
29747 Use renamed show-tabs faces.
29748
29749 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
29750 (smerge-markers): Remove "-face" suffix from face names.
29751 (smerge-mine-face, smerge-other-face, smerge-base-face)
29752 (smerge-markers-face):
29753 New backward-compatibility aliases for renamed faces.
29754 (smerge-mine-face, smerge-other-face, smerge-base-face)
29755 (smerge-markers-face): Use renamed smerge faces.
29756
29757 * log-view.el (log-view-file, log-view-message): Remove "-face"
29758 suffix from face names.
29759 (log-view-file-face, log-view-message-face):
29760 New backward-compatibility aliases for renamed faces.
29761 (log-view-file-face, log-view-message-face): Use renamed log-view
29762 faces.
29763
29764 * paren.el (show-paren-match, show-paren-mismatch):
29765 Remove "-face" suffix from face names.
29766 (show-paren-match-face, show-paren-mismatch-face):
29767 New backward-compatibility aliases for renamed faces.
29768 (show-paren-function): Use renamed show-paren faces.
29769
29770 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
29771 (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): Remove "-face"
29775 suffix from face names.
29776 (ruler-mode-default-face, ruler-mode-pad-face)
29777 (ruler-mode-margins-face, ruler-mode-fringes-face)
29778 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
29779 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
29780 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
29781 New backward-compatibility aliases for renamed faces.
29782 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
29783 (ruler-mode-column-number, ruler-mode-fill-column)
29784 (ruler-mode-comment-column, ruler-mode-goal-column)
29785 (ruler-mode-tab-stop, ruler-mode-current-column)
29786 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
29787 faces.
29788
29789 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
29790 face name.
29791 (whitespace-highlight-the-space): Use renamed face.
29792 (whitespace-highlight-face): New backward-compatibility alias for
29793 renamed face.
29794
29795 * woman.el (woman-italic, woman-bold, woman-unknown)
29796 (woman-addition, woman-symbol-face):
29797 Remove "-face" suffix from face names.
29798 (woman-italic-face, woman-bold-face, woman-unknown-face)
29799 (woman-addition-face):
29800 New backward-compatibility aliases for renamed faces.
29801 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
29802 (woman-decode-region, woman-replace-match)
29803 (woman-display-extended-fonts, woman-special-characters)
29804 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
29805 Use renamed woman faces.
29806
29807 * longlines.el (longlines-visible-face): Face removed.
29808
29809 * diff-mode.el (diff-header, diff-file-header, diff-index)
29810 (diff-hunk-header, diff-removed, diff-added, diff-changed)
29811 (diff-function, diff-context, diff-nonexistent): Remove "-face"
29812 suffix from face names.
29813 (diff-header-face, diff-file-header-face, diff-index-face)
29814 (diff-hunk-header-face, diff-removed-face, diff-added-face)
29815 (diff-changed-face, diff-function-face, diff-context-face)
29816 (diff-nonexistent-face): New backward-compatibility aliases for
29817 renamed faces.
29818 (diff-header-face, diff-file-header-face)
29819 (diff-index, diff-index-face, diff-hunk-header)
29820 (diff-hunk-header-face, diff-removed, diff-removed-face)
29821 (diff-added, diff-added-face, diff-changed-face, diff-function)
29822 (diff-function-face, diff-context-face, diff-nonexistent)
29823 (diff-nonexistent-face): Use renamed diff-mode faces.
29824
29825 * progmodes/compile.el (compilation-warning-face)
29826 (compilation-info-face): Remove "-face" suffix from face names.
29827 (compilation-warning-face, compilation-info-face):
29828 New backward-compatibility aliases for renamed faces.
29829 (compilation-warning-face, compilation-info-face):
29830 Use renamed compilation faces.
29831
29832 * add-log.el (change-log-date, change-log-name)
29833 (change-log-email, change-log-file, change-log-list)
29834 (change-log-conditionals, change-log-function)
29835 (change-log-acknowledgement): Remove "-face" suffix from face names.
29836 (change-log-date-face, change-log-name-face)
29837 (change-log-email-face, change-log-file-face)
29838 (change-log-list-face, change-log-conditionals-face)
29839 (change-log-function-face, change-log-acknowledgement-face):
29840 New backward-compatibility aliases for renamed faces.
29841 (change-log-font-lock-keywords): Use renamed change-log faces.
29842
29843 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
29844 (custom-set, custom-changed, custom-saved, custom-button)
29845 (custom-button-pressed, custom-documentation, custom-state)
29846 (custom-comment, custom-comment-tag, custom-variable-tag)
29847 (custom-variable-button, custom-face-tag, custom-group-tag-1)
29848 (custom-group-tag): Remove "-face" suffix from face names.
29849 (custom-magic-alist, custom-magic-value-create)
29850 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
29851 (custom-invalid-face, custom-rogue-face, custom-modified-face)
29852 (custom-set-face, custom-changed-face, custom-saved-face)
29853 (custom-button-face, custom-button-pressed-face)
29854 (custom-documentation-face, custom-state-face)
29855 (custom-comment-face, custom-comment-tag-face)
29856 (custom-variable-tag-face, custom-variable-button-face)
29857 (custom-face-tag-face, custom-group-tag-face-1)
29858 (custom-group-tag-face):
29859 New backward-compatibility aliases for renamed faces.
29860
29861 * wid-edit.el (widget-documentation, widget-button)
29862 (widget-field, widget-single-line-field, widget-inactive)
29863 (widget-button-pressed): "-face" suffix removed from face names.
29864 (widget-documentation-face, widget-button-face)
29865 (widget-field-face, widget-single-line-field-face)
29866 (widget-inactive-face, widget-button-pressed-face):
29867 New backward-compatibility aliases for renamed faces.
29868 (widget-documentation-face, widget-button-face)
29869 (widget-button-pressed-face, widget-specify-field)
29870 (widget-specify-inactive): Use renamed widget faces.
29871
29872 2005-06-10 Kenichi Handa <handa@m17n.org>
29873
29874 * term/x-win.el (x-clipboard-yank): Remove condition-case
29875 wrapping.
29876
29877 2005-06-11 Kenichi Handa <handa@m17n.org>
29878
29879 * add-log.el (change-log-font-lock-keywords): Make the regexp for
29880 date lines stricter.
29881
29882 2005-06-10 Zhang Wei <id.brep@gmail.com>
29883
29884 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
29885 of x-get-selection.
29886
29887 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
29888
29889 * comint.el (comint-mode, comint-snapshot-last-prompt):
29890 * frame.el (frame-current-scroll-bars):
29891 * term.el (term-mode, term-check-proc, term-input-sender)
29892 (term-simple-send, term-extract-string, term-word)
29893 (term-match-partial-filename):
29894 * window.el (window-current-scroll-bars):
29895 * emulation/cua-base.el (cua-normal-cursor-color)
29896 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
29897 (cua-global-mark-cursor-color):
29898 * mail/undigest.el (rmail-forward-separator-regex):
29899 Fix typos in docstrings.
29900
29901 * comint.el (comint-check-proc, make-comint-in-buffer)
29902 (comint-source-default): Doc fixes.
29903
29904 * term.el (term-send-string): Improve argument/docstring consistency.
29905
29906 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
29907
29908 * comint.el (comint-send-input): Bind `inhibit-read-only' around
29909 call to `delete-region'.
29910 (comint-mode-hook): Do not enable Font Lock by default.
29911
29912 2005-06-09 Lute Kamstra <lute@gnu.org>
29913
29914 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
29915 could be void.
29916
29917 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
29918
29919 * emacs-lisp/debug.el (debugger-will-be-back): New var.
29920 (debug): Use it.
29921 (debugger-step-through, debugger-continue, debugger-jump)
29922 (debugger-return-value): Set it when needed.
29923 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
29924 Use inhibit-read-only.
29925
29926 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
29927
29928 * window.el (shrink-window-if-larger-than-buffer)
29929 (window-size-fixed): Fix typo in docstring.
29930
29931 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
29932 thumbnails directory on loading.
29933 (thumbs-conversion-program): Use `eq' to check the system type,
29934 not `equal'.
29935 (thumbs-temp-dir): Initialize to `temporary-file-directory',
29936 not "/tmp". Fix docstring.
29937 (thumbs-thumbsdir): New function to return the thumbnails
29938 directory, creating it if needed.
29939 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
29940 (thumbs-temp-file): Delete variable and make it into a function.
29941 (thumbs-resize-image, thumbs-modify-image): Use it.
29942 (thumbs-kill-buffer): Simplify.
29943 (thumbs-gensym): Defalias or duplicate CL `gensym'.
29944 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
29945 docstrings.
29946
29947 2005-06-09 Kim F. Storm <storm@cua.dk>
29948
29949 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
29950 set-match-data to free markers in match-data.
29951
29952 * replace.el (replace-match-data): Pass RESEAT arg `t' to
29953 match-data to unchain markers in match-data.
29954
29955 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
29956
29957 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
29958 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
29959 unnecessary now.
29960
29961 2005-06-08 Richard M. Stallman <rms@gnu.org>
29962
29963 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
29964 give the variable a doc string that doesn't say don't set it directly.
29965
29966 * textmodes/ispell.el (ispell-check-version):
29967 Use match-string-no-properties.
29968 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
29969 (ispell-buffer-local-words): Likewise.
29970
29971 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
29972 except on terminals with enough colors to really display it.
29973 (makefile-dependency-regex): Delete spurious `bb'.
29974
29975 * faces.el (escape-glyph): Use blue once again in last case.
29976 (no-break-space): Redefine so that it isn't invisible on a tty.
29977
29978 2005-06-08 Kim F. Storm <storm@cua.dk>
29979
29980 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
29981 also when reading directory name.
29982
29983 2005-06-08 Lute Kamstra <lute@gnu.org>
29984
29985 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
29986 (flyspell-mode-line-string): Remove autoload cookie.
29987 (flyspell-mode): Remove defvar.
29988
29989 2005-06-07 Lute Kamstra <lute@gnu.org>
29990
29991 * textmodes/org.el (org-run-mode-hooks): New function.
29992 (org-agenda-mode): Use it.
29993
29994 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
29995
29996 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
29997
29998 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
29999
30000 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
30001
30002 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
30003
30004 * font-lock.el (font-lock-add-keywords): Doc fix.
30005
30006 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
30007
30008 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
30009 (tex-compile-default): In the absence of any history, use the order in
30010 tex-compile-alist to choose the preferred command.
30011 (tex-compile-commands): Reorder a bit.
30012
30013 * textmodes/flyspell.el (flyspell-auto-correct-binding)
30014 (flyspell-incorrect-face, flyspell-duplicate-face):
30015 Use (X)Emacs-agnostic code.
30016 (flyspell-mode-map): Don't overwrite at each load. Remove code
30017 redundant with the subsequent add-minor-mode. Merge Emacs and
30018 XEmacs code.
30019 (flyspell-word): Minor simplification.
30020 (flyspell-math-tex-command-p): Quieten the byte-compiler.
30021 (flyspell-external-point-words): Remove unused vars `size' and `start'.
30022 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
30023 Merge the corresponding Emacs code.
30024 (flyspell-correct-word, flyspell-xemacs-popup):
30025 Use flyspell-do-correct.
30026
30027 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
30028 a dedicated window.
30029
30030 * international/latexenc.el (latexenc-find-file-coding-system):
30031 Undo part of last patch, to turn off a compiler warning.
30032
30033 2005-06-06 Juri Linkov <juri@jurta.org>
30034
30035 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
30036 Rename `tmm-inactive-face' to `tmm-inactive'.
30037
30038 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
30039
30040 * iswitchb.el: Rename faces.
30041
30042 2005-06-06 Kim F. Storm <storm@cua.dk>
30043
30044 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
30045 (cua-global-mark): Remove -face suffix from face names.
30046
30047 * emulation/cua-gmrk.el (cua--init-global-mark):
30048 Remove cua-global-mark face setup.
30049
30050 2005-06-06 Richard M. Stallman <rms@gnu.org>
30051
30052 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
30053 just like other allowed characters.
30054 (makefile-match-dependency): Exclude leading and training whitespace
30055 from the range of regexp subexp 1.
30056 (makefile-macroassign-regex): Don't try to match the body,
30057 just the name of the macro being defined.
30058
30059 * info.el (Info-read-node-name-2): New function.
30060 (Info-read-node-name-1): Use that.
30061 Add a completion-base-size-function property.
30062
30063 * simple.el (completion-setup-function): Look for
30064 completion-base-size-function property of minibuffer-completion-table.
30065
30066 * files.el (locate-file-completion): Doc fix.
30067
30068 * printing.el: Don't call pr-update-menus; user must do that.
30069
30070 * emacs-lisp/debug.el (debugger-window): New variable.
30071 (debug): Use debugger-window if it is set and still alive.
30072 Record debugger-window for next entry.
30073
30074 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
30075
30076 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
30077
30078 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
30079 (hack-one-local-variable, hack-local-variables)
30080 (hack-local-variables-prop-line): Pass that arg.
30081
30082 2005-06-06 Kim F. Storm <storm@cua.dk>
30083
30084 * ido.el (ido-first-match, ido-only-match, ido-subdir)
30085 (ido-indicator): Remove -face suffix from face names.
30086
30087 2005-06-06 Juri Linkov <juri@jurta.org>
30088
30089 * font-lock.el (font-lock-regexp-backslash)
30090 (font-lock-regexp-backslash-construct): New faces.
30091 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
30092 after `('. Add `while-no-input' to control structures.
30093
30094 * faces.el (no-break-space, shadow): New faces.
30095 (escape-glyph): Use less loud colors pink2 and red4.
30096
30097 * diff-mode.el (diff-context-face)
30098 * dired.el (dired-ignored)
30099 * rfn-eshadow.el (file-name-shadow)
30100 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
30101
30102 * info.el (Info-title-1-face): Use green instead of yellow because
30103 bold yellow is not readable on light backgrounds.
30104
30105 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
30106 before selecting the desired mode to not spend time fontifying
30107 old contents.
30108
30109 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
30110
30111 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
30112 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
30113
30114 * ps-print.el (ps-default-fg, ps-default-bg):
30115 Fix typos in docstrings.
30116
30117 * isearchb.el (isearchb): Don't pass a spurious second argument to
30118 `iswitchb-completions'.
30119
30120 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
30121
30122 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
30123 to preserve point.
30124 (gdb-find-file-hook): Add doc string.
30125
30126 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
30127 C dereferenced pointer expression.
30128 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
30129
30130 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
30131
30132 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
30133 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
30134 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
30135 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
30136 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
30137 Make background transparent.
30138
30139 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
30140
30141 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
30142 (font-lock-remove-keywords): Doc fix.
30143 (font-lock-mode-major-mode): Compiler defvar.
30144 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
30145
30146 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
30147 (font-lock-mode): Update `font-lock-mode-major-mode'.
30148 (font-lock-set-defaults): Compiler defvar.
30149 (font-lock-default-function): Take `font-lock-mode-major-mode'
30150 into account.
30151
30152 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
30153 keep track of which major mode it enabled the minor mode for.
30154 Use find-file-hook again. Update docstring.
30155
30156 * simple.el (eval-expression-print-level)
30157 (eval-expression-print-length, eval-expression-debug-on-error):
30158 Doc fixes.
30159
30160 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
30161
30162 * iswitchb.el (iswitchb-single-match-face)
30163 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
30164 (iswitchb-invalid-regexp-face): New faces.
30165 (iswitchb-completions): Use them.
30166 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
30167 now marked as an obsolete alias.
30168 (iswitchb-read-buffer): Remove check for bound font variables.
30169 (iswitchb-invalid-regexp): New free variable.
30170 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
30171 set iswitchb-invalid-regexp.
30172 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
30173 invalid regexps.
30174 (iswitchb-completions): Add check for complete match when entering
30175 a regexp.
30176 (iswitchb-completions): Remove require-match argument.
30177 (iswitchb-exhibit): Fix caller.
30178 (iswitchb-common-match-inserted): New variable.
30179 (iswitchb-complete, iswitchb-completion-help): Use it.
30180
30181 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
30182
30183 * url/url-http.el (url-http-chunked-encoding-after-change-function):
30184 Use `url-http-debug' instead of `message'.
30185
30186 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
30187
30188 * url/url-http.el (url-http-parse-headers): Pass redirected URL
30189 as a callback argument.
30190
30191 2005-06-04 Kim F. Storm <storm@cua.dk>
30192
30193 * simple.el (line-move): Only call sit-for when moving backwards.
30194
30195 * ido.el (ido-make-merged-file-list-1): New defun split from
30196 ido-make-merged-file-list.
30197 (ido-make-merged-file-list): Bind throw-on-input around call to
30198 ido-make-merged-file-list-1. Return input-pending-p if
30199 interrupted by more input available.
30200 (ido-read-internal): Handle input-pending-p return value from
30201 ido-make-merged-file-list.
30202
30203 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
30204
30205 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
30206 compatibility code.
30207
30208 * international/latexenc.el (latexenc-find-file-coding-system):
30209 Don't inherit the EOL part of the coding-system from the
30210 tex-main buffer. Fit within 80 columns.
30211
30212 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
30213
30214 * tmm.el (tmm-inactive-face): New face.
30215 (tmm-remove-inactive-mouse-face): New function.
30216 (tmm-prompt, tmm-add-one-shortcut)
30217 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
30218 but not selectable.
30219
30220 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
30221
30222 * faces.el (face-equal): Improve argument/docstring consistency.
30223
30224 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
30225
30226 * progmodes/make-mode.el (makefile-targets-face)
30227 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
30228 (makefile-bsdmake-dependency-regex)
30229 (makefile-makepp-rule-action-regex)
30230 (makefile-bsdmake-rule-action-regex): New constants.
30231 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
30232
30233 * progmodes/compile.el (compilation-error-regexp-alist-alist):
30234 Allow (...) within `...' for makepp messages.
30235
30236 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
30237
30238 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
30239
30240 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
30241 "." files are deleted from all file lists before comparison.
30242
30243 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
30244 (viper-ESC-key): Made them customizable.
30245
30246 * emulation/viper.el (viper-non-hook-settings):
30247 Fix the names of defadvices.
30248
30249 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
30250
30251 * autorevert.el (auto-revert-buffers): Use save-match-data.
30252
30253 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
30254
30255 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
30256 menu items with a nil command binding.
30257
30258 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
30259
30260 * emacs-lisp/cl-macs.el (defsetf):
30261 Improve argument/docstring consistency.
30262
30263 * faces.el (list-faces-display): Improve the formatting by
30264 computing the maximum length required for any face-name (reworked
30265 patch of 1999-01-11, accidentally deleted on 1999-07-21).
30266 (internal-find-face): Remove redundant info in docstring.
30267
30268 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
30269
30270 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
30271 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
30272 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
30273 (gdb-assembler-custom): Improve regexps.
30274 (def-gdb-auto-update-handler): Use window point to preserve point.
30275
30276 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
30277
30278 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
30279
30280 2005-05-31 Jay Belanger <belanger@truman.edu>
30281
30282 * calc/calc-embed.el (calc-embedded-word): Change argument passed
30283 to calc-embedded.
30284 (calc-embedded-make-info): Have plain prefix argument select
30285 entire line.
30286
30287 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
30288
30289 * faces.el (list-faces-display): Signal error if passed a regexp
30290 that matches no face name.
30291
30292 * simple.el (filter-buffer-substring): Fix typo in docstring.
30293
30294 2005-05-31 Richard M. Stallman <rms@gnu.org>
30295
30296 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
30297 (vhdl-emacs-21): Doc fix.
30298 (vhdl-mode): Unconditionally set comment-padding.
30299 (vhdl-fixup-whitespace-region): Insert spaces only where
30300 there are none.
30301 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
30302
30303 2005-05-30 John Wiegley <johnw@newartisans.com>
30304
30305 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
30306 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
30307 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
30308 `directory-sep-char' to ?/, and all uses of `string-to-int' to
30309 `string-to-number'.
30310
30311 2005-05-30 Jay Belanger <belanger@truman.edu>
30312
30313 * calc/calc.el (calc-bug-address): Fix docstring.
30314 (calc-window-hook, calc-trail-window-hook): New variables.
30315 (calc-trail-display): Restore use of calc-trail-window-hook.
30316 (calc): Restore use of calc-window-hook.
30317
30318 2005-05-31 Masatake YAMATO <jet@gyve.org>
30319
30320 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
30321
30322 * help-fns.el (help-C-file-name): Add autoload mark for
30323 `find-function-noselect'.
30324
30325 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
30326
30327 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
30328 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
30329
30330 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
30331
30332 * calendar/diary-lib.el (mark-included-diary-files): Only kill
30333 included diary buffer if it was not already being visited.
30334 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
30335
30336 * calendar/icalendar.el (top-level): Do not require appt.
30337
30338 * mail/supercite.el (sc-select-attribution): Only use a list
30339 element from sc-attrib-selection-list if it returns a string.
30340 Reported by Davide G. M. Salvetti <salve@debian.org>.
30341
30342 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
30343
30344 * thumbs.el (thumbs-thumbname): The resulting thumbname now
30345 includes a hash value to improve its uniqueness, and has a ".jpg"
30346 extension. Also, it is now a valid filename on all systems.
30347 (thumbs-make-thumb): Use `let', not `let*'.
30348 (thumbs-show-thumbs-list): Check for JPEG availability.
30349
30350 2005-05-30 Richard M. Stallman <rms@gnu.org>
30351
30352 * filesets.el (filesets-menu-ensure-use-cached):
30353 Prevent warning when emacs-version>= is undefined.
30354
30355 * printing.el (pr-interactive-n-up): Use string-to-number.
30356
30357 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
30358
30359 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
30360 Warn only when name to be defined is quoted.
30361
30362 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
30363
30364 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
30365 Make regexp more robust.
30366 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
30367 Force regeneration of disassembly.
30368
30369 2005-05-29 Jay Belanger <belanger@truman.edu>
30370
30371 * calc/calc.el (calc-user-invocation): Check if
30372 calc-invocation-macro is non-nil.
30373
30374 2005-05-29 Juri Linkov <juri@jurta.org>
30375
30376 * add-log.el (change-log-font-lock-keywords):
30377 Add `+' to e-mail regexp to accept mail address with keywords.
30378
30379 * man.el (Man-name-regexp): Add `:' to accept qualified names.
30380
30381 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
30382
30383 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
30384
30385 * ielm.el (inferior-emacs-lisp-mode): Ditto.
30386
30387 2005-05-29 Richard M. Stallman <rms@gnu.org>
30388
30389 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
30390 Undo the change that moves to end of the current word.
30391
30392 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
30393
30394 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
30395 Throw error when count <= 0 to ensure input is a number.
30396 (gdb-read-memory-custom): Pick up address from buffer.
30397 (gdb-memory-mode): Allow user to increment and decrement
30398 memory address from header line.
30399
30400 2005-05-29 Richard M. Stallman <rms@gnu.org>
30401
30402 * textmoddes/flyspell.el (flyspell-version): Function deleted.
30403 (flyspell-auto-correct-previous-hook): Doc fix.
30404
30405 * jit-lock.el (jit-lock-function, jit-lock-after-change):
30406 Do nothing if memory is full.
30407
30408 * font-lock.el (font-lock-fontify-syntactically-region):
30409 Pass t for GREEDY to looking-back.
30410
30411 * saveplace.el (save-place-alist-to-file): Write the file
30412 using write-region.
30413
30414 * subr.el (looking-back): New argument GREEDY.
30415
30416 * progmodes/compile.el (compilation-start): Set the mode
30417 before inserting the initial text.
30418
30419 * progmodes/which-func.el (which-func-update-1): Turn the mode
30420 off in case of error by setting which-func-mode.
30421
30422 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
30423
30424 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
30425 Narrow down to what's on the screen, and recenter overlays
30426 at the end of the next word.
30427
30428 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
30429
30430 * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
30431 8Vars moved up.
30432 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
30433 (flyspell-abbrev-p): Default to nil.
30434 (flyspell-use-global-abbrev-table-p): Doc fix.
30435 (flyspell-large-region): Allow nil as value.
30436 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
30437
30438 (mail-mode-flyspell-verify): More robust handling
30439 of `mail-header-separator'. More efficient signature detection.
30440 Allow for regexp metacharacters in message-header-separator.
30441 Adding `To' not to be checked in mail-mode-flyspell-verify.
30442
30443 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
30444 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
30445 Bind flyspell-auto-correct-binding.
30446 Bind C-. and C-, .
30447 (flyspell-mode-map): Likewise.
30448 (flyspell-mode): Doc fix.
30449 (flyspell-accept-buffer-local-defs): Preserve current buffer.
30450 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
30451 (flyspell-word-cache-result): New var, always local.
30452 (flyspell-check-pre-word-p): Doc fix.
30453 (flyspell-check-changed-word-p): Handle spc like newline.
30454 (flyspell-post-command-hook): Set flyspell-word-cache-result.
30455 (flyspell-word-search-backward, flyspell-word-search-forward):
30456 New functions.
30457 (flyspell-word): Return t if nothing to check.
30458 When parsing TeX code, check for after } or \.
30459 Use flyspell-word-search-backward to find previous word.
30460 Return nil if duplicated word.
30461 For word already checked, return same value as last time.
30462 Set flyspell-word-cache-result after checking.
30463 Don't clobber the return value.
30464 (flyspell-get-word): Major rewrite.
30465 (flyspell-external-point-words): New locals pword, pcount.
30466 Fix size used in progress message.
30467 Find the proper corresponding word in flyspell-large-region-buffer.
30468 (flyspell-region): Check for flyspell-large-region = nil.
30469 (flyspell-highlight-incorrect-region): Clean up overlays in region.
30470 (flyspell-auto-correct-word): Check that WORD is a cons.
30471 (flyspell-correct-word): Likewise.
30472
30473 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
30474
30475 * progmodes/make-mode.el (makefile-rule-action-regex)
30476 (makefile-macroassign-regex, makefile-makepp-mode)
30477 (makefile-bsdmake-mode): Continuation lines may be empty.
30478 Reported by Joshua Varner.
30479 (makefile-makepp-font-lock-keywords): Add $(stem).
30480
30481 2005-05-28 Karl Berry <karl@gnu.org>
30482
30483 * textmodes/tex-mode.el: Now that tex-send-command calls
30484 shell-quote-argument (2005-03-31 change), remove all calls to
30485 shell-quote-argument; they all end up invoking tex-send-command.
30486 The double quoting loses on filenames with non-safe characters,
30487 such as "@". Reported by Frederik Fouvry.
30488
30489 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
30490
30491 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
30492 about preserving point.
30493
30494 2005-05-27 Jay Belanger <belanger@truman.edu>
30495
30496 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
30497 Info-goto-node.
30498
30499 * calc/calc-embed.el (calc-embed-arg): New variable.
30500 (calc-do-embedded-activate, calc-embedded-activate-formula)
30501 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
30502 variable by new variable.
30503 (calc-embedded-make-info): Replace undeclared variable by new
30504 variable. When selecting region with positive prefix
30505 argument, use end of previous line instead of beginning of line.
30506
30507 * calc/calc-aent.el (calc-arg-values): Declare it.
30508
30509 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
30510 Declare them.
30511
30512 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
30513
30514 * calc/calc.el (calc-alg-map): Declare it.
30515
30516 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
30517
30518 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
30519
30520 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
30521 (gdb-registers-buffer, toggle-gdb-all-registers):
30522 Toggle display of floating point registers.
30523 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
30524
30525 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
30526 (toggle-gud-tooltip-dereference):
30527 Rename from gud-toggle-tooltip-dereference.
30528
30529 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
30530
30531 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
30532
30533 2005-05-27 Jay Belanger <belanger@truman.edu>
30534
30535 * calc/calc-prog.el (calc-kbd-report): Remove.
30536 (calc-kbd-query): Rewrite.
30537
30538 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
30539
30540 * image.el (image-library-alist): Move to image.c.
30541 (image-type-available-p): Doc fix.
30542
30543 2005-05-27 Lute Kamstra <lute@gnu.org>
30544
30545 * calc/calc.el (calc):
30546 * outline.el (outline-1, outline-2, outline-3, outline-4)
30547 (outline-5, outline-6, outline-7, outline-8):
30548 * textmodes/dns-mode.el (dns-mode):
30549 * textmodes/sgml-mode.el (sgml-namespace-face):
30550 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
30551 (tex-verbatim-face, tex-use-reftex):
30552 * textmodes/texinfo.el (texinfo-heading-face):
30553 Specify customization group.
30554
30555 * longlines.el: Don't require easy-mmode.
30556 (longlines-visible-face): Specify customization group.
30557
30558 2005-05-27 Kenichi Handa <handa@m17n.org>
30559
30560 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
30561 encoding table of windows-1251.
30562
30563 * international/ucs-tables.el (ucs-set-table-for-input):
30564 If translation-table-for-input of a coding system is a symbol, get
30565 its translation-table property.
30566
30567 * international/code-pages.el: Don't register a coding system into
30568 non-iso-charset-alist more than once.
30569 (cp-make-coding-system): Likewise.
30570
30571 2005-05-26 John Wiegley <johnw@newartisans.com>
30572
30573 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
30574 `eshell-resume-eval' is wrapped in a list, it indicates that the
30575 command was run asynchronously. In that case, unwrap the value
30576 before checking the delimiter value.
30577
30578 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
30579 character before a space at the end of a line is \, assume the space
30580 is part of the last argument rather than a final argument separator.
30581
30582 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
30583 is in use, and the target is `t' or `nil' (which are the most common
30584 values), don't assume that the symbol target is a buffer.
30585
30586 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
30587
30588 * calendar/calendar.el (calendar-mode-line-format):
30589 Use mode-line-highlight as mouse-face.
30590
30591 * time.el (display-time-string-forms, display-time-update):
30592 Use mode-line-highlight as mouse-face.
30593
30594 2005-05-26 Jay Belanger <belanger@truman.edu>
30595
30596 * calc/calc.el (calc-language-alist): Remove extra defvar.
30597
30598 2005-05-26 Lute Kamstra <lute@gnu.org>
30599
30600 * arc-mode.el (archive-mode):
30601 * bookmark.el (bookmark-read-annotation-mode)
30602 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
30603 * bs.el (bs-mode):
30604 * calc/calc-yank.el (calc-edit-mode):
30605 * calc/calc.el (calc-mode, calc-trail-mode):
30606 * calculator.el (calculator-mode):
30607 * chistory.el (command-history-mode):
30608 * comint.el:
30609 * cus-edit.el (custom-mode):
30610 * descr-text.el (describe-text-mode):
30611 * ebuff-menu.el (Electric-buffer-menu-mode):
30612 * ediff-util.el (ediff-mode):
30613 * emacs-lisp/re-builder.el (reb-mode):
30614 * emulation/vi.el (vi-mode-setup):
30615 * emulation/ws-mode.el (wordstar-mode):
30616 * eshell/esh-mode.el (eshell-mode):
30617 * forms.el (forms-mode):
30618 * help-mode.el (help-mode):
30619 * hexl.el (hexl-mode):
30620 * ibuffer.el (ibuffer-mode):
30621 * ielm.el (inferior-emacs-lisp-mode):
30622 * info.el (Info-mode, Info-edit-mode):
30623 * international/swedish.el:
30624 * ledit.el (ledit-from-lisp-mode):
30625 * locate.el (locate-mode):
30626 * mail/rmail.el (rmail-mode):
30627 * mail/rmailedit.el (rmail-edit-mode):
30628 * mail/rmailsum.el (rmail-summary-mode):
30629 * mail/supercite.el (sc-electric-mode):
30630 * net/eudc.el (eudc-mode):
30631 * net/quickurl.el (quickurl-list-mode):
30632 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
30633 * obsolete/ooutline.el (outline-mode):
30634 * obsolete/options.el (Edit-options-mode):
30635 * obsolete/rnews.el (news-mode):
30636 * obsolete/rnewspost.el (news-reply-mode):
30637 * play/5x5.el (5x5-mode):
30638 * play/decipher.el (decipher-mode, decipher-stats-mode):
30639 * play/gomoku.el (gomoku-mode):
30640 * play/snake.el (snake-mode):
30641 * play/solitaire.el (solitaire-mode):
30642 * play/tetris.el (tetris-mode):
30643 * progmodes/ada-mode.el (ada-mode):
30644 * progmodes/antlr-mode.el (antlr-mode):
30645 * progmodes/autoconf.el (autoconf-mode):
30646 * progmodes/dcl-mode.el (dcl-mode):
30647 * progmodes/delphi.el (delphi-mode):
30648 * progmodes/ebrowse.el (ebrowse-tree-mode)
30649 (ebrowse-electric-list-mode, ebrowse-member-mode)
30650 (ebrowse-electric-position-mode):
30651 * progmodes/f90.el (f90-mode):
30652 * progmodes/fortran.el (fortran-mode):
30653 * progmodes/icon.el (icon-mode):
30654 * progmodes/idlw-help.el (idlwave-help-mode):
30655 * progmodes/idlw-shell.el (idlwave-shell-mode):
30656 * progmodes/idlwave.el (idlwave-mode):
30657 * progmodes/inf-lisp.el (inferior-lisp-mode):
30658 * progmodes/m4-mode.el (m4-mode):
30659 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
30660 * progmodes/modula2.el (modula-2-mode):
30661 * progmodes/octave-inf.el (inferior-octave-mode):
30662 * progmodes/octave-mod.el (octave-mode):
30663 * progmodes/pascal.el (pascal-mode):
30664 * progmodes/sh-script.el (sh-mode):
30665 * progmodes/sql.el (sql-mode, sql-interactive-mode):
30666 * progmodes/vhdl-mode.el (vhdl-mode):
30667 * progmodes/xscheme.el (scheme-interaction-mode):
30668 * replace.el (occur-mode):
30669 * ses.el (ses-mode):
30670 * simple.el (completion-list-mode):
30671 * skeleton.el:
30672 * speedbar.el (speedbar-mode):
30673 * term.el (term-mode):
30674 * terminal.el (terminal-edit-mode):
30675 * textmodes/reftex-index.el (reftex-index-mode)
30676 (reftex-index-phrases-mode):
30677 * textmodes/reftex-sel.el (reftex-select-label-mode)
30678 (reftex-select-bib-mode):
30679 * textmodes/reftex-toc.el (reftex-toc-mode):
30680 * wdired.el (wdired-change-to-wdired-mode):
30681 * wid-browse.el (widget-browse-mode):
30682 Use run-mode-hooks.
30683
30684 * array.el (array-mode):
30685 * calendar/todo-mode.el (todo-mode):
30686 * man.el (Man-mode):
30687 * play/landmark.el (lm-mode):
30688 * play/mpuz.el (mpuz-mode):
30689 Use kill-all-local-variables and run-mode-hooks.
30690
30691 * subr.el (delay-mode-hooks): Specify indentation.
30692
30693 2005-05-26 Mark A. Hershberger <mah@everybody.org>
30694
30695 * xml.el (xml-substitute-special): Don't die for undefined xml
30696 entities.
30697
30698 2005-05-26 Jay Belanger <belanger@truman.edu>
30699
30700 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
30701 of nil.
30702
30703 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
30704
30705 * progmodes/gdb-ui.el (gdb-frame-address):
30706 Rename from gdb-current-address.
30707 (gdb-previous-frame-address): Rename from gdb-previous-address.
30708 (gdb-selected-frame): Rename from gdb-current-frame.
30709 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
30710 (gdb-frame-number): Rename from gdb-current-stack-level.
30711 (gdb-ann3): Match new mode-name for disassembly buffer.
30712 Extend initialization of variables.
30713 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
30714 (gdb-memory-mode): Use mouse-face in header line.
30715 (gdb-assembler-buffer-name): Call it disassembly and give frame
30716 in mode line.
30717 (gdb-source-spec-regexp, gdb-assembler-custom)
30718 (gdb-invalidate-assembler, gdb-frame-handler):
30719 Make robust to leading zeroes in address format.
30720
30721 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
30722
30723 * textmodes/org.el (org-mode): Use `define-derived-mode' to
30724 define `org-mode'.
30725 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
30726
30727 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
30728
30729 * log-edit.el (log-edit-changelog-entries): Distinguish between
30730 filenames like xfns.c and fns.c.
30731
30732 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
30733
30734 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
30735 point after reverting.
30736 (Buffer-menu-make-sort-button): Handle the case where
30737 `Buffer-menu-use-header-line' is nil.
30738
30739 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
30740
30741 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
30742 New funcs. In minibuffer-local-completion-map bind `]', `/'
30743 and `:' to them.
30744
30745 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
30746
30747 * startup.el (normal-top-level): Allow modification of load-path while
30748 we're iterating over it.
30749
30750 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
30751
30752 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
30753 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
30754 (thumbs-resize-interactive, thumbs-insert-image)
30755 (thumbs-insert-thumb, thumbs-dired-show-marked)
30756 (thumbs-find-image-at-point, thumbs-delete-images)
30757 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
30758 (thumbs-increment-image-size, thumbs-decrement-image-size):
30759 Fix typos in docstrings.
30760
30761 2005-05-24 Andre Spiegel <spiegel@gnu.org>
30762
30763 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
30764 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
30765 (cperl-mode): Use them.
30766
30767 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
30768
30769 * window.el (quit-window, shrink-window-if-larger-than-buffer):
30770 Doc fixes.
30771
30772 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
30773
30774 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
30775 Bind C-d to gdb-inferior-io-eof.
30776
30777 * dired.el (dired-dnd-popup-notice): Use message-box.
30778
30779 2005-05-23 Masatake YAMATO <jet@gyve.org>
30780
30781 * bindings.el (mode-line-major-mode-keymap):
30782 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
30783
30784 * faces.el (mode-line-highlight): New face.
30785
30786 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
30787 as mouse-face.
30788
30789 * bindings.el (top-level, help-echo, mode-line-modified)
30790 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
30791 as mouse-face.
30792
30793 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
30794
30795 * progmodes/cc-engine.el (c-guess-basic-syntax):
30796 Remove spurious call to `zerop'.
30797
30798 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
30799
30800 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
30801
30802 CC Mode update to 5.30.10:
30803
30804 * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
30805 the point could go past the limit in decoration level 2, thereby
30806 causing errors during interactive fontification.
30807
30808 * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
30809 bug when the file is evaluated interactively.
30810
30811 * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
30812 declarations somewhat better in C++.
30813
30814 * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
30815 New helper macro to make use of `run-mode-hooks'
30816 which has been added in Emacs 21.1.
30817 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
30818 (awk-mode): Use it.
30819 (make-local-hook): Suppress warning about obsoleteness.
30820
30821 * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
30822 (c-append-backslashes-forward, c-delete-backslashes-forward)
30823 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
30824 Compensate for return value from `forward-line' when it has moved
30825 but not to a different line due to eob.
30826
30827 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
30828 `objc-method-intro' and `objc-method-args-cont'.
30829
30830 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
30831
30832 CC Mode update to 5.30.10:
30833
30834 * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
30835 address in the copyright statement. Incidentally, change "along with
30836 GNU Emacs" to "along with this program" where it occurs.
30837
30838 * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
30839 autoload, so that it is interactive, hence can be found by M-x awk-mode
30840 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
30841 <gmorris+emacs@ast.cam.ac.uk>.
30842
30843 * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
30844 Mode's regexps.
30845
30846 2005-05-23 Kevin Ryde <user42@zip.com.au>
30847
30848 * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
30849 from c-parse-state, to avoid a lisp error (on bad code).
30850
30851 2005-05-23 Lute Kamstra <lute@gnu.org>
30852
30853 * subr.el (font-lock-defaults): Remove defvar as it's already
30854 defined in font-core.el.
30855
30856 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
30857
30858 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
30859
30860 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
30861 more general and work when GDB variable "print pretty" is on,
30862 as with Emacs, for example.
30863
30864 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
30865
30866 * font-core.el: Update comment.
30867
30868 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
30869 Use `after-change-major-mode-hook' instead of `find-file-hook'.
30870
30871 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
30872
30873 2005-05-22 Eli Zaretskii <eliz@gnu.org>
30874
30875 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
30876 and `yank-handler' in the doc strings.
30877
30878 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
30879
30880 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
30881
30882 2005-05-22 Richard M. Stallman <rms@gnu.org>
30883
30884 * help.el (describe-key): Move print-help-return-message call
30885 out of conditional.
30886
30887 * progmodes/etags.el (list-tags): Use with-no-warnings.
30888
30889 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
30890 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
30891 (starttls-extra-args, starttls-extra-arguments): Add defvars.
30892
30893 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
30894
30895 * language/viet-util.el (viet-viscii-nonascii-translation-table):
30896 Add defvar.
30897
30898 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
30899 Use defvar, not defconst.
30900
30901 * hexl.el (hexl-follow-line): Use with-no-warnings.
30902
30903 * emulation/tpu-extras.el: Use write-file-functions instead of
30904 write-file-hooks.
30905
30906 * dired.el (dired-font-lock-keywords): Fontify files with junk
30907 extensions even if marked by -F.
30908
30909 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
30910
30911 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
30912 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
30913 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
30914 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
30915 (concatenate, list-length, get*, getf, cl-remprop):
30916 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
30917 (etypecase, progv, lexical-let, lexical-let*)
30918 (multiple-value-bind, multiple-value-setq, shiftf):
30919 Improve argument/docstring consistency.
30920
30921 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
30922
30923 2005-05-22 Andre Spiegel <spiegel@gnu.org>
30924
30925 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
30926 doesn't exist.
30927
30928 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
30929 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
30930
30931 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
30932
30933 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
30934 already deleted variables: auto-fill-hook, blink-paren-hook,
30935 lisp-indent-hook, inhibit-local-variables, unread-command-event,
30936 suspend-hooks, comment-indent-hook, meta-flag,
30937 before-change-function, after-change-function,
30938 font-lock-doc-string-face.
30939
30940 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
30941
30942 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
30943
30944 2005-05-21 Eli Zaretskii <eliz@gnu.org>
30945
30946 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
30947 rmail-dont-reply-to.
30948
30949 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
30950
30951 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
30952 literal blank when splitting new-header-values.
30953
30954 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
30955
30956 * calendar/cal-menu.el (cal-menu-update): Add separator as a
30957 string so that tmm doesn't create a completion entry for it.
30958
30959 * textmodes/table.el (table-disable-menu): Ditto.
30960
30961 2005-05-21 Richard M. Stallman <rms@gnu.org>
30962
30963 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
30964
30965 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
30966
30967 * net/rcompile.el (remote-compile): Use compilation-start.
30968
30969 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
30970
30971 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
30972
30973 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
30974 Default to makefile-bsdmake-mode on BSD systems.
30975
30976 * imenu.el (imenu-generic-expression, imenu--generic-function'):
30977 REGEXP may also be a search function now. The part of doc-string
30978 for describing the structure was 95% identical to that of
30979 `imenu--generic-function'. Unify it there.
30980
30981 * progmodes/make-mode.el (makefile-imenu-generic-expression):
30982 Use function to find dependencies, because regexp alone is so complex,
30983 it easily goes into an endless loop.
30984 (makefile-makepp-mode): Also add submenu for Perl functions
30985 defined in the makefile.
30986 (makefile-bsdmake-mode): Special imenu-generic-expression no
30987 longer needed, due to function call.
30988 (makefile-match-dependency): Take BOUND into account when checking
30989 if we're through.
30990
30991 2005-05-20 Jay Belanger <belanger@truman.edu>
30992
30993 * calc/calc-units.el (calc-invalidate-units-table):
30994 Use inhibit-read-only.
30995 (math-build-units-table-buffer): Use view-mode.
30996
30997 2005-05-20 David Kastrup <dak@gnu.org>
30998
30999 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
31000 easy-menu-add is not a nop on Emacs; and clarify when to call it.
31001
31002 2005-05-20 Lute Kamstra <lute@gnu.org>
31003
31004 * diff-mode.el (diff-header-face, diff-file-header-face)
31005 (diff-index-face, diff-hunk-header-face, diff-removed-face)
31006 (diff-added-face, diff-changed-face, diff-function-face)
31007 (diff-context-face, diff-nonexistent-face): Put them in the
31008 diff-mode customization group.
31009
31010 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
31011
31012 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
31013
31014 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
31015
31016 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
31017 Minor regexp-optimization.
31018
31019 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
31020
31021 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
31022 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
31023 (org-agenda-add-time-grid-maybe): New function.
31024 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
31025 (org-table-create): `dotimes' instead of `mapcar'.
31026 (org-xor): Simplify implementation.
31027 (org-agenda): `inhibit-redisplay' turned on.
31028 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
31029 a consistent line after a state change.
31030 (org-agenda-remove-times-when-in-prefix): New option.
31031 (org-prefix-has-time): New variable.
31032 (org-parse-time-string): Optional argument NODEFAULT.
31033 (org-format-agenda-item): Parse items for time-of-day
31034 specifications and move these into the prefix if possible.
31035 (org-agenda-priority): Get current heading, not previous heading
31036 during agenda remote editing.
31037
31038 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
31039
31040 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
31041 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
31042 (remove-duplicates, delete-duplicates, substitute)
31043 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
31044 (nsubstitute-if-not, find, find-if, find-if-not, position)
31045 (position-if, position-if-not, count, count-if, count-if-not)
31046 (mismatch, search, sort*, stable-sort, merge, member*)
31047 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
31048 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
31049 (intersection, nintersection, set-difference, nset-difference)
31050 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
31051 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
31052 (nsublis, tree-equal): Improve argument/docstring consistency.
31053
31054 * subr.el (send-string, send-region): Remove obsolescence declaration.
31055 (window-dot, set-window-dot, read-input, show-buffer)
31056 (eval-current-buffer, string-to-int):
31057 Add release number to obsolescence declarations.
31058
31059 2005-05-19 Kim F. Storm <storm@cua.dk>
31060
31061 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
31062 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
31063
31064 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
31065
31066 * faces.el (list-faces-display): Make back button respect optional
31067 regexp arg.
31068
31069 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
31070
31071 * calculator.el (calculator-radix-grouping-mode)
31072 (calculator-radix-grouping-digits, calculator-displayer)
31073 (calculator-radix-grouping-separator, calculator-copy-displayer):
31074 * dabbrev.el (dabbrev-search-these-buffers-only):
31075 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
31076 (diff-advance-after-apply-hunk, diff-mode-hook)
31077 (diff-minor-mode-prefix):
31078 * imenu.el (imenu-use-popup-menu):
31079 * jit-lock.el (jit-lock-context-time):
31080 * newcomment.el (comment-fill-column, comment-column)
31081 (comment-style, comment-padding, comment-multi-line)
31082 (comment-empty-lines, comment-auto-fill-only-comments):
31083 * reveal.el (reveal-around-mark):
31084 * uniquify.el (uniquify-buffer-name-style)
31085 (uniquify-after-kill-buffer-p)
31086 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
31087 (uniquify-min-dir-content, uniquify-separator)
31088 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
31089 * w32-vars.el (w32-fixed-font-alist):
31090 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
31091 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
31092 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
31093 * progmodes/perl-mode.el (perl-indent-level)
31094 (perl-continued-statement-offset, perl-continued-brace-offset)
31095 (perl-brace-offset, perl-brace-imaginary-offset)
31096 (perl-label-offset, perl-indent-continued-arguments)
31097 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
31098 * progmodes/tcl.el (tcl-indent-level)
31099 (tcl-continued-indent-level, tcl-auto-newline)
31100 (tcl-tab-always-indent, tcl-electric-hash-style)
31101 (tcl-help-directory-list, tcl-use-smart-word-finder)
31102 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
31103 (inferior-tcl-source-command):
31104 * textmodes/fill.el (enable-kinsoku):
31105 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
31106 * textmodes/table.el (table-yank-handler):
31107 Specify missing group (and type, if simple) in defcustom.
31108
31109 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
31110
31111 * progmodes/compile.el (compilation-finish-function): Fix defvar.
31112
31113 2005-05-19 Richard M. Stallman <rms@gnu.org>
31114
31115 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
31116
31117 * subr.el (event-basic-type): Don't get an error.
31118 (left-fringe-p): Function deleted.
31119
31120 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
31121 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
31122
31123 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
31124 in recursive copy.
31125
31126 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
31127
31128 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
31129
31130 * emacs-lisp/bytecomp.el
31131 (byte-compile-file-form-custom-declare-variable):
31132 Call byte-compile-nogroup-warn if appropriate.
31133
31134 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
31135 (compilation-set-window): Don't call left-fringe-p; do it directly.
31136
31137 2005-05-19 Jay Belanger <belanger@truman.edu>
31138
31139 * calc/calc-graph.el (calc-graph-format-data): Make sure
31140 var-PlotRejects is bound before trying to check its value.
31141
31142 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
31143
31144 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
31145 definition of this variable from reftex-global.el to reftex.el,
31146 because it is needed in the menu.
31147
31148 2005-05-19 Lute Kamstra <lute@gnu.org>
31149
31150 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
31151 years are fixed. Don't insert a space after a dash.
31152
31153 2005-05-19 Kim F. Storm <storm@cua.dk>
31154
31155 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
31156
31157 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
31158
31159 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
31160 strings, because (eq ... ?\\) is fairly frequent.
31161
31162 * progmodes/make-mode.el (makefile-add-this-line-targets):
31163 Simplify and integrate into `makefile-pickup-targets'.
31164 (makefile-add-this-line-macro): Simplify and integrate into
31165 `makefile-pickup-macros.
31166 (makefile-pickup-filenames-as-targets): Simplify.
31167 (makefile-previous-dependency, makefile-match-dependency):
31168 Don't stumble over `::'.
31169
31170 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
31171
31172 * subr.el (post-command-idle-hook, post-command-idle-delay):
31173 Remove obsoletion of post-command-idle-hook and
31174 post-command-idle-delay.
31175
31176 * faces.el (list-faces-display): Provide button when describe-face
31177 is called to take user back to the list of faces.
31178
31179 * help-fns.el (describe-variable): Remove hyperlinks in a
31180 variable's value as these are quite frequently inappropriate.
31181
31182 * follow.el (follow-submit-feedback, follow-mode):
31183 Remove references to post-command-idle-hook.
31184
31185 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
31186
31187 * progmodes/make-mode.el (makefile-previous-dependency)
31188 (makefile-match-dependency): Check for := (and in bsd mode also
31189 !=) to give a better result, even when font-lock is not on.
31190
31191 2005-05-18 Jay Belanger <belanger@truman.edu>
31192
31193 * calc/calc-help.el (calc-s-prefix-help):
31194 Add `calc-copy-special-constant' to help string.
31195
31196 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
31197
31198 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31199
31200 2005-05-18 Jay Belanger <belanger@truman.edu>
31201
31202 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
31203 in linear factors are in proper order.
31204
31205 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
31206
31207 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
31208 Support for jurabib.
31209
31210 * textmodes/reftex.el (featurep): Define aliases for overlay
31211 commands, for XEmacs compatibility, and use these aliases in
31212 overlay initializations.
31213 (reftex-highlight): Use `reftex-move-overlay'.
31214 (reftex-unhighlight): Use `reftex-delete-overlay'.
31215 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
31216 (reftex-access-search-path): Use `reftex-uniquify' instead of
31217 `reftex-uniq'.
31218
31219 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
31220 `before-string' property modification enables for Emacs as well.
31221 (reftex-select-item): Use `reftex-delete-overlay'.
31222 (reftex-select-mark): Use `reftex-make-overlay' and
31223 `reftex-overlay-put'.
31224 (reftex-select-unmark): Use `reftex-delete-overlay' and
31225 `reftex-overlay-put'.
31226
31227 2005-05-18 Lute Kamstra <lute@gnu.org>
31228
31229 * emacs-lisp/lisp.el (check-parens): Fix docstring.
31230
31231 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
31232
31233 * add-log.el (add-change-log-entry):
31234 * array.el (array-make-template, array-reconfigure-rows)
31235 (array-init-max-row, array-init-max-column)
31236 (array-init-columns-per-line, array-init-field-width):
31237 * replace.el (replace-match-maybe-edit, perform-replace):
31238 * textmodes/spell.el (spell-region):
31239 Replace `read-input' by `read-string'.
31240
31241 * forms.el (forms-mode):
31242 * finder.el (finder-compile-keywords):
31243 * shadowfile.el (shadow-read-files):
31244 Replace `eval-current-buffer' by `eval-buffer'.
31245
31246 * terminal.el (te-pass-through):
31247 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
31248 (ange-ftp-raw-send-cmd):
31249 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
31250 (send-process-next-char, telnet-initial-filter, telnet):
31251 Replace `send-string' by `process-send-string'.
31252
31253 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
31254 (prolog-consult-region): Replace `send-string' by
31255 `process-send-string'; replace `send-region' by `process-send-region'.
31256
31257 * progmodes/delphi.el (delphi-log-msg):
31258 Replace `set-window-dot' by `set-window-point'.
31259
31260 * subr.el (window-dot, set-window-dot, read-input, send-string)
31261 (send-region, show-buffer, eval-current-buffer):
31262 Make really obsolete, as the comment says.
31263
31264 2005-05-17 Kim F. Storm <storm@cua.dk>
31265
31266 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
31267 (cua--init-keymaps): Bind C-return instead of S-return to set
31268 rectangle mark.
31269
31270 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
31271 instead of S-return to toggle/clear rectangle mark.
31272
31273 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
31274
31275 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
31276 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
31277 Also fontify plain strings assigned to variables, mostly so that a
31278 colon has a face and is thus not taken as a dependency separator.
31279 (makefile-previous-dependency): Inline the new matcher, because it
31280 is too complex to work in both directions.
31281 (makefile-match-dependency): Eliminate `backward' arg (see above).
31282 Completely reimplemented so as to not sometimes go into an endless
31283 loop. It should also be more efficient, because first it only
31284 searches for `:', instead of applying the very complex regexp.
31285 (makefile-mode): Cancel `font-lock-support-mode', because blocks
31286 to be fontified in one piece can be too long for JIT.
31287 Makefiles are never *that* big.
31288
31289 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
31290
31291 * dired.el (dired-mode): Simplify.
31292
31293 2005-05-17 Lute Kamstra <lute@gnu.org>
31294
31295 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
31296 defcustom for the mode hook variable.
31297
31298 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
31299 Emacs Lisp Reference Manual.
31300
31301 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
31302
31303 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
31304 (evenp, list*):
31305 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
31306 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
31307
31308 * net/tramp-smb.el (tramp-smb-open-connection):
31309 Pass `tramp-chunksize' as fifth (required) argument.
31310
31311 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
31312
31313 * font-lock.el (lisp-font-lock-keywords-1):
31314 Set `font-lock-negation-char-face' for [^...] char group.
31315 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
31316
31317 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
31318 a var, and refine it to mask one more level of nested vars.
31319 (makefile-rule-action-regex): Turn it into a var, and refine it so
31320 it recognizes backslashed continuation lines as belonging to the
31321 same command.
31322 (makefile-macroassign-regex): Refine it so it recognizes
31323 backslashed continuation lines as belonging to the same command.
31324 (makefile-var-use-regex): Don't look at the next char, because it
31325 might be the same one to be skipped by the initial [^$], leading
31326 to an overlooked variable use.
31327 (makefile-make-font-lock-keywords): Remove two parameters, which
31328 are now variables that some of the modes set locally.
31329 Handle dependency and rule action matching through functions, because
31330 regexps alone match too often. Dependency matching now comes
31331 last, so it can check, whether a colon already matched something else.
31332 (makefile-mode): Inform that font-lock improves makefile parsing
31333 capabilities.
31334 (makefile-match-dependency, makefile-match-action): New functions.
31335
31336 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
31337
31338 * emacs-lisp/cl-extra.el (equalp): Doc fix.
31339
31340 * align.el (align-regexp):
31341 * ansi-color.el (ansi-color-get-face):
31342 * array.el (array-reconfigure-rows, array-init-max-row)
31343 (array-init-max-column, array-init-columns-per-line)
31344 (array-init-field-width):
31345 * dired-aux.el (dired-trample-file-versions):
31346 * dired-x.el (dired-mark-sexp):
31347 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
31348 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
31349 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
31350 * faces.el (face-read-integer):
31351 * files.el (backup-extract-version, insert-directory):
31352 * hexl.el (hexl-insert-decimal-char):
31353 * server.el (server-process-filter):
31354 * shell.el (shell-extract-num):
31355 * startup.el (command-line-1):
31356 * term.el (term-command-hook):
31357 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
31358 (time-stamp-do-number):
31359 * time.el (display-time-update):
31360 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
31361 (timezone-fix-time):
31362 * vms-patch.el (vms-suspend-resume-hook):
31363 * calendar/appt.el (appt-convert-time):
31364 * calendar/cal-bahai.el (mark-bahai-diary-entries):
31365 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
31366 * calendar/cal-islam.el (mark-islamic-diary-entries):
31367 * calendar/calendar.el (calendar-cursor-to-date)
31368 (calendar-star-date):
31369 * calendar/diary-lib.el (diary-attrtype-convert)
31370 (mark-diary-entries, diary-entry-time):
31371 * calendar/solar.el (solar-get-number):
31372 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
31373 * emacs-lisp/re-builder.el (reb-display-subexp):
31374 * emulation/edt.el (edt-set-scroll-margins):
31375 * emulation/tpu-extras.el (tpu-set-scroll-margins):
31376 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
31377 (vip-get-ex-count):
31378 * emulation/viper-ex.el (viper-get-ex-token)
31379 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
31380 * international/fontset.el (fontset-plain-name):
31381 * mail/feedmail.el (feedmail-look-at-queue-directory):
31382 * mail/mailalias.el (mail-get-names):
31383 * mail/rmail.el (rmail-convert-to-babyl-format):
31384 * mail/rmailsum.el (rmail-make-basic-summary-line)
31385 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
31386 (rmail-summary-goto-msg):
31387 * mail/smtpmail.el (smtpmail-read-response):
31388 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
31389 (ange-ftp-vms-add-file-entry):
31390 * play/gametree.el (gametree-looking-at-ply)
31391 (gametree-current-branch-score):
31392 * progmodes/ada-xref.el (ada-prj-find-prj-file)
31393 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
31394 * progmodes/cperl-mode.el (condition-case):
31395 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
31396 (ebrowse-set-member-buffer-column-width)
31397 (ebrowse-select-1st-to-9nth):
31398 * progmodes/etags.el (etags-snarf-tag):
31399 * progmodes/flymake.el (flymake-parse-line):
31400 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
31401 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
31402 (idlwave-shell-menu-def):
31403 * progmodes/ps-mode.el (ps-run-goto-error):
31404 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
31405 (vhdl-speedbar-contract-level):
31406 * term/mac-win.el (x-handle-numeric-switch):
31407 * term/sun-mouse.el (sun-get-frame-data):
31408 * term/w32-win.el (x-handle-numeric-switch):
31409 * term/x-win.el (x-handle-numeric-switch):
31410 * textmodes/ispell.el (ispell-parse-output):
31411 * textmodes/nroff-mode.el (nroff-outline-level):
31412 * textmodes/reftex-cite.el (reftex-bib-sort-year)
31413 (reftex-bib-sort-year-reverse, reftex-format-citation):
31414 * textmodes/reftex-parse.el (reftex-init-section-numbers)
31415 (reftex-section-number):
31416 * textmodes/texinfmt.el (texinfo-paragraphindent):
31417 Replace `string-to-int' by `string-to-number'.
31418
31419 * international/latexenc.el: Add page marker to force the "Local
31420 Variables:" string out of the last page.
31421
31422 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
31423
31424 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
31425 tooltip-change-major-mode.
31426 (gud-tooltip-print-command): Remove case where gud-minor-mode
31427 is gdb ("--fullname").
31428 (gud-tooltip-tips): Turn GUD tooltips off for this case and
31429 explain to user.
31430
31431 2005-05-16 Jay Belanger <belanger@truman.edu>
31432
31433 * calc/calc-store.el (calc-copy-special-constant): New function.
31434
31435 * calc/calc-ext.el (calc-init-extensions): Add binding for
31436 `calc-copy-special-constant'.
31437
31438 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
31439 for the `calc-copy-special-constant' command.
31440
31441 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
31442
31443 * subr.el (left-fringe-p): New function.
31444
31445 * progmodes/compile.el (compilation-setup): Set local value of
31446 overlay-arrow-string to "" always.
31447 (compilation-set-window): Left fringe then don't scroll.
31448 No left fringe then no arrow and scroll message to top.
31449 (compilation-context-lines): Adjust doc string accordingly.
31450
31451 2005-05-16 Kim F. Storm <storm@cua.dk>
31452
31453 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
31454 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
31455 (ido-wide-find-dir-or-delete-dir): New command for M-d.
31456 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
31457 (ido-read-file-name): Handle commands with ido property value
31458 equal to find-file as reading a file name, to allow C-d to enter dired.
31459 (ibuffer-find-file): Add ido property with value find-file.
31460
31461 2005-05-15 Kim F. Storm <storm@cua.dk>
31462
31463 * subr.el (open-network-stream-nowait): Remove.
31464 (open-network-stream-server): Remove.
31465
31466 2005-05-15 Richard M. Stallman <rms@gnu.org>
31467
31468 * faces.el (describe-face): Output a definition link button.
31469
31470 * help-mode.el (help-face-def): New button type.
31471
31472 * emacs-lisp/copyright.el (copyright-fix-years):
31473 Match properly if the first year is 2-digit.
31474 Don't mess up the whitespace after the years by filling.
31475
31476 * dired-aux.el (dired-mark-confirm):
31477 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
31478
31479 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
31480 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
31481 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
31482
31483 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
31484 Set font-lock-comment-start-skip.
31485
31486 * font-lock.el (font-lock-comment-start-skip): New variable.
31487 (font-lock-comment-end-skip): New variable.
31488 (font-lock-fontify-syntactically-region): Use them if non-nil.
31489
31490 2005-05-15 Jay Belanger <belanger@truman.edu>
31491
31492 * calc/calc-store.el (calc-store-value): Return a string rather
31493 than display it as a message.
31494 Use calc-var-name for variable name.
31495 (calc-store-into): Add the result of calc-store-value to message.
31496 (calc-copy-variable): Add a message.
31497 (calc-store-exchange): Improve error messages.
31498 (calc-store-binary, calc-store-map): Don't reset the values of
31499 special constants.
31500
31501 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
31502
31503 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
31504 manual to docstring.
31505
31506 * files.el (hack-local-variables-confirm): Add STRING argument.
31507 Make the function handle non file visiting buffers correctly.
31508 (hack-local-variables-prop-line, hack-local-variables)
31509 (hack-one-local-variable): Use STRING arg of
31510 `hack-local-variables-confirm'.
31511
31512 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
31513
31514 Sync with Tramp 2.0.49.
31515
31516 * net/tramp.el (tramp-handle-dired-call-process)
31517 (tramp-handle-insert-directory):`insert-buffer' cannot be used
31518 because the contents of the Tramp buffer is changed before
31519 insertion (`expand-file' and alike).
31520 (tramp-handle-insert-directory): If `localname' has an empty
31521 nondirectory name, it must not be quoted.
31522 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
31523 variable `tramp-chunksize'. Change callees.
31524 (tramp-open-connection-setup-interactive-shell): Check remote host
31525 for buggy `send-process-string' implementation.
31526 Set `tramp-chunksize' if found. Reported by Michael Kifer
31527 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
31528 (tramp-handle-shell-command): `insert-buffer' cannot be used
31529 because the contents of the Tramp buffer is changed before
31530 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
31531 <frederic.bothamy@free.fr>.
31532 (tramp-set-auto-save): Actions should be done for Tramp file name
31533 handler only. Ange-FTP has its own auto-save mechanism.
31534 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
31535 (tramp-set-auto-save-file-modes): Set file modes of
31536 `buffer-auto-save-file-name' to ?\600 as fallback solution.
31537 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
31538 (tramp-bug): Remove obsolete variable.
31539 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
31540 for presence of `mml-mode'. Make it running for older Emacsen as well.
31541
31542 2005-05-14 John Paul Wallington <jpw@pobox.com>
31543
31544 * ibuf-ext.el (define-ibuffer-filter filename):
31545 If `dired-directory' is a list, use its car.
31546
31547 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
31548
31549 * ibuffer.el (define-ibuffer-column filename):
31550 If `dired-directory' is a list, use its car.
31551
31552 2005-05-14 Richard M. Stallman <rms@gnu.org>
31553
31554 * subr.el (symbol-file): Doc fix.
31555
31556 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
31557 (byte-compile-form): Call byte-compile-nogroup-warn.
31558 (byte-compile-warning-types): Doc fix.
31559
31560 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
31561
31562 * progmodes/cc-engine.el (c-literal-faces):
31563 Add font-lock-comment-delimiter-face.
31564
31565 * net/net-utils.el (dig): Use with-no-warnings.
31566
31567 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
31568 (sc-recite-frame-alist, sc-default-cite-frame)
31569 (sc-default-uncite-frame, sc-default-recite-frame)
31570 (sc-attrib-selection-list, sc-rewrite-header-list):
31571 Mark as risky-local-variable.
31572
31573 * international/ogonek.el (ogonek-jak, ogonek-how):
31574 Don't use beginning-of-buffer.
31575
31576 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
31577
31578 * calendar/solar.el (solar-data-list): Move definition up.
31579
31580 * dnd.el (dnd-protocol-alist): Add autoload.
31581
31582 * progmodes/sh-script.el: Many doc usage fixes.
31583 (sh-indent-after-do): Change default to match common styles.
31584
31585 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
31586
31587 * files.el (interpreter-mode-alist)
31588 (auto-mode-interpreter-regexp): Doc fixes.
31589
31590 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
31591
31592 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
31593
31594 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
31595
31596 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31597
31598 * dired.el (dired-mode): make-variable-buffer-local =>
31599 make-local-variable.
31600
31601 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31602
31603 * term/mac-win.el (mac-select-convert-to-string): Try coding
31604 systems in mac-script-code-coding-systems if specified one cannot
31605 encode string for `com.apple.traditional-mac-plain-text'.
31606
31607 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
31608
31609 * progmodes/make-mode.el (makefile-targets-face)
31610 (makefile-shell-face, makefile-makepp-perl-face): New faces.
31611 (makefile-dependency-regex): Fix it to not make the colon in
31612 $(var:a=b) special.
31613 (makefile-rule-action-regex): New regexp for highlighting embedded
31614 Shell strings.
31615 (makefile-macroassign-regex): Handle != for highlighting as
31616 embedded Shell strings.
31617 (makefile-var-use-regex): New const.
31618 (makefile-statements, makefile-automake-statements)
31619 (makefile-gmake-statements, makefile-makepp-statements)
31620 (makefile-bsdmake-statements): New consts.
31621 (makefile-make-font-lock-keywords): New function.
31622 (makefile-automake-font-lock-keywords)
31623 (makefile-gmake-font-lock-keywords)
31624 (makefile-makepp-font-lock-keywords)
31625 (makefile-bsdmake-font-lock-keywords): New consts.
31626 (makefile-mode-map): Add switchers between the various submodes.
31627 (makefile-mode): Document the availability of the variants.
31628 (makefile-automake-mode, makefile-gmake-mode)
31629 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
31630
31631 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
31632 new variants of makefile-mode.
31633
31634 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
31635
31636 * font-lock.el (font-lock-comment-delimiter-face): Fix up
31637 the inheritance.
31638
31639 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
31640
31641 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
31642 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
31643
31644 * files.el (normal-mode): Extend the scope of the
31645 `enable-local-variables' binding to include the `set-auto-mode' call.
31646 (magic-mode-alist): Doc fix.
31647
31648 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
31649
31650 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
31651 font-lock-comment-face rather than copying its setting.
31652
31653 2005-05-12 Andreas Schwab <schwab@suse.de>
31654
31655 * eshell/esh-mode.el (eshell-send-input): Doc fix.
31656
31657 2005-05-12 Lute Kamstra <lute@gnu.org>
31658
31659 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
31660 defcustom for the mode hook variable. Delete the last argument.
31661 * generic-x.el: Fix callers of define-generic-mode.
31662 (generic-x-modes): Delete group.
31663 (show-tabs-tab-face, show-tabs-space-face): Put them in the
31664 generic-x customization group.
31665
31666 2005-05-12 Kim F. Storm <storm@cua.dk>
31667
31668 * font-lock.el (font-lock-negation-char-face): Default to "off".
31669
31670 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
31671 font-lock-negation-char-face to ! in !=.
31672
31673 2005-05-12 Masatake YAMATO <jet@gyve.org>
31674
31675 * add-log.el (find-change-log): Fix typos in the docstring
31676 of function.
31677
31678 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
31679
31680 * international/latexenc.el (latexenc-find-file-coding-system):
31681 Avoid `re-search-forward' when looking for input encoding because
31682 of speed and safety. Better regular expressions for recognizing
31683 input encoding. Limit a search for TeX-master/tex-main-file to
31684 the local variable section.
31685
31686 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
31687
31688 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
31689 syntax of $ to "'" (quote).
31690
31691 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
31692
31693 * dnd.el (dnd-protocol-alist): Improve custom type.
31694
31695 * dired.el (dired-dnd-protocol-alist): New variable.
31696 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
31697 `dired-mode-hook' to the end.
31698
31699 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
31700
31701 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
31702 comment-end if comment-start-skip is not set.
31703 Obey the font-lock-comment-delimiter-face variables.
31704
31705 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
31706
31707 * files.el (executable-find): Move from executable.el. Use
31708 locate-file.
31709 * progmodes/executable.el (executable-find): Move to files.el.
31710
31711 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
31712 when trying to ensure forward progress.
31713
31714 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
31715
31716 * mouse-sel.el (mouse-sel-follow-link-p): New function.
31717 (mouse-select, mouse-select-internal, mouse-extend-internal):
31718 Use it to implement mouse-1-click-follows-link functionality.
31719
31720 2005-05-11 Richard M. Stallman <rms@gnu.org>
31721
31722 * font-lock.el (font-lock-fontify-syntactically-region):
31723 Use font-lock-comment-delimiter-face for comment delimiters.
31724
31725 2005-05-10 Jay Belanger <belanger@truman.edu>
31726
31727 * calc/calc-help.el (calc-m-prefix-help): Add mention of
31728 preserving embedded modes.
31729
31730 2005-05-10 Richard M. Stallman <rms@gnu.org>
31731
31732 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
31733
31734 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
31735 Move from ada-stmt.el.
31736 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
31737
31738 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
31739 Move to ada-mode.el.
31740 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
31741
31742 * cus-edit.el (custom-file): Call file-chase-links.
31743
31744 * files.el (read-directory-name): Fix previous change.
31745 (hack-local-variables-confirm): New function.
31746 (hack-local-variables-prop-line, hack-local-variables)
31747 (hack-one-local-variable): Use it.
31748
31749 2005-05-10 Lute Kamstra <lute@gnu.org>
31750
31751 * font-lock.el (font-lock-keywords-alist)
31752 (font-lock-removed-keywords-alist): Clarify docstrings.
31753
31754 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
31755
31756 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
31757 (gdb-source-info): Check for preprocessor info.
31758 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
31759 a macro for a function.
31760 (gdb-info-breakpoints-custom): Try to find file again if not already
31761 found (user might have used GDB dir command).
31762 (gdb-get-location): Update gdb-location-alist correctly for change
31763 to gdb-info-breakpoints-custom.
31764
31765 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
31766 (gud-tooltip-print-command): Add gdbmi case.
31767 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
31768 preprocessor info.
31769
31770 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
31771
31772 * startup.el (fancy-splash-insert): Fix typo in doc string.
31773
31774 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
31775
31776 * obsolete/float.el (string-to-float):
31777 * obsolete/hilit19.el (hilit-add-pattern):
31778 * obsolete/rnews.el (news-parse-range, news-select-message)
31779 (news-get-pruned-list-of-files): Replace `string-to-int' by
31780 `string-to-number'.
31781
31782 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
31783 `find-file-not-found-hooks'; use `add-hook'.
31784 (uncompress-while-visiting): Set `write-file-functions', not
31785 `write-file-hooks'; use `add-hook'.
31786
31787 2005-05-09 Kim F. Storm <storm@cua.dk>
31788
31789 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
31790 (cua-paste): Handle clipboard action.
31791 (cua--init-keymaps): Remap clipboard-kill-region and
31792 clipboard-kill-ring-save.
31793
31794 2005-05-08 Eli Zaretskii <eliz@gnu.org>
31795
31796 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
31797 Improve commentary.
31798
31799 * simple.el (next-error-overlay-arrow-position): Revert the change
31800 made on 2005-04-30.
31801
31802 2005-05-07 Jay Belanger <belanger@truman.edu>
31803
31804 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
31805 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
31806 `calc-sel-reselect'.
31807
31808 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
31809 Calc is in embedded mode.
31810
31811 2005-05-07 Eli Zaretskii <eliz@gnu.org>
31812
31813 * progmodes/compile.el (compilation-setup):
31814 Set overlay-arrow-string to an empty string on text terminals.
31815
31816 * textmodes/ispell.el (ispell-program-name): Try looking for
31817 "aspell" along exec-path, and if found, use it as the default
31818 speller program.
31819
31820 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
31821
31822 * international/mule.el (sgml-xml-auto-coding-function):
31823 Recognize encoding='FOO' in single quotes as well as in double quotes.
31824
31825 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
31826
31827 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
31828 as well as `interactive', so that defmacro* would recognize
31829 `declare' forms.
31830
31831 2005-05-07 Eli Zaretskii <eliz@gnu.org>
31832
31833 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
31834 Explain more about the LIGHTER arg's usage in the doc string.
31835 Add commentary to clarify what the code does. Fix the regexp that
31836 strips whitespace from LIGHTER. Quote LIGHTER before using it,
31837 since it could have characters special to regular expressions.
31838
31839 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
31840
31841 * replace.el (occur-1): Bind inhibit-read-only so that
31842 erase-buffer doesn't barf on read-only text properties (likewise
31843 for add-text-properties in occur-engine). Mark buffer as unmodified.
31844 (occur-engine): Don't set buffer-read-only here.
31845
31846 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
31847
31848 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
31849 list-buffers-directory. This caused the *cvs-commit* buffer to be
31850 sometimes mistakenly reused as a *cvs* buffer.
31851
31852 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
31853
31854 * tooltip.el: Move code for GUD tooltips into gud.el.
31855 (require): CL no longer needed to compile case.
31856 (tooltip-mode): Do not toggle functions for GUD tooltips.
31857 (tooltip-gud-tips-p): Remove. Replace with minor mode
31858 gud-tooltip-mode in gud.el.
31859 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
31860 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
31861 tooltip-gud prefix with gud-tooltip and obsolete.
31862 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
31863 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
31864 (tooltip-mouse-motion): Mouse movement functions/variable.
31865 Rename in gud.el by adding gud prefix.
31866 (tooltip-gud-original-filter, tooltip-gud-dereference)
31867 (tooltip-gud-event, tooltip-toggle-gud-tips)
31868 (tooltip-gud-process-output, tooltip-gud-print-command)
31869 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
31870 gud.el by replacing tooltip-gud prefix with gud-tooltip.
31871 (gdb-tooltip-print): Move to gdb-ui.el.
31872
31873 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
31874 (require): CL needed to compile case.
31875 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
31876 tooltip-gud-tips-p. Make it a minor-mode.
31877 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
31878 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
31879 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
31880 (gud-tooltip-change-major-mode)
31881 (gud-tooltip-activate-mouse-motions-if-enabled)
31882 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
31883 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
31884 (gud-tooltip-original-filter, gud-tooltip-dereference)
31885 (gud-tooltip-event, tooltip-toggle-gud-tips)
31886 (gud-tooltip-process-output, gud-tooltip-print-command)
31887 (gud-tooltip-tips): Move from tooltip.el.
31888
31889 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
31890 (gdb-cpp-define-alist-flags): Doc fix.
31891 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
31892 gud-tooltip-mode is t.
31893
31894 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
31895
31896 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
31897 evaporate if their text is deleted.
31898 (goto-address-at-point): Make it work as a mouse binding as well.
31899 (goto-address-at-mouse): Obsolete it. Update users.
31900
31901 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
31902
31903 * calendar/appt.el (top-level): No longer activate on load.
31904
31905 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
31906
31907 * calendar/cal-bahai.el (mark-bahai-diary-entries):
31908 * net/webjump.el (webjump):
31909 * progmodes/idlw-help.el (idlwave-do-context-help1)
31910 (idlwave-highlight-linked-completions):
31911 * textmodes/po.el (po-find-file-coding-system-guts):
31912 Replace `assoc-ignore-case' by `assoc-string'.
31913
31914 2005-05-06 Eli Zaretskii <eliz@gnu.org>
31915
31916 * files.el (locate-file): Doc fix.
31917
31918 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
31919 Remove the redundant test for ms-dos.
31920
31921 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
31922 look for the preprocessor with exec-suffixes. If not found in
31923 standard places, look in exec-path. Remove most of the tests that
31924 used system-type.
31925
31926 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
31927
31928 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
31929
31930 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
31931 file-name clash with jka-compr.el on 8+3 filesystems.
31932
31933 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31934
31935 * term/mac-win.el: Don't define or bind scroll bar functions if
31936 x-toolkit-scroll-bars is t.
31937 (x-select-text, x-get-selection-value): Clear
31938 x-last-selected-text-clipboard if x-select-enable-clipboard is
31939 nil.
31940 (PRIMARY): Put mac-scrap-name property.
31941 (mac-select-convert-to-file-url): New function.
31942 (public.file-url): New selection target type. Add to
31943 selection-converter-alist.
31944 (x-get-selection, x-selection-value): Handle it.
31945 (x-cut-buffer-or-selection-value): New alias.
31946
31947 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
31948
31949 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
31950 entry to avoid calling bibtex-find-entry with arg global
31951 being t. Remove arg key.
31952 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
31953 (bibtex-copy-summary-as-kill): Change accordingly.
31954
31955 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
31956
31957 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
31958 (org-agenda-date-later): Use with-current-buffer.
31959
31960 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
31961
31962 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
31963 (define-obsolete-variable-alias): Doc Fixes.
31964
31965 2005-05-06 Kim F. Storm <storm@cua.dk>
31966
31967 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
31968 vertical-motion when selective-display is active.
31969
31970 * ido.el (ido-setup-hook): New hook.
31971 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
31972 (ido-input-stack): New var.
31973 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
31974 ido-next-work-file binding to M-O.
31975 Bind M-f to ido-wide-find-file-or-pop-dir.
31976 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
31977 (ido-read-internal): Run ido-setup-hook.
31978 Catch quit in read-file-name and read-string to cancel edit.
31979 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
31980 Automatically pop-all when completing a directory name (RET).
31981 (ido-file-internal): Add with-no-warnings around ffap and dired code.
31982 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
31983 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
31984 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
31985 New functions for M-b/M-f to move among the directory components.
31986 (ido-make-merged-file-list): Catch quit to cancel merge.
31987 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
31988 (ido-completion-help): No warnings for ido-completion-buffer-full.
31989
31990 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
31991
31992 * font-lock.el (font-lock-negation-char-face): New face and variable.
31993 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
31994 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
31995 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
31996 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
31997
31998 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
31999
32000 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
32001 Fix typo in docstring.
32002
32003 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
32004 (ebrowse-print-statistics-line)
32005 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
32006
32007 * term/w32-win.el (image-library-alist): Add additional name for
32008 Xpm library.
32009
32010 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
32011
32012 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
32013 use gcc instead of cpp.
32014
32015 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
32016 (gdb-create-define-alist): Use it.
32017 (gdb-cpp-define-alist-program): Update for MS-DOS.
32018
32019 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
32020
32021 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
32022
32023 2005-05-04 Richard M. Stallman <rms@gnu.org>
32024
32025 * help.el (describe-key): No error when UNTRANSLATED is nil.
32026
32027 * simple.el (line-move-1): Fix previous change to signal errors
32028 appropriately.
32029
32030 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
32031
32032 * calendar/icalendar.el (icalendar-version): Now at 0.12.
32033 (icalendar-duration-correction): Remove.
32034 (icalendar--get-event-properties): Split result at commas.
32035 (icalendar--decode-isoduration): New optional argument
32036 DURATION-CORRECTION.
32037 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
32038 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
32039 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
32040 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
32041 (icalendar--convert-anniversary-to-ical): New functions, extracted
32042 from icalendar-export-region, with bug fixes.
32043 (icalendar-export-region): Use the above functions.
32044 (icalendar-import-buffer): Check before saving diary file.
32045 (icalendar--convert-recurring-to-diary)
32046 (icalendar--convert-non-recurring-all-day-to-diary)
32047 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
32048 extracted from icalendar--convert-ical-to-diary, with bug fixes.
32049 (icalendar--convert-ical-to-diary): Use the above functions.
32050
32051 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
32052
32053 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
32054 Remove these recent additions.
32055 (c-mode): Restore to before 2005-04-28.
32056
32057 * progmodes/cc-vars.el (cc-define-list-program): Remove this
32058 recent addition.
32059
32060 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
32061 (gdb-define-alist): New variables.
32062 (gdb-create-define-alist): New function.
32063 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
32064 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
32065 with string-to-number.
32066 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
32067
32068 * progmodes/gud.el: Replace string-to-int with string-to-number.
32069 (gud-find-file): Handle gdb-define-alist.
32070
32071 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
32072
32073 2005-05-02 Jay Belanger <belanger@truman.edu>
32074
32075 * calc/calc-aent.el (math-read-token):
32076 * calc/calc-bin.el (calc-word-size):
32077 * calc/calc-ext.el (calc-read-number-fancy):
32078 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
32079 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
32080 * calc/calc-frac.el (calc-over-notation):
32081 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
32082 (calc-graph-num-points, calc-graph-init):
32083 * calc/calc-prog.el (calc-read-parse-table-part)
32084 (calc-edit-macro-repeats):
32085 * calc/calc-yank.el (calc-do-grab-rectangle):
32086 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
32087 Replace `string-to-int' by `string-to-number'.
32088
32089 2005-05-02 Kim F. Storm <storm@cua.dk>
32090
32091 * kmacro.el: Use executing-kbd-macro-index variable.
32092
32093 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
32094
32095 * net/rlogin.el (rlogin-parse-words): Delete func.
32096 (rlogin): Use split-string, not rlogin-parse-words.
32097 Also, if there are option-like elements in the parsed args,
32098 take the host to be the first arg immediately following them.
32099 Suggested by Michael Mauger.
32100
32101 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
32102
32103 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
32104
32105 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
32106
32107 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
32108 (cc-mode-cpp-program): Rename to cc-define-list-program and
32109 move to cc-vars.el.
32110
32111 * progmodes/cc-vars.el (cc-define-list-program):
32112 Change to "gcc -E -dM -". Make customizable.
32113
32114 2005-05-02 Kim F. Storm <storm@cua.dk>
32115
32116 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
32117
32118 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
32119
32120 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
32121
32122 * international/mule-util.el (truncate-string): Remove alias and
32123 obsolete declaration.
32124
32125 * international/mule-cmds.el (update-iso-coding-systems):
32126 Remove alias and obsolete declaration.
32127
32128 * international/mule.el (coding-system-parent): Remove alias and
32129 obsolete declaration.
32130
32131 * subr.el (define-function, sref): Remove aliases and obsolete
32132 declarations.
32133 (chars-in-region): Remove obsolete declaration.
32134
32135 2005-05-01 Richard M. Stallman <rms@gnu.org>
32136
32137 * info.el (Info-mode): Set widen-automatically to nil, locally.
32138
32139 * simple.el (widen-automatically): New variable.
32140 (pop-global-mark): Obey widen-automatically.
32141
32142 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
32143
32144 * term/xterm.el (function-key-map): Call substitute-key-definition
32145 before the keymap size is increased by a lot of define-key calls.
32146
32147 2005-05-01 Richard M. Stallman <rms@gnu.org>
32148
32149 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
32150 Rename ARG to ELEMENT. Doc fix.
32151
32152 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
32153
32154 * allout.el (allout-exposure): Remove macro and obsolete declaration.
32155 Remove references to allout-exposure/change to allout-new-exposure.
32156
32157 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
32158 bytecode symbols.
32159
32160 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
32161 (compiled-function-p, focus-frame, unfocus-frame):
32162 Remove aliases and obsolete declarations.
32163 Back out inadvertent changes from previous commit.
32164
32165 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
32166
32167 * files.el (require-final-newline): Make Custom tags consistent
32168 with mode-require-final-newline.
32169 (mode-require-final-newline): Doc fix.
32170
32171 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
32172
32173 * international/latexenc.el (latexenc-find-file-coding-system):
32174 Fix regular expressions.
32175
32176 2005-05-01 David Kastrup <dak@gnu.org>
32177
32178 * international/latexenc.el (latexenc-find-file-coding-system):
32179 Fix regular expressions.
32180
32181 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
32182
32183 * subr.el (string-to-int): Make obsolete.
32184
32185 2005-04-30 Richard M. Stallman <rms@gnu.org>
32186
32187 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
32188
32189 * loadup.el: Load jka-comp-hook.
32190
32191 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
32192 (jka-compr-handler): Add autoload. `put' calls moved
32193 to jka-comp-hook.el.
32194 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
32195 (jka-compr-inhibit): Autoload.
32196
32197 * jka-comp-hook.el: New file.
32198 Enable the mode by default.
32199
32200 * files.el (backup-buffer-copy): Use copy-file instead
32201 of write-region, and put back the 'excl.
32202
32203 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
32204
32205 * progmodes/flymake.el (flymake-split-string)
32206 (flymake-split-string, flymake-log, flymake-pid-to-names)
32207 (flymake-reg-names, flymake-get-source-buffer-name)
32208 (flymake-unreg-names, flymake-add-line-err-info)
32209 (flymake-add-err-info): Clarify docstrings.
32210 (flymake-popup-menu, flymake-make-emacs-menu)
32211 (flymake-make-xemacs-menu): Add docstrings.
32212 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
32213 Set variables directly throughout.
32214
32215 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
32216
32217 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
32218 exists. Initialize cc-define-alist.
32219 (c-mode): Add cc-create-define-alist locally to after-save-hook.
32220 If there is no file (Macroexpansion) don't create an alist.
32221
32222 2005-04-29 Sam Steingold <sds@gnu.org>
32223
32224 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
32225 (cc-create-define-alist): Use it instead of the hard-coded string.
32226
32227 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
32228
32229 * international/mule-conf.el (file-coding-system-alist): Fix regexp
32230 for latexenc.
32231
32232 2005-04-29 Lute Kamstra <lute@gnu.org>
32233
32234 * emacs-lisp/generic.el: Improve commentary section.
32235 (define-generic-mode): Improve docstring.
32236
32237 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
32238
32239 * textmodes/org.el (many places): Change to quiet the byte compiler.
32240 (org-prefix-format-compiled): New variable.
32241 (org-compile-prefix-format): New function.
32242 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
32243 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
32244 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
32245 (org-get-entries-from-diary): Use `org-get-time-of-day' for
32246 consistency with entries from `org-mode' files.
32247 (org-get-time-of-day): Fix bug with partial matches early in a line.
32248 (org-non-link-chars): New constant.
32249 (org-link-regexp): Respect `org-non-link-chars'.
32250 (org-agenda-day-view): Remove command.
32251 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
32252 (org-follow-bbdb-link, org-store-link): Search also company field.
32253 (org-highlight-overlay): New variable.
32254 (org-highlight, org-unhighlight): New functions.
32255 (org-agenda-mode): Add pre-command-hook to remove highlight.
32256 (org-evaluate-time-range): Behavior depends upon whether time stamp
32257 contains a time or not.
32258 (org-show-subtree, org-show-entry): New functions.
32259 (org-agenda-cleanup-fancy-diary): Remove empty lines.
32260
32261 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
32262
32263 * comint.el (comint-output-filter-functions): Add autoload cookie.
32264
32265 2005-04-28 Kim F. Storm <storm@cua.dk>
32266
32267 * ido.el (ido-everywhere): Fix last change.
32268
32269 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
32270
32271 * international/latexenc.el: New file.
32272 * international/mule-conf.el (file-coding-system-alist): For .tex,
32273 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
32274
32275 2005-04-28 Lute Kamstra <lute@gnu.org>
32276
32277 * font-lock.el (font-lock-add-keywords)
32278 (font-lock-remove-keywords): Clarify docstring.
32279 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
32280 Don't start docstrings with a `*'.
32281 (font-lock-update-removed-keyword-alist): Give it a docstring.
32282
32283 * generic-x.el: Update commentary section.
32284 Only require font-lock when compiling.
32285 Define all modes conditionally.
32286 Place all generic modes in the generic-x-modes customization group.
32287 (generic-x-modes): New customization group.
32288 (generic-default-modes, generic-mswindows-modes)
32289 (generic-unix-modes, generic-other-modes): New constants.
32290 (generic-define-mswindows-modes, generic-define-unix-modes):
32291 Update docstrings. Make them obsolete.
32292 (generic-extras-enable-list): New default value. Update docstring.
32293 Improve :type. Change :set function.
32294 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
32295 Fix docstring.
32296
32297 * emacs-lisp/generic.el (generic-mode-internal):
32298 Simplify font-lock-defaults.
32299 (define-generic-mode): Fix docstring.
32300
32301 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
32302
32303 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
32304 font-lock-face property to highlight matches.
32305
32306 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
32307
32308 * progmodes/cc-mode.el (cc-create-define-alist): New function.
32309 (cc-define-alist): New variable.
32310 (c-mode): Make it local and initialize it.
32311
32312 * progmodes/gdb-ui.el (gdb-active-process): New variable.
32313 (gdb-exited): New function.
32314 (gdb-annotation-rules): Use it.
32315 (gdb-starting): Set gdb-active-process to t.
32316 (gdb-stopping): Amend doc string.
32317 (gdb-reset): Set gdb-active-process to nil.
32318
32319 * tooltip.el (tooltip-gud-tips): Show the associated #define
32320 directives when a C program under GDB is not executing.
32321
32322 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
32323
32324 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
32325 font-lock-fontify-syntactic-keywords.
32326
32327 * font-lock.el (font-lock-default-fontify-region): Don't force
32328 parse-sexp-lookup-properties to nil.
32329
32330 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
32331
32332 * man.el (man-mode-syntax-table): Set up `:' to have
32333 word-constituent syntax.
32334
32335 2005-04-27 Lute Kamstra <lute@gnu.org>
32336
32337 * novice.el (disable-command): Don't add spurious newlines to the
32338 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
32339
32340 2005-04-26 Jay Belanger <belanger@truman.edu>
32341
32342 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
32343 than one window before deleting window.
32344
32345 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
32346
32347 * shell.el (shell-prompt-pattern): Doc fix.
32348 (shell-mode): Set paragraph-separate buffer locally to "\\'".
32349
32350 * comint.el (comint-prompt-regexp, comint-get-old-input)
32351 (comint-use-prompt-regexp)
32352 (comint-use-prompt-regexp-instead-of-fields)
32353 (comint-replace-by-expanded-history, comint-send-input)
32354 (comint-output-filter, comint-get-old-input-default)
32355 (comint-line-beginning-position, comint-bol, comint-show-output)
32356 (comint-backward-matching-input, comint-forward-matching-input)
32357 (comint-next-prompt, comint-previous-prompt):
32358 Rename `comint-use-prompt-regexp-instead-of-fields' to
32359 `comint-use-prompt-regexp'. Keep old name as alias and declare
32360 obsolete.
32361 (comint-use-prompt-regexp): Shorten first line of doc string.
32362
32363 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
32364 Set paragraph-separate buffer locally to "\\'".
32365
32366 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
32367 Adapt to above name change.
32368
32369 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
32370 (smbclient-prompt-regexp): Ditto.
32371
32372 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
32373
32374 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
32375
32376 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
32377 gdb-location-list.
32378 Break lines that are over 80 characters wide.
32379
32380 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
32381
32382 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
32383 New fun and var, to preserve compatibility.
32384
32385 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
32386
32387 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
32388
32389 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
32390 name to file-newer-than-file-p.
32391
32392 2005-04-26 Richard M. Stallman <rms@gnu.org>
32393
32394 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
32395
32396 * progmodes/python.el (python-mode):
32397 Use new name eldoc-documentation-function.
32398
32399 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
32400
32401 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
32402 (eldoc-documentation-function):
32403 Rename from eldoc-print-current-symbol-info-function. Calls changed.
32404
32405 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
32406
32407 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
32408
32409 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
32410
32411 * term/xterm.el (function-key-map): Fix strings for
32412 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
32413 {C,S,A,C-S}-{f1-f12}.
32414
32415 2005-04-26 Kenichi Handa <handa@m17n.org>
32416
32417 * international/mule-cmds.el (select-safe-coding-system):
32418 Fix previous change.
32419
32420 2005-04-26 Lute Kamstra <lute@gnu.org>
32421
32422 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
32423
32424 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
32425 (font-lock-comment-delimiter-face): Ditto.
32426
32427 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
32428
32429 2005-04-25 Jay Belanger <belanger@truman.edu>
32430
32431 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
32432 to t while inserting information; use help-mode.
32433
32434 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
32435
32436 * term.el (ansi-term-color-vector): Use the xterm colors.
32437 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
32438
32439 2005-04-25 Lute Kamstra <lute@gnu.org>
32440
32441 * font-core.el (font-lock-defaults): Fix docstring.
32442
32443 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
32444
32445 2005-04-25 Kenichi Handa <handa@m17n.org>
32446
32447 * international/mule-cmds.el (select-safe-coding-system):
32448 Don't check consistency with coding: spec, etc if raw-text or
32449 no-conversion was found to be safe.
32450
32451 2005-04-24 Richard M. Stallman <rms@gnu.org>
32452
32453 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
32454 citation markers at start of each line.
32455
32456 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
32457 citation markers at start of each line.
32458
32459 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
32460
32461 * files.el (mode-require-final-newline): Fix previous change.
32462 (require-final-newline): Fix type label.
32463
32464 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
32465
32466 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
32467 statement in buffer (broken by 2004-11-24 change).
32468
32469 2005-04-24 Kim F. Storm <storm@cua.dk>
32470
32471 * ido.el (ido-everywhere): Save and restore old read-buffer-function
32472 and read-file-name-function values. Don't overwrite existing
32473 non-nil values if ido-mode is enabled without ido-everywhere.
32474
32475 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
32476
32477 * files.el (mode-require-final-newline): Minor doc fix.
32478
32479 2005-04-24 Eli Zaretskii <eliz@gnu.org>
32480
32481 * subr.el (syntax-after): Doc fix.
32482 (syntax-class): If argument is nil, return nil. Mask off upper 16
32483 bits, not 8 bits.
32484
32485 * files.el (mode-require-final-newline): Doc fix.
32486 (backup-buffer-copy): Fix last change.
32487
32488 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32489
32490 * term/mac-win.el: Require select. Set selection-coding-system to
32491 mac-system-coding-system. Call menu-bar-enable-clipboard.
32492 (x-last-selected-text-clipboard, x-last-selected-text-primary)
32493 (x-select-enable-clipboard): New variables.
32494 (x-select-text, x-get-selection, x-selection-value)
32495 (x-get-selection-value, mac-select-convert-to-string)
32496 (mac-services-open-file, mac-services-open-selection)
32497 (mac-services-insert-text): New functions.
32498 (CLIPBOARD, FIND): Put mac-scrap-name property.
32499 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
32500 (public.tiff): Put mac-ostype property.
32501 (selection-converter-alist): Add entries for them.
32502 (mac-application-menu-map): New keymap.
32503 (interprogram-cut-function, interprogram-paste-function): Set to
32504 x-select-text and x-get-selection-value, respectively.
32505 (split-window-keep-point): Set to t.
32506
32507 2005-04-23 Richard M. Stallman <rms@gnu.org>
32508
32509 * files.el (read-directory-name): Always pass non-nil
32510 DEFAULT-FILENAME arg to read-file-name.
32511 (backup-buffer-copy, basic-save-buffer-2): Take care against
32512 writing thru an unexpected existing symlink.
32513 (revert-buffer): In indirect buffer, revert the base buffer.
32514 (magic-mode-alist): Doc fix.
32515 (buffer-stale-function): Doc fix.
32516 (minibuffer-with-setup-hook): Avoid warning.
32517 (mode-require-final-newline): Doc and custom fix.
32518
32519 * follow.el (follow-end-of-buffer): Use with-no-warnings.
32520
32521 * font-lock.el (font-lock-comment-face): On terminals with few colors,
32522 use the default appearance.
32523 (font-lock-comment-delimiter-face): New face, new variable.
32524
32525 * imenu.el (imenu--generic-function): The official position of a
32526 definition is the start of the line that BEG is in.
32527
32528 * midnight.el (midnight-timer): Move defvar up.
32529
32530 * mouse.el (mouse-drag-region-1): Delete some debugging code.
32531
32532 * saveplace.el (save-place-to-alist): Use with-no-warnings.
32533
32534 * startup.el (command-line): Use with-no-warnings.
32535
32536 * window.el (window-size-fixed): New defvar.
32537
32538 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
32539
32540 * mail/rmail.el (rmail-font-lock-keywords):
32541 Use font-lock-comment-delimiter-face.
32542
32543 * mail/sendmail.el (mail-font-lock-keywords):
32544 Use font-lock-comment-delimiter-face.
32545
32546 * progmodes/compile.el (next-error-highlight-timer): New defvar.
32547
32548 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
32549
32550 * progmodes/compile.el (compilation-mode-font-lock-keywords):
32551 Specify t for LAXMATCH when matching directories.
32552 Save match data around compilation-compat-error-properties form.
32553
32554 2005-04-23 David Kastrup <dak@gnu.org>
32555
32556 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
32557 Mention that the autoloaded aliases should be kept for AUCTeX.
32558
32559 2005-04-23 Andreas Schwab <schwab@suse.de>
32560
32561 * isearch.el (isearch-forward): Doc fix.
32562
32563 2005-04-23 Eli Zaretskii <eliz@gnu.org>
32564
32565 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
32566 (jit-lock-stealth-nice): Change default value to 0.5.
32567
32568 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
32569
32570 * abbrev.el (write-abbrev-file): Write table entries in
32571 alphabetical order by table name.
32572
32573 2005-04-22 Kim F. Storm <storm@cua.dk>
32574
32575 * ido.el (ido-read-internal): Fix `list' completion.
32576
32577 2005-04-22 Kenichi Handa <handa@m17n.org>
32578
32579 * recentf.el (recentf-save-file-coding-system): New variable.
32580 (recentf-save-list): Encode the file by
32581 recentf-save-file-coding-system and add coding: tag.
32582
32583 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
32584
32585 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
32586
32587 2005-04-21 Lute Kamstra <lute@gnu.org>
32588
32589 * loadhist.el (unload-feature): Don't remove a function from hooks
32590 if it is about to be restored to an autoload . Remove functions
32591 that will become unbound from auto-mode-alist. Simplify the code.
32592
32593 * subr.el (assq-delete-all): New implementation that is linear,
32594 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
32595 (rassq-delete-all): New function.
32596
32597 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
32598 Add size-indication-mode.
32599
32600 2005-04-21 Kenichi Handa <handa@m17n.org>
32601
32602 * international/mule-cmds.el: Add autoload for widget-value in
32603 eval-when-compile.
32604
32605 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
32606
32607 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
32608 Add tooltip-mode.
32609
32610 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
32611
32612 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
32613
32614 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
32615 (inferior-lisp-filter-regexp, inferior-lisp-program)
32616 (inferior-lisp-load-command, inferior-lisp-prompt)
32617 (inferior-lisp-mode-hook, lisp-source-modes)
32618 (inferior-lisp-load-hook): defvar->defcustom.
32619 (inferior-lisp-program, inferior-lisp-prompt)
32620 (inferior-lisp-load-hook): Doc fixes.
32621 (inferior-lisp-install-letter-bindings): Small change in
32622 introductory comment.
32623
32624 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
32625
32626 * vc.el (vc-annotate-color-map): Change some colors so that text
32627 using them as foreground is readable on both white and black
32628 backgrounds.
32629
32630 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
32631
32632 * international/mule-conf.el (translation-table-for-input):
32633 Remove redundant declaration.
32634
32635 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
32636
32637 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
32638
32639 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
32640 (tooltip-toggle-gud-tips): New function.
32641
32642 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32643
32644 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
32645 right angle brackets.
32646
32647 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
32648
32649 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
32650
32651 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
32652
32653 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
32654 Remove. Update callers to use expand-file-name instead.
32655
32656 * subr.el (syntax-class): New function.
32657
32658 * simple.el (blink-matching-open): Use it.
32659
32660 * paren.el (show-paren-function): Use it to recognize parens that are
32661 also used in 2-char comment markers.
32662
32663 2005-04-19 Lute Kamstra <lute@gnu.org>
32664
32665 * loadhist.el (unload-feature): Update for new format of
32666 load-history. Simplify the code.
32667
32668 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32669
32670 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
32671 (mac-add-charset-info): New function. Initialize variable
32672 mac-charset-info-alist using it.
32673 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
32674 for translation.
32675 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
32676 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
32677 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
32678 New CCL programs.
32679
32680 2005-04-19 Kim F. Storm <storm@cua.dk>
32681
32682 * simple.el (next-buffer, prev-buffer, next-error)
32683 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
32684 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
32685
32686 * bindings.el (next-buffer, prev-buffer, next-error)
32687 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
32688 (clone-indirect-buffer-other-window): Move bindings from simple.el.
32689 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
32690 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
32691
32692 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
32693
32694 * isearch.el (isearch-edit-string): Make the search-ring available for
32695 minibuffer history commands.
32696 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
32697 the default history commands now work just as well.
32698 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
32699
32700 2005-04-18 Kim F. Storm <storm@cua.dk>
32701
32702 * emulation/cua-base.el (cua--pre-command-handler): Add more
32703 elaborate check for shift modifier on non-window systems.
32704
32705 2005-04-18 Lars Hansen <larsh@math.ku.dk>
32706
32707 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
32708
32709 2005-04-18 Kim F. Storm <storm@cua.dk>
32710
32711 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
32712 and make it optional. Don't test tooltip-gud-echo-area here.
32713 (tooltip-gud-process-output, gdb-tooltip-print):
32714 Pass tooltip-gud-echo-area to tooltip-show.
32715 (tooltip-help-tips): Remove second optional arg to tooltip-show.
32716
32717 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32718
32719 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
32720 `display-graphic-p' may not be bound yet.
32721
32722 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
32723
32724 * startup.el (command-line): No longer enable Xterm Mouse mode by
32725 default in terminals compatible with xterm.
32726
32727 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
32728
32729 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
32730
32731 * tooltip.el (tooltip-gud-echo-area): Rename from
32732 tooltip-use-echo-area.
32733 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
32734 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
32735 area independently of where help tooltips are displayed.
32736
32737 2005-04-17 David Kastrup <dak@gnu.org>
32738
32739 * cus-theme.el (custom-theme-write-variables): Quote variables
32740 where necessary.
32741
32742 2005-04-17 Richard M. Stallman <rms@gnu.org>
32743
32744 * simple.el (yank-excluded-properties): Add follow-link to value.
32745
32746 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
32747
32748 * startup.el (fancy-splash-max-time): Just 30 seconds.
32749 (fancy-splash-delay): Just 7.
32750 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
32751
32752 * loadhist.el (unload-feature): Update for new format of load-history.
32753 Simplify the code.
32754
32755 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
32756 (rmail-font-lock-keywords): Don't fontify the text of a citation.
32757
32758 * mail/sendmail.el (mail-font-lock-keywords):
32759 Don't fontify subject text.
32760 Don't fontify the text of a citation.
32761
32762 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
32763
32764 * comint.el (comint-output-filter): Run comint-output-filter-functions
32765 with point where the user had it.
32766
32767 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
32768
32769 * international/ucs-tables.el (ucs-set-table-for-input):
32770 Disable when using unify-on-decoding.
32771
32772 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
32773
32774 * emulation/cua-base.el (cua-global-mark-face): Add special case
32775 for displays supporting a high number of colors.
32776
32777 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
32778
32779 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
32780
32781 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
32782
32783 * filesets.el (filesets-add-buffer): If user supplies a name of a
32784 non-existing fileset, create a new fileset.
32785
32786 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
32787
32788 * textmodes/org.el (org-up-heading-all): Fix bug with
32789 `outline-up-heading-all'.
32790
32791 2005-04-16 Andreas Schwab <schwab@suse.de>
32792
32793 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
32794 /etc/permissions.d/* and /etc/aliases.d/*.
32795
32796 2005-04-16 Kenichi Handa <handa@m17n.org>
32797
32798 * international/code-pages.el (cp-make-coding-system):
32799 Set `translation-table-for-input' property value to the symbol
32800 ucs-mule-to-mule-unicode, not to that value.
32801 (pt154): Escape guillemet by `\'.
32802
32803 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
32804
32805 * loadup.el: Load tooltip if x-show-tip is fboundp.
32806
32807 * startup.el (command-line): Add comment.
32808
32809 * tooltip.el (tooltip-mode): Specify correct standard value for
32810 Custom in init-value.
32811
32812 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
32813
32814 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
32815 possible.
32816
32817 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
32818
32819 * textmodes/org.el (org-agenda-date-prompt): Rename from
32820 `org-agenda-date-today'.
32821 (org-evaluate-time-range): Insert at point instead of directly
32822 after time range.
32823 (org-first-headline-recenter, org-subtree-end-visible-p)
32824 (org-optimize-window-after-visibility-change): New functions
32825 (org-agenda-post-command-hook): Don't allow point at end of line,
32826 to make sure it always hits the text properties.
32827 (org-agenda-next-date-line, org-agenda-previous-date-line):
32828 New commands.
32829 (org-set-regexps-and-options): Category may contain white space.
32830 (org-agenda-get-deadlines, org-agenda-get-scheduled):
32831 Improve marker positions.
32832 (org-agenda-new-marker): Argument POS made optional.
32833 (org-agenda-get-timestamps): Deadlines which are done are listed
32834 in org-done-face now.
32835 (org-agenda-get-todos, org-agenda-get-timestamps)
32836 (org-agenda-get-deadlines, org-agenda-get-scheduled):
32837 Set `undone-face' and `done-face' properties.
32838 (org-last-todo-state-is-todo): New variable.
32839 (org-todo): Set `org-last-todo-state-is-todo'.
32840 (org-agenda-todo): Change face according to
32841 `org-last-todo-state-is-todo'. And change other lines referring to
32842 the same entry.
32843 (org-calendar-goto-agenda): New command.
32844 (org-calendar-to-agenda-key): New option.
32845 (org-startup-folded): New allowed value `content'.
32846 (org-set-regexps-and-options): Accept new value `content' for
32847 `org-startup-folded'.
32848 (org-get-current-options): Handle new value `content' for
32849 `org-startup-folded'.
32850 (org-insert-todo-heading): New command.
32851 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
32852 interactively in empty file and option
32853 `org-insert-mode-line-in-empty-file' has been set.
32854 (org-agenda-todo, org-agenda-priority): Modify to use
32855 `org-agenda-change-all-lines'.
32856 (org-warning-face): Change color on dark background.
32857
32858 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32859
32860 * international/mule-cmds.el (set-locale-environment): On Mac OS,
32861 use preferences AppleLocale and AppleLanguages, and variable
32862 mac-system-locale for default locale. On Mac OS Classic, use
32863 mac-system-coding-system for default coding systems.
32864
32865 * term/mac-win.el: Don't set file-name-coding-system.
32866 Decode variables system-name, emacs-build-system, user-login-name, and
32867 user-full-name by mac-system-coding-system on Mac OS Classic.
32868 (mac-system-coding-system): New variable.
32869
32870 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
32871
32872 * startup.el (command-line): Handle `xterm-mouse-mode' before
32873 reading init file.
32874
32875 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
32876
32877 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
32878
32879 * progmodes/sh-script.el (sh-here-document-word): Make it a
32880 defcustom. Doc fix.
32881 (sh-add): Bash uses $(( )) for arithmetic.
32882 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
32883 (sh-maybe-here-document): Remove quotes and leading whitespace
32884 from heredoc word when closing. Indent heredoc with tabs if word
32885 starts with "-".
32886
32887 2005-04-13 Richard M. Stallman <rms@gnu.org>
32888
32889 * simple.el (undo): Fix previous change.
32890
32891 * custom.el (defface): Doc fix.
32892
32893 2005-04-13 Lute Kamstra <lute@gnu.org>
32894
32895 * Makefile.in (DONTCOMPILE): Remove list.
32896 (compile, compile-always): Don't use DONTCOMPILE.
32897 (update-authors): Load the library in which batch-update-authors
32898 is defined.
32899 * makefile.w32-in (DONTCOMPILE): Remove list.
32900 (compile, compile-always): Fix comments.
32901 (update-authors): Load the library in which batch-update-authors
32902 is defined.
32903
32904 * generic-x.el (generic-mode-ini-file-find-file-hook):
32905 Rename to ini-generic-mode-find-file-hook.
32906 Keep generic-mode-ini-file-find-file-hook as an alias.
32907 (ini-generic-mode-find-file-hook): Rename from
32908 generic-mode-ini-file-find-file-hook. Fix docstring.
32909 (ini-generic-mode): Docstring change.
32910 (bat-generic-mode-run-as-comint): Silence the byte compiler.
32911
32912 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
32913 called from lisp.
32914
32915 * generic.el: Move to the emacs-lisp subdir.
32916
32917 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
32918
32919 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
32920 and C-S- function and cursor motion keys.
32921
32922 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
32923
32924 * startup.el (command-line): Enable Xterm Mouse mode by default.
32925 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
32926 for Custom. No longer show "Mouse" in mode line when enabled.
32927 Doc fix.
32928
32929 2005-04-12 Kim F. Storm <storm@cua.dk>
32930
32931 * emulation/cua-base.el (cua-rectangle-face)
32932 (cua-rectangle-noselect-face): Define face attributes here.
32933
32934 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
32935
32936 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32937
32938 * startup.el (command-line): Turn off blinking cursor if
32939 cursorBlink in resources is off or false.
32940
32941 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32942
32943 * term/mac-win.el (dnd): Require dnd.
32944 (mac-drag-n-drop): Call dnd-handle-one-url.
32945 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
32946 (kTextEncodingISOLatin2): Remove constants.
32947 (mac-script-code-coding-systems): New constant.
32948 (mac-handle-language-change): New function.
32949 (special-event-map): Bind it to `language-change' event.
32950 (mac-centraleurroman, mac-cyrillic): New coding systems.
32951 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
32952 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
32953 and mac-cyrillic-encoder to encode-mac-centraleurroman and
32954 encode-mac-cyrillic, respectively.
32955
32956 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
32957
32958 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
32959 Don't set overlay-arrow-string to "=>" as this is done
32960 globally in C now.
32961
32962 2005-04-12 Lute Kamstra <lute@gnu.org>
32963
32964 * generic-x.el (rc-generic-mode, rul-generic-mode):
32965 Fix auto-mode-alist entries.
32966 (etc-fstab-generic-mode): Tweak fontification.
32967
32968 * generic.el (generic-make-keywords-list): Fix docstring.
32969 (generic-mode-internal): Simplify generic-font-lock-keywords.
32970
32971 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
32972
32973 * whitespace.el (whitespace-buffer-leading)
32974 (whitespace-buffer-trailing): Revert the incorrect test inversion.
32975 However, fix the highlight area for the leading and
32976 trailing whitespaces to show space.
32977
32978 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
32979
32980 * whitespace.el (whitespace-version): Bump to 3.5.
32981
32982 (whitespace-buffer-leading, whitespace-buffer-trailing):
32983 Invert sense of the test to highlight the whitespace.
32984
32985 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
32986
32987 * progmodes/gud.el (gud-display-line): GUD uses its own
32988 overlay arrow now so don't set overlay-arrow-string.
32989 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
32990
32991 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
32992
32993 * term.el (term-ansi-current-bold, term-ansi-current-underline)
32994 (term-ansi-current-reverse, term-ansi-current-invisible)
32995 (term-ansi-face-already-done): Change to boolean.
32996 (term-reset-terminal, term-handle-colors-array): Handle the above
32997 vars accordingly.
32998 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
32999 (term-emulate-terminal): Use the new name.
33000
33001 * faces.el (secondary-selection): Use yellow1, not yellow.
33002 (trailing-whitespace): Use red1, not red.
33003
33004 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
33005
33006 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
33007 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
33008 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
33009
33010 * cus-edit.el (dnd): New group.
33011
33012 * term/w32-win.el (dnd): Require dnd
33013 (w32-drag-n-drop): Call dnd-handle-one-url.
33014
33015 * x-dnd.el: Require dnd.
33016 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
33017 Call dnd-handle-one-url.
33018 (x-dnd-types-alist, x-dnd-insert-utf8-text)
33019 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
33020 to dnd-insert-text.
33021 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
33022 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
33023 (x-dnd-get-local-file-name, x-dnd-open-local-file)
33024 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
33025
33026 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
33027
33028 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33029
33030 * wdired.el: Doc fixes.
33031 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
33032 (wdired-use-dired-vertical-movement): Rename from
33033 wdired-always-move-to-filename-beginning.
33034 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
33035 (wdired-change-to-wdired-mode): Change mode name.
33036 (wdired-newline): Delete.
33037
33038 2005-04-11 Richard M. Stallman <rms@gnu.org>
33039
33040 * whitespace.el (whitespace-highlight-the-space):
33041 Don't call whitespace-unhighlight-the-space here.
33042
33043 * simple.el (undo): Record t in undo-equiv-table
33044 for the redo record made by an undo-in-region.
33045
33046 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
33047
33048 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
33049 (gdb-frame-inferior-io-buffer): New Functions to control
33050 display of separate IO buffer.
33051 (menu): Add them to menu-bar.
33052 (gdb-display-buffer): Check for buffer another frame.
33053 Protect GUD buffer.
33054 (gdb-setup-windows): Create IO buffer if not already there.
33055 (gdb-memory-mode): Remove purecopy noops.
33056
33057 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
33058
33059 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
33060 and pass to self-insert-command.
33061
33062 2005-04-11 Lute Kamstra <lute@gnu.org>
33063
33064 * generic.el: Commentary section cleanup.
33065 (generic): Delete.
33066 (generic-use-find-file-hook, generic-lines-to-scan)
33067 (generic-find-file-regexp, generic-ignore-files-regexp)
33068 (default-generic-mode, generic-mode-find-file-hook)
33069 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
33070 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
33071 (generic-use-find-file-hook, generic-lines-to-scan)
33072 (generic-find-file-regexp, generic-ignore-files-regexp)
33073 (default-generic-mode, generic-mode-find-file-hook)
33074 (generic-mode-ini-file-find-file-hook): Move from generic.el.
33075
33076 2005-04-10 Karl Fogel <kfogel@red-bean.com>
33077
33078 * bookmark.el (bookmark-write-file): Catch errors writing file.
33079 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
33080
33081 2005-04-10 Richard M. Stallman <rms@gnu.org>
33082
33083 * startup.el (fancy-splash-tail): Update copyright year.
33084 (command-line): Split part of -Q into -D.
33085 (emacs-basic-display): New defvar.
33086 (fancy-splash-text): Correct name of menu item.
33087
33088 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
33089
33090 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
33091 lines in one node.
33092
33093 * comint.el (comint-send-input): New arg ARTIFICIAL.
33094 Callers in this file changed.
33095
33096 * abbrev.el (define-abbrevs): Read system abbrevs properly.
33097
33098 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
33099
33100 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
33101
33102 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
33103 `ldap-search-internal'.
33104
33105 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
33106
33107 * files.el (set-auto-mode-1): Use line-end-position.
33108
33109 * international/latin-1.el:
33110 * international/latin-2.el:
33111 * international/latin-3.el:
33112 * international/latin-4.el:
33113 * international/latin-5.el:
33114 * international/latin-8.el:
33115 * international/latin-9.el: Give punctuation syntax to NBSP.
33116
33117 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
33118 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
33119 Use char-classes to accept non-ascii letters, accepted in some recent
33120 bibtex implementations.
33121
33122 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
33123
33124 * custom.el (custom-set-minor-mode): Any non-nil value for the
33125 variable should enable the mode when set through Custom.
33126
33127 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
33128
33129 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
33130 TAB binding so tab-always-indent is obeyed.
33131 (vhdl-minibuffer-local-map): Move initialization into declaration.
33132 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
33133 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
33134 (vhdl-hooked-abbrev): Avoid test for XEmacs.
33135 (vhdl-current-line): Use line-beginning-position.
33136 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
33137 with-output-to-temp-buffer, so the current position can be recorded.
33138
33139 2005-04-10 Masatake YAMATO <jet@gyve.org>
33140
33141 * progmodes/compile.el (compilation-error-regexp-alist-alist):
33142 Add regexp for gcov.
33143
33144 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
33145
33146 * calendar/time-date.el (time-to-seconds, seconds-to-time)
33147 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
33148 syntax which Emacs 20 doesn't support.
33149
33150 2005-04-09 Richard M. Stallman <rms@gnu.org>
33151
33152 * help.el (describe-key-briefly, describe-key):
33153 Replace strings as event types with "(any string)".
33154
33155 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
33156
33157 * arc-mode.el (archive-mode-map): Move initialization into
33158 the declaration. Override *all* bindings of `undo'.
33159 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
33160
33161 2005-04-09 Jay Belanger <belanger@truman.edu>
33162
33163 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
33164
33165 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
33166
33167 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
33168 (xterm-register-default-colors): Update color values computation
33169 to match xterm-200.
33170
33171 2005-04-09 Kenichi Handa <handa@m17n.org>
33172
33173 * international/code-pages.el (iso-latin-7): Fix the map.
33174
33175 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
33176
33177 * emacs-lisp/lisp.el (defun-prompt-regexp)
33178 (parens-require-spaces, buffer-end, end-of-defun)
33179 (insert-parentheses): Doc fixes.
33180
33181 2005-04-08 Kim F. Storm <storm@cua.dk>
33182
33183 * comint.el (comint-highlight-prompt): Fix face spec.
33184 * hi-lock.el (hi-green): Likewise.
33185
33186 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
33187
33188 * cus-edit.el (custom-modified-face):
33189 * comint.el (comint-highlight-input): Fix previous changes.
33190 * term.el (term-handle-ansi-escape): Add a comment.
33191
33192 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
33193
33194 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
33195 in the buffer and in whitespace-highlighted-space.
33196 (whitespace-unhighlight-the-space): Simplify.
33197 (whitespace-buffer): Simplify.
33198
33199 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
33200
33201 * textmodes/table.el (table-cell-face): Add special case for
33202 displays supporting a high number of colors.
33203 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
33204 (vhdl-font-lock-reserved-words-face)
33205 (vhdl-speedbar-architecture-face)
33206 (vhdl-speedbar-instantiation-face)
33207 (vhdl-speedbar-architecture-selected-face)
33208 (vhdl-speedbar-instantiation-selected-face): Likewise.
33209 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
33210 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
33211 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
33212 (ebrowse-root-class-face, ebrowse-member-attribute-face)
33213 (ebrowse-progress-face): Likewise.
33214 * progmodes/compile.el (compilation-info-face): Likewise.
33215 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
33216 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
33217 * calendar/calendar.el (diary-face): Likewise.
33218 * woman.el (woman-italic-face, woman-bold-face)
33219 (woman-unknown-face): Likewise.
33220 * wid-edit.el (widget-button-pressed-face): Likewise.
33221 * whitespace.el (whitespace-highlight-face): Likewise.
33222 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
33223 * pcvs-info.el (cvs-marked-face): Likewise.
33224 * info.el (info-xref): Likewise.
33225 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
33226 * hilit-chg.el (highlight-changes-face)
33227 (highlight-changes-delete-face): Likewise.
33228 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
33229 (hi-red-b): Likewise.
33230 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
33231 * font-lock.el (font-lock-keyword-face)
33232 (font-lock-function-name-face, font-lock-warning-face): Likewise.
33233 * cus-edit.el (custom-invalid-face, custom-modified-face)
33234 (custom-set-face, custom-changed-face, custom-variable-tag-face)
33235 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
33236 * comint.el (comint-highlight-prompt): Likewise.
33237
33238 2005-04-08 Lute Kamstra <lute@gnu.org>
33239
33240 * font-lock.el (font-lock-keywords): Docstring fixes.
33241
33242 2005-04-08 Kenichi Handa <handa@m17n.org>
33243
33244 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
33245 chars are more than a limit, print " and more..." at the tail.
33246
33247 2005-04-08 Kim F. Storm <storm@cua.dk>
33248
33249 * emacs-lisp/authors.el (authors-aliases): Update list.
33250 (authors-ignored-files): New list.
33251 (authors-fixed-entries): Fix typo.
33252 (authors-renamed-files-alist): Update list.
33253 (authors-add): Check authors-ignored-files.
33254
33255 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
33256
33257 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
33258 optional, to ensure backward compatibility.
33259
33260 2005-04-08 Stephen Eglen <stephen@gnu.org>
33261
33262 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
33263
33264 2005-04-08 Kim F. Storm <storm@cua.dk>
33265
33266 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
33267
33268 * mouse.el (mouse-on-link-p): Doc fix.
33269
33270 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
33271
33272 * ielm.el (ielm-prompt-read-only): Doc fix.
33273
33274 * comint.el (comint-prompt-read-only): Doc fix.
33275
33276 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
33277
33278 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
33279 ensure dired always handles wildcards passed to ffap.
33280 (find-file-at-point): Use it.
33281 (ffap-dired-wildcards): Doc fix.
33282
33283 2005-04-07 Juri Linkov <juri@jurta.org>
33284
33285 * simple.el (next-error-overlay-arrow-position): New defvar.
33286 Put "=>" on its property `overlay-arrow-string'. Add it to
33287 `overlay-arrow-variable-list'.
33288
33289 * progmodes/compile.el (compilation-setup):
33290 Set `next-error-overlay-arrow-position' to nil. Also set it to
33291 nil in the local hook `kill-buffer-hook'. Make local variable
33292 `overlay-arrow-string' and set it to "=>".
33293 (compilation-goto-locus): Set BOL position to
33294 `next-error-overlay-arrow-position' instead of
33295 `overlay-arrow-position'.
33296
33297 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
33298 locally instead of adding it to the global hook.
33299 (Info-kill-buffer): Move up.
33300
33301 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
33302
33303 * term/xterm.el (xterm-standard-colors): Update color values from
33304 xterm-200.
33305
33306 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
33307
33308 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
33309
33310 * fast-lock.el:
33311 * lazy-lock.el: Move them to the obsolete subdir.
33312
33313 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33314
33315 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
33316 (wdired-add-replace-advice): Remove.
33317 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
33318
33319 2005-04-06 Kim F. Storm <storm@cua.dk>
33320
33321 * startup.el (command-line): Add --bare-bones alias for -Q.
33322
33323 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33324
33325 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
33326 create the startup fontset if a font specification ends with
33327 `mac-roman'.
33328
33329 2005-04-06 Lute Kamstra <lute@gnu.org>
33330
33331 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
33332 change.
33333
33334 * emacs-lisp/copyright.el (copyright-update-year): Replace the
33335 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
33336
33337 2005-04-05 Lute Kamstra <lute@gnu.org>
33338
33339 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
33340 (define-generic-mode): Ditto. Fix debug declaration.
33341
33342 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
33343 Put them in the generic-x group.
33344
33345 * calendar/timeclock.el (timeclock): Doc fix.
33346
33347 * generic.el (define-generic-mode): Don't use custom-current-group.
33348 Document default :group value.
33349 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
33350 (define-global-minor-mode): Don't use custom-current-group.
33351
33352 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
33353
33354 * startup.el (command-line-1): Display startup-echo-area-message
33355 when fancy splash screen is in use.
33356
33357 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
33358 (sh-escaped-newline): New face.
33359 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
33360 newline, and use sh-escaped-newline face.
33361
33362 * progmodes/tcl.el (tcl-escaped-newline): New face.
33363 (tcl-builtin-list): New variable.
33364 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
33365 newlines. Fix keywords subexpression number.
33366
33367 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
33368
33369 * textmodes/org.el (org-diary-default-entry): Fix call to
33370 `add-to-diary-entry'.
33371
33372 2005-04-05 Kim F. Storm <storm@cua.dk>
33373
33374 * ediff-init.el: Use (featurep 'xemacs).
33375
33376 2005-04-05 David Ponce <david@dponce.com>
33377
33378 * cus-edit.el (face): Derive from symbol widget. Display sample
33379 of the current face on the fly.
33380 (widget-face-sample-face-get, widget-face-notify): New functions.
33381 (widget-face-value-create): Remove.
33382
33383 * wid-edit.el (widget-field-end): Temporarily remove field
33384 narrowing before to call `get-char-property'.
33385
33386 2005-04-04 Jay Belanger <belanger@truman.edu>
33387
33388 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
33389 (math-read-subscripts): New variable.
33390 (math-read-preprocess-string): Process subscripts.
33391
33392 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
33393
33394 * comint.el (comint-prompt-read-only): Doc fix.
33395
33396 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
33397 `-1'. Doc fix.
33398
33399 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
33400
33401 * textmodes/org.el (org-insert-mode-line-in-empty-file):
33402 Change default value to nil.
33403
33404 2005-04-04 Lute Kamstra <lute@gnu.org>
33405
33406 * autorevert.el (auto-revert-mode): Specify :group.
33407 * battery.el (display-battery-mode): Specify :group.
33408 * diff-mode.el (diff-minor-mode): Specify :group.
33409 * font-core.el (font-lock-mode): Specify :group.
33410 * hl-line.el (hl-line-mode): Specify :group.
33411 * iimage.el (iimage): New customization group.
33412 (iimage-mode): Specify :group.
33413 * longlines.el (longlines-mode): Specify :group.
33414 * master.el: Don't require easy-mmode.
33415 (master): New customization group.
33416 (master-mode): Specify :group.
33417 * msb.el (msb-mode): Specify :group.
33418 * reveal.el (reveal-mode): Specify :group.
33419 * simple.el (next-error-follow-minor-mode): Specify :group.
33420 * smerge-mode.el (smerge-mode): Specify :group.
33421 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
33422 * emulation/cua-base.el (cua-mode): Specify :group.
33423 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
33424 * language/thai-util.el (thai-auto-composition-mode)
33425 (thai-word-mode): Specify :group.
33426 * mail/supercite.el (sc-minor-mode): Specify :group.
33427 * progmodes/cwarn.el (cwarn-mode): Specify :group.
33428 * progmodes/flymake.el (flymake-mode): Specify :group.
33429 * progmodes/glasses.el (glasses-mode): Specify :group.
33430 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
33431 * textmodes/enriched.el (enriched-mode): Specify :group.
33432 * textmodes/refill.el (refill-mode): Specify :group.
33433
33434 * add-log.el (change-log-font-lock-keywords): Names in
33435 parenthesized lists can contain spaces.
33436
33437 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
33438
33439 * startup.el (fancy-splash-text): Shorten default text of
33440 "Emacs Tutorial" line. Also, if the current language env
33441 indicates an available tutorial file other than TUTORIAL,
33442 extract its title and append it to the line in parentheses.
33443 (fancy-splash-insert): If arg is a thunk, funcall it.
33444
33445 2005-04-04 Jay Belanger <belanger@truman.edu>
33446
33447 * calc.el (calc-language-alist): Add tags to customization type.
33448
33449 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
33450
33451 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
33452 Doc fix.
33453
33454 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
33455
33456 * add-log.el (change-log-font-lock-keywords): The manual
33457 describing a Change Log entry, says: (...) "Aside from these
33458 header lines, every line in the change log starts with a space or
33459 a tab.". The font-lock was not highlighting lines started with
33460 spaces, added support for it.
33461
33462 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
33463
33464 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
33465 (bibtex-generate-url-list): Update docstring accordingly. Put the
33466 complex example in the docstring.
33467 (bibtex-font-lock-url): Use pop.
33468
33469 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
33470
33471 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
33472
33473 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
33474
33475 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
33476
33477 * filesets.el (filesets-set-default): Doc fix.
33478
33479 2005-04-03 Lute Kamstra <lute@gnu.org>
33480
33481 * generic.el (define-generic-mode): Add argument to specify
33482 keywords for defcustom.
33483 (default-generic-mode): Specify :group.
33484
33485 * generic-x.el: Specify :group for all generic modes.
33486
33487 * desktop.el (desktop-no-desktop-file-hook)
33488 (desktop-after-read-hook): Doc fix.
33489
33490 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
33491
33492 * simple.el (visible-mode): Use explicit :group keyword.
33493 This changes the group of `visible-mode-hook' from paren-blinking
33494 to editing-basics.
33495
33496 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
33497
33498 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
33499 mailbox specifications as well as URLs.
33500 (rmail-insert-inbox-text): Remove unused conditional branches.
33501
33502 2005-04-01 Jay Belanger <belanger@truman.edu>
33503
33504 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
33505 (calc-gnuplot-print-command): Move definitions to calc.el.
33506
33507 * calc/calc-embed.el (calc-embedded-announce-formula)
33508 (calc-embedded-open-formula, calc-embedded-close-formula)
33509 (calc-embedded-open-word, calc-embedded-close-word)
33510 (calc-embedded-open-plain, calc-embedded-close-plain)
33511 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
33512 (calc-embedded-open-mode, calc-embedded-close-mode):
33513 Move definitions to calc.el.
33514
33515 * calc/calc.el (calc-settings-file, calc-language-alist):
33516 Make customizable.
33517 (calc-embedded-announce-formula, calc-embedded-open-formula)
33518 (calc-embedded-close-formula, calc-embedded-open-word)
33519 (calc-embedded-close-word, calc-embedded-open-plain)
33520 (calc-embedded-close-plain, calc-embedded-open-new-formula)
33521 (calc-embedded-close-new-formula, calc-embedded-open-mode)
33522 (calc-embedded-close-mode, calc-gnuplot-name)
33523 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
33524 from other files and make customizable.
33525
33526 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
33527
33528 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
33529 Use buffer-live-p.
33530 (cvs-mode-run): Don't call cvs-update-header here.
33531 (cvs-run-process): Call cvs-update-header.
33532 Use process properties for cvs-postprocess and cvs-buffer so that
33533 the sentinel can behave better if the temp buffer is killed.
33534 Use a pipe rather than a tty, to better handle unexpected prompts.
33535 (cvs-sentinel): Rewrite. Call cvs-update-header.
33536
33537 2005-04-01 Andre Spiegel <spiegel@gnu.org>
33538
33539 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
33540 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
33541
33542 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
33543
33544 * generic.el (define-generic-mode): Add indentation rule.
33545
33546 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
33547
33548 * files.el (mode-require-final-newline): Make Custom correctly
33549 report a nil value and allow to set it to nil via Custom.
33550 Doc fix.
33551
33552 2005-04-01 Kenichi Handa <handa@m17n.org>
33553
33554 * international/characters.el: Enable the correct case setting for
33555 dotless-i and dotted-I.
33556
33557 2005-04-01 Kim F. Storm <storm@cua.dk>
33558
33559 * ido.el (ido-file-internal): Fall back to non-ido command if
33560 initial directory is on slow ftp (or tramp) host.
33561
33562 2005-03-31 Richard M. Stallman <rms@gnu.org>
33563
33564 * emacs-lisp/autoload.el (make-autoload):
33565 Handle define-global-minor-mode.
33566
33567 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
33568 Rename from easy-mmode-define-global-mode.
33569 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
33570
33571 * progmodes/scheme.el (scheme-mode-syntax-table):
33572 Update syntax of | and # for two-character comment syntax.
33573
33574 2005-03-31 Lute Kamstra <lute@gnu.org>
33575
33576 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
33577 (define-minor-mode): Call custom-current-group at load-time.
33578
33579 * generic.el (define-generic-mode): Add debug declaration.
33580 Add defcustom for the mode hook.
33581 (generic-mode-internal): Use run-mode-hooks.
33582
33583 2005-03-31 Kim F. Storm <storm@cua.dk>
33584
33585 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
33586 (mouse-fixup-help-message): New defun called by show_help_echo
33587 to fixup mouse-2 prefix in help messages when applicable.
33588
33589 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
33590
33591 2005-03-31 Kenichi Handa <handa@m17n.org>
33592
33593 * language/thai-word.el (thai-find-word-ends): Pay attention to
33594 the case that we reach the end of buffer.
33595
33596 * textmodes/fill.el (fill-text-properties-at): New function.
33597 (fill-newline): Use fill-text-properties-at instead of
33598 text-properties-at.
33599
33600 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
33601
33602 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
33603 not comint-quote-filename.
33604
33605 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
33606
33607 * help-fns.el (help-with-tutorial): Revert last change.
33608
33609 2005-03-31 Kim F. Storm <storm@cua.dk>
33610
33611 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
33612
33613 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
33614
33615 * calendar/cal-china.el: Update reference to "Calendrical
33616 Calculations" book; there's a new edition.
33617 * calendar/cal-coptic.el: Likewise.
33618 * calendar/cal-french.el: Likewise.
33619 * calendar/cal-hebrew.el: Likewise.
33620 * calendar/cal-islam.el: Likewise.
33621 * calendar/cal-iso.el: Likewise.
33622 * calendar/cal-julian.el: Likewise.
33623 * calendar/cal-mayan.el: Likewise.
33624 * calendar/cal-persia.el: Likewise.
33625 * calendar/calendar.el: Likewise.
33626 * calendar/holidays.el: Likewise.
33627 * calendar/lunar.el: Likewise.
33628 * calendar/solar.el: Likewise.
33629
33630 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
33631 white space from doc string.
33632
33633 2005-03-30 Jay Belanger <belanger@truman.edu>
33634
33635 * calc/calc-help.el (calc-full-help): Remove email address.
33636
33637 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
33638
33639 * help-fns.el (help-with-tutorial): Delete title line.
33640
33641 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
33642
33643 * calendar/cal-x.el (calendar-one-frame-setup)
33644 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
33645 rather than `symbol' for set-window-dedicated-p.
33646
33647 * calendar/appt.el (appt-buffer-name): Make it a constant.
33648 (appt-add): Doc fix.
33649
33650 * filesets.el (filesets-menu-path, filesets-menu-before)
33651 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
33652 (filesets-menu-cache-file): Use directory ~/.emacs.d.
33653 (filesets-add-submenu): Delete and use add-submenu instead.
33654
33655 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
33656
33657 * textmodes/org.el (org-agenda-phases-of-moon)
33658 (org-agenda-sunrise-sunset, org-agenda-convert-date)
33659 (org-agenda-goto-calendar): New commands.
33660 (org-diary-default-entry): New function.
33661 (org-get-entries-from-diary): Better parsing of diary entries.
33662 (org-agenda-check-no-diary): New function.
33663 ("diary-lib"): Advice to function `add-to-diary-list', to allow
33664 linking to diary entries.
33665 (org-agenda-execute-calendar-command): New function.
33666 (org-agenda): Improve visible section in window.
33667 Use `org-fit-agenda-window'.
33668 (org-fit-agenda-window): New option.
33669 (org-move-subtree-down): Better handling of empty lines
33670 at end of subtree.
33671 (org-cycle): Numeric prefix is interpreted now as show-subtree N
33672 levels up.
33673 (org-fontify-done-headline): New option.
33674 (org-headline-done-face): New face.
33675 (org-set-font-lock-defaults): Use `org-headline-done-face'.
33676 (org-table-copy-down): Rename from `org-table-copy-from-above'.
33677 When current field is non-empty, it is copied to next row.
33678 (org-table-copy-from-above): Fix bug which made it
33679 impossible to copy fields containing only a single non-white character.
33680
33681 2005-03-30 Kim F. Storm <storm@cua.dk>
33682
33683 * kmacro.el (kmacro-end-macro): Isearch may store this command
33684 into the macro -- so ignore it when executing keyboard macro.
33685
33686 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
33687
33688 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
33689
33690 2005-03-29 Kenichi Handa <handa@m17n.org>
33691
33692 * language/thai.el ("Thai"): Set setup-function and exit-function
33693 for Thai language environment.
33694
33695 * language/thai-util.el: Require thai-word.
33696 (thai-word-mode-map): New variable.
33697 (thai-word-mode): New minor mode.
33698 (setup-thai-language-environment-internal): New function.
33699 (exit-thai-language-environment-internal): New function.
33700
33701 * language/thai-word.el (thai-word-table): Declare it by defvar,
33702 use dolist to initialize it.
33703 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
33704 (thai-fill-find-break-point): New functions.
33705
33706 2005-03-29 Richard M. Stallman <rms@gnu.org>
33707
33708 * simple.el (idle-update-delay): Move definition up.
33709 (set-mark): Doc fix.
33710
33711 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
33712
33713 * longlines.el: New file.
33714
33715 * simple.el (buffer-substring-filters): New variable.
33716 (filter-buffer-substring): New function.
33717 (kill-region, copy-region-as-kill): Use it.
33718
33719 * register.el (copy-to-register, append-to-register)
33720 (prepend-to-register): Use filter-buffer-substring.
33721
33722 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
33723
33724 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
33725 (gud-filter-pending-text): Move in front of gdb.
33726 (gud-overlay-arrow-position): New variable.
33727 (gud-sentinel, gud-display-line): Use it in place of
33728 overlay-arrow-position.
33729
33730 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
33731
33732 * progmodes/fortran.el (fortran-if-indent): Doc fix.
33733 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
33734 (fortran-font-lock-keywords-4): New variable.
33735 (fortran-blocks-re, fortran-end-block-re)
33736 (fortran-start-block-re): New constants, for hideshow.
33737 (hs-special-modes-alist): Add a Fortran entry.
33738 (fortran-mode-map): Bind fortran-end-of-block,
33739 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
33740 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
33741 (fortran-looking-at-if-then, fortran-end-of-block)
33742 (fortran-beginning-of-block): New functions, for hideshow.
33743
33744 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
33745 Doc fix. Tweak regexp.
33746 (f90-beginning-of-block): Push mark first.
33747
33748 2005-03-29 Jay Belanger <belanger@truman.edu>
33749
33750 * calc/calc.el: Update copyright date.
33751 (calc-version): Increase to 2.1.
33752 (calc-version-date): Remove.
33753
33754 * calc/calc-help.el: Update copyright date.
33755 (calc-full-help): Remove reference to calc-version-date.
33756 Update copyright date.
33757
33758 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
33759
33760 * vc.el (vc-do-command): Use a pipe for async processes, so password
33761 prompts don't show up at places where the user can't reply.
33762
33763 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
33764
33765 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
33766 on the file name we pass to the inferior shell.
33767
33768 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
33769
33770 * progmodes/which-func.el (which-function): Be robust in the face of an
33771 imenu--make-index-alist failure.
33772
33773 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
33774
33775 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
33776
33777 * progmodes/python.el (python-preoutput-filter): Fix last change.
33778
33779 2005-03-29 Lute Kamstra <lute@gnu.org>
33780
33781 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
33782 functions and compiled macros.
33783 (debug-convert-byte-code): Handle macros too.
33784 (debug-on-entry-1): Don't signal an error when trying to clear a
33785 function that is not set to debug on entry.
33786
33787 2005-03-29 Jay Belanger <belanger@truman.edu>
33788
33789 * calc/calc-lang.el: Add functions to math-function-table
33790 properties of tex and math.
33791
33792 2005-03-29 Kenichi Handa <handa@m17n.org>
33793
33794 * ps-mule.el (ps-mule-plot-string): Translate characters by
33795 ps-print-translation-table.
33796 (ps-mule-begin-job): Call find-charset-region/string with
33797 ps-print-translation-table.
33798 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
33799
33800 * ps-print.el (ps-print-translation-table): New variable.
33801 (ps-plot-region): Translate characters by ps-print-translation-table.
33802
33803 2005-03-29 Juri Linkov <juri@jurta.org>
33804
33805 * simple.el (next-error-highlight-timer): New variable.
33806
33807 * progmodes/compile.el (compilation-goto-locus):
33808 Use `next-error-highlight-timer' instead of `sit-for'.
33809
33810 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
33811
33812 * mail/supercite.el (sc-mail-field): Use assoc-string.
33813 (sc-get-address): Simplify regexps.
33814
33815 * files.el (minibuffer-with-setup-hook): New macro.
33816 (find-file-read-args): Use it to avoid let-binding
33817 minibuffer-with-setup-hook (which breaks turning on/off
33818 file-name-shadow-mode while in the prompt).
33819
33820 * complete.el (PC-read-include-file-name-internal):
33821 Use test-completion.
33822
33823 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
33824
33825 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
33826
33827 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
33828
33829 * window.el (window-buffer-height): Use count-screen-lines.
33830
33831 * progmodes/python.el (python-preoutput-leftover): New var.
33832 (python-preoutput-filter): Use it.
33833 (python-send-receive): Loop until all the result has been received.
33834
33835 2005-03-28 Juri Linkov <juri@jurta.org>
33836
33837 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
33838
33839 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
33840 "Recover Crashed Session".
33841 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
33842 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
33843 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
33844 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
33845 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
33846 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
33847 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
33848 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
33849
33850 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
33851 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
33852 Ediff Sessions", "Toggle use of separate control buffer frame",
33853 "Use separate frame for Ediff control buffer".
33854
33855 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
33856 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
33857 "Rename Bookmark", "Delete Bookmark".
33858
33859 * info.el (Info-mode-menu): Remove ellipsis from "Index".
33860 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
33861 Add `:active Info-index-alternatives' to "Next Matching Item".
33862
33863 * wdired.el (wdired-change-to-wdired-mode):
33864 Mention `wdired-abort-changes' key in the initial message.
33865
33866 * international/mule.el (auto-coding-alist): Associate non-ascii
33867 image filename extensions with `no-conversion'.
33868
33869 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
33870
33871 * international/iso-acc.el:
33872 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
33873
33874 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
33875
33876 * textmodes/sgml-mode.el (html-mode): Doc update.
33877
33878 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
33879
33880 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
33881
33882 * term.el (term-move-columns): Fix face after extending a line.
33883 (term-insert-spaces): Likewise.
33884 (term-reset-terminal): Fix off by one error.
33885
33886 2005-03-26 Eli Zaretskii <eliz@gnu.org>
33887
33888 * international/mule.el (auto-coding-alist): Add .xpi files.
33889
33890 * files.el (auto-mode-alist): Add .xpi files.
33891
33892 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
33893
33894 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
33895
33896 2005-03-26 Eli Zaretskii <eliz@gnu.org>
33897
33898 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
33899
33900 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
33901
33902 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
33903 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
33904
33905 * calendar/cal-move.el (calendar-beginning-of-year): Move the
33906 cursor to Jan 1 when needed.
33907 (calendar-end-of-year): Fix -/+ typo.
33908 Reported by Chong Yidong <cyd@stupidchicken.com>.
33909
33910 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
33911
33912 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
33913
33914 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
33915 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
33916
33917 2005-03-25 Richard M. Stallman <rms@gnu.org>
33918
33919 * filesets.el (filesets-init): Add autoload.
33920
33921 * mail/mailalias.el (mail-directory): Doc fix.
33922
33923 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
33924
33925 * mail/mailalias.el (mail-directory-process): Do nothing if
33926 mail-directory-process is an atom.
33927 (mail-get-names): Ignore mail-directory-names if it is an atom.
33928 (mail-directory-process defvar): Doc fix.
33929 (mail-names): Doc fix.
33930
33931 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
33932
33933 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
33934
33935 2005-03-26 Kenichi Handa <handa@m17n.org>
33936
33937 * international/mule-util.el (detect-coding-with-priority):
33938 Call update-coding-systems-internal before detect-coding-region.
33939
33940 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
33941
33942 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
33943 (gdb-frames-mode-map): Add follow-link property.
33944
33945 2005-03-25 Jay Belanger <belanger@truman.edu>
33946
33947 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
33948 for variables.
33949
33950 2005-03-25 Juri Linkov <juri@jurta.org>
33951
33952 * image-mode.el: Optimize image filename extension regexps in
33953 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
33954 in `auto-mode-alist'.
33955 (image-mode): Add `image-toggle-display-text' to local hook
33956 `change-major-mode-hook'. Display the image as an image by
33957 default. Set `cursor-type' and `truncate-lines' if the image
33958 is already displayed. Take into account the current mode (image
33959 or text) in message.
33960 (image-minor-mode): New minor mode.
33961 (image-mode-maybe, image-toggle-display-text): New functions.
33962 (image-toggle-display): Use called-interactively-p.
33963 Let-bind `inhibit-read-only' to t.
33964
33965 * image-mode.el (image-minor-mode): Set `cursor-type' and
33966 `truncate-lines' if the image is already displayed. Add turning
33967 image-minor-mode off to `change-major-mode-hook'. Add message.
33968 Call `image-toggle-display-text' after turning image-minor-mode off.
33969
33970 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
33971
33972 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
33973 Terminal.app, use utf-8.
33974 (set-display-table-and-terminal-coding-system): Add coding-system arg.
33975 (set-locale-environment): Use it.
33976
33977 * term/xterm.el: Undo last change, better done in mule-cmds.el.
33978
33979 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
33980
33981 * progmodes/python.el (python-close-block-statement-p)
33982 (python-outdent-p, python-current-defun): Use symbol-end.
33983
33984 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
33985
33986 * files.el (save-some-buffers): Doc fix.
33987
33988 2005-03-25 Werner Lemberg <wl@gnu.org>
33989
33990 * complete.el, thumbs.el: Replace `legal' with `valid'.
33991 * calendar/calendar.el: Replace `legal' with `valid'.
33992 * emacs-lisp/advice.el: Replace `legal' with `valid'.
33993 * mail/supercite.el: Replace `legal' with `valid'.
33994 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
33995 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
33996 Replace `legal' with `valid'.
33997 * textmodes/reftex-vars.el, textmodes/reftex.el:
33998 Replace `legal' with `valid'.
33999
34000 2005-03-25 Werner Lemberg <wl@gnu.org>
34001
34002 * calc/calc-forms.el, calc/calc-sel.el
34003 * midnight.el, vc-cvs.el
34004 * emacs-lisp/cl-macs.el
34005 * emulation/vip.el
34006 * eshell/esh-io.el, eshell/esh-var.el
34007 * mail/supercite.el
34008 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
34009 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
34010 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
34011 * progmodes/sh-script.el, progmodes/xscheme.el
34012 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
34013 * textmodes/reftex-index.el, textmodes/reftex-parse.el
34014 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
34015 * textmodes/reftex.el, textmodes/org.el:
34016 Replace `illegal' with `invalid'.
34017
34018 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
34019
34020 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
34021 (flymake-find-buildfile, flymake-find-possible-master-files)
34022 (flymake-check-include, flymake-parse-line): Replace loops over the
34023 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
34024
34025 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
34026 Substitute file-name-as-directory in the rest of the file.
34027 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
34028 (flymake-replace-region): Remove unused arg `buffer'.
34029 (flymake-check-patch-master-file-buffer): Update calls to it.
34030 (flymake-add-err-info): Remove unused var `count'.
34031 (flymake-mode): Use define-minor-mode.
34032
34033 * progmodes/flymake.el: Use with-current-buffer.
34034 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
34035 flymake-replace-regexp-in-string, flymake-line-beginning-position)
34036 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
34037 Avoid testing for `xemacs'.
34038 (flymake-nop): Move.
34039 (flymake-region-has-flymake-overlays): Return the computed value.
34040 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
34041 Remove unused var `endline'.
34042 (flymake-get-line-count): Remove unused function.
34043 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
34044
34045 * emulation/vi.el:
34046 * generic.el:
34047 * hilit-chg.el (global-highlight-changes):
34048 * hi-lock.el (hi-lock-mode):
34049 * follow.el: find-file-hooks -> find-file-hook.
34050
34051 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
34052
34053 2005-03-24 Juri Linkov <juri@jurta.org>
34054
34055 * dired.el (dired-mode-map): Add menu item "Compare directories"
34056 for dired-compare-directories.
34057
34058 * dired-aux.el (dired-compare-directories): Add autoload cookie.
34059 Doc fix. Replace `read-file-name' with `read-directory-name'.
34060
34061 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
34062
34063 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
34064
34065 2005-03-24 Jay Belanger <belanger@truman.edu>
34066
34067 * calc/calc-embed.el (calc-embedded-mode-change): Save all
34068 relevant mode settings in calc-embedded-original-modes when modes
34069 are permanently changed.
34070
34071 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
34072
34073 * autoinsert.el: find-file-hooks -> find-file-hook.
34074
34075 2005-03-24 Lute Kamstra <lute@gnu.org>
34076
34077 * generic.el (generic-font-lock-defaults): Make it obsolete.
34078 (generic-font-lock-keywords): New variable to replace
34079 generic-font-lock-defaults.
34080 (generic-mode-set-font-lock): Delete it.
34081 (generic-mode-internal): Don't call generic-mode-set-font-lock.
34082 (generic-bracket-support): Add docstring.
34083
34084 * generic-x.el: Rename generic-font-lock-defaults to
34085 generic-font-lock-keywords throughout.
34086 (mailagent-rules-setup-function): Delete it.
34087 (mailagent-rules-generic-mode): Use anonymous function instead.
34088 (show-tabs-generic-mode-font-lock-defaults-1)
34089 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
34090 Quote faces.
34091 (show-tabs-tab-face, show-tabs-space-face): Specify background,
34092 not foreground.
34093
34094 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
34095 Recognize define-generic-mode.
34096
34097 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
34098
34099 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
34100 if there's no completion table.
34101
34102 2005-03-23 Miles Bader <miles@gnu.org>
34103
34104 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34105 Remove tty-specific variants, as they're no longer needed.
34106
34107 2005-03-23 Lute Kamstra <lute@gnu.org>
34108
34109 * generic-x.el: Code cleanup: make args constant whenever possible.
34110 (installshield-statement-keyword-list)
34111 (installshield-system-functions-list)
34112 (installshield-system-variables-list, installshield-types-list)
34113 (installshield-funarg-constants-list): Make them constants.
34114
34115 * generic.el (generic-make-keywords-list): Add autoload cookie.
34116
34117 * calendar/time-date.el: Add comment on time value formats.
34118 Don't require parse-time.
34119 (with-decoded-time-value): New macro.
34120 (encode-time-value): New function.
34121 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
34122 (days-to-time): Return a valid time value when arg is huge.
34123 (time-since): Use time-subtract.
34124 (time-to-number-of-days): Use time-to-seconds.
34125
34126 2005-03-23 David Ponce <david@dponce.com>
34127
34128 * recentf.el (recentf-keep): New option.
34129 (recentf-menu-action): Default to `find-file'.
34130 (recentf-keep-non-readable-files-flag)
34131 (recentf-keep-non-readable-files-p)
34132 (recentf-file-readable-p, recentf-find-file)
34133 (recentf-cleanup-remote): Remove.
34134 (recentf-include-p): More robust.
34135 (recentf-keep-p): New function.
34136 (recentf-remove-if-non-kept): Rename from
34137 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
34138 All callers updated.
34139 (recentf-menu-items-for-commands): Fix help string.
34140 (recentf-track-closed-file): Update. Doc fix.
34141 (recentf-cleanup): Update. Count removed files. Doc fix.
34142
34143 2005-03-23 Kim F. Storm <storm@cua.dk>
34144
34145 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34146 Don't inherit from fringe face (now happens automatically).
34147
34148 2005-03-22 Kim F. Storm <storm@cua.dk>
34149
34150 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
34151 position values.
34152
34153 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
34154
34155 * menu-bar.el (showhide-date-time): Remove.
34156 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
34157 (menu-bar-make-mm-toggle): Simplify.
34158
34159 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
34160
34161 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
34162 Accept qualified variable and function names.
34163
34164 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
34165
34166 * bindings.el (completion-ignored-extensions):
34167 Remove ".lis" for `vax-vms'.
34168
34169 2005-03-22 Andreas Schwab <schwab@suse.de>
34170
34171 * generic-x.el: Revert last change.
34172 * ldefs-boot.el: Update.
34173
34174 2005-03-22 Jay Belanger <belanger@truman.edu>
34175
34176 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
34177 (calc-embedded-save-original-modes)
34178 (calc-embedded-restore-original-modes): New functions.
34179 (calc-do-embedded): Save original modes when entering embedded mode
34180 and restore when leaving embedded mode.
34181 (calc-embedded-modes-change): Change the value of
34182 calc-embedded-original-modes to reflect permanent changes.
34183
34184 2005-03-22 Lute Kamstra <lute@gnu.org>
34185
34186 * generic-x.el: Require generic again.
34187
34188 2005-03-22 Miles Bader <miles@gnu.org>
34189
34190 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34191 Tweak details to look good on both ttys and bitmap displays, light
34192 or dark background, etc.
34193
34194 2005-03-21 Kim F. Storm <storm@cua.dk>
34195
34196 * tooltip.el (tooltip-show-help-function): Check car and cdr of
34197 mouse position.
34198
34199 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
34200
34201 * icomplete.el: Don't forcibly turn on the mode upon load.
34202 (icomplete-mode): Use define-minor-mode.
34203 (icomplete-eoinput): Default to nil.
34204 (icomplete-minibuffer-setup): Remove autoload.
34205 (icomplete-tidy): Simplify.
34206 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
34207 in the initial state or if the user has modified the field.
34208 Fix handling of icomplete-max-delay-chars.
34209 Remove code that handles the oddball case where
34210 minibuffer-completion-table is an integer.
34211 Wrap icomplete-completions in while-no-input in case building
34212 completions takes more time than expected.
34213 (icomplete-completions): Simplify.
34214
34215 2005-03-21 Richard M. Stallman <rms@gnu.org>
34216
34217 * jka-compr.el (jka-compr-really-do-compress):
34218 Make variable buffer-local.
34219
34220 * image-mode.el: Handle .xpm files too.
34221 (image-toggle-display): Preserve modification flag.
34222
34223 * help.el (where-is): Don't mention aliases with no key bindings.
34224
34225 2005-03-21 Lute Kamstra <lute@gnu.org>
34226
34227 * generic.el: Fix commentary section. Don't require cl for
34228 compilation.
34229 (generic-mode-list): Add autoload cookie.
34230 (generic-use-find-file-hook, generic-lines-to-scan)
34231 (generic-find-file-regexp, generic-ignore-files-regexp)
34232 (generic-mode, generic-mode-find-file-hook)
34233 (generic-mode-ini-file-find-file-hook): Fix docstrings.
34234 (define-generic-mode): Make it a defmacro. Fix docstring.
34235 (generic-mode-internal): Code cleanup. Add autoload cookie.
34236 (generic-mode-set-comments): Code cleanup.
34237 * generic-x.el: Don't prevent compilation. Don't require generic.
34238 Follow coding conventions. Minor code cleanup.
34239 (etc-fstab-generic-mode): Add some keywords.
34240 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
34241 define-generic-mode like a function declaration.
34242
34243 2005-03-21 Jay Belanger <belanger@truman.edu>
34244
34245 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
34246 changing modes.
34247
34248 2005-03-21 Sam Steingold <sds@gnu.org>
34249
34250 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
34251
34252 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
34253
34254 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
34255 Add underscore to "f$ lexicals" regexp.
34256
34257 2005-03-20 Juri Linkov <juri@jurta.org>
34258
34259 * subr.el (progress-reporter-do-update): When `min-value' is equal
34260 to `max-value', set `percentage' to 0 and prevent division by zero.
34261
34262 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
34263
34264 Sync with Tramp 2.0.48.
34265
34266 * net/tramp.el (all): Change all addresses to .gnu.org.
34267 (tramp-append-tramp-buffers): New defun.
34268 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
34269 Catch `dont-send' signal.
34270 (tramp-set-auto-save-file-modes): Set always permissions, because
34271 there might be an old auto-saved file belonging to another
34272 original file. This could be a security threat. Reported by
34273 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
34274 Check for Emacs 21.3.50 removed.
34275
34276 * net/tramp-smb.el (all): Remove debug construct for
34277 `with-parsed-tramp-file-name'.
34278 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
34279 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
34280 No error message if DIRECTORY or FILENAME doesn't exist.
34281 (tramp-smb-open-connection): Check existence of
34282 `tramp-smb-program'.
34283
34284 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
34285
34286 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
34287 Properly handle the case where the `m' or `s' command's argument is not
34288 yet terminated.
34289 (perl-indent-new-calculate): New function.
34290 (perl-indent-line): Use it.
34291
34292 2005-03-20 Miles Bader <miles@gnu.org>
34293
34294 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
34295 in text-mode too. Change to new face names.
34296 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
34297 Add `:weight bold' attribute.
34298 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
34299
34300 2005-03-19 Juri Linkov <juri@jurta.org>
34301
34302 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
34303
34304 * international/mule.el (auto-coding-alist): Sync with
34305 `auto-mode-alist' by adding upper case archive file extensions
34306 and adding ear/war to jar extension.
34307
34308 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
34309
34310 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
34311 running, restart it.
34312
34313 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
34314
34315 * finder.el (finder-current-item): Throw an error on an empty line.
34316
34317 * man.el (Man-follow-manual-reference): If current-word returns
34318 nil, use "".
34319
34320 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
34321
34322 * simple.el (goto-line): Doc fix.
34323
34324 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
34325
34326 * files.el (save-buffer): Doc fix.
34327
34328 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
34329
34330 * recentf.el (recentf-cleanup-remote): New variable.
34331 (recentf-cleanup): Use it to conditionally check availability of
34332 remote files.
34333
34334 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
34335
34336 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
34337 function names.
34338
34339 2005-03-19 Eli Zaretskii <eliz@gnu.org>
34340
34341 * language/thai-word.el: New file.
34342
34343 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
34344
34345 * files.el (backup-buffer): If the file's directory is not
34346 writable, use copy instead of move to backup the file.
34347
34348 2005-03-19 Eli Zaretskii <eliz@gnu.org>
34349
34350 * obsolete/keyswap.el: Moved to obsolete/ from term/.
34351
34352 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
34353
34354 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
34355 Use functionp instead of symbolp and fboundp. Reported by Drkm
34356 <darkman_spam@yahoo.fr>.
34357 (ps-print-version): New version 6.6.6.
34358
34359 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
34360
34361 * textmodes/table.el (table--line-column-position): New idiom.
34362 (table--row-column-insertion-point-p): New function to test
34363 validity of row and column insertion operation at a location.
34364 (table-global-menu, table-cell-menu): Use above functions for
34365 deterministic test operation.
34366 (table--editable-cell-p): Behave in deterministic fashion.
34367
34368 2005-03-18 Juri Linkov <juri@jurta.org>
34369
34370 * isearch.el (isearch-lazy-highlight-new-loop):
34371 Make arguments beg and end optional.
34372 (isearch-update): Remove optional arguments nil from
34373 isearch-lazy-highlight-new-loop.
34374 (isearch-lazy-highlight-search): Let-bind case-fold-search to
34375 isearch-lazy-highlight-case-fold-search instead of
34376 isearch-case-fold-search, and let-bind isearch-regexp to
34377 isearch-lazy-highlight-regexp.
34378 Use isearch-lazy-highlight-last-string instead of isearch-string.
34379
34380 * replace.el (perform-replace): Remove bindings of global
34381 variables isearch-string, isearch-regexp, isearch-case-fold-search.
34382 Add three new arguments to `replace-highlight'.
34383 (replace-highlight): Add arguments string, regexp, case-fold.
34384 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
34385 to allow isearch-lazy-highlight-new-loop to use these values
34386 to set corresponding isearch-lazy-highlight-* internal
34387 variables whose values lazy highlighting will use regardless of
34388 changes to global variables isearch-string, isearch-regexp,
34389 isearch-case-fold-search during lazy highlighting loop.
34390 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
34391 to `lazy-highlight-cleanup'.
34392
34393 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
34394 (ispell-highlight-face): Set default face to `isearch' when
34395 lazy highlighting is enabled.
34396 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
34397 priority to 1. Add lazy highlighting.
34398 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
34399 from `isearch-dehighlight'.
34400
34401 2005-03-18 David Ponce <david@dponce.com>
34402
34403 * files.el (hack-local-variables): Do a case-insensitive search
34404 for End.
34405
34406 2005-03-18 Juri Linkov <juri@jurta.org>
34407
34408 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
34409 `isearch-lazy-highlight-cleanup', add alias to old name and
34410 declare obsolete. Add release numbers to other obsolete vars.
34411 (isearch-done, isearch-lazy-highlight-new-loop):
34412 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
34413 (lazy-highlight-cleanup) <variable>: Doc fix.
34414 (isearch-lazy-highlight-update): Rename obsolete
34415 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
34416
34417 2005-03-18 Kenichi Handa <handa@m17n.org>
34418
34419 * language/thai-util.el: Fix categorization of Thai characters in
34420 thai-category-table.
34421 (thai-composition-pattern): Adjust it for the above change.
34422 (thai-self-insert-command, thai-compose-syllable): New functions.
34423 (thai-compose-region): Use thai-compose-syllable.
34424 (thai-compose-string): Likewise.
34425 (thai-composition-function): Likewise.
34426 (thai-auto-composition): New function.
34427 (thai-auto-composition-mode): New minor mode.
34428
34429 * language/thai.el: Fix patterns to be registered in
34430 composition-function-table.
34431
34432 * international/quail.el (quail-input-method): Locally bind
34433 inhibit-modification-hooks to t.
34434
34435 2005-03-17 Richard M. Stallman <rms@gnu.org>
34436
34437 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
34438 (perl-mode): Use run-mode-hooks.
34439
34440 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
34441 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
34442 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
34443
34444 * mail/sendmail.el (sendmail-send-it): Reenable the code
34445 to compute resend-to-address and use it.
34446
34447 * tar-mode.el (tar-mode): Turn off undo unconditionally.
34448
34449 * image-mode.el: New file.
34450
34451 * image.el (insert-sliced-image): Add autoload cookie.
34452
34453 * font-lock.el (font-lock-lines-before): New user option.
34454 (font-lock-after-change-function): Obey it.
34455
34456 * bindings.el (esc-map): Make M-g a prefix.
34457 Bind M-g g and M-g M-g to goto-line.
34458
34459 * faces.el (face-id): Doc fix.
34460
34461 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
34462
34463 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
34464 (rmail-show-message): Use rmail-unknown-mail-followup-to.
34465 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
34466
34467 * mail/sendmail.el (mail-yank-ignored-headers)
34468 (mail-font-lock-keywords, mail-mode-fill-paragraph):
34469 Add Mail-Followup-To and Mail-Reply-To headers.
34470 (mail-citation-hook): Add autoload cookie.
34471 (mail-mode): Doc fix.
34472 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
34473 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
34474 (mail-mode-fill-paragraph): Handle those headers.
34475 (mail-mailing-lists): New variable.
34476 (mail-mail-reply-to, mail-mail-followup-to): New functions.
34477
34478 2005-03-17 Juri Linkov <juri@jurta.org>
34479
34480 * isearch.el (isearch-fallback): Check for `(car previous)'
34481 before calling `isearch-other-end-state'.
34482
34483 2005-03-17 Kim F. Storm <storm@cua.dk>
34484
34485 * simple.el (move-beginning-of-line): Move to beginning of buffer
34486 line, as well as beginning of screen line.
34487
34488 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
34489
34490 * calendar/diary-lib.el (mark-diary-entries): Use new optional
34491 argument REDRAW rather than calendar-redrawing variable.
34492 * calendar/calendar.el (calendar-redrawing): Delete.
34493 (redraw-calendar): Do not bind calendar-redrawing.
34494
34495 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
34496
34497 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
34498 diary-file buffer.
34499
34500 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
34501
34502 * help.el (describe-mode): Allow a :minor-mode-function property to
34503 specify a different minor mode toggle function than the variable.
34504 * simple.el (auto-fill-function):
34505 * subr.el (add-minor-mode): Use it.
34506
34507 2005-03-16 Kenichi Handa <handa@m17n.org>
34508
34509 * language/ethio-util.el (sera-being-called-by-w3): New variable.
34510 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
34511 (ethio-fidel-to-sera-buffer): Likewise.
34512
34513 2005-03-16 Juri Linkov <juri@jurta.org>
34514
34515 * emacs-lisp/find-func.el (find-function-regexp):
34516 Add defun-emitting macro `menu-bar-make-toggle'.
34517
34518 * isearch.el: Put `isearch-scroll' property to
34519 `split-window-horizontally'.
34520
34521 * info.el: Update error messages for `debug-ignored-errors'.
34522 (Info-isearch-search): Doc fix.
34523 (Info-find-node): Move up code to go into info buffer before
34524 recording the node to the history.
34525 (Info-fontify-node): Fontify titles only if the next line
34526 has two or more `*', `=', `-', `.'.
34527 Display "go to this node" for empty (match-string 3).
34528
34529 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34530
34531 * term/mac-win.el: Add mouse pointer shape constants.
34532
34533 2005-03-15 Kim F. Storm <storm@cua.dk>
34534
34535 * simple.el (move-beginning-of-line): Use vertical-motion.
34536
34537 2005-03-15 Juri Linkov <juri@jurta.org>
34538
34539 * isearch.el (isearch-error): New variable.
34540 (isearch-invalid-regexp, isearch-within-brackets): Remove.
34541 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
34542 (isearch-within-brackets-state): Remove.
34543 (isearch-case-fold-search-state, isearch-pop-fun-state):
34544 Decrease frame index.
34545 (isearch-mode, isearch-top-state, isearch-push-state)
34546 (isearch-edit-string, isearch-abort, isearch-search-and-update)
34547 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
34548 (isearch-search, isearch-lazy-highlight-new-loop):
34549 Replace `isearch-invalid-regexp' with `isearch-error'.
34550 Remove `isearch-within-brackets'.
34551 (isearch-search): Add `search-failed' handler to `condition-case'.
34552 (isearch-lazy-highlight-search): Add `condition-case' to catch
34553 errors and allow `isearch-lazy-highlight-update' to try
34554 highlighting from the beginning of the window.
34555 (isearch-repeat): Move up code to set isearch-wrapped to t
34556 before calling isearch-wrap-function.
34557
34558 * info.el (Info-isearch-initial-node): New internal variable.
34559 (Info-search): Signal an error in isearch mode when search leaves
34560 the initial node. Signal an error when `bound' is non-nil and
34561 nothing was found in the current subfile.
34562 (Info-isearch-search): Remove `condition-case'.
34563 (Info-isearch-wrap): Don't wrap when search failed during leaving
34564 the initial node. If `Info-isearch-search' is nil, wrap around
34565 the current node.
34566 (Info-isearch-start): New fun.
34567 (Info-mode): Add buffer-local hook `Info-isearch-start' to
34568 `isearch-mode-hook'.
34569
34570 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34571
34572 * simple.el (normal-erase-is-backspace): Set default to t if
34573 running on Mac.
34574
34575 * term/mac-win.el (function-key-map): Sync with x-win.el.
34576
34577 2005-03-15 Kenichi Handa <handa@m17n.org>
34578
34579 * international/mule-cmds.el (locale-language-names): Modify the
34580 format of elements and add more entries.
34581 (locale-preferred-coding-systems): Add more entries.
34582 (set-locale-environment): Adjust for the change of
34583 locale-language-names.
34584
34585 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
34586
34587 * pcvs.el (smerge-ediff): Remove bogus autoload.
34588
34589 2005-03-14 Lute Kamstra <lute@gnu.org>
34590
34591 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
34592 Ignore a `*' at the beginning of a line.
34593
34594 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
34595 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
34596 subr.el.
34597 (dont-compile, eval-when-compile, eval-and-compile): Use declare
34598 to specify indentation.
34599
34600 * generic.el (define-generic-mode): Let generic-mode-list be a
34601 list of strings; test membership with equal.
34602
34603 2005-03-14 Kim F. Storm <storm@cua.dk>
34604
34605 * simple.el (next-line, previous-line): Add optional try-vscroll
34606 arg to recognize interactive use. Pass it on to line-move.
34607 (line-move): Don't perform auto-window-vscroll when defining or
34608 executing keyboard macro to ensure consistent behavior.
34609
34610 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
34611
34612 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
34613
34614 2005-03-13 Lute Kamstra <lute@gnu.org>
34615
34616 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
34617 debugger-setup-buffer so that backtrace marks the frames set to
34618 debug-on-exit and we don't have to do it manually. Set an extra
34619 debug-on-exit for macro's.
34620 (debugger-setup-buffer): Don't mark the top frame manually.
34621
34622 2005-03-12 Lute Kamstra <lute@gnu.org>
34623
34624 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
34625 lisp-indent-function throughout.
34626 (with-no-warnings): Set lisp-indent-function property.
34627
34628 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
34629
34630 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
34631 Add entry for backslash.
34632
34633 2005-03-12 Juri Linkov <juri@jurta.org>
34634
34635 * info.el (Info-search): Four fixes for backward search.
34636
34637 2005-03-11 Jay Belanger <belanger@truman.edu>
34638
34639 * calc/calc.el (calc-language-alist): New variable.
34640 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
34641 (calc-embedded-find-modes): Use calc-language-alist instead of
34642 calc-embedded-language-alist.
34643
34644 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
34645
34646 * calendar/calendar.el (calendar-redrawing): New internal
34647 variable.
34648 (redraw-calendar): Remove bogus save-excursion from previous
34649 change. Bind calendar-redrawing to t for mark-diary-entries.
34650 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
34651 calendar if that is why we were called.
34652
34653 2005-03-11 Kenichi Handa <handa@m17n.org>
34654
34655 * international/mule.el (make-coding-system): Set property
34656 coding-system-define-form to nil.
34657 (define-coding-system-alias): Likewise.
34658
34659 2005-03-11 Kenichi Handa <handa@m17n.org>
34660
34661 These changes are suggested by Dave Love <fx@gnu.org>.
34662
34663 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
34664 coding: tag.
34665 (adaptive-fill-regexp): Add more bullets.
34666 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
34667 regexps.
34668
34669 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
34670
34671 * help.el (describe-mode): Properly handle non-trivial lighters.
34672 Don't ignore minor modes that are not listed in minor-mode-list.
34673
34674 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
34675 feature ON when the user requests to turn it OFF.
34676
34677 2005-03-10 Lute Kamstra <lute@gnu.org>
34678
34679 * emacs-lisp/debug.el (debug-entry-code): Delete it.
34680 (implement-debug-on-entry): New function to replace debug-entry-code.
34681 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
34682 second argument as the 2005-03-07 change makes it obsolete.
34683 (debug-on-entry, cancel-debug-on-entry): Update call to
34684 debug-on-entry-1.
34685 (debug, debugger-setup-buffer): Comment update.
34686 (debugger-frame-number): Update to work with implement-debug-on-entry.
34687
34688 2005-03-10 Jay Belanger <belanger@truman.edu>
34689
34690 * calc/calc-embed.el (math-ms-args): Declare it.
34691 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
34692 math-ms-args.
34693 (calc-embedded-subst): Use math-multi-subst-rec to substitute
34694 variables.
34695
34696 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
34697
34698 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
34699 Use message-box.
34700
34701 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
34702 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
34703 (tooltip-gud-tips): Simplify.
34704 (tooltip-gud-tips-p): Remove superfluous :set.
34705 (tooltip-gud-modes): Add fortran-mode.
34706 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
34707
34708 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
34709
34710 2005-03-09 Kim F. Storm <storm@cua.dk>
34711
34712 * play/animate.el (animate-place-char): Use forward-line instead
34713 of next-line to improve performance.
34714
34715 2005-03-09 Simon Josefsson <jas@extundo.com>
34716
34717 * net/browse-url.el (browse-url-default-browser): Doc fix.
34718
34719 2005-03-09 Miles Bader <miles@gnu.org>
34720
34721 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
34722 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
34723
34724 2005-03-09 Kenichi Handa <handa@m17n.org>
34725
34726 * international/latin-1.el: Set case and syntax for 255 only if
34727 set-case-syntax-set-multibyte is nil.
34728
34729 * textmodes/ispell.el (ispell-insert-word): New function.
34730 (ispell-word): Use ispell-insert-word to insert a new word.
34731 (ispell-process-line): Likewise.
34732 (ispell-complete-word): Likewise.
34733
34734 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
34735
34736 * calendar/calendar.el (redraw-calendar): Preserve point.
34737 Reported by Matt Hodges <MPHodges@member.fsf.org>.
34738 (calendar-week-start-day): Move after definition of
34739 redraw-calendar. Delete buffer test, since redraw-calendar has
34740 that now.
34741
34742 * calendar/diary-lib.el (mark-diary-entries): Only call
34743 redraw-calendar in the first of any recursive calls.
34744 Reported by Alan Shutko <ats@acm.org>.
34745
34746 2005-03-08 Juri Linkov <juri@jurta.org>
34747
34748 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
34749 (html-horizontal-rule, html-line, html-image, html-checkboxes)
34750 (html-radio-buttons): Add a space before the trailing `/>' where
34751 sgml-xml-mode is non-nil.
34752 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
34753 the subsequent tag of the empty XML tag.
34754 (html-href-anchor): Don't set initial input to "http:".
34755 (html-image): Ask for the image URL and set point inside alt="".
34756 (html-name-anchor): Duplicate the name in the `id' attribute when
34757 sgml-xml-mode is non-nil.
34758 (html-paragraph): Remove \n before <p>.
34759 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
34760 instead of `checked' when sgml-xml-mode is non-nil.
34761
34762 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
34763 Remove 1 space before #RRGGBB to not truncate it on terminal
34764 windows w/o fringes. Remove 1 space between bg and fg examples
34765 to get more space.
34766 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
34767 avoid byte-compile warnings.
34768
34769 * image-file.el (image-file-handler): Put `safe-magic' property to
34770 `image-file-handler'.
34771
34772 * info.el (Info-isearch-search): Emulate word search in
34773 isearching through multiple Info nodes with Info-search.
34774 (Info-isearch-wrap): Allow isearch-word.
34775
34776 2005-03-08 Lute Kamstra <lute@gnu.org>
34777
34778 * emacs-lisp/debug.el (debugger-step-through): Make sure that
34779 stepping into the debugger's code is not possible.
34780 (debugger-jumping-flag): Docstring update.
34781
34782 2005-03-08 Jay Belanger <belanger@truman.edu>
34783
34784 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
34785 embedded mode begins.
34786 (calc-embedded-language-alist): New variable.
34787 (calc-embedded-find-modes): Use calc-embedded-language-alist to
34788 set default language mode.
34789
34790 2005-03-08 Kenichi Handa <handa@m17n.org>
34791
34792 * international/ccl.el (define-ccl-program): Fix docstring about
34793 extra 256 bytes assured for the output buffer.
34794
34795 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
34796 Fix BUFFER_MAGNIFICATION to 2.
34797 (ccl-encode-mule-utf-16be-with-signature): Likewise.
34798
34799 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
34800
34801 * align.el (align-rules-list): Added an alignment rule for CSS
34802 declarations (applies to css-mode and html-mode buffers).
34803
34804 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
34805
34806 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
34807
34808 2005-03-07 Kim F. Storm <storm@cua.dk>
34809
34810 * simple.el (move-beginning-of-line): New command.
34811
34812 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
34813
34814 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
34815
34816 * emulation/cua-base.el: Put CUA move property on move-end-of-line
34817 and move-beginning-of-line.
34818
34819 * apropos.el (apropos-print): Omit command from M-x ... RET.
34820
34821 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
34822
34823 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
34824 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
34825
34826 2005-03-06 Richard M. Stallman <rms@gnu.org>
34827
34828 * bindings.el (esc-map): Bind M-g to goto-line.
34829
34830 * facemenu.el (global-map): Bind M-o, not M-g.
34831
34832 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
34833
34834 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
34835 "Open Directory" as for "Open File".
34836
34837 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
34838
34839 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
34840 (push-mark-command): Run activate-mark-hook.
34841
34842 2005-03-06 Richard M. Stallman <rms@gnu.org>
34843
34844 * help-mode.el (help-mode-finish): Don't alter the element
34845 in view-return-to-alist if there already is one.
34846
34847 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
34848 make sure the current buffer is the expected one.
34849
34850 * novice.el (disabled-command-function): Output in *Disabled Command*.
34851 Explicitly ignore non-keyboard events, and explicitly handle C-g.
34852
34853 * textmodes/flyspell.el (flyspell-large-region):
34854 Pass args differently for aspell.
34855
34856 * files.el (mode-require-final-newline): Doc fix.
34857
34858 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
34859
34860 * progmodes/which-func.el (which-function):
34861 Specify NOERROR when calling imenu--make-index-alist.
34862
34863 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
34864
34865 * simple.el (normal-erase-is-backspace): Define default value.
34866
34867 * custom.el (custom-theme-set-variables): Remove unused var
34868 `immediate'.
34869 (custom-reevaluate-setting): Simple function to handle variables
34870 that are defined before their default value can really be
34871 computed.
34872
34873 * startup.el (command-line): Use it for temporary-file-directory,
34874 small-emporary-file-directory, auto-save-file-name-transforms,
34875 blink-cursor-mode, and normal-erase-is-backspace.
34876
34877 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
34878 progress, even with buggy anchored keywords.
34879
34880 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
34881
34882 * simple.el (goto-line): Remove unbalanced final parenthesis.
34883
34884 2005-03-05 Richard M. Stallman <rms@gnu.org>
34885
34886 * simple.el (goto-line): Use a number at point as the default.
34887 With C-u as arg, switch buffers.
34888
34889 2005-03-05 Juri Linkov <juri@jurta.org>
34890
34891 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
34892 with `no-blinking-cursor'.
34893
34894 * startup.el (no-blinking-cursor): New defvar.
34895 (command-line): Add `--no-blinking-cursor' to longopts.
34896 Set `no-blinking-cursor' to t for command line arguments
34897 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
34898 with `no-blinking-cursor' in the condition for calling
34899 `blink-cursor-mode'.
34900
34901 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
34902
34903 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
34904 (menu-bar-options-save): Add blink-cursor-mode.
34905 (menu-bar-options-menu): Add blink-cursor-mode.
34906
34907 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
34908
34909 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
34910 (icalendar-export-file, icalendar-export-region)
34911 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
34912 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
34913
34914 2005-03-04 Lute Kamstra <lute@gnu.org>
34915
34916 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
34917 (debug-function-list): Ditto.
34918
34919 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
34920
34921 * textmodes/texinfmt.el (texinfo-append-refill):
34922 Redefine the types of line to which @refill
34923 is not appended by replacing a search for `@refill\\|@bye' with
34924 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
34925 itemize@refill' bug and the unfilled long lines bug.
34926 (texinfmt-version): Update number and date.
34927
34928 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
34929
34930 * international/code-pages.el (windows-1250, windows-125[2-8])
34931 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
34932
34933 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
34934
34935 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
34936 bound yet.
34937
34938 2005-03-02 Romain Francoise <romain@orebokech.com>
34939
34940 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
34941 buffer after removing limits.
34942 (ibuffer-pop-filter): Ditto.
34943 Update copyright.
34944
34945 2005-03-02 Miles Bader <miles@gnu.org>
34946
34947 * button.el (make-text-button): If the user doesn't specify a
34948 type, use the default. Rewrite to use `add-text-properties' and
34949 plist functions.
34950
34951 2005-03-01 Lute Kamstra <lute@gnu.org>
34952
34953 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
34954 (debugger-jumping-flag): New var.
34955 (debug-entry-code): Use it.
34956 (debugger-jump): Use debugger-jumping-flag and add
34957 debugger-reenable to post-command-hook.
34958 (debugger-reenable): Use debugger-jumping-flag and remove itself
34959 from post-command-hook.
34960 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
34961 debugger-reenable.
34962
34963 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
34964
34965 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
34966 inclusion of "itemize\\|", which may be unnecessary, is certainly
34967 inelegant, and stops refilling in itemize lists when formatting
34968 Japanese Texinfo files to Info.
34969 Update copyright to 2005.
34970
34971 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
34972
34973 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
34974 of an error if GDB can't find the source file.
34975
34976 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
34977
34978 * calendar/calendar.el (redraw-calendar): Work from any buffer,
34979 not just the calendar.
34980
34981 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
34982 first.
34983 (diary-redraw-calendar): New function.
34984 (make-diary-entry): Add diary-redraw-calendar to local
34985 write-contents-functions. Turn off selective display before
34986 inserting in diary.
34987
34988 2005-03-01 Kim F. Storm <storm@cua.dk>
34989
34990 * emacs-lisp/copyright.el (copyright-fix-years): New command.
34991
34992 2005-03-01 Lute Kamstra <lute@gnu.org>
34993
34994 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
34995 that debug-entry-code can be safely removed from a function while
34996 this code is being evaluated. Revert the 2005-02-27 change as the
34997 new implementation no longer requires it. Make sure that a
34998 function body containing just a string is not mistaken for a docstring.
34999 (debug): Skip one more frame in case of debug on entry.
35000 (debugger-setup-buffer): Delete one more frame line in case of
35001 debug on entry.
35002 (debugger-frame-number): Update to use the new text introduced by
35003 the 1999-11-03 change. Skip one more frame in case of debug on entry.
35004
35005 2005-02-28 Kim F. Storm <storm@cua.dk>
35006
35007 * double.el (double-translate-key): Call force-window-update after
35008 read-event to avoid crash in redisplay.
35009
35010 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
35011
35012 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
35013 (debug): Use it. Move the inhibit-trace earlier.
35014 (debug-entry-code): New const.
35015 (debug-on-entry-1): Use it.
35016
35017 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
35018
35019 * international/utf-16.el (ccl-encode-mule-utf-16le):
35020 Fix BUFFER_MAGNIFICATION to 2.
35021 (ccl-encode-mule-utf-16be): Likewise.
35022
35023 2005-02-28 Kenichi Handa <handa@m17n.org>
35024
35025 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
35026 Fix BUFFER_MAGNIFICATION to 4.
35027 (ccl-encode-mule-utf-16be-with-signature): Likewise.
35028
35029 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
35030
35031 * speedbar.el (speedbar-update-flag): Doc fix.
35032 (speedbar-show-info-under-mouse): Give set-mouse-position the right
35033 argument.
35034
35035 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
35036
35037 * reveal.el (reveal-post-command): Don't try to reveal overlays which
35038 have a non-nil `invisible' property but are actually visible.
35039
35040 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
35041 for perldoc sections.
35042 (perl-outline-regexp, perl-outline-level): New var and function.
35043 (perl-mode): Use them.
35044
35045 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
35046
35047 * calendar/diary-lib.el (diary-remind): Discard any mark portion
35048 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
35049
35050 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
35051
35052 * cus-edit.el: Comment change.
35053 (custom-buffer-create-internal): Slightly reword text at top of
35054 Custom buffers. Mention there that saving an option edits the
35055 init file. Add link to Emacs manual node on `custom-file'.
35056 (custom-magic-alist): Rewrite individual State messages to use
35057 capitalized keywords. Doc fix.
35058
35059 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
35060
35061 * calendar/calendar.el (calendar-buffer): Move above
35062 calendar-week-start-day.
35063 (calendar-week-start-day): Doc fix. Add :set function.
35064 (calendar-minimum-window-height): New variable.
35065 (generate-calendar-window): Only resize window if selected-window
35066 is displaying the calendar buffer. Use new variable
35067 calendar-minimum-window-height.
35068 (generate-calendar): Reword error message.
35069 (calendar-mode-map): Bind DEL to scroll-other-window-down.
35070
35071 2005-02-27 Andreas Schwab <schwab@suse.de>
35072
35073 * vc.el (vc-do-command): Don't run command asynchronously when
35074 operating in a remote directory.
35075
35076 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
35077 change from sync with Tramp 2.0.47.
35078
35079 2005-02-27 Richard M. Stallman <rms@gnu.org>
35080
35081 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
35082
35083 * textmodes/flyspell.el (flyspell-mode-on):
35084 Call ispell-change-dictionary only if necessary.
35085
35086 * emacs-lisp/re-builder.el (regexp-builder): New function.
35087
35088 * register.el (describe-register-1): Explicitly handle
35089 yank-excluded-properties = t.
35090
35091 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
35092 (custom-magic-alist): Change the status descriptions again.
35093 (face widget-type): Total rewrite based on `restricted-sexp'
35094 to eliminate the confusing double hiding levels.
35095
35096 * emacs-lisp/debug.el (debug-on-entry-1):
35097 If function body is empty, add nil as body form.
35098
35099 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
35100
35101 * emacs-lisp/trace.el (inhibit-trace): New var.
35102 (trace-make-advice): Use it.
35103
35104 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
35105
35106 2005-02-26 Kim F. Storm <storm@cua.dk>
35107
35108 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
35109 (mouse-on-link-p, mouse-drag-region-1): Use it.
35110
35111 2005-02-25 Lute Kamstra <lute@gnu.org>
35112
35113 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
35114
35115 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
35116
35117 * frame.el (blink-cursor-mode): Add :group keyword.
35118
35119 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
35120
35121 * calendar/icalendar.el (icalendar--decode-isodatetime):
35122 New optional argument DAY-SHIFT.
35123 (icalendar-export-region): Fix coding-system-for-write.
35124 (icalendar--convert-ical-to-diary): Shift end-day of all-day
35125 events by one.
35126
35127 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
35128
35129 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
35130
35131 2005-02-24 Kim F. Storm <storm@cua.dk>
35132
35133 * international/iso-acc.el (iso-accents-compose): Fix crash
35134 during redisplay. Call force-window-update after read-event
35135 and delete-region to signal that window is not accurate.
35136
35137 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
35138
35139 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
35140 Remove unused and inexistent var `inhibit-trace'.
35141 (debugger-mode): Use run-mode-hooks.
35142 (debugger-list-functions): Add buttons; setup xref stack.
35143
35144 2005-02-23 Richard M. Stallman <rms@gnu.org>
35145
35146 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
35147 appointment says it was explicitly made.
35148 (appt-add): Set the 3rd element.
35149 (appt-make-list): Preserve explicit appointments.
35150
35151 * subr.el (find-tag-default): Catch errors in forward-sexp.
35152
35153 2005-02-23 Juri Linkov <juri@jurta.org>
35154
35155 * info.el (Info-isearch-search): New defcustom.
35156 (Info-isearch-search): Call the default isearch function
35157 when Info-isearch-search is nil.
35158 (Info-isearch-wrap): Use variable Info-isearch-search.
35159
35160 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
35161
35162 * cus-edit.el: Comment change.
35163
35164 2005-02-22 Kim F. Storm <storm@cua.dk>
35165
35166 * progmodes/hideif.el (hide-ifdef-use-define-alist):
35167 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
35168
35169 2005-02-22 Simon Josefsson <jas@extundo.com>
35170
35171 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
35172 New variable.
35173 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
35174 Oskarsson" <myrkraverk@users.sourceforget.net>.
35175
35176 2005-02-22 Kim F. Storm <storm@cua.dk>
35177
35178 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
35179 check that window of that event is the selected window.
35180 (mouse-drag-region-1): Compare mouse event window to selected
35181 window before setting point.
35182
35183 * tooltip.el (tooltip-show-help-function): Pass event to
35184 mouse-on-link-p so it can check selected window.
35185
35186 2005-02-22 Kenichi Handa <handa@m17n.org>
35187
35188 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
35189 (ps-mule-show-warning): New function.
35190 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
35191 characters are found.
35192
35193 * ps-print.el (ps-header-footer-string): Return a list of header
35194 and footer strings.
35195
35196 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
35197
35198 * pcvs.el (cvs-retrieve-revision): Fix thinko.
35199
35200 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
35201
35202 * frame.el (blink-cursor-mode): Use define-minor-mode.
35203
35204 * term/mac-win.el (function-key-map): Use char-names more consistently.
35205 (file-name-coding-system): Only set it for MacOS-9. The other case is
35206 already handled in mule-cmds.el (where it also works when mac-win.el
35207 is not used).
35208
35209 2005-02-21 Kenichi Handa <handa@m17n.org>
35210
35211 * international/mule.el (ctext-pre-write-conversion): Always use
35212 " *code-converting-work*" buffer for work.
35213
35214 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
35215
35216 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
35217
35218 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
35219
35220 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
35221
35222 * ses.el (undo-more): Restore defadvice, but only the part that
35223 allows changes outside the restricted area of the buffer.
35224
35225 2005-02-20 Kim F. Storm <storm@cua.dk>
35226
35227 * simple.el (line-move): Add fourth optional arg try-vscroll which
35228 must be set to perform auto-window-vscroll.
35229 When moving backwards and doing auto-window-vscroll, automatically
35230 vscroll to the last part of lines which are taller than the window.
35231 (next-line, previous-line): Set try-vscroll arg on line-move.
35232
35233 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
35234
35235 * replace.el (query-replace, query-replace-regexp)
35236 (replace-string, replace-regexp): When operating on region, make
35237 the minibuffer prompt say so.
35238
35239 * isearch.el (isearch-forward): Document isearch-query-replace and
35240 isearch-query-replace-regexp keybindings.
35241
35242 2005-02-19 Jay Belanger <belanger@truman.edu>
35243
35244 * calc/calc-aent.el (math-read-token): Add local variable.
35245
35246 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
35247 (calc-edit-top): Move declaration to earlier in file.
35248 (calc-edit-macro-repeats): Add local variables.
35249
35250 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
35251 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
35252 calcFunc-tanh.
35253 Adjust integration rule for calcFunc-tan.
35254
35255 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
35256
35257 * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
35258 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
35259 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
35260 (viper-skip-separators): Bug fix.
35261 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
35262 particular major mode.
35263 (viper-del-backward-char-in-replace): Don't put deleted char on the
35264 kill ring.
35265
35266 * emulation/viper-ex.el (viper-color-display-p): New function.
35267 (viper-has-face-support-p): Use viper-color-display-p.
35268
35269 * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
35270
35271 * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
35272
35273 * emulation/viper-util.el (viper-glob-unix-files):
35274 Fix shell status check.
35275 (viper-file-remote-p): Make equivalent to file-remote-p.
35276
35277 * emulation/viper.el (viper-major-mode-modifier-list):
35278 Use viper-gnus-modifier-map.
35279
35280 2005-02-19 David Kastrup <dak@gnu.org>
35281
35282 * subr.el (subregexp-context-p): Fix garbled doc string by adding
35283 quoting.
35284
35285 2005-02-19 Jay Belanger <belanger@truman.edu>
35286
35287 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
35288 Remove extra definitions.
35289 (calc-coth): New function.
35290 (calcFunc-cot): Fix `let'.
35291
35292 2005-02-19 Eli Zaretskii <eliz@gnu.org>
35293
35294 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
35295 the reasons we use "type pc" in these faces.
35296
35297 * button.el (button): Ditto.
35298
35299 2005-02-19 Michael Mauger <mmaug@yahoo.com>
35300
35301 * replace.el (query-replace-read-from): Set the value of
35302 query-replace-from-history-variable to handle the case of an empty
35303 string entered to accept the suggested default.
35304
35305 * net/tramp.el (tramp-file-name-for-operation):
35306 Use dired-call-process instead of dired-call-process-command.
35307
35308 2005-02-19 Jay Belanger <belanger@truman.edu>
35309
35310 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
35311 (math-div-non-trig): New variables.
35312 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
35313 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
35314 (math-combine-prod, math-div-symb-fancy): Add simplifications for
35315 trig expressions.
35316
35317 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
35318
35319 * progmodes/gdb-ui.el (gdb-var-update-handler)
35320 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
35321 for watch expressions,
35322 (gdb-var-create-handler): Don't set speedbar-update-flag.
35323 (gdb-post-prompt): Simplify test for speedbar.
35324
35325 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
35326
35327 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
35328 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
35329 we use the syntax table of the correct buffer.
35330 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
35331 Felix Gatzemeier.
35332
35333 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
35334 (ediff-file-remote-p): Make synonymous with file-remote-p.
35335 In all deffaces ediff-*-face-*, use min-colors.
35336
35337 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
35338 ediff-recurse-to-subdirectories.
35339 (ediff-mark-if-equal): Check that the arguments are strings, use
35340 ediff-same-contents (after to Felix Gatzemeier).
35341
35342 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
35343 nil.
35344
35345 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
35346
35347 * log-view.el (log-view-message-re): Fix up Subversion regexp.
35348
35349 2005-02-18 David Kastrup <dak@gnu.org>
35350
35351 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
35352 use `mark-active' when defined.
35353
35354 2005-02-18 Kenichi Handa <handa@m17n.org>
35355
35356 * ps-print.el (ps-font-info-database): New entry
35357 ZapfChancery-MediumItalic with correct font name. Fix font name
35358 of the entry Zapf-Chancery-MediumItalic.
35359
35360 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
35361
35362 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
35363
35364 2005-02-16 Kim F. Storm <storm@cua.dk>
35365
35366 * ido.el (ido-fallback-command): Pass user input to fallback command.
35367
35368 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
35369
35370 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
35371 (gdb-find-file-hook): Add server prefix.
35372
35373 2005-02-16 Richard M. Stallman <rms@gnu.org>
35374
35375 * replace.el (perform-replace): Pass new args to replace-highlight.
35376 (replace-highlight): Take region args,
35377 and pass them to isearch-lazy-highlight-new-loop.
35378
35379 * novice.el (disabled-command-hook): Autoload the defalias
35380 and the make-obsolete-variable call.
35381
35382 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
35383
35384 * isearch.el (isearch-lazy-highlight-start-limit)
35385 (isearch-lazy-highlight-end-limit): New variables limit
35386 the region for highlighting.
35387 (isearch-lazy-highlight-new-loop): New args BEG and END.
35388 (isearch-lazy-highlight-search): Use the new vars.
35389 (isearch-lazy-highlight-update): Likewise.
35390
35391 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
35392
35393 * cus-start.el (all): Use default-boundp.
35394
35395 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
35396
35397 * menu-bar.el (menu-bar-select-frame): Handle current frame.
35398
35399 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
35400
35401 * autorevert.el (auto-revert-stop-on-user-input)
35402 (auto-revert-verbose): Doc fixes.
35403
35404 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
35405
35406 * international/mule-cmds.el (set-locale-environment): Remove call
35407 to set-selection-coding-system on Windows.
35408
35409 2005-02-15 Jay Belanger <belanger@truman.edu>
35410
35411 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
35412 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
35413 calcFunc-coth.
35414 (math-simplify-sqrt): Add simplifications.
35415
35416 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
35417 to list.
35418
35419 * calc/calc-ext.el: Add functions to autoloads.
35420
35421 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
35422 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
35423 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
35424 (math-csc-raw, math-cot-raw): New functions.
35425
35426 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
35427
35428 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
35429 the variable name in a message.
35430
35431 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
35432 calcFunc-csc, calcFunc-cot.
35433
35434 * calc/calcalg2.el: Add derivative and integration rules for
35435 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
35436 calcFunc-csch, calcFunc-coth.
35437 (math-do-integral-methods): Add to checks for when to use
35438 substitutions.
35439
35440 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
35441
35442 2005-02-15 Lute Kamstra <lute@gnu.org>
35443
35444 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
35445 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
35446 <monnier@iro.umontreal.ca>.
35447 (lisp-outline-level): Improve efficiency. Suggested by David
35448 Kastrup <dak@gnu.org>.
35449
35450 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
35451
35452 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
35453 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
35454 (gdb-set-gud-minor-mode-existing-buffers): New functions.
35455 (gdb-find-file-hook): New hook. Add it to find-file-hook.
35456 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
35457
35458 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
35459
35460 * cus-start.el (all): Comment change.
35461
35462 2005-02-14 Lute Kamstra <lute@gnu.org>
35463
35464 * cus-start.el (all): Check if symbol is void.
35465
35466 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
35467
35468 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
35469 optional argument to \cite.
35470
35471 2005-02-14 Richard M. Stallman <rms@gnu.org>
35472
35473 * cus-edit.el (custom-buffer-create-internal): Update help message.
35474 (custom-magic-alist): Update help messages.
35475
35476 * cus-start.el (all): Allow a var to specify a standard value.
35477
35478 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
35479
35480 * custom.el (custom-theme-set-variables): Handle variable aliases.
35481
35482 * frame.el (blink-cursor-timer): Doc fix.
35483 (blink-cursor): Make it an alias for `blink-cursor-mode' and
35484 declare obsolete.
35485 (blink-cursor-mode): Define with defcustom and use correct
35486 standard expression in that defcustom.
35487 * startup.el (command-line): Adapt to above changes in frame.el.
35488
35489 2005-02-11 Lute Kamstra <lute@gnu.org>
35490
35491 * apropos.el (apropos-score-doc): Prevent division by zero.
35492
35493 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
35494
35495 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
35496 (icalendar--get-event-property-attributes)
35497 (icalendar--get-event-properties)
35498 (icalendar--datetime-to-diary-date): New functions.
35499 (icalendar--split-value): Doc fix.
35500 (icalendar--datetime-to-noneuropean-date)
35501 (icalendar--datetime-to-european-date): New optional argument
35502 SEPARATOR. Return result as a string instead of a list.
35503 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
35504 (icalendar--convert-string-for-export): Rename arg S to STRING.
35505 (icalendar-export-region): Doc fix. Change name of error buffer.
35506 Save output buffer.
35507 (icalendar-import-file): Add blank at end of prompt.
35508 (icalendar-import-buffer): Doc fix. Do not switch to error
35509 buffer. Indicate status in return value.
35510 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
35511 buffer. Save output buffer. Handle exception from recurrence
35512 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
35513 events. Fix problems with weekly all-day events.
35514
35515 2005-02-10 Richard M. Stallman <rms@gnu.org>
35516
35517 * simple.el (eval-expression-print-format):
35518 Avoid warning about edebug-active.
35519
35520 * help.el (help-for-help-internal): Rename from help-for-help.
35521 (help-for-help): Define with defalias.
35522
35523 * font-core.el (font-lock-default-function): Use with-no-warnings.
35524
35525 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
35526
35527 * custom.el (defface): Doc fix.
35528
35529 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
35530
35531 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
35532 width 0" to prevent word wrapping problems.
35533
35534 2005-02-09 Kim F. Storm <storm@cua.dk>
35535
35536 * ido.el (ido-file-extensions-order): New defcustom.
35537 (ido-file-extension-lessp, ido-file-extension-aux)
35538 (ido-file-extension-order): New advanced file ordering.
35539 (ido-file-lessp): New simple file ordering.
35540 (ido-sort-list): Remove.
35541 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
35542 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
35543
35544 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
35545
35546 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
35547 that some versions of grep produce.
35548 (grep-mode-font-lock-keywords): Likewise.
35549
35550 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
35551
35552 * progmodes/gdb-ui.el (gdb-location-list): New variable.
35553 (gdb-cdir): Delete.
35554 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
35555 (gdb-source-info): Treat case when source file is in another
35556 directory properly.
35557 (gdb-get-location): New function.
35558
35559 2005-02-07 Jay Belanger <belanger@truman.edu>
35560
35561 * calc/calc-prog.el (calc-write-parse-table-part)
35562 (calc-fix-token-name): Fix a check for language type.
35563
35564 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
35565
35566 2005-02-07 Andre Spiegel <spiegel@gnu.org>
35567
35568 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
35569 as directory not writable.
35570
35571 2005-02-07 Kim F. Storm <storm@cua.dk>
35572
35573 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
35574 (cua--standard-movement-commands): Remove list.
35575 Instead, set CUA property value to move for movement commands.
35576 (cua-movement-commands): Remove. Users must set CUA prop instead.
35577 (cua--pre-command-handler): Check CUA property.
35578 (cua--init-keymaps): Don't remap undo commands.
35579 (cua-mode): Don't call cua--rectangle-on-off.
35580
35581 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
35582 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
35583 (cua--rect-undo-set-point): New var.
35584 (cua--rectangle-undo-boundary): Setup undo apply entry.
35585 (cua--rect-undo-handler): New function for rectangle undo.
35586 (cua--rect-start-position, cua--rect-end-position): Add.
35587 (cua--rectangle-post-command): Call cua--rectangle-set-corners
35588 for restored rectangle. Set point if cua--rect-undo-set-point.
35589
35590 2005-02-06 Jay Belanger <belanger@truman.edu>
35591
35592 * calc/calc-lang.el (calc-tex-language): Display more information
35593 in messages.
35594
35595 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
35596 in TeX mode.
35597
35598 2005-02-06 Richard M. Stallman <rms@gnu.org>
35599
35600 * emacs-lisp/lisp.el (buffer-end): Doc fix.
35601
35602 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
35603
35604 * net/ldap.el (ldap-search-internal): Support attributes with
35605 optional descriptions separated by a semi-colon, as in
35606 "userCertificate;binary".
35607
35608 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
35609
35610 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
35611 isn't a cons (i.e. the version is 0).
35612
35613 2005-02-05 Eli Zaretskii <eliz@gnu.org>
35614
35615 * help.el (help-for-help): Doc fix.
35616
35617 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
35618
35619 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
35620 GDB-Windows on the menu-bar as this works better.
35621
35622 2005-02-04 Jay Belanger <belanger@truman.edu>
35623
35624 * calc/calc-embed.el (calc-embedded-update): Don't put in
35625 unnecessary newlines. Adjust the end of formula marker.
35626
35627 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
35628 (math-latex-parse-two-args): New function.
35629
35630 2005-02-03 Lute Kamstra <lute@gnu.org>
35631
35632 * help-fns.el (help-with-tutorial): Make sure that users cannot
35633 remove the entire text of the tutorial by means of `undo'.
35634
35635 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
35636
35637 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
35638 in recent changes, where the ispell process was repeatedly
35639 killed & restarted.
35640
35641 * international/mule-cmds.el (set-locale-environment): Set file-name
35642 coding system to utf-8 on Darwin systems.
35643 (set-default-coding-systems): Don't set default-file-name-coding-system
35644 on Darwin systems.
35645
35646 2005-02-03 Richard M. Stallman <rms@gnu.org>
35647
35648 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
35649
35650 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
35651
35652 * faces.el (list-faces-display): Add optional argument.
35653
35654 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
35655
35656 * font-core.el (font-lock-default-function): Handle the rare case where
35657 only font-lock-keywords is set.
35658
35659 2005-02-02 Kenichi Handa <handa@m17n.org>
35660
35661 * international/characters.el: Cancel previous change for
35662 I-WITH-DOT-ABOVE and DOTLESS-i.
35663
35664 * international/latin-5.el: Cancel previous change.
35665
35666 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
35667
35668 * progmodes/gud.el: Correction to syntax in gud-menu-map.
35669
35670 2005-02-02 Kenichi Handa <handa@m17n.org>
35671
35672 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
35673 DOTLESS-i.
35674
35675 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
35676 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
35677
35678 * case-table.el (get-upcase-table): New function.
35679 (copy-case-table): Copy upcaes table too if non-nil.
35680 (set-case-syntax-delims): Maintain upcase table too.
35681 (set-case-syntax-pair): Likewise.
35682 (set-upcase-syntax, set-downcase-syntax): New functions.
35683 (set-case-syntax): Maintain upcase table too.
35684
35685 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
35686
35687 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
35688
35689 * progmodes/gud.el (gud-goto-info): New function.
35690 (gud-tool-bar-map): Use correct icon.
35691
35692 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
35693
35694 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
35695 When delegating, order args in the funcall correctly.
35696
35697 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
35698
35699 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
35700
35701 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
35702
35703 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
35704 buffer not visiting a file.
35705
35706 2005-01-31 Jay Belanger <belanger@truman.edu>
35707
35708 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
35709 bound on the line with the formula.
35710
35711 2005-01-31 Kim F. Storm <storm@cua.dk>
35712
35713 * ses.el (ses-create-cell-variable-range)
35714 (ses-destroy-cell-variable-range, ses-reset-header-string)
35715 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
35716 (ses-insert-row): Fix format of apply undo entries.
35717
35718 2005-01-31 Jay Belanger <belanger@truman.edu>
35719
35720 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
35721 parts.
35722
35723 * calc/calc-embed.el (calc-embedded-open-formula)
35724 (calc-embedded-close-formula): Ignore matrix environments.
35725
35726 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
35727 TeX mode.
35728
35729 * calc/calc-lang.el (math-function-table, math-oper-table)
35730 (math-variable-table): Adjust the LaTeX portions.
35731
35732 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
35733 (math-latex-ignore-words): New constant.
35734
35735 2005-01-31 Richard M. Stallman <rms@gnu.org>
35736
35737 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
35738 (ispell-local-dictionary): Doc fix.
35739 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
35740 Don't reinitialize at run time. Don't defcustom.
35741 All uses changed to append ispell-local-dictionary-alist,
35742 or check it first.
35743 (ispell-current-dictionary): New variable for dictionary in use.
35744 (ispell-dictionary): Now used only for global default.
35745 (ispell-start-process): Set ispell-current-dictionary,
35746 not ispell-dictionary.
35747 (ispell-change-dictionary): Use this only for setting
35748 user preferences.
35749 (ispell-internal-change-dictionary): New function
35750 to change the current dictionary in use.
35751 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
35752 Use ispell-current-dictionary.
35753 Handle ispell-local-dictionary-overridden.
35754 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
35755
35756 2005-01-31 Jay Belanger <belanger@truman.edu>
35757
35758 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
35759
35760 * calc/calc-ext.el: Add calc-latex-language to autoloads.
35761 (calc-mode-map): Add calc-latex-language.
35762
35763 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
35764 (math-latex-print-frac): New functions.
35765 (math-oper-table, math-function-table, math-variable-table)
35766 (math-complex-format, math-input-filter): Add latex properties.
35767 (calc-set-language): Set math-expr-special-function-mapping.
35768
35769 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
35770 (calc-write-parse-table-part): Add LaTeX support.
35771
35772 * calc/calc.el (calc-language): Adjust docstring.
35773 (calc-set-mode-line): Add LaTeX support.
35774 (math-expr-special-function-mapping): New variable.
35775 (math-tex-ignore-words): Add to list.
35776
35777 * calc/calccomp.el (math-compose-expr, math-compose-rows):
35778 Add LaTeX support.
35779 (math-compose-expr): Add support for special functions.
35780
35781 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
35782
35783 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
35784
35785 * progmodes/gdb-ui.el (gdb-memory-address)
35786 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
35787 (gdb-memory-mode-map, gdb-memory-format-keymap)
35788 (gdb-memory-format-menu, gdb-memory-unit-keymap)
35789 (gdb-memory-unit-menu): New variables for a buffer
35790 that lets the user examine program memory.
35791 (gdb-memory-set-address, gdb-memory-set-repeat-count)
35792 (gdb-memory-format-binary, gdb-memory-format-octal)
35793 (gdb-memory-format-unsigned, gdb-memory-format-signed)
35794 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
35795 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
35796 (gdb-memory-unit-word, gdb-memory-unit-halfword)
35797 (gdb-memory-unit-byte, gdb-memory-unit-menu)
35798 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
35799 (gdb-memory-mode, gdb-memory-buffer-name)
35800 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
35801 New functions for above buffer.
35802
35803 2005-01-30 Richard M. Stallman <rms@gnu.org>
35804
35805 * cus-edit.el (custom-bury-buffer): Function deleted.
35806 (custom-buffer-done-function): Option deleted.
35807 (custom-buffer-done-kill): New replacement option.
35808 (Custom-buffer-done): Call quit-window.
35809 (custom-buffer-create-internal): Update for above changes.
35810
35811 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
35812
35813 * simple.el (undo-ask-before-discard): New var.
35814 (undo-outer-limit-truncate): Implement it.
35815 (undo-extra-outer-limit): Doc update.
35816
35817 2005-01-29 Richard M. Stallman <rms@gnu.org>
35818
35819 * ses.el (undo-more): Delete defadvice.
35820 (ses-begin-change): Doc fix.
35821
35822 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
35823 instead of rebinding C-x u and C-_.
35824
35825 * files.el (normal-backup-enable-predicate): Return nil for files
35826 in /tmp, regardless of temporary-file-directory.
35827
35828 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
35829
35830 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
35831 (open-rectangle, delete-whitespace-rectangle-line)
35832 (clear-rectangle-line): If FILL, pass t instead of FILL
35833 for move-to-column's 2nd arg.
35834
35835 * simple.el (undo): Fix the test for continuing a series of undos.
35836 (undo-more): Set pending-undo-list to t when we reach end.
35837 (pending-undo-list): Move up defvar.
35838
35839 * wid-edit.el (widget-button-click):
35840 Shorten the range of the track-mouse binding.
35841
35842 * comint.el (comint-insert-input): Undo previous changes;
35843 use last-input-event in interactive spec.
35844
35845 2005-01-29 Eli Zaretskii <eliz@gnu.org>
35846
35847 * progmodes/compile.el (compilation-start): Bind buffer-read-only
35848 to nil before invoking call-process. Reset buffer's modified flag
35849 after fontifying it in the no-async branch.
35850
35851 * wid-edit.el (widget-specify-button): If mouse pointer shape
35852 cannot be changed, use mouse face instead.
35853
35854 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
35855
35856 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
35857 (gdb-goto-breakpoint): Make breakpoint handling work on template
35858 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
35859 (gdb-assembler-custom): Update to recognize breakpoint information
35860 added on 2005-01-19.
35861
35862 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
35863
35864 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
35865 (dsssl-mode): Use define-derived-mode.
35866 (scheme-mode-initialize): Remove.
35867 (scheme-mode): Use run-mode-hooks.
35868
35869 * cus-edit.el (customize-group-other-window)
35870 (custom-buffer-create-other-window): Don't override special-display-*.
35871 (custom-mode-map): Make it dense.
35872
35873 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
35874 sets the default value.
35875
35876 2005-01-28 Eli Zaretskii <eliz@gnu.org>
35877
35878 * descr-text.el: Add more keywords.
35879
35880 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
35881
35882 * speedbar.el: Avoid unnecessary use of locate-library.
35883
35884 * international/mule-cmds.el (standard-display-european-internal):
35885 Don't fiddle with latin-1 non-break space any more since it's now
35886 special cased in the C code.
35887 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
35888
35889 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
35890
35891 * cus-start.el (all): Add `undo-outer-limit'.
35892
35893 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
35894
35895 * textmodes/bibtex.el (bibtex-format-entry):
35896 Use `bibtex-empty-field-re' only on the text of fields, not on entire
35897 field lines.
35898 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
35899 not on part of a buffer.
35900
35901 2005-01-25 Lute Kamstra <lute@gnu.org>
35902
35903 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
35904 nonempty field text strings like "{letters\\macro{}more letters}".
35905 Clarify docstring.
35906 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
35907 (bibtex-entry-offset, bibtex-parse-association)
35908 (bibtex-parse-field-name): Fix typos in docstrings.
35909 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
35910
35911 2005-01-24 Dan Nicolaescu <dann@ics.uci.edu>
35912 Juri Linkov <juri@jurta.org>
35913
35914 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
35915 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
35916 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
35917 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
35918
35919 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
35920 isearch minor mode.
35921
35922 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
35923
35924 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
35925
35926 2005-01-24 Lute Kamstra <lute@gnu.org>
35927
35928 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
35929 CASECHARS and NOT-CASECHARS regular expressions of the
35930 "nederlands" and "nederlands8" dictionaries to prevent a "Range
35931 striding over charsets" error.
35932
35933 2005-01-24 Jay Belanger <belanger@truman.edu>
35934
35935 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
35936 display variable name.
35937
35938 2005-01-24 Kenichi Handa <handa@m17n.org>
35939
35940 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
35941 Fix setting of the element of encoded-kbd-iso2022-invocations.
35942
35943 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
35944
35945 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
35946 (gdb-threads-select): Change to also accept mouse events.
35947 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
35948 (gdb-threads-mouse-select): Delete.
35949
35950 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
35951
35952 * files.el (insert-directory): Take care of empty directory,
35953 listed without -a switch.
35954
35955 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
35956
35957 * textmodes/refill.el (refill-post-command-function):
35958 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
35959 to the list of functions that we should be careful not to undo.
35960 (refill-late-fill-paragraph-function): Remove.
35961 (refill-saved-state): New var.
35962 (refill-mode): Use it to save fill-paragraph-function.
35963 Save also the value of auto-fill-function.
35964
35965 * term/w32-win.el: Simplify code.
35966
35967 2005-01-23 Kim F. Storm <storm@cua.dk>
35968
35969 * simple.el (line-move): Adapt to new return value from
35970 pos-visible-in-window-p.
35971
35972 * simple.el (line-move): Fix last change. Check partial
35973 visibility at point rather than at window-start.
35974
35975 2005-01-22 Jason Rumney <jasonr@gnu.org>
35976
35977 * term/w32-win.el (xw-defined-colors): Remove debug-message.
35978
35979 2005-01-22 David Kastrup <dak@gnu.org>
35980
35981 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
35982
35983 2005-01-22 Eli Zaretskii <eliz@gnu.org>
35984
35985 * type-break.el (type-break-mode): Add a test for
35986 type-break-file-name being non-nil.
35987
35988 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
35989
35990 * net/eudc.el (top level): Call (message "") via progn, so that
35991 eudc-options-file is loaded.
35992
35993 2005-01-22 Kim F. Storm <storm@cua.dk>
35994
35995 * simple.el (line-move-1): Rename from line-move.
35996 (line-move): New function that adjusts vscroll for partially
35997 visible rows, and calls line-move-1 otherwise.
35998
35999 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
36000
36001 * pcomplete.el: Define pcomplete-read-event instead of read-event,
36002 since it's not a complete read-event implementation.
36003
36004 2005-01-20 Jay Belanger <belanger@truman.edu>
36005
36006 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
36007 for called function.
36008
36009 2005-01-20 Steven Tamm <steventamm@mac.com>
36010
36011 * term/mac-win.el (process-connection-type): Remove.
36012 Controlled now by s/darwin.h:PTY_ITERATION.
36013
36014 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
36015
36016 * window.el (handle-select-window): Don't switch window when we're
36017 in the minibuffer.
36018
36019 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
36020
36021 * subr.el (dotimes-with-progress-reporter): New macro.
36022
36023 * ses.el (ses-dotimes-msg): Remove macro.
36024 Use `dotimes-with-progress-reporter' instead.
36025
36026 2005-01-19 Steven Tamm <steventamm@mac.com>
36027
36028 * term/mac-win.el (process-connection-type): Use new
36029 operating-system-release variable to use ptys on Darwin 7 (OS X
36030 10.3) when using carbon build.
36031
36032 2005-01-19 Jay Belanger <belanger@truman.edu>
36033
36034 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
36035 flags if the last command was a tab or M-tab.
36036
36037 * calc/calc-prog.el (calc-user-define-edit): Put original formula
36038 in formula editing buffer.
36039
36040 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
36041
36042 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
36043 breakpoint image symbol in margin.
36044
36045 2005-01-19 Jay Belanger <belanger@truman.edu>
36046
36047 * calc/calc-prog.el (calc-execute-kbd-macro):
36048 Ignore calc-keep-arg-flag.
36049
36050 2005-01-19 Kenichi Handa <handa@m17n.org>
36051
36052 * textmodes/ispell.el (ispell-looking-at): New function.
36053 (ispell-process-line): Use ispell-looking-at to compare the ispell
36054 output and the buffer contents.
36055
36056 2005-01-18 Jay Belanger <belanger@truman.edu>
36057
36058 * calc/calc.el (calc-display-raw): Fix docstring.
36059
36060 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
36061
36062 * simple.el (blink-matching-open): Strip extra info from syntax.
36063
36064 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
36065 funny chars in the end-of-here-doc marker.
36066
36067 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
36068
36069 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
36070 that enable/disabled state of breakpoints is shown correctly in
36071 fringe and on ttys.
36072 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
36073 Add breakpoint information as text properties.
36074 (gdb-mouse-toggle-breakpoint):
36075 Rename to gdb-mouse-set-clear-breakpoint.
36076 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
36077 breakpoints in the margin.
36078 (gdb-remove-strings): Simplify.
36079
36080 2005-01-17 Jay Belanger <belanger@truman.edu>
36081
36082 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
36083 erasing buffer.
36084
36085 2005-01-17 Richard M. Stallman <rms@gnu.org>
36086
36087 * progmodes/grep.el (grep-find): Copy from `grep' the condition
36088 for calling grep-compute-defaults.
36089
36090 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
36091 if buffer is empty.
36092
36093 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
36094
36095 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
36096
36097 * hilit-chg.el (highlight-changes-mode): Don't autoload.
36098
36099 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
36100 non-preloaded variables.
36101
36102 2005-01-17 Steven Tamm <steventamm@mac.com>
36103
36104 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
36105 tex-shell cause to force interactivity when using pipes.
36106
36107 2005-01-17 Kim F. Storm <storm@cua.dk>
36108
36109 * simple.el (just-one-space): Make arg optional.
36110
36111 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
36112
36113 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
36114 posn-at-x-y to t to access left-margin.
36115
36116 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
36117
36118 Sync with Tramp 2.0.47.
36119
36120 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
36121 catching keep-date problems in cp/scp operations.
36122 (tramp-handle-copy-file): Don't call `set-file-modes'
36123 unconditionally. Specialized functions should know better what is
36124 necessary. This improves performance a little bit, and the
36125 functions could catch errors with `cp -p' and `scp -p'.
36126 (tramp-do-copy-or-rename-file-via-buffer)
36127 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
36128 when appropriate.
36129 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
36130 Call `set-file-modes' when appropriate.
36131 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
36132 Johnsson <isak@hypergene.com>.
36133 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
36134 of both Tramp buffer and debug buffer. Reported by Joakim Verona
36135 <joakim@verona.se>.
36136 (tramp-file-name-for-operation): Mark `shell-command' as magic for
36137 Emacs only.
36138
36139 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
36140 `find-file-hooks' and `dired-mode-hook'.
36141 (tramp-minor-mode-map): Respective map. Add remapping for
36142 `compile' and `recompile'.
36143 (tramp-remap-command, tramp-recompile): New defuns.
36144 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
36145 in buffer "*Compilation*". Call the commands asynchronously.
36146
36147 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
36148 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
36149 `shell-command', because it isn't magic in XEmacs. Reported by
36150 Adrian Aichner <adrian@xemacs.org>.
36151
36152 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
36153 `substitute-in-file-name.
36154 (tramp-smb-handle-substitute-in-file-name): New defun.
36155 (tramp-smb-advice-PC-do-completion): Delete advice.
36156
36157 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
36158
36159 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
36160 Fix error in deleting region.
36161
36162 2005-01-15 Richard M. Stallman <rms@gnu.org>
36163
36164 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
36165 In non-temp buffer, switch syntax table temporarily.
36166
36167 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
36168
36169 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
36170
36171 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
36172
36173 * imenu.el (imenu--split-menu): Copy menulist before sorting.
36174 (imenu--generic-function): Use START, not BEG, as pos of definition.
36175
36176 * simple.el (just-one-space): Argument specifies number of spaces.
36177
36178 * simple.el (eval-expression-print-format): Avoid warning
36179 about edebug-active.
36180
36181 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
36182
36183 * progmodes/sh-script.el: Code copied from make-mode.el
36184 with small changes,
36185 (sh-mode-map): Bind C-c C-\.
36186 (sh-backslash-column, sh-backslash-align): New variables.
36187 (sh-backslash-region, sh-append-backslash): New functions.
36188
36189 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
36190
36191 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
36192 (rmail-pop-password, rmail-pop-password-required): Move to
36193 rmail-obsolete group.
36194 (rmail-set-pop-password): Rename to rmail-set-remote-password.
36195 All callers updated.
36196 (rmail-get-pop-password): Rename to rmail-get-remote-password.
36197 Take an argument specifying whether it is POP or IMAP mailbox we
36198 are using. All callers updated.
36199 (rmail-pop-password-error): Rename to
36200 rmail-remote-password-error. Added mailutils-specific error message.
36201 (rmail-movemail-search-path)
36202 (rmail-movemail-variant-in-use): New variables.
36203 (rmail-remote-password, rmail-remote-password-required):
36204 New customization variables.
36205 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
36206 (rmail-parse-url): New function.
36207 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
36208 with GNU mailutils movemail.
36209
36210 2005-01-15 Kevin Ryde <user42@zip.com.au>
36211
36212 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
36213 suffix to space, $ or '$, to correctly position point when going
36214 to @table style constants like DBL_MAX.
36215
36216 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
36217
36218 * type-break.el (type-break-mode, type-break-file-time)
36219 (type-break-file-keystroke-count, type-break-choose-file):
36220 Don't store data in or load data from the file if type-break-file-name
36221 is nil.
36222 (type-break-file-name): Doc update as per the above.
36223
36224 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
36225
36226 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
36227 lookup-key might return nil; handle that.
36228
36229 2005-01-15 Alan Mackenzie <acm@muc.de>
36230
36231 * progmodes/ebrowse.el (ebrowse-class-in-tree):
36232 Return the tail of the tree rather than the element found,
36233 thus enabling the tree to be setcar'd.
36234
36235 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
36236
36237 * textmodes/org.el (org-show-following-heading): New option.
36238 (org-show-hierarchy-above): Use `org-show-following-heading'.
36239 (org-cycle): Documentation fix.
36240
36241 * textmodes/org.el (orgtbl-optimized): New option.
36242 (orgtbl-mode): New command, a minor mode.
36243 (orgtbl-mode-map): New variable.
36244 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
36245 (orgtbl-error, orgtbl-self-insert-command)
36246 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
36247
36248 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
36249 a local variable in each org-mode buffer.
36250
36251 * textmodes/org.el (org-set-regexps-and-options): Rename from
36252 `org-set-regexps'. Added checking for STARTUP keyword.
36253 (org-get-current-options): Add STARTUP options.
36254 (org-table-insert-row): Make mode intelligent about when
36255 realignment is needed.
36256 (org-self-insert-command, org-delete-backward-char, org-delete-char):
36257 New commands.
36258 (org-enable-table-editor): New default value `optimized'.
36259 (org-table-blank-field): Support blanking regions if active.
36260
36261 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
36262
36263 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
36264 if the year is not given.
36265
36266 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
36267 Add new escapes %m and %M, fixed bug with %F by adding
36268 save-match-data.
36269 (reftex-reference): Remove ?. from list of spaces.
36270 (reftex-label-info): Add automatic label prefix recognition.
36271
36272 * textmodes/reftex-index.el (reftex-index-next-phrase):
36273 Add slave parameter to call of `reftex-index-this-phrase'.
36274 (reftex-index-this-phrase): New optional argument.
36275 (reftex-index-region-phrases): Add slave parameter to call of
36276 `reftex-index-this-phrase'.
36277 (reftex-display-index): New argument redo.
36278 (reftex-index-rescan): Add `redo' to arguments of
36279 `reftex-display-index'.
36280 (reftex-index-Rescan, reftex-index-revert)
36281 (reftex-index-switch-index-tag): Add `redo' to arguments of
36282 `reftex-display-index'.
36283 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
36284 indexing. Fix bug with matching is there is a quote before or
36285 after the word.
36286
36287 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
36288 Fix bug when collecting citation keys in lines with comments.
36289 (reftex-citation): Prefix argument no longer rescans the document,
36290 but forces prompting for optional arguments of cite macros.
36291 (reftex-do-citation): Prompting for optional arguments implemented.
36292
36293 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
36294 Add optional arguments to most cite commands.
36295 (reftex-cite-cleanup-optional-args): New option
36296 (reftex-cite-prompt-optional-args): New option.
36297 (reftex-trust-label-prefix): New option.
36298
36299 * textmodes/reftex-toc.el (reftex-toc-find-section):
36300 Add push-mark before changing the position in the buffer.
36301
36302 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
36303 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
36304
36305 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
36306
36307 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
36308 more carefully.
36309
36310 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
36311
36312 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
36313 (sgml-mode): Use it.
36314 (sgml-get-context): Better keep track of implicitly closed tags.
36315
36316 2005-01-13 Kenichi Handa <handa@m17n.org>
36317
36318 * textmodes/ispell.el: These changes are to fix misalignment error
36319 caused by equivalent characters of different Emacs charsets.
36320 (ispell-unified-chars-table): New variable.
36321 (ispell-get-decoded-string): New function.
36322 (ispell-get-casechars, ispell-get-not-casechars)
36323 (ispell-get-otherchars): Call ispell-get-decoded-string.
36324
36325 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
36326
36327 * custom.el (custom-declare-variable): Just put symbol instead
36328 of (defvar . symbol) in `current-load-list'.
36329
36330 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
36331
36332 * emacs-lisp/elint.el: Fixed typo in Commentary section.
36333
36334 2005-01-12 Jay Belanger <belanger@truman.edu>
36335
36336 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
36337 to create a Calc summary.
36338
36339 2005-01-12 Kim F. Storm <storm@cua.dk>
36340
36341 * mouse.el (mouse-on-link-p): Change functionality and doc
36342 string to comply with latest description in lisp ref.
36343
36344 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
36345
36346 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
36347 Enable mouse clicks on mode-line, header-line and margin.
36348 (event-type): Give mouse event symbols an `event-kind' property
36349 with value `mouse-click'.
36350
36351 2005-01-12 Juri Linkov <juri@jurta.org>
36352
36353 * facemenu.el (list-colors-display): Add new arg buffer-name.
36354 Use it. Fix docstring. Replace code for identifying duplicate
36355 colors by the name with call to `list-colors-duplicates' which
36356 identifies duplicate colors by the value unless the color
36357 is one of special Windows colors. Set truncate-lines to t.
36358 Print sorted duplicate color names on each line. Indent to 22
36359 \(the longest color name in rgb.txt) instead of 20. Optimize.
36360 (list-colors-duplicates): New function.
36361 (facemenu-color-name-equal): Delete function.
36362
36363 * facemenu.el (list-colors-print): New function created from code
36364 in list-colors-display. Print #RRGGBB at the window right edge.
36365 (list-colors-display): When temp-buffer-show-function is not
36366 defined, call list-colors-print from temp-buffer-show-hook
36367 to get the right value of window-width in list-colors-print
36368 after the buffer is displayed.
36369
36370 * simple.el (pop-mark): Move deactivate-mark out of conditional
36371 part to deactivate the active mark regardless of the state of the
36372 mark ring.
36373
36374 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
36375 variables line in desktop files.
36376
36377 2005-01-12 Juri Linkov <juri@jurta.org>
36378
36379 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
36380 Bring together isearch highlight related options.
36381 (lazy-highlight): Replace group `replace' by `matching'.
36382 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
36383 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
36384 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
36385 and declare them obsolete.
36386 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
36387 (isearch-faces): Remove defgroup.
36388 (isearch-overlay, isearch-highlight, isearch-dehighlight):
36389 Move isearch highlighting code closer to lazy highlighting code.
36390
36391 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
36392 (query-replace-highlight, query-replace-lazy-highlight)
36393 (query-replace): Move definitions to the beginning of the file.
36394
36395 2005-01-11 Juri Linkov <juri@jurta.org>
36396
36397 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
36398 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
36399 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
36400
36401 * info.el (Info-history-forward): New variable.
36402 (Info-select-node): Reset Info-history-forward to nil.
36403 (Info-last): Turn into defalias.
36404 (Info-history-back): Rename from Info-last.
36405 Add current node to Info-history-forward.
36406 (Info-history-forward): New fun.
36407 (Info-mode-map): Replace Info-last by Info-history-back.
36408 Bind Info-history-forward to "r".
36409 (Info-mode-menu): Replace Info-last by Info-history-back.
36410 Fix menu item text. Add menu item for Info-history-forward.
36411 (info-tool-bar-map): Replace Info-last by Info-history-back.
36412 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
36413 for Info-history-forward.
36414 (Info-mode): Replace Info-last by Info-history-back in docstring.
36415 Add local variable Info-history-forward.
36416 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
36417
36418 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
36419
36420 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
36421 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
36422 Ignore select-window events rather than fiddle with
36423 mouse-autoselect-window.
36424
36425 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
36426
36427 * type-break.el (type-break-mode): Fix previous change.
36428
36429 2005-01-10 Jay Belanger <belanger@truman.edu>
36430
36431 * calc/calc-ext.el (calc-reset): Reset when inside embedded
36432 calculator; only reset when point is inside a calculator.
36433 Don't adjust the window height if the window takes up the whole height
36434 of the frame.
36435
36436 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
36437
36438 * ebuff-menu.el (Electric-buffer-menu-mode):
36439 Preserve value of buffer-local var header-line-format.
36440
36441 2005-01-09 Jay Belanger <belanger@truman.edu>
36442
36443 * calc/calc.el (calc-mode-var-list-restore-saved-values):
36444 Make sure settings file exists before accessing it.
36445
36446 * calc/calc-embed.el (calc-embedded-subst):
36447 Replace math-multi-subst-rec, which is only supposed to be called
36448 by math-multi-subst, by math-multi-subst.
36449
36450 2005-01-09 Andre Spiegel <spiegel@gnu.org>
36451
36452 * vc.el (vc-allow-async-revert): New user option.
36453 (vc-disable-async-diff): New internal variable.
36454 (vc-revert-buffer): Use them to disable asynchronous diff.
36455
36456 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
36457 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
36458 asynchronously if vc-disable-async-diff is t.
36459
36460 2005-01-09 Jay Belanger <belanger@truman.edu>
36461
36462 * calc/calc.el (defcalcmodevar): New macro.
36463 (calc-mode-var-list-restore-default-values)
36464 (calc-mode-var-list-restore-saved-values): New functions.
36465 (calc-mode-var-list): Use defcalcmodevar to define it.
36466 (calc-always-load-extensions, calc-line-numbering)
36467 (calc-line-breaking, calc-display-just, calc-display-origin)
36468 (calc-number-radix, calc-leading-zeros, calc-group-digits)
36469 (calc-group-char, calc-point-char, calc-frac-format)
36470 (calc-prefer-frac, calc-hms-format, calc-date-format)
36471 (calc-float-format, calc-full-float-format, calc-complex-format)
36472 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
36473 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
36474 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
36475 (calc-matrix-brackets, calc-language, calc-language-option)
36476 (calc-left-label, calc-right-label, calc-word-size)
36477 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
36478 (calc-display-raw, calc-internal-prec, calc-angle-mode)
36479 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
36480 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
36481 (calc-window-height, calc-display-trail, calc-show-selections)
36482 (calc-use-selections, calc-assoc-selections)
36483 (calc-display-working-message, calc-auto-why, calc-timing)
36484 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
36485 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
36486 (calc-gnuplot-default-device, calc-gnuplot-default-output)
36487 (calc-gnuplot-print-device, calc-gnuplot-print-output)
36488 (calc-gnuplot-geometry, calc-graph-default-resolution)
36489 (calc-graph-default-resolution-3d, calc-invocation-macro)
36490 (calc-show-banner): Use defcalcmodevar to declare them and set
36491 their default values.
36492
36493 * calc/calc-ext.el (calc-reset): Restore saved values of variables
36494 instead of default values (but restore default values if there is
36495 an argument of 0).
36496
36497 2005-01-09 David Kastrup <dak@gnu.org>
36498
36499 * desktop.el (desktop-restore-eager): Fix typo in type.
36500
36501 2005-01-08 Richard M. Stallman <rms@gnu.org>
36502
36503 * cus-edit.el (customize): Delete :link.
36504
36505 2005-01-08 Jay Belanger <belanger@truman.edu>
36506
36507 * calc/calc.el (calc-mode): Remove the extension from the
36508 `calc-settings-file' file name when loading it.
36509
36510 2005-01-08 Kim F. Storm <storm@cua.dk>
36511
36512 * info.el (Info-mode-map, Info-next-link-keymap)
36513 (Info-prev-link-keymap, Info-up-link-keymap):
36514 Map follow-link to mouse-face.
36515 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
36516
36517 2005-01-08 Jay Belanger <belanger@truman.edu>
36518
36519 * calc/calc.el (calc-settings-file): Change default value.
36520 Suggested by cgw in a comment in calc-mode.el.
36521
36522 * calc/calc-mode.el (calc-settings-file-name):
36523 Compare calc-settings-file to user-init-file instead of ~/.emacs.
36524 Replace ~/.emacs in a prompt by calc-settings-file.
36525
36526 2005-01-07 Lars Hansen <larsh@math.ku.dk>
36527
36528 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
36529 (desktop-lazy-idle-delay): New customizable variables.
36530 (desktop-buffer-args-list): New variable.
36531 (desktop-append-buffer-args): New function.
36532 (desktop-save): Call desktop-append-buffer-args for some buffers.
36533 (desktop-lazy-create-buffer): New function.
36534 (desktop-idle-create-buffers): New function.
36535 (desktop-read): Add message about buffers to restore lazily.
36536 (desktop-lazy-abort): New command.
36537 (desktop-clear): Call desktop-lazy-abort.
36538 (desktop-lazy-complete): New command.
36539
36540 2005-01-06 Richard M. Stallman <rms@gnu.org>
36541
36542 * emacs-lisp/find-func.el (find-face-definition):
36543 Rename from find-face.
36544
36545 2005-01-06 Kim F. Storm <storm@cua.dk>
36546
36547 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
36548
36549 * man.el (Man-xref-man-page, Man-xref-header-file)
36550 (Man-xref-normal-file): Add follow-link property.
36551
36552 2005-01-06 Jay Belanger <belanger@truman.edu>
36553
36554 * calc/calc-units.el: Make sure the proper macro definitions are
36555 available when compiling.
36556
36557 2005-01-06 Juri Linkov <juri@jurta.org>
36558
36559 * isearch.el (isearch-lazy-highlight-update):
36560 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
36561
36562 2005-01-06 Miles Bader <miles@gnu.org>
36563
36564 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
36565 (isearch-lazy-highlight-face): Use new name.
36566
36567 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
36568
36569 * uniquify.el (uniquify-rationalize-file-buffer-names):
36570 Re-add an interactive spec.
36571 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
36572 to the same name.
36573
36574 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
36575 (isearch-update, isearch-done): Adjust calls accordingly.
36576
36577 2005-01-05 Richard M. Stallman <rms@gnu.org>
36578
36579 * custom.el (custom-set-variables, custom-theme-set-variables):
36580 Clarify documentation.
36581
36582 * emacs-lisp/find-func.el (find-variable)
36583 (find-variable-other-window, find-variable-other-frame):
36584 Fix the TYPE args to find-function-read and find-function-do-it.
36585 (find-function): Doc fix.
36586 (find-function-at-point): Replace function-at-point alias.
36587
36588 2005-01-04 Richard M. Stallman <rms@gnu.org>
36589
36590 * cus-face.el (custom-declare-face):
36591 Record defface in current-load-list.
36592
36593 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
36594
36595 * emacs-lisp/find-func.el: Doc fixes.
36596 (find-face-regexp): New variable.
36597 (find-function-regexp-alist): New variable.
36598 (find-function-C-source): Third arg is now TYPE.
36599 (find-function-search-for-symbol): Handle general TYPE.
36600 (find-function-read, find-function-do-it): Handle general TYPE.
36601 (find-definition-noselect, find-face): New functions.
36602 (function-at-point): Alias deleted.
36603
36604 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
36605
36606 * battery.el (display-battery-mode): Rename from display-battery.
36607 Handle the case where it gets turned off.
36608
36609 2005-01-04 Richard M. Stallman <rms@gnu.org>
36610
36611 * cus-edit.el (customize): Make :link point to user doc.
36612
36613 * man.el (Man-fontify-manpage): Turn off undo generation.
36614
36615 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
36616
36617 2005-01-04 Andreas Schwab <schwab@suse.de>
36618
36619 * files.el (insert-directory): Only look for error lines in
36620 inserted text. Don't move too far after processing --dired markers.
36621
36622 2005-01-04 Richard M. Stallman <rms@gnu.org>
36623
36624 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
36625 Don't expand if the character is @, period, dash, etc.
36626 (define-mail-abbrev): Quote names that contain problem characters.
36627
36628 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
36629
36630 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
36631
36632 2005-01-03 Richard M. Stallman <rms@gnu.org>
36633
36634 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
36635 (query-replace-highlight, query-replace-lazy-highlight)
36636 (query-replace): Definitions moved up. Doc fix.
36637
36638 2005-01-03 Richard M. Stallman <rms@gnu.org>
36639
36640 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
36641 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
36642 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
36643 (lazy-highlight-face): Rename from isearch-lazy-...
36644 Change all references to them.
36645
36646 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
36647
36648 * cus-edit.el (custom-file): Doc fix for defcustom.
36649 (custom-file): The function no longer sets the variable
36650 `custom-file' to its return value.
36651
36652 * startup.el (command-line): No longer load `custom-file'.
36653
36654 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
36655
36656 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
36657
36658 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
36659 Don't confuse module-prefixed identifiers for labels.
36660 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
36661
36662 2005-01-02 Richard M. Stallman <rms@gnu.org>
36663
36664 * files.el (basic-save-buffer-1): Fix previous change.
36665
36666 * loadhist.el (file-loadhist-lookup): New function.
36667 (file-provides, file-requires): Use it.
36668
36669 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
36670 instead of calculating the right size.
36671
36672 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
36673
36674 * vc-svn.el (vc-svn-diff): Stay local if possible.
36675
36676 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
36677
36678 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
36679
36680 * files.el (hack-local-variables): Fix last change.
36681
36682 2005-01-02 Jay Belanger <belanger@truman.edu>
36683
36684 * calc/calc-yank.el (calc-edit-top): New variable.
36685 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
36686 object. Change header properties.
36687 (calc-edit-finish, calc-edit-finish-stack-object)
36688 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
36689 edited object.
36690 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
36691 for the beginning of the edited object.
36692 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
36693 for the beginning of the edited object.
36694 * calc/calc-prog.el (calc-edit-macro-finish-edit)
36695 (calc-finish-formula-edit, calc-macro-repeats)
36696 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
36697 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
36698 beginning of the edited object.
36699 (calc-user-define-edit): Change the header for editing macros.
36700 Remove unnecessary variable.
36701
36702 2005-01-01 Jay Belanger <belanger@truman.edu>
36703
36704 * calc/calc-yank.el (calc-edit-mode): Change default header.
36705 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
36706 * calc/calc-store.el (calc-edit-variable): Change title to match new
36707 header.
36708 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
36709 mode to match new header.
36710 (calc-user-define-edit): Change titles to include names of commands.
36711 (calc-finish-formula-edit): Adjust to handle new header.
36712 (calc-finish-macro-edit): Remove.
36713 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
36714 (calc-edit-macro-command, calc-edit-macro-command-type)
36715 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
36716 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
36717 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
36718 (calc-edit-macro-finish-edit): New functions.
36719 (calc-user-define-edit): Use new functions to edit named calc macros.
36720
36721 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
36722
36723 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
36724
36725 * ses.el (copy-region-as-kill): Deactivate mark.
36726
36727 2005-01-01 Richard M. Stallman <rms@gnu.org>
36728
36729 * replace.el (occur-1): If the output buffer is also an input,
36730 don't kill it, rename it.
36731
36732 * faces.el (set-face-background, set-face-foreground): Doc fix.
36733
36734 * cus-face.el (custom-face-attributes): Fix :help-echo strings
36735 for :foreground and :background.
36736
36737 * dired.el (dired-view-command-alist): Variable deleted.
36738 (dired-view-file, dired-mouse-find-file-other-window):
36739 Delete the code to use it.
36740
36741 2005-01-01 Kim F. Storm <storm@cua.dk>
36742
36743 * image.el (insert-sliced-image): Use t for line-height property.
36744
36745 See ChangeLog.11 for earlier changes.
36746
36747 ;; Local Variables:
36748 ;; coding: iso-2022-7bit
36749 ;; add-log-time-zone-rule: t
36750 ;; End:
36751
36752 Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
36753
36754 This file is part of GNU Emacs.
36755
36756 GNU Emacs is free software; you can redistribute it and/or modify
36757 it under the terms of the GNU General Public License as published by
36758 the Free Software Foundation; either version 3, or (at your option)
36759 any later version.
36760
36761 GNU Emacs is distributed in the hope that it will be useful,
36762 but WITHOUT ANY WARRANTY; without even the implied warranty of
36763 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
36764 GNU General Public License for more details.
36765
36766 You should have received a copy of the GNU General Public License
36767 along with GNU Emacs; see the file COPYING. If not, write to the
36768 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
36769 Boston, MA 02110-1301, USA.
36770
36771 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1