INSTALL.BZR: Minor edit.
[bpt/emacs.git] / lisp / ChangeLog
... / ...
CommitLineData
12010-02-17 Mark A. Hershberger <mah@everybody.org>
2
3 * vc-bzr.el: fix typo in Known Bugs section.
4
5 * isearch.el (isearch-update-post-hook): New hook
6 (isearch-update): Use the new hook.
7
82010-02-16 Michael Albinus <michael.albinus@gmx.de>
9
10 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix
11 errors in copying directories.
12 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
13 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
14 (tramp-handle-delete-file)
15 (tramp-handle-dired-recursive-delete-directory)
16 (tramp-handle-write-region): Flush also the cache for the upper
17 directory.
18
192010-02-16 Chong Yidong <cyd@stupidchicken.com>
20
21 * simple.el (save-interprogram-paste-before-kill): Doc fix.
22
23 * cus-edit.el (hardware): Doc fix.
24
25 * man.el (man): Add to external custom group.
26
27 * delim-col.el (columns): Move to wp custom group.
28
29 * doc-view.el (doc-view): Add to data custom group.
30
31 * cedet/data-debug.el (data-debug): Move to extensions group.
32
33 * cedet/ede.el (ede):
34 * cedet/srecode.el (srecode):
35 * cedet/semantic.el (semantic): Put in tools and extensions group.
36
37 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces
38 group.
39
40 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
41 by ispell-parse-output (Bug#5575).
42
432010-02-16 Kenichi Handa <handa@m17n.org>
44
45 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
46 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
47 (skkdic-convert): Use `euc-japan' coding system for writing.
48
492010-02-16 Glenn Morris <rgm@gnu.org>
50
51 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
52 tex-main-file before using it. (Bug#5562)
53
542010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
55
56 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
57 warnings, since it is annoying for the user to see them each time he
58 runs the code.
59
602010-02-15 Michael Albinus <michael.albinus@gmx.de>
61
62 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
63 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
64 instead of PROC for caching "first-password-request". Otherwise,
65 new processes would not profit from passwords already entered.
66
67 * net/tramp-cache.el (tramp-dump-connection-properties):
68 Don't save "first-password-request" property.
69
702010-02-14 Juanma Barranquero <lekktu@gmail.com>
71
72 * outline.el (outline-head-from-level):
73 * simple.el (with-wrapper-hook):
74 * cedet/ede.el (ede-run-target, project-delete-target)
75 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
76 (ede-adebug-project, ede-adebug-project-parent)
77 (ede-adebug-project-root):
78 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
79 (elint-defun, elint-buffer-env, elint-top-form-logged)
80 (elint-unbound-variable):
81 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
82 Fix typos in docstrings.
83
842010-02-14 Michael Albinus <michael.albinus@gmx.de>
85
86 * files.el (insert-directory): When WILDCARD-REGEXP and
87 FULL-DIRECTORY-P are nil, insert the file entry instead of the
88 whole directory. (Bug#5551)
89
90 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
91 dired's alignment sanity. (Bug#5516)
92
932010-02-14 Juri Linkov <juri@jurta.org>
94
95 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
96 Remove remaining ^H with their preceding chars. (Bug#5566)
97
982010-02-13 Glenn Morris <rgm@gnu.org>
99
100 * simple.el (transpose-subr): Give it a doc-string.
101
102 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
103 Doc fixes.
104
1052010-02-12 Juri Linkov <juri@jurta.org>
106
107 * arc-mode.el (archive-unique-fname): Make directories for nested
108 archives. (Bug#5540)
109
1102010-02-12 Juri Linkov <juri@jurta.org>
111
112 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
113
1142010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
115
116 * subr.el (copy-overlay): Handle deleted overlays.
117
118 * man.el (Man-completion-table): Don't signal an error if we can't run
119 manual-program (bug#4056).
120
1212010-02-10 Juanma Barranquero <lekktu@gmail.com>
122
123 * textmodes/artist.el (artist-mt): Fix typos in docstring.
124
1252010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
126
127 * info.el (Info-bookmark-jump): Simplify.
128
129 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
130 (bookmark-default-handler): Accept new bookmark field `buffer'.
131
1322010-02-10 Chong Yidong <cyd@stupidchicken.com>
133
134 * iswitchb.el (iswitchb-completions): Revert last change.
135
1362010-02-10 Michael Albinus <michael.albinus@gmx.de>
137
138 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
139 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
140 This prevents file names like "~/" being listed literally.
141
1422010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
143
144 * term/xterm.el (xterm-maybe-set-dark-background-mode):
145 Remove dead code. (Bug#5546)
146
1472010-02-09 Chong Yidong <cyd@stupidchicken.com>
148
149 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
150 correctly (Bug#5548).
151
1522010-02-08 Jose E. Marchesi <jemarch@gnu.org>
153
154 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
155 (ada-adjust-case): Don't adjust case in hexadecimal number
156 literals.
157
1582010-02-08 Kenichi Handa <handa@m17n.org>
159
160 * international/mule-util.el (with-coding-priority): Add autoload
161 cookie for putting `lisp-indent-function'.
162
1632010-02-07 Glenn Morris <rgm@gnu.org>
164
165 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
166 Move F2003 named interfaces from keywords-2 to keywords-1, and
167 use function-name-face rather than constant-face.
168 Simplify "abstract interface" regexp.
169
1702010-02-07 Chong Yidong <cyd@stupidchicken.com>
171
172 * eshell/esh-util.el (eshell-file-attributes): New optional arg
173 ID-FORMAT. Pass it to `file-attributes'.
174
175 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
176
1772010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
178
179 * faces.el (set-face-attribute): Allow calling
180 internal-set-lisp-face-attribute with 'unspecified family and
181 foundry argument (Bug#5536).
182
1832010-02-07 Glenn Morris <rgm@gnu.org>
184
185 * progmodes/f90.el (f90-font-lock-keywords-2)
186 (f90-looking-at-type-like, f90-looking-at-program-block-end):
187 Handle F2003 named interfaces.
188
1892010-02-06 Chong Yidong <cyd@stupidchicken.com>
190
191 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
192 beg and end before calling c-get-state-before-change-functions.
193
1942010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
195
196 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
197
1982010-02-05 Juri Linkov <juri@jurta.org>
199
200 * doc-view.el (doc-view-mode):
201 * image-mode.el (image-mode): Put property mode-class=special.
202 (Bug#4896)
203
2042010-02-05 Mark A. Hershberger <mah@everybody.org>
205
206 * vc-svn.el (vc-svn-revision-table): New function.
207
2082010-02-05 Michael Albinus <michael.albinus@gmx.de>
209
210 * net/ange-ftp.el (ange-ftp-insert-directory):
211 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
212 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
213 Handle also directories. (Bug#5478)
214
2152010-02-05 Glenn Morris <rgm@gnu.org>
216
217 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
218
2192010-02-05 Chong Yidong <cyd@stupidchicken.com>
220
221 * startup.el (command-line-1): Convert options beginning with a
222 single dash as well (Bug#5519).
223
2242010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
225
226 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
227 * minibuffer.el (completion-initials-expand): Only check the presence
228 of delims *within* the boundaries, since otherwise the / delim is
229 always found for files.
230
231 Fix up various corner case problems.
232 * doc-view.el (doc-view-last-page-number): New function.
233 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
234 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
235 (doc-view-kill-proc): Avoid inf-loop in freak cases.
236 (doc-view-reconvert-doc): Use the new recursive delete-directory.
237 (doc-view-convert-current-doc): Don't create the resolution.el file
238 here any more.
239 (doc-view-pdf/ps->png): Do it here instead.
240 (doc-view-already-converted-p): Check that resolution.el is present.
241 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
242 windows that are not yet showing images.
243
2442010-02-04 Alan Mackenzie <acm@muc.de>
245
246 Change strategy for marking < and > as template delimiters: mark
247 them strictly in matching pairs.
248
249 * cc-mode.el (c-before-change):
250 Use c-get-state-before-change-functions.
251 (c-common-init): Adapt to use
252 c-get-state-before-change-functions (note plural).
253
254 * cc-langs.el (c-no-parens-syntax-table): New syntax table, used
255 for searching syntactically for matching <s and >s.
256 (c-get-state-before-change-functions): New language variable (note
257 the plural) which supersedes c-get-state-before-change-function.
258
259 * cc-engine.el (c-clear-<-pair-props, c-clear->-pair-props)
260 (c-clear-<>-pair-props, c-clear-<-pair-props-if-match-after)
261 (c-clear->-pair-props-if-match-before)
262 (c-before-change-check-<>-operators): New functions.
263 (c-after-change-check-<>-operators): Use macro
264 c-unmark-<->-as-paren.
265
266 * cc-defs.el (c-search-backward-char-property): New macro.
267
268 * cc-cmds.el (c-electric-lt-gt): Do not set text properties on <
269 and > any more. (These will be handled by font locking.)
270
2712010-02-04 Michael Albinus <michael.albinus@gmx.de>
272
273 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
274 `dired-uncache' for every elemnt which is an absolute file name.
275
276 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
277 directory, handle its directory component.
278 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
279 function is called permanently and creates noise, otherwise.
280
281 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
282 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
283 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
284
2852010-02-04 David Burger <dburger@google.com> (tiny change)
286
287 * macros.el (apply-macro-to-region-lines):
288 Minor simplification. (Bug#5485)
289
2902010-02-04 Glenn Morris <rgm@gnu.org>
291
292 * mail/rmail.el (rmail-show-message-1): Handle malformed
293 quoted-printable text. (Bug#5441)
294
295 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
296
297 * simple.el (visual-line-mode): Capitalize lighter.
298
2992010-02-03 John Wiegley <jwiegley@gmail.com>
300
301 * iswitchb.el (iswitchb-completions): Add bookmark files to the
302 list of files considered for "virtual buffer" completions.
303
3042010-02-03 Michael Albinus <michael.albinus@gmx.de>
305
306 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
307 also in case of (and (not full) (not wildcard)). This is needed,
308 when dired is called with a list of files, which are not in
309 `default-directory'. (Bug#5478)
310
3112010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
312
313 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
314
3152010-02-02 Juri Linkov <juri@jurta.org>
316
317 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
318 from unidiff to allow function-line after @@.
319
3202010-02-02 Juri Linkov <juri@jurta.org>
321
322 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
323 '(RCS SCCS) with inverted condition.
324
3252010-02-02 Michael Albinus <michael.albinus@gmx.de>
326
327 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
328 messages.
329
3302010-02-01 Juri Linkov <juri@jurta.org>
331
332 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
333 compare with "pkunzip" and "pkzip" instead of only "pkzip".
334 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
335 only when (car archive-zip-extract) is "unzip". (Bug#5475)
336
3372010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
338
339 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
340 (doc-view-revert-buffer): New command.
341 (doc-view-mode-map): Use it.
342
3432010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
344
345 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
346 pending merge is detected.
347
3482010-01-31 Juri Linkov <juri@jurta.org>
349
350 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
351 beginning of interactive spec like all other grep commands do.
352 Put "all" in front of "gz". (Bug#5260)
353
3542010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
355
356 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
357
3582010-01-29 Chong Yidong <cyd@stupidchicken.com>
359
360 * dirtrack.el (dirtrack): Warn instead of signalling error if the
361 regexp is incorrect (Bug#5476).
362
3632010-01-29 Michael Albinus <michael.albinus@gmx.de>
364
365 * net/tramp.el (tramp-handle-insert-directory): Handle also
366 symlinks, when FILENAME is not in `default-directory'.
367
3682010-01-28 Michael Albinus <michael.albinus@gmx.de>
369
370 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
371 FILE is not in `default-directory'. (Bug#5478)
372
373 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
374 of SWITCHES. Handle the case, FILENAME is not in
375 `default-directory'. (Bug#5478)
376 (tramp-register-file-name-handlers): Add safe-magic property.
377
3782010-01-28 Chong Yidong <cyd@stupidchicken.com>
379
380 * arc-mode.el (archive-zip-extract): Quote the argument passed to
381 unzip (Bug#5475).
382
3832010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
384
385 * progmodes/flymake.el (flymake-allowed-file-name-masks)
386 (flymake-master-make-header-init): Add other C++ filename masks.
387 (flymake-find-possible-master-files)
388 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
389
3902010-01-28 Michael Albinus <michael.albinus@gmx.de>
391
392 Fix some busybox annoyances.
393
394 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
395 not responding." string.
396 (tramp-open-connection-setup-interactive-shell): Dump stty
397 settings. Enable "neveropen" arg for all `tramp-send-command'
398 calls. Handle "=" in variable values properly.
399 (tramp-find-inline-encoding): Raise an error, when no encoding is
400 found.
401 (tramp-wait-for-output): Check, whether PROC buffer is available.
402 Remove spurious " ^H" sequences, sent by busybox.
403 (tramp-get-ls-command): Suppress coloring, if possible.
404
4052010-01-28 Glenn Morris <rgm@gnu.org>
406
407 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
408
409 * log-edit.el (log-edit-strip-single-file-name): Add missing
410 :safe, :group, and :version tags.
411
4122010-01-27 Stephen Berman <stephen.berman@gmx.net>
413
414 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
415 buffers. (Bug#5477)
416
4172010-01-27 David De La Harpe Golden <david@harpegolden.net>
418
419 * files.el (delete-directory): Handle moving to trash without
420 first doing recursion (Bug#5436).
421
4222010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
423
424 * vc-hooks.el (vc-path): Mark as obsolete.
425
4262010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
427
428 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
429 names too.
430
431 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
432 for the short log.
433 (vc-bzr-log-view-mode): Adjust regexp for the above change.
434
4352010-01-25 Mark A. Hershberger <mah@everybody.org>
436
437 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
438
439 * vc-bzr.el (vc-bzr-revision-table): New function.
440
4412010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
442
443 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
444 diff-index command. This requires at least git-1.5.5. (Bug#1589).
445
4462010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
447
448 Remove support for adding --signoff on commit.
449 Future support will use an incompatible generic mechanism.
450 * vc-git.el (vc-git-add-signoff): Remove variable.
451 (vc-git-toggle-signoff): Remove function.
452 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
453
454 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
455 from xterm-set-background-mode. Return t if the background mode
456 was set.
457 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
458 earlier, call it again in case the background mode has changed.
459
4602010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
461
462 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
463 (Bug#3541).
464
4652010-01-23 Chong Yidong <cyd@stupidchicken.com>
466
467 * emacs-lisp/assoc.el (aelement): Doc fix.
468 (aput, adelete, amake): Use lexical-let (Bug#5450).
469
4702010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
471
472 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
473 is the same as subprogram call, not declaration. (Bug#5435).
474
4752010-01-23 Michael Albinus <michael.albinus@gmx.de>
476
477 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
478 (tramp-smb-maybe-open-connection): Use it.
479
4802010-01-22 Michael Albinus <michael.albinus@gmx.de>
481
482 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
483
4842010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
485
486 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
487 just because we see "encoding: 8bit".
488 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
489
4902010-01-22 Chong Yidong <cyd@stupidchicken.com>
491
492 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
493
4942010-01-22 Eli Zaretskii <eliz@gnu.org>
495
496 * jka-compr.el (jka-compr-load): If load-file is not in
497 load-history, try its file-truename version. (bug#5447)
498
4992010-01-21 Alan Mackenzie <acm@muc.de>
500
501 Fix a situation where deletion of a cpp construct throws an error.
502 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
503 invoking c-with-all-but-one-cpps-commented-out, check that the
504 special cpp construct is still in the buffer.
505 (c-parse-state): Record the special cpp with markers, not numbers.
506
5072010-01-21 Kenichi Handa <handa@m17n.org>
508
509 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
510 process last-command-event, as it is now decoded first (Bug#5380).
511
5122010-01-20 Chong Yidong <cyd@stupidchicken.com>
513
514 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
515
5162010-01-20 Glenn Morris <rgm@gnu.org>
517
518 * indent.el (tab-always-indent): Fix custom-type.
519
5202010-01-19 Alan Mackenzie <acm@muc.de>
521
522 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
523 buffer throws "args out of range".
524 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
525 playing the role of delimiter.
526
5272010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
528
529 * progmodes/ada-mode.el: Fix bug#5400.
530 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
531 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
532 changed. Delete RECURSIVE parameter; never used. Improve doc string.
533 Improve comments in "is" portion. Handle null procedure declaration.
534 (ada-move-to-end): Improve doc string.
535
5362010-01-18 Óscar Fuentes <ofv@wanadoo.es>
537
538 * ido.el (ido-cur-list): Initialize to nil.
539 Remove obsolete information from commentary.
540 (ido-choice-list): Initialize to nil.
541 (ido-get-bufname): Reject minibuffers.
542 (ido-make-buffer-list): If "default" is a nonexistent
543 buffer, ignore it, as per the function's comment.
544 (ido-kill-buffer-internal): New function.
545 (ido-kill-buffer-at-head): Use it.
546 (ido-visit-buffer): Likewise.
547
5482010-01-18 Chong Yidong <cyd@stupidchicken.com>
549
550 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
551
5522010-01-18 Juanma Barranquero <lekktu@gmail.com>
553
554 * cedet/ede/locate.el (ede-locate-file-in-project)
555 (ede-locate-file-in-project-impl): Fix typos in docstrings.
556 (ede-enable-locate-on-project): Fix typos in error messages.
557
558 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
559 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
560 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
561 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
562 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
563 Fix typos in menu help.
564
565 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
566 Fix typos in chart titles.
567
568 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
569 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
570 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
571 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
572 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
573 (semantic-parse-stream, semantic-parse-region)
574 (semantic-parse-region-default, semantic--set-buffer-cache)
575 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
576 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
577 (semantic-default-submodes):
578 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
579 (semanticdb-create-ebrowse-database)
580 (semanticdb-find-tags-for-completion-method)
581 (semanticdb-find-tags-by-class-method)
582 (semanticdb-deep-find-tags-by-name-method)
583 (semanticdb-deep-find-tags-for-completion-method):
584 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
585 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
586 (semanticdb-find-tags-for-completion-method)
587 (semanticdb-find-tags-by-class-method)
588 (semanticdb-deep-find-tags-for-completion-method):
589 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
590 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
591 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
592 (semanticdb-find-tags-by-name-method)
593 (semanticdb-find-tags-by-name-regexp-method)
594 (semanticdb-find-tags-for-completion-method)
595 (semanticdb-find-tags-by-class-method)
596 (semanticdb-find-tags-external-children-of-type-method)
597 (semanticdb-find-tags-subclasses-of-type-method)
598 (semanticdb-deep-find-tags-by-name-method)
599 (semanticdb-deep-find-tags-by-name-regexp-method)
600 (semanticdb-deep-find-tags-for-completion-method):
601 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
602 (semanticdb-enable-gnu-global-in-buffer)
603 (semanticdb-find-tags-for-completion-method)
604 (semanticdb-deep-find-tags-by-name-method)
605 (semanticdb-deep-find-tags-for-completion-method):
606 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
607 (javascript-mode, semanticdb-find-translate-path)
608 (semanticdb-find-tags-for-completion-method)
609 (semanticdb-find-tags-by-class-method)
610 (semanticdb-deep-find-tags-by-name-method)
611 (semanticdb-deep-find-tags-for-completion-method)
612 (semanticdb-find-tags-external-children-of-type-method):
613 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
614 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
615 (global-semantic-idle-scheduler-mode):
616 * cedet/srecode/dictionary.el (srecode-field-value)
617 (srecode-dictionary-add-section-dictionary):
618 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
619 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
620 (describe-class, eieio-describe-generic, describe-generic):
621 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
622 (eieio-speedbar-expand):
623 * emulation/viper-cmd.el (viper-exec-form-in-vi)
624 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
625 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
626 (viper-del-backward-char-in-replace, viper-backward-indent)
627 (viper-brac-function, viper-register-to-point, viper-submit-report):
628 * net/tramp.el (tramp-remote-coding-commands):
629 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
630 Fix typos in docstrings.
631
6322010-01-17 Chong Yidong <cyd@stupidchicken.com>
633
634 * mail/sendmail.el (mail-yank-original): Set the mark if the
635 specified function for yanking does not do it.
636
6372010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
638
639 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
640
641 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
642 resyncing a directory.
643
6442010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
645
646 * progmodes/ada-mode.el: Fix bug#1920.
647 (ada-ident-re): Delete ., allow multibyte characters.
648 (ada-goto-label-re): New; matches goto labels.
649 (ada-block-label-re): New; matches block labels.
650 (ada-label-re): New; matches both.
651 (ada-named-block-re): Deleted; callers changed to use
652 `ada-block-label-re' instead.
653 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
654 Use `ada-block-label-re'.
655 (ada-indent-on-previous-lines): Improve handling of goto labels.
656 (ada-get-indent-block-start): Special-case block label.
657 (ada-get-indent-label): Split into `ada-indent-block-label' and
658 `ada-indent-goto-label'.
659 (ada-goto-stmt-start, ada-goto-next-non-ws):
660 Optionally ignore goto labels.
661 (ada-goto-next-word): Simplify.
662 (ada-indent-newline-indent-conditional): Insert newline before
663 trying to fix indentation; doc fix.
664
6652010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
666
667 * calc/calc.el (calc-command-flags): Give it an initial value.
668
6692010-01-17 Glenn Morris <rgm@gnu.org>
670
671 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
672
6732010-01-17 Juanma Barranquero <lekktu@gmail.com>
674
675 * cedet/semantic.el (semantic-mode):
676 * files.el (minibuffer-with-setup-hook):
677 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
678 (artist-key-draw-continously, artist-key-do-continously-continously)
679 (artist-key-set-point-continously, artist-mouse-draw-continously):
680 Fix typos in docstrings.
681
6822010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
683
684 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
685 return t (Bug#3898).
686
6872010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
688
689 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
690 can parse the output of the external commands (Bug#5279).
691
6922010-01-16 Jari Aalto <jari.aalto@cante.net>
693
694 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
695
6962010-01-16 Chong Yidong <cyd@stupidchicken.com>
697
698 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
699
700 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
701
702 * startup.el (command-line): Remove unused --icon-type arg.
703 Handle --display arg, passing it to command-line-1 (Bug#5392).
704
7052010-01-16 Mario Lang <mlang@delysid.org>
706
707 * cedet/ede/cpp-root.el (ede-cpp-root-project):
708 * cedet/ede/files.el (ede-expand-filename):
709 * cedet/ede/simple.el (ede-simple-project):
710 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
711 (semantic-complete-inline-tag-engine):
712 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
713 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
714 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
715 * cedet/semantic/db.el (semanticdb-equivalent-mode):
716 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
717 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
718 * emacs-lisp/chart.el (chart-translate-namezone):
719 * textmodes/artist.el (artist-compute-popup-menu-table):
720 Remove duplicated words in doc-strings.
721
7222010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
723
724 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
725 to mairix-search to suppress threading (Bug#5342).
726
7272010-01-15 Kenichi Handa <handa@m17n.org>
728
729 * international/mule-cmds.el (canonicalize-coding-system-name):
730 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
731
7322010-01-15 Glenn Morris <rgm@gnu.org>
733
734 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
735
736 * wid-edit.el (widget-keymap): Doc fix.
737
738 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
739 former seems to be more widely accepted by various svn versions.
740
7412010-01-14 Juanma Barranquero <lekktu@gmail.com>
742
743 * find-cmd.el (find-constituents):
744 * vc-arch.el (vc-arch-root):
745 * window.el (window-body-height, pop-up-frames):
746 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
747 (semantic-no-reparse-needed-change-hook):
748 * cedet/srecode/insert.el (srecode-resolve-argument-list)
749 (srecode-template-inserter-blank, srecode-template-inserter-variable)
750 (srecode-template-inserter-ask, srecode-template-inserter-width)
751 (srecode-template-inserter-section-start)
752 (srecode-template-inserter-section-end, srecode-insert-method):
753 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
754 * progmodes/ada-stmt.el (ada-if):
755 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
756 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
757 (ispell-encoding8-command, ispell-aspell-supports-utf8)
758 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
759
760 * progmodes/flymake.el (flymake-post-syntax-check):
761 Fix typo in error message.
762
7632010-01-14 Juanma Barranquero <lekktu@gmail.com>
764
765 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
766 which is always a string. (Bug#5313)
767
7682010-01-14 Juanma Barranquero <lekktu@gmail.com>
769
770 * progmodes/ada-xref.el (ada-default-prj-properties):
771 Simplify previous change.
772
7732010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
774
775 * progmodes/ada-xref.el (ada-default-prj-properties):
776 Default ada_project_path to $ADA_PROJECT_PATH.
777
7782010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
779
780 * progmodes/ada-mode.el (ada-create-keymap):
781 Override `narrow-to-defun' with `ada-narrow-to-defun'.
782
7832010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
784
785 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
786 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
787 (ada-get-current-indent, ada-imenu-generic-expression)
788 (ada-which-function): Check for it.
789
7902010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
791
792 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
793 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
794
7952010-01-14 Glenn Morris <rgm@gnu.org>
796
797 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
798
7992010-01-14 Kenichi Handa <handa@m17n.org>
800
801 * composite.el (auto-composition-mode): Make it a buffer local
802 variable (permanent-local).
803 (auto-composition-function): Set the default value to
804 auto-compose-chars.
805 (auto-composition-mode): Make it a simple function, not a minor mode.
806 (global-auto-composition-mode): Likewise.
807 (turn-on-auto-composition-if-enabled): Delete it.
808
8092010-01-13 Karl Fogel <kfogel@red-bean.com>
810
811 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
812
8132010-01-12 Michael Albinus <michael.albinus@gmx.de>
814
815 * files.el (copy-directory): Compute target for recursive
816 directories with identical names. (Bug#5343)
817
8182010-01-12 Glenn Morris <rgm@gnu.org>
819
820 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
821 it to bug-gnu-emacs rather than emacs-pretest-bug.
822
8232010-01-12 Juanma Barranquero <lekktu@gmail.com>
824
825 * cedet/data-debug.el (data-debug): Fix customization group reference.
826
8272010-01-12 Juanma Barranquero <lekktu@gmail.com>
828
829 * cedet/semantic/analyze.el (semantic-analyze-push-error)
830 (semantic-analyze-context, semantic-analyze-context-assignment)
831 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
832 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
833 (semantic-java-doc-keywords-map):
834 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
835 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
836 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
837 (semantic-c-classname, semantic-format-tag-uml-prototype)
838 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
839 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
840 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
841 (semantic-get-local-variables, semantic-end-of-command)
842 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
843 (lisp-mode):
844 * cedet/semantic/bovine/make.el (makefile-mode):
845 * cedet/semantic/wisent/python.el (wisent-python-string-re)
846 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
847 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
848 (semantic-lex, semantic-get-local-variables, python-mode):
849 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
850 * cedet/srecode/extract.el (srecode-extract-state-set)
851 (srecode-extract-method): Fix typos in docstrings.
852
8532010-01-11 Sam Steingold <sds@gnu.org>
854
855 * imenu.el (imenu-default-create-index-function): Detect infinite
856 loops caused by imenu-prev-index-position-function.
857
8582010-01-11 Juanma Barranquero <lekktu@gmail.com>
859
860 * htmlfontify.el (htmlfontify-load-rgb-file)
861 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
862 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
863 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
864 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
865 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
866 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
867 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
868 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
869 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
870 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
871 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
872 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
873 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
874 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
875 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
876 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
877 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
878 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
879 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
880 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
881 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
882 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
883 backslash-quoting from parentheses, etc.
884
8852010-01-11 Chong Yidong <cyd@stupidchicken.com>
886
887 * progmodes/js.el: Autoload javascript-mode alias.
888
8892010-01-11 Juanma Barranquero <lekktu@gmail.com>
890
891 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
892 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
893 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
894 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
895 Fix typos in docstrings.
896 (ffap-url-regexp): Doc fix.
897 (ffap-at-mouse): Fix typo in message.
898
8992010-01-11 Glenn Morris <rgm@gnu.org>
900
901 * version.el (emacs-copyright): Set copyright year to 2010.
902
9032010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
904
905 * format.el (format-annotate-function): Only set
906 write-region-post-annotation-function after running to-fn so as not to
907 affect nested write-region calls (bug#5273).
908
9092010-01-10 Chong Yidong <cyd@stupidchicken.com>
910
911 * cedet/semantic.el (semantic-new-buffer-setup-functions):
912 Add python parser.
913
914 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
915 wisent/python.el.
916
9172010-01-10 Richard Kim <emacs18@gmail.com>
918
919 * cedet/semantic/wisent/python-wy.el:
920 * cedet/semantic/wisent/python.el: New files.
921
9222010-01-09 Chong Yidong <cyd@stupidchicken.com>
923
924 * man.el (Man-goto-section): Signal error if the section is not
925 found (Bug#5317).
926
9272010-01-09 Juanma Barranquero <lekktu@gmail.com>
928
929 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
930 URLs with a leading triple slash in the file: scheme. (Bug#5345)
931
9322010-01-09 Chong Yidong <cyd@stupidchicken.com>
933
934 * progmodes/compile.el: Don't treat compile-command as safe if
935 compilation-read-command might be nil (Bug#4218).
936
9372010-01-09 Jan Djärv <jan.h.d@swipnet.se>
938
939 * startup.el (command-line-1): Use orig-argi to check for ignored X and
940 NS options.
941
9422010-01-08 Kenichi Handa <handa@m17n.org>
943
944 * international/fontset.el (build-default-fontset-data):
945 Exclude characters in scripts kana, hangul, han, or cjk-misc.
946
9472010-01-07 Juanma Barranquero <lekktu@gmail.com>
948
949 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
950 to `create-file-buffer' as it expects, not just a buffer name.
951 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
952 to help uniquify. (Bug#3224)
953
9542010-01-06 Jan Djärv <jan.h.d@swipnet.se>
955
956 * font-setting.el (font-setting-change-default-font): Use user-spec
957 instead of name.
958
9592010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
960
961 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
962
9632010-01-05 Tom Tromey <tromey@redhat.com>
964
965 * progmodes/python.el (python-font-lock-keywords):
966 Handle qualified decorators (Bug#881).
967
9682010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
969
970 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
971 in a lightweight checkout.
972
9732010-01-05 Kenichi Handa <handa@m17n.org>
974
975 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
976
9772010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
978
979 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
980
9812010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
982
983 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
984 checkouts. (Bug#618)
985 (vc-bzr-log-view-mode): Also highlight the author.
986 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
987 (vc-bzr-shelve-menu-map):
988 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
989 (vc-bzr-shelve-apply): Make prompt more explicit.
990
9912010-01-02 Chong Yidong <cyd@stupidchicken.com>
992
993 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
994 They are valid characters in URL paths (rfc3986), and at least
995 Firefox does not understand the encoded version (Bug#3166).
996
9972010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
998
999 * progmodes/octave-mod.el (octave-end-keywords)
1000 (octave-block-begin-or-end-regexp, octave-block-match-alist):
1001 Add "end" keyword (Bug#3061).
1002 (octave-end-as-array-index-p): New function.
1003 (calculate-octave-indent): Use it.
1004
10052010-01-02 Karl Fogel <kfogel@red-bean.com>
1006
1007 * bookmark.el: Consistently put the text property on the bookmark name.
1008 (bookmark-bmenu-marks-width): Bump back to 2, to include
1009 annotation marks.
1010 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
1011 property on the bookmark name, instead of not putting it at all.
1012 (bookmark-bmenu-list): Fix where we put the text property.
1013
10142010-01-02 Karl Fogel <kfogel@red-bean.com>
1015
1016 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
1017 for showing buffer modified state (as added in the previous change).
1018
10192010-01-02 Karl Fogel <kfogel@red-bean.com>
1020
1021 * bookmark.el: Show modified state of bookmark buffer more accurately.
1022 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
1023 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
1024 (with-buffer-modified-unmodified): New macro.
1025 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1026 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
1027 Use new macro to preserve the buffer modified state.
1028
10292010-01-02 Karl Fogel <kfogel@red-bean.com>
1030
1031 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
1032 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
1033 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
1034 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
1035 (bookmark-bmenu-rename, bookmark-bmenu-locate)
1036 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
1037 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
1038
10392010-01-02 Eli Zaretskii <eliz@gnu.org>
1040
1041 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1042 Make the lines in the generated doc string shorter. (Bug#4668)
1043
10442010-01-02 Ryan Yeske <rcyeske@gmail.com>
1045
1046 * net/rcirc.el: Add follow-link binding (Bug#4738).
1047
10482010-01-02 Eli Zaretskii <eliz@gnu.org>
1049
1050 * Makefile.in (bzr-update): Rename from cvs-update.
1051 (cvs-update): New target for backward compatibility.
1052
1053 * makefile.w32-in (bzr-update): Rename from cvs-update.
1054 (cvs-update): New target for backward compatibility.
1055
10562010-01-02 Karl Fogel <kfogel@red-bean.com>
1057
1058 * bookmark.el: Remove gratuitous gratitude.
1059
10602010-01-02 Karl Fogel <kfogel@red-bean.com>
1061
1062 * bookmark.el (bookmark-bmenu-any-marks): New function
1063 (bookmark-bmenu-save): Clear buffer modification if no marks.
1064
10652010-01-02 Karl Fogel <kfogel@red-bean.com>
1066
1067 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
1068 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
1069 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
1070 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
1071
1072 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
1073 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
1074 To: emacs-devel {_AT_} gnu.org
1075 Subject: bookmark.el bug report
1076 Date: Mon, 28 Dec 2009 14:19:16 +0800
1077 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
1078
10792010-01-02 Karl Fogel <kfogel@red-bean.com>
1080
1081 * bookmark.el: Improvements suggested by Drew Adams:
1082 (bookmark-bmenu-ensure-position): New name for
1083 `bookmark-bmenu-check-position'. Just ensure the position,
1084 don't return any meaningful value.
1085 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
1086 New constants.
1087
10882010-01-02 Juanma Barranquero <lekktu@gmail.com>
1089
1090 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
1091 (bookmark-yank-point, bookmark-bmenu-check-position):
1092 Fix typos in docstrings.
1093 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
1094 (bookmark-name-from-full-record, bookmark-get-position)
1095 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
1096 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
1097 Remove useless quoting of parenthesis, etc. in docstrings.
1098
1099 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
1100 (ediff-append-custom-diff): Fix typo in error message.
1101 (ediff-meta-mark-equal-files): Fix typos in messages.
1102
1103 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
1104
1105 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
1106 Fix typo in docstring.
1107
1108 * net/imap-hash.el (imap-hash-make): Doc fix.
1109 (imap-hash-test): Fix typo in error message; reflow docstring.
1110 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
1111 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
1112 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
1113 Fix typos in docstrings.
1114 (imap-hash-open-connection): Fix typo in error message.
1115
1116 * play/gomoku.el (gomoku): Fix typos in docstring.
1117
1118 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
1119 (gdb-jsonify-buffer): Fix typos in docstring.
1120 (gdb-goto-breakpoint): Fix typo in error message.
1121 ("Display Other Windows"): Fix typo in help message.
1122 (gdb-speedbar-expand-node): Fix typo in question.
1123
1124 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
1125 (idlwave-html-system-help-location, idlwave-html-help-location)
1126 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
1127 (idlwave-help-browser-generic-args, idlwave-help-directory)
1128 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
1129 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
1130 (idlwave-online-help, idlwave-help-html-link)
1131 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
1132 Fix typos in docstrings.
1133 (idlwave-help-with-source, idlwave-help-find-routine-definition):
1134 Reflow docstrings.
1135 (idlwave-help-assistant-start): Fix typo in error message.
1136
1137 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
1138 (octave-electric-space): Fix typos in docstrings.
1139
11402010-01-01 Chong Yidong <cyd@stupidchicken.com>
1141
1142 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
1143
11442010-01-01 Juri Linkov <juri@jurta.org>
1145
1146 * comint.el (comint-input-ring-size): Make it a defcustom and
1147 increase the default to 500 (Bug#5148).
1148
11492009-12-31 Nick Roberts <nickrob@snap.net.nz>
1150
1151 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
1152 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
1153 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
1154
11552009-12-30 Nick Roberts <nickrob@snap.net.nz>
1156
1157 Show working revision correctly for mercurial.
1158 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
1159 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
1160
11612009-12-29 Juanma Barranquero <lekktu@gmail.com>
1162
1163 Declare some functions for the byte-compiler.
1164 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
1165 (speedbar-timer-fn, speedbar-change-expand-button-char)
1166 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
1167
11682009-12-29 Nick Roberts <nickrob@snap.net.nz>
1169
1170 This changeset reverts GDB Graphical Interface to use annotations.
1171 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
1172
11732009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1174
1175 Make vc-dir work on subdirectories of the bzr root.
1176 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
1177 file names relative to it.
1178 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
1179 relative directory to vc-bzr-after-dir-status.
1180
11812009-12-28 Tassilo Horn <tassilo@member.fsf.org>
1182
1183 * font-lock.el (font-lock-refresh-defaults): New function, which
1184 can be used to let font-lock react to external changes in
1185 variables like font-lock-defaults and keywords.
1186 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
1187
11882009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
1189
1190 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
1191
1192 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
1193
11942009-12-28 Juanma Barranquero <lekktu@gmail.com>
1195
1196 Supersede color.diff settings in git log (bug#5211).
1197
1198 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
1199 escape chars in its output when the user has color.diff set to `always'.
1200 This fix works on git 1.4.2 and newer (released on 2006-08-13).
1201
12022009-12-26 Kevin Ryde <user42@zip.com.au>
1203
1204 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
1205 node. Keep previous "Index" name to work with past coreutils too.
1206
1207 * man.el (man): Revise docstring a bit to show -a and -l as
1208 examples. Add -k description since support for it has otherwise
1209 been a secret. (Further to bug#3717.)
1210 (Man-bgproc-sentinel): When "-k foo" produces no output show error
1211 "no matches" rather than "Can't find manpage", as the latter reads
1212 like -k was interpreted as a page name, which is not so. (Bug#5431)
1213
12142009-12-26 Michael Albinus <michael.albinus@gmx.de>
1215
1216 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
1217 switches. Check also for //SUBDIRED// line.
1218
12192009-12-25 Kenichi Handa <handa@m17n.org>
1220
1221 * language/indian.el (devanagari-composable-pattern): Fixed to
1222 handle ZWNJ and ZWJ. Use it in composition-function-table for
1223 Devanagari.
1224 (malayalam-composable-pattern): Fix previous change.
1225
12262009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1227
1228 * ps-print.el (ps-face-attributes): It was not returning the
1229 attribute face for faces specified as string. Reported by harven
1230 <harven@free.fr>.
1231 (ps-print-version): New version 7.3.5.
1232
12332009-12-18 Ulf Jasper <ulf.jasper@web.de>
1234
1235 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
1236 timezone names.
1237 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
1238 (icalendar--add-diary-entry): Remove the trailing blank that
1239 diary-make-entry inserts.
1240
12412009-12-17 Michael Albinus <michael.albinus@gmx.de>
1242
1243 Make `file-expand-wildcards' work for remote files.
1244
1245 * files.el (file-expand-wildcards): In case of remote files, check
1246 only local file name part for wildcards. Provide feature 'files
1247 and subfeature 'remote-wildcards. (Bug#5198)
1248
1249 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
1250 if there is already an established connection.
1251 (tramp-advice-file-expand-wildcards): Remove it.
1252
1253 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
1254 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
1255 Activate advice for older GNU Emacs versions. (Bug#5237)
1256
12572009-12-17 Juanma Barranquero <lekktu@gmail.com>
1258
1259 Some doc fixes (more needed).
1260
1261 * find-cmd.el (find-constituents): Reflow docstring.
1262 (find-cmd, find-prune, find-command): Fix typos in docstrings.
1263 (find-generic): Doc fix.
1264
12652009-12-17 Juri Linkov <juri@jurta.org>
1266
1267 Fix regression from 23.1 to allow multiple modes in Local Variables.
1268
1269 * files.el (hack-local-variables-filter): While ignoring duplicates,
1270 don't take `mode' into account.
1271 (hack-local-variables-filter, hack-dir-local-variables): Don't
1272 remove duplicate `mode' from local-variables-alist (like `eval').
1273
12742009-12-17 Juri Linkov <juri@jurta.org>
1275
1276 Make `dired-diff' more safe. (Bug#5225)
1277
1278 * dired-aux.el (dired-diff): Signal an error when `file' equals to
1279 `current' or when `file' is a directory of the `current' file.
1280
12812009-12-17 Andreas Schwab <schwab@linux-m68k.org>
1282
1283 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
1284 unconditionally preloaded files.
1285
12862009-12-16 Juri Linkov <juri@jurta.org>
1287
1288 Revert to old 23.1 logic of using the file at the mark as default.
1289 * dired-aux.el (dired-diff): Use the file at the mark as default
1290 if it's not the same as the current file, and the target dir is
1291 the current dir or the mark is active. Add the current file
1292 as the arg of `dired-dwim-target-defaults'. Use the default file
1293 in the prompt. (Bug#5225)
1294
12952009-12-15 Michael Albinus <michael.albinus@gmx.de>
1296
1297 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
1298 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
1299 (tramp-check-for-regexp): Check also, when an echoing shell stops
1300 to echo sent commands.
1301
13022009-12-14 Chong Yidong <cyd@stupidchicken.com>
1303
1304 * Makefile.in: Revert last change (Bug#5191).
1305
13062009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
1307
1308 * vc-hg.el (vc-hg-print-log): Fix argument order.
1309 (vc-hg-working-revision): Make sure the command is executed in a
1310 known environment so that we can parse the output. (Bug#4417)
1311
13122009-12-14 Chong Yidong <cyd@stupidchicken.com>
1313
1314 * progmodes/python.el (python-symbol-completions): Remove text
1315 properties from symbol string before calling python-send-receive.
1316
13172009-12-14 Nick Roberts <nickrob@snap.net.nz>
1318
1319 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
1320 when there are values for both file and line. (Bug#5060)
1321
13222009-12-14 Juri Linkov <juri@jurta.org>
1323
1324 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
1325 whitespace after the file name of the first line of unified format,
1326 because git-diff doesn't output whitespace and file modification time
1327 after the file name.
1328
13292009-12-14 David Kastrup <dak@gnu.org>
1330
1331 * info.el (Info-hide-cookies-node): Before hiding a cookie,
1332 check if it already has the `display' property added by
1333 `Info-display-images-node', and not put the `invisible' property
1334 in this case.
1335
13362009-12-14 Chong Yidong <cyd@stupidchicken.com>
1337
1338 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1339 (semantic-mru-bookmark-mode): Doc fixes.
1340
1341 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
1342 of assert.
1343
13442009-12-13 Glenn Morris <rgm@gnu.org>
1345
1346 * mail/emacsbug.el (message-sort-headers): Define for compiler.
1347 (report-emacs-bug): In message-mode, sort manually before storing
1348 original report text. (Bug#5178)
1349 Remove superfluous save-excursion.
1350
13512009-12-12 Michael Albinus <michael.albinus@gmx.de>
1352
1353 * net/dbus.el (dbus-property-handler): Filter lambda forms out
1354 when responding to "GetAll" properties.
1355
13562009-12-12 Chong Yidong <cyd@stupidchicken.com>
1357
1358 * simple.el (compose-mail): Remove mail-setup-with-from from
1359 customization checks.
1360
13612009-12-12 Eli Zaretskii <eliz@gnu.org>
1362
1363 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
1364 RAR archives created on Unix systems.
1365
13662009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
1367
1368 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
1369 the varalias that was accidentally removed by the 2009-11-19 change
1370 (bug#5186).
1371
13722009-12-12 Kenichi Handa <handa@m17n.org>
1373
1374 * language/indian.el (indian-compose-regexp): New function.
1375 (malayalam-composable-pattern): Fix the pattern.
1376 (composition-function-table): Set malayalam-composable-pattern for
1377 Malayalam characters.
1378
13792009-12-11 Chong Yidong <cyd@stupidchicken.com>
1380
1381 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
1382 rather than down-mouse-1, based on follow-link conventions.
1383
1384 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
1385 are compiled.
1386
13872009-12-11 Michael McNamara <mac@mail.brushroad.com>
1388
1389 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1390 (verilog-vmm-statement-re, verilog-ovm-statement-re)
1391 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
1392 (verilog-leap-to-head, verilog-backward-token):
1393 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
1394
13952009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
1396
1397 * progmodes/verilog-mode.el (verilog-auto-lineup)
1398 (verilog-nameable-item-re): Cleanup user-visible spelling and
1399 documentation errors. One reported by Gary Delp.
1400 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
1401 (verilog-read-decls): Fix AUTOWIRE with types declared in a
1402 package, bug195. Reported by Pierre-David Pfister.
1403
14042009-12-11 Glenn Morris <rgm@gnu.org>
1405
1406 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
1407
1408 * mail/emacsbug.el: No longer require sendmail.
1409 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
1410 (report-emacs-bug-orig-text): Doc fix.
1411 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
1412 New local variables, to adapt to different mail-user-agents.
1413 (report-emacs-bug): Fix test for a gnu.org address.
1414 Use overlays for emphasis, since font-lock defeats 'face property.
1415 Pretest bugs also end up at the newsgroup these days.
1416 Stop message-mode stripping text properties.
1417 Set and use the new buffer-local variables.
1418 (report-emacs-bug-hook): Add doc-string.
1419 Remove some unnecessary save-excursions and simplify.
1420 Use the appropriate hook and send-command.
1421
1422 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
1423 capitalization of some menu entries.
1424
14252009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1426
1427 * whitespace.el (whitespace-display-char-on): Ensure
1428 `buffer-display-table' is unique when two or more windows are
1429 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
1430 New version 12.1.
1431
14322009-12-10 Eli Zaretskii <eliz@gnu.org>
1433
1434 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
1435 characters in the Attribute field.
1436
14372009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1438
1439 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
1440
14412009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1442
1443 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
1444 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1445 Disregard autoload-excludes.
1446 (update-directory-autoloads): Obey autoload-excludes here instead.
1447 But don't store its contents in no-autoloads and remove entries that
1448 refer to excludes files.
1449
14502009-12-10 Glenn Morris <rgm@gnu.org>
1451
1452 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
1453 (expand-mail-aliases): Define for compiler.
1454
1455 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
1456 Define for compiler.
1457
1458 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
1459 appropriate for the mail-user-agent in use.
1460
14612009-12-09 Michael Albinus <michael.albinus@gmx.de>
1462
1463 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
1464
14652009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
1466
1467 Fix short log parsing and fontification.
1468 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
1469 Fix fontification for the [merge] label.
1470
14712009-12-09 Vivek Dasmohapatra <vivek@etla.org>
1472
1473 Drop some properties to avoid surprises.
1474 * htmlfontify.el (hfy-ignored-properties): New defcustom.
1475 (hfy-fontify-buffer): Use it.
1476
14772009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
1478
1479 Minor cleanup.
1480 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
1481 Adjust all callers.
1482 (ffap-locate-file): Remove unused arg `dir-ok' and make other
1483 args compulsory. Adjust callers.
1484 (ffap-gopher-at-point): Remove unused var `name'.
1485
1486 Get rid of the ELCFILES abomination.
1487 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
1488 (compile-elcfiles): New phony target.
1489 (compile-main): Compute ELCFILES dynamically.
1490 (compile-clean): New target to remove left-over elc files.
1491 (compile, all): Use it.
1492
14932009-12-09 Kenichi Handa <handa@etlken>
1494
1495 * international/mule-diag.el: Require help-mode instead of help-fns.
1496
14972009-12-09 Kenichi Handa <handa@m17n.org>
1498
1499 * international/mule-cmds.el (ucs-names): Supply sufficiently
1500 fine ranges instead of pre-calculating accurate ranges.
1501 Iterate with bigger gc-cons-threshold.
1502
15032009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1504
1505 Add support for stashing a snapshot of the current tree.
1506 * vc-git.el (vc-git-stash-snapshot): New function.
1507 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
1508
15092009-12-08 Jose E. Marchesi <jemarch@gnu.org>
1510
1511 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
1512 instead of `(beginning|end)-of-line'.
1513
15142009-12-08 Glenn Morris <rgm@gnu.org>
1515
1516 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
1517
1518 * Makefile.in (ELCFILES): Regenerate.
1519
15202009-12-07 Juri Linkov <juri@jurta.org>
1521
1522 Don't lazy-highlight the comint output in history Isearch mode.
1523
1524 * comint.el (comint-history-isearch-search): Instead of
1525 `comint-line-beginning-position', use `comint-after-pmark-p'
1526 to check if point if before the process mark, and go to
1527 `process-mark' in this case.
1528
15292009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1530
1531 * textmodes/tex-mode.el (latex-complete)
1532 (latex-indent-or-complete): Remove.
1533 (latex-mode): Set completion-at-point-functions instead.
1534
1535 Provide a standard completion command and hook it into TAB.
1536 * minibuffer.el (completion-at-point-functions): New var.
1537 (completion-at-point): New command.
1538 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
1539 * progmodes/python.el (python-mode-map): Use completion-at-point.
1540 (python-completion-at-point): Rename from python-partial-symbol and
1541 adjust for use in completion-at-point-functions.
1542 (python-mode): Setup completion-at-point for Python completion.
1543 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
1544 extracted from lisp-complete-symbol.
1545 (lisp-complete-symbol): Use it.
1546 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
1547 setup completion-at-point for Elisp completion.
1548 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1549 Use completion-at-point.
1550 * ielm.el (ielm-map): Use completion-at-point.
1551 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
1552 * progmodes/sym-comp.el: Move to...
1553 * obsolete/sym-comp.el: Move from progmodes.
1554
15552009-12-07 Eli Zaretskii <eliz@gnu.org>
1556
1557 Prevent save-buffer in Rmail buffers from using the coding-system
1558 of the current message, and from clobbering the encoding mnemonics
1559 in the mode line (Bug#4623).
1560
1561 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
1562 flag, too.
1563 (rmail-message-encoding): New variable.
1564 (rmail-write-region-annotate): Record the encoding of the current
1565 message in rmail-message-encoding.
1566 (rmail-after-save-hook): New function, restores the encoding of
1567 the current message after the message collection is saved.
1568
15692009-12-07 Juri Linkov <juri@jurta.org>
1570
1571 * progmodes/grep.el (grep-read-files): Use `completing-read'
1572 instead of `read-string'. Set its `collection' arg to
1573 `read-file-name-internal'. (Bug#4301)
1574
15752009-12-07 Juri Linkov <juri@jurta.org>
1576
1577 Correctly restore original Isearch point. (Bug#4994)
1578
1579 * isearch.el (isearch-mode): Move `isearch-push-state' after
1580 `(run-hooks 'isearch-mode-hook)'.
1581 (isearch-cancel): When `isearch-push-state-function' is defined,
1582 let-bind `isearch-cmds' to the first state (the last element of
1583 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
1584 function and restores the original point). Otherwise, move point
1585 to `isearch-opoint'.
1586
15872009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1588
1589 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
1590 chars that don't have names, so the table can be built much faster at
1591 run-time.
1592
15932009-12-07 Chong Yidong <cyd@stupidchicken.com>
1594
1595 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
1596 change. Suggested by David Kastrup.
1597
1598 * simple.el (compose-mail): Check for incompatibilities and warn.
1599 (compose-mail-user-agent-warnings): New option.
1600
16012009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1602
1603 Support showing a single log entry from vc-annotate.
1604 * vc.el (print-log): Add a new argument: START-REVISION.
1605 (vc-print-log-internal): Add a new optional argument and
1606 pass it to the backend.
1607 (vc-print-log, vc-print-root-log): Adjust callers.
1608 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
1609 buffer already displays the requested log entry, use it.
1610 Otherwise display only the log entry in question.
1611 * vc-svn.el (vc-svn-print-log):
1612 * vc-mtn.el (vc-mtn-print-log):
1613 * vc-hg.el (vc-hg-state):
1614 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
1615 (vc-git-show-log-entry): Return t on success.
1616 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
1617 (vc-bzr-show-log-entry): Return t on success.
1618 * vc-rcs.el (vc-rcs-print-log):
1619 * vc-sccs.el (vc-sccs-print-log):
1620 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
1621
16222009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1623
1624 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
1625 Add menus to the meta mode. (Bug#5043)
1626
16272009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
1628
1629 * ediff-init.el (ediff-event-key): Use event-to-character instead of
1630 event-key.
1631
1632 * ediff.el (ediff-buffers-internal): Add unwind-protect.
1633
16342009-12-07 Michael Albinus <michael.albinus@gmx.de>
1635
1636 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
1637 Berbain <raphael.berbain@gmail.com>.
1638
1639 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
1640 characters.
1641 (tramp-initial-end-of-output): New defconst.
1642 (tramp-methods, tramp-find-shell)
1643 (tramp-open-connection-setup-interactive-shell)
1644 (tramp-maybe-open-connection): Use it.
1645 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
1646 existence of `#' and `$'.
1647
1648 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
1649 `tramp-initial-end-of-output'.
1650
16512009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1652
1653 Get the background mode from the terminal for xterm, and set
1654 faces accordingly.
1655 * term/xterm.el (xterm-set-background-mode): New function.
1656 (terminal-init-xterm): Use it in case xterm supports background
1657 color queries. Recompute faces after getting the background
1658 color.
1659
16602009-12-07 Ulrich Mueller <ulm@gentoo.org>
1661
1662 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
1663 number comment back on its own line, for easier parsing.
1664
16652009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1666
1667 Make it work for non-file buffers (bug#5102).
1668 * doc-view.el (doc-view-current-cache-dir):
1669 Use doc-view-buffer-file-name rather than buffer-file-name.
1670 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
1671
16722009-12-06 Óscar Fuentes <ofv@wanadoo.es>
1673
1674 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
1675 author field is too short.
1676
16772009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
1678
1679 * vc-git.el (vc-git-print-log): Handle a limit argument.
1680 Display the short log in graph form and with labels.
1681 (vc-git-log-view-mode): Handle labels.
1682
1683 Make vc-revert change VC state from 'added to 'unregistered.
1684 * vc-git.el (vc-git-revert): Call git reset first.
1685
16862009-12-06 Ulf Jasper <ulf.jasper@web.de>
1687
1688 * net/newst-backend.el, net/newst-plainview.el:
1689 * net/newst-reader.el, net/newst-ticker.el:
1690 * net/newst-treeview.el, net/newsticker.el:
1691 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
1692
16932009-12-06 Chong Yidong <cyd@stupidchicken.com>
1694
1695 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
1696
1697 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
1698 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
1699 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
1700 Update annotation regexp.
1701
1702 * simple.el (beginning-of-visual-line): Constrain to field
1703 boundaries (Bug#5106).
1704
17052009-12-06 Ulf Jasper <ulf.jasper@web.de>
1706
1707 * xml.el (xml-substitute-numeric-entities): Move
1708 newsticker--decode-numeric-entities in newst-backend.el to
1709 xml-substitute-numeric-entities in xml.el. (Bug#5008)
1710 * net/newst-backend.el (newsticker--parse-generic-feed)
1711 (newsticker--parse-generic-items)
1712 (newsticker--decode-numeric-entities): Move
1713 newsticker--decode-numeric-entities in newst-backend.el to
1714 xml-substitute-numeric-entities in xml.el. (Bug#5008)
1715
17162009-12-06 Daniel Colascione <dan.colascione@gmail.com>
1717
1718 * progmodes/js.el (js--js-not): Add null to the list of values.
1719
17202009-12-06 Chong Yidong <cyd@stupidchicken.com>
1721
1722 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
1723
17242009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1725
1726 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
1727 delimiter if it is at the end of the current line.
1728 (bibtex-generate-url-list): Fix docstring.
1729
17302009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1731
1732 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
1733 minibuffer's content with itself.
1734 Fold the confirm-after-completion case into the `confirm' case.
1735 (completion-pcm-word-delimiters): Add : and / to the delimiters.
1736
17372009-12-06 Kevin Ryde <user42@zip.com.au>
1738
1739 * ffap.el (ffap-rfc-path): Make this a defcustom since
1740 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
1741
1742 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
1743 manuals, similar to existing setup for help-mode. (Bug#3913.)
1744
17452009-12-05 Juri Linkov <juri@jurta.org>
1746
1747 Save and restore dired buffer's point positions too. (Bug#4880)
1748
1749 * dired.el (dired-save-positions): Return in the first element
1750 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
1751 Doc fix.
1752 (dired-restore-positions): First restore buffer's position.
1753 While restoring window's positions, check if window still displays
1754 the original buffer.
1755
17562009-12-05 Chong Yidong <cyd@stupidchicken.com>
1757
1758 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
1759 if possible.
1760
1761 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
1762 Make argument optional.
1763
1764 * shell.el (shell): Require ansi-color (Bug#5113).
1765
1766 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
1767
1768 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
1769
17702009-12-05 Alan Mackenzie <acm@muc.de>
1771
1772 * progmodes/cc-mode.el (c-before-hack-hook)
1773 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
1774 `c-file-style' to work again. This reversion restores the current
1775 software to its state in Emacs 23.1. (Bug#4146)
1776
17772009-12-05 Kevin Ryde <user42@zip.com.au>
1778
1779 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
1780 comment-start-skip to comment-end-skip as comment (Bug#4781).
1781
17822009-12-05 Juri Linkov <juri@jurta.org>
1783
1784 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
1785 for virtual nodes. (Bug#4147)
1786 (Info-find-node-2): Set `Info-current-node-virtual' to nil
1787 when moving from a virtual node.
1788 (Info-mode-menu): Add `Info-virtual-index' to the menu.
1789 (Info-mode): Add `Info-virtual-index' to the docstring.
1790
17912009-12-05 Eric Ludlam <zappo@gnu.org>
1792
1793 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
1794 Describe project macro symbols.
1795
1796 * cedet/semantic/complete.el (semantic-complete-do-completion):
1797 Don't call semantic-collector-current-exact-match.
1798
1799 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
1800 ede-objects as targets.
1801
1802 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
1803 a target's object list even if compiler vars are already in the
1804 Makefile.
1805
1806 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
1807 list of headers producing necessary macros.
1808
18092009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1810
1811 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
1812 track of the buffer position of the end of a BibTeX entry as this
1813 position may change during reformatting.
1814 (bibtex-format-entry): Remove whitespace before processing
1815 numerical fields so that we recognize the latter properly.
1816 (bibtex-reformat): Do not use push which changes the global value
1817 of bibtex-entry-format.
1818 (bibtex-field-braces-alist, bibtex-field-strings-alist)
1819 (bibtex-field-re-init): Replace only space characters by regexp
1820 for whitespace.
1821 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
1822 (bibtex-initialize): Also update bibtex-strings.
1823 (bibtex-kill-field): Preserve white space at end of entry.
1824 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
1825 Update bibtex-reference-keys.
1826
18272009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1828
1829 * minibuffer.el (completion-pcm--merge-try): Also consider placing
1830 point after a star, if that's the only place where modifications can
1831 make progress.
1832
18332009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
1834
1835 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
1836 in docstrings.
1837
18382009-12-04 Juri Linkov <juri@jurta.org>
1839
1840 * proced.el (proced): Call `(proced-update t)' to update process
1841 information instead of only running proced-post-display-hook.
1842 (proced-send-signal): Add a leading space to the buffer name
1843 " *Marked Processes*" to make this buffer ephemeral.
1844
18452009-12-04 Juri Linkov <juri@jurta.org>
1846
1847 * dired.el (dired-auto-revert-buffer): New defcustom.
1848 (dired-internal-noselect): Use it.
1849
18502009-12-04 Juri Linkov <juri@jurta.org>
1851
1852 Change roles of modes and functions in image-mode.el (Bug#5062).
1853
1854 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
1855 in `auto-mode-alist'.
1856 (image-mode-previous-major-mode): New variable.
1857 (image-minor-mode-map): Rename from `image-mode-text-map'.
1858 (image-mode): Move graceful error-handling code from
1859 `image-minor-mode' to here. On errors call `image-mode-as-text'.
1860 (image-minor-mode): Remove all image-handling code.
1861 Replace `image-mode-text-map' with `image-minor-mode-map'.
1862 Check for `image-type' in mode-line format string.
1863 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
1864 (image-mode-as-text): New function with most code from
1865 `image-mode-maybe'.
1866 (image-toggle-display-text): Move code that removes image
1867 properties from `image-toggle-display' to here.
1868 (image-toggle-display-image): New function with code that adds
1869 image properties copied from `image-toggle-display'.
1870 (image-toggle-display): Remove most code with leaving only code
1871 that toggles between `image-mode-as-text' and `image-mode'.
1872
18732009-12-04 Ulf Jasper <ulf.jasper@web.de>
1874
1875 * net/newst-treeview.el
1876 (newsticker--treeview-list-highlight-start): Restored call to
1877 save-excursion: Selected item was stuck.
1878 (newsticker--treeview-list-select): New.
1879 (newsticker--treeview-item-show-text)
1880 (newsticker--treeview-item-show)
1881 (newsticker--treeview-item-update): Use new
1882 newsticker-treeview-item-mode.
1883 (newsticker-treeview-update): Keep current item.
1884 (newsticker-treeview-next-new-or-immortal-item): Doc change.
1885 (newsticker--treeview-first-feed): Doc change.
1886 (newsticker-treeview-list-menu)
1887 (newsticker-treeview-item-menu): Added menu entries.
1888 (newsticker-treeview-item-mode): New.
1889
1890 * net/newst-backend.el (newsticker-customize): Delete other
1891 windows.
1892
18932009-12-04 Sam Steingold <sds@gnu.org>
1894
1895 * log-view.el (log-view-mode-map): "q" calls quit-window,
1896 like in all the other non-self-insert buffers.
1897
18982009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
1899
1900 Minor cleanup.
1901 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
1902 key decoding rather than do it manually via last-input-event +
1903 ascii-character.
1904 (term-exec): Use delete-and-extract-region.
1905 (term-handle-ansi-terminal-messages): Remove unused var `end'.
1906 (term-process-pager): Remove unused var `i'.
1907 (term-dynamic-simple-complete): Make obsolete.
1908 (serial-update-config-menu): Remove unused vars `y' and `str'.
1909 (term-update-mode-line): Remove unused var `temp'.
1910
19112009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1912
1913 Limit the number of log entries displayed by default.
1914 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
1915 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
1916 using a prefix argument.
1917
19182009-12-03 Glenn Morris <rgm@gnu.org>
1919
1920 * progmodes/idlwave.el (class): Restore still useful declaration.
1921
19222009-12-03 Alan Mackenzie <acm@muc.de>
1923
1924 Enhance `c-parse-state' to run efficiently in "brace deserts".
1925
1926 * progmodes/cc-mode.el (c-basic-common-init):
1927 Call c-state-cache-init.
1928 (c-neutralize-syntax-in-and-mark-CPP): Rename from
1929 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
1930 placing `category' properties value 'c-cpp-delimiter at its boundaries.
1931
1932 * progmodes/cc-langs.el (c-before-font-lock-function):
1933 c-extend-and-neutralize-syntax-in-CPP has been renamed
1934 c-neutralize-syntax-in-and-mark-CPP.
1935
1936 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
1937 with `category' properties now, not `syntax-table' ones.
1938
1939 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
1940 enhanced (but slower) version of c-end-of-macro that won't land
1941 inside a literal or on another awkward character.
1942 (c-state-cache-too-far, c-state-cache-start)
1943 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
1944 (c-state-nonlit-pos-cache-limit, c-state-point-min)
1945 (c-state-point-min-lit-type, c-state-point-min-lit-start)
1946 (c-state-min-scan-pos, c-state-brace-pair-desert)
1947 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
1948 buffer local variables.
1949 (c-state-literal-at, c-state-lit-beg)
1950 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
1951 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
1952 (c-state-cache-top-paren, c-state-cache-after-top-paren)
1953 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
1954 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
1955 (c-renarrow-state-cache)
1956 (c-append-lower-brace-pair-to-state-cache)
1957 (c-state-push-any-brace-pair, c-append-to-state-cache)
1958 (c-remove-stale-state-cache)
1959 (c-remove-stale-state-cache-backwards, c-state-cache-init)
1960 (c-invalidate-state-cache-1, c-parse-state-1)
1961 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
1962 (c-parse-state): Enhance and refactor.
1963 (c-debug-parse-state): Amend to deal with all the new variables.
1964
1965 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
1966 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
1967 modify to use category text properties rather than syntax-table ones.
1968 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
1969 to switch off/on the syntactic paren property of C++ template
1970 delimiters using the category property.
1971 (c-with-<->-as-parens-suppressed): Macro to invoke code with
1972 template delims suppressed.
1973 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
1974 New constant/macros which apply category properties to the start
1975 and end of preprocessor constructs.
1976 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
1977 "comment out" the syntactic value of characters in preprocessor
1978 constructs.
1979 (c-with-cpps-commented-out)
1980 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
1981 with characters in all or all but one preprocessor constructs
1982 "commented out".
1983
19842009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1985
1986 * proced.el (proced-filter-alist): Use regexp-quote.
1987
19882009-12-03 Michael Albinus <michael.albinus@gmx.de>
1989
1990 Cleanup.
1991 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
1992 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
1993 arguments. Expand `default-directory'.
1994
1995 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
1996 the benefit of returning an expanded localname.
1997 (tramp-tramp-file-p): Handle the case NAME is not a string.
1998
19992009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2000
2001 Add support for bzr shelve/unshelve.
2002 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2003 (vc-bzr-extra-menu-map): New variables.
2004 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
2005 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
2006 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
2007 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
2008 (vc-bzr-dir-extra-headers): Display shelves.
2009
2010 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
2011
20122009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2013
2014 * textmodes/bibtex.el (bibtex-complete-internal):
2015 Use completion-in-region.
2016 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
2017
20182009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2019
2020 Support applying stashes. Improve UI.
2021 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
2022 (vc-git-stash-apply, vc-git-stash-pop)
2023 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
2024 (vc-git-stash-menu): New functions.
2025 (vc-git-stash-menu-map): New variable.
2026 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
2027
20282009-12-03 Glenn Morris <rgm@gnu.org>
2029
2030 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
2031 (vc-print-log-internal): Fix previous change.
2032 (vc-revert): Correct pluralization.
2033
20342009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2035
2036 * progmodes/make-mode.el (makefile-special-targets-list): No need for
2037 it to be an alist any more.
2038 (makefile-complete): Use completion-in-region.
2039
2040 * progmodes/octave-mod.el (octave-complete-symbol):
2041 Use completion-in-region.
2042
2043 Misc cleanup.
2044 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
2045 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
2046 (idlwave-complete-class): Don't quote lambda.
2047 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
2048 (idlwave-mode-map): Move initialization into declaration.
2049 (idlwave-action-and-binding): Use backquotes.
2050 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
2051 Simplify.
2052 (idlwave-is-pointer-dereference): Remove unused var `pos'.
2053 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
2054 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
2055 `parts', and `all-parts'.
2056 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
2057 (idlwave-convert-xml-system-routine-info): Remove unused string
2058 `version-string'.
2059 (idlwave-display-user-catalog-widget): Use dolist.
2060 (idlwave-scanning-lib): Declare dynamically-scoped var.
2061 (idlwave-scan-library-catalogs): Remove unused var `flags'.
2062 (completion-highlight-first-word-only): Declare to silence bytecomp.
2063 (idlwave-popup-select): Tighten scope of `resp'.
2064 (idlwave-find-struct-tag): Remove unused var `beg'.
2065 (idlwave-after-load-rinfo-hook): Declare.
2066 (idlwave-sintern-class-info): Remove unused var `taglist'.
2067 (idlwave-find-class-definition): Remove unused var `list'.
2068 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
2069 (idlwave-what-module-find-class): Remove unused var `classes'.
2070
20712009-12-03 Juanma Barranquero <lekktu@gmail.com>
2072
2073 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
2074
20752009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2076
2077 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
2078 buffers visited. Remove redundant current-buffer-saving.
2079
20802009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2081
2082 Use completion-in-buffer and remove uses of dynamic scoping.
2083 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
2084 (pascal-buffer-to-use, pascal-flag): Don't declare.
2085 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
2086 (pascal-get-completion-decl, pascal-keyword-completion):
2087 Add `pascal-str' argument, save-excursion,
2088 return the found completions, and don't filter with pascal-pred.
2089 (pascal-completion-cache): New var.
2090 (pascal-completion): Don't switch buffer any more (it was never
2091 necessary). Don't save-excursion any more (it's done by the called
2092 subroutines). Use a cache to avoid redundant computations.
2093 Use complete-with-action rather than pascal-completion-response and
2094 let it apply the predicate as well.
2095 (pascal-complete-word): Use completion-in-buffer when
2096 pascal-toggle-completions is nil.
2097 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
2098 not used any more.
2099 (pascal-comp-defun): Don't change buffer any more.
2100 Use complete-with-action rather than pascal-completion-response and
2101 let it apply the predicate as well.
2102 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
2103 when neded.
2104
21052009-12-02 Kenichi Handa <handa@m17n.org>
2106
2107 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
2108 shape for all Indic scripts.
2109
21102009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2111
2112 Use completion-in-buffer.
2113 * wid-edit.el (widget-field-text-end): New function.
2114 (widget-field-value-get): Use it.
2115 (widget-string-complete, widget-file-complete)
2116 (widget-color-complete): Use it and completion-in-region.
2117 (widget-complete): Don't narrow the buffer.
2118
21192009-12-02 Glenn Morris <rgm@gnu.org>
2120
2121 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
2122 (rmail-select-summary): Use rmail-pop-to-buffer.
2123 * mail/rmailsum.el: Replace all pop-to-buffer calls with
2124 rmail-pop-to-buffer, to prevent horizontal splits.
2125
2126 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
2127 save-excursion with save-current-buffer.
2128 Widen before searching. (Bug#5093)
2129 (diary-list-sexp-entries): Remove superfluous save-excursion.
2130
21312009-12-02 Michael Welsh Duggan <mwd@cert.org>
2132
2133 * woman.el (woman-make-bufname): Handle man-pages with "." in the
2134 name. (Bug#5038)
2135
21362009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
2137
2138 * ido.el (ido-file-internal): Handle filenames at point that do
2139 not have a directory part. (Bug#5049)
2140
21412009-12-02 Juanma Barranquero <lekktu@gmail.com>
2142
2143 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
2144 (mpc-songs-jump-to, mpc-resume): Doc fixes.
2145
21462009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
2147
2148 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
2149 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
2150 any more.
2151
21522009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2153
2154 * comint.el (comint-insert-input): Ignore clicks to the right of
2155 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
2156
2157 * vc.el (vc-print-log-internal): Don't wait for the process to
2158 terminate before setting up the major mode.
2159
2160 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
2161 in case.
2162
2163 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
2164 the last element.
2165
2166 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
2167
21682009-12-01 Glenn Morris <rgm@gnu.org>
2169
2170 * window.el (window--display-buffer-2): Fix previous changes.
2171
21722009-12-01 Chong Yidong <cyd@stupidchicken.com>
2173
2174 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
2175
21762009-12-01 Glenn Morris <rgm@gnu.org>
2177
2178 * Makefile.in (ELCFILES): Add mpc.elc.
2179
21802009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2181
2182 * mpc.el: New file.
2183
21842009-12-01 Glenn Morris <rgm@gnu.org>
2185
2186 * window.el (window-to-use): Define for compiler.
2187
2188 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
2189 consistent with others (no final period).
2190
2191 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
2192 (rmail-mime-show): Downcase the encoding. (Bug#5070)
2193
21942009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
2195
2196 Make vc-print-log buttons work.
2197 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
2198
21992009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
2200
2201 * savehist.el (savehist-autosave-interval): Allow setting to nil
2202 through customize. (Bug#5056)
2203
22042009-11-30 Juanma Barranquero <lekktu@gmail.com>
2205
2206 Fix references to jit-lock properties.
2207 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2208 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
2209 (perl-font-lock-special-syntactic-constructs):
2210 Quote jit-lock-defer-multiline property.
2211
22122009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
2213
2214 * vc-git.el (vc-git-registered): Call vc-git-root only once.
2215
22162009-11-30 Juri Linkov <juri@jurta.org>
2217
2218 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
2219 value `buffer' of `multi-isearch-next-buffer-current-function'.
2220 Use `(current-buffer)' when `buffer' is nil.
2221 (multi-isearch-next-buffer-from-list): Don't fallback to
2222 `(current-buffer)' when `buffer' is nil. (Bug#4947)
2223
22242009-11-30 Juri Linkov <juri@jurta.org>
2225
2226 * misearch.el (multi-isearch-read-buffers): Move canonicalization
2227 of buffers with `get-buffer' to `multi-isearch-buffers'.
2228 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2229 Canonicalize BUFFERS with `get-buffer'. Doc fix.
2230 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
2231 FILES with `expand-file-name' converting relative file names
2232 to absolute. Doc fix. (Bug#4727)
2233
22342009-11-30 Juri Linkov <juri@jurta.org>
2235
2236 * misearch.el (multi-isearch-read-buffers)
2237 (multi-isearch-read-matching-buffers): New functions.
2238 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2239 Use them in the `interactive' spec. Doc fix.
2240 (multi-isearch-read-files, multi-isearch-read-matching-files):
2241 New functions.
2242 (multi-isearch-files, multi-isearch-files-regexp):
2243 Use them in the `interactive' spec. Doc fix. (Bug#4725)
2244
22452009-11-30 Juri Linkov <juri@jurta.org>
2246
2247 * doc-view.el (doc-view-continuous):
2248 Rename from `doc-view-continuous-mode'.
2249 (doc-view-menu): Move "Toggle display" to the top.
2250 Add submenu "Continuous" with radio buttons "Off"/"On"
2251 and "Save as Default".
2252 (doc-view-scroll-up-or-next-page)
2253 (doc-view-scroll-down-or-previous-page)
2254 (doc-view-next-line-or-next-page)
2255 (doc-view-previous-line-or-previous-page): Rename
2256 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
2257
22582009-11-30 Juri Linkov <juri@jurta.org>
2259
2260 * comint.el (comint-mode-map): Rebind `M-r' from
2261 `comint-previous-matching-input' to
2262 `comint-history-isearch-backward-regexp'.
2263 Unbind `M-s' to allow global key binding `M-s'.
2264 Add menu items for `comint-history-isearch-backward' and
2265 `comint-history-isearch-backward-regexp'. (Bug#3746)
2266
22672009-11-30 Juri Linkov <juri@jurta.org>
2268
2269 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
2270 For def=recenter, replace `recenter' with `recenter-top-bottom'
2271 that is called with `this-command' and `last-command' let-bound
2272 to `recenter-top-bottom'. When the last `def' was not `recenter',
2273 set `recenter-last-op' to nil. (Bug#4981)
2274
22752009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2276
2277 Minor cleanup and simplification.
2278 * filecache.el (file-cache-add-directory)
2279 (file-cache-add-directory-recursively)
2280 (file-cache-add-from-file-cache-buffer)
2281 (file-cache-delete-file-regexp, file-cache-delete-directory)
2282 (file-cache-files-matching-internal, file-cache-display): Use dolist.
2283 (file-cache-temp-minibuffer-message): Delete function.
2284 (file-cache-minibuffer-complete): Use minibuffer-message instead.
2285
2286 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
2287 Don't signal an error when bumping into EOB in tr, s, or y.
2288
22892009-11-29 Juri Linkov <juri@jurta.org>
2290
2291 * startup.el (fancy-about-text): Fix wording of Guided Tour.
2292 (Bug#4960)
2293
2294 * descr-text.el (describe-char-unidata-list): Use lowercase name
2295 for "Unicode name" like in other tags.
2296
22972009-11-29 Juri Linkov <juri@jurta.org>
2298
2299 * ediff-util.el (ediff-minibuffer-with-setup-hook):
2300 New compatibility macro.
2301 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
2302
23032009-11-29 Juri Linkov <juri@jurta.org>
2304
2305 Add defcustom to define the cycling order of `recenter-top-bottom'.
2306 (Bug#4981)
2307
2308 * window.el (recenter-last-op): Doc fix.
2309 (recenter-positions): New defcustom.
2310 (recenter-top-bottom): Rewrite to use `recenter-positions'.
2311 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
2312
23132009-11-29 Michael Albinus <michael.albinus@gmx.de>
2314
2315 Improve integration of Tramp and ange-ftp in eshell.
2316
2317 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
2318 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
2319 (eshell/sudo): Flatten args. Let-bind `default-directory'.
2320
2321 * eshell/esh-util.el (top): Require also Tramp when compiling.
2322 (eshell-directory-files-and-attributes): Check for FTP remote
2323 connection.
2324 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
2325 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
2326 (eshell-file-attributes): Handle ".". Return `entry'.
2327
2328 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
2329 (ange-ftp-directory-files-and-attributes)
2330 (ange-ftp-real-directory-files-and-attributes): New defuns.
2331
2332 * net/tramp.el (tramp-maybe-open-connection): Open the remote
2333 shell with "exec" when possible. This prevents trailing prompts
2334 in `start-file-process'.
2335
23362009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2337
2338 Try and remove assumptions about point-min==1.
2339 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
2340 (rng-compute-mode-line-string): Show the validation percentage in
2341 terms of the narrowed text, not the widened text.
2342 (rng-do-some-validation): Don't catch internal errors when debugging.
2343 (rng-first-error): Simplify.
2344 (rng-after-change-function): Remove work around. AFAIK the bug has
2345 been fixed a while ago.
2346
2347 * image-mode.el (image-minor-mode): Exit more gracefully when the image
2348 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
2349
2350 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
2351
2352 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
2353 `cd' doesn't always do it for us (bug#5067).
2354
2355 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
2356 on 2009-10-25 as part of some other change (bug#5067).
2357
23582009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2359
2360 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
2361 `suspicious'.
2362 (byte-compile-warnings): Use byte-compile-warning-types.
2363 (byte-compile-save-excursion): Warn about use of set-buffer right
2364 after save-excursion.
2365
2366 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
2367 the excursion as well.
2368
23692009-11-27 Michael Albinus <michael.albinus@gmx.de>
2370
2371 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
2372 providing a Tramp related implementation of "su" and "sudo".
2373 (eshell-unix-initialize): Add "su" and "sudo".
2374
23752009-11-27 Daiki Ueno <ueno@unixuser.org>
2376
2377 * net/socks.el (socks-send-command): Convert binary request to
2378 unibyte before sending. This fixes mishandling of some port
2379 numbers such as 129.
2380
23812009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2382
2383 * help.el (describe-bindings-internal): Remove `interactive'.
2384
2385 * man.el (Man-completion-table): Trim a terminating "(".
2386 Remove the space between name page a section.
2387 Add the command's description on the `help-echo' property.
2388 Remove `process-connection-type' binding since it's unused by
2389 call-process.
2390 Provide completion for the "<section> <name>" format as well.
2391 (Man-default-man-entry): Remove spurious var shadowing the argument.
2392
23932009-11-26 Kevin Ryde <user42@zip.com.au>
2394
2395 * log-view.el: Add "Keywords: tools", since its other keywords
2396 aren't in finder-known-keywords, and following vc.el.
2397
2398 * sha1.el (sha1-string-external): default-directory "/" in case
2399 otherwise non-existent. process-connection-type pipe for touch of
2400 efficiency recommended by elisp manual. (An aside in Bug#3911.)
2401
24022009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2403
2404 Misc coding convention cleanups.
2405 * htmlfontify.el (hfy-init-kludge-hook): Rename from
2406 hfy-init-kludge-hooks.
2407 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
2408 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
2409 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
2410 and push.
2411 (hfy-slant, hfy-weight): Use tables rather than code.
2412 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
2413 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
2414 (hfy-face-attr-for-class): Initialize `face-spec' directly.
2415 (hfy-face-to-css): Remove `nconc' with single arg.
2416 (hfy-p-to-face-lennart): Use `or'.
2417 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
2418 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
2419 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
2420 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
2421 (hfy-force-fontification): Use run-hooks.
2422
24232009-11-26 Vivek Dasmohapatra <vivek@etla.org>
2424
2425 Various minor fixes.
2426 * htmlfontify.el (hfy-default-header): Add toggle_invis since
2427 Javascript belongs in the header, not the body.
2428 (hfy-javascript): Remove.
2429 (hfy-fontify-buffer): Don't insert it any more.
2430 (hfy-face-at): Handle (face0 face1 face2) style face properties.
2431 Fix bug in invis handling when there were no invis props in a chunk.
2432
24332009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2434
2435 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
2436
24372009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
2438
2439 * finder.el (finder-mode-map): Add a menu.
2440
24412009-11-26 Michael McNamara <mac@mail.brushroad.com>
2442
2443 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
2444 "unsigned" structs.
2445
2446 (verilog-leap-to-head, verilog-backward-token): Handle "disable
2447 fork" statement better.
2448
24492009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
2450
2451 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
2452 (verilog-delete-auto, verilog-delete-empty-auto-pair)
2453 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
2454 Reported by Clay Douglass.
2455
2456 (verilog-auto-inst, verilog-auto-star-safe)
2457 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
2458 Fix removing "// Interfaces" when saving .* expansions. Reported by
2459 Pierre-David Pfister.
2460
24612009-11-26 Glenn Morris <rgm@gnu.org>
2462
2463 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
2464 the scope.
2465
24662009-11-25 Johan Bockgård <bojohan@gnu.org>
2467
2468 * vc-annotate.el (vc-annotate-revision-previous-to-line):
2469 Really use previous revision.
2470
24712009-11-25 Kevin Ryde <user42@zip.com.au>
2472
2473 * man.el (Man-completion-table): default-directory "/" in case
2474 doesn't otherwise exist. process-environment COLUMNS=999 so as
2475 not to truncate long names. process-connection-type pipe to avoid
2476 any chance of hitting the pseudo-tty TIOCGWINSZ.
2477 (man): completion-ignore-case t for friendliness and since man
2478 itself is case-insensitive on the command line.
2479 Further to Bug#3717.
2480
2481 * arc-mode.el: Add "Keywords: files", so the details in its
2482 commentary can be reached from finder-by-keyword.
2483 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
2484 editing mode, but it's comms related and sgml-mode.el has "comm"
2485 on that basis too.
2486 * textmodes/bibtex-style.el: Add "Keywords: tex".
2487 * international/isearch-x.el, international/ja-dic-cnv.el:
2488 * international/ja-dic-utl.el, international/kkc.el:
2489 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
2490
24912009-11-25 Juri Linkov <juri@jurta.org>
2492
2493 * man.el (Man-completion-table): Modify regexp to include
2494 section names to completion strings. (Bug#3717)
2495
24962009-11-25 Juri Linkov <juri@jurta.org>
2497
2498 Search recursively in gzipped files. (Bug#4982)
2499
2500 * progmodes/grep.el (grep-highlight-matches): Add new options
2501 `always' and `auto'. Doc fix.
2502 (grep-process-setup): Check `grep-highlight-matches' for
2503 `auto-detect' to determine the need to compute grep defaults.
2504 Move Windows/DOS specific --colors settings handling
2505 to `grep-compute-defaults'. Check `grep-highlight-matches'
2506 to get the value of "--color=".
2507 (grep-compute-defaults): Compute `grep-highlight-matches' when it
2508 has the value `auto-detect'. Move Windows/DOS specific settings
2509 from `grep-process-setup'.
2510 (zrgrep): New command with alias `rzgrep'.
2511
25122009-11-25 Juri Linkov <juri@jurta.org>
2513
2514 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
2515 to nil instead of switching off view-mode. (Bug#4896)
2516
25172009-11-25 Juri Linkov <juri@jurta.org>
2518
2519 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
2520
2521 * mwheel.el (mwheel-scroll-up-function)
2522 (mwheel-scroll-down-function): New defvars.
2523 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
2524 `scroll-up', and `mwheel-scroll-down-function' instead of
2525 `scroll-down'.
2526
2527 * doc-view.el (doc-view-scroll-up-or-next-page)
2528 (doc-view-scroll-down-or-previous-page): Add optional ARG.
2529 Use this ARG in the call to image-scroll-up/image-scroll-down.
2530 Change `interactive' spec to "P". Goto next/previous page only
2531 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
2532 SPC/DEL case). Doc fix.
2533 (doc-view-next-line-or-next-page)
2534 (doc-view-previous-line-or-previous-page): Rename arg to ARG
2535 for consistency.
2536 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
2537 `doc-view-scroll-up-or-next-page', and buffer-local
2538 `mwheel-scroll-down-function' to
2539 `doc-view-scroll-down-or-previous-page'.
2540
25412009-11-25 Juri Linkov <juri@jurta.org>
2542
2543 Provide additional default values (directories at other Dired
2544 windows) via M-n in the minibuffer of some Dired commands.
2545
2546 * dired-aux.el (dired-diff, dired-compare-directories)
2547 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
2548 `minibuffer-default' in `minibuffer-with-setup-hook'.
2549 (dired-dwim-target-directory): Find a window that displays Dired
2550 buffer instead of failing when the next window is not Dired.
2551 Use `get-window-with-predicate' to find for the next Dired window.
2552 (dired-dwim-target-defaults): New function.
2553
2554 * ediff-util.el (ediff-read-file-name):
2555 Use `dired-dwim-target-defaults' to set `minibuffer-default'
2556 in `minibuffer-with-setup-hook'.
2557
25582009-11-25 Juri Linkov <juri@jurta.org>
2559
2560 Provide additional default values (file name at point or at the
2561 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
2562
2563 * minibuffer.el (read-file-name-defaults): New function.
2564 (read-file-name): Reset `minibuffer-default' to nil when
2565 it duplicates initial input `insdef'.
2566 Bind `minibuffer-default-add-function' to lambda that
2567 calls `read-file-name-defaults' in `minibuffer-selected-window'.
2568 (minibuffer-insert-file-name-at-point): New command.
2569
2570 * files.el (file-name-at-point-functions): New defcustom.
2571 (find-file-default): Remove defvar.
2572 (find-file-read-args): Don't use `find-file-default'.
2573 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2574 to `read-file-name'.
2575 (find-file-literally): Use `read-file-name' with
2576 `confirm-nonexistent-file-or-buffer'.
2577
2578 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
2579
2580 * dired.el (dired-read-dir-and-switches):
2581 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2582 to `read-file-name'.
2583 (dired-file-name-at-point): New function.
2584 (dired-mode): Add hook `dired-file-name-at-point' to
2585 `file-name-at-point-functions'.
2586
25872009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2588
2589 Really make the *Completions* window soft-dedicated (bug#5030).
2590 * window.el (window--display-buffer-2): Add `dedicated' argument.
2591 (display-buffer): Pass it when needed so the dedicated flag is set
2592 after calling set-window-buffer, which would otherwise reset it.
2593
25942009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2595
2596 * progmodes/meta-mode.el (meta-complete-symbol):
2597 * progmodes/etags.el (complete-tag):
2598 * mail/mailabbrev.el (mail-abbrev-complete-alias):
2599 Use completion-in-region.
2600
2601 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
2602 (dabbrev-completion): Use completion-in-region.
2603 (dabbrev--abbrev-at-point): Simplify regexp.
2604
2605 * abbrev.el (abbrev--before-point): Use word-motion functions
2606 if :regexp is not specified (bug#5031).
2607
2608 * subr.el (string-prefix-p): New function.
2609
2610 * man.el (Man-completion-cache): New var.
2611 (Man-completion-table): Use it.
2612
2613 * vc.el (vc-print-log-internal): Make `limit' optional for better
2614 compatibility (e.g. with vc-annotate.el).
2615
26162009-11-24 Kevin Ryde <user42@zip.com.au>
2617
2618 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
2619 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
2620
2621 * emacs-lisp/elint.el (elint-add-required-env): Better error message
2622 when .el source file not found or other error.
2623
26242009-11-24 Markus Triska <markus.triska@gmx.at>
2625
2626 * linum.el (linum-update-window): Ignore intangible (bug#4996).
2627
26282009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2629
2630 Handle the [back] button properly (bug#4979).
2631 * descr-text.el (describe-text-properties): Add a `buffer' argument.
2632 Use help-setup-xref, help-buffer, and with-help-window.
2633 (describe-char): Add `buffer' argument.
2634 Pass proper command to help-setup-xref. Don't meddle with
2635 help-xref-stack-item directly.
2636 (describe-text-category): Use with-help-window and help-buffer.
2637
2638 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
2639 for the displayed buffer (bug#4887).
2640
2641 * man.el (Man-completion-table): New function.
2642 (man): Use it.
2643
26442009-11-24 David Reitter <david.reitter@gmail.com>
2645
2646 * vc-git.el (vc-git-registered): Use checkout directory (where
2647 .git is) rather than the file's directory and a relative path spec
2648 to work around a bug in git.
2649
26502009-11-24 Michael Albinus <michael.albinus@gmx.de>
2651
2652 Improve handling of processes on remote hosts.
2653
2654 * eshell/esh-util.el (eshell-path-env): New defvar.
2655 (eshell-parse-colon-path): New defun.
2656 (eshell-file-attributes): Use `eshell-parse-colon-path'.
2657
2658 * eshell/esh-ext.el (eshell-search-path):
2659 Use `eshell-parse-colon-path'.
2660 (eshell-remote-command): Remove argument HANDLER.
2661 (eshell-external-command): Check for FTP remote connection.
2662
2663 * eshell/esh-proc.el (eshell-gather-process-output):
2664 Use `file-truename', in order to start also symlinked files.
2665 Apply `start-file-process' instead of `start-process'.
2666 Shorten `command' to the local file name part.
2667
2668 * eshell/em-cmpl.el (eshell-complete-commands-list):
2669 Use `eshell-parse-colon-path'.
2670
2671 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
2672
2673 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
2674 to `eshell-directory-change-hook'.
2675
26762009-11-24 Tassilo Horn <tassilo@member.fsf.org>
2677
2678 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
2679 because it could be enabled automatically if view-read-only is non-nil.
2680
26812009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
2682
2683 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
2684 made on 2009-11-22.
2685
26862009-11-24 Glenn Morris <rgm@gnu.org>
2687
2688 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
2689 deleted variable bookmark-bmenu-bookmark-column.
2690
2691 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
2692 Move after definition of global-semantic-idle-tag-highlight-mode.
2693
26942009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2695
2696 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
2697
26982009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
2699
2700 * net/browse-url.el (browse-url-filename-alist): On Windows, add
2701 two slashes to the "file:" prefix.
2702 (browse-url-file-url): De-munge Cygwin filenames before passing
2703 them to Windows browser.
2704 (browse-url-default-windows-browser): Use call-process.
2705
27062009-11-23 Juri Linkov <juri@jurta.org>
2707
2708 Implement DocView Continuous mode. (Bug#4896)
2709 * doc-view.el (doc-view-continuous-mode): New defcustom.
2710 (doc-view-mode-map): Bind C-n/<down> to
2711 `doc-view-next-line-or-next-page', C-p/<up> to
2712 `doc-view-previous-line-or-previous-page'.
2713 (doc-view-next-line-or-next-page)
2714 (doc-view-previous-line-or-previous-page): New commands.
2715
27162009-11-23 Juri Linkov <juri@jurta.org>
2717
2718 Implement Isearch in comint input history. (Bug#3746)
2719 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
2720 `isearch-mode-hook'.
2721 (comint-history-isearch): New defcustom.
2722 (comint-history-isearch-backward)
2723 (comint-history-isearch-backward-regexp): New commands.
2724 (comint-history-isearch-message-overlay): New buffer-local variable.
2725 (comint-history-isearch-setup, comint-history-isearch-end)
2726 (comint-goto-input, comint-history-isearch-search)
2727 (comint-history-isearch-message, comint-history-isearch-wrap)
2728 (comint-history-isearch-push-state)
2729 (comint-history-isearch-pop-state): New functions.
2730
27312009-11-23 Michael Albinus <michael.albinus@gmx.de>
2732
2733 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
2734 return.
2735 (tramp-handle-make-symbolic-link)
2736 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
2737 Quote file names.
2738 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
2739 (tramp-handle-process-file): Use it.
2740
27412009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2742
2743 * window.el (move-to-window-line-last-op): Remove.
2744 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
2745
27462009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
2747
2748 Make M-r mirror the new cycling behavior of C-l.
2749 * window.el (move-to-window-line-last-op): New var.
2750 (move-to-window-line-top-bottom): New command.
2751 (global-map): Bind M-r move-to-window-line-top-bottom.
2752
27532009-11-23 Sven Joachim <svenjoac@gmx.de>
2754
2755 * dired-x.el (dired-guess-shell-alist-default):
2756 Support xz format. (Bug#4953)
2757
27582009-11-22 Chong Yidong <cyd@stupidchicken.com>
2759
2760 * cedet/srecode/map.el (srecode-get-maps):
2761 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
2762 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
2763 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
2764 (semantic-toggle-decoration-style):
2765 * cedet/semantic/decorate/include.el
2766 (semantic-decoration-include-describe)
2767 (semantic-decoration-unknown-include-describe)
2768 (semantic-decoration-unparsed-include-describe)
2769 (semantic-decoration-all-include-summary):
2770 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
2771 * cedet/semantic/analyze/complete.el
2772 (semantic-analyze-possible-completions):
2773 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
2774 (semantic-show-unmatched-syntax-mode)
2775 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
2776 (semantic-highlight-func-mode):
2777 * cedet/semantic/util.el (semantic-describe-buffer):
2778 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
2779 (semantic-symref-find-tags-by-name)
2780 (semantic-symref-find-tags-by-regexp)
2781 (semantic-symref-find-tags-by-completion)
2782 (semantic-symref-find-file-references-by-name)
2783 (semantic-symref-find-text):
2784 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
2785 (senator-yank-tag):
2786 * cedet/semantic/scope.el (semantic-calculate-scope):
2787 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
2788 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
2789 (define-semantic-idle-service):
2790 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
2791 (semantic-complete-analyze-inline-idle):
2792 * cedet/semantic/analyze.el (semantic-analyze-current-context):
2793 * cedet/mode-local.el (describe-mode-local-bindings)
2794 (describe-mode-local-bindings-in-mode):
2795 * cedet/ede/make.el (ede-make-check-version):
2796 * cedet/ede/locate.el (ede-enable-locate-on-project):
2797 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
2798 (cedet-idutils-version-check):
2799 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
2800 (cedet-gnu-global-version-check):
2801 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
2802 (cedet-cscope-version-check): Use called-interactively-p instead
2803 of interactive-p.
2804
2805 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
2806 Use semantic-format-tag-prototype.
2807
28082009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
2809
2810 * emulation/viper-cmd.el: Use viper-last-command-char instead of
2811 last-command-char/last-command-event.
2812 (viper-prefix-arg-value): Do correct conversion of event-char for
2813 XEmacs.
2814
2815 * emulation/viper-util.el, emulation/viper.el:
2816 Use viper-last-command-char instead of
2817 last-command-char/last-command-event.
2818
2819 * ediff-init.el, ediff-mult.el, ediff-util.el:
2820 Replace last-command-char and last-command-event
2821 with (ediff-last-command-char) everywhere.
2822
2823 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
2824 created in fundamental mode.
2825
2826 * ediff.el (ediff-version): Revert the change of interactive-p to
2827 called-interactively-p.
2828
28292009-11-22 Tassilo Horn <tassilo@member.fsf.org>
2830
2831 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
2832 generation from word-movement command names.
2833
28342009-11-21 Chong Yidong <cyd@stupidchicken.com>
2835
2836 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
2837 (semantic-complete-jump-local, semantic-complete-jump):
2838 Improve prompt string.
2839
28402009-11-21 Jan Djärv <jan.h.d@swipnet.se>
2841
2842 * cus-start.el (all): Add native condition for font-use-system-font.
2843
28442009-11-21 Nathaniel Flath <flat0103@gmail.com>
2845
2846 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
2847 Correct the patch from 2009-11-18. (Bug#3910)
2848
28492009-11-21 Tassilo Horn <tassilo@member.fsf.org>
2850
2851 * progmodes/subword.el: Rename from lisp/subword.el.
2852
2853 * subword.el: Rename to progmodes/subword.el.
2854
2855 * Makefile.in (ELCFILES): Adapt to subword.el move.
2856
28572009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2858 Stefan Monnier <monnier@iro.umontreal.ca>
2859
2860 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
2861 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
2862 (bookmark-bmenu-show-filenames): Use push.
2863 (bookmark-bmenu-hide-filenames): Use local var instead of
2864 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
2865 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
2866 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
2867 filenames now that the bookmark names are always available.
2868
28692009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2870
2871 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
2872 (bookmark-search-pattern): Move and leave unbound.
2873 (bookmark-bmenu-mode-map): Change binding.
2874 (bookmark-read-search-input): Simplify.
2875 Don't use text-char-description. Don't error on non-char events.
2876 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
2877 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
2878 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
2879 Use a local var for the timer.
2880 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
2881 (i.e. bookmark-bmenu-search).
2882
28832009-11-21 Glenn Morris <rgm@gnu.org>
2884
2885 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
2886
28872009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
2888
2889 * net/browse-url.el (browse-url-default-windows-browser):
2890 Use cygstart for cygwin.
2891
28922009-11-20 Karl Fogel <karl.fogel@red-bean.com>
2893
2894 * bookmark.el: Formatting and doc fixes only:
2895 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
2896 (bookmark-bmenu-search): Wrap to fit within 80 columns.
2897 Minor grammar and punctuation fixes in doc string.
2898 (bookmark-read-search-input): Adjust to fit within 80 columns.
2899
29002009-11-20 Tassilo Horn <tassilo@member.fsf.org>
2901
2902 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
2903 (c-backward-into-nomenclature): Adapt to subword renaming.
2904
2905 * subword.el (subword-forward, subword-backward, subword-mark)
2906 (subword-kill, subword-backward-kill, subword-transpose)
2907 (subword-downcase, subword-upcase, subword-capitalize)
2908 (subword-forward-internal, subword-backward-internal):
2909 Rename from forward-subword, backward-subword, mark-subword,
2910 kill-subword, backward-kill-subword, transpose-subwords,
2911 downcase-subword, upcase-subword, capitalize-subword,
2912 forward-subword-internal, backward-subword-internal.
2913
29142009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2915
2916 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
2917 New options.
2918 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
2919 New vars.
2920 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
2921 (bookmark-bmenu-filter-alist-by-regexp)
2922 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
2923 (bookmark-bmenu-search): New command.
2924 (bookmark-bmenu-mode-map): Bind it.
2925
29262009-11-20 Chong Yidong <cyd@stupidchicken.com>
2927
2928 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
2929
2930 * cedet/semantic/idle.el (define-semantic-idle-service)
2931 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
2932
29332009-11-20 Tassilo Horn <tassilo@member.fsf.org>
2934
2935 * progmodes/cc-cmds.el: declare-functioned forward-subword and
2936 backward-subword to quit the byte-compiler.
2937
2938 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
2939
2940 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
2941
2942 * progmodes/cc-cmds.el (c-update-modeline)
2943 (c-forward-into-nomenclature, c-backward-into-nomenclature):
2944 Refer to subword.el functions instead of cc-subword.el.
2945
2946 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
2947 subword.el functions instead of cc-subword.el.
2948
2949 * progmodes/cc-subword.el: Rename to subword.el.
2950 * subword.el: Rename from progmodes/cc-subword.el.
2951 (subword-mode-map): Rename from c-subword-mode-map.
2952 (subword-mode): Rename from c-subword-mode.
2953 (global-subword-mode): New global minor mode.
2954 (forward-subword): Rename from c-forward-subword.
2955 (backward-subword): Rename from c-backward-subword.
2956 (mark-subword): Rename from c-mark-subword.
2957 (kill-subword): Rename from c-kill-subword.
2958 (backward-kill-subword): Rename from c-backward-kill-subword.
2959 (transpose-subwords): Rename from c-tranpose-subword.
2960 (downcase-subword): Rename from c-downcase-subword.
2961 (capitalize-subword): Rename from c-capitalize-subword.
2962 (forward-subword-internal): Rename from c-forward-subword-internal.
2963 (backward-subword-internal): Rename from c-backward-subword-internal.
2964
29652009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2966
2967 * vc.el (vc-deduce-fileset): Allow non-state changing operations
2968 from a dired buffer.
2969 (vc-dired-deduce-fileset): New function.
2970 (vc-root-diff, vc-print-root-log): Use it.
2971
2972 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
2973 nil LIMIT argument to vc-print-log-internal.
2974
29752009-11-20 Glenn Morris <rgm@gnu.org>
2976
2977 * Makefile.in (ELCFILES): Regenerate.
2978
29792009-11-20 Chong Yidong <cyd@stupidchicken.com>
2980
2981 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
2982
2983 * cedet/semantic.el: Enable idle-mode menu items only if
2984 global-semantic-idle-scheduler-mode is enabled.
2985 (semantic-default-submodes): Doc fix.
2986
2987 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
2988 When turning off, disable other idle modes.
2989
29902009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
2991
2992 * calc/calc.el (calc-set-mode-line):
2993 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
2994 (math-format-number): Rename `math-format-complement-signed' to
2995 `math-format-twos-complement'.
2996
2997 * calc/calc-bin.el (math-format-twos-complement): Rename from
2998 math-format-complement-signed.
2999 (calc-radix): Rename `calc-complement-signed-mode' to
3000 `calc-twos-complement-mode'.
3001 (calc-octal-radix, calc-hex-radix): Add an argument for
3002 two's complement.
3003
3004 * calc/calc-embed.el (calc-embedded-mode-vars):
3005 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3006
3007 * calc/calc-ext.el (calc-init-extensions):
3008 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3009 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
3010
3011 * calc/calc-units.el (math-build-units-table-buffer):
3012 Let `calc-twos-complement-mode' be nil.
3013
3014 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
3015 entries.
3016
3017 * calc/calc-vec.el (calcFunc-vunpack):
3018 * calc/calc-aent.el (calc-do-calc-eval):
3019 * calc/calc-forms.el (math-format-date):
3020 * calc/calc-graph.el (calc-graph-plot):
3021 * calc/calc-math.el (math-use-emacs-fn):
3022 * calc/calccomp.el (math-compose-expr):
3023 Let `calc-twos-complement-mode' be nil.
3024
30252009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3026
3027 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
3028 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
3029 * minibuffer.el (completion-in-region-functions): New hook.
3030 (completion-in-region): New function.
3031 * emacs-lisp/lisp.el (lisp-complete-symbol):
3032 * pcomplete.el (pcomplete-std-complete): Use it.
3033
30342009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3035
3036 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
3037 (latex-complete-alist): New vars.
3038 (latex-string-prefix-p, latex-complete-bibtex-keys)
3039 (latex-complete-envnames, latex-complete-refkeys)
3040 (latex-complete-data): New functions.
3041 (latex-complete, latex-indent-or-complete): New commands.
3042
3043 * window.el (display-buffer-mark-dedicated): New var.
3044 (display-buffer): Obey it.
3045 * minibuffer.el (minibuffer-completion-help): Use it.
3046
3047 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
3048
3049 * filecache.el (file-cache-add-file): Use push and cons.
3050 (file-cache-delete-file-regexp): Use push.
3051 (file-cache-complete): Use completion-in-region.
3052
3053 * simple.el (with-wrapper-hook): Fix thinko.
3054
3055 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
3056 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
3057 Use with-current-buffer and string-to-number.
3058 (hfy-fallback-colour-values): Use assoc-string.
3059 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
3060 (hfy-face-at): Remove unused var `found-face'.
3061 (hfy-compile-stylesheet): Remove unused var `css'.
3062 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
3063 and `orig-buffer'.
3064 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
3065 Use with-current-buffer.
3066 (hfy-text-p): Use expand-file-name and fewer setq.
3067
30682009-11-19 Vivek Dasmohapatra <vivek@etla.org>
3069
3070 * htmlfontify.el, hfy-cmap.el: New files.
3071
30722009-11-19 Juri Linkov <juri@jurta.org>
3073
3074 * minibuffer.el (completions-format): New defcustom.
3075 (completion--insert-strings): Implement vertical format.
3076
3077 * simple.el (switch-to-completions): Move point to the first
3078 completion when point was at the beginning of the buffer.
3079
30802009-11-19 Juri Linkov <juri@jurta.org>
3081
3082 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
3083
3084 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
3085
30862009-11-19 Chong Yidong <cyd@stupidchicken.com>
3087
3088 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
3089 (mail-signature): Change default to t.
3090 (mail-from-style): Deprecate `system-default' value.
3091 (mail-insert-from-field): For default value of mail-from-style,
3092 default to `angles' unless `angles' needs quoting and `parens'
3093 does not.
3094 (mail-citation-prefix-regexp): Use citation regexp from
3095 message-mode.
3096
30972009-11-19 Michael Albinus <michael.albinus@gmx.de>
3098
3099 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3100 Set variables for computing the prompt for reading password.
3101
31022009-11-19 Glenn Morris <rgm@gnu.org>
3103
3104 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
3105
3106 * textmodes/flyspell.el (sgml-lexical-context): Declare.
3107
3108 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
3109 (newsticker-treeview-listwindow-height): Fix custom type.
3110
31112009-11-19 Kenichi Handa <handa@m17n.org>
3112
3113 * descr-text.el (describe-char-padded-string): Compose with TAB
3114 only if there's a font for CH.
3115 (describe-char): Fix the condition for detecting a trivial composition.
3116
31172009-11-18 Nathaniel Flath <flat0103@gmail.com>
3118
3119 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
3120 more accurate version of the regexp. (Bug#3910)
3121
31222009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
3123
3124 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
3125
31262009-11-18 Juanma Barranquero <lekktu@gmail.com>
3127
3128 * font-setting.el (font-use-system-font): Declare for byte-compiler.
3129 (font-setting-change-default-font): Fix typo in docstring.
3130
31312009-11-18 Alan Mackenzie <acm@muc.de>
3132
3133 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
3134
31352009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3136
3137 * font-setting.el (font-use-system-font): Move ...
3138
3139 * cus-start.el (all): ... to here.
3140
31412009-11-17 Michael Albinus <michael.albinus@gmx.de>
3142
3143 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
3144 Don't set `ad-return-value' if `ad-do-it' doesn't.
3145
3146 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
3147 modification time.
3148
31492009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3150
3151 * menu-bar.el: Put "Use system font" in Option-menu.
3152 (menu-bar-options-save): Add font-use-system-font.
3153
3154 * loadup.el: If feature system-font-setting or font-render-setting is
3155 there, load font-setting.
3156
3157 * Makefile.in (ELCFILES): Add font-settings.el.
3158 * font-setting.el: New file.
3159
31602009-11-17 Glenn Morris <rgm@gnu.org>
3161
3162 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
3163
3164 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
3165 Preserve point in the list buffer. (Bug#4939)
3166 Use point-at-eol.
3167 (newsticker--treeview-list-update-highlight)
3168 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
3169
31702009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3171
3172 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
3173 Remove.
3174
3175 * calc/calc-ext.el (calc-init-extensions): Remove references to
3176 symclip.
3177
3178 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
3179
3180 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
3181 * calc/calc-help.el (calc-b-prefix-help): Remove references to
3182 `calc-symclip'.
3183
31842009-11-16 Kevin Ryde <user42@zip.com.au>
3185
3186 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
3187 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
3188
3189 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
3190 (lm-keywords-list): Allow comma-only separator like "foo,bar".
3191 Ignore trailing spaces by omit-nulls to split-string (fixing
3192 regression from Emacs 21 due to the incompatible split-string
3193 change). (Bug #4928.)
3194
31952009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
3196
3197 * vc.el (vc-log-show-limit): Default to 2000.
3198 (vc-print-log-internal): Insert buttons to request more entries
3199 when limiting the output.
3200
3201 * vc-sccs.el (vc-sccs-print-log):
3202 * vc-rcs.el (vc-rcs-print-log):
3203 * vc-cvs.el (vc-cvs-print-log):
3204 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
3205 LIMIT is non-nil.
3206
32072009-11-16 Michael Albinus <michael.albinus@gmx.de>
3208
3209 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
3210 error when `tramp-gvfs-dbus-event-vector' is set.
3211 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
3212
32132009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3214
3215 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
3216
32172009-11-16 Michael Albinus <michael.albinus@gmx.de>
3218
3219 * net/dbus.el (dbus-unregister-service): New defun.
3220 (dbus-register-property): Register the handlers of
3221 "org.freedesktop.DBus.Properties" for SERVICE.
3222 (dbus-property-handler): Fix docstring.
3223
32242009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3225
3226 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
3227 Quote doc string reference in defvaralias as it is not in special form.
3228 (byte-compile-output-docform): Doc fix.
3229
32302009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3231
3232 * calc/calc.el (math-2-word-size, math-half-2-word-size)
3233 (calc-complement-signed-mode): New variables.
3234 (calc-set-mode-line): Add indicator for twos-complements.
3235 (math-format-number): Format twos-complement notation.
3236
3237 * calc/calc-bin.el (calc-word-size): Reset the variables
3238 `math-2-word-size' and `math-half-2-word-size'.
3239 (math-format-complement-signed, math-symclip, calcFunc-symclip)
3240 (calc-symclip): New functions.
3241
3242 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
3243
3244 * calc/calc-embed.el (calc-embedded-mode-vars):
3245 Add `calc-complement-signed-mode' to the list of modes.
3246
3247 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
3248 (calc-b-oper-keys): Add `calc-symclip' to list.
3249
3250 * calc/calc-ext.el (math-read-number-fancy): Read complement
3251 signed numbers.
3252 (calc-init-extensions): Add binding for `calc-symclip'.
3253 Add autoload for `calcFunc-symclip' and `calc-symclip'.
3254
3255 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
3256 `calc-symclip'.
3257 (calc-modes-menu): Add item for twos complement mode.
3258
3259 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
3260
32612009-11-15 Chong Yidong <cyd@stupidchicken.com>
3262
3263 * register.el (jump-to-register, insert-register): Handle Semantic
3264 tags. From commented-out advice in semantic/senator.el.
3265
32662009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
3267
3268 * vc.el (vc-log-show-limit): New variable.
3269 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
3270 when using a prefix argument.
3271 (vc-print-log-internal): Add new argument LIMIT.
3272
3273 * vc-svn.el (vc-svn-print-log):
3274 * vc-mtn.el (vc-mtn-print-log):
3275 * vc-hg.el (vc-hg-print-log):
3276 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
3277 pass it to the log command when set. Make the BUFFER argument
3278 non-optional.
3279
3280 * vc-sccs.el (vc-sccs-print-log):
3281 * vc-rcs.el (vc-rcs-print-log):
3282 * vc-git.el (vc-git-print-log):
3283 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
3284 ignore it. Make the BUFFER argument non-optional
3285
3286 * bindings.el (mode-line-buffer-identification): Do not purecopy.
3287
32882009-11-15 Chong Yidong <cyd@stupidchicken.com>
3289
3290 * dired.el (dired-mode-map): Move encryption items to "Operate"
3291 menu (Bug#4703).
3292
3293 * strokes.el (strokes-update-window-configuration): Make strokes
3294 buffer current before erasing (Bug#4906).
3295
3296 * cedet/semantic/idle.el (semantic-idle-summary-mode)
3297 (semantic-idle-summary-mode): Define using define-minor-mode
3298 instead of define-semantic-idle-service.
3299 (semantic-idle-summary-mode): New function.
3300 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
3301 that mouse motion does not reset the echo area.
3302
33032009-11-15 Juri Linkov <juri@jurta.org>
3304
3305 * simple.el (set-mark-default-inactive): Add :type, :group
3306 and :version. (Bug#4876)
3307
33082009-11-15 Michael Albinus <michael.albinus@gmx.de>
3309
3310 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
3311 (archive-unique-fname): ... here. (Bug#4929)
3312
33132009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3314
3315 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
3316 with a real fix.
3317
3318 * novice.el (disabled-command-function): Add useful args.
3319 Setup the help buffer so that [back] works.
3320 Remove redundant call to help-mode.
3321 (disabled-command-function): Use `case'.
3322 (en/disable-command): New function extracted from enable-command.
3323 (enable-command, disable-command): Use it.
3324
33252009-11-14 Glenn Morris <rgm@gnu.org>
3326
3327 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
3328 constants. (Bug#4913)
3329
3330 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
3331
33322009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3333
3334 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
3335 defined in C that have no doc-strings. (Bug#1063)
3336
33372009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
3338
3339 * cus-edit.el (data, files):
3340 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
3341
33422009-11-14 Chong Yidong <cyd@stupidchicken.com>
3343
3344 * simple.el (shell-command): Doc fix (Bug#4891).
3345
3346 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
3347
33482009-11-14 Glenn Morris <rgm@gnu.org>
3349
3350 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
3351 statements for vc-diff, emerge-quit, and rmail-cease-edit.
3352 If they are already loaded, eval-after-load will do the right thing.
3353
3354 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
3355 compiling.
3356
3357 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
3358
3359 * simple.el (x-selection-owner-p): Declare.
3360 (read-mail-command): Use custom radio type rather than choice.
3361 (completion-no-auto-exit): Doc fix.
3362
3363 * custom.el (defgroup):
3364 * epg-config.el (epg): Doc fixes.
3365
33662009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
3367
3368 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
3369 * international/ccl.el (define-ccl-program): Do not purecopy the
3370 docstring, defconst does it anyway.
3371
33722009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3373
3374 * add-log.el (add-change-log-entry): Avoid displaying the changelog
3375 a second time.
3376
3377 * x-dnd.el (x-dnd-maybe-call-test-function):
3378 * window.el (split-window-vertically):
3379 * whitespace.el (whitespace-help-on):
3380 * vc-rcs.el (vc-rcs-consult-headers):
3381 * userlock.el (ask-user-about-lock-help)
3382 (ask-user-about-supersession-help):
3383 * type-break.el (type-break-force-mode-line-update):
3384 * time-stamp.el (time-stamp-conv-warn):
3385 * terminal.el (te-set-output-log, te-more-break, te-filter)
3386 (te-sentinel, terminal-emulator):
3387 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
3388 (term-write-input-ring, term-check-source, term-start-output-log):
3389 (term-display-buffer-line, term-dynamic-list-completions):
3390 (term-ansi-make-term, serial-term):
3391 * subr.el (selective-display):
3392 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3393 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
3394 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
3395 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
3396 (speedbar-remove-localized-speedbar-support)
3397 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
3398 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
3399 (speedbar-buffers-line-directory):
3400 * simple.el (shell-command-on-region, append-to-buffer)
3401 (prepend-to-buffer):
3402 * shadowfile.el (shadow-save-todo-file):
3403 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
3404 (scroll-bar-maybe-set-window-start):
3405 * sb-image.el (speedbar-image-dump):
3406 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
3407 (load-save-place-alist-from-file):
3408 * ps-samp.el (ps-print-message-from-summary):
3409 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
3410 (ps-background-image, ps-begin-job, ps-do-despool):
3411 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
3412 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
3413 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
3414 (pr-call-process, pr-file-list, pr-interface-save):
3415 * novice.el (disabled-command-function)
3416 (enable-command, disable-command):
3417 * mouse.el (mouse-buffer-menu-alist):
3418 * mouse-copy.el (mouse-kill-preserving-secondary):
3419 * macros.el (kbd-macro-query):
3420 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
3421 * informat.el (batch-info-validate):
3422 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
3423 * hippie-exp.el (try-expand-dabbrev-visible):
3424 * help-mode.el (help-make-xrefs):
3425 * help-fns.el (describe-variable):
3426 * generic-x.el (bat-generic-mode-run-as-comint):
3427 * finder.el (finder-mouse-select):
3428 * find-dired.el (find-dired-sentinel):
3429 * filesets.el (filesets-file-close):
3430 * files.el (list-directory):
3431 * faces.el (list-faces-display, describe-face):
3432 * facemenu.el (list-colors-display):
3433 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
3434 * epg.el (epg--process-filter, epg-cancel):
3435 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
3436 (epa--read-signature-type):
3437 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
3438 (emerge-file-names):
3439 * ehelp.el (electric-helpify):
3440 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
3441 * ediff-vers.el (rcs-ediff-view-revision):
3442 * ediff-util.el (ediff-setup):
3443 * ediff-mult.el (ediff-append-custom-diff):
3444 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
3445 (ediff-wordify):
3446 * echistory.el (Electric-command-history-redo-expression):
3447 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3448 * disp-table.el (describe-display-table):
3449 * dired.el (dired-find-buffer-nocreate):
3450 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
3451 * dabbrev.el (dabbrev--same-major-mode-p):
3452 * chistory.el (list-command-history):
3453 * apropos.el (apropos-documentation):
3454 * allout.el (allout-obtain-passphrase):
3455 (allout-copy-exposed-to-buffer):
3456 (allout-verify-passphrase): Use with-current-buffer.
3457
34582009-11-13 Glenn Morris <rgm@gnu.org>
3459
3460 * Makefile.in (ELCFILES): Regenerate.
3461
34622009-11-13 Michael Albinus <michael.albinus@gmx.de>
3463
3464 * net/dbus.el (dbus-registered-objects-table): Rename from
3465 `dbus-registered-functions-table', because it contains also properties.
3466 (dbus-unregister-object): Unregister also properties.
3467 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3468 Use a timeout of 500 msec, in order to not block.
3469 (dbus-register-property, dbus-property-handler): New defuns.
3470
34712009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3472
3473 * simple.el (minibuffer-default-add-completions): Drop deprecated
3474 4th arg.
3475
34762009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
3477
3478 * textmodes/artist.el (artist-mouse-choose-operation):
3479 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
3480 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
3481 (artist-compute-up-event-key): New function.
3482 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
3483
34842009-11-13 Kenichi Handa <handa@m17n.org>
3485
3486 * language/japan-util.el: Make sure that the value of jisx0208
3487 property is jisx0208 character.
3488
34892009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
3490
3491 * international/mule.el (auto-coding-regexp-alist): Only purecopy
3492 car or each item, not the whole list.
3493
34942009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3495
3496 * minibuffer.el (minibuffer-completion-help):
3497 Use minibuffer-hide-completions.
3498
34992009-11-12 Per Starbäck <per@starback.se> (tiny change)
3500
3501 * dired.el (dired-save-positions, dired-restore-positions): New funs.
3502 (dired-revert): Use them (bug#4880).
3503
35042009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3505
3506 * tooltip.el (tooltip-frame-parameters): Undo previous change.
3507
35082009-11-12 Juri Linkov <juri@jurta.org>
3509
3510 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
3511 New functions.
3512 (find-file-literally-at-point): Alias of `ffap-literally'.
3513
35142009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3515
3516 * textmodes/ispell.el (ispell-skip-region-alist):
3517 * textmodes/css-mode.el (auto-mode-alist):
3518 * progmodes/compile.el (auto-mode-alist):
3519 * international/mule.el (ctext-non-standard-encodings-alist)
3520 (ctext-non-standard-encodings-regexp):
3521 * simple.el (shell-command-switch, text-read-only):
3522 * replace.el (occur-mode-map):
3523 * paths.el (rmail-file-name):
3524 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
3525 * find-file.el (ff-special-constructs):
3526 * files.el (file-name-handler-alist):
3527 * composite.el: Purecopy strings.
3528
3529 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
3530
35312009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3532
3533 * widget.el (define-widget): Purecopy the docstring.
3534 * international/mule-cmds.el (charset): Do not purecopy the
3535 docstring here, define-widget does it.
3536
3537 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3538 * textmodes/bibtex-style.el (auto-mode-alist):
3539 * progmodes/inf-lisp.el (inferior-lisp-prompt):
3540 * progmodes/compile.el (compile-command):
3541 * language/korea-util.el (default-korean-keyboard):
3542 * international/mule-conf.el (file-coding-system-alist):
3543 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
3544 * tooltip.el (tooltip-frame-parameters):
3545 * newcomment.el (comment-end, comment-padding):
3546 * dired.el (dired-trivial-filenames):
3547 * comint.el (comint-file-name-prefix): Purecopy initial values.
3548
35492009-11-11 Michael Albinus <michael.albinus@gmx.de>
3550
3551 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
3552 (tramp-advice-minibuffer-electric-tilde): Unload advices via
3553 `tramp-unload'.
3554 (tramp-advice-make-auto-save-file-name)
3555 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
3556 after removing the advice.
3557
35582009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3559
3560 * progmodes/grep.el (grep-regexp-alist):
3561 * international/mule-cmds.el (iso-2022-control-alist):
3562 * emacs-lisp/timer.el (timer-duration-words):
3563 * subr.el (version-separator, version-regexp-alist):
3564 * minibuffer.el (completion-styles-alist):
3565 * faces.el (face-attribute-name-alist, list-faces-sample-text):
3566 Change defvars to defconsts.
3567
3568 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
3569 * loadup.el ("international/mule-conf"): Load the byte compiled version.
3570 * international/mule-conf.el: Allow to be byte compiled.
3571
3572 * international/mule.el (define-charset): Purecopy props.
3573 (load-with-code-conversion): Purecopy doc string and file name.
3574 (put-charset-property): Purecopy strings.
3575 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
3576
3577 * international/mule-cmds.el (register-input-method): Purecopy arguments.
3578 (define-char-code-property): Correctly purecopy the table.
3579
3580 * international/ccl.el (define-ccl-program): Purecopy the docstring.
3581
3582 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
3583
3584 * subr.el (add-hook): Purecopy strings.
3585 (eval-after-load): Purecopy load-history-regexp and the form.
3586
3587 * custom.el (custom-declare-group): Purecopy load-file-name.
3588
3589 * subr.el (menu-bar-separator): New defconst.
3590 * net/eudc.el (eudc-tools-menu):
3591 * international/mule-cmds.el (set-coding-system-map)
3592 (mule-menu-keymap):
3593 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3594 * vc-hooks.el (vc-menu-map):
3595 * replace.el (occur-mode-map):
3596 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
3597 (menu-bar-edit-menu, menu-bar-goto-menu)
3598 (menu-bar-custom-menu, menu-bar-showhide-menu)
3599 (menu-bar-options-menu, menu-bar-tools-menu)
3600 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
3601 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
3602 (menu-bar-help-menu):
3603 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
3604 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
3605
3606 * term/x-win.el (x-gtk-stock-map):
3607 * progmodes/vera-mode.el (auto-mode-alist):
3608 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
3609 (inferior-lisp-program, inferior-lisp-load-command):
3610 * progmodes/hideshow.el (hs-special-modes-alist):
3611 * progmodes/gud.el (same-window-regexps):
3612 * progmodes/grep.el (grep-program, find-program, xargs-program):
3613 * net/telnet.el (same-window-regexps):
3614 * net/rlogin.el (same-window-regexps):
3615 * language/ethiopic.el (font-ccl-encoder-alist):
3616 * vc-sccs.el (vc-sccs-master-templates):
3617 * vc-rcs.el (vc-rcs-master-templates):
3618 * subr.el (cl-assertion-failed):
3619 * simple.el (next-error-overlay-arrow-position):
3620 * lpr.el (lpr-command):
3621 * locate.el (locate-ls-subdir-switches):
3622 * info.el (same-window-regexps, info)
3623 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
3624 * image-mode.el (image-mode, auto-mode-alist):
3625 * hippie-exp.el (hippie-expand-ignore-buffers):
3626 * format.el (format-alist):
3627 * find-dired.el (find-ls-subdir-switches, find-grep-options)
3628 (find-name-arg):
3629 * facemenu.el (facemenu-keybindings):
3630 * dired.el (dired-listing-switches, dired-chown-program):
3631 * diff.el (diff-switches, diff-command):
3632 * cus-edit.el (same-window-regexps):
3633 * bindings.el (mode-line-mule-info)
3634 (mode-line-buffer-identification): Purecopy strings.
3635
36362009-11-11 Juri Linkov <juri@jurta.org>
3637
3638 * simple.el (dired-get-filename) <declare-function>:
3639 Tell the byte-compiler about dired-get-filename.
3640 (shell-command): In Dired mode, get filename from the current line
3641 as the default value.
3642
36432009-11-10 Glenn Morris <rgm@gnu.org>
3644
3645 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
3646 * calendar/holidays.el, progmodes/cperl-mode.el:
3647 Update x-popup-menu declarations.
3648
3649 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
3650 (list-load-path-shadows): Use dolist.
3651 (list-load-path-shadows): Use with-current-buffer.
3652
36532009-11-10 Juri Linkov <juri@jurta.org>
3654
3655 * minibuffer.el (read-file-name): Support a list of default values
3656 in `default-filename'. Use the first file name where only one
3657 element is required. Doc fix.
3658
36592009-11-09 Michael Albinus <michael.albinus@gmx.de>
3660
3661 * net/dbus.el (dbus-unregister-object): Release service, if no
3662 other method is registered for it.
3663
36642009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
3665
3666 * bookmark.el (bookmark-completing-read): Sort bookmark names if
3667 bookmark-sort-flag is non-nil (Bug#4653).
3668
36692009-11-08 Chong Yidong <cyd@stupidchicken.com>
3670
3671 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
3672 the progress reporter entirely.
3673
3674 * emulation/cua-base.el: Add CUA property to some CC mode commands
3675 (Bug#4100).
3676
36772009-11-08 Kevin Ryde <user42@zip.com.au>
3678
3679 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
3680 at end of sentence (Bug#4818).
3681
36822009-11-08 Jared Finder <jfinder@crypticstudios.com>
3683
3684 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3685 Handle "see declaration of" MSFT statements (Bug#4100).
3686
36872009-11-08 Michael Albinus <michael.albinus@gmx.de>
3688
3689 * net/tramp.el (tramp-advice-make-auto-save-file-name)
3690 (tramp-advice-file-expand-wildcards): Unload via
3691 `ad-remove-advice'.
3692
3693 * net/trampver.el: Update release number.
3694
36952009-11-08 Kevin Ryde <user42@zip.com.au>
3696
3697 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
3698 `ad-do-it'.
3699
37002009-11-08 Andr <m00naticus@gmail.com> (tiny change)
3701
3702 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
3703 in order to keep context in SELinux.
3704
37052009-11-08 Chong Yidong <cyd@stupidchicken.com>
3706
3707 * dired-aux.el (dired-query): Place cursor in echo area and allow
3708 C-g.
3709
3710 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
3711 menu item if not on a directory (Bug#4701).
3712
37132009-11-07 Michael Albinus <michael.albinus@gmx.de>
3714
3715 Sync with Tramp 2.1.17.
3716
3717 * net/tramp.el (tramp-handle-copy-directory): Don't use
3718 `file-remote-p' (due to compatibility).
3719
3720 * net/tramp-compat.el (tramp-compat-copy-directory)
3721 (tramp-compat-delete-directory): New defuns.
3722
3723 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
3724 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
3725 `tramp-compat-delete-directory'.
3726
3727 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
3728 (tramp-smb-handle-delete-directory): Use
3729 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
3730
3731 * net/trampver.el: Update release number.
3732
37332009-11-07 Chong Yidong <cyd@stupidchicken.com>
3734
3735 * tar-mode.el (tar-copy): Call write-region on the right buffer
3736 (Bug#4857).
3737
3738 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
3739 by hand, if necessary (Bug#4878).
3740
37412009-11-06 Chong Yidong <cyd@stupidchicken.com>
3742
3743 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
3744 align size column (Bug#4839).
3745
3746 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
3747 statement.
3748
37492009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
3750
3751 * progmodes/ld-script.el (auto-mode-alist):
3752 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
3753
3754 * cus-face.el (custom-declare-face): Purecopy face spec.
3755
37562009-11-06 Kenichi Handa <handa@m17n.org>
3757
3758 * international/uni-bidi.el: Re-generated.
3759 * international/uni-category.el: Re-generated.
3760 * international/uni-combining.el: Re-generated.
3761 * international/uni-mirrored.el: Re-generated.
3762
37632009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
3764
3765 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
3766 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
3767 (tex-start-options, slitex-run-command, latex-run-command)
3768 (tex-run-command, tex-directory):
3769 * textmodes/ispell.el (ispell-html-skip-alists)
3770 (ispell-tex-skip-alists, ispell-tex-skip-alists):
3771 * textmodes/fill.el (adaptive-fill-first-line-regexp):
3772 (adaptive-fill-regexp):
3773 * textmodes/dns-mode.el (auto-mode-alist):
3774 * progmodes/python.el (interpreter-mode-alist):
3775 * progmodes/etags.el (tags-compression-info-list):
3776 * progmodes/etags.el (tags-file-name):
3777 * net/browse-url.el (browse-url-galeon-program)
3778 (browse-url-firefox-program):
3779 * mail/sendmail.el (mail-signature-file)
3780 (mail-citation-prefix-regexp):
3781 * international/mule-conf.el (eight-bit):
3782 * international/latexenc.el (latex-inputenc-coding-alist):
3783 * international/fontset.el (x-pixel-size-width-font-regexp):
3784 * emacs-lisp/warnings.el (warning-type-format):
3785 * emacs-lisp/trace.el (trace-buffer):
3786 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
3787 (emacs-lisp-mode-map):
3788 * calendar/holidays.el (holiday-solar-holidays)
3789 (holiday-bahai-holidays, holiday-islamic-holidays)
3790 (holiday-christian-holidays, holiday-hebrew-holidays)
3791 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
3792 (hebrew-holidays-1, holiday-oriental-holidays)
3793 (holiday-general-holidays):
3794 * x-dnd.el (x-dnd-known-types):
3795 * tool-bar.el (tool-bar):
3796 * startup.el (site-run-file):
3797 * shell.el (shell-dumb-shell-regexp):
3798 * rfn-eshadow.el (file-name-shadow-tty-properties)
3799 (file-name-shadow-properties):
3800 * paths.el (remote-shell-program, news-directory):
3801 * mouse.el ([C-down-mouse-3]):
3802 * menu-bar.el (menu-bar-tools-menu):
3803 * jka-cmpr-hook.el (jka-compr-load-suffixes)
3804 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
3805 (jka-compr-compression-info-list):
3806 * isearch.el (search-whitespace-regexp):
3807 * image-file.el (image-file-name-extensions):
3808 * find-dired.el (find-ls-option):
3809 * files.el (directory-listing-before-filename-regexp)
3810 (directory-free-space-args, insert-directory-program)
3811 (list-directory-brief-switches, magic-fallback-mode-alist)
3812 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
3813 (automount-dir-prefix):
3814 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
3815 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
3816 (face-font-registry-alternatives, face-font-registry-alternatives)
3817 (face-font-family-alternatives):
3818 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
3819 (facemenu-foreground-menu, facemenu-face-menu):
3820 * epa-hook.el (epa-file-name-regexp):
3821 * dnd.el (dnd-protocol-alist):
3822 * textmodes/rst.el (auto-mode-alist):
3823 * button.el (default-button): Purecopy strings.
3824
38252009-11-06 Glenn Morris <rgm@gnu.org>
3826
3827 * Makefile.in (ELCFILES): Update.
3828
38292009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
3830
3831 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
3832 * emacs-lisp/levents.el: Move to obsolete/levents.el.
3833
3834 * nxml/xsd-regexp.el (xsdre-gen-categories):
3835 * nxml/xmltok.el (xmltok-parse-entity):
3836 * nxml/rng-parse.el (rng-parse-validate-file):
3837 * nxml/rng-maint.el (rng-format-manual)
3838 (rng-manual-output-force-new-line):
3839 * nxml/rng-loc.el (rng-save-schema-location-1):
3840 * nxml/rng-cmpct.el (rng-c-parse-file):
3841 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
3842 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
3843
38442009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
3845
3846 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
3847 Remove extra save-excursions and make-variable-buffer-local's.
3848 Suggested by Stefan Monnier.
3849
3850 (verilog-getopt-file, verilog-module-inside-filename-p)
3851 (verilog-set-define): Merge GNU 1.35 and repair changes from
3852 switching to using with-current-buffer.
3853
3854 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
3855 being treated as a number and confusing AUTORESET.
3856 Reported by Dan Dever.
3857
3858 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
3859 Add verilog-auto-ignore-concat to fix backward compatibility with
3860 older verilog-modes. Reported by Dan Katz.
3861
3862 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
3863 containing closing anchors "...$".
3864
3865 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
3866 Reported by Wade Smith.
3867
3868 (verilog-batch-execute-func): Comment on function usage.
3869
38702009-11-05 Michael McNamara <mac@mail.brushroad.com>
3871
3872 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
3873 for labels.
3874
3875 (verilog-label-re, verilog-calc-1): Support proper indent of named
3876 asserts.
3877
3878 (verilog-backward-token, verilog-basic-complete-re)
3879 (verilog-beg-of-statement, verilog-indent-re): Support proper
3880 indent of the assert statement at the beginning of a block of text.
3881
3882 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
3883 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
3884 tokens as begins.
3885
38862009-11-05 Glenn Morris <rgm@gnu.org>
3887
3888 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
3889 Emacs 19. (Bug#1531)
3890 (byte-compile-fix-header): Update for the above change.
3891 Drop test for epoch::version.
3892
3893 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
3894 * cus-dep.el (custom-make-dependencies):
3895 * finder.el (finder-compile-keywords):
3896 Use autoload-rubric's feature argument.
3897
3898 * calendar/diary-lib.el (top-level): Make load behave more like require.
3899
3900 * vc-git.el (vc-git-stash-map): Move definition before use.
3901
39022009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
3903
3904 * custom.el (custom-declare-group): Purecopy standard-value.
3905 (custom-declare-group): Purecopy custom-prefix.
3906
3907 * international/mule.el (load-with-code-conversion):
3908 Call do-after-load-evaluation unconditionally.
3909
3910 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
3911
39122009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
3913
3914 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
3915
39162009-11-04 Glenn Morris <rgm@gnu.org>
3917
3918 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
3919 (byte-compile-compatibility): Remove option.
3920 (byte-compile-close-variables, byte-compile-fix-header)
3921 (byte-compile-insert-header, byte-compile-output-docform)
3922 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
3923 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
3924 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
3925 (byte-compile-insert, byte-compile-defun):
3926 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
3927 (byte-defop-compiler19): Remove.
3928 Without byte-compile-compatibility, the 'emacs19-opcode property is not
3929 used by anything. Replace all calls with byte-defop-compiler.
3930
39312009-11-04 Juri Linkov <juri@jurta.org>
3932
3933 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
3934 (menu-bar-options-menu): Don't quote the `prop' arg of
3935 `menu-bar-make-mm-toggle'.
3936
39372009-11-04 Juanma Barranquero <lekktu@gmail.com>
3938
3939 * calendar/calendar.el (cal-loaddefs):
3940 * calendar/diary-lib.el (diary-loaddefs):
3941 * calendar/holidays.el (hol-loaddefs):
3942 * eshell/esh-module.el (esh-groups): Load rather than require.
3943
39442009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3945
3946 * calendar/todo-mode.el (todo-add-category): Don't hardcode
3947 point-min==1.
3948 (todo-top-priorities): Only display-buffer when called interactively.
3949 (todo-item-start): Don't save excursion point.
3950 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
3951 (todo-insert-item-here, todo-file-item, todo-remove-item):
3952 Adjust uses of todo-item-start and todo-item-end.
3953
3954 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
3955 (autoload-rubric): Don't use any more.
3956 * cedet/semantic/fw.el (semantic/loaddefs):
3957 * cedet/srecode.el (srecode/loaddefs):
3958 * cedet/ede.el (ede/loaddefs): Load rather than require.
3959 * cedet/ede/cpp-root.el:
3960 * cedet/ede/emacs.el:
3961 * cedet/ede/files.el:
3962 * cedet/ede/linux.el:
3963 * cedet/ede/locate.el:
3964 * cedet/ede/make.el:
3965 * cedet/ede/shell.el:
3966 * cedet/ede/speedbar.el:
3967 * cedet/ede/system.el:
3968 * cedet/ede/util.el:
3969 * cedet/semantic/analyze.el:
3970 * cedet/semantic/bovine.el:
3971 * cedet/semantic/complete.el:
3972 * cedet/semantic/ctxt.el:
3973 * cedet/semantic/db-file.el:
3974 * cedet/semantic/db-find.el:
3975 * cedet/semantic/db-global.el:
3976 * cedet/semantic/db-mode.el:
3977 * cedet/semantic/db-typecache.el:
3978 * cedet/semantic/db.el:
3979 * cedet/semantic/debug.el:
3980 * cedet/semantic/dep.el:
3981 * cedet/semantic/doc.el:
3982 * cedet/semantic/edit.el:
3983 * cedet/semantic/find.el:
3984 * cedet/semantic/format.el:
3985 * cedet/semantic/html.el:
3986 * cedet/semantic/ia-sb.el:
3987 * cedet/semantic/ia.el:
3988 * cedet/semantic/idle.el:
3989 * cedet/semantic/lex-spp.el:
3990 * cedet/semantic/lex.el:
3991 * cedet/semantic/mru-bookmark.el:
3992 * cedet/semantic/scope.el:
3993 * cedet/semantic/senator.el:
3994 * cedet/semantic/sort.el:
3995 * cedet/semantic/symref.el:
3996 * cedet/semantic/tag-file.el:
3997 * cedet/semantic/tag-ls.el:
3998 * cedet/semantic/tag-write.el:
3999 * cedet/semantic/tag.el:
4000 * cedet/semantic/util-modes.el:
4001 * cedet/semantic/analyze/complete.el:
4002 * cedet/semantic/analyze/refs.el:
4003 * cedet/semantic/bovine/c.el:
4004 * cedet/semantic/bovine/gcc.el:
4005 * cedet/semantic/bovine/make.el:
4006 * cedet/semantic/bovine/scm.el:
4007 * cedet/semantic/decorate/include.el:
4008 * cedet/semantic/decorate/mode.el:
4009 * cedet/semantic/symref/cscope.el:
4010 * cedet/semantic/symref/global.el:
4011 * cedet/semantic/symref/grep.el:
4012 * cedet/semantic/symref/idutils.el:
4013 * cedet/semantic/symref/list.el:
4014 * cedet/semantic/wisent/java-tags.el:
4015 * cedet/semantic/wisent/javascript.el:
4016 * cedet/srecode/compile.el:
4017 * cedet/srecode/cpp.el:
4018 * cedet/srecode/document.el:
4019 * cedet/srecode/el.el:
4020 * cedet/srecode/expandproto.el:
4021 * cedet/srecode/getset.el:
4022 * cedet/srecode/insert.el:
4023 * cedet/srecode/java.el:
4024 * cedet/srecode/map.el:
4025 * cedet/srecode/mode.el:
4026 * cedet/srecode/template.el:
4027 * cedet/srecode/texi.el: Remove the file-local setting of
4028 generated-autoload-feature.
4029
4030 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
4031 and only put a prop if it is non-nil.
4032
40332009-11-03 Juri Linkov <juri@jurta.org>
4034
4035 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
4036 (menu-bar-options-menu): Fix list quoting (Bug#4429).
4037
4038 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
4039 and "Menu" to make top-level menu item visually one unit (like
4040 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
4041 multi-word menu items). Fix :help string for quit-window.
4042
40432009-11-03 Glenn Morris <rgm@gnu.org>
4044
4045 * cedet/mode-local.el (with-mode-local): Doc fix.
4046
4047 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4048 (byte-compile-file-form-define-abbrev-table)
4049 (byte-compile-file-form-custom-declare-variable)
4050 (byte-compile-variable-ref, byte-compile-defvar):
4051 Whether or not a warning is enabled should only affect whether we issue
4052 the warning, not whether or not we collect the relevant data.
4053 Eg warnings can be turned on and off throughout the course of a file.
4054
4055 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
4056 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
4057
40582009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4059
4060 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
4061 * play/mpuz.el (mpuz-create-buffer):
4062 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
4063 (lm-print-y,s,noise, lm-print-w0, lm-init):
4064 * play/gomoku.el (gomoku-prompt-for-move):
4065 * play/fortune.el (fortune-in-buffer):
4066 * play/dissociate.el (dissociated-press):
4067 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
4068 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
4069 * mail/supercite.el (sc-eref-show):
4070 * mail/smtpmail.el (smtpmail-send-it):
4071 * mail/rmailsum.el (rmail-summary-next-labeled-message)
4072 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
4073 (rmail-summary-undelete-many, rmail-summary-rmail-update)
4074 (rmail-summary-goto-msg, rmail-summary-expunge)
4075 (rmail-summary-get-new-mail, rmail-summary-search-backward)
4076 (rmail-summary-add-label, rmail-summary-output-menu)
4077 (rmail-summary-output-body):
4078 * mail/rfc822.el (rfc822-addresses):
4079 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
4080 * mail/mailpost.el (post-mail-send-it):
4081 * mail/hashcash.el (hashcash-generate-payment):
4082 * mail/feedmail.el (feedmail-run-the-queue)
4083 (feedmail-queue-send-edit-prompt-help-first)
4084 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
4085 (feedmail-deduce-address-list):
4086 * eshell/esh-ext.el (eshell-remote-command):
4087 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
4088 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
4089 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
4090 (viper-save-string-in-file, viper-valid-marker):
4091 * emulation/viper-keym.el (viper-toggle-key):
4092 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
4093 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
4094 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
4095 * emulation/viper-cmd.el (viper-exec-form-in-vi)
4096 (viper-exec-form-in-emacs, viper-brac-function):
4097 * emulation/viper.el (viper-delocalize-var):
4098 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
4099 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
4100 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
4101 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
4102 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
4103 * emulation/edt.el (edt-electric-helpify):
4104 * emulation/cua-rect.el (cua--rectangle-aux-replace):
4105 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
4106 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
4107 (cua-indent-to-global-mark-column):
4108 * calendar/diary-lib.el (calendar-mark-1):
4109 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
4110 Use with-current-buffer.
4111 * emulation/viper.el (viper-delocalize-var): Use dolist.
4112
41132009-11-03 Chong Yidong <cyd@stupidchicken.com>
4114
4115 * comint.el (comint-replace-by-expanded-history-before-point):
4116 Replace !! with the previous input string literally (Bug#1795).
4117
41182009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
4119
4120 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
4121 to be made up of whitespace.
4122
41232009-11-02 Chong Yidong <cyd@stupidchicken.com>
4124
4125 * minibuffer.el (read-file-name): Don't use file dialogs for
4126 remote directories (Bug#99).
4127
41282009-11-01 Chong Yidong <cyd@stupidchicken.com>
4129
4130 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
4131
41322009-11-01 Andreas Schwab <schwab@linux-m68k.org>
4133
4134 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
4135 instead of deleting the window or frame.
4136
41372009-10-31 Chong Yidong <cyd@stupidchicken.com>
4138
4139 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
4140 Support face colors.
4141
4142 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
4143 New function. Support face colors (Bug#1168).
4144 (tex-common-initialization): Use it.
4145
4146 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
4147 mode allows it (Bug#1168).
4148
41492009-10-31 Juri Linkov <juri@jurta.org>
4150
4151 * facemenu.el (list-colors-display): Don't mark buffer as
4152 modified (Bug#3948).
4153
41542009-10-31 Chong Yidong <cyd@stupidchicken.com>
4155
4156 * international/mule-diag.el (list-character-sets-1): Minor
4157 message fix (Bug#3526).
4158
4159 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
4160 face property (Bug#4834).
4161 (etags-list-tags, etags-tags-apropos-additional)
4162 (etags-tags-apropos, tags-select-tags-table): Add follow-link
4163 property.
4164
4165 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
4166 items.
4167
4168 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
4169 items.
4170
4171 * cedet/ede.el (ede-minor-mode):
4172 * cedet/semantic.el (semantic-mode): Toggle menu separators.
4173
41742009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4175
4176 * textmodes/two-column.el (2C-split):
4177 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
4178 * textmodes/tex-mode.el (tex-set-buffer-directory):
4179 * textmodes/spell.el (spell-region, spell-string):
4180 * textmodes/reftex.el (reftex-erase-buffer):
4181 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
4182 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4183 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
4184 (reftex-select-item):
4185 * textmodes/reftex-ref.el (reftex-label-info-update)
4186 (reftex-offer-label-menu):
4187 * textmodes/reftex-index.el (reftex-index-change-entry)
4188 (reftex-index-phrases-info):
4189 * textmodes/reftex-global.el (reftex-create-tags-file)
4190 (reftex-save-all-document-buffers, reftex-ensure-write-access):
4191 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
4192 (reftex-view-crossref-from-bibtex):
4193 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
4194 (reftex-extract-bib-entries-from-thebibliography)
4195 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
4196 * textmodes/refbib.el (r2b-capitalize-title):
4197 (r2b-convert-buffer, r2b-help):
4198 * textmodes/page-ext.el (pages-directory)
4199 (pages-directory-goto-with-mouse):
4200 * textmodes/bibtex.el (bibtex-validate-globally):
4201 * textmodes/bib-mode.el (bib-capitalize-title):
4202 * textmodes/artist.el (artist-clear-buffer, artist-system):
4203 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
4204 (local-set-scheme-interaction-buffer, xscheme-process-filter)
4205 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
4206 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
4207 (xscheme-send-control-g-interrupt, xscheme-start-process)
4208 (xscheme-process-sentinel, xscheme-cd):
4209 * progmodes/verilog-mode.el (verilog-read-always-signals)
4210 (verilog-set-define, verilog-getopt-file)
4211 (verilog-module-inside-filename-p):
4212 * progmodes/sh-script.el:
4213 * progmodes/python.el (python-pdbtrack-get-source-buffer)
4214 (python-pdbtrack-grub-for-buffer, python-execute-file):
4215 * progmodes/octave-inf.el (inferior-octave):
4216 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
4217 (idlwave-shell-compile-helper-routines, idlwave-set-local)
4218 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
4219 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
4220 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
4221 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
4222 (idlwave-shell-filter, idlwave-shell-examine-highlight)
4223 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
4224 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
4225 (idlwave-shell-examine-display, idlwave-shell-run-region)
4226 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
4227 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
4228 * progmodes/idlw-help.el (idlwave-help-get-special-help)
4229 (idlwave-help-get-help-buffer):
4230 * progmodes/gud.el (gud-basic-call, gud-find-class)
4231 (gud-tooltip-activate-mouse-motions-if-enabled):
4232 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4233 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
4234 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
4235 (ebrowse-tags-next-file):
4236 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
4237 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
4238 (ebnf-eps-finish-and-write):
4239 * progmodes/cpp.el (cpp-edit-save):
4240 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
4241 * progmodes/cc-defs.el (c-emacs-features):
4242 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
4243 (antlr-directory-dependencies):
4244 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
4245 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
4246 (ada-find-any-references, ada-make-filename-from-adaname)
4247 (ada-make-body-gnatstub):
4248 * obsolete/rnews.el (news-list-news-groups):
4249 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
4250 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
4251 * net/rcirc.el (rcirc-debug):
4252 * net/newst-treeview.el (newsticker--treeview-list-add-item)
4253 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
4254 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
4255 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
4256 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
4257 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
4258 (newsticker--treeview-list-clear-highlight)
4259 (newsticker--treeview-list-update-highlight)
4260 (newsticker--treeview-list-highlight-start)
4261 (newsticker--treeview-tree-update-highlight)
4262 (newsticker--treeview-get-selected-item)
4263 (newsticker-treeview-mark-list-items-old)
4264 (newsticker--treeview-set-current-node):
4265 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4266 * net/newst-backend.el (newsticker--get-news-by-funcall)
4267 (newsticker--get-news-by-wget, newsticker--image-get)
4268 (newsticker--image-sentinel):
4269 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
4270 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
4271 (eudc-ph-close-session):
4272 * net/eudc.el (eudc-save-options):
4273 * language/thai-word.el (thai-update-word-table):
4274 * language/japan-util.el (japanese-string-conversion):
4275 * international/titdic-cnv.el (tsang-quick-converter)
4276 (ziranma-converter, ctlau-converter):
4277 * international/mule-cmds.el (describe-language-environment):
4278 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
4279 (skkdic-convert-postfix, skkdic-convert-prefix):
4280 (skkdic-convert-okuri-nasi, skkdic-convert):
4281 * emacs-lisp/re-builder.el (reb-update-overlays):
4282 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
4283 * emacs-lisp/gulp.el (gulp-send-requests):
4284 * emacs-lisp/find-gc.el (trace-call-tree):
4285 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
4286 (eieio-describe-generic):
4287 * emacs-lisp/eieio-base.el (eieio-persistent-read):
4288 * emacs-lisp/edebug.el (edebug-outside-excursion):
4289 * emacs-lisp/debug.el (debugger-make-xrefs):
4290 * emacs-lisp/cust-print.el (custom-prin1-to-string):
4291 * emacs-lisp/chart.el (chart-new-buffer):
4292 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
4293 Use with-current-buffer.
4294 * textmodes/artist.el (artist-system): Don't call
4295 copy-sequence on a fresh string.
4296 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
4297
42982009-10-31 Stephen Berman <stephen.berman@gmx.net>
4299
4300 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
4301 is no item to edit. (Bug#4820)
4302 (todo-top-priorities): Restore point and restore narrowing in Todo
4303 buffer. (Bug#4820)
4304
43052009-10-31 Glenn Morris <rgm@gnu.org>
4306
4307 * net/ange-ftp.el (top-level): Don't require dired when compiling.
4308 (comint-last-output-start, comint-last-input-start)
4309 (comint-last-input-end): Don't defvar when compiling.
4310 (ange-ftp-process-file): Use bound-and-true-p.
4311
4312 * pcmpl-rpm.el (top-level): Move provide statement to end.
4313 (pcmpl-rpm): Remove unused custom group.
4314
4315 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
4316
4317 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
4318
4319 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
4320 (byte-compile-warnings): Add `constants' as an option.
4321 (byte-compile-callargs-warn, byte-compile-arglist-warn)
4322 (display-call-tree): Update for byte-compile-fdefinition possibly
4323 returning `(macro lambda ...)'. (Bug#4778)
4324 (byte-compile-variable-ref, byte-compile-setq-default):
4325 Respect `constants' member of byte-compile-warnings.
4326
4327 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
4328 Use mapc rather than mapcar because the return value is never used.
4329
4330 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
4331 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
4332 * cedet/semantic/html.el:
4333 Suppress harmless warnings about setting up semantic-imenu (not
4334 part of Emacs) variables.
4335
43362009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4337
4338 * vc-bzr.el (vc-bzr-revision-keywords): New var.
4339 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
4340 to "submit:".
4341
4342 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
4343 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
4344 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
4345 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
4346 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
4347 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
4348 (semantic-analyzer-debug-global-symbol)
4349 (semantic-analyzer-debug-missing-innertype)
4350 (semantic-analyzer-debug-insert-include-summary):
4351 * cedet/semantic/util.el (semantic-file-tag-table):
4352 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
4353 (semantic-recursive-find-nonterminal-by-name):
4354 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
4355 * cedet/semantic/tag-file.el (semantic-prototype-file):
4356 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
4357 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
4358 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
4359 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4360 (semantic-idle-summary-maybe-highlight):
4361 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
4362 (semantic-ia-sb-tag-info):
4363 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
4364 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
4365 * cedet/semantic/ede-grammar.el (project-compile-target):
4366 (ede-proj-makefile-insert-variables):
4367 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
4368 (semantic-debug-set-source-location, semantic-debug-interface-layout)
4369 (semantic-debug-mode, semantic-debug):
4370 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
4371 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
4372 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
4373 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
4374 (semanticdb-find-translate-path-includes--internal)
4375 (semanticdb-reset-log, semanticdb-find-log-activity):
4376 * cedet/semantic/db-file.el (object-write):
4377 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
4378 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
4379 (semanticdb-create-ebrowse-database):
4380 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
4381 * cedet/semantic/complete.el (semantic-displayor-focus-request)
4382 (semantic-collector-calculate-completions-raw)
4383 (semantic-complete-read-tag-analyzer):
4384 * cedet/semantic/analyze.el (semantic-analyze-pulse):
4385 * cedet/ede/util.el (ede-update-version-in-source):
4386 * cedet/ede/proj.el (project-delete-target):
4387 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
4388 (ede-proj-flush-autoconf):
4389 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
4390 (ede-proj-configure-synchronize):
4391 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
4392 * cedet/ede/linux.el (ede-linux-version):
4393 * cedet/ede/emacs.el (ede-emacs-version):
4394 * cedet/ede/dired.el (ede-dired-add-to-target):
4395 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
4396 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
4397 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
4398 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
4399 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
4400 (cedet-idutils-version-check):
4401 * cedet/cedet-global.el (cedet-gnu-global-call):
4402 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
4403 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
4404 * cedet/cedet-cscope.el (cedet-cscope-call)
4405 (cedet-cscope-expand-filename, cedet-cscope-version-check):
4406 Use with-current-buffer.
4407 * cedet/ede.el (ede-make-project-local-variable)
4408 (ede-set-project-variables, ede-set): Use dolist.
4409
44102009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
4411
4412 * textmodes/ispell.el (ispell-skip-region-alist):
4413 * international/mule-conf.el (eight-bit):
4414 * international/fontset.el (font-encoding-alist):
4415 * startup.el (pure-space-overflow-message):
4416 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
4417 * paths.el (gnus-nntp-service, rmail-spool-directory)
4418 (term-file-prefix):
4419 * files.el (save-some-buffers-action-alist):
4420 * cmuscheme.el (same-window-buffer-names):
4421 * ielm.el (same-window-buffer-names):
4422 * shell.el (same-window-buffer-names):
4423 * mail/sendmail.el (same-window-buffer-names):
4424 * progmodes/inf-lisp.el (same-window-buffer-names):
4425 * bindings.el (mode-line-client)
4426 (mode-line-column-line-number-mode-map):
4427 * language/tibetan.el (tibetan-precomposition-rule-regexp)
4428 (tibetan-precomposed-regexp): Purecopy string arguments.
4429
44302009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4431
4432 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
4433 (calcDigit-nondigit):
4434 * calc/calc-yank.el (calc-copy-to-buffer):
4435 * calc/calc-units.el (calc-invalidate-units-table):
4436 * calc/calc-trail.el (calc-trail-yank):
4437 * calc/calc-store.el (calc-insert-variables):
4438 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
4439 * calc/calc-prog.el (calc-read-parse-table):
4440 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
4441 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
4442 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
4443 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
4444 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
4445 (calc-graph-name, calc-graph-find-command, calc-graph-view)
4446 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
4447 * calc/calc-ext.el (calc-realign):
4448 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
4449 (calc-embedded-finish-edit, calc-embedded-make-info)
4450 (calc-embedded-finish-command, calc-embedded-stack-change):
4451 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
4452
4453 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
4454 (overload-docstring-extension): Use that info.
4455 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
4456 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
4457 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
4458 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
4459 (semantic-nonterminal-full-name): Add the new `when' info.
4460 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
4461 `assert'.
4462
4463 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
4464 shell-dynamic-complete-filename in preference to
4465 comint-dynamic-complete-filename.
4466
4467 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4468 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
4469 Don't consider whether the display supports colors.
4470 (bookmark-import-new-list): Use dolist.
4471 (bookmark-bmenu-mode-map): Move initialization into declaration.
4472 (bookmark-bmenu-list): Use dolist, simplify.
4473 (bookmark-show-all-annotations): Use save-selected-window and dolist.
4474 (menu-bar-final-items): Use push.
4475
44762009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
4477
4478 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
4479 it works on remote files.
4480 (vc-hg-diff): Don't pass any `--cwd' argument.
4481
44822009-10-27 Kevin Ryde <user42@zip.com.au>
4483
4484 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4485 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
4486 (Further to Bug#3921).
4487
44882009-10-27 Michael Albinus <michael.albinus@gmx.de>
4489
4490 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
4491 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
4492 calling `tramp-imap-put-file'. Add file size to the call.
4493 (tramp-imap-get-file-entries): Compute also user name, file size,
4494 and date.
4495 (tramp-imap-handle-insert-directory): Insert uid and gid.
4496 (tramp-imap-handle-file-attributes): Transform uid and gid
4497 according to `id-format'.
4498 (tramp-imap-put-file): New optional parameter SIZE. Encode file
4499 size in header X-Size.
4500
45012009-10-26 Juanma Barranquero <lekktu@gmail.com>
4502
4503 * simple.el (transpose-subr): Give clearer error when the mark
4504 is not set. (Bug#4807)
4505
45062009-10-26 Michael Albinus <michael.albinus@gmx.de>
4507
4508 * net/tramp.el (tramp-perl-file-truename): New defconst.
4509 Perl code contributed by yary <not.com@gmail.com> (tiny change).
4510 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
4511 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
4512 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
4513
4514 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
4515 Ignore `dired-call-process'.
4516 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
4517
45182009-10-26 Julian Scheid <julians37@gmail.com>
4519
4520 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
4521 (tramp-get-remote-readlink): New defun.
4522 (tramp-handle-file-truename): Use it.
4523 (tramp-handle-file-exists-p): Check file-attributes cache, assume
4524 file exists if cache value present.
4525 (tramp-check-cached-permissions): New defun.
4526 (tramp-handle-file-readable-p): Use it.
4527 (tramp-handle-file-writable-p): Likewise.
4528 (tramp-handle-file-executable-p): Likewise.
4529 (tramp-handle-file-name-all-completions): Try using Perl to get
4530 partial completions. When perl not available, combine `cd' and
4531 `ls' into single remote operation and use shell expansion to get
4532 partial remote directory contents. Set `file-exists-p' cache for
4533 directory and any files returned by ls. Change cache handling to
4534 support partial directory contents. Use error message emitted by
4535 remote `cd' or Perl code for local tramp-error.
4536 (tramp-do-copy-or-rename-file-directly): Avoid separate
4537 tramp-send-command-and-check call.
4538 (tramp-handle-process-file): Merge three remote ops into one.
4539 Do not flush all caches when `process-file-side-effects' is set.
4540 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
4541 file-attributes shows uid/gid to be set already.
4542
45432009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
4544
4545 * textmodes/tex-mode.el (tex-dvi-view-command)
4546 (tex-show-queue-command, tex-open-quote):
4547 * progmodes/ruby-mode.el (auto-mode-alist)
4548 (interpreter-mode-alist): Purecopy strings.
4549
4550 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
4551
4552 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
4553 string for the hook, keymap and abbrev table.
4554
4555 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
4556
4557 * x-dnd.el (x-dnd-xdnd-to-action):
4558 * startup.el (fancy-startup-text, fancy-about-text): Change to
4559 defconst from defvar.
4560
4561 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
4562
4563 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
4564 Purecopy initialization strings.
4565
4566 * mail/sendmail.el (mail-header-separator)
4567 (mail-personal-alias-file):
4568 * mail/rmail.el (rmail-default-dont-reply-to-names)
4569 (rmail-ignored-headers, rmail-retry-ignored-headers)
4570 (rmail-highlighted-headers, rmail-secondary-file-directory)
4571 (rmail-secondary-file-regexp):
4572 * files.el (null-device, file-name-invalid-regexp)
4573 (locate-dominating-stop-dir-regexp)
4574 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
4575 (interpreter-mode-alist): Use mapcar instead of mapc.
4576
4577 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
4578
4579 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
4580 (completion-ignored-extensions):
4581 (debug-ignored-errors): Purecopy strings.
4582
45832009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4584
4585 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
4586 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
4587 (pcomplete--here): Use push.
4588
4589 * subr.el (all-completions): Declare the 4th arg obsolete.
4590
45912009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4592
4593 * pcomplete.el (pcomplete-unquote-argument-function): New var.
4594 (pcomplete-unquote-argument): New function.
4595 (pcomplete--common-suffix): Always pay attention to case.
4596 (pcomplete--table-subvert): Quote and unquote the text.
4597 (pcomplete--common-quoted-suffix): New function.
4598 (pcomplete-std-complete): Use it and pcomplete-begin.
4599
4600 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
4601 we're inside a dedicated or minibuffer window.
4602
46032009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4604
4605 * cedet/semantic/fw.el (semantic-alias-obsolete)
4606 (semantic-varalias-obsolete): Make the `when' arg mandatory.
4607 (define-mode-overload-implementation):
4608 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
4609 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
4610 * cedet/semantic/util.el (semantic-file-token-stream)
4611 (semantic-something-to-stream):
4612 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
4613 (semantic-expand-nonterminal):
4614 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
4615 (semantic-find-dependency, semantic-find-nonterminal)
4616 (semantic-find-dependency):
4617 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
4618 (semantic-flex-text, semantic-flex-make-keyword-table)
4619 (semantic-flex-keyword-p, semantic-flex-keyword-put)
4620 (semantic-flex-keyword-get, semantic-flex-map-keywords)
4621 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
4622 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
4623 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
4624 (semantic-after-idle-scheduler-reparse-hooks):
4625 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
4626 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
4627 * cedet/semantic.el (semantic-toplevel-bovine-table)
4628 (semantic-toplevel-bovine-cache)
4629 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
4630 (semantic-init-mode-hooks, semantic-init-db-hooks)
4631 (semantic-bovination-working-type): Provide the `when' arg.
4632
46332009-10-24 Karl Fogel <kfogel@red-bean.com>
4634
4635 * bookmark.el: Update documentation, especially documentation
4636 of `bookmark-alist' and of the bookmark file format.
4637 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
4638
46392009-10-24 Chong Yidong <cyd@stupidchicken.com>
4640
4641 * mail/emacsbug.el (report-emacs-bug): Clarify that the
4642 keybindings apply to the mail buffer (Bug#4003). Shrink help
4643 window to buffer.
4644
4645 * whitespace.el (whitespace-mode, whitespace-newline-mode)
4646 (global-whitespace-mode, global-whitespace-newline-mode)
4647 (whitespace-toggle-options, global-whitespace-toggle-options):
4648 Doc fix (Bug#3660).
4649
4650 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
4651 of xmltok-start before the end tag was inserted (Bug#2840).
4652
4653 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
4654 patterns that are preceded by an open-paren (Bug#1320).
4655
46562009-10-24 Sven Joachim <svenjoac@gmx.de>
4657
4658 * files.el (delete-directory): Delete symlinks to directories with
4659 delete-file (Bug#4739).
4660
46612009-10-24 Chong Yidong <cyd@stupidchicken.com>
4662
4663 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
4664 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
4665 argument to make-obsolete.
4666
4667 * cedet/semantic/fw.el (semantic-alias-obsolete)
4668 (semantic-varalias-obsolete): Add optional WHEN argument.
4669
46702009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
4671
4672 * vc.el (vc-backend-for-registration): Rename from
4673 vc-get-backend-for-registration. Update callers.
4674
4675 * international/mule-cmds.el (set-language-info-alist):
4676 Purecopy lang-env.
4677 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
4678 (charset): Purecopy the name.
4679 (define-char-code-property): Purecopy string arguments.
4680
4681 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
4682 Purecopy string arguments.
4683
4684 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4685 * ediff-hook.el (menu-bar-ediff-menu):
4686 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
4687 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
4688
46892009-10-24 Glenn Morris <rgm@gnu.org>
4690
4691 * comint.el (comint-dynamic-list-completions):
4692 * term.el (term-dynamic-list-completions): Use choose-completion rather
4693 than obsolete alias mouse-choose-completion.
4694
4695 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
4696 file-cache-choose-completion.
4697 (file-cache-choose-completion): Handle an optional event argument.
4698 (file-cache-mouse-choose-completion): Make it an obsolete alias.
4699
4700 * progmodes/octave-mod.el (octave-complete-symbol):
4701 Use choose-completion if mouse-choose-completion is ever removed.
4702
4703 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
4704 use.
4705
4706 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
4707 compiler.
4708
4709 * vc-hooks.el (vc-responsible-backend): Fix declaration.
4710
47112009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4712
4713 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
4714 Ignore `pred' now that we receive one.
4715 Handle test-completion specially.
4716
47172009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4718
4719 * vc.el (vc-responsible-backend): Throw an error if not backend is
4720 found. Remove the REGISTER argument. Move the code dealing with
4721 REGISTER ...
4722 (vc-get-backend-for-registration): ... here. New function.
4723 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
4724 of vc-responsible-backend, pass the file name instead of the
4725 directory name.
4726
47272009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4728
4729 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
4730 New funs.
4731 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
4732 (pcomplete-comint-setup): Don't modify a global var via
4733 accidental side-effects.
4734 (pcomplete-shell-setup): Adjust call accordingly.
4735 (pcomplete-parse-comint-arguments): Use push.
4736
47372009-10-23 Chong Yidong <cyd@stupidchicken.com>
4738
4739 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4740 Allow uncapitalized info node names (Bug#3921).
4741
4742 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
4743 to the DEBUG file (Bug#3781).
4744
47452009-10-23 Jari Aalto <jari.aalto@cante.net>
4746
4747 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
4748 dictionary entry (Bug#4579).
4749
47502009-10-23 Michael Albinus <michael.albinus@gmx.de>
4751
4752 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
4753 from `rfn-eshadow-update-overlay-hook' when unloading.
4754 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
4755 "rsyncc". Adjust doc string.
4756 (tramp-temp-buffer-file-name): New buffer-local defvar.
4757 (tramp-handle-insert-file-contents, tramp-handle-write-region):
4758 Keep temporary file when indicated by method ("rsync" and
4759 "rsyncc").
4760 (tramp-handle-write-region): Handle APPEND.
4761 (tramp-delete-temp-file-function): New defun. Added to
4762 `kill-buffer-hook'.
4763
47642009-10-23 Juanma Barranquero <lekktu@gmail.com>
4765
4766 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
4767
47682009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4769
4770 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
4771 (color-name-rgb-alist, tty-standard-colors)
4772 (tty-color-mode-alist): Change to defconst.
4773
4774 * simple.el (mark-inactive): Purecopy message.
4775
4776 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
4777 (global-map, yank-menu):
4778 * textmodes/ispell.el (ispell-menu-map):
4779 * net/eudc.el (eudc-tools-menu):
4780 * international/mule-cmds.el (describe-language-environment-map)
4781 (setup-language-environment-map, set-coding-system-map)
4782 (mule-menu-keymap):
4783 * vc-hooks.el (vc-menu-entry, vc-menu-map):
4784 * replace.el (occur-mode-map):
4785 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
4786
47872009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
4788
4789 * calc/calc.el (math-read-number, math-read-number-simple): Use
4790 `save-match-data'.
4791
47922009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4793
4794 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
4795 rather than fiddling with global-map bindings, since it should only
4796 affect per-terminal settings.
4797 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
4798
4799 * minibuffer.el (completion-table-with-terminator): Allow to specify
4800 the terminator-regexp.
4801
4802 * simple.el (switch-to-completions): Look for *Completions* in other
4803 frames as well.
4804
4805 * pcomplete.el: Allow the use of completion-tables.
4806 (pcomplete-std-complete): New command.
4807 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
4808 (pcomplete--here): Use a function for `form' rather than an expression,
4809 so it can be byte-compiled.
4810 (pcomplete-here, pcomplete-here*): Adjust accordingly.
4811 Add edebug declaration.
4812 (pcomplete-show-completions): Remove unused var `curbuf'.
4813 (pcomplete-do-complete, pcomplete-stub):
4814 Don't assume `completions' is a list of strings any more.
4815
48162009-10-22 Juanma Barranquero <lekktu@gmail.com>
4817
4818 * find-dired.el (find-name-arg): Fix typo in docstring.
4819
48202009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4821
4822 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
4823 (pcmpl-linux-fs-types): Same, and update to new modules layout.
4824
4825 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
4826 pcomplete-entries.
4827
4828 * comint.el (comint-read-input-ring, comint-write-input-ring)
4829 (comint-substitute-in-file-name)
4830 (comint-dynamic-complete-as-filename)
4831 (comint-dynamic-simple-complete)
4832 (comint-dynamic-list-filename-completions)
4833 (comint-dynamic-list-completions)
4834 (comint-redirect-results-list-from-process): Minor simplifications.
4835
48362009-10-21 Kevin Ryde <user42@zip.com.au>
4837
4838 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4839 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
4840 the first form. And insert a blank line after ";;; Code" since
4841 that's usual style. (Bug#4612)
4842
4843 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
4844
48452009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4846
4847 * minibuffer.el (completion-table-with-terminator): Properly implement
4848 boundaries, in case `terminator' appears in the suffix.
4849 (completion--embedded-envvar-table): Don't return boundaries if
4850 there's no valid completion. Simplify.
4851 (completion-file-name-table): New completion table extracted from
4852 completion--file-name-table.
4853 (completion--file-name-table): Use it.
4854 (read-file-name-predicate): Declare obsolete.
4855 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
4856 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
4857 completion-file-name-table, and use the `pred' argument.
4858 * files.el (locate-file-completion-table): Use the `pred' arg rather
4859 than read-file-name-predicate.
4860 (abbreviate-file-name): Use \` rather than ^ for BOS.
4861
48622009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
4863
4864 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
4865 vc-responsible-backend to register, it causes problems.
4866
48672009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4868
4869 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
4870
48712009-10-21 Eric Ludlam <zappo@gnu.org>
4872
4873 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
4874 (semantic-c-debug-mode-init-pch): New functions.
4875 (semantic-c-debug-mode-init-last-mode): New var.
4876 (semantic-c-parse-lexical-token): Use them.
4877
4878 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
4879 When extracting the argument list, limit only by point-max.
4880
48812009-10-21 Michael Albinus <michael.albinus@gmx.de>
4882
4883 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
4884 (tramp-smb-handle-file-attributes): Use it.
4885 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
4886 (tramp-smb-handle-insert-directory): Use `mapc' rather than
4887 `mapcar'. Use `tramp-smb-get-stat-capability'.
4888 Add `dired-filename' text properties.
4889 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
4890 (tramp-smb-maybe-open-connection): Simplify check for smbclient
4891 version.
4892
48932009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4894
4895 * subr.el (read-key-delay): Reduce to 0.01.
4896 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
4897 (bug#4751).
4898
48992009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4900
4901 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
4902
4903 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
4904 (Info-menu): Remove unused vars `last' and `completions'.
4905 (Info-index-nodes): Remove unused var `node'.
4906
4907 * info.el (Info-complete-menu-item): Use complete-with-action.
4908
49092009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4910
4911 Make vc-annotate work through copies and renames.
4912 * vc-annotate.el (vc-annotate-extract-revision-at-line):
4913 Return the file name too.
4914 (vc-annotate-revision-at-line)
4915 (vc-annotate-find-revision-at-line)
4916 (vc-annotate-revision-previous-to-line)
4917 (vc-annotate-show-log-revision-at-line): Update to get the file
4918 name from vc-annotate-extract-revision-at-line.
4919 (vc-annotate-show-diff-revision-at-line-internal): Change the
4920 argument to mean whether to show a file diff or not. Get the file
4921 name from vc-annotate-extract-revision-at-line.
4922 (vc-annotate-show-diff-revision-at-line):
4923 Update vc-annotate-show-diff-revision-at-line call.
4924 (vc-annotate-warp-revision): Add an optional file argument.
4925
4926 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
4927 (vc-git-annotate-extract-revision-at-line): Also return the file
4928 name if found.
4929
4930 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
4931 command. Remove unused code.
4932 (vc-hg-annotate-re): Update to match --follow output.
4933 (vc-hg-annotate-extract-revision-at-line): Also return the file
4934 name if found.
4935
4936 * vc.el: Update annotate-extract-revision-at-line documentation.
4937
49382009-10-18 Kevin Ryde <user42@zip.com.au>
4939
4940 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
4941 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
4942
4943 * net/browse-url.el (browse-url): Identify alist with "consp and
4944 not functionp" and let all other things go down the `apply' leg,
4945 as suggested by Stefan. (Further to bug#4531.)
4946
49472009-10-18 Chong Yidong <cyd@stupidchicken.com>
4948
4949 * minibuffer.el (read-file-name): Check for repeat before putting
4950 a default argument in file-name-history (Bug#4657).
4951
4952 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
4953 read syntax (Bug#4737).
4954
4955 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
4956
49572009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4958
4959 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
4960 (html-tag-alist, html-tag-help): Add descriptions for undocumented
4961 entries and make note of obsolete tags.
4962
49632009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4964
4965 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
4966
49672009-10-18 Glenn Morris <rgm@gnu.org>
4968
4969 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
4970 grep, so that binary files (eg international/uni-bidi.el) can match.
4971 Remove test for "UnicodeData" files, since it is hopefully unnecessary
4972 now, and in any case the file header format has changed.
4973
49742009-10-17 Glenn Morris <rgm@gnu.org>
4975
4976 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
4977 (flyspell-get-word, flyspell-large-region)
4978 (flyspell-auto-correct-previous-word): Doc/error message fixes.
4979
49802009-10-17 Chong Yidong <cyd@stupidchicken.com>
4981
4982 * Makefile.in (ELCFILES): Add ede/shell.
4983
49842009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
4985
4986 * term/common-win.el (x-colors): Purecopy it.
4987
49882009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4989
4990 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
4991 permissive for when the buffer is empty.
4992 (tar-header-block-tokenize): Decode the username and groupname.
4993 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
4994
49952009-10-17 Chong Yidong <cyd@stupidchicken.com>
4996
4997 * cedet/srecode/srt.el:
4998 * cedet/srecode/compile.el:
4999 * cedet/semantic/mru-bookmark.el:
5000 * cedet/semantic/debug.el:
5001 * cedet/semantic/complete.el:
5002 * cedet/semantic/analyze.el: Require CL when compiling.
5003
50042009-10-17 Eric Ludlam <zappo@gnu.org>
5005
5006 * cedet/semantic/scope.el
5007 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
5008 tmpscope so that the regular scope will continue to work.
5009
5010 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
5011 Use semantic-idle-summary-highlight-face as the highlighting.
5012
5013 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
5014 contains multibyte characters, choose first applicable coding
5015 system automatically.
5016
5017 * cedet/ede/project-am.el (project-run-target): New method.
5018 (project-run-target): New method.
5019
5020 * cedet/ede.el (ede-target): Add run target menu item.
5021 (ede-project, ede-minor-keymap): Add ede-run-target binding.
5022 (ede-run-target): New function.
5023 (ede-target::project-run-target): New method.
5024
5025 * cedet/ede/proj.el (project-run-target): New method.
5026
5027 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
5028 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
5029 Add :rules.
5030 (ede-proj-target-makefile-shared-object): Only libtool compilers
5031 now available. Add linkers for libtool.
5032 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
5033 (ede-proj-makefile-target-name): Always use .la extension.
5034
5035 * cedet/ede/proj-prog.el (project-run-target): New method.
5036
5037 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
5038 (ede-g++-linker): Change Change link lines.
5039
5040 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
5041 When searching for old variables, go to the end of the buffer and
5042 search backward from there.
5043 (ede-proj-makefile-automake-insert-subdirs)
5044 (ede-proj-makefile-automake-insert-extradist): New methods.
5045 (ede-proj-makefile-create): Use them.
5046
5047 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
5048 Force FILE to expand to the current target. Use file-exists-p to
5049 check that it exists.
5050
5051 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
5052 (ede-linux-load): Wrap dir in file-name-as-directory.
5053 Set :version slot.
5054
5055 * cedet/ede/files.el (ede-get-locator-object): When enabling
5056 locate, do so on "top".
5057
5058 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
5059 file-name-as-directory during compare.
5060 (ede-emacs-version): Return Emacs/XEmacs differentiator.
5061 Get version number from different places. Don't call egrep.
5062 (ede-emacs-load): Set :version slot. Call file-name-as-directory
5063 to set the directory.
5064
5065 * cedet/ede/shell.el: New file.
5066
5067 * cedet/inversion.el (inversion-decoders): Allow for stray . in
5068 alpha/beta variants.
5069
50702009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5071
5072 * international/mule-cmds.el (select-safe-coding-system): If the file
5073 has a coding cookie, use it regardless of any other setting (bug#4712).
5074
50752009-10-17 Glenn Morris <rgm@gnu.org>
5076
5077 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
5078 All errors should have messages.
5079
5080 * foldout.el (foldout-mouse-swallow-events):
5081 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
5082
5083 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
5084 (dired-keep-marker-copy, dired-keep-marker-hardlink)
5085 (dired-keep-marker-symlink, dired-dwim-target)
5086 (dired-copy-preserve-time): Do not autoload these defcustoms.
5087
5088 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
5089 messages from messing up the file coding. (Bug#4623)
5090
50912009-10-17 Jari Aalto <jari.aalto@cante.net>
5092
5093 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
5094 if no match is found for the current dictionary. (Bug#4578)
5095
5096 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
5097 optional, since that is how it is documented, and this is often called
5098 with a nil argument. (Bug#4577)
5099 (flyspell-external-point-words, flyspell-auto-correct-word)
5100 (flyspell-correct-word-before-point, flyspell-word-search-forward)
5101 (flyspell-word-search-backward): Remove nil argument in calls to
5102 flyspell-get-word, since it is not needed now.
5103
51042009-10-17 Ulrich Mueller <ulm@gentoo.org>
5105
5106 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
5107
51082009-10-16 Glenn Morris <rgm@gnu.org>
5109
5110 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
5111
51122009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5113
5114 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
5115 (ange-ftp-file-size): New function.
5116 (ange-ftp-file-attributes): Use it.
5117
51182009-10-16 Michael Albinus <michael.albinus@gmx.de>
5119
5120 * net/tramp-smb.el (tramp-smb-version): New defvar.
5121 (tramp-smb-maybe-open-connection): Use it, in order to avoid
5122 repeated checks.
5123
51242009-10-16 Glenn Morris <rgm@gnu.org>
5125
5126 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
5127 Maybe copy some custom properties from old to new name. (Bug#4706)
5128
51292009-10-16 Juanma Barranquero <lekktu@gmail.com>
5130
5131 * subr.el (error, sit-for, start-process-shell-command)
5132 (start-file-process-shell-command): Set the calling convention
5133 after the function definition.
5134
51352009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5136
5137 * subr.el (error, sit-for, start-process-shell-command)
5138 (start-file-process-shell-command): Use the new
5139 set-advertised-calling-convention feature.
5140
51412009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
5142
5143 * international/ucs-normalize.el (ucs-normalize-version):
5144 Change to 1.2.
5145 (check-range): Adjust for Unicode 5.2.
5146
51472009-10-15 Juri Linkov <juri@jurta.org>
5148
5149 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
5150 to the `menu-item' format.
5151
51522009-10-15 Michael Albinus <michael.albinus@gmx.de>
5153
5154 * net/tramp.el (tramp-replace-environment-variables): Do not fail
5155 if the environment variable does not exist.
5156
5157 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5158 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
5159 parameter.
5160 (tramp-smb-handle-add-name-to-file)
5161 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5162 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5163 (tramp-smb-handle-file-attributes)
5164 (tramp-smb-do-file-attributes-with-stat)
5165 (tramp-smb-handle-file-local-copy)
5166 (tramp-smb-handle-insert-directory)
5167 (tramp-smb-handle-make-directory)
5168 (tramp-smb-handle-make-directory-internal)
5169 (tramp-smb-handle-make-symbolic-link)
5170 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
5171 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
5172 (tramp-smb-maybe-open-connection): Apply the changed parameters.
5173 (tramp-smb-read-file-entry): Read Disk names in compressed format.
5174 Handle long file names.
5175 (tramp-smb-get-cifs-capabilities): Check, whether the connection
5176 process is running.
5177 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
5178 Read share names with "-g" option.
5179
51802009-10-15 Ryan Yeske <rcyeske@gmail.com>
5181
5182 * net/rcirc.el (rcirc-view-log-file): New command.
5183 (rcirc-track-minor-mode-map): Remove C-c ` binding.
5184 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
5185 specified.
5186
51872009-10-15 Glenn Morris <rgm@gnu.org>
5188
5189 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
5190 from the second command-line argument.
5191 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
5192 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
5193 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
5194 w32-batch-update-autoloads.
5195 * emacs-lisp/autoload.el (autoload-make-program): New variable.
5196 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
5197
5198 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
5199 the headers cannot be located. Simplify, subtracting superflous
5200 save-excursions.
5201
52022009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5203
5204 Replace completion-base-size by completion-base-position to fix bugs
5205 such as (bug#4699).
5206 * simple.el (completion-base-position): New var.
5207 (completion-base-size): Mark as obsolete.
5208 (choose-completion): Make it work for mouse events as well.
5209 Pass the new base-position to choose-completion-string.
5210 (choose-completion-guess-base-position): New function, extracted from
5211 choose-completion-delete-max-match.
5212 (choose-completion-delete-max-match): Use it. Make obsolete.
5213 (choose-completion-string): Use the new base-position info.
5214 (completion-root-regexp): Delete.
5215 (completion-setup-function): Preserve completion-base-position.
5216 Eliminate obsolete base-size manipulation.
5217 * minibuffer.el (display-completion-list): Don't mess with base-size.
5218 (minibuffer-completion-help): Set completion-base-position instead.
5219 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
5220 choose-completion.
5221 * textmodes/bibtex.el (bibtex-complete):
5222 * emacs-lisp/crm.el (crm--choose-completion-string):
5223 Adjust to new calling convention.
5224 * complete.el (partial-completion-mode): Use minibufferp to avoid
5225 bumping into incompatible change to choose-completion-string-functions.
5226 * ido.el (ido-choose-completion-string): Make its calling convention
5227 more permissive.
5228 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
5229 base-size manipulation.
5230 (comint-dynamic-list-input-ring): Use dotimes and push.
5231 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
5232 fundamental-mode. Use `or'.
5233
52342009-10-14 Juri Linkov <juri@jurta.org>
5235
5236 * misearch.el (multi-isearch-next-buffer-from-list)
5237 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
5238
52392009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5240
5241 * Makefile.in (compile-onefile): Load `bytecomp' rather than
5242 `bytecomp.el'.
5243
5244 * minibuffer.el (completion-pcm--merge-completions): Make sure the
5245 string we return is all made up of text from the completions rather
5246 than part from the completions and part from the input (bug#4219).
5247
5248 * ido.el (ido-everywhere): Use define-minor-mode.
5249
5250 * buff-menu.el (list-buffers, ctl-x-map):
5251 Mark the entry points with ;;;###autoload cookies.
5252
52532009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5254
5255 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
5256 correctly in the detached head case.
5257 (vc-git-print-log): Remove unused binding.
5258
5259 * vc.el (vc-responsible-backend): When a directory is passed for
5260 for registration create a VC repository if no backend is
5261 responsible for the directory argument.
5262 (vc-deduce-fileset): Tell vc-responsible-backend to register.
5263
5264 * vc.el: Move comments about RCS and SCCS ...
5265 * vc-rcs.el:
5266 * vc-sccs.el: ... here, respectively.
5267
52682009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5269
5270 * minibuffer.el (completion--file-name-table): Return nil if there's
5271 no file completion, even if substitute-in-file-name changed
5272 the string (bug#4708).
5273
52742009-10-13 Juri Linkov <juri@jurta.org>
5275
5276 * files-x.el (read-file-local-variable-value): Don't filter out
5277 minor modes from mode name completion (bug#4664).
5278
52792009-10-13 Juanma Barranquero <lekktu@gmail.com>
5280
5281 * international/mule-cmds.el (ucs-names): Remove exclusion of
5282 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
5283
52842009-10-13 Kenichi Handa <handa@m17n.org>
5285
5286 * international/uni-name.el: Regenerated.
5287
52882009-10-13 Juanma Barranquero <lekktu@gmail.com>
5289
5290 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
5291 should be automatically buffer-local, but isn't.)
5292
52932009-10-12 Sam Steingold <sds@gnu.org>
5294
5295 * progmodes/compile.el (compilation-next-error-function): Fix the
5296 timestamps if the buffer has been visited before.
5297 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
5298 non-anchored patterns, like the perl one (bug#3928).
5299
53002009-10-12 Glenn Morris <rgm@gnu.org>
5301
5302 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
5303 Let-bind `size'.
5304
53052009-10-12 Juanma Barranquero <lekktu@gmail.com>
5306
5307 * proced.el (proced-unload-function): New function.
5308
5309 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
5310 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
5311 Doc fix.
5312
5313 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
5314
53152009-10-11 Juri Linkov <juri@jurta.org>
5316
5317 * files-x.el (read-file-local-variable-value):
5318 Provide default value only for bound variables (bug#4664).
5319
53202009-10-11 Michael Albinus <michael.albinus@gmx.de>
5321
5322 * net/tramp.el (tramp-local-host-p): Function shall return nil for
5323 connection methods like smb.
5324
5325 * net/tramp-cache.el (tramp-flush-connection-property): The hash
5326 can be empty.
5327
5328 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5329 (tramp-smb-file-name-handler-alist): Add handlers for
5330 `add-name-to-file', `make-symbolic-link'.
5331 (tramp-smb-handle-add-name-to-file)
5332 (tramp-smb-do-file-attributes-with-stat)
5333 (tramp-smb-handle-make-symbolic-link)
5334 (tramp-smb-get-cifs-capabilities): New defuns.
5335 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5336 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5337 (tramp-smb-handle-file-local-copy)
5338 (tramp-smb-handle-make-directory-internal)
5339 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
5340 The file name syntax depends on cifs capabilities.
5341 (tramp-smb-handle-file-attributes):
5342 Call `tramp-smb-do-file-attributes-with-stat' if possible.
5343 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
5344 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
5345
53462009-10-11 Chong Yidong <cyd@stupidchicken.com>
5347
5348 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
5349 (eieio-defclass): Apply deftype handler and setf-method properties
5350 directly.
5351 (eieio-add-new-slot): Avoid union function from cl library.
5352 (eieio--typep): New function.
5353 (eieio-perform-slot-validation): Use it.
5354
53552009-10-10 Karl Fogel <kfogel@red-bean.com>
5356
5357 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
5358 Update documentation to refer to the variables documented in r1.135.
5359 (Bug#4188)
5360
53612009-10-10 Karl Fogel <kfogel@red-bean.com>
5362
5363 * bookmark.el (Info-suffix-list): Remove this unused variable.
5364 (bookmark-current-point): Remove this obsolete variable.
5365 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
5366 Adjust for removal of bookmark-current-point.
5367
5368 (bookmarks-already-loaded, bookmark-current-buffer)
5369 (bookmark-yank-point): Document. (Bug#4188)
5370
53712009-10-10 Glenn Morris <rgm@gnu.org>
5372
5373 * frame.el (frame-height): Doc fix.
5374
5375 * calendar/calendar.el (calendar-split-width-threshold): New option.
5376 (calendar-basic-setup): Use calendar-split-width-threshold.
5377
53782009-10-10 Sascha Wilde <wilde@sha-bang.de>
5379
5380 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
5381 Use .la for Automake.
5382
53832009-10-09 Chong Yidong <cyd@stupidchicken.com>
5384
5385 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
5386 Use "autoreconf -i". Suggested by Andreas Schwab.
5387
53882009-10-09 Juanma Barranquero <lekktu@gmail.com>
5389
5390 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
5391 Ideographic Supplement" range (U+1F200..U+1F2FF).
5392
53932009-10-09 Karl Fogel <kfogel@red-bean.com>
5394
5395 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
5396 since the list will have been rebuilt anyway. (Bug#4349)
5397
53982009-10-09 Karl Fogel <kfogel@red-bean.com>
5399
5400 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
5401 (bookmark-bmenu-execute-deletions): Don't save here, as
5402 bookmark-delete will now do so if necessary.
5403 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
5404 (Bug#4348)
5405
54062009-10-09 Glenn Morris <rgm@gnu.org>
5407
5408 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
5409
54102009-10-09 Karl Fogel <kfogel@red-bean.com>
5411
5412 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
5413 (bookmark-jump-other-window): Just invoke bookmark-jump with new
5414 argument now, so the two function's behaviors will match. (Bug#3645)
5415
54162009-10-08 Chong Yidong <cyd@stupidchicken.com>
5417
5418 * cedet/ede/proj.el (project-make-dist, project-compile-project):
5419 Fix filename test.
5420 (ede-proj-dist-makefile): Use expand-file-name instead of concat
5421 to expand file names.
5422
54232009-10-08 Michael Albinus <michael.albinus@gmx.de>
5424
5425 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
5426 (tramp-file-name-real-host, tramp-file-name-port):
5427 Apply `save-match-data'.
5428
5429 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
5430 case both directories are remote.
5431 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
5432 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
5433
54342009-10-08 Chong Yidong <cyd@stupidchicken.com>
5435
5436 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
5437 (ede-proj-target-makefile-objectcode): Use it.
5438
5439 * cedet/ede/source.el (ede-want-any-source-files-p)
5440 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
5441 Return search result. This error was introduced while merging.
5442
54432009-10-07 Juanma Barranquero <lekktu@gmail.com>
5444
5445 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
5446
54472009-10-07 Glenn Morris <rgm@gnu.org>
5448
5449 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
5450 of concat.
5451
54522009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5453
5454 * files-x.el (read-file-local-variable): Include some
5455 non-user-variables in the completion table (bug#4664).
5456
54572009-10-07 Michael Albinus <michael.albinus@gmx.de>
5458
5459 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
5460 message.
5461
5462 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5463 (tramp-smb-file-name-handler-alist): Add handler for
5464 `copy-directory', `expand-file-name', `set-file-modes'.
5465 (tramp-smb-handle-copy-directory)
5466 (tramp-smb-handle-expand-file-name)
5467 (tramp-smb-handle-set-file-modes): New defuns.
5468 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
5469 (tramp-smb-handle-file-attributes): Simplify check for retrieving
5470 entry.
5471 (tramp-smb-handle-insert-directory): Don't flush the cache.
5472 (tramp-smb-maybe-open-connection): Check for samba client and
5473 server versions.
5474
54752009-10-07 Eli Zaretskii <eliz@gnu.org>
5476
5477 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
5478 to not error out of search for "^lisp=" fails.
5479
54802009-10-07 Juanma Barranquero <lekktu@gmail.com>
5481
5482 * makefile.w32-in (WINS_UPDATES): New macro.
5483 (custom-deps, finder-data, autoloads): Use it.
5484
54852009-10-07 Glenn Morris <rgm@gnu.org>
5486
5487 * Makefile.in (autoloads): Revert previous change.
5488 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
5489 the list of preloaded files passed on the command-line, get
5490 it from src/Makefile.
5491
5492 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
5493 show the original buffer rather than a random one.
5494
54952009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
5496
5497 * help.el (describe-no-warranty): Place point in a slightly better
5498 position in the GPLv3 text.
5499
55002009-10-06 Sam Steingold <sds@gnu.org>
5501
5502 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
5503 the comm attribute is present before calling regexp-quote.
5504
55052009-10-06 Juanma Barranquero <lekktu@gmail.com>
5506
5507 * play/animate.el (animate-string): For good effect, make sure
5508 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
5509
5510 * play/animate.el (animate-sequence, animate-birthday-present):
5511 * misc.el (butterfly): Don't set `indent-tabs-mode'.
5512
55132009-10-06 Glenn Morris <rgm@gnu.org>
5514
5515 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
5516
5517 * emacs-lisp/autoload.el (autoload-excludes): New variable.
5518 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
5519 (batch-update-autoloads): Process a string value of autoload-excludes,
5520 set during the build process.
5521 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
5522
5523 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
5524 inside with-parsed... macro so that `v' is defined.
5525
5526 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
5527 * progmodes/fortran.el (fortran-end-of-block)
5528 (fortran-beginning-of-block):
5529 Also push mark in the macro case.
5530
5531 * emerge.el (emerge-show-file-name):
5532 * calc/calc.el (calc-quit):
5533 * calc/calc-misc.el (calc-big-or-small):
5534 * calc/calc-graph.el (calc-graph-view):
5535 * calc/calc-ext.el (calc-reset):
5536 * calendar/calendar.el (calendar-basic-setup):
5537 Use window-full-height-p.
5538
5539 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
5540 header we don't understand, don't insert another. (Bug#4624)
5541 If changing mime charset, insert the new one in the right place.
5542
55432009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
5544
5545 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
5546 (cal-tex-cursor-month): Correctly increment the end date for diary and
5547 holiday listing. (Bug#4626)
5548
55492009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5550
5551 * help-fns.el (describe-function-1): Don't burp if the function is not
5552 a symbol.
5553
55542009-10-05 Juanma Barranquero <lekktu@gmail.com>
5555
5556 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
5557 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
5558 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
5559 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
5560
5561 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
5562 (eieio-default-superclass): Reflow docstrings.
5563 (this, class-option-assoc, defclass, eieio-class-un-autoload)
5564 (eieio-unbind-method-implementations, defmethod)
5565 (eieio-validate-slot-value, eieio-validate-class-slot-value)
5566 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
5567 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
5568 (eieio-slot-originating-class-p, eieio-slot-name-index)
5569 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
5570 (constructor, initialize-instance, no-next-method, object-print)
5571 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
5572 Fix typos in docstrings.
5573 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
5574 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
5575 (next-method-p): Doc fixes.
5576 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
5577 Fix typos in error messages.
5578 (eieio-defmethod): Fix typo in description of generic method.
5579
5580 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
5581 (eieio-persistent-save-interactive, slot-missing):
5582 Fix typos in docstrings.
5583 (eieio-instance-inheritor-slot-boundp): Doc fix.
5584
5585 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
5586 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
5587
5588 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
5589 (eieio-custom-object-apply-reset):
5590 Fix typos in docstrings and error messages.
5591
5592 * emacs-lisp/eieio-datadebug.el (data-debug-show):
5593 Fix typo in docstring.
5594
5595 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
5596 (eieio-browse-tree): Doc fix.
5597 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
5598 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
5599 Fix typos in docstrings.
5600
5601 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
5602 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
5603 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
5604 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
5605 Reflow docstrings.
5606
56072009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
5608
5609 * vc-hg.el (log-view-vc-backend): Declare for compiler.
5610 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
5611 Set log-view-vc-backend so that diff can work.
5612
5613 * log-view.el (log-view-diff): Use vc-diff-internal instead of
5614 vc-version-diff.
5615 (vc-diff-internal): Autoload this instead of vc-version-diff.
5616
56172009-10-05 Eli Zaretskii <eliz@gnu.org>
5618
5619 * simple.el (eval-expression): Doc fix.
5620
5621 * progmodes/cwarn.el (cwarn-mode): Doc fix.
5622
56232009-10-05 Michael Albinus <michael.albinus@gmx.de>
5624
5625 * files.el (directory-files-no-dot-files-regexp): New defconst.
5626 (delete-directory): Use it.
5627 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
5628
5629 * net/tramp.el (tramp-verbose): Fix docstring.
5630 (tramp-methods): Add recursive option to `tramp-copy-args'.
5631 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
5632 "scp1_old", "scp2_old", "rsync", "rsyncc".
5633 (tramp-default-method): Check also for `auth-source-user-or-password'.
5634 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5635 Add handler for `copy-directory'.
5636 (tramp-handle-copy-directory): New defun.
5637 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
5638 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
5639 Optimize sent command.
5640
56412009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5642
5643 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
5644 window if necessary.
5645
5646 * calendar/calendar.el (calendar-basic-setup): Don't call
5647 switch-to-buffer in a dedicated window.
5648
56492009-10-05 Karl Fogel <kfogel@red-bean.com>
5650
5651 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
5652 don't do anything related to relocating, just return nil.
5653 (bookmark-error-no-filename): New error.
5654 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
5655 bookmark has no file. Don't even attempt to handle things that
5656 are not files; the whole point of custom handlers is to keep that
5657 knowledge elsewhere anyway. Tighten some comments.
5658 (bookmark-file-or-variation-thereof): Remove now-unused function.
5659 (bookmark-location): Doc string fix.
5660 (Bug#4250)
5661
56622009-10-04 Karl Fogel <kfogel@red-bean.com>
5663
5664 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
5665 don't use a file dialog, because they usually don't know how to read
5666 a directory target from the user. (Bug#4230)
5667 Also, make sure the prompt can display directories as well as files.
5668
56692009-10-04 Karl Fogel <kfogel@red-bean.com>
5670
5671 * bookmark.el (bookmark-set, bookmark-buffer-name):
5672 Improve doc strings. (Bug#1193)
5673
56742009-10-04 Karl Fogel <kfogel@red-bean.com>
5675
5676 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
5677 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
5678 (bookmark-get-annotation, bookmark-set-annotation)
5679 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
5680 (bookmark-set-position, bookmark-get-front-context-string)
5681 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
5682 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
5683 (bookmark-jump-other-window, bookmark-handle-bookmark)
5684 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
5685 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
5686 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
5687 Improve doc strings to say whether bookmark can be a string or
5688 a record or both, and make other consistency and clarity fixes.
5689 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
5690 (bookmark-default-annotation-text, bookmark-yank-word)
5691 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
5692 (bookmark-import-new-list, bookmark-maybe-rename)
5693 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5694 (bookmark-bmenu-bookmark): Give these doc strings.
5695 (bookmark-bmenu-check-position): Give this a doc string, but also
5696 add a FIXME comment about how the function may be pointless.
5697 (bookmark-default-handler): Rework doc string and change a
5698 parameter name, to clarify that this takes a bookmark record
5699 not a bookmark name.
5700 (bookmark-set): Change a parameter name to indicate its meaning,
5701 and improve the doc string a bit.
5702 (Bug#4188)
5703
57042009-10-04 Karl Fogel <kfogel@red-bean.com>
5705
5706 * bookmark.el (bookmark-alist): Document the new `handler' element
5707 in the param alist.
5708 (bookmark-make-record-function): Adjust documentation for above.
5709 (Bug#4193)
5710
57112009-10-04 Karl Fogel <kfogel@red-bean.com>
5712
5713 * info.el (Info-bookmark-make-record): Document this function.
5714 (Info-bookmark-jump): Document with a doc string, not just a comment.
5715 (Bug#4203)
5716
57172009-10-04 Chong Yidong <cyd@stupidchicken.com>
5718
5719 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
5720 (semantic-new-buffer-fcn): Call parser setup functions here.
5721 (semantic-mode): Don't call parser setup functions here, it's done
5722 in semantic-new-buffer-fcn now.
5723 (semantic-mode): Parse all existing buffers when enabled.
5724
5725 * cedet/srecode/compile.el (srecode-compile-file):
5726 Call semantic-new-buffer-fcn if the buffer has not been parsed.
5727
57282009-10-04 Chong Yidong <cyd@stupidchicken.com>
5729
5730 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
5731
5732 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
5733 (proj-comp-insert-variable-once): New macro, renamed from
5734 ede-pmake-insert-variable-once in ede/pmake.edl.
5735 (ede-proj-makefile-insert-variables): Use it.
5736
57372009-10-04 Michael Albinus <michael.albinus@gmx.de>
5738
5739 * files.el (copy-directory): New defun.
5740
5741 * dired-aux.el (dired-copy-file-recursive): Use it.
5742
57432009-10-04 Juanma Barranquero <lekktu@gmail.com>
5744
5745 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
5746 (makefile-end-of-command):
5747 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
5748 (semantic-end-of-context): Fix previous change. Doc fixes.
5749
57502009-10-04 Juanma Barranquero <lekktu@gmail.com>
5751
5752 * files-x.el (modify-dir-local-variable)
5753 (copy-dir-locals-to-file-locals-prop-line):
5754 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
5755 (makefile-end-of-command):
5756 * cedet/semantic/lex.el (semantic-lex-token):
5757 * cedet/semantic/analyze/fcn.el
5758 (semantic-analyze-dereference-metatype-1):
5759 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
5760 (semantic-lex-cpp-undef):
5761 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
5762 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
5763 (semantic-end-of-context): Fix typos in docstrings.
5764
5765 * recentf.el (recentf-unload-function): New function.
5766
57672009-10-04 Chong Yidong <cyd@stupidchicken.com>
5768
5769 * cedet/ede.el (ede-project-placeholder-cache-file):
5770 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
5771 * cedet/srecode/map.el (srecode-map-save-file):
5772 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
5773
57742009-10-04 Glenn Morris <rgm@gnu.org>
5775
5776 * window.el (window-full-height-p): Add doc string.
5777
57782009-10-04 Martin Rudalics <rudalics@gmx.at>
5779
5780 * window.el (window-full-height-p): New function. (Bug#4543)
5781
57822009-10-03 Chong Yidong <cyd@stupidchicken.com>
5783
5784 * cedet/srecode/insert.el: Require srecode/args.
5785
5786 * cedet/srecode/args.el: Require srecode/dictionary instead of
5787 srecode/insert.
5788
5789 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
5790
5791 * files.el (auto-mode-alist): Add .srt and Project.ede.
5792
5793 * cedet/semantic.el (semantic-mode):
5794 Handle srecode-template-mode-hook as well.
5795 (semantic-mode): Use js-mode-hook for Javascript hook.
5796
5797 * cedet/srecode/template.el: Remove hook variable.
5798
5799 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
5800
5801 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
5802 projects exist.
5803 (ede-project-placeholder-cache-file): Default to a file in
5804 user-emacs-directory.
5805
5806 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
5807 templates in data-directory.
5808 (srecode-map-save-file): Default to a file in user-emacs-directory.
5809
5810 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
5811 directory.
5812
58132009-09-30 Eric Ludlam <zappo@gnu.org>
5814
5815 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
5816 Doc fix.
5817
5818 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
5819 Only insert each variable once.
5820
5821 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
5822 (ede-pmake-insert-variable-shared): Use it.
5823
5824 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
5825 for lexical table iff table is nil.
5826
58272009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5828
5829 * vc.el: Remove commented out code.
5830 (vc-derived-from-dir-mode): Remove, unused.
5831 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
5832
58332009-10-03 Michael Albinus <michael.albinus@gmx.de>
5834
5835 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5836 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
5837 there could be recursive loading when `default-directory' is a
5838 remote file name. (Bug#4614)
5839
58402009-10-03 Glenn Morris <rgm@gnu.org>
5841
5842 * calendar/calendar.el (calendar-basic-setup): Handle the case where
5843 the frame is wide.
5844 (calendar-generate-window): Test for shrinkability rather than width.
5845
5846 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
5847 declaration, currently false.
5848
5849 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
5850 reusing existing buffers, in case we happen to visit two files with the
5851 same basename. (Bug#4593)
5852
58532009-10-02 Eli Zaretskii <eliz@gnu.org>
5854
5855 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
5856 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
5857 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
5858 subdirs of cedet as well.
5859 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
5860
58612009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5862
5863 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
5864 Obey advertised-signature-table.
5865
5866 * help-fns.el (help-function-arglist): Don't check
5867 advertised-signature-table.
5868 (describe-function-1): Do it here instead so it also applies to subrs.
5869
58702009-10-02 Michael Albinus <michael.albinus@gmx.de>
5871
5872 * simple.el (start-file-process): Say in the doc-string, that file
5873 handlers might not support pty association, if PROGRAM is nil.
5874
5875 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
5876 HOST and USER are strings. They are nil, when there are
5877 incomplete entries in ~/.netrc, for example.
5878 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
5879 root directory ("device busy" error otherwise).
5880
5881 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
5882 Flush file properties of created directory.
5883
58842009-10-02 Eli Zaretskii <eliz@gnu.org>
5885
5886 * makefile.w32-in (WINS_BASIC): Remove cedet.
5887 (WINS_CEDET): Add cedet.
5888 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
5889
58902009-10-02 Kevin Ryde <user42@zip.com.au>
5891
5892 * net/browse-url.el (browse-url): Pass any symbol in
5893 browse-url-browser-function to `apply', since if you've mistakenly put
5894 an unbound symbol then the error is clearer. (Bug#4531)
5895
58962009-10-02 Juanma Barranquero <lekktu@gmail.com>
5897
5898 * allout.el (allout-init, allout-back-to-current-heading)
5899 (allout-beginning-of-current-entry, allout-ascend-to-depth)
5900 (allout-ascend, allout-up-current-level, allout-end-of-level)
5901 (allout-previous-visible-heading, allout-forward-current-level)
5902 (allout-backward-current-level, allout-show-children):
5903 * apropos.el (apropos-describe-plist):
5904 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
5905 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
5906 * completion.el (add-completion, add-permanent-completion):
5907 * descr-text.el (describe-text-category, describe-char):
5908 * desktop.el (desktop-lazy-abort):
5909 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
5910 * dired.el (dired-build-subdir-alist):
5911 * ediff.el (ediff-version):
5912 * elide-head.el (elide-head, elide-head-show):
5913 * emerge.el (emerge-version):
5914 * env.el (getenv):
5915 * face-remap.el (variable-pitch-mode):
5916 * faces.el (describe-face):
5917 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
5918 (dired-at-point):
5919 * files.el (find-file-existing, auto-save-mode):
5920 * font-lock.el (font-lock-fontify-buffer):
5921 * help-fns.el (describe-function, describe-variable)
5922 (describe-syntax, describe-categories):
5923 * help.el (view-lossage, describe-bindings, describe-key)
5924 (describe-mode):
5925 * hexl.el (hexl-current-address):
5926 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
5927 * info.el (Info-goto-emacs-key-command-node):
5928 * log-edit.el (log-edit-insert-cvs-template)
5929 (log-edit-insert-cvs-rcstemplate):
5930 * menu-bar.el (menu-bar-mode):
5931 * mouse.el (mouse-appearance-menu):
5932 * newcomment.el (comment-indent-new-line):
5933 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
5934 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5935 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
5936 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
5937 * recentf.el (recentf-mode):
5938 * savehist.el (savehist-mode, savehist-save):
5939 * shadowfile.el (shadow-copy-files):
5940 * simple.el (kill-ring-save, next-line, previous-line)
5941 (normal-erase-is-backspace-mode):
5942 * strokes.el (strokes-update-window-configuration)
5943 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
5944 (strokes-xpm-for-stroke):
5945 * time.el (emacs-uptime, emacs-init-time):
5946 * tutorial.el (tutorial--describe-nonstandard-key)
5947 (tutorial--detailed-help):
5948 * type-break.el (type-break-mode)
5949 (type-break-mode-line-message-mode, type-break-query-mode)
5950 (type-break-guesstimate-keystroke-threshold):
5951 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
5952 * version.el (emacs-version):
5953 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
5954 * winner.el (winner-mode):
5955 * calendar/timeclock.el (timeclock-in, timeclock-out)
5956 (timeclock-status-string, timeclock-change)
5957 (timeclock-workday-remaining-string)
5958 (timeclock-workday-elapsed-string)
5959 (timeclock-when-to-leave-string):
5960 * calendar/todo-mode.el (todo-add-category):
5961 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
5962 * emacs-lisp/autoload.el (update-file-autoloads):
5963 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
5964 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
5965 (checkdoc-message-text, checkdoc-defun):
5966 * emacs-lisp/debug.el (debugger-list-functions):
5967 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5968 * emacs-lisp/eieio-opt.el (eieio-describe-class)
5969 (eieio-describe-generic):
5970 * emacs-lisp/lisp-mnt.el (lm-synopsis):
5971 * emacs-lisp/shadow.el (list-load-path-shadows):
5972 * emulation/cua-base.el (cua-mode):
5973 * emulation/edt.el (edt-set-scroll-margins):
5974 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
5975 (tpu-toggle-regexp, tpu-toggle-search-direction)
5976 (tpu-toggle-rectangle, tpu-toggle-control-keys):
5977 * emulation/tpu-extras.el (tpu-set-scroll-margins):
5978 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
5979 (viper-set-parsing-style-toggling-macro)
5980 (viper-set-emacs-state-searchstyle-macros):
5981 * emulation/viper.el (viper-set-hooks):
5982 * eshell/esh-mode.el (eshell-truncate-buffer):
5983 * international/mule-cmds.el (prefer-coding-system)
5984 (describe-input-method, describe-language-environment):
5985 * international/mule-diag.el (list-character-sets)
5986 (describe-character-set, describe-coding-system)
5987 (describe-fontset, list-fontsets, list-input-methods):
5988 * mail/sendmail.el (mail-signature):
5989 * net/ange-ftp.el (ange-ftp-copy-file):
5990 * net/browse-url.el (browse-url):
5991 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
5992 * net/quickurl.el (quickurl-add-url):
5993 * net/rcirc.el (names, topic):
5994 * net/xesam.el (xesam-mode):
5995 * play/5x5.el (5x5-new-game):
5996 * play/yow.el (apropos-zippy):
5997 * progmodes/ada-mode.el (ada-mode-version):
5998 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
5999 (f90-end-of-block)
6000 (f90-beginning-of-block):
6001 * progmodes/fortran.el (fortran-end-of-block)
6002 (fortran-beginning-of-block):
6003 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6004 * progmodes/python.el (python-describe-symbol, python-shell):
6005 * term/ns-win.el (ns-print-buffer):
6006 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6007 * textmodes/flyspell.el (flyspell-mode-on):
6008 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6009 (pages-directory-for-addresses):
6010 * textmodes/table.el (table-recognize-cell)
6011 (table-query-dimension, table-generate-source)
6012 (table-insert-sequence, table--warn-incompatibility):
6013 * textmodes/tex-mode.el (tex-validate-buffer):
6014 * textmodes/texinfmt.el (texinfmt-version)
6015 (texinfo-format-buffer):
6016 Use `called-interactively-p' instead of `interactive-p'.
6017
60182009-10-02 Juanma Barranquero <lekktu@gmail.com>
6019
6020 * image-mode.el (image-toggle-display):
6021 * emacs-lisp/elp.el (elp-instrument-function):
6022 * emacs-lisp/advice.el (ad-make-advised-definition):
6023 * emacs-lisp/easy-mmode.el (define-minor-mode):
6024 * net/browse-url.el (browse-url-maybe-new-window):
6025 * progmodes/sh-script.el (sh-learn-buffer-indent):
6026 Pass new argument 'any to `called-interactively-p'.
6027
60282009-10-01 Juanma Barranquero <lekktu@gmail.com>
6029
6030 * international/uni-bidi.el:
6031 * international/uni-category.el:
6032 * international/uni-combining.el:
6033 * international/uni-comment.el:
6034 * international/uni-decimal.el:
6035 * international/uni-decomposition.el:
6036 * international/uni-digit.el:
6037 * international/uni-lowercase.el:
6038 * international/uni-mirrored.el:
6039 * international/uni-name.el:
6040 * international/uni-numeric.el:
6041 * international/uni-old-name.el:
6042 * international/uni-titlecase.el:
6043 * international/uni-uppercase.el:
6044 Regenerate from Unicode 5.2.0 data.
6045
60462009-10-01 Glenn Morris <rgm@gnu.org>
6047
6048 * Makefile.in (ELCFILES): Regenerate.
6049
60502009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6051
6052 * subr.el (interactive-p): Mark obsolete.
6053 (called-interactively-p): Make the optional-ness of `kind' obsolete.
6054 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6055 advertised-signature-table for subroutines as well.
6056
6057 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6058 (set-advertised-calling-convention): New function.
6059 (make-obsolete, define-obsolete-function-alias)
6060 (make-obsolete-variable, define-obsolete-variable-alias):
6061 Make the optional-ness of `when' obsolete.
6062 (define-obsolete-face-alias): Make `when' non-optional.
6063 * help-fns.el (help-function-arglist):
6064 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6065 Use advertised-signature-table.
6066
60672009-10-01 Michael Albinus <michael.albinus@gmx.de>
6068
6069 * files.el (delete-directory): New defun. The original function
6070 in fileio.c has been renamed to `delete-directory-internal'.
6071
6072 * dired.el (dired-delete-file): Call `delete-directory' with
6073 RECURSIVE parameter.
6074
6075 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
6076 parameter RECURSIVE. Implementation is missing.
6077
6078 * net/tramp.el (tramp-handle-make-directory): Flush upper
6079 directory's file properties.
6080 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
6081 (tramp-handle-dired-recursive-delete-directory): Flush directory
6082 properties after the remove command only.
6083
6084 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6085 Handle optional parameter RECURSIVE.
6086
6087 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6088 Handle optional parameter RECURSIVE.
6089
6090 * net/tramp-smb.el (tramp-smb-errors): Add error message for
6091 connection timeout.
6092 (tramp-smb-handle-delete-directory): Handle optional parameter
6093 RECURSIVE.
6094
60952009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6096
6097 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
6098 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
6099 (byte-compile-defmacro): Use backquotes.
6100
6101 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
6102
6103 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
6104 has no associated file.
6105 (vc-resynch-buffer): Use vc-dir-buffers.
6106
61072009-10-01 Glenn Morris <rgm@gnu.org>
6108
6109 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
6110 (chart-file-count):
6111 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
6112 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
6113 * emacs-lisp/eieio-opt.el (eieio-describe-class):
6114 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
6115 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
6116 (eieio-copy-parents-into-subclass, make-instance, class-children)
6117 (eieio-generic-form):
6118 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
6119 * cedet/cedet-idutils.el (cedet-idutils-search)
6120 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
6121 (cedet-idutils-version-check):
6122 * cedet/cedet.el (cedet-version):
6123 * cedet/data-debug.el (data-debug-insert-overlay-button)
6124 (data-debug-insert-overlay-list-button)
6125 (data-debug-insert-buffer-button)
6126 (data-debug-insert-buffer-list-button)
6127 (data-debug-insert-process-button, data-debug-insert-ring-button)
6128 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
6129 (data-debug-insert-stuff-vector-button)
6130 (data-debug-insert-symbol-button, data-debug-insert-string)
6131 (data-debug-insert-number, data-debug-insert-lambda-expression)
6132 (data-debug-insert-nil, data-debug-insert-simple-thing)
6133 (data-debug-insert-custom, data-debug-edebug-expr):
6134 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
6135 (global-ede-mode-map, ede-new, ede-debug-target)
6136 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
6137 * cedet/semantic.el (semantic-minimum-working-buffer-size)
6138 (semantic-fetch-tags, semantic-submode-list)
6139 (semantic-default-submodes):
6140 * cedet/ede/source.el (ede-source-match):
6141 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
6142 (project-am-package-info):
6143 * cedet/ede/proj.el (ede-proj-target, project-new-target):
6144 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
6145 * cedet/ede/proj-comp.el (ede-current-build-list):
6146 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
6147 * cedet/ede/files.el (ede-toplevel-project-or-nil):
6148 * cedet/ede/cpp-root.el (initialize-instance):
6149 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
6150 (autoconf-parameter-strip, autoconf-insert-new-macro):
6151 * cedet/semantic/wisent.el (wisent-lex-eoi):
6152 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
6153 (semantic-show-parser-state-mode):
6154 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
6155 * cedet/semantic/tag.el (semantic-tag-new-variable)
6156 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
6157 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
6158 (semantic--tag-deep-copy-tag-list)
6159 (semantic-tag-components-with-overlays-default):
6160 * cedet/semantic/symref.el (semantic-symref-find-text):
6161 * cedet/semantic/senator.el (senator-yank-tag)
6162 (senator-transpose-tags-up):
6163 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
6164 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
6165 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
6166 * cedet/semantic/lex.el (semantic-lex-comment-regex)
6167 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
6168 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
6169 * cedet/semantic/lex-spp.el
6170 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
6171 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
6172 * cedet/semantic/idle.el
6173 (semantic-idle-summary-current-symbol-info-brutish)
6174 (semantic-idle-summary-current-symbol-info-default):
6175 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
6176 (semantic--grammar-macro-compl-dict):
6177 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
6178 * cedet/semantic/format.el (semantic-format-tag-custom-list)
6179 (semantic-format-tag-canonical-name-default):
6180 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
6181 (semantic-find-tags-for-completion)
6182 (semantic-find-tags-by-scope-protection-default)
6183 (semantic-deep-find-tags-for-completion):
6184 * cedet/semantic/edit.el
6185 (semantic-edits-incremental-reparse-failed-hook)
6186 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
6187 (semantic-edits-splice-remove, semantic-edits-splice-replace):
6188 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
6189 * cedet/semantic/dep.el (semantic-dependency-include-path):
6190 * cedet/semantic/db.el (semanticdb-default-find-index-class)
6191 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
6192 (semanticdb-project-roots):
6193 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
6194 (semanticdb-find-adebug-insert-scanned-tag-cons)
6195 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
6196 (semanticdb-brute-deep-find-tags-for-completion):
6197 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
6198 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
6199 (semantic-end-of-context-default)
6200 (semantic-ctxt-current-function-default)
6201 (semantic-ctxt-scoped-types-default):
6202 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6203 (semantic-complete-inline-tag-engine)
6204 (semantic-complete-inline-custom-type)
6205 (semantic-complete-read-tag-analyzer):
6206 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
6207 (semantic-chart-database-size):
6208 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
6209 (semantic-analyze-current-context):
6210 * cedet/semantic/symref/list.el (semantic-symref)
6211 (semantic-symref-hide-buffer, semantic-symref-symbol):
6212 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
6213 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
6214 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
6215 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
6216 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
6217 (semantic-c-dereference-template):
6218 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
6219 (semantic--analyze-refs-full-lookup-with-parents)
6220 (semantic--analyze-refs-full-lookup-simple):
6221 * cedet/semantic/analyze/complete.el
6222 (semantic-analyze-possible-completions):
6223 * cedet/srecode/table.el (srecode-mode-table-new):
6224 * cedet/srecode/srt.el (srecode-read-variable-name):
6225 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
6226 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
6227 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
6228 * cedet/srecode/map.el (srecode-current-map):
6229 * cedet/srecode/insert.el (srecode-insert)
6230 (srecode-insert-variable-secondname-handler, srecode-insert-method)
6231 (srecode-template-inserter-point-override)
6232 (srecode-insert-include-lookup):
6233 * cedet/srecode/getset.el (srecode-auto-choose-class):
6234 * cedet/srecode/extract.el (srecode-inserter-extract):
6235 * cedet/srecode/document.el
6236 (srecode-document-autocomment-return-last-alist)
6237 (srecode-document-autocomment-param-type-alist)
6238 (srecode-document-insert-function-comment)
6239 (srecode-document-insert-variable-one-line-comment)
6240 (srecode-document-function-name-comment):
6241 * cedet/srecode/dictionary.el (srecode-create-dictionary)
6242 (srecode-compound-toString):
6243 * cedet/srecode/compile.el (srecode-flush-active-templates):
6244 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
6245 Doc/message fixes.
6246
6247 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
6248 match-data. (Bug#4555).
6249
6250 * cedet/semantic/bovine/gcc.el
6251 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
6252 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
6253
6254 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
6255 rather than parsing it as a regexp. This relaxes the layout
6256 requirements and makes errors easier to detect.
6257 (check-declare-verify): Check file is regular.
6258 (check-declare-directory): Doc fix.
6259 * subr.el (declare-function): Doc fix.
6260
6261 * ibuffer.el (ibuffer-format-qualifier):
6262 * isearch.el (hi-lock-regexp-okay):
6263 * calc/calc.el (math-zerop):
6264 * mail/uce.el (rmail-msgbeg, rmail-msgend):
6265 * term/w32-win.el (setup-default-fontset, set-fontset-font):
6266 Remove unused declarations.
6267
62682009-10-01 Juanma Barranquero <lekktu@gmail.com>
6269
6270 * cedet/semantic/wisent/javat-wy.el
6271 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
6272
62732009-09-30 Juanma Barranquero <lekktu@gmail.com>
6274
6275 * cedet/srecode/expandproto.el: Fix provide statement.
6276
62772009-09-30 Eric Ludlam <zappo@gnu.org>
6278
6279 * emacs-lisp/eieio.el (boolean-p): Delete.
6280
62812009-09-30 Sascha Wilde <wilde@sha-bang.de>
6282
6283 * cedet/ede/srecode.el: Fix provide statement.
6284
62852009-09-30 Glenn Morris <rgm@gnu.org>
6286
6287 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
6288 * cedet/ede/proj-aux.el (ede-aux-source):
6289 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
6290 (ede-misc-source):
6291 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
6292 (semantic-mrub-switch-tags): Fix doc typos.
6293
6294 * cedet/semantic/db-global.el (data-debug-new-buffer)
6295 (data-debug-insert-thing): Remove unneeded declarations (one broken).
6296 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
6297
6298 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
6299
6300 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
6301 use of CL function `remove-if-not'.
6302
6303 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
6304
6305 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
6306 filename is not a string.
6307
63082009-09-29 Chong Yidong <cyd@stupidchicken.com>
6309
6310 * files.el (safe-local-eval-forms): Fix typo.
6311
63122009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
6313
6314 * vc-hooks.el (vc-dir-buffers): New var.
6315 (vc-state-refresh): New function.
6316 (vc-state): Use it.
6317 (vc-after-save): Always ask the backend to recompute the new state.
6318 Always call vc-dir if necessary, using vc-dir-buffers.
6319 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
6320 Use vc-dir-buffers.
6321 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
6322 (vc-dir-prepare-status-buffer, vc-dir-update)
6323 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
6324 Don't call expand-file-name on default-directory.
6325
63262009-09-29 Juanma Barranquero <lekktu@gmail.com>
6327
6328 * speedbar.el (speedbar-item-delete):
6329 * calc/calc-prog.el (calc-kbd-if):
6330 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
6331
6332 * epa.el (epa-key-list-mode-map):
6333 * hi-lock.el (hi-lock-menu): Fix typos in menus.
6334
6335 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
6336 (hs-show-hook): Fix typo in docstring.
6337
63382009-09-29 Glenn Morris <rgm@gnu.org>
6339
6340 * cedet/semantic/symref/idutils.el:
6341 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
6342
6343 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
6344
6345 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
6346 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
6347 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
6348 Mark declarations not understood by check-declare.
6349
6350 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
6351 file-name-nondirectory call preventing location of cedet files.
6352 (check-declare-verify): Use literal search rather than re-search.
6353 Add basic defmethod and defclass, and define-overloadable-function.
6354
6355 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6356 Use tramp-compat-file-attributes rather than nonexistent
6357 tramp-compat-handle-file-attributes.
6358
6359 * Makefile.in (lisptagsfiles4): New.
6360 (AUTOGENEL): Add cedet loaddefs files.
6361 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
6362 (update-elclist, compile-always, backup-compiled-files)
6363 (bootstrap-clean): Add yet another directory level.
6364 (update-elclist): Use LC_COLLATE rather than COLLATE.
6365 (ELCFILES): Update, via `make update-elclist'.
6366
63672009-09-29 Juanma Barranquero <lekktu@gmail.com>
6368
6369 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
6370 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
6371 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
6372
63732009-09-28 Andreas Schwab <schwab@linux-m68k.org>
6374
6375 * Makefile.in (lisptagsfiles3): Define.
6376 (TAGS, TAGS-LISP): Use it.
6377 (update-elclist): Add third directory level to look for elc files.
6378 (compile-always): Likewise.
6379 (backup-compiled-files): Likewise.
6380 (bootstrap-clean): Likewise.
6381 (ELCFILES): Update.
6382
63832009-09-28 Chong Yidong <cyd@stupidchicken.com>
6384
6385 * Makefile.in (ELCFILES): Add CEDET files.
6386
63872009-09-28 Eric Ludlam <zappo@gnu.org>
6388
6389 CEDET (development tools) package merged.
6390
6391 * cedet/*.el:
6392 * cedet/ede/*.el:
6393 * cedet/semantic/*.el:
6394 * cedet/srecode/*.el: New files.
6395
63962009-09-28 Michael Albinus <michael.albinus@gmx.de>
6397
6398 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
6399
6400 * net/tramp.el (top): Require tramp-imap.
6401
6402 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6403 Use `tramp-compat-handle-file-attributes'.
6404
64052009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
6406
6407 * net/tramp-imap.el: New package.
6408
64092009-09-28 Eric Ludlam <zappo@gnu.org>
6410
6411 * emacs-lisp/chart.el:
6412 * emacs-lisp/eieio-base.el:
6413 * emacs-lisp/eieio-comp.el:
6414 * emacs-lisp/eieio-custom.el:
6415 * emacs-lisp/eieio-datadebug.el:
6416 * emacs-lisp/eieio-opt.el:
6417 * emacs-lisp/eieio-speedbar.el:
6418 * emacs-lisp/eieio.el: New files.
6419
6420 * cedet/cedet-cscope.el:
6421 * cedet/cedet-files.el:
6422 * cedet/cedet-global.el:
6423 * cedet/cedet-idutils.el:
6424 * cedet/data-debug.el:
6425 * cedet/inversion.el:
6426 * cedet/mode-local.el:
6427 * cedet/pulse.el: New files.
6428
64292009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6430
6431 * whitespace.el (whitespace-trailing-regexp)
6432 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
6433 Fix doc string.
6434
64352009-09-27 Chong Yidong <cyd@stupidchicken.com>
6436
6437 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
6438 menu.
6439
6440 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
6441 menu-bar-ediff-menu.
6442
6443 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
6444 define-overloadable-function.
6445
6446 * progmodes/autoconf.el: Provide autoconf as well, so that this
6447 file can be `require'd.
6448
6449 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
6450
6451 * emacs-lisp/autoload.el (generated-autoload-feature)
6452 (generated-autoload-load-name): New vars.
6453 (autoload-rubric, autoload-generate-file-autoloads): Use them.
6454 (make-autoload): Recognize define-overloadable-function and
6455 defclass forms (for EIEIO).
6456
6457 * Makefile.in (update-subdirs): Exclude cedet directory.
6458
64592009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6460
6461 * term/ns-win.el: Don't set the region face background. (Bug#4381)
6462
6463 * faces.el: Default light-background background for region face to
6464 ns_selection_color under NS.
6465
64662009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6467
6468 * net/imap-hash.el: New library, see NEWS.
6469
6470 * Makefile.in (ELCFILES): Add imap-hash.el.
6471
64722009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6473
6474 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
6475 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
6476 * help-macro.el (make-help-screen): Avoid using an ambiguous function
6477 definition where the docstring could be taken for the return value.
6478
64792009-09-26 Glenn Morris <rgm@gnu.org>
6480
6481 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
6482 Add option to only show images below a certain size.
6483 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
6484 save-excursion calls.
6485
64862009-09-26 Eli Zaretskii <eliz@gnu.org>
6487
6488 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
6489 subdirectories) and eieio.
6490
64912009-09-26 Alan Mackenzie <acm@muc.de>
6492
6493 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
6494 buggy bracketing. (Bug#4289)
6495
6496 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
6497 character constants (as case labels). (Bug#4289)
6498
64992009-09-25 Juri Linkov <juri@jurta.org>
6500
6501 * files.el (safe-local-eval-forms): Allow time-stamp in
6502 before-save-hook (Bug#4554).
6503
65042009-09-25 Drew Adams <drew.adams@oracle.com>
6505
6506 * menu-bar.el (list-buffers-directory): Doc fix.
6507
65082009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
6509
6510 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
6511 Try and avoid copying twice the same paragraph.
6512 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
6513 Remove save-excursion.
6514 (log-edit-changelog-entry): Do it here instead.
6515
65162009-09-25 Juanma Barranquero <lekktu@gmail.com>
6517
6518 * bs.el (bs--get-file-name): Use `list-buffers-directory'
6519 when available, instead of hardcoding mode names. Doc fix.
6520
6521 * menu-bar.el (list-buffers-directory): Add docstring.
6522 Make automatically buffer-local.
6523
6524 * dired.el (dired-mode):
6525 * files.el (cd-absolute):
6526 * pcvs.el (cvs-temp-buffer):
6527 * pcvs-util.el (cvs-get-buffer-create):
6528 * shell.el (shell-mode):
6529 * vc-dir.el (vc-dir-mode):
6530 Don't make `list-buffers-directory' buffer local.
6531
65322009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
6533
6534 * comint.el (comint-exec, comint-run, make-comint):
6535 Doc fixes (Bug#4542).
6536
65372009-09-25 Glenn Morris <rgm@gnu.org>
6538
6539 * mail/rmailmm.el (rmail-mime): New custom group.
6540 Move all defcustoms in this file into this group.
6541 (rmail-mime-media-type-handlers-alist): Revert previous change.
6542 (rmail-mime-show-images): New option.
6543 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
6544 references to it, since it wasn't actually used for anything.
6545 (rmail-mime-insert-image): New function.
6546 (rmail-mime-image): Use rmail-mime-insert-image.
6547 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
6548 obey the value of `rmail-mime-show-images' option. Print the size of
6549 attachments.
6550
65512009-09-25 David Engster <deng@randomsample.de>
6552
6553 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
6554
65552009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6556
6557 * whitespace.el: Does not highlight trailing spaces While point is
6558 at end of line. Does not highligt spaces at beginning of buffer
6559 while point is at beginning of buffer. Does not highlight spaces
6560 at end of buffer while point is at end of buffer. (Bug#4177)
6561 New version 12.0.
6562 (whitespace-display-mappings): Adjust initialization.
6563 (whitespace-point, whitespace-font-lock-refontify): New vars.
6564 (whitespace-color-on, whitespace-color-off): Adjust code.
6565 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
6566 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
6567 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
6568
65692009-09-24 Chong Yidong <cyd@stupidchicken.com>
6570
6571 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
6572
6573 * textmodes/sgml-mode.el: Remove xml-mode alias.
6574
6575 * files.el (auto-mode-alist, conf-mode-maybe)
6576 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
6577
65782009-09-24 Alan Mackenzie <acm@muc.de>
6579
6580 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
6581 c-forward-conditionals, but it doesn't move point and doesn't set
6582 the mark.
6583 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
6584 (c-down-conditional-with-else, c-backward-conditional)
6585 (c-forward-conditional): Refactor to use c-scan-conditionals.
6586
65872009-09-24 Juanma Barranquero <lekktu@gmail.com>
6588
6589 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
6590 (help-default-arg-highlight): Remove.
6591 (help-highlight-arg): New function.
6592 (help-do-arg-highlight): Use it.
6593 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
6594
65952009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6596
6597 * term.el (term-set-scroll-region, term-handle-ansi-escape):
6598 Undo last change, which didn't fix the problem and introduced others.
6599
66002009-09-24 Nick Roberts <nickrob@snap.net.nz>
6601
6602 * progmodes/gdb-mi.el: Don't require speedbar.
6603 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
6604
66052009-09-24 Glenn Morris <rgm@gnu.org>
6606
6607 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
6608
6609 * term/ns-win.el (ns-reg-to-script): Define for compiler.
6610
6611 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
6612 there is no newline after the final mime boundary. (Bug#4539)
6613 Move markers on insertion so that any buttons inserted don't end up in
6614 the next part of a multipart message.
6615 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
6616 (rmail-mime-bulk-handler): Optionally handle images.
6617 (rmail-mime-image): New button action.
6618 (rmail-mime-image-handler): New function.
6619 (rmail-mime-mode): New mode.
6620 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
6621
66222009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6623
6624 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
6625 than just dropping elements from it (bug#4504).
6626
6627 * term.el (term-set-scroll-region): Don't move cursor any more.
6628 (term-handle-ansi-escape): Call term-goto here instead.
6629 Suggested by Ivan Kanis <apple@kanis.eu>.
6630
6631 * term.el: Require CL.
6632 (term-ansi-reset): New function.
6633 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
6634 (term-handle-colors-array): Simplify.
6635
66362009-09-24 Juanma Barranquero <lekktu@gmail.com>
6637
6638 * allout.el (allout-overlay-interior-modification-handler)
6639 (allout-obtain-passphrase):
6640 * epa-file.el (epa-file-write-region):
6641 * ps-print.el (ps-begin-job):
6642 * vc-hooks.el (vc-toggle-read-only):
6643 * vc-rcs.el (vc-rcs-rollback):
6644 * vc-sccs.el (vc-sccs-rollback):
6645 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
6646 (vc-version-diff, vc-revert, vc-rollback):
6647 * wdired.el (wdired-check-kill-buffer):
6648 * emacs-lisp/authors.el (authors):
6649 * net/socks.el (socks-open-connection):
6650 * net/zeroconf.el (zeroconf-service-add-hook):
6651 * obsolete/vc-mcvs.el (vc-mcvs-register):
6652 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
6653 (gdb-select-frame):
6654 * progmodes/grep.el (lgrep, rgrep):
6655 * progmodes/idlw-help.el (idlwave-help-check-locations)
6656 (idlwave-help-html-link, idlwave-help-assistant-open-link):
6657 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6658 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
6659 (reftex-toc-rename-label): Fix typos in error messages.
6660
6661 * dired-aux.el (dired-do-shell-command): Reflow docstring.
6662 (dired-copy-how-to-fn): Doc fix.
6663 (dired-files-attributes, dired-read-shell-command):
6664 Fix typos in docstrings.
6665
6666 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
6667 (dired-x-find-file-other-window): Reflow docstrings.
6668 (dired-omit-marker-char, dired-read-shell-command)
6669 (dired-x-submit-report): Fix typos in docstrings.
6670
6671 * shell.el (shell-mode-hook):
6672 * view.el (View-scroll-line-forward):
6673 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
6674 Fix typos in docstrings.
6675
6676 * net/dig.el (dig-invoke): Fix typo in docstring.
6677 (query-dig): Reflow docstring.
6678
6679 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
6680 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
6681 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
6682 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
6683 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
6684 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
6685 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
6686 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
6687 (idlwave-completion-map, idlwave-current-indent)
6688 (idlwave-custom-ampersand-surround, idlwave-customize)
6689 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
6690 (idlwave-define-abbrev, idlwave-determine-class-special)
6691 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
6692 (idlwave-end-block-reg, idlwave-end-of-statement)
6693 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
6694 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
6695 (idlwave-explicit-class-listed, idlwave-file-header)
6696 (idlwave-fill-paragraph, idlwave-find-class-definition)
6697 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
6698 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
6699 (idlwave-in-quote, idlwave-indent-action-table)
6700 (idlwave-indent-expand-table, idlwave-indent-line)
6701 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
6702 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
6703 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
6704 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
6705 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
6706 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
6707 (idlwave-outlawed-buffers, idlwave-popup-select)
6708 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
6709 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
6710 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
6711 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
6712 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
6713 (idlwave-statement-type, idlwave-struct-skip)
6714 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
6715 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
6716 (idlwave-what-module-find-class): Fix typos in docstrings.
6717 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
6718 (idlwave-calculate-cont-indent, idlwave-expand-equal)
6719 (idlwave-find-module, idlwave-find-structure-definition)
6720 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
6721 (idlwave-list-load-path-shadows, idlwave-next-statement)
6722 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
6723 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
6724 (idlwave-template): Reflow docstrings.
6725
6726 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
6727 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
6728 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
6729 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
6730 (idlwave-shell-display-line, idlwave-shell-display-wframe)
6731 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
6732 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
6733 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
6734 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
6735 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
6736 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
6737 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
6738 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
6739 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
6740 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
6741 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
6742 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
6743 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
6744 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
6745 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
6746 Fix typos in docstrings.
6747 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
6748 (idlwave-shell-hide-output, idlwave-shell-mode)
6749 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
6750 Reflow docstrings.
6751
6752 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
6753
67542009-09-24 Ivan Kanis <apple@kanis.eu>
6755
6756 * term.el (term-bold-attribute): New var.
6757 (term-handle-colors-array): Use it.
6758
67592009-09-23 Nick Roberts <nickrob@snap.net.nz>
6760
6761 * progmodes/gdb-mi.el (gdb-version): New variable.
6762 (gdb-non-stop-handler): Set gdb-version.
6763 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
6764 Condition "--thread" option on gdb-version.
6765 (gdb-invalidate-threads): Remove unused argument.
6766
67672009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6768
6769 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
6770 to looking-back to avoid ridiculous slow down in large files (bug#4511).
6771
67722009-09-23 Glenn Morris <rgm@gnu.org>
6773
6774 * mail/rmail.el (rmail-reply): Don't try to add a References header when
6775 replying to mail without References or Message-Id. (Bug#4525)
6776
67772009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
6778
6779 * term/ns-win.el (ns-reg-to-script): New variable.
6780
67812009-09-23 Daiki Ueno <ueno@unixuser.org>
6782
6783 * epg.el (epg-wait-for-status): Preserve existing 'error results.
6784
67852009-09-22 Sam Steingold <sds@gnu.org>
6786
6787 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
6788 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
6789 to 1 because hg returns status 1 when nothing is found.
6790 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
6791
67922009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6793
6794 * textmodes/fill.el: Convert to utf-8 encoding.
6795 (fill-french-nobreak-p): Remove redundant » and « inherited from our
6796 pre-unicode days.
6797
6798 * add-log.el (change-log-fill-forward-paragraph): New function.
6799 (change-log-mode): Use it so fill-region DTRT.
6800 Set fill-indent-according-to-mode here rather than in
6801 change-log-fill-paragraph.
6802 (change-log-fill-paragraph): Remove.
6803
68042009-09-22 Juanma Barranquero <lekktu@gmail.com>
6805
6806 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
6807 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
6808
68092009-09-22 Glenn Morris <rgm@gnu.org>
6810
6811 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
6812 the scroll-bar scroll the calendar window rather than the buffer.
6813
6814 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
6815 commands that move point (as opposed to scrolling).
6816
6817 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
6818
6819 * emacs-lisp/elint.el (elint): New custom group.
6820 (elint-log-buffer): Make it a defcustom.
6821 (elint-scan-preloaded, elint-ignored-warnings)
6822 (elint-directory-skip-re): New options.
6823 (elint-builtin-variables): Doc fix.
6824 (elint-preloaded-env): New variable.
6825 (elint-unknown-builtin-args): Add an entry for encode-time.
6826 (elint-extra-errors): Make it a variable rather than a constant.
6827 (elint-preloaded-skip-re): New constant.
6828 (elint-directory): Skip files matching elint-directory-skip-re.
6829 (elint-features): New variable, local to linted buffers.
6830 (elint-update-env): Initialize elint-features. Possibly add
6831 elint-preloaded-env to the buffer's environment.
6832 (elint-get-top-forms): Bind elint-current-pos, for log messages.
6833 Skip quoted forms.
6834 (elint-init-form): New function, extracted from elint-init-env.
6835 Make non-list forms a warning rather than an error.
6836 Add the mode-map for define-derived-mode. Handle define-minor-mode,
6837 easy-menu-define, put that adds an error-condition, and provide.
6838 When requiring cl, also require cl-macs. Really require cl, to handle
6839 some cl macros. Store required libraries in the list elint-features,
6840 so as not to re-load them. Treat cc-require like require.
6841 (elint-init-env): Call elint-init-form to do the work.
6842 Handle eval-and-compile and such like.
6843 (elint-add-required-env): Do not clear messages.
6844 (elint-special-forms): Add handlers for function, defalias, if, when,
6845 unless, and, or.
6846 (elint-form): Add optional argument to ignore elint-special-forms,
6847 useful to prevent recursive calls from handlers. Doc fix.
6848 Respect elint-ignored-warnings.
6849 (elint-form): Respect elint-ignored-warnings.
6850 (elint-bound-variable, elint-bound-function): New variables.
6851 (elint-unbound-variable): Respect elint-bound-variable.
6852 (elint-get-args): Respect elint-bound-function.
6853 (elint-check-cond-form): Add some simple handling for (f)boundp and
6854 featurep tests.
6855 (elint-check-defalias-form): New handler.
6856 (elint-check-let-form): Make an empty let a warning rather than an
6857 error.
6858 (elint-check-setq-form): Make an empty setq a warning rather than an
6859 error. Respect elint-ignored-warnings.
6860 (elint-check-defvar-form): Accept null doc-strings.
6861 (elint-check-conditional-form): New handler. Does some simple-minded
6862 checking of featurep and (f)boundp tests.
6863 (elint-put-function-args): New function.
6864 (elint-initialize): Use elint-scan-doc-file rather than
6865 elint-find-builtin-variables. Use elint-put-function-args.
6866 Possibly scan preloaded-file-list.
6867 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
6868 extend to handle functions as well.
6869
68702009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
6871
6872 * linum.el (linum-delete-overlays, linum-update-window):
6873 Do not modify the right margin. (Bug#3971)
6874
68752009-09-21 Chong Yidong <cyd@stupidchicken.com>
6876
6877 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
6878 nxml-mode instead of xml-mode.
6879
68802009-09-21 Kevin Ryde <user42@zip.com.au>
6881
6882 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
6883
68842009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6885
6886 * net/dig.el (dig-mode): Use define-derived-mode.
6887
68882009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
6889
6890 * vc-dispatcher.el (vc-do-command): Return the process object in
6891 the asynchronous case. Use when instead of if. Do not run
6892 vc-exec-after to display a message if not enabled. (Bug#4463)
6893
6894 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
6895 properties to the stash strings.
6896 (vc-git-stash-list): Return a list of strings.
6897 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
6898 (vc-git-stash-show-at-point): New functions.
6899 (vc-git-stash-map): New keymap.
6900
6901 * register.el (ctl-x-r-map): Define the keys here instead of
6902 using autoload.
6903
69042009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
6905
6906 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
6907 list, to workaround performance problem (bug#4485).
6908
69092009-09-20 Nick Roberts <nickrob@snap.net.nz>
6910
6911 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
6912
69132009-09-20 Daiki Ueno <ueno@unixuser.org>
6914
6915 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
6916 Document that this option is not recommended to use.
6917
69182009-09-19 Glenn Morris <rgm@gnu.org>
6919
6920 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
6921 variable `var'.
6922
6923 * calc/calc-alg.el (var):
6924 * calc/calcalg2.el (var): Define for compiler.
6925
69262009-09-19 Chong Yidong <cyd@stupidchicken.com>
6927
6928 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
6929 Doc fix (Bug#3932).
6930
6931 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
6932
6933 * time-stamp.el (time-stamp-month-dd-yyyy)
6934 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
6935 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
6936 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
6937 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
6938 Remove functions that have been obsolete since 1995 (Bug#4436).
6939
6940 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
6941 indent buffer only if called interactively (Bug#4452).
6942
69432009-09-19 Juanma Barranquero <lekktu@gmail.com>
6944 Eli Zaretskii <eliz@gnu.org>
6945
6946 This fixes bug#4197 (merged to bug#865, though not identical).
6947 * server.el (server-auth-dir): Add docstring note about FAT32.
6948 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
6949 but warn against using them.
6950
69512009-09-19 Nick Roberts <nickrob@snap.net.nz>
6952
6953 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
6954 older GDB where there is no has_more field.
6955
69562009-09-19 Glenn Morris <rgm@gnu.org>
6957
6958 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6959
69602009-09-18 Chong Yidong <cyd@stupidchicken.com>
6961
6962 * files.el (auto-mode-alist): Change default for XML files to nXML
6963 mode (Bug#4169).
6964
69652009-09-18 Juanma Barranquero <lekktu@gmail.com>
6966
6967 * server.el (server-ensure-safe-dir): Pass 'integer
6968 to `file-attributes', as suggested.
6969
69702009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6971
6972 * dired-aux.el (dired-query-alist): Remove spurious backslash.
6973 (dired-query): Use read-key.
6974
69752009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
6976
6977 * cus-start.el (ns-use-qd-smoothing): Remove.
6978
69792009-09-18 Glenn Morris <rgm@gnu.org>
6980
6981 * allout.el (top-level): Remove unnecessary progn.
6982
6983 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
6984
6985 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
6986 definition of abbrev table.
6987
6988 * speedbar.el (speedbar-track-mouse):
6989 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
6990 * net/eudc.el (eudc-expand-inline):
6991 * net/newst-backend.el (newsticker--cache-read-feed):
6992 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6993 condition-case handlers.
6994
69952009-09-18 Nick Roberts <nickrob@snap.net.nz>
6996
6997 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
6998 (gdb-var-list): Add an element for has_more field.
6999 (gdb-non-stop-handler): Enable pretty printing for STL containers.
7000 (gdb-var-create-handler, gdb-var-list-children-handler-1)
7001 (gdb-var-update-handler-1): Parse output of dynamic variable
7002 objects (STL containers).
7003 (gdb-var-delete-1): Pass var1 as an explicit second argument.
7004 (gdb-get-field): Delete alias. Use bindat-get-field directly.
7005
7006 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7007 gdb-var-list.
7008 (gud-speedbar-buttons): Make node expandable if expression "has more"
7009 children.
7010
70112009-09-17 Juanma Barranquero <lekktu@gmail.com>
7012
7013 * startup.el (emacs-quick-startup): Remove variable and all uses.
7014 (command-line): Set `inhibit-x-resources' instead.
7015 (command-line-1): Use `inhibit-x-resources' instead.
7016
70172009-09-17 Chong Yidong <cyd@stupidchicken.com>
7018
7019 * subr.el: Fix last change to avoid using the `unless' macro,
7020 which breaks bootstrapping.
7021
70222009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7023
7024 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7025 extended definitions, in case we reload subr.el after having
7026 loaded CL.
7027 (eval-next-after-load): Mark as obsolete.
7028
70292009-09-17 Juri Linkov <juri@jurta.org>
7030
7031 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7032 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7033 (menu-bar-showhide-menu, menu-bar-tools-menu)
7034 (menu-bar-describe-menu, menu-bar-help-menu)
7035 (minibuffer-local-completion-map, minibuffer-local-map):
7036 Fix list quoting.
7037
70382009-09-17 Glenn Morris <rgm@gnu.org>
7039
7040 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7041 arguments, whether or not it has a handler.
7042
7043 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7044
7045 * simple.el (hard-newline): Give it a doc-string.
7046
7047 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7048 (lisp-mode-syntax-table): Give them doc-strings.
7049
70502009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
7051
7052 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7053 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7054 (menu-bar-options-menu, menu-bar-showhide-menu)
7055 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7056 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7057 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7058 (menu-bar-options-menu, menu-bar-tools-menu)
7059 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7060 (menu-bar-help-menu):
7061 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7062 string arguments.
7063
7064 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7065 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7066 calls for the menu names and :help.
7067
70682009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7069
7070 * mouse.el (minor-mode-menu-from-indicator): Pay attention
7071 to :minor-mode-function (bug#4455).
7072
70732009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7074
7075 * startup.el (command-line): Initialize the window-system after
7076 processing the command-line.
7077
7078 * textmodes/page.el (what-page): Make sure we don't inf-loop if
7079 page-delimiter matches the empty string.
7080
70812009-09-16 Glenn Morris <rgm@gnu.org>
7082
7083 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7084 byte-compile-not-obsolete-var. It's a list now.
7085 (byte-compile-not-obsolete-funcs): New variable.
7086 (byte-compile-warn-obsolete): Don't warn about functions if they are in
7087 byte-compile-not-obsolete-funcs.
7088 (byte-compile-variable-ref, byte-compile-defvar): Update for
7089 byte-compile-not-obsolete-vars name-change and list nature.
7090 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7091 and variables behind (f)boundp tests.
7092 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7093
70942009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7095
7096 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7097
70982009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7099
7100 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7101 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7102 Don't autoload.
7103
71042009-09-15 Stephen Eglen <stephen@gnu.org>
7105
7106 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
7107 the virtual-buffers, use the name of the buffer specified by
7108 find-file-noselect, as the match may be a symlink. (This was a
7109 problem if the target and the symlink had different names.)
7110
71112009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7112
7113 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7114
7115 * desktop.el (desktop-path): Check user-emacs-directory.
7116
7117 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7118
7119 * loadup.el: Use after-load-functions to GC after loading each file.
7120 Remove the explicit GC calls that used to be sprinkled around.
7121
7122 * subr.el (after-load-functions): New hook.
7123 (do-after-load-evaluation): Run it. Use string-match-p to detect
7124 `obsolete' packages, rather than painfully extracting the relevant
7125 directory name.
7126
71272009-09-15 Glenn Morris <rgm@gnu.org>
7128
7129 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7130 free variable `doc'.
7131
7132 * dired.el (dired-mode-map): Add menu entry for async shell command.
7133
7134 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7135 variables, also consider the .elc files, since the .el files are
7136 normally gzipped (subsequent code locates the .el.gz from the .elc).
7137
7138 * calc/calc-prog.el (arglist): Define for compiler.
7139
7140 * calendar/diary-lib.el (diary-display-function): Change the default to
7141 fancy display.
7142 (body): Define for compiler.
7143
7144 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7145 (byte-compile-file-form, byte-compile-lambda)
7146 (byte-compile-top-level-body, byte-compile-form)
7147 (byte-compile-variable-ref, byte-compile-setq)
7148 (byte-compile-setq-default, byte-compile-body)
7149 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7150 (batch-byte-compile): Give some more local variables with common names
7151 a "bytecomp-" prefix to avoid masking warnings about free variables.
7152
7153 * startup.el (command-line-1): Give local variables with common names a
7154 distinguishing prefix, so as not to hide free variable warnings during
7155 bootstrap.
7156
7157 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7158 clever and add a suffix to make a unique name, just let the user decide
7159 whether or not to overwrite it. If the input is a directory, write the
7160 default filename to that directory. (Bug#4388)
7161 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7162 is a filename-as-a-directory.
7163
71642009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7165
7166 * textmodes/page.el (what-page): Don't move to beginning of line.
7167 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7168
71692009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7170
7171 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7172
71732009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
7174
7175 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7176 * help.el (help-for-help-internal): Add purecopy calls for text.
7177
7178 * vc.el (top): print-log method now takes an optional SHORTLOG
7179 argument. Add a new method: root.
7180 (vc-root-diff, vc-print-root-log): New functions.
7181 (vc-log-short-style): New variable.
7182 (vc-print-log-internal): Add support for showing short logs.
7183
7184 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7185 vc-print-root-log and vc-print-root-diff.
7186
7187 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7188 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7189 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7190 short logs.
7191
7192 * vc-cvs.el (vc-cvs-print-log):
7193 * vc-mtn.el (vc-mtn-print-log):
7194 * vc-rcs.el (vc-rcs-print-log):
7195 * vc-sccs.el (vc-sccs-print-log):
7196 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
7197 that is ignored for now.
7198
7199 * vc-mtn.el (vc-mtn-annotate-command):
7200 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7201
72022009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7203
7204 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7205 to function-key-map, and give them ascii-character property.
7206 * term/x-win.el (x-alternatives-map):
7207 * term/ns-win.el (ns-alternatives-map):
7208 * term/internal.el (msdos-key-remapping-map):
7209 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
7210
72112009-09-14 Glenn Morris <rgm@gnu.org>
7212
7213 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
7214 temp-buffers (2009-09-12).
7215
72162009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7217
7218 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
7219 the new read-key function.
7220
72212009-09-13 Chong Yidong <cyd@stupidchicken.com>
7222
7223 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
7224 is defined (Bug#4405).
7225
72262009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
7227
7228 * recentf.el (recentf-cleanup): Use a hash table to find
7229 duplicates (Bug#4407).
7230
72312009-09-13 Per Starbäck <per@starback.se> (tiny change)
7232
7233 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
7234 kp-0 to ascii equivalents (Bug#4325).
7235
72362009-09-13 Chong Yidong <cyd@stupidchicken.com>
7237
7238 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
7239
7240 * eshell/em-hist.el:
7241 * eshell/em-dirs.el (eshell-complete-user-reference):
7242 Declare pcomplete functions and variables to avoid compiler warnings.
7243
72442009-09-13 Leo <sdl.web@gmail.com> (tiny change)
7245
7246 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
7247 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
7248 * eshell/em-alias.el (eshell-aliases-file):
7249 * eshell/em-hist.el (eshell-history-file-name):
7250 Use expand-file-name instead of concat to make file names (Bug#4308).
7251
72522009-09-13 Glenn Morris <rgm@gnu.org>
7253
7254 * ediff-merg.el (ediff-do-merge):
7255 * filesets.el (filesets-run-cmd):
7256 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
7257 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
7258 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
7259 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
7260 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
7261 Replace empty `let's with `progn'.
7262
72632009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7264
7265 * mail/sendmail.el (send-mail-function):
7266 * tooltip.el (tooltip-mode):
7267 * simple.el (transient-mark-mode):
7268 * rfn-eshadow.el (file-name-shadow-mode):
7269 * frame.el (blink-cursor-mode):
7270 * font-core.el (global-font-lock-mode):
7271 * files.el (temporary-file-directory)
7272 (small-temporary-file-directory, auto-save-file-name-transforms):
7273 * epa-hook.el (auto-encryption-mode):
7274 * composite.el (global-auto-composition-mode):
7275 Use custom-initialize-delay.
7276 * startup.el (command-line): Don't explicitly call
7277 custom-reevaluate-setting for all the above vars.
7278 * custom.el (custom-initialize-safe-set)
7279 (custom-initialize-safe-default): Delete.
7280
72812009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7282
7283 * term/x-win.el (x-initialize-window-system):
7284 * term/w32-win.el (w32-initialize-window-system):
7285 * term/ns-win.el (ns-initialize-window-system): Don't call
7286 mouse-wheel-mode since it's enabled globally by default already.
7287
7288 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
7289 actually define the variable, but only silences the byte-compiler.
7290 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
7291 before looking it up.
7292 (mouse-wheel-scroll-amount): Also reset the bindings if this value
7293 is changed.
7294
72952009-09-12 Glenn Morris <rgm@gnu.org>
7296
7297 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
7298 1000.
7299 (elint-add-required-env): Don't beep on error.
7300 (elint-forms): In case of error, return ENV unchanged.
7301 (elint-init-env): Skip non-list forms.
7302 (elint-log): Handle unknown file positions.
7303
73042009-09-12 Daiki Ueno <ueno@unixuser.org>
7305
7306 * epg.el (epg-make-context): Add autoload cookie.
7307 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
7308 (epg-decrypt-string, epg-start-verify, epg-verify-file)
7309 (epg-verify-string, epg-start-sign, epg-sign-file)
7310 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
7311 (epg-encrypt-string, epg-start-export-keys)
7312 (epg-export-keys-to-file, epg-export-keys-to-string)
7313 (epg-start-import-keys, epg-import-keys-from-file)
7314 (epg-import-keys-from-string, epg-start-receive-keys)
7315 (epg-receive-keys, epg-import-keys-from-server)
7316 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
7317 (epg-sign-keys, epg-start-generate-key)
7318 (epg-generate-key-from-file, epg-generate-key-from-string):
7319 Remove autoload cookie.
7320
73212009-09-12 Eli Zaretskii <eliz@gnu.org>
7322
7323 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
7324 reevaluation of trash-directory.
7325
7326 * mwheel.el: Fix last change.
7327 (mouse-wheel-mode): New defvar.
7328 (mouse-wheel-mode): Remove autoload cookie.
7329
73302009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7331
7332 * mwheel.el (mwheel-installed-bindings): New var.
7333 (mouse-wheel-mode): Use it, so as to make sure we really remove all
7334 the bindings we set last time. Use custom-initialize-delay.
7335 * loadup.el: Load mwheel after term/*-win.el.
7336 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
7337 and mouse-wheel-up-event now that their first evaluation is done
7338 sufficiently late to be correct.
7339
7340 * startup.el (tutorial-directory): Make it a defcustom.
7341 Use custom-initialize-delay rather than eval-at-startup to set it.
7342 * image.el (image-load-path): Make it a defcustom.
7343 Use custom-initialize-delay rather than eval-at-startup to set it.
7344 * subr.el (eval-at-startup): Remove.
7345 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
7346
7347 * subr.el (do-after-load-evaluation): Warn the user after loading an
7348 obsolete package.
7349
73502009-09-12 Glenn Morris <rgm@gnu.org>
7351
7352 * proced.el (proced-mark-alt): Remove alias.
7353 (proced-mode-map): Remove proced-mark-alt.
7354
7355 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
7356 Elint file and directory. Remove initialization entry.
7357
7358 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
7359 commands.
7360 (elint-current-buffer): Set mode-line-process.
7361 (elint-init-env): Handle define-derived-mode.
7362 Fix declare-function with unspecified arglist. Guard against odd
7363 defalias statements (eg iso-insert's 8859-1-map).
7364 (elint-add-required-env): Use a temp buffer.
7365 (elint-form): Just print the function/macro name, not the whole form.
7366 Return env unchanged if we fail to parse a macro.
7367 (elint-forms): Guard against parse errors.
7368 (elint-output): New function, to handle batch mode.
7369 (elint-log-message): Add optional argument. Use elint-output.
7370 (elint-set-mode-line): New function.
7371
73722009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
7373
7374 * emacs-lisp/elp.el (elp-not-profilable): Add more
7375 functions (Bug#4233).
7376
73772009-09-12 Chong Yidong <cyd@stupidchicken.com>
7378
7379 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
7380 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
7381
73822009-09-11 Nick Roberts <nickrob@snap.net.nz>
7383
7384 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
7385 (gdb-var-list-children): Use json parsing.
7386
73872009-09-11 Daniel Colascione <dan.colascione@gmail.com>
7388
7389 * progmodes/js.el (js--proper-indentation): Handle the case where
7390 char-before is null. Reported by Deniz Dogan.
7391
73922009-09-11 Juanma Barranquero <lekktu@gmail.com>
7393
7394 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
7395
73962009-09-11 Daiki Ueno <ueno@unixuser.org>
7397
7398 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
7399 (epg-digest-algorithm-alist): Add SHA224.
7400 (epg-context-set-passphrase-callback)
7401 (epg-context-set-progress-callback): Add description about
7402 callback function.
7403
74042009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7405
7406 * custom.el (custom-delayed-init-variables): New var.
7407 (custom-initialize-delay): New function.
7408 * startup.el (command-line): "Re"evaluate all vars in
7409 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
7410 explicitly any more.
7411 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
7412 to avoid creating a ~/.emacs.d at build-time (bug#4347).
7413
7414 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
7415
74162009-09-11 Nick Roberts <nickrob@snap.net.nz>
7417
7418 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
7419 (gdb-var-update-handler): Use json parsing.
7420
74212009-09-11 Juanma Barranquero <lekktu@gmail.com>
7422
7423 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
7424 decode annotated text, regardless of language environment. (Bug#2741)
7425
74262009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7427
7428 * Makefile.in (autoloads): Make rmail.el writable as well.
7429
74302009-09-11 Glenn Morris <rgm@gnu.org>
7431
7432 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
7433 loaddefs.el.
7434 * dired.el: Regenerate with extracted autoloads.
7435 * Makefile.in (autoloads): Make dired.el writable.
7436
7437 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
7438 * ibuffer.el: Regenerate with extracted autoloads.
7439 * Makefile.in (autoloads): Make ibuffer.el writable.
7440
7441 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
7442 * version.el (emacs-copyright, emacs-major-version)
7443 (emacs-minor-version): Reformat doc-strings for make-docfile.
7444
7445 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
7446 functions and variables, since they must be stuff specific to some other
7447 platform.
7448 (apropos-print): Make mouse-click message less specific about button.
7449
7450 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
7451 that records where a macro was defined.
7452 * help-fns.el (describe-function-1): Mention if a function has a
7453 compiler-macro.
7454 * help-mode.el (help-function-cmacro): New button.
7455
7456 * locate.el (top-level): Always require dired.
7457 (locate-mode-map): Initialize inside the defvar.
7458
7459 * net/ange-ftp.el (dired-compress-file): Declare.
7460 (ange-ftp-dired-compress-file): Add doc string.
7461
7462 * term/ns-win.el (x-display-name, x-setup-function-keys):
7463 Unify doc-strings with X versions.
7464
74652009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7466
7467 * emulation/crisp.el (crisp-mode-map): Move initialization
7468 into declaration.
7469 (crisp-mode): Use define-minor-mode.
7470
7471 * progmodes/xscheme.el (xscheme-evaluation-commands):
7472 Put a :advertised-binding property rather than using
7473 advertised-xscheme-send-previous-expression.
7474 (advertised-xscheme-send-previous-expression): Declare obsolete.
7475 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
7476 `advertised-undo'.
7477 (crisp-mode): Add corresponding bindings to
7478 undo's :advertised-binding instead.
7479 * dired.el (dired-mode-map): Put a :advertised-binding property rather
7480 than using dired-advertised-find-file.
7481 (dired-advertised-find-file):
7482 * simple.el (advertised-undo):
7483 * wid-edit.el (advertised-widget-backward): Declare obsolete.
7484 (widget-keymap): Put a :advertised-binding property rather
7485 than using advertised-widget-backward.
7486 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
7487 than using advertised-undo.
7488 * tutorial.el (tutorial--default-keys): Adjust accordingly.
7489
74902009-09-10 Simon South <ssouth@slowcomputing.org>
7491
7492 * progmodes/delphi.el (delphi-tab): Indent region when Transient
7493 Mark mode is enabled and region is active; otherwise indent or
7494 insert TAB as usual.
7495 (delphi-mode): Update description of TAB-key binding.
7496
74972009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7498
7499 * subr.el (define-key-rebound-commands): Mark obsolete.
7500 * startup.el (precompute-menubar-bindings): Remove.
7501 (normal-top-level): Remove obsolete code that tried to precompute
7502 menubar bindings.
7503 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
7504 define-key-rebound-commands and precompute-menubar-bindings.
7505
75062009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7507
7508 * net/imap.el (imap-interactive-login): Better messages.
7509 (imap-open): Fix bug with renamed buffer on reconnect.
7510 (imap-authenticate): Add buffer-local imap-last-authenticator variable
7511 for easier debugging and cleaner code. On successful (guessed based on
7512 server capabilities) secondary authentication, set imap-state
7513 correctly.
7514 (imap-last-authenticator): Define imap-last-authenticator as a variable
7515 to avoid warnings.
7516
75172009-09-10 Glenn Morris <rgm@gnu.org>
7518
7519 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
7520
7521 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
7522 (byte-compile-file-form-autoload): Don't warn about unknown functions
7523 where the autoload statement comes after the use.
7524 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
7525 that any handlers inside the body (eg require) are in turn respected.
7526
7527 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
7528 effects.
7529
7530 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
7531 and syntax and abbrev tables basic docs, if they don't have any.
7532
7533 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
7534
7535 * international/mule-cmds.el (top-level): Require cl when compiling.
7536 (view-hello-file): Use default-value rather than
7537 default-enable-multibyte-characters.
7538
7539 * progmodes/fortran.el: Move all safe and risky properties into the
7540 defcustoms.
7541
7542 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
7543 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
7544 * mail/undigest.el:
7545 Put autoloads in rmail.el rather than loaddefs.el.
7546 * mail/rmail.el: Regenerate with extracted autoloads.
7547
7548 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
7549 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
7550
75512009-09-10 Nick Roberts <nickrob@snap.net.nz>
7552
7553 Reported in thread for Bug#4375.
7554 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
7555 "-data-evaluate-expression" instead of print.
7556 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
7557 (gdb-tooltip-print): Parse output from above MI command.
7558 (gdb): Revert 2009-08-11 change. User should detach inferior
7559 manually.
7560
7561 Remove the word "separate" from IO functions as inferior
7562 output is now never displayed in the GUD buffer.
7563
75642009-09-10 Juanma Barranquero <lekktu@gmail.com>
7565
7566 * startup.el (command-line-normalize-file-name): On Windows and
7567 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
7568
75692009-09-10 Juri Linkov <juri@jurta.org>
7570
7571 * isearch.el (isearch-text-char-description): Propertize escape
7572 character sequences with the `escape-glyph' face. (Bug#4344)
7573
7574 * simple.el (shell-command): Set asynchronous process filter to
7575 `comint-output-filter'. (Bug#4343)
7576
7577 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
7578 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
7579 the list. Move "asm" to the bottom.
7580 (grep-find-ignored-directories): Add `choice' with nil value
7581 to empty the list easily.
7582 (grep-find-ignored-files): New option.
7583 (grep-files-history): Set to nil by default instead of '("ch" "el").
7584 (grep-compute-defaults): Add "<X>" to `grep-template'.
7585 (grep-read-files): Bind new local variables `default-alias' and
7586 `default-extension'. Use a list of default values for the file prompt.
7587 (lgrep): Add `--exclude=' command line options composed from
7588 `grep-find-ignored-files'.
7589 (rgrep): Add `-name' command line options composed from
7590 `grep-find-ignored-files'. (Bug#4301)
7591
75922009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7593
7594 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
7595 (bug#4368).
7596
75972009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7598
7599 * calendar/time-date.el (autoload):
7600 Expand define-obsolete-function-alias into defalias and make-obsolete
7601 for old Emacsen that Gnus supports.
7602 (with-no-warnings): Define it for old Emacsen.
7603 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7604 is available.
7605 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7606 float-time is available; suppress compile warning for time-to-seconds.
7607
76082009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
7609
7610 * net/imap.el (imap-message-map): Docstring fix.
7611
76122009-09-09 Glenn Morris <rgm@gnu.org>
7613
7614 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
7615 line numbers too. (Bug#4374)
7616
76172009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7618
7619 * smerge-mode.el (smerge-remove-props, smerge-refine):
7620 Use with-silent-modifications (bug#4342).
7621
7622 * subr.el (with-silent-modifications): New macro.
7623
76242009-09-07 Juanma Barranquero <lekktu@gmail.com>
7625
7626 * files.el (top-level): Require `cl' when compiling.
7627
76282009-09-07 Glenn Morris <rgm@gnu.org>
7629
7630 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
7631
7632 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
7633 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
7634
76352009-09-06 Nick Roberts <nickrob@snap.net.nz>
7636
7637 * vc-git.el (vc-git-annotate-command): Use separator to parse
7638 arguments correctly.
7639
76402009-09-06 Eli Zaretskii <eliz@gnu.org>
7641
7642 * proced.el (proced-mode): Doc fix.
7643
76442009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
7645
7646 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
7647 lstat fails.
7648 (tramp-do-file-attributes-with-ls): Check for file existence at
7649 remote end.
7650 (tramp-do-file-attributes-with-stat): Likewise.
7651 (tramp-convert-file-attributes): Return nil when attr is nil.
7652
76532009-09-05 Glenn Morris <rgm@gnu.org>
7654
7655 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
7656 properties to this button.
7657 (diary-fancy-display): Don't extend the button to the final newline.
7658 (diary-fancy-display-mode): Continue to define "q" as a local key.
7659
7660 * calendar/cal-china.el (holiday-chinese): Make it slightly more
7661 efficient.
7662
7663 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
7664
7665 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
7666 (byte-compile-dest-file-function): New option.
7667 (byte-compile-dest-file): Doc fix.
7668 Obey byte-compile-dest-file-function.
7669 (byte-compile-cl-file-p): New function.
7670 (byte-compile-eval): Only suppress noruntime warnings about cl functions
7671 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
7672 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
7673 than for file being previously loaded.
7674 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
7675 (byte-compile-file-form-require): Handle the case where requiring a file
7676 indirectly causes CL to be loaded.
7677
76782009-09-05 Karl Fogel <kfogel@red-bean.com>
7679
7680 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
7681 before killing the old buffer, since by the time `kill-buffer' is
7682 run so many buffer variables have been set to nil that it may not
7683 behave as expected. (Bug#4061)
7684
76852009-09-05 Karl Fogel <kfogel@red-bean.com>
7686
7687 * files.el (find-alternate-file): If the old buffer is modified
7688 and visiting a file, behave similarly to `kill-buffer' when
7689 killing it, thus reverting to the pre-1.878 behavior; see
7690 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
7691 for discussion. Also, consult `buffer-file-name' as a variable
7692 not as a function, for consistency with the rest of the code.
7693
76942009-09-04 Michael Albinus <michael.albinus@gmx.de>
7695
7696 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
7697 also when adding a new directory.
7698
7699 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
7700 defun.
7701
77022009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7703
7704 * files.el (locate-file-completion-table): Make it provide boundary
7705 information, so partial-completion works better.
7706
77072009-09-04 Leo <sdl.web@gmail.com> (tiny change)
7708
7709 * mail/footnote.el (Footnote-text-under-cursor):
7710 Check footnote-text-marker-alist before using it (bug#4324).
7711
77122009-09-04 Glenn Morris <rgm@gnu.org>
7713
7714 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
7715 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
7716 * play/solitaire.el, play/tetris.el:
7717 Remove leading * from defcustom and defface docs.
7718
7719 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
7720 necessary.
7721 (diary-fancy-overriding-map): New variable.
7722 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
7723 Use view-mode.
7724
7725 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
7726 goto-line.
7727
77282009-09-03 Glenn Morris <rgm@gnu.org>
7729
7730 * arc-mode.el (archive-mode):
7731 * dos-fns.el (set-default-process-coding-system):
7732 * man.el (Man-getpage-in-background):
7733 * menu-bar.el (menu-bar-describe-menu):
7734 * server.el (server-process-filter):
7735 * startup.el (command-line):
7736 * tar-mode.el (tar-header-block-tokenize, tar-extract):
7737 * w32-fns.el (set-default-process-coding-system):
7738 * x-dnd.el (x-dnd-handle-file-name):
7739 * international/mule-cmds.el (mule-menu-keymap)
7740 (set-default-coding-systems, language-info-alist, set-language-info)
7741 (set-language-environment, standard-display-european-internal)
7742 (set-locale-environment):
7743 * international/mule-diag.el (mule-diag):
7744 * mail/emacsbug.el (report-emacs-bug):
7745 * mail/rmail.el (rmail-mode):
7746 * mail/sendmail.el (mail-setup):
7747 Use default-value rather than default-enable-multibyte-characters.
7748
7749 * progmodes/f90.el: Move all safe properties into the defcustoms.
7750 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
7751
7752 * calendar/appt.el (appt-check):
7753 * calendar/diary-lib.el (diary-set-header, diary-live-p)
7754 (diary-check-diary-file, diary-list-entries)
7755 (diary-include-other-diary-files, diary-simple-display)
7756 (diary-fancy-display, diary-print-entries)
7757 (diary-mark-included-diary-files, diary-make-entry):
7758 Don't call substitute-in-file-name on diary-file.
7759
77602009-09-03 Eduard Wiebe <usenet@pusto.de>
7761 Stefan Monnier <monnier@iro.umontreal.ca>
7762
7763 * mail/footnote.el (footnote-prefix): Make it a defcustom.
7764 (footnote-mode-map): Move initialization into the declaration.
7765 (footnote-minor-mode-map): Define it rather than changing global-map.
7766 (footnote-mode): Use define-minor-mode.
7767
77682009-09-02 Michael Albinus <michael.albinus@gmx.de>
7769
7770 * net/tramp.el (tramp-handle-file-attributes-with-ls)
7771 (tramp-do-file-attributes-with-perl)
7772 (tramp-do-file-attributes-with-stat): Rename from
7773 `tramp-handle-file-attributes-with-*'.
7774 (tramp-handle-file-attributes): Use them.
7775 (tramp-do-directory-files-and-attributes-with-perl)
7776 (tramp-do-directory-files-and-attributes-with-stat): Rename from
7777 `tramp-handle-directory-files-and-attributes-with-*'.
7778 (tramp-handle-directory-files-and-attributes): Use them.
7779 (tramp-method-out-of-band-p): Additional parameter SIZE.
7780 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
7781 (tramp-handle-write-region): Use it.
7782 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
7783 (tramp-handle-vc-registered): Check, whether the first run did
7784 return files to be tested.
7785 (tramp-advice-make-auto-save-file-name): Do not call directly
7786 `tramp-handle-make-auto-save-file-name', because this would bypass
7787 the locking mechanism.
7788
7789 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
7790 (file-remote-p, process-file, start-file-process, set-file-times)
7791 (tramp-compat-file-attributes): Compatibility functions shall not
7792 call directly `tramp-handle-*', because this would bypass the
7793 locking mechanism.
7794 (tramp-compat-number-sequence): New defun.
7795
77962009-09-02 Glenn Morris <rgm@gnu.org>
7797
7798 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
7799 alias for float-time.
7800 (time-to-number-of-days): In Emacs, use float-time.
7801 * net/newst-backend.el (time-add): Suppress warnings from compat
7802 function.
7803 * time.el (emacs-uptime, emacs-init-time):
7804 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
7805 Use float-time rather than time-to-seconds.
7806
7807 * minibuffer.el (completion-initials-expand): Fix typo.
7808
7809 * faces.el (modeline, modeline-inactive, modeline-highlight)
7810 (modeline-buffer-id):
7811 * info.el (info-menu-5): Mark these face aliases as obsolete.
7812
78132009-09-01 Nick Roberts <nickrob@snap.net.nz>
7814
7815 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
7816 space ...
7817 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
7818 no "--thread" option.
7819 (gdb-stopped): Don't print "Switched to thread" message when it is
7820 unchanged.
7821
78222009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7823
7824 * minibuffer.el (completion-try-completion)
7825 (completion-all-completions): Remove ill-defined (and
7826 mistakenly installed and luckily never used nor documented)
7827 `completion-styles' property.
7828 (completion-initials-expand, completion-initials-all-completions)
7829 (completion-initials-try-completion): New functions.
7830 (completion-styles-alist): Add doc to each entry.
7831 Add new `initials' entry.
7832
78332009-09-01 Nick Roberts <nickrob@snap.net.nz>
7834
7835 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
7836 MI command -var-evaluate-expression.
7837 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
7838 and tweak for case of string child.
7839 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
7840
78412009-09-01 Glenn Morris <rgm@gnu.org>
7842
7843 * add-log.el (change-log-date-face, change-log-name-face)
7844 (change-log-email-face, change-log-file-face, change-log-list-face)
7845 (change-log-conditionals-face, change-log-function-face)
7846 (change-log-acknowledgement-face):
7847 * cus-edit.el (custom-invalid-face, custom-rogue-face)
7848 (custom-modified-face, custom-set-face, custom-changed-face)
7849 (custom-saved-face, custom-button-face, custom-button-pressed-face)
7850 (custom-documentation-face, custom-state-face, custom-comment-face)
7851 (custom-comment-tag-face, custom-variable-tag-face)
7852 (custom-variable-button-face, custom-face-tag-face)
7853 (custom-group-tag-face-1, custom-group-tag-face):
7854 * diff-mode.el (diff-header-face, diff-file-header-face)
7855 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7856 (diff-added-face, diff-changed-face, diff-function-face)
7857 (diff-context-face, diff-nonexistent-face):
7858 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
7859 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
7860 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
7861 (Info-title-4-face):
7862 * isearch.el (isearch-lazy-highlight-face):
7863 * log-view.el (log-view-file-face, log-view-message-face):
7864 * paren.el (show-paren-match-face, show-paren-mismatch-face):
7865 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
7866 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
7867 (cvs-msg-face):
7868 * smerge-mode.el (smerge-mine-face, smerge-other-face)
7869 (smerge-base-face, smerge-markers-face):
7870 * wid-edit.el (widget-documentation-face, widget-button-face)
7871 (widget-field-face, widget-single-line-field-face)
7872 (widget-inactive-face, widget-button-pressed-face):
7873 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
7874 (woman-addition-face):
7875 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
7876 (eshell-ls-executable-face, eshell-ls-readonly-face)
7877 (eshell-ls-unreadable-face, eshell-ls-special-face)
7878 (eshell-ls-missing-face, eshell-ls-archive-face)
7879 (eshell-ls-backup-face, eshell-ls-product-face)
7880 (eshell-ls-clutter-face):
7881 * eshell/em-prompt.el (eshell-prompt-face):
7882 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
7883 * obsolete/old-whitespace.el (whitespace-highlight-face):
7884 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
7885 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
7886 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
7887 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
7888 (antlr-font-lock-literal-face):
7889 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
7890 (ebrowse-root-class-face, ebrowse-file-name-face)
7891 (ebrowse-default-face, ebrowse-member-attribute-face)
7892 (ebrowse-member-class-face, ebrowse-progress-face):
7893 * progmodes/make-mode.el (makefile-space-face):
7894 * progmodes/sh-script.el (sh-heredoc-face):
7895 * textmodes/flyspell.el (flyspell-incorrect-face)
7896 (flyspell-duplicate-face):
7897 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
7898 * textmodes/texinfo.el (texinfo-heading-face):
7899 Mark face aliases with "-face" suffix as obsolete.
7900
7901 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
7902 compiler.
7903
7904 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
7905 (eudc-bob-sound-menu): Use defvar rather than defconst, since
7906 easy-menu-define wants to modify these.
7907
7908 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
7909
7910 * net/browse-url.el (browse-url-file-url):
7911 * term/internal.el (dos-codepage-setup):
7912 Use default-value rather than default-enable-multibyte-characters.
7913
7914 * progmodes/etags.el (etags-goto-tag-location):
7915 * progmodes/flymake.el (flymake-highlight-line)
7916 (flymake-goto-file-and-line, flymake-goto-line):
7917 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
7918 (gdb-goto-breakpoint):
7919 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
7920 * progmodes/python.el (python-find-function)
7921 (python-pdbtrack-track-stack-file):
7922 * progmodes/verilog-mode.el (verilog-surelint-off):
7923 * term/ns-win.el (ns-open-file-select-line):
7924 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
7925 Use forward-line rather than goto-line.
7926
7927 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
7928 * textmodes/reftex-index.el (reftex-display-index):
7929 * textmodes/reftex-ref.el (reftex-offer-label-menu):
7930 * textmodes/reftex-toc.el (reftex-toc):
7931 Remove unnecessary bindings of default-major-mode (all are followed by
7932 major-mode check and possible mode switch).
7933
79342009-08-31 Nick Roberts <nickrob@snap.net.nz>
7935
7936 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
7937 Handle watchpoints (bug#4282).
7938 (def-gdb-thread-buffer-command): Enable thread to be selected by
7939 clicking without selecting threads buffer first.
7940 (gdb-current-context-command): Use selected frame so that "up",
7941 "down" etc work in the GUD buffer.
7942 (gdb-update): Find selected frame before rendering stack buffer.
7943 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
7944
79452009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7946
7947 * progmodes/sym-comp.el (displayed-completions): Remove.
7948 (symbol-complete): Use minibuffer-complete.
7949
79502009-08-31 Glenn Morris <rgm@gnu.org>
7951
7952 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
7953
7954 * apropos.el (apropos-symbols-internal):
7955 Handle (obsolete) face aliases.
7956
7957 * faces.el (describe-face): Adjust the output format to be more like
7958 describe-variable, and to mention (obsolete) face aliases.
7959 Adjust the whitespace so that help-setup-xref works.
7960
7961 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
7962 * calendar/diary-lib.el (diary-button-face):
7963 Mark these face aliases as obsolete.
7964
7965 * calendar/calendar.el (calendar-today): Doc fix.
7966
79672009-08-31 Nick Roberts <nickrob@snap.net.nz>
7968
7969 * progmodes/gdb-mi.el (gdb-control-all-threads)
7970 (gdb-control-current-thread): Force tool bar update.
7971 (gdb-non-stop-handler): New function.
7972 (gdb-init-1): Use it to test if non-stop mode is supported.
7973 Remove unused gdbmi buffer type.
7974
79752009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
7976
7977 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7978 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
7979
79802009-08-30 Nick Roberts <nickrob@snap.net.nz>
7981
7982 * comint.el (comint-exec-1): Check command is non-null first.
7983 Part of gdb-mi.el change (2009-08-28).
7984
79852009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7986
7987 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
7988
79892009-08-30 Juanma Barranquero <lekktu@gmail.com>
7990
7991 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
7992 instead of `dolist' to avoid a recursive require when bootstrapping.
7993
79942009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7995
7996 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
7997
7998 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
7999
8000 * net/imap.el (imap-send-command): Simplify.
8001 (imap-wait-for-tag): point-max -> buffer-size.
8002
8003 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8004
8005 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8006 with constant argument.
8007
8008 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8009
8010 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8011
8012 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8013 Change default, since most of our files don't have a history.
8014 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8015 the user.
8016
8017 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8018 Add comint-run.
8019
8020 * calc/calc.el: Improve commenting convention.
8021 (calc-digit-map, toplevel): Simplify.
8022
8023 * comint.el (comint-insert-input): Be careful to only set point if we
8024 don't delegate to some other command.
8025
8026 * proced.el (proced-signal-list): Make it an alist.
8027 (proced-grammar-alist): Capitalize names.
8028 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8029 Disable undo manually and make it read-only.
8030 Use completion-annotate-function.
8031
8032 * minibuffer.el (minibuffer-message): If the current buffer is not
8033 a minibuffer, insert the message in the echo area rather than at the
8034 end of the buffer.
8035 (completion-annotate-function): New variable.
8036 (minibuffer-completion-help): Use it.
8037 (completion--embedded-envvar-table): Environment vars are
8038 always case-sensitive.
8039
80402009-08-30 Glenn Morris <rgm@gnu.org>
8041
8042 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8043 from fortran-current-defun.
8044 (fortran-beginning-of-subprogram): Be more precise about finding the
8045 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
8046 (fortran-end-of-subprogram): Simplify.
8047 (fortran-current-defun): Use fortran-start-prog-re.
8048
80492009-08-29 Juanma Barranquero <lekktu@gmail.com>
8050
8051 * subr.el (do-after-load-evaluation): Simplify.
8052
80532009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8054
8055 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8056
8057 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
8058 (vc-rcs-print-log): Use it.
8059
8060 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8061
80622009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8063
8064 * paths.el (abbrev-file-name): Move to abbrev.el.
8065 * abbrev.el (abbrev-file-name): Move from paths.el.
8066 Obey user-emacs-directory.
8067 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8068 user-emacs-directory.
8069 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8070 abbrev-file-name and calc-settings-file any more.
8071 * startup.el (command-line): Recompute abbrev-file-name and
8072 abbreviated-home-dir.
8073 (normal-no-mouse-startup-screen): Improve the generic code and get rid
8074 of the special code for when C-h bindings haven't been changed.
8075 (display-startup-echo-area-message): Use with-current-buffer.
8076 (command-line-1): Use a list of strings, rather than a list of lists
8077 of strings for longopts.
8078
8079 * files.el (get-free-disk-space): Use / for default-directory.
8080
8081 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8082 Use with-current-buffer.
8083
8084 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8085 Recognize immutable variables like most-positive-fixnum.
8086 (byte-compile-setq-default): Check and warn if trying to assign
8087 to an immutable variable, or a non-variable.
8088
8089 * progmodes/cc-vars.el (c-comment-continuation-stars):
8090 * progmodes/cc-engine.el (c-looking-at-bos):
8091 * progmodes/cc-cmds.el (c-toggle-auto-state)
8092 (c-forward-into-nomenclature, c-backward-into-nomenclature)
8093 (c-comment-line-break-function): Add version of obsolescence.
8094
80952009-08-28 Juri Linkov <juri@jurta.org>
8096
8097 * files.el (magic-fallback-mode-alist): Add ZIP magic number
8098 associated with `archive-mode'.
8099
8100 * image.el (image-type-header-regexps): Use only JPEG magic number
8101 to determine JPEG images, and don't use `image-jpeg-p' because
8102 Emacs can display non-JFIF non-Exif JPEG images.
8103
81042009-08-28 Juanma Barranquero <lekktu@gmail.com>
8105
8106 * arc-mode.el (archive-mode):
8107 * emacs-lisp/re-builder.el (re-builder-unload-function):
8108 Protect against the default value of `major-mode' being nil.
8109
81102009-08-28 Juanma Barranquero <lekktu@gmail.com>
8111
8112 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8113 Fix typos in docstrings.
8114
8115 * progmodes/js.el (js--macro-decl-re): Doc fix.
8116 (js--plain-method-re, js--split-name): Refloc docstring.
8117 (js--class-styles, js--make-merged-item, js--splice-into-items):
8118 Fix typos in docstrings; reflow docstrings.
8119 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8120 (js--variable-decl-matcher, js--inside-pitem-p)
8121 (js--parse-state-at-point, js--get-all-known-symbols)
8122 (js--symbol-history, js-find-symbol, js--js-references)
8123 (js--moz-interactor, js--js-encode-value, js--read-tab):
8124 Fix typos in docstrings.
8125
81262009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8127
8128 * textmodes/reftex.el (reftex-get-file-buffer-force):
8129 * progmodes/verilog-mode.el (verilog-batch-execute-func):
8130 * emulation/viper.el (viper-go-away, viper-set-hooks):
8131 * emacs-lisp/re-builder.el (re-builder-unload-function):
8132 * emacs-lisp/bytecomp.el (byte-compile-file):
8133 * ses.el (ses-unload-function):
8134 * hexl.el (hexl-find-file):
8135 * files.el (normal-mode):
8136 * ehelp.el (with-electric-help):
8137 * autoinsert.el (auto-insert-alist):
8138 * arc-mode.el (archive-mode):
8139 Use (default-value 'major-mode) instead of default-major-mode.
8140
8141 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8142 * international/mule.el (load-with-code-conversion):
8143 * emacs-lisp/debug.el (debug):
8144 * ediff-vers.el (ediff-rcs-get-output-buffer):
8145 * dired.el (dired-internal-noselect): Don't let-bind
8146 default-major-mode around code that doesn't use it.
8147 E.g. buffer creation via get-buffer-create doesn't use it.
8148
81492009-08-28 Michael Albinus <michael.albinus@gmx.de>
8150
8151 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8152 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8153 when writing the temp file. Otherwise, epa-file gets confused.
8154 (tramp-register-file-name-handlers): Make it a defun. Move also
8155 `epa-file-handler' to the front of `file-name-handler-alist'.
8156
81572009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8158
8159 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8160 start right after a ^M.
8161 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8162 (tramp-completion-file-name-regexp-separate)
8163 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
8164 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8165 Don't modify last-coding-system-used by accident.
8166 (tramp-completion-file-name-handler): Apply the checks here,
8167 instead during registration.
8168 (tramp-register-file-name-handlers): Renamed from
8169 `tramp-register-file-name-handler'. Register both
8170 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
8171 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
8172
81732009-08-28 Nick Roberts <nickrob@snap.net.nz>
8174
8175 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8176 Remove variable ...
8177 (gdb-init-1, gdb-display-separate-io-buffer)
8178 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8179 references to it.
8180 (gdb-inferior-io-mode): Use make-comint-in-buffer.
8181 (gdb-inferior-filter): Use comint-output-filter to stop
8182 echoing and remove ^M characters.
8183
81842009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8185
8186 * emulation/viper-init.el (viper-restore-cursor-type):
8187 * emulation/cua-base.el (cua--update-indications):
8188 Replace default-cursor-type with (default-value 'cursor-type).
8189
8190 * mail/sendmail.el (mail-recover-1):
8191 * international/mule-diag.el (describe-current-coding-system-briefly)
8192 (describe-current-coding-system):
8193 * international/mule-cmds.el (select-safe-coding-system)
8194 (select-message-coding-system)
8195 (set-language-environment-coding-systems, set-locale-environment):
8196 * hexl.el (hexl-insert-multibyte-char):
8197 * dos-w32.el (find-buffer-file-type-coding-system):
8198 * simple.el (what-cursor-position):
8199 Replace uses of default-buffer-file-coding-system
8200 with (default-value 'buffer-file-coding-system).
8201
8202 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8203 Replace uses of default-cursor-in-non-selected-windows
8204 with (default-value 'cursor-in-non-selected-windows).
8205 Use with-current-buffer.
8206
8207 * mail/feedmail.el: Use CL macros.
8208 (feedmail-run-the-queue, feedmail-send-it-immediately):
8209 * dos-w32.el (find-buffer-file-type): Replace uses of
8210 default-buffer-file-type with (default-value 'buffer-file-type).
8211
82122009-08-28 Glenn Morris <rgm@gnu.org>
8213
8214 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
8215 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
8216 Use default-value of major-mode rather than default-major-mode.
8217
82182009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8219
8220 * Makefile.in (update-elcfiles): Report left over elc files.
8221
8222 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
8223 expand-file-name and with-current-buffer.
8224 (mail-get-names, mail-directory): Use with-current-buffer.
8225
8226 * vc.el (vc-read-revision): New function.
8227 (vc-version-diff, vc-merge): Use it.
8228
82292009-08-27 Sam Steingold <sds@gnu.org>
8230
8231 * simple.el (kill-do-not-save-duplicates): New user option.
8232 (kill-new): When it is non-nil, and the new string is the same as
8233 the latest kill, set replace to t to avoid duplicates in kill-ring.
8234
82352009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
8236
8237 * net/tramp.el (tramp-handle-process-file): Do not flush all
8238 caches when `process-file-side-effects' is set.
8239 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
8240 instead of `tramp-find-file-exists-command'.
8241 Unset `process-file-side-effects'.
8242
82432009-08-27 Michael Albinus <michael.albinus@gmx.de>
8244
8245 * net/tramp.el (tramp-methods): New method "rsyncc".
8246 (top): Add completion function for "rsyncc".
8247 (tramp-message-show-message): New defvar.
8248 (tramp-message, tramp-error): Use it.
8249 (tramp-do-copy-or-rename-file-directly): Extend check for direct
8250 remote copying.
8251 (tramp-do-copy-or-rename-file-out-of-band): Handle new
8252 `tramp-methods' entry `copy-env' of "rsyncc".
8253 (tramp-vc-registered-read-file-names): New defconst.
8254 (tramp-vc-registered-file-names): New defvar.
8255 (tramp-handle-vc-registered): Implement optimization strategy.
8256 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
8257 (tramp-vc-file-name-handler): New defun.
8258 (tramp-get-ls-command, tramp-get-test-command)
8259 (tramp-get-file-exists-command, tramp-get-remote-ln)
8260 (tramp-get-remote-perl, tramp-get-remote-stat)
8261 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
8262
8263 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
8264 (tramp-cache-inhibit-cache): Extend doc string. It allows also
8265 timestamps.
8266 (tramp-get-file-property): Check for timestamps in
8267 `tramp-cache-inhibit-cache'.
8268 (tramp-set-file-property): Write timestamp.
8269
82702009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8271
8272 * language/japan-util.el (japanese-symbol-table): Add entries for
8273 cp932-2-byte.
8274
8275 * international/characters.el: Add category `j' to cp932-2-byte.
8276
82772009-08-27 Kenichi Handa <handa@m17n.org>
8278
8279 * international/fontset.el (build-default-fontset-data): New macro.
8280 (setup-default-fontset): Use build-default-fontset-data for CJK,
8281 tibetan, ethiopic, and ipa.
8282
82832009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8284
8285 * cus-start.el (default-major-mode): Customize `major-mode' instead.
8286 (enable-multibyte-characters): Not customizable any more.
8287
8288 * subr.el (default-mode-line-format, default-header-line-format)
8289 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
8290 (default-direction-reversed, default-truncate-lines)
8291 (default-left-margin, default-tab-width, default-case-fold-search)
8292 (default-left-margin-width, default-right-margin-width)
8293 (default-left-fringe-width, default-right-fringe-width)
8294 (default-fringes-outside-margins, default-scroll-bar-width)
8295 (default-vertical-scroll-bar, default-indicate-empty-lines)
8296 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
8297 (default-fringe-cursor-alist, default-scroll-up-aggressively)
8298 (default-scroll-down-aggressively, default-fill-column)
8299 (default-cursor-type, default-buffer-file-type)
8300 (default-cursor-in-non-selected-windows)
8301 (default-buffer-file-coding-system, default-major-mode)
8302 (default-enable-multibyte-characters): Mark as obsolete.
8303
83042009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
8305
8306 * vc-dir.el (vc-dir-update): Remove debug helper.
8307
8308 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
8309
83102009-08-26 Sam Steingold <sds@gnu.org>
8311
8312 * simple.el (save-interprogram-paste-before-kill): New user option.
8313 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
8314 save the interprogram-paste into kill-ring before overriding it
8315 with the Emacs kill.
8316
83172009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8318
8319 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
8320 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
8321 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
8322 and move to vc-rcs.el.
8323 (vc-default-next-revision): Rename to vc-rcs-next-revision and
8324 move to vc-rcs.el.
8325 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
8326 (vc-rcs-update-changelog): Remove.
8327 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
8328 and move to vc-rcs.el.
8329
8330 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
8331 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
8332 renaming.
8333 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
8334 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
8335 vc.el, renamed to be RCS specific.
8336
8337 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
8338 New functions.
8339 (vc-cvs-update-changelog): Move here from vc.el.
8340
8341 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
8342 New functions.
8343
83442009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
8345
8346 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
8347
83482009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8349
8350 * vc-git.el (vc-git-register): Use "git add" for directories.
8351 (vc-git-stash, vc-git-stash-show): New functions.
8352 (vc-git-extra-menu-map): Bind them.
8353
8354 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
8355 directory correctly in case the item is a directory itself.
8356
8357 * vc.el: Document the desired behavior for reverted files in the
8358 `added' state.
8359 (vc-default-prettify-state-info): Remove function, unused.
8360
8361 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
8362
83632009-08-26 Glenn Morris <rgm@gnu.org>
8364
8365 * bindings.el (standard-mode-line-format): Reposition dashes in
8366 which-func entry. (Bug#4217)
8367
8368 * files.el (enable-local-variables, enable-local-eval)
8369 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
8370 the defcustoms.
8371 (auto-mode-alist, ignored-local-variables)
8372 (save-some-buffers-action-alist): Move risky declarations to the
8373 definitions.
8374 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
8375 (font-lock-defaults, format-alist, imenu--index-alist)
8376 (imenu-generic-expression, input-method-alist, minor-mode-alist)
8377 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
8378 (mode-line-modified, mode-line-mule-info, mode-line-position)
8379 (mode-line-process, mode-line-remote, outline-level)
8380 (parse-time-rules, rmail-output-file-alist)
8381 (special-display-buffer-names, vc-mode):
8382 Move risky declarations to the relevant files.
8383 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
8384 (mode-line-modified, mode-line-process, mode-line-position)
8385 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
8386 * font-core.el (font-lock-defaults):
8387 * format.el (format-alist):
8388 * vc-hooks.el (vc-mode):
8389 * window.el (special-display-buffer-names):
8390 * international/mule-cmds.el (input-method-alist):
8391 Define riskiness here (dumped file) rather than in files.el.
8392 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
8393 * imenu.el (imenu-generic-expression, imenu--index-alist):
8394 * outline.el (outline-level):
8395 * time.el (display-time-string):
8396 * calendar/parse-time.el (parse-time-rules):
8397 * mail/rmailout.el (rmail-output-file-alist):
8398 Autoload riskiness here, rather than placing in files.el.
8399
84002009-08-26 Andreas Schwab <schwab@linux-m68k.org>
8401
8402 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
8403
84042009-08-25 Michael Albinus <michael.albinus@gmx.de>
8405
8406 * simple.el (process-file-side-effects): New defvar.
8407
8408 * dired-aux.el (dired-show-file-type):
8409 * vc.el (vc-diff-internal):
8410 * vc-arch.el (vc-arch-diff):
8411 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
8412 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
8413 * vc-git.el (vc-git-registered, vc-git-working-revision)
8414 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
8415 (vc-git--empty-db-p):
8416 * vc-hooks.el (vc-user-login-name):
8417 * vc-svn.el (vc-svn-registered, vc-svn-state)
8418 (vc-svn-dir-extra-headers, vc-svn-find-revision):
8419 * progmodes/grep.el (grep-probe): Let-bind
8420 `process-file-side-effects' with nil.
8421
8422 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
8423
8424 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
8425 daemon. Replace ping by checking for running service for bluez
8426 and zeroconf. (Bug#4239)
8427
84282009-08-25 Kevin Ryde <user42@zip.com.au>
8429
8430 * net/dig.el (dig): Add autoload cookie.
8431
84322009-08-25 Glenn Morris <rgm@gnu.org>
8433
8434 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
8435 load-history for absolute file-names.
8436 (byte-compile-file-form-require): Warn about use of the cl package.
8437
8438 * format.el (format-alist): Doc fix.
8439
8440 * play/bubbles.el (top-level): Don't require cl at run-time.
8441
8442 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
8443 run-time cl).
8444
84452009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
8446
8447 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
8448 from cl package.
8449 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
8450
84512009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
8452
8453 * calc/calc-alg.el (math-trig-rewrite)
8454 (math-hyperbolic-trig-rewrite): New functions.
8455 (calc-simplify): Simplify trig functions when asked.
8456
84572009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8458
8459 * diff-mode.el (diff-find-source-location): Avoid goto-line.
8460
84612009-08-24 Kenichi Handa <handa@m17n.org>
8462
8463 * language/ind-util.el (mapthread): Delete it.
8464 (combinatorial): New function.
8465 (indian--puthash-cv): Use combinatorial instead of mapthread.
8466
84672009-08-22 Kevin Ryde <user42@zip.com.au>
8468
8469 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
8470 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
8471 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
8472 Clarify docstring that the value is strings not symbols.
8473 (checkdoc-list-of-strings-p): New function.
8474
84752009-08-22 Glenn Morris <rgm@gnu.org>
8476
8477 * files.el (auto-mode-alist):
8478 * hippie-exp.el (he-concat-directory-file-name):
8479 * lpr.el (lpr-windows-system, printer-name):
8480 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
8481 * ps-print.el (ps-windows-system):
8482 * startup.el (command-line):
8483 * emulation/viper-ex.el (viper-glob-function):
8484 * international/mule-cmds.el (set-language-environment-coding-systems):
8485 * net/ange-ftp.el (ange-ftp-write-region):
8486 * obsolete/fast-lock.el (fast-lock-cache-name):
8487 Remove code for defunct system-types emx, macos, mswindows, next-mach,
8488 unisoft-unix, vax-vms, win32, w32.
8489
8490 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
8491 given name if the pattern is not more specific.
8492
8493 * calendar/lunar.el (lunar-phase-names): New option.
8494 (lunar-phase): Doc fix.
8495 (lunar-cycles-per-year): New constant.
8496 (lunar-index): New function.
8497 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
8498 (lunar-phase-name): Use lunar-phase-names.
8499 (calendar-lunar-phases): Use format.
8500 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
8501
8502 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
8503 Copy imenu-example--name-and-position function here for own use.
8504 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
8505
8506 * bs.el (bs--redisplay):
8507 * cus-edit.el (custom-redraw):
8508 * ibuffer.el (ibuffer-bury-buffer):
8509 * server.el (server-goto-line-column):
8510 * startup.el (command-line-1):
8511 * strokes.el (strokes-xpm-for-stroke):
8512 * term.el (term-display-buffer-line):
8513 * view.el (View-goto-line):
8514 * calc/calc.el (calc-do, calc-trail-buffer):
8515 * play/gamegrid.el (gamegrid-add-score-insecure):
8516 * progmodes/ada-mode.el (ada-compile-goto-error):
8517 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
8518 (ebrowse-select-1st-to-9nth):
8519 * progmodes/cperl-mode.el (cperl-time-fontification):
8520 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
8521 * progmodes/gud.el (gud-display-line):
8522 (idlwave-shell-display-line):
8523 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
8524 * progmodes/make-mode.el (makefile-browser-toggle):
8525 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
8526 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
8527 * textmodes/picture.el (picture-draw-rectangle):
8528 * textmodes/reftex-index.el (reftex-index-goto-letter):
8529 (reftex-select-jump-to-previous):
8530 * textmodes/reftex-sel.el (reftex-find-start-point)
8531 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
8532 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
8533 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
8534 * textmodes/tex-mode.el (tex-compilation-parse-errors):
8535 * textmodes/two-column.el (2C-associated-buffer):
8536 Use forward-line rather than goto-line.
8537
8538 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
8539 goto-line.
8540
8541 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
8542 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
8543 (quick-check-list-to-regexp): Declare.
8544
8545 * progmodes/make-mode.el (makefile-browser-insert-selection):
8546 Use goto-char rather than goto-line.
8547
8548 * progmodes/prolog.el (compilation-error-regexp-alist)
8549 (compilation-forget-errors): Declare.
8550
85512009-08-22 Juri Linkov <juri@jurta.org>
8552
8553 * progmodes/grep.el (lgrep, rgrep): At the beginning
8554 set `dir' to `default-directory' unless `dir' is a non-nil
8555 readable directory. (Bug#4052)
8556 (lgrep, rgrep): Change a weird way to report an error
8557 from using `read-string' to using `error'.
8558 Instead of using interactive arguments in the function body,
8559 add new argument `confirm'.
8560
85612009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8562
8563 * textmodes/remember.el (remember-buffer):
8564 * progmodes/cperl-mode.el (cperl-vc-header-alist):
8565 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
8566 (icalendar-extract-ical-from-buffer):
8567 * net/newst-treeview.el (newsticker-groups-filename):
8568 * net/newst-backend.el (newsticker-cache-filename):
8569 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
8570 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
8571 (speedbar-add-ignored-path-regexp, speedbar-line-path)
8572 (speedbar-buffers-line-path, speedbar-path-line)
8573 (speedbar-buffers-line-path):
8574 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
8575 (epg-sign-keys):
8576 * epa.el (epa-display-verify-result):
8577 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
8578
85792009-08-21 Glenn Morris <rgm@gnu.org>
8580
8581 * progmodes/js.el (inferior-moz-process): Fix declaration.
8582
8583 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
8584
8585 * obsolete/rnewspost.el (news-mail-reply):
8586 Use goto-char rather than goto-line.
8587
8588 * term/ns-win.el (ns-open-file-select-line):
8589 Use line-beginning-position rather than goto-line.
8590
8591 * apropos.el (apropos-command):
8592 * ehelp.el (electric-helpify):
8593 * printing.el (pr-show-setup):
8594 * strokes.el (strokes-help):
8595 * tutorial.el (tutorial--describe-nonstandard-key)
8596 (tutorial--detailed-help):
8597 * woman.el (woman-mini-help, woman-display-extended-fonts):
8598 * calc/calc-help.el (calc-describe-key):
8599 * emulation/edt.el (edt-electric-helpify):
8600 * international/mule-diag.el (mule-diag):
8601 * play/yow.el (apropos-zippy):
8602 * progmodes/python.el (python-describe-symbol):
8603 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
8604 * textmodes/table.el (*table--cell-describe-mode)
8605 (*table--cell-describe-bindings):
8606 Use help-print-return-message rather than the now obsolete alias.
8607
8608 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
8609 (calendar-cursor-to-visible-date):
8610 * play/5x5.el (5x5-position-cursor):
8611 * play/decipher.el (decipher):
8612 * play/gomoku.el (gomoku-goto-xy):
8613 * play/landmark.el (lm-goto-xy):
8614 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
8615 (mpuz-paint-digit):
8616 Use forward-line, not goto-line.
8617
8618 * mail/rmail.el (rmail-obsolete): Delete custom group.
8619 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
8620 (rmail-remote-password, rmail-remote-password-required):
8621 Remove unneeded :set-after and :set properties.
8622
86232009-08-21 Michael Albinus <michael.albinus@gmx.de>
8624
8625 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
8626
86272009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
8628
8629 * loadup.el: Remove leftover macos code.
8630
8631 * vc-git.el (vc-git-annotate-command): Run asynchronously.
8632 Explicitly pass the date format to git blame so that user local
8633 so that the output format can be parsed.
8634
86352009-08-20 Michael Albinus <michael.albinus@gmx.de>
8636
8637 * net/dbus.el (top): Don't check for (getenv
8638 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
8639
86402009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
8641
8642 * log-edit.el (log-edit-strip-single-file-name): New var.
8643 (log-edit-insert-changelog): Use it. Bug#3571
8644
86452009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8646
8647 * subr.el (read-passwd): Use read-key so keypad keys work as well.
8648 Bug#3287
8649
8650 * help.el (help-print-return-message): Rename from
8651 print-help-return-message.
8652
8653 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
8654 cvs-mode-map parent hack.
8655 (log-view-mode): Derive from special-mode.
8656
8657 * linum.el (linum-mode): window-size-change-functions is redundant.
8658 Adapt to new window-configuration-change-hook behavior.
8659 (linum-after-size, linum-after-config): Remove.
8660
8661 * imenu.el (imenu-example--name-and-position)
8662 (imenu-example--lisp-extract-index-name)
8663 (imenu-example--create-lisp-index, imenu-example--create-c-index):
8664 Mark as obsolete.
8665
8666 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
8667 (inferior-prolog-mode): Use it.
8668 (inferior-prolog-load-file): Reset list of errors.
8669
86702009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8671
8672 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
8673
8674 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
8675
86762009-08-19 Michael Albinus <michael.albinus@gmx.de>
8677
8678 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
8679 is running already.
8680
86812009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8682
8683 * subr.el (listify-key-sequence-1): Use normal syntax since those
8684 integers are nowadays always represented by the same (positive) number
8685 on all platforms.
8686 (read-key-empty-map): New const.
8687 (read-key-delay): New var.
8688 (read-key): New function.
8689 (force-mode-line-update): Use with-current-buffer.
8690 (locate-user-emacs-file): Don't forget to abbreviate the file name.
8691 (start-process-shell-command, start-file-process-shell-command):
8692 Discourage the use of command-args.
8693
86942009-08-19 Glenn Morris <rgm@gnu.org>
8695
8696 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
8697
86982009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8699
8700 * simple.el (choose-completion-string): Don't rely on
8701 minibuffer-completing-file-name and ad-hoc checks to decide whether
8702 to continue completion or not.
8703
8704 * minibuffer.el (minibuffer-hide-completions): New function.
8705 (completion--do-completion): Use it.
8706 (completions-annotations): New face.
8707 (completion--insert-strings): Use it.
8708 (completion-pcm--delim-wild-regex): Add docstring.
8709 (completion-pcm--string->pattern): Add support for 0-width delimiters
8710 in completion-pcm--delim-wild-regex.
8711
87122009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8713
8714 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
8715 Remove unused var `buffer-modified-p'.
8716
8717 * minibuffer.el (completion--do-completion): Move point for the #b001
8718 case as well (bug#4176).
8719 (minibuffer-complete, minibuffer-complete-word): Don't move point.
8720
87212009-08-18 Michael Albinus <michael.albinus@gmx.de>
8722
8723 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
8724 and :session buses.
8725
87262009-08-18 Kenichi Handa <handa@m17n.org>
8727
8728 * international/ucs-normalize.el (ucs-normalize-version):
8729 Change to 1.1.
8730 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
8731 (utf-8-hfs): Make it perform normalization on encoding too.
8732
8733 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
8734 (sentence-end-without-space): Delete duplicated chars.
8735 (sentence-end-base): Likewise.
8736
8737 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
8738 (html-mode): Delete duplicated chars from sentence-end-base.
8739
8740 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
8741 (texinfo-mode): Delete duplicated chars from sentence-end-base.
8742
87432009-08-17 Chong Yidong <cyd@stupidchicken.com>
8744
8745 * files.el (hack-one-local-variable): If the mode function is for
8746 a minor mode, pass it an argument (Bug#4148).
8747
87482009-08-17 Michael Albinus <michael.albinus@gmx.de>
8749
8750 * net/tramp.el (tramp-register-completion-file-name-handler):
8751 Check also for (member 'partial-completion completion-styles).
8752
87532009-08-16 Chong Yidong <cyd@stupidchicken.com>
8754
8755 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
8756 abbrev (Bug#3943).
8757
87582009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8759
8760 * progmodes/cperl-mode.el: Merge upstream 6.2.
8761 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
8762 (cperl-forward-re): Check cperl-brace-recursing.
8763 (cperl-highlight-charclass): New function.
8764 (cperl-find-pods-heres): Use it.
8765 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8766 (cperl-beautify-regexp-piece): Fix column calculation.
8767 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8768 (cperl-beautify-level): Don't process entire regexp.
8769 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
8770 calling man.
8771 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
8772 (cperl-init-faces): Build a list in the normal way.
8773
87742009-08-16 Chong Yidong <cyd@stupidchicken.com>
8775
8776 * calendar/parse-time.el (parse-time-string-chars): Save match
8777 data.
8778
87792009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
8780
8781 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
8782 (sql-product): Use it.
8783 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
8784 (sql-set-product): Add completion.
8785 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
8786 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
8787 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
8788 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
8789 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
8790 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
8791 (sql-highlight-db2-keywords): Remove.
8792 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
8793 (sql-highlight-product): Use derived-mode-p.
8794 (sql-set-sqli-buffer): Use with-current-buffer.
8795 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
8796 Simplify.
8797
8798 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
8799
8800 * term.el: Fix commenting convention, turn comments into docstrings.
8801
88022009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
8803
8804 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
8805
88062009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
8807
8808 * calendar/parse-time.el (parse-time-string-chars): Compute using
8809 character classes, to handle non-ascii characters (Bug#3190).
8810
88112009-08-16 Chong Yidong <cyd@stupidchicken.com>
8812
8813 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
8814 another heredoc if the user adds another < (Bug#3226).
8815
8816 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8817 Don't initialize based on window-system (Bug#4124).
8818
8819 * facemenu.el (facemenu-read-color): Use a completion function
8820 that accepts any defined color, such as RGB triplets (Bug#3677).
8821
8822 * files.el (get-free-disk-space): Change fallback default
8823 directory to /. Expand DIR argument before switching to fallback.
8824 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
8825
88262009-08-15 Chong Yidong <cyd@stupidchicken.com>
8827
8828 * files.el (load-library): Doc fix.
8829
88302009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
8831
8832 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
8833 (viper-if-string): Redefine C-s in the minibuffer to insert the last
8834 incremental search string.
8835
8836 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
8837 XEmacs.
8838
8839 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
8840 (ediff-merge-region-is-non-clash)
8841 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
8842 Also check if the job is really a merge job.
8843
8844 * ediff.el (ediff-current-file): New function.
8845
88462009-08-15 Chong Yidong <cyd@stupidchicken.com>
8847
8848 * progmodes/js.el: Edit docstrings throughout to follow Emacs
8849 conventions.
8850 (js-insert-and-indent): Delete function.
8851 (js-mode-map): Don't bind keys to js-insert-and-indent.
8852 (js-beginning-of-defun): Rename from js--beginning-of-defun.
8853 (js-end-of-defun): Rename from js--end-of-defun.
8854 (js-auto-indent-flag): Delete variable.
8855
88562009-08-14 Chong Yidong <cyd@stupidchicken.com>
8857
8858 * progmodes/js.el: Remove proclaim statement.
8859 Defvar which-func-imenu-joiner-function to silence compiler.
8860
8861 * files.el (auto-mode-alist): Use js-mode for .js files.
8862
8863 * progmodes/js2-mode.el: Remove file.
8864
8865 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
8866
8867 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
8868
8869 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
8870
88712009-08-14 Daniel Colascione <dan.colascione@gmail.com>
8872 Karl Landstrom <karl.landstrom@brgeight.se>
8873
8874 * progmodes/js.el: New file.
8875
88762009-08-14 Mark A. Hershberger <mah@everybody.org>
8877
8878 * timezone.el (timezone-parse-date): Add ability to understand ISO
8879 basic format (minimal separators) dates in addition to the
8880 already-supported extended format dates.
8881
88822009-08-14 Eli Zaretskii <eliz@gnu.org>
8883
8884 * international/ucs-normalize.el: Add a `coding' file variable.
8885
8886 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
8887
88882009-08-14 Sam Steingold <sds@gnu.org>
8889
8890 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
8891
88922009-08-13 Chong Yidong <cyd@stupidchicken.com>
8893
8894 * faces.el (help-argument-name): Define it here instead of
8895 help-fns.el, because in daemon mode help-fns.el may be loaded when
8896 faces are still uninitialized (Bug#1078).
8897
8898 * help-fns.el (help-argument-name): Move defface to faces.el.
8899
89002009-08-13 Nick Roberts <nickrob@snap.net.nz>
8901
8902 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
8903 create buffer with a pty but no process so that GDB can make the
8904 inferior the controlling process.
8905
89062009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
8907
8908 * international/ucs-normalize.el: New file.
8909
89102009-08-13 Richard Stallman <rms@gnu.org>
8911
8912 * mail/rmail.el (rmail-get-attr-names):
8913 Accept an attribute header that is too short.
8914
8915 * mail/rmail.el (rmail-forget-messages):
8916 Ignore nil elt in rmail-message-vector. Use dotimes.
8917
8918 * progmodes/compile.el (compilation-goto-locus):
8919 Use next-error-move-function.
8920
8921 * simple.el (next-error-move-function): New variable.
8922
89232009-08-12 Juri Linkov <juri@jurta.org>
8924
8925 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
8926 always non-nil. (Bug#4052)
8927
8928 * replace.el (read-regexp): Return empty string when
8929 `default-value' is nil.
8930 (keep-lines-read-args): Don't use empty string as the
8931 default value for `read-regexp'. (Bug#2495)
8932
89332009-08-12 Juri Linkov <juri@jurta.org>
8934
8935 * international/mule-cmds.el (ucs-insert): Change arguments
8936 from `arg' to `character', `count', `inherit' to be the same
8937 as in `insert-char'. Doc fix. (Bug#4039)
8938
8939 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
8940
89412009-08-12 Juri Linkov <juri@jurta.org>
8942
8943 * files-x.el: New file.
8944
8945 * files.el: Move code that deals with adding/deleting
8946 file/directory-local variables to files-x.el.
8947
8948 * Makefile.in (ELCFILES): Add files-x.elc.
8949
89502009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
8951
8952 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
8953 to use `goto-line'.
8954 (gdb-place-breakpoints, gdb-get-location): Rewritten without
8955 `goto-line'.
8956 (gdb-invalidate-disassembly): Do not refresh upon receiving
8957 'update signal. Instead, update all disassembly buffers only after
8958 threads list.
8959 (gdb): Send -target-detach when buffer is killed (Bug#3794).
8960 (gdb-starting): Moved -data-list-register-names...
8961 (gdb-stopped): ...here so it's sent when first thread stops.
8962 (gdb-registers-handler-custom): Do nothing if register names are
8963 unknown yet.
8964
8965 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
8966 from `gdb-mi.el' to avoid extra tangling.
8967
8968 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
8969 change which breaks `gud-def' definitions used in `gdb'.
8970 (gdb-update-gud-running): No extra fuss for updating frame number.
8971
89722009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8973
8974 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
8975 (describe-language-environment-map, setup-language-environment-map)
8976 (set-coding-system-map): Move initialization into declaration.
8977 (set-language-info-alist): Last arg to define-key-after can be skipped.
8978
8979 * international/quail.el (quail-completion-1): Simplify.
8980 (quail-define-rules): Use slightly more compact code.
8981 (quail-insert-decode-map): Propertize keys, compact columns.
8982
8983 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8984 Add goto-line.
8985
89862009-08-10 Miles Bader <miles@gnu.org>
8987
8988 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
8989 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
8990 (js2-instance-member, js2-private-member, js2-private-function-call)
8991 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
8992 (js2-magic-paren, js2-external-variable):
8993 Remove "-face" suffix from face names.
8994 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
8995 (js2-highlight-undeclared-vars, js2-peek-token)
8996 (js2-parse-function-params, js2-mode-show-errors)
8997 (js2-mode-show-warnings, js2-make-magic-delimiter)
8998 (js2-mode-highlight-magic-parens): Update to use new face names.
8999
90002009-08-09 Michael Albinus <michael.albinus@gmx.de>
9001
9002 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9003 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
9004
90052009-08-09 Chong Yidong <cyd@stupidchicken.com>
9006
9007 * subr.el: Provide hashtable-print-readable.
9008
9009 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9010 hs-c-like-adjust-block-beginning.
9011 (hs-hide-block-at-point): Stop hiding at the beginning of
9012 hs-block-end-regexp (Bug#700).
9013
90142009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
9015
9016 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9017 a macro.
9018 (gdb-registers-handler-custom): Do not fail when register names
9019 are unavailable.
9020
90212009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9022
9023 * progmodes/gdb-mi.el (gdb-control-all-threads)
9024 (gdb-control-current-thread): Interactive setters for
9025 `gdb-gud-control-all-threads' to use in menu.
9026 (gdb-show-run-p): Show «Go» when process is not active.
9027 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
9028 gud/thread.xpm and gud/all.xpm.
9029
90302009-08-08 Yoni Rabkin <yoni@rabkins.net>
9031
9032 * net/net-utils.el (net-utils-font-lock-keywords): New var.
9033 (nslookup-font-lock-keywords): Make it a variable.
9034 (net-utils-mode): New mode for viewing diagnostic network output.
9035 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9036 (net-utils-run-simple): New function.
9037 (ifconfig, iwconfig, netstat, arp, route): Use it.
9038
90392009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9040
9041 * progmodes/gdb-mi.el (gdb-read-memory-custom)
9042 (gdb-memory-set-address, def-gdb-set-positive-number)
9043 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9044 after changing settings.
9045 (gdb-invalidate-disassembly): Update when first shown.
9046 (gdb-edit-locals-value): Fixed.
9047 (gdb-registers-handler-custom): Print registers in right order and
9048 allow changing register values (only for current thread yet).
9049 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9050 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9051 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9052 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9053 info in mode name.
9054 (gdb-registers-mode-map): TAB to switch to locals.
9055
90562009-08-08 Eli Zaretskii <eliz@gnu.org>
9057
9058 * mail/rmail.el (rmail-add-mbox-headers)
9059 (rmail-set-message-counters-counter): Search for
9060 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
9061
90622009-08-08 Glenn Morris <rgm@gnu.org>
9063
9064 * Makefile.in (ELCFILES): Update.
9065
90662009-08-07 Eli Zaretskii <eliz@gnu.org>
9067
9068 * mail/sendmail.el (mail-yank-original): Set
9069 buffer-file-coding-system from the one used by the message whose
9070 text is yanked.
9071
9072 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9073 to "windows" when "pgnuplot" is used.
9074 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9075 call accept-process-output if "pgnuplot" is used.
9076 (calc-graph-init): Don't send -display and -geometry to
9077 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
9078 running "pgnuplot -V" with shell-command-to-string.
9079
9080 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9081 the default.
9082
90832009-08-07 Eli Zaretskii <eliz@gnu.org>
9084
9085 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
9086 org/org-latex.elc.
9087
90882009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9089
9090 * vc-dispatcher.el (vc-resynch-window): Update comment.
9091
9092 * term.el (term-handle-ansi-escape): Add comments with the
9093 terminfo capabilities implemented.
9094
90952009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
9096
9097 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9098 (gdb-var-create-handler): Rewritten using JSON parser.
9099 (gdb-propertize-header): Moved earlier.
9100 (gdb-set-header): Removed to avoid duplication.
9101 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9102 Refresh disassembly buffers only after threads list have been
9103 update.
9104 (gdb-threads-header, gdb-registers-header): Per-buffer header line
9105 variables.
9106
91072009-08-04 Juri Linkov <juri@jurta.org>
9108
9109 * files.el: Commands to add/delete file/directory-local variables.
9110 (read-file-local-variable, read-file-local-variable-value)
9111 (read-file-local-variable-mode, modify-file-local-variable)
9112 (modify-file-local-variable-prop-line)
9113 (modify-dir-local-variable): New functions.
9114 (add-file-local-variable, delete-file-local-variable)
9115 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9116 (add-dir-local-variable, delete-dir-local-variable)
9117 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9118 (copy-dir-locals-to-file-locals-prop-line): New commands.
9119
91202009-08-04 Chong Yidong <cyd@stupidchicken.com>
9121
9122 * abbrev.el (insert-abbrev-table-description): Prettify output.
9123 Suggested by Karl Chen.
9124
91252009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
9126
9127 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
9128 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
9129 (gdb-overlay-arrow-position, gdb-thread-position)
9130 (gdb-disassembly-position): Declare variables.
9131 (gdb-wait-for-pending): Function now.
9132 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9133 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9134 compilation goes smoothly.
9135 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9136 (gdb-non-stop-setting): New customization setting which replaces
9137 `gdb-non-stop' so changing it doesn't break active GDB session.
9138 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9139 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9140 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9141 (gdb-show-threads-by-default): New customization options.
9142 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9143 routines.
9144 (gdb-get-buffer-create): Send buffers update signal when they are
9145 created.
9146 (gdb-invalidate-locals, gdb-invalidate-registers)
9147 (gdb-invalidate-breakpoints)
9148 (gdb-invalidate-threads, gdb-invalidate-disassembly)
9149 (gdb-invalidate-memory): Accept update signal.
9150 (gdb-current-context-command): Use --frame option.
9151 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9152 Implement `gdb-frame-number' selection logic.
9153 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9154 whether to show GUD toolbar buttons.
9155 (gdb-thread-exited): Unselect current thread when it exits.
9156 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9157 (gdb-mark-line): Routine which sets overlay arrow or inverses
9158 video on fringeless displays.
9159 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9160 to build aligned columns of data in GDB buffers and set text
9161 properties line-by-line.
9162 (gdb-invalidate-breakpoints)
9163 (gdb-breakpoints-list-handler-custom)
9164 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9165 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9166 (gdb-registers-handler-custom): Align data columns.
9167 (gdb-locals-handler-custom): Now prints data like in variable
9168 declarations.
9169 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9170 Removed confusing buttons.
9171 (gdb-invalidate-threads): Append --frame.
9172 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9173 between breakpoints/threads buffers.
9174 (gdb-set-window-buffer): Now can ignore dedicated windows.
9175 (gdb-propertize-header): Use `gdb-set-window-buffer'.
9176 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9177 (def-gdb-thread-buffer-gud-command): Replaces
9178 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9179 for fine thread control.
9180 (gdb-preempt-existing-or-display-buffer): New function used to
9181 display bound buffers without breaking window layout.
9182 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9183 (gdb-select-frame): New version of `gdb-frames-select' which now
9184 sets `gdb-frame-number' so commands may use --frame option instead
9185 of inner debugger state.
9186 (gdb-frame-handler): Do not set `gdb-frame-number'.
9187 (gdb-threads-mode-map): Select threads with mouse.
9188
9189 * progmodes/gud.el (gdb-gud-context-call): Declare function to
9190 avoid compilation warning.
9191 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
9192 `gdb-show-stop-p`.
9193
9194 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
9195 Argument `key' renamed to `buffer-type'.
9196 (gdb-current-context-buffer-name): Do not add thread info to
9197 buffer name when no thread is selected.
9198 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
9199 command (bug 3794).
9200 (gdb-thread-selected): Handle `=thread-selected' notification.
9201 (gdb-wait-for-pending): New macro to deal with congestion problems.
9202 (gdb-breakpoints-list-handler-custom): Don't fail on pending
9203 breakpoints.
9204 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9205 This fixes problem similar to one described in bug 3947.
9206 (gud-menu-map): More menu items.
9207 (gdb-init-1): Reset `gdb-thread-number' to nil.
9208
9209 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
9210 non-stop settings.
9211
9212 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
9213 (gdb-current-context-command): Do not append --thread if
9214 `gdb-thread-number' is nil.
9215 (gdb-running-threads-count, gdb-stopped-threads-count): New
9216 variables.
9217 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
9218 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
9219 customization options.
9220 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
9221 GUD commands.
9222 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
9223 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
9224 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
9225 set `gdb-thread-number' and update `gud-running' properly.
9226 (gdb-running): Update threads list when new threads appear.
9227 (gdb-stopped): Support non-stop operation and new thread switching
9228 logic.
9229 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
9230 (gdb-json-partial-output): New set of JSON routines.
9231 (def-gdb-auto-update-trigger): New `signal-list' optional
9232 argument.
9233 (gdb-thread-list-handler-custom): Update `gud-running',
9234 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
9235 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
9236 (gdb-continue-thread, gdb-step-thread): New commands for fine
9237 thread execution control.
9238 (gud-menu-map): New menu items to switch non-stop options.
9239 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
9240 (gdb-send): Mimic RET properly (bug 3794).
9241
9242 * progmodes/gdb-mi.el (gdb-rules-name-maker)
9243 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
9244 gdb-buffer-rules.
9245 (def-gdb-auto-update-handler): New nopreserve optional argument.
9246 (gdb-stack-list-frames-custom): Print stack from top to bottom.
9247
9248 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
9249 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
9250 (gdb-parent-mode): New mode to derive other GDB modes from.
9251 (gdb-display-disassembly-for-thread)
9252 (gdb-frame-disassembly-for-thread): New commands for threads
9253 buffer.
9254
9255 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
9256 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
9257 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
9258 (gdb-update): We now store all GDB buffers in a list so that they
9259 can be updated by traversing a list instead of calling invalidate
9260 triggers explicitly.
9261 (def-gdb-trigger-and-handler): New macro to define trigger-handler
9262 pair for GDB buffer.
9263 (gdb-stack-buffer-name): Add thread information.
9264 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
9265 handle pending triggers.
9266 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
9267 (def-gdb-thread-buffer-simple-command)
9268 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
9269 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
9270 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
9271 New commands which show buffers bound to thread.
9272 (gdb-stack-list-locals-regexp): Removed unused regexp.
9273
9274 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
9275 (gdb-locals-buffer-name, gdb-registers-buffer-name)
9276 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
9277 to (gud-comint-buffer) in *-buffer-name functions
9278 because (gdb-get-target-string) already does that.
9279 (gdb-locals-handler-custom, gdb-registers-handler-custom)
9280 (gdb-changed-registers-handler): Rewritten without regexps.
9281
9282 * progmodes/gdb-mi.el: Basic thread selection support.
9283 (gdb-thread-number): New variable.
9284 (gdb-current-context-command): New macro which adds --thread
9285 option to command.
9286 (gdb-threads-mode-map): Select thread with SPC.
9287 (gdb-thread-list-handler-custom): Mark current thread with overlay
9288 arrow. Synchronize GDB thread and Emacs thread.
9289 (gdb-select-thread): New command which selects current thread.
9290 (gdb-invalidate-frames, gdb-invalidate-locals)
9291 (gdb-invalidate-registers): Use --thread option.
9292
92932009-08-04 Michael Albinus <michael.albinus@gmx.de>
9294
9295 * net/tramp.el (top): Make check for tramp-gvfs loading more
9296 robust. (Bug#3977)
9297 (tramp-handle-insert-file-contents): `unwind-protect' must be
9298 inside `with-parsed-tramp-file-name'.
9299
9300 * net/tramp-gvfs.el (top): Remove superfluous message when loading
9301 fails.
9302
93032009-08-03 Nick Roberts <nickrob@snap.net.nz>
9304
9305 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
9306 directory if CLASSPATH is not set.
9307
93082009-08-03 Michael Albinus <michael.albinus@gmx.de>
9309
9310 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
9311 New defconst.
9312 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
9313
93142009-08-02 Kevin Ryde <user42@zip.com.au>
9315
9316 * net/newst-backend.el (newsticker--raw-url-list-defaults):
9317 Update freshmeat link. Delete newsforge.com as it seems gone.
9318
93192009-08-02 Chong Yidong <cyd@stupidchicken.com>
9320
9321 * select.el (x-set-selection): Doc fix (Bug#4021).
9322
9323 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
9324
9325 * help-fns.el (describe-variable): Treat list return values from
9326 dir-locals-find-file properly (Bug#4005).
9327
93282009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
9329
9330 * net/tramp.el (tramp-debug-message): Print also microseconds.
9331
93322009-08-02 Michael Albinus <michael.albinus@gmx.de>
9333
9334 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
9335 or END is non-nil.
9336 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
9337 (tramp-get-debug-buffer): Change `outline-regexp' according to new
9338 format.
9339
9340 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
9341 (tramp-get-file-property): Use it.
9342
9343 * autorevert.el (auto-revert-handler): Allow
9344 `auto-revert-tail-mode' for remote files.
9345
93462009-08-02 Jason Rumney <jasonr@gnu.org>
9347
9348 * minibuffer.el (read-file-name): Treat confirm options to
9349 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
9350
93512009-08-02 Chong Yidong <cyd@stupidchicken.com>
9352
9353 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
9354 (font-lock-variable-name-face, font-lock-constant-face): Darken
9355 the colors for light backgrounds.
9356
93572009-08-01 Eli Zaretskii <eliz@gnu.org>
9358
9359 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
9360 month names. (Bug#3987)
9361
93622009-07-31 Chong Yidong <cyd@stupidchicken.com>
9363
9364 * simple.el (line-move-finish): Pass whole number to
9365 line-move-to-column.
9366 (line-move-visual): Perform hscroll to the recorded position.
9367
93682009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
9369
9370 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
9371
93722009-07-29 Alan Mackenzie <acm@muc.de>
9373
9374 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
9375
93762009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
9377
9378 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
9379 (gdb-place-breakpoints): Use full path when setting breakpoints.
9380
93812009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
9382
9383 * calc/calc.el (calc-mode-map): Add keybinding for
9384 `calc-transpose-lines'.
9385
93862009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
9387
9388 * calc/calc-misc.el (calc-transpose-lines): New function.
9389
93902009-07-28 Michael Albinus <michael.albinus@gmx.de>
9391
9392 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
9393 Simplify check for out-of-band methods.
9394 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
9395 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
9396
93972009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
9398
9399 * vc-git.el (vc-git-checkin): Fix typo.
9400
94012009-07-28 Steve Yegge <steve.yegge@gmail.com>
9402
9403 * progmodes/js2-mode.el: New file.
9404
94052009-07-28 Nick Roberts <nickrob@snap.net.nz>
9406
9407 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
9408 (gud-menu-map): Adjust tooltip accordingly.
9409
94102009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9411
9412 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
9413 (vc-bzr-log-view-mode): Adjust log-view-file-re.
9414
9415 * add-log.el (change-log-mode-map): Add a menu.
9416
94172009-07-27 Michael Albinus <michael.albinus@gmx.de>
9418
9419 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
9420 function returns nil.
9421 (dbus-handle-event): Handle special return value :ignore.
9422 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
9423
94242009-07-26 Chong Yidong <cyd@stupidchicken.com>
9425
9426 * view.el (view-mode-enable): Don't define Helper-return-blurb if
9427 it's not needed.
9428
94292009-07-25 Eli Zaretskii <eliz@gnu.org>
9430
9431 Fix Bug#3888:
9432
9433 * w32-vars.el (x-select-enable-clipboard): Doc fix.
9434
9435 * term/pc-win.el (x-display-name, x-colors)
9436 (x-select-enable-clipboard, x-select-text): Doc fix.
9437
9438 * term/common-win.el (x-display-name, x-colors): Doc fix.
9439
9440 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
9441 (xw-defined-colors): Doc fix.
9442
9443 * w32-fns.el (x-select-text, x-setup-function-keys)
9444 (x-get-selection, x-set-selection): Doc fix.
9445
9446 * term/x-win.el (x-select-text, x-setup-function-keys)
9447 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
9448
9449 * select.el (x-set-selection): Doc fix.
9450
94512009-07-25 Michael Albinus <michael.albinus@gmx.de>
9452
9453 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
9454 instead of "IsNSSSupportAvailable". Avahi ought to work also when
9455 "IsNSSSupportAvailable" method is not available. Reported by
9456 Steve Youngs <steve@sxemacs.org>.
9457
94582009-07-24 Kenichi Handa <handa@m17n.org>
9459
9460 * international/characters.el: Fix setting of category ?C, ?|, ?K,
9461 and ?H. Fix setting of case for Latin Extended and Greek Extended.
9462 (build-unicode-category-table): Fix range checks.
9463
94642009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
9465
9466 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
9467 the buffer we try to sync is current when calling
9468 vc-resynch-buffer.
9469
9470 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
9471 not show up to date files.
9472
94732009-07-24 Glenn Morris <rgm@gnu.org>
9474
9475 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
9476 Add autoload cookies. If necessary, initialize.
9477 (elint-log): Handle non-file buffers.
9478 (elint-initialize): Add optional argument to reinitialize.
9479 (elint-find-builtin-variables): Save excursion.
9480
94812009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9482
9483 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
9484 for Lint.
9485
94862009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9487
9488 * vc.el (vc-print-log-internal): New function, split out from ...
9489 (vc-print-log): ... here.
9490 (vc-dir-move-to-goal-column): Declare.
9491
9492 * vc-git.el (vc-git-add-signoff): New variable.
9493 (vc-git-checkin): Use it.
9494 (vc-git-toggle-signoff): New function.
9495 (vc-git-extra-menu-map): Bind it to menu.
9496 (vc-git--run-command-string): Accept a nil FILE argument.
9497 (vc-git-stash-list): New function.
9498 (vc-git-dir-extra-headers): Use it.
9499
95002009-07-23 Glenn Morris <rgm@gnu.org>
9501
9502 * help-fns.el (describe-variable): Describe ignored and risky local
9503 variables in a similar way to that in which we describe safe ones.
9504
9505 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
9506 (byte-compile-output-file-form, byte-compile-output-docform)
9507 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
9508 Give some more local variables with common names a "bytecomp-" prefix,
9509 so as not to shadow things during compilation.
9510 * emacs-lisp/cl-macs.el (load-time-value)
9511 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
9512 `outbuffer' to `bytecomp-outbuffer'.
9513
9514 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
9515 since the next two variables cover them automatically now.
9516 (elint-builtin-variables, elint-autoloaded-variables): New.
9517 (elint-unknown-builtin-args): Remove all members, since they can be
9518 parsed automatically now.
9519 (elint-extra-errors): New.
9520 (elint-env-add-env, elint-env-add-macro): Use cadr.
9521 (elint-current-buffer): Use or. Change final message.
9522 (elint-get-top-forms): Use line-end-position.
9523 (elint-init-env): Use cadr. Handle autoload, declare-function,
9524 and defalias.
9525 (elint-add-required-env): Doc fix. Use or. Standardize error.
9526 (regexp-assoc): Remove unused function.
9527 (elint-top-form): Set elint-current-pos, to record the start of the
9528 top-level form, for compilation-mode.
9529 (elint-form): Trap errors in macro expansion. Use dolist.
9530 (elint-unbound-variable): Use elint-builtin-variables and
9531 elint-autoloaded-variables.
9532 (elint-get-args): Use cadr, or.
9533 (elint-check-cond-form): Use dolist, cadr.
9534 (elint-check-condition-case-form): Doc fix. Use cadr.
9535 Use elint-extra-errors.
9536 (elint-log): New function.
9537 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
9538 Distinguish errors and warnings.
9539 (elint-log-message): Use with-current-buffer. Inhibit read-only.
9540 Use a bytecomp-style format.
9541 (elint-clear-log): Preserve default-directory. Inhibit read-only.
9542 (elint-get-log-buffer): Use compilation mode. Disable undo.
9543 Don't truncate lines.
9544 (elint-initialize): Set builtin and autoloaded variable lists.
9545 Only process elint-unknown-builtin-args if non-nil.
9546 (elint-find-builtin-variables, elint-find-autoloaded-variables):
9547 New functions.
9548 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
9549
95502009-07-22 Kevin Ryde <user42@zip.com.au>
9551
9552 * net/newst-backend.el (newsticker--parse-atom-1.0)
9553 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
9554 (newsticker--parse-rss-1.0):
9555 * progmodes/idlwave.el (idlwave-mode):
9556 * progmodes/idlw-shell.el (idlwave-shell-mode):
9557 * progmodes/vera-mode.el (vera-mode):
9558 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
9559 * progmodes/vhdl-mode.el (vhdl-mode):
9560 * textmodes/table.el (table-generate-source)
9561 (table--warn-incompatibility):
9562 Hyperlink urls in docstrings with URL `...'.
9563
95642009-07-22 Glenn Morris <rgm@gnu.org>
9565
9566 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
9567 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
9568 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
9569 Remove leading * from defcustom docs.
9570
9571 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
9572
9573 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
9574 defcustom doc.
9575 (list-load-path-shadows): Optionally, just return shadows as a string.
9576
9577 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
9578
95792009-07-21 Chong Yidong <cyd@stupidchicken.com>
9580
9581 * mail/rmailedit.el (rmail-edit-mode): Use
9582 auto-save-include-big-deletions.
9583
9584 * mail/rmail.el (rmail-variables): Use
9585 auto-save-include-big-deletions.
9586
9587 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
9588 changes.
9589
95902009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
9591
9592 * calc/calc.el (calc-undo-length): New variable.
9593 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
9594
95952009-07-21 Richard Stallman <rms@gnu.org>
9596
9597 * files.el (auto-save-mode): Handle buffer-save-size = -2
9598 for toggling mode.
9599
96002009-07-21 Glenn Morris <rgm@gnu.org>
9601
9602 * textmodes/ispell.el (ispell-looking-back): Update declaration.
9603
9604 * calendar/todo-mode.el (calendar-current-date): Update declaration.
9605
9606 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
9607 silence compiler. Instead...
9608 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
9609 (ps-print-ensure-fontified): Update for above function name changes.
9610
9611 * printing.el (pr-mh-get-msg-num, pr-mh-show)
9612 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
9613 silence compiler. Instead...
9614 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
9615 (mh-show-buffer): Only define for compiler.
9616 (pr-mh-current-message): Update for above function name changes.
9617
9618 * files.el (abort-if-file-too-large): Explicitly pass `filename'
9619 as an argument.
9620 (find-file-noselect, insert-file-1): Update for above change.
9621
9622 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
9623
9624 * mail/mailclient.el (mailclient-send-it): Fix message.
9625
9626 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
9627 (edebug-eval): Check cl-debug-env is bound.
9628 (print-level, print-circle): Don't redefine built-in variables.
9629
9630 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
9631 (custom-print-vectors): Remove old comments from doc.
9632
9633 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
9634 (emerge-version): Make the variable an obsolete alias for the
9635 emacs-version variable. Make the function obsolete.
9636 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
9637 Emerge options, rather than merging in into the main Options menu.
9638 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
9639 and auto advance modes. Disable edit/fast items when not relevant.
9640
96412009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9642
9643 * term/vt420.el (terminal-init-vt420): Fix typo.
9644
96452009-07-20 Sam Steingold <sds@gnu.org>
9646
9647 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
9648 variable (removed from compile.el on 2004-03-11).
9649
96502009-07-20 Chong Yidong <cyd@stupidchicken.com>
9651
9652 * files.el (hack-local-variables-filter): Fix last change.
9653
96542009-07-19 Juri Linkov <juri@jurta.org>
9655
9656 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
9657 (dir-local-variables-alist): New buffer-local variable.
9658 (hack-local-variables-filter): If variable is not dir-local,
9659 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
9660 because file-local overrides dir-local.
9661 (c-postprocess-file-styles) <declare-function>:
9662 Remove obsolete declaration.
9663 (hack-dir-local-variables): Add dir-local variable/value pair to
9664 `dir-local-variables-alist' and remove duplicates. Doc fix.
9665
9666 * help-fns.el (describe-variable): Add information about
9667 file-local and dir-local variables.
9668
96692009-07-19 Chong Yidong <cyd@stupidchicken.com>
9670
9671 * files.el (hack-local-variables-filter): Rewrite.
9672
96732009-07-19 Glenn Morris <rgm@gnu.org>
9674
9675 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
9676 Silence compiler by only defining on XEmacs.
9677
9678 * international/mule.el (auto-coding-regexp-alist): Only match
9679 BABYL... at the start of buffer, not of lines. (Bug#3790)
9680
9681 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
9682 non-calendar buffers (Bug#3862). Restore "not on a date" message.
9683 (cal-menu-context-mouse-menu): Doc fix.
9684
9685 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
9686
9687 * simple.el (mail-user-agent): Doc fix. Set :version tag.
9688
96892009-07-18 Juri Linkov <juri@jurta.org>
9690
9691 * info.el: Virtual Info keyword finder.
9692 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
9693 (Info-finder-file): New variable.
9694 (Info-finder-find-file): New function.
9695 (finder-known-keywords, finder-package-info)
9696 (find-library-name, lm-commentary): Use defvar and
9697 declare-function to silence compiler warnings.
9698 (Info-finder-find-node): New function.
9699 (info-finder): New command.
9700
9701 * subr.el (process-kill-buffer-query-function): New function.
9702 (add-hook)<kill-buffer-query-functions>: Add hook
9703 `process-kill-buffer-query-function'.
9704
97052009-07-18 Alan Mackenzie <acm@muc.de>
9706
9707 * progmodes/cc-mode.el (c-before-hack-hook)
9708 (c-postprocess-file-styles): Give invocation of `c-set-style'
9709 DONT-OVERRIDE parameter of t. Already set style variables will
9710 thus not be overridden by style settings given by `c-file-syle'.
9711
9712 * files.el (hack-local-variables-filter): Remove entries with
9713 duplicate keys from `file-local-variables-alist'.
9714
97152009-07-18 Eli Zaretskii <eliz@gnu.org>
9716
9717 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
9718 x-set-selection if display-selections-p returns nil for the
9719 current frame.
9720
97212009-07-18 Chong Yidong <cyd@stupidchicken.com>
9722
9723 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
9724
97252009-07-18 Eli Zaretskii <eliz@gnu.org>
9726
9727 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
9728 Accept nil in addition to a regexp.
9729 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
9730 Accept nil in addition to a regexp.
9731 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
9732 buffers that have an associated file. Handle nil values of
9733 desktop-buffers-not-to-save and desktop-files-not-to-save.
9734 (Bug#3833)
9735
9736 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
9737 (x-disown-selection-internal): New functions.
9738
97392009-07-18 Nick Roberts <nickrob@snap.net.nz>
9740
9741 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
9742 warning.
9743 (gdb-breakpoints-header): Move forward to avoid compiler warning.
9744 (gdb-make-header-line-mouse-map): Remove duplicate definition.
9745
97462009-07-18 David De La Harpe Golden <david@harpegolden.net>
9747
9748 * simple.el (set-mark): Revert last change.
9749
97502009-07-17 Tassilo Horn <tassilo@member.fsf.org>
9751
9752 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
9753 rendering of pngs is not possible instead of messaging a long
9754 description.
9755
97562009-07-17 David De La Harpe Golden <david@harpegolden.net>
9757
9758 * w32-fns.el (x-selection-owner-p): New function.
9759
9760 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
9761 (mouse-yank-at-click, mouse-yank-primary): If
9762 select-active-regions is non-nil, deactivate the mark before
9763 insertion.
9764
9765 * simple.el (deactivate-mark, set-mark): Only save selection if we
9766 own it.
9767
97682009-07-17 Kenichi Handa <handa@m17n.org>
9769
9770 * case-table.el (describe-buffer-case-table): Fix for the case
9771 that KEY is a cons.
9772
97732009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
9774
9775 * vc-rcs.el (vc-rcs-find-file-hook):
9776 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
9777
97782009-07-16 Michael Albinus <michael.albinus@gmx.de>
9779
9780 * net/tramp.el (tramp-wait-for-output): Handle the case when
9781 commands do not return a newline but a null byte before the shell
9782 prompt. (Bug#3858)
9783
97842009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9785
9786 * term/ns-win.el (ns-set-alpha): Don't declare.
9787 (ns-set-background-alpha): Remove function.
9788
97892009-07-16 Kevin Ryde <user42@zip.com.au>
9790
9791 * emacs-lisp/copyright.el (copyright-update): Save match-data across
9792 y-or-n-p, for safety.
9793
97942009-07-16 Richard Stallman <rms@gnu.org>
9795
9796 * files.el (auto-save-mode): If buffer-saved-size is -2,
9797 don't clobber it.
9798
9799 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
9800 (rmail-retry-ignored-headers): Add more uninteresting fields.
9801
98022009-07-15 Jari Aalto <jari.aalto@cante.net>
9803
9804 * net/rcirc.el (rcirc): Use history variables.
9805 (rcirc-server-name-history, rcirc-nick-name-history)
9806 (rcirc-server-port-history): New variables.
9807
98082009-07-15 Kenichi Handa <handa@m17n.org>
9809
9810 * international/mule-cmds.el (set-language-environment-charset):
9811 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
9812 ignore them.
9813
9814 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
9815 Delete unibyte-display.
9816
98172009-07-15 Chong Yidong <cyd@stupidchicken.com>
9818
9819 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
9820
98212009-07-15 Chong Yidong <cyd@stupidchicken.com>
9822
9823 * simple.el (deactivate-mark): Optional argument FORCE.
9824 (set-mark): Use deactivate-mark.
9825
9826 * info.el (Info-search): No need to check transient-mark-mode
9827 before calling deactivate-mark.
9828
9829 * select.el (x-set-selection): Doc fix.
9830 (x-valid-simple-selection-p): Allow buffer values.
9831 (xselect--selection-bounds): Handle buffer values. Suggested by
9832 David De La Harpe Golden.
9833
9834 * mouse.el (mouse-set-region, mouse-drag-track): Call
9835 copy-region-as-kill before setting the mark, to let
9836 select-active-regions work.
9837
98382009-07-15 David De La Harpe Golden <david@harpegolden.net>
9839
9840 * simple.el (deactivate-mark): If select-active-regions is
9841 non-nil, copy the selection data into a string.
9842 (activate-mark): If select-active-regions is non-nil, set the
9843 selection to the current buffer.
9844 (set-mark): Update selection if select-active-regions is non-nil.
9845
9846 * select.el (x-valid-simple-selection-p): Allow buffer values.
9847
98482009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
9849
9850 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
9851 and more featureful message-mode.
9852
98532009-07-14 Chong Yidong <cyd@stupidchicken.com>
9854
9855 * select.el (x-set-selection): Doc fix.
9856 (x-valid-simple-selection-p): Disallow selection data consisting
9857 of a list or cons of integers, since that is not used.
9858 (xselect--selection-bounds, xselect--int-to-cons): New functions.
9859 (xselect-convert-to-string, xselect-convert-to-length)
9860 (xselect-convert-to-filename, xselect-convert-to-charpos)
9861 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
9862
98632009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
9864
9865 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
9866 output in -break-info command (Emacs bug #3794).
9867
98682009-07-14 Glenn Morris <rgm@gnu.org>
9869
9870 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
9871 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
9872 (edebug-print-length, edebug-print-level, edebug-print-circle)
9873 (edebug-sit-for-seconds, edebug-view-outside)
9874 (edebug-bounce-point, edebug-set-global-break-condition)
9875 (edebug-Go-nonstop-mode, edebug-trace-mode)
9876 (edebug-Trace-fast-mode, edebug-continue-mode)
9877 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
9878 (edebug-visit-eval-list): Doc fixes.
9879
9880 * subr.el (def-edebug-spec): Doc fix.
9881
98822009-07-14 Kenichi Handa <handa@m17n.org>
9883
9884 * international/characters.el: Fix setting of category ?C.
9885
98862009-07-13 Jan Djärv <jan.h.d@swipnet.se>
9887
9888 * term/ns-win.el (x-select-font): defalias x-select-font to
9889 ns-popup-font-panel instead of generate-fontset-menu.
9890
98912009-07-12 Eli Zaretskii <eliz@gnu.org>
9892
9893 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
9894
98952009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
9896
9897 * arc-mode.el (archive-find-type): Allow for a PK00 string before
9898 the PK\003\004 header (Bug#3770).
9899
99002009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
9901
9902 * pcomplete.el (pcomplete-comint-setup): Check for
9903 shell-dynamic-complete-filename too.
9904
99052009-07-11 Chong Yidong <cyd@stupidchicken.com>
9906
9907 * simple.el (temporary-goal-column): Change the value for
9908 line-move-visual to a cons cell.
9909 (line-move-visual): Record or set the window hscroll, if
9910 necessary (Bug#3494).
9911 (line-move-1): Handle cons value of temporary-goal-column.
9912
99132009-07-11 Kenichi Handa <handa@m17n.org>
9914
9915 * international/mule-diag.el (describe-character-set): Don't show
9916 width.
9917
99182009-07-10 Sam Steingold <sds@gnu.org>
9919
9920 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9921 Omake sometimes indents the errors it prints, so allow all
9922 regexps to start with spaces.
9923
99242009-07-10 Eli Zaretskii <eliz@gnu.org>
9925
9926 * cus-edit.el (customize-changed-options-previous-release):
9927 Bump value to 22.1. (Bug#3804)
9928
99292009-07-08 Sam Steingold <sds@gnu.org>
9930
9931 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
9932 to be a cons cell (test . ignored-directory) to selectively ignore
9933 some directories depending on the location of the search.
9934
99352009-07-08 Michael Albinus <michael.albinus@gmx.de>
9936
9937 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
9938 remote user is root, on the local host.
9939 (tramp-local-host-p): Either the local user or the remote user
9940 must be root. (Bug#3771)
9941
99422009-07-08 Nick Roberts <nickrob@snap.net.nz>
9943
9944 * progmodes/gdb-mi.el (gdb): Remove description of
9945 gdb-use-separate-io-buffer.
9946 (menu): Don't allow toggling of or enable
9947 gdb-use-separate-io-buffer from menubar.
9948
99492009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
9950
9951 * mail/unrmail.el (unrmail): Make sure the message ends with two
9952 newlines (Bug#3769).
9953
99542009-07-08 Glenn Morris <rgm@gnu.org>
9955
9956 * calendar/calendar.el (calendar-current-date): Rework previous change.
9957
99582009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
9959
9960 * calendar/calendar.el (calendar-current-date):
9961 Add an optional argument giving an offset from today.
9962
99632009-07-08 Glenn Morris <rgm@gnu.org>
9964
9965 * tutorial.el (tutorial--describe-nonstandard-key):
9966 Adjust the message for when a key has been unbound.
9967 (help-with-tutorial): Hide the arch-tag.
9968
99692009-07-08 Kenichi Handa <handa@m17n.org>
9970
9971 * international/fontset.el (setup-default-fontset): For each
9972 script, append (not set) font-specs.
9973
9974 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
9975 docstring.
9976
99772009-07-08 Nick Roberts <nickrob@snap.net.nz>
9978
9979 * progmodes/gdb-mi.el (gdb-init-1): Move sending
9980 -data-list-register-names to ...
9981 (gdb-starting): ... here because GDB 7.0 requires execution to
9982 have started when using this MI command.
9983 (gdb-set-header): New function to distinguish select and
9984 unselected tabs in gdb buffers.
9985 (gdb-propertize-header): New macro that uses gdb-set-header.
9986 (gdb-breakpoints-header, gdb-locals-header): Use it.
9987 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
9988
99892009-07-07 Chong Yidong <cyd@stupidchicken.com>
9990
9991 * Makefile.in (ELCFILES): Remove fadr.elc.
9992
99932009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
9994
9995 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
9996 may contain frame information, so `string-match' should be used.
9997 (gdb-update): Disassembly is invalidated through
9998 `gdb-get-selected-frame'.
9999 (gdb-pad-string): New function to pad string with spaces.
10000 (gdb-invalidate-disassembly): Invalidate only if the buffer
10001 exists.
10002 (gdb-disassembly-handler-custom): Column alignment.
10003 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10004 placing new ones.
10005 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10006 end of line, too.
10007 (gdb-frame-handler): Match convention to for disassembly buffer
10008 mode name.
10009 (gdb-stack-list-frames-handler): Rewritten without regexps.
10010 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10011 not highlight breakpoints without line information.
10012 (gdb-input): Add trailing newline to command.
10013
10014 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10015 buffer properly.
10016 (gdb-breakpoints-list-handler-custom): Replacement for
10017 `gdb-break-list-handler'. Using real parser instead of regexps
10018 now.
10019 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10020 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10021 to place breakpoints.
10022 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10023 functions.
10024 (gdb-disassembly-handler-custom): Show overlay arrow.
10025 (gdb-disassembly-place-breakpoints): Show breakpoints in
10026 disassembly buffer.
10027 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10028 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
10029 instead of parsing breakpoints buffer. Fixed old menu references
10030 in `gud-menu-map'.
10031
10032 * fadr.el: Remove.
10033
10034 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
10035 (gdb-memory-address): New variable which holds top address of
10036 memory page shown in memory buffer.
10037 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10038 customization variables.
10039 New functions:
10040 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10041 display the memory buffer.
10042 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10043 buffer display parameters.
10044 (def-gdb-memory-format, gdb-memory-format-binary)
10045 (gdb-memory-format-octal, gdb-memory-format-unsigned)
10046 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10047 Functions for setting memory buffer format.
10048 (gdb-memory-unit-word, gdb-memory-unit-halfword)
10049 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10050 unit size used in memory buffer.
10051 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10052 to next/previous page of memory buffer.
10053 Now using (bindat-get-field) instead of fadr functions.
10054
100552009-07-07 Sam Steingold <sds@gnu.org>
10056
10057 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10058 non-top-level files.
10059
100602009-07-07 Kenichi Handa <handa@m17n.org>
10061
10062 * international/mule-cmds.el (reset-language-environment): Put
10063 the highset priority to the charset iso-8859-1.
10064
100652009-07-06 Chong Yidong <cyd@stupidchicken.com>
10066
10067 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10068 to the end of the line when locating the block (Bug#700).
10069
100702009-07-06 Michael Albinus <michael.albinus@gmx.de>
10071
10072 * net/tramp.el (tramp-handle-write-region): Flush file properties
10073 in case of short track.
10074
100752009-07-06 Michael McNamara <mac@mail.brushroad.com>
10076
10077 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10078 Coded custom representation of verilog error regular expressions
10079 to work with Emacs-22's new format.
10080 (verilog-error-regexp-xemacs-alist): Coded custom representation
10081 of verilog error regular expressions to work with XEmacs format.
10082 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10083 error recognition into XEmacs.
10084 (verilog-error-regexp-add-emacs): Hook routine to install verilog
10085 error recognition into Emacs-22.
10086
100872009-07-06 Chong Yidong <cyd@stupidchicken.com>
10088
10089 * woman.el: Remove stand-alone closing parentheses.
10090 (woman-file-name, woman2-format-paragraphs)
10091 (woman-leave-blank-lines): Code cleanup.
10092 (woman-use-own-frame): Change default to nil.
10093 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10094 defaults to inherit from default faces.
10095 (woman2-process-escapes): Consume the newline after a stand-alone
10096 filler character (Bug#3651).
10097
100982009-07-06 Glenn Morris <rgm@gnu.org>
10099
10100 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10101 (top-level): Move provide to the end.
10102 (ffap): Remove defunct URL from custom group.
10103
10104 * subr.el (eval-after-load): Doc fix.
10105
101062009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
10107
10108 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10109 `calc-embedded-word' is called twice.
10110
101112009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10112
10113 * files.el (find-alternate-file-other-window, find-alternate-file):
10114 Obey confirm-nonexistent-file-or-buffer.
10115
101162009-07-05 Michael Albinus <michael.albinus@gmx.de>
10117
10118 * dired-aux.el (dired-show-file-type): Handle remote files.
10119
101202009-07-05 Jari Aalto <jari.aalto@cante.net>
10121
10122 * desktop.el (desktop-globals-to-save):
10123 Add file-name-history (Bug#2750).
10124
101252009-07-05 Chong Yidong <cyd@stupidchicken.com>
10126
10127 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
10128
101292009-07-04 Johan Bockgård <bojohan@gnu.org>
10130
10131 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10132 property on entire argument since this is what eshell-lisp-command
10133 expects.
10134
101352009-07-03 Michael Albinus <michael.albinus@gmx.de>
10136
10137 * net/tramp-gvfs.el (tramp-gvfs-methods)
10138 (tramp-gvfs-zeroconf-domain)
10139 (tramp-bluez-discover-devices-timeout): Add version flag.
10140 (tramp-gvfs-handler-mounted-unmounted)
10141 (tramp-gvfs-connection-mounted-p): Polish handling of
10142 incompatibilities between GVFS 0.2 and 1.0.
10143
101442009-07-03 Jan Djärv <jan.h.d@swipnet.se>
10145
10146 * cus-start.el (all): Add make-pointer-invisible.
10147
101482009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
10149
10150 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
10151 formatted correctly.
10152
101532009-07-02 Juri Linkov <juri@jurta.org>
10154
10155 * info.el: Virtual Info files and nodes.
10156 (Info-virtual-files, Info-virtual-nodes): New variables.
10157 (Info-current-node-virtual): New variable.
10158 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10159 New functions.
10160 (Info-file-supports-index-cookies): Use Info-virtual-file-p
10161 to check for a virtual file instead of checking a fixed list
10162 of node names.
10163 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10164 instead of ad-hoc processing of "dir" and (apropos history toc).
10165 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10166 instead of ad-hoc processing of "dir" and (apropos history toc).
10167 Reread a file when moving from a virtual node.
10168 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10169 (Info-directory-toc-nodes, Info-directory-find-file)
10170 (Info-directory-find-node): New functions.
10171 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10172 (Info-history): Move part of code to
10173 `Info-history-find-node'.
10174 (Info-history-toc-nodes, Info-history-find-file)
10175 (Info-history-find-node): New functions.
10176 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10177 (Info-toc): Move part of code to `Info-toc-find-node'.
10178 (Info-toc-find-node): New function.
10179 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
10180 the current Info file name to references because now the node
10181 "*TOC*" belongs to the same Info manual.
10182 (Info-toc-build): Rename from `Info-build-toc'.
10183 (Info-toc-nodes): Rename input argument `file' to `filename'.
10184 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10185 instead of ad-hoc processing of ("dir" apropos history toc).
10186 (Info-index-nodes): Use Info-virtual-file-p
10187 to check for a virtual file instead of checking a fixed list
10188 of node names.
10189 (Info-index-node): Add check for `Info-current-node-virtual'.
10190 Raise `save-match-data' higher up the tree to contain
10191 `search-forward' too (bug fix).
10192 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
10193 (Info-virtual-index-nodes): New variable.
10194 (Info-virtual-index-find-node, Info-virtual-index): New functions.
10195 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
10196 (Info-apropos-file, Info-apropos-nodes): New variables.
10197 (Info-apropos-toc-nodes, Info-apropos-find-file)
10198 (Info-apropos-find-node, Info-apropos-matches): New functions.
10199 (info-apropos): Move part of code to `Info-apropos-find-node' and
10200 `Info-apropos-matches'.
10201 (Info-mode-map): Bind "I" to `Info-virtual-index'.
10202 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10203 for a virtual file instead of checking a fixed list of node names.
10204
10205 * simple.el (async-shell-command): New command.
10206
10207 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
10208
10209 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
10210 instead of `mount-info'.
10211
102122009-07-02 Michael Albinus <michael.albinus@gmx.de>
10213
10214 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
10215 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
10216
102172009-07-02 Kenichi Handa <handa@m17n.org>
10218
10219 * international/mule.el (set-keyboard-coding-system): Force *-unix
10220 coding-system to avoid eol conversion.
10221
102222009-07-01 Michael Albinus <michael.albinus@gmx.de>
10223
10224 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10225 Add handler for `process-file', `shell-command' and
10226 `start-file-process'.
10227 (tramp-gvfs-handle-shell-command)
10228 (tramp-gvfs-handle-start-file-process)
10229 (tramp-gvfs-handle-process-file): New defuns.
10230 (tramp-synce-list-devices): Simplify check for existence of property.
10231
102322009-07-01 Jan Djärv <jan.h.d@swipnet.se>
10233
10234 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
10235
102362009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
10237
10238 * language/korean.el (set-language-info-alist): Add korean-cp949,
10239 cp949 to spec.
10240
102412009-07-01 Kenichi Handa <handa@m17n.org>
10242
10243 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
10244
10245 * international/encoded-kb.el: Deleted.
10246
10247 * international/mule.el (set-keyboard-coding-system): Perform the
10248 necessary setup here instead of calling encoded-kbd-setup-display.
10249
102502009-07-01 Glenn Morris <rgm@gnu.org>
10251
10252 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
10253
102542009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
10255
10256 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
10257
102582009-06-30 Michael Albinus <michael.albinus@gmx.de>
10259
10260 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
10261 Handle also the 'rename case, when setting file modes. (Bug#3712)
10262 (tramp-default-file-modes): Remove execute permissions.
10263
10264 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
10265 (top): Add a default for "synce" in `tramp-default-user-alist'.
10266 Add completion function for "synce" method.
10267 (tramp-hal-service, tramp-hal-path-manager)
10268 (tramp-hal-interface-manager, tramp-hal-interface-device):
10269 New defconst.
10270 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
10271 (tramp-synce-list-devices, tramp-synce-parse-device-names):
10272 New defuns.
10273
10274 * net/trampver.el: Update release number.
10275
102762009-06-30 Kenichi Handa <handa@m17n.org>
10277
10278 * international/fontset.el (setup-default-fontset): Add CJK fonts
10279 for symbols and the other miscellaneous characters.
10280
10281 * language/korea-util.el (setup-korean-environment-internal):
10282 Make char-width-table suitable for Korean environments.
10283 (exit-korean-environment): Cancel above.
10284
10285 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10286 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
10287 setup-function to make char-width-table suitable for respective
10288 environments, and an exit-function to cancel that.
10289
10290 * language/japan-util.el (setup-japanese-environment-internal):
10291 Call use-cjk-char-width-table with arg `ja_JP'.
10292
10293 * international/characters.el (cjk-char-width-table): Delete it.
10294 (cjk-char-width-table-list): New variable.
10295 (use-cjk-char-width-table): New arg local-name.
10296 (use-default-char-width-table): Fix for the case that Emacs is
10297 already using the default char-width-table.
10298
102992009-06-29 Michael Albinus <michael.albinus@gmx.de>
10300
10301 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
10302 modes mandatory. (Bug#3712)
10303
103042009-06-29 Alan Mackenzie <acm@muc.de>
10305
10306 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
10307 correction between the visible width of TABs and their number of bytes.
10308
103092009-06-29 Chong Yidong <cyd@stupidchicken.com>
10310
10311 * server.el (server-buffer-done): Prevent kill-buffer from
10312 prompting by clearing the buffer modification flag (Bug#3696).
10313
103142009-06-28 Michael McNamara <mac@mail.brushroad.com>
10315
10316 * progmodes/verilog-mode.el (verilog-beg-of-statement)
10317 (verilog-endcomment-reason-re): Support unique case and priority case.
10318 (verilog-basic-complete-re): Support localparam lineup.
10319 (verilog-beg-of-statement-1): Fix for robustness, unique case.
10320 (verilog-set-auto-endcomments): Fix for unique case, always_comb
10321 commenting.
10322 (verilog-leap-to-case-head): Now support *nested* unique &
10323 priority case statements.
10324 (verilog-auto-lineup): Make just declarations the default (as it
10325 had been).
10326 (verilog-leap-to-case-head): Support priority/unique case statements.
10327 (verilog-auto-lineup): Rework to give users radio buttons to
10328 select the various styles of automatic lineup.
10329 (verilog-error-regexp-alist): Rework to support the XEmacs style
10330 of error regular expressions from compilers, lint tools &
10331 simulators. Note that GNU Emacs has made it impossible for a mode
10332 to load such things.
10333 (electric-verilog-terminate-line, verilog-indent-declaration)
10334 (verilog-auto-wiure): Rework for radio button selection of
10335 auto-lineup selection of specification of auto lineup.
10336 (verilog-beg-of-statement-1): Redesign to support proper operation
10337 in additional code, based on testing with auto-lineup.
10338 (verilog-calculate-indent, assignments & declarations)
10339 (verilog-backward-token): Enhance to support auto-lineup of
10340 assignments & declarations.
10341 (verilog-in-directive-p, verilog-at-struct-p): New function for
10342 easy test of whether we are.
10343 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
10344 to support safe execution at almost anyline.
10345 (verilog-calc-1): Properly support indenting deep inside generate
10346 blocks.
10347 (verilog-init-font): Remove definition & use of verilog-init-font,
10348 as it is redundant with font-lock-defaults.
10349 (verilog-mode): Alter the definition of verilog-font-lock-defaults
10350 to avoid circular calls if syntax-ppss is a function (as is the
10351 case now in 22.x GNU Emacs) as that function would sometimes call
10352 itself, leading to (nearly) infinite recursion.
10353 (verilog-ovm-begin-re, verilog-ovm-end-re)
10354 (verilog-ovm-statement-re, verilog-leap-to-head)
10355 (verilog-backward-token): Add support for OVM macros. Some are
10356 complete statements, and others open and close scopes like begin
10357 and end.
10358 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
10359 (verilog-defun-level-generate-only-re): Really fix the defun-list
10360 compilation issue.
10361 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
10362 coverpoint, constraint and cross statements.
10363 (verilog-defun-level-list, verilog-generate-defun-level-list)
10364 (verilog-all-defun-level-list): Redo these specifications - it is
10365 too hard to support eval-when compile aggregation of lists also
10366 built at when-compile time.
10367 (verilog-defun-level-list): Place defconsts of variables used in
10368 building regular expressions which are built in eval-when-compile
10369 bodies in the same eval-when-compile body to facilitate compile
10370 without load.
10371 (verilog-beg-block-re-ordered): Support indenting
10372 virtual/protected tasks and functions.
10373 (verilog-defun-level-list, verilog-in-generate-region-p)
10374 (verilog-backward-ws&directives, verilog-calc-1): Speed up
10375 indentation of some module items (generate items).
10376 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
10377 across virtual/protected tasks and functions.
10378
103792009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
10380
10381 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
10382 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
10383 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
10384 in concatenations. Reported by Yishay Belkind.
10385 (verilog-auto-ascii-enum): Support one-hot state machines in
10386 AUTOASCIIENUM. Suggested by Lloyd Gomez.
10387 (verilog-auto-inst, verilog-auto-inst-port): Include interface
10388 modport in AUTOINST and add vl-modport for users. Reported by
10389 David Rogoff.
10390 (verilog-auto-inout-module, verilog-auto-inst)
10391 (verilog-decls-get-interfaces, verilog-insert-definition)
10392 (verilog-insert-one-definition, verilog-read-decls)
10393 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
10394 (verilog-sig-modport, verilog-signals-combine-bus)
10395 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
10396 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
10397 Suggested by David Rogoff.
10398 (verilog-repair-open-comma): Fix non-insertion of comma when
10399 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
10400 (verilog-make-width-expression): Simplify [A-1:0] expression
10401 widths to just {A{1'b0}}.
10402 (verilog-mode): Cleanup checkdoc warnings.
10403 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
10404 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
10405 inputs/outputs or data type. Suggested by Vasu Kandadi.
10406 (next-error-last-buffer): Fix byte-compiler warning.
10407 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
10408 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
10409 or shell command text during AUTO expansion. Suggested by Tad Truex.
10410 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
10411 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
10412 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
10413 in AUTOINOUT. Reported by Matthew Lovell.
10414 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
10415 causing use of <= assignments. Reported by Alex Reed.
10416 (verilog-read-decls): Fix triand, trior, wand, wor to be
10417 recognized by AUTOWIRE. Reported by Spencer Isaacson.
10418 (verilog-extended-complete-re): Support import "DPI-C" functions.
10419 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
10420 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
10421 (verilog-insert-date, verilog-insert-year)
10422 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
10423 Windows systems. Reported by Michael Potts.
10424 (verilog-read-module-name): Fix AUTOINST when the child module
10425 declaration's name is a tick define. Reported by Elliot Mednick.
10426 (verilog-read-decls): Fix V2K parameter bit subscripts getting
10427 passed to next parameter's definition. Reported by Bruce T.
10428 (verilog-read-decls): Fix detecting "parameter int" when using
10429 AUTOINSTPARAM. Reported by Bruce T.
10430 (verilog-goto-defun): Fix goto not finding modules unless first
10431 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
10432 (verilog-mode): Expand -f flag arguments on entry to mode so
10433 verilog-goto-defun will work. Reported by Lawrence Butcher.
10434 (verilog-getopt): Expand environment variables in -f file
10435 arguments. Suggested by Lawrence Butcher.
10436 (verilog-set-define): Fix "Symbol's value as variable is void"
10437 when reading enumerations.
10438 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
10439 Suggested by Stephen Peltan.
10440 (verilog-read-defines): Fix reading of enumerations in include
10441 files. Reported by Steve Peltan.
10442
104432009-06-28 David De La Harpe Golden <david@harpegolden.net>
10444
10445 * files.el (trash-directory): Fix defcustom type.
10446
104472009-06-28 Juri Linkov <juri@jurta.org>
10448
10449 * help-fns.el (describe-function-1): Correctly locate adviced
10450 functions in hyperlink (Bug#2438).
10451
104522009-06-28 Chong Yidong <cyd@stupidchicken.com>
10453
10454 * files.el (trash-directory): Change default to nil.
10455 (move-file-to-trash): If trash-directory is nil and
10456 system-move-file-to-trash is unbound, perform freedesktop-style
10457 trashing.
10458
104592009-06-28 David De La Harpe Golden <david@harpegolden.net>
10460
10461 * files.el (move-file-to-trash): Add freedesktop trash
10462 support (Bug#973).
10463
104642009-06-28 Glenn Morris <rgm@gnu.org>
10465
10466 * autorevert.el (global-auto-revert-non-file-buffers)
10467 (global-auto-revert-mode): Doc fixes.
10468
104692009-06-27 Johan Bockgård <bojohan@gnu.org>
10470
10471 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
10472
104732009-06-27 Chong Yidong <cyd@stupidchicken.com>
10474
10475 * faces.el (x-handle-named-frame-geometry): Ensure that we have
10476 opened an X connection before calling x-get-resource (Bug#3194).
10477
10478 * play/doctor.el: Remove reference to obsolete website.
10479 (make-doctor-variables): Correct grammar mistake (Bug#2633).
10480
104812009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
10482
10483 Remove find-file-not-found-hook VC method. (Bug#2757)
10484 * vc-hooks.el (vc-file-not-found-hook)
10485 (vc-default-find-file-not-found-hook): Remove functions.
10486 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
10487 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
10488 * vc.el:
10489 * vc-hg.el:
10490 * vc-git.el: Do not mention find-file-not-found-hook VC method.
10491
104922009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
10493
10494 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
10495 compatibility function for `looking-back'.
10496
10497 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10498 Use `ispell-looking-back'.
10499
105002009-06-24 Michael Albinus <michael.albinus@gmx.de>
10501
10502 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
10503 rather than `filename'.
10504
105052009-06-23 Miles Bader <miles@gnu.org>
10506
10507 * face-remap.el (text-scale-set): New function.
10508
105092009-06-23 Glenn Morris <rgm@gnu.org>
10510
10511 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
10512
10513 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
10514
10515 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
10516
10517 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
10518
10519 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
10520 Simplify Persian conditionals.
10521
10522 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
10523 variable `filename'.
10524
10525 * comint.el (comint-insert-input): Doc fix.
10526
10527 * Makefile.in (ELCFILES): Fix typo in previous change.
10528
105292009-06-23 Miles Bader <miles@gnu.org>
10530
10531 * cus-start.el: Add entry for `recenter-redisplay'.
10532
105332009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10534
10535 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
10536 Add an optional argument for the backend, use it instead of
10537 calling vc-backend.
10538 (vc-mode-line): Add an optional argument for the backend.
10539 Pass the backend to vc-state and vc-working-revision. Move code for
10540 special handling for vc-state being a buffer to ...
10541
10542 * vc-rcs.el (vc-rcs-find-file-hook):
10543 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
10544
10545 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
10546 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
10547 vc-stay-local-p and vc-mode-line calls.
10548
10549 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
10550 (vc-cvs-diff, vc-cvs-annotate-command)
10551 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
10552 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
10553 vc-mode-line calls.
10554
10555 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
10556 direct comparison.
10557 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
10558 backend when calling vc-mode-line.
10559 (vc-register): Do not create a closure for calling the vc register
10560 function, call it directly.
10561
105622009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10563
10564 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
10565 to make it obvious item can be clicked.
10566
10567 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
10568
105692009-06-23 Kenichi Handa <handa@m17n.org>
10570
10571 * language/korea-util.el (korean-key-bindings): Change the binding
10572 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
10573 same command.
10574
105752009-06-22 Michael Albinus <michael.albinus@gmx.de>
10576
10577 Sync with Tramp 2.1.16.
10578
10579 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
10580
10581 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
10582 when a loading of a package fails. Completion function for rsync
10583 is `tramp-completion-function-alist-ssh'.
10584 (all): Replace all calls of `split-string' and
10585 `tramp-split-string' by `tramp-compat-split-string'.
10586 (tramp-default-method): Use `tramp-compat-process-running-p'.
10587 (tramp-default-proxies-alist): Allow also Lisp forms.
10588 (tramp-remote-path): Add choice "Private Directories".
10589 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
10590 (tramp-domain-regexp): Allow also "-", "_" and ".".
10591 (tramp-end-of-output): Remove newlines, and add "$" at the end.
10592 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
10593 (tramp-debug-message): Insert header line in debug buffer.
10594 (tramp-handle-directory-files-and-attributes-with-stat):
10595 Care about filenames with spaces, or starting with "-".
10596 (tramp-handle-dired-uncache): New defun.
10597 (tramp-handle-insert-directory): Don't flush the directory from
10598 cache, this is handled by `dired-uncache' now.
10599 (tramp-handle-insert-file-contents): Improve error handling.
10600 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10601 Quote `tramp-end-of-output'.
10602 (tramp-action-password): Improve trace message.
10603 (tramp-check-for-regexp): Both echoes must be present, before removing.
10604 (tramp-open-connection-setup-interactive-shell): Trace coding system.
10605 (tramp-compute-multi-hops): Eval cons cells of
10606 `tramp-default-proxies-alist'.
10607 (tramp-maybe-open-connection): Use the same command pattern for
10608 first hop and further hops.
10609 (tramp-wait-for-output): Remove handling of newlines.
10610 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
10611 (tramp-split-string): Remove function. It is handled in
10612 tramp-compat now.
10613
10614 * net/tramp-cmds.el (tramp-bug):
10615 Recommend `tramp-cleanup-all-connections' in the bug mail.
10616
10617 * net/tramp-compat.el (tramp-compat-split-string)
10618 (tramp-compat-process-running-p): New defuns.
10619
10620 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
10621 for `dired-uncache'.
10622
10623 * net/tramp-gvfs.el: New package.
10624
10625 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10626 Add handler for `dired-uncache'.
10627 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
10628
10629 * net/trampver.el: Update release number. Make version check fit
10630 for SXEmacs 22.
10631
106322009-06-22 Jim Meyering <meyering@redhat.com>
10633
10634 Automatically handle .xz suffix (XZ-compressed files), too.
10635 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
10636 XZ is the successor to LZMA: <http://tukaani.org/xz/>
10637
106382009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
10639 Nick Roberts <nickrob@snap.net.nz>
10640
10641 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
10642 repository (http://sphinx.net.ru/hg/gdb-mi/).
10643
106442009-06-22 Glenn Morris <rgm@gnu.org>
10645
10646 * files.el (dir-locals-collect-mode-variables): Allow for any number of
10647 `mode' and `eval' entries. (Bug#3430)
10648
10649 * Makefile.in (ELCFILES): Add fadr.elc.
10650
10651 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
10652 differing behavior of \n and ^ in strings. (Bug#3385)
10653
10654 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
10655
10656 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
10657 property.
10658 (lisp-indent-function): Make it a defcustom.
10659
106602009-06-21 Nick Roberts <nickrob@snap.net.nz>
10661
10662 * progmodes/gdb-ui.el: Replace with ...
10663 * progmodes/gdb-mi.el: ... this file.
10664 * progmodes/gud.el: Modify for gdb-mi.el.
10665
106662009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
10667
10668 * fadr.el: New file.
10669
10670See ChangeLog.14 for earlier changes.
10671
10672;; Local Variables:
10673;; coding: utf-8
10674;; End:
10675
10676 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
10677
10678 This file is part of GNU Emacs.
10679
10680 GNU Emacs is free software: you can redistribute it and/or modify
10681 it under the terms of the GNU General Public License as published by
10682 the Free Software Foundation, either version 3 of the License, or
10683 (at your option) any later version.
10684
10685 GNU Emacs is distributed in the hope that it will be useful,
10686 but WITHOUT ANY WARRANTY; without even the implied warranty of
10687 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10688 GNU General Public License for more details.
10689
10690 You should have received a copy of the GNU General Public License
10691 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
10692
10693;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1